/* gogoon 홈 — 브랜드·푸터 보정 + 퍼플 테마 */
:root {
	--home-purple-50: #ede8f8;
	--home-purple-100: #ddd0f5;
	--home-purple-200: #c9b8eb;
	--home-purple-300: #b39fdb;
	--home-purple-400: #9b84d0;
	--home-purple-500: #8368c4;
	--home-purple-600: #6b4fb3;
	--home-purple-700: #5a3fa0;
	--home-purple-800: #4a3488;
	--home-purple-900: #3a2a6e;
	--home-purple-deep: #2f2358;
}
#footer.home-footer .inr {
	padding: 48px 20px 40px;
	text-align: center;
}
#footer.home-footer .home-footer__info {
	margin-bottom: 28px;
}
#footer.home-footer .home-footer__info p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
}
#footer.home-footer .home-footer__info p:last-child {
	margin-bottom: 0;
}
#footer.home-footer .home-footer__info span {
	display: inline-block;
	margin: 0 12px;
}
#footer.home-footer .home-footer__copy {
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.35);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#footer.home-footer .copy {
	display: none;
}
#fullMenu li.fullMenu-settlement a {
	color: var(--home-purple-400);
	font-weight: 500;
}
#fullMenu li.fullMenu-settlement a:before {
	background: var(--home-purple-400);
}
#fullMenu li.fullMenu-settlement a:hover,
#fullMenu li.fullMenu-settlement a:focus {
	color: var(--home-purple-600);
}
/* 헤더 작은 로고 미사용 — 히어로 마스코트만 */
#header h1.home-brand-logo,
#header h1.home-brand-logo--header {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
@media all and (max-width: 768px) {
	#footer.home-footer .home-footer__info span {
		display: block;
		margin: 0 0 4px;
	}
}
/* 히어로 — 움직이는 GOGO/ON 장식 제거 */
.area_visual:before,
.area_visual:after {
	display: none !important;
	content: none !important;
	animation: none !important;
}


/* 홈 섹션 — 헤더는 layout.css absolute 유지 */
.home-hero-left {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 0;
	z-index: 2;
}

/* GOGO는 logo_main.png에 포함 — 별도 레이어 미사용 */
.home-hero-left .home-hero-gogo {
	display: none !important;
}

/* GOGO 포함 PNG — width만 지정, height:auto 로 비율 유지 (찌그러짐 방지) */
.home-hero-left .home-hero-mascot {
	position: absolute;
	left: 56%;
	bottom: 111px;
	top: auto;
	transform: translateX(-50%);
	width: 88%;
	max-width: 820px;
	height: auto;
	z-index: 2;
	pointer-events: none;
}
.home-hero-left .home-hero-mascot img {
	display: block;
	width: 100%;
	height: auto;
}

.home-hero-left .home-hero-copy {
	position: absolute;
	left: 6%;
	top: 62%;
	transform: translateY(-42%);
	z-index: 4;
	max-width: 40%;
}
.home-hero-copy h2 {
	margin: 0;
	color: #fff !important;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 1.35em;
	text-shadow: 0 2px 14px rgba(47, 35, 88, 0.35);
}
.home-hero-copy h2 span {
	display: block;
	color: #fff !important;
	font-family: 'yg-jalnan', sans-serif;
	font-size: 52px;
	line-height: 1.1em;
	letter-spacing: -2px;
}
.home-hero-copy h2 span > em {
	display: block;
}

/* 구 visual_txt / 말풍선 완전 숨김 */
.area_visual .visual_txt {
	display: none !important;
}

@media all and (max-width: 1250px) {
	.home-hero-left {
		width: 100%;
	}
	.home-hero-left .home-hero-gogo {
		width: 92%;
		top: 2%;
		left: 2%;
	}
	.home-hero-left .home-hero-mascot {
		width: 85%;
		max-width: 680px;
		height: auto;
		left: 55%;
		bottom: 100px;
	}
	.home-hero-left .home-hero-mascot img {
		width: 100%;
		height: auto;
	}
	.home-hero-copy h2 {
		font-size: 26px;
	}
	.home-hero-copy h2 span {
		font-size: 44px;
	}
}

