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


.quick-menu{position: fixed;right:64px;bottom:64px;z-index: 10;}
.quick-menu a{display: block;}
.quick-menu a + a{margin-top:25px;}
.quick-menu a > img{display: block;}
.quick-menu .q-tel{position:relative;width:90px;height:90px;border-radius: 100%;display: flex;align-items: center;justify-content: center;background: #fff;flex-direction: column;}
.quick-menu .q-tel span{display: block;text-align: center;color:#00c9c6;font-weight: bold;}
.quick-menu .q-tel:before{content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border-radius: 100%;border: solid 10px rgba(40, 225, 222, 0.23);background-image: radial-gradient(circle at 50% 50%, #1cb4a9, #6fdcdb 71%);animation: talk 1.5s 1s infinite linear;z-index: -1;}
.quick-menu button{margin-top:11px;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;}


.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{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:#25a7a5;position:absolute;left:7px;top:7px;}
.checkbox-type1 input[type="checkbox"]:checked + label::before{border-color:#25a7a5}
.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 {position: relative;display: inline-block;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative;cursor: pointer;display:flex;align-items: center;justify-content: center;height:50px;border-radius: 5px;border: solid 1px #ccc;background-color: #fff;padding:0 30px;font-size: 17px;font-weight: 500;color: #aaa;}
.radio-type1 input[type="radio"]:checked + label {border-color: #00c9c6;color:#00c9c6;background: #e3f8f8;font-weight: bold;}


.radio-type2{display:inline-block;vertical-align:middle;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{position:relative;display:block;cursor:pointer; font-size: 17px;font-weight: normal;padding-left: 31px;color: #202020;}
.radio-type2 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;}
.radio-type2 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#25a7a5;position:absolute;left:7px;top:7px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#25a7a5}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}

header{position: fixed;top:0;left:0;width: 100%;z-index: 100;background: rgba(255,255,255,0.9);}
header .h-cont{position:relative;margin:0 auto;max-width:1800px;display: flex;justify-content: space-between;align-items: center;height:100px;padding-right: 210px;}
header .logo{display: inline-block;}
header .logo img{display: block;}
header .gnb{display: flex;gap:50px;align-items: center;}
header .gnb ul{display: flex;gap:55px;}
header .gnb ul li{position: relative;}
header .gnb ul li a{position:relative;line-height:50px;display: block;font-size: 20px;font-weight: 600;color: #202020;}
header .gnb ul li a:after{content: "";position: absolute;left:0;bottom:0;width:100%;height:3px;background: #27d5d2;transition: all 0.3s;opacity: 0;}
header .gnb ul li.on a{color:#00c9c6;}
header .gnb ul li.on a:after{opacity: 1;}
header .gnb ul li:hover a{color:#00c9c6;}
header .gnb ul li:hover a:after{opacity: 1;}
header .gnb ul li.menu-tel{display: none;}
header .gnb ul li.menu-tel a{color:#00c9c6;}

header .gnb .button-box{display: none;height:25px;text-align: center;padding-top:6px;}
header .gnb .button-box button{display: inline-block;background: url(/_public/images2/icon/navi_icon.svg) no-repeat;background-size: cover;width:30px;height:14px;}
header .gnb.active .button-box button{background: url(/_public/images2/icon/navi_icon2.svg) no-repeat;background-size: cover;}
header.drop .gnb .button-box button{display: inline-block;background: url(/_public/images2/icon/navi_icon.svg) no-repeat;background-size: cover;width:30px;height:14px;}
header.drop .gnb.active .button-box button{background: url(/_public/images2/icon/navi_icon2.svg) no-repeat;background-size: cover;}
header .btn-inquiry{position:absolute;right:0;display: flex;align-items: center;justify-content: center;width:160px;height:50px; border-radius: 25px;background: #00c9c6;font-size: 20px;font-weight: 600;color: #fff;}


footer{padding:60px 0;background: #f1f2f2;}
footer .f-cont1{display: flex;align-items: center;justify-content: space-between;}
footer .f-cont1 nav{display: flex;gap:30px;}
footer .f-cont1 nav a{position:relative;display: inline-block;font-size: 16px;font-weight: 600;color: #787878;}
footer .f-cont1 nav a:before{content:"";position:absolute;top:4px;left:-15px;display: inline-block;width:1px;height:14px;background: #ccc;}
footer .f-cont1 nav a:first-child:before{display: none;}
footer .f-cont1 .sns{display: flex;gap:20px;}
footer .f-cont1 .sns a{display: inline-block;}
footer .f-cont1 .sns a img{display:block;}
footer .f-cont2{margin-top:14px;}
footer .f-cont2 address{}
footer .f-cont2 address p{display: flex;gap:30px;}
footer .f-cont2 address p + p{margin-top:5px;}
footer .f-cont2 address p span{position: relative; font-size: 16px;font-weight: normal;color: #787878;}
footer .f-cont2 address p span:before{content:"";position:absolute;top:4px;left:-15px;display: inline-block;width:1px;height:14px;background: #ccc;}
footer .f-cont2 address p span:first-child:before{display: none;}
footer .f-cont2 copyright{display: block;margin-top:40px;font-size: 16px;font-weight: normal;color: #787878;}



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

}

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

}

@media all and (max-width:1530px) {
    header .logo{display: inline-block;width:200px;}
    header .gnb ul{gap:50px;}
    header .gnb ul li a{font-size:18px;}
    header .btn-inquiry{top:25px;width:150px;height:45px;font-size: 18px;}
}

@media all and (max-width:1440px) {
    header .h-cont{height:70px;padding-right: 190px;}
    header .gnb ul{gap:45px;}
    header .gnb ul li a{font-size:16px;line-height: 45px;}
    header .btn-inquiry{top:14px;height:40px;width:140px;font-size: 16px;}

    footer{padding:60px 20px;}
}


/* tablet */
@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;}

    header .h-cont{padding-right: 150px;}
    header .logo{width:180px;}
    header .gnb ul{gap:35px;}
    header .btn-inquiry{width:120px;}

}

@media all and (max-width:1080px) {
    header .h-cont{padding-right: 120px;}
    header .logo{width:170px;}
    header .gnb ul{gap:30px;}
    header .btn-inquiry{width:100px;}

    .radio-type1 label{height:46px;font-size: 16px;}
    .radio-type2 label{font-size:16px;}
    .radio-type2 label::before{top:-2px;}
    .radio-type2 label::after{top:5px;}
    .checkbox-type1 label{font-size:16px;}
    .checkbox-type1 label::before{top:-2px;}
    .checkbox-type1 label::after{top:5px;}

}

@media all and (max-width:960px) {
    header{background: #fff;}
    header .h-cont{padding-right: 100px;}
    header .logo{width:160px;}
    header .gnb{position: fixed;left:0;top:60px;width:100%;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;z-index: 99999;display: block;}
    header .btn-inquiry{width:100px;height:34px;font-size: 16px;}
    header .gnb .button-box{display: block;}
    header .gnb ul{width:100%;gap:0;}
    header .gnb ul li{flex:1;margin:-0.5px;}
    header .gnb ul li a{line-height: 50px;text-align: center;border:1px solid #ddd;}
    header .gnb ul li a:after{display: none;}
    header .gnb ul li.on a{background: #00c9c6;color:#fff;}

}

/* mobile */
@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;}

    .dl-type1 dt{float: none;}

    header .h-cont{height:60px;}
    header .gnb ul{flex-wrap: wrap;}
    header .gnb ul li{flex: auto;width:33.3333%;}
    header .gnb ul li a{line-height: 48px;}
    header .gnb ul li.menu-tel{display:block;}

    footer{padding:50px 20px 83px;}
    footer .f-cont1{flex-direction: column-reverse;gap:50px;align-items: flex-start;}
    footer .f-cont1 nav a{font-size:15px;}
    footer .f-cont2{margin-top:40px;}
    footer .f-cont2 address p{flex-direction: column;gap:5px;}
    footer .f-cont2 address p span{font-size:15px;}
    footer .f-cont2 address p span:before{display: none;}
    footer .f-cont2 copyright{font-size:14px;}

    .quick-menu{right:20px;bottom:20px;}
    .quick-menu a{width:50px;height:50px;}
    .quick-menu a + a{margin-top:17px;}
    .quick-menu .q-tel{width:50px;height:50px;}
    .quick-menu .q-tel span{display: none;}
    .quick-menu button{width:50px;height:50px;}
}
