@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: 40px 0 10px;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;color:#231815;font-size:16px;font-weight:600;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;border: 1px solid #ccc;}
#pagination a.active{background:#121212;color:#fff;vertical-align:top;border-color: #121212;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:40px;height:40px;background-color: #F5F4F2;background-repeat: no-repeat;background-size:100%;border: 0;}
#pagination .end-prev{background-image:url(/_public/images2/common/first-prev.svg) ;}
#pagination .prev{background-image:url(/_public/images2/common/prev.svg);margin-right:20px;}
#pagination .next{background-image:url(/_public/images2/common/next.svg);margin-left:20px;}
#pagination .end-next{background-image: url(/_public/images2/common/end-next.svg);}

.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: #202020;color:#fff;border:1px solid #202020;}
.button-gray{display:inline-block;background:#f3f3f3;text-align: center;color:#202020;}
.button-gray2{display:inline-block;background:#f3f3f3;text-align: center;color:#202020;}
.button-outline-default{border:1px solid #202020;background: #fff;color:#202020;}
.button-outline-black{background: #fff;border-color: #202020;color: #202020;}
.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: #202020;-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: #202020;}
.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: #202020;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 #202020;border-color: #202020;}
.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: #202020; 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{position: relative;display: inline-block;}
.checkbox-type1 input[type="checkbox"]{position: absolute;opacity: 0;}
.checkbox-type1 label{position: relative;padding-left: 30px;font-size: 16px;font-weight: normal;color: #202020;transition: all 0.1s;cursor: pointer;}
.checkbox-type1 label:before{content: "";position: absolute;left:0;width:20px;height:20px;background: url(/_public/images2/icon/ico_chk.svg) no-repeat;background-size: cover;transition: all 0.1s;}
.checkbox-type1 input[type="checkbox"]:checked + label{font-weight: 600;}
.checkbox-type1 input[type="checkbox"]:checked + label:before{background: url(/_public/images2/icon/ico_chk_on.svg) no-repeat;background-size: cover;}

.chk {display:flex;gap:40px;margin-top:30px;}
.checkbox-type2{position: relative;display: inline-block;}
.checkbox-type2 input[type="checkbox"]{position: absolute;opacity: 0;}
.checkbox-type2 label{position: relative;padding-left: 30px;font-size:16px;font-weight:500;color: #202020;transition: all 0.1s;cursor: pointer;}
.checkbox-type2 label:before{content: "";position: absolute;left:0;width:20px;height:20px;background: url(/_public/images2/icon/ico_chk_r.svg) no-repeat;background-size: cover;transition: all 0.1s;}
.checkbox-type2 input[type="checkbox"]:checked + label{font-weight: 600;}
.checkbox-type2 input[type="checkbox"]:checked + label:before{background: url(/_public/images2/icon/ico_chk_r_on.svg) no-repeat;background-size: cover;}
.chk .checkbox-type2 span {}

.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: #202020;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%;background: rgba(0,0,0,0.1);z-index: 100;transition: all 0.2s;}
header .h-cont{max-width: 1800px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
header .logo{width:184px;height:40px;background: url(/_public/images2/common/logo_w.png) no-repeat;background-size: cover;transition: all 0.2s;}
header .gnb{position: relative;}




header .gnb ul li .dropdown{display:none;position: absolute;left:50%;transform:translateX(-50%);background-color: #F22D2D;padding:15px 20px;width:250px; text-align: center;}
header .gnb ul li .dropdown:before{content: "";position:absolute;top: -10px;left:50%;transform: translateX(-50%);display: block;  width: 0;height: 0;border-bottom: 5px solid #F22D2D;border-top: 5px solid transparent;border-left: 5px solid transparent;border-right: 5px solid transparent;}
header .gnb ul li .dropdown a{display: block;font-size: 17px;font-weight: 500;line-height: 2.35;color: #fff;}
header .gnb ul li:hover > a {color:#202020; font-weight: 500}
header .gnb ul li .dropdown a:hover{color:#fff; font-weight:bold;}
header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{position:relative;display: block;line-height: 90px;font-size: 20px;font-weight: 500;letter-spacing: -0.22px;color: #fff;padding: 0 39px;transition: all 0.1s;}
header .gnb ul li > a:after{content: "";position: absolute;left:50%;bottom:0;transform:translateX(-50%);width:0;height:3px;background: #034997;opacity:0;transition: all 0.3s;}
header .util{display: flex;gap:30px;}
header .util .toggle-menu{ position:relative;display: inline-block;width:45px;height:45px;background: url(/_public/images2/common/allmenu.png) no-repeat;background-size: cover;transition: all 0.2s;}

header .util .language { display: flex; gap: 20px;}
header .util .language button { font-size: 16px; color: #9E9E9E;font-weight: bold;}
header .util .language button.on {  color: #fff; text-decoration: underline;}



header .gnb-bg{display:none;position: absolute;left:0;width:100%;height:257px;background: #fff;border-top:1px solid #ddd;}
header.white{background: #fff;}
header.white .logo{background: url(/_public/images2/common/logo_c.png) no-repeat;background-size: cover;}
header.white .gnb ul li > a{color: #202020;}
header.white .gnb ul li:hover > a{font-weight: bold;color: #034997;}
header.white .util .toggle-search{background: url(/_public/images2/common/search2.svg) no-repeat;background-size: cover;}
header.white .util .toggle-menu{background: url(/_public/images2/common/allmenu.png) no-repeat;background-size: cover;}
header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo_c.png) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color: #202020;}
header.active .gnb ul li:hover > a{font-weight: bold;color: #202020; text-decoration: underline;}
header.active .util .toggle-search{background: url(/_public/images2/common/search2.svg) no-repeat;background-size: cover;}
header.active .util .toggle-menu{background: url(/_public/images2/common/allmenu.png) no-repeat;background-size: cover;}
header.active .util .language button.on { color: #202020}


header.scroll{ background:rgb(255 255 255 / 90%);}
header.scroll .logo{background: url(/_public/images2/common/logo_c.png) no-repeat;background-size: cover;}
header.scroll .gnb ul li > a{color: #202020;}
header.scroll .util .toggle-search{background: url(/_public/images2/common/search2.svg) no-repeat;background-size: cover;}
header.scroll .util .toggle-menu{background: url(/_public/images2/common/allmenu.png) no-repeat;background-size: cover;}
header.scroll .util .language button.on { color: #202020}
header.scroll:hover { background: #fff}

.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;gap:20px;}
.allmenu .menu-wrap .menu{flex:1;}
.allmenu .menu-wrap .menu strong{display: block;padding-bottom:20px;border-bottom:1px solid #ddd;}
.allmenu .menu-wrap .menu strong a{display: block;font-size:24px;font-weight: bold;color: #202020;}
.allmenu .menu-wrap .menu ul{margin-top:40px;}
.allmenu .menu-wrap .menu ul li + li {margin-top:20px;}
.allmenu .menu-wrap .menu ul li > a{display: block;font-size: 18px;font-weight: 500;color: #202020;}
.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;}
.allmenu .menu-wrap .menu:hover strong {border-bottom:1px solid #f87100;}
/* .allmenu .menu-wrap .menu:hover strong a{color:#f87100;} */
.allmenu .menu-wrap .menu ul li:hover a {color:#F22D2D;}


/* s::footer */
footer{padding:50px 0 80px;background: #202020;}
footer .layout{max-width: 1600px;}
footer .f-logo{display: inline-block;}
footer .f-logo img{display: block;}
footer .f-cont{margin-top:40px;display: flex;justify-content: space-between;}
footer .f-cont .left{}
footer .f-cont .right{display: flex;flex-direction: column; gap: 30px;align-items: flex-end;}
footer .f-cont address{}
footer .f-cont address p{display: flex;gap:45px;}
footer .f-cont address p + p{margin-top:25px;}
footer .f-cont address p span{font-size: 17px;font-weight: 500;letter-spacing: -0.36px;color: #ddd;}
footer .f-cont address p span em{display: inline-block;margin-right:10px;color:#81898f;}
footer .f-cont nav{display: flex;gap:30px;justify-content: flex-end;}
footer .f-cont nav a{display: inline-block;font-size: 17px;font-weight: 600;letter-spacing: -0.36px;color: #eee;}
footer .f-cont nav a:last-child{color: #FF8400;}
footer .f-cont copyright{display:block;margin-top:8px;font-size: 15px;font-weight: 500;letter-spacing: -0.36px;color: #aaa;}
footer .footlink { padding: 10px 30px; border: 1px solid #aaa; border-radius: 99px; color: #F22D2D; font-size: 18px; font-weight: bold;}
footer .footlink em { color: #FF8400 }
footer .footlink::after { content: "→"; color: #fff; font-weight: 500; margin-left: 30px}
/* e::footer */


/* 서브상단 */
.page-top .visual{position: relative;width: 100%;;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.sub09{background: url(/_public/images2/contents/sub_v09.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual.sub10{background: url(/_public/images2/contents/sub_v08.png) 50% 50% no-repeat;background-size: cover;}
.page-top .visual .group{display: flex;flex-direction: column;justify-content: center;width: 100%;height: 100%;text-align: center;}
.page-top .visual .group h1{position:relative;margin-bottom: 15px;text-align: center;color:#fff; font-family: 'Abhaya Libre';font-size: 80px;font-weight: 800;line-height: 1;}
.page-top .visual .group p{font-size: 22px;color: #fff;}
.page-top .navi-menu{position: absolute;left: 0;bottom:0;width: 100%;background-color: rgba(0,0,0,0.5);}
.page-top .navi-menu .navi-box{display: flex;margin: 0 auto;max-width: 1400px;}
.page-top .navi-menu .navi-box a{display: inline-block;align-content: center;text-align: center;flex: 1;height: 80px;font-size: 20px;color: #fff;}
.page-top .navi-menu .navi-box a.on{background-color: #F22D2D;}

.page-top .navi-menu .btn-navi{display: none;}

/* 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: #202020;}
.snb ul li.active > a,
.snb ul li:hover > a{color:#fff;}

#pages{min-height: calc(100vh - 286px);}
#pages .contents{margin:0 auto;padding:100px 0 130px;max-width:1440px;word-break:keep-all;}
#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;}



@media all and (max-width:1600px) {
    header{padding:0 20px;}
    header .h-cont{gap:20px;}
    header .logo{width:190px;height:36px;}
    header .gnb ul li > a{padding:0 30px;font-size:18px;}
    header .gnb ul li .dropdown a{font-size:18px;}
    header .util{gap:20px;}

    footer{padding:48px 20px 60px;}
}

@media all and (max-width:1400px) {
    #pages .contents {padding:100px 40px 130px;}

    header .logo{width:175px;height:33px;}
    header .gnb ul li > a{padding:0 20px;}
    header .gnb ul li .dropdown a{font-size:16px;}

    .allmenu { padding: 0 20px;background-size: contain;}
    .allmenu .menu-wrap {gap:10px;}
    .allmenu .menu-wrap .menu strong a { font-size: 22px}
    .allmenu .menu-wrap .menu ul li > a { font-size: 17px}
    .allmenu .close-allmenu {top:24px;width:45px;height:45px;}
}

/* pc */
@media all and (min-width:1281px) {
    /* 상단메뉴 pc활성화 */
    header .gnb{display: block !important;}
}


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

    .allmenu { padding: 0 20px; }
    .allmenu .menu-wrap .menu ul li > a { font-size: 16px}
    .allmenu .menu-wrap div + div { margin-left: 0}
    .allmenu .menu-wrap { flex-wrap: wrap; top: 62%;}
    .allmenu .menu-wrap .menu { flex: none;flex-direction: column; align-items: flex-start; padding-bottom: 20px; margin-bottom: 20px}
    .allmenu .menu-wrap .menu ul {width: 100%;margin-top: 15px;}
    .allmenu .menu-wrap .menu strong {  min-width:width: 350px}
    .allmenu .menu-wrap .menu strong a { font-size: 24px; min-height: auto}
    #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;}

    #goTop{right:20px;bottom:20px;}

    header{padding:18px 20px;}
    header .logo{width:178px;height:34px;z-index:30}
	header.mb_on .logo{background: url(/_public/images2/common/logo_c.png) no-repeat;background-size: cover;}
    header .gnb{position: fixed;top:0;left:100%;width:100%;height:100%;padding:80px 20px 40px;background: #fff;z-index: 20;transition:0.2s ease}
    header .gnb ul{flex-direction: column;gap:0;height:100%;overflow-y: auto;}
    header .gnb ul li{}
    header .gnb ul li + li{border-top:1px solid #ddd;}
    header .gnb ul li > a{line-height: 64px;padding:0 20px;font-size:20px; color: #202020}
    header .gnb ul li.level1 > a:before{content: "";position: absolute;top:22px;right:0;width:18px;height:18px;background: url(/_public/images2/common/toggle_icon01.svg) no-repeat;background-size: cover;}
    header .gnb ul li > a:after{left:0;transform: none;width:100%;}
    header .gnb ul li .dropdown{position: relative;height:auto;background: #F22D2D;padding:20px; width: 100%}
    header .gnb ul li .dropdown a{font-size: 18px;line-height: 2.56;letter-spacing: -0.18px;text-align: left;}
    header .gnb ul li:hover .dropdown{;}
    header .gnb ul li:hover > a:after{display: none; }
    header .gnb ul li:hover > a.on { background: #f5f5f5}
    header .gnb ul li > a.on:after{opacity: 1;display: none;}
    header .gnb ul li.level1 > a.on:before{background: url(/_public/images2/common/toggle_icon02.svg) no-repeat;background-size: cover;}
    header .util{gap:20px;z-index:30}
    header .util .toggle-menu.on{background: url(/_public/images2/common/close_gnb.svg) no-repeat;background-size: cover;}
	header.mb_on .util .language button{color:#666;}
	header.mb_on .util .language button.on{color:#202020}
	/* header .util .language button{color:#666} */
	header .gnb.active{left:0}
    header.active .gnb ul li:hover > a{color:#202020;font-weight: 500;}
    header.active .gnb ul li > a.on{font-weight: bold;color: #034997;}

    footer{padding:50px 20px 86px;}
    footer .f-cont address p{flex-direction: column;gap:5px;}
    footer .f-cont address p span{font-size:15px;}
    footer .f-cont address p span em{margin-right:10px;}
    footer .f-cont copyright{font-size:14px;}

    .page-top .visual{position: relative;}
    /* .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{min-height:inherit;}
    #pages .contents{padding:80px 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;}
}

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

    .q-menu { bottom: 15px; right: 15px;gap: 4px}
      .q-menu .btn { width: 45px;}
      .q-menu a {width: 44px;}

}

/* pc ~ tablet */
@media all and (min-width:769px) {

    /* 2차메뉴 pc활성화 */
    .page-top .navi-menu .navi-box{display: flex !important;}

}

/* mobile */
@media all and (max-width:768px) {
        #goTop{width:44px;right:15px;bottom:10px;}
    .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;}

    .allmenu { display: none !important;}

    header .logo {width:150px;height:32px;}
    header .util .toggle-menu {width:35px;height:35px;}

    footer .f-cont{flex-direction: column;gap:50px;}
    footer .f-cont nav{justify-content: flex-start;}
    footer .f-cont nav a { font-size: 15px}
    footer .f-cont .right { align-items: flex-start;}

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

    .page-top .visual {height:300px;padding:0 20px;}
    .page-top .visual .group h1 {font-size:48px;}
    .page-top .visual .group p {font-size:15px;}

	/* 서브2차메뉴 */
	.page-top .navi-menu .btn-navi{position: relative;display: block;width: 100%;height:50px;font-size: 18px;color: #fff;font-weight: 700;text-align: left;text-indent: 20px;background-color: #F22D2D;}
    .page-top .navi-menu .btn-navi::after{position: absolute;top: 50%;right: 20px;width: 10px;height: 10px;content: '';border: 2px solid #fff;border-width: 2px 2px 0 0;transform: translateY(-70%) rotate(135deg);}
    .page-top .navi-menu .btn-navi.on::after{transform: translateY(-30%) rotate(-45deg);}

    .page-top .navi-menu .navi-box{display: none;position: absolute;top: 50px;left: 0;width: 100%;background-color: #F1F1F1;z-index: 20;}
    .page-top .navi-menu .navi-box a{display:block;font-size:18px;padding:0 20px;height: 50px;color: #707070;text-align: left;border-bottom: 1px solid #ddd;}
    .page-top .navi-menu .navi-box a.on{color: #F22D2D;font-weight: 600;background-color:unset;}

    #pages .contents{padding:60px 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;}


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


}
