@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: 30px 0 10px;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;}
.mask{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;}

#goTop{position: fixed;right:60px;bottom:60px;z-index: 10;display: inline-block;}
#goTop img{display: block;}

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

.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;}

.color-red{color: #fa002d !important;}
.color-red2{color: #E74E00 !important;}
.color-blue{color:#003383 !important; }
.color-blue2{color:#0173bd !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;display: flex;gap:10px;}
.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;width:125px;height:50px;border-radius: 5px;border: solid 1px #003383;background-color: #fff; font-size: 16px;font-weight: bold;color: #003383;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(100% - 260px);max-width:335px;height: 50px;font-size: 16px;color: #595757;padding: 0 20px;vertical-align: middle; border-radius: 5px;border: solid 1px #dbdbdb;background-color: #ebebeb;}



.checkbox-type1{display:inline-block;vertical-align:middle;}
.checkbox-type1 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type1 label{position:relative;display:block;cursor:pointer; font-size: 17px;font-weight: normal;padding-left: 31px;color: #202020;}
.checkbox-type1 label::before{content: '';width: 25px;height: 25px;border: 1px solid #ccc;border-radius: 50%;background:#fff;position: absolute;left: 0;top:0;box-sizing: border-box;}
.checkbox-type1 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#fa002d;position:absolute;left:7px;top:7px;}
.checkbox-type1 input[type="checkbox"]:checked + label::before{border-color:#fa002d}
.checkbox-type1 input[type="checkbox"]:checked + label::after{display:block;}


.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%;transition: all 0.3s;z-index: 100;}
header .h-cont{position:relative;max-width: 1800px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
header .logo{display:inline-block;width:404px;height:32px;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;transition: all 0.3s;}
header .gnb{position: relative;left:-110px;}
header .gnb .m-cont{display: none;}
header .gnb .m-cont .language{}
header .gnb .m-cont .language{display: flex;gap:20px;}
header .gnb .m-cont .language a{display: inline-block;position: relative;font-size: 16px;font-weight: bold;letter-spacing: -0.4px;color: #ccc;transition: all 0.3s;}
header .gnb .m-cont .language a:after{content: "";position:absolute;left:0;bottom:-4px;display:none;width:100%;height:2px;background:#0a1e5a;transition: all 0.3s;}
header .gnb .m-cont .language a.on{color:#0a1e5a;}
header .gnb .m-cont .language a.on:after{display: block;}
header .gnb .m-cont .close-gnb{display:inline-block;}
header .gnb .m-cont .close-gnb img{display:block;}
header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{display: inline-block;padding:0 80px;line-height: 120px; font-size: 19px;font-weight: 600;letter-spacing: -0.8px;color: #fff;transition: all 0.3s;}
header .gnb ul li > a span{position:relative;display: inline-block;}
header .gnb ul li > a span:after{content: "";position:absolute;left:0;bottom:0;display: block;width:100%;height:2px;background: #fa002d;transition: all 0.3s;opacity: 0;}
header .gnb ul li .dropdown{position: absolute;left:0;width:100%;padding-top: 25px;height:267px;z-index: 10;display: none;}
header .gnb ul li .dropdown a{display: block;text-align: center;font-size: 16px;font-weight: normal;letter-spacing: -0.72px;color: #202020;transition: all 0.3s;}
header .gnb ul li .dropdown a +a{margin-top:15px;}
header .gnb ul li:hover > a{color:#fa002d;}
header .gnb ul li:hover > a span{color:#fa002d;}
header .gnb ul li:hover > a span:after{opacity: 1;}
header .gnb ul li .dropdown a:hover{color:#fa002d;}
header .gnb ul li> a.on{color:#fa002d;}
header .gnb ul li > a.on span{color:#fa002d;}
header .gnb ul li .dropdown a.on{color:#fa002d;}


header .lan{display: flex;gap:20px;}
header .lan a{display: inline-block;position: relative;font-size: 16px;font-weight: bold;letter-spacing: -0.4px;color: #fff;transition: all 0.3s;}
header .lan a:after{content: "";position:absolute;left:0;bottom:-4px;display:none;width:100%;height:2px;background: #fff;transition: all 0.3s;}
header .lan a.on{}
header .lan a.on:after{display: block;}
header .navi-icon{position: absolute;right:0px;width:24px;height:24px;background: url(/_public/images2/icon/hamburger.svg) no-repeat;background-size: cover;display: none;}
header .gnb-bg{display:none;border-top: 1px solid #dedede;position: absolute;left:0;width:100%;height:267px;background: #fff;z-index: 1;}

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 .gnb ul li:hover > a{color:#fa002d;}
header.active .gnb ul li:hover > a span{color:#fa002d;}
header.active .lan a{color:#ccc;}
header.active .lan a.on{color:#0a1e5a;}
header.active .lan a.on:after{background:#0a1e5a;}

header.drop {animation: dropHeader 0.3s;background:#fff;}
header.drop .logo{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: cover;}
header.drop .gnb ul li > a{color:#202020;line-height: 90px;}
header.drop .gnb ul li:hover > a{color:#fa002d;}
header.drop .gnb ul li:hover > a span{color:#fa002d;}
header.drop .lan a{color:#ccc;}
header.drop .lan a.on{color:#0a1e5a;}
header.drop .lan a.on:after{background:#0a1e5a;}
header.drop .navi-icon{background: url(/_public/images2/icon/hamburger_on.svg) no-repeat;background-size: cover;}


footer{background:#0a1023;padding:60px 0 65px;}
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{display: block;margin-top:25px;}
footer .f-cont1 address p{display: flex; font-size: 14px;font-weight: normal;line-height: 1.14;letter-spacing: -0.35px;color: #9e9e9e;gap:8px;}
footer .f-cont1 address p em{display:inline-block;font-weight: 500;color:#ccc;}
footer .f-cont1 address p + p{margin-top:8px;}
footer .f-cont2{}
footer .f-cont2 p{margin-top:25px; font-size: 14px;font-weight: 500;line-height: 1.14;letter-spacing: -0.35px;color: #ccc;}
footer .f-cont2 strong{display: block; font-size: 32px;font-weight: bold;letter-spacing: -0.8px;color: #fa002d;}
footer .f-cont3{display: flex;flex-direction: column;align-items: flex-end;}
footer .f-cont3 nav{display: flex;gap:25px;}
footer .f-cont3 nav a{display: inline-block; font-size: 16px;font-weight: 500;line-height: 1;letter-spacing: -0.4px;color: #9e9e9e;}
footer .f-cont3 nav a strong{font-weight: 500;color:#ccc;}
footer .f-cont3 .site{margin-top:35px;width:100%;max-width: 320px;}
footer .f-cont3 .site select{width:100%;height:50px;padding:0 20px; border-radius: 5px;    background:#242b40 url(/_public/images2/icon/ico_select_w.svg) no-repeat;background-position: 95% 50%;font-size: 16px;font-weight: 500;letter-spacing: -0.4px;color: #ccc;}
footer .f-cont3 .site select option{color:#fff;}
footer .f-cont3 copyright{display: block;margin-top:95px; font-size: 15px;font-weight: normal;line-height: 1.07;letter-spacing: -0.38px;color: #9e9e9e;}

@media all and (max-width:1800px) {
    header{padding:0 20px;}
    header .logo{width:340px;height:26px;}
    header .gnb{left:-80px;}
    header .gnb ul li > a{font-size:18px;padding:0 70px;}
    header .gnb ul li .dropdown a{font-size:16px;}
}

@media all and (max-width:1530px) {
    header .logo{width:300px;height:23px;}
    header .gnb{left:-30px;}

    footer{padding:50px 20px 60px;}
}


/* tablet */
@media all and (max-width:1280px) {
    #goTop{right:40px;bottom:40px;}

    #pagination {padding: 15px 0 50px;}
    #pagination a{width: 25px;height: 25px;line-height: 25px;font-size: 13px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next {width: 25px;height: 25px;}

    header{padding:14px 20px;}
    header .logo{width:290px;height:22px;}
    header .navi-icon{display: block;}
    header .gnb{position: fixed;top:0;left:initial;right:-288px;width:288px;height:100%;background: #fff;transition: all 0.5s;z-index: 999999;padding-top:85px;}
    header .gnb .m-cont{position:absolute;top:0;left:0;width:100%;display:flex;align-items: center;justify-content:space-between;padding:10px 20px;}
    header .gnb ul{flex-direction: column;padding:0 20px;}
    header .gnb ul li{border-bottom:1px solid #dedede;}
    header .gnb ul li > a{position:relative;display: block; font-size: 20px;font-weight: 600;letter-spacing: -0.8px;color:#202020;line-height: 59px;text-align: left;padding:0 10px;}
    header .gnb ul li > a span:after{display: none;}
    header .gnb ul li > a:after{content: "";position: absolute;top:19px;right:10px;display: block;width:20px;height:20px;background: url(/_public/images2/icon/toggle_arrow.svg) no-repeat;background-size: cover;transition: all 0.3s;}
    header .gnb ul li > a.on:after{transform: rotate(-180deg);}
    header .gnb ul li .dropdown{position: relative;height:auto;padding:10px 0 25px;}
    header .gnb ul li .dropdown a{display: block;text-align: left; font-size: 17px;font-weight: normal;letter-spacing: -0.68px;color: #202020;padding:0 10px;}
    header .gnb.active{right:0;}
    header .lan{display: none;}
    header.drop .gnb ul li > a{line-height: 59px;}
}

@media all and (max-width:1024px) {
    footer .layout{flex-direction: column;gap:50px;}
    footer .f-cont1 .logo{width: 123px;}
    footer .f-cont2 .logo{display:inline-block;width: 123px;}
    footer .f-cont3{align-items: flex-start;}

    footer .f-cont3 copyright{margin-top:40px;}



    .checkbox-type1 label{font-size:15px;}
    .filebox .upload-name{}
    .filebox label{width:90px;font-size:14px;}
    .filebox .upload-name{max-width: initial;width:calc(100% - 100px);}
}


@media all and (max-width:768px) {
    #goTop{right:20px;bottom:20px;width:40px;}

    .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;}

    header{height:50px;}
    header .h-cont{height:100%;}
    header .logo{width:249px;height:20px;}
    header.drop .logo{width:193px;height:15px;}

    footer .f-cont1 address{margin-top:20px;}
    footer .f-cont1 address p{font-size:12px;}
    footer .f-cont2 p{margin-top:20px;font-size:12px;}
    footer .f-cont2 strong{font-size: 28px;letter-spacing: -0.7px;}
    footer .f-cont3 nav{gap:20px;}
    footer .f-cont3 nav a{font-size:14px;}
    footer .f-cont3 .site{max-width:100%;margin-top:20px;}
    footer .f-cont3 .site select{height:45px;font-size:14px;}
    footer .f-cont3 copyright{font-size:12px;}

}

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

}
