/**********************************************************
 * Sub layout
 ***********************************************************/
.sub_page {
	--sub-hero-title: clamp(1.88rem, 3vw, 2.88rem);
	--sub-title: clamp(1.63rem, 2.9vw, 2.31rem);
	--sub-subhead: clamp(1.13rem, 1.7vw, 1.38rem);
	--sub-body: clamp(1.06rem, 1.25vw, 1.19rem);
	--sub-label: 1.13rem;
	--sub-callout: clamp(1.13rem, 1.6vw, 1.38rem);
	background: #fff;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	letter-spacing: -0.02em;
}

.sub_visual {
	padding: 5rem 0 3.5rem;
	background: #F4F8FB;
}

.sub_banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	min-height: 71vh;
	height: 71vh;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.sub_banner_bg {
	position: absolute;
	inset: 0;
	background: #12343f center / cover no-repeat;
}

.sub_banner_inner {
	position: relative;
	z-index: 1;
	padding: 80px 24px 48px;
}

.sub_banner_title {
	margin: 0 0 1.5rem;
	color: #fff;
	font-size: var(--sub-hero-title);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.03em;
}

.sub_banner_desc {
	margin: 0;
	font-size: var(--sub-body);
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: -0.02em;
	opacity: 0.92;
}

.sub_wrap {
	overflow: hidden;
}

.sub_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.sub_visual_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.sub_sect {
	padding: 120px 0;
}

.sub_title {
	margin: 0 0 28px;
	color: #314158;
	font-size: var(--sub-title);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.45;
}

.sub_title.is_center {
	margin-bottom: 48px;
	text-align: center;
}

.sub_split {
	display: flex;
	align-items: center;
	gap: 80px;
}

.sub_media img {
	display: block;
	width: 100%;
	height: auto;
}

.sub_visual_label {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
	color: #0097CD;
	text-transform: uppercase;
}

.sub_visual_title {
	margin: 0;
	font-size: var(--sub-title);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.45;
}

.sub_body {
	padding: 4.5rem 0 6rem;
}

.sub_kicker {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	color: #0097CD;
	font-weight: 600;
}

