@charset "utf-8";

/* Sub Visual */
.sub_visual {
	padding: 200px 0;
	color: #fff;
	text-align: center;
}

.sub_visual .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.sub_visual .en {
	font-family: 'Aboreto', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.sub_visual .title {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
}

@media all and (max-width:1000px) {
	.sub_visual {
		padding: 140px 0;
	}

	.sub_visual .inner {
		gap: 10px;
	}

	.sub_visual .en {
		font-size: 24px;
	}

	.sub_visual .title {
		font-size: 32px;
	}
}

@media all and (max-width:640px) {
	.sub_visual {
		padding: 120px 0;
	}

	.sub_visual .inner {
		gap: 8px;
	}

	.sub_visual .en {
		font-size: 18px;
	}

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

/* Sub Title (서브페이지 공통 제목) */
.sub_title {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.sub_title.type_center {
	align-items: center;
	text-align: center;
}

.sub_title .en {
	color: #B8C4D4;
	font-family: Aboreto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 83.333% */
	letter-spacing: 4.8px;
}

.sub_title .kr {
	color: #101828;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
}

.sub_title .lead {
	margin-top: 40px;
	color: #4A5565;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
}

/* Safety System */
.section_safety_system .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}

.section_safety_system .safety_cards {
	display: flex;
	gap: 40px;
}

.section_safety_system .safety_card {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 60px 20px;
	background: #F8F9FA;
	border-radius: 16px;
	text-align: center;
}

.section_safety_system .safety_card .icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_safety_system .safety_card .title,
.section_safety_system .safety_card .label {
	color: #101828;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
}

.section_safety_system .safety_card .desc {
	color: #6A7282;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.section_safety_system .safety_card .card_text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.section_safety_system .safety_card .card_text .title {
	font-size: 22px;
}

.section_safety_system .safety_card .card_text .desc {
	font-size: 18px;
	line-height: 1.35;
}

@media all and (max-width:1200px) {
	.sub_title .kr {
		font-size: 38px;
	}

	.section_safety_system .safety_card .title,
	.section_safety_system .safety_card .label {
		font-size: 22px;
	}

	.section_safety_system .safety_card .desc {
		font-size: 18px;
	}

	.section_safety_system .safety_card .card_text .title {
		font-size: 19px;
	}

	.section_safety_system .safety_card .card_text .desc {
		font-size: 16px;
	}
}

@media all and (max-width:1000px) {
	.sub_title {
		gap: 14px;
	}

	.sub_title .en {
		font-size: 16px;
		letter-spacing: 1.2px;
	}

	.sub_title .kr {
		font-size: 30px;
	}

	.sub_title .lead {
		margin-top: 28px;
		font-size: 16px;
		line-height: 1.65;
	}

	.sub_title .lead br {
		display: none;
	}

	.section_safety_system .inner {
		gap: 40px;
	}

	.section_safety_system .safety_cards {
		gap: 16px;
	}

	.section_safety_system .safety_card {
		padding: 40px 16px;
		gap: 20px;
	}

	.section_safety_system .safety_card .icon {
		width: 56px;
		height: 56px;
	}

	.section_safety_system .safety_card .title,
	.section_safety_system .safety_card .label {
		font-size: 20px;
	}

	.section_safety_system .safety_card .desc {
		font-size: 16px;
	}

	.section_safety_system .safety_card .card_text .title {
		font-size: 17px;
	}

	.section_safety_system .safety_card .card_text .desc {
		font-size: 15px;
	}
}

@media all and (max-width:640px) {
	.sub_title {
		gap: 10px;
	}

	.sub_title .en {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.sub_title .kr {
		font-size: 22px;
	}

	.sub_title .kr br {
		display: none;
	}

	.sub_title .lead {
		margin-top: 18px;
		font-size: 14px;
	}

	.section_safety_system .inner {
		gap: 28px;
	}

	.section_safety_system .safety_cards {
		flex-direction: column;
		gap: 12px;
	}

	.section_safety_system .safety_card {
		padding: 32px 16px;
		gap: 16px;
	}

	.section_safety_system .safety_card .icon {
		width: 48px;
		height: 48px;
	}

	.section_safety_system .safety_card .icon svg {
		width: 26px;
		height: 26px;
	}

	.section_safety_system .safety_card .title,
	.section_safety_system .safety_card .label {
		font-size: 18px;
	}

	.section_safety_system .safety_card .desc {
		font-size: 14px;
	}

	.section_safety_system .safety_card .card_text .title {
		font-size: 16px;
	}

	.section_safety_system .safety_card .card_text .desc {
		font-size: 14px;
	}
}

/* Check List (공통) */
.check_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.check_list li {
	flex: 1 1 calc((100% - 10px) / 2);
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid #F3F4F6;
	border-radius: 8px;
}

.check_list .ico {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.check_list .txt {
	color: #364153;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
}

/* Inspection */
.section_inspection {
	background: #F8F9FA;
}

.section_inspection .inspection_wrap {
	display: flex;
	align-items: center;
	gap: 100px;
}

.section_inspection .inspection_left {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.section_inspection .inspection_text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section_inspection .inspection_text .title {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.section_inspection .inspection_text .desc {
	color: #222;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.33;
}

.section_inspection .inspection_text .desc strong {
	font-weight: 600;
}

.section_inspection .inspection_image {
	flex: 1 1 0;
	min-width: 0;
}

.section_inspection .inspection_image img {
	width: 100%;
	aspect-ratio: 775 / 416;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

@media all and (max-width:1200px) {
	.section_inspection .inspection_wrap {
		gap: 60px;
	}

	.section_inspection .inspection_left {
		gap: 40px;
	}

	.section_inspection .inspection_text .title {
		font-size: 26px;
	}

	.section_inspection .inspection_text .desc {
		font-size: 18px;
	}

	.check_list li {
		padding: 18px 16px;
		gap: 14px;
	}

	.check_list .txt {
		font-size: 18px;
	}
}

@media all and (max-width:1000px) {
	.section_inspection .inspection_wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.section_inspection .inspection_left {
		gap: 30px;
	}

	.section_inspection .inspection_text .title {
		font-size: 22px;
	}

	.section_inspection .inspection_text .desc {
		font-size: 16px;
	}

	.section_inspection .inspection_image img {
		border-radius: 16px;
	}

	.check_list .txt {
		font-size: 16px;
	}
}

@media all and (max-width:640px) {
	.section_inspection .inspection_wrap {
		gap: 28px;
	}

	.section_inspection .inspection_left {
		gap: 24px;
	}

	.section_inspection .inspection_text {
		gap: 12px;
	}

	.section_inspection .inspection_text .title {
		font-size: 18px;
	}

	.section_inspection .inspection_text .desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.section_inspection .inspection_text .desc br {
		display: none;
	}

	.section_inspection .inspection_image img {
		border-radius: 12px;
	}

	.check_list {
		gap: 8px;
	}

	.check_list li {
		padding: 14px;
		gap: 10px;
	}

	.check_list .ico svg {
		width: 16px;
		height: 16px;
	}

	.check_list .txt {
		font-size: 14px;
	}
}

/* Safety Operation */
.section_safety_op .inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	min-width: 0;
}

.section_safety_op .op_wrap {
	display: flex;
	align-items: center;
	gap: 88px;
}

.section_safety_op .op_left {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.section_safety_op .op_left p {
	color: #4A5565;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.66;
}

.section_safety_op .op_grid {
	flex: 1 1 0;
	min-width: 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.section_safety_op .op_grid::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	transform: translateY(-50%);
	background: linear-gradient(to right,
			#B8C4D4 0,
			#B8C4D4 calc(50% - 22px),
			transparent calc(50% - 22px),
			transparent calc(50% + 22px),
			#B8C4D4 calc(50% + 22px),
			#B8C4D4 100%);
	pointer-events: none;
}

.section_safety_op .op_grid::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	transform: translateX(-50%);
	background: linear-gradient(to bottom,
			#B8C4D4 0,
			#B8C4D4 calc(50% - 22px),
			transparent calc(50% - 22px),
			transparent calc(50% + 22px),
			#B8C4D4 calc(50% + 22px),
			#B8C4D4 100%);
	pointer-events: none;
}

.section_safety_op .op_center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #B8C4D4;
	transform: translate(-50%, -50%) rotate(45deg);
	pointer-events: none;
}

.section_safety_op .op_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 30px 20px;
	text-align: center;
}

.section_safety_op .op_item .ico {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_safety_op .op_item .ico svg {
	width: 100%;
	height: 100%;
}

.section_safety_op .op_item .title {
	color: #1E2939;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

@media all and (max-width:1200px) {
	.section_safety_op .op_wrap {
		gap: 50px;
	}

	.section_safety_op .op_left {
		gap: 24px;
	}

	.section_safety_op .op_left p {
		font-size: 18px;
	}

	.section_safety_op .op_item {
		padding: 24px 16px;
		gap: 18px;
	}

	.section_safety_op .op_item .ico {
		width: 36px;
		height: 36px;
	}

	.section_safety_op .op_item .title {
		font-size: 18px;
	}
}

@media all and (max-width:1000px) {
	.section_safety_op .inner {
		gap: 50px;
	}

	.section_safety_op .op_wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.section_safety_op .op_left p {
		font-size: 16px;
		line-height: 1.7;
	}

	.section_safety_op .op_left p br {
		display: none;
	}

	.section_safety_op .op_item {
		padding: 28px 16px;
		gap: 20px;
	}
}

@media all and (max-width:640px) {
	.section_safety_op .inner {
		gap: 36px;
	}

	.section_safety_op .op_wrap {
		gap: 28px;
	}

	.section_safety_op .op_left {
		gap: 18px;
	}

	.section_safety_op .op_left p {
		font-size: 14px;
		line-height: 1.7;
	}

	.section_safety_op .op_item {
		padding: 22px 10px;
		gap: 14px;
	}

	.section_safety_op .op_item .ico {
		width: 30px;
		height: 30px;
	}

	.section_safety_op .op_item .title {
		font-size: 14px;
		letter-spacing: 0.3px;
	}
}

/* Anesthesia (다크 섹션) */
.section_anesthesia {
	background: #101828;
	padding: 60px 0 90px;
}

.section_anesthesia .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}

.section_anesthesia .anes_header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
}

.section_anesthesia .anes_title {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.section_anesthesia .anes_title .sub {
	color: #B8C4D4;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
}

.section_anesthesia .anes_title .main {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.18;
}

.section_anesthesia .anes_tabs {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.section_anesthesia .anes_tabs .tab {
	padding: 10px 22px;
	border-radius: 100px;
	border: 1.25px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.33;
	transition: 0.25s;
}

.section_anesthesia .anes_tabs .tab.active,
.section_anesthesia .anes_tabs .tab:hover {
	background: #fff;
	color: #101828;
	border-color: #fff;
}

.section_anesthesia .anes_cards {
	display: flex;
	gap: 39px;
}

.section_anesthesia .anes_card {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 40px 40px 60px;
	background: #1C2433;
	border: 1px solid #EEEEEE;
	border-radius: 16px;
	transition: 0.3s;
	cursor: pointer;
}

.section_anesthesia .anes_card .card_title {
	color: #B8C4D4;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	transition: 0.3s;
}

.section_anesthesia .anes_card .card_lead {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	transition: 0.3s;
}

.section_anesthesia .anes_card .card_desc {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	transition: 0.3s;
}

.section_anesthesia .anes_card:hover,
.section_anesthesia .anes_card.active {
	background: #fff;
	border-color: #fff;
}

.section_anesthesia .anes_card:hover .card_title,
.section_anesthesia .anes_card:hover .card_lead,
.section_anesthesia .anes_card.active .card_title,
.section_anesthesia .anes_card.active .card_lead {
	color: #000;
}

.section_anesthesia .anes_card:hover .card_desc,
.section_anesthesia .anes_card.active .card_desc {
	color: rgba(0, 0, 0, 0.8);
}

@media all and (max-width:1200px) {
	.section_anesthesia .anes_title .sub {
		font-size: 20px;
	}

	.section_anesthesia .anes_title .main {
		font-size: 30px;
	}

	.section_anesthesia .anes_cards {
		gap: 20px;
	}

	.section_anesthesia .anes_card {
		padding: 30px 24px 40px;
		gap: 18px;
	}

	.section_anesthesia .anes_card .card_title {
		font-size: 20px;
	}

	.section_anesthesia .anes_card .card_lead,
	.section_anesthesia .anes_card .card_desc {
		font-size: 16px;
	}
}

@media all and (max-width:1000px) {
	.section_anesthesia {
		padding: 50px 0 70px;
	}

	.section_anesthesia .inner {
		gap: 40px;
	}

	.section_anesthesia .anes_header {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.section_anesthesia .anes_title .sub {
		font-size: 18px;
	}

	.section_anesthesia .anes_title .main {
		font-size: 26px;
	}

	.section_anesthesia .anes_cards {
		flex-direction: column;
		gap: 16px;
	}

	.section_anesthesia .anes_card {
		padding: 28px 24px 32px;
	}
}

@media all and (max-width:640px) {
	.section_anesthesia {
		padding: 40px 0 60px;
	}

	.section_anesthesia .inner {
		gap: 28px;
	}

	.section_anesthesia .anes_header {
		gap: 18px;
	}

	.section_anesthesia .anes_title {
		gap: 6px;
	}

	.section_anesthesia .anes_title .sub {
		font-size: 14px;
	}

	.section_anesthesia .anes_title .main {
		font-size: 20px;
	}

	.section_anesthesia .anes_tabs {
		flex-wrap: wrap;
		gap: 6px;
	}

	.section_anesthesia .anes_tabs .tab {
		padding: 8px 16px;
		font-size: 13px;
		letter-spacing: 1px;
	}

	.section_anesthesia .anes_card {
		padding: 24px 20px 28px;
		gap: 14px;
		border-radius: 12px;
	}

	.section_anesthesia .anes_card .card_title {
		font-size: 17px;
	}

	.section_anesthesia .anes_card .card_lead,
	.section_anesthesia .anes_card .card_desc {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* Aftercare Banner */
.section_aftercare {
	padding: 145px 0;
	color: #fff;
}

.section_aftercare .aftercare_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 60px;
	min-width: 0;
}

.section_aftercare .title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}

.section_aftercare .desc {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.55;
}

.section_aftercare .aftercare_btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 40px;
	transition: 0.25s;
}

.section_aftercare .aftercare_btn .txt {
	color: #B8C4D4;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	transition: 0.25s;
}

.section_aftercare .aftercare_btn .arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	transition: 0.25s;
}

.section_aftercare .aftercare_btn:hover {
	background: #101828;
}

.section_aftercare .aftercare_btn:hover .txt {
	color: #fff;
}

.section_aftercare .aftercare_btn:hover .arrow {
	transform: translateX(4px);
}

@media all and (max-width:1200px) {
	.section_aftercare {
		padding: 110px 0;
	}

	.section_aftercare .aftercare_box {
		gap: 40px;
	}

	.section_aftercare .title {
		font-size: 36px;
	}

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

	.section_aftercare .aftercare_btn {
		padding: 16px 26px;
	}

	.section_aftercare .aftercare_btn .txt {
		font-size: 18px;
	}
}

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

	.section_aftercare .aftercare_box {
		gap: 30px;
	}

	.section_aftercare .title {
		font-size: 28px;
	}

	.section_aftercare .desc {
		font-size: 16px;
	}

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

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

	.section_aftercare .aftercare_box {
		gap: 22px;
	}

	.section_aftercare .title {
		font-size: 22px;
	}

	.section_aftercare .desc {
		font-size: 14px;
		line-height: 1.65;
	}

	.section_aftercare .aftercare_btn {
		padding: 12px 20px;
		gap: 2px;
	}

	.section_aftercare .aftercare_btn .txt {
		font-size: 14px;
	}

	.section_aftercare .aftercare_btn .arrow {
		width: 16px;
		height: 16px;
	}

	.section_aftercare .aftercare_btn .arrow svg {
		width: 100%;
		height: 100%;
	}
}

/* Satisfaction (Care Cards) */
.section_satisfaction .inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	min-width: 0;
}

/* SATISFACTION 라벨만 20px/자간 4px (Figma) — 공용 .en(24px) 오버라이드 */
.section_satisfaction .sub_title .en {
	font-size: 20px;
	letter-spacing: 4px;
}

.section_satisfaction .care_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.section_satisfaction .care_card {
	flex: 1 1 calc((100% - 12px * 3) / 4);
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	padding: 40px 20px;
	background: #fff;
	border: 2px solid #EEEEEE;
	border-radius: 16px;
	text-align: center;
}

.section_satisfaction .care_card .ico {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(184, 196, 212, 0.1);
	border-radius: 50%;
}

.section_satisfaction .care_card .ico svg {
	width: 24px;
	height: 24px;
}

.section_satisfaction .care_card .title {
	color: #364153;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

@media all and (max-width:1200px) {
	.section_satisfaction .inner {
		gap: 60px;
	}

	.section_satisfaction .care_card {
		padding: 32px 16px;
		gap: 20px;
	}

	.section_satisfaction .care_card .title {
		font-size: 20px;
	}
}

@media all and (max-width:1000px) {
	.section_satisfaction .inner {
		gap: 50px;
	}

	.section_satisfaction .care_card {
		flex: 1 1 calc((100% - 12px) / 2);
		padding: 30px 16px;
		gap: 18px;
	}

	.section_satisfaction .care_card .title {
		font-size: 18px;
	}
}

@media all and (max-width:640px) {
	.section_satisfaction .inner {
		gap: 32px;
	}

	.section_satisfaction .care_cards {
		gap: 8px;
	}

	.section_satisfaction .care_card {
		flex: 1 1 calc((100% - 8px) / 2);
		padding: 24px 12px;
		gap: 14px;
		border-radius: 12px;
	}

	.section_satisfaction .care_card .ico {
		width: 44px;
		height: 44px;
	}

	.section_satisfaction .care_card .ico svg {
		width: 20px;
		height: 20px;
	}

	.section_satisfaction .care_card .title {
		font-size: 15px;
	}
}

/* 회원가입 이메일 자동완성 */
.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;
	}
}

/* Doctors */
.section_doctors .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}

.line_label {
	display: flex;
	align-items: center;
	gap: 24px;
	min-width: 0;
	color: #1A1A1A;
	font-family: 'Aboreto', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 4.8px;
}

.line_label::after {
	content: '';
	flex: 1 1 0;
	min-width: 0;
	height: 1px;
	background: #B8C4D4;
}

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

.section_doctors .doctor_card {
	display: flex;
	align-items: stretch;
	min-width: 0;
}

.section_doctors .doctor_card.type_reverse {
	flex-direction: row-reverse;
}

.section_doctors .doctor_card .thumb {
	flex: 0 0 50%;
	min-width: 0;
	overflow: hidden;
}

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

.section_doctors .doctor_card .info {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	padding: 60px 80px;
	border-top: 1px solid #B8C4D4;
	border-bottom: 1px solid #B8C4D4;
}

.section_doctors .info_head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.section_doctors .info_head .en {
	color: #8999AE;
	font-family: 'Aboreto', serif;
	font-size: 16px;
	font-weight: 400;
}

.section_doctors .info_head .name_row {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 17px;
	min-width: 0;
}

.section_doctors .info_head .name {
	color: #1A1A1A;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}

.section_doctors .info_head .name strong {
	font-weight: 500;
}

.section_doctors .info_head .role {
	color: #9CA3AF;
	font-size: 18px;
	font-weight: 400;
}

.section_doctors .career {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.section_doctors .career_title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.section_doctors .career_title .diamond {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	aspect-ratio: 1/1;
	transform: rotate(45deg);
	background: #B8C4D4;
	border: 0.901px solid #B8C4D4;
}

.section_doctors .career_title .txt {
	color: #6B7280;
	font-size: 24px;
	font-weight: 500;
}

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

.section_doctors .career ul li {
	position: relative;
	padding-left: 16px;
	color: #6B7280;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.section_doctors .career ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 4px;
	height: 4px;
	background: #B8C4D4;
	border-radius: 50%;
}

@media all and (max-width:1200px) {
	.section_doctors .doctor_card .info {
		padding: 40px 50px;
		gap: 30px;
	}

	.section_doctors .info_head .name {
		font-size: 30px;
	}

	.section_doctors .career_title .txt {
		font-size: 22px;
	}

	.section_doctors .career ul li {
		font-size: 18px;
	}
}

@media all and (max-width:1000px) {
	.section_doctors .inner {
		gap: 40px;
	}

	.section_doctors .doctor_card,
	.section_doctors .doctor_card.type_reverse {
		flex-direction: column;
	}

	.section_doctors .doctor_card .thumb {
		flex: 0 0 auto;
		width: 100%;
	}

	.section_doctors .doctor_card .thumb img {
		aspect-ratio: 800 / 647;
	}

	.section_doctors .doctor_card .info {
		padding: 40px 30px;
		gap: 24px;
	}

	.line_label {
		font-size: 20px;
	}

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

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

	.section_doctors .career_title .txt {
		font-size: 20px;
	}

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

@media all and (max-width:640px) {
	.line_label {
		font-size: 16px;
		letter-spacing: 3.2px;
	}

	.section_doctors .doctors_list {
		gap: 24px;
	}

	.section_doctors .doctor_card .info {
		padding: 28px 18px;
		gap: 20px;
	}

	.section_doctors .info_head .en {
		font-size: 14px;
	}

	.section_doctors .info_head .name_row {
		gap: 10px;
	}

	.section_doctors .info_head .name {
		font-size: 22px;
	}

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

	.section_doctors .career {
		gap: 14px;
	}

	.section_doctors .career_title .txt {
		font-size: 18px;
	}

	.section_doctors .career ul {
		gap: 6px;
	}

	.section_doctors .career ul li {
		font-size: 14px;
		padding-left: 12px;
	}

	.section_doctors .career ul li::before {
		width: 3px;
		height: 3px;
	}
}

/* Certifications */
.section_certifications .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}

.section_certifications .cert_grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	min-width: 0;
}

.section_certifications .cert_grid img {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
	aspect-ratio: 378 / 120;
	border-radius: 16px;
	/* border: 1.5px solid #EEEEEE; */
	object-fit: cover;
	background: #fff;
}

@media all and (max-width:640px) {
	.section_certifications .cert_grid {
		flex-wrap: wrap;
		gap: 12px;
	}

	.section_certifications .cert_grid img {
		flex: 0 0 calc((100% - 12px) / 2);
		min-width: 0;
		border-radius: 10px;
	}
}

/* Care Guide */
.section_care_guide .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}

.section_care_guide .care_guide_cards {
	display: flex;
	gap: 40px;
	min-width: 0;
}

.section_care_guide .care_guide_card {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
	padding: 60px 30px;
	background: #F8F9FA;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.section_care_guide .care_guide_card .icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_care_guide .care_guide_card .title {
	color: #101828;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.section_care_guide .care_guide_card .time_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.section_care_guide .care_guide_card .time_list li {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #6A7282;
	font-size: 22px;
	line-height: 24px;
}

.section_care_guide .care_guide_card .time_list .label {
	flex: 0 0 70px;
	min-width: 0;
}

.section_care_guide .care_guide_card .desc {
	color: #6A7282;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.section_care_guide .care_guide_card .phone {
	color: #6A7282;
	font-family: 'Aboreto', serif;
	font-size: 38px;
	line-height: 1;
}

.section_care_guide .care_guide_card .reservation_btn {
	padding: 14px 24px;
	background: #B8C4D4;
	border-radius: 100px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

@media all and (max-width:1024px) {
	.section_care_guide .care_guide_cards {
		flex-wrap: wrap;
	}

	.section_care_guide .care_guide_card {
		flex: 0 0 calc((100% - 40px) / 2);
		padding: 50px 24px;
	}

	.section_care_guide .care_guide_card .title {
		font-size: 22px;
	}

	.section_care_guide .care_guide_card .time_list li,
	.section_care_guide .care_guide_card .desc {
		font-size: 18px;
	}

	.section_care_guide .care_guide_card .phone {
		font-size: 32px;
	}
}

@media all and (max-width:640px) {
	.section_care_guide .inner {
		gap: 30px;
	}

	.section_care_guide .care_guide_cards {
		flex-direction: column;
		gap: 16px;
	}

	.section_care_guide .care_guide_card {
		flex: 1 1 auto;
		padding: 40px 20px;
		gap: 20px;
		border-radius: 12px;
	}

	.section_care_guide .care_guide_card .icon {
		width: 48px;
		height: 48px;
	}

	.section_care_guide .care_guide_card .title {
		font-size: 20px;
	}

	.section_care_guide .care_guide_card .time_list {
		gap: 10px;
	}

	.section_care_guide .care_guide_card .time_list li,
	.section_care_guide .care_guide_card .desc {
		font-size: 16px;
	}

	.section_care_guide .care_guide_card .time_list .label {
		flex: 0 0 44px;
	}

	.section_care_guide .care_guide_card .phone {
		font-size: 28px;
	}

	.section_care_guide .care_guide_card .reservation_btn {
		padding: 12px 20px;
		font-size: 18px;
		line-height: 20px;
	}
}

/* intro section (공통 - 이미지+텍스트 레이아웃) */
.wc_intro_section .intro_wrap {
	display: flex;
	gap: 70px;
	align-items: center;
}

.wc_intro_section .intro_img {
	flex: 0 0 700px;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	/* overflow: hidden; */
}

.wc_intro_section .intro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.wc_intro_section .wc_section_header {
	gap: 0;
}

/* Figma 'Vector 5' — 헤더 하단 구분선 (927 x 1.5, #C3D3E2) */
.wc_intro_section .wc_section_header::after {
	content: '';
	display: block;
	width: 927px;
	max-width: 100%;
	height: 1.5px;
	margin-top: 20px;
	background: #C3D3E2;
}

.wc_intro_section .wc_section_header .section_label {
	margin-bottom: 20px;
}

.wc_intro_section .wc_section_header .section_sub_tit {
	margin-top: 0;
	line-height: 1.2;
}

.wc_intro_section .wc_section_header .section_title {
	font-weight: 700;
	line-height: 1.2;
}

.wc_intro_section .intro_desc {
	color: #52525C;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 130%;
}

.wc_intro_section .intro_quote {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: fit-content;
	align-self: flex-start;
}

.wc_intro_section .intro_quote .quote_open,
.wc_intro_section .intro_quote .quote_close {
	flex-shrink: 0;
	margin-top: 4px;
}

.wc_intro_section .intro_quote .quote_text {
	color: #52525C;
	font-size: 26px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 39px;
}

@media all and (max-width:1200px) {
	.wc_intro_section .intro_img {
		flex: 0 0 400px;
	}

	.wc_intro_section .intro_wrap {
		gap: 50px;
	}

	.wc_intro_section .intro_desc {
		font-size: 19px;
		line-height: 28px;
	}

	.wc_intro_section .intro_quote .quote_text {
		font-size: 20px;
		line-height: 32px;
	}
}

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

	.wc_intro_section .intro_img {
		flex: none;
		width: 100%;
		max-width: 500px;
	}

	.wc_intro_section .intro_text {
		width: 100%;
	}
}

@media all and (max-width:768px) {
	.wc_intro_section .intro_desc {
		font-size: 16px;
		line-height: 24px;
	}

	.wc_intro_section .intro_quote .quote_text {
		font-size: 17px;
		line-height: 28px;
	}

	.wc_intro_section .intro_quote .quote_open,
	.wc_intro_section .intro_quote .quote_close {
		width: 36px;
		height: auto;
	}
}

/* feature section (공통 - 배경이미지 + 카드) */
.wc_feature_section {
	background-size: cover;
	background-position: center;
}

.wc_feature_section .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wc_feature_section .feature_sub {
	color: #fff;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	margin-top: 30px;
}

.wc_feature_section .feature_badge {
	margin-top: 88px;
	padding: 5px;
	border-radius: 100px;
	outline: 1px solid rgba(255, 255, 255, 0.5);
	outline-offset: -1px;
}

.wc_feature_section .feature_badge span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	outline: 2px solid #fff;
	outline-offset: -2px;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
}

.wc_feature_section .feature_cards {
	display: flex;
	gap: 18px;
	margin-top: 64px;
	width: 100%;
}

.wc_feature_section .feature_card {
	flex: 1;
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wc_feature_section .feature_step {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
}

.wc_feature_section .feature_step span {
	color: #424242;
	font-size: 26px;
	font-weight: 600;
}

.wc_feature_section .feature_card_title {
	color: #424242;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 600;
	margin-bottom: 30px;
}

.wc_feature_section .feature_card_desc {
	color: #71717B;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 1.5;
	text-wrap: balance;
}

@media all and (max-width:1024px) {
	.wc_feature_section .feature_cards {
		flex-direction: column;
		max-width: 500px;
	}

	.wc_feature_section .feature_card {
		padding: 30px;
	}

	.wc_feature_section .feature_card_title {
		font-size: 20px;
	}

	.wc_feature_section .feature_card_desc {
		font-size: 17px;
	}

	.wc_feature_section .feature_badge {
		margin-top: 60px;
	}

	.wc_feature_section .feature_badge span {
		font-size: 22px;
		line-height: 34px;
	}
}

@media all and (max-width:768px) {
	.wc_feature_section .feature_sub {
		font-size: 17px;
		line-height: 24px;
	}

	.wc_feature_section .feature_cards {
		margin-top: 40px;
	}

	.wc_feature_section .feature_card_desc {
		font-size: 15px;
	}

	.wc_feature_section .feature_badge {
		margin-top: 40px;
	}

	.wc_feature_section .feature_badge span {
		font-size: 18px;
		line-height: 28px;
		padding: 6px 18px;
	}

	.wc_feature_section .feature_step span {
		font-size: 22px;
	}
}

/* procedure section (공통 - 시술정보 카드) */
.wc_procedure_section {
	background-size: cover;
	background-position: center;
}

.wc_procedure_section .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wc_procedure_section .procedure_cards {
	display: flex;
	gap: 27.14px;
	margin-top: 70px;
	width: 100%;
	justify-content: center;
}

.wc_procedure_section .procedure_card {
	flex: 1;
	max-width: 300px;
	aspect-ratio: 298 / 201;
	background: #fff;
	border-radius: 16px;
	border: 1.36px solid rgba(21, 93, 252, 0.20);
	padding: 36px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32.57px;
	text-align: center;
}

.wc_procedure_section .procedure_label {
	color: #424242;
	font-size: 28px;
	font-family: Pretendard;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.1;
}

.wc_procedure_section .procedure_value {
	color: rgba(66, 66, 66, 0.70);
	font-size: 24px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 1.2;
}

.wc_procedure_section .procedure_note {
	color: #666;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 46px;
	text-align: center;
}

.wc_procedure_section .wc_section_header {
	gap: 40px;
}

.wc_procedure_section .procedure_line {
	display: block;
	flex: none;
	width: 67.85px;
	height: 2.71px;
	background: #E9E9E9;
}

@media all and (max-width:1200px) {
	.wc_procedure_section .procedure_card {
		max-width: none;
	}

	.wc_procedure_section .procedure_label {
		font-size: 22px;
	}

	.wc_procedure_section .procedure_value {
		font-size: 20px;
	}
}

@media all and (max-width:1024px) {
	.wc_procedure_section .procedure_cards {
		flex-wrap: wrap;
		gap: 16px;
	}

	.wc_procedure_section .procedure_card {
		flex: 0 0 calc(33.333% - 12px);
		max-width: none;
		aspect-ratio: auto;
		padding: 30px 20px;
		gap: 24px;
	}
}

@media all and (max-width:768px) {
	.wc_procedure_section .procedure_card {
		flex: 0 0 calc(50% - 8px);
		padding: 24px 16px;
		gap: 18px;
	}

	.wc_procedure_section .procedure_label {
		font-size: 18px;
	}

	.wc_procedure_section .procedure_value {
		font-size: 16px;
	}

	.wc_procedure_section .procedure_note {
		font-size: 14px;
	}
}

/* 공통 섹션 헤더 (label + title) */
.wc_section_header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* margin-top: 60px; */
}

.wc_section_header .section_label {
	color: #B8C4D4;
	font-family: Aboreto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 80% */
	letter-spacing: 6px;
	text-transform: uppercase;

}

.wc_section_header .section_sub_tit {
	color: #666;
	font-family: Pretendard;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 5px;
}

.wc_section_header .section_title {
	color: #666;
	font-family: Pretendard;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.wc_section_header.white .section_label,
.wc_section_header.white .section_title {
	color: #fff;
}

.wc_section_header.center {
	align-items: center;
	text-align: center;
}

@media all and (max-width:1024px) {
	.wc_section_header .section_title {
		font-size: 28px !important;
	}

	.wc_section_header .section_label {
		font-size: 18px;
	}

	.wc_section_header .section_sub_tit {
		font-size: 24px;
	}

}

/* recommend section (공통 - 추천대상 레이아웃) */
.wc_recommend_section .recommend_wrap {
	display: flex;
	gap: 70px;
	align-items: center;
}

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

.wc_recommend_section .recommend_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.wc_recommend_section .recommend_list li {
	padding: 10px 30px;
	border-left: 4px solid #F5F2ED;
	color: #3F3F46;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 500;
}

.wc_recommend_section .recommend_img {
	flex: 0 0 700px;
	border-radius: 24px;
	position: relative;
}

/* .recommend_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30%, 30%);
    width: 255px;
    aspect-ratio: 1 / 1;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 50%;
    z-index: -1;
} */

.wc_recommend_section .recommend_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 이미지 높이를 옆 텍스트 라인에 맞춤 (가슴거상·축소) */
.wc_recommend_section.recommend_stretch .recommend_wrap {
	align-items: stretch;
}

.wc_recommend_section.recommend_stretch .recommend_img {
	overflow: hidden;
}

.wc_recommend_section.recommend_stretch .recommend_img img {
	border-radius: 24px;
}

@media all and (max-width:1200px) {
	.wc_recommend_section .recommend_wrap {
		gap: 50px;
	}

	.wc_recommend_section .recommend_img {
		flex: 0 0 400px;
	}
}

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

	.wc_recommend_section .recommend_img {
		flex: none;
		width: 100%;
		max-width: 500px;
	}

	.wc_recommend_section .recommend_left {
		width: 100%;
	}
}

@media all and (max-width:768px) {
	.wc_recommend_section .recommend_list li {
		font-size: 17px;
		padding: 8px 20px;
	}

	.wc_recommend_section .recommend_list {
		gap: 20px;
	}

	.intro_desc br {
		display: none;
	}
}

/* PRP Recommend (생지방이식 추천 영역) */
.section_prp_recommend .recommend_left {
	gap: 60px;
}

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

.section_prp_recommend .recommend_label_en {
	color: #666;
	font-family: 'Aboreto', serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1;
}

.section_prp_recommend .recommend_title_main {
	color: #424242;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.section_prp_recommend .recommend_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: -30px;
}

.section_prp_recommend .recommend_tag {
	padding: 6px 12px;
	border: 1px solid #B8C4D4;
	border-radius: 6px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.section_prp_recommend .recommend_pill_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;

	max-width: 75%;
}

.section_prp_recommend .recommend_pill_item {
	position: relative;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.section_prp_recommend .recommend_pill {
	flex: 1;
	min-width: 0;
	padding: 20px 30px 20px 50px;
	background: #F5F9FF;
	border-radius: 60px;
	color: #3F3F46;
	font-size: 20px;
	font-weight: 500;
}

.section_prp_recommend .recommend_num {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	aspect-ratio: 1 / 1;
	background: #B8C4D4;
	border: 2.5px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Aboreto', serif;
	font-size: 24px;
	box-sizing: border-box;
}

@media all and (max-width:1400px) {
	.section_prp_recommend .recommend_pill_list {
		max-width: 100%;
	}
}

@media all and (max-width:1024px) {
	.section_prp_recommend .recommend_left {
		gap: 40px;
	}
}

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

	.section_prp_recommend .recommend_tag {
		font-size: 14px;
		padding: 5px 10px;
	}

	.section_prp_recommend .recommend_pill_item {
		padding-left: 16px;
	}

	.section_prp_recommend .recommend_pill {
		font-size: 16px;
		padding: 16px 26px 16px 50px;
	}

	.section_prp_recommend .recommend_num {
		width: 44px;
		font-size: 20px;
	}
}

/* Re Point (눈 재수술 포인트) */
.section_re_point .prp_section_header {
	align-items: center;
	text-align: center;
}

.section_re_point .re_point_list {
	list-style: none;
	margin: 100px auto 0;
	padding: 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 100px;
}

.section_re_point .re_point_item {
	position: relative;
	flex: 0 0 calc((100% - 100px * 2) / 3);
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 52px;
}

.section_re_point .re_point_item:nth-child(1)::after,
.section_re_point .re_point_item:nth-child(2)::after,
.section_re_point .re_point_item:nth-child(4)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	width: 1.5px;
	height: 60px;
	background: #B8C4D4;
}

.section_re_point .re_point_icon {
	width: 90px;
	aspect-ratio: 1 / 1;
}

.section_re_point .re_point_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section_re_point .re_point_desc {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

@media all and (max-width:1024px) {
	.section_re_point .re_point_list {
		margin-top: 60px;
		gap: 60px;
	}

	.section_re_point .re_point_item {
		flex: 0 0 calc((100% - 60px) / 2);
	}

	.section_re_point .re_point_item:nth-child(1)::after,
	.section_re_point .re_point_item:nth-child(2)::after,
	.section_re_point .re_point_item:nth-child(4)::after {
		display: none;
	}
}

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

	.section_re_point .re_point_item {
		flex: 0 0 100%;
		gap: 30px;
	}

	.section_re_point .re_point_desc {
		font-size: 18px;
	}
}

/* Re Point - 쌍꺼풀 페이지 전용 오버라이드 (제목 + 5개 카드 3+2 배치) */
.section_re_point_lid .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	min-width: 0;
}

