@charset "utf-8";

/* 비급여고지 — 청담 브랜드 톤 */
.price_page{
	--price-ink: #2A2826;
	--price-brand: #4D4A45;
	--price-muted: #7A7670;
	--price-point: #5A7FA8;
	--price-line: #E6E4E0;
	--price-soft: #F7F8FA;
	padding: 72px 0 120px;
	background: #fff;
	font-family: 'Pretendard', sans-serif;
	color: var(--price-ink);
}

.price_page__head{
	margin: 0 0 40px;
	text-align: center;
}
.price_page__head h3{
	margin: 0;
	font-size: clamp(28px, 3.2vw, 36px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.3;
	color: var(--price-brand);
}
.price_page__head h3 .blue{
	display: block;
	margin-top: 10px;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 600;
	letter-spacing: 0.16em;
	color: var(--price-point);
}
.price_page__head .text{
	max-width: 520px;
	margin: 20px auto 0;
	font-size: 17px;
	line-height: 1.75;
	color: var(--price-muted);
	word-break: keep-all;
}

.price_page__table-wrap{
	max-width: 960px;
	margin: 40px auto 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--price-line);
	background: #fff;
}

.price_table{
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	text-align: center;
}

.price_table thead th{
	padding: 16px 14px;
	background: var(--price-brand);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.02em;
	border: 0;
	border-left: 1px solid rgba(255,255,255,0.12);
	word-break: keep-all;
}
.price_table thead th:first-child{
	border-left: 0;
}

.price_table tbody th,
.price_table tbody td{
	padding: 14px 12px;
	border-top: 1px solid var(--price-line);
	border-left: 1px solid var(--price-line);
	font-size: 15px;
	line-height: 1.45;
	color: var(--price-ink);
	word-break: keep-all;
	vertical-align: middle;
}
.price_table tbody th{
	width: 18%;
	background: var(--price-soft);
	color: var(--price-brand);
	font-weight: 700;
	border-left: 0;
}
.price_table__item{
	text-align: left;
	padding-left: 18px;
}
.price_table tbody tr td:last-child{
	width: 22%;
	font-weight: 700;
	color: var(--price-point);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.price_table tbody tr:hover td{
	background: rgba(90,127,168,0.04);
}
.price_table tbody tr:hover th{
	background: #eef2f6;
}

.price_page__note{
	max-width: 960px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--price-muted);
	word-break: keep-all;
	text-align: left;
}

@media all and (max-width: 768px){
	.price_page{
		padding: 48px 0 80px;
	}
	.price_page__head .text{
		font-size: 15px;
		margin-top: 16px;
	}
	.price_page__table-wrap{
		margin-top: 28px;
	}
	.price_table{
		min-width: 560px;
	}
	.price_table thead th,
	.price_table tbody th,
	.price_table tbody td{
		padding: 12px 8px;
		font-size: 14px;
	}
	.price_table__item{
		padding-left: 12px;
	}
	.price_page__note{
		font-size: 13px;
	}
}
