@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import 'https://fonts.googleapis.com/css?family=Monoton';
@import '/daeri/fonts/font-awesome-4.7.0/css/font-awesome.min.css';
/*@import '/shop/fonts/TmonFont/TmonFont.css';*/
@import '/daeri/fonts/Godo/GodoFont.css';
@import 'https://fonts.googleapis.com/css?family=Shrikhand';
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, ul, li, p{
margin:0;
padding:0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
#bars_close{
  padding-right:10px;
  text-align: right;
  display: block !important;
  position: fixed;
  right:-100%;
  top:0px;
  padding-top:9px;
  bottom:0;
  font-size: 32px;
  color:#2a2a2a;
  z-index: 5;
  width:calc(100% - 221px);
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.side-bars ul{
  padding:10px 5px;
}
.side-bars ul li{
  padding: 10px 5px 10px 0px;
    height: 20px;
    cursor: pointer;
}
.side-bars ul li .fa-w-14, .side-bars ul li .fa-w-16,.side-bars ul li .fa-w-18{
  padding-right: 7px;
    top: 2px;
    position: relative;
    width: 15px;
}
.side-bars ul li i{
width: 15px;
    text-align: center;
    padding-right: 3px;
}
.side-bars{
  position:fixed;
  top:0;
  right:0;
  width:200px;
  background: #545454;
  border-right:1px solid #000;
  box-shadow: inset 1px 0 1px #000;
  height:100%;
  color:#fff;
  margin-right: -221px;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  z-index: 500;
  padding:0 10px;
}
.head{
position: relative;
top:0px;
left:0;
right:0;
height:40px;
line-height: 40px;
background: #666;
color:#fff;
z-index: 2;
cursor:default;
font-family: 'Nanum Gothic';
display: flex;
justify-content: center;
align-items: center;
}
.head .head_name{
    position: absolute;
    font-weight: normal;
    text-align: center;
}

.head .head_emoney{
position: absolute;
right:33px;
font-size:13px;
}
.head .head_bars{
position: absolute;
top:0;
left:0;
width:40px;
height:40px;
font-size: 13px;
}
.head .fa-bars{
  position: absolute;
    font-size: 20px;
    line-height: 40px;
    left: 10px;
}

.head .head_emoney b{
font-weight: bold;
font-size:14px;
font-family: sans-serif;
}

.head .fa-question-circle{
	position: absolute;
	font-size:20px;
	line-height: 40px;
	right:10px;
}

.head .question_div{
	background: #fff;
	border:1px solid #bdbdbd;
	padding:15px;
	color:#333;
	display: none;
	position: fixed;
	top:60px;
	left:15px;
	right:15px;
	z-index: 100;
	height: auto;
	line-height: 140%;
	font-size:12px;
	font-family: 'Nanum Gothic';
}
.head .question_div .fa-times{
	position: absolute;
	top:3px;
	right:3px;
}
.head .question_div:active{
	display: none;
}

.body{
position: relative;
top:0;
left:0;
right:0;
height:calc(100% - 90px);
background: #eee;
z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
}

.pass_div{
    padding:0 10px 0px 10px;
    width:calc(100% - 20px);
    position: relative;
}
.pass_div.none{
    display: none;
}
.pass_div table{
    background: #fff;
    border:1px solid #888;
}
.pass_div table th{
    font-size:13px;
}
.pass_div input[type="text"]{
background: #eee;
    color: #000;
    font-size: 11px;
    border: 1px solid #999;
    border-radius: 2px;
    width:calc(100% - 40px);
    padding: 7px 5px;
}
.pass_div th{
padding:3px 0;
}
.pass_div td{
padding:3px 0px 3px 10px;
}
.pass_div th{
    text-align: left;
    padding-left: 10px;
    padding-right:5px;
        color: #fff;
    background: #777;
}
.pass_div tr:first-child th,
.pass_div tr:first-child td{
    padding-top:8px;
}
.pass_div tr:last-child th,
.pass_div tr:last-child td{
    padding-bottom:7px;
}
.pass_div .fa-times{
text-align: center;
    height: 30px !important;
    width: 20px;
    color: #f44336;
    font-size: 30px;
    line-height: 30px;
    padding: 0 5px;
    vertical-align: middle;
}

.body .banner{
	height: 174px;
  padding: 10px 10px 0px 10px;
  position: relative;
}

.body .banner img{
	width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #bdbdbd;
}

.body .address{
	padding:10px;
	position: relative;
}

.body .address ul{
	background: #fff;
	border-radius: 10px;
	width:100%;
	height: 30px;
	line-height: 30px;
	font-size:13px;
	font-family: '굴림',Gulrim;
	border:1px solid #000;
}
.body .address li:first-child{
	font-size:15px;
	font-family: 'GodoM';
	background: #000;
	border-radius: 8px;
	color:#fff;
	width:60px;
	text-align: center;
	cursor:default;
}
.body .address li+li{
	padding-left:5px;
	width:calc(100% - 70px);
}
.body .address li+li input[type="text"]{
	width:100%;
	border:none;
	outline: none;
	padding: 5px 0 7px;
	cursor:default;
	font-family: 'Nanum Gothic';
}
.body .address li{
	float:left;
}
.body .maps{
	padding:0px 10px 10px 10px;
	position: relative;
	height:calc(100% - 316px);
	width: calc(100% - 20px);
}
.body .map{
	background: #fff;
	border-radius:10px;
	height: 100%;
	    border: 1px solid #bdbdbd;
}
.body .body_bt{
	padding:0px 10px;
	text-align: center;
	cursor:default;
}
.body .body_bt ul{
	width:100%;
	height:40px;
	line-height: 40px;
	font-family: 'GodoM';
}

.call_bt div .fa{
	font-size: 34px;
	    position: relative;
    float: left;
    left: 15px;
    top: 8px;
	color:#fff;
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.body .body_bt li{
    float:left;
    transition:all 0.1s ease;
    width:calc(50% - 5px);
    border-radius: 15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-shadow: 0px -2px rgba(0,0,0,0.44);
    color:white;
}

.body .body_bt li+li{
    margin-left:10px;
}

.body .body_bt li span .fa{
    margin-right:5px;
}

.call_bt{
  position: relative;
    line-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    padding:0 5px;
    height:50px;
    position: relative;
    cursor:default;
}

.call_bt div{
    border-radius: 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color:#fff;
    height:40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    width:calc(50% - 3px);
    text-align: center;
    /*transition: all 0.00001s;*/
    text-shadow: 0px -2px rgba(0,0,0,0.44);
    font-family: 'GodoB';
    transition:all 0.1s ease;

}
.call_bt div#calldriver{
  
}
.call_bt div#cellphone{
  
}
.abtn{
	transition:all 2s ease;
}
.abtn div.icons{
position: absolute;
left:0;
top:0;
bottom:0;
width:40px;
height: calc(100% - 6px);
vertical-align: middle;
background: #fff;
border-radius: 50%;
}
.abtn div.icons i{
vertical-align: middle;
}
.body .call_bt .abtn div.icons{
width:40px;
border-radius: 50%;
}
.svg-inline--fa{
	height:100% !important;
}
.abtn:active{
        /*눌렸을 때 그림자와 안눌렸을 때 그림자의 픽셀 차이만큼 이동!!*/
        transform:translateY(3px);
      }
      .abtn.blue{
        /*background-image: radial-gradient(#1f75d9,#165195);*/
        background-image: radial-gradient(#0093ff,#165195);
      }
      .abtn.blue:active{
        border-bottom:2px solid #165195;
      }
      .abtn.blue .icons{
      color:#1f75d9;
      border:3px solid #1f75d9;
      }

      .abtn.orange{
      	/*background-image: radial-gradient(#ff521e,#c1370e);*/
      	background-image: radial-gradient(#ff7b54,#c1370e);
      }
      .abtn.orange:active{
        border-bottom:2px solid #c1370e;
      }
      .abtn.orange .icons{
      color:#ff521e;
      border:3px solid #ff521e;
      }

      .abtn.green{
      	/*background-image: radial-gradient(#008000,#005a00);*/
      	background-image: radial-gradient(#12b112,#005a00);
      }
      .abtn.green:active{
        border-bottom:2px solid #005a00;
      }
      .abtn.green .icons{
      color:#008000;
      border:3px solid #008000;
      }
      .abtn.red{
        /*background-image: radial-gradient(#FF0000,#ab0000);*/
        background-image: radial-gradient(#ff5959,#ab0000);
      }
      .abtn.red:active{
        border-bottom:2px solid #ab0000;
      }
      .abtn.red .icons{
      color:#FF0000;
      border:3px solid #FF0000;
      }
      .abtn.purple{
      	/*background-image: radial-gradient(#5F00FF,#3d00a2);*/
      	background-image: radial-gradient(#8339ff,#3d00a2);
      }
      .abtn.purple:active{
        border-bottom:2px solid #3d00a2;
      }
      .abtn.purple .icons{
      color:#5F00FF;
      border:3px solid #5F00FF;
      }
      .abtn.pink{
      	/*background-image: radial-gradient(#FF007F,#b10058);*/
      	background-image: radial-gradient(#ff2f97,#b10058);
        /*
        background-color: #FF007F;
        border-bottom:5px solid #b10058;
        */
      }
      .abtn.pink:active{
        border-bottom:2px solid #b10058;
      }
      .abtn.pink .icons{
      color:#FF007F;
      border:3px solid #FF007F;
      }

.footer{
position: relative;
height:50px;
line-height: 50px;
left:0;
right:0;
bottom:0;
background: #476600;
color:#fff;
cursor:default;
font-family: 'Nanum Gothic';
}

.footer ul li{
float:left;
width:calc(25% - 0.8px);
text-align: center;
font-size: 12px;
}

.footer ul li+li{
	border-left:1px solid #395200;
}

.footer ul li div:first-child{
	    margin-top: 5px;
    display: inline-block;
    height: 14px;
    font-size:14px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer ul li div+div{
	line-height: 18px;
}
.body.opacity{
opacity: 0.4;
}
.body .maps{
 height: calc(100% - 190px) !important;   
}
.body .maps.none{
display: none;
}
.body.none{
display: none;
}
#body{
z-index: 10;
}
#body2{
z-index: 12;
position: fixed;
top:40px;
}
.head{
z-index: 14;
}
#card_body{
z-index: 15;
position: fixed;
top:0;
height: 100%;
background: #fff;
padding-top:40px;
}
#body_adr{
z-index: 13;
position: fixed;
top:40px;
}
.body .call_bt div{
width: calc(50% - 5px) !important;
display: inline-block !important;
font-size:20px;
}
.body .call_bt div+div{
    margin-left:4px;
}
.go_container{
    padding:0 10px 10px 10px;
    width:calc(100% - 20px);
    position: relative;
    height:auto;
}
.go_container ul{
    width:100%;
    height:auto;
    display: inline-block;
}
.go_container > ul > li{
    float:left;
    height:36px;
    width:50%;
    color:#fff;
    background: #777;
    text-align: center;
    font-size:15px;
    line-height: 36px;
}
.go_container > ul > li.on{
    background: #4ba3ff;
    font-weight: bold;
}

.go_adr_div{
    display: block;
    border:1px solid #888;
    background: #fff;
}
.go_adr_div.none{
    display: none;
}

#go_adr_div ul li{
    float:left;
    height:50px;
    line-height: 50px;
}
#go_adr_list table tr.on td:first-child{
  background: #ffec08;
  font-weight: bold;
  color:#000;
  border-right: 1px solid #aaa;
}
#go_adr_list{
    height:auto;
}
#go_adr_list tr td:first-child{
    width:70px;
    font-size:15px;
    text-align: center;
    background: #252525;
    color:#fff;
}
#go_adr_list tr+tr td{
    border-top:1px solid #aaa;
}
#go_adr_list tr td+td{
    padding:5px 10px;
    font-size:13px;
    line-height: 160%;
}

