@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: 1280px;}
.layout2{position:relative;margin: 0 auto;max-width: 1280px;}
.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:center;;font-size:52px;}
.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;}
i.buonico { top: 2px;position: relative; }
.page-top .navi-menu a.on i.buonico::before { content: ""; background: url(/_public/images2/contents/illogo.png); display:inline-block; width: 108px; height: 23px}
.page-top .navi-menu a i.buonico::before  { content: ""; background: url(/_public/images2/contents/illogo_w.png); display:inline-block; width: 108px; height: 23px}

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


.tab{text-align: center;font-size:0;}
.tab .button{display: inline-block;width:200px;border-radius: 30px;border: solid 2px #c7b4b0; font-size: 20px;font-weight: 600;letter-spacing: 0.4px;color: #787878;height:60px;}
.tab .button + .button{margin-left:20px;}
.tab .button.active{border-color:#202020;background: #202020;color:#fff;}

.tab2{display: flex;}
.tab2 .button{flex:1;display: inline-block;height:60px;border:1px solid #ccc;text-align: center;font-size: 18px;font-weight: 600;}
.tab2 .button.active{background: #202020;color:#fff;border-color:#202020; }

/* 상단 박스 타입 */
.top-box{background: #f6f6f6;padding:40px;}
.top-box h3{font-size: 26px;font-weight: bold;}
.top-box p{margin-top:25px;font-size: 18px;font-weight: normal;}
.top-box ul{}
.top-box ul li{position:relative;padding-left:12px;font-size:18px;font-weight: bold;}
.top-box ul li:before{content:"";position:absolute;top:11px;left:0;display: inline-block;width:7px;height:2px;background: #202020;}


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

.NotoSans {font-family:'Noto Sans KR';}

.button{font-size:15px;line-height: 40px;}
.button-default{background: #333;color:#fff;border:1px solid #333;}
.button-gray{display:inline-block;background:#f3f3f3;text-align: center;color:#000;}
.button-gray2{display:inline-block;background:#f3f3f3;text-align: center;color:#000;}
.button-outline-default{border:1px solid #333;background: #fff;color:#333;}
.button-outline-black{background: #fff;border-color: #333;color: #333;}
.button-large{font-size:18px;line-height: 65px;}

/* form style */
.form-flex {display: flex; justify-content: space-between;}
.form-flex .cmm-form {width: calc(100% - 120px);}
.form-flex .cmm-form:first-child {width: 110px;padding-right: 10px;}
.cmm-form {padding: 20px 0;box-sizing: border-box;}
.cmm-form .form {position: relative;border-bottom: 1px solid #dbdbdb;}
.cmm-form .form.border-bottom-none{border-bottom:0;}
.cmm-form .form .icon-status {position: absolute;right: 10px;top: 11px;font-size: 18px;}
.cmm-form .form .icon-status.icon-error {color: #ff0000;}
.cmm-form .form .icon-status.icon-success {color: #02e266;}
.cmm-form .form + .form {margin-top: 20px;}
.cmm-form .form:after {content: "";opacity: 0;display: inline-block;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 0;height: 2px;background: #333;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.cmm-form .form label {position: absolute;top: -9999999px;left: -999999px;}
.cmm-form .form input[type="text"],
.cmm-form .form input[type="tel"],
.cmm-form .form input[type="number"],
.cmm-form .form input[type="email"],
.cmm-form .form input[type="password"] {appearance: none;width: 100%;height: 40px;color: #898989;font-size: 14px;border: 0;box-sizing: border-box;padding: 0 10px;font-weight: 300;}
.cmm-form .form input::placeholder {color: #ccc;font-size: 14px;font-weight: 300;}
.cmm-form .form input:focus {border: 0;outline: none;}
.cmm-form .form textarea {border: 0;resize: none;padding: 20px;width: 100%;height: 300px;box-sizing: border-box;}
.cmm-form .form .checkbox {display: inline-block;padding: 20px;}
.cmm-form .form .checkbox label {position: relative;display: inline-block;margin-right: 20px;color: #898989;top: inherit;left: inherit;padding: 10px 0;max-width: 250px;word-break: keep-all;font-size: 13px;font-weight: 500;vertical-align: middle;}
.cmm-form .form .checkbox label strong {display: block;font-size: 18px;color: #333;}
.cmm-form .form.active:after {opacity: 1;width: 100%;height: 2px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.cmm-form .form.email {color: #898989;}
.cmm-form .form.email em {display: inline-block;font-size: 14px;color: #898989;}
.cmm-form .form.email input[type="text"] {width: 30%;padding: 0 0 0 20px;}
.cmm-form .form.email input[type="text"] + input[type="text"] {width: 35%;padding: 0 10px;}
.cmm-form .form.email select {display: inline-block;padding: 0 20px;width: 30%;height: 40px;color: #898989;box-sizing: border-box;}
.cmm-form .form.addr input[type="text"] {padding: 0px 120px 0px 20px;}
.cmm-form .form.tel {color: #898989;}
.cmm-form .form.tel em {display: inline-block;font-size: 14px;color: #898989;}
.cmm-form .form.tel input[type="tel"] {width: 35%;text-align: center;}
.cmm-form .form.tel select {display: inline-block;padding: 0 20px;width: 20%;height: 40px;color: #898989;box-sizing: border-box;}
.cmm-form .form.tel.id .button {display: inline-block;position: absolute;right: 0;width: 100px;line-height: 40px;background: #333;color: #fff;font-size: 13px;text-align: center;}
.cmm-form .form.tel.id input[type="text"] {padding: 0px 110px 0px 20px;}
.cmm-form .form.tel.addr .addr-button {display: inline-block;position: absolute;right: 0;bottom: 0;width: 100px;line-height: 38px;background: #fff;border: 1px solid #ff4947;color: #ff4947;font-size: 13px;text-align: center;}
.cmm-form .form.tel.calendar .cal-icon {position: absolute;top: 12px;right: 20px;font-size: 16px;}
.cmm-form .label {display: block;padding: 10px 0;font-size: 16px;font-weight: 500;}
.cmm-form .label .info-txt {color: #0db14b;font-weight: 400;display: inline-block;margin-left: 10px;}
.cmm-form .label .warning-txt {color: #ff4947;font-weight: 400;display: inline-block;margin-left: 10px;}
.cmm-form .label .add-button {float: right;display: inline-block;font-size: 16px;}
.cmm-form.error {border-color: #ff4947;}
.cmm-form.error .form input {color: #ff4947;}
.cmm-form.error .form input::placeholder {color: #ff4947;}



.site-box { display: flex; justify-content: space-between;}
.site-box .site { position:relative; display:inline-block; font-size:14px; }
.site-box .site > a { display:block; padding:10px 40px 10px 15px; min-width: 150px; background:#111; border-bottom: 1px solid #555; position:relative; text-decoration:none; color:#fff; }
.site-box .site > a::after { content:""; position:absolute; right:15px; top:50%; width:6px; height:6px; border-right:2px solid #ddd; border-bottom:2px solid #ddd; transform:translateY(-50%) rotate(45deg); transition:0.2s; }
.site-box .site .list { position:absolute; left:0; top:100%; width:100%; border:1px solid #ddd; border-top:0; background:#fff; display:none; z-index:10; }
.site-box .site .list a { display:block; padding:10px 15px; text-decoration:none; color:#333; }
.site-box .site .list a:hover { background:#f5f5f5; }
.site-box .site.on .list { display:block; }
.site-box .site.on > a::after { transform:translateY(-50%) rotate(-135deg); }

@media all and (max-width:768px){
.site-box .site {font-size:13px; }
.site-box .site > a {padding: 5px 10px;}
}


/* 폼 타입 */
.form-box{}
.form-box dl{}
.form-box dl dt{width:150px;font-size: 17px;font-weight: 500;position: relative;top:30px;}
.form-box dl dd{padding:15px 50px 15px 150px;border-bottom:1px solid #ccc;}
.form-box dl dd input[type="text"],
.form-box dl dd input[type="tel"],
.form-box dl dd input[type="date"],
.form-box dl dd input[type="number"],
.form-box dl dd input[type="email"],
.form-box dl dd input[type="password"]{border:0;width:100%;height:50px;background: #f5f5f5;padding:0 20px; font-size: 17px;font-weight: normal;max-width:400px;}
.form-box dl dd input[type="text"]::placeholder,
.form-box dl dd input[type="tel"]::placeholder,
.form-box dl dd input[type="date"]::placeholder,
.form-box dl dd input[type="number"]::placeholder,
.form-box dl dd input[type="email"]::placeholder,
.form-box dl dd input[type="password"]::placeholder {color:#aaa;}
.form-box dl dd select{width:100%;max-width: 400px;height:50px;border:1px solid #ccc;color:#787878;font-size:17px;padding:0 20px;}
.form-box dl dd textarea{width:100%;resize: none;background: #f5f5f5;padding:20px; font-size: 17px;height:200px;border:0;}
.form-box dl dd .radio-group{padding:15px;display: flex;}
.form-box dl dd .radio-group .radio-type2{}
.form-box dl dd .radio-group .radio-type2 + .radio-type2{margin-left:70px;}
.form-box dl dd .secret-code{display: flex;align-items: center;}
.form-box dl dd .secret-code span{}
.form-box dl dd .secret-code span img{display: block;}
.form-box dl dd .secret-code input[type="text"]{max-width:200px;margin-left: 20px;}
.form-box .terms-box{}
.form-box .terms-box .txt-box{border:1px solid #ccc;height:230px;overflow-y: auto;padding:40px;}
.form-box .terms-box .chk-box{margin-top:20px;text-align: right;}
.form-box .terms-box .chk-box .radio-type2 + .radio-type2{margin-lefT:60px;}
.form-box .button-box{text-align:center;margin-top:60px;}
.form-box .button-box .button{display: inline-block;width:250px;height:60px;line-height: 60px;text-align: center;background: #202020;color:#fff;border-radius: 30px;font-size:17px;font-weight:500;}



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



header .h-cont{display: flex;align-items: center;justify-content: space-between;}
header .gnb{position: relative;}
header .gnb .gnb-top{display:none;align-items: center;justify-content: space-between;gap:20px;padding-bottom: 30px;border-bottom: 1px solid #ccc;}
header .gnb .gnb-top .btns{display: flex;gap:10px;}


header{ position: fixed;top:0;left:0;width:100%;z-index: 100;background: rgba(0,0,0,0.5);padding:0 60px;transition: all 0.3s;}
header .layout{display: flex; align-items: center; justify-content: space-between;}
header .logo{display: inline-block;width:200px;height:36px;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;transition: all 0.3s;}
header .logo img{display:block;}
header .gnb{width:100%;max-width:1000px; margin-right: 30px; }/* margin-left:107px; */
header .util{ }
header .util .language{ height: 44px; position: relative; border-radius: 30px; border: solid 1px #fff;background-color: rgba(1, 101, 51, 0);z-index: 10;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
header .util .language button{ padding: 0 20px 10px 5px; position:relative;display: block;width:100%;text-align: center; font-size: 16px;font-weight: 500;color:#fff; top:4px;}
header .util .language button:before{content: "";vertical-align:middle;display: inline-block;width:34px;height: 34px;background: url(/_public/images2/icon/lan_icon.svg) no-repeat;background-size:cover;margin-right:10px;position:relative;}
header .util .language button::after {content: "";display: inline-block;width:20px;height: 20px; position: relative; top: 5px; left: 5px; background: url(/_public/images2/icon/toggle_w.svg) no-repeat;background-size:cover;}
header .util .language .list{ padding: 10px 0; position:relative;display: none;opacity: 0; background: #EEEEEE; border: 1px solid #ccc; border-radius: 99px;}
header .util .language .list a{display: block;text-align: center;font-size:16px;font-weight:500;color:#010000;position:relative;}
header .util .language .list a + a{margin-top:5px;}
header .util .language.on{ background: #EEEEEE;border-radius: 20px;}
header .util .language.on button{color:#202020;}
header .util .language.on button:before{ background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size:cover;}
header .util .language.on button::after{ background: url(/_public/images2/icon/toggle_b.svg) no-repeat;background-size:cover;}
header .util .language.on .list{opacity: 1;}
header .util .toggle-menu{ display: none; width:24px;height:20px;background: url(/_public/images2/icon/allmenu_w.svg) no-repeat;background-size: cover;font-size:0;}

header .util .language:hover{ background: #FF6400;border-radius: 20px; border: 1px solid #FF6400 }
header .util .language button:hover{color:#fff;}
header .util .language button:hover:before{ background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size:cover;}
header .util .language button:hover::after{ background: url(/_public/images2/icon/toggle_w.svg) no-repeat;background-size:cover;}
header .util .language .list:hover a { font-weight: bold;}
header .util .language.on:hover{ background: #EEEEEE;border-radius: 20px;}
header .util .language.on button:hover{color:#000;}
header .util .language.on button:hover::after{ background: url(/_public/images2/icon/toggle_b.svg) no-repeat;background-size:cover;}
header .util .language.on:hover{ border: 1px solid #ccc }

header .gnb .gnb-close{display:none;position: absolute;position: absolute;right: 20px;top: 22px;}
header .gnb .gnb-logo{display:none;position: absolute;left:20px;top:5px;}
header .gnb ul{display: flex;align-items: center;}
header .gnb ul li{position:relative;flex:1;}
header .gnb ul li > a{line-height: 90px;text-align: center;display: block;font-size: 22px;font-weight: 600;color: #fff;}
header .gnb ul li > a span { position:relative; display: inline-block;}
/* header .gnb ul li > a span::after { content: ""; display: block; width: 100%; height: 3px; background: #000;} */
header .gnb ul li:hover > a span::after { content: ""; display: block; width: 100%; height: 3px; background: #FF9211; margin-top: -3px;}
header .gnb ul li:hover > a span {  color: #FF9211;}

header .gnb ul li .dropdown{display:none;position: absolute;height:300px;padding:30px 0;width:100%;z-index: 100;}
header .gnb ul li .dropdown a{display:block;font-size: 18px;font-weight: 500;line-height: 2.22;text-align: center;color: #000;}
header .gnb ul li .dropdown a:hover { text-decoration: underline; font-weight: bold;}
header .gnb-bg{display:none;position: absolute;width:100%;height:300px;background: #fff;z-index: 10;    left: 0;}
header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo_c.svg) no-repeat;background-size: contain;;}
/* header.active .gnb ul li > a span{color:#000;} */
header.active .gnb ul li > a{color:#202020;}
header.active .util .toggle-menu{background: url(/_public/images2/icon/allmenu2.svg) no-repeat;background-size: cover;}
header.active .util .language{background: #EEEEEE;border-radius: 20px;}
header.active .util .language button{color: #202020;}
header.active .util .language button:before{background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size:cover;}
header.active .util .language button:after{background: url(/_public/images2/icon/toggle_b.svg) no-repeat;transform: rotate(180deg);background-size:cover;}

header.scroll{background: #fff;}
header.scroll .logo { background: url(/_public/images2/common/logo_c.svg) no-repeat;}
header.scroll .gnb ul li > a{ color:#202020;}
header.scroll .util .toggle-menu{background: url(/_public/images2/icon/allmenu2.svg) no-repeat;background-size: cover;}
header.scroll .util .language{ border-color: #fff; background: #eee}
header.scroll .util .language button{ color: #202020; }
header.scroll .util .language button:before{background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size:cover;}
header.scroll .util .language button::after { background: url(/_public/images2/icon/toggle_b.svg) no-repeat;transform: rotate(180deg);}
header.scroll .util .language.on button::after { transform: rotate(0deg);}


header.scroll .util .language:hover{ background: #FF6400;border-radius: 20px; border: 1px solid #FF6400 }
header.scroll .util .language button:hover{color:#fff;}
header.scroll .util .language button:hover:before{ background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size:cover;}
header.scroll .util .language button:hover::after{ background: url(/_public/images2/icon/toggle_w.svg) no-repeat;background-size:cover;}
header.scroll .util .language .list:hover a { font-weight: bold;}
header.scroll .util .language.on:hover{ background: #EEEEEE;border-radius: 20px;}
header.scroll .util .language.on button:hover{color:#000;}
header.scroll .util .language.on button:hover::after{ background: url(/_public/images2/icon/toggle_b.svg) no-repeat;background-size:cover;}
header.scroll .util .language.on:hover{ border: 1px solid #ccc }


header.scroll.active .logo { background: url(/_public/images2/common/logo_c.svg) no-repeat;}


.q-menu{ position: fixed;right:20px;bottom:25px;z-index: 10;display: flex;flex-direction: column; gap:5px}
.q-menu .btn{display: inline-block; }
.q-menu .btn img{border-radius: 99%;}
.q-menu button { }
.q-menu button img {box-shadow:0 4px 7px rgba(0,0,0,0.20); }


.allmenu{display:none;position: fixed;top:0;left:0;width:100%;height:100%;overflow-y: auto;background: #fff;z-index: 1000;}
.allmenu .layout{height:100%;}
.allmenu .close-allmenu{position: absolute;top:30px;right:0;display:inline-block;font-size:0;}
.allmenu .close-allmenu img{display: block;}
.allmenu .menu-wrap{position: absolute;top:40%;left:50%;transform: translate(-50%, -50%);width:100%;display: flex;max-width:1280px;}
.allmenu .menu-wrap .menu{flex:1;}
.allmenu .menu-wrap .menu strong{display: block;}
.allmenu .menu-wrap .menu strong a{display: block;font-size: 30px;font-weight: bold;color: #202020;}
.allmenu .menu-wrap .menu ul{margin-top:40px;}
.allmenu .menu-wrap .menu ul li{line-height: 2.5;}
.allmenu .menu-wrap .menu ul li > a{display: block;font-size: 20px;font-weight: 500;color: #202020;}
.allmenu .menu-wrap .menu:hover strong a{color:#f87100}
.allmenu .menu-wrap .menu ul li .level3{}
.allmenu .menu-wrap .menu ul li .level3 a{display: block;font-size: 18px;font-weight: 500;line-height: 2.22;color: #787878;}


/* s::footer */
footer{background: #111;padding:40px 0 0;}
footer .layout{ max-width:1280px;}
footer .layout .f-info{margin-left:130px;width:calc(100% - 220px);}
footer .contact-band {padding:40px 0;color:#fff;}
footer .contact-band .contact-title {margin:0 0 14px;font-size:20px;font-weight:600;letter-spacing:0.02em;color: #FF9211;}
footer .contact-band .contact-grid {display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;}

footer .contact-band .contact-card { }
footer .contact-band .contact-head {display:flex;align-items:flex-start;gap:14px;margin-bottom:10px;}
footer .contact-band .contact-badge {display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:999px;font-size:15px;font-weight:800;white-space:nowrap;}
footer .badge-we {background:#ff8a00;color:#fff;}
footer .badge-ps {background:#1c4ed8;color:#fff;}

footer .contact-band .contact-line {display:flex;flex-wrap:wrap;gap:10px 18px;margin:0;}
footer .contact-band .contact-line .contact-item {display:flex;align-items:center;gap:8px;margin:0; font-size: 15px}
footer .contact-band .contact-line .contact-item dt {font-weight:600;opacity:.85;color: #999;}
footer .contact-band .contact-line .contact-item dd {margin:0;opacity:.95;color: #fff;}
footer .contact-band .contact-line .contact-item a {color:inherit;text-decoration:none;}
footer .contact-band .contact-line .contact-item a:hover {text-decoration:underline;}

footer .contact-band .contact-sub {list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;}
footer .contact-band .contact-sub li {display:flex;align-items:flex-start;gap:17px;}
footer .contact-band .contact-sub .sub-label {width:82px;flex:0 0 auto;font-weight:600;opacity:.95; font-size: 16px; white-space:nowrap;color: #fff;}
footer .contact-band .contact-sub .sub-label::before { content: "└"; margin-right: 10px}

footer .f-logo img { opacity: 0.6}
footer .copyright-box { display: flex;align-items: center; justify-content: space-between; margin: 20px 0 0;  border-top: 1px solid #333; padding-top: 30px}
footer .copyright-box .bnumber { }
footer .copyright-box .bnumber span { color: #fff; font-size:15px }
footer .copyright-box .bnumber a { color: #ff8a00; font-size:15px; font-weight:bold; margin-left: 20px}
footer .copyright-box .copyright { }
footer .copyright-box .copyright p { color: #787878; font-size: 15px; display: inline-block; }
footer .copyright-box .copyright img { display: inline-block;vertical-align: middle; margin-left: 30px;}
/* e::footer */

/* tablet */
@media all and (max-width:1280px) {
footer .contact-band .contact-title { font-size: 18px}
footer .contact-band .contact-badge { font-size: 14px}
footer .contact-band .contact-sub .sub-label { font-size: 14px}
footer .contact-band .contact-line .contact-item { font-size: 14px}
footer .copyright-box .bnumber a { font-size: 14px}
footer .copyright-box .bnumber span { font-size: 14px}
footer .copyright-box .copyright p { display: block; margin: 10px 0; font-size: 14px}
footer .copyright-box { flex-direction: column;}
}

/* tablet */
@media all and (max-width:1024px) {
    footer .contact-band { padding: 30px 0}
    footer .contact-band .contact-line { gap: 4px 15px; }
    footer .contact-band .contact-grid { grid-template-columns: 1fr; gap: 20px;}
    footer .contact-band .contact-title { font-size: 16px}
}

@media all and (max-width:780px) {
footer .f-logo img { width: 120px; }
footer .contact-band .contact-sub li {gap: 11px;}
}



/* 서브상단 */
#pages{}
.page-top{position: relative;}
.page-top .layout { height: 100%}
.page-top .visual{position:relative;height:598px;}
.page-top .visual.sub01{background: url(/_public/images2/contents/sub_v01.png) no-repeat 50%;background-size: cover;}
.page-top .visual.sub02{background: url(/_public/images2/contents/sub_v02.png) no-repeat 50%;background-size: cover;}
.page-top .visual.sub03{background: url(/_public/images2/contents/sub_v03.png) no-repeat 50%;background-size: cover;}
.page-top .visual.sub04{background: url(/_public/images2/contents/sub_v04.png) no-repeat 50%;background-size: cover;}
.page-top .visual.sub05{background: url(/_public/images2/contents/sub_v05.png) no-repeat 50%;background-size: cover;}
.page-top .visual.sub06{background: url(/_public/images2/contents/sub_v06.png) no-repeat 50%;background-size: cover;}
.page-top .group{position: absolute;top:50%;left:0;transform:translateY(-50%);width:100%;display: flex;flex-direction:column;gap:20px;}
.page-top .group h1{font-size: 65px;font-weight: bold;line-height: 1.15;color: #fff;}
.page-top .group p{font-size: 26px;font-weight: normal;color: #fff;word-break: keep-all;}
.page-top .navi-menu{position: absolute;left:0;bottom:0;width:100%;display: flex;justify-content: center;}
.page-top .navi-menu .layout{width:100%;display: flex;}
.page-top .navi-menu a{flex:1;display: flex;align-items: center;justify-content: center;height:80px;background:rgb(13 45 101 / 89%);font-size: 20px;font-weight: 500;text-align: center;color: #fff;}
.page-top .navi-menu a:first-child{border-radius: 30px 0 0 0;}
.page-top .navi-menu a:last-child{border-radius: 0 30px 0 0;}
.page-top .navi-menu a.on{background:#fff; color: #0D2D65; font-weight: bold;}
/* .page-top .navi-menu a.on::before { content: ""; background:#0D2D65; display: block; width: 7px; height: 7px; border-radius: 99px; position: absolute; bottom: 10px;} */

/* snb */
.snb{display: inline-block;vertical-align: top;width: 23%;}
.snb h3{font-size:24px;}
.snb ul{margin-top:40px;}
.snb ul li{font-size:18px;font-weight:400;line-height:65px;background:#f5f5f5;border-bottom:1px solid #fff;}
.snb ul li > a{display:block;width:100%;height:100%;padding:0 20px;}
.snb ul li.active,
.snb ul li:hover{background: #333;}
.snb ul li.active > a,
.snb ul li:hover > a{color:#fff;}

#pages .contents{}
#pages .contents .layout{}
#pages .contents .layout.flex{display: flex;}
#pages .contents .layout .snb{display: inline-block;width: 24%;}
#pages .contents .layout .sub-container{display: inline-block;vertical-align: top;width: 76%;padding-left: 5%;margin-top:40px;}


.faq{}
.faq dl{margin-top:40px;border-top:2px solid #313131;}
.faq dl dt{position: relative;padding:30px 100px;font-size: 19px;font-weight: 400;letter-spacing: -0.45px;color: #0c0c0c;border-bottom:1px solid #cecece;cursor: pointer;}
.faq dl dt:before{content: "Q";position:absolute;top:18px;left:30px;font-size: 28px;font-weight: 500;letter-spacing: -0.7px;color: #313131;}
.faq dl dt:after{content: "";position:absolute;top:32px;right:20px;display: inline-block;width:20px;height:12px;background: url(/_public/images1/icon/arrow.svg) no-repeat;background-size: cover;}
.faq dl dt.on:after{transform: rotate(-180deg);}
.faq dl dd{display:none;position:relative;padding:25px 100px; font-size: 18px;font-weight: normal;line-height: normal !important;letter-spacing: -0.4px;background: #f8f8f8;border-bottom:1px solid #cecece;}
.faq dl dd *{padding:0 !important; font-weight: normal;line-height: 1.5;}
.faq dl dd:before{content: "A";position:absolute;top:18px;left:30px;font-size: 28px;font-weight: 500;letter-spacing: -0.7px;color:#FF6400;}
 .faq dl dt.on { font-weight: bold; border-bottom: 1px solid #000}


/* 입력폼 */
.inquiry .table-box{margin-top:30px;}
.inquiry .table-box p{font-size: 16px;line-height: 1.63;color: #595757;}
.inquiry .table-box table{border-top: 2px solid #202020;table-layout: fixed;width:100%; margin-top: 20px;}
.inquiry .table-box table colgroup col:first-child{width:20%;}
.inquiry .table-box table tr th{padding:15px 20px;border-bottom:1px solid #ccc; background: #f8f8f8;font-size: 17px;font-weight: 500;text-align: left;color: #202020;}
.inquiry .table-box table tr th em{color:#f87100; margin-right: 5px; margin-left: -10px;}
.inquiry .table-box table tr td{padding:15px 20px;border-bottom:1px solid #ccc; }
.inquiry .table-box table tr td input[type="text"],
.inquiry .table-box table tr td input[type="tel"],
.inquiry .table-box table tr td input[type="email"],
.inquiry .table-box table tr td input[type="number"]{width:100%;height:50px;padding:0 20px;border-radius: 5px;border: solid 1px #bebebe; font-size: 16px;color: #595757;}
.inquiry .table-box table tr td input[type="text"]::placeholder,
.inquiry .table-box table tr td input[type="tel"]::placeholder,
.inquiry .table-box table tr td input[type="email"]::placeholder,
.inquiry .table-box table tr td input[type="number"]::placeholder{color:#aaa;}
.inquiry .table-box table tbody tr td input[type="text"].medium{max-width:512px;}
.inquiry .table-box table tbody tr td input[type="text"].small{max-width:410px;}
.inquiry .table-box table tr td textarea{padding:20px;font-size: 17px;width:100%;height:200px;background-color: #f5f5f5;border:0;resize: none;}
.inquiry .table-box table tr td textarea::placeholder{color:#aaa;}
.inquiry .table-box table tr td .code{display: flex;align-items: center;}
.inquiry .table-box table tr td .code span{display: inline-block;}
.inquiry .table-box table tr td .code span img{display:block;}
.inquiry .table-box table tr td .code input[type="text"]{margin-left:40px; max-width: 201px}
.inquiry .table-box table tbody tr td .code .img{display:inline-block;}
.inquiry .table-box table tbody tr td .code .img img{display:block;}
.inquiry .table-box table tbody tr td .code .txt  {  margin-left: 20px; }
.inquiry .terms-box{margin-top:80px;}
.inquiry .terms-box h4{ font-size: 18px;font-weight: 600;color: #121212;}
.inquiry .terms-box .txt-box{margin-top:20px;width:100%;height: 260px;border: solid 1px #bebebe;background-color: #fafafa;padding:30px;overflow-y: auto;font-size: 16px;line-height: 1.63;color: #595757;}
.inquiry .terms-box .chk-box{font-size:0;margin-top:20px;text-align: right;}
.inquiry .terms-box .chk-box .radio-type2 + .radio-type2 {margin-left: 40px;}
.inquiry .button-box{margin-top:80px;text-align: center;}
.inquiry .button-box button{display: inline-block;width:155px;height: 55px;text-align: center; background-color: #202020;color:#fff; font-size: 18px;font-weight: 500;}


#pages{min-height: calc(100vh - 286px);}
#pages .contents{padding:60px 0 160px;}

/* tablet */
@media all and (max-width:1450px) {

header { padding:0 20px }
header .gnb { max-width: 750px}
header .gnb ul li > a { font-size: 21px}
.page-top .navi-menu{padding:0 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 .gnb { max-width: 650px}
    header .gnb ul li > a { font-size: 20px}


    footer{padding:40px 20px 50px;}
    footer .layout{display: block;}
    footer .layout .f-info{width:100%;margin:49px 0 0;}
    footer .layout .f-info .f-top{display: block;}
    footer .layout .f-info .f-top nav a + a{margin-left:20px;}
    footer .layout .f-info .f-sns{margin-top:30px;}
    footer .layout .f-info .f-bottom{text-align: left;}
    footer .layout .f-info .f-bottom address span{display: block;}
    footer .layout .f-info .f-bottom address span:before{display: none;}
    footer .layout .f-info .f-bottom address span + span{margin:10px 0 0;}
    footer .layout .f-info .f-bottom .addr-info{margin-top:20px;}
    footer .layout .f-info .f-bottom .addr-info span{display: block;margin:0;}
    footer .layout .f-info .f-bottom .addr-info span + span{margin-top:5px;}

    #pages .contents .layout{padding:0 20px;}
   .page-top .group{gap:15px; padding: 0 40px}
   .page-top .group h1{font-size:55px;}
   .page-top .group p{font-size:22px;}
   .page-top .navi-menu a{height:70px;font-size:18px;}


    #pages{ min-height:inherit;}
    #pages .contents{padding:60px 0 130px;}
    #pages .contents .layout{display: block;}
    #pages .contents .layout .snb{display: none;}
    #pages .contents .layout .sub-container{display:block;width:100%;margin:0;padding:0;}


    .faq dl dt { font-size: 17px;padding: 26px 70px;}
    .faq dl dt:before { font-size: 24px;  top: 22px;}
    .faq dl dd { font-size: 16px;padding: 26px 70px;}

}


/* mobile */
@media all and (max-width:1024px) {
    header{ padding:12px 20px;border-bottom:0;height: 60px;}
    header .layout3{display: block;}
    header .gnb ul{display: block;}
    header .util{top:11px;}
    header .util .language{ display: none; top:-3px;border-color:#202020;right:50px;}
    header .util .language button{color:#202020;}
    header .util .language button:before{ background: url(/_public/images2/icon/lan_icon2.svg) no-repeat;background-size: cover;}
    header .util .toggle-menu{ display: block; background: url(/_public/images2/icon/allmenu.svg) no-repeat;background-size: cover;}
    header  .gnb{position: fixed;top:0;right:-100%;height:100%;width:100%;background: #fff;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;overflow-y: auto;z-index: 1000;padding-top:60px;}
    header .gnb { margin-right: 0}
    header .gnb .gnb-close{display: block;}
    header .gnb .gnb-logo{display: block;}
    header  .gnb ul{display: block;padding:0;}
    header  .gnb ul li{display: block;}
    header  .gnb ul li > a{position:relative;padding:0 40px 0 20px;line-height: 64px;font-size: 20px;font-weight: 600;color: #202020;text-align: left;}
    header  .gnb ul li > a:after{content: "";position:absolute;top:50%;transform:translateY(-50%);right:20px;display: inline-block;width:15px;height:9px;background: url(/_public/images2/icon/arrow.svg) no-repeat;background-size: cover;}
    header  .gnb ul li > a.on{color:#0D2D65;}
    header  .gnb ul li:hover > a{color:#202020;}
    header  .gnb ul li > a.on:after{transform:translateY(-50%) rotate(-180deg);}
    header  .gnb ul li .dropdown{text-align:left;height:auto;position: relative;background:#f8f8f8;padding:20px 30px;}
    header  .gnb ul li .dropdown a{text-align:left;display: block;font-size: 18px;font-weight: normal;line-height: 2.22;}
    header  .gnb.active{right:0;}
    header .active .gnb ul li:hover > a{color:#202020;}
    header .active .gnb ul li > a.on{color:#0D2D65;}

     #pages .contents .layout{padding:0 20px;}
    .page-top .visual{height: 500px;}
    .page-top .group h1{font-size:45px;}
    .page-top .group p{font-size:18px;}
    .page-top .navi-menu a{height:60px;font-size:16px;}
    .page-top .navi-menu a:first-child{border-radius: 15px 0 0 0;}
    .page-top .navi-menu a:last-child{border-radius: 0 15px 0 0;}

    .q-menu { bottom: 15px; right: 15px;gap: 6px}
    .q-menu .btn { width: 45px;}
    .form-box .filebox .file-drop .filebtn { gap:0; padding: 15px 5px; }
    .form-box .filebox .filedesc { font-size: 15px; margin-top: 10px;line-height: 1;text-align: center; word-break: keep-all;}
    .form-box .filebox .filesub { font-size: 15px;margin-top: 5px; }
    .form-box .filebox .filelist { gap:5px }

    .faq dl dt { font-size: 16px;padding: 25px 50px;}
    .faq dl dt:before { font-size: 22px;  top: 20px; left: 20px;}
    .faq dl dt:after { width: 15px; height: 8px;}
    .faq dl dd { font-size: 16px;padding: 25px 50px;}
    .faq dl dd:before { font-size: 22px;  top: 20px; left: 20px;}
}


/* mobile */
@media all and (max-width:768px) {
    #pages .contents {padding:50px 0 50px;}
    .page-top .visual{height: 378px;}
    .page-top .group h1{font-size:40px;}
    .page-top .group p{font-size:16px;}
    .page-top .navi-menu{padding:0;}
    .page-top .navi-menu a{height:50px;}


    .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 .logo { width: 170px; background-size: contain; }
    header.scroll .logo { width: 170px; background-size: contain;}
    header .util .language{right:40px;width:80px;}
    header .util .language button{font-size:14px;}
    header .util .language button:before{width:15px;height:15px;}
    header .util .language .list a{font-size:14px;}
    header .gnb .gnb-logo {  width: 170px; background-size: contain; top: 13px}

    .page-top .navi-menu .layout{flex-wrap:wrap;}
    /* .page-top .navi-menu .layout a{flex: inherit;width:33.3333%;margin:-0.5px;} */
    .page-top .navi-menu .layout a:nth-child(3n + 3){border-right:0;}
    .page-top .navi-menu a:first-child{border-radius: 0 0 0 0; }
    .page-top .navi-menu a:last-child{border-radius: 0 0 0 0;}


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

    /* 입력폼 */
    .inquiry { padding: 70px 20px 150px; }
    .inquiry .table-box table colgroup col:first-child{width:30%;}
    .inquiry .table-box table tr th{padding:10px 10px;font-size:14px; word-break: keep-all;}
    .inquiry .table-box table tr td{padding:10px 5px;font-size:14px;}
    .inquiry .table-box table tr td input[type="text"],
    .inquiry .table-box table tr td input[type="tel"],
    .inquiry .table-box table tr td input[type="email"],
    .inquiry .table-box table tr td input[type="number"]{padding:0 10px;font-size: 14px;height:40px;}
    .inquiry .table-box table tr td input[type="text"]::placeholder,
    .inquiry .table-box table tr td input[type="tel"]::placeholder,
    .inquiry .table-box table tr td input[type="email"]::placeholder,
    .inquiry .table-box table tr td input[type="number"]::placeholder{font-size:14px;}
    .inquiry .table-box table tr td textarea{padding:10px;font-size: 14px;height:150px;}
    .inquiry .table-box table tr td textarea::placeholder{font-size:14px;}
    .inquiry .table-box table tr td .code input[type="text"]{margin-left: 10px;max-width:150px;}
    .inquiry .table-box table tr th em{color:#f87100; margin-right: 3px; margin-left: 0;}

    .terms-box .chk-box{text-align: center;}

    .form-box dl dt{width:100%;top:0;padding:10px 0;}
    .form-box dl dd{padding:0 0 10px;}
    .form-box dl dd input[type="text"],
    .form-box dl dd input[type="tel"],
    .form-box dl dd input[type="date"],
    .form-box dl dd input[type="number"],
    .form-box dl dd input[type="email"],
    .form-box dl dd input[type="password"]{max-width:100%;height:40px;padding:0 10px;font-size:14px;}
    .form-box dl dd select{height:40px;padding:0 10px;font-size:14px;}
    .form-box dl dd .radio-group{padding:10px 0;}
    .form-box dl dd textarea{padding:10px;font-size:14px;}
    .form-box .terms-box .txt-box{font-size:20px; padding: 20px}
    .form-box dl dd .radio-group .radio-type2 + .radio-type2{margin-left:35px;}
    .form-box .terms-box .chk-box .radio-type2 + .radio-type2{margin-left:30px;}


    .faq dl dt { padding:20px 50px;}
    .faq dl dd { padding: 20px 50px;}
    .faq dl dt:before { top: 15px}

}


/* mobile */
@media all and (max-width:460px) {
.page-top .group p{font-size:15px;}
.page-top .navi-menu a:first-child img { width: 50%}
}
