@charset "UTF-8";
/* 공통 - common css */
:root {
	--cont-x-padding: 20px;
}

.wrap {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	min-height: 100vh;
}

.footer {
	flex: none;
}

main {
	flex: 1;
	min-height: 0;
}

.inner_comm {
	height: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

@media only screen and (min-width: 1200px) {
	.inner_comm {
		max-width: 1400px;
		padding: 0 15px;
	}
}
em {
	font-weight: inherit;
}

/* ===== 상단 공통 배너 ===== */
.bnr_top_infos {
	height: 60px;
	background: #003896;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) {
	height: 90px;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .img_info_top {
	width: 39px;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_bnr {
	font-size: 14px;
	line-height: 20px;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .btn_toggle {
	width: 35px;
	height: 35px;
	font-size: 21px;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .btn_toggle i {
	transform: rotate(180deg);
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_fold {
	display: block;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_expanded {
	display: none;
}

.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .group_cont {
	gap: 15px;
}

.bnr_top_infos .img_info_top {
	width: 20px;
}

.bnr_top_infos .inner_comm {
	display: flex;
	align-items: center;
}

.bnr_top_infos .group_cont {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

.bnr_top_infos .txt_bnr {
	font-family: "GmarketSans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.bnr_top_infos .txt_emph {
	color: #FEC64F;
	font-weight: 700;
}

.bnr_top_infos .txt_temp {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(255, 255, 255, 0.62);
}

.bnr_top_infos .btn_toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 25px;
	height: 25px;
	margin-left: auto;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	background: #00235D;
}

.bnr_top_infos .btn_toggle [class*=txt_] {
	display: none;
	overflow: hidden;
	position: absolute;
	font-family: "GmarketSans", sans-serif;
	font-size: 1px;
	line-height: 0;
	color: transparent;
	font-weight: 500;
}

.bnr_top_infos .btn_toggle .txt_expanded {
	display: block;
}

.login_topbtn {display: flex; gap: 8px; flex-wrap: wrap; margin-left: auto; padding: 10px 0;}

@media only screen and (min-width: 1200px) {
	/* ===== 상단 공통 배너 ===== */
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) {
		height: 180px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .btn_toggle {
		gap: 16px;
		width: auto;
		height: auto;
		padding: 15px 40px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .btn_toggle [class*=txt_] {
		font-size: 22px;
		line-height: 27px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .img_info_top {
		width: 105px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_bnr {
		font-size: 36px;
		line-height: 46px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_bnr br {
		display: inline;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .txt_temp {
		text-underline-offset: 13px;
	}
	.bnr_top_infos:has(.btn_toggle[aria-expanded=true]) .group_cont {
		gap: 40px;
		align-items: center;
	}
	.bnr_top_infos .img_info_top {
		width: 24px;
		padding-top: 15px; 
	}
	.bnr_top_infos .txt_bnr {
		font-size: 16px;
		line-height: 23px;
		padding-top: 15px;
	}
	.bnr_top_infos .txt_bnr br {
		display: none;
	}
	.bnr_top_infos .txt_temp {
		text-underline-offset: 4px;
	}
	.bnr_top_infos .btn_toggle {
		width: auto;
		height: auto;
		padding: 3px 20px;
		border-radius: 100px;
	}
	.bnr_top_infos .btn_toggle [class*=txt_] {
		position: static;
		margin-top: 3px;
		font-size: 16px;
		line-height: 21px;
		color: #fff;
	}
}
@media only screen and (max-width: 1199px) {
	/* ===== 헤더 sticky ===== */
	.header:has(.head_m.sticky) {
		position: sticky;
		top: -40px;
	}
	.header:has(.bnr_top_infos .btn_toggle[aria-expanded=true]) {
		top: -90px;
	}
}
@media only screen and (min-width: 1200px) {
	/* ===== 헤더 sticky ===== */
	.header:has(.head_pc.sticky) {
		position: sticky;
		top: -60px;
	}
	.header:has(.bnr_top_infos .btn_toggle[aria-expanded=true]) {
		top: -180px;
	}
}
/* Header */
/* head_m */
.head_m {
	display: flex;
	align-items: center;
	position: relative;
	height: 85px;
	padding: 0;
	background-color: #fff;
	--head-height: 90px;
	--btn-menu-size: 22px;
	--btn-menu-color: #000;
	--btn-menu-padding: 15px var(--cont-x-padding);
	--dim-bg: rgba(0,0,0,.7);
	--dim-fade-duration: .3s;
	--menu-max-width: 400px;
	--depth1-gap: 10px;
	--depth1-padding: 25px 0;
	--depth1-weight: 700;
	--depth1-size: 22px;
	--depth1-line-height: 26px;
	--depth1-color: #000;
	--depth1-color-active: #0066EF;
	--depth1-arrow-size: 1em;
	--depth2-gap: 10px;
	--depth2-padding: 19px 20px;
	--depth2-weight: 600;
	--depth2-size: 18px;
	--depth2-line-height: 21px;
	--depth2-color: #333;
	--depth1-arrow-color: var(--depth1-color);
	--depth1-arrow-color-active: var(--depth-color-active);
	--depth1-arrow-transform: rotate(180deg);
	--dpeth1-arrow-transform-duration: .4s;
	--depth2-transfition-duration: .4s;
	--depth2-bg-color: #f9faff;
}

.head_m .inner_comm {
	display: flex;
	align-items: center;
	width: 100%;
}

.head_m .link_logo {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	padding: 10px 0;
}

.head_m .logo_service {
	width: 174px;
}

.head_m .btn_menu {
	overflow: hidden;
	position: relative;
	width: 45px;
	height: 45px;
	margin-left: auto;
	border-radius: 50%;
	font-size: var(--btn-menu-size);
	line-height: 1;
	color: var(--btn-menu-color);
	font-size: 1px;
	line-height: 0;
	color: transparent;
	background: #F0F4FF;
}

.head_m .btn_menu .ico_menu {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #000;
	border-radius: 100px;
	transform: translate(-50%, -50%);
}

.head_m .btn_menu .ico_menu::before, .head_m .btn_menu .ico_menu::after {
	position: absolute;
	right: 0;
	height: inherit;
	background: inherit;
	border-radius: inherit;
	content: "";
}

.head_m .btn_menu .ico_menu::before {
	bottom: 6px;
	width: 11px;
}

.head_m .btn_menu .ico_menu::after {
	top: 6px;
	width: 8px;
}

.head_m .btn_menu[aria-expanded=true] + .menu_area {
	opacity: 1;
	visibility: visible;
}

.head_m .btn_menu[aria-expanded=true] + .menu_area .menu_cont {
	transform: translateX(0);
}

.head_m .menu_area {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: var(--dim-bg);
	opacity: 0;
	visibility: hidden;
	transition: all var(--dim-fade-duration);
}

.head_m .menu_cont {
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: var(--menu-max-width);
	height: 100%;
	background-color: #fff;
	transform: translateX(-100%);
	transition: transform var(--menu-show-duration, 0.3s);
}

.head_m .head_menu {
	flex: none;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	background: #F8F8F8;
}

.head_m .head_info {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 15px;
}

.nav_m {
	flex: 1;
	min-height: 0;
	border-top: 1px solid #DEDEDE;
}

.head_m .group_end {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.head_m .group_end .link_home {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	color: #000;
}

.head_m .group_end .link_search {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	color: #000;
}

.head_m .group_end .link_login {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	color: #000;
}

.head_m .group_end .btn_close {
	height: 60px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 1;
	color: #000;
}

.gnb_m {
	--depth1-width: 130px;
	overflow: auto;
	position: relative;
	z-index: 0;
	height: 100%;
	background: #f8f8f8;
}

.gnb_m::before {
	position: absolute;
	inset: 0 0 0 var(--depth1-width);
	background: #fff;
	content: "";
}

.gnb_m [class*=link_depth][target=_blank] {
	justify-content: flex-start;
}

.head_m .gnb_m [class*=link_depth][target=_blank]:after,
.head_pc .gnb_pc [class*=link_depth][target=_blank]:after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	content: "\f08e";
}

.gnb_m_depth3 {
	overflow: hidden;
	transition: all var(--depth3-duration);
}

.gnb_m .link_depth1 {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	width: var(--depth1-width);
	padding: 14px 20px;
	font-size: 16px;
	line-height: 22px;
	color: #121212;
	font-weight: 800;
}

.gnb_m .link_depth2 {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 21px;
	color: var(--d-color-black-80);
	font-weight: 600;
}

.gnb_m .link_depth2:has(+ .cont_menus)::after {
	margin-left: auto;
	font-size: 0.85em;
	font-weight: 700;
	font-family: "Font Awesome 6 Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	transition: all 0.3s;
	content: "\f078";
} /* v 아이콘 */
.gnb_m .link_depth3 {
	--line-height: 21px;
	display: flex;
	gap: 6px;
	padding: 12px 20px 12px 5px;
	font-size: 16px;
	line-height: var(--line-height);
	color: var(--d-color-black-60);
	font-weight: 600;
}

.gnb_m .link_depth3::before {
	width: 3px;
	height: 3px;
	margin-top: calc(var(--line-height) / 2);
	margin-right: 3px;
	background: #696969;
	transform: translateY(-50%);
	content: "";
} /* 블릿 아이콘 */
.gnb_m .link_depth1[aria-expanded=true] {
	background: #fff;
}

.gnb_m .link_depth1.on {
	color: var(--d-color-primary-100);
	background: #fff;
}

.gnb_m .link_depth2.on,
.gnb_m .link_depth2[aria-expanded=true] {
	color: var(--d-color-primary-100);
	font-weight: 800;
}

.gnb_m .link_depth2[aria-expanded=true]::after {
	transform: rotate(180deg);
}

.gnb_m .link_depth3.on {
	color: var(--d-color-primary-100);
	font-weight: 700;
}

.gnb_m [class*=link_depth][target=_blank]::after {
	font-size: 0.85em;
}

.gnb_m .gnb_m_depth2 {
	display: none;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: var(--depth1-width);
	padding: 2px 0 20px;
}

.gnb_m .link_depth1[aria-expanded=true] + .gnb_m_depth2 {
	display: block;
}

.gnb_m .cont_menus {
	--depth3-duration: .3s;
	display: grid;
	grid-template-rows: 0fr;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	transition: all var(--depth3-duration);
}

.gnb_m .link_depth2[aria-expanded=true] + .cont_menus {
	opacity: 1;
	visibility: visible;
	grid-template-rows: 1fr;
}

.gnb_m .link_depth2[aria-expanded=true] + .cont_menus .gnb_m_depth3 {
	padding: 7px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

/* 기타 배너 링크 */
.header .link_etc_bnr {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	height: 40px;
	padding: 0 10px 0 15px;
	border-radius: 6px;
	border: 1px solid;
}

.header .link_etc_bnr img {
	height: 22px;
	width: auto;
}

.header .link_etc_bnr i {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 10px;
	box-sizing: border-box;
}

.header .link_etc_bnr1 {
	border-color: #FFCB00;
	background: #FFF4C9;
}

.header .link_etc_bnr2 {
	border-color: #E01F06;
	background: #FFE6E6;
}

.header .link_etc_bnr4 {
	border-color: #136ad9;
	background: #e6f1ff;
}

.header .link_etc_bnr3 {
	border-color: #969696;
	background: #F5F5F5;
}

.header .link_etc_bnr1 i {
	background: #FFDD58;
	color: #F15D12;
}

.header .link_etc_bnr2 i {
	background: #FF9788;
	color: #fff;
}

.header .link_etc_bnr4 i {
	background: #88b7ff;
	color: #fff;
}

.header .link_etc_bnr3 i {
	background: #AFAFAF;
	color: #fff;
}

/* head_pc */
.header {
	--header-dim-color: #000;
	--header-dim-opacity: .7;
	--header-dim-duration: .3s;
	flex: none;
	z-index: 1010;
	border-bottom: 1px solid #dbdbdb;
}

.head_pc {
	display: none;
	position: relative;
	z-index: 1000;
	background-color: var(--gnb-bg-color);
	transition: background-color var(--gnb-bg-duration), box-shadow var(--gnb-shadow-duration);
	transition: all 0.3s;
	box-sizing: content-box;
	--head-height: 76px;
	--gnb-bg-color: #fff;
	--gnb-bg-color-active: #FFF;
	--gnb-bg-duration: 0s;
	--gnb-panel-bg-color: var(--gnb-bg-color);
	--gnb-panel-bg-color-active: var(--gnb-bg-color-active);
	--gnb-panel-slide-duration: 0s;
	--panel-inner-width: none;
	--panel-inner-padding: 0 10px;
	--gnb-bottom-line-color: #DEDEDE;
	--gnb-shadow-shape: 0 4px 4px;
	--gnb-shadow-color: rgba(0, 0, 0, .1);
	--gnb-shadow-color-active: rgba(0, 0, 0, .1);
	--gnb-shadow-duration: .3s;
	--head-panel-bg-color: #fafafa;
	--body-panel-border-color: #ddd;
	--depth1-basis: auto;
	--depth1-basis-1500: auto;
	--depth1-basis-1700: 155px;
	--depth1-gap: 10px;
	--depth1-padding: 0 10px;
	--depth1-padding-1500: 0 20px;
	--depth1-padding-1700: 0 10px;
	--depth1-weight: 700;
	--depth1-size-1500: 24px;
	--depth1-size-1700: 24px;
	--depth1-line-height: 28px;
	--depth1-line-height-1500: 28px;
	--depth1-line-height-1700: 28px;
	--depth1-color-active: #0066EF;
	--depth1-color-duration: .3s;
	--depth1-line-inset: auto auto -2px 50%;
	--depth1-line-size: 3px;
	--depth1-line-color: #0066EF;
	--depth1-line-translate: -50% 0;
	--depth1-line-duration: .3s;
	--depth1-ico-target-size: .8em;
}

.header::before {
	position: fixed;
	inset: 0;
	z-index: -10;
	background: var(--header-dim-color);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--header-dim-duration), visibility var(--header-dim-duration);
	content: "";
}

.header:has(.gnb_pc:hover):not(:has(.gnb_pc .link_depth1[target=_blank]:hover))::before,
.header:has(.gnb_pc:focus-within):not(:has(.gnb_pc .link_depth1[target=_blank]:focus))::before {
	opacity: var(--header-dim-opacity);
	visibility: visible;
}

.head_pc .inner_head {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: content-box;
}

.scroll_on .head_pc {
	box-shadow: var(--gnb-shadow-shape) var(--gnb-shadow-color);
}

.head_pc .link_logo {
	display: block;
	line-height: 0;
}

.head_pc .img_logo {
	width: auto;
	height: 78px;
	transition: all 0.3s;
}

.head_pc .area_gnb {
	position: relative;
}

.head_pc .area_gnb .inner_head {
	display: flex;
	align-items: center;
}

.head_pc .group_service {
	padding-right: 20px;
}

.head_pc .logo_service {
	width: 178px;
}

.head_pc:has(.gnb_pc:focus-within) .nav_pc::after,
.head_pc:has(.gnb_pc:hover) .nav_pc::after {
	content: "";
}

.nav_pc {
	word-break: keep-all;
}

.nav_pc::after {
	position: absolute;
	top: var(--head-height);
	left: 0;
	right: 0;
	z-index: 100;
	height: 1px;
	background: var(--gnb-bottom-line-color);
	pointer-events: none;
}

.gnb_pc {
	display: inline-flex;
	justify-content: center;
	vertical-align: top;
	margin-left: 40px;
}

.gnb_pc > li {
	flex: none;
}

.gnb_pc .link_depth1[target=_blank]:after {
	font-size: var(--depth1-ico-target-size);
}

.gnb_pc .link_depth1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--depth1-gap);
	position: relative;
	z-index: 10;
	height: var(--head-height);
	padding: 0 50px;
	font-weight: var(--depth1-weight);
	font-size: 18px;
	line-height: 24px;
	color: #121212;
	transition: color 0.5s;
}

.gnb_pc .link_depth1.on,
.gnb_pc .link_depth1:hover,
.gnb_pc .link_depth1:focus,
.gnb_pc .link_depth1:has(+ .cont_submenu:focus-within),
.gnb_pc .link_depth1:has(+ .cont_submenu:hover) {
	color: var(--d-color-secondary-100);
}

.gnb_pc .link_depth1::before {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: -10;
	width: calc(100% - 100px);
	height: 10px;
	border-radius: 5px;
	background-color: #C9E4FF;
	transform: translateX(-50%) scaleX(0);
	transition: all 0.5s;
	content: "";
}

.gnb_pc .link_depth1:hover::before,
.gnb_pc .link_depth1:focus::before,
.gnb_pc .link_depth1:has(+ .cont_submenu:focus-within)::before,
.gnb_pc .link_depth1:has(+ .cont_submenu:hover)::before {
	transform: translateX(-50%) scaleX(1);
}

.area_etc_btns {
	display: none;
}

@media only screen and (min-width: 1200px) {
	/* Header */
	.header {
		position: relative;
		z-index: 1000;
	}
	.head_m {
		display: none;
	}
	.head_pc {
		display: block;
	}
	.area_etc_btns {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		margin-left: auto;
		padding: 10px 0;
	}

	.area_etc_btns .link_etc_bnr {
		height: 36px;
		padding: 0 6px 0 11px;
	}
}
@media only screen and (min-width: 1400px) {
	.head_pc .logo_service {
		width: 205px;
	}
	.head_pc .group_service {
		padding-right: 40px;
	}
	.gnb_pc .link_depth1 {		
		font-size: 20px;
	}
	.gnb_pc .link_depth1::before {
		bottom: 23px;
	}
	.gnb_pc .link_depth1:hover::before,
	.gnb_pc .link_depth1:focus::before,
	.gnb_pc .link_depth1:has(+ .cont_submenu:focus-within)::before,
	.gnb_pc .link_depth1:has(+ .cont_submenu:hover)::before {
		width: calc(100% - 32px);
	}
	.area_etc_btns {
		gap: 10px;
	}
	.area_etc_btns .link_etc_bnr {
		height: 40px;
		padding: 0 10px 0 15px;
	}
}
.head_pc .cont_submenu {
	display: grid;
	grid-template-rows: 0fr;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 0;
	background: #fff;
	color: #000;
}

.gnb_pc > li:focus-within .cont_submenu, .gnb_pc > li:hover .cont_submenu {
	grid-template-rows: 1fr;
}

.head_pc .cont_submenu .inner_head {
	align-items: stretch;
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: calc(100% - 30px);
}

.head_pc .cont_submenu .inner_head::before {
	position: absolute;
	inset: 0 15px;
	z-index: -20;
	background: #fff;
	content: "";
}

.head_pc .cont_submenu .head_panel {
	flex: none;
	width: 240px;
	padding-right: 20px;
}

.head_pc .cont_submenu .tit_panel {
	display: block;
	padding-top: 25px;
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: 800;
}

.head_pc .cont_submenu .desc_panel {
	padding-top: 14px;
	font-size: 16px;
	line-height: 22px;
	color: #787878;
	font-weight: 500;
	word-break: break-all;
	word-wrap: break-word;
}

.head_pc .cont_submenu .body_panel {
	flex: 1;
	min-width: 0;
	display: flex;
	min-height: 190px;
}

.head_pc .cont_submenu .list_gnb_menus {
	--link-depth2-active-color: var(--d-color-primary-100);
	align-self: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 30px 40px 50px 0;
}

.head_pc .cont_submenu:has(.box_menu_etc) .list_gnb_menus {
	width: 64%;
}

.head_pc .cont_submenu .list_gnb_menus > li {
	flex: 0 0 250px;
	min-width: 0;
}

.head_pc .cont_submenu .list_gnb_menus .link_depth2 {
	display: flex;
	gap: 8px;
	align-items: center;
	height: 100%;
	padding: 9px 19px;
	border-radius: 10px;
	border: 1px solid transparent;
	font-size: 18px;
	line-height: 25px;
	color: #464646;
	font-weight: 600;
	background: #F2F2F2;
	word-break: keep-all;
	letter-spacing: -0.025em;
	transition: all 0.1s;
}

.head_pc .cont_submenu .list_gnb_menus .link_depth2.on {
	border-color: var(--d-color-primary-100);
	color: var(--d-color-primary-100);
}

.head_pc .cont_submenu .list_gnb_menus .link_depth2:hover, .head_pc .cont_submenu .list_gnb_menus .link_depth2:focus {
	color: #fff;
	background: var(--link-depth2-active-color);
}

.head_pc .cont_submenu .list_gnb_menus .link_depth2::after {
	margin-left: auto;
	line-height: inherit;
	font-family: "Font Awesome 6 Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	content: "\f105";
}

.head_pc .cont_submenu .list_gnb_menus .link_depth2[target=_blank]::after {
	content: "\f08e";
}

.head_pc .cont_submenu .box_menu_etc {
	flex-shrink: 0;
	width: 36%;
	padding: 30px 40px;
	background: #F7F7F7;
}

.head_pc .cont_submenu .box_menu_etc .tit_etc {
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #000;
}

.head_pc .cont_submenu .list_menu_etc {
	padding-top: 16px;
}

.head_pc .cont_submenu .list_menu_etc .link_etc {
	display: block;
	padding: 6px 0;
	font-size: 18px;
	line-height: 25px;
	color: #787878;
	font-weight: 600;
}

.head_pc .cont_submenu:has(.box_menu_etc)::after {
	position: absolute;
	inset: 0 0 0 50%;
	z-index: -10;
	background: #f7f7f7;
	content: "";
}

@media only screen and (min-width: 1400px) {
	.head_pc .cont_submenu .head_panel {
		width: 308px;
		padding-right: 40px;
	}
}
/* ===== Footer ===== */
.footer {
	position: relative;
	z-index: 900;
	padding: 50px 0;
	background: #F2F2F2;
}

.footer .inner_comm {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .link_logo_foot {
	display: block;
	width: 205px;
	line-height: 0;
}

.footer .link_logo_foot img {
	width: 100%;
}

.footer .foot_content {
	padding-top: 31px;
	text-align: center;
	word-break: keep-all;
}

.footer .txt_address {
	font-size: 14px;
	line-height: 24px;
	color: #121212;
}

.footer .txt_address + .txt_address {
	padding-top: 12px;
}

.footer .txt_copy {
	display: block;
	padding-top: 21px;
	font-size: 14px;
	line-height: 20px;
	color: #9B9B9B;
}

.footer .group_relate {
	--radius: 7px;
	position: relative;
	width: 100%;
	max-width: 210px;
	margin-top: 26px;
}

.footer .group_relate .link_relate {
	display: flex;
	gap: 7px;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 15px 0 20px;
	border-radius: var(--radius);
	font-weight: 600;
	font-size: 14px;
	line-height: 43px;
	color: #fff;
	font-weight: 700;
	background: #414141;
}

.footer .group_relate .link_relate[aria-expanded=true] + ul {
	display: block;
	z-index: 9999;
}

.footer .group_relate .link_relate[aria-expanded=true] i {
	transform: rotate(180deg);
}

.footer .group_relate .list_relate {
	display: none;
	overflow: auto;
	position: absolute;
	bottom: calc(100% + 5px);
	left: 0;
	right: 0;
	max-height: 195px;
	border-radius: var(--radius);
}

.footer .group_relate .list_relate::-webkit-scrollbar {
	width: 8px;
} /* 스크롤 바 전체 너비 */
.footer .group_relate .list_relate::-webkit-scrollbar-track {
	background-color: #ddd;
} /* 전체 게이지 */
.footer .group_relate .list_relate::-webkit-scrollbar-thumb {
	background-color: #7a7a7a;
	border-radius: 4px;
} /* 현재 게이지 */
.footer .group_relate .list_relate li + li {
	position: relative;
}

.footer .group_relate .list_relate li + li::before {
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	border-top: 1px dashed var(--d-color-white-30);
	content: "";
}

.footer .group_relate .list_relate .link_txt {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: #414141;
	text-align: left;
}

.footer .group_relate .list_relate .link_txt i {
	margin-left: auto;
	line-height: inherit;
}

@media only screen and (min-width: 1200px) {
	/* ===== Footer ===== */
	.footer .inner_comm {
		flex-direction: row;
		align-items: flex-start;
	}
	.footer .foot_content {
		margin-right: auto;
		padding: 0 20px 0 87px;
		text-align: left;
	}
	.footer .txt_address {
		font-size: 16px;
	}
	
	.footer .txt_address br, .footer .txt_copy br {
		display: none;
	}
	.footer .txt_address + .txt_address {
		padding-top: 0;
	}
	.footer .txt_copy {
		padding-top: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.footer .group_relate {
		margin-top: 0;
	}
	.footer .group_relate .link_relate {
		font-size: 18px;
		line-height: 25px;
	}
	.footer .group_relate .list_relate {
		bottom: calc(100% + 10px);
		max-height: 245px;
		border-radius: 10px;
	}
	.footer .group_relate .list_relate .link_txt {
		font-size: 16px;
		line-height: 19px;
	}
	.footer .group_relate .list_relate .link_txt:hover, .footer .group_relate .list_relate .link_txt:focus {
		background: #4a4a4a;
	}
}
/* top 버튼 */
@keyframes topBtnAni {
	0% {
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(0.8);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.2);
	}
}
.footer .btn_top {
	--circle-size: 50px; /* 바깥쪽 원 크기 */
	--circle-size-pc: 64px; /* 바깥쪽 원 크기(PC) */
	--circle-gap: 6px; /* 바깥쪽 원과 안쪽 원 사이 간격 */
	--circle-gap-pc: 8px; /* 바깥쪽 원과 안쪽 원 사이 간격(PC) */
	--circle-color: var(--d-color-primary-100); /* 원 색상 */
	--outer-circle-opacity: .3; /* 바깥쪽 원 투명도 */
	--page-default-padding-x: 15px; /* 원의 우측 여백 */
	--page-default-padding-x-pc: 20px; /* 원의 우측 여백(PC) */
	--arrow-color: #fff; /* 아이콘 색상 */
	--ico-arrow-size: 16px; /* 아이콘 크기 */
	--ico-arrow-size-pc: 20px; /* 아이콘 크기(PC) */
	position: fixed;
	bottom: 30px;
	right: var(--page-default-padding-x, 15px);
	z-index: 90;
	width: var(--circle-size, 45px);
	height: var(--circle-size, 45px);
	padding: 0;
	border-radius: 50%;
	border: 0;
	line-height: 0;
	background: none;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: right 0.4s;
}

.footer .btn_top i {
	position: relative;
	font-size: var(--ico-arrow-size);
	color: var(--arrow-color);
	z-index: 10;
} /* 화살표 아이콘 스타일 */
.footer .btn_top:before, .footer .btn_top:after {
	position: absolute;
	border-radius: 50%;
	background: var(--circle-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
} /* 바깥쪽 원, 안쪽 원 공통 스타일 */
.footer .btn_top:before {
	width: 100%;
	height: 100%;
	opacity: var(--outer-circle-opacity, 0.3);
} /* 바깥쪽 원 스타일(사용 안할시 주석처리) */
.footer .btn_top:hover:before, .footer .btn_top:focus:before {
	animation: topBtnAni 1.5s infinite;
} /* 바깥쪽 원 hover 애니메이션 */
.footer .btn_top:after {
	width: calc(100% - var(--circle-gap) * 2);
	height: calc(100% - var(--circle-gap) * 2);
	box-sizing: content-box;
} /* 안쪽 원 크기는 (circle-size) - (circle-gap) */
.footer .btn_top span {
	display: block;
}

.footer .btn_top.on {
	opacity: 1;
	visibility: visible;
}

.footer .btn_top.btn_fix {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
	/* top 버튼 */
	.footer .btn_top {
		width: var(--circle-size-pc, 60px);
		height: var(--circle-size-pc, 60px);
		right: var(--page-default-padding-x-pc, 15px);
	}
	.footer .btn_top:after {
		width: calc(100% - var(--circle-gap-pc) * 2);
		height: calc(100% - var(--circle-gap-pc) * 2);
	}
	.footer .btn_top i {
		font-size: var(--ico-arrow-size-pc);
	} /* PC 화살표 아이콘 크기 */
}