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

/* basic style */

body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;width:100%;max-width: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;}

header{max-width:375px;margin:0 auto;}
header .top{max-width:375px;position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;background:#fff;z-index:999;padding:9px 15px;display: flex;align-items: center;justify-content: space-between;}
header .top .logo img{width:103px;margin-top:5px;}
header .top .call{background:#33C6BD;border-radius:14px;display:flex;justify-content:center;padding:8.7px;box-shadow:0 3px 5px 0px #33c6bd6b;}
header .top .call img{width:20px;}

footer{}
footer .layout{max-width:375px;margin:0 auto;background:#F7F7F7;padding:0px 16px 147px 16px;}
footer .layout .line{border-bottom:1px solid#F0F0F0;padding:25px 0px;display:flex;gap:8px;align-items:flex-end;}
footer .layout .line .t1{font-size:14px;}
footer .layout .line span{color:#d9d9d9;font-weight:100;}
footer .layout .line2 .t1{color:#33C6BD;font-weight:700;font-size:14px;margin-top:25px;}
footer .layout .line2 .t2{font-weight:700;font-size:22px;margin-top:2px;}
footer .layout .line2 .t3{font-weight:200;font-size:13px;margin-top:25px;}
footer .layout .line2 .t4{font-weight:500;font-size:13px;margin-top:14px;}

bottom{background:#F7F7F7;}
bottom .layout{max-width:375px;margin:0 auto;}
bottom .layout .fixed{width:375px;position:fixed;bottom:0;}
bottom .layout .fixed .bar{display:flex;justify-content:space-around;background:#fff;border-top:1px solid#F0F0F0;}
bottom .layout .fixed .bar .menu1{display:flex;flex-direction:column;align-items:center;font-size:11px;font-weight:500;color:#9d9d9d;gap:5px;padding:12px 0px;}
bottom .layout .fixed .bar .menu1 img{width:29px;filter: grayscale(100%);}
bottom .layout .fixed .bar .menu2{display:flex;flex-direction:column;align-items:center;font-size:11px;font-weight:500;color:#9d9d9d;gap:5px;padding:12px 0px;}
bottom .layout .fixed .bar .menu2 img{width:29px;filter: grayscale(100%);}
bottom .layout .fixed .bar .menu3{display:flex;flex-direction:column;align-items:center;font-size:11px;font-weight:500;color:#9d9d9d;gap:5px;padding:12px 0px;}
bottom .layout .fixed .bar .menu3 img{width:29px;filter: grayscale(100%);}
bottom .layout .fixed .border{text-align:center;padding:9px 0px 3px 0px;background:#fff;}
bottom .layout .fixed .line{display:flex;flex-direction:column;margin-bottom:8px;padding-right:12px;gap:5px;width: max-content;position: absolute;right: 0;bottom:109px;}
bottom .layout .fixed .line .menu1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#009E96;border-radius:15px;width:60px;height:60px;font-size:11px;font-weight:600;color:#fff;}
bottom .layout .fixed .line .menu1 img{width:18px;margin-top:5px;}
bottom .layout .fixed .line .menu2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#017871;border-radius:15px;width:60px;height:60px;font-size:11px;font-weight:600;color:#fff;}
bottom .layout .fixed .line .menu2 img{width:21px;margin-top:5px;}
bottom .layout .fixed .line .menu3{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#00534E;border-radius:15px;width:60px;height:60px;font-size:11px;font-weight:600;color:#fff;}
bottom .layout .fixed .line .menu3 img{width:18px;margin-top:5px;}
bottom .layout .fixed .bt{display:none;padding:15px 22px 10px 22px;gap:10px;background:linear-gradient(to bottom, transparent 0%, #ffffff 50%);}
bottom .layout .fixed .bt .menu1{width:100%;background:#33C6BD;text-align:center;padding:14px 0px;font-size:16px;font-weight:700;color:#fff;border-radius:10px;}
bottom .layout .fixed .bt .menu2{width:100%;background:#18A79E;text-align:center;padding:14px 0px;font-size:16px;font-weight:700;color:#fff;border-radius:10px;}


/* tablet */
@media all and (max-width:1280px) {
    .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;}

}


/* 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;}

    header{max-width:100%;}
    header .top{max-width:100%;}

    footer .layout{max-width:100%;}
    bottom .layout{position:absolute;}
    bottom .layout .fixed{width:100%;}

}