.section_re_point_lid .prp_section_header {
	gap: 40px;
}

.section_re_point_lid .re_point_list {
	margin: 0 auto;
	max-width: calc(296px * 3 + 100px * 2);
	width: 100%;
	gap: 80px 100px;
}

.section_re_point_lid .re_point_item {
	flex: 0 0 296px;
	gap: 52px;
}

.section_re_point_lid .re_point_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_re_point_lid .re_point_icon svg {
	width: 100%;
	height: 100%;
}

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

.section_re_point_lid .re_point_title {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.section_re_point_lid .re_point_desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
	/* 줄바꿈은 <br>로만 결정 — 296px 컬럼을 살짝 넘겨도 강제 줄바꿈 금지 */
	width: max-content;
	max-width: 380px;
}

/* Figma: 포인트 3+2 배치 — 행은 space-between, 구분선은 실제 노드(0x60) */

/* 행 배치에서는 실제 구분선(li.re_point_div)만 쓴다 — 옛 ::after 구분선 제거 */
.section_re_point_lid .re_point_list.row1 .re_point_item::after,
.section_re_point_lid .re_point_list.row2 .re_point_item::after {
	display: none;
}

.section_re_point_lid .re_point_list.row1,
.section_re_point_lid .re_point_list.row2 {
	margin: 0 auto;
	flex-wrap: nowrap;
	justify-content: space-between;
	/* 항목마다 설명 줄 수가 달라 center면 높이·아이콘 위치가 제각각이 된다.
	   stretch로 가장 큰 항목에 높이를 맞춰 아이콘과 제목 시작선을 정렬한다. */
	align-items: stretch;
	gap: 0;
}

