@charset "UTF-8";
/* UNIQID */
/* 버튼 만들기
<div class="btns 넣고싶은 클래스">
    <span class="txt">텍스트</span>
</div>
*/
#wrap.gray {
  background: #efeff0;
}
#wrap.gray footer {
  border-top: 1px solid #e5e5e5;
}

/* 상단 물건소개 */
.prd_main_info {
  height: 460px;
  padding: 40px 0 0;
  background: #fff;
}
.prd_main_info + .default_c {
  padding-bottom: 80px !important;
}

*[data-dan-toggle-con] .au {
  display: none;
}
*[data-dan-toggle-con] .au.on {
  display: block;
}
*[data-dan-toggle-con] .au.di.on {
  display: inline-block;
}

.prd_main_info .build_img {
  position: relative;
  display: block;
  float: left;
  width: 750px;
  height: 420px;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.prd_main_info .build_img .slidearea {
  height: 100% !important;
}
.prd_main_info .build_img .slidearea li {
  display: flex;
  height: 100%;
  align-items: center;
}
.prd_main_info .build_img .slidearea li img {
  width: 100%;
}
.prd_main_info .build_img .slidearea li div {
  display: inline-block;
  vertical-align: middle;
}
.prd_main_info .build_img .slidearea li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 300px, rgba(0, 0, 0, 0.6) 112%);
}
.prd_main_info .build_img .bx-wrapper {
  height: 100% !important;
}
.prd_main_info .build_img .bx-viewport {
  height: 100% !important;
  cursor: zoom-in;
}
.prd_main_info .build_img .etctxt {
  position: absolute;
  bottom: 30px;
  left: 122px;
  color: #fff;
}
.prd_main_info .build_img .bx-controls {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 0px;
  display: flex;
  margin-top: -30px;
  align-items: center;
}
.prd_main_info .build_img .bx-controls-direction {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.prd_main_info .build_img .bx-prev,
.prd_main_info .build_img .bx-next {
  display: inline-flex;
  position: absolute;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.prd_main_info .build_img .bx-prev:before,
.prd_main_info .build_img .bx-next:before {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 24px;
  background: url("/images/ui_ico.png") no-repeat;
}
.prd_main_info .build_img .bx-prev:before {
  background-position: 0 -309px;
}
.prd_main_info .build_img .bx-next:before {
  background-position: 0 -280px;
}
.prd_main_info .build_img .bx-prev:after,
.prd_main_info .build_img .bx-next:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.prd_main_info .build_img .bx-next {
  left: 690px;
}
.prd_main_info .build_img .bx-default-pager {
  position: absolute;
  bottom: -207px;
  left: 45px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prd_main_info .build_img .bx-default-pager:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  background: url("/images/ui_ico.png") no-repeat 0 -33px;
}
.prd_main_info .info_area {
  float: left;
  width: 300px;
  padding-left: 60px;
  line-height: 1;
}
.prd_main_info .main_txt_a {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #444444;
}
.prd_main_info h2 {
  line-height: 1;
}
.prd_main_info .main_txt_a span {
  display: block;
  color: #000;
}
.prd_main_info .main_txt_a span.type {
  margin-bottom: 6px;
}
.prd_main_info .main_txt_a .number {
  margin: 30px 0;
  font-size: 16px;
}
.prd_main_info .main_txt_a .number em {
  font-weight: 500;
}
.prd_main_info .main_txt_a .pay {
  display: table;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 31px;
  letter-spacing: -1.5px;
}
.prd_main_info .main_txt_a .etc {
  font-size: 13px;
}
.prd_main_info .sub_txt_a {
  margin: 28px 0 0;
  color: #222;
}
.prd_main_info .sub_txt_a span {
  display: block;
}
.prd_main_info .sub_txt_a .dong {
  font-weight: 500;
  font-size: 24px;
}
.prd_main_info .sub_txt_a .bd_ar {
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prd_main_info .sub_txt_a .etc {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prd_main_info .sub_txt_a .dong {
  margin: 0 0 6px;
}
.prd_main_info .sub_txt_a .sub_a {
  margin: 0 0 20px;
}
.prd_main_info .sub_txt_a .time {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 17px;
}
.prd_main_info .sub_txt_a .etc {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -1px;
}

/* .prd_main_info .main_txt_a:after{
content:'';
display:block;
width:200px;
height:4px;
background:#129ded;
position:absolute;
top:132px;
left:-60px;
} */
.prd_util {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 36px;
  right: 30px;
  width: 240px;
  font-size: 0;
}
.prd_util a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 0;
  color: #222;
  line-height: 1;
}
.prd_util a:first-child {
  margin-left: 0;
}
.prd_util a:before {
  content: "";
  display: inline-block;
  background: url("/images/ui_ico.png") no-repeat;
}
.prd_util a.fav {
  width: 100px;
  font-size: 14px;
}
.prd_util a.fav:before {
  width: 20px;
  height: 17px;
  background-position: -376px -208px;
  margin-right: 7px;
}
.prd_util a.fav.on {
  color: #ff2c40;
  border-color: #ffbfc5;
}
.prd_util a.fav.on:before {
  background-position: -352px -208px;
}
.prd_util a.share:before {
  width: 16px;
  height: 20px;
  background-position: -350px -236px;
}
.prd_util a.qna:before {
  width: 20px;
  height: 18px;
  background-position: -376px -236px;
}
.prd_util a.report:before {
  width: 16px;
  height: 20px;
  background-position: -408px -236px;
}
.prd_util a.report.on {
  background: #222;
}
.prd_util a.report.on:before {
  background-position: -429px -236px;
}

/*



██           ███████ ██    ██ ██████               ██
██  ▄ ██ ▄    ██      ██    ██ ██   ██     ▄ ██ ▄  ██
██    ████     ███████ ██    ██ ██████       ████  ██
██    ▀ ██ ▀         ██ ██    ██ ██   ██     ▀ ██ ▀██
██               ███████  ██████  ██████           ██



*/
.bu-con {
  width: 750px;
}

.box-con {
  position: relative;
  margin: 14px 0 0;
  padding: 30px;
  background: #ffffff;
  border-bottom: 1px solid #dededf;
  line-height: 1;
}
.box-con:first-child {
  margin: 30px 0 0;
}
.box-con.realtySubject {
  margin-bottom: 0;
  padding: 14px;
  color: #7790ad;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  border-color: #efeff0;
}
.box-con.realtySubject h3 {
  line-height: 23px;
  font-weight: bold;
}
.box-con.realtySubject + .box-con {
  margin-top: 0;
}
.box-con.realtySubject:empty {
  display: none;
}
.box-con.realtySubject:empty + .box-con {
  margin-top: 30px;
}

.read_hashtag .list {
  margin: -10px 0 0 -5px;
}
.read_hashtag .ht {
  display: inline-flex;
  height: 33px;
  padding: 0 13px;
  margin: 10px 0 0 5px;
  align-items: center;
  font-size: 15px;
  color: #7790ad;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  font-weight: 400;
}
.read_hashtag .ht:before {
  content: "#";
}

.mpay_box {
  display: flex;
}
.mpay_box .fc {
  padding-right: 35px;
}
.mpay_box .fc_r {
  border-left: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 16px;
}
.mpay_box .pay_neg {
  right: 0;
}
.mpay_box .fc {
  position: relative;
}

.tbl_payinfo .maemae_pay {
  color: #129ded;
  font-weight: bold;
}
.tbl_payinfo .maemae_pay em {
  font-weight: 500;
  color: #222;
}

.pay_neg {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 15px;
  vertical-align: middle;
  line-height: 1;
  float: right;
}
.pay_neg .btn {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #7790ad;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.pay_neg .btn:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/ui_ico.png") -55px -31px no-repeat;
}
.pay_neg .box {
  display: none;
  position: absolute;
  top: 27px;
  right: 0px;
  padding: 20px;
  min-width: 140px;
  border: 1px solid #7790ad;
  background: #fff;
  z-index: 100;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.pay_neg .box dt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.pay_neg .box dd li {
  margin-top: 8px;
}
.pay_neg .box dd li:first-child {
  margin-top: 0;
}
.pay_neg .btn:focus + .box, .pay_neg .btn:hover + .box {
  display: block;
}

.pdr_readme {
  padding: 23px 0;
  border-top: 1px solid #7790ad;
  border-bottom: 1px solid #e5e5e5;
}
.pdr_readme .rd {
  line-height: 26px;
}

.pdr_list_con {
  position: relative;
}
.pdr_list_con .minihome {
  position: absolute;
  top: 25px;
  right: 30px;
}

.pdr_list {
  display: flex;
}
.pdr_list .list {
  display: block;
  width: 220px;
  margin-left: 20px;
  line-height: 1;
}
.pdr_list .list:first-child {
  margin-left: 0;
}
.pdr_list .img_area {
  width: 100%;
  height: 125px;
  background: #000;
}
.pdr_list .img_area img {
  width: 100%;
  height: 100%;
}
.pdr_list .info_area {
  padding: 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pdr_list .info_area .loc_title {
  margin: 0 0 13px;
}
.pdr_list .info_area .loc_title .pay {
  display: inline-block;
  font-size: 18px;
  vertical-align: bottom;
}
.pdr_list .info_area .in .ii.loc_ii01 {
  margin: 0 0 7px;
}
.pdr_list .info_area .in .ii.loc_ii01 span {
  font-size: 14px;
}
.pdr_list .info_area .in .ii.etc_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdr_list .info_area .in .ii.loc_ii01 span:before, .pdr_list .info_area .in .ii.etc_txt .txt01:before {
  content: "ㆍ";
}
.pdr_list .info_area .in .ii.loc_ii01 span:first-child:before, .pdr_list .info_area .in .ii.etc_txt .txt01:first-child:before {
  content: normal;
}
.pdr_list .list.sky .loc_title .pay,
.pdr_list .list.sky .loc_ii01 .type {
  color: #129ded;
}
.pdr_list .list.purple .loc_title .pay,
.pdr_list .list.purple .loc_ii01 .type {
  color: #6574e4;
}

.down_readme {
  text-align: center;
  line-height: 21px;
}

.detail_option_info {
  display: flex;
  flex-wrap: wrap;
}
.detail_option_info .option {
  display: inline-block;
  width: 81px;
  height: 95px;
  margin: 6px 6px 0 0;
  padding: 4px 0 15px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}
.detail_option_info .option .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  color: #666;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
}
.detail_option_info .option:nth-child(8n) {
  margin-right: 0;
}
.detail_option_info .option:nth-child(-n+8) {
  margin-top: 0;
}
.detail_option_info .option .ico {
  display: flex;
  height: 47px;
  align-items: center;
  justify-content: center;
}
.detail_option_info .option .ico:before {
  content: "";
  display: inline-block;
  background: url("/images/ui_option.png") no-repeat;
}
.detail_option_info .option.oneroom-open .ico:before {
  width: 26px;
  height: 26px;
  background-position: -11px -11px;
}
.detail_option_info .option.oneroom-separ .ico:before {
  width: 26px;
  height: 26px;
  background-position: -98px -11px;
}
.detail_option_info .option.oneroom-split .ico:before {
  width: 26px;
  height: 21px;
  background-position: -185px -14px;
}
.detail_option_info .option.sh-y .ico:before {
  width: 33px;
  height: 26px;
  background-position: -268px -11px;
}
.detail_option_info .option.sh-n .ico:before {
  width: 33px;
  height: 28px;
  background-position: -355px -11px;
}
.detail_option_info .option.dr .ico:before {
  width: 28px;
  height: 24px;
  background-position: -445px -12px;
}
.detail_option_info .option.built-closet .ico:before {
  width: 28px;
  height: 26px;
  background-position: -532px -11px;
}
.detail_option_info .option.shoerack .ico:before {
  width: 27px;
  height: 18px;
  background-position: -620px -15px;
}
.detail_option_info .option.table .ico:before {
  width: 26px;
  height: 26px;
  background-position: -11px -112px;
}
.detail_option_info .option.bed .ico:before {
  width: 26px;
  height: 22px;
  background-position: -98px -115px;
}
.detail_option_info .option.desk .ico:before {
  width: 26px;
  height: 22px;
  background-position: -185px -114px;
}
.detail_option_info .option.sofa .ico:before {
  width: 25px;
  height: 24px;
  background-position: -273px -113px;
}
.detail_option_info .option.closet .ico:before {
  width: 21px;
  height: 26px;
  background-position: -362px -112px;
}
.detail_option_info .option.air-con .ico:before {
  width: 26px;
  height: 22px;
  background-position: -446px -114px;
}
.detail_option_info .option.refg .ico:before {
  width: 14px;
  height: 26px;
  background-position: -539px -112px;
}
.detail_option_info .option.tv .ico:before {
  width: 26px;
  height: 21px;
  background-position: -620px -114px;
}
.detail_option_info .option.mw .ico:before {
  width: 26px;
  height: 18px;
  background-position: -11px -217px;
}
.detail_option_info .option.wm .ico:before {
  width: 22px;
  height: 26px;
  background-position: -100px -213px;
}
.detail_option_info .option.drier .ico:before {
  width: 22px;
  height: 26px;
  background-position: -187px -213px;
}
.detail_option_info .option.dvd .ico:before {
  width: 26px;
  height: 21px;
  background-position: -272px -216px;
}
.detail_option_info .option.sink .ico:before {
  width: 26px;
  height: 24px;
  background-position: -359px -214px;
}
.detail_option_info .option.gas-o .ico:before {
  width: 22px;
  height: 26px;
  background-position: -448px -213px;
}
.detail_option_info .option.gas-c .ico:before {
  width: 26px;
  height: 22px;
  background-position: -533px -215px;
}
.detail_option_info .option.ind .ico:before {
  width: 26px;
  height: 22px;
  background-position: -620px -215px;
}
.detail_option_info .option.cooktop .ico:before {
  width: 26px;
  height: 22px;
  background-position: -11px -316px;
}
.detail_option_info .option.dishwasher .ico:before {
  width: 26px;
  height: 26px;
  background-position: -98px -314px;
}
.detail_option_info .option.wp .ico:before {
  width: 22px;
  height: 26px;
  background-position: -187px -314px;
}
.detail_option_info .option.bathtub .ico:before {
  width: 26px;
  height: 26px;
  background-position: -272px -314px;
}
.detail_option_info .option.sh-booth .ico:before {
  width: 22px;
  height: 26px;
  background-position: -361px -314px;
}
.detail_option_info .option.bidet .ico:before {
  width: 20px;
  height: 28px;
  background-position: -448px -313px;
}
.detail_option_info .option.moonweed .ico:before {
  width: 26px;
  height: 26px;
  background-position: -533px -314px;
}
.detail_option_info .option.water-soft .ico:before {
  width: 22px;
  height: 26px;
  background-position: -622px -314px;
}
.detail_option_info .option.self-sg .ico:before {
  width: 26px;
  height: 26px;
  background-position: -11px -414px;
}
.detail_option_info .option.pri-sg .ico:before {
  width: 28px;
  height: 26px;
  background-position: -98px -415px;
}
.detail_option_info .option.video-phone .ico:before {
  width: 30px;
  height: 22px;
  background-position: -183px -417px;
}
.detail_option_info .option.inter-phone .ico:before {
  width: 26px;
  height: 26px;
  background-position: -270px -415px;
}
.detail_option_info .option.dg-dl .ico:before {
  width: 16px;
  height: 26px;
  background-position: -364px -415px;
}
.detail_option_info .option.cctv .ico:before {
  width: 26px;
  height: 23px;
  background-position: -447px -417px;
}
.detail_option_info .option.sate-broad .ico:before {
  width: 24px;
  height: 26px;
  background-position: -534px -415px;
}
.detail_option_info .option.digi-broad .ico:before {
  width: 26px;
  height: 22px;
  background-position: -620px -417px;
}
.detail_option_info .option.cable-tv .ico:before {
  width: 26px;
  height: 22px;
  background-position: -11px -518px;
}
.detail_option_info .option.internet-cable .ico:before {
  width: 16px;
  height: 26px;
  background-position: -103px -516px;
}
.detail_option_info .option.wireless .ico:before {
  width: 25px;
  height: 18px;
  background-position: -186px -520px;
}
.detail_option_info .option.sc-window .ico:before {
  width: 25px;
  height: 22px;
  background-position: -272px -518px;
}
.detail_option_info .option.fire-dt .ico:before {
  width: 25px;
  height: 18px;
  background-position: -359px -520px;
}
.detail_option_info .option.fire-al .ico:before {
  width: 26px;
  height: 26px;
  background-position: -446px -516px;
}
.detail_option_info .option.carbon-dt .ico:before {
  width: 29px;
  height: 21px;
  background-position: -531px -520px;
}
.detail_option_info .option.fire-ex .ico:before {
  width: 15px;
  height: 26px;
  background-position: -625px -516px;
}
.detail_option_info .option.balcony .ico:before {
  width: 27px;
  height: 26px;
  background-position: -10px -617px;
}
.detail_option_info .option.terrace .ico:before {
  width: 28px;
  height: 26px;
  background-position: -97px -617px;
}
.detail_option_info .option.gym .ico:before {
  width: 26px;
  height: 20px;
  background-position: -185px -620px;
}
.detail_option_info .option.cm-fac .ico:before {
  width: 25px;
  height: 22px;
  background-position: -273px -619px;
}
.detail_option_info .option.ven-fac .ico:before {
  width: 27px;
  height: 24px;
  background-position: -359px -618px;
}
.detail_option_info .option.lc-parking .ico:before {
  width: 26px;
  height: 22px;
  background-position: -446px -619px;
}
.detail_option_info .option.sign-insti .ico:before {
  width: 20px;
  height: 26px;
  background-position: -536px -617px;
}
.detail_option_info .option.air-condi-insti .ico:before {
  width: 31px;
  height: 22px;
  background-position: -620px -619px;
}
.detail_option_info .option.lounge .ico:before {
  width: 26px;
  height: 26px;
  background-position: -11px -718px;
}
.detail_option_info .option.natural-ven .ico:before {
  width: 26px;
  height: 26px;
  background-position: -98px -718px;
}
.detail_option_info .option.adm-resi .ico:before {
  width: 26px;
  height: 28px;
  background-position: -185px -717px;
}
.detail_option_info .option.at24 .ico:before {
  width: 26px;
  height: 26px;
  background-position: -272px -718px;
}
.detail_option_info .option.oa-f .ico:before {
  width: 26px;
  height: 26px;
  background-position: -359px -718px;
}
.detail_option_info .option.ac-f .ico:before {
  width: 26px;
  height: 26px;
  background-position: -445px -718px;
}
.detail_option_info .option.water-sup .ico:before {
  width: 26px;
  height: 26px;
  background-position: -533px -718px;
}
.detail_option_info .option.feed-fac .ico:before {
  width: 24px;
  height: 24px;
  background-position: -621px -718px;
}
.detail_option_info .option.force .ico:before {
  width: 26px;
  height: 22px;
  background-position: -11px -821px;
  width: 26px;
  height: 22px;
  background-position: -11px -821px;
}
.detail_option_info .option.sw-pool .ico:before {
  width: 26px;
  height: 24px;
  background-position: -98px -820px;
}
.detail_option_info .option.water-park .ico:before {
  width: 26px;
  height: 24px;
  background-position: -185px -820px;
}
.detail_option_info .option.ct-h .ico:before {
  width: 26px;
  height: 24px;
  background-position: -272px -820px;
}
.detail_option_info .option.sup .ico:before {
  width: 26px;
  height: 22px;
  background-position: -359px -821px;
}
.detail_option_info .option.office .ico:before {
  width: 20px;
  height: 26px;
  background-position: -449px -819px;
}
.detail_option_info .option.dorm .ico:before {
  width: 28px;
  height: 24px;
  background-position: -534px -821px;
}
.detail_option_info .option.cafeteria .ico:before {
  width: 26px;
  height: 26px;
  background-position: -620px -819px;
}

.silgur_con .no-data01 {
  border: 1px solid #eee;
  height: 379px;
}
.silgur_con .title {
  display: flex;
  margin-bottom: 16px;
}

.sil_tbl_con {
  display: flex;
  align-items: center;
  line-height: 1;
}
.sil_tbl_con dt {
  width: 86px;
}
.sil_tbl_con .won {
  display: inline-flex;
  padding: 0 5px;
  margin-right: 10px;
  border: 1px solid;
  font-size: 12px;
  height: 17px;
  border-radius: 8px;
  align-items: center;
  font-weight: 300;
}
.sil_tbl_con .won.sky {
  color: #129ded;
  border-color: #129ded;
}
.sil_tbl_con .won.red {
  color: #ff2c40;
  border-color: #ff2c40;
}
.sil_tbl_con .won.purple {
  color: #f740c6;
  border-color: #f740c6;
}
.sil_tbl_con ul {
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
}
.sil_tbl_con ul li {
  margin-top: 16px;
}
.sil_tbl_con ul li:first-child {
  margin-top: 0;
}

.gi_txt {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-size: 13px;
  text-align: right;
}

.s_build_info {
  display: flex;
  line-height: 1;
}
.s_build_info .imgarea {
  position: relative;
  width: 345px;
  height: 194px;
}
.s_build_info .imgarea img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.s_build_info .imgarea .noimg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/images/thumb_sbi_noimg.jpg") no-repeat left top;
}
.s_build_info .info {
  margin-left: 30px;
}
.s_build_info .info01 {
  position: relative;
  padding: 10px 0 0;
  margin: 0 0 42px;
}
.s_build_info .info01:after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: -30px;
  background: #666;
}
.s_build_info .build_name {
  display: block;
  margin: 0 0 10px;
  color: #222;
  font-size: 19px;
  font-weight: bold;
}
.s_build_info .info02 li {
  margin-top: 12px;
}
.s_build_info .info02 li:first-child {
  margin-top: 0;
}
.s_build_info .info02 li span {
  color: #666666;
}
.s_build_info .info02 li span:after {
  content: ":";
  margin: 0 5px;
}

/*



█████   ██████  ███████ ███    ██ ████████     ██ ███    ██ ███████  ██████
██   ██ ██       ██      ████   ██    ██        ██ ████   ██ ██      ██    ██
███████ ██   ███ █████   ██ ██  ██    ██        ██ ██ ██  ██ █████   ██    ██
██   ██ ██    ██ ██      ██  ██ ██    ██        ██ ██  ██ ██ ██      ██    ██
██   ██  ██████  ███████ ██   ████    ██        ██ ██   ████ ██       ██████



*/
.agent_info {
  background: #ffffff;
  line-height: 1;
}
.agent_info.spc {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.agent_info.end {
  bottom: 0px;
  top: auto;
}
.agent_info.spc .cot {
  width: 300px;
  background: #fff;
}
.agent_info.spc .cot.move {
  position: fixed;
  top: 127px;
}
.agent_info .wd {
  padding: 30px;
}
.agent_info .agent_info_pic {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  background: url(/images/img_none_gong01.png) no-repeat 0 0;
  text-align: center;
}
.agent_info .agent_info_pic img {
  width: 100%;
  height: 100%;
}
.agent_info .agent_info_pic.nw {
  width: auto;
  height: auto;
  padding-top: 10px;
  border-radius: 0;
  background: none;
}
.agent_info .agent_info_pic.nw img {
  width: auto;
  height: auto;
}
.agent_info .agent_name {
  display: block;
  margin: 16px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  word-break: break-all;
}
.agent_info .bojo {
  display: block;
  margin: 9px 0 0;
  text-align: center;
}
.agent_info .info02 {
  position: relative;
  padding: 26px 0 0;
  margin: 20px 0 0;
}
.agent_info .info02:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 4px;
  background: #eeeeee;
  border-top: 1px solid #dddddd;
}
.agent_info .info02 dl {
  display: flex;
  font-size: 0;
  line-height: 26px;
}
.agent_info .info02 dt,
.agent_info .info02 dd {
  display: inline-block;
  font-size: 14px;
}
.agent_info .info02 dt {
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent_info .info02 dt:after {
  content: ":";
  margin: 0 5px;
}
.agent_info .info02 .c_btn_area {
  margin: 12px 0 0;
  font-size: 0;
}
.agent_info .info02 .c_btn_area a {
  margin: 0 0 0 4px;
}
.agent_info .info02 .c_btn_area a:first-child {
  margin: 0;
}
.agent_info .info03 {
  margin: 30px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e5e5e5;
}
.agent_info .etc_readme {
  color: #666;
  font-size: 13px;
  line-height: 21px;
}

.btn_view_phone {
  display: inline-flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #909090;
  font-size: 15px;
  line-height: 1;
}
.btn_view_phone:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-right: 10px;
  background: url(/images/ui_ico.png) no-repeat 0 -240px;
}

.agent_info .btn_view_phone {
  margin: 15px 0 0;
}
.agent_info .btn_top_go {
  display: flex;
  height: 41px;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border-top: 1px solid #efeff0;
  color: #aaaaaa;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 3px;
}
.agent_info .btn_top_go:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-right: 10px;
  background: url(/images/ui_ico.png) no-repeat 0 -260px;
}

.detail_topbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #272e35;
  line-height: 1;
  z-index: 999;
  transform: translate(0, -100%);
  transition: 0.3s ease-out;
}
.detail_topbox.on {
  transform: translate(0, 0);
}
.detail_topbox .info {
  display: flex;
  align-items: center;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
}
.detail_topbox .addr_dan,
.detail_topbox .price {
  display: inline-flex;
  height: 100%;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}
