@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: 1440px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.page-title{font-size: 50px;font-weight: 600;color: #202020;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{margin: 80px 0 0;display: flex;justify-content: center;gap:10px;}
#pagination a{ display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius: 8px;background-color: #f8f8f8; font-size: 16px;font-weight: normal;color: #333;}
#pagination a.active{background:#00327a;color:#fff;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:30px;height:30px;}
#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:10px;background-size:100%;}
#pagination .next{background:url(/_public/images2/common/next.svg) no-repeat;margin-left:10px;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;}

.color-blue {color:#00327a !important;}
.color-blue2 {color:#0045aa !important;}
.color-red{color:#e1051d !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: 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 input[type=checkbox] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position: relative !important;top: inherit !important;left: inherit !important;display: inline-block;padding-left: 22px;font-size: 14px;text-align: left;box-sizing: border-box;cursor: pointer;}
.checkbox-type1 label:before {content: "";position: absolute;top: 3px;left: 0;display: inline-block;width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #c3c3c3;border-radius: 3px;}
.checkbox-type1 label:after {content: "";display: none;position: absolute;top: 3px;left: 5px;width: 4px;height: 9px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(45deg);}
.checkbox-type1 input[type=checkbox]:checked + label:before {border-color: #333;background-color:#333 }
.checkbox-type1 input[type=checkbox]:checked + label:after {display: inline-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;}



header{position: fixed;top:0;left:0;width:100%;z-index: 100;border-bottom:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.9);}
header .layout{max-width:1600px;display: flex;align-items: center;justify-content: space-between;}
header .logo{display: inline-block;width:170px;height:35px;background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header .gnb{}
header .gnb .gnb-close{display:none;}
header .gnb .m-select-wrap{display: none;}
header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{position:relative;line-height: 70px;display: block;  font-size: 18px;font-weight: 600;text-align: center;color: #202020;padding:0 64px;}
header .gnb ul li > a:after{content: "";display:block;position: absolute;left:0;bottom:0;width:100%;height:2px;background: #e1051d;transition: all 0.3s;opacity: 0;}
header .gnb ul li .dropdown{display:none;position: absolute;z-index: 10;left:0;width:100%;padding:30px 0;height:230px;}
header .gnb ul li .dropdown a{display: block;font-size: 16px;font-weight: 500;line-height: 1.88;text-align: center;color: #000;}
header .gnb ul li .dropdown a:hover{color:#e1051d;}
header .gnb ul li:hover > a:after{opacity: 1;}
header .gnb ul li:hover .dropdown{background: #f2f2f2;}
header .util{display: flex;align-items: center;gap:60px;}
header .util .lang{position: relative;}
header .util .lang button{position: relative;padding:0 10px 0 25px; font-size: 15px;font-weight: 600;color: #202020;}
header .util .lang button:before{content: "";position:absolute;top:-1px;left:0;display:inline-block;width:20px;height:20px;background:url(/_public/images2/icon/ico_lang.svg) no-repeat;background-size: cover; }
header .util .lang button:after{content: "";position:absolute;top:6px;right:0;display:inline-block;width:5px;height:5px;background:url(/_public/images2/icon/ico_lang_arrow2.svg) no-repeat;background-size: cover; }
header .util .lang ul{display:none;position: absolute;top:30px;left:-15px;width:102px;border-radius: 10px;border: solid 1px #202020;background-color: #fff;padding:15px 20px;z-index: 10;}
header .util .lang ul li{}
header .util .lang ul li + li{margin-top:5px;}
header .util .lang ul li a{position: relative;padding-left: 30px;font-size: 15px;font-weight: 500;color: #202020;}
header .util .lang ul li a:before{content: "";position: absolute;top:0;left: 0;width:18px;height:18px;}
header .util .lang ul .en a:before{background: url(/_public/images2/common/eng.svg) no-repeat;background-size: cover;}
header .util .lang ul .ko a:before{background: url(/_public/images2/common/kor.svg) no-repeat;background-size: cover;}
header .util .toggle-menu{width:40px;height:20px;background: url(/_public/images2/icon/ico_hamburger_b.svg) no-repeat;background-size: cover;font-size:0;}
header .gnb-bg{display:none;position:absolute;left:0;width:100%;height:230px;background: #fff;}

header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color:#202020;}
header.active .util .lang button{color:#202020;}
header.active .util .lang button:after{background:url(/_public/images2/icon/ico_lang_arrow2.svg) no-repeat;background-size: cover; }
header.active .util .toggle-menu{background: url(/_public/images2/icon/ico_hamburger_b.svg) no-repeat;background-size: cover;}
header.scroll{background: #fff;}
header.scroll .logo{background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header.scroll .gnb ul li > a{color:#202020;}
header.scroll .util .lang button{color:#202020;}
header.scroll .util .lang button:after{background:url(/_public/images2/icon/ico_lang_arrow2.svg) no-repeat;background-size: cover; }
header.scroll .util .toggle-menu{background: url(/_public/images2/icon/ico_hamburger_b.svg) no-repeat;background-size: cover;}

.allmenu{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: #fff;z-index:99999;}
.allmenu .layout{max-width:1600px;height:100%;padding-top:125px;}
.allmenu .layout:before{content: "";position: absolute;right:0;bottom:0;width:430px;height:380px;background: url(/_public/images2/common/bg_logo.svg) no-repeat;background-size: cover;}
.allmenu .close-allmenu{position:absolute;top:30px;right:0;}
.allmenu .allmenu-top{display: flex;gap:50px;align-items: flex-end;}
.allmenu .allmenu-top h1{position:relative;font-size: 42px;font-weight: 800;color: #202020;}
.allmenu .allmenu-top h1:after{content: "";display: inline-block;width:9px;height:9px;background: #e1051d;border-radius: 100%;}
.allmenu .allmenu-top .lang{position:relative;top:-15px;padding-left:25px;display: flex;gap:15px;}
.allmenu .allmenu-top .lang:before{content: "";position:absolute;top:-1px;left:0;display:inline-block;width:20px;height:20px;background:url(/_public/images2/icon/ico_lang.svg) no-repeat;background-size: cover; }
.allmenu .allmenu-top .lang a{font-size: 15px;font-weight: 600;color: #aaa;}
.allmenu .allmenu-top .lang a.on{color: #202020;}
.allmenu .menu-list{display: flex;margin-top:130px;justify-content: space-between;max-width:1440px;}
.allmenu .menu-list .menu{}
.allmenu .menu-list .menu strong{display: block;font-size: 30px;font-weight: bold;color: #202020;}
.allmenu .menu-list .menu strong a{display: block;}
.allmenu .menu-list .menu ul{margin-top:30px;}
.allmenu .menu-list .menu ul li{}
.allmenu .menu-list .menu ul li + li{margin-top:10px;}
.allmenu .menu-list .menu ul li a{display: block; font-size: 18px;font-weight: 500;color: #202020;}




/* s::footer */
footer{background: #f2f2f2;}
footer .layout{display: flex;max-width:1600px;gap:65px;padding:60px 0;align-items:center;}
footer .f-logo{display: inline-block;}
footer .f-info{}
footer .f-info nav{display: flex;gap:30px;}
footer .f-info nav a{display: inline-block;font-size: 15px;font-weight: 500;color: #606060;}
footer .f-info nav a:first-child { color: #000; font-weight: bold;}
footer .f-info address{display: flex;margin-top:30px;gap:40px;}
footer .f-info address span{position: relative;font-size: 14px;font-weight: normal;color: #606060;}
footer .f-info address span:before{content: "";position:absolute;top:4px;left:-20px;display: inline-block;width:1px;height:12px;background: #555;}
footer .f-info address span:first-child:before{display: none;}
footer .f-info copyright{display: block;margin-top:20px;font-size: 14px;font-weight: normal;color: #959595;}
footer #goTop{position: absolute;top:0;right:0;display: inline-block;}
footer #goTop img{display: block;}
/* e::footer */


/* tablet */
@media all and (max-width:1440px) {
    header{padding:0 20px;}
    header .gnb ul li > a{font-size:16px;padding:0 50px;}

    .allmenu .layout{padding:60px 20px 20px;}
    .allmenu .close-allmenu{right:20px;top:20px;}
}


/* tablet */
@media all and (max-width:1280px) {
    .page-title{font-size: 40px;}

    #pagination {margin-top:60px;}
    #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:17px 20px;}
    header .logo{width:122px;height:25px;}
    header .gnb{position: fixed;top:0;right:-290px;width:290px;height:100%;background: #fff;transition: all 0.3s;z-index: 99999;padding-top: 65px;}
    header .gnb .gnb-close{position: absolute;top:20px;right:20px;display: block;}
    header .gnb .gnb-close img{display: block;}
    header .gnb .m-select-wrap{margin:0 20px;display:flex;align-items: center;justify-content: center;gap:5px;height:40px; border-radius: 5px;border: solid 1px #ccc;background-color: #fff;}
    header .gnb .m-select-wrap i{line-height: normal;}
    header .gnb .m-select-wrap i img{display: block;}
    header .gnb .m-select-wrap select{padding-right: 10px;font-size: 15px;font-weight: 600;color: #202020;}
    header .gnb.active{right:0;}
    header .gnb ul{margin-top:20px;flex-direction: column;max-height: calc(100% - 65px);overflow-y: auto;}
    header .gnb ul li > a{line-height: 64px;padding:0 20px; font-size: 20px;font-weight: 600;color: #202020;text-align: left;}
    header .gnb ul li > a:after{bottom:initial;left:initial;top:22px;right:20px;background:url(/_public/images2/icon/ico_toggle1.svg) no-repeat;background-size: cover;width:17px;height:15px;opacity: 1; }
    header .gnb ul li > a.on{color:#e1051d;font-weight: bold;}
    header .gnb ul li > a.on:after{background:url(/_public/images2/icon/ico_toggle2.svg) no-repeat;background-size: cover;transition: none;}
    header .gnb ul li .dropdown{position: relative;padding:20px 30px;background: #f5f5f5;height:auto;}
    header .gnb ul li .dropdown a{text-align: left;font-size: 16px;font-weight: 500;line-height: 2.63;}


    header .util .toggle-menu{width:32px;height:16px;}
    header .util{gap:30px;}

    footer{}
    footer .layout{flex-direction: column;padding:52px 20px 60px;gap:30px;}
}


/* mobile */
@media all and (max-width:768px) {
    .page-title{font-size: 36px;}

    #pagination {margin-top: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;}

    .dl-type1 dt{float: none;}


    .filebox .upload-name{width:100%;height:40px;font-size:12px;background-size: 20px 20px;padding: 0 10px 0 20px;background-position: 0 50%;}
    .filebox label{line-height: 38px;font-size:14px;margin-left:0;margin-top:10px;width:100%;}
    .radio-type2 label{padding-left:25px;font-size:14px;}
    .radio-type2 label::before{width:20px;height:20px;top:0;}
    .radio-type2 label::after{left:5px;top:5px;}


    header .util{gap:13px;}

    footer .f-logo{width:170px;}
    footer .f-info address{flex-direction: column;margin-top:37px;gap:5px;}
    footer .f-info copyright{margin-top:30px;font-size:12px;}
    footer .f-info address span:before { display: none;}
    footer #goTop{width:67px;}
}
