 @charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;max-width: 1400px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.page-title{text-align:left;font-size:30px;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{margin: 100px 0 0;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;color:#777;font-size:16px;font-weight:400;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;}
#pagination a.active{background:#333;color:#fff;vertical-align:top;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:40px;height:40px;}
#pagination .end-prev{background:url(/_public/images2/common/first-prev.svg) no-repeat;background-size:100%;}
#pagination .prev{background:url(/_public/images2/common/prev.svg) no-repeat;margin-right:20px;background-size:100%;}
#pagination .next{background:url(/_public/images2/common/next.svg) no-repeat;margin-left:20px;background-size:100%;}
#pagination .end-next{background: url(/_public/images2/common/end-next.svg) no-repeat;background-size:100%;}

.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;}
.overlay2{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:100;line-height: normal;}



.not-post{padding:50px 0;text-align: center;line-height: normal !important;}
.not-post figure{}
.not-post figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-post figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}

.not-find{padding:50px 0;text-align: center;line-height: normal !important;}
.not-find figure{}
.not-find figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-find figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}


/* 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 */
.txt-left {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}

.color-blue{color:#2768eb !important;}
.color-blue2{color:#01247d !important;}
.color-blue3{color:#2d98ff !important;}

.tab-box{display: flex;}
.tab-box button{flex:1;display: flex;align-items: center;justify-content: center;height:70px;background: #eee;font-size: 20px;font-weight: 500;letter-spacing: -0.4px;text-align: center;color: #787878;}
.tab-box button.on{background: #00478b;color:#fff;font-weight: bold;}

.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: inline-block;margin-right:5px;width:127px;color: #fff;font-size:14px;vertical-align: middle;cursor: pointer;border: 1px solid #383838;border-radius: 5px;line-height: 48px;text-align: center; font-size: 18px;background: #383838; color: #fff; margin-left: 10px;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(100% - 260px);height: 50px;font-size: 16px;color: #595757;padding: 0 40px;vertical-align: middle;background: #fafafa url(/_public/images2/icon/link_icon.svg) no-repeat;background-size: 30px 30px;border: 1px solid #bebebe;border-radius: 5px;background-position: 10px 50%;}


.checkbox-type1{position: relative;}
.checkbox-type1 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label{position: relative;display: block;padding-left: 34px;  font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #121212;cursor: pointer;}
.checkbox-type1 label:before{content: "";position: absolute;top:-1px;left:0;display: block;width:24px;height:24px;background: url(/_public/images2/icon/ico_chk.svg) no-repeat;background-size: cover;}
.checkbox-type1 input[type="checkbox"]:checked + label:before{background: url(/_public/images2/icon/ico_chk_on.svg) no-repeat;background-size: cover;}

 .checkbox-type2{position: relative;}
 .checkbox-type2 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
 .checkbox-type2 label{position: relative;display:flex;align-items:center;justify-content:center;cursor: pointer;font-size: 15px;font-weight: 600;color: #121212;transition: all 0.4s;gap:5px;height:55px;  border-radius: 10px;border: solid 1px #d5d5d5;background-color: #fff;}
 .checkbox-type2 label:after{content: "";position: relative;display: block;width:16px;height:16px;background: url(/_public/images2/icon/ico_chk2.svg) no-repeat;background-size: cover;transition: all 0.4s;opacity: 0;}
 .checkbox-type2 input[type="checkbox"]:checked + label{border-color: #0029f4;background: #eef1ff;color:#0029f4;font-weight: bold;}
 .checkbox-type2 input[type="checkbox"]:checked + label:after{opacity: 1;}




 .radio-type1{position: relative;}
 .radio-type1 input[type="radio"] {position: absolute;display: inline-block;opacity: 0;}
 .radio-type1 label{position: relative;display:flex;align-items:center;justify-content:center;cursor: pointer;font-size: 15px;font-weight: 600;color: #121212;transition: all 0.4s;gap:5px;height:55px;  border-radius: 10px;border: solid 1px #d5d5d5;background-color: #fff;}
 .radio-type1 label:after{content: "";position: relative;display:none;width:16px;height:16px;background: url(/_public/images2/icon/ico_chk2.svg) no-repeat;background-size: cover;transition: all 0.4s;}
 .radio-type1 input[type="radio"]:checked + label{border-color: #0029f4;background: #eef1ff;color:#0029f4;font-weight: bold;}
 .radio-type1 input[type="radio"]:checked + label:after{display: block;}


/* ----------------------------------------------
 * Generated by Animista on 2025-2-26 17:6:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */

@keyframes slide-in-bottom {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}



header{position: fixed;top:0;left:0;width:100%;z-index: 100;}
header .h-cont{position: relative;margin:0 auto;max-width:1800px;display: flex;align-items:center;justify-content: center;}
header .logo{position: absolute;left:0;width:193px;height:57px;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;z-index: 1;}
header .gnb{}
header .gnb .close-navi{position: absolute;top:20px;right:20px;display:none;}
header .gnb .close-navi img{display: block;}
header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{position:relative;display: block;padding:0 46px;font-size: 20px;font-weight: 600;text-align: center;color: #fff;line-height: 96px;transition: all 0.4s;}
header .gnb ul li > a:after{content: "";position: absolute;top:72%;left:50%;transform: translate(-50%, -50%);width:10px;height:10px;border-radius: 100%;background: #db002f;transition: all 0.4s;opacity: 0;}
header .gnb ul li .dropdown{display:none;position:absolute;left:0;width:100%;height:250px;text-align: center;z-index: 10;padding-top:30px;}
header .gnb ul li .dropdown a{position:relative;display: block;text-align: center;font-size: 19px;font-weight: 500;line-height: 2.42;color: #202020;transition: all 0.4s;}
header .gnb ul li .dropdown a.blank{}
header .gnb ul li .dropdown a.blank:after{content: "";display: inline-block;margin-left: 1px;width: 12px;height: 12px;background: url(/_public/images2/icon/ico_blank.svg) no-repeat;background-size: cover;position: relative;top: -3px;}
header .gnb ul li:hover > a:after{opacity: 1;}
header .gnb ul li .dropdown a:hover{color:#db002f;text-decoration: underline;}
header .gnb ul li .dropdown a.on{color:#db002f;text-decoration: underline;}
header .btn-inquiry{position:absolute;right:0;display: flex;width: 160px;height: 50px;align-items: center;justify-content: center;border-radius: 25px;background-color: #0745af;font-size: 18px;font-weight: 600;color: #fff;}
header .btn-navi{position:absolute;right:0;display: none;width:30px;height:20px;background: url(/_public/images2/common/navi_btn.svg) no-repeat;background-size: cover;}
header .gnb-bg{display:none;position: absolute;left:0;width:100%;height:250px;background: #fff;}
header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color:#202020;}
header.active .btn-navi{background: url(/_public/images2/common/navi_btn2.svg) no-repeat;background-size: cover;}
header.drop{background: #fff;animation: dropHeader 0.3s;}
header.drop .logo{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.drop .gnb ul li > a{line-height: 90px;color:#202020;}
header.drop .btn-navi{background: url(/_public/images2/common/navi_btn2.svg) no-repeat;background-size: cover;}

footer{padding:64px 0 73px;background: #000;}
footer .layout{display: flex;justify-content: space-between;}
footer .f-cont1{}
footer .f-cont1 .logo{display: inline-block;}
footer .f-cont1 .logo img{display:block;}
footer .f-cont1 address{margin-top:20px;display: block;}
footer .f-cont1 address p{display: flex;gap:40px;}
footer .f-cont1 address p + p{margin-top:12px;}
footer .f-cont1 address p span{position:relative;display: inline-block; font-size: 15px;font-weight: normal;line-height: 1.07;letter-spacing: -0.38px;color: #ccc;}
footer .f-cont1 address p span:before{content: "";position:absolute;top:2px;left:-20px;width:1px;height:13px;background: #787878;}
footer .f-cont1 address p span:first-child:before{display: none;}
footer .f-cont1 copyright{display: block;margin-top:20px;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #9e9e9e;}
footer .f-cont2{}
footer .f-cont2 h3{font-size: 15px;font-weight: normal;line-height: 1.07;letter-spacing: -0.38px;color: #ccc;}
footer .f-cont2 strong{display: block;margin-top:10px; font-size: 30px;font-weight: bold;letter-spacing: -0.75px;color: #82abfe;}
footer .f-cont2 p{margin-top:10px;font-size: 15px;font-weight: normal;line-height: 1.07;letter-spacing: -0.38px;color: #ccc;}
footer .f-cont2 select{margin-top:18px;width:320px;height:50px;background: #414141 url(/_public/images2/icon/ico_plus.svg) 95% 50% no-repeat;background-size: 25px;padding:0 20px; font-size: 16px;font-weight: 500;letter-spacing: -0.4px;color: #fff;}

.quick{position: fixed;right:20px;bottom:20px;z-index: 10;width:55px;display: flex;flex-direction: column;gap:10px;}
.quick a{display: block;}
.quick a img{display: block;}
.quick button{margin-top:10px;display: block;}
.quick button img{display: block;}

@media all and (max-width:1800px) {
}

@media all and (max-width:1600px) {
    header{padding:0 20px;}
    header .gnb ul li > a{padding:0 30px;font-size:18px;}
    header .gnb ul li .dropdown a{font-size:16px;}
    header .btn-inquiry{width:150px;height:45px;}
}

@media all and (max-width:1400px) {
    footer{padding:64px 20px 73px}
}

@media all and (max-width:1280px) {
    header .logo{width:135px;height:40px;}
    header .gnb ul li > a{padding:0 20px;}
    header .btn-inquiry{width:120px;height:40px;font-size:16px;}

    .tab-box button{height:60px;font-size: 18px;}
}

@media all and (max-width:1024px) {
    #pagination{margin-top:50px;}
    #pagination a{width:30px;height:30px;line-height: 30px;font-size:12px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next{width:30px;height:30px;line-height: 30px;}

    .radio-type1 label{height:50px;font-size: 14px;}

    .quick{width:40px;}

    header{height:65px;}
    header .h-cont{height:100%;}
    header .gnb{position: fixed;top:0;right:-320px;width:320px;height:100%;background: #fff;padding-top:70px;z-index: 100;transition: all 0.4s;}
    header .gnb.on{right:0;}
    header .gnb .close-navi{display: block;}
    header .gnb ul{flex-direction: column;padding:0 30px;max-height: 100%;overflow-y: auto;}
    header .gnb ul li{}
    header .gnb ul li > a{position:relative;padding:0;line-height: 64px;color:#000;font-size:20px;font-weight: 600;text-align: left;}
    header .gnb ul li > a:after{opacity: 1;position: relative;display:inline-block;margin-left:10px;transform: none;top:0;left:0;width:20px;height:20px;background: url(/_public/images2/common/navi_icon01.svg) no-repeat;background-size: cover;vertical-align: middle;top:-2px;transition: none;}
    header .gnb ul li > a.on{color:#2a61cf;}
    header .gnb ul li > a.on:after{background: url(/_public/images2/common/navi_icon02.svg) no-repeat;background-size: cover;}
    header .gnb ul li .dropdown{position: relative;height:auto;padding:10px 0;border-top:1px solid #ccc;border-bottom: 1px solid #ccc;}
    header .gnb ul li .dropdown a{text-align: left;font-size: 19px;font-weight: 500;line-height: 2.37;color: #202020;}
    header.drop .gnb ul li > a{line-height: 64px;}
    header .btn-inquiry{display: none;}
    header .btn-navi{display: block;}

    footer{padding:40px 20px 97px;}
    footer .layout{flex-direction: column-reverse;gap:68px;}
    footer .f-cont1 .f-logo{display: inline-block;width:135px;}
    footer .f-cont1 .f-logo img{display: block;}
    footer .f-cont1 address p span{font-size:14px;}
    footer .f-cont2 h3{font-size:14px;}
    footer .f-cont2 strong{font-size:24px;}
    footer .f-cont2 p{font-size:14px;}
    footer .f-cont2 select{font-size:14px;}

    .tab-box button{height:50px;font-size: 16px;}
}


/* mobile */
@media all and (max-width:768px) {
    #pagination a{width:25px;height:25px;line-height: 25px;font-size:12px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next{width:25px;height:25px;line-height: 25px;}
    #pagination .prev{margin-right: 10px;}
    #pagination .next{margin-left: 10px;}

    .not-post figure figcaption{font-size:17px;}
    .not-post figure figcaption span{font-size:14px;}

    .not-find figure figcaption{font-size:17px;}
    .not-find figure figcaption span{font-size:14px;}

    footer .f-cont1 address p{flex-wrap:wrap;gap:7px 20px;}
    footer .f-cont1 address p + p{margin-top:7px;}
    footer .f-cont1 address p span:before{top: 1px;left: -10px;width: 1px;height: 12px;}

    .tab-box button{font-size: 15px;}

}

@media all and (max-width:460px) {
    footer .f-cont1 address p span:before{display: none;}
    footer .f-cont2 select{width:100%;}
}
