@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: 1600px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1600px) {
	.inner {
		width: 93.75%;
	}
}

/* 햄버거 메뉴 */
#header .m_btn {
	display: none;
	width: 24px;
	text-align: right;
	cursor: pointer;
}

#header .m_btn i {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: #999;
	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:1100px) {
	#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 {
	height: 109px;
	/* backdrop-filter: blur(10px); */
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 18px 0;

}

#header .inner {
	align-items: center;
	justify-content: space-between;
	max-width: 1600px;
	height: 100%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.gnb,
.login_box_pc {
	margin-top: auto;
}

.gnb>ul {
	align-items: center;
	gap: 45px;
}

.gnb>ul>li a {
	display: block;
	height: 100%;
	padding: 10px 0;

	color: #FFF;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}


.login_box_pc>ul {
	align-items: center;
	gap: 36px;
}

.login_box_pc>ul>li a {
	padding: 10px 0;
	display: block;
	height: 100%;
	color: #FFF;

	/* Headline 1/Medium - 18 */
	font-family: var(--Family-KO, Pretendard);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	/* 23.4px */
	letter-spacing: 0.09px;
}

.h_logo_box a {
	height: 100%;
	display: block;
}

.gnb,
.login_box_pc {
	display: flex;
	flex: 1;
}

.login_box_pc {
	justify-content: flex-end;
}

body.is-subpage header {
	background: rgba(237, 237, 233, 0.80) !important;
	backdrop-filter: blur(10px);

}

body.is-subpage header a {
	color: #222;
}

body.is-subpage header img {
	filter: invert(1);
}

#header {
	transition: all .35s ease;

}

#header:hover,
#header.active {
	background: rgba(237, 237, 233, 0.80);
	backdrop-filter: blur(10px);
}

#header:hover a,
#header.active a {
	color: #222;
}

#header:hover img,
#header.active img {
	filter: invert(1);
}

@media all and (max-width: 1600px) {
	#header .inner {
		width: 93.75%;
	}
}

@media all and (max-width:1500px) {

	.gnb>ul,
	.login_box_pc>ul {
		gap: 20px;
	}

	.h_logo_box {
		width: 180px;
	}



}

@media all and (max-width:1300px) {

	.gnb>ul,
	.login_box_pc>ul {
		gap: 10px;
	}

	.gnb>ul>li a {
		font-size: 14px;
	}
}

@media all and (max-width:1100px) {
	.login_box_pc>ul {
		display: none;
	}

	#m_menu .flex {
		flex-direction: column;
	}

	#header {
		padding: 3.5px 0;
	}
}




#m_menu .top_box {
	position: relative;
	padding: 32px 0;
}

#m_menu .top_box .close_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#m_menu .top_box .close_btn i {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #333;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform-origin: center;
}

#m_menu .top_box .close_btn i:first-of-type {
	transform: translateY(-50%) rotate(45deg);
}

#m_menu .top_box .close_btn i:last-of-type {
	transform: translateY(-50%) rotate(-45deg);
}



/* Footer Section */

.footer {
	background-color: #5E503F;
	padding: 72px 0 144px;
}

.footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 72px;
	flex-wrap: wrap;
	gap: 30px;
}

.footer_logo {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 400;
	color: #FAF7F2;
}

