@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: 1420px;}
.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-top:80px;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;font-size:18px;font-weight:500;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;background: #f6f9ff;color:#8c919b}
#pagination a.active{background:#001d61;color:#fff;vertical-align:top;font-weight: 600;}
#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;}


.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 */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !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;display: flex;gap:10px;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position: relative;width:160px;height:70px;display: flex;align-items:center;justify-content: center; border-radius: 10px;border: solid 1px #0092e5; font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #0092e5;}
.filebox .input-wrap{width:calc(100% - 170px);position: relative;}
.filebox .input-wrap .del{position: absolute;display: none;top:24px;right:25px;}
.filebox .input-wrap .del img{display: block;}
.filebox .input-wrap .del.on{display: block;}
.filebox .upload-name {width:100%;height:70px; border-radius: 10px;border: solid 1px #adb9d6;background-color: #f6f9ff;position: relative;padding: 0 75px 0 30px;font-size: 18px;font-weight: normal;letter-spacing: -0.45px;color: #1c1c1c;}


.checkbox-type1{position: relative;display: inline-block;}
.checkbox-type1 input[type="checkbox"] {position: absolute;opacity: 0;}
.checkbox-type1 label {position: relative;padding-left: 30px;font-size: 20px;font-weight: 500;letter-spacing: -0.5px;color: #1c1c1c;cursor: pointer;}
.checkbox-type1 label:before{content: "";position: absolute;top:2px;left:0;width:20px;height:20px;border-radius: 100%;border: 1px solid #adb9d6;transition: all 0.4s;}
.checkbox-type1 label:after{content: "";position: absolute;top:7px;left:5px;width:10px;height:10px;border-radius: 100%;background: #0092e5;opacity: 0;transition: all 0.4s;}
.checkbox-type1 input[type="checkbox"]:checked + label:before{border-color: #0092e5;}
.checkbox-type1 input[type="checkbox"]:checked + label:after{opacity: 1;}



.checkbox-type2{display:inline-block;vertical-align:top;width:33.333%;margin:10px 0;}
.checkbox-type2 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type2 label{display:block;font-size:18px;padding-left:40px;position:relative;cursor:pointer;}
.checkbox-type2 label::before{content:'';width:30px;height:30px;border:1px solid #fff;border-radius:50%;position:absolute;left:0;top:-3px;}
.checkbox-type2 label::after{display:none;content:'';width:7px;height:13px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);position:absolute;left:11px;top:3px;}
.checkbox-type2 input[type="checkbox"]:checked + label::before{background:#222;border-color:#222;}
.checkbox-type2 input[type="checkbox"]:checked + label::after{display:block;}

.radio-type1 { margin: -0.5px;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;text-align: center;font-size: 14px;line-height: 50px;border: 1px solid #e5e5e5;}
.radio-type1 input[type="radio"]:checked + label {background-color: #222;color: #fff;}


.radio-type2{display:inline-block;vertical-align:middle;}
.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{position: fixed;top:0;left:0;width:100%;z-index: 100;transition: all 0.4s;}
header .h-cont{position: relative;width:100%;max-width:1420px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
header .logo{position: relative;top:-5px;display: inline-block;}
header .logo a{display: inline-block;width:138px;height:70px;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;font-size:0;transition: all 0.4s;}
header .gnb-cont{display: flex;gap:30px;align-items: center;}
header .gnb .close-gnb{position: absolute;top:15px;right:20px;display: none;}
header .gnb .close-gnb img{display: block;}
header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{display: block;font-size: 18px;line-height:100px;font-weight: 500;letter-spacing: -0.45px;color: #fff;padding:0 30px;transition: all 0.4s;}
header .gnb ul li:hover > a{font-weight: bold;color:#001d61;}
header .gnb ul li .dropdown{display:none;position: absolute;left:0;width:100%;padding-top:30px;padding-left: 30px;z-index: 10;height:265px;}
header .gnb ul li .dropdown a{display: block;position:relative; font-size: 17px;font-weight: normal;letter-spacing: -0.43px;color: #1c1c1c;transition: all 0.4s;}
header .gnb ul li .dropdown a:before{content: "";position: absolute;top:11px;left:-17px;display:block;width:10px;height:2px;background: #0092e5;transition: all 0.4s;opacity: 0;}
header .gnb ul li .dropdown a + a{margin-top:10px;}
header .gnb ul li .dropdown a:hover:before{opacity: 1;}
header .gnb .gnb-bottom{position: absolute;left:0;bottom:0;width:100%;display: flex;align-items: center;justify-content: space-between;}
header .gnb .gnb-bottom{position: absolute;left:0;bottom:0;width:100%;display: none;align-items: center;justify-content: space-between;padding:20px 20px 60px;}
header .gnb .gnb-bottom .btn-inquiry{display: flex;align-items: center;justify-content: center;width:170px;height:40px; border-radius: 20px;background-image: linear-gradient(to right, #001d61 0%, #0092e5 100%);gap:5px;font-size: 16px;font-weight: 600;letter-spacing: -0.4px;color: #fff;}
header .gnb .gnb-bottom .btn-inquiry i{position:relative;top:-1px;display: inline-block;}
header .gnb .gnb-bottom .btn-inquiry i img{display:block;}
header .gnb .gnb-bottom .sns{display:flex;gap:5px;}
header .gnb .gnb-bottom .sns a{display: inline-block;}
header .gnb .gnb-bottom .sns a img{display:block;}

header .open-gnb{display: none;width:30px;height:30px;background: url(/_public/images2/icon/open_gnb.svg) no-repeat;background-size:cover;}
header .open-gnb img{display:block;}

header .gnb-bg{display:none;position: absolute;left:0;border-top:1px solid #cecece;width:100%;height:265px;background: #fff;}
header .btn-contact{display: flex;width:118px;height:39px;align-items: center;justify-content: center; border-radius: 20px;border: solid 2px #fff;font-size: 16px;font-weight: 600;letter-spacing: -0.4px;color: #fff;}
header.active{background: #fff;}
header.active .logo a{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color:#1c1c1c;}
header.active .btn-contact{color:#001d61;border-radius:20px;background-image:linear-gradient(#fff, #fff),linear-gradient(90deg, #001d61 0%, #0092e5 100%);background-origin:border-box;  border:2px solid transparent ;background-clip:padding-box, border-box;}
header.drop{background: #fff;}
header.drop .logo a{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.drop .gnb ul li > a{color:#1c1c1c;}
header.drop .btn-contact{color:#001d61;border-radius:20px;background-image:linear-gradient(#fff, #fff),linear-gradient(90deg, #001d61 0%, #0092e5 100%);background-origin:border-box;  border:2px solid transparent ;background-clip:padding-box, border-box;}

header.sub{background: #fff;}
header.sub .logo a{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.sub .gnb ul li > a{color:#1c1c1c;}
header.sub .btn-contact{color:#001d61;border-radius:20px;background-image:linear-gradient(#fff, #fff),linear-gradient(90deg, #001d61 0%, #0092e5 100%);background-origin:border-box;  border:2px solid transparent ;background-clip:padding-box, border-box;}

header.sub2{background: transparent;}
header.sub2 .logo a{background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;}
header.sub2 .gnb ul li > a{color:#fff;}
header.sub2 .btn-contact{border: solid 2px #fff;color: #fff;}
header.sub2.drop{background: #fff;}
header.sub2.drop .logo a{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.sub2.drop .gnb ul li > a{color:#1c1c1c;}
header.sub2.drop .btn-contact{color:#001d61;border-radius:20px;background-image:linear-gradient(#fff, #fff),linear-gradient(90deg, #001d61 0%, #0092e5 100%);background-origin:border-box;  border:2px solid transparent ;background-clip:padding-box, border-box;}
header.sub2.active{background: #fff;}
header.sub2.active .logo a{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.sub2.active .gnb ul li > a{color:#1c1c1c;}
header.sub2.active .btn-contact{color:#001d61;border-radius:20px;background-image:linear-gradient(#fff, #fff),linear-gradient(90deg, #001d61 0%, #0092e5 100%);background-origin:border-box;  border:2px solid transparent ;background-clip:padding-box, border-box;}



footer{background: #050c1c;}
footer .f-cont1{border-bottom: 1px solid #3c455a;}
footer .f-cont1 nav{display: flex;gap:40px;}
footer .f-cont1 nav a{position:relative;display: inline-block;line-height: 78px;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #e4e4e4;}
footer .f-cont1 nav a.dwn{padding-right: 20px;}
footer .f-cont1 nav a.dwn:after{content: "";position: absolute;top:31px;right:0;width:15px;height:15px;display: block;background: url(/_public/images2/common/ico_dwn.svg) no-repeat;background-size: cover;}
footer .f-cont2{padding:39px 0 66px;display: flex;gap:132px;align-items: center;}
footer .f-cont2 .logo{display: inline-block;}
footer .f-cont2 .logo img{display:block;}
footer .f-cont2 .contbox{width:calc(100% - 269px);display: flex;justify-content: space-between;}
footer .f-cont2 .contbox .left{}
footer .f-cont2 .contbox .left h3{font-size: 16px;font-weight: 600;letter-spacing: -0.4px;color: #fff;}
footer .f-cont2 .contbox .left address{margin-top:10px;}
footer .f-cont2 .contbox .left address p{display: flex;gap:30px;}
footer .f-cont2 .contbox .left address p + p{margin-top:5px;}
footer .f-cont2 .contbox .left address p span{position:relative;display:flex;gap:8px;font-size: 14px;font-weight: normal;letter-spacing: -0.35px;color: #bbb;}
footer .f-cont2 .contbox .left address p span:before{content: "";position:absolute;top:4px;left:-15px;display: block;width:1px;height:10px;background: #a6a7a7;}
footer .f-cont2 .contbox .left address p span em{font-weight: 500;color:#fff;display: inline-block;}
footer .f-cont2 .contbox .left address p span:first-child:before{display: none;}
footer .f-cont2 .contbox .right{display: flex;flex-direction: column;align-items: flex-end;gap:30px;}
footer .f-cont2 .contbox .right .link{display: flex;gap:20px;}
footer .f-cont2 .contbox .right .link a{display: inline-block;}
footer .f-cont2 .contbox .right .link a img{display:block;}
footer .f-cont2 .contbox .right copyright{display:block;font-size: 14px;font-weight: normal;letter-spacing: -0.35px;color: #e4e4e4;}

.quick {position:fixed;top:50%;right:20px;transform:translateY(-50%);display:flex;flex-wrap:wrap;width:70px;z-index:99;}
.quick a {display:block;width:100%;}
.quick a + a {margin-top:5px;}
.quick a img {display:block;}
.quick button {display:block;margin-top:20px;}

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

}

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

}

@media all and (max-width:1460px) {
    header{padding:0 20px;}
    footer{padding:0 20px;}
}

@media all and (max-width:1280px) {
    .checkbox-type1 label{font-size:18px;}
    .checkbox-type1 label:before{top:1px;}
    .checkbox-type1 label:after{top:6px;}

    .filebox label{height:60px;font-size:16px;}
    .filebox .upload-name{height:60px;font-size: 16px;}
    .filebox .input-wrap .del{top:20px;}

    header .logo a{width:100px;height:51px;}
    header .gnb ul li > a{line-height: 80px;}
    header .btn-contact{width:87px;height:36px;font-size:14px;}

    .quick {width:60px;}
}

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

    .checkbox-type1 label{font-size:16px;}
    .checkbox-type1 label:before{top:0;}
    .checkbox-type1 label:after{top:5px;}

    .filebox label{height:50px;font-size:16px;}
    .filebox .upload-name{height:50px;font-size: 16px;}
    .filebox .input-wrap .del{top:14px;right:15px;}


    header .h-cont{display: block;height:60px;}
    header .logo{top:0;}
    header .logo a{width:79px;height:40px;}
    header .gnb-cont{display: block;}
    header .gnb{position: fixed;top:0;right:-360px;width:360px;height:100%;background: #fff;z-index: 999999;transition: all 0.4s;padding-top: 60px;}
    header .gnb.on{right:0;}
    header .gnb .close-gnb{display: block;}
    header .gnb ul{flex-direction: column;max-height:calc(100% - 120px);overflow-y: auto;}
    header .gnb ul li{padding:0 20px;}
    header .gnb ul li > a{line-height: 64px;padding:0;font-size: 24px;font-weight: 500;letter-spacing: -0.6px;color: #8c919b;}
    header .gnb ul li > a.on{font-weight: bold;color: #001d61;}
    header .gnb ul li .dropdown{position: relative;height:auto;background: #f6f9ff;border-radius: 20px;padding:30px;}
    header .gnb ul li .dropdown a{padding-left:0;}
    header .gnb ul li .dropdown a:before{display: none;}
    header .gnb ul li .dropdown a + a{margin-top: 10px;}
    header .gnb .gnb-bottom{display: flex;}
    header .open-gnb{display: block;position: absolute;top:14px;right:0;}
    header .btn-contact{position: absolute;top:12px;right:50px;}

    header.sub .open-gnb{background: url(/_public/images2/icon/open_gnb_black.svg) no-repeat;background-size: cover;}
    header.drop .open-gnb{background: url(/_public/images2/icon/open_gnb_black.svg) no-repeat;background-size: cover;}
    header.drop .gnb ul li > a.on{font-weight: bold;color: #001d61;}
    header.sub .gnb ul li > a{color: #8c919b;}
    header.sub .gnb ul li > a.on{font-weight: bold;color: #001d61;}
    header.sub2 .gnb ul li > a{color: #8c919b;}
    header.sub2 .gnb ul li > a.on{font-weight: bold;color: #001d61;}

    footer .f-cont1 nav{gap:20px;}
    footer .f-cont1 nav a{line-height: 65px;font-size:14px;}
    footer .f-cont1 nav a.dwn:after{top:25px;}
    footer .f-cont2{padding:50px 0 40px;gap:0;}
    footer .f-cont2 .logo{display: none;}
    footer .f-cont2 .contbox{width:100%;}

}

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


    .checkbox-type1 label{font-size:14px;padding-left: 25px;}
    .checkbox-type1 label:before{top:-1px;width:18px;height:18px;}
    .checkbox-type1 label:after{top:4px;width:8px;height:8px;}

    .filebox{gap:5px;}
    .filebox label{height:45px;font-size:14px;width:75px;}
    .filebox .input-wrap{width:calc(100% - 80px);}
    .filebox .upload-name{height:45px;font-size: 14px;padding: 0 45px 0 15px !important}
    .filebox .input-wrap .del{top:12px;right: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;}

    .dl-type1 dt{float: none;}

    header .gnb{right:-100%;width:100%;}

    footer .f-cont2 .contbox{flex-direction: column;gap:40px;}
    footer .f-cont2 .contbox .left address p span{font-size:12px;}
    footer .f-cont2 .contbox .left address p{flex-direction: column;gap:5px;}
    footer .f-cont2 .contbox .left address p span:before{display: none;}
    footer .f-cont2 .contbox .right{align-items: flex-start;gap:20px;}
    footer .f-cont2 .contbox .right copyright{font-size:13px;}

    .quick {width:55px;top:auto;bottom:10px;right:10px;transform: translateY(0);}
    .quick a:nth-child(2),
    .quick a:nth-child(3),
    .quick a:nth-child(4) {display:none;}
    .quick button {margin-top:5px;}
}

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

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

}