/* 모바일 — 삼선 우측 정렬 + home 배경색 통일 */
@media all and (max-width: 1250px) {
	section.area_01 #header {
		position: relative;
		width: 100%;
		z-index: 99;
		background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%);
	}
	section.area_01 #header .menu_fix {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		height: 56px;
		border: none;
		background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%);
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 16px;
		box-sizing: border-box;
	}
	section.area_01 #header .menu_fix .btn_menu {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		transform: none;
	}
	section.area_01 #header .menu_fix .btn_menu.active {
		transform: rotate(180deg);
	}
}

/* 햄버거 메뉴 열림 — 모바일 X 버튼 높이만 보정 (배경 없음) */
@media all and (max-width: 1250px) {
	body.active section.area_01 #header .menu_fix {
		height: 56px !important;
		padding-right: 16px;
		background: transparent !important;
		border: none !important;
	}
}

@media all and (max-width: 768px) {
	section.area_01 .area_visual {
		overflow: visible;
		min-height: 0;
		height: auto;
	}
	.home-hero-left {
		float: none;
		width: 100%;
		height: auto;
		min-height: 0;
		padding-bottom: 40px;
	}
	.home-hero-left .home-hero-mascot {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: none !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		width: 72%;
		max-width: 360px;
		height: auto;
		min-width: 0;
		margin: 20px auto 0;
		z-index: 2;
	}
	.home-hero-left .home-hero-mascot img {
		display: block !important;
		width: 100%;
		height: auto;
	}
	.home-hero-left .home-hero-copy {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		max-width: 100%;
		padding: 24px 20px 0;
		text-align: center;
	}
	.home-hero-copy h2 {
		font-size: 22px !important;
	}
	.home-hero-copy h2 span {
		font-size: 36px !important;
	}
}

#rolling_img {
	display: none !important;
}
#header h1.home-brand-logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#header h1 a img,
#footer h1 img {
	object-fit: contain;
	object-position: center;
}

/* 다운로드 섹션 — 내부 레이아웃만 (섹션 높이는 fullpage가 관리) */
section.area_04.section {
	overflow: hidden !important;
}
.area_04 {
	overflow: hidden !important;
}
.area_04 .inr {
	position: relative;
	box-sizing: border-box;
}
.home-downcenter-mascot {
	position: absolute;
	right: 5%;
	top: 50%;
	left: auto;
	width: 52%;
	max-width: 600px;
	height: auto;
	bottom: auto;
	z-index: 1;
	pointer-events: none;
	transform: translateY(-42%);
}
.home-downcenter-mascot img {
	display: block;
	width: 100%;
	height: auto;
	transform: none;
}
.area_04 .txt {
	padding-top: 80px;
	padding-bottom: 48px;
	padding-left: 212px;
	overflow: hidden !important;
	box-sizing: border-box;
}
.area_04 h2 {
	margin-top: 14px;
	font-size: 34px;
	line-height: 1.45;
}
.area_04 h2 span {
	font-size: 52px;
	line-height: 1.15;
}
.area_04 h2 .home-downcenter-gogoon-mark {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
}
.area_04 .home-download-list {
	margin-top: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
	max-width: 58%;
}

/* 다운로드 섹션 — Download gogoon! 말풍선 */
.area_04 .tit {
	display: inline-block !important;
	width: fit-content !important;
	max-width: 100%;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 5px !important;
	box-sizing: border-box;
	white-space: nowrap;
}
.area_04 .tit em {
	display: inline !important;
	padding: 0;
	line-height: 48px !important;
	white-space: nowrap;
}

/* 다운로드 목록 */
.area_04 .home-download-group {
	margin-bottom: 16px;
}
.area_04 .home-download-group:last-child {
	margin-bottom: 0;
}
.area_04 .home-download-group__title {
	margin: 0 0 8px;
	color: var(--home-purple-900);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.area_04 .home-download-group__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 14px;
}
.area_04 .home-download-group__list li {
	margin: 0;
}
.area_04 a.home-download-btn {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 50px;
	background: var(--home-purple-800);
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.5px;
	text-align: left;
	box-sizing: border-box;
	transition: background 0.25s ease;
}
.area_04 a.home-download-btn:hover,
.area_04 a.home-download-btn:focus {
	background: var(--home-purple-700);
	color: #fff;
}