.detail_topbox .addr_dan {
  position: relative;
  width: 750px;
  padding: 0 30px;
  flex: 1;
}
.detail_topbox .addr_dan:before {
  content: "";
  position: absolute;
  display: block;
  width: 500%;
  height: 100%;
  background: #2e363e;
  top: 0px;
  right: 0px;
}
.detail_topbox .addr_dan .addr,
.detail_topbox .addr_dan .dan {
  position: relative;
  z-index: 1;
}
.detail_topbox .addr_dan .addr {
  color: #fff;
  flex: 1;
}
.detail_topbox .addr_dan .dan {
  color: #129ded;
}
.detail_topbox .price {
  width: 330px;
  padding: 0 30px 0 45px;
  color: #fff;
}
.detail_topbox .price .type {
  width: 30px;
}
.detail_topbox .price .ct {
  text-align: right;
  display: inline-flex;
  align-items: center;
}
.detail_topbox .price .ct span {
  display: inline-block;
  vertical-align: middle;
}
.detail_topbox .price .num {
  font-weight: bold;
  font-size: 22px;
  margin: -2px 9px 0 0;
}
.detail_topbox .scroll {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: #129ded;
  width: 100%;
  transform: translate(-100%, 0);
  transition: 0.2s ease-out;
}

/*



███    ███ ██ ███    ██ ██ ██   ██  ██████  ███    ███ ███████
████  ████ ██ ████   ██ ██ ██   ██ ██    ██ ████  ████ ██
██ ████ ██ ██ ██ ██  ██ ██ ███████ ██    ██ ██ ████ ██ █████
██  ██  ██ ██ ██  ██ ██ ██ ██   ██ ██    ██ ██  ██  ██ ██
██      ██ ██ ██   ████ ██ ██   ██  ██████  ██      ██ ███████



*/
.mh_agent_info {
  display: flex;
  position: relative;
  align-items: center;
  padding: 24px 0 84px;
  background: #fff;
}
.mh_agent_info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0px;
  bottom: 60px;
}
.mh_agent_info .default_c {
  text-align: center;
  line-height: 1;
}