.footer_sns {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.footer .sns_link {
	width: 40px;
	height: 40px;
	background-color: rgba(223, 222, 216, 0.8);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.footer .sns_link:hover {
	background-color: rgba(223, 222, 216, 1);
}

.footer .sns_link img {
	width: 20px;
	height: 20px;
}

.footer_bottom {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
}

.footer_col {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.footer_info {
	flex: 1;
}

.footer_guide,
.footer_contact {
	flex: 0 0 calc((50% - 54px) / 2);
	/* justify-content: space-between; */
}

.footer_title {
	font-family: 'Pretendard', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.footer .info_list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer .info_row {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

.footer .info_item {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #DFDED8;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.footer .info_divider {
	width: 1px;
	height: 14px;
	background-color: rgba(223, 222, 216, 0.2);
}

.footer_copyright {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgba(223, 222, 216, 0.6);
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.footer .guide_list {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.footer .guide_item {
	padding: 18px 0;
	border-bottom: 1px solid rgba(223, 222, 216, 0.2);
}

.footer .guide_item a {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #DFDED8;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer .guide_item a:hover {
	color: #fff;
}

.footer .contact_content {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.footer .contact_group {
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 100%;
}

.footer .contact_text {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #DFDED8;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.footer .contact_text.sub {
	color: rgba(223, 222, 216, 0.6);
}

.footer .contact_note {
	font-family: 'Pretendard', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: rgba(223, 222, 216, 0.6);
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

@media (max-width: 1280px) {
	.footer {
		padding: 60px 0 120px;
	}

	.footer_top {
		margin-bottom: 60px;
	}

	.footer_logo {
		font-size: 42px;
	}

	.footer_title {
		font-size: 18px;
	}

	.footer .info_item,
	.footer .guide_item a,
	.footer .contact_text,
	.footer_copyright {
		font-size: 15px;
	}

	.footer .contact_note {
		font-size: 11px;
	}
}

@media (max-width: 1024px) {

	.footer_col.footer_info {
		order: 3;
	}

	.footer_guide,
	.footer_contact {
		flex: 0 0 calc(50% - 18px);
	}
}

@media (max-width: 768px) {

		.footer_col.footer_info {
		order: unset;
	}

	.footer {
		padding: 50px 0;
	}

	.footer_top {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer_logo {
		font-size: 36px;
	}

	.footer_bottom {
		flex-direction: column-reverse;
	}

	.footer_col {
		flex: 0 0 100%;
	}

	.footer_guide,
	.footer_contact {
		flex: 0 0 100%;
	}

	.footer_title {
		font-size: 16px;
	}

	.footer .info_item,
	.footer .guide_item a,
	.footer .contact_text,
	.footer_copyright {
		font-size: 14px;
	}

	.footer .info_divider {
		display: none;
	}

	.footer .info_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 9px;
	}
}

@media (max-width: 480px) {
	.footer {
		padding: 30px 0;
	}

	.footer_logo {
		font-size: 32px;
	}

	.footer .sns_link {
		width: 36px;
		height: 36px;
	}

	.footer .sns_link img {
		width: 18px;
		height: 18px;
	}

	.footer_col {
		gap: 24px;
	}

	.footer .info_item,
	.footer .guide_item a,
	.footer .contact_text,
	.footer_copyright {
		font-size: 13px;
	}

	.footer .contact_note {
		font-size: 10px;
	}
}

/* 20251212 추가 */

.gnb>ul>li a {
	perspective: 1000px;
}

.menu_text {
	position: relative;
	display: inline-block;
	transform-style: preserve-3d;
	transition: transform 0.6s;
	height: 100%;
}

.text_front,
.text_back {
	display: block;
	backface-visibility: hidden;
	white-space: nowrap;
	color: #FFF;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}

.text_back {
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotateX(180deg) translateX(-50%);
	transform-origin: center;
}

.gnb>ul>li a:hover .menu_text {
	transform: rotateX(180deg);
}

#header:hover .gnb>ul>li a .text_front,
#header:hover .gnb>ul>li a .text_back,
#header.active .gnb>ul>li a .text_front,
#header.active .gnb>ul>li a .text_back,
.sub_page .text_front,
.sub_page .text_back {
	color: #222 !important;
}

#m_menu .text_front {
	backface-visibility: unset;
	color: #000 !important;
}

@media (max-width: 1500px) {

	.text_front,
	.text_back {
		white-space: unset;
	}

	.gnb>ul>li a:hover .menu_text {
		transform: rotateX(180deg);
	}
}

.serch_wrap {
	display: flex;
	gap: 30px;
	align-items: center;
}

.serch_wrap input {
	background: unset;
	border: none;
	border-bottom: 2px solid #000;
	height: 30px;
	display: flex;
}

.serch_wrap input.ative {
	display: flex;
}

.serch_wrap input:focus {
	outline: none;
}


/* 20251224 추가 */
.quick_menu_box {
	position: fixed;
	right: 60px;
	bottom: 70px;
	z-index: 9999;
}

.quick_menu_box ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
}

.quick_menu_box ul li {
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #EDEDE9;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}


@media (max-width:768px) {
	.quick_menu_box {
		right: 20px;
		bottom: 20px;
	}
}