@charset "utf-8";

.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;
}


.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;
	}
}

.inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1680px) {
	.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:1080px) {
	#header .gnb {
		display: none;
	}

	/* #header .m_btn {
		display: inline-block;
	} */
}

.m_menu_bg {
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
}

#m_menu {
	z-index: 102;
	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;
}

#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 {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

}


.gnb>ul {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
}

.gnb>ul>li {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;

}

.gnb>ul>li>a {
	display: block;
	padding: 30.5px 0;
	color: #000;
	text-align: center;

	font-size: 18px;
	font-weight: 400;
}

.gnb .depth02 {
	position: absolute;
	top: 80px;

	left: 50%;
	transform: translateX(-50%);
	display: none;
	white-space: nowrap;
	gap: 60px;
	align-items: center;
	justify-content: center;
	z-index: 120;
	width: 100vw;
	padding: 29px 0;

}

.gnb .depth02 li a {
	color: var(--k-100, #333);
	text-align: center;

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 30px 0;

	transition: opacity 0.3s ease;
	opacity: 0;
}

/* .gnb li>a:hover {
	color: var(--point_01, #333);
	text-align: center;

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
} */

.gnb:hover li a {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.gnb .depth02 li a:hover {

	color: #000;
	text-align: center;

	font-size: 18px;
	font-style: normal;
	/* font-weight: 500; */
	line-height: normal;
	text-decoration: unset;
}

.depth02_bg {
	/* display: none; */
	position: absolute;
	top: 108px;
	left: 0;
	right: 0;
	height: 82px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	z-index: 110;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.gnb>ul>li:hover>.depth02 {
	display: flex;
}

.depth02_bg.is-active {
	opacity: 1;
	visibility: visible;
}

.ham_yo {
	cursor: pointer;
}


/* footer */
.footer_top {
	background: #933572;
	padding: 20px 0;

}

.footer_top .inner {
	align-items: center;
	justify-content: space-between;
}

.footer_top .inner>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 36px;
}

.policy {
	color: var(--w-100, #FAFAFA);

	font-size: clamp(16px, 3.2vw, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer_bottom {
	background: linear-gradient(180deg, #75265A -0.04%, #8B2267 49.96%, #75265A 99.96%);
	padding: 36px 0;
}

.footer_bottom .inner {
	align-items: end;
	justify-content: space-between;
	gap: 40px;
}

.footer_side.logo {
	gap: 72px;
	align-items: center;
}

.f_logo_box img {
	width: 100%;
	height: 100%;
	max-width: 180px;
	aspect-ratio: 1 / 1;
}

.f_info_box {
	flex-direction: column;
	gap: 9px;
}

.f_info_box p {
	color: var(--w-100, #FAFAFA);
	font-size: clamp(14px, 3.2vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.f_info_box span {
	color: var(--w-095, #F2F2F2);
	font-size: clamp(14px, 3.2vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.4;
	margin-top: 9px;
}

.footer_side.btn {
	flex-direction: column;
	gap: 18px;
}

.footer_side.btn a {
	border-radius: 30px;
	opacity: 0.8;
	background: var(--bg, #F6F0F6);
	width: 220px;
	height: 52px;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer_side.btn a p {
	color: var(--k-100, #333);
	font-size: clamp(16px, 3.2vw, 18px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


@media all and (max-width:1080px) {
	.footer_bottom {
		padding: 36px 0 95px 0;
	}
}

@media all and (max-width:1000px) {
	.footer_side.btn {
		margin: 0 auto;
	}
}

@media all and (max-width:768px) {
	.footer_side.logo {
		gap: 30px;
		justify-content: center;
	}

}


/* shop 퀵메뉴 */
#sideQuick {
	position: fixed;
	right: 2rem;
	bottom: 19rem;
	z-index: 101;
	max-width: 140px;
}

#sideQuick>ul {
	border-radius: 6px;
	margin-bottom: 20px;
}

#sideQuick ul li .side_quick_menu01 {
	width: 100%;
	aspect-ratio: 1/0.357;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 0 20px;
}

#sideQuick ul li .side_quick_menu01+.side_quick_menu01 {
	margin-top: 10px;
}

#sideQuick ul li .side_quick_menu01 img {
	width: fit-content;
}

#top_btn {
	margin-top: 10px;
	/* display: none; */
	/* opacity: 0; */
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: absolute;
	bottom: 0;

	display: flex;
	flex-direction: column;
	gap: 18px;
}

#top_btn.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

#sideQuickMoreBtn {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

#top_btn,
#sideQuickMoreBtn {
	display: flex;
	justify-content: center;
}

.sideQuickBtn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); */
	/* background-color: #fff; */
	border: 0;
	background: transparent;
}

#sideQuickMoreBtn .sideQuickBtn {
	background-color: var(--color-primary01);
}

#sideQuickMoreBtn .sideQuickBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: transform 0.3s, opacity 0.3s;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(1) {
	width: 12px;
	height: 1px;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(2) {
	width: 1px;
	height: 12px;
}

#sideQuickMoreBtn.scroll {
	bottom: 60px;
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn .quick {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	min-width: 140px;
	display: none;
}

@media all and (max-width:768px) {
	#sideQuick {
		right: 1rem;
	}
}

/* @media all and (max-width:1400px) {
	#sideQuick {
		display: none;
	}
} */
/* END shop 퀵메뉴 */



/* 모바일메뉴 */
#mobileGnb,
.mobileMenuBtn {
	display: none;
}

.mg_wrapper {
	padding: 10px 20px 80px;

}

.mb_logo {
	border-bottom: 1px solid #E9E9E9;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	position: relative;
}



#mobileGnb {
	position: fixed;
	top: 0;
	width: 400px;
	height: 100vh;
	z-index: 102;
	background-color: #F6F0F6;
	display: none;
	overflow: auto;

}

#mobileGnb .mobileHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	padding: 0 20px;
}

#mobileGnb .mobileHeader>a {
	display: flex;
	align-items: center;
	height: 100%;
	/* width: fit-content; */
	justify-content: center;
	width: 30px;
}

.mobileMenuBtn {
	position: relative;
	cursor: pointer;
	/* min-width: 40px;
	height: 40px; */
}

.mobileMenuBtn span {
	position: absolute;
	display: block;
	width: 20px;
	height: 1.5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	transition: .35s;
}

.mobileMenuBtn span:nth-child(1) {
	top: 12px;
}

.mobileMenuBtn span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.mobileMenuBtn span:nth-child(3) {
	bottom: 12px;
}


.mobileMenuBtn.active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%) rotate(45deg);
}