.mh_a_con {
  display: inline-flex;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mh_a_con .photo {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: url(/images/img_agent_default.png) no-repeat 0 0;
  background-size: 87%;
  background-position: center;
  background-size: 100%;
  margin-right: 50px;
}
.mh_a_con .photo img {
  width: 100%;
  height: 100%;
}
.mh_a_con .agent_name {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #161616;
}
.mh_a_con .info {
  max-width: calc(100% - 170px);
}
.mh_a_con .info .detail {
  max-width: 100%;
}
.mh_a_con .info .detail dl {
  display: flex;
  margin: 8px 0 0;
}
.mh_a_con .info .detail dl:first-child {
  margin-top: 0;
}
.mh_a_con .info .detail dl dt {
  width: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #393939;
}
.mh_a_con .info .detail dl dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #393939;
  word-break: keep-all;
  white-space: pre-line;
  word-wrap: break-word;
}
.mh_a_con .info .detail .agent_name {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #161616;
}
.mh_a_con .info .detail .detail dl {
  display: flex;
  margin: 8px 0 0;
  font-size: 0;
}
.mh_a_con .info .detail .detail dl:first-child {
  margin-top: 0;
}
.mh_a_con .info .detail .detail dt,
.mh_a_con .info .detail .detail dd {
  display: inline-block;
  font-size: 14px;
}
.mh_a_con .info .detail .detail dt {
  width: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  line-height: 20px;
  color: #393939;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mh_a_con .info .detail .detail dd {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #393939;
}