/* 구분선(li.re_point_div)은 stretch 대상에서 제외 — 원래 60px 세로선 유지 */
.section_re_point_lid .re_point_list.row1 .re_point_div,
.section_re_point_lid .re_point_list.row2 .re_point_div {
	align-self: center;
}

/* 늘어난 높이 안에서 내용은 위에서부터 쌓이도록 (아이콘 시작선 통일) */
.section_re_point_lid .re_point_list.row1 .re_point_item,
.section_re_point_lid .re_point_list.row2 .re_point_item {
	justify-content: flex-start;
}

/* 남자 눈 (Figma 830:14049 / 830:14316) */
.section_re_point_lid .re_point_list.row1 {
	max-width: 1600px;
}

.section_re_point_lid .re_point_list.row2 {
	max-width: 1032px;
	margin-top: 80px;
}

/* 리프팅 (Figma 830:8740 / 830:9007) */
.section_re_point_lid.pt_lift .re_point_list.row2 {
	max-width: 1050px;
}

/* 남자 코 (Figma 830:15833 / 830:16100) */
.section_re_point_lid.pt_narrow .re_point_list.row1 {
	max-width: 1200px;
}

.section_re_point_lid.pt_narrow .re_point_list.row2 {
	max-width: 840px;
}

/* 쌍꺼풀·트임성형·중년성형·코재수술 (row2 1043px) */
.section_re_point_lid.pt_1043 .re_point_list.row2 {
	max-width: 1043px;
}