.mobileMenuBtn.active span:nth-child(2) {
	opacity: 0;
}

.mobileMenuBtn.active span:nth-child(3) {
	bottom: 50%;
	transform: translate(-50%) rotate(-45deg);
}

#mobileSideQuick {
	display: none;
}

body.active {
	touch-action: none;
	overflow: hidden !important;
	-webkit-user-select: none;
}

html.active {
	touch-action: none;
	overflow: hidden !important;
	overscroll-behavior: none;
	-webkit-user-select: none;
}

#mobileGnb .gnb_box ul {
	width: 100%;
}



/* .mobile_side_menu {
	margin-top: 20px;
} */
.mobile_side_menu>ul {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
}

.mobile_side_menu>ul>li {
	flex: 1;
	height: 100px;
}

.mobile_side_menu>ul>li+li {
	border-left: 1px solid #e3e3e3;
}

.mobile_side_menu>ul>li>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 10px;
	text-align: center;
	color: #333;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.h_search_form_box {
	min-width: 530px;
	max-width: 530px;
	width: 100%;
	height: 50px;
	/* border: 1px solid #E3E3E3; */
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
}

.h_search_input {
	width: calc(100% - 55px);
	border: unset;
	outline: unset;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 400;
	min-width: 0;
	height: auto !important;
}

.h_search_input::placeholder {
	color: #777;
}

.h_search_btn {
	padding: 0 15px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 55px;
	transition: all 0.3s ease;
}