.minihome_hash {
  margin: -10px 0 0 -10px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.minihome_hash .ht {
  padding: 9px 15px 0;
  height: 33px;
  font-size: 15px;
  border-radius: 16px;
}
.minihome_hash li {
  margin: 10px 0 0 10px !important;
}

.minihome_pd_list .nonelist {
  display: flex;
  height: 410px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.minihome_pd_list .nonelist span {
  display: block;
  text-align: center;
}
.minihome_pd_list .nonelist span em {
  display: block;
  font-size: 16px;
}
.minihome_pd_list .nonelist span:before {
  content: "";
  display: inline-block;
  margin-bottom: 30px;
  width: 61px;
  height: 62px;
  background: url(/images/n_nonelist.png) no-repeat left top;
}

.minihome_mul_list {
  position: relative;
  margin-top: 40px;
}
.minihome_mul_list.nm {
  margin-top: 0;
}
.minihome_mul_list .titarea {
  padding-bottom: 17px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
.minihome_mul_list .titmenu {
  display: flex;
}
.minihome_mul_list .titmenu a {
  display: block;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #dddddd;
  font-size: 19px;
  line-height: 1;
  color: #999;
  font-weight: bold;
}
.minihome_mul_list .titmenu a:first-child {
  border-left: 0;
  padding-left: 0;
}
.minihome_mul_list .titmenu a.on {
  color: #25aae1;
}
.minihome_mul_list .util {
  position: absolute;
  top: -1px;
  right: 0px;
}
.minihome_mul_list .li_build {
  float: left;
  position: relative;
  width: 340px;
  height: 385px;
  margin: 30px 30px 0 0;
}
.minihome_mul_list .li_build.none {
  background: url("/images/none_mae.png") no-repeat 0 0;
}
.minihome_mul_list .li_build .fav {
  position: absolute;
  bottom: 164px;
  right: 30px;
}
.minihome_mul_list .li_build:nth-child(3n) {
  margin-right: 0;
}
.minihome_mul_list .li_build:nth-child(-n+3) {
  margin-top: 0;
}
.minihome_mul_list .box_build {
  padding: 0;
}
.minihome_mul_list .box_build .img_area {
  display: flex;
  width: 100%;
  height: 190px;
  background: #000;
  justify-content: center;
  align-items: center;
  float: none;
  overflow: hidden;
}
.minihome_mul_list .box_build .img_area .thumb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minihome_mul_list .box_build .img_area .thumb img {
  width: 100%;
  height: auto;
}
.minihome_mul_list .box_build .img_area .complete:before {
  top: -115px;
  left: 176px;
  transform: rotate(61deg);
  height: 411px;
}
.minihome_mul_list .box_build .img_area .complete span {
  width: 125px;
  height: 75px;
  font-size: 14px;
}
.minihome_mul_list .box_build .picture {
  height: 30px;
  padding: 8px 0 0 30px;
}
.minihome_mul_list .box_build .info_area {
  float: none;
  margin: 0;
  width: 100%;
  height: 195px;
  padding: 30px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.minihome_mul_list .box_build .info_area .in {
  margin: 0;
  line-height: 1;
}
.minihome_mul_list .box_build .info_area .ii {
  display: flex;
  align-items: flex-end;
  margin-top: 8px !important;
  line-height: 14px;
}
.minihome_mul_list .box_build .info_area .ii:first-child {
  margin-top: 0 !important;
}
.minihome_mul_list .box_build .info_area .ii .pay {
  font-size: 22px;
}
.minihome_mul_list .box_build .info_area .in .ii.loc_ii01 {
  margin: 15px 0 0 !important;
}
.minihome_mul_list .box_build .info_area .in .ii.loc_ii01 span {
  font-size: 15px;
}
.minihome_mul_list .box_build .info_area .in .ii.etc_txt span {
  font-size: 15px;
}
.minihome_mul_list .box_build .info_area .in .ii.etc_info .txt01 {
  font-size: 15px;
}
.minihome_mul_list .box_build .bd_hashtag {
  position: absolute;
  bottom: 29px;
  left: 0px;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.minihome_tab .rt_con {
  position: absolute;
  top: 0px;
  right: 0px;
}
.minihome_tab .mot_select {
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  line-height: 1;
}
.minihome_tab .mot_select .this {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  padding-left: 28px;
}
.minihome_tab .mot_select .this:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 4px;
  right: 29px;
  background: url(/images/ui_select.png) no-repeat left top;
}
.minihome_tab .mot_select .tac {
  display: none;
}
.minihome_tab .mot_select.on {
  border: 1px solid #7790ad;
  background: #fff;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.minihome_tab .mot_select.on .this:after {
  background-position: -12px top;
}
.minihome_tab .mot_select.on .tac {
  display: block;
  border-top: 1px solid #e5e5e5;
}
.minihome_tab .mot_select.on .tac a {
  display: flex;
  align-items: center;
  padding-left: 28px;
  height: 33px;
  color: #666666;
}
.minihome_tab .mot_select.on .tac a:hover, .minihome_tab .mot_select.on .tac a:focus {
  color: #129ded;
  background: #f8f8f8;
}
.minihome_tab .tab a .count {
  margin-left: 5px;
}
.minihome_tab .tab a.on .count {
  color: #129ded;
}

/*



██████  ███    ███      ███████  ██████  ███    ██ ███████
██   ██ ████  ████         ███  ██    ██ ████   ██ ██
██████  ██ ████ ██ █████  ███   ██    ██ ██ ██  ██ █████
██   ██ ██  ██  ██       ███    ██    ██ ██  ██ ██ ██
██████  ██      ██      ███████  ██████  ██   ████ ███████



*/
/* main */
.ask-list-area {
  margin-top: 45px;
}

.bmzone-main .double_board_view {
  margin-top: 40px;
}

.me-top-info {
  height: 270px;
  padding: 40px 0;
  background: #fafafa;
  line-height: 1;
}
.me-top-info .default_c {
  display: flex;
  height: 100%;
}
.me-top-info .agi {
  display: flex;
  width: 681px;
  height: 100%;
}
.me-top-info .agi .picarea {
  position: relative;
  margin-right: 50px;
}
.me-top-info .agi .picarea .bt {
  width: 100%;
}
.me-top-info .agi .pic {
  width: 145px;
  height: 145px;
  background: url("/images/img_none_user_ultra.png") no-repeat 0 0;
  overflow: hidden;
  border-radius: 100%;
}
.me-top-info .agi .pic.build {
  background: url("/images/img_none_gong_ultra.png") no-repeat 0 0;
}
.me-top-info .agi .info {
  position: relative;
}
.me-top-info .agi .info > span {
  display: block;
}
.me-top-info .agi .name_w {
  display: flex;
  align-items: center;
}
.me-top-info .agi .name {
  font-size: 25px;
  color: #222222;
  font-weight: bold;
}
.me-top-info .agi .last_log {
  margin-top: 13px;
  color: #888888;
  font-size: 13px;
}
.me-top-info .agi .etc {
  margin-top: 15px;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
}
.me-top-info .agi .mini_a {
  display: inline-flex !important;
  min-width: 51px;
  height: 18px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #7790ad;
  font-size: 13px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}
.me-top-info .agi .info .bt {
  width: 100px;
  margin-right: 5px;
}
.me-top-info .agi .btnarea {
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.me-top-info .ing {
  position: relative;
  width: 319px;
}
.me-top-info .ing .ingbox {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.me-top-info .ing .ingbox.thth {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.me-top-info .ing .ingbox > div {
  display: inline-flex;
  flex: 1;
  width: 106px;
  height: 72px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  background: #fff;
}
.me-top-info .ing .ingbox div a {
  color: #ff9a05;
  font-weight: bold;
  font-size: 21px;
  border-bottom: 1px solid #ff9a05;
}
.me-top-info .ing .ingbox div span {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-weight: bold;
  color: #222;
  font-size: 13px;
}
.me-top-info .ing .ingbox.double > div {
  height: 144px;
}
.me-top-info .ing.blue .ingbox div a {
  color: #25aae1;
  border-bottom: 1px solid #25aae1;
}
.me-top-info .ing.blue .btnarea .bt {
  background: #035f92;
}
.me-top-info .ing .btnarea {
  display: flex;
  gap: 5px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.me-top-info .ing .btnarea .bt {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #ff6317;
  vertical-align: middle;
  line-height: 1;
  width: 157px;
  height: 35px;
}
.me-top-info .ing .btnarea .bt:last-child {
  margin-right: 0;
}
.me-top-info .agi .info .member_type {
  display: inline-flex;
  height: 18px;
  border: 1px solid;
  padding: 0 4px;
  margin-left: 10px;
  font-size: 13px;
  background: #fff;
  align-items: center;
}
.me-top-info .agi .info .member_type.yellow {
  border-color: #fbb040;
  color: #fbb040;
}
.me-top-info .agi .info .member_type.sky {
  border-color: #25aae1;
  color: #25aae1;
}
.me-top-info .agi .info .member_type.b_orange {
  background: #ff6317;
  border: none;
  color: #fff;
}
.me-top-info .agi .info .aday {
  margin-left: 5px;
  color: #ed1c24;
  font-size: 13px;
}

.pm-state {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  height: 50px;
  padding: 8px 15px;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
}
.pm-state .pdtitle {
  color: #ffe776;
  font-weight: bold;
}
.pm-state .pdtitle .txt01 {
  font-size: 13px;
}
.pm-state .pdtitle .txt02 {
  font-size: 11px;
}
.pm-state .gi {
  position: relative;
  display: flex;
  padding-right: 18px;
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 14px;
}
.pm-state .gi .pdname {
  font-weight: bold;
}
.pm-state .gi .per {
  position: relative;
  padding-left: 9px;
  margin-left: 8px;
}
.pm-state .gi .per:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #fff;
  opacity: 0.3;
}
.pm-state .gi .cur {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-flex;
  width: 13px;
  height: 13px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}
.pm-state .gi .cur:before {
  content: "";
  width: 4px;
  height: 5px;
  background: url("/images/ui_chr.png") no-repeat 0 -96px;
}
.pm-state.dal:after {
  top: -1px;
  width: 26px;
  height: 26px;
  background: url("/images/presu02.png") no-repeat 0 0;
}

.bmzh_etc_area {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  line-height: 1;
}
.bmzh_etc_area .box {
  position: relative;
  width: 490px;
  height: 170px;
  padding: 30px;
  background: #f8f8f8;
}
.bmzh_etc_area .box .tit {
  display: block;
  margin: 0 0 18px;
  color: #222222;
  font-size: 19px;
  font-weight: bold;
}
.bmzh_etc_area .box .number {
  display: block;
  color: #222222;
  font-weight: bold;
  font-size: 28px;
}
.bmzh_etc_area .box .etc {
  display: block;
  margin: 12px 0 0;
  color: #222;
  font-size: 13px;
}
.bmzh_etc_area .box .bt {
  display: inline-flex;
  width: 143px;
  height: 75px;
  border: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  color: #7790ad;
  font-weight: bold;
  line-height: 18px;
}
.bmzh_etc_area .box .bt:before {
  margin-right: 15px;
}
.bmzh_etc_area .box01 .tit {
  position: relative;
  padding-bottom: 19px;
}
.bmzh_etc_area .box01 .tit:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.bmzh_etc_area .box01 .bt {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.bmzh_etc_area .box02 .con {
  display: flex;
}
.bmzh_etc_area .box02 .con .bt {
  border-left: 0;
  flex: 1;
}
.bmzh_etc_area .box02 .con .bt:first-child {
  border-left: 1px solid #e5e5e5;
}

#content.bmzone-pdinfo {
  background-color: #efeff0;
}
#content.bmzone-pdinfo .default_c {
  padding-top: 30px;
}

.ad_tab {
  display: flex;
}
.ad_tab a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 356px;
  height: 100px;
  padding: 0 40px;
  margin-left: 6px;
  background: #e6e6e9;
}
.ad_tab a:first-child {
  margin-left: 0;
}
.ad_tab span {
  color: #888888;
  font-size: 20px;
}
.ad_tab a:after {
  content: "";
  display: inline-block;
  background: url("/images/ui_ico.png") no-repeat 0 0;
}
.ad_tab a.on {
  background: #fff;
}
.ad_tab a.on span {
  color: #129ded;
}
.ad_tab a.ico_pd01:after {
  width: 48px;
  height: 44px;
  background-position: -68px -338px;
}
.ad_tab a.ico_pd02:after {
  width: 44px;
  height: 45px;
  background-position: -131px -338px;
}
.ad_tab a.ico_pd03:after {
  width: 38px;
  height: 48px;
  background-position: -193px -336px;
}
.ad_tab a.ico_pd01.on:after {
  background-position: -68px -398px;
}
.ad_tab a.ico_pd02.on:after {
  background-position: -131px -398px;
}
.ad_tab a.ico_pd03.on:after {
  background-position: -193px -396px;
}

.bmz-con .ct {
  display: none;
  line-height: 1;
}
.bmz-con .ct .box-con {
  margin-top: 14px;
}
.bmz-con .ct .box-con:first-child {
  margin-top: 0;
}
.bmz-con .ct .bx01 {
  padding: 60px 0;
  text-align: center;
}
.bmz-con .ct .title {
  display: block;
  color: #222222;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -1px;
}
.bmz-con .ct .bx01 .readme {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}
.bmz-con .ct .bx01 .img01 {
  margin-top: 25px;
}
.bmz-con .ct .bx02 ol li {
  color: #222;
  margin-top: 15px;
}
.bmz-con .ct .bx02 ol li:first-child {
  margin-top: 0;
}

.bmzone-joinguide .ns01 {
  padding-top: 140px;
}
.bmzone-joinguide .ns01 .main_tripple_btnarea {
  margin-top: 53px;
}
.bmzone-joinguide .ns02 {
  display: block;
  padding: 80px 0 50px;
  background: #4f5f72;
  text-align: center;
  height: auto;
}
.bmzone-joinguide .ns02 .main_tripple_btnarea {
  margin-top: 53px;
}
.bmzone-joinguide .content_wrap {
  width: 100%;
  padding: 0 !important;
  margin: 0;
}

.bmj .sok {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  line-height: 1;
}

.bmj_ct01 {
  padding: 70px 0 60px;
  background: #fff;
}

.bmj .main_txt {
  display: block;
  color: #129ded;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 53px;
  letter-spacing: -1.5px;
}

.bmj_ct01 .readme {
  display: flex;
  justify-content: space-between;
  width: 720px;
  margin: 53px auto 0;
}
.bmj_ct01 .readme .rd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 145px;
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.bmj_ct01 .readme .rd01 {
  background: url("/images/joininfo/ji01_01.png") no-repeat center top;
}
.bmj_ct01 .readme .rd02 {
  background: url("/images/joininfo/ji01_02.png") no-repeat center top;
}
.bmj_ct01 .readme .rd03 {
  background: url("/images/joininfo/ji01_03.png") no-repeat center top;
}
.bmj_ct01 .readme .rd .txt01,
.bmj_ct01 .readme .rd .txt02 {
  display: block;
  text-align: center;
  font-size: 16px;
}
.bmj_ct01 .readme .rd .txt01 {
  color: #222222;
  line-height: 24px;
}
.bmj_ct01 .readme .rd .txt02 {
  margin-top: 15px;
  color: #7790ad;
}

.bmj_ct02 {
  position: relative;
  background: #2e373e;
}
.bmj_ct02:before {
  content: "";
  display: block;
  width: 292px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -146px;
  background: url("/images/joininfo/ji02_bg.png") no-repeat 0 0;
}
.bmj_ct02 .ma01 .maimg {
  position: absolute;
  top: 90px;
  left: -39px;
  width: 757px;
  height: 426px;
  background: url("/images/joininfo/ji02_01.png") no-repeat 0 0;
}
.bmj_ct02 .ma01 .txt {
  display: block;
  padding: 202px 0 0 660px;
  color: #ffca27;
  font-size: 40px;
  font-weight: bold;
  line-height: 53px;
  letter-spacing: -1.5px;
}
.bmj_ct02 .soon {
  display: flex;
  width: 800px;
  height: 87px;
  margin: 162px auto 0;
  background: url("/images/joininfo/ji02_02.png") no-repeat 0 0;
}
.bmj_ct02 .ct02_alert {
  display: flex;
  position: relative;
  left: 0px;
  bottom: -90px;
  margin-top: -40px;
  width: 100%;
  height: 180px;
  background: #7790ad;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 300;
  line-height: 31px;
}
.bmj_ct02 .line {
  position: absolute;
  top: 149px;
  left: 458px;
  width: 300px;
  height: 4px;
  background: #ffca27;
}

.bmj_ct03 {
  padding: 90px 0 150px;
  background: #fff;
}
.bmj_ct03 .bmj_ra .toparea {
  margin-bottom: 38px;
  text-align: center;
}
.bmj_ct03 .bmj_ra .toparea .tit {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 39px;
}
.bmj_ct03 .bmj_ra .toparea .sub {
  display: block;
  color: #666666;
  font-size: 20px;
  line-height: 29px;
}
.bmj_ct03 .racon .bmj_ra {
  margin-top: 145px;
}

.bmj_ra01 .imgarea {
  width: 750px;
  height: 895px;
  margin: 0 auto;
  background: url("/images/joininfo/ji03_01.jpg") no-repeat 0 0;
}

.bmj_ra02 .soon_readme {
  display: flex;
}
.bmj_ra02 .soon_readme .sr {
  position: relative;
  height: 445px;
  margin-left: 30px;
  border-bottom: 3px solid #f2f2f2;
}
.bmj_ra02 .imgarea {
  position: relative;
}
.bmj_ra02 .soon_readme .sr:first-child {
  margin-left: 0;
}
.bmj_ra02 .imgarea:before {
  content: "";
  position: absolute;
  right: -45px;
  top: 44%;
  width: 66px;
  height: 29px;
  background: url(/images/joininfo/ji03_cur.png) no-repeat 0 0;
  z-index: 1;
}
.bmj_ra02 .soon_readme .sr:last-child .imgarea:before {
  content: normal;
}
.bmj_ra02 .soon_readme .info {
  margin-top: 30px;
}
.bmj_ra02 .soon_readme .tit {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
.bmj_ra02 .soon_readme .readme {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.bmj_ra02 .soon_readme .num {
  color: #f3f2f2;
  font-size: 90px;
  font-weight: bold;
  position: absolute;
  /* height: 50px; */
  right: 0px;
  height: 76px;
  bottom: -1px;
  overflow: hidden;
}

.bmj_ra03 .top_won_box .twb {
  position: relative;
  margin-top: 65px;
}
.bmj_ra03 .twb .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 600px;
  height: 50px;
  margin-left: -300px;
  color: #222;
  background: #ffca27;
  border-radius: 25px;
  font-size: 20px;
}

.bmj_ra04 .readme {
  display: flex;
  justify-content: space-between;
}

.bmj_ra05 .pbx {
  display: flex;
  justify-content: center;
}
.bmj_ra05 .pbx .box {
  position: relative;
  width: 180px;
  height: 180px;
  margin-left: 53px;
}
.bmj_ra05 .pbx .box:first-child {
  margin-left: 0;
}
.bmj_ra05 .pbx .box .in,
.bmj_ra05 .pbx .box .pay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bmj_ra05 .pbx .box .in {
  height: 130px;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #fafafa;
  color: #222222;
  line-height: 23px;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
.bmj_ra05 .pbx .box .pay {
  width: 100%;
  height: 50px;
  background: #5dbfe9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}
.bmj_ra05 .pbx .box:after {
  content: "";
  display: block;
  position: absolute;
  right: -41px;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
  background: url("/images/joininfo/ji03_p_01.png") no-repeat 0 0;
}
.bmj_ra05 .pbx .box:last-child:after {
  content: normal;
}
.bmj_ra05 .yesang {
  margin-top: 40px;
  text-align: center;
}
.bmj_ra05 .yesang span {
  position: relative;
  text-align: center;
  color: #222222;
  font-size: 24px;
  font-weight: bold;
}
.bmj_ra05 .yesang span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 108%;
  height: 3px;
  background: #ff2c40;
  opacity: 0.5;
  left: 50%;
  margin-left: -54%;
}
.bmj_ra05 .wow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1020px;
  height: 150px;
  padding-top: 23px;
  margin: 30px auto 0;
  background: url("/images/joininfo/ji03_p_02.png") no-repeat 0 0;
}
.bmj_ra05 .wow span {
  display: block;
  width: 100%;
  color: #fff;
}
.bmj_ra05 .wow .main_txt {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1.3px;
}
.bmj_ra05 .wow .main_txt em {
  position: relative;
}
.bmj_ra05 .wow .main_txt em:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  top: 0px;
  left: 50%;
  margin-left: -2px;
}
.bmj_ra05 .wow .sub_txt {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
}
.bmj_ra05 .alert {
  text-align: center;
}
.bmj_ra05 .alert .red_alert01 {
  display: inline-flex;
  margin-top: 40px;
}

.bmj_ct04 {
  padding: 70px 0 115px;
  background: #efeff1;
}
.bmj_ct04 .three_b {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.bmj_ct04 .three_b .ic {
  display: inline-flex;
  width: 330px;
  height: 100px;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  position: relative;
  margin-left: 15px;
  padding-left: 40px;
}
.bmj_ct04 .three_b .ic span {
  display: block;
  font-size: 16px;
}
.bmj_ct04 .three_b .ic:first-child {
  margin-left: 0;
}
.bmj_ct04 .three_b .ic .mts01 {
  color: #222;
}
.bmj_ct04 .three_b .ic .mts02 {
  margin-top: 7px;
  color: #7790ad;
}
.bmj_ct04 .three_b .ic:after {
  content: "";
  position: absolute;
  display: block;
}
.bmj_ct04 .three_b .ic01:after {
  width: 46px;
  height: 44px;
  bottom: 28px;
  right: 40px;
  background: url("/images/joininfo/ji04_01.png") no-repeat 0 0;
}
.bmj_ct04 .three_b .ic02:after {
  width: 48px;
  height: 40px;
  bottom: 30px;
  right: 40px;
  background: url("/images/joininfo/ji04_02.png") no-repeat 0 0;
}
.bmj_ct04 .three_b .ic03:after {
  width: 39px;
  height: 44px;
  bottom: 29px;
  right: 40px;
  background: url("/images/joininfo/ji04_03.png") no-repeat 0 0;
}
.bmj_ct04 .info_sul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bmj_ct04 .info_sul .box {
  height: 360px;
  margin-right: 30px;
}
.bmj_ct04 .info_sul .box.dan {
  height: auto;
}
.bmj_ct04 .info_sul .box:nth-child(3n) {
  margin-right: 0;
}
.bmj_ct04 .tit {
  display: block;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.bmj_ct04 .txtbox {
  padding: 20px 0 0 10px;
}
.bmj_ct04 .readme {
  display: block;
  margin-top: 11px;
  color: #666666;
  font-size: 16px;
  line-height: 23px;
}

/*



███    ███ ██    ██ ██ ███    ██ ███████  ██████
████  ████  ██  ██  ██ ████   ██ ██      ██    ██
██ ████ ██   ████   ██ ██ ██  ██ █████   ██    ██
██  ██  ██    ██    ██ ██  ██ ██ ██      ██    ██
██      ██    ██    ██ ██   ████ ██       ██████



*/
.myinfo_mul_list .li_build {
  width: 320px;
  height: 375px;
  margin: 20px 20px 0 0;
}
.myinfo_mul_list .box_build .img_area {
  height: 180px;
}

/*



    ██  ██████  ██ ███    ██
    ██ ██    ██ ██ ████   ██
    ██ ██    ██ ██ ██ ██  ██
██   ██ ██    ██ ██ ██  ██ ██
█████   ██████  ██ ██   ████



*/
.joinpage {
  background: #efeff0;
}

/*



██ ███    ██ ███████ ██ ██████  ███████
██ ████   ██ ██      ██ ██   ██ ██
██ ██ ██  ██ ███████ ██ ██   ██ █████
██ ██  ██ ██      ██ ██ ██   ██ ██
██ ██   ████ ███████ ██ ██████  ███████



*/
.inside-con {
  position: relative;
  line-height: 1;
}

.inside-today-list {
  width: 750px;
}

.day-today {
  height: 250px;
  background: url("/images/inside/inside01.jpg") 0 0 no-repeat;
  text-align: center;
}
.day-today .etctxt,
.day-today .vol-num,
.day-today .day {
  display: block;
}
.day-today .txtarea {
  line-height: 1;
  padding-top: 75px;
}
.day-today .etctxt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
}
.day-today .vol-num {
  margin-top: 10px;
  color: #fff;
  font-size: 40px;
}
.day-today .day {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.inside-listarea {
  padding: 57px 75px;
  background: #fff;
}
.inside-listarea .listcon {
  margin-top: 37px;
}
.inside-listarea .listcon:first-child {
  margin-top: 0;
}
.inside-listarea .listcon .title {
  position: relative;
  display: block;
  padding-bottom: 13px;
  margin: 0 0 30px;
  color: #222;
  font-size: 19px;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1;
}
.inside-listarea .listcon .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 60px;
  height: 3px;
  background: #444444;
}
.inside-listarea .listcon .title .spc {
  margin: 0;
}
.inside-listarea .listcon .title .sub {
  margin-left: 13px;
  color: #7790ad;
  font-weight: 400;
  font-size: 16px;
}

.ti-list-ul li {
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
  word-spacing: -1px;
}
.ti-list-ul li:first-child {
  margin-top: 0;
}
.ti-list-ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #222;
}
.ti-list-ul li .nw {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px;
  color: #222222;
  font-size: 14px;
}
.ti-list-ul li .nw:hover, .ti-list-ul li .nw:focus {
  text-decoration: underline;
}
.ti-list-ul li .un {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-left: 9px;
  vertical-align: middle;
  color: #999;
  font-size: 12px;
}
.ti-list-ul li .un:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #dddddd;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}

.inside-etc {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
}

.inside-vol-list {
  position: relative;
  z-index: 100;
}
.inside-vol-list .vol-list .con {
  height: 120px;
}

.inside-write {
  padding: 40px 30px;
  background: #fff;
}

.is-edit-list .list {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.is-edit-list .list:first-child {
  margin-top: 0;
}
.is-edit-list .list .dg_radiobox label {
  padding-left: 18px;
}
.is-edit-list .list .d_input {
  height: 35px;
}
.is-edit-list .list .d_input input {
  padding-right: 32px;
}
.is-edit-list .list .d01 {
  width: 300px;
  margin-left: 20px;
}
.is-edit-list .list .d02 {
  width: 200px;
  margin-left: 5px;
}
.is-edit-list .list .d03 {
  width: 187px;
  margin-left: 5px;
}
.is-edit-list .util {
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  margin-left: 20px;
}
.is-edit-list .util.del {
  border: 1px solid #e5e5e5;
}
.is-edit-list .util.del:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  background: #7790ad;
}
.is-edit-list .util.add {
  background: #7790ad;
}
.is-edit-list .util.add:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  left: 50%;
  top: 16px;
  margin-left: -7px;
  background: #fff;
}
.is-edit-list .util.add:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  left: 50%;
  top: 9px;
  background: #fff;
}

.inside-write-edit .readme {
  display: block;
  color: #7790ad;
  margin-bottom: 11px;
}

.editbox {
  margin-top: 15px;
  border: 1px solid #eeeeee;
}
.editbox:first-child {
  margin-top: 0;
}
.editbox .titlearea {
  display: flex;
  height: 49px;
  padding-left: 30px;
  align-items: center;
  background: #fafafa;
}
.editbox .titlearea .tit {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.editbox .titlearea .sub_input {
  margin-left: 10px;
}
.editbox .titlearea .tit .sub {
  margin-left: 10px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}
.editbox .listarea {
  padding: 20px 30px;
}

.inside-write-tbl .pop_go {
  display: flex;
  width: 90px;
  height: 25px;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #cccccc;
}

.vol-list .con {
  display: flex;
  height: 120px;
}
.vol-list .info {
  display: block;
  width: 100px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #aabcd1;
}
.vol-list .info h3 {
  line-height: 1;
}
.vol-list .info .vol-num {
  display: block;
  padding-top: 22px;
  font-size: 24px;
  letter-spacing: 0;
}
.vol-list .info .day {
  display: block;
  position: relative;
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.vol-list .info .day:before, .vol-list .info .day:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
}
.vol-list .info .day:before {
  top: 50%;
  left: 0;
}
.vol-list .info .day:after {
  top: 50%;
  right: 0px;
}
.vol-list > li {
  margin-top: 10px;
}
.vol-list > li:first-child {
  margin-top: 0;
}
.vol-list > li:first-child .con .info {
  background: #129ded;
}
.vol-list .list {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  padding: 0 20px;
  background: #fff;
  align-items: center;
  align-content: center;
}
.vol-list .list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  position: relative;
  padding-left: 10px;
  word-spacing: -1px;
}
.vol-list .list li:first-child {
  margin-top: 0;
}
.vol-list .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #aaaaaa;
}
.vol-list .list li a:hover {
  text-decoration: underline;
}

.inside-vol-list .util-area {
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #cccccc;
}
.inside-vol-list .util-area .util-btn {
  display: inline-flex;
  align-items: center;
  width: 124px;
}
.inside-vol-list .util-area .util-btn:before, .inside-vol-list .util-area .util-btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: url("/images/news_ico.png") no-repeat;
}
.inside-vol-list .util-area .util-btn.prev {
  padding-left: 19px;
}
.inside-vol-list .util-area .util-btn.prev:before {
  background-position: 0 0;
  margin-right: 10px;
}
.inside-vol-list .util-area .util-btn.prev:after {
  content: normal;
}
.inside-vol-list .util-area .util-btn.next {
  padding-right: 19px;
  justify-content: flex-end;
  padding-left: 19px;
}
.inside-vol-list .util-area .util-btn.next:after {
  background-position: -6px 0px;
  margin-left: 10px;
}
.inside-vol-list .util-area .util-btn.next:before {
  content: normal;
}
.inside-vol-list .util-area .util-btn.no {
  color: #999999;
}
.inside-vol-list .util-area .util-btn.no:before, .inside-vol-list .util-area .util-btn.no:after {
  background-position-y: -10px;
}
.inside-vol-list .util-area .util-cal {
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.inside-vol-list .util-area .util-cal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.inside-vol-list .util-area .util-cal-btn:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/ui_ico.png) no-repeat -150px 0;
}
.inside-vol-list .util-area .util-cal .ui-datepicker {
  display: none !important;
  position: absolute;
  top: 48px;
  left: -93px;
}
.inside-vol-list .util-area .util-cal .ui-datepicker.on {
  display: block !important;
}