/* 다운로드(밝은 배경) — 햄버거·사이드 메뉴 가독성 */
.fp-viewing-downcenter #header .btn_menu > span,
.fp-viewing-downcenter #header .btn_menu.active > span:nth-of-type(1),
.fp-viewing-downcenter #header .btn_menu.active > span:nth-of-type(3) {
	background: var(--home-purple-800) !important;
}
#header.mob nav.active .gnb > li > a,
#header.mob nav.active .gnb > li > a:link,
#header.mob nav.active .gnb > li > a:visited {
	color: #ffffff !important;
}
#header.mob nav.active .gnb > li > ul.sub_menu > li > a,
#header.mob nav.active .gnb > li > ul > li > a {
	color: #eeeeee !important;
}
#header.mob nav.active .gnb > li > a.gnb-settlement {
	color: var(--home-purple-500) !important;
}
/* #fullMenu — 다운로드(밝은 배경) + 햄버거 열림 시 가독성 */
.fp-viewing-downcenter #fullMenu li a {
	color: var(--home-purple-800) !important;
}
.fp-viewing-downcenter #fullMenu li a:before {
	background: var(--home-purple-800) !important;
}
.fp-viewing-downcenter #fullMenu li.active a {
	color: var(--home-purple-800) !important;
	font-weight: 500;
}
.fp-viewing-downcenter #fullMenu li.active a:before {
	background: var(--home-purple-800) !important;
}
.fp-viewing-downcenter #fullMenu li.active a:after {
	border-color: var(--home-purple-800) !important;
}
.fp-viewing-downcenter #fullMenu li.fullMenu-settlement a {
	color: var(--home-purple-700) !important;
}
.fp-viewing-downcenter #fullMenu li.fullMenu-settlement a:before {
	background: var(--home-purple-700) !important;
}

/* 햄버거(삼선) 메뉴 열리면 #fullMenu 는 어두운 패널 위 → 흰색 텍스트 */
body.active #fullMenu {
	z-index: 100;
}
body.active #fullMenu li a {
	color: rgba(255, 255, 255, 0.92) !important;
}
body.active #fullMenu li a:before {
	background: rgba(255, 255, 255, 0.92) !important;
}
body.active #fullMenu li.active a {
	color: #ffffff !important;
	font-weight: 500;
}
body.active #fullMenu li.active a:before {
	background: #ffffff !important;
}
body.active #fullMenu li.active a:after {
	border-color: #ffffff !important;
}
body.active #fullMenu li.fullMenu-settlement a {
	color: var(--home-purple-500) !important;
}
body.active #fullMenu li.fullMenu-settlement a:before {
	background: var(--home-purple-500) !important;
}
body.active.fp-viewing-downcenter #fullMenu li a,
body.active.fp-viewing-downcenter #fullMenu li.active a {
	color: #ffffff !important;
}
body.active.fp-viewing-downcenter #fullMenu li a:before,
body.active.fp-viewing-downcenter #fullMenu li.active a:before {
	background: #ffffff !important;
}

/* 다운로드(밝은 배경) — 햄버거 아이콘 */
body.fp-responsive #header .btn_menu.active > span:nth-of-type(1),
body.fp-responsive #header .btn_menu.active > span:nth-of-type(3) {
	background: var(--home-purple-800) !important;
}

@media all and (max-width: 1250px) {
	.home-downcenter-mascot {
		right: 4%;
		width: 48%;
		max-width: 520px;
	}
	.area_04 .txt {
		padding-left: 142px;
	}
	.area_04 .home-download-list {
		max-width: 62%;
	}
}

