@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	/* 	position: absolute;  */
	background-color: white;
	z-index: 1000;
	width: calc(100% - 22px);
}

/* ============== 쇼핑몰 브랜드(brand) - shopj02 brand02 기준 ============== */
.brand_wrap {
	padding-top: 30px;
}

.brand_wrap .common_tit {
	padding: 30px 30px 10px;
	text-align: center;
	font-size: 28px;
	color: #111;
}

.brand_wrap .common_desc {
	font-size: 16px;
	color: #666;
	margin: 8px 0 30px;
	text-align: center;
}

.brand_wrap .tab {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	border: 0;
}

.brand_wrap .tab li {
	width: 16.66666666666667%;
	float: left;
}

.brand_wrap .tab li a {
	display: block;
	height: 41px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	color: #444;
	line-height: 2.5;
	text-align: center;
	border-right-width: 0;
}

.brand_wrap .tab li:nth-of-type(6n) a {
	border-right-width: 1px;
}

.brand_wrap .tab li:nth-of-type(n+7) a {
	border-top: 0;
}

.brand_wrap .tab li.on a {
	border-color: #007bc8;
	background: #007bc8;
	color: #fff;
	font-weight: 700;
	border-left: 1px solid #007bc8;
}

.brand_wrap .tab li:hover a {
	border-color: #007bc8;
	background: #007bc8;
	color: #fff;
	font-weight: 700;
	border-left: 1px solid #007bc8;
}

.brand_wrap .prd_list_wrap {}

.brand_wrap .prd_list {
	overflow: hidden;
}

.brand_wrap .prd_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.brand_wrap .prd_list li:nth-of-type(3n) {
	margin-right: 0;
}

.brand_wrap .prd_list li>a {
	display: block;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.brand_wrap .prd_list li>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand_wrap .brand_info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}

.brand_wrap .brand_info:hover {
	background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_name {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.05em;
}

.brand_wrap .prd_item_group {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-top: 0;
	padding: 10px;
}

.brand_wrap .prd_item_group a {
	display: block;
	width: 30%;
	float: left;
}

.brand_wrap .prd_item_group a+a {
	margin-left: 5%;
}

.brand_wrap .prd_info {}

.brand_wrap .prd_img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.brand_wrap .prd_img:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}

.brand_wrap .prd_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand_wrap .prd_name {
	font-size: 13px;
	color: #444;
	line-height: 1.36;
	height: 2.71429em;
	overflow: hidden;
}

.brand_wrap .prd_price {
	font-size: 13px;
	color: #111;
}

.brand_wrap .prd_price strong {
	font-size: 15px;
}

/* 브랜드 헤더 (브랜드관 상단) */
.brand_wrap .brand_header {
	position: relative;
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1a1a2e;
	margin-bottom: 40px;
	overflow: hidden;
}

.brand_wrap .brand_header_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.brand_wrap .brand_header_content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	padding: 20px;
}

.brand_wrap .brand_logo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}

.brand_wrap .brand_logo img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.brand_wrap .brand_logo_text {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 10px;
}

