@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
**************************************************************************/


/* basic style */

body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
.overlay{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}
.no-data{text-align: center;padding:50px 0;font-size:16px;}


/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}
/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}

.color-blue{color:#4a73f1 !important;}


.ios-chk {display:inline-block;position: relative;cursor: pointer;}
.ios-chk input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.ios-chk label {position:relative !important;top:inherit !important; left:inherit !important;cursor: pointer;display: inline-block;padding-left:60px;color: #555;font-size: 15px;line-height: 27px;vertical-align: middle;font-weight: 400;}
.apple-switch::before {content:"";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;left:0;vertical-align: middle;-webkit-appearance: none;outline: none;width: 50px;height: 25px;background-color: #fff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #fff;cursor: pointer;}
.apple-switch:after {content: "";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top: 3px;left: 1px;background: transparent;width: 22px;height: 22px;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}
.ios-chk input[type="checkbox"]:checked + .apple-switch:before {box-shadow: inset 26px 0 0 0 #222;border-color: #222;}
.ios-chk input[type="checkbox"]:checked + .apple-switch:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

.filebox{position:relative;font-size:0;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label{position:relative;display: flex;align-items: center;justify-content: center; border-radius: 4.7px;background-color: #edf0f4;height:86px;cursor: pointer;}
.filebox label span{position: absolute;right:4px;bottom:4px;font-size: 12px;font-weight: normal;line-height: 1.2;color: #565656;}

.filebox2{position:relative;font-size:0;}
.filebox2 input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox2 label{display:flex;align-items:center;width: 100%;height: 37px;border: 1px solid #c9c9c9;padding: 0 17px;font-size: 15px;font-weight: normal;color: #000;border-radius: 7px;cursor: pointer}


.checkbox-type1 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position: relative;display: inline-block;padding-left:35px;font-size: 17px;font-weight: 500;color: #828282;cursor: pointer;}
.checkbox-type1 label:before {content: "";position: absolute;left: 0;display: inline-block;width: 25px;height: 25px; border-radius: 5px;border: solid 1px #4d79ee;}
.checkbox-type1 label:after {content: "";display: none;position: absolute;top: 2px;left: 8px;width: 9px;height: 15px;border-right: 2px solid #4d79ee;border-bottom: 2px solid #4d79ee;transform: rotate(45deg);}
.checkbox-type1 input[type="checkbox"]:checked + label:after {display: inline-block;}

.checkbox-type2{position: relative}
.checkbox-type2 input[type="checkbox"] {display: inline-block;position: absolute;opacity: 0;}
.checkbox-type2 label {position: relative;cursor: pointer;display: block;text-align: center;font-size: 14px;font-weight: 500;color: #898989;line-height: 22px; border-radius: 10px;border: solid 1px #d8d8d8;background-color: #fff;padding:0 12px;}
.checkbox-type2 input[type="checkbox"]:checked + label {background:#014d81;border-color:#014d81;color:#fff;}

.checkbox-type3{position: relative;}
.checkbox-type3 input[type="checkbox"]{position: absolute;opacity: 0;}
.checkbox-type3 label{display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;padding-bottom: 23px;}
.checkbox-type3 label i{display: inline-block;}
.checkbox-type3 label i img{display:block;}
.checkbox-type3 label span{display:block;text-align:center;margin-top:15px;font-size: 14px;font-weight: 500;line-height: 1.2;color: #353535;}
.checkbox-type3 label:before{content: "";position:absolute;bottom:0;left:50%;transform:translateX(calc(-50% + 0.5px));display: inline-block;width:13px;height:13px;border:1px solid #c9c9c9;border-radius: 1px;}
.checkbox-type3 label:after{content: "";display: none;width: 6px;height: 9px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;position: absolute;bottom: 1px;left: 50%;transform: rotate(45deg) translateX(calc(-50% + 0.5px));}
.checkbox-type3 input[type="checkbox"]:checked + label:before{background: #014d81;border-color:#014d81;}
.checkbox-type3 input[type="checkbox"]:checked + label:after{display: block;}

.checkbox-type4{position: relative;}
.checkbox-type4 input[type="checkbox"]{position: absolute;opacity: 0;}
.checkbox-type4 label{display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;padding-bottom: 23px;}
.checkbox-type4 label span{display:flex;align-items:center;justify-content:center;border:1px solid #014d81;border-radius: 100%;width:60px;height:60px;}
.checkbox-type4 label:before{content: "";position:absolute;bottom:0;left:50%;transform:translateX(calc(-50% + 0.5px));display: inline-block;width:13px;height:13px;border:1px solid #c9c9c9;border-radius: 1px;}
.checkbox-type4 label:after{content: "";display: none;width: 6px;height: 9px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;position: absolute;bottom: 1px;left: 50%;transform: rotate(45deg) translateX(calc(-50% + 0.5px));}
.checkbox-type4 input[type="checkbox"]:checked + label:before{background: #014d81;border-color:#014d81;}
.checkbox-type4 input[type="checkbox"]:checked + label:after{display: block;}



.radio-type1{position: relative;}
.radio-type1 input[type="radio"] {position: absolute;display: inline-block;opacity: 0;}
.radio-type1 label {position: relative;display: inline-block;padding-left:16px;  font-size: 14px;font-weight: normal;line-height: 1.2;color: #898989;cursor: pointer;}
.radio-type1 label:before {content: "";position: absolute;top:4px;left: 0;display: inline-block;width: 10px;height: 10px; border-radius:100%;background: #898989;}
.radio-type1 label:after {content: "";display: none;position: absolute;top: 5px;left: 3px;width: 4px;height: 6px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;transform: rotate(45deg);}
.radio-type1 input[type="radio"]:checked + label{color:#353535;font-weight: 500;}
.radio-type1 input[type="radio"]:checked + label:before{background: #014d81;}
.radio-type1 input[type="radio"]:checked + label:after{display: inline-block;}



.radio-type2{position: relative;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{display:block;font-size:18px;padding-left:35px;position:relative;cursor:pointer;}
.radio-type2 label::before{content: '';width: 25px;height: 25px;border: 1px solid #bebebe;border-radius: 50%;position: absolute;left: 0;top: 1px;box-sizing: border-box;}
.radio-type2 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#202020;position:absolute;left:6.5px;top:8px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#202020}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}




/* tablet */
@media all and (max-width:1280px) {
header .section01{width:100%;padding:5px 20px;}
header .section01 .bar{font-size:12px;}






    .checkbox-type1 label{font-size:15px;padding-left: 26px;}
    .checkbox-type1 label:before{top:2px;width:18px;height:18px;}
    .checkbox-type1 label:after{top: 4px;left: 6px;width: 7px;height: 11px;}



    footer{padding:47px 20px 54px;}
    footer .f-top nav a{font-size:15px;}
    footer address p span{font-size:15px;}
    footer copyright{font-size:13px;}
}


/* mobile */
@media all and (max-width:768px) {
    .checkbox-type1 label{font-size:12px;padding-left: 21px;}
    .checkbox-type1 label:before{top:2px;width:14px;height:14px;}
    .checkbox-type1 label:after{top: 4px;left: 5px;width: 5px;height: 9px;}

    .checkbox-type3 label{padding-bottom: 17px;}
    .checkbox-type3 label span{margin-top:5px;}


    footer{padding:20px 40px 27px;}
    footer .f-top .f-logo{display: none;}
    footer .f-top nav{width:100%;gap:0;justify-content: space-between;}
    footer .f-top nav a{font-size:12px;}
    footer address{margin-top:29px;}
    footer address p{flex-direction: column;gap:0;}
    footer address p span{font-size:12px;}
    footer copyright{margin-top:23px;font-size:10px;}
}
