@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: 1260px;}
.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{}
header .section01{border-bottom:1px solid#f1f1f1}
header .section01 .top{max-width:1200px;margin:0 auto;padding:25px 0px;display:flex;justify-content:space-between;align-items:center;}
header .section01 .top .left{width:33%;}
header .section01 .top .left img{width:170px;}
header .section01 .top .center{width:34%;text-align:center;}
header .section01 .top .center img{width:300px;}
header .section01 .top .right{width:33%;display:flex;gap:10px;align-items:center;justify-content:flex-end;}
header .section01 .top .right a{font-size:16px;color:#555555;font-weight:600;}
header .section01 .top .right span{font-size:12px;color:#d1d1d1;}
header .section02{border-bottom:1px solid#f1f1f1;padding:3px 0px;}
header .section02 .menu{max-width:1200px;margin:0 auto;padding:10px 0px;display:flex;gap:26px;;align-items:center;flex-wrap:wrap;}
header .section02 .menu img{width:70px;}
header .section02 .menu .category{position: relative;display: inline-block;}
header .section02 .menu #category-list{position: absolute;top:182%;left: 0;background: white;border: 1px solid #aaa;padding: 10px;width: 1200px;display: none;grid-template-columns: repeat(5, 1fr);gap: 15px;padding:15px 20px;z-index:999;height:405px;overflow:auto;border-radius:0px 0px 10px 10px;}
header .section02 .menu .menu-item{width: 100%;}
header .section02 .menu .menu-item > a{font-weight:600;display: block;margin-bottom: 8px;text-decoration: none;color: black;border-bottom:1px solid #ddd;font-size:16px;padding:0px 0px 10px 5px;}
header .section02 .menu .menu-item ul{padding: 0;list-style: none;}
header .section02 .menu .menu-item ul li{margin: 5px 0;}
header .section02 .menu .menu-item ul li a{text-decoration: none;color: black;font-size: 15px;display: block;padding: 5px;border-radius: 4px;}
header .section02 .menu .menu-item ul li a:hover{color:#008BCC;}
header .section02 .menu .hidden{display: none;}
header .section02 .menu a{font-size:18px;font-weight:500;}
header .section02 .menu .category-btn{font-size:18px;display:flex;gap:8px;align-items:center;font-weight:500;}
header .section02 .menu .category-btn img{width:15px;height:13px;object-fit:cover;}
.d-header{display:none;}
.modal{display:none;}

footer{width:1200px;margin:50px auto;display:flex;justify-content:space-between;padding-bottom:50px;}
footer .left{width:20%;}
footer .left img{width:150px;}
footer .middle{width:65%}
footer .right{width:15%}
footer .middle .line01{display:flex;gap:50px;}
footer .middle .line01 a{font-size:17px;}
footer .middle .line02{margin:30px 0px;}
footer .middle .line02 .t1{font-size:17px;color:#888;margin-bottom:8px;}
footer .middle .line02 .t2{font-size:16px;color:#888;margin-bottom:5px;}
footer .middle .line03{font-size:15px;color:#888;}
footer .right{text-align:right;}
footer .right .t1{font-size:17px;}
footer .right .t2{font-size:25px;font-weight:700;}
footer .right .t3{font-size:15px;}
footer-mo{display:none}



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

    footer{display:none}
    footer{display:none}
    footer-mo{display:block;padding:50px 20px 80px 20px;border-top:1px solid #eaeaea;}
    footer-mo .line01{display:flex;flex-direction:column;gap:15px;}
    footer-mo .line01 a{font-size:16px;font-weight:normal;}
    footer-mo .line02{display:flex;font-size:20px;font-weight:700;align-items:center;background:#11A3BF;flex-direction:column;border-radius:5px;color:#fff;margin:30px 0px;padding:10px 0px;}
    footer-mo .line02 span{font-size:16px;font-weight:normal;}
    footer-mo .line03 .t1{font-size:16px;font-weight:600;margin-bottom:10px;}
    footer-mo .line03 .t2{font-size:15px;color:#777777;margin-bottom:5px;}
    footer-mo .line04{font-size:13px;color:#777777;margin-top:20px;}

.d-header{display:block;background:#fff;padding:15px 20px;box-shadow:0 1px 4px 0px #f1f1f1;}
header{display:none}
.d-header .top{display:flex;justify-content:space-between;align-items:center;}
.d-header .top .right{display:flex;gap:10px;}
.d-header .top .right .app_dl{background:#0083bd;color:#fff;padding:5px 10px;border-radius:5px;}
.d-header .logo{display: inline-block;width:150px;}
.d-header .logo img{display: block;}
.d-header .toggle-navi{display: block;width:14px;height:13px;background: url(../images/ico/ico_navi.svg) no-repeat;background-size: cover;}
.d-header .menu{display:flex;justify-content:space-between;font-size:14px;font-weight:500;margin-top:10px;}

.modal{display: block;}
.modal_btn{display: block;}
.modal_btn:hover{box-shadow: 3px 4px 11px 0px #00000040;}
.modal_btn img{width:17px;height:15px;object-fit:cover;}
.modal .login{margin-top:30px;border-bottom:1px solid#e5e5e5;padding-bottom:20px;}
.modal .login .text_01{font-size:15px;text-align:center;}
.modal .login .text_02{display:flex;justify-content:center;gap:10px;margin-top:10px;}
.modal .login .text_02 a{color:#999;}
.modal .login .bt{text-align:center;margin-top:10px;}
.modal .login .bt a{background:#11A3BF;display:block;width:100%;padding:10px;color:#fff;font-size:15px;border-radius:5px;}
.modal .login .first{display:flex;justify-content:space-between;align-items:center;}
.modal .login .first .f1 .name{font-size:16px;font-weight:600;}
.modal .login .first .f1 .email{font-size:14px;}
.modal .login .first .logout a{border:1px solid#e5e5e5;border-radius:50px;padding:3px 10px;}
.modal .modal_popup .top{display:flex;justify-content:space-between;}
.modal .modal_popup .top img{width:105px;}
.modal {display: none; /* 평소에는 보이지 않도록 */position: fixed; /* fixed로 변경 */top: 0;left: 0;width: 100%;height: 100vh;overflow: hidden;background: rgba(0, 0, 0, 0.5);z-index: 99999;}
.modal.on {display: block;overflow:auto;}
.modal .modal_popup {position: absolute;height:100%;width:100%;padding:15px 20px 20px 20px;background:#fff;overflow: auto; /* 팝업 내 스크롤 허용 */}
.modal .modal_popup .close_btn {display: block;color:#fff;cursor: pointer;transition: box-shadow 0.2s;}body.modal-open, html.modal-open {overflow: hidden;}
.modal .modal_popup .close_btn{position:absolute;top:12px;right:40px;}
.modal .modal_popup .close_btn:before{content: "";display: inline-block;width:20px;height:1px;background: #000;position: absolute;transform:rotate(45deg);left: 3px;top: 12px;}
.modal .modal_popup .close_btn:after{content: "";display: inline-block;width:20px;height:1px;background: #000;position: absolute;transform:rotate(-45deg);left: 3px;top: 12px;}
.modal .modal_popup .close_btn img{width:15px;height:13px;object-fit:cover;}
.accordion-button {font-size:15px;cursor: pointer;width: 100%;border: none;text-align: left;outline: none;transition: 0.4s;}
.accordion-button span{float:right;}
.accordion-content {padding: 0 18px;display: none;overflow: hidden;}
.accordion-content a {display: block;color: #444;text-decoration: none;}
.modal .modal_popup .menu{display:flex;flex-direction:column;gap:20px;margin-top:20px;}
.modal .modal_popup .submenu {display: none;padding-left: 15px;}
.modal .modal_popup .menu-item a{display:flex;justify-content:space-between}
.modal .modal_popup .menu-item span{font-size:16px;font-weight:300;}
.modal .modal_popup .submenu a {display: block;padding: 5px 0;color: #333;text-decoration: none;font-size:15px;font-weight:300;}
.modal .modal_popup .toggle-btn {cursor: pointer;margin-left: 10px;text-align:right;width:40%;}




}