.brand_wrap .brand_title {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.brand_wrap .brand_title_eng {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 15px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.brand_wrap .brand_meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.brand_wrap .brand_meta .brand_visitor {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.brand_wrap .brand_meta .brand_visitor i {
	margin-right: 5px;
}

.brand_wrap .brand_meta .brand_link {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s;
}

.brand_wrap .brand_meta .brand_link:hover {
	color: #fff;
}

.brand_wrap .brand_meta .brand_link i {
	margin-right: 5px;
}

.brand_wrap .brand_actions {}

.brand_wrap .btn_brand_info {
	display: inline-block;
	padding: 12px 30px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s;
}

.brand_wrap .btn_brand_info:hover {
	background: #fff;
	color: #333;
	border-color: #fff;
}

.brand_wrap .btn_brand_info i {
	margin-right: 8px;
}

/* 기존 brand_cover 스타일 유지 (호환성) */
.brand_wrap .brand_cover {
	height: 260px;
	margin-bottom: 50px;
}

.brand_wrap .brand_cover .common_tit {
	padding: 0;
	height: 120px;
}

.brand_wrap .brand_cover .common_tit img {
	height: 120px;
}

.brand_wrap .brand_cover .brand_cover_btns {
	margin: 20px 0;
	text-align: center;
}

.brand_wrap .brand_cover .brand_cover_btns button {
	display: inline-block;
	min-width: 2.57143em;
	height: 2.57143em;
	padding: 0 0.85714em;
	border: 1px solid #c9c9c9;
	vertical-align: middle;
	text-align: center;
	transition: 0.15s;
	font-size: 14px;
	background: transparent;
	margin: 0 4px;
}

.brand_wrap .brand_cover .brand_cover_btns button:hover {
	border-color: #fff;
	background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_cover .brand_cover_btns button span {
	color: #fff;
}

.brand_wrap .brand_cover .brand_cover_btns button i {
	color: #fff;
}

.brand_wrap .brand_cover .brand_cover_visitor {
	color: #fff;
	opacity: 0.8;
	text-align: center;
	font-size: 14px;
}

.brand_wrap .brand_cover .brand_cover_visitor span {}

/* 브랜드 소개 팝업 */
.brand_wrap .brand_pop {
	display: none;
}

.brand_wrap .view_brand {
	position: fixed;
	overflow: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 5000;
	background-color: rgba(0, 0, 0, 0.5);
}

.brand_wrap .view_brand .box {
	width: 850px;
	min-height: 400px;
	position: fixed;
	left: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: 100px;
	z-index: 2500;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.brand_wrap .view_brand .title {
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.brand_wrap .view_brand .title h2 {
	font-size: 22px;
	color: #333;
	text-align: left;
	font-weight: 600;
}

.brand_wrap .view_brand .title .close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	line-height: 40px;
	color: #999;
	font-weight: 400;
	transition: color 0.2s;
}

.brand_wrap .view_brand .title .close:hover {
	color: #333;
}

.brand_wrap .view_brand .info {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}

.brand_wrap .view_brand .info img {
	max-width: 100% !important;
	height: auto !important;
}

@media all and (max-width:1000px) {
	.brand_wrap .prd_list li {
		width: 49%;
	}

	.brand_wrap .prd_list li:nth-of-type(3n) {
		margin-right: 2%;
	}

	.brand_wrap .prd_list li:nth-of-type(2n) {
		margin-right: 0%;
	}

	.brand_wrap .view_brand .box {
		width: 80%;
		margin-left: -40%;
	}

	.brand_wrap .brand_header {
		height: 280px;
	}

	.brand_wrap .brand_logo {
		width: 100px;
		height: 100px;
	}

	.brand_wrap .brand_title {
		font-size: 26px;
	}
}

@media all and (max-width:640px) {
	.brand_wrap {
		padding-top: 4.6875vw;
	}

	.brand_wrap .common_tit {
		padding: 4.6875vw 4.6875vw 1.5625vw;
		font-size: 4.375vw;
		height: 18.75vw !important;
	}

	.brand_wrap .common_tit img {}

	.brand_wrap .common_desc {
		font-size: 2.5vw;
		margin: 1.25vw 0 4.6875vw;
	}

	.brand_wrap .tab {
		margin-bottom: 4.6875vw;
	}

	.brand_wrap .tab li {
		width: 25%;
	}

	.brand_wrap .tab li:nth-of-type(6n) a {
		border-right-width: 0;
	}

	.brand_wrap .tab li:nth-of-type(4n) a {
		border-right-width: 1px;
	}

	.brand_wrap .tab li:nth-of-type(n+5) a {
		border-top: 0;
	}

	.brand_wrap .tab li a {
		height: 6.40625vw;
		font-size: 2.5vw;
	}

	.brand_wrap .brand_name {
		margin-top: -2.5vw;
		font-size: 4.6875vw;
	}

	.brand_wrap .prd_item_group {
		padding: 1.5625vw;
	}

	.brand_wrap .prd_name {
		font-size: 2.03125vw;
	}

	.brand_wrap .prd_price {
		font-size: 2.03125vw;
	}

	.brand_wrap .prd_price strong {
		font-size: 2.34375vw;
	}

	.brand_wrap .prd_list li {
		width: 100%;
		margin-right: 0;
	}

	.brand_wrap .brand_cover {
		height: 40.625vw;
	}

	.brand_wrap .brand_cover .common_tit img {
		height: 18.75vw;
	}

	.brand_wrap .brand_cover .brand_cover_btns {
		margin: 3.125vw 0;
	}

	.brand_wrap .brand_cover .brand_cover_btns button {
		font-size: 2.1875vw;
		margin: 0 0.625vw;
	}

	.brand_wrap .brand_cover .brand_cover_visitor {
		font-size: 2.1875vw;
	}

	.brand_wrap .view_brand .box {
		width: 90%;
		margin-left: -45%;
		margin-top: 31.25vw;
		padding: 3.90625vw;
	}

	.brand_wrap .view_brand .title {
		line-height: 6.25vw;
		margin-bottom: 3.125vw;
	}

	.brand_wrap .view_brand .title h2 {
		font-size: 3.4375vw;
	}

	.brand_wrap .view_brand .title .close {
		font-size: 4.6875vw;
		line-height: 6.25vw;
	}

	.brand_wrap .view_brand .info {
		font-size: 2.1875vw;
	}

	/* 브랜드 헤더 모바일 */
	.brand_wrap .brand_header {
		height: 220px;
		margin-bottom: 20px;
	}

	.brand_wrap .brand_header_content {
		padding: 15px;
	}

	.brand_wrap .brand_logo {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}

	.brand_wrap .brand_logo_text {
		font-size: 16px;
	}

	.brand_wrap .brand_title {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.brand_wrap .brand_title_eng {
		font-size: 11px;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}

	.brand_wrap .brand_meta {
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 12px;
	}

	.brand_wrap .brand_meta .brand_visitor,
	.brand_wrap .brand_meta .brand_link {
		font-size: 12px;
	}

	.brand_wrap .btn_brand_info {
		padding: 8px 20px;
		font-size: 12px;
	}
}


/* common */
.sub .section {
	padding: 100px 0;
}

.common_subtitle {
	color: #00A9CE;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4.8px;
}

.common_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.common_header .title {
	color: #00224E;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}

.common_header .title .point {
	color: #00A9CE;
}

.common_header.text_left {
	align-items: flex-start;
	text-align: left;
}

.common_divider_line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.common_divider_line svg {
	display: block;
}

/* Section Intro */
.section_intro .intro_inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	text-align: center;
}

.section_intro .desc_wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #00224E;
}

.section_intro .desc_strong {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

.section_intro .desc {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

@media all and (max-width:1024px) {
	.common_header .title {
		font-size: 32px;
	}

	.section_intro .intro_inner {
		gap: 32px;
	}

	.section_intro .desc_strong {
		font-size: 22px;
	}

	.section_intro .desc {
		font-size: 18px;
	}

	.common_divider_line svg {
		height: 44px;
	}
}

@media all and (max-width:768px) {
	.sub .section {
		padding: 60px 0;
	}

	.common_subtitle {
		font-size: 16px;
		letter-spacing: 3px;
	}

	.common_header .title {
		font-size: 24px;
	}

	.section_intro .intro_inner {
		gap: 24px;
	}

	.section_intro .desc_strong {
		font-size: 18px;
	}

	.section_intro .desc {
		font-size: 15px;
		word-break: keep-all;
	}

	.common_divider_line svg {
		height: 36px;
	}

	.section_intro .desc br {
		display: none;
	}
}

/* Section Feature */
.section_feature {
	padding: 0;
}

.section_feature .feature_item {
	padding: 50px 0;
	background: #fff;
}

.section_feature .feature_item:nth-child(odd) {
	background: #F9FAFC;
}

.section_feature .feature_box {
	display: flex;
	align-items: center;
	gap: 40px;
}

.section_feature .feature_item.reverse .feature_box {
	flex-direction: row-reverse;
}

.section_feature .img_box {
	flex: 1 1 0;
	min-width: 0;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 700 / 480;
}

.section_feature .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_feature .text_box {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	border: 0 !important;
}

.section_feature .feature_item.reverse .text_box {
	align-items: flex-end;
	text-align: right;
}

.section_feature .title {
	color: #00224E;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}

.section_feature .title .point {
	color: #00A9CE;
}

.section_feature .desc {
	color: #00224E;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

.section_feature .desc b {
	font-weight: 700;
}

@media all and (max-width:1024px) {

	.section_feature .feature_box,
	.section_feature .feature_item.reverse .feature_box {
		flex-direction: column;
		gap: 30px;
	}

	.section_feature .img_box {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_feature .text_box,
	.section_feature .feature_item.reverse .text_box {
		flex: 0 0 auto;
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.section_feature .title {
		font-size: 30px;
	}

	.section_feature .desc {
		font-size: 18px;
	}
}

@media all and (max-width:768px) {
	.section_feature .title {
		font-size: 24px;
	}

	.section_feature .desc {
		font-size: 15px;
		word-break: keep-all;
	}

	.section_feature .desc br {
		display: none;
	}
}

/* Care Center */
.section_care_center {
	text-align: center;
}

.section_care_center .header {
	margin-bottom: 170px;
}

.section_care_center .header .title span {
	color: #00A9CE;
}

.section_care_center .header .desc {
	color: #1A1A1A;
	font-size: clamp(20px, calc(28 / 1440 * 100vw), 28px);
	font-weight: 500;
	margin-top: 40px;
}

.section_care_center .card_list {
	display: flex;
	gap: 37px;
}

.section_care_center .card_line {
	height: 2px;
	background: rgba(255, 255, 255, 0.60);
	max-width: 80px;
	width: 100%;
	margin: 0 auto;
}

.section_care_center .card_item {
	flex: 1;
	min-width: 0;
	aspect-ratio: 332 / 355;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.section_care_center .card_item .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	transition: background 0.3s;
}

.section_care_center .card_item:hover .overlay {
	background: rgba(0, 0, 0, 0.6);
}

.section_care_center .card_content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 20px;
}

.section_care_center .card_title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.section_care_center .card_item:hover .card_title {
	font-size: 18px;
}

.section_care_center .card_desc {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: none;
}

.section_care_center .card_item:hover .card_desc {
	display: block;
}

.section_care_center .bottom_text {
	margin-top: 200px;
	line-height: 1.5;
}

.section_care_center .bottom_text .highlight {
	color: #00A9CE;
	font-size: clamp(18px, calc(22 / 1440 * 100vw), 22px);
	font-weight: 700;
	margin-bottom: 4px;
	background-color: unset;
}

.section_care_center .bottom_text .detail {
	color: #222;
	font-size: clamp(16px, calc(22 / 1440 * 100vw), 22px);
	font-weight: 400;
	line-height: 1.5;
}

@media all and (max-width:1024px) {
	.section_care_center .header {
		margin-bottom: 80px;
	}

	.section_care_center .card_list {
		flex-wrap: wrap;
		gap: 16px;
	}

	.section_care_center .card_item {
		flex: 0 0 calc((100% - 16px) / 2);
	}

	.section_care_center .bottom_text {
		margin-top: 80px;
	}
}

@media all and (max-width:640px) {
	.section_care_center .header .desc {
		margin-top: 20px;
	}

	.section_care_center .header {
		margin-bottom: 50px;
	}

	.section_care_center .card_list {
		flex-direction: column;
		gap: 12px;
	}

	.section_care_center .card_item {
		flex: none;
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.section_care_center .card_title {
		font-size: 20px;
	}

	.section_care_center .card_item:hover .card_title {
		font-size: 16px;
	}

	.section_care_center .card_desc {
		font-size: 14px;
	}

	.section_care_center .bottom_text {
		margin-top: 50px;
	}

	.section_care_center .bottom_text .detail br {
		display: none;
	}
}


/* Promise */
.section_promise {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 500px; */

	padding: 100px 0 !important;
}

.section_promise .inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}

.section_promise .subtitle {
	color: #fff;
}

.section_promise .desc {
	font-size: clamp(18px, calc(24 / 1440 * 100vw), 24px);
	line-height: 1.7;
	max-width: 800px;
	width: 100%;
}

.section_promise .desc .light {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

.section_promise .desc .bold {
	color: #fff;
	font-weight: 700;
}

.banner_line {
	max-width: 120px;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.60);
}

/* @media all and (max-width:1024px) {
	.section_promise {
		min-height: 400px;
	}
} */

@media all and (max-width:640px) {
	.section_promise {
		background-attachment: scroll;
	}

	.section_promise .inner {
		gap: 30px;
	}

	.section_promise .desc br {
		display: none;
	}

	.section_promise {
		padding: 50px 0 !important;
	}
}


/* Section Philosophy */
.section_philosophy {
	background: #F1F9FB;
}

.section_philosophy .philosophy_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
}

.section_philosophy .philosophy_list {
	display: flex;
	justify-content: center;
	gap: 54px;
	width: 100%;
}

.section_philosophy .philosophy_item {
	flex: 1 1 0;
	min-width: 0;
	max-width: 439px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 2px solid #00A9CE;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 20px;
	text-align: center;
}

.section_philosophy .item_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.section_philosophy .icon {
	display: inline-flex;
}

.section_philosophy .item_title {
	color: #00A9CE;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.section_philosophy .item_desc {
	color: #333;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	text-wrap: balance;
}

@media all and (max-width:1024px) {
	.section_philosophy .philosophy_inner {
		gap: 60px;
	}

	.section_philosophy .philosophy_list {
		gap: 24px;
	}

	.section_philosophy .philosophy_item {
		gap: 30px;
		padding: 20px;
	}

	.section_philosophy .item_top {
		gap: 20px;
	}

	.section_philosophy .item_title {
		font-size: 22px;
	}

	.section_philosophy .item_desc {
		font-size: 14px;
	}

	.section_philosophy .icon svg {
		width: 32px;
		height: 32px;
	}

	.section_philosophy .item_desc br {
		display: none;
	}
}

@media all and (max-width:768px) {
	.section_philosophy .philosophy_inner {
		gap: 40px;
	}

	.section_philosophy .philosophy_list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.section_philosophy .philosophy_item {
		flex: 0 0 auto;
		width: 100%;
		max-width: 320px;
		aspect-ratio: 1 / 1;
	}

	.section_philosophy .item_title {
		font-size: 22px;
	}

	.section_philosophy .item_desc {
		font-size: 14px;
	}
}

/* Section Network */
.section_network {
	background: #FEFEFE;
}

.section_network .network_box {
	display: flex;
	align-items: center;
	gap: 100px;
}

.section_network .img_box {
	flex: 1 1 0;
	min-width: 0;
	max-width: 596px;
}

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

.section_network .text_box {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.section_network .desc {
	color: #00224E;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.section_network .desc strong {
	font-weight: 700;
}

.section_network .feature_group {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.section_network .feature_row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.section_network .feature_row .icon {
	flex: 0 0 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.section_network .feature_text {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_network .row_title {
	color: #00224E;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

.section_network .row_desc {
	color: #00224E;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.section_network .logo_group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}

.section_network .logo_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.section_network .logo_item img {
	height: 80px;
	width: auto;
	object-fit: contain;
	display: block;
}

.section_network .logo_text {
	color: #00224E;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}

.section_network .logo_text b {
	font-weight: 700;
}

@media all and (max-width:1024px) {
	.section_network .network_box {
		flex-direction: column;
		gap: 50px;
	}

	.section_network .img_box,
	.section_network .text_box {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_network .img_box {
		max-width: 596px;
		margin: 0 auto;
	}

	.section_network .text_box {
		gap: 30px;
	}

	.section_network .desc {
		font-size: 18px;
	}

	.section_network .feature_group {
		gap: 24px;
		padding: 24px 0;
	}

	.section_network .row_title {
		font-size: 22px;
	}

	.section_network .row_desc {
		font-size: 16px;
	}

	.section_network .logo_group {
		gap: 60px;
	}

	.section_network .logo_item img {
		height: 64px;
	}

	.section_network .logo_text {
		font-size: 20px;
	}
}

@media all and (max-width:768px) {
	.section_network .network_box {
		gap: 10px;
	}

	.section_network .text_box {
		gap: 24px;
		margin-top: unset;
	}

	.section_network .desc {
		font-size: 15px;
	}

	.section_network .desc br {
		display: none;
	}

	.section_network .feature_group {
		gap: 20px;
		padding: 20px 0;
	}

	.section_network .feature_row {
		gap: 8px;
	}

	.section_network .feature_row .icon {
		flex: 0 0 32px;
	}

	.section_network .icon svg {
		width: 32px;
		height: 32px;
	}

	.section_network .row_title {
		font-size: 18px;
	}

	.section_network .row_desc {
		font-size: 14px;
	}

	.section_network .logo_group {
		gap: 30px;
	}

	.section_network .logo_item img {
		height: 56px;
	}

	.section_network .logo_text {
		font-size: 18px;
	}
}


/* Gallery */
.section_gallery {
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

/* .section_gallery::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.8);
} */

.section_gallery .header {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

.section_gallery .swiper_gallery_sub {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section_gallery .swiper-slide {
	width: 409px;
}

.section_gallery .swiper-slide img {
	width: 100%;
	height: auto;
	aspect-ratio: 409 / 243;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

@media all and (max-width:768px) {
	.section_gallery .header {
		margin-bottom: 50px;
	}

	.section_gallery .swiper-slide {
		width: 280px;
	}
}


/* sub visual */
.sub_visual {
	aspect-ratio: 1 / 0.3125;
	min-height: inherit;
}

.sub_visual .inner {
	height: 100%;
}

.sub_visual .inner .sub_visual_txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

.sub_visual .inner .sub_visual_txt h1 {
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: clamp(40px, calc(54 / 1440 * 100vw), 54px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.sub_visual .inner .sub_visual_txt h2 {
	color: #FFF;
	text-align: center;
	font-family: "Sorts Mill Goudy";
	font-size: clamp(18px, calc(20 / 1440 * 100vw), 20px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.8px;
	text-transform: uppercase;
}

.sub_visual .inner .sub_visual_txt h3 {
	color: rgba(255, 255, 255, 0.80);
	font-family: Pretendard;
	font-size: clamp(20px, calc(24 / 1440 * 100vw), 24px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


@media all and (max-width:1024px) {
	.sub_visual {
		aspect-ratio: unset;
		height: 400px;
		margin-top: 68px;
	}

	.sub_visual .inner .sub_visual_txt {
		text-align: center;
	}
}

/* Common Tab */
.common_tab {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: #fff;
	border: 2px solid #EEEEEE;
	border-radius: 66px;
}

.common_tab .tab_item {
	min-width: 149px;
	padding: 13px 24px;
	border: 0;
	background: transparent;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	border-radius: 33px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	text-align: center;
}

.common_tab .tab_item.active {
	background: #01A9CE;
	color: #fff;
	font-weight: 600;
}

.tab_section {
	display: flex;
	justify-content: center;
	padding: 50px 0 0;
}

@media all and (max-width:768px) {
	.common_tab {
		padding: 6px 8px;
	}

	.common_tab .tab_item {
		min-width: 0;
		padding: 10px 16px;
		font-size: 16px;
	}

	.tab_section {
		padding: 30px 0 0;
	}
}

/* Section Doctors */
.section_doctors .doctor_pane {
	display: none;
}

.section_doctors .doctor_pane.active {
	display: block;
}

.section_doctors .doctor_card {
	display: flex;
	align-items: flex-start;
	gap: 94px;
}

.section_doctors .img_box {
	flex: 1 1 0;
	min-width: 0;
	max-width: 653px;
	aspect-ratio: 653 / 816;
	background: #F8FAFC;
	border-radius: 16px;
	overflow: hidden;
}

.section_doctors .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_doctors .info_box {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.section_doctors .doctor_intro {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_doctors .doctor_header {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #EEEEEE;
}

.section_doctors .doctor_header .name {
	color: #424242;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Noto Sans KR', sans-serif;
}

.section_doctors .doctor_header .role {
	color: #00A9CE;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
}

.section_doctors .doctor_quote {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_doctors .doctor_quote p {
	color: #00A9CE;
	font-family: 'Noto Serif KR', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.section_doctors .career_section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_doctors .career_title {
	color: #222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #EEEEEE;
}

.section_doctors .career_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.section_doctors .career_list li {
	position: relative;
	padding-left: 16px;
	color: #424242;
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
}

.section_doctors .career_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #00A9CE;
	border-radius: 50%;
}

@media all and (max-width:1024px) {
	.section_doctors .doctor_card {
		flex-direction: column;
		gap: 40px;
	}

	.section_doctors .img_box,
	.section_doctors .info_box {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_doctors .img_box {
		max-width: 500px;
		margin: 0 auto;
	}

	.section_doctors .info_box {
		gap: 30px;
	}

	.section_doctors .doctor_header .name {
		font-size: 32px;
	}

	.section_doctors .doctor_header .role {
		font-size: 16px;
	}

	.section_doctors .doctor_quote p {
		font-size: 18px;
	}

	.section_doctors .career_title {
		font-size: 24px;
	}

	.section_doctors .career_list li {
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.section_doctors .doctor_card {
		gap: 30px;
	}

	.section_doctors .info_box {
		gap: 24px;
	}

	.section_doctors .doctor_intro {
		gap: 16px;
	}

	.section_doctors .doctor_header {
		padding-bottom: 16px;
	}

	.section_doctors .doctor_header .name {
		font-size: 26px;
	}

	.section_doctors .doctor_header .role {
		font-size: 14px;
	}

	.section_doctors .doctor_quote p {
		font-size: 15px;
	}

	.section_doctors .career_title {
		font-size: 20px;
		padding-bottom: 16px;
	}

	.section_doctors .career_list {
		gap: 10px;
	}

	.section_doctors .career_list li {
		font-size: 14px;
	}

	.section_doctors .career_list li::before {
		top: 8px;
	}
}

/* Section Promise */
.section_promise {
	display: none;
	padding: 100px 0;
	background-color: #00A5C5;
}

.sub .section_promise {
	display: block;
}

.section_promise .promise_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	text-align: center;
}

.section_promise .promise_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.section_promise .promise_eng {
	color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

.section_promise .promise_eng b {
	color: #fff;
	font-weight: 700;
}

.section_promise .promise_label {
	display: inline-flex;
	align-items: center;
	padding: 6px 34px;
	background: #292728;
	border-radius: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.section_promise .promise_label b {
	color: #00A8C3;
	font-weight: 700;
}

.section_promise .promise_desc {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5;
}

@media all and (max-width:1024px) {
	.section_promise {
		padding: 80px 0;
	}

	.section_promise .promise_inner {
		gap: 40px;
	}

	.section_promise .promise_eng {
		font-size: 18px;
	}

	.section_promise .promise_label {
		font-size: 22px;
		padding: 6px 24px;
	}

	.section_promise .promise_desc {
		font-size: 20px;
	}
}

@media all and (max-width:768px) {
	.section_promise {
		padding: 60px 0;
	}

	.section_promise .promise_inner {
		gap: 30px;
	}

	.section_promise .promise_eng {
		font-size: 14px;
	}

	.section_promise .promise_label {
		font-size: 16px;
		padding: 6px 18px;
	}

	.section_promise .promise_desc {
		font-size: 14px;
		word-break: keep-all;
	}

	.section_promise .promise_desc br {
		display: none;
	}
}

/* Section Doctors - Staff Grid */
.section_doctors .staff_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.section_doctors .staff_item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_doctors .staff_image {
	width: 100%;
	aspect-ratio: 320 / 400;
	background: #F8FAFC;
	border-radius: 16px;
	overflow: hidden;
}

.section_doctors .staff_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_doctors .staff_header {
	display: flex;
	align-items: flex-end;
	gap: 16px;
}

.section_doctors .staff_header .name {
	color: #424242;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Noto Sans KR', sans-serif;
}

.section_doctors .staff_header .role {
	color: #00A9CE;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
}

.section_doctors .staff_divider {
	display: block;
	width: 100%;
	height: 1px;
	background: #00A9CE;
}

.section_doctors .staff_quote {
	display: flex;
	flex-direction: column;
}

.section_doctors .staff_quote p,
.section_doctors .staff_quote p span {
	color: #666;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 1.4;
	text-align: center !important;
}

@media all and (max-width:1024px) {
	.section_doctors .staff_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.section_doctors .staff_header .name {
		font-size: 24px;
	}

	.section_doctors .staff_header .role {
		font-size: 14px;
	}

	.section_doctors .staff_quote p,
	.section_doctors .staff_quote p span {
		font-size: 16px !important;
	}
}

@media all and (max-width:768px) {
	.section_doctors .staff_list {
		gap: 24px;
	}

	.section_doctors .staff_item {
		gap: 16px;
	}

	.section_doctors .staff_header .name {
		font-size: 20px;
	}

	.section_doctors .staff_header .role {
		font-size: 13px;
	}

	.section_doctors .staff_quote p,
	.section_doctors .staff_quote p span {
		font-size: 14px !important;
	}
}

@media all and (max-width:480px) {
	.section_doctors .staff_list {
		grid-template-columns: 1fr;
	}
}

/* Equipment Modal */
.section_equip_list .equip_card {
	cursor: pointer;
}

body.modal_open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
}

.equip_modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.equip_modal.show {
	display: flex;
}

.equip_modal .modal_dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.equip_modal .modal_box {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 740px;
	max-height: calc(100vh - 40px);
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	border-radius: 32px;
	overflow: hidden;
	display: flex;
}

.equip_modal .modal_left {
	flex: 0 0 calc(410 / 1024 * 100%);
	min-width: 0;
	position: relative;
	/* background: #F8FAFC; */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px;
}

.equip_modal .modal_image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.equip_modal .modal_logo {
	position: absolute;
	top: 36px;
	left: 36px;
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.equip_modal .modal_right {
	flex: 1;
	min-width: 0;
	position: relative;
	padding: 66px 62px;
	overflow-y: auto;
}

.equip_modal .modal_close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00A9CE;
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	transition: background 0.2s;
}

.equip_modal .modal_close:hover {
	background: #0091B2;
}

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

.equip_modal .modal_title {
	color: #424242;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.equip_modal .modal_subtitle {
	color: #424242;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Noto Sans KR', sans-serif;
}

.equip_modal .modal_badge {
	align-self: flex-start;
	padding: 6px 10px;
	border: 2px solid #00A9CE;
	color: #00A9CE;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.equip_modal .modal_feature_list {
	margin-top: 50px;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.equip_modal .modal_feature_list li {
	position: relative;
	padding-left: 16px;
	color: #424242;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Sans KR', sans-serif;
}

.equip_modal .modal_feature_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #00A9CE;
	border-radius: 50%;
}

@media all and (max-width:1024px) {
	.equip_modal .modal_box {
		height: auto;
		max-height: calc(100vh - 80px);
		max-height: calc(100dvh - 80px);
		flex-direction: column;
		overflow: hidden;
	}

	.equip_modal .modal_left {
		flex: 0 0 auto;
		height: 240px;
		padding: 30px;
	}

	.equip_modal .modal_right {
		flex: 1 1 auto;
		min-height: 0;
		padding: 40px 36px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.equip_modal .modal_title {
		font-size: 28px;
	}

	.equip_modal .modal_subtitle {
		font-size: 16px;
	}

	.equip_modal .modal_feature_list {
		margin-top: 36px;
	}
}

@media all and (max-width:768px) {
	.equip_modal {
		padding: 12px;
	}

	.equip_modal .modal_box {
		max-height: calc(100vh - 60px);
		max-height: calc(100dvh - 60px);
		border-radius: 20px;
	}

	.equip_modal .modal_left {
		height: 180px;
		padding: 20px;
	}

	.equip_modal .modal_logo {
		top: 20px;
		left: 20px;
		width: 80px;
		height: 80px;
	}

	.equip_modal .modal_right {
		padding: 30px 24px;
	}

	.equip_modal .modal_close {
		top: 16px;
		right: 16px;
		width: 32px;
		height: 32px;
	}

	.equip_modal .modal_title {
		font-size: 22px;
	}

	.equip_modal .modal_subtitle {
		font-size: 14px;
	}

	.equip_modal .modal_badge {
		font-size: 12px;
	}

	.equip_modal .modal_feature_list {
		margin-top: 24px;
		gap: 14px;
	}

	.equip_modal .modal_feature_list li {
		font-size: 14px;
		line-height: 1.5;
	}
}

/* Section Tour */
.section_tour .tour_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

.section_tour .tour_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.section_tour .tour_desc {
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.section_tour .tour_desc p {
	color: rgba(0, 0, 0, 0.7);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.5;
}

.section_tour .tour_grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 40px;
}

.section_tour .tour_card {
	flex: 0 0 calc((100% - 40px * 3) / 4);
	min-width: 0;
	border: 1.5px solid #EEEEEE;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.section_tour .card_thumb {
	width: 100%;
	aspect-ratio: 300 / 200;
	overflow: hidden;
}

.section_tour .card_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_tour .card_body {
	position: relative;
	padding: 34px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	text-align: center;
}

.section_tour .point_badge {
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 96px;
	padding: 6px 14px;
	background: #00A9CE;
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.section_tour .card_title {
	color: #00224E;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.section_tour .card_desc {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

@media all and (max-width:1200px) {
	.section_tour .tour_card {
		flex: 0 0 calc((100% - 40px * 2) / 3);
	}
}

@media all and (max-width:1024px) {
	.section_tour .tour_inner {
		gap: 60px;
	}

	.section_tour .tour_desc p {
		font-size: 18px;
	}

	.section_tour .tour_grid {
		gap: 40px 30px;
	}

	.section_tour .card_title {
		font-size: 18px;
	}

	.section_tour .card_desc {
		font-size: 15px;
	}
}

@media all and (max-width:768px) {
	.section_tour .tour_inner {
		gap: 40px;
	}

	.section_tour .tour_desc p {
		font-size: 15px;
		word-break: keep-all;
	}

	.section_tour .tour_grid {
		gap: 36px 24px;
	}

	.section_tour .tour_card {
		flex: 0 0 calc((100% - 24px) / 2);
	}

	.section_tour .card_body {
		padding: 28px 12px 24px;
		gap: 16px;
	}

	.section_tour .point_badge {
		font-size: 14px;
		min-width: 80px;
		padding: 5px 12px;
		top: -14px;
	}

	.section_tour .card_title {
		font-size: 16px;
	}

	.section_tour .card_desc {
		font-size: 14px;
	}

	.section_tour .card_desc br {
		display: none;
	}
}

@media all and (max-width:480px) {
	.section_tour .tour_card {
		flex: 0 0 100%;
	}
}

/* Section Gallery */
.section_gallery .gallery_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.section_gallery .gallery_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.section_gallery .gallery_main_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.section_gallery .gallery_btn {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #ECECEE;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.section_gallery .gallery_btn:hover {
	background: #f5f5f5;
}

.section_gallery .gallery_main {
	flex: 1 1 0;
	min-width: 0;
	max-width: 1260px;
	border-radius: 50px;
	overflow: hidden;
}

.section_gallery .gallery_main .swiper-slide {
	aspect-ratio: 1260 / 743;
	overflow: hidden;
}

.section_gallery .gallery_main .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_gallery .gallery_thumbs {
	width: 100%;
	max-width: 1260px;
}

.section_gallery .gallery_thumbs .swiper-slide {
	cursor: pointer;
}

.section_gallery .gallery_thumbs .swiper-slide img {
	width: 100%;
	aspect-ratio: 300 / 178;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	transition: outline 0.2s;
}

.section_gallery .gallery_thumbs .swiper-slide-thumb-active img {
	outline: 2px solid #00A9CE;
	outline-offset: -2px;
}

@media all and (max-width:1024px) {
	.section_gallery .gallery_inner {
		gap: 30px;
	}

	.section_gallery .gallery_main_wrap {
		gap: 20px;
	}

	.section_gallery .gallery_btn {
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
	}

	.section_gallery .gallery_btn svg {
		width: 28px;
		height: 28px;
	}

	.section_gallery .gallery_main {
		border-radius: 30px;
	}

	.section_gallery .gallery_thumbs .swiper-slide img {
		border-radius: 14px;
	}
}

@media all and (max-width:768px) {
	.section_gallery .gallery_inner {
		gap: 24px;
	}

	.section_gallery .gallery_main_wrap {
		gap: 8px;
	}

	.section_gallery .gallery_btn {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.section_gallery .gallery_btn svg {
		width: 20px;
		height: 20px;
	}

	.section_gallery .gallery_main {
		border-radius: 20px;
	}

	.section_gallery .gallery_thumbs .swiper-slide img {
		border-radius: 10px;
	}
}

/* Section Lacrimal Intro */
.section_lacrimal_intro .intro_layout {
	display: flex;
	align-items: center;
	gap: 94px;
}

.section_lacrimal_intro .intro_text {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 73px;
}

.section_lacrimal_intro .intro_title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
}

.section_lacrimal_intro .intro_desc {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section_lacrimal_intro .desc_point {
	font-size: 25px;
	font-weight: 700;
	color: #01A9CE;
	line-height: 1.4;
}

.section_lacrimal_intro .desc_main {
	font-size: 25px;
	font-weight: 700;
	color: #00224E;
	line-height: 1.4;
}

.section_lacrimal_intro .intro_image {
	flex: 1 1 0;
	min-width: 0;
}

.section_lacrimal_intro .intro_image img {
	width: 100%;
	aspect-ratio: 682 / 363;
	border-radius: 10px;
	object-fit: cover;
}

@media all and (max-width:1024px) {
	.section_lacrimal_intro .intro_layout {
		flex-direction: column;
		gap: 50px;
	}

	.section_lacrimal_intro .intro_text {
		flex: 0 0 auto;
		width: 100%;
		gap: 40px;
	}

	.section_lacrimal_intro .intro_image {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_lacrimal_intro .intro_title {
		font-size: 32px;
	}

	.section_lacrimal_intro .desc_point,
	.section_lacrimal_intro .desc_main {
		font-size: 20px;
	}
}

@media all and (max-width:768px) {
	.section_lacrimal_intro .intro_layout {
		gap: 40px;
	}

	.section_lacrimal_intro .intro_text {
		gap: 30px;
	}

	.section_lacrimal_intro .intro_desc {
		gap: 20px;
	}

	.section_lacrimal_intro .intro_title {
		font-size: 24px;
	}

	.section_lacrimal_intro .desc_point,
	.section_lacrimal_intro .desc_main {
		font-size: 16px;
	}
}

/* Common Section Head */
.common_section_head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
	text-align: center;
}

.common_section_head .eng_label {
	color: #00A9CE;
	font-size: 20px;
	font-family: 'Sorts Mill Goudy', serif;
	letter-spacing: 4.8px;
	text-transform: uppercase !important;
}

.common_section_head .kor_title {
	font-size: 40px;
	font-weight: 700;
	color: #00224E;
	line-height: 1.3;
}

.common_section_head .head_divider {
	display: block;
	width: 80px;
	height: 1px;
	background: #00A9CE;
}

.common_section_head .head_subtitle,
.common_section_head .head_subtitle p {
	font-size: 20px;
	font-weight: 700;
	color: #444;
	line-height: 1.4;
}

.common_section_head .head_subtitle {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.common_section_head.dark .kor_title {
	color: #fff;
}

.common_section_head.dark .head_subtitle,
.common_section_head.dark .head_subtitle p {
	color: #7DA1B0;
}

.common_section_head.left {
	align-items: flex-start;
	text-align: left;
	margin-bottom: 0;
	gap: 10px;
}

/* Common Button */
.common_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 240px;
	padding: 18px 33px;
	background: #00224E;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.common_btn.point {
	background: #00A9CE;
}

@media all and (max-width:1024px) {
	.common_btn {
		width: 210px;
		padding: 16px 28px;
		font-size: 16px;
	}

	.common_btn svg {
		width: 20px;
		height: 20px;
	}
}

@media all and (max-width:768px) {
	.common_btn {
		width: 190px;
		padding: 14px 24px;
		font-size: 14px;
	}
}

/* Section Lacrimal Diseases */
.section_lacrimal_diseases {
	background: #F9FAFC;
}

.section_lacrimal_diseases .disease_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_lacrimal_diseases .disease_card {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 25px 30px;
	background: #fff;
	border: 1px solid #00A9CE;
	border-radius: 40px;
}

.section_lacrimal_diseases .card_icon {
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .section_lacrimal_diseases .card_icon.icon_water {
	background: #00D1FF;
} */

/* .section_lacrimal_diseases .card_icon.icon_eye { */
.section_lacrimal_diseases .card_icon {
	background: #D0F7FF;
	transition: background 0.3s ease;
}

.section_lacrimal_diseases .disease_card:hover .card_icon {
	background: #00D1FF;
}


.section_lacrimal_diseases .card_text {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.section_lacrimal_diseases .card_title {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.section_lacrimal_diseases .card_title h3 {
	font-size: 25px;
	font-weight: 700;
	color: #00224E;
	line-height: 1;
}

.section_lacrimal_diseases .card_title span {
	font-size: 20px;
	font-weight: 700;
	color: #00224E;
	line-height: 1;
}

.section_lacrimal_diseases .card_desc {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.section_lacrimal_diseases .card_desc p {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}

@media all and (max-width:1024px) {
	.common_section_head {
		gap: 12px;
		margin-bottom: 30px;
	}

	.common_section_head .eng_label {
		font-size: 16px;
		letter-spacing: 3.5px;
	}

	.common_section_head .kor_title {
		font-size: 32px;
	}

	.common_section_head .head_subtitle,
	.common_section_head .head_subtitle p {
		font-size: 16px;
	}

	.section_lacrimal_diseases .disease_card {
		gap: 20px;
		padding: 22px 26px;
		border-radius: 30px;
	}

	.section_lacrimal_diseases .card_icon {
		flex: 0 0 80px;
		width: 80px;
		height: 80px;
	}

	.section_lacrimal_diseases .card_icon svg {
		width: 40px;
		height: 40px;
	}

	.section_lacrimal_diseases .card_title h3 {
		font-size: 22px;
	}

	.section_lacrimal_diseases .card_title span {
		font-size: 18px;
	}

	.section_lacrimal_diseases .card_desc p {
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.common_section_head .kor_title {
		font-size: 26px;
	}

	.common_section_head .eng_label {
		font-size: 14px;
		letter-spacing: 3px;
	}

	.common_section_head .head_subtitle,
	.common_section_head .head_subtitle p {
		font-size: 14px;
	}

	.section_lacrimal_diseases .disease_card {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 20px;
		border-radius: 24px;
	}

	.section_lacrimal_diseases .card_icon {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}

	.section_lacrimal_diseases .card_icon svg {
		width: 32px;
		height: 32px;
	}

	.section_lacrimal_diseases .card_title h3 {
		font-size: 18px;
	}

	.section_lacrimal_diseases .card_title span {
		font-size: 14px;
	}

	.section_lacrimal_diseases .card_desc p {
		font-size: 14px;
	}
}

/* Section Lacrimal Essential Tests */
.section_lacrimal_essential_tests .test_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px 40px;
	margin-top: 80px;
}

.section_lacrimal_essential_tests .test_item {
	/* flex: 1 1 220px; */
	flex: 0 0 calc((100% - 40px * 3) / 4);
	min-width: 0;
	/* max-width: 330px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	text-align: center;
}

.section_lacrimal_essential_tests .item_icon {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #0B385A;
	border: 1px solid #09537E;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_lacrimal_essential_tests .item_title {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.section_lacrimal_essential_tests .item_desc {
	font-size: 20px;
	color: #7DA1B0;
	line-height: 1.7;

}

/* .section_lacrimal_essential_tests .item_desc br {
	display: none;
} */


@media all and (max-width:1024px) {
	.section_lacrimal_essential_tests .test_list {
		gap: 50px 40px;
		margin-top: 60px;
	}

	.section_lacrimal_essential_tests .test_item {
		flex: 1 1 180px;
		max-width: 280px;
		gap: 20px;
	}

	.section_lacrimal_essential_tests .item_icon {
		width: 70px;
		height: 70px;
		border-radius: 35px;
	}

	.section_lacrimal_essential_tests .item_icon svg {
		width: 34px;
		height: 34px;
	}

	.section_lacrimal_essential_tests .item_title {
		font-size: 20px;
	}

	.section_lacrimal_essential_tests .item_desc {
		font-size: 18px;
	}

	.section_lacrimal_essential_tests .item_desc br {
		display: none;
	}
}

@media all and (max-width:768px) {
	.section_lacrimal_essential_tests .test_list {
		flex-direction: column;
		gap: 40px;
		margin-top: 40px;
		align-items: center;
	}

	.section_lacrimal_essential_tests .test_item {
		flex: 0 0 auto;
		width: 100%;
		gap: 16px;
	}

	.section_lacrimal_essential_tests .item_icon {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}

	.section_lacrimal_essential_tests .item_icon svg {
		width: 28px;
		height: 28px;
	}

	.section_lacrimal_essential_tests .item_title {
		font-size: 18px;
	}

	.section_lacrimal_essential_tests .item_desc {
		font-size: 16px;
	}
}

/* Section Lacrimal Symptoms */
.section_lacrimal_symptoms {
	background: #F0F9FF;
	padding: 80px 0;
}

.section_lacrimal_symptoms .symptoms_layout {
	display: flex;
	align-items: center;
	gap: 130px;
}

.section_lacrimal_symptoms .symptoms_left {
	flex: 0 0 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.section_lacrimal_symptoms .symptoms_title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
}

.section_lacrimal_symptoms .symptoms_desc {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.section_lacrimal_symptoms .symptoms_desc p {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
}

.section_lacrimal_symptoms .symptoms_list {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.section_lacrimal_symptoms .symptom_item {
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 23px 17px;
	background: #fff;
	border-radius: 10px;
}

.section_lacrimal_symptoms .symptom_item .item_icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	display: flex;
}

.section_lacrimal_symptoms .symptom_item p {
	font-size: 20px;
	color: #000;
	line-height: 1.4;
}

@media all and (max-width:1024px) {
	.section_lacrimal_symptoms {
		padding: 60px 0;
	}

	.section_lacrimal_symptoms .symptoms_layout {
		gap: 60px;
	}

	.section_lacrimal_symptoms .symptoms_left {
		gap: 36px;
	}

	.section_lacrimal_symptoms .symptoms_title {
		font-size: 32px;
	}

	.section_lacrimal_symptoms .symptoms_desc p {
		font-size: 16px;
	}

	.section_lacrimal_symptoms .symptoms_list {
		gap: 14px;
	}

	.section_lacrimal_symptoms .symptom_item {
		padding: 18px 16px;
	}

	.section_lacrimal_symptoms .symptom_item p {
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.section_lacrimal_symptoms {
		padding: 40px 0;
	}

	.section_lacrimal_symptoms .symptoms_layout {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.section_lacrimal_symptoms .symptoms_left {
		gap: 24px;
	}

	.section_lacrimal_symptoms .symptoms_title {
		font-size: 24px;
	}

	.section_lacrimal_symptoms .symptoms_desc p {
		font-size: 14px;
	}

	.section_lacrimal_symptoms .symptom_item {
		padding: 16px 14px;
		gap: 12px;
	}

	.section_lacrimal_symptoms .symptom_item p {
		font-size: 14px;
	}
}

/* Section Lacrimal Cases */
.section_lacrimal_cases .cases_layout {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.section_lacrimal_cases .cases_left {
	flex: 0 0 402px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.section_lacrimal_cases .cases_desc {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

.section_lacrimal_cases .cases_list {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	gap: 16px;
	width: 100%;
}

.section_lacrimal_cases .case_card {
	flex: 0 0 calc((100% - 16px) / 2);
	min-width: 0;
	padding: 20px 20px 34px;
	background: #fff;
	border: 2px solid #00A9CE;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_lacrimal_cases .case_images {
	display: flex;
	gap: 5px;
}

.section_lacrimal_cases .case_image {
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	aspect-ratio: 200 / 160;
	overflow: hidden;
	border-radius: 8px;
}

.section_lacrimal_cases .case_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_lacrimal_cases .image_label {
	position: absolute;
	top: 16px;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}

.section_lacrimal_cases .before_label {
	right: 20px;
	background: rgba(0, 0, 0, 0.5);
}

.section_lacrimal_cases .after_label {
	left: 20px;
	background: #01A9CE;
	font-weight: 700;
}

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

.section_lacrimal_cases .case_meta {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.section_lacrimal_cases .case_disease {
	font-size: 24px;
	font-weight: 700;
	color: #00A9CE;
	line-height: 1;
}

.section_lacrimal_cases .case_patient {
	font-size: 18px;
	font-weight: 700;
	color: #00224E;
	line-height: 1;
}

.case_keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.case_keyword {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #01A9CE;
	line-height: 1.4;
}

/* 첨부파일 업로드 영역 (전원문의/일반상담문의 등) */
.useFile_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 14px;
}

.useFile_row {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.useFile_row input[type="file"] {
	flex: 1 1 auto;
	min-width: 200px;
	height: 40px;
	padding: 6px 8px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
}

.useFile_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 14px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: opacity .15s;
	white-space: nowrap;
	text-decoration: none;
}

.useFile_btn.add {
	background: #00A9CE;
	color: #fff !important;
	border: 1px solid #00A9CE;
}

.useFile_btn.del {
	background: #fff;
	color: #00224E !important;
	border: 1px solid #d6d6d6;
}

.useFile_btn:hover {
	opacity: .85;
}

/* 일반상담문의 - 구분/성별 라디오 그룹 */
.pet_radio_group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.pet_radio {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	padding: 0;
	margin: 0;
}

.pet_radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.pet_radio .pet_radio_label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #d6d6d6;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all .15s ease;
}

.pet_radio:hover .pet_radio_label {
	border-color: #00A9CE;
	color: #00A9CE;
}

.pet_radio input[type="radio"]:checked+.pet_radio_label {
	background: #00A9CE;
	border-color: #00A9CE;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0, 169, 206, .25);
}

.pet_radio input[type="radio"]:focus-visible+.pet_radio_label {
	outline: 2px solid rgba(0, 169, 206, .4);
	outline-offset: 2px;
}

.pet_etc_input {
	flex: 1 1 140px;
	min-width: 140px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	color: #333;
	transition: border-color .15s;
}

.pet_etc_input:focus {
	border-color: #00A9CE;
	outline: none;
}

.section_lacrimal_cases .case_desc {
	font-size: 18px;
	color: rgba(0, 34, 78, 0.9);
	line-height: 1.5;
}

@media all and (max-width:1024px) {
	.section_lacrimal_cases .cases_layout {
		flex-direction: column;
		gap: 40px;
	}

	.section_lacrimal_cases .cases_left {
		flex: 0 0 auto;
		width: 100%;
		gap: 20px;
	}

	.section_lacrimal_cases .cases_desc {
		font-size: 16px;
	}

	.section_lacrimal_cases .case_card {
		padding: 18px 18px 26px;
	}

	.section_lacrimal_cases .case_disease {
		font-size: 20px;
	}

	.section_lacrimal_cases .case_patient {
		font-size: 16px;
	}

	.section_lacrimal_cases .case_desc {
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.section_lacrimal_cases .cases_list {
		flex-direction: column;
		gap: 16px;
	}

	.section_lacrimal_cases .case_card {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_lacrimal_cases .case_disease {
		font-size: 18px;
	}

	.section_lacrimal_cases .case_patient {
		font-size: 14px;
	}

	.section_lacrimal_cases .case_desc {
		font-size: 14px;
	}

	.section_lacrimal_cases .image_label {
		font-size: 12px;
		padding: 4px 8px;
		top: 10px;
	}

	.section_lacrimal_cases .before_label {
		right: 10px;
	}

	.section_lacrimal_cases .after_label {
		left: 10px;
	}
}

/* Lacrimal Cases Swiper */
.section_lacrimal_cases .lacrimal_cases_swiper_wrap {
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	padding: 0 44px;
}

.section_lacrimal_cases .lacrimal_cases_swiper {
	width: 100%;
	overflow: hidden;
	padding-bottom: 36px;
}

.section_lacrimal_cases .lacrimal_cases_swiper .cases_list {
	gap: 0;
}

.section_lacrimal_cases .lacrimal_cases_swiper .case_card.swiper-slide {
	flex: 0 0 auto;
	height: auto;
	box-sizing: border-box;
}

.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-prev,
.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-next {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: #fff;
	border: 1px solid #00A9CE;
	border-radius: 50%;
	color: #00A9CE;
	padding: 0;
	cursor: pointer;
}

.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-prev::after,
.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-next::after {
	font-size: 14px;
	font-weight: 700;
}

.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-prev {
	left: 0;
}

.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-next {
	right: 0;
}

.section_lacrimal_cases .lacrimal_cases_swiper .swiper-pagination-bullet-active {
	background: #00A9CE;
}

@media all and (max-width:768px) {
	.section_lacrimal_cases .lacrimal_cases_swiper_wrap {
		padding: 0 30px;
	}

	.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-prev,
	.section_lacrimal_cases .lacrimal_cases_swiper_wrap .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

.section_lacrimal_cases .case_card.cases_empty {
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	text-align: center;
}

/* Section Location */
.section_location .location_layout {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px;
}

.section_location .location_info {
	flex: 1 1 0;
	min-width: 0;
	max-width: 568px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 100px;
}

.section_location .location_top {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.section_location .location_block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_location .location_title {
	color: #01A9CE;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.section_location .address_text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.section_location .address_main {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.section_location .address_sub {
	color: #888;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.section_location .location_links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.section_location .link_btn {
	flex: 1 1 0;
	min-width: 0;
	height: 56px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #00A9CE;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-decoration: none;
	transition: background 0.2s;
}

.section_location .link_btn:hover {
	background: rgba(0, 169, 206, 0.05);
}

.section_location .link_btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.section_location .link_btn span {
	color: #00224E;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}

.section_location .hour_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	opacity: 0.8;
}

.section_location .hour_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.section_location .hour_row .label {
	flex: 0 0 120px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 6px;
}

.section_location .hour_row .value {
	flex: 0 0 220px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 5px;
}

.section_location .hour_row .value .ampm {
	min-width: 30px;
}

.section_location .hour_row .value .time {
	min-width: 46px;
}

.section_location .hour_row .value .sep {
	padding: 0 3px;
}

.section_location .hour_row .value b {
	font-weight: 700;
}

.section_location .tel_row {
	display: flex;
	align-items: center;
	gap: 40px;
}

.section_location .tel_label {
	color: #01A9CE;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.section_location .tel_num {
	color: #01A9CE;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
}

.section_location .location_map {
	flex: 1 1 0;
	min-width: 0;
	max-width: 739px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
}

.section_location .map_canvas {
	flex: 1 1 auto;
	aspect-ratio: 739 / 593;
	overflow: hidden;
}

.section_location .map_canvas .root_daum_roughmap,
.section_location .map_canvas .wrap_map {
	width: 100% !important;
	height: 100% !important;
}

.section_location .map_address {
	padding: 16px 20px;
	background: #01A9CE;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

@media all and (max-width:1024px) {
	.section_location .location_layout {
		flex-direction: column;
		gap: 50px;
	}

	.section_location .location_info,
	.section_location .location_map {
		flex: 0 0 auto;
		max-width: none;
		width: 100%;
	}

	.section_location .location_info {
		gap: 60px;
	}

	.section_location .location_top {
		gap: 50px;
	}

	.section_location .location_title {
		font-size: 32px;
	}

	.section_location .address_main,
	.section_location .address_sub {
		font-size: 20px;
	}

	.section_location .link_btn span {
		font-size: 16px;
	}

	.section_location .tel_label {
		font-size: 24px;
	}

	.section_location .tel_num {
		font-size: 40px;
	}
}

@media all and (max-width:768px) {
	.section_location .location_top {
		gap: 40px;
	}

	.section_location .location_title {
		font-size: 26px;
	}

	.section_location .address_main,
	.section_location .address_sub {
		font-size: 16px;
	}

	.section_location .location_links {
		gap: 8px;
	}

	.section_location .link_btn {
		height: 48px;
		padding: 0 8px;
		gap: 4px;
	}

	.section_location .link_btn img {
		width: 20px;
		height: 20px;
	}

	.section_location .link_btn span {
		font-size: 13px;
	}

	.section_location .hour_row {
		gap: 16px;
	}

	.section_location .hour_row .label,
	.section_location .hour_row .value {
		font-size: 16px;
	}

	.section_location .hour_row .label {
		flex: 0 0 80px;
		letter-spacing: 3px;
	}

	.section_location .hour_row .value {
		flex: 0 1 auto;
		text-align: right;
	}

	.section_location .tel_row {
		gap: 20px;
	}

	.section_location .tel_label {
		font-size: 20px;
	}

	.section_location .tel_num {
		font-size: 32px;
	}

	.section_location .map_address {
		font-size: 14px;
		padding: 14px 16px;
	}
}

/* Section Parking */
.section_parking {
	background: #F5F5F5;
}

.section_parking .parking_layout {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 80px;
}

.section_parking .parking_info {
	flex: 1 1 0;
	min-width: 0;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.section_parking .parking_head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_parking .parking_title {
	color: #00A9CE;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: left;
}

.section_parking .parking_subtitle {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.section_parking .parking_subtitle .point {
	color: #01A9CE;
}

.section_parking .parking_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_parking .parking_list li {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #222;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.section_parking .parking_list li::before {
	content: '';
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	background: #01A9CE;
	border-radius: 50%;
}

.section_parking .parking_list li.emphasis {
	color: #00224E;
	font-weight: 700;
}

.section_parking .parking_list li.continuation {
	padding-left: 30px;
	color: #00224E;
	font-weight: 700;
}

.section_parking .parking_list li.continuation::before {
	display: none;
}

.section_parking .parking_tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.section_parking .parking_tag span {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.section_parking .parking_image {
	flex: 0 1 472px;
	min-width: 0;
}

.section_parking .parking_image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

@media all and (max-width:1024px) {
	.section_parking .parking_layout {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.section_parking .parking_info,
	.section_parking .parking_image {
		flex: 0 0 auto;
		width: 100%;
		max-width: 472px;
	}

	.section_parking .parking_info {
		gap: 30px;
	}

	.section_parking .parking_title {
		font-size: 32px;
	}

	.section_parking .parking_subtitle {
		font-size: 20px;
	}

	.section_parking .parking_list li {
		font-size: 18px;
	}

	.section_parking .parking_tag span {
		font-size: 18px;
	}
}

@media all and (max-width:768px) {
	.section_parking .parking_title {
		font-size: 26px;
	}

	.section_parking .parking_subtitle {
		font-size: 16px;
	}

	.section_parking .parking_list {
		gap: 14px;
	}

	.section_parking .parking_list li {
		font-size: 14px;
		gap: 12px;
		line-height: 1.3;
	}

	.section_parking .parking_list li::before {
		flex: 0 0 8px;
		width: 8px;
		height: 8px;
	}

	.section_parking .parking_list li.continuation {
		padding-left: 20px;
	}

	.section_parking .parking_tag svg {
		width: 20px;
		height: 20px;
	}

	.section_parking .parking_tag span {
		font-size: 14px;
	}

	.section_parking .parking_info,
	.section_parking .parking_image {
		max-width: unset;
	}
}