@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/
.mo_b { display: none;}
.mo_b a img.popo { width: 25px; top: 3px;  position: relative; }
/* 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: 1480px;}
.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.2);z-index:1000;line-height: normal;}

/* 로딩 스피너 2026.03.27 esh */
.spinner-wrap { display: none; position: fixed;top:0;left:0;width:100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 1000; }
.spinner-box { display: block; height: 100%; position: relative; letter-spacing: 0.5px; }
.spinner::after { content: ''; box-sizing: border-box; width: 40px; height: 40px; position: absolute; top: calc(50% - 20px); left: calc(50% - 20px); border-radius: 50%; }
.spinner.smooth::after { border-top: 4px solid rgba(255, 255, 255, 1.0); border-left: 4px solid rgba(255, 255, 255, 1.0); border-right: 4px solid rgba(255, 255, 255, 0.0); animation: spinner .6s linear infinite; }
@keyframes spinner { to {transform: rotate(360deg);} }

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


/* 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; border-radius: 10px;}
.button-default{background: #804E38;color:#fff;border:1px solid #804E38;}
.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;}
.button-revise { background: #804E38;color:#fff !important;;border:1px solid #804E38 !important;;}
.button-delete { border:1px solid #ccc !important;background: #fff;}

.view-content .button-group{ text-align: right !important;}


/* 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 0;box-sizing: border-box;}
.cmm-form .form {position: relative; }
.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:60px;color: #898989;font-size: 17px;box-sizing: border-box;padding: 15px;font-weight: 300;border: 1px solid #ccc;border-radius: 10px;background: #fff;}
.cmm-form .form input::placeholder {color: #ccc;font-size: 17px;font-weight: 400;}
.cmm-form .form input:focus {border: 1px solid #111; 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:16px;vertical-align: middle;cursor: pointer;border: 1px solid #383838;border-radius: 5px;line-height: 48px;text-align: center; 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%;}


/* 체크박스 공통 */
.check-list { display:grid; gap:20px; }
.check-list label { display:flex; align-items:center; gap:14px; border:1px solid #D3D8DE; background:#fff; cursor:pointer; transition:all .25s ease; }
.check-list input { display:none; }
.check-list .dot { position:relative; top:1px; flex-shrink:0; width:20px; height:20px; border-radius:50%; background:#E6E6E6; transition:background .25s ease; }
.check-list .dot:after { content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:8px; height:8px; border-radius:50%; background:#fff; opacity:0; transition:opacity .25s ease; }
.check-list label:has(input:checked) { border-color:#94644D; background:#F6F1EB; }
.check-list label:has(input:checked) .dot { background:#94644D; }
.check-list label:has(input:checked) .dot:after { opacity:1; }


/* 타입별 */
.checkbox-type1 { grid-template-columns:repeat(4,1fr); }
.checkbox-type1 label { height:72px; padding:0 24px 0; border-radius:14px; font-size: 16px}
.checkbox-type1 .txt { font-size:18px; line-height:1; font-weight:600; color:#111; letter-spacing:-.04em; }
.checkbox-type1 input[type="checkbox"] { width:18px; height:18px; accent-color:#94644D; position: relative;  top: 3px; border-radius: 5px}

.checkbox-type2 { grid-template-columns:repeat(2,1fr); }
.checkbox-type2 label { align-items:flex-start; min-height:100px; padding:28px 24px; border-radius:10px; }
.checkbox-type2 .txt strong { display:block; margin-bottom:10px; font-size:18px; line-height:1.2; font-weight:600; color:#111; letter-spacing:-.04em; }
.checkbox-type2 .txt em { display:block; font-size:16px; line-height:1.4; font-weight:500; color:#111; font-style:normal; letter-spacing:-.04em; }


.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:left;font-size: 18px;line-height: 50px; font-weight: bold;}
.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{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{ max-width: 1800px;justify-content: space-between; display: flex;align-items: center;}
header .logo{display: inline-block;width:230px;height:47px;background: url(/_public/images2/common/logo_w2.svg) no-repeat;background-size: contain;}
header .logo img{display:block;}
header .member-box { display: flex; gap:30px}
header .member-box a {font-size:16px;font-weight:500;color:#fff;background:#804E38; padding: 5px 10px;border-radius: 99px}
header .member-box a + a {margin-left:5px;position:relative;background:#0C1726}
header .member-box a:nth-child(2) { background: #804E38}
header .member-box a:last-child { background: #0C1726}

header .util{ }
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 { width:100%; max-width:1050px; transition:max-width .35s ease; margin-left: 0px}
header:hover .gnb { max-width:1200px; }
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; gap:0; transition:gap .35s ease;}
header:hover .gnb ul { gap:18px; }
header .gnb ul li { position:relative; flex:1; min-width:0; }
header .gnb ul li > a { line-height:90px; font-weight: 600; text-align:center; display:block; font-size:20px; color:#fff; white-space:nowrap; }
header .gnb ul li .dropdown { display:none; position:absolute; left:50%; top:90px; transform:translateX(-50%); height:300px; padding:30px 0; width:160px; z-index:100; }
header:hover .gnb ul li .dropdown { width:190px; }
header .gnb ul li .dropdown a { display:block; font-size:18px; font-weight:500; line-height:2.22; text-align:center; color:#000; white-space:nowrap; }
header .gnb-bg { display:none; position:absolute; left:0; top:90px; width:100%; height:300px; background:#EFECE7; z-index:10; }
header .gnb ul li .dropdown a:hover {  font-weight:bold; color: #0C1726}

header.active{background:#EFECE7;}
header.active .logo{;background: url(/_public/images2/common/logo_b2.svg) no-repeat;background-size: contain;}
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 .gnb ul li:hover > a{ color: #804E38; font-weight: bold;}
header.active .gnb ul li:hover > a::before { content: ""; display: block; height: 2px; width:100%; background: #804E38; position: absolute; bottom: 0}

header.scroll{background: #EFECE7;}
header.scroll .logo{;background: url(/_public/images2/common/logo_b2.svg) no-repeat;background-size: contain;}
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 .member-box a {color:#fff;}


.allmenu{position: fixed;top:0;left:0;width:100%;height:100%;background: #EFECE7;z-index: 1000;display: none;}
.allmenu:before{content: "";position: absolute;bottom:0;left: 0;width: 100%;max-width: 40%;padding-top: 28.5%;background: url(/_public/images2/main/main_obj01.png) no-repeat;background-size: cover;filter: grayscale(100%);opacity: 0.8;}
.allmenu .layout{max-width:1800px;}
.allmenu .menu-top{height:90px;display: flex;align-items: center;justify-content: space-between;}
.allmenu .menu-top a{display: inline-block;}
.allmenu .menu-top a img{display:block;}
.allmenu .menu-top button{display:inline-block;}
.allmenu .menu-top button img{display:block;}
.allmenu .menu-box{margin-top:110px;display: flex;}
.allmenu .menu-box > div{flex:1;text-align: center;}
.allmenu .menu-box > div > a{display: block;}
.allmenu .menu-box > div > a span{position:relative;display:inline-block;font-size: 36px;font-weight: bold;text-align: center;color: #202020;line-height: 1;padding-bottom: 10px;}
.allmenu .menu-box > div > a span:after{content: "";position: absolute;left:0;bottom:0;width:100%;height: 2px;background: #804E38;}
.allmenu .menu-box > div .submenu{margin-top:45px;display: flex;flex-direction: column;align-items: center;}
.allmenu .menu-box > div .submenu a{display: inline-block;font-size: 21px;font-weight: 600;line-height: 2.08;text-align: center;color: #000;transition: all 0.3s;}
.allmenu .menu-box > div .submenu a:hover,
.allmenu .menu-box > div .submenu a.on{color:#804E38;}


/* s::footer */
footer { background:#111; color:#fff; }
footer .f-banner { padding:32px 0; background:#F5F3EC; overflow:hidden; }
footer .f-banner .layout { display:flex; align-items:center; justify-content:space-between; }
footer .f-banner a { display:flex; align-items:center; justify-content:center; flex-shrink:0; }
footer .f-banner a img { display:block;}

footer > .layout { padding:70px 0 80px; }
footer .f-top { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:42px; }
footer .f-top .f-logo { display:block; }
footer .f-top .f-logo img { }
footer .f-top .f-sns { display:flex; align-items:center; gap:24px; }
footer .f-top .f-sns a { display:block; }
footer .f-top .f-sns img {  }

footer .f-info { padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,.14); }
footer .f-info > span { display:block; margin-bottom:40px; font-size:20px; line-height:1.4; font-weight:600;; color:#DDDDDD; }
footer .f-info address { display:flex; align-items:center; gap:48px; margin:0; font-style:normal; }
footer .f-info address span { font-size:16px; line-height:1.5; font-weight:500; color:#d4d4d4; }
footer .f-info address span em { margin-right:5px; font-style:normal; font-weight:600; color:#81898F; }

footer .f-bottom { padding-top:44px; }
footer .f-bottom nav { display:flex; align-items:center; gap:36px; margin-bottom:42px; }
footer .f-bottom nav a { font-size:16px; line-height:1; font-weight:500; color:#fff; text-decoration:none; }
footer .f-bottom nav a.private-link { color:#b89154; }
footer .f-bottom .copyright { margin:0; font-size:15px; line-height:1.5; font-weight:400; color:rgba(255,255,255,.38); }
/* e::footer */


/* 서브상단 */
.page-top{ }
.page-top .visual{position: relative;height: 540px; }
.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.sub06{background: url(/_public/images2/contents/sub_v06.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub07{background: url(/_public/images2/contents/sub_v07.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub08{background: url(/_public/images2/contents/sub_v08.png) 50% 50% no-repeat;background-size: cover;}

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

.page-top .group{position: absolute;top:50%;left:0;transform:translateY(-50%);width:100%;display: flex;flex-direction:column;align-items: center;gap:20px;}
.page-top .group h1{font-size: 60px;font-weight: bold;line-height: 1.15;text-align: center;color: #fff;}
.page-top .group p{font-size: 24px;font-weight: normal;text-align: center;color: #fff;}
.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:70px;background:#804E38;font-size: 19px;font-weight: 500;text-align: center;color: #fff;}
.page-top .navi-menu a:first-child{border-radius: 10px 0 0 0;}
.page-top .navi-menu a:last-child{border-radius: 0 10px 0 0;}
.page-top .navi-menu a.on{background:#fff; color: #804E38; font-weight:bold;}

/* 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{ padding: 0}
#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;}

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




@media all and (max-width:1660px) {
#main .layout{padding: 0 20px}
header .layout {  padding: 0 20px; }
header .gnb { max-width:850px;}
header:hover .gnb { max-width:900px;}
header .gnb ul li > a { font-size: 18px}
header .gnb ul li .dropdown a{font-size: 17px}
header .member-box { gap:30px }

footer .f-banner .layout { justify-content:flex-start; cursor:grab; user-select:none; }
footer .f-banner .layout:active { cursor:grabbing; }
footer .f-banner a img { max-height:68px; }
footer > .layout { padding:60px 20px 70px !important; }
footer .f-info address { flex-wrap:wrap; gap:20px 38px; }
}


@media all and (max-width:1480px) {
header .gnb ul li .dropdown a{font-size: 16px}
#pages .contents .layout{display: block; padding: 0 20px}
header .gnb { max-width: 600px;}
}

/* tablet */
@media all and (max-width:1280px) {
    #pagination {padding: 15px 0 50px;}
    #pagination a{width: 30px;height: 30px;line-height: 30px;font-size: 14px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next {width: 30px;height: 30px;}

    /* header{ padding:12px 20px;border-bottom:0;}
    header .logo { width: 153px; height: 36px}
    header .layout { padding: 0}
    header .layout3{display: block;}
    header .gnb ul{display: block;}
    header .util{top:11px;}
    header .util .toggle-menu{background: url(/_public/images2/icon/allmenu.svg) no-repeat;background-size: cover;}
    header .member-box { }
    header .member-box a { }
    header .member-box a + a:before {color:#9a9a9a;}
    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;} */

    .mo_b { display: block;  top: -40px; position: relative;}
    .mo_b a:first-child {  background: #804E38; margin-right: 8px}
    .mo_b a {font-size: 16px;color: #fff;font-weight: 500; background: #0C1726; padding: 10px 16px;  border-radius: 99px;}
    .mo_b a:nth-child(2) {background: #804E38;margin-right: 8px }
    header{padding:12px 20px;border-bottom:0}
    header .logo { width: 153px; height: 36px}
    header .logo img{width:180px;}
    header .gnb{position:fixed;top:0;right:-100%;padding:80px 20px 20px;height:100%;width:calc(100% - 20px);background:#efece7;transition:.3s;overflow-y:auto;z-index:1000;-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 .gnb.active{right:0;}
    header .gnb .gnb-close{display:block;position:absolute;right:20px;top:20px;width:40px;height:40px;}
    header .gnb .gnb-logo{display:block;position:absolute;left:20px;top:20px;width:180px;}

    header .gnb ul{display:block;padding:0;margin:0;}
    header .gnb ul li{display:block;position:relative;padding:0;border-top:1px solid #ccc;}
    header .gnb ul li > a{display:block;position:relative;line-height:69px;font-size:24px;font-weight:500;color:#202020;text-align:left;}
    header .gnb ul li > a.on{color:#804e38;font-weight:700;border-bottom:4px solid #804e38;}

    header .gnb ul li .dropdown{display:none;position:static !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;transform:none !important;opacity:1 !important;visibility:visible !important;width:100%;height:auto;margin:0;padding:20px;background:#fff;text-align:left;}
    header .gnb ul li .dropdown a{display:block;padding:10px 0;font-size:20px;font-weight:500;line-height:1.4;color:#111;text-align:left;}

    header .gnb ul li > a.on + .dropdown{display:block; width: 100%}

    header .gnb-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);display:none;}
    header .gnb-bg.on{display:block;}


    .page-top .visual{position: relative;padding-top:48%;}
    /* .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 h1{font-size:30px;}
    .page-top .visual .group{top:50%;}


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


    .q-menu{right:10px;bottom:10px;gap:5px;}
    .q-menu .btn{width:45px;}

    .check-list { gap:14px; }
    .check-list label { gap:12px; }
    .check-list .dot { width:18px; height:18px; }
    .check-list .dot:after { width:7px; height:7px; }

    .checkbox-type1 { grid-template-columns:1fr 1fr; gap:12px; }
    .checkbox-type1 label { height:60px; padding:0 16px; border-radius:10px; }
    .checkbox-type1 .txt { font-size:15px; }

    .checkbox-type2 { grid-template-columns:1fr; gap:12px; }
    .checkbox-type2 label { min-height:84px; padding:20px 16px; border-radius:10px; }
    .checkbox-type2 .txt strong { margin-bottom:6px; font-size:15px; }
    .checkbox-type2 .txt em { font-size:14px; line-height:1.5; }
}


/* mobile */
@media all and (max-width:768px) {
    .not-post figure figcaption{font-size:16px;}
    .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{ padding:10px 0;  height: 64px; }
    header .gnb {overflow: hidden;}
    header .member-box { margin:0;gap:25px;}
    header .member-box div:first-child{ position:relative; top: 4px}
    header .member-box a {font-size:15px;}
    header .member-box a + a {  display: none;}
    header .member-box .util { }
    header .logo { width: 180px;position: relative;top: 4px;}

    .page-top .visual{height: 378px; word-break: keep-all;}
    .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; font-size: 15px;}
    .page-top .navi-menu a:first-child{border-radius:0}
    .page-top .navi-menu a:last-child{border-radius:0}
    #pages{padding-top:0;min-height:inherit;}
    #pages .contents{padding:30px 0px 65px;}
    #pages .contents .layout{padding: 0 20px}

    .filebox .upload-name{width:100%;height:45px;font-size:14px;background-size: 20px 20px;padding: 0 10px 0 20px;background-position: 0 50%;}
    .filebox label{line-height: 42px;font-size:14px;margin-left:0;margin-top:0;width:50%; margin-bottom: 5px}
    .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;}

    .write2 .filebox { }


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

    footer .f-banner { padding:20px 0; }
  	footer .f-banner .layout { gap:15px; }
  	footer .f-banner a img { height: 50px}
    footer > .layout { padding:48px 20px !important; }
    footer .f-top { display:block; margin-bottom:30px; margin-top:30px;}
    footer .f-top .f-logo img { width:60px; }
    footer .f-top .f-sns { margin-top:32px; gap:18px; }
    footer .f-info { padding-bottom:34px; }
    footer .f-info > span { margin-bottom:24px; font-size:16px; }
    footer .f-info address { display:block; }
    footer .f-info address span { display:block; margin-top:10px; font-size:14px; }
    footer .f-bottom { padding:34px 0; }
    footer .f-bottom nav { gap:24px; margin-bottom:30px; }
    footer .f-bottom nav a { font-size:14px; }
    footer .f-bottom .copyright { font-size:13px; }


}