.inside-etc .banner {
  position: absolute;
  bottom: -281px;
}
.inside-etc .banner .top {
  display: flex;
  margin-top: 1px;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.inside-etc .banner .bass01.fix {
  position: fixed;
  top: 98px;
}

.inside-share-area {
  display: flex;
  height: 82px;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.inside-share-area .fb_iframe_widget span,
.inside-share-area .fb_iframe_widget iframe {
  width: auto !important;
}

.inside-comment-area {
  margin-top: 20px;
}

.inside-page-btn {
  display: flex;
  width: 100%;
  height: 62px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.inside-page-btn a {
  display: inline-flex;
  width: 50%;
  height: 100%;
  align-items: center;
  font-size: 16px;
}
.inside-page-btn a.prev {
  padding-left: 34px;
  border-right: 1px solid #e5e5e5;
}
.inside-page-btn a.no {
  color: #999999;
}
.inside-page-btn a.next {
  padding-right: 34px;
  justify-content: flex-end;
}
.inside-page-btn a:before, .inside-page-btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/images/inside_bottom_ico.png") no-repeat;
}
.inside-page-btn a:before {
  background-position: 0 0;
  margin-right: 35px;
}
.inside-page-btn a.prev:after {
  content: normal;
}
.inside-page-btn a.next:after {
  background-position: -11px 0px;
  margin-left: 35px;
}
.inside-page-btn a.next:before {
  content: normal;
}
.inside-page-btn a.no:before, .inside-page-btn a.no:after {
  background-position-y: -15px;
}

.inside-sc {
  display: flex;
  height: 637px;
  background: #fff;
  border-bottom: 1px solid #dededf;
  margin-bottom: 10px;
}
.inside-sc .scw {
  width: 765px;
  padding-top: 60px;
}
.inside-sc .scw .titarea {
  text-align: center;
}
.inside-sc .scw .tit {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
.inside-sc .scw .formarea {
  width: 350px;
  margin: 40px auto 0;
}
.inside-sc .scw .formarea .fd .d_input {
  margin-top: 15px;
}
.inside-sc .scw .formarea .fd .d_input:first-child {
  margin-top: 0;
}
.inside-sc .scw .etc-check {
  margin-top: 13px;
}
.inside-sc .scw .etc-check .de {
  border-bottom: 1px solid #a2a2a2;
}
.inside-sc .btnarea {
  margin-top: 40px;
  padding-top: 41px;
  border-top: 1px solid #eeeeee;
}
.inside-sc .scw-banner-a {
  width: 315px;
  background: url("/images/inside/inside_banner02.jpg") no-repeat left top;
}
.inside-sc .btnarea .main_d_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  flex-wrap: wrap;
}
.inside-sc .btnarea .main_d_btn.yellow {
  background: #ffca27;
  color: #222;
}
.inside-sc .btnarea .btn-sub-a {
  display: flex;
  margin-top: 10px;
}
.inside-sc .btnarea .btn_sub {
  flex: 1;
  display: inline-flex;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  font-size: 14px;
  margin-left: 10px;
}
.inside-sc .btn-sub-a .btn_sub:first-child {
  margin-left: 0;
}
.inside-sc .btn-sub-a .btn_sub.sky {
  color: #129ded;
}

.div_select01 {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s ease-out;
}
.div_select01 .this {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 19px;
  font-size: 16px;
}
.div_select01 .this:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 20px;
  width: 7px;
  height: 4px;
  background: url("/images/div_select01.png") no-repeat 0 0;
}
.div_select01.off .this:after {
  background-position: 0 bottom;
}
.div_select01 .as {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  overflow: hidden;
  height: auto;
}
.div_select01 .as a {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  padding-left: 20px;
  background: #2e363e;
  color: #fff;
}
.div_select01 .as a:hover, .div_select01 .as a:focus, .div_select01 .as a.on {
  background: #272e35;
}

.page_tabmenu_inside.fix {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1280px;
  margin: 0;
}
.page_tabmenu_inside.fix .tab {
  width: 1080px;
  margin: 0 auto;
}
.page_tabmenu_inside .bgs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.page_tabmenu_inside .bgs div {
  display: inline-block;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-out;
}
.page_tabmenu_inside.fix .bgs div {
  background: #2e363e;
  width: 100%;
  opacity: 1;
}
.page_tabmenu_inside .scroll {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: #129ded;
  width: 100%;
  transform: translate(-100%, 0);
  transition: 0.2s ease-out;
}
.page_tabmenu_inside.fix .scroll {
  display: block;
}

.rp-box {
  display: block;
  position: relative;
  width: 340px;
  height: 588px;
  line-height: 1;
  transition: 0.3s ease-out;
}
.rp-box .fwb {
  display: contents;
  font-weight: 700;
  color: #88cef6 !important;
}
.rp-box .fwb-hash {
  color: #88cef6 !important;
}
.rp-box.mr .fwb {
  color: #129ded !important;
}
.rp-box.mr:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 1;
  width: 114px;
  height: 113px;
}
.rp-box.policy:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 1;
  width: 114px;
  height: 113px;
}
.rp-box.mr:before {
  background: url("/images/inside/market_category.png?v=0.2") no-repeat -284px -64px;
}
.rp-box.mr .ig {
  overflow: hidden;
  height: 100%;
}
.rp-box.policy .ig {
  overflow: hidden;
  height: 100%;
}
.rp-box .imgarea {
  position: relative;
  height: 480px;
  background-position: center !important;
  background-size: cover !important;
  transition: 0.3s ease-out;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.rp-box.mr.type02:before {
  background-position: -654px -64px;
}
.rp-box.mr.type03:before {
  background-position: -1024px -64px;
}
.rp-box.mr.type04:before {
  background-position: -284px -334px;
}
.rp-box.mr.type05:before {
  background-position: -654px -334px;
}
.rp-box.mr.type06:before {
  background-position: -1024px -334px;
}
.rp-box.mr.type07:before {
  background-position: -284px -604px;
}
.rp-box.mr.type08:before {
  background-position: -654px -604px;
}
.rp-box.mr.type09:before {
  background-position: -530px -334px;
}
.rp-box.mr.all:before {
  background-position: -1024px -604px;
}
.rp-box .hash {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 108px;
  z-index: 1;
  width: 100%;
  min-height: 64px;
  padding: 15px 10px;
}
.rp-box .hash span {
  display: inline-flex;
  height: 24px;
  padding: 0 10px;
  margin: 2px 2px;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.rp-box .title-area {
  position: relative;
  height: 108px;
  padding: 0 27px;
  background: #ffffff;
  text-align: center;
}
.rp-box .title-area .dae {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 78px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  transition: 0.3s ease-out;
}
.rp-box .title-area .dae > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rp-box .title-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background: #222;
  transition: 0.3s ease-out;
}
.rp-box .title-area .date {
  position: relative;
  color: #999;
  font-size: 14px;
}
.rp-box.none {
  background: #eaeaeb url("/images/inside/market_box_none.png") no-repeat center;
}

.market-report-ul {
  display: flex;
  flex-wrap: wrap;
}
.market-report-ul li {
  margin: 30px 30px 0 0;
}
.market-report-ul li:nth-child(-n+3) {
  margin-top: 0px;
}
.market-report-ul li:nth-child(3n) {
  margin-right: 0px;
}

.rp-box.policy:before {
  background-image: var(--bg-inside-category);
  background-position: -284px -64px;
}
.rp-box.policy.type02:before {
  background-position: -654px -64px;
}
.rp-box.policy.type03:before {
  background-position: -1024px -64px;
}
.rp-box.policy.type04:before {
  background-position: -284px -334px;
}
.rp-box.policy.type05:before {
  background-position: -654px -334px;
}
.rp-box.policy.type06:before {
  background-position: -1024px -334px;
}
.rp-box.policy .hash {
  background: url("/images/inside/policy_gd.png") no-repeat 0 0;
}
.rp-box.policy .hash span {
  background: #555555;
}
.rp-box.policy .title-area {
  background: #1f549c;
}
.rp-box.policy .title-area .dae {
  color: #ffffff;
}
.rp-box.policy .title-area .date {
  color: #a2b1ce;
}
.rp-box:hover .imgarea, .rp-box:focus .imgarea {
  transform: scale(1.05);
}
.rp-box:hover .title-area:before, .rp-box:focus .title-area:before {
  width: 100%;
}
.rp-box:hover .title-area .dae, .rp-box:focus .title-area .dae {
  color: #fff;
}

#content.insidemrg .default_c {
  padding-top: 30px;
}
#content.insidemrg .vt-filter {
  margin: 0 0 30px;
  border-bottom: 1px solid #dededf;
}
#content.insidemrg .vt-filter .d_input,
#content.insidemrg .vt-filter .d_select {
  height: 35px;
}
#content.insidemrg .vt-filter .ft01 .d_select {
  width: 120px;
}
#content.insidemrg .vt-filter .ft02 {
  margin-left: 30px;
}
#content.insidemrg .vt-filter .ft02 .d_input {
  width: 110px;
}
#content.insidemrg .vt-filter .search {
  padding-left: 31px;
  margin-left: 30px;
  border-left: 1px solid #eeeeee;
}
#content.insidemrg .vt-filter .search .d_input {
  width: 310px;
}
#content.insidemrg .vt-filter .search .searchgo {
  width: 80px;
  height: 100%;
  margin-left: 5px;
  background: #4f5f72;
}
#content.insidemrg .vt-filter .search .searchgo span {
  color: #fff;
  font-size: 14px;
}
#content.insidemrg .vt-filter .btn-init {
  height: 100%;
  padding: 0 15px;
  border: 1px solid #cccccc;
  background: #fff;
}
#content.insidemrg .vt-filter .init {
  margin-left: 10px;
}
#content.insidemrg .vt-filter .tagarea {
  align-items: flex-start;
}
#content.insidemrg .vt-filter .tagarea .title {
  margin-top: 5px;
}
#content.insidemrg .vt-filter .bd_hashtag {
  width: 89%;
}
#content.insidemrg .vt-filter .bd_hashtag .ht {
  padding: 5px 10px 0;
}
#content.insidemrg .bd_hashtag.ul_check_tac input:checked + .ht {
  background: #555555;
}

