@charset "utf-8";


/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* ******************* *
* GLOBAL
* ******************* */
:root {
    --font-Pretendard: "Pretendard";
    --font-Montserrat: "Montserrat", sans-serif;
    --color-main: #A72E26;
    --color-main-hover: #842621;    
}

.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a,a:hover,a:focus {text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{max-width: 100%;border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0;font-family: var(--font-Pretendard);font-size: inherit;}
p{padding:0;margin:0;word-break: keep-all;}
em {font-style: normal;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
label {margin-bottom: 0;}
.line-br {display: block;}

html.lock, html.lock body {overflow: hidden;}
html, body {font-size: 20px;font-family: var(--font-Pretendard);line-height: 1.4;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;scroll-behavior: smooth;overflow-x: clip;}
body {position: static !important;}
.cinner {max-width: 1400px;width: 92%;margin: 0 auto;}


@media all and (max-width: 1399px){
	.cinner {width: auto;margin: 0 50px;}
}
@media all and (max-width: 1024px){
    html, body {font-size: 18px;}
	.cinner {margin: 0 30px;}
}
@media all and (max-width: 768px){
	html, body {font-size: 17px;}
	.cinner {margin: 0 20px;}
}



/* ******************* *
* SCROLLBAR
* ******************* */
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background-color: var(--color-main);}
body::-webkit-scrollbar-track {background-color: #f9f9f9;}



/* ******************* *
* POPUP
* ******************* */
#hd_pop {z-index:1000;position:relative;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img {max-width:100%;width: 100%;height: auto;}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff;font-size: 14px;}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left;font-size: 14px;}
.hd_pops_footer .hd_pops_close {width: 58px;height: 100%;padding: 0;background:#393939;position:absolute;top:0;right:0}

@media all and (max-width: 1024px){
    #hd_pop {max-width: 100%;width: 100%;margin: 0 auto;}
    .hd_pops {max-width: 90%;width: 100%;position: fixed;top: 50% !important;left:50% !important;transform: translate(-50%, -50%);}
    .hd_pops_con {width: 100% !important;height: auto !important;}
    .hd_pops_footer .hd_pops_reject {font-size: 10px;}
    .hd_pops_footer .hd_pops_close {width: 45px;font-size: 10px;}
}



/* ******************* *
* HEADER
* ******************* */
#header {width: 100%;border-bottom: 1px solid rgba(255,255,255,.3);box-sizing: border-box;position: absolute;top: 0;left: 0;right: 0;margin: auto;z-index: 999;transition: .35s;}
#header.hide {display: none;}
.header__top {width: 100%;height: 118px;box-sizing: border-box;background: #fff;}
.header__top .cinner {display: flex;justify-content: flex-end;align-items: center;gap: 25px;height: 100%;position: relative;}
.header__top .header__logo {width: 176px;position: absolute;top: 0;left: 0;bottom: 0;margin: auto;}
.header__top .header__logo > a {display: flex;align-items: center;height: 100%;}
.header__top .header__logo > a > img {width: 100%;}
.header__top .btn-inquiry {display: block;width: 280px;padding: 10px 10px 10px 40px;border-bottom: 1px solid #000;color: #111;font-size: 16px;position: relative;}
.header__top .btn-inquiry::before,
.header__top .btn-inquiry::after {content: '';position: absolute;top: 0;bottom: 0;margin: auto;}
.header__top .btn-inquiry::before {width: 20px;height: 16px;background: url(../img/ico-envelope.svg) center / cover no-repeat;left: 10px;}
.header__top .btn-inquiry::after {width: 14px;height: 12px;background: url(../img/ico-right_arrow.svg) center / cover no-repeat;right: 0;}
.header__top .btn-inquiry:hover::after {animation: arrowSlide 0.35s;}
@keyframes arrowSlide {
    0% {transform: translateX(-20px);opacity: 0;}
    100% {transform: translateX(0);opacity: 1;}
}
.header__top .nav__btn {display: none;}
.header__top .nav__btn a {display: flex;align-items: center;width: 26px;height: 20px;position: relative;}
.header__top .nav__btn a::before,
.header__top .nav__btn a::after {content: '';display: block;width: 100%;height: 2px;background: #111;position: absolute;left: 0;right: 0;margin: auto;}
.header__top .nav__btn a::before {top: 0;}
.header__top .nav__btn a::after {bottom: 0;}
.header__top .nav__btn a span{display: block;width: 100%;height: 2px;background: #111;}

.header__nav {height: 60px;background: #F6F5F4;}
.header__nav .nav {display: block;height: 100%;}
.header__nav .cinner {height: 100%;position: relative;}

.header__cont {display: flex;justify-content: flex-start;align-items: center;gap: 45px;width: 100%;height: 100%;}
#main-nav {height: 100%;}
.main-nav__depth1 {height: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;gap: 50px;height: 100%;}
.main-nav__depth1 .mn-li1 {position: relative;}
.main-nav__depth1 .mn-li1::after {content: '';position: absolute;left: 0;top: 100%;width: 100%;height: 1px;}
.main-nav__depth1 .mn-a1 {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;color: #262626;font-size: 18px;text-align: center;transition: .35s;position: relative;}
.main-nav__depth1 .mn-a1:hover {color: var(--color-main);font-weight: 600;}

.main-nav__depth2 {display: none;max-width: 160px;width: 100vw;border-radius: 0 0 8px 8px;background: var(--color-main-hover);position: absolute;top: calc(100% + 1px);left: 50%;transform: translateX(-50%);z-index: 990;text-align: center;overflow: hidden;}
.main-nav__depth2 .mn-ul2 {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;/* gap: 12px 0; */width: 100%;height: 100%;/* margin: 0 auto; */min-height: 30px;/* padding: 8px 0; */box-sizing: border-box;}
.main-nav__depth2 .mn-li2 {width: 100%;position: relative;}
.main-nav__depth2 .mn-a2 {display: block;width: 100%;padding: 15px;box-sizing: border-box;color: #fff;font-size: 16px;line-height: 1.3;transition: .35s;position: relative;}
.main-nav__depth2 .mn-s2 {position: relative;}
.main-nav__depth2 .mn-s2::after {content: '';width: 0;height: 2px;background: #fff;position: absolute;top: calc(100% + 4px);left: 0;opacity: 0;transition: .35s;}
.main-nav__depth2 .mn-a2:hover .mn-s2::after {width: 100%;opacity: 1;} 
.main-nav__depth3 {display: none;background: #fff;position: absolute;top: 0;left: 100%;z-index: 101;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.main-nav__depth3 .mn-li3:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth3 .mn-a3 {display: block;width: 160px;padding: 15px 16px;color: #000;font-size: .90em;text-align: center;line-height: 1.3;}
.main-nav__depth3 .mn-a3:hover {color: var(--color-main);}

@media all and (max-width: 1199px){
    .header__top {height: 100px;}
}
@media all and (max-width: 1024px){
    .header__top {height: 80px;}
    .header__top .header__logo {width: 165px;}
    .header__top .btn-inquiry {width: auto;padding: 10px 40px;}
    .header__top .btn-inquiry .pc-view {display: none;}
    .header__top .nav__btn {display: block;}
    .header__nav {display: none;}    
}
@media all and (max-width: 640px){
    .header__top .cinner {gap: 15px;}
    .header__top .btn-inquiry {padding: 5px 10px 5px 30px;font-size: 15px;}
    .header__top .btn-inquiry::before {width: 16px;height: 13px;left: 5px;}
    .header__top .btn-inquiry::after {display: none;}
}
@media all and (max-width: 480px){
    .header__top {height: 75px;}
    .header__top .cinner {gap: 15px;}
    .header__top .header__logo {width: 145px;}
    .header__top .btn-inquiry {padding: 5px;}
    .header__top .btn-inquiry::before {display: none;}
    .header__top .nav__btn a {width: 22px;height: 18px;}
}



/* ******************* *
* FOOTER
* ******************* */
#footer {background: #2B2B2B;color: #fff;font-size: 16px;}
.footer__links {width: 100%;padding: 25px 0;border-bottom: 1px solid rgba(255,255,255,.2);}
.footer__links .links {display: flex;align-items: center;gap: 20px;}
.footer__links .links > li {position: relative;cursor: pointer;}
.footer__links .links > li:not(:last-child) {padding-right: 20px;}
.footer__links .links > li:not(:last-child)::after {content: '';display: block;width: 1px;height: 10px;background: #fff;position: absolute;top: 0;right: 0;bottom: 0;margin: auto;}
.footer__cont {width: 100%;padding: 32px 0 80px;}
.footer__cont .cinner {position: relative;}
.footer__info .info__list {display: flex;flex-wrap: wrap;gap: 5px 12px;max-width: 710px;margin-bottom: 22px;}
.footer__info .info__list > li {position: relative;line-height: 1.2;}
.footer__info .info__list > li:not(:last-child) {padding-right: 12px;}
.footer__info .info__list > li:not(:last-child)::after {content: '';display: block;width: 1px;height: 10px;background: #fff;position: absolute;top: 5px;right: 0;}
.footer__info .info__list > li address {margin-bottom: 0;font-style: normal;}
.footer__copyright {font-size: 18px;}
.footer__logo {width: 176px;position: absolute;top: calc(100% - 40px);right: 0;}
.footer__logo > img {width: 100%;}
.footer__top-btn {display: block;width: 36px;padding: 0;position: absolute;top: -16px;right: 0;}

@media all and (max-width: 1024px){
    #footer {font-size: 15px;}
    .footer__links {padding: 18px 0;}
    .footer__cont {padding: 28px 0 40px;}
    .footer__info .info__list {max-width: 671px;}
    .footer__info .info__list > li:not(:last-child)::after {top: 4px;}
    .footer__copyright {font-size: 16px;}
    .footer__logo {margin: 50px auto 0;position: relative;top: auto;right: auto;}
    .footer__top-btn {top: -5px;}
}
@media all and (max-width: 768px){
    #footer {font-size: 14px;}
    .footer__links {padding: 15px 0;}
    .footer__info .info__list {max-width: 632px;margin-bottom: 15px;}
    .footer__info .info__list > li:not(:last-child)::after {top: 3px;}
    .footer__copyright {font-size: 15px;}
    .footer__logo {width: 160px;margin: 40px auto 0;}
}
@media all and (max-width: 640px){
    .footer__links .links {justify-content: center;gap: 12px;}
    .footer__links .links > li:not(:last-child) {padding-right: 12px;}
    .footer__cont {padding: 28px 0 30px;}
    .footer__info .info__list {justify-content: center;}
    .footer__copyright {text-align: center;}
    .footer__top-btn {margin: 50px auto 0;position: relative;top: auto;right: auto;}
}



/* ******************* *
* 개인정보처리방침
* ******************* */
[class*=policy_con] {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 1200px;height: calc(100% - 40px);max-height: 600px;z-index: 999999;background: #fff;border: 1px solid var(--color-main);box-sizing: border-box;}
[class*=policy_con] .top{height: 70px;width: 100%;background: var(--color-main);text-align: center;position: relative;top: 0;left: 0;}
[class*=policy_con] .top p{line-height: 70px;color: #fff;font-family: var(--font-Pretendard);font-size:20px;font-weight: bold;}
[class*=policy_con] .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
[class*=policy_con] .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
[class*=policy_con] .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
[class*=policy_con] #policy_content{border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px;}
[class*=policy_con] #policy_content>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000;}
[class*=policy_con] #policy_content>.list{}
[class*=policy_con] #policy_content>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
[class*=policy_con] #policy_content>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size:17px;}
[class*=policy_con] #policy_content>.list li p{display: block;word-break: keep-all; color: #666666;font-size:17px;}
[class*=policy_con] #policy_content>.list_con{margin-top: 30px;}
[class*=policy_con] #policy_content>.list_con li{margin-bottom: 30px;}
[class*=policy_con] #policy_content>.list_con li:last-child{margin-bottom:0px;}
[class*=policy_con] #policy_content>.list_con li>b{word-break: keep-all;display: flex;align-items: flex-start;line-height: 22px;margin-bottom: 10px;font-family: var(--font-pretendard);font-size:20px;}
[class*=policy_con] #policy_content>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
[class*=policy_con] #policy_content>.list_con li p{display: block;word-break: keep-all;color: #000;font-family: var(--font-pretendard);font-weight: 500;font-size:17px;margin-bottom: 10px;line-height: 20px;}
[class*=policy_con] #policy_content>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size:15px;margin-bottom: 10px;}
[class*=policy_con] #policy_content .date_wrap{margin-top: 100px;}
[class*=policy_con] #policy_content .date_wrap p{display: block;word-break: keep-all;font-size: 15px;font-weight: 500;color: #000;}

@media all and (max-width : 1199px){
    [class*=policy_con] #policy_content{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media all and (max-width : 1024px){
    [class*=policy_con] .top{height: 50px;}
    [class*=policy_con] .top p{line-height: 50px;}
}
@media all and (max-width : 640px){
    [class*=policy_con] #policy_content{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}