.sub_h2 {
	margin: 0 0 1.25rem;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.sub_lead {
	margin: 0 0 1.5rem;
	font-size: var(--sub-body);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_txt {
	margin: 0 0 1.25rem;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #333;
}

.sub_list {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.sub_list li {
	padding: 0.85rem 0;
	border-bottom: 1px solid #eee;
	font-size: var(--sub-body);
}

.sub_list li a {
	color: #314158;
}

.sub_list li a:hover {
	color: #0097CD;
}

.sub_more {
	margin-top: 2rem;
}

.sub_more a {
	color: #0097CD;
	font-weight: 600;
}

.sub_info_block + .sub_info_block {
	margin-top: 2.5rem;
}

.sub_hours {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 28rem;
}

.sub_hours li {
	display: flex;
	justify-content: space-between;
	padding: 0.7rem 0;
	border-bottom: 1px solid #eee;
	font-size: 1.06rem;
}

.sub_map {
	margin-top: 2.5rem;
	height: 22rem;
	overflow: hidden;
}

/**********************************************************
 * Intro
 ***********************************************************/
.sub_intro {
	background: #fff;
}

.sub_intro_visual {
	flex: 1;
	min-width: 0;
}

.sub_intro_visual img {
	display: block;
	width: 100%;
	height: auto;
}

.sub_intro_copy {
	flex: 1;
	min-width: 0;
}

.sub_intro_text p {
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_intro_text p + p {
	margin-top: 18px;
}

.sub_intro_text p.is_follow {
	margin-top: 0;
}

.sub_intro_sub {
	margin: 28px 0 12px;
	color: #1a2a3a;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.5;
}

.sub_intro_text strong {
	font-weight: 700;
	color: #1a2a3a;
}

/**********************************************************
 * Why
 ***********************************************************/
.sub_why {
	padding: 120px 0 130px;
	background: #073850;
	color: #fff;
	text-align: center;
}

.sub_why .sub_title {
	margin-bottom: 28px;
	color: #fff;
}

.sub_why_desc {
	margin: 0 auto 72px;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #fff;
}

.sub_why.is_desc_only .sub_why_desc {
	margin-bottom: 0;
}

.sub_why_desc p.is_lead {
	font-weight: 700;
}

.sub_why_desc strong {
	font-weight: 700;
	color: #fff;
}

.sub_why_desc p + p {
	margin-top: 18px;
}

.sub_why_desc p.is_lead + p,
.sub_why_desc p.is_flush + p {
	margin-top: 0;
}

.sub_why_desc p.is_gap + p {
	margin-top: 28px;
}

.sub_why_cases {
	max-width: 920px;
	margin: 0 auto 72px;
}

.sub_why_cases.is_no_bottom {
	margin-bottom: 0;
}

.sub_why_cases_tit {
	margin: 0 0 28px;
	color: #fff;
	font-size: clamp(1.19rem, 1.85vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.5;
}

.sub_why_cases_tit br {
	display: none;
}

.sub_why_case_list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sub_why_case {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 22px 32px;
	border-radius: 20px;
	background: #fff;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}

.sub_why_case:nth-child(even) {
	background: #dceef6;
}

.sub_why_case.is-in {
	opacity: 1;
	transform: translateY(0);
}

.sub_why_case_num {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #314158;
	border-radius: 50%;
	color: #314158;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sub_why_case_txt {
	margin: 0;
	color: #314158;
	font-size: var(--sub-body);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.5;
	text-align: left;
}

.sub_why_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 72px;
}

.sub_why_item {
	position: relative;
	padding: 0 36px;
}

.sub_why_item + .sub_why_item::before {
	content: '';
	position: absolute;
	top: 18%;
	bottom: 18%;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.28);
}

.sub_why_icon {
	display: block;
	margin: 0 auto 26px;
}

.sub_why_icon img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.sub_why_name {
	display: block;
	margin-bottom: 14px;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sub_why_txt {
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #fff;
}

.sub_why_callout {
	margin: 0;
	color: #fff;
	font-size: clamp(1.25rem, 1.9vw, 1.63rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.6;
}

.sub_why_callout em {
	font-style: normal;
	font-weight: 700;
	color: #fff;
	background-image: linear-gradient(#0097CD, #0097CD);
	background-repeat: no-repeat;
	background-size: 0 0.45em;
	background-position: 0 90%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transition: background-size 1s ease-out;
}

.sub_why.is-in .sub_why_callout em {
	background-size: 100% 0.45em;
}

@media (prefers-reduced-motion: reduce) {
	.sub_why_callout em {
		background-size: 100% 0.45em;
		transition: none;
	}
}

/**********************************************************
 * Process
 ***********************************************************/
.sub_process {
	background: #fff;
}

.sub_process .sub_title {
	margin-bottom: 24px;
	color: #314158;
}

.sub_process_lead {
	max-width: 980px;
	margin: 0 auto 72px;
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	text-align: center;
	letter-spacing: -0.02em;
}

.sub_process_list {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding-left: 0;
}

.sub_process_list::before {
	content: '';
	position: absolute;
	left: 23px;
	top: 24px;
	bottom: 0;
	width: 2px;
	background: #c8e6f0;
}

.sub_process_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 32px;
	padding-bottom: 48px;
}

.sub_process_item:last-child {
	padding-bottom: 0;
}

.sub_process_item:last-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 48px;
	bottom: 0;
	width: 48px;
	background: #fff;
	z-index: 1;
	pointer-events: none;
}

.sub_process_num,
.sub_process_body {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.sub_process_item.is-in .sub_process_num,
.sub_process_item.is-in .sub_process_body {
	opacity: 1;
	transform: translateY(0);
}

.sub_process_num {
	position: relative;
	z-index: 1;
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0097CD;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sub_process_item:nth-child(even) .sub_process_num {
	background: #314158;
}

.sub_process_body {
	flex: 1;
	min-width: 0;
}

.sub_process_name {
	display: flex;
	align-items: center;
	min-height: 48px;
	margin-bottom: 8px;
	font-size: var(--sub-subhead);
	font-weight: 700;
	color: #0097CD;
	letter-spacing: -0.04em;
	line-height: 1.4;
}

.sub_process_txt {
	font-size: var(--sub-body);
	line-height: 1.7;
	color: #314158;
	letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
	.sub_process_num,
	.sub_process_body {
		opacity: 1;
		transform: none;
	}
}

/**********************************************************
 * Care
 ***********************************************************/
.sub_care {
	padding: 120px 0;
	background: #fff;
}

.sub_care .sub_title {
	margin-bottom: 16px;
	color: #0097CD;
}

.sub_care_head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 40px;
}

.sub_care_lead {
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_care_tabs {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.sub_care_tab {
	min-width: 118px;
	padding: 11px 28px;
	border: 1px solid #d5dbe0;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-size: var(--sub-body);
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
}

.sub_care_tab.is-on {
	border-color: #0097CD;
	background: #0097CD;
	color: #fff;
}

.sub_care_view[hidden] {
	display: none;
}

.sub_care_box {
	display: flex;
	align-items: stretch;
	gap: 28px;
}

.sub_care_visual {
	flex: 0 0 42%;
}

.sub_care_visual img {
	display: block;
}

.sub_care_panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px 32px;
	background: #0097CD;
	border-radius: 16px;
	color: #fff;
}

.sub_care_panel.is_compact {
	padding: 24px 40px;
}

.sub_care_panel_title {
	margin-bottom: 22px;
	color: #fff;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.sub_care_panel_desc {
	margin-bottom: 16px;
	color: #fff;
	font-size: var(--sub-body);
	letter-spacing: -0.02em;
	line-height: 1.7;
}

.sub_care_list li {
	position: relative;
	padding-left: 18px;
	color: #fff;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_care_list li + li {
	margin-top: 12px;
}

.sub_care_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.sub_care_warn {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.sub_care_warn_ico {
	flex-shrink: 0;
}

.sub_care_warn_ico img {
	display: block;
	width: 35px;
	height: 35px;
}

.sub_care_warn p {
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_care_note {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: 55px;
}

.sub_care_note_bar {
	flex: 0 0 3px;
	align-self: stretch;
	min-height: 64px;
	background: #374955;
}

.sub_care_note_tit {
	margin-bottom: 12px;
	color: #314158;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.sub_care_note_tit em {
	position: relative;
	z-index: 0;
	display: inline;
	font-style: normal;
}

.sub_care_note_tit em::after {
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	bottom: 2px;
	height: 0.6em;
	background: #C3EFFF;
	z-index: -1;
}

.sub_care_note_txt {
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_care_note.is_strong .sub_care_note_txt {
	font-weight: 700;
}

/**********************************************************
 * Symptom cards
 ***********************************************************/
.sub_symptom {
	padding: 120px 0 48px;
	background: #f4f7fa;
	overflow-x: hidden;
}

.sub_symptom_head {
	margin-bottom: 56px;
	text-align: center;
}

.sub_symptom_badge {
	display: inline-flex;
	margin-bottom: 16px;
}

.sub_symptom_badge img {
	display: block;
}

.sub_symptom_title {
	margin: 0 0 16px;
	color: #314158;
	font-size: var(--sub-title);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.45;
}

.sub_symptom_desc {
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_symptom_slide {
	overflow: visible;
}

.sub_symptom_slide .swiper-container,
.sub_symptom_slide .swiper-wrapper {
	overflow: visible;
}

.sub_symptom_slide .swiper-container {
	padding: 10px 0 0;
}

.sub_symptom_slide .swiper-wrapper {
	align-items: flex-start;
}

.sub_symptom_slide .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.sub_symptom_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	min-height: 400px;
	padding: 56px 28px 48px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(80, 140, 180, 0.1);
	text-align: center;
	transition: transform 1s;
}

.sub_symptom_slide .swiper-slide.is_down .sub_symptom_card {
	transform: translateY(56px);
}

.sub_symptom_ico {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.sub_symptom_ico img {
	display: block;
}

.sub_symptom_card strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #314158;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sub_symptom_card strong img {
	display: block;
	flex-shrink: 0;
}

.sub_symptom_card p {
	color: #314158;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_symptom_warn {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	margin: 72px 0 0;
	color: #c24a3a;
	font-size: var(--sub-body);
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: -0.02em;
	text-align: center;
}

.sub_symptom_warn.is_left {
	text-align: left;
}

.sub_symptom_warn.is_center {
	text-align: center;
}

.sub_symptom_warn_ico {
	flex-shrink: 0;
	display: inline-flex;
}

.sub_symptom_warn_ico img {
	display: block;
}

.sub_symptom_paging,
.sub_symptom_paging.swiper-pagination-progressbar {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	display: block;
	width: 40% !important;
	height: 2px !important;
	margin: 10rem auto 0 !important;
	background: #ccd2dd;
}

.sub_symptom_paging .swiper-pagination-progressbar-fill {
	background: #0097CD!important;
}

@media screen and (max-width: 1240px) {
	.sub_symptom_slide .swiper-slide.is_down .sub_symptom_card {
		transform: translateY(44px);
	}

	.sub_symptom_card {
		min-height: 360px;
	}

	.sub_symptom_slide .swiper-container {
		padding-bottom: 0;
	}

	.sub_symptom_paging,
	.sub_symptom_paging.swiper-pagination-progressbar {
		margin: 6rem auto 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.sub_symptom {
		padding: 80px 0 36px;
	}

	.sub_symptom_slide .swiper-container {
		overflow: visible !important;
		padding-bottom: 0;
	}

	.sub_symptom_card {
		min-height: 340px;
		padding: 44px 22px 36px;
	}

	.sub_symptom_slide .swiper-slide.is_down .sub_symptom_card {
		transform: translateY(32px);
	}

	.sub_symptom_paging,
	.sub_symptom_paging.swiper-pagination-progressbar {
		width: 70% !important;
		margin: 4rem auto 0 !important;
	}

	.sub_symptom_warn {
		align-items: flex-start;
		text-align: center;
	}
}

/**********************************************************
 * FAQ
 ***********************************************************/
.sub_faq {
	background: #fff;
}

.sub_faq_head {
	margin: 0 0 48px;
	color: #2c3340;
	font-size: var(--sub-title);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.35;
}

.sub_faq_eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: var(--sub-subhead);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.sub_faq_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sub_faq_item {
	border-radius: 18px;
	background: #ededed;
	overflow: hidden;
	transition: background 0.25s ease;
}

.sub_faq_item.is-open {
	background: #c56950;
}

.sub_faq_q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 26px 36px;
	border: 0;
	background: transparent;
	color: #2c3340;
	font-size: var(--sub-body);
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	letter-spacing: -0.02em;
	cursor: pointer;
}

.sub_faq_item.is-open .sub_faq_q {
	padding-bottom: 12px;
	color: #fff;
}

.sub_faq_q_txt em {
	margin-right: 8px;
	color: #c56950;
	font-style: normal;
	font-weight: 700;
}

.sub_faq_item.is-open .sub_faq_q_txt em {
	color: #fff;
}

.sub_faq_arrow {
	position: relative;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.sub_faq_arrow::before,
.sub_faq_arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #5a616c;
	transition: transform 0.25s ease, background 0.25s ease, opacity 0.2s ease;
}

.sub_faq_arrow::before {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%) rotate(90deg);
}

.sub_faq_arrow::after {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.sub_faq_item.is-open .sub_faq_arrow::before,
.sub_faq_item.is-open .sub_faq_arrow::after {
	background: #fff;
}

.sub_faq_item.is-open .sub_faq_arrow::before {
	opacity: 0;
}

.sub_faq_a {
	display: none;
	padding: 0 36px 28px;
}

.sub_faq_item.is-open .sub_faq_a {
	display: block;
}

.sub_faq_a p {
	padding-left: 1.6em;
	color: #fff;
	font-size: var(--sub-body);
	line-height: 1.7;
	letter-spacing: -0.02em;
}

.sub_faq_a em {
	display: inline-block;
	width: 1.6em;
	margin-left: -1.6em;
	font-style: normal;
	font-weight: 700;
}

/**********************************************************
 * land_visual_sect
 ***********************************************************/
.land_visual_sect {
	padding: 140px 0 150px;
	background-color: #073850;
	color: #fff;
}

.land_visual_sect .graph_cont .in {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.land_visual_sect .graph_cont .cont {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 60px;
	min-height: 460px;
}

.land_visual_sect .graph_cont .cont .txt_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
}

.land_visual_sect .graph_cont .cont .txt_wrap .desc {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.88);
	font-family: 'Marcellus', 'Pretendard', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.land_visual_sect .graph_cont .cont .txt_wrap .tit {
	font-size: var(--sub-title);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.45;
}

.land_visual_sect .graph_cont .cont .txt_wrap .txt {
	line-height: 1.7;
	font-size: var(--sub-body);
	font-weight: 400;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.land_visual_sect .graph_cont .cont .txt_wrap .txt .is_deep {
	color: #fff;
}

.land_visual_sect .graph_cont .cont .spine_graph {
	width: 46%;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-end;
	height: 400px;
	gap: 28px;
	padding: 36px 20px 0;
	border-bottom: 1px solid #fff;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 100%;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 22px 22px 0 0;
	background: #1a5f7a;
	transition: height 1s;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar.color {
	background: #0097CD;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar .ico {
	display: flex;
	align-items: center;
	justify-content: center;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar .ico img {
	display: block;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap.is_four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap.is_four .bar_wrap:nth-of-type(n + 2) .bar {
	background: rgba(0, 120, 205, 0.36);
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap.is_four .bar .txt {
	font-size: 0.92rem;
	line-height: 1.35;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap.is_four .label {
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar .txt {
	margin-top: 10px;
	font-size: 1.06rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .label {
	position: absolute;
	left: 50%;
	top: -13px;
	transform: translate(-50%, -100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.8s;
	transition-delay: 1.1s;
}

.land_visual_sect .graph_cont .cont .spine_graph .tit {
	margin-top: 22px;
	font-size: var(--sub-body);
	font-weight: 500;
	letter-spacing: -0.02em;
	text-align: center;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap:nth-of-type(1) .bar {
	height: 0;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap:nth-of-type(2) .bar {
	height: 0;
	transition-delay: 0.2s;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap:nth-of-type(3) .bar {
	height: 0;
	transition-delay: 0.4s;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap:nth-of-type(4) .bar {
	height: 0;
	transition-delay: 0.6s;
}

.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar .ico,
.land_visual_sect .graph_cont .cont .spine_graph .graph_wrap .bar_wrap .bar .txt {
	opacity: 0;
	transition: opacity 0.8s;
	transition-delay: 0.8s;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap:nth-of-type(1) .bar {
	height: 100%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap:nth-of-type(2) .bar {
	height: 85%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap:nth-of-type(3) .bar {
	height: 75%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap.is_four .bar_wrap:nth-of-type(2) .bar {
	height: 88%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap.is_four .bar_wrap:nth-of-type(3) .bar {
	height: 80%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap.is_four .bar_wrap:nth-of-type(4) .bar {
	height: 72%;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap .bar .ico,
.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap .bar .txt {
	opacity: 1;
}

.land_visual_sect .graph_cont .cont .spine_graph.active .graph_wrap .bar_wrap .label {
	opacity: 1;
}

/**********************************************************
 * Board list (notice)
 ***********************************************************/
.sub_body.board-page {
	padding-top: 8rem;
	padding-bottom: 10rem;
}

.board-page .board-list {
	margin-bottom: 0;
	overflow-x: auto;
}

.board-page .board-list table {
	width: 100%;
	border-collapse: collapse;
}

.board-page .board-list thead tr {
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #ddd;
}

.board-page .board-list thead th {
	height: 60px;
	padding: 0 20px;
	background: #f9f9f9;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #202020;
}

.board-page .board-list thead th.text-center {
	text-align: center;
}

.board-page .board-list tbody tr td {
	border-bottom: 1px solid #ddd;
	height: 72px;
	padding: 0 20px;
	vertical-align: middle;
	color: #5c5c5c;
	font-weight: 500;
	font-size: 16px;
}

.board-page .board-list tbody tr td.text-center {
	text-align: center;
}

.board-page .board-list tbody tr td a {
	color: #5c5c5c;
	text-decoration: none;
	transition: color 0.2s;
}

.board-page .board-list tbody tr td a:hover {
	color: #202020;
}

.board-page .board-list tbody tr.pinned td a {
	font-weight: 700;
	color: #202020;
}

.board-page .board-empty {
	padding: 40px 0;
	color: #8a8a8a;
}

.badge-pinned {
	display: inline-block;
	background: #e62e2e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 4px;
}

.board-page .sub-page-subtitle {
	text-align: center;
	padding: 0 0 80px;
}

.board-page .sub-page-subtitle__title {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #1b1735;
	letter-spacing: -0.02em;
}

.board-view {
	margin-bottom: 0;
}

.board-view .view-header {
	border-top: 2px solid #1B1735;
	border-bottom: 1px solid #ddd;
	padding: 30px 20px;
	text-align: center;
}

.board-view .view-title {
	font-size: 28px;
	font-weight: 700;
	color: #202020;
	margin: 0 0 20px;
	line-height: 1.5;
}

.board-view .view-info {
	display: flex;
	justify-content: left;
	gap: 24px;
	font-size: 14px;
	color: #8a8a8a;
}

.board-view .view-info .info-item {
	display: flex;
	gap: 8px;
}

.board-view .view-info .label {
	font-weight: 600;
	color: #5c5c5c;
}

.board-view .view-info .value {
	color: #202020;
}

.board-view .view-content {
	border-bottom: 1px solid #ddd;
	padding: 40px 20px;
	min-height: 300px;
}

.board-view .view-content .content-text {
	font-size: 16px;
	line-height: 1.8;
	color: #202020;
}

.board-view .view-content .content-text p {
	margin: 0 0 16px;
}

.board-view .view-content .content-text p:last-child {
	margin-bottom: 0;
}

.board-view .view-nav {
	border-bottom: 1px solid #ddd;
}

.board-view .view-nav .nav-item {
	display: flex;
	align-items: center;
	padding: 16px 20px;
	border-top: 1px solid #f0f0f0;
}

.board-view .view-nav .nav-item.prev {
	border-top: none;
}

.board-view .view-nav .nav-label {
	font-size: 14px;
	font-weight: 600;
	color: #8a8a8a;
	min-width: 60px;
	flex-shrink: 0;
}

.board-view .view-nav a,
.board-view .view-nav .nav-empty {
	font-size: 14px;
	color: #202020;
	text-decoration: none;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 16px;
}

.board-view .view-nav .nav-empty {
	color: #8a8a8a;
}

.board-view .view-nav a:hover {
	color: #1B1735;
	text-decoration: underline;
}

.board-view .view-footer {
	margin-top: 40px;
	text-align: center;
}

.board-view .view-footer .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	height: 52px;
	padding: 0 32px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	border: none;
}

.board-view .view-footer .button.primary {
	background: #1B1735;
	color: #fff;
}

.board-view .view-footer .button.primary:hover {
	background: #1a1f2e;
}

.board-page .pagination-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: 40px;
}

.board-page .pagination-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 8px;
	font-size: 16px;
	font-weight: 500;
	color: #b8b8b8;
	border-radius: 8px;
	text-decoration: none;
}

.board-page .pagination-box a.active {
	color: #202020;
	font-weight: 700;
	background: #f9f9f9;
}

.board-page .pagination-box a.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.board-page .pagination-box .btn-prev,
.board-page .pagination-box .btn-next {
	width: 40px;
	height: 40px;
	position: relative;
}

.board-page .pagination-box .btn-prev::before,
.board-page .pagination-box .btn-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #5c5c5c;
	border-right: 2px solid #5c5c5c;
}

.board-page .pagination-box .btn-prev::before {
	transform: rotate(-135deg);
	margin-left: 4px;
}

.board-page .pagination-box .btn-next::before {
	transform: rotate(45deg);
	margin-right: 4px;
}

