@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: 1680px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1680px) {
	.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 20px;
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

#m_menu .login_box a:first-of-type:before,
#m_menu .login_box a:nth-of-type(2):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: 102px; */
background: rgba(138, 95, 119, 0.20);
backdrop-filter: blur(15px);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;


}

#header .inner {
	align-items: center;
	justify-content: space-between;
	max-width: 1632px;
	height: 100%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.gnb>ul {
	align-items: center;
	gap: 56px;
}

.gnb>ul>li a {
	display: block;
	height: 100%;
	padding: 39px 0;

	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;
}

.login_box_pc>ul {
	align-items: center;
	gap: 40px;
}

.login_box_pc>ul>li a {
	padding: 39px 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: var(--Vector-700, #8A5F77) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}

#header {
    transition: all .35s ease; 

}

#header:hover,
#header.active {
    background: var(--Vector-700, #8A5F77);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}

@media all and (max-width: 1632px) {
	#header .inner {
		width: 93.75%;
	}
}

@media all and (max-width:1500px) {

	.gnb>ul,
	.login_box_pc>ul {
		gap: 20px;
	}

	.h_logo_box {
		width: 180px;
	}

	.gnb>ul>li a {
		font-size: 16px;
	}

}

@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_section {
	width: 100%;
	padding: 80px 80px 34px 80px;
	background: #2E2028;
	position: relative;
	overflow: hidden;
}

.f_inner {
	max-width: 1920px;
	margin: 0 auto;
}

.section.footer_section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(90deg, rgba(158, 134, 200, 0.10) 0%, rgba(0, 0, 0, 0) 100%);
}

.section.footer_section::after {
	content: '';
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	width: 384px;
	height: 384px;
	background: rgba(228, 207, 161, 0.05);
	border-radius: 50%;
	filter: blur(64px);
}

.footer_content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.footer_main {
	display: flex;
	justify-content: space-between;
	gap: 64px;
}

.footer_brand {
	flex: 0 0 auto;
	max-width: 392px;
}

.logo {
	width: 200px;
	height: 70px;
	margin-bottom: 24px;
}

.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand_divider {
	width: 64px;
	height: 1px;
	background: rgba(230, 159, 198, 0.20);
	margin: 24px 0;
}

.brand_desc {
	color: #C7C7C7;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.16px;
	margin-bottom: 32px;
}

.social_links {
	display: flex;
	gap: 12px;
}

.social_link {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.social_link:hover {
	background: rgba(255, 255, 255, 0.20);
}

.social_link svg {
	width: 16px;
	height: 16px;
	stroke: white;
	fill: none;
	stroke-width: 1.33;
}

.footer_links {
	display: flex;
	flex: 1;
	gap: 64px;
}

.link_group {
	flex: 1;
	min-width: 200px;
}

.link_title {
	color: white;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.20px;
	margin-bottom: 24px;
}

.link_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.link_item {
	color: #C7C7C7;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08px;
	cursor: pointer;
	transition: color 0.3s;
}

.link_item:hover {
	color: white;
}

.contact_item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #C7C7C7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.07px;
}

.contact_icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.contact_icon svg {
	width: 100%;
	height: 100%;
	stroke: #B87F9E;
	fill: none;
	stroke-width: 1.67;
}

.time_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.time_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.time_label {
	color: #C7C7C7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.07px;
}

.time_value {
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.07px;
}

.time_divider {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.10);
	margin: 12px 0;
}

.time_notice {
	color: #B87F9E;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.16px;
}

.footer_business_info {
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer_business_info p {
	color: #C7C7C7;
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.07px;
	margin-bottom: 0;
}

.footer_business_info a {
	color: #C7C7C7;
	text-decoration: underline;
	transition: color 0.3s;
}

.footer_business_info a:hover {
	color: white;
}

.footer_bottom {
	/* padding-top: 33px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 30;
	position: relative;
}

.copyright {
	color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.16px;
}

.footer_nav {
	display: flex;
	gap: 32px;
}

footer a:link {
	color: rgba(255, 255, 255, 0.50);
}

.footer_nav_link {
color: rgba(255, 255, 255, 0.50);
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.16px;
	cursor: pointer;
	transition: color 0.3s;
}

.footer_nav_link:hover {
	color: rgba(255, 255, 255, 0.80);
}

@media all and (max-width:1440px)
{
	.f_inner {
		width: 93.75%;
	}

	.section.footer_section {
		padding: 60px 0;
	}
}

@media (max-width: 1200px) {
	.footer_main {
		flex-wrap: wrap;
	}

	.footer_links {
		flex-wrap: wrap;
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.section.footer_section {
		padding: 30px 0;
	}

	.footer_content {
		gap: 40px;
	}

	.footer_main {
		flex-direction: column;
		gap: 40px;
	}

	.footer_links {
		/* flex-direction: column; */
		gap: 32px;
	}

	.footer_business_info {
		padding-top: 24px;
	}

	.footer_business_info p {
		font-size: 12px;
		line-height: 20px;
	}

	.footer_bottom {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}

	.footer_nav {
		flex-direction: column;
		gap: 12px;
	}

	footer .time_item {
		justify-content: unset;
		gap: 30px;
	}

	footer .time_label {
		width: 50px;
	}
}




/* Quick Menu */

.quick_menu {
    position: fixed;
    right: 30px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 1000;
}

.quick_menu .quick_item {
    width: 70px;
    height: 70px;
    background-color: #FFF8FC;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick_menu .quick_item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.quick_menu .quick_icon {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_menu .quick_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quick_menu .quick_text {
    width: 42px;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #5C404F;
}

@media (max-width: 1280px) {
    .quick_menu {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .quick_menu {
        right: 24px;
        bottom: 24px;
        gap: 14px;
    }
    
    .quick_menu .quick_item {
        width: 60px;
        height: 60px;
    }
    
    .quick_menu .quick_icon {
        width: 20px;
        height: 20px;
    }
    
    .quick_menu .quick_text {
        font-size: 9px;
        width: 38px;
    }
}

@media (max-width: 768px) {
    .quick_menu {
        right: 20px;
        bottom: 20px;
        gap: 12px;
    }
    
    .quick_menu .quick_item {
        width: 56px;
        height: 56px;
    }
    
    .quick_menu .quick_icon {
        width: 18px;
        height: 18px;
    }
    
    .quick_menu .quick_text {
        font-size: 9px;
        width: 36px;
    }
}

@media (max-width: 480px) {
    .quick_menu {
        right: 16px;
        bottom: 16px;
        gap: 10px;
    }
    
    .quick_menu .quick_item {
        width: 52px;
        height: 52px;
    }
    
    .quick_menu .quick_icon {
        width: 16px;
        height: 16px;
    }
    
    .quick_menu .quick_text {
        font-size: 8px;
        width: 34px;
    }
}