/*



██           ███████ ████████  ██████              ██
██  ▄ ██ ▄    ██         ██    ██          ▄ ██ ▄  ██
██    ████     █████      ██    ██           ████  ██
██    ▀ ██ ▀    ██         ██    ██          ▀ ██ ▀██
██               ███████    ██     ██████          ██



*/
.golmok-col01-01 {
  width: 193px;
}

.golmok-col01-02 {
  width: 194px;
}

.golmok-col01-03,
.golmok-col01-04 {
  width: 101px;
}

.golmok-col01-05 {
  width: auto;
}

.golmok-col02-01 {
  width: 100px;
}

.golmok-col02-02 {
  width: 81px;
}

.golmok-col02-03 {
  width: 91px;
}

.golmok-col02-04 {
  width: 101px;
}

.golmok-col02-05 {
  width: auto;
}

.golmok-col03-01 {
  width: 33%;
}

.golmok-col03-02 {
  width: 34%;
}

.golmok-col03-03 {
  width: 33%;
}

.golmok-col04-01 {
  width: 100px;
}

.golmok-col04-02,
.golmok-col04-03 {
  width: 71px;
}

.golmok-col04-04 {
  width: 239px;
}

.golmok-col04-05 {
  width: auto;
}

.baldal-col01-01 {
  width: 194px;
}

