@charset "utf-8";
/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}
.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}

/* basic */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

/* 햄버거 메뉴 */

#header .m_btn {display:none; width:24px; margin:0 auto; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}


@media all and (max-width:1140px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block;}
}

/* 모바일 메뉴 */
.m_menu_bg {z-index:99998; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:999999999999; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; height: 60px;}
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#000; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }

/* header */

#header {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.gnb ul {
	display: flex;
	align-items: center;
	gap: 50px;
	height: 100%;
	padding-left: 0;
}

.gnb ul li {
	height: 100%;
}

.header_logo {
	height: 100%;
    display: flex;
    align-items: center;
}

.gnb ul li a {
	color: var(--WH, #FCFCFC);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 20px */
height: 100%;
display: flex;
align-items: center;
}

.gnb ul li a.active {
	font-weight: 700 !important;
	position: relative;
}
/* .gnb ul li a.active::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -18px;


width: 12px;
height: 12px;
flex-shrink: 0;
aspect-ratio: 1/1;
border-radius: 1px;
background: rgba(192, 168, 136, 0.10);
box-shadow: 1px 1px 2px 0px rgba(250, 250, 250, 0.40) inset, -1px -1px 2px 0px rgba(192, 168, 136, 0.70) inset, 0px 0px 2px 0px rgba(192, 168, 136, 0.90) inset, 0px 0px 20px 0px rgba(192, 168, 136, 0.10), 0px 6px 6px 0px rgba(131, 131, 131, 0.20);
backdrop-filter: blur(1.5px);

    animation: fadeInSmooth 0.4s ease-out forwards;
}

@keyframes fadeInSmooth {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
} */

#header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header_sns > ul {
	display: flex;
	align-items: center;
border-radius: 999px;
background: rgba(192, 168, 136, 0.10);
box-shadow: 1px 1px 2px 0px rgba(241, 235, 228, 0.40) inset, -1px -1px 2px 0px rgba(241, 235, 228, 0.70) inset, 0px 0px 2px 0px rgba(241, 235, 228, 0.90) inset, 0px 0px 20px 0px rgba(255, 255, 255, 0.10), 0px 6px 6px 0px rgba(148, 148, 148, 0.20);
backdrop-filter: blur(1.5px);
padding: 0 18px;
}

.bar_yo {
	margin: 0 10px;
	color: rgba(26, 26, 26, 0.40);
	font-size: 16px;
}

/* header 2 */

#header2 {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	/* display: none; */
} 


.lang_dropdown {
    position: relative;
}

#header .lang_toggle::after {
	    background-image: url('/img/lang_arrow_white.png');
}

.lang_toggle {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
color: #504639;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
}

.lang_toggle::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background-image: url('/img/lang_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    transition: transform 0.2s ease-in-out;
}

.lang_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 80px;
    text-align: center;
    z-index: 10;
	border-radius: 10px;
}

.lang_list.is-active {
    display: block;
}

.lang_list li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
	font-size: 16px;
}

.lang_list li a:hover {
    background-color: #f5f5f5;
		border-radius: 5px;
}

#header2 .gnb ul li a {
	color: var(--WH, #C0A888);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 20px */
height: 100%;
display: flex;
align-items: center;
}

#header2 .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

#header2 .header_sns > ul {
	
	display: flex;
	align-items: center;
border-radius: 999px;
background: rgba(192, 168, 136, 0.10);
box-shadow: 1px 1px 2px 0px rgba(241, 235, 228, 0.40) inset, -1px -1px 2px 0px rgba(241, 235, 228, 0.70) inset, 0px 0px 2px 0px rgba(241, 235, 228, 0.90) inset, 0px 0px 20px 0px rgba(255, 255, 255, 0.10), 0px 6px 6px 0px rgba(148, 148, 148, 0.20);
backdrop-filter: blur(1.5px);
padding: 0 18px;
}

.bar_yo {
	margin: 0 10px;
	color: rgba(26, 26, 26, 0.40);
	font-size: 16px;
}

.is-hidden {
  display: none !important;
}

/* footer */
.footer_icon_box {
	display: flex;
	align-items: center;
}

footer {

    background: #F1EBE4;
    
}
footer > div {
        max-width: 1580px;
    padding: 5rem 1rem;
    margin: 0 auto;
}
footer p {
    color: #5E5E5E;
/* Body-16 */
font-family: Pretendard;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: 0.16px;
}
footer button {
    color: #474747;
font-family: Pretendard;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: 0.16px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
background-color: transparent;
border: none;
}

.gap4 {
	gap: 4rem;
}
.gap3 {
	gap: 3rem;
}

@media all and (max-width:1240px){
	.gnb ul {
		gap: 30px;
	}
}

@media all and (max-width:1140px){
	#header2 {
		display: none !important;
	}
		#header {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.3);
	}
	.header_sns {
		display: none;
	}
	#header .m_btn {
		margin: unset;
	}
}

@media all and (max-width:1000px){
	
.footer_wrap_custom {
	flex-direction: column;
	gap: 30px;
}
footer > div {
	padding: 2.5rem 1rem;
}
.gap4,
.gap3
 {
	gap: 1rem;
}

}