/* 유형별코 (row2 1048px) */
.section_re_point_lid.pt_1048 .re_point_list.row2 {
	max-width: 1048px;
}

.section_re_point_lid .re_point_list .re_point_item {
	flex: 0 0 auto;
}

.section_re_point_lid .re_point_div {
	flex: 0 0 auto;
	width: 1.5px;
	height: 60px;
	background: #B8C4D4;
	list-style: none;
}

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

	.section_re_point_lid .re_point_list.row1,
	.section_re_point_lid .re_point_list.row2,
	.section_re_point_lid.pt_narrow .re_point_list.row1,
	.section_re_point_lid.pt_narrow .re_point_list.row2 {
		max-width: calc(296px * 2 + 60px);
		flex-wrap: wrap;
		justify-content: center;
		gap: 60px;
	}

	.section_re_point_lid .re_point_div {
		display: none;
	}
}

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

	.section_re_point_lid .re_point_list {
		max-width: calc(296px * 2 + 60px);
		gap: 60px;
	}
}

@media all and (max-width:768px) {
	.section_re_point_lid .re_point_desc {
		width: auto;
		max-width: 100%;
	}

	.section_re_point_lid .re_point_list {
		max-width: 100%;
		gap: 50px;
	}

	.section_re_point_lid .re_point_item {
		flex: 0 0 100%;
		gap: 30px;
	}

	.section_re_point_lid .re_point_title {
		font-size: 20px;
	}

	.section_re_point_lid .re_point_desc {
		font-size: 16px;
	}
}

/* Custom Spacing for Eyes Re-surgery Page Points */

/* Re Fold (쌍꺼풀 라인 아코디언) */
.section_re_fold {
	background: #F8F9FA;
}

.section_re_fold .prp_section_header {
	align-items: center;
	text-align: center;
}

.section_re_fold .fold_accordion {
	list-style: none;
	margin: 70px auto 0;
	padding: 0;
	width: 100%;
	max-width: 1440px;
}

.section_re_fold .fold_item {
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-bottom: 1px solid #B8C4D4;
}

.section_re_fold .fold_item:first-child {
	border-top: 1px solid #B8C4D4;
}

.section_re_fold .fold_toggle {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 36px 54px;
	gap: 40px;
	background: none;
	border: 0;
	text-align: left;
	cursor: pointer;
	min-width: 0;
}

.section_re_fold .fold_info {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	flex: 1;
	min-width: 0;
}

.section_re_fold .fold_num_wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-top: 8px;
	flex-shrink: 0;
}