.baldal-col01-02 {
  width: auto;
}

.baldal-col02-01 {
  width: 193px;
}

.baldal-col02-02 {
  width: 194px;
}

.baldal-col02-03 {
  width: auto;
}

.baldal-col03-01 {
  width: 140px;
}

.baldal-col03-02 {
  width: auto;
}

/*



██           ██    ██ ██              ██
██  ▄ ██ ▄    ██    ██ ██     ▄ ██ ▄  ██
██    ████     ██    ██ ██      ████  ██
██    ▀ ██ ▀    ██    ██ ██     ▀ ██ ▀██
██                ██████  ██          ██



*/
a.tit_style01[data-ui-acco-btn] {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 78px;
  padding-left: 30px;
  margin-bottom: 0px;
  background: #fafafa;
  transition: 0.2s ease-out;
}
a.tit_style01[data-ui-acco-btn]:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  right: 74px;
  background: #e5e5e5;
}
a.tit_style01[data-ui-acco-btn]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 22px;
  margin-top: -11px;
  background: url("/images/ui_ico.png") no-repeat -3px -164px;
}
a.close[data-ui-acco-btn] {
  background: #fff;
}
a.close[data-ui-acco-btn]:after {
  transform: rotate(-180deg);
}

.dc[data-ui-acco-con] {
  padding-top: 78px;
  transition: 0.2s ease-out;
}
.dc[data-ui-acco-con-open=N] {
  height: 18px;
  overflow: hidden;
  padding: 0;
}