/* #mobile_main_meun_box > ul > li + li > a {
	border-bottom: 1px solid #E3E3E3;
}

#mobile_main_meun_box > ul > li:last-child {
	border-right: 1px solid #e3e3e3;
} */

.mb_login_mini_box a {
	border-radius: 50px;
	border: 1px solid #1D50A2;
	width: 63px;
	height: 30px;
	display: inline-flex;
	max-width: 100%;
	justify-content: center;
	align-items: center;
}

.mb_login_mini_box a p {
	color: #1D50A2;
	text-align: center;
	font-family: "Noto Sans KR";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.nav_login_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.login_submit_btn_box01.mobile_login_ya {
	max-width: 100%;
}

.login_submit_btn_box01.mobile_login_ya a {
	width: calc(50% - 7.5px);
}


@media all and (max-width: 1440px) {
	.footer_row_box {
		flex-direction: column;
		gap: 40px;
	}

	.h_search_form_box {
		min-width: 400px;
		max-width: 400px;
	}
}

@media all and (max-width: 1300px) {
	.head_er_row.row_one_flex {
		width: 200px;
	}
}


@media all and (max-width: 1080px) {


	#header {
		justify-content: center;
	}

	.bottom_head_er {
		display: none;
	}

	.head_er_row.row_one_flex {
		display: none;
	}

	#header .head_er_row .h_logo.mb_logo {
		display: block;
	}

	#header .head_er_row .h_logo {
		display: none;
	}

	.top_head_er {
		padding: unset;
	}

	.mb_search_icon {
		display: block;
	}

	.footer_wrapper {
		padding: 30px;
	}

	.br_mb_only {
		display: block;
	}

	.foooter_call_box {
		gap: 0;
	}


	.footer_info_box ul {
		flex-direction: column;
	}

	.footer_info_box .footer_bar {
		display: none;
	}


	#mobileSideQuick {
		position: fixed;
		bottom: 0;
		left: 0;
		width: -webkit-fill-available;
		height: 60px;
		display: flex;
		padding: 0 20px;
		z-index: 102;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #75265A;
	}

	#mobileSideQuick .btn {
		display: flex;
		gap: 5px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		color: #fff;
		font-weight: 400;
		flex: 1;
		background-color: unset;
	}

	.h_search_form_box {
		max-width: 100%;
		min-width: unset;
	}


}


#header .gnb.mv_header_custom {
	display: none;
}



/* @media all and (max-width:1080px) {	 */
.mobileMenuBtn {
	display: block;
}

.h_top_left_box form,
.h_top_login_box,
.h_btm_box,
.h_top_right_box {
	display: none;
}

.h_top_box {
	height: 60px;
}

.h_top_box .h_inner {
	height: 100%;
	align-items: center;
}

.h_search_form_box {
	max-width: 100%;
	min-width: unset;
}

#mobileGnb .body_box {
	margin-top: 30px;
}

.mobile_gnb_ment {
	font-size: 20px;
	color: #333;
	font-weight: 400;
}

.mobile_gnb_ment.after {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}

.mobile_gnb_ment.after .ment {
	font-size: 12px;
	font-weight: 400;
	color: #777;
}

#header.scrolldown .h_top_box {
	opacity: 1;
	height: 60px;
	visibility: visible;
}

#mobileGnb a.login_chk_btn01,
#mobileGnb .login_chk_btn01 {
	height: 45px;
	font-size: 14px;
}

#mobile_main_meun_box {
	margin-top: 20px;
}

#mobile_main_meun_box>ul {
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
}

#mobile_main_meun_box>ul>li {
	width: 50%;
	height: 50px;
	border: 1px solid #ddd;
}

#mobile_main_meun_box>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #222;
}

/* #mobile_main_meun_box > ul > li + li > a {
		border-left: 1px solid #E3E3E3;
	} */
/* #mobile_main_meun_box > ul > li + li:nth-child(3n + 1) > a {
		border-left: unset;
	} */
/* #mobile_main_meun_box > ul > li:nth-child(n+4):nth-child(-n+10) {
		border-top: 1px solid #e3e3e3;
	} */
