@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-top:100px;display: flex;align-items:center;justify-content: center;gap:5px;}
#pagination a{display: flex;align-items: center;justify-content: center;line-height: 1;width:50px;height:50px;border-radius: 100%;background: #fff;font-size: 16px;font-weight: 600;color: #787878;}
#pagination a.active{background:#333;color:#fff;vertical-align:top;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{width:40px;height:40px;}
#pagination .end-prev{background:url(/_public/images2/icon/page_first.png) no-repeat;background-size:100%;margin-right:5px;}
#pagination .prev{background:url(/_public/images2/icon/page_prev.png) no-repeat;margin-right:25px;background-size:100%;}
#pagination .next{background:url(/_public/images2/icon/page_next.png) no-repeat;margin-left:25px;background-size:100%;}
#pagination .end-next{background: url(/_public/images2/icon/page_end.png) no-repeat;background-size:100%;margin-left:5px;}

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

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

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

.color-white{color:#fff;}

header{position: fixed;top:0;left:0;width:100%;z-index: 100;background: rgba(0,0,0,0.2);transition: all 0.3s;}
header .h-cont{max-width: 1800px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
header .logo{display: inline-block;width:113px;height:30px;background: url(/_public/images2/common/logo.png) no-repeat;background-size: cover;transition: all 0.3s;}
header .gnb{position: relative;left:40px;}
header .gnb .gnb-top{height: 66px;display: none;align-items: center;padding:0 20px;justify-content: space-between;}
header .gnb .gnb-top a{display: inline-block;}
header .gnb .gnb-top a img{display: block;}
header .gnb .gnb-top button{display: inline-block;}
header .gnb .gnb-top button img{display: block;}
header .gnb ul{display: flex;gap:84px;}
header .gnb ul li{}
header .gnb ul li > a{display: block;font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #fff;line-height: 90px;transition: all 0.3s;}
header .gnb ul li:hover > a,
header .gnb ul li.on > a{color:#15b4c7;}
header .gnb .gnb-bottom{display:none;position: absolute;width:100%;left:0;bottom:0;padding:20px 20px 46px;}
header .gnb .gnb-bottom a{position: relative;display: inline-block;padding-right: 46px;font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #000;}
header .gnb .gnb-bottom a:after{content: "";position: absolute;top:-6px;right:0;width:36px;height:36px;background: url(/_public/images2/common/m_tel.png) no-repeat;background-size: cover;}



header .tel{font-size: 25px;font-weight: bold;letter-spacing: -0.5px;color: #fff;transition: all 0.3s;}
header .open-navi{display:none;width:41px;height:41px;background: url(/_public/images2/common/navi.png) no-repeat;background-size: cover;transition: all 0.3s;}
header.scroll{ background: rgba(0,0,0,0.2);}
header.scroll .logo {background: url(/_public/images2/common/logo.png) no-repeat;background-size: cover;}
header.scroll .gnb ul li > a{color:#fff;}
header.scroll .gnb ul li:hover > a,
header.scroll .gnb ul li.on > a{color:#fff;}
header.scroll .tel{color:#fff;}

header .tel::before{ content: ""; display: inline-block; margin-right: 5px;width: 20px; height:19px; background: url(/_public/images2/common/topcall_w.svg) no-repeat;vertical-align: middle;  margin-bottom: 4px;}
header .tel:hover::before { content: ""; background: url(/_public/images2/common/topcall_b.svg) no-repeat; }

/* header.scroll .open-navi{background: url(/_public/images2/common/navi.png) no-repeat;background-size: cover;} */
header.scroll .tel::before { content: ""; display: inline-block; margin-right: 5px;width: 20px; height:19px; background: url(/_public/images2/common/topcall_w.svg) no-repeat;vertical-align: middle;  margin-bottom: 4px;}
header.scroll .tel:hover::before { content: ""; background: url(/_public/images2/common/topcall_b.svg) no-repeat; }

header:hover {background: #fff;}
header:hover .logo{background: url(/_public/images2/common/logo2.png) no-repeat;background-size: cover;}
header:hover .gnb ul li > a{color:#202020;}
header:hover .gnb ul li:hover > a,
header:hover .gnb ul li.on > a{color:#15b4c7;}
header:hover .tel{color:#202020;}
header:hover .open-navi{background: url(/_public/images2/common/navi2.png) no-repeat;background-size: cover;}




footer{padding:70px 0 86px;background: #171717;}
footer .f-logo{display: inline-block;}
footer .f-logo img{display: block;}
footer address{display: block;margin-top:20px;}
footer address p{display: flex;gap:24px;}
footer address p span{position:relative;display:inline-block;font-size: 16px;font-weight: normal;letter-spacing: -0.32px;color: #aaa;}
footer address p span em{font-weight: bold; margin-right:5px; }
footer address p .txt{margin-right: 20px;}
footer address p .txt:after{content: "";position: absolute;top:4px;right:-20px;width:1px;height: 14px;background: #aaa;}
footer address p span:last-child:after{display: none;}
footer copyright{display: block;margin-top:20px;font-size: 14px;font-weight: 500;letter-spacing: -0.28px;color: #aaa;}



@media all and (max-width:1800px) {
    header{padding:0 20px;}
}
@media all and (max-width:1600px) {}
@media all and (max-width:1460px) {
    #goTop { right: 20px; bottom: 20px; width: 65px;}
}


@media all and (max-width:1280px) {
    #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;}
    footer address p span { font-size: 15px}
    header .tel { font-size: 22px}
    header .gnb ul li > a { font-size: 18px}

}

@media all and (max-width:1024px) {
    header .h-cont{height:66px;}
    header .gnb{position: fixed;top:0;left:initial;right:-100%;width:100%;height:100%;z-index: 1000;background: #fff;transition: all 0.3s;}
    header .gnb .gnb-top{display: flex;}
    header .gnb.on{right:0;}
    header .gnb ul{height: calc(100% - 230px);overflow-y: auto;margin-top:50px;padding:0 20px;flex-direction: column;gap:40px;}
    header .gnb ul li{}
    header .gnb ul li > a{display: block;line-height: 1;font-size: 30px;font-weight: 600;letter-spacing: -0.6px;color: #202020;}
    header .gnb .gnb-bottom{display: block;}
    header .tel{display: none;}
    header .open-navi{display: inline-block;}
    footer address p { flex-direction: column; gap: 10px; }
    footer address p .txt:after { display: none;}
    footer address p span em { margin-right: 10px}

    #goTop { right: 15px; bottom: 15px; width: 60px;}
}


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


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

    #pagination {  margin-top: 50px}
    #pagination a { width: 30px; height: 30px}
    #pagination a.active { }
    #pagination .end-prev, #pagination .prev, #pagination .next, #pagination .end-next { width: 30px; height: 30px}


    header .logo{width:98px;height: 26px;}

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