#go_adr_list tr td+td p:first-child{
    padding-bottom:2px;
}
#go_adr_list tr td+td p+p{
    border-top:1px solid #eaeaea;
    padding-top:2px;
}
#go_adr_div ul li.adr_div_head{
    width:80px;
    font-size:13px;
    text-align: left;
    padding:0 10px;
    color:#666;
}
#go_adr_div ul li.adr_div_head+li{
    width:calc(100% - 120px);
    padding: 0 10px;
}
#go_adr_div ul li.adr_div_head+li input[type="text"], #go_adr_div ul li.adr_div_head+li select{
    background: #eee;
    color:#000;
    font-size:12px;
    border:1px solid #999;
    border-radius: 2px;
    width:100%;
    padding:10px;
}
#go_adr_div ul li.content{
    line-height: 140%;
    font-size:13px;
    padding:10px 10px 15px 10px;
    width:calc(100% - 20px);
    height:auto;
}
.body{
    height:calc(100% - 40px);
}
.adr_bt{
    padding:5px 10px;
}
.adr_bt div{
    text-align: center;
    background: #ffec08;
    color:#000;
    font-weight: bold;
    font-size:16px;
    padding:15px;
    width:calc(100% - 30px);
    border-radius:5px;
}
.adr_bt.gray div{
  background: #828282;
    color: #fff;
}
.bill{
    padding: 10px;
    height: calc(100% - 190px);
        overflow-y: scroll;
}
.bill table:first-child{
    border:1px solid #888;
    background: #fff;
    font-size:13px;
}
.bill table:first-child tr th, .bill table:first-child tr td{
    padding:10px 5px;
    line-height: 20px;
}
.bill table:first-child tr th{
    width:60px;
}
.bill table:first-child tr+tr th, .bill table:first-child tr+tr td{
    border-top:1px solid #bdbdbd;
}
.bill table:first-child tr td span{
    padding-right: 5px;
}
.adrcg{
    border: 1px solid #333;
    background: #545454;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    display: inline-block;
}
.bill .pay_type, .bill .pay_type_selectbox{
    font-size: 15px;
    background: #888888;
    border: 1px solid #000;
    width: auto;
    min-width: 60px;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: bold;
}
.bill .pay_type_selectbox{
  width:100%;
  outline: 0;
}
.bill .pay_type:last-child{
  width:90px;
}
.bill .pay_type+.pay_type{
  margin-left: 8px;
}
.pay_type_selectbox.on{
  background: #6495ed;
}
.card_body_top{
position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: #3DB7CC;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Nanum Gothic';
    line-height: 40px;
    z-index: 100;
}
.card_body_top .fa-times{
font-size: 30px;
    right: 10px;
    font-weight: normal;
    position: absolute;
    top: 0px;
}
#card_body .notice_list tr:first-child th{
font-size: 11px;
text-align: left;
padding: 10px 5px;
}
#card_body .notice_list tr td:first-child{
width:50px;
padding:10px;
text-align: right;
font-size: 12px;
}
#card_body .notice_list tr td+td{
padding:10px 5px;
font-size:12px;
text-align: left;
}
#card_body .notice_list tr:first-child+tr td{
border-top:1px solid #bdbdbd;
}
#card_body .notice_list tr:last-child td{
border-bottom:1px solid #bdbdbd;
}
#card_body .notice_list tr td{
background: #fff;
}
#card_body .notice_list tr td select{
width:100%;
padding:7px 10px 7px 5px;
}
#card_body .card_no, .card_mmyy{
width:45px;
padding:5px;
text-align: center;
font-size:11px;
}
#card_body .action_footer{
position: relative;
left:0;
right:0;
height:50px;
z-index: 2;
background: none;
padding:10px;
}
#card_body .action_footer span{
width:100%;
font-size:16px;
text-align: center;
color:#fff;
font-weight: bold;
background: #3DB7CC;
border-radius: 5px;
display: inline-block;
height:50px;
line-height: 50px;
}
.head .question_div{
z-index: 100;
}
 .pass_p.none{
 display: none;
 }
 .pass_p{
  margin-top:5px;
 }
.bill_footer{
  height: 169px;
    border-top: 1px solid #8a8a8a;
}

.bill_footer table tr.billTR td{
  height: 34px;
  text-align: left;
  padding:0 20px;
  background: #fff;
  text-align: center;
  font-size:18px;
  border-bottom:1px solid #8a8a8a;
  font-weight: 500;
}
.bill_footer table tr.priceTr td:first-child{
  height: 55px;
  width: 50px;
    text-align: right;
    padding-right: 10px;
}
.bill_footer table tr.priceTr td:first-child+td{
  height: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.bill_footer table tr.priceTr td:first-child+td b{
  font-size: 11px;
    padding-left: 5px;
    color:#616161;
}
.bill_footer table tr.priceTr td:last-child{
  height: 55px;
  width: 50px;
    text-align: left;
    padding-left: 10px;
}
.bill_footer table tr.etcDriver td{
    height: 35px;
    text-align: center;
    font-size: 16px;
    background: teal;
    color:#fff;
}
.bill_footer table tr.etcDriver td+td{
    background: darkslateblue;
}
.bill_footer table .priceTr td .fa-minus, .bill_footer table .priceTr td .fa-plus{
  font-size:30px;
  color:#616161;
  padding:0px 10px;
}
.bill_footer .fa-minus{
  margin-left:20px;
}
.bill_footer .fa-plus{
  margin-right:20px;
}
.bill_footer .fa-minus.none, .bill_footer .fa-plus.none{
    display: none;
}
.bill_footer table tr:last-child td{
      height: 45px;
    background: #000;color: #fff;
    text-align: center;
    font-weight: bold;
}
.bill_footer table tr:last-child td#driveract{
  background: #2196f3;
    color: #fff;
}
#go_km{
  font-size:13px;
  font-weight: normal;
  color:#616161;
}
.kakaoLoginPopup, .agreePopup{
    z-index: 3333;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.agreePopup{
    z-index: 3332;
}
.agreeContainer{
    width:calc(100% - 40px);
    background: transparent;
    max-width: 600px;
}
.kakaoLoginPopup.none{
    display: none;
}
.login_div{
    padding:20px;
    width: calc(100% - 60px);
    background: #333;
    border-radius: 10px;
}
.login_div p{
    background: #333;
    color:#fff;
    font-size:14px;
    padding:5px;
    text-align: center;
}
.submit_bt{
    width:100%;
    border-radius: 5px;
    background: teal;
    color:#fff;
    font-weight: normal;
    cursor: pointer;
    font-size:20px;
    text-align: center;
    height:50px;
    line-height: 50px;
    font-family: 'GongGothicLight';
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 38%);
}
.submit_bt{
    transition: all .2s;
}
.submit_bt:hover{
    opacity: 0.7;
}
.submit_bt.sso.sso-google:hover:after{
    z-index: -1;
}
.sso-login.none{
    display: none;
}
.submit_bt.sso{
    background: #fff;
    color:#333;
    margin-top:0 !important;
    margin-bottom:20px;
    /*width: calc(100% - 2px);*/
    position: relative;
    line-height: 44px;
    font-family: 'Noto Sans KR';
}
.submit_bt.sso-kakao{
    background: #FEE500;
    border:1px solid #e9e000;
    color:#000;
}
.submit_bt.sso.sso-kakao:after{
    position: absolute;
    left: 10px;
    top: 5px;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/daeri/img/kakao100.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: 50% 50%;
}
.cont-box{
    background: #fff;
    margin-top:10px;
    border:1px solid #eaeaea;
    padding:0;
    border-radius: 10px;
    overflow:hidden;
}
.cont-box .cont-item, .cont-box .cont-sel{
    padding:15px;
    position: relative;
}
.cont-box .cont-item.noafter > p{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-box .cont-item.noafter .fa{
    font-weight: 600;
    color: #444;
    font-size: 22px;
    width: 22px;
    text-align: right;
    cursor: pointer;
}
.cont-box .cont-item:not(.noafter):after{
    content:"\f105";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: 600;
    color:#444;
    position: absolute;
    right: 15px;
    top: calc(50% - 11px);
    font-size: 22px;
}
.cont-box .cont-item.flex p:not(.none)+p{
    margin-top:8px;
}
.cont-box .cont-item > p{
    width:calc(100% - 22px);
}
.cont-box .cont-item.noafter:has(.fa) > p > label{
    width:calc(100% - 22px);
}
.cont-box .cont-item.flex p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.cont-box .cont-item.flex.justify-flex-start p{
    justify-content: flex-start;
}
.cont-box .cont-item select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.cont-box .cont-item select + select{
    margin-left:10px;
}
.cont-box .cont-item > p:first-child{
    font-size:15px; font-weight: bold;
}
.cont-box .cont-item > p+p{
    font-size:13px;
    color:#444;
}
.cont-box .cont-item.flex+.cont-item.flex p{
    font-size: 13px;
    font-weight: normal;
    color:#333;
}
.cont-box .cont-sel{

}
.cont-box .cont-sel > h2{
    font-size: 15px;
    font-weight: bold;
}
.cont-box .cont-sel > p+p, .cont-box .cont-sel > h2+p{
    margin-top:15px;
}
.cont-box .cont-item > p span.relaxNumber{
    background: #d6ffe1;
    color: green;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0 5px 2px;
}
.cont-box .cont-item+.cont-item, .cont-box .cont-item+.cont-sel{
    border-top:1px solid #eaeaea;
}
.cont-box:first-child{
    margin-top:0;
}
.Radio_div{
    display: flex;
}
.Radio_div label{
    flex: 1;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
}
.Radio_div label input[type="radio"]{
        width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
        appearance: none;
        margin:0;
        outline: none;
}
.Radio_div label input[type="radio"]+p{
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #d7dbe6;
    color: #212329;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.Radio_div label input[type="radio"]:checked+p{
    background-color: #f3f8ff;
    border-color: #bdd9ff;
    color: #1a7cff;
    font-weight: bold;
}
.Radio_div label:first-child input[type="radio"]+p{
    border-radius: 4px 0 0 4px;
}
.Radio_div label:not(:first-child) input[type="radio"]+p{
    border-left:0 !important;
}
.Radio_div label:last-child input[type="radio"]+p{
    border-radius: 0 4px 4px 0;
}
.Radio-module, .Checkbox-module{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
}
.Checkbox-module input{
    display: none;
}
.Checkbox-module .icon {position:relative;margin-top: 1px;width: 24px;height: 24px;border: 1px solid #f00;border-radius: 3px;}
.Checkbox-module .icon::after {content: '';position: absolute;top: 2px;left: 7px;width: 7px;height: 13px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(45deg) scale(0);opacity: 0;}
.Checkbox-module input:checked ~ .icon {border-color: transparent;background: #ff1616;}
.Checkbox-module input:checked ~ .icon::after {opacity: 1;transform: rotate(45deg) scale(1);}
.Radio-module .Radio-module_radio{
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none !important;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top:1px;
    cursor: pointer;
}
.Radio-module .Radio-module_radio:before{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #ccc;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.Radio-module .Radio-module_radio:hover:before{
    background-color: #f8f9fa;
}
.Radio-module .Radio-module_radio:checked:before{
    background-color: #fff;
    box-shadow: inset 0 0 0 6px #1a7cff;
}
.Radio-module span, .Checkbox-module span:not(.icon){
    margin-left:10px;
    margin-top:-1px;
    font-size:14px;
    color:#333;
}
.Radio-module .Radio-module_radio+span, .Checkbox-module .icon+span{
    text-align: left;
    color:#666;
}
.Radio-module .Radio-module_radio:checked+span, .Checkbox-module input:checked ~ .text{
    color:#000;
    font-weight: bold;
}
.Radio-module .Radio-module_radio+span+span, .Checkbox-module .icon+span+span{
    width:100px;
    text-align: right;
    color:#000;
    font-weight: bold;
}
.p-15{
    padding:15px;
}
.none{display: none !important;}
.index.terms-popup{
    position: fixed;
    top:-100%;
    left:0;right:0;bottom:0;
    transition: all 0.2s ease;
    z-index: 3333;
    background: #fff;
}
.index.terms-popup:not(.open){
    height: 0;
    overflow: hidden;
}
.index.terms-popup:not(.open) .hd, .index.terms-popup:not(.open) .ft, .index.terms-popup:not(.open) .radio-row{
    position: absolute;
}
.index.terms-popup:not(.open) .ft{
    bottom:-100%;
}
.index.terms-popup.open{
    top:0;
    overflow-y: scroll;
}
.index.terms-popup .hd .hd-logo, .index.full-popup .hd .hd-logo{
    justify-content: flex-start;
    padding-left: 15px;
}

.index.terms-popup .index-body .index-container{
    padding:0 15px 15px; font-size:12px;
    line-height: 160%;
}

.index.terms-popup .index-body .index-container table {
    font-size: 12px;
    margin:10px 0;
}

.index.terms-popup .index-body .index-container .chart1 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart1 td {
    background: #eee;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup .index-body .index-container .chart1 td + td {
    border-left: 1px solid #bdbdbd;
    padding: 7px;
    text-align: left;
    background: #fff;
    width: auto;
}

.index.terms-popup .index-body .index-container .chart2 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 th {
    background: #eee;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup .index-body .index-container .chart2 th + th {
    border-left: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 tr td:first-child {
    width: 30%;
    text-align: left;
}

.index.terms-popup .index-body .index-container .chart2 td {
    padding: 7px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
}

.index.terms-popup .index-body .index-container .chart2 td + td {
    border-left: 1px solid #bdbdbd;
    width: 35%;
}

.index.terms-popup .index-body .index-container h2 {
    font-size: 14px;
}

.index.terms-popup .index-body .index-container h1 {
    font-size: 18px;
}

.index.terms-popup .index-body .index-container h1, .index.terms-popup .index-body .index-container h2{
    padding:15px 0;
}

.index.terms-popup .index-body .index-container ul {
    list-style-type: hangul-consonant;
}

.index.terms-popup .index-body .index-container ul li + li {
    padding-top: 3px;
}
.index.terms-popup .index-body .index-container p+p{
    padding-top:3px;
}
.hd{
    position: fixed;
    background: #146ebe;
    color:#fff;
    width:100%;
    top:0;
    z-index: 100;
}
.hd .hd_wr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.index:not(.main) .hd .hd_wr .hd-logo {
    width: calc(100% - 50px);
}
.hd .hd-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    width: calc(100% - 100px);
    height: 100%;
    font-size: 20px;
}
.hd .hd_wr .hd-bars, .hd .hd_wr .hd-home {
    width: 50px;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index.terms-popup .hd .hd-logo, .index.full-popup .hd .hd-logo {
    justify-content: flex-start;
    padding-left: 15px;
}
.hd .hd-logo a {
    display: block;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-weight: bold;
    color:#fff;
}
.index.full-popup:not(.open) {
    height: 0;
    overflow: hidden;
}
.index.full-popup {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
    z-index: 201;
    height: auto;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}
.index.full-popup.open{
    top:0;
}
.index.full-popup .index-body{
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.index.full-popup:not(.open) .hd, .index.full-popup:not(.open) .ft{
    position: absolute;
}

.index.full-popup .index-body .index-container{
    background: #fff;
}
.index.full-popup .index-body, .index.full-popup .index-body .index-container{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.index.full-popup .index-body .index-container, .index.full-popup .hd{max-width: 500px;}
.input-container {
    border: 1px solid #e0e0e0;
    padding: 0;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
}
.index.full-popup .index-body .index-body-content{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px rgb(255 255 255 / 75%);
    margin:0 15px;
}
.index.full-popup .hd{
    position: relative;
    border-top-right-radius:10px;
    border-top-left-radius: 10px;
}
.input-container input[type="text"] {
    border: 0;
    height: 46px;
    outline: 0;
}
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex > *{
    width:100%;
    text-align: center;
}
.d-flex > input[type="text"]+span{
    width:auto;
    padding:0 8px;
}
.ft .ft_wr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.index.full-popup .index-container .ft .ft_wr .ft_btn {
    padding-bottom: 2px;
    background: #6495ed;
    border-bottom: 1px solid #002059;
    width: calc(100% - 30px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.ft {
    position: fixed;
    background: #fff;
    color: #fff;
    width: 100%;
    border-top: 1px solid #bdbdbd;
    bottom: 0;
    z-index: 100;
    transition: all 0.5s ease;
}
.index.full-popup .index-container .ft {
    position: relative;
    border-top: 0;
    padding: 0 0 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.index.full-popup .index-body .index-container textarea:focus, .index.full-popup .index-body .index-container input:focus, .input-container:has(input:focus){
    border-color: #6495ed;
}