@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: 1420px;}
.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: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;}


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


/* 폼 타입 */
.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 {padding-top:80px;margin-bottom:150px;}
.header .layout {display:flex;justify-content:space-between;}
.header .gnb2 {margin:auto;}
.header .gnb2 ul {display:flex;gap:25px;}
.header .gnb2 ul li a {display:inline-block;font-size:17px;font-weight:500;position:relative;transition:all 0.2s;z-index:999;}
.header .gnb2 ul li a:before {content:"";display:block;opacity:0;width:100%;height:2px;background:#121212;position:absolute;bottom:-3px;left:0;transition:all 0.2s;}
.header .gnb2 ul li a:hover,
.header .gnb2 ul li a.on {font-weight:800;}
.header .gnb2 ul li a:hover:before,
.header .gnb2 ul li a.on:before {opacity:1;}

/* header{position: fixed;top:0;left:0;width:100%;z-index: 100;border-bottom:1px solid rgba(255,255,255,0.5);background: rgba(0,0,0,0.5);}
header .layout{display: flex;align-items: center;}
header .logo{display: inline-block;}
header .logo img{display:block;}
header .util{position:absolute;top:35px;right:0;}
header .util .language{position:absolute;top:-6px;right:67px ;width:100px;height: 35px;  border-radius: 17.5px;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{position:relative;display: block;width:100%;text-align: center; font-size: 16px;font-weight: 500;color:#fff;height: 33px;}
header .util .language button:before{content: "";vertical-align:middle;display: inline-block;width:20px;height: 20px;background: url(/_public/images2/icon/lan_icon.svg) no-repeat;background-size:cover;margin-right:5px;position:relative;top:-2px;}
header .util .language .list{position:relative;padding:10px 0;display: none;opacity: 0;}
header .util .language .list a{display: block;text-align: center;font-size:16px;color:#202020;}
header .util .language .list a + a{margin-top:10px;}
header .util .language.on{height: auto;border-color:#202020;background: #fff;}
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 .list{opacity: 1;}
header .util .toggle-menu{width:24px;height:20px;background: url(/_public/images2/icon/allmenu.svg) no-repeat;background-size: cover;font-size:0;}
header .gnb{margin-left:107px;width:100%;max-width:906px;}
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: 20px;font-weight: 500;color: #fff;}
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-bg{display:none;position: absolute;width:100%;height:300px;background: #fff;z-index: 10;}
header.active{background: #fff;}
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{border-color: #202020;}
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.scroll{background: #fff;}
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: #202020;}
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;} */

/* .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 */
#goTop {position:fixed;bottom:40px;right:40px;z-index:999;}
#goTop img {display:block;}

footer {padding:200px 0 30px;text-align:center;}
footer p {font-size:13px;margin-bottom:20px;color:#7e7e7e;font-weight:400;line-height:1.6;padding:15px 0;background:#f8f8f8;}
footer copyright {font-size:14px;font-weight:500;color:#7e7e7e;}
footer copyright span {display:inline-block;color:inherit;font-weight:400;margin-left:12px;padding-left:12px;position:relative;}
footer copyright span:before {content:"";display:block;width:1px;height:10px;background:#ddd;position:absolute;top:4px;left:0;}
/* footer{background: #202020;padding:40px 0 67px;}
footer .layout{display: flex;max-width:1280px;}
footer .layout .f-info{margin-left:130px;width:calc(100% - 220px);}
footer .layout .f-info .f-top{padding-bottom: 29px;border-bottom: 1px solid #555;display: flex;align-items: center;justify-content: space-between;}
footer .layout .f-info .f-top nav{display: flex;}
footer .layout .f-info .f-top nav a{display: inline-block;font-size: 16px;font-weight: 500;color:#ccc;}
footer .layout .f-info .f-top nav a + a{margin-left: 30px;}
footer .layout .f-info .f-top nav a.location-link{color:#29ceb4;}
footer .layout .f-info .f-sns{display: flex;}
footer .layout .f-info .f-sns a{display: inline-block;font-size:0;}
footer .layout .f-info .f-sns a img{display:block;}
footer .layout .f-info .f-sns a + a{margin-left: 20px;}
footer .layout .f-info .f-bottom{margin-top:29px;}
footer .layout .f-info .f-bottom address{font-size:0;}
footer .layout .f-info .f-bottom address span{position:relative;display: inline-block; font-size: 14px;font-weight: 500;color: #aaa;}
footer .layout .f-info .f-bottom address span + span{margin-left:30px;}
footer .layout .f-info .f-bottom address span:before{content: "";display: inline-block;position:absolute;top:3px;left:-15px;width:1px;height:12px;background: #aaa;}
footer .layout .f-info .f-bottom address span:first-child:before{display: none;}
footer .layout .f-info .f-bottom .addr-info{margin-top:20px;font-size:0;}
footer .layout .f-info .f-bottom .addr-info span{display: inline-block;margin-right: 30px; font-size: 14px;font-weight: 500;color: #aaa;}
footer .layout .f-info .f-bottom .addr-info span em{display: inline-block;color:#787878;margin-right: 10px;}
footer .layout .f-info .f-bottom .copyright{margin-top:20px; font-size: 12px;font-weight: 500;color: #787878;} */
/* e::footer */


/* 서브상단 */
.page-top{}
.page-top .visual{position: relative;padding-top:20%;}
.page-top .visual.sub01{background: url(/_public/images2/contents/sub_v01.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub02{background: url(/_public/images2/contents/sub_v02.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub03{background: url(/_public/images2/contents/sub_v03.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub04{background: url(/_public/images2/contents/sub_v04.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub05{background: url(/_public/images2/contents/sub_v05.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual .group{text-align: center;position: absolute;width:100%;top:60%;transform: translateY(-50%);}
.page-top .visual h1{position:relative;transform:none;text-align: center;color:#fff;font-size: 40px;font-weight: bold;}
.page-top .visual .breadcrumbs{margin-top:15px;display: flex;justify-content: center;}
.page-top .visual .breadcrumbs span{position:relative;display: inline-block;font-size:16px;font-weight: 300;color:#fff;}
.page-top .visual .breadcrumbs span:before{content: "";position:absolute;top:5px;left:-23px;display: inline-block;width:7px;height:14px;background: url(/_public/images2/icon/nv.svg) no-repeat;background-size: cover;}
.page-top .visual .breadcrumbs span:first-child:before{display: none;}
.page-top .visual .breadcrumbs span + span{margin-left: 45px;}

/* 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 #0025a5;}
.faq dl dt{position: relative;padding:25px 100px;font-size: 18px;font-weight: 500;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: #0025a5;}
.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: 16px !important;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-size: 17px !important;font-weight: normal;line-height: normal !important;}
.faq dl dd:before{content: "A";position:absolute;top:18px;left:30px;font-size: 28px;font-weight: 500;letter-spacing: -0.7px;color: #818bb0;} */



/* 입력폼 */
.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 130px;}

/* 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{background: #fff;padding:5px 20px;border-bottom:0;height: 60px;}
    header .layout3{display: block;}
    header .gnb ul{display: block;}
    header .util{top:11px;}
    header .util .language{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{background: url(/_public/images2/icon/allmenu2.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 .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:#29ceb4;}
    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:#29ceb4;} */


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

    .page-top .visual{position: relative;padding-top:48%;}
    .page-top .visual.sub01{background: url(/_public/images2/contents/m_sub_v01.png) 50% 50% no-repeat;background-size: cover;}
    .page-top .visual.sub02{background: url(/_public/images2/contents/m_sub_v02.png) 50% 50% no-repeat;background-size: cover;}
    .page-top .visual.sub03{background: url(/_public/images2/contents/m_sub_v03.png) 50% 50% no-repeat;background-size: cover;}
    .page-top .visual.sub04{background: url(/_public/images2/contents/m_sub_v04.png) 50% 50% no-repeat;background-size: cover;}
    .page-top .visual.sub05{background: url(/_public/images2/contents/m_sub_v05.png) 50% 50% no-repeat;background-size: cover;}
    .page-top .visual h1{font-size:30px;}
    .page-top .visual .group{top:50%;}

    #pages{padding-top:60px;min-height:inherit;}
    #pages .contents{padding:60px 20px 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;}
}


/* mobile */
@media all and (max-width:879px) {
  #goTop {bottom:10px;right:10px;width:40px;}
  footer {padding:120px 0 25px;}
  footer p {font-size:12px;margin-bottom:15px;line-height:1.5;padding:15px;}
  footer copyright {font-size:12px;}
  footer copyright span {margin-left:0;padding-left:0;display:block;margin-top:5px;padding-top:5px;}
  footer copyright span:before {width:20px;height:1px;top:0;left:50%;transform:translateX(-50%);}

  .header {padding-top:50px;margin-bottom:80px;}
  .header .layout {flex-wrap:wrap;}
  .header .gnb2 ul {gap:15px;margin-top:0;}
  .header .gnb2 ul li a {font-size:15px;}
}

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

    /* .page-top .navi-menu .layout{flex-wrap:wrap;}
    .page-top .navi-menu .layout a{display: inline-block;flex: inherit;width:33.3333%;border:1px solid #ccc;margin:-0.5px;}
    .page-top .navi-menu .layout a:nth-child(3n + 3){border-right:0;}

    #pages .contents{padding:30px 20px 65px;}

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


}