@media all and (max-width: 768px) {
	.home-downcenter-mascot {
		display: none;
	}
	.area_04 .tit {
		padding: 0 5px !important;
	}
	.area_04 .txt {
		padding-top: 72px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
	.area_04 h2 {
		font-size: 28px;
	}
	.area_04 h2 span {
		font-size: 42px;
	}
	.area_04 .home-download-list {
		margin-top: 16px;
		max-width: 100%;
		padding-bottom: 0;
	}
	.area_04 .home-download-group__list {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.area_04 a.home-download-btn {
		display: block;
		width: 100%;
		font-size: 14px;
		min-height: 46px;
		padding: 11px 18px;
	}
}

/* 홈 히어로 — 좌측 마스코트 + 우측 주요 기능 패널(700px) */
@media all and (min-width: 1251px) {
	section.area_01 .area_visual .home-hero-left {
		width: calc(100% - 700px);
	}
}

/* 홈(#home) 우측 — 주요 기능 바로가기 */
.area_visual .home-hero-quickpanel {
	position: relative;
	float: right;
	width: 700px;
	height: 100%;
	padding: 120px 48px 80px;
	box-sizing: border-box;
	background: rgba(47, 35, 88, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0 0 0 40%;
	z-index: 10;
}
.home-hero-quickpanel__txt {
	width: calc(100% - 134px);
	margin: 0 auto;
	text-align: center;
	transform: translateX(-10px);
}
.home-hero-quickpanel__txt h3 {
	margin: 0;
	color: #fff;
	font-family: 'yg-jalnan', sans-serif;
	font-size: 30px;
	line-height: 1.2em;
}
.home-hero-quickpanel__actions {
	width: calc(100% - 154px);
	max-width: 400px;
	margin: 48px auto 0;
	transform: translateX(-10px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.home-hero-quickpanel__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 16px 20px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(180deg, #8dffd0 0%, #62efc8 48%, #4adfb8 100%);
	color: var(--home-purple-900) !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 8px 24px rgba(42, 180, 140, 0.32);
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.home-hero-quickpanel__btn:hover,
.home-hero-quickpanel__btn:focus {
	background: linear-gradient(180deg, #9cffda 0%, #72f5d0 48%, #58e8c4 100%);
	color: var(--home-purple-deep) !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(42, 180, 140, 0.4);
	outline: none;
}
@media all and (max-width: 1250px) {
	.area_visual .home-hero-quickpanel {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 24px 0 0 !important;
		padding: 32px 16px 48px !important;
		border-radius: 0 !important;
		border-left: none !important;
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}
	.home-hero-quickpanel__txt {
		transform: none !important;
		width: 100% !important;
		max-width: 280px !important;
		margin: 0 auto !important;
		text-align: center !important;
	}
	.home-hero-quickpanel__actions {
		transform: none !important;
		width: 100% !important;
		max-width: 280px !important;
		margin: 24px auto 0 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 12px;
	}
	.home-hero-quickpanel__btn {
		display: flex !important;
		width: 100% !important;
		max-width: 280px !important;
		margin: 0 auto !important;
		box-sizing: border-box !important;
	}
	section.area_01 .area_visual {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	section.area_01 .area_visual::after {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.area_visual .home-hero-quickpanel {
		margin-top: 24px !important;
		padding: 36px 16px 48px !important;
	}
	.home-hero-quickpanel__txt h3 {
		font-size: 26px;
	}
	.home-hero-quickpanel__btn {
		min-height: 54px;
		font-size: 16px;
	}
}

/* #branch-inquiry — 보라색 배경 세로 100% */
section.area_05.section {
	overflow: hidden !important;
	background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%) !important;
	padding: 0;
	box-sizing: border-box;
}
@media all and (min-width: 1251px) {
	section.area_05.section {
		min-height: 100vh;
		height: 100vh;
	}
}
section.area_05 .area_visual--branch-inquiry {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%) !important;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
@media all and (min-width: 1251px) {
	section.area_05 .area_visual--branch-inquiry {
		min-height: 100vh;
		height: 100%;
	}
}
section.area_05 .area_visual--branch-inquiry .counseling {
	float: none;
	width: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	height: auto !important;
	padding: 88px 40px 72px;
	border-radius: 24px;
	border-left: none;
	box-sizing: border-box;
	overflow: visible;
}
@media all and (min-width: 1251px) {
	section.area_05 .area_visual--branch-inquiry .counseling {
		min-height: 100vh;
	}
}
section.area_05 .area_visual--branch-inquiry .counseling .txt,
section.area_05 .area_visual--branch-inquiry .counseling .consult {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
section.area_05 .area_visual--branch-inquiry .counseling .consult > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 32px auto 0;
	padding: 20px 0;
	min-height: 0;
	overflow: visible;
	box-sizing: border-box;
}
section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li {
	display: contents;
	float: none;
}
section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div {
	order: 2;
	flex: 0 0 100%;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 420px !important;
	margin: 28px auto 0 !important;
}
section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div form > ul {
	margin: 0;
	padding: 0;
}
section.area_05 .area_visual--branch-inquiry .counseling .btn {
	margin-top: 36px;
	margin-bottom: 20px;
}
.fp-viewing-branch-inquiry #header .btn_menu > span,
.fp-viewing-branch-inquiry #header .btn_menu.active > span:nth-of-type(1),
.fp-viewing-branch-inquiry #header .btn_menu.active > span:nth-of-type(3) {
	background: rgba(255, 255, 255, 0.92) !important;
}
.fp-viewing-branch-inquiry #header nav .gnb > li > a {
	color: rgba(255, 255, 255, 0.95);
}
body.fp-viewing-branch-inquiry {
	background: #6b4fb3 !important;
}

@media all and (max-width: 1250px) {
	section.area_05.section {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}
	section.area_05 .area_visual--branch-inquiry {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible;
	}
}

/* 모바일/태블릿 — fullpage responsive 시 섹션 겹침 방지 */
@media all and (max-width: 1250px) {
	html.fp-enabled,
	html.fp-enabled body,
	body.fp-responsive {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		height: auto !important;
	}

	body.fp-responsive #wrap {
		overflow: visible !important;
		height: auto !important;
	}

	body.fp-responsive #fullpage,
	#fullpage {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
	}

	#fullpage .fp-section,
	#fullpage .fp-section.fp-table,
	#fullpage .fp-tableCell {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		transform: none !important;
		-webkit-transform: none !important;
		vertical-align: top !important;
		table-layout: auto !important;
	}

	section.area_01.section,
	section.area_01 .area_visual,
	section.area_02.section,
	section.area_03.section,
	section.area_04.section,
	section.area_06.section {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	section.area_04.section {
		overflow: visible !important;
	}
}

/* 모바일 — 지점개설문의 (입력란 표시: overflow/absolute 제거) */
@media all and (max-width: 1250px) {
	section.area_05 .area_visual.area_visual--branch-inquiry .counseling,
	section.area_05 .area_visual--branch-inquiry .counseling {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 0 !important;
		height: auto !important;
		margin: 0 !important;
		margin-top: 0 !important;
		padding: 40px 16px 48px !important;
		border-radius: 0 !important;
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		border-left: none !important;
		box-sizing: border-box;
		overflow: visible !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .txt,
	section.area_05 .area_visual--branch-inquiry .counseling .consult {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto;
		margin-right: auto;
		overflow: visible !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .txt h3,
	section.area_05 .area_visual--branch-inquiry .counseling .txt p {
		text-align: center;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult {
		position: relative;
		min-height: 0;
		padding-bottom: 0;
		box-sizing: border-box;
		overflow: visible !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .txt p {
		margin-bottom: 20px !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: stretch !important;
		position: relative !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 20px 8px 8px 8px !important;
		border-radius: 40px !important;
		overflow: visible !important;
		background: rgba(255, 255, 255, 0.14) !important;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		gap: 4px;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li {
		display: contents !important;
		float: none !important;
		width: auto !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a {
		flex: 1 1 0 !important;
		min-width: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: auto !important;
		min-height: 44px !important;
		padding: 6px 8px !important;
		border-radius: 999px !important;
		text-align: center;
		box-sizing: border-box;
		order: 1;
		background: transparent;
		transition: background 0.2s ease, box-shadow 0.2s ease;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a.on {
		background: #fff !important;
		border-radius: 999px !important;
		box-shadow: 0 4px 14px rgba(47, 35, 88, 0.22);
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a span {
		display: block !important;
		padding: 0 !important;
		font-size: 14px !important;
		font-weight: 500;
		line-height: 1.35 !important;
		text-align: center !important;
		white-space: normal !important;
		color: rgba(255, 255, 255, 0.92) !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a.on span {
		color: var(--home-purple-800) !important;
		font-weight: 600;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a span:before {
		display: none !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div {
		flex: 0 0 100% !important;
		order: 2 !important;
		position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 20px 0 0 !important;
		padding: 0 12px !important;
		box-sizing: border-box !important;
		overflow: visible !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div form > ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li {
		float: none !important;
		width: 100% !important;
		margin: 0 0 16px !important;
		padding: 0 0 14px !important;
		padding-left: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
		box-sizing: border-box;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:nth-of-type(4),
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:nth-of-type(5) {
		float: none !important;
		width: 100% !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div span {
		position: static !important;
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
		color: #fff !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div input[type="text"] {
		display: block;
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		color: #fff !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
		padding: 6px 0;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone1"]),
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone"]) {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		gap: 4px;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone1"]) > span,
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone"]) > span {
		flex: 0 0 100%;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone1"]) input[type="text"],
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li:has(input[name="phone"]) input[type="text"] {
		flex: 1 1 0;
		width: auto !important;
		min-width: 0;
		display: inline-block;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li > ul {
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div ul > li > ul > li {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult .designRadio {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 16px;
		height: auto;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult .designRadio label {
		color: #fff !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .btn {
		width: 100%;
		max-width: 280px;
		margin: 24px auto 20px;
	}
}

@media all and (max-width: 768px) {
	section.area_05 .area_visual--branch-inquiry .counseling {
		padding: 32px 16px 40px !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a span {
		font-size: 13px !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > a {
		min-height: 42px !important;
		padding: 5px 6px !important;
	}
	section.area_05 .area_visual--branch-inquiry .counseling .consult > ul > li > div {
		margin-top: 16px !important;
		padding: 0 8px !important;
	}
}

/* 푸터 섹션 (area_06) */
section.area_06.section {
	overflow: visible !important;
	background: linear-gradient(180deg, #4a3488 0%, #352a62 55%, #221b42 100%) !important;
}
section.area_06.section #footer.home-footer {
	position: relative;
	width: 100%;
	background: transparent;
}
section.area_06.section #footer.home-footer .inr {
	padding-top: 56px;
	padding-bottom: 48px;
}
/* 홈 푸터 — 위로가기 미사용 (fullpage 높이 계산 간섭 방지) */
#footer.home-footer a[class^="btn_top"] {
	display: none !important;
}

/* PC fullpage (1251px+) — 고정 섹션만 100vh, auto-height 섹션 높이 간섭 금지 */
@media all and (min-width: 1251px) {
	html.fp-enabled .fp-section:not(.fp-auto-height) {
		height: 100vh !important;
	}
	html.fp-enabled .fp-section:not(.fp-auto-height).fp-table {
		table-layout: fixed !important;
		height: 100% !important;
	}
	html.fp-enabled .fp-section:not(.fp-auto-height) .fp-tableCell {
		height: 100% !important;
		vertical-align: top !important;
	}
	html.fp-enabled .fp-section.fp-auto-height,
	html.fp-enabled .fp-section.fp-auto-height.fp-table,
	html.fp-enabled .fp-section.fp-auto-height .fp-tableCell {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		vertical-align: top !important;
	}
	html.fp-enabled section.area_05.section,
	html.fp-enabled section.area_05.section.fp-table,
	html.fp-enabled section.area_05.section .fp-tableCell,
	html.fp-enabled section.area_05 .area_visual--branch-inquiry {
		height: 100vh !important;
		min-height: 100vh !important;
		background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%) !important;
	}
	html.fp-enabled section.area_05.section .fp-tableCell {
		display: block !important;
		width: 100% !important;
		vertical-align: top !important;
	}
	html.fp-enabled section.area_01.section .fp-tableCell {
		display: block !important;
		width: 100% !important;
	}
	html.fp-enabled section.area_01 .area_visual {
		min-height: 100vh;
		height: 100%;
		box-sizing: border-box;
	}
}

/* ========== 퍼플 홈 테마 (중간~진한 톤) ========== */
body {
	background: var(--home-purple-100);
}

::selection {
	background: rgba(123, 111, 214, 0.35);
	color: #fff;
}

/* 헤더 · GNB */
#header nav .gnb > li:after {
	background: var(--home-purple-500);
}
#header nav .gnb > li > a {
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 8px rgba(47, 35, 88, 0.25);
}
#header .menu_fix {
	border-left-color: rgba(255, 255, 255, 0.18);
	border-bottom-color: rgba(255, 255, 255, 0.18);
}
#header .btn_menu > span {
	background: rgba(255, 255, 255, 0.92);
}
#header *[data-layout-menu="black"] > .btn_menu > span {
	background: rgba(255, 255, 255, 0.75);
}
#header.mob nav.active .gnb > li > a.gnb-settlement {
	color: var(--home-purple-400) !important;
}

/* 히어로 */
.area_visual {
	background: linear-gradient(145deg, #7d6bc8 0%, #6b4fb3 42%, #5a3fa0 78%, #4a3488 100%) !important;
}
.area_visual .visual_txt .tit {
	background: #fff;
	box-shadow: 0 10px 28px rgba(47, 35, 88, 0.22);
}
.area_visual .visual_txt .tit:before {
	border-top-color: #fff;
	border-left-color: #fff;
}
.area_visual .visual_txt .tit em {
	color: var(--home-purple-800);
}
.area_visual .counseling {
	background: rgba(47, 35, 88, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.area_visual .counseling h3,
.area_visual .counseling p {
	color: #fff;
}
.area_visual .counseling .consult > ul {
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.area_visual .counseling .consult > ul > li a span {
	color: rgba(255, 255, 255, 0.92);
}
.area_visual .counseling .consult > ul > li a.on {
	background: #fff;
	box-shadow: 0 8px 22px rgba(47, 35, 88, 0.28);
}
.area_visual .counseling .consult > ul > li a.on span {
	color: var(--home-purple-800);
}
.area_visual .counseling .consult > ul > li > div ul > li,
.area_visual .counseling .consult > ul > li > div span,
.area_visual .counseling .consult > ul > li > div label,
.area_visual .counseling .consult > ul > li > div input {
	color: #fff;
}
.area_visual .counseling .consult > ul > li > div ul > li {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}
.area_visual .counseling .consult > ul > li > div input::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
}
.area_visual .counseling .btn {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}
.area_visual .counseling .btn:hover {
	background: #fff;
	border-color: #fff;
}
.area_visual .counseling .btn input[type="submit"] {
	color: #fff;
	font-weight: 500;
}
.area_visual .counseling .btn:hover input[type="submit"] {
	color: var(--home-purple-800);
}
.area_01 .scroll span {
	color: var(--home-purple-800);
	font-weight: 500;
	letter-spacing: 0.14em;
}

/* SCROLL — 배경(bg_scroll)이 밝은색이라 텍스트는 진한 퍼플 */
.scroll span {
	color: var(--home-purple-800) !important;
	font-weight: 500;
	letter-spacing: 0.14em;
}

/* 회사소개 */
section.area_02.section {
	background: var(--home-purple-100);
}
.area_02 h2 {
	color: var(--home-purple-700);
}
.area_02 h2 span {
	color: var(--home-purple-900);
}
.area_02 .list li .box {
	background: rgba(255, 255, 255, 0.72) !important;
	border: 1px solid rgba(107, 79, 179, 0.35);
	box-shadow: 0 12px 32px rgba(74, 52, 136, 0.12);
}
.area_02 .list li h3,
.area_02 .list li p {
	color: var(--home-purple-900);
}
.area_02 .scroll span {
	color: var(--home-purple-900);
}

/* #yogo(다양한 혜택) — 배경은 main.css 원본(bg_business.jpg) 유지 */

/* 다운로드 */
.area_04 {
	background: linear-gradient(180deg, var(--home-purple-200) 0%, var(--home-purple-100) 100%) !important;
}
.area_04:before,
.area_04:after,
.area_04 .img {
	display: none !important;
}
.area_04 .tit {
	background: var(--home-purple-700) !important;
	box-shadow: 0 8px 22px rgba(74, 52, 136, 0.28);
}
.area_04 .tit:before {
	border-top-color: var(--home-purple-700) !important;
	border-left-color: var(--home-purple-700) !important;
}
.area_04 h2 {
	color: var(--home-purple-700);
}
.area_04 h2 span {
	color: var(--home-purple-900) !important;
}
.area_04 p {
	color: #4a4080;
}
.area_04 .scroll {
	right: 10%;
	left: auto;
	background-image: url(../images/main/bg_scroll02.png);
}
.area_04 .scroll span {
	color: var(--home-purple-900);
}
.area_04 .scroll i {
	background-image: url(../images/main/scroll_arrow02.png);
}

/* 푸터 */
#footer.home-footer {
	background: linear-gradient(180deg, #352a62 0%, #221b42 100%);
}
#footer.home-footer .home-footer__info p {
	color: rgba(255, 255, 255, 0.72);
}
#footer.home-footer .home-footer__copy {
	border-top-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.45);
}

/* 사이드 · fullPage 섹션별 */
.fp-viewing-service #fullMenu {
	border-left-color: rgba(123, 111, 214, 0.18);
}
.fp-viewing-service #fullMenu li a {
	color: rgba(107, 91, 181, 0.45);
}
.fp-viewing-service #fullMenu li a:before {
	background: rgba(107, 91, 181, 0.45);
}
.fp-viewing-service #fullMenu li.active a {
	color: var(--home-purple-700);
}
.fp-viewing-service #fullMenu li.active a:before {
	background: var(--home-purple-700);
}
.fp-viewing-service #fullMenu li.active a:after {
	border-color: var(--home-purple-700);
}
.fp-viewing-downcenter #fullMenu {
	border-left-color: rgba(87, 72, 160, 0.15);
}
.fp-viewing-downcenter #fullMenu li a {
	color: rgba(87, 72, 160, 0.35);
}
.fp-viewing-downcenter #fullMenu li a:before {
	background: rgba(87, 72, 160, 0.35);
}
.fp-viewing-downcenter #fullMenu li.active a {
	color: var(--home-purple-800);
}
.fp-viewing-downcenter #fullMenu li.active a:before {
	background: var(--home-purple-800);
}
.fp-viewing-downcenter #fullMenu li.active a:after {
	border-color: var(--home-purple-800);
}

/* 셀렉트 · 폼 */
.designSelect .selectbox.active,
.designSelect .selectoption {
	background-color: rgba(87, 72, 160, 0.88) !important;
}
.designSelect .selectoption li:hover {
	background: var(--home-purple-800) !important;
}

@media all and (max-width: 1250px) {
	#header nav .gnb > li > a {
		color: #fff;
	}
}

/* PC(1251+) — body 직계 X 버튼 + 햄버거 패널 (fullpage transform 우회) */
.home-menu-close-pin {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100001;
	width: 94px;
	height: 80px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.home-menu-close-pin.is-visible {
	display: flex !important;
}
.home-menu-close-pin > span {
	display: none !important;
}
.home-menu-close-pin::before,
.home-menu-close-pin::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 2px;
	margin-top: -1px;
	margin-left: -17.5px;
	background: rgba(255, 255, 255, 0.92);
}
.home-menu-close-pin::before {
	transform: rotate(45deg);
}
.home-menu-close-pin::after {
	transform: rotate(-45deg);
}

@media all and (min-width: 1251px) {
	body.home-menu-pc-open #header .menu_fix,
	body.home-menu-pc-open > .menu_fix {
		visibility: hidden !important;
		pointer-events: none !important;
	}

	body.active #header nav {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		z-index: 99990 !important;
		width: 50% !important;
		max-width: 560px !important;
		height: 100% !important;
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
	}

	body.active #header nav .gnb {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 1 !important;
		width: 100% !important;
		height: 100% !important;
		padding-top: 100px !important;
		background: #343434 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		box-sizing: border-box !important;
		text-align: left !important;
	}

	body.active #header nav .gnb:before {
		display: none !important;
	}

	body.active #header nav .gnb > li {
		display: block !important;
		float: none !important;
		padding: 0 24px !important;
		text-align: left !important;
	}

	body.active #header nav .gnb > li > a {
		display: block !important;
		padding: 24px 0 20px !important;
		font-family: 'yg-jalnan', sans-serif !important;
		font-size: 32px !important;
		color: #fff !important;
	}

	body.active #header nav .gnb > li ul {
		display: none;
		padding: 0 0 12px !important;
	}

	body.active #header nav .gnb > li ul > li > a {
		display: block !important;
		padding: 10px 0 !important;
		color: #eee !important;
		font-size: 18px !important;
		font-weight: 500 !important;
	}

	body.active #header nav.active > .btn_close {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		width: 94px !important;
		height: 80px !important;
		z-index: 100000 !important;
	}
}