#mobileGnb .gnb_box_wrap {
	margin-top: 30px;
}

#mobileGnb .gnb_box_wrap .tit {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

#mobileGnb .gnb_box {
	border-radius: 6px;
	overflow: hidden;
}

#mobileGnb .gnb_box .depth01>a {
	background-color: #fff;
	width: 100%;
	height: 45px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
	padding-right: 40px;
	font-size: 20px;
	font-weight: 700;
}

#mobileGnb .gnb_box .depth01>a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/shop_select_arw01.png) no-repeat center right 20px / 13px 14px;
}

#mobileGnb .gnb_box .depth01.active>a::after {
	background: url(/img/shop_select_arw01.png) no-repeat center left 20px / 13px 14px;
	transform: rotate(180deg);
}

#mobileGnb .gnb_box .depth01.active>a {
	color: var(--color-primary01);
}

#mobileGnb .gnb_box .depth02 {
	display: none;
}

#mobileGnb .gnb_box .depth02>li>a {
	padding: 0 20px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	background-color: #F8F8F8;
}

#mobileGnb .gnb_box .depth03 {
	display: none;
}

/* #sideQuick {
	display: none;
} */


/* } */

.login_btn_group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.login_btn_group a {
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 14px;
	border-radius: 30px;
	border: 1px solid rgba(222, 222, 222, 0.87);
	background: var(--w-100, #FAFAFA);
	background: #FFF;
}


@media all and (max-width:1080px) {
	#mobileSideQuick .btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		color: #fff;
		font-weight: 400;
		flex: 1;

		position: relative;

	}



	#header .inner {
		justify-content: center;
	}


	#mobileSideQuick {
		position: fixed;
		bottom: 0;
		left: 0;
		width: -webkit-fill-available;
		height: 72px;
		display: flex;
		padding: 0 20px;
		z-index: 102;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #75265A;
	}

	.moon_e_box_yo {
		border-radius: 10px 10px 0px 0px;
		background: var(--1, linear-gradient(90deg, #025DEB 0%, #01C1F8 100%));
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -34px;
		width: 115px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.moon_e_box_yo p {
		color: #FFF;
		text-align: center;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		/* 10px */
		margin: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	#header .gnb.mv_header_custom {
		position: absolute;
		display: block;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		background-color: unset;

	}

	#header .gnb.mv_header_custom>ul>li>a {
		color: #fff;
		font-size: 20px;
	}
}

.hak_zu_btn a {
	border-radius: 5px;
	border-right: 1px solid #E9E9E9;
	background: #1D50A2;
	max-width: 100%;
	width: 100%;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hak_zu_btn a p {
	color: #FFF;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}




.threeMenuBox>li {
	position: relative;
}

.threeMenuBox>li>a {
	display: flex;
	padding: 0 14px;
	height: 40px;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #E9E9E9;
	background-color: #fff;
	position: relative;
}

.sdie_cate_ment {
	margin: 30px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.threeMenuBox>li>a .plus_icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
}

/* .threeMenuBox > li > a .plus_icon span { */
.plus_icon span {
	width: 100%;
	height: 1px;
	background-color: #444;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* .threeMenuBox > li > a .plus_icon span:nth-child(2) { */
.plus_icon span:nth-child(2) {
	width: 1px;
	height: 100%;
}

.plus_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.threeMenuBox>li>ul {
	/* background-color: #f9f9f9; */
	background-color: #F4F4F4;
	padding: 20px;
	display: none;
}

.threeMenuBox>li>ul .depth002 {
	padding-left: 10px;
}

.threeMenuBox>li>ul .depth002>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: left;
}

/* .threeMenuBox>li>ul .depth002>a::after {
	content: 'ㆍ';
	position: absolute;
	left: -15px;
	top: 0;
} */

.threeMenuBox>li.active>a {
	/* font-weight: 600; */
	color: #333;
}

.threeMenuBox>li.active>a .plus_icon span:nth-child(2) {
	display: none;
}

.threeMenuBox>li.active>.plus_icon span:nth-child(2) {
	display: none;
}



/* .threeMenuBox>li>ul .depth002.active>a {
	font-weight: 600;
	color: #1D50A2;
} */

.threeMenuBox>li>ul .depth002>ul {
	display: none;
}

.threeMenuBox>li>ul .depth002>ul .depth003 {
	position: relative;
}

.threeMenuBox>li>ul .depth002>ul .depth003>a {
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 2.2em;
}

.threeMenuBox>li>ul .depth002>ul .depth003>a::after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

/* END sideNav */

.side_nav_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	z-index: 100;
	display: none;
}


.side_nav_bg.active {
	display: block;
}

.close_btn_yo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

@media all and (max-width:700px) {
	#mobileGnb {
		width: -webkit-fill-available;
	}

	.side_nav_bg {
		display: none !important;
	}
}

.threeMenuBox .depth001 a.first {
	border-radius: 10px 10px 0 0;
}

.threeMenuBox .depth001 a.last {
	border-radius: 0 0 10px 10px;
}

.login_pink {
	background: var(--point_00, #75265A) !important;
	color: #fff !important;
}

.depth001.active img {
	transform: rotate(180deg);
}

/* END mbMenu*/




/* all menu */


.con00 {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 997px;
	z-index: 999;

	background: url('/img/all_menu_bg.jpg') no-repeat center / cover;

	opacity: 0;
	transform: translateY(-12px);
	visibility: hidden;
	pointer-events: none;

	transition: opacity .4s ease, transform .4s ease, visibility 0s linear .4s;
	will-change: opacity, transform;
}

.con00.on {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: opacity .4s ease, transform .4s ease;
}


.main_visual.on {
	display: none;
}

#header.on {
	display: none;
}

.all_top_ul .all_top_li .all_menu_bar {
	/* border-bottom: 2px solid #595959; */
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.all_top_ul .all_top_li .all_menu_bar .all_menu_title {
	color: #000;
	text-align: center;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.all_bottom_li {
	text-align: center;
	padding: 30px 0;
}

.all_bottom_ul .all_bottom_li a {
	color: #000;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.all_top_ul {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

/* .all_top_li {
	width: calc(100% / 9);
} */

.all_bottom_li a:hover {
	color: #933572;
	font-weight: 600;
}

.all_top_li:hover .all_menu_title {
	font-weight: 600;
}

/* .all_top_li:hover .all_menu_bar {
	border-bottom: 2px solid #ffffff;
} */

.all_menu_top {
	padding: 78px 0;
}

.all_menu_logo_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.language_container {
	color: #ffffff;
	display: flex;
}

.language_container span {
	padding: 0 10px;
	font-size: 10px;
	font-weight: 700;
	margin-top: 5px;
}

.language_container p {
	font-size: 18px;
}

.language_box {
	display: flex;
	align-items: center;
}

.con00 .logo_container {
	display: flex;
}

.logo_container .all_menu_black_logo {
	padding-right: 10px;
}

.all_menu_txt p {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.all_menu_txt h4 {
	color: #000;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 9px;
}


@media all and (max-width:1650px) {
	.gnb>ul {
		gap: 0;
	}

	.gnb>ul>li {
		padding: 0 18px;
	}

}


@media all and (max-width:1400px) {
	.all_top_ul .all_top_li .all_menu_bar .all_menu_title {
		font-size: 19px;
	}

	.all_bottom_ul .all_bottom_li a {
		font-size: 19px;
	}

	.gnb>ul>li:not(.ham_yo) {
		display: none;
	}

	#header {
		padding: 4.5px 0 18px 0;
	}

}

@media all and (max-width:1200px) {
	.all_bottom_ul .all_bottom_li a {
		font-size: 18px;
	}
}


/* 20250828 추가 */
.h_login_box {
	width: 100%;
}

.h_login_box ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 37px;
}

.h_login_box ul li a {
	padding: 6px 0;
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;

	color: var(--k-095, #999);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.h_login_box ul li a:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(18px,-50%);
	width: 1px;
	height: 14px;
	background: #dedede;
}

.h_login_box ul li a.last:before {
	display: none;
}

