
@import "swiper.min.css";
@import "reset.css";

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  width: 100%;
  overflow-x: hidden;
}
body{
  position: relative;
  color: #666;
  font-size: 12px;
  line-height: 1.2;
  font-family: "malgun gothic";
}
a{
  display: block;
  color: #333;
  text-decoration: none;
}
img{
  width: 100%;
}
select::-ms-expand {
  display: none;
}
input{
  font-family: "malgun gothic";
  color: #333;
  outline: none;
}
button{
  border: none;
  font-family: "malgun gothic";
  color: #333;
  outline: none;
}
select{
  font-family: "malgun gothic";
  color: #333;
  outline: none;
}
input[type=radio],
input[type=checkbox]{
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label{
  min-height: 15px;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 15px;
  background: url('/images/m/kr/sub/common/check_off.png') 0 0 no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  font-size: 12px;
  letter-spacing: -1px;
}
input[type=radio] + label.solo,
input[type=checkbox] + label.solo{ padding-left:15px;}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label{
  background-image: url('/images/m/kr/sub/common/check_on.png');
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
.check_type2[type=radio] + label,
.check_type2[type=checkbox] + label{
  min-height: 14px;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 14px;
  background: url('/images/m/kr/sub/common/check_off_2.png') 0 0 no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  font-size: 12px;
}
.check_type2[type=radio]:checked + label,
.check_type2[type=checkbox]:checked + label{
  background-image: url('/images/m/kr/sub/common/check_on_2.png');
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.bgc444{
  background-color: #444 !important;
}
.bgc997f58{
  background-color: #997f58 !important;
}
.bgc58585a{
  background-color: #58585a !important;
}
.bgcd80034{
  background-color: #d80034 !important;
}
.color2196f3{
  color: #2196f3 !important;
}
.color7f5f2e{
  color: #7f5f2e !important;
}
.colord80034{
  color: #d80034 !important;
}
.colore70128{
  color: #e70128 !important;
}
.color666{
  color: #666 !important;
}
.colorf68026{
  color: #f68026 !important;
}
.color333{
  color: #333 !important;
}
.colorfff{
  color: #fff !important;
}
.text_under{
  text-decoration: underline;
}
.bold{
  font-weight: 600 !important;
}
.tac{
  text-align: center;
}
.tal{
  text-align: left !important;
}
.col2{
  overflow: hidden;
}
.col2 li{
  width: 50%;
  float: left;
}
.ml5{
  margin-left: 5px !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mt0{
  margin-top: 0 !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt15{
  margin-top: 15px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt25{
  margin-top: 25px !important;
}
.mt30{
  margin-top: 30px !important;
}
.mt40{
  margin-top: 40px !important;
}
.prl15{
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w20p{
  width: 20% !important;
}
.w25p{
  width: 25% !important;
}
.w30p{
  width: 30% !important;
}
.w40p{
  width: 40% !important;
}
.w50p{
  width: 50% !important;
}
.w60p{
  width: 60% !important;
}
.w70p{
  width: 70% !important;
}
.bdt1{
  border-top: 1px solid #d8d8d8;
}
.fll{
  float: left;
}
.flr{
  float: right;
}
.fwb{
  font-weight: bold;
}
.dropdown_wrap{
  font-size: 12px;
}
.dropdown_wrap .item .drop{
  height: 48px;
  padding: 0 15px;
  line-height: 48px;;
  color: #7f5f2e;
  font-weight: bold;
  border: 1px solid #eaeaea;
  background: url("/images/m/kr/sub/common/bullet_7.png") 95% center no-repeat;
}
.dropdown_wrap .item.on .drop{
  background: url("/images/m/kr/sub/common/bullet_6.png") 95% center no-repeat;
}
.sub_title{
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
.sub_title_2{
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  letter-spacing: -1px;
}
.sub_title_3{
  font-size: 11px;
  line-height: 1.5;
  color: #333;
  letter-spacing: -1px;
}
.sub_title_4{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.sub_title_4 b{
  color: #d80034;
}
.btn_black{
  background-color: #444;
  color: #fff;
}
.btn.purple {
    background-color: #7800ff;
}
.btn.yellow {
    background-color: #ffcd00;
    color: #1a1a1a;
}


.tx_box{
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}
.tx_box.bdt{
  border-top: 1px solid #333;
}
.tx_box .tx{
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.tx_box .tx:last-child{
  margin-bottom: 0;
}
.tx_box .tx p{
  width: 32%;
  padding-right: 8px;
  float: left;
  font-weight: bold;
  color: #444;
  text-align: center;
  background: url("/images/m/kr/sub/common/bullet_2.png") right center no-repeat;
}
.tx_box .tx span{
  width: 68%;
  padding-left: 20px;
  float: left;
  color: #666;
}
.tx_box_2 .tx p{

}
.tx_box_2 .tx span{
  padding-left: 20px;
}

.tab_wrap_1{

}
.tab_wrap_1 ul{
  overflow: hidden;
}
.tab_wrap_1 ul li{
  width: 50%;
  float: left;
  background: #ececec;
  border-right: 1px solid #e1e1e1;
}
.tab_wrap_1 ul li:last-child{
  border-right: none;
}
.tab_wrap_1 ul li.on{
  background: #fff;
}
.tab_wrap_1 ul li a{
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  background: url("/images/m/kr/sub/common/bullet_3.png") 86% center no-repeat;
  -webkit-background-size: 12px 6px;
  background-size: 12px 6px;
  border-bottom: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagenavi_wrap{
  text-align: center;
}
.pagenavi_wrap ul{
  overflow: hidden;
  display: inline-block;
}
.pagenavi_wrap ul li{
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  float: left !important;
  text-align: center;
  font-weight: bold;
}
.pagenavi_wrap .btn_left{
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/images/m/kr/sub/common/pagenavi_l.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.pagenavi_wrap .btn_right{
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/images/m/kr/sub/common/pagenavi_r.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.scroll_wrap .title{
  margin: 23px 0 11px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
.scroll_wrap .con_inner{
  max-height: 150px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  color: #666;
  line-height: 18px;
  overflow-y: scroll;
}
.scroll_wrap .check_one{
  margin-top: 15px;
  color: #d80034;
  font-weight: bold;
}
.check_all{
  margin-top: 50px;
  padding: 7px 16px;
  border: 1px solid #f79143;
  color: #f79143;
  font-weight: bold;
}
.check_all label{
  letter-spacing: -1.5px !important;
}
.tab_wrap{
  margin-top: 15px;
}
.tab_wrap ul{
  overflow: hidden;
}
.tab_wrap ul li{
  width: 50%;
  float: left;
}
.tab_wrap.col3 ul li{
  width: 33.333333%;
}
.tab_wrap ul li input{
  display: none;
}
.tab_wrap ul li a{
  width: 100%;
  padding: 12px 0 13px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  background: #f5f5f5;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #d1d1d1;
}
.tab_wrap.h60 ul li a{
  min-height: 60px;
  padding: 0;
  line-height: 60px;
}
.tab_wrap.col3 ul li a{
  height: auto;
  line-height: 1;
  padding: 12px 0 13px;
  font-size: 14px;
  border-top: 2px solid #fff;
  border-right: 1px solid #fff;
}
.tab_wrap.col3 ul li:first-child a{
  border-left: 1px solid #fff;
}
.tab_wrap ul li.on a,
.tab_wrap.col3 ul li.on a{
  background: #fff;
  border-top: 2px solid #e70128;
  border-bottom: 1px solid #fff;
  color: #e70128;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.tab_wrap ul li.sunap a,
.tab_wrap.col3 ul li.sunap a{
  border-top: none;
  border-left: 1px solid #997f58;
  border-right: 1px solid #997f58;
}
.tab_wrap .tab_content > div{
  display: none;
}
.tab_wrap .tab_content > div.on{
  display: block;
}



.table_1{
  width: 100%;
  font-size: 12px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ddd;
  color: #666;
}
.table_1 table{
  width: 100%;
}
.table_1 tr .no{
  background: none;
  border: none;
}
.table_1 thead tr th{
  padding: 13px 5px 14px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f9f9f9;
  color: #444;
  font-weight: bold;
  vertical-align: middle;
}
.table_1 thead tr th:last-child{
  border-right: none;
}
.table_1 tbody tr th{
  padding: 13px 5px 14px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f9f9f9;
  font-weight: bold;
  vertical-align: middle;
  color: #444;
  line-height: 1.4;
}
.table_1 tbody tr td{
  padding: 13px 10px 14px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
}

.table_1 tbody tr:first-child td{
  border-top: none;
}
.table_1 tbody tr td:last-child{
  border-right: none;
}
.table_1 tbody tr td.brdR{ border-right: 1px solid #eaeaea;}
.table_1 tr .bdrn{
  border-right: none;
}
.table_1 tr .bdtn{
  border-top: none;
}
.table_1 tr td.ptb{
  padding: 5px 0 20px;
  text-align: left;
}
.table_1 tr th.prl{
  padding-right: 0;
  padding-left: 0;
}
.table_1 tr td.prl{
  padding-right: 0;
  padding-left: 0;
}
.table_1 tr td .cancel_btn{
  color: #f57f25;
  text-decoration: underline;
}
.table_1 tr td .cancel_btn_2{
  padding: 10px 14px;
  background-color: #333;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.table_1 tr td .bottom_text{
  margin-top: 10px;
  color: #666;
  text-decoration: none;
  display: block;
  line-height: 14px;
  font-size: 12px;
  letter-spacing: -1.5px;
}
.table_1 tr td .sms_btn{
  width: 16px;
  height: 12px;
  margin: 0 auto;
  background: url(/images/m/kr/sub/common/sms_b.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.table_1 tr td .sms_btn.on{
  background: url(/images/m/kr/sub/common/sms_c.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.table_1 tr td .sms_btn:hover{
  background: url(/images/m/kr/sub/common/sms_c.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.table_1 .width_nowide{
  width: 80%;
  height: 30px;
  padding-left: 8px;
  line-height: 30px;
  border: 1px solid #cdcdcd;
}
.table_1 .width_nowide001{
  width: 80%;
  height: 30px;
  padding-left: 2px;
  line-height: 30px;
  border: 1px solid #cdcdcd;
}
.table_1 input[type=text]::placeholder{
  color: #e8e8e8;
}
.table_1 .input_type{
  width: 100%;
  height: 29px;
  line-height: 29px;
  border: 1px solid #e4e4e4;
}
.table_1 .dot_1{
  height: 29px;
  line-height: 29px;
  padding: 0 3px;
}
.table_1 .btn_black{
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  margin-left: 10px;
}
.table_1 .select_2{
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  color: #666;
}
.both_wrap{
  overflow: hidden;
}
.table_1 .both_wrap .float_l{
  width: 50%;
  float: left;
}
.table_1 .both_wrap.col7 .float_l,
.table_1 .both_wrap.col5 .float_l,
.table_1 .both_wrap.col2 .float_l{
  width: auto;
  height: 30px;
  line-height: 30px;
  float: left;
}
.table_1 .both_wrap.col5 .float_l input,
.table_1 .both_wrap.col7 .float_l input,
.table_1 .both_wrap.col2 .float_l input{
  width: 100%;
  padding: 0;
  text-align: center;
}
.table_1 .both_wrap.col5 .float_l:nth-child(1){
  width: 30%;
}
.table_1 .both_wrap.col5 .float_l:nth-child(2),
.table_1 .both_wrap.col5 .float_l:nth-child(4){
  padding: 0 5px;
}
.table_1 .both_wrap.col5 .float_l:nth-child(3),
.table_1 .both_wrap.col5 .float_l:nth-child(5){
  width: 23%;
}
.table_1 .both_wrap.col7 .float_l:nth-child(1),
.table_1 .both_wrap.col7 .float_l:nth-child(3),
.table_1 .both_wrap.col7 .float_l:nth-child(5),
.table_1 .both_wrap.col7 .float_l:nth-child(7){
  width: 20%;
}
.table_1 .both_wrap.col7 .float_l:nth-child(2),
.table_1 .both_wrap.col7 .float_l:nth-child(4),
.table_1 .both_wrap.col7 .float_l:nth-child(6){
  padding: 0 3px;
}
.table_1 .both_wrap.col2 .float_l{
  width: 20%;
  margin-right: 10px;
}
.button_wrap{
  overflow: hidden;
}
.button_wrap a{
  height: 27px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 12px;
}
.bottom_button_wrap{
  margin-top: 25px;
  text-align:center;
}
.bottom_button_wrap a,
.bottom_button_wrap button{
  width: 100%;
  height: 42px;
  padding: 0 20px;
  background: #d80034;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.bottom_button_wrap .btn_sm{
	width:80%;
}
.bottom_button_wrap2{
  margin-top: 25px;
  overflow: hidden;
}
.bottom_button_wrap2 button{
  width: 48.2258064516129%;
  margin-right: 3.548387096774194%;
  height: 42px;
  line-height: 42px;
  background-color: #444444;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  float: left;
}
.bottom_button_wrap2 button:last-child{
  margin-right: 0;
  background-color: #d80034;
}
.select_wrap{
  margin-bottom: 15px;
}
/* 180515 */
.select_wrap select{
  width: 100%;
  height: 50px;
  padding: 0 28px 0 12px;
  border: 1px solid #eaeaea;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/m/kr/sub/common/bullet_4.png") 95% center no-repeat;
  -webkit-background-size: 8px 5px;
  background-size: 8px 5px;
  white-space: normal;
}
/* 180515 */
.select_wrap .select_1{
  height: 50px;
  margin-top: 17px;
  white-space: normal;
}

.select_wrap0202 select{
  width: 50%;
  height: 35px;
  padding: 0 28px 0 12px;
  border: 1px solid #eaeaea;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/images/m/kr/sub/common/bullet_4.png") 95% center no-repeat;
  -webkit-background-size: 8px 5px;
  background-size: 8px 5px;
  white-space: normal;
}
.select_wrap0202 .select_1{
  height: 35px;
  margin-top: 17px;
  white-space: normal;
}


/* 180515 */
.select_wrap .select_2{
  height: 30px;
}

.path_wrap .depth2 .tx{
  height: 43px;
  padding: 0 25px;
  overflow: hidden;
  line-height: 43px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}
.path_wrap .depth2 .tx span{
  width: 12px;
  height: 43px;
  display: inline-block;
  background: url(/images/m/kr/sub/common/bullet_1_2.png) 0 center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  float: right;
}

.container{
  margin-bottom:108px; padding-top:154px;
}

.container.login{ padding-top:140px; }
.container h2{
  height: 46px;
  padding: 0 25px;
  line-height: 46px;
  background: #d80034;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 2px solid #cdcdcd;
}
.container h2 span{
  width: 12px;
  height: 42px;
  display: inline-block;
  background: url("/images/m/kr/sub/common/bullet_1.png") 0 center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  float: right;
}
h3{
  margin: 0 25px;
  padding: 23px 0 13px;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
  color: #333;
}
.container .con{
  padding: 0 25px;
}

.container .nlLogout { padding: 0 25px; color: #666; margin-top: 10px; font-size: 14px; text-align: right; margin-bottom: 15px; text-decoration: underline;}


.con h4{
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #7f5f2e;
  letter-spacing: -1px;
}
.container .con .img_wrap{
  margin-top: 20px;
  padding: 15px 14px 16px;
  border-top: 2px solid #313131;
  text-align: center;
  background: #f9f9f9;
}
.footer{
  padding: 14px 0 23px;
  background: #222;
  font-size: 10px;
  color: #999;
  text-align: center;
}
.footer ul{
}
.footer ul li{
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  background: #444;
}
.footer ul li:last-child{
  margin-right: 0;
}
.footer ul li a{
  padding: 7px 9px;
  color: #fff;
  font-size: 12px;
}
.footer .copy{
  margin-top: 10px;
  font-size: 10px;
}



.popupWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10% 0;
  background: rgba(0, 0, 0, 0.5);
}
.popupBg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.popup {
  width: 340px;
  position: relative;
  display: none;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.popup .closePopup{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.popup h5{
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 55px;
  border-bottom: 2px solid #eaeaea;
  font-weight: bold;
  color: #666;
}



.popup_wrap{
  padding: 30px 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.popup_wrap.on{
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.popup_wrap .popup_con{
  width: 340px;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow-y: auto;
}
.popup_wrap.on .popup_con{
  opacity: 1;
}
.popup_wrap .popup_con h5{
  font-size: 18px;
  line-height: 55px;
  border-bottom: 2px solid #eaeaea;
  font-weight: bold;
  color: #666;
}
.popup_wrap .popup_con > img{
  width: 65px;
  height: 58px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.popup_wrap .popup_con > p{
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.popup_wrap .popup_con > a{
  margin: 12px 0 30px;
  font-size: 13px;
  color: #ff6f00;
  text-decoration: underline;
}
.popup_wrap .popup_con > ul{
  overflow: hidden;
}
.popup_wrap .popup_con > ul > li{
  width: 50%;
  height: 40px;
  float: left;
  line-height: 40px;
  background: #e70128;
}
.popup_wrap .popup_con > ul > li:last-child{
  background: #444444;
}
.popup_wrap .popup_con > ul > li a{
  color: #fff;
  font-size: 13px;
}
.popup_gyunggam.on .popup_con{
  top: 3%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.popup_con .con_1{
  margin: 20px 15px;
  padding: 15px 10px;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  text-align: left;
}
.popup_con .con_1 p{
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.popup_con .con_2{
  margin: 20px 15px;
}
.popup_con .con_2 ul{
  overflow: hidden;
}
.popup_con .con_2 ul li{
  height: 20px;
  margin-right: 6px;
  line-height: 20px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.popup_con .con_2 ul li:last-child{
  margin-right: 0;
}
.popup_con .con_2 ul li .check_type2[type=radio] + label{
  min-height: 20px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.popup_con > a.popup_close_btn{
  width: 22.5px;
  height: 22.5px;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 15px;
}
.popup_con > .popup_close_btn a img{
  width: 100%;
}
.popup_wrap_id .popup_con_2 h5{
  background-color: #d80034;
  color: #fff;
}
.popup_wrap_id .popup_con_2 p{
  padding: 33px 0 44px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}
.popup_wrap_id .popup_con_2 p span{
  color: #d80034;
}
.popup_wrap_pass .popup_con_2 h5{
  background-color: #444;
  color: #fff;
}
.popup_wrap_pass .popup_con_2 p{
  padding: 22px 0 33px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}
.popup_wrap_pass .popup_con_2 p span{
  color: #d80034;
}
.address_popup h3{
  text-align: left;
  margin: 0;
}
.address_popup h4{
  text-align: left;
}
.address_popup .popup_con{
  padding-bottom: 30px;
}
.address_popup .tab_wrap{
  padding: 0 15px;
}
.address_popup .fl_box{
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.address_popup .fl_box li{
  width: 90px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 40px;
  float: left;
  background-color: #f1f1f1;
  font-size: 13px;
  font-weight: bold;
}
.address_popup .fl_box li:nth-child(3n){
  margin-right: 0;
}


/* 1805150941 */
.popup_wrap .con_error,
.popupWrap .con_error{
  padding: 32px 30px;
  text-align: center;
}
.popup_wrap .popup_con > a.popup_close_btn{
  width: 14px;
  height: 14px;
  position: absolute;
  top: 55px;
  right: 17px;
}
.popup_wrap .con_error .error_tx,
.popupWrap .con_error .error_tx{
  margin-top: 15px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.popup_wrap .con_error .error_tx .tel_icon,
.popupWrap .con_error .error_tx .tel_icon{
  width: 10px;
  height: 14px;
  line-height: 20px;
  background: url(../images/tel.png) center center no-repeat;
  display: inline-block;
  -webkit-background-size: contain;
  background-size: contain;
}
.popup_wrap .con_error .error_img1,
.popupWrap .con_error .error_img1{
  width: 47px;
  height: 45px;
}
/* 1805150941 */

.popup_bill_type_dis{
  padding: 30px 20px;
}
.popup_bill_type_dis .error_box{
  margin-top: 10px;
}
.popup_bill_type_dis h2{
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #d8d8d8;
}
.popup_bill_type_dis ul{
  padding: 0 12px;
  /*margin-top: 20px;*/
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #d8d8d8;
}
.popup_bill_type_dis ul li{
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.popup_bill_type_dis ul li:last-child{
  border-bottom: none;
}
.popup_bill_type_dis ul li p{
  padding-left: 10px;
  text-align: left;
}
.popup_bill_type_dis ul li p:nth-child(1){
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.popup_bill_type_dis ul li p:nth-child(2){
  font-size: 11px;
}
.scroll_popup.on{
overflow-y: scroll;
}
.scroll_popup.on .popup_con{
  top: 20px;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.popup_h2{
  padding: 25px 0 15px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.popup_con .hgns{
  padding-bottom: 30px;
}
.popup_con .hgns h2{
  height: 55px;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height: 55px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #d80034;
  text-align: left;
}
.popup_con .hgns .table_1{
  width: auto;
  margin:  0 15px;
}
.popup_con .hgns .tx1{
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #444;
}
.popup_con .hgns .tx2{
  margin-right: 15px;
  margin-left: 15px;
  font-size: 11px;
  color: #666;
  text-align: left;
  line-height: 16px;
}
.popup_con .hgns .tx2.bdbececec{
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.popup_con .hgns .bdb727272{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #727272;
}
.popup_con .hgns img{
  padding: 0 15px 0;
}
.popup_detail .popup_con,
.popup_detail2 .popup_con{
  width: 95%;
  padding: 0 15px 15px;
}
.popup_detail .popup_con h5,
.popup_detail2 .popup_con h5{
  text-align: left;
}
.popup_detail .popup_con .tx1{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
.popup_detail .popup_con .swiper-slide .swipe_wrap{
  margin-top: 0;
}
.address_con_1 .title{
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  border: 1px solid #e8e8e8;
  background-color: #f1f1f1;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;
}
.address_con_1 label{
  display: block;
  margin: 10px 0 8px;
  font-size: 14px;
  text-align: left;
}
.address_con_1 input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cdcdcd;
}

.form_1 input{
  height: 42px;
  padding: 10px;
}
.form_1 .inner_button{
  width: 25%;
  background-color: #333;
  color: #fff;
}
.form_1 .label_input_button,
.form_1 .label_input,
.form_1 .input_button,
.form_1 .input_wide{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-align: center;
}
.form_1 .input_button input,
.form_1 .label_input input{
  width: 75%;
}
.form_1 .input_wide input{
  width: 100%;
}
.form_1 .label_input_button label,
.form_1 .label_input label{
  width: 25%;
  padding: 14px 0;
  color: #333;
  font-weight: bold;
}
.form_1 .label_input_button input{
  width: 50%;
}
.login_form{
  margin-top: 20px;
  padding: 15px 10px 20px;
  background: #f9f9f9;
  border-top: 2px solid #313131;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.login_form input{
  width: 100%;
  height: 42px;
  padding: 0 13px;
  font-size: 12px;
  border: 1px solid #eaeaea;
}
.login_form input:first-child{
  margin-bottom: 15px;
}
/* 180515 */
.login_form .search_box{
  padding: 10px 0 9px;
  font-size: 12px;
}
.login_form .search_box li:nth-child(3){
  border-right: 1px solid #666;
}
.login_form .search_box li a{
  padding: 0 10px;
  color: #666;
}
.login_form .search_box li:nth-child(1) a{
  padding-right: 0;
}
/* 180515 */
.error_box{
	display: none;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  font-size: 10px;
  font-weight: bold;
  color: #f58128;
  background: url("/images/m/kr/sub/common/error.png") left center no-repeat;
  -webkit-background-size: 12px 11.5px;
  background-size: 12px 11.5px;
  text-align: left;
}
.error_box.use_1{
  background: none;
  padding-left: 0;
}
.error_box.error{
  display: block;
}
.sign_form button,
.login_form button,
.sign_form #submit,
.login_form #submit{
  width: 100%;
  height: 42px;
  background: #d80034;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.login_form .sign_wrap{
  margin-top: 16px;
  padding-top: 16px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  border-top: 2px solid #eaeaea;
}
.login_form .sign_wrap li{
  float: left;
  letter-spacing: -0.5px;
}
.login_form .sign_wrap li:last-child{
  float: right;
}
.login_form .sign_wrap li a{
  color: #e70128;
  text-decoration: underline;
}


.sign_form form ul li{
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 15px;
}
.sign_form form ul li label{
  width: 40%;
  height: 42px;
  line-height: 42px;
  float: left;
  color: #444;
}
.sign_form form ul li input{
  width: 60%;
  height: 42px;
  padding: 0 10px;
  line-height: 42px;
  float: left;
  font-size: 12px;
  border: 1px solid #eaeaea;
}



.check_address form{
  padding-top: 17px;
}
.check_address form ul li{
  margin-bottom: 13px;
  color: #444;
  font-weight: bold;
}
.check_address form ul li label span.icon_tel{
  width: 9px;
  height: 11px;
  margin-right: 2px;
  display: inline-block;
  background: url("/images/m/kr/sub/common/tel.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}



.swiper-slide{
  width: auto !important;
}
.swiper-slide .swipe_wrap{
  margin-top: 30px;
}
.swiper-slide .swipe_wrap .table_1 th{
  overflow: hidden;
  vertical-align: middle;
}
.swiper-slide .swipe_wrap .table_1 th:first-child div{
  float: left;
  text-align: left;
}
.swiper-slide .swipe_wrap .table_1 td label{
  padding-left: 15px;
}
.pmsp .con_1 .tx_box1{
  text-align: left;
}
.pmsp .con_1 .tx_box1 .tx1{
  margin: 2px 0 12px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #7f5f2e;
  border-radius: 50px;
}
.pmsp .con_1 .tx_box1 .tx2{
  font-size: 48px;
  font-weight: bold;
  color: #d80034;
}
.pmsp .con_1 .tx_box1 .tx3{
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 12px;
  color: #333;
  background: url(/images/m/kr/sub/common/calendar.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-weight: bold;
}
.pmsp .con_2{
  padding: 10px;
  background: #f1f2f4;
}
.pmsp .con_2 .row{
  padding: 0 15px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 50px;
}
.pmsp .con_2 .row p{
  float: left;
  color: #333;
}
.pmsp .con_2 .row span{
  float: right;
  color: #f58128;
}
.pmsp .con_2 .row span.icon_1{
  padding-right: 30px;
  color: #333;
  font-weight: bold;
  background: url("/images/m/kr/sub/common/bullet_5.png") center right no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
.pmsp .con_3{
  padding: 10px 10px 0 10px;
  background: #f1f2f4;
}
.pmsp .con_3 ul{
  overflow: hidden;
}
.pmsp .con_3 ul li{
  width: 33.33333333333333%;
  float: left;
  border-right: 1px solid #eaeaea;
}
.pmsp .con_3 ul li:last-child{
  border-right: none;
}
.pmsp .con_3 ul li a img{
  border-bottom: 1px solid #dbdcde;
}
.pmsp .con_4{
  padding: 10px;
}
.pmsp .con_4 .dropdown_wrap{
  background: #fff;
}
.pmsp .con_4 .dropdown_wrap .item{
  margin-bottom: 12px;
}
.pmsp .con_4 .dropdown_wrap .item .down{
  padding: 15px 15px;
  display: none;
  border: 1px solid #eaeaea;
  border-top: none;
}
.pmsp .con_4 .dropdown_wrap .item.on .down{
  display: block;
}
.pmsp .depth_tx{
  font-size: 12px;
  line-height: 20px;
}
.pmsp .button_wrap2{
  margin-top: 25px;
  overflow: hidden;
}
.pmsp .button_wrap2 a{
  width: 49%;
  padding: 8px 0;
  margin-right: 2%;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: bold;
}
.pmsp .button_wrap2 a:last-child{
  margin-right: 0;
  background-color: #7f5f2e;
  color: #fff;
}

.search_address .form_1{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #333;
}
.search_address .form_1 .label_input_button{
  margin-bottom: 20px;
}
.search_address .tab_content{
  margin-top: 18px;
}
.search_address #tab1 .error_box,
.search_address #tab2 .error_box{
  margin: 10px 0 0 0;
}

.aam .error_box{
  margin-top: 10px;
}
.aam .con_2 .both_wrap{
  width: 100%;
  padding-top: 18px;
  overflow: hidden;
  border-top: 2px solid #666;
}
.aam .con_2 .both_wrap .float_l{
  height: 30px;
  line-height: 30px;
  float: left;
}
.aam .con_2 .both_wrap .float_l:nth-child(1){
  font-weight: bold;
  color: #444;
}
.aam .con_2 .both_wrap .float_l:nth-child(2){
  width: 40%;
  margin-right: 2%;
  margin-left: 2%;
}
.aam .con_2 .both_wrap .float_l:nth-child(3){
  width: 20%;
}
.aam .con_2 .both_wrap .float_l input{
  width: 100%;
  height: 30px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #666;
  font-weight: bold;
}
.aam .con_2 .both_wrap .float_l input[type=submit],
.aam .con_2 .both_wrap .float_l input[type=button]{
  background-color: #f68026;
  border: none;
  color: #fff;
}
.aam .con_2 .tx1{
  margin-top: 10px;
  color: #666;
  line-height: 16px;
}
.aam .con_2 .tx2{
  margin-top: 10px;
  font-weight: bold;
  color: #444;
}


.sc .table_1 .select_wrap{
  margin-bottom: 0;
}
.sc .table_1 .select_wrap select{
  color: #666;
  font-weight: normal;
}
.sc .table_1 input{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
  border: 1px solid #cdcdcd;
}
.sc .table_1 td label{
  padding-left: 15px;
}
.pms .sub_title_2{
  margin-top: 25px;
}
.pms .sub_title_3{
  margin-top: 8px;
}
.pms .swipe_wrap{
  margin-top: 8px;
}
.pms .select_wrap .select_1{
  margin-top: 0;
}
.sii .check_type2 + label{
  padding-left: 15px;
}
.sii .table_1{
  letter-spacing: -1px;
}
.sii .sub_title{
  margin-bottom: 10px;
}
.sii .con_2{
  margin-top: 30px;
  margin-bottom: 30px;
}
.sii .con_2 .table_1{
  margin-top: 15px;
}
.sii .error_box{
  margin-bottom: 0;
  margin-top: 5px;
}
.spp .con_inner{
  padding: 20px 10px;
  overflow-y: scroll;
  border: 1px solid #e8e8e8;
  border-top: 1px solid #727272;
  background-color: #f9f9f9;
}
.spp .title{
  margin-bottom: 15px;
  font-weight: bold;
  color: #444;
  text-align: center;
}
.spp p{
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.isl .swipe_wrap{
  margin-top: 7px;
}
.isl .sub_title.mt30{
  letter-spacing: -1px;
}
.isl .sub_title_3{
  margin-top: 8px;
}
.isl .pagenavi_wrap{
  margin-top: 24px;
}
.pmp .sunap{
  width: auto;
  margin-top: 30px;
  float: right;
}
.pmp .sunap a{
  padding: 7px 15px;
}
.pmp .table_2 tbody tr td{
  padding: 13px 0 14px;
}
.pmp .table_1 label{
  padding-left: 20px;
}
.pmp .table_title{
  margin: 20px 0 10px;
}
.sic .bottom_text{

}
.sic .con_3{
  padding: 25px 25px;
}
.sic .con_3 .tx1{
  font-size: 14px;
  color: #2196f3;
  font-weight: bold;
  text-decoration: underline;
}
.sic .con_3 .tx2{
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #444;
}
.terms .error_box{
  margin-top: 10px;
}
.terms .con_1 h4{
  margin-bottom: 5px;
}
.terms .con_1 .scroll_wrap.bdt1{
  margin-top: 10px;
}
.terms .con_1 .scroll_wrap .title{
  margin-top: 10px;
}
.scong .con_1{
  text-align: center;
}
.scong .con_1 .tx1{
  margin-top: 25px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
.scong .con_1 .tx2{
  margin: 10px 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.scong .con_1 .tx3{
  margin-bottom: 15px;
  font-size: 11px;
  color: #666;
}
.spc .sub_title{
  margin-bottom: 20px;
}
.spc .bottom_tx_box{
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.spc .bottom_tx_box h4{
  margin-top: 0;
  margin-bottom: 10px;
}
.spc .bottom_tx_box p{
  font-size: 13px;
  color: #666;
}
.spc .change_3m{
  margin-top: 20px;
  font-size: 15px;
  color: #d80034;
  font-weight: bold;
}
.spc .change_3m .flr{
  text-decoration: underline;
}
.apsa .bottom_tx_box{
  margin-top: 17px;
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.apsa .bottom_tx_box h4{
  margin-top: 0;
}
.apsa .bottom_tx_box .sub_title{
  font-size: 13px;
}
.sign h4{
  margin-top: 25px;
}
.sign .ques{
  margin-bottom: 20px;
  padding-bottom: 3px;
  padding-left: 25px;
  background: url("/images/m/kr/sub/common/ques.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: 13px;
  color: #666;
  font-weight: bold;
}
.isl .fz13{
  font-size: 13px;
}
.apci h3{
  letter-spacing: -2px;
}
.apci .swiper-slide .swipe_wrap{
  margin-top: 0;
}
.link .top_tx_box{
  padding: 20px;
  margin-bottom: 25px;
  font-size: 12px;
  background-color: #f8f8f8;
  border-top: 1px solid #727272;
  font-weight: bold;
  line-height: 20px;
}

/* 180425 */
.popup_inspection_self_list .sub_title{ text-align:left;}
.popup_inspection_self_list .pagenavi_wrap{ margin-top:15px;}

.bottom_button_wrap3{
  margin-top: 25px;
  overflow: hidden;
  margin-left:-1%;
}
.bottom_button_wrap3 button{
  width:32.3%;
  margin:0 0 0 1%;
  height: 42px;
  line-height: 42px;
  background-color: #444444;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing:-0.05em;
  white-space:nowrap;
  float: left;
}

.popup_all_wrap{
  position: relative;
  z-index: 1;
  padding: 65px 0 0 0;
  box-sizing: border-box;
}
/* 180515 */
.subDepth02.active{
  font-weight: bold;
  color: #d80034 !important;
}
/* 180515 */
.subDepth02 + ul{
  padding: 0 25px 0 60px;
  display: none;
}
.subDepth02 + ul > li a{
  padding: 8px 0;
}
.subDepth02 + ul.active{
  display: block;
}
.yegmju{
  margin-top: 20px;
  color: #333;
  font-size: 16px;
}
.paycancle{
  color: #f57f25;
}
.colorff8040{
  color: #ff8040;
}
.bottom_wrap > a{
  width: 100%;
  margin-top: 20px;
  line-height: 40px;
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}


.footer ul li a.bt_top:after{ content:""; display:inline-block; width:5px; height:5px; border:#fff 1px solid; border-left:none; border-bottom:none; margin:0 0 0 5px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

/* popup */
.popup_wrap.on .popup_con .select_wrap{ padding:0 25px;}
.popup_wrap.on .popup_con .txt_bx{ padding:25px;}
.popup_wrap .popup_con > ul.full > li{ width:100%; background: #e70128;}
.popup_wrap.priv_popup .popup_con{ padding:0 15px 15px;}

.bPopup{ display:none; background-color:#fff; margin:0 10px;}
.bPopup .popup_con{ width:100%;}
.bPopup .popup_con h5{ font-size:18px; line-height:55px; border-bottom:2px solid #eaeaea; font-weight: bold; color: #666;}
.bPopup .popup_con > a.popup_close_btn {    width: 14px;    height: 14px;    position: absolute;    top: 20px;    right: 17px;}

.bottom_button_wrap a.btn_gray,
.bottom_button_wrap button.btn_gray{ background-color:#444;}

.priv-bx{ margin:15px 0 0 0; height:170px; overflow-y:auto; text-align:left; background-color:#f9f9f9; border:#ddd 1px solid; padding:10px;}
.priv-bx dt{ color:#333; font-weight:600; font-size:16px; margin:0 0 10px 0; }

.tx_box.tx_box_3{ padding:30px 20px; border:none; border-top:2px solid #6f6f6f;}
.tx_box.tx_box_3 .tx p{ background:none; line-height:30px;}
.tx_box.tx_box_3 .tx span .input_type{ height: 30px; border: 1px solid #d8d8d8; width:40%;}

.ml10{ margin-left:10px;}

.priv-ag{ text-align:right; margin:10px 0 0 0; overflow:hidden;}
.priv-ag span{ float:left;}


/* as-is */
.header { position:fixed; top:0; right:0; left:0; width:100%; height:64px; z-index:300; background-color:#fff; }
.header h1{
  position: absolute;
  top:20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header h1 a img{ width:auto; height:35px; vertical-align: top; }
.header .btn-aside{ position:absolute; top:12px; left:10px; width:40px; height:40px;}
/* 180516 */
.header .btn-aside a{height: 40px;}
.header .btn-aside a i{ position:absolute; top:10px; left:9px; border-radius:2px; display:block; width:22px; height:4px; background: -moz-linear-gradient(left, rgba(229,27,55,1) 0%, rgba(244,124,39,1) 100%); background: -webkit-linear-gradient(left, rgba(229,27,55,1) 0%,rgba(244,124,39,1) 100%); background: linear-gradient(to right, rgba(229,27,55,1) 0%,rgba(244,124,39,1) 100%); }
.header .btn-aside a i.bar2{ width:10px; top:18px;}
.header .btn-aside a i.bar3{ width:17px; top:26px;}


.header .aside-mask{ display: none; position: absolute; top: 0; right: 0; left: 0; z-index: 10;   }
.header .aside{ position: relative; left:-90vw; width:79vw; box-shadow:none; padding:0 15vw 0 0; background-color:rgba(231,1,40,0.95);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-overflow-scrolling: touch;
 }
.header .aside .inner{ overflow-y: auto; background-color:#fff;}
.header .aside-mask #dim{ position:absolute; top:0; right:0; left:75vw; width:25vw; bottom:0; display:block; background-color:transparent;}
.header .aside.active { left: 0; }
.header .aside .hd{ text-align:center; padding:27px 0;}
.header .aside .hd ul li{ display:inline-block; }
.header .aside .hd ul li a,
.header .aside .hd ul li span{ position:relative; padding:0 14px; display:block; line-height:1.2;}
.header .aside .hd ul li strong{ font-weight:600; color:#000;}
.header .aside .hd ul li+li a:before{ content:""; position:absolute; width:1px; height:10px; background-color:#ccc; top:50%; left:0; margin-top:-5px; display:block;}
.header .aside .hd ul.login{ width: 180px;text-align:left;}
.header .aside .hd ul.login li.user{ display:block; font-size:14px; margin-bottom:5px;}
.header .aside .hd ul.login li.user+li a:before{ display:none;}
.header .aside .hd ul.login li.user+li a:after{ content:">"; margin-left:5px;}
.header .aside .gnb{ padding:0; border-bottom:#ccc 1px solid;}
.header .aside .gnb>li>a{ position:relative;line-height:56px; padding:0 35px 0 45px; font-size:15px; color:#333; border-top:#ccc 1px solid; background:#fff url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% 10px; background-size:38px 86px; }
.header .aside .gnb>li.active>a{ background:#fff url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% -33px; background-size:38px 86px; }
.header .aside .gnb>li>a:before{ content:""; position:absolute; top:50%; left:12px; margin-top:-9px; display:block; background-size:19px 18px; width:19px; height:18px;}
.header .aside .gnb>li.gnb1>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic1.png');}
.header .aside .gnb>li.gnb2>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic2.png');}
.header .aside .gnb>li.gnb3>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic3.png');}
.header .aside .gnb>li.gnb4>a:before{ background-image:url('/images/m/kr/sub/common/gnb_ic4.png');}
.header .aside .gnb>li>ul{ border-top:#ccc 1px solid; padding:6px 0; display:none;}
.header .aside .gnb>li>ul>li>a{ line-height:40px; padding:0 25px 0 45px; font-size:13px; color:#333;  }
.header .btn-close { width:35px; height:35px; display:block; position:absolute; top:10px; left:66vw; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.header .btn-close:before{ content:""; position:absolute; top:50%; left:0; width:35px; height:2px; margin:-1px 0 0 0;  background-color:#fff; display:block;}
.header .btn-close:after{ content:""; position:absolute; top:0; left:50%; width:2px; height:35px; margin:-0 0 0 -1px;  background-color:#fff; display:block;}
.header .btn-close span { position:absolute; top:-9999px; left:-9999px; }


.pathWrap{ position: fixed; top: 64px; right: 0; left: 0; z-index: 200; }
.depth01{ position: relative; z-index: 20; }
.depth01 a{ display: block; height:45px; padding:0 25px; line-height: 46px; color:#fff; font-size:16px; font-weight:bold;}
.depth01 .current-path{ border-bottom: 2px solid #cdcdcd; background-color: #d80034; background-repeat: no-repeat; background-image:url(/images/m/kr/sub/common/path-lv1-arrow.png); background-position:100% 0; background-size:38px 86px; }
.depth01.active .current-path{ background-position:100% -43px; }
.depth01.active ul { display: block; }
.depth01 ul { display: none; position: absolute; top:43px; right: 0; left: 0; background-color:#fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); }
.depth01 ul li { border-bottom:1px solid #232323; }
.depth01 ul li a{ color:#888; display:block;}
.depth01 ul li.active a{ color:#444;background-color: #eee; }

.depth02.type2 { display: table; position: relative; width: 100%; }
.depth02 > div { position: relative; z-index: 10; }
.depth02.type2 > div { display: table-cell; width: 50%; }
.depth02 > div .current-path { display: block; box-sizing: border-box; padding: 13px 25px; border: 1px solid #ececec; background: #ececec url(/images/m/kr/sub/common/path-lv2-arrow.png) no-repeat 100% 0; background-size: 38px 86px; color: #333; font-weight: bold; font-size: 13px; letter-spacing: -1px; }
.depth02 > div.active .current-path { background-position: 100% -43px; background-size: 38px 86px; }
.depth02.type1 > div:last-child .current-path { background-color: #fff; border-top: 1px solid #fff; border-right: 0; border-bottom: 1px solid #ececec; border-left: 0; }
.depth02.type2 > div:last-child .current-path { background-color: #fff; border-top: 1px solid #fff; border-right: 0; border-bottom: 1px solid #ececec; border-left: 1px solid #e1e1e1; }
.depth02 > div ul { display: none; position: absolute; right: 0; left: 0; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; background-color: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); }
.depth02 > div ul li { border-top: 1px solid #ececec; }
.depth02 > div ul li:first-child { border-top: 0; }
.depth02 > div.active ul { display: block; }
.depth02 > div ul li a { display: block; padding: 13px 25px; color: #444; }
.depth02 > div ul li.active a { color: #999; }

/* index */
.indexWrap{ position:relative; z-index:1; padding:65px 0 0 0; box-sizing:border-box;}
.indexWrap img{ width:100%; max-width:100%;}
.indexWrap *{ box-sizing:border-box;}

.m-top{ padding:16px 0 16px 16px; background-color:#eee;}
.m-top .m-slide{ overflow:hidden;}
.m-top .m-slide .swiper-slide{ width:135px !important; background-color:#fff; border:#ddd 1px solid; border-radius:3px; overflow:hidden;}
.m-top .m-slide .swiper-slide>a{ display:block; height:150px; border-bottom:#f52b26 10px solid; padding:15px; background-repeat:no-repeat; background-position:100% 100%; background-size:90px 54px;}
.m-top .m-slide .swiper-slide.item1>a{ background-image:url('/images/m/kr/sub/main/m_top1.png');}
.m-top .m-slide .swiper-slide.item2>a{ background-image:url('/images/m/kr/sub/main/m_top2.png');}
.m-top .m-slide .swiper-slide.item3>a{ background-image:url('/images/m/kr/sub/main/m_top3.png');}
.m-top .m-slide .swiper-slide>a strong{ font-size:18px; color:#333; font-weight:600; display:block; margin-bottom:3px;}
.m-top .m-reg{ margin:15px 0 0; padding:0 41px 0 25px;}
.m-top .m-reg a{ background:#555; display:block; color:#fff; padding:10px; text-align:center; border-radius:28px;}
.m-top .m-reg a strong{ display:block; font-size:14px; margin-bottom:3px; }

.m-brn{ position: relative;box-sizing:border-box; overflow:hidden;}
.m-brn *{ box-sizing:border-box;}
.m-brn .swiper-slide{ width:100% !important;}
.m-brn .swiper-pagination{ bottom:auto; top:5px; text-align:right; padding:0 16px;}
.m-brn .swiper-pagination .swiper-pagination-bullet{ background-color:#838487; opacity:1;}
.m-brn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color:#fff;}

.m-link{ padding:15px 10px 5px 10px;}
.m-link>ul:after{content:""; display:block; height:0; clear:both; visibility:hidden;}
.m-link>ul>li{ width:25%; float:left; text-align:center; margin:0 0 10px 0;}
.m-link>ul>li:nth-child(4n+1){ clear:both;}
.m-link>ul>li a{ display:block; padding:60px 0 0 0; font-size:13px; letter-spacing:-0.1em; background-size:50px 50px; background-position:50% 0; background-repeat:no-repeat;font-weight: bold;}
.m-link>ul>li.item1 a{ background-image:url('/images/m/kr/sub/main/m_sv1.png');}
.m-link>ul>li.item2 a{ background-image:url('/images/m/kr/sub/main/m_sv2.png');}
.m-link>ul>li.item3 a{ background-image:url('/images/m/kr/sub/main/m_sv3.png');}
.m-link>ul>li.item4 a{ background-image:url('/images/m/kr/sub/main/m_sv4.png');}
.m-link>ul>li.item5 a{ background-image:url('/images/m/kr/sub/main/m_sv5.png');}
.m-link>ul>li.item6 a{ background-image:url('/images/m/kr/sub/main/m_sv6.png');}
.m-link>ul>li.item7 a{ background-image:url('/images/m/kr/sub/main/m_sv7.png');}
.m-link>ul>li.item8 a{ background-image:url('/images/m/kr/sub/main/m_sv8.png');}

.m-link>ul>li.item1_koone a{ background-image:url('/images/m/kr/sub/main/m_sv1_koone.png');}
.m-link>ul>li.item2_koone a{ background-image:url('/images/m/kr/sub/main/m_sv2_koone.png');}

.m-notice{ border-top:#333 1px solid;}
.m-notice .swiper-slide{ width:100% !important;}
.m-notice .swiper-slide>a{ position:relative; padding:15px 50px 15px 16px; display:block;}
.m-notice .swiper-slide>a strong{ display:block; font-size:12px;}
.m-notice .swiper-slide>a span{ font-size:11px;}
.m-notice .swiper-slide>a:after{ content:""; position:absolute; top:50%; right:16px; margin-top:-14px; border-radius:50%; border:#909090 1px solid; width:28px; height:28px; display:block;}
.m-notice .swiper-slide>a:before{ content:""; position:absolute;  top:50%; right:28px; margin-top:-4px; width:8px; height:8px; border:#909090 1px solid; border-bottom:none; border-left:none; display:inline-block; transform:rotate(45deg); -webkit-transform:rotate(45deg);}


.m-svs{ background:#ee5835 url('/images/m/kr/sub/main/m_svs_bg.jpg') 50% 100% no-repeat; background-size:cover; padding:20px 16px;}
.m-svs .tit-area{ margin:0 0 25px 0;}
.m-svs .tit-area h3{ font-size:20px; color:#fff; text-align:center; font-weight:400; padding:0; margin:0; border:none;}
.m-svs .tit-area p{ font-size:10px; color:#fff; margin-top:0.10px; text-align:center;}
.m-svs .slide-bx{ position:relative;  overflow:hidden; padding:0 36px;}
.m-svs .slide-bx+.slide-bx{ margin-top:25px;}
.m-svs .slide-bx .slideB{ overflow:hidden;}
.m-svs .slide-bx .item{ position:relative; display:block; padding:0 0 0 90px; min-height:75px; color:#fff; width:100% !important;}
.m-svs .slide-bx .item .thum{ position:absolute; top:50%; left:0; margin-top:-38px; width:75px; height:75px;}
.m-svs .slide-bx .item .thum img{ width:100%;}
.m-svs .slide-bx .item .tbx{ display:block; padding:12px 0 0 0;}
.m-svs .slide-bx.slide4 .item .tbx{ padding:0;}
.m-svs .slide-bx .item .tbx strong{ display:block; color:#fff; font-size:12px; font-weight:600;}
.m-svs .slide-bx .item .tbx em{ display:block; color:#fff; font-size:10px; margin-top:5px; letter-spacing:-0.05em; line-height:1.4; white-space:nowrap;}
.m-svs .slide-bx .item .tbx em i{ font-weight:600;}
.m-svs .slide-bx>button{ position:absolute; top:50%; left:0; margin-top:-13px; border-radius:50%; width:25px; height:25px; background:#fff;}
.m-svs .slide-bx>button.next{ left:auto; right:0;}
.m-svs .slide-bx>button:before{ content:""; position:absolute; top:50%; left:50%; margin:-4px 0 0 -6px; border:#ee5835 1px solid; border-left:none; border-bottom:none; width:8px; height:8px; display:inline-block; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.m-svs .slide-bx>button.prev:before{ margin:-4px 0 0 -3px; transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.m-svs .slide-bx>button.swiper-button-disabled{ opacity:0.2;}

.m-bot{ overflow:hidden;}
.m-bot .slide-bx{ position:relative; width:100%; float:left; overflow:hidden;}
.m-bot .slide-bx .item{ display:block; padding:25px 0; text-align:center; width:100% !important;}
.m-bot .slide-bx .item .thum{ display:block; width:280px; margin:0 auto; }
.m-bot .slide-bx .item .tbx{ display:block; margin-top:13px;}
.m-bot .slide-bx .item .tbx strong{ display:block; font-size:12px; font-weight:600;}
.m-bot .slide-bx .item .tbx em{ display:block; font-size:11px; margin-top:10px;}
.m-bot .slide-bx.slide-bx1,
.m-bot .slide-bx.slide-bx2{ border-bottom:#ddd 1px solid;}
.m-bot .slide-bx.slide-bx2,
.m-bot .slide-bx.slide-bx4{ border-left:#ddd 1px solid;}
.m-bot .slide-bx.slide-bx5{ width: 100%; border-bottom:#ddd 1px solid;}
.m-bot .slide-bx>button{ position:absolute; top:50%; left:10px; width:20px; height:20px; display:block; background-color:transparent; z-index:9;}
.m-bot .slide-bx>button.next{ position:absolute; top:50%; left:auto; right:10px; }
.m-bot .slide-bx>button:before{ content:""; position:absolute; top:50%; left:50%; margin:-5px 0 0 -6px; border:#333 1px solid; border-left:none; border-bottom:none; width:10px; height:10px; display:inline-block; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.m-bot .slide-bx>button.prev:before{ margin:-4px 0 0 -3px; transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.m-bot .slide-bx>button.swiper-button-disabled{ opacity:0.2;}

/* 180502 */

.table_1.padding_fix tbody tr td{
  padding: 13px 2px 14px;
}
.table_1.padding_fix thead tr th{
  padding: 13px 2px 14px;
}
.jadong_object{
	width: 80%;
  padding-right: 5px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: #7f5f2e url(/images/m/kr/sub/common/bullet_8.png) 98% center no-repeat;
}
/* 180502 */


/* 180503 */

.popup_h2.title_4{
  padding-left: 0;
  background-color: #fff;
  color: #333;
}
.gyunggam_tx .tx1{
  font-size: 14px;
}
.gyunggam_tx .tx2{
  font-size: 12px;
  line-height: 20px;
}
/* 180503 */



.m_set{
	height:30px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:30px;
  display: block;
	background: url(/images/m/kr/sub/common/icon_set.png) left center no-repeat;
	}

.lpd10{text-align:center;}
.resend_001{height:140px; padding-top:30px; vertical-align:middle; font-size:16px;line-height:2.0em;}
.resend_box{color:#fc9222;font-weight:bold;background-color:#fff;}

/* 180514 */

.sign_cancel .sub_title{
  font-size: 18px;
}
.sign_cancel .sub_desc{
  margin-top: 10px;
  color: #666;
  letter-spacing: -1px;
}
.sign_cancel .input_wrap{
  margin-top: 15px;
  overflow: hidden;
}
.sign_cancel .input_wrap label{
  width: 25%;
  height: 30px;
  line-height: 30px;
  float: left;
}
.sign_cancel .input_wrap input{
  width: 75%;
  height: 30px;
  line-height: 30px;
  float: left;
}
.sign_cancel .input_wrap input.nodisable{
  border: none;
  background: #fff;
}
.sign_cancel .bottom_button_wrap{
  overflow: hidden;
}
.sign_cancel .bottom_button_wrap a{
  width: 49%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sign_cancel .bottom_button_wrap a:last-child{
  margin-right: 0;
}
.sic .con_1 .both_wrap .flr a{
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #d80034;
  color: #fff;
}
.header .aside .hd{
  position: relative;
}
.header .aside .hd > div{
  position: absolute;
  top: 20px;
  right: 20px;
}
.header .aside .hd ul.login li.minh{
  min-height: 30px;
}
/* 180514 */


/* 180515 */

.popupWrap .btn_wrap{
  margin-top: 30px;
}
.popupWrap .btn_wrap a{
  width: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.popupWrap .btn_wrap a:first-child{
  background: #444;
}
.popupWrap .btn_wrap a:last-child{
  background: #d80034;
}
.loading{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: #fff;
  opacity: 0.8;
  display: none;
}
.loading img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loading.active{
  display: block;
}
.btn.red {
  background-color: #e70128;
  color: #fff;
}
.modal-mask input[type=radio] + label,
.modal-mask input[type=checkbox] + label{
  padding-left: 0; 
  background: none;
  letter-spacing: 0;
}
.modal-mask .terms .section h3{
  padding: 0;
  border: none;
}
/* 180515 */


/* 180516 */
.resend_001 input[type=radio] + label{
  width: 70px;
  padding-left: 25px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.resend_box{
  width: 140px;
  display: inline-block;
  text-align: left;
}
.btn.w100p{
  width: 100% !important;
}
.popup .con{
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
.popup .con label{
  width: 30%;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.popup .con input{
  width: 70%;
  float: left;
}
.btn_search{
  line-height: 20px;
  background-color: #ff8040;
  color: #fff;
  text-align: center;
}
.container.link{
	padding-top: 70px;
}
/* 180516 */


/* 180520 */
.header .aside .hd ul li{
  vertical-align: top;
}
.header .aside .hd ul li a{
  text-align: left;
}
.header .aside .hd ul li a.unsign{
  margin-top: 15px;
}
#placeholder{
  margin: 0 auto;
}
#placeholder .yAxis .tickLabel{
  width: 60px !important;
}
#placeholder .y1Axis .tickLabel{
  right: 200px !important;
}
#placeholder .y2Axis .tickLabel{
  left: 200px !important;
}
.legend > table{
  top: 23px !important;
  right: -110px !important;
}
/* 180520 */


/* 180521 */
.icon_help{
  padding-left: 25px;
  line-height: 18px;
  display: block;
  background: url('/images/m/kr/sub/common/helper-icon-megaphone.png') 0 0 no-repeat;
}

/* 180521 */

/* 180525 */
.select_openPopup{
  width: 100%;
  min-height: 44px;
  padding: 15px 28px 15px 12px;
  line-height: 20px;
  border: 1px solid #eaeaea;
  font-size: 12px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/bullet_4.png) 95% center no-repeat;
  -webkit-background-size: 8px 5px;
  background-size: 8px 5px;
  cursor: pointer;
  color: #444;
}
.select_openPopup.mt15{
  margin-top: 15px;
}
#popup-select{
  padding: 15px;
}
#popup-select .heading{
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
#popup-select .select_itemWrap .select_item{
  margin: 15px 0;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #eaeaea;
  line-height: 20px;
  cursor: pointer;
}
.policy-wrap{
  width: 825px;
}
.spp .con_inner{
  height: 500px;
}
/* 180525 */

.sub_th{font-weight: 300 !important; color: #797979 !important;  background-color: #fff !important;}
.sub_b{font-weight: bold !important; }
.bx-controls{display:none;}


/*190430 �ڵ���ü �ȳ��˾� �߰�*/

.popup_detail3 .popup_con { 
    margin-bottom: 10px;
}
.popup_detail3 .content { 
    padding: 20px;
    text-align: left;
}
.popup_detail3 .title { 
    text-align: center;
    padding: 10px 0 20px;
}
.popup_detail3 .btn-wrap { display: flex; }
.popup_detail3 .btn-wrap  a { 
    width: 50%;
    margin-right: 5px;
    height: 40px;
    font-size: 14px;
    line-height:40px;
    text-align: center;
    font-weight: bold;
}
.popup_detail3 .btn-wrap  a:last-child { 
    margin-right: 0px;
}
.popup_detail3 .btn-wrap  a.close { 
    font-weight: normal;
    background: #dddddd;
    font-size: 14px;
    color: #666666;
}    
.b-txt { margin: 15px 0; }
.b-txt span {
    text-decoration: underline; 
    color:#000000;
    font-weight: bold;
}    
.popup_detail3 .benefit-txt {
    border-top : 1px solid #d1d1d1;
    padding-top: 15px;
}
.popup_detail3 .benefit-txt section:first-child {
    margin-bottom: 20px;
}
.benefit-txt h7 { font-size: 14px; font-weight: bold; color: #71532b; display: block; padding-bottom: 10px; }
.benefit-txt ul { margin-left: 7px; }
.benefit-txt li { padding-bottom: 10px; display: flex; }
.benefit-txt li:last-child { padding-bottom: 0px; }
.benefit-txt li div:first-child { flex: 3; position: relative; }
.benefit-txt li div:first-child::before { 
    font-size: 3px;
    position: absolute;
    left: -5px;
    top: 5px;
}
.benefit-txt li div:last-child { flex: 15; }
.benefit-txt li div .s-txt { font-size: 11px; display: block; padding-top: 5px; }
.brown { color: #71532b; }
.orange { color: #f68026; }
.benefit-txt table { 
    border-top: 2px solid #646464;
}
.benefit-txt table th { 
    border-right: 1px solid #646464;
    background: #f8f8f8;
}
.benefit-txt table th, .benefit-txt table td { 
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}
.benefit-txt table tr:last-child th, .benefit-txt table tr:last-child td { 
    border-bottom: 1px solid #646464;
}


.notice0228 .popup_con { 
    margin-bottom: 10px;
}
.notice0228 .content { 
    padding: 20px;
    text-align: left;
}
.notice0228 .title { 
    text-align: center;
    padding: 10px 0 20px;
}
.notice0228 .btn-wrap { display: flex; }
.notice0228 .btn-wrap  a { 
    width: 50%;
    margin-right: 5px;
    height: 40px;
    font-size: 14px;
    line-height:40px;
    text-align: center;
    font-weight: bold;
}
.notice0228 .btn-wrap  a:last-child { 
    margin-right: 0px;
}
.notice0228 .btn-wrap  a.close { 
    font-weight: normal;
    background: #dddddd;
    font-size: 14px;
    color: #666666;
}    
.notice0228  a.link { 
    font-weight: bold;
    background: #e70128;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.notice0228 .popup {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
}
.notice0228 .w_500 {	
    width: 500px;
	}
.notice0228 h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.notice0228 .bgred {
    background-color: #e70128 !important;
    color: #fff;
	text-align: center;
	height: 50px;
    font-size: 25px;
	line-height: 50px;
	}

.notice0228 .content p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	text-align: left;
	line-height: 24px;
	}
.notice0228 .content p.date {
	margin: 10px 0;
	font-size: 14px;
	
	}
.notice0228 p.date span {
	color: #e70128;
}
.notice0228 p.date b {
	font-weight: bold;
}
.notice0228 .popup_table { border-top: 1px solid #848484; }
.notice0228 .popup_table th { background: #ebebeb;}
.notice0228 .popup_table th,
.notice0228 .popup_table td{ border-bottom: 1px solid #848484; border-left: 1px solid #848484; height: 30px; padding: 0 0 0 10px; box-sizing: border-box; font-size: 12px; vertical-align: middle;}
.notice0228 .popup_table th.last,
.notice0228 .popup_table td.last { border-right: 1px solid #848484;}
.notice0228 .content p.b_txt { margin-top: 10px; font-size: 13px; line-height: 22px;}

/* PASS �α��� ������ */
#noMember h4 { color: #666666;}
#noMember .login_form p { font-size: 15px; margin-bottom: 15px; }
#noMember .login_form p .black { color: #393939 }
#noMember .login_form p .purple { color: #7800ff }
#noMember .login_form input { height: 55px;font-size: 14px;}
#noMember .login_form a.pass_login { margin-top: 10px; height: 70px; line-height: 70px; background: #7800ff;}
#noMember .login_form .noPass { margin-top: 25px; border-top: 1px solid #c9c9c9;}
#noMember .login_form .noPass p { font-size: 13px; color: #7f5f2e; margin-top: 10px; }
#noMember .login_form .noPass a { 
	display: block;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	height: 42px; 
	line-height: 42px; 
	text-align: center; 
	font-weight: bold; 
	background: #fff;
}

/* pass���������� */
.pass-wrap { border: 20px solid #f9f9f9; padding: 15px; box-sizing: border-box; min-height: 480px; }
.pass-wrap .img { margin-bottom: 20px; }
.pass-wrap .img img {  width: 100%; }
.pass-wrap .main-txt { font-size: 15px; font-weight: bold; text-align: center; color: #000000; }
.pass-wrap .main-txt span { color: #e70128; }
.pass-wrap .sub-txt { margin-top: 40px; }
.pass-wrap .sub-txt ul li { padding: 0 0 7px; color: #666666; font-size: 12px; box-sizing: border-box; }
.pass-wrap .sub-txt ul li .black { color: #000; }
.pass-wrap .sub-txt ul.step-txt li { padding-left: 5px; }
.pass-wrap .sub-txt ul.step-txt li span { color: #bcbcbc; }
.pass-wrap .sub-txt ul.explain { margin-top: 10px; border-top: 1px solid #e8e8e8; padding-top: 10px; }
.pass-wrap .sub-txt ul.explain li { padding-left: 10px; position: relative; }
.pass-wrap .sub-txt ul.explain li::before { 
	content: "-";
	position: absolute;
	left: 5px;
}

.pass-wrap .btn-wrap { margin-top: 30px;}
.pass-wrap .btn-wrap a { display: block; background: #7800ff; color: #fff; height: 40px; line-height: 40px; text-align: center; font-size: 16px; font-weight: bold; }


/* PASS �α��� ������ */

.pass_form{
  margin-top: 20px;
  padding: 15px 10px 20px;
  background: #f9f9f9;
  border-top: 2px solid #313131;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.pass_form input{
  width: 100%;
  height: 42px;
  padding: 0 13px;
  font-size: 12px;
  border: 1px solid #eaeaea;
}
.pass_form input:first-child{
  margin-bottom: 15px;
}

.pass_form .search_box{
  padding: 10px 0 9px;
  font-size: 12px;
}
.pass_form .search_box li:nth-child(3){
  border-right: 1px solid #666;
}
.pass_form .search_box li a{
  padding: 0 10px;
  color: #666;
}
.pass_form .search_box li:nth-child(1) a{
  padding-right: 0;
}

.pass_form p { font-size: 15px; margin-bottom: 15px; }
.pass_form p .black { color: #393939 }
.pass_form p .purple { color: #7800ff }
.pass_form input { height: 55px;font-size: 14px;}
.pass_form a.pass_login { font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;    
    width: 100%;
    margin-top: 10px; height: 70px; line-height: 70px; background: #7800ff;}
.pass_form .noPass { margin-top: 25px; border-top: 1px solid #c9c9c9;}
.pass_form .noPass p { font-size: 13px; color: #7f5f2e; margin-top: 10px; }
.pass_form .noPass a { 
	display: block;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	height: 42px; 
	line-height: 42px; 
	text-align: center; 
	font-weight: bold; 
	background: #fff;
}


/* PASS �α��� ������ ��*/

.paybook { width: 100%; display: table;}
.paybook > span { display: table-cell; vertical-align: top; }
.paybook > span a.paybook_down {
    width: 55px;
    height: 55px;
    background: url("../../../../images/m/kr/sub/common/paybook.png") no-repeat 0px 0px;
    background-size: cover; 
    margin-right: 10px;
}
.paybook > .paybook_txt b { font-weight: bold; color: #f77516; }


/* 20220422 �˾� ��Ÿ�� �߰� */
.newPopup { font-family: �������;}
.newPopup h2.bgred {
    margin: 0px;
    padding: 15px 0 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: none;
	background-color: #e70128 !important;
    color: #fff;
	text-align: center;
} 

.newPopup .popup_con .content {
    padding: 0 0 20px 0;
}
.newPopup .popup_con .content .inner_wrap { background: #f4f4f4; padding: 10px; }
.newPopup .popup_con .content .inner_wrap .inner { border: 2px solid #e1e1e1; background: #fff; padding: 20px; margin-bottom: 10px; text-align: center; }
.newPopup .popup_con .content .inner_wrap .inner:last-child { margin-bottom: 0px; }
.newPopup .popup_con .content .inner_wrap .inner div.tit { color:#e70128; text-align: center; font-size: 15px; margin-bottom: 15px; font-weight: bold; letter-spacing: -1px; }
.newPopup .popup_con .content .inner_wrap .inner .txt { font-size: 13px; line-height: 1.5; text-align: left; }
.newPopup .popup_con .content .inner_wrap .inner a { display: block; background: #9b7847; margin: 15px 0 0; padding: 10px; position: relative; }
.popup0422 .popup_con .content .inner_wrap .inner a span { color: #fff; font-size: 13px; }
.popup0422 .popup_con .content .inner_wrap .inner a span:after { 
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/images/m/kr/sub/common/popup_sbtn_arrow.png") no-repeat 0px 0px;
	background-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;    
}
.newPopup .popup_con .content .inner_wrap .inner .txt b.red { color: #e70101; line-height: 1.5; }
.newPopup .popup_con .content .inner_wrap .inner .txt span.orange { display: block; color: #ff4e00; margin-top: 10px; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul { margin: 10px 0 0;}
.newPopup .popup_con .content .inner_wrap .inner .txt ul li { padding: 0 0 5px 10px; position: relative; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul li:last-child { padding-bottom: 0px; } 
.newPopup .popup_con .content .inner_wrap .inner .txt ul li:before{ 
    content: '-';
    position: absolute;
    left: 0px;
}
.newPopup .popup_con .content .inner_wrap .inner .txt ul li span { display: block; color: #313131; font-weight: bold; }
.newPopup .popup_con .content .inner_wrap .inner .txt ul li span:first-child { margin-top: 5px; }
.newPopup .popup_con .content .banner_notice { position: relative; }
.newPopup .popup_con .content .banner_notice .btn_wrap { position: absolute; width: 100%; bottom: 0px; text-align: center; }
.newPopup .popup_con .content .banner_notice a.video_play { display: inline-block; background: rgba(0,0,0,0.7); border: 1px solid #fff; line-height: 34px; border-radius: 17px; padding: 0 30px 0 15px; margin-bottom: 20px; position: relative; }
.newPopup .popup_con .content .banner_notice a.video_play span { display: inline-block; color: #fff; }
.newPopup .popup_con .content .banner_notice a.video_play span:after { 
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/images/m/kr/sub/common/popup_sbtn_arrow.png") no-repeat -15px 0;
	background-size: 30px;
    position: absolute;
    top: 9.5px;
    right: 10px;    
}
.newPopup .btn-wrap { display: flex; padding: 10px 10px 15px; }
.newPopup .btn-wrap a.btn {
    display: inline-block;
    min-width: 112px;
    padding: 10px 14px 11px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
	flex: 1 1 0;
}
.newPopup .btn-wrap a.btn + .btn { margin-left: 10px;}
.newPopup .btn-wrap a.btn.red { background-color: #e70128; color: #fff; }
.bPopup.newPopup .popup_con > a.popup_close_btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 16px;
    right: 17px;
}

/* 20230213 �߰� */
.newPopup .popup_con .content .inner_wrap .inner .txt dt { font-weight: bold; margin-top: 20px; padding-bottom: 5px; }
.newPopup .popup_con .content .inner_wrap .inner .txt dd { line-height: 1.4; margin-bottom: 5px; }
.table_style {
	width: 100%;
	font-size: 12px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #ddd;
	color: #666;
	line-height: 13px;
}
.table_style thead tr th{
	padding: 3px 5px 3px;
	height: 30px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	color: #666666;
	vertical-align: middle;
	font-weight: bold;
}
.table_style thead tr th:last-child{
	border-right: none;
}
.table_style tbody tr th {
	padding: 3px 5px 3px;
	height: 30px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	vertical-align: middle;
	color: #9b7847;
	font-weight: normal;
}
.table_style tbody tr td {
	padding: 7px 10px 7px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background-color: #fff;
	text-align: right;
	vertical-align: middle;
	color: #747474;
	-ms-word-break: break-all;
	word-break: break-all;
}
.table_style tbody tr td:last-child{
	border-right: none;
}


.popup .con_head{
	padding: 10px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
}
.popup .con_top{
	margin: 0 20px 0;
	padding: 14px 0;
	border: 1px solid #d80034;
	text-align: center;
	color: #d80034;
	font-weight: 600;
}
.popup .con_top input[type=checkbox] + label,
.popup .con_bottom input[type=checkbox] + label{
	padding-left: 20px;
}
.popup .con_bottom{
	padding: 0 20px;
}
.popup .con_bottom .con_title{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #444;
}
.popup .con_bottom .con_scrollBox{
	height: 50px;
	margin: 10px 0 10px;
	padding: 10px;
	overflow-y: auto;
	line-height: 18px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
.popup .con_bottom label{
	font-size: 12px;
	font-weight: 600;
}
.popup .con_btnWrap{
	margin-top: 20px;
}
.popup .con_btnWrap a{
	line-height: 45px;
	text-align: center;
	background-color: #d80034;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.popup-con { padding: 15px; min-height: 400px;}
.popup-con h1 { padding: 10px; background: #f3f3f3; text-align: center; font-size: 17px; font-weight: bold; color: #333333; }
.popup-con p { margin: 15px 0; word-spacing: -2px; line-height: 1.5; color: #333333; }
.popup-con .table_1 { margin-bottom: 10px;}
.popup-con .table_1 .red { color: #e70128; }
.popup-con .bottom-txt { }
.popup-con .bottom-txt span.tit { color: #4253f4; text-decoration: underline; font-size: 13px; font-weight: bold; }
.popup-con .bottom-txt ul { margin-top: 8px; }
.popup-con .bottom-txt ul li { padding-bottom: 5px; }
.popup-con .bottom-txt ul li a.info-link { display: inline-block; color: #666; text-decoration: underline;}

/* 20250321 */
.popup_con .content .inner_wrap .inner.bill div.tit { }
.popup_con .content .inner_wrap .inner.bill div.tit span { display: inline-block; border-bottom:1px solid #e70128; }
.popup_con .content .inner_wrap .inner.bill div.tit p { font-weight:normal; font-size: 12px; color:#666666; display: block; margin:5px 0 10px;}
.popup_con .content .inner_wrap .inner.bill .txt { font-size: 12px; }
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt h4 { font-size:14px; color:#303030; padding:0 0 10px }
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table { width:100%; border-top: 2px solid #5d5d5d; margin-bottom: 15px;}
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table th { background:#f9f9f9; }
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table th,
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table td { text-align:center; padding: 5px 0; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5 }
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table th:last-child,
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt table td:last-child { border-right:none; }
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt ul,
.popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt li { padding:0px; margin:0px;}
.newPopup .popup_con .content .inner_wrap .inner.bill .txt .bill_notitxt li { display: block; color:#845b1e; padding-left: 15px; margin-bottom:5px;}
.newPopup .popup_con .content .inner_wrap .inner.bill .txt ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #b2b2b2;    
}
.popup_con .content .inner_wrap .inner.bill .txt .bill_ask { margin: 15px 0; border-top:1px solid #dbdbdb; padding-top:15px;}
.popup_con .content .inner_wrap .inner.bill .txt .bill_ask .tit {font-size:13px; color:#4253f4; text-align: left; margin-bottom: 5px;}
.popup_con .content .inner_wrap .inner.bill .txt .bill_ask ul,
.popup_con .content .inner_wrap .inner.bill .txt .bill_ask li { padding:0px; margin:0px;}
.newPopup .popup_con .content .inner_wrap .inner.bill .txt .bill_ask li { display: block; padding-left: 15px; margin-bottom:5px;}
.popup_con .content .inner_wrap .inner.bill .txt .bill_ask p { font-size: 11px; padding-left:10px;}
.popup_con .content .inner_wrap .inner.bill .txt .inquiry { background: #f8f8f8; padding: 7px 0px 7px 10px; color:#845b1e; letter-spacing: -0.7px;}
.popup_con .content .inner_wrap .inner.bill .txt .inquiry span { display:inline-block;background: #ae8953; padding: 1px 8px ; border-radius:3px; color:#fff; margin-right:5px; }

/*ISMSP*/
.ismsp { display: flex;grid-column-gap: 10px;margin-top: 10px; justify-content: center;}
.ismsp .img { height: 50px;  width: 70px;}
.ismsp .text { }
.ismsp .text  div{ display: flex;padding: 5px 0px 10px 0px; }