/* .offer-det-box .bd-summary dt:before{
content:'';
display:block;
position:absolute;
top:11px;
right:30px;
width:10px;
height:1px;
background:#666;
} */
#content.blog .default_c {
  padding-top: 30px;
}

.blogmenu {
  margin: 0 0 30px;
}

.blog-ct-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.blog-ct-list .blogct .imgarea {
  height: 190px;
  background-color: #ddd;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  transition: 0.3s ease-out;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.blog-ct-list .blogct .imgarea img {
  height: 100%;
}
.blog-ct-list .blogct .imgarea.old {
  background-position-y: -117px !important;
}
.blog-ct-list .blogct .geul {
  position: relative;
  height: 153px;
  padding: 17px 20px 20px 20px;
  background-color: #fff;
}
.blog-ct-list .blogct .geul .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0px;
}
.blog-ct-list .blogct .geul .txts {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 0 0;
}
.blog-ct-list .blogct .geul .etc {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.blog-ct-list .blogct .geul .etc span {
  display: inline-block;
  font-size: 13px;
  color: #999999;
}
.blog-ct-list .blogct .geul .etc span + span {
  position: relative;
  margin-left: 5px;
  padding-left: 6px;
}
.blog-ct-list .blogct .geul .etc span + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.blog-ct-list .none {
  height: 100%;
  background: #eaeaeb url(/images/inside/market_box_none.png) no-repeat center;
}

.mk-top-banner {
  display: block;
  margin: 0 0 30px;
}