@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: 1640px;width:100%;}
.page-title{text-align:left;font-size:30px;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{margin-top:70px;display: flex;justify-content: center;gap:10px;}
#pagination a{display: flex;align-items: center;justify-content: center;width:40px;height:40px;border-radius: 100%;border: solid 1px #ccc;background: #fff;line-height: 1;font-size: 15px;font-weight: 500;color: #302d2c;}
#pagination a.active{background:#302d2c;border-color:#302d2c;color:#fff;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{border: 0;}
#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: #302D2C;}
.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: #302D2C;}
.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;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;}

.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:#302D2C;position:absolute;left:6.5px;top:8px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#302D2C}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}


header{position: fixed;top:0;left:0;width:100%;z-index: 100;border-bottom:1px solid rgba(255,255,255,0.5);backdrop-filter: blur(10px);transition: all 0.3s;}
header .h-mask{position: fixed;top: 0;left:0;width:100%;height: 100%;background: rgba(0,0,0,0.5);display: none;z-index: 10;}
header .h-cont{position: relative;margin:0 auto; padding: 0 60px; display: flex;align-items:center;justify-content: center;}

header .logo{ position: absolute;left:40px;width:160px;height:24px;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;z-index: 1;}
header .util{ display: flex;position:absolute;top:30px;right:60px;gap:50px;}
header .util .search-box{position: relative;}
header .util .search-box .total-search{position:absolute;top:-10px;right:34px;width:0;overflow: hidden;transition: all 0.3s;}
header .util .search-box .total-search.on{width:300px;}
header .util .search-box .total-search .input-wrap{position: relative;width:300px;}
header .util .search-box .total-search .input-wrap input[type="text"]{width:100%;height:44px;border-radius: 22px;padding:0 60px 0 20px;background-color: #444;  font-size: 16px;font-weight: 600;color: #fff;}
header .util .search-box .total-search .input-wrap input[type="text"]::placeholder{color: #aaa;}
header .util .search-box .total-search .input-wrap button{position: absolute;top:8px;right:20px;display: inline-block;}
header .util .search-box .total-search .input-wrap button img{display: block;}

header .util .searchico { display: block; width: 24px; height: 24px; background: url(/_public/images2/icon/ico_search_w.svg) no-repeat;background-size: cover;transition: all 0.2s;}
header .util .searchico.on{ background: url(/_public/images2/icon/ico_close_w.svg) no-repeat;background-size: cover;}
header .util .snstop {position:relative;display: flex;gap:20px;}
header .util .snstop::before {content: "";position:absolute;top:3px;left:-25px;width:1px;height:20px;background: #fff; }
header .util .snstop .sns01 {display: block; width: 24px; height: 24px; background: url(/_public/images2/common/sns01_w.svg) no-repeat; }
header .util .snstop .sns02 { display: block; width: 28px; height: 24px; background: url(/_public/images2/common/sns02_w.svg) no-repeat; }
header .open-gnb{position: absolute;right:20px;display:none;width:25px;height:20px;background: url(/_public/images2/icon/ico_navi_w.svg) no-repeat;background-size: cover;}
header .gnb{ }
header .gnb .gnb-close{display:none;position: absolute;right: 20px;top: 16px;}
header .gnb ul{display: flex;gap:120px;}
header .gnb ul li{position:relative;}
header .gnb ul li > a{position:relative;display: block;  font-size: 20px;font-weight: 500;color: #ddd;line-height: 80px;transition: all 0.4s;}
header .gnb ul li.on > a{font-weight: bold;}
header .gnb .m-sns{position: absolute;display:none;left:0;width:100%;padding:0 40px;bottom: 40px;gap:20px;}
header .gnb .m-sns a{display: inline-block;}
header .gnb .m-sns a img{display:block;}
header .m-search-box{position: absolute;top:60px;left:0;width:100%;display:none;}
header .m-search-box .input-wrap{position: relative;background: #444;}
header .m-search-box .input-wrap input[type="text"]{width:100%;height:50px; font-size: 15px;font-weight: 600;color: #fff;padding:0 60px 0 20px;}
header .m-search-box .input-wrap input[type="text"]::placeholder{color: #aaa;}
header .m-search-box .input-wrap .submit-btn{position: absolute;top:12px;right:20px;display: inline-block;}
header .m-search-box .input-wrap .submit-btn img{display: block;}
header.last-section{top:-81px;}



header.sub{top:0;background: #fff;border-bottom: 1px solid #cccccc;}
header.sub .logo{background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header.sub .gnb ul li > a{color:#302D2C;}
header.sub .util .snstop::before { content: ""; background: #aaa; }
header.sub .util { }
header.sub .util .snstop .sns01 { background: url(/_public/images2/common/sns01_b.svg) no-repeat;background-size: cover;}
header.sub .util .snstop .sns02 { background: url(/_public/images2/common/sns02_b.svg) no-repeat;background-size: cover;}
header.sub .util .searchico { background: url(/_public/images2/icon/ico_search_b.svg) no-repeat;background-size: cover;}
header.sub .util .searchico.on{ background: url(/_public/images2/icon/ico_close_b.svg) no-repeat;background-size: cover;}
header.sub .util .search-box .total-search .input-wrap input[type="text"]{background-color: #e5e5e5;color: #000;}
header.sub .open-gnb{background: url(/_public/images2/icon/ico_navi_b.svg) no-repeat;background-size: cover;}
header.sub .m-search-box .input-wrap{background: #e5e5e5}
header.sub .m-search-box .input-wrap input[type="text"]{color: #000;}
header.sub .m-search-box .input-wrap input[type="text"]::placeholder{color: #aaa;}
header.sub.scroll{top:-81px;}

/* s::footer */
footer{padding:20px 0 40px;}
footer copyright{display: block;font-size: 15px;font-weight: normal;letter-spacing: -0.3px;color: #787878;}
/* e::footer */

#goTop{position: fixed;right:60px;bottom:40px;display: none;}
#goTop img{display:block;}




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


@media all and (max-width:1640px) {
    footer{padding:20px 20px 40px;}
}


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

}


@media all and (max-width:1280px) {
    #pagination {}
    #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 .h-cont{padding:0 40px;}
    header .logo{width:150px;height: 21px;}
    header .util{right:40px;}
    header .gnb ul{gap:80px;}
    header .gnb ul li > a{font-size:18px;}


    #goTop{right:40px;}
}

@media all and (max-width:1024px) {
    #pagination{margin-top:50px;}

    header{backdrop-filter:initial;}
    header .h-cont{position:relative;padding:0 20px;height:60px;}
    header .h-cont:before{content:"";position: absolute;top:0;left:0;width:100%;height:100%;backdrop-filter: blur(10px);}
    header .logo{left:20px;width:134px;height:20px;}
    header .util{top:20px;}
    header .util .snstop{display: none;}
    header .open-gnb{display: block;}
    header .util{right:70px;}
    header .util .searchico{width:20px;height:20px;}
    header .gnb{position: fixed;top:0;right:-320px;width:320px;height:100%;background: #fff;z-index: 999999;transition: all 0.3s;padding-top: 60px;}
    header .gnb.active{right:0;}
    header .gnb .gnb-close{display: block;}
    header .gnb ul{flex-direction: column;gap:30px;height:100%;max-height: calc(100% - 100px);overflow-y: auto;}
    header .gnb ul li > a{ font-size: 24px;font-weight: 500;color: #0d0d0d;line-height: 1;padding:0 40px;}
    header .gnb .m-sns{display: flex;}
    header .util .search-box .total-search{display: none;}

    footer{padding:20px 20px 30px;}
    footer copyright{font-size:13px;}
    #goTop{right:20px;bottom:28px;width:35px;}
}



@media all and (max-width:768px) {
    #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;}

    footer{padding:0 20px 20px;}
    footer copyright{font-size:12px;}
    #goTop{bottom:20px;}
}



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