.section_re_fold .fold_num {
	color: #000;
	font-family: 'Jost', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.section_re_fold .fold_num_deco {
	width: 10px;
	aspect-ratio: 1 / 1;
	background: #B8C4D4;
	transform: rotate(-45deg);
}

.section_re_fold .fold_heading {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.section_re_fold .fold_title {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

.section_re_fold .fold_sub {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	display: none;
}

.section_re_fold .fold_item.active .fold_sub {
	display: block;
}

.section_re_fold .fold_desc {
	margin: 0;
	max-width: 706px;
	color: #666;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	display: none;
}

.section_re_fold .fold_item.active .fold_desc {
	display: block;
}

.section_re_fold .fold_media {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	flex-shrink: 0;
}

.section_re_fold .fold_icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.section_re_fold .fold_icon .icon_minus {
	display: none;
}

.section_re_fold .fold_item.active .fold_icon .icon_plus {
	display: none;
}

.section_re_fold .fold_item.active .fold_icon .icon_minus {
	display: block;
}

.section_re_fold .fold_thumb {
	position: relative;
	width: 356px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	transition: border-radius .4s ease;
}

.section_re_fold .fold_item.active .fold_thumb {
	border-radius: 10px;
}

.section_re_fold .fold_thumb img {
	width: 100%;
	aspect-ratio: 356 / 119;
	object-fit: cover;
	transition: aspect-ratio .4s ease;
}

.section_re_fold .fold_item.active .fold_thumb img {
	aspect-ratio: 356 / 218;
}

.section_re_fold .fold_tag {
	position: absolute;
	top: 15px;
	left: 16px;
	padding: 4px 8px;
	background: rgba(96, 117, 145, 0.40);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

/* No Accordion style overrides */
.section_re_fold.no_accordion .fold_sub,
.section_re_fold.no_accordion .fold_desc {
	display: block;
}

.section_re_fold.no_accordion .fold_icon {
	display: none !important;
}

.section_re_fold.no_accordion .fold_toggle {
	cursor: default;
}

.section_re_fold.no_accordion .fold_thumb {
	border-radius: 10px;
}

.section_re_fold.no_accordion .fold_thumb img {
	aspect-ratio: 356 / 218;
}

/* 남자 눈 CASE — Figma 356x203 */
.section_re_fold.man_eye_case .fold_thumb img {
	aspect-ratio: 356 / 203;
}

@media all and (max-width:1024px) {
	.section_re_fold .fold_accordion {
		margin-top: 50px;
	}

	.section_re_fold .fold_toggle {
		padding: 28px 30px;
		gap: 24px;
	}

	.section_re_fold .fold_info {
		gap: 20px;
	}

	.section_re_fold .fold_num,
	.section_re_fold .fold_title {
		font-size: 22px;
	}

	.section_re_fold .fold_sub,
	.section_re_fold .fold_desc {
		font-size: 16px;
		line-height: 1.5;
	}

	.section_re_fold .fold_media {
		gap: 24px;
	}

	.section_re_fold .fold_thumb {
		width: 240px;
	}
}

@media all and (max-width:768px) {
	.section_re_fold .fold_toggle {
		flex-direction: column;
		padding: 24px 20px;
		gap: 16px;
	}

	.section_re_fold .fold_info {
		width: 100%;
		gap: 16px;
	}

	.section_re_fold .fold_num,
	.section_re_fold .fold_title {
		font-size: 18px;
	}

	.section_re_fold .fold_heading {
		gap: 12px;
	}

	.section_re_fold .fold_sub,
	.section_re_fold .fold_desc {
		font-size: 14px;
	}

	.section_re_fold .fold_media {
		width: 100%;
		justify-content: space-between;
		gap: 16px;
	}

	.section_re_fold .fold_thumb {
		flex: 1;
		min-width: 0;
		width: auto;
	}
}

.sub_visual_bar {
	max-width: 80px;
	width: 100%;
	height: 2.5px;
	background-color: #fff;
	margin: 10px auto 5px auto;
}

/* Lid Method (자연유착/부분절개/절개 비교 - 슬라이드 + 아코디언) */
.section_lid_method {
	background: #F8F9FA;
}

.section_lid_method .inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 60px;
	min-width: 0;
}

/* 상단 탭 */
.section_lid_method .lm_tabs_wrap {
	display: flex;
	justify-content: center;
}

.section_lid_method .lm_tabs {
	display: inline-flex;
	padding: 14px;
	background: #fff;
	border: 1.5px solid #94A3B8;
	border-radius: 70px;
	gap: 4px;
}

.section_lid_method .lm_tab {
	min-width: 136px;
	padding: 10px 14px;
	background: transparent;
	border: 0;
	border-radius: 50px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease;
}

.section_lid_method .lm_tab.active {
	background: #000;
	color: #fff;
}

/* 슬라이더 */
.section_lid_method .lm_slider_wrap {
	position: relative;
	min-width: 0;
}

.section_lid_method .lm_slider {
	overflow: hidden;
	min-width: 0;
}

.section_lid_method .lm_track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.section_lid_method .lm_panel {
	flex: 0 0 100%;
	min-width: 0;
	padding: 4px;
	box-sizing: border-box;
}

/* 3열 그리드 (시안 비율 736:468:468) */
.section_lid_method .lm_grid {
	display: grid;
	grid-template-columns: 736fr 468fr 468fr;
	gap: 24px;
	min-width: 0;
}

/* 좌우 화살표 */
.section_lid_method .lm_nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_lid_method .lm_nav.prev {
	left: -50px;
}

.section_lid_method .lm_nav.next {
	right: -50px;
}

/* 카드 공통 */
.section_lid_method .lm_card {
	background: #fff;
	border-radius: 40px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	padding: 24px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.section_lid_method .lm_card_head {
	padding: 20px 10px;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

/* 왼쪽 카드 - 4단계 아코디언 */
.section_lid_method .step_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.section_lid_method .step_item {
	background: #fff;
	border: 1.5px solid #E2E8F0;
	border-radius: 18px;
	overflow: hidden;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.section_lid_method .step_item.active {
	background: #E2E8F0;
	border-color: transparent;
	border-radius: 36px;
}

.section_lid_method .step_toggle {
	width: 100%;
	padding: 24px 30px;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

.section_lid_method .step_no {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.section_lid_method .step_title {
	flex: 1;
	min-width: 0;
}

.section_lid_method .step_body {
	display: none;
	/* 좌측 padding을 step_title 시작선(번호 width + gap)에 맞춤 */
	padding: 0 30px 30px 78px;
}

.section_lid_method .step_item.active .step_body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

/* Figma: 스텝 카드는 align-items:flex-start — 이미지도 좌측 정렬 */
.section_lid_method .step_item.active .step_thumb {
	align-self: flex-start;
}

.section_lid_method .step_desc {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.section_lid_method .step_thumb {
	position: relative;
	width: 270px;
	aspect-ratio: 270 / 165;
	background: #E2E8F0;
	border-radius: 8px;
	overflow: hidden;
}

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

.section_lid_method .step_tag {
	position: absolute;
	top: 11px;
	left: 11px;
	padding: 4px 10px;
	background: rgba(96, 117, 145, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;

	display: none;
}

/* 사진 2장 가로 배치 (부분절개법 등) */
.section_lid_method .step_thumb_double {
	width: 100%;
	aspect-ratio: auto;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	display: flex;
	gap: 16px;
	padding: 10px 0;
}

.section_lid_method .step_thumb_double img {
	flex: 1 1 0;
	min-width: 0;
	height: auto;
	aspect-ratio: 288 / 139;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

/* 가운데 카드 - 필요한 경우 */
.section_lid_method .case_list,
.section_lid_method .info_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	/* Figma: 항목이 카드 높이를 꽉 채움 */
	flex: 1 1 auto;
}

.section_lid_method .case_list li {
	width: 420px;
	min-height: 84px;
	flex: 1 1 0;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	border: 1.5px solid #E2E8F0;
	border-radius: 18px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	flex-shrink: 0;
}

.section_lid_method .case_list li,
.section_lid_method .info_list li,
.section_lid_method .step_item {
	cursor: default;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.section_lid_method .case_list li:hover,
.section_lid_method .info_list li:hover,
.section_lid_method .step_item:not(.active):hover {
	border-color: #94A3B8;
	box-shadow: 0 0 16px rgba(226, 232, 240, 0.6);
}

/* 오른쪽 카드 - 수술 정보 */
.section_lid_method .info_list li {
	width: 420px;
	min-height: 94px;
	flex: 1 1 0;
	padding: 0 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1.5px solid #E2E8F0;
	border-radius: 18px;
	flex-shrink: 0;
}

.section_lid_method .info_label {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.section_lid_method .info_icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.section_lid_method .info_icon svg {
	width: 100%;
	height: 100%;
}

.section_lid_method .info_value {
	flex: 0 0 177px;
	width: 177px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #E2E8F0;
	border-radius: 14px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

/* 반응형 */
@media all and (max-width:1280px) {
	.section_lid_method .lm_nav.prev {
		left: -10px;
	}

	.section_lid_method .lm_nav.next {
		right: -10px;
	}

	.section_lid_method .lm_card {
		padding: 16px;
	}

	.section_lid_method .case_list li,
	.section_lid_method .info_list li {
		height: 60px;
		padding: 0 16px;
		font-size: 15px;
	}

	.section_lid_method .info_value {
		flex: 0 0 120px;
		height: 38px;
		font-size: 14px;
	}

	.section_lid_method .info_label {
		gap: 10px;
		font-size: 15px;
	}
}

@media all and (max-width:1024px) {
	.section_lid_method .lm_grid {
		grid-template-columns: 1fr 1fr;
	}

	.section_lid_method .lm_card_steps {
		grid-column: 1 / -1;
	}

	.section_lid_method .lm_nav.prev {
		left: 0;
		display: none;
	}

	.section_lid_method .lm_nav.next {
		right: 0;
		display: none;
	}
}

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

	.section_lid_method .lm_tab {
		min-width: auto;
		padding: 8px 16px;
		font-size: 16px;
	}

	.section_lid_method .lm_grid {
		grid-template-columns: 1fr;
	}

	.section_lid_method .lm_card {
		border-radius: 24px;
		padding: 16px;
	}

	.section_lid_method .lm_card_head {
		font-size: 20px;
	}

	.section_lid_method .step_toggle,
	.section_lid_method .case_list li,
	.section_lid_method .info_list li {
		font-size: 16px;
		padding: 16px 20px;
		height: auto;
	}

	.section_lid_method .step_body {
		padding: 0 20px 20px 58px;
	}

	.section_lid_method .step_thumb {
		width: 100%;
	}

	.section_lid_method .info_value {
		flex: 0 0 120px;
		height: auto;
		font-size: 14px;
		padding: 12px 2px;
	}

	.section_lid_method .step_item.active .step_thumb {
		flex-direction: column;
	}
}

/* PRP Section Header (prp 페이지 공통 섹션 헤더) */
.prp_section_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
}

.prp_section_label_en {
	color: #B8C4D4;
	font-family: 'Aboreto', serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1;
}

.prp_section_title_main {
	color: #424242;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.prp_section_header.is_white .prp_section_label_en,
.prp_section_header.is_white .prp_section_title_main {
	color: #fff;
}

/* PRP Point (유니크 PRP 생지방이식의 포인트 비교) */
.section_prp_point .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	min-width: 0;
}

.section_prp_point .prp_point_compare {
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	min-width: 0;
}

.section_prp_point .prp_point_card {
	flex: 1 1 0;
	min-width: 0;
	padding: 50px 60px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 34px;
	box-sizing: border-box;
}

.section_prp_point .prp_point_card_normal {
	background: #F5F5F5;
	border: 1px solid #EEEEEE;
}

.section_prp_point .prp_point_card_unique {
	flex: 1.06 1 0;
	padding: 60px 70px;
	background: linear-gradient(180deg, #F5F9FF 11%, #B8C4D4 79%);
	border: 1px solid rgba(21, 93, 252, 0.20);
	box-shadow: 0 13px 38px rgba(0, 0, 0, 0.25);
}

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

.section_prp_point .prp_point_card_badge {
	padding: 5px 16px;
	background: #B8C4D4;
	border: 1.3px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.5px;
}

.section_prp_point .prp_point_card_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.section_prp_point .prp_point_card_normal .prp_point_card_title {
	color: #666;
}

.section_prp_point .prp_point_card_unique .prp_point_card_title {
	color: #3F3F46;
}

.section_prp_point .prp_point_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.section_prp_point .prp_point_list li {
	padding: 18px 24px;
	background: #fff;
	border-radius: 20px;
	font-size: 22px;
	line-height: 1.3;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.section_prp_point .prp_point_card_normal .prp_point_list li {
	color: #999;
	font-weight: 400;
	justify-content: flex-start;
	text-align: left;
	padding-left: 34px;
}

.section_prp_point .prp_point_card_unique .prp_point_list li {
	color: #3F3F46;
	font-weight: 500;
	gap: 14px;
}

.section_prp_point .prp_point_card_unique .prp_point_list li::before {
	content: '';
	flex: 0 0 10px;
	width: 10px;
	aspect-ratio: 1 / 1;
	background: #B8C4D4;
	transform: rotate(-45deg);
}

@media all and (max-width:1200px) {
	.section_prp_point .inner {
		gap: 70px;
	}

	.section_prp_point .prp_point_card {
		padding: 40px 30px;
		gap: 26px;
	}

	.section_prp_point .prp_point_card_unique {
		padding: 50px 40px;
	}

	.section_prp_point .prp_point_card_title {
		font-size: 24px;
	}

	.section_prp_point .prp_point_list li {
		font-size: 17px;
		padding: 14px 18px;
	}
}

@media all and (max-width:1000px) {
	.section_prp_point .inner {
		gap: 50px;
	}

	.section_prp_point .prp_point_compare {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.section_prp_point .prp_point_card,
	.section_prp_point .prp_point_card_unique {
		flex: none;
		padding: 40px 30px;
	}

	.section_prp_point .prp_point_card_normal .prp_point_list li {
		text-align: left;
		justify-content: flex-start;
	}
}

@media all and (max-width:640px) {
	.section_prp_point .inner {
		gap: 36px;
	}

	.section_prp_point .prp_point_card,
	.section_prp_point .prp_point_card_unique {
		padding: 28px 20px;
		border-radius: 20px;
		gap: 20px;
	}

	.section_prp_point .prp_point_card_title {
		font-size: 18px;
	}

	.section_prp_point .prp_point_card_badge {
		font-size: 11px;
		padding: 4px 12px;
	}

	.section_prp_point .prp_point_list li {
		font-size: 14px;
		padding: 12px 16px;
		border-radius: 16px;
	}

	.section_prp_point .prp_point_card_unique .prp_point_list li {
		gap: 10px;
	}

	.section_prp_point .prp_point_card_unique .prp_point_list li::before {
		flex: 0 0 8px;
		width: 8px;
	}
}

/* PRP Method (PRP 생지방이식 수술방법 호버 카드) */
.section_prp_method {
	color: #fff;
}

.section_prp_method .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 70px;
	min-width: 0;
}

.section_prp_method .method_list {
	align-self: stretch;
	display: flex;
	gap: 30px;
	min-width: 0;
	aspect-ratio: 1480 / 440;
}

.section_prp_method .method_card {
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
	padding: 40px;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	transition: flex 0.5s ease;
}

.section_prp_method .method_card_num {
	font-family: 'Aboreto', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.section_prp_method .method_card_text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.section_prp_method .method_card_title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}

.section_prp_method .method_card_desc {
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.5s ease;
}

@media (hover: hover) {
	.section_prp_method .method_card:hover {
		flex: 2.5 1 0;
	}

	.section_prp_method .method_card:hover .method_card_desc {
		max-height: 200px;
		margin-top: 26px;
		opacity: 1;
	}
}

@media all and (max-width:1200px) {
	.prp_section_title_main {
		font-size: 30px;
	}

	.section_prp_method .inner {
		gap: 50px;
	}

	.section_prp_method .method_list {
		gap: 16px;
	}

	.section_prp_method .method_card {
		padding: 30px;
	}

	.section_prp_method .method_card_num {
		font-size: 30px;
		letter-spacing: 4px;
	}

	.section_prp_method .method_card_title {
		font-size: 26px;
	}

	.section_prp_method .method_card_desc {
		font-size: 18px;
	}
}

@media all and (max-width:1000px) {
	.prp_section_header {
		gap: 10px;
	}

	.prp_section_label_en {
		font-size: 16px;
		letter-spacing: 4px;
	}

	.prp_section_title_main {
		font-size: 26px;
	}

	.section_prp_method .inner {
		gap: 40px;
	}

	.section_prp_method .method_list {
		flex-direction: column;
		aspect-ratio: auto;
		gap: 12px;
	}

	.section_prp_method .method_card {
		flex: none;
		height: auto;
		aspect-ratio: 16 / 7;
		min-height: 220px;
	}

	.section_prp_method .method_card_desc {
		max-height: 200px;
		margin-top: 20px;
		opacity: 1;
	}
}

@media all and (max-width:640px) {
	.prp_section_label_en {
		font-size: 13px;
		letter-spacing: 3px;
	}

	.prp_section_title_main {
		font-size: 20px;
	}

	.section_prp_method .inner {
		gap: 28px;
	}

	.section_prp_method .method_card {
		padding: 24px;
		aspect-ratio: 16 / 9;
		min-height: 180px;
		border-radius: 18px;
	}

	.section_prp_method .method_card_num {
		font-size: 24px;
		letter-spacing: 3px;
	}

	.section_prp_method .method_card_title {
		font-size: 20px;
	}

	.section_prp_method .method_card_desc {
		font-size: 14px;
		margin-top: 14px;
	}

	.section_prp_method .method_card_desc br {
		display: none;
	}
}

/* Forehead Lift Unique (유니크 엔도타인 이마거상의 특별함) */
.section_forehead_unique .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	min-width: 0;
}

.section_forehead_unique .forehead_unique_wrap {
	align-self: stretch;
	background: #F5F9FF;
	box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 90px 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	box-sizing: border-box;
}

.section_forehead_unique .forehead_unique_card {
	flex: 1 1 0;
	min-width: 0;
	background: #F5F9FF;
	border: 1.24px solid #EEEEEE;
	border-radius: 29.73px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
}

.section_forehead_unique .forehead_unique_icon {
	width: 100px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_forehead_unique .forehead_unique_icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.section_forehead_unique .forehead_unique_title_box {
	width: 100%;
	max-width: 382px;
	padding: 24px 40px;
	background: #fff;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.section_forehead_unique .forehead_unique_title {
	color: #3F3F46;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 1.3;
}

.section_forehead_unique .forehead_unique_desc {
	margin: 0;
	padding: 8px;
	color: #3F3F46;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

@media all and (max-width:1200px) {
	.section_forehead_unique .forehead_unique_wrap {
		padding: 60px 30px;
		gap: 20px;
	}

	.section_forehead_unique .forehead_unique_card {
		padding: 30px 16px;
		gap: 20px;
	}

	.section_forehead_unique .forehead_unique_title {
		font-size: 17px;
	}

	.section_forehead_unique .forehead_unique_title_box {
		padding: 18px 24px;
	}

	.section_forehead_unique .forehead_unique_desc {
		font-size: 16px;
		line-height: 24px;
	}
}

@media all and (max-width:1000px) {
	.section_forehead_unique .inner {
		gap: 60px;
	}

	.section_forehead_unique .forehead_unique_wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		padding: 40px 24px;
	}

	.section_forehead_unique .forehead_unique_card {
		flex: none;
	}
}

@media all and (max-width:640px) {
	.section_forehead_unique .forehead_unique_wrap {
		padding: 30px 16px;
		border-radius: 20px;
	}

	.section_forehead_unique .forehead_unique_card {
		padding: 24px 12px;
		gap: 16px;
		border-radius: 20px;
	}

	.section_forehead_unique .forehead_unique_icon {
		width: 70px;
		height: 60px;
	}

	.section_forehead_unique .forehead_unique_title {
		font-size: 15px;
	}

	.section_forehead_unique .forehead_unique_title_box {
		padding: 14px 20px;
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}

	.section_forehead_unique .forehead_unique_desc {
		font-size: 14px;
		line-height: 22px;
	}
}

/* Mini Lift Unique (유니크 미니절개 리프팅 특별함) */
.section_minilift_unique .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	min-width: 0;
}

.section_minilift_unique .minilift_unique_wrap {
	align-self: stretch;
	background: #F5F9FF;
	border-radius: 30px;
	padding: 86px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	box-sizing: border-box;
}

.section_minilift_unique .minilift_unique_top {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
}

.section_minilift_unique .minilift_unique_card {
	flex: 1 1 0;
	min-width: 0;
	max-width: 382px;
	padding: 24px 40px;
	background: #fff;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	box-sizing: border-box;
}

.section_minilift_unique .minilift_unique_num {
	color: #B8C4D4;
	font-family: 'Aboreto', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
}

.section_minilift_unique .minilift_unique_title {
	color: #3F3F46;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.section_minilift_unique .minilift_unique_bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}

.section_minilift_unique .minilift_unique_list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1 1 0;
	min-width: 0;
	max-width: 600px;
	display: flex;
	flex-direction: column;
}

.section_minilift_unique .minilift_unique_list li {
	padding: 10px 20px;
	color: #3F3F46;
	font-size: 20px;
	font-family: Pretendard;
	font-weight: 500;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.section_minilift_unique .minilift_unique_list li::before {
	content: '';
	flex: 0 0 10px;
	width: 10px;
	aspect-ratio: 1 / 1;
	background: #B8C4D4;
	transform: rotate(-45deg);
}

@media all and (max-width:1200px) {
	.section_minilift_unique .minilift_unique_wrap {
		padding: 60px 30px;
		gap: 40px;
	}

	.section_minilift_unique .minilift_unique_card {
		padding: 18px 24px;
		gap: 24px;
	}

	.section_minilift_unique .minilift_unique_num {
		font-size: 28px;
	}

	.section_minilift_unique .minilift_unique_title {
		font-size: 17px;
		line-height: 24px;
	}

	.section_minilift_unique .minilift_unique_list li {
		font-size: 17px;
		line-height: 26px;
	}
}

@media all and (max-width:1000px) {
	.section_minilift_unique .inner {
		gap: 60px;
	}

	.section_minilift_unique .minilift_unique_wrap {
		padding: 40px 24px;
		gap: 30px;
	}

	.section_minilift_unique .minilift_unique_top {
		flex-direction: column;
	}

	.section_minilift_unique .minilift_unique_card {
		max-width: none;
		width: 100%;
	}

	.section_minilift_unique .minilift_unique_bottom {
		flex-direction: column;
		gap: 0;
	}

	.section_minilift_unique .minilift_unique_list {
		max-width: none;
		width: 100%;
	}
}

@media all and (max-width:640px) {
	.section_minilift_unique .minilift_unique_wrap {
		padding: 30px 16px;
		border-radius: 20px;
	}

	.section_minilift_unique .minilift_unique_card {
		padding: 16px 20px;
		border-radius: 18px;
	}

	.section_minilift_unique .minilift_unique_num {
		font-size: 24px;
	}

	.section_minilift_unique .minilift_unique_title {
		font-size: 15px;
		line-height: 22px;
	}

	.section_minilift_unique .minilift_unique_list li {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 12px;
	}

	.section_minilift_unique .minilift_unique_list li::before {
		flex: 0 0 8px;
		width: 8px;
	}
}

.sub_bar {
	max-width: 80px;
	width: 100%;
	background-color: #fff;
	height: 2.5px;
	margin: 10px auto;
}

/* Nose Line (유니크의 콧대라인) */
.section_nose_line .nose_line_list {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	list-style: none;
	max-width: 1200px;
	margin: 100px auto 0;
	padding: 0;
	min-width: 0;
}

.section_nose_line .nose_line_item {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 52px;
}

.section_nose_line .nose_line_img {
	width: 250px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	background: #E2E8F0;
	border-radius: 40px;
	overflow: hidden;
}

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

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

.section_nose_line .nose_line_title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.section_nose_line .nose_line_desc {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

@media all and (max-width: 1024px) {
	.section_nose_line .nose_line_list {
		margin-top: 60px;
		gap: 14px;
	}

	.section_nose_line .nose_line_item {
		gap: 32px;
	}

	.section_nose_line .nose_line_img {
		width: 100%;
	}
}

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

	.section_nose_line .nose_line_item {
		flex: 0 0 auto;
		width: 100%;
		max-width: 320px;
		gap: 24px;
	}

	.section_nose_line .nose_line_title,
	.section_nose_line .nose_line_desc {
		font-size: 18px;
	}
}

/* Re Method (눈 재수술 수술방법) */
.section_re_method {
	background: #FEFEFE;
	padding: 120px 0;
}

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

.section_re_method .re_method_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	gap: 20px;
}

.section_re_method .re_method_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	min-width: 0;
}

.section_re_method .re_method_img {
	width: 100%;
	max-width: 313px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

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

.section_re_method .re_method_info {
	width: 100%;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
	box-sizing: border-box;
}

.section_re_method .re_method_title {
	color: #424242;
	font-size: 24px;
	font-family: Pretendard;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

.section_re_method .re_method_desc {
	color: #52525C;
	font-size: 18px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.section_re_method .re_method_divider {
	width: 1px;
	background: #E5E7EB;
	align-self: stretch;
	flex-shrink: 0;
	margin: 20px 0;
}

@media all and (max-width: 1400px) {
	.section_re_method {
		padding: 100px 0;
	}

	.section_re_method .inner {
		gap: 80px;
	}

	.section_re_method .re_method_item {
		gap: 30px;
	}

	.section_re_method .re_method_title {
		font-size: 22px;
	}

	.section_re_method .re_method_desc {
		font-size: 17px;
	}
}

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

	.section_re_method .inner {
		gap: 60px;
	}

	.section_re_method .re_method_list {
		flex-direction: column;
		align-items: center;
		gap: 60px;
	}

	.section_re_method .re_method_divider {
		display: none;
	}

	.section_re_method .re_method_item {
		width: 100%;
		max-width: 500px;
	}

	.section_re_method .re_method_title {
		font-size: 20px;
	}

	.section_re_method .re_method_desc {
		font-size: 16px;
	}
}

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

	.section_re_method .inner {
		gap: 40px;
	}

	.section_re_method .re_method_list {
		gap: 40px;
	}

	.section_re_method .re_method_title {
		font-size: 18px;
	}

	.section_re_method .re_method_desc {
		font-size: 15px;
		line-height: 1.45;
	}
}

/* Contour Lineup (비골절 윤곽술 라인업) */
.section_contour_lineup {
	background: #F8F9FA;
	padding: 120px 0;
}

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

.section_contour_lineup .contour_lineup_list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 32px;
}

.section_contour_lineup .contour_lineup_card {
	flex: 1;
	max-width: 512px;
	height: 421px;
	padding: 40px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.10);
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	z-index: 1;
}

/* Background image wrapper */
.section_contour_lineup .card_bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.section_contour_lineup .card_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section_contour_lineup .contour_lineup_card:hover .card_bg img {
	transform: scale(1.08);
}

/* Background image overlay */
.section_contour_lineup .contour_lineup_card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.40);
	z-index: 2;
	transition: background 0.3s ease;
}

.section_contour_lineup .contour_lineup_card:hover::before {
	background: rgba(0, 0, 0, 0.50);
}

.section_contour_lineup .card_content {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_contour_lineup .card_title {
	color: #ffffff;
	font-size: 24px;
	font-family: Pretendard;
	font-weight: 700;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}

.section_contour_lineup .card_desc {
	color: #ffffff;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 -20px;
	text-align: center;
}

@media all and (max-width: 1400px) {
	.section_contour_lineup {
		padding: 100px 0;
	}

	.section_contour_lineup .inner {
		gap: 80px;
	}

	.section_contour_lineup .contour_lineup_list {
		gap: 20px;
	}

	.section_contour_lineup .contour_lineup_card {
		height: 380px;
		padding: 30px;
	}

	.section_contour_lineup .card_desc {
		font-size: 19px;
	}
}

@media all and (max-width: 1200px) {
	.section_contour_lineup .contour_lineup_list {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.section_contour_lineup .contour_lineup_card {
		width: 100%;
		max-width: 512px;
		height: 360px;
	}
}

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

	.section_contour_lineup .inner {
		gap: 40px;
	}

	.section_contour_lineup .contour_lineup_card {
		height: 320px;
		padding: 24px;
		border-radius: 20px;
	}

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

	.section_contour_lineup .card_desc {
		font-size: 16px;
		line-height: 1.4;
	}
}

/* Implant Contouring Method Tab Section */
.contour_method_section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 120px 8px;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.contour_method_section .inner {
	width: 1600px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 120px;
}

/* Tabs */
.im_tabs_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.im_tabs {
	display: inline-flex;
	background: #ffffff;
	border: 1px solid #E4E7EC;
	border-radius: 100px;
	padding: 6px;
	gap: 4px;
}

.im_tab {
	padding: 12px 32px;
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: 500;
	color: #667085;
	background: none;
	border: none;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.im_tab.active {
	color: #ffffff;
	background: #000000;
	font-weight: 600;
}

/* Panels */
.im_panel {
	display: none;
	width: 100%;
}

.im_panel.active {
	display: block;
}

/* Ideal For Wrap */
.ideal_wrap {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	background: #ffffff;
}

.ideal_info {
	flex: 1;
	padding-left: 100px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

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

.ideal_label {
	color: #666666;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.ideal_title {
	color: #424242;
	font-size: 38px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.ideal_desc {
	max-width: 456px;
	color: #717171;
	font-size: 22px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.4;
}

.ideal_bullets {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ideal_bullet {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ideal_bullet .bullet_icon {
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: #B8C4D4;
	flex-shrink: 0;
}

.ideal_bullet .bullet_text {
	color: #717171;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 500;
}

.ideal_img_wrap {
	width: 750px;
	height: 643px;
	border-radius: 24px;
	overflow: hidden;
	background: #F5F9FF;
	flex-shrink: 0;
}

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

/* 이미지-설명 좌우 반전 (무턱성형 등) */
.ideal_wrap.reverse {
	flex-direction: row-reverse;
}

.ideal_wrap.reverse .ideal_info {
	padding-left: 150px;
	padding-right: 0;
}

/* Method Steps Wrap */
.method_steps_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	margin-top: 120px;
	padding-bottom: 120px;
}

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

.steps_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.steps_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.steps_list {
	width: 100%;
	display: flex;
	gap: 40px;
}

.step_card {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.step_img_wrap {
	width: 100%;
	height: auto;
	background: #F8F9FA;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	position: relative;
}

.step_img_wrap img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.step_card:hover .step_img_wrap img {
	transform: scale(1.05);
}

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

.step_card_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.step_card_desc {
	color: #424242;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.4;
}

/* Responsive Styles */
@media all and (max-width: 1400px) {
	.contour_method_section {
		padding: 80px 16px;
	}

	.contour_method_section .inner {
		gap: 80px;
	}

	.ideal_info {
		padding-left: 40px;
		gap: 40px;
	}

	.ideal_img_wrap {
		width: 550px;
		height: 472px;
	}

	.method_steps_wrap {
		margin-top: 80px;
		padding-bottom: 80px;
		gap: 60px;
	}

	.steps_list {
		gap: 20px;
	}

	.step_img_wrap {
		height: 300px;
	}

	.step_card_title {
		font-size: 20px;
	}

	.step_card_desc {
		font-size: 15px;
	}
}

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

	.ideal_info {
		padding-left: 0;
		width: 100%;
		align-items: center;
		text-align: center;
	}

	/* 반전 패널도 모바일에선 기존과 동일하게 세로 배치 */
	.ideal_wrap.reverse {
		flex-direction: column-reverse;
	}

	.ideal_wrap.reverse .ideal_info {
		padding-left: 0;
		padding-right: 0;
	}

	.ideal_desc {
		max-width: 100%;
	}

	.ideal_bullets {
		align-items: center;
	}

	.ideal_img_wrap {
		width: 100%;
		max-width: 600px;
		height: auto;
		aspect-ratio: 750/643;
	}

	.steps_list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.step_card {
		flex: none;
		width: 45%;
	}
}

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

	.contour_method_section .inner {
		gap: 60px;
	}

	.ideal_title {
		font-size: 30px;
	}

	.ideal_desc {
		font-size: 18px;
	}

	.im_tab {
		padding: 10px 20px;
		font-size: 16px;
	}

	.method_steps_wrap {
		margin-top: 60px;
		padding-bottom: 60px;
		gap: 40px;
	}

	.steps_title {
		font-size: 28px;
	}

	.step_card {
		width: 100%;
	}

	.step_img_wrap {
		height: 250px;
	}
}

/* Mentor Xtra Special Section */
.mentor_xtra_section {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
}

.mentor_xtra_section .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.xtra_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.xtra_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.xtra_content_box {
	width: 100%;
	background: #F5F9FF;
	border-radius: 30px;
	padding: 80px 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
	border: 1.5px solid #EEEEEE;
}

.xtra_cards_list {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 80px;
}

.xtra_card {
	width: 382px;
	height: 108px;
	background: #ffffff;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	display: flex;
	align-items: center;
	padding: 24px 40px;
	box-sizing: border-box;
	gap: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xtra_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(96, 117, 145, 0.1);
}

.xtra_card_num {
	color: #B8C4D4;
	font-size: 36px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	flex-shrink: 0;
}

.xtra_card_text {
	color: #3F3F46;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	flex: 1;
}

.xtra_desc {
	color: #666666;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	max-width: 1200px;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.xtra_content_box {
		padding: 60px 40px;
		gap: 60px;
	}

	.xtra_cards_list {
		gap: 40px;
	}

	.xtra_card {
		width: 340px;
		gap: 20px;
		padding: 20px 30px;
	}

	.xtra_desc {
		font-size: 18px;
	}
}

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

	.xtra_card {
		width: 100%;
		max-width: 382px;
	}

	.xtra_desc {
		font-size: 16px;
	}
}

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

	.mentor_xtra_section .inner {
		gap: 60px;
	}

	.xtra_title {
		font-size: 28px;
	}

	.xtra_content_box {
		padding: 40px 20px;
		gap: 40px;
		border-radius: 20px;
	}

	.xtra_card {
		height: 96px;
		padding: 16px 24px;
	}

	.xtra_card_num {
		font-size: 30px;
	}

	.xtra_card_text {
		font-size: 17px;
	}

	.xtra_desc {
		font-size: 14px;
		line-height: 1.6;
		word-break: keep-all;
	}
}

/* Chest Incision Section */
.chest_incision_section {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
}

.chest_incision_section .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.incision_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.incision_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.incision_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.incision_card {
	flex: 1;
	max-width: 480px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.incision_img_wrap {
	width: 100%;
	height: auto;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	position: relative;
}

.incision_img_wrap img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.incision_card:hover .incision_img_wrap img {
	transform: scale(1.05);
}

.incision_info {
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.incision_card_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.incision_card_desc {
	color: #424242;
	font-size: 16px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.4;
	word-break: keep-all;
}

/* Figma 830:12139 — 카드 2개 배치 (770x400 카드 + 313x286 일러스트) */
.incision_list.cards2 .incision_card {
	max-width: 770px;
}

.incision_list.cards2 .incision_img_wrap {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.incision_list.cards2 .incision_img_wrap img {
	width: 313px;
	max-width: 100%;
	height: auto;
}

.incision_divider {
	width: 1px;
	height: 400px;
	background: #CCCCCC;
	align-self: center;
	flex-shrink: 0;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.incision_list {
		gap: 20px;
	}

	.incision_card {
		max-width: 420px;
	}

	.incision_divider {
		height: 350px;
	}
}

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

	.incision_card {
		width: 100%;
		max-width: 480px;
	}

	.incision_divider {
		display: none;
	}
}

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

	.chest_incision_section .inner {
		gap: 60px;
	}

	.incision_title {
		font-size: 28px;
	}

	.incision_card_title {
		font-size: 20px;
	}

	.incision_card_desc {
		font-size: 15px;
	}
}

/* Mentor Types Section */
.mentor_types_section {
	width: 100%;
	background: #F5F9FF;
	padding: 120px 0;
}

.mentor_types_section .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.types_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.types_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.types_slider_container {
	position: relative;
	width: 100%;
	max-width: 1600px;
}

.types_swiper {
	width: 100%;
	background: #ffffff;
	border-radius: 30px;
	border: 1.5px solid #EEEEEE;
	overflow: hidden;
}

.type_slide {
	display: flex !important;
	align-items: center;
	padding: 60px 100px;
	box-sizing: border-box;
	width: 100%;
}

.type_info_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-right: 40px;
}

.type_cat_tag {
	color: #B8C4D4;
	font-size: 18px;
	font-family: 'Pretendard';
	font-weight: 500;
	letter-spacing: 1px;
}

.type_card_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.type_card_desc {
	color: #424242;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.5;
}

.type_img_box {
	width: 584px;
	height: 350px;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	flex-shrink: 0;
}

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

/* Navigation buttons */
.type_nav_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	background: #1C1B1F;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.3s ease, transform 0.3s ease;
}

.type_nav_btn:hover {
	background: #000000;
	transform: translateY(-50%) scale(1.05);
}

.type_prev {
	left: -26px;
}

.type_next {
	right: -26px;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.type_slide {
		padding: 40px 60px;
	}

	.type_img_box {
		width: 480px;
		height: auto;
	}

	.type_card_desc {
		font-size: 18px;
	}
}

@media all and (max-width: 1024px) {
	.type_slide {
		flex-direction: column-reverse;
		padding: 40px;
		gap: 30px;
		text-align: center;
	}

	.type_info_box {
		padding-right: 0;
		align-items: center;
	}

	.type_img_box {
		width: 100%;
		max-width: 480px;
		height: auto;
	}

	.type_prev {
		left: 10px;
	}

	.type_next {
		right: 10px;
	}
}

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

	.mentor_types_section .inner {
		gap: 60px;
	}

	.types_title {
		font-size: 28px;
	}

	.types_swiper {
		border-radius: 20px;
	}

	.type_slide {
		padding: 30px 20px;
	}

	.type_cat_tag {
		font-size: 15px;
	}

	.type_card_title {
		font-size: 20px;
	}

	.type_card_desc {
		font-size: 15px;
		line-height: 1.6;
	}

	.type_nav_btn {
		width: 40px;
		height: 40px;
	}
}

/* Chest Position Section */
.chest_position_section {
	width: 100%;
	background: #ffffff;
	padding: 120px 0;
}

.chest_position_section .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.position_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.position_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.position_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.position_card {
	flex: 1;
	max-width: 507px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.position_img_wrap {
	width: 100%;
	height: auto;
	background: #F8F9FA;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	position: relative;
}

.position_img_wrap img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.position_card:hover .position_img_wrap img {
	transform: scale(1.05);
}

.position_info {
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.position_card_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.position_card_desc {
	color: #424242;
	font-size: 16px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.position_list {
		gap: 20px;
	}

	.position_card {
		max-width: 420px;
	}
}

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

	.position_card {
		width: 100%;
		max-width: 507px;
	}
}

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

	.chest_position_section .inner {
		gap: 60px;
	}

	.position_title {
		font-size: 28px;
	}

	.position_card_title {
		font-size: 20px;
	}

	.position_card_desc {
		font-size: 15px;
	}
}

/* Liposuction Parts Section */
.fat_parts_section {
	width: 100%;
	background: #F5F9FF;
	padding: 120px 0;
}

.fat_parts_section .inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.parts_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.parts_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

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

/* Left Body Box */
.fat_part_body_box {
	width: 800px;
	height: 600px;
	background: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

.fat_part_body_box .body_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
}

/* Right Sub Column */
.fat_parts_sub_column {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.fat_part_sub_box {
	width: 550px;
	height: 280px;
	background: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

.fat_part_sub_box .chin_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
}

.fat_part_sub_box .back_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
}

/* Body part labels */
.fat_part_label {
	position: absolute;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 6px;
	color: #424242;
	font-size: 16px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
	pointer-events: none;
	z-index: 2;
}

/* Figma 830:12472 — 지시선(Line 13) + 라벨 */
.fat_part_label::before {
	content: '';
	position: absolute;
	top: 50%;
	width: var(--line, 128px);
	height: 1px;
	background: #767676;
}

.fat_part_label.ln_left::before {
	right: 100%;
	margin-right: 2px;
}

.fat_part_label.ln_right::before {
	left: 100%;
	margin-left: 2px;
}

/* Unique Liposuction Info Section */
.fat_info_section {
	padding: 120px 160px;
	position: relative;
	background: white;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.fat_info_section .inner {
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.fat_info_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.fat_info_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.fat_slider_area {
	position: relative;
	width: 100%;
	max-width: 1600px;
}

.fat_types_swiper {
	width: 100%;
	overflow: hidden;
}

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

.fat_slide_card {
	width: 1600px;
	padding: 60px;
	background: #F8F9FA;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.fat_slide_content {
	width: 1200px;
	height: 350px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fat_slide_left {
	width: 624px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.fat_slide_title_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fat_slide_icon {
	width: 12px;
	height: 8px;
	transform: rotate(-45deg);
	background: #B8C4D4;
}

.fat_slide_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.fat_slide_desc {
	color: #424242;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 500;
	line-height: 30px;
}

.fat_slide_right {
	width: 424px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-content: center;
}

.fat_spec_card {
	width: 202px;
	height: 112px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(21, 93, 252, 0.20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.fat_spec_label {
	color: #424242;
	font-size: 16px;
	font-family: 'Pretendard';
	font-weight: 700;
}

.fat_spec_val {
	color: rgba(66, 66, 66, 0.70);
	font-size: 14px;
	font-family: 'Pretendard';
	font-weight: 400;
}

/* Nav Buttons Wrapper and Buttons */
.fat_nav_wrap {
	position: absolute;
	width: 1660px;
	left: -30px;
	top: 210px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 10;
}

.fat_nav_btn {
	width: 52.5px;
	height: 52.5px;
	background: #1C1B1F;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.3s ease;
}

.fat_nav_btn:hover {
	transform: scale(1.05);
}

.fat_prev {
	left: 5px;
}

.fat_next {
	right: 5px;
}

.fat_pagination_wrap {
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin: 40px auto 0;
}

.fat_fraction {
	color: black;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 400;
	text-align: left;
}

.fat_progress_bar {
	display: flex;
	gap: 0;
	width: 600px;
	height: 2px;
}

.fat_progress_segment {
	width: 100px;
	height: 2px;
	background: #CCCCCC;
	transition: background 0.3s;
}

.fat_progress_segment.active {
	background: black;
}

/* Responsive */
@media all and (max-width: 1440px) {
	.parts_grid_container {
		transform: scale(0.9);
		transform-origin: top center;
		margin-bottom: -60px;
	}
}

@media all and (max-width: 1280px) {
	.parts_grid_container {
		transform: none;
		margin-bottom: 0;
		flex-direction: column;
		gap: 40px;
	}

	.fat_types_container {
		padding: 0 60px;
	}
}

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

	.fat_parts_section .inner {
		gap: 60px;
	}

	.parts_title {
		font-size: 28px;
	}

	.fat_part_body_box {
		width: 100%;
		max-width: 480px;
		height: 480px;
		border-radius: 20px;
	}

	.fat_part_body_box .body_img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		left: 0;
		top: 0;
		position: absolute;
	}

	.fat_part_sub_box {
		width: 100%;
		max-width: 480px;
		height: 240px;
		border-radius: 20px;
	}

	.fat_part_sub_box .sub_img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		left: 0;
		top: 0;
		position: absolute;
	}

	.fat_part_label {
		font-size: 13px;
		gap: 4px;
	}

	.fat_part_label::before {
		width: 5px;
		height: 5px;
	}

	/* Responsive for Liposuction Info */
	.fat_info_section {
		padding: 60px 16px;
	}

	.fat_info_section .inner {
		gap: 60px;
	}

	.fat_types_container {
		padding: 0;
	}

	.fat_slide_card {
		flex-direction: column;
		height: auto;
		padding: 30px 20px;
		gap: 30px;
	}

	.fat_slide_left {
		width: 100%;
		gap: 16px;
	}

	.fat_slide_desc {
		font-size: 16px;
		line-height: 24px;
	}

	.fat_slide_right {
		width: 100%;
		gap: 12px;
	}

	.fat_spec_card {
		width: calc(50% - 6px);
		height: 90px;
		gap: 8px;
	}

	.fat_spec_label {
		font-size: 14px;
	}

	.fat_spec_val {
		font-size: 12px;
	}

	.fat_nav_btn {
		display: none;
	}

	.fat_pagination_wrap {
		width: 100%;
		max-width: 320px;
		margin: 30px auto 0;
		align-items: center;
	}

	.fat_fraction {
		font-size: 18px;
		text-align: center;
	}

	.fat_progress_bar {
		width: 100%;
	}

	.fat_progress_segment {
		flex: 1;
		width: auto;
	}
}

/* Lip Slider Styles */
.lip_info_section {
	padding: 120px 160px;
	position: relative;
	background: white;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.lip_info_section .inner {
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

.lip_info_section .im_tab_content {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	width: 100%;
}

.lip_info_section .im_tab_content.active {
	display: flex;
}

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

.lip_info_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.lip_info_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.lip_slider_area {
	position: relative;
	width: 100%;
	max-width: 1600px;
}

.lip_types_swiper {
	width: 100%;
	overflow: hidden;
}

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

.lip_slide_card {
	width: 1600px;
	padding: 60px;
	background: #F5F9FF;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.lip_slide_content {
	width: 1480px;
	height: 350px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
}

.lip_slide_img {
	width: 710px;
	height: 350px;
	position: relative;
	border-radius: 15px;
	object-fit: cover;
}

.lip_slide_right_info {
	flex: 1 1 0;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}

.lip_slide_text_wrap {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
}

.lip_slide_title_wrap {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}

.lip_slide_subtitle {
	color: #B8C4D4;
	font-size: 18px;
	font-family: 'Pretendard';
	font-weight: 500;
}

.lip_slide_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.lip_slide_desc {
	color: #424242;
	font-size: 20px;
	font-family: 'Pretendard';
	font-weight: 500;
	line-height: 30px;
}

.lip_spec_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.lip_spec_card {
	width: 149px;
	height: 92px;
	background: white;
	border-radius: 12px;
	border: 1px solid rgba(21, 93, 252, 0.20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.lip_spec_label {
	color: #424242;
	font-size: 16px;
	font-family: 'Pretendard';
	font-weight: 700;
}

.lip_spec_val {
	color: rgba(66, 66, 66, 0.70);
	font-size: 14px;
	font-family: 'Pretendard';
	font-weight: 400;
}

/* Navigation & Pagination for Lip */
.lip_nav_wrap {
	position: absolute;
	width: calc(100% + 52px);
	left: -26px;
	top: 0;
	bottom: 86px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 10;
}

.lip_nav_btn {
	width: 52.5px;
	height: 52.5px;
	background: #1C1B1F;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.3s ease;
}

.lip_nav_btn:hover {
	transform: scale(1.05);
}

.lip_prev {
	left: 0;
}

.lip_next {
	right: 0;
}

.lip_pagination_wrap {
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin: 40px auto 0;
}

.lip_fraction {
	color: black;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 400;
	text-align: left;
}

.lip_progress_bar {
	display: flex;
	gap: 0;
	width: 600px;
	height: 2px;
}

.lip_progress_segment {
	width: 150px;
	height: 2px;
	background: #CCCCCC;
	transition: background 0.3s;
}

.lip_progress_segment.active {
	background: black;
}

@media all and (max-width: 1440px) {
	.lip_slide_card {
		width: 100%;
	}

	.lip_slide_content {
		width: 100%;
		gap: 30px;
	}

	.lip_slide_img {
		width: 50%;
		height: auto;
		aspect-ratio: 710/350;
	}
}

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

	.lip_slide_card {
		padding: 30px;
	}

	.lip_slide_content {
		flex-direction: column;
		height: auto;
		gap: 30px;
	}

	.lip_slide_img {
		width: 100%;
		height: auto;
	}

	.lip_slide_right_info {
		width: 100%;
	}
}

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

	.lip_slide_card {
		padding: 20px;
	}

	.lip_slide_desc {
		font-size: 16px;
		line-height: 24px;
	}

	.lip_spec_wrap {
		width: 100%;
		gap: 10px;
	}

	.lip_spec_card {
		flex: 1;
		width: auto;
		height: auto;
		padding: 12px 6px;
		gap: 6px;
	}

	.lip_spec_label {
		font-size: 14px;
	}

	.lip_spec_val {
		font-size: 12px;
	}

	.lip_nav_btn {
		display: none;
	}

	.lip_pagination_wrap {
		width: 100%;
		max-width: 320px;
		margin: 30px auto 0;
		align-items: center;
	}

	.lip_fraction {
		font-size: 18px;
		text-align: center;
	}

	.lip_progress_bar {
		width: 100%;
	}

	.lip_progress_segment {
		flex: 1;
		width: auto;
	}
}

/* Lip Special Section */
.lip_special_section {
	padding: 120px 0;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lip_special_section .inner {
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	gap: 100px;
	align-items: center;
}

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

.lip_special_subtitle {
	color: #B8C4D4;
	font-size: 20px;
	font-family: 'Aboreto', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 6px;
}

.lip_special_title {
	color: #424242;
	font-size: 36px;
	font-family: 'Pretendard';
	font-weight: 600;
}

.lip_special_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.lip_special_item {
	width: 370px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.lip_special_img {
	width: 100%;
	height: 400px;
	border-radius: 16px;
	object-fit: cover;
}

.lip_special_text_wrap {
	width: 100%;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lip_special_item_title {
	color: #424242;
	font-size: 24px;
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	word-break: keep-all;
}

/* Responsive Lip Special Section */
@media all and (max-width: 1440px) {
	.lip_special_list {
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
	}

	.lip_special_item {
		width: calc(50% - 15px);
		max-width: 370px;
	}
}

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

	.lip_special_section .inner {
		gap: 60px;
	}
}

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

	.lip_special_list {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.lip_special_item {
		width: 100%;
		max-width: 400px;
	}

	.lip_special_img {
		height: 300px;
	}

	.lip_special_item_title {
		font-size: 20px;
	}
}

/* recommend section tabs (눈재수술 추천 대상 탭 구조) */
.section_re_recommend_tabs {
	padding: 120px 0;
	background: #fff;
}

.section_re_recommend_tabs .inner {
	max-width: 1600px;
	margin: 0 auto;
}

.section_re_recommend_tabs .recommend_tabs_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 76px;
}

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

.section_re_recommend_tabs .tabs_header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_re_recommend_tabs .tabs_header .label_en {
	color: #666666;
	font-size: 20px;
	font-family: Aboreto, serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 6px;
}

.section_re_recommend_tabs .tabs_header .title_kr {
	color: #424242;
	font-size: 36px;
	font-family: Pretendard, sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.section_re_recommend_tabs .tabs_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.section_re_recommend_tabs .tab_btn {
	padding: 8px 16px;
	background: #B8C4D4;
	border-radius: 100px;
	border: 2.50px solid #fff;
	box-shadow: 0 0 0 2.50px #B8C4D4;
	color: #fff;
	font-size: 20px;
	font-family: Aboreto, serif;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
}

.section_re_recommend_tabs .tab_btn.active,
.section_re_recommend_tabs .tab_btn:hover {
	background: #101828;
	box-shadow: 0 0 0 2.50px #101828;
}

.section_re_recommend_tabs .tab_content_box {
	width: 100%;
	max-width: 720px;
	min-height: 240px;
	padding: 40px 50px;
	background: #F5F9FF;
	border-radius: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.section_re_recommend_tabs .tab_content_box .content_title {
	color: #3F3F46;
	font-size: 24px;
	font-family: Pretendard, sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

.section_re_recommend_tabs .tab_content_box .content_desc {
	color: #6A6A6A;
	font-size: 20px;
	font-family: Pretendard, sans-serif;
	font-weight: 500;
	line-height: 1.5;
}

.section_re_recommend_tabs .tab_content_box .content_desc strong {
	font-weight: 700;
}

/* 일본어는 띄어쓰기가 없어 keep-all(전역 basic.css)이 문장부호에서만 끊겨 Figma와 다르게 접힘/넘침 → 일문 페이지 전체를 글자 단위 줄바꿈으로 보정(일문 전용, 국문·중문 불변) */
html[lang="ja"] * {
	word-break: normal;
}

/* 일문은 긴 문장이 많아 사이트 박스(국문 기준)보다 Figma 박스가 넓음 → 일문만 박스 폭을 Figma에 맞춰 각 문장이 한 줄에 들어가게 함 (일문 전용) */
html[lang="ja"] .section_re_point_lid .re_point_desc {
	max-width: 500px;
}

html[lang="ja"] .section_re_fold .fold_sub {
	max-width: 600px;
}

/* 일문 3D-CT 설명: Figma 폭(866px)보다 사이트 inner(812px)가 좁아 첫 줄이 넘침 → 일문만 넓혀 Figma대로 3줄 (국문·중문 불변) */
html[lang="ja"] .section_3dct .inner {
	max-width: 880px;
}

/* 일문은 브라우저 폰트가 Figma보다 약간 넓게 렌더돼 긴 문장이 카드에서 한 줄 더 접힘 → 일문 카드만 넓혀(이미지 위치 유지) 각 문장이 Figma처럼 한 줄에 들어가게 함 (일문 전용, 국문·중문 불변) */
html[lang="ja"] .section_re_recommend_tabs .recommend_tabs_wrap {
	gap: 46px;
}

html[lang="ja"] .section_re_recommend_tabs .tab_content_box {
	max-width: 750px;
	padding: 20px 30px 20px 50px;
}

.section_re_recommend_tabs .recommend_tabs_img {
	flex: 0 0 804px;
	border-radius: 24px;
	overflow: hidden;
	padding: 10px;
}

.section_re_recommend_tabs .recommend_tabs_img img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	display: block;
	object-fit: cover;
	aspect-ratio: 804 / 516;
}

/* Responsive styles */
@media all and (max-width: 1680px) {
	.section_re_recommend_tabs .inner {
		padding: 0 40px;
	}

	.section_re_recommend_tabs .recommend_tabs_img {
		flex: 0 0 650px;
	}
}

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

	.section_re_recommend_tabs .recommend_tabs_wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.section_re_recommend_tabs .recommend_tabs_img {
		flex: none;
		width: 100%;
		max-width: 804px;
		margin: 0 auto;
	}

	.section_re_recommend_tabs .tab_content_box {
		max-width: 100%;
	}
}

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

	.section_re_recommend_tabs .inner {
		padding: 0 20px;
	}

	.section_re_recommend_tabs .tabs_header .title_kr {
		font-size: 28px;
	}

	.section_re_recommend_tabs .tabs_nav {
		gap: 10px 15px;
	}

	.section_re_recommend_tabs .tab_btn {
		font-size: 18px;
		padding: 8px 18px;
	}

	.section_re_recommend_tabs .tab_content_box {
		padding: 30px 24px;
		border-radius: 30px;
		min-height: auto;
	}

	.section_re_recommend_tabs .tab_content_box .content_title {
		font-size: 20px;
	}

	.section_re_recommend_tabs .tab_content_box .content_desc {
		font-size: 16px;
		line-height: 1.45;
	}
}

/* 3D-CT 기반 정밀 진단 시스템 (nose/re, nose/type) */
.section.section_3dct {
	padding: 120px 240px;
	background-size: cover;
	background-position: center;
}

.section_3dct .inner {
	max-width: 812px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

.section_3dct .prp_section_header {
	margin-bottom: 0;
	gap: 40px;
	align-items: center;
	text-align: center;
}

.section_3dct .prp_section_label_en {
	color: #fff;
}

.section_3dct .prp_section_title_main {
	color: #424242;
}

.section_3dct .ct_visual {
	width: 100%;
}

.section_3dct .ct_visual img {
	display: block;
	width: 100%;
	aspect-ratio: 812 / 421;
	object-fit: contain;
	border-radius: 10px;
}

.section_3dct_desc {
	width: 100%;
	margin: 0;
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
	font-family: 'Pretendard';
}

@media all and (max-width: 1024px) {
	.section.section_3dct {
		padding: 90px 40px;
	}

	.section_3dct .inner {
		gap: 50px;
	}

	.section_3dct .prp_section_header {
		gap: 24px;
	}

	.section_3dct_desc {
		font-size: 18px;
	}
}

@media all and (max-width: 640px) {
	.section.section_3dct {
		padding: 60px 20px;
	}

	.section_3dct .inner {
		gap: 36px;
	}

	.section_3dct_desc {
		font-size: 15px;
	}
}

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

	.section_3dct_desc {
		font-size: 15px;
		line-height: 1.6;
	}
}
/* 이마거상 인트로 — 엔도타인 실물/정품인증 (Figma 1234:3207, 347x160) */
.wc_intro_section .intro_endotine {
	margin-top: 30px;
	max-width: 347px;
}

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

/* 비절골 윤곽술 인트로 수술정보 바 (Figma 1402:661) */
.wc_intro_section .intro_procedure {
	display: flex;
	gap: 27px;
	margin-top: 40px;
	width: 100%;
	max-width: 684px;
}

.wc_intro_section .intro_procedure .procedure_card {
	flex: 1 1 0;
	max-width: 210px;
	height: 128px;
	padding: 0px;
	background: #fff;
	border-radius: 16px;
	border: 1.36px solid rgba(21, 93, 252, 0.20);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.wc_intro_section .intro_procedure .procedure_label {
	color: #424242;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.wc_intro_section .intro_procedure .procedure_line {
	display: block;
	flex: none;
	width: 67.85px;
	height: 2.71px;
	background: #E9E9E9;
}

.wc_intro_section .intro_procedure .procedure_value {
	color: rgba(66, 66, 66, 0.70);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.wc_intro_section .intro_procedure .procedure_value.small {
	font-size: 15px;
	line-height: 1.33;
}

@media all and (max-width: 1024px) {
	.wc_intro_section .intro_procedure {
		gap: 14px;
	}

	.wc_intro_section .intro_procedure .procedure_card {
		height: auto;
		padding: 26px 12px;
	}

	.wc_intro_section .intro_procedure .procedure_label {
		font-size: 18px;
	}

	.wc_intro_section .intro_procedure .procedure_value {
		font-size: 16px;
	}
}
