@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
.sub-nav {
	position: relative;
	z-index: 80;
	background-color: #fafafa;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.sub-nav .wrapper {
	display: flex;
	align-items: center;
}
.sub-nav__home {
	width: 70px;
	display: block;
	height: 56px;
	line-height: 56px;
	text-indent: -9999em;
	overflow: hidden;
	background: url('/assets/img/common/icon-home.png') no-repeat center;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
}
.sub-nav__depth1,
.sub-nav__depth2 {
	padding: 0 1em;
	min-width: 220px;
	position: relative;
	border-right: 1px solid #e0e0e0;
	position: relative;
}
.sub-nav__depth1:before,
.sub-nav__depth2:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20px;
}
.sub-nav__depth1:after,
.sub-nav__depth2:after {
	position: absolute;
	top: 50%;
	right: 28px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #7e7e7e;
}
.sub-nav__depth1 strong,
.sub-nav__depth2 strong {
	display: flex;
	align-items: center;
	height: 56px;
	line-height: 1;
	color: #7b7b7b;
	font-weight: 400;
	cursor: pointer;
}
.sub-nav a {
	display: block;
}
.sub-nav__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
}
.sub-nav__list > li a {
	padding: 1em;
}

@media screen and (max-width: 768px) {
	.sub-nav .wrapper {
		width: 100%;
	}
	.sub-nav__depth1,
	.sub-nav__depth2 {
		min-width: auto;
		width: 50%;
		font-size: 0.7777777778rem;
		padding: 0 1.5em 0 0.5em;
	}
	.sub-nav__depth1:before,
	.sub-nav__depth2:before {
		width: 16px;
		height: 16px;
		margin-top: -8px;
		top: 50%;
		right: 3px;
	}
	.sub-nav__depth1:after,
	.sub-nav__depth2:after {
		right: 8px;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 4px solid #7e7e7e;
	}
}
.none-padding-bottom {
	padding-bottom: 0 !important;
}

.none-padding-top {
	padding-top: 0 !important;
}

.none-margin-bottom {
	margin-bottom: 0 !important;
}

.none-margin-top {
	margin-top: 0 !important;
}

/* 이용약관, 개인정보취급방침, 환자의 권리장전 */
.etc_area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 700px;
	margin: 100px 0;
}
.etc_area textarea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #d9d9d9;
	color: #333;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
	white-space: pre-wrap;
}

@media screen and (max-width: 1000px) {
	.etc_area {
		padding-bottom: 75%;
		margin: 50px 0;
	}
	.etc_area textarea {
		font-size: 12px;
	}
}
.sub-visual__img {
	width: 100%;
	height: 16.6666666667em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sub-visual__img.sub-visual__img--1 {
	background-image: url('/assets/img/visual/visual_1.png');
}
.sub-visual__img.sub-visual__img--2 {
	background-image: url('/assets/img/visual/visual_2.png');
}
.sub-visual__img.sub-visual__img--3 {
	background-image: url('/assets/img/visual/visual_3.png');
}
.sub-visual__img.sub-visual__img--4 {
	background-image: url('/assets/img/visual/visual_4.png');
}
.sub-visual__img.sub-visual__img--5 {
	background-image: url('/assets/img/visual/visual_5.png');
}
.sub-visual__img.sub-visual__img--6 {
	background-image: url('/assets/img/visual/visual_6.png');
}
.sub-visual__img.sub-visual__img--7 {
	background-image: url('/assets/img/visual/visual_7.png');
}
.sub-visual__img.sub-visual__img--8 {
	background-image: url('/assets/img/visual/visual_8.png');
}
.sub-visual__img.sub-visual__img--9 {
	background-image: url('/assets/img/visual/visual_9.png');
}

@media screen and (max-width: 1320px) {
	.sub-visual__img {
		height: 10em;
	}
}
@media screen and (max-width: 768px) {
	.sub-visual__img {
		height: 7em;
	}
}
.contents__inner {
	padding: 0 0 7.7777777778em 0;
}
.contents__inner.none-padding {
	padding-bottom: 0;
}
.contents__inner.login {
	padding: 10em 0;
}
.contents__inner.more-padding-top {
	padding: 5.5555555556em 0 7.7777777778em 0;
}
.contents__inner.bg-gray {
	background-color: #f9f9f9;
}

@media screen and (max-width: 1320px) {
	.contents__inner {
		padding: 2.7777777778em 0 4.1666666667em 0;
	}
}
@media screen and (max-width: 768px) {
	.contents__inner {
		padding: 0 0 2.2222222222em 0;
	}
}
.page__title {
	text-align: center;
	padding: 4.1666666667em 0;
}
.page__title h3 {
	font-size: 2.6666666667rem;
	font-weight: 500;
	line-height: 1.4;
	color: #313131;
}
.page__title p {
	padding-top: 1em;
	font-size: 0.6666666667rem;
	font-weight: 400;
	letter-spacing: 5px;
	color: #9e9e9e;
	line-height: 1.4;
}
.page__title p b {
	font-weight: 600;
}

@media screen and (max-width: 1320px) {
	.page__title {
		padding: 2.7777777778em 0;
	}
	.page__title h3 {
		font-size: 2.2222222222rem;
	}
}
@media screen and (max-width: 768px) {
	.page__title h3 {
		font-size: 1.3888888889rem;
	}
	.page__title p {
		font-size: 0.6111111111rem;
	}
}
.section {
	padding: 4.4444444444rem 0;
}
.section.bg-gray {
	background-color: #f5f5f5;
}
.section .section-title {
	font-size: 2.2222222222rem;
	font-weight: 300;
}
.section .section-title b {
	font-weight: 600;
}
.section p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 1.1111111111rem;
}

@media screen and (max-width: 1320px) {
	.section {
		padding: 3.8888888889rem 0;
	}
	.section .section-title {
		font-size: 1.6666666667rem;
	}
	.section p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 768px) {
	.section {
		padding: 2.2222222222rem 0;
	}
	.section .section-title {
		font-size: 1.3888888889rem;
	}
}
/* 바둑판 layout */
.checkerboard-layout h4 {
	font-size: 2.5rem;
	font-weight: 300;
}
.checkerboard-layout h4 .color-main {
	color: #3abfb0;
	font-weight: 600;
}
.checkerboard-layout .checkerboard-layout__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 7.7777777778em;
}
.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__figure {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}
.checkerboard-layout
	.checkerboard-layout__item
	.checkerboard-layout__figure
	.checkerboard-layout__img {
	display: block;
	width: 93%;
}
.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont {
	width: 50%;
}
.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont .wrapper {
	padding-left: 10%;
	box-sizing: border-box;
}
.checkerboard-layout .checkerboard-layout__item:nth-child(2n) .checkerboard-layout__figure {
	order: 3;
	justify-content: flex-end;
}
.checkerboard-layout .checkerboard-layout__item:nth-child(2n) .checkerboard-layout__cont {
	order: 1;
}
.checkerboard-layout .checkerboard-layout__item:nth-child(2n) .checkerboard-layout__cont .wrapper {
	padding-left: 28%;
}

@media screen and (max-width: 1320px) {
	.checkerboard-layout h4 {
		font-size: 2rem;
	}
	.checkerboard-layout .checkerboard-layout__item {
		padding-top: 5.5555555556em;
	}
	.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont .wrapper {
		width: 80%;
	}
	.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont .wrapper p br {
		display: none;
	}
	.checkerboard-layout
		.checkerboard-layout__item:nth-child(2n)
		.checkerboard-layout__cont
		.wrapper {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.checkerboard-layout h4 {
		font-size: 1.5rem;
	}
	.checkerboard-layout .checkerboard-layout__item {
		display: block;
		padding-top: 4em;
	}
	.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__figure {
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
	}
	.checkerboard-layout
		.checkerboard-layout__item
		.checkerboard-layout__figure
		.checkerboard-layout__img {
		border-radius: 15px;
		width: 100%;
	}
	.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont {
		width: 100%;
	}
	.checkerboard-layout .checkerboard-layout__item .checkerboard-layout__cont .wrapper {
		width: 95%;
		margin-top: 1em;
		padding-left: 0 !important;
	}
}
/* 일부 sub page 공용 layout 패턴 */
.desc-area {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.desc-area:after {
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	background-color: #5e5e5e;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 0.5px;
}
.desc-area h3 {
	font-size: 2.2222222222rem;
	font-weight: 100;
	line-height: 135%;
}
.desc-area h3 b {
	font-weight: 600;
}
.desc-area p {
	font-size: 1rem;
	font-weight: 300;
	margin-top: 1.6666666667em;
	line-height: percentage 2;
}
.desc-area p b {
	font-weight: 600;
}
.desc-area .wrapper {
	position: relative;
	padding-bottom: 4em;
}

@media screen and (max-width: 1320px) {
	.desc-area h3 {
		font-size: 2rem;
	}
	.desc-area p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.desc-area {
		display: block;
		box-sizing: border-box;
		padding-top: 4em;
	}
	.desc-area:after {
		height: 50px;
	}
	.desc-area h3 {
		font-size: 1.5rem;
	}
	.desc-area p {
		font-size: 0.8888888889rem;
	}
	.desc-area p br {
		display: none;
	}
}
.role-area {
	position: relative;
}

.role__item--top {
	position: absolute;
	top: -230px;
	left: 0;
	width: 100%;
	text-align: center;
}
.role__item--top .wrapper {
	background-color: #fff;
	padding: 4.1666666667em 1.5em;
	box-sizing: border-box;
}
.role__item--top strong {
	font-size: 2.2222222222rem;
	font-weight: 300;
}
.role__item--top strong b {
	font-weight: 600;
	color: #3abfb0;
}
.role__item--top p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 177.7777777778%;
	margin-top: 1.6666666667em;
	color: #5e5e5e;
}

@media screen and (max-width: 1320px) {
	.role__item--top {
		top: -120px;
	}
	.role__item--top .wrapper {
		padding: 3em 1em;
	}
	.role__item--top strong {
		font-size: 1.6666666667rem;
	}
	.role__item--top p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 768px) {
	.role__item--top {
		position: static;
	}
	.role__item--top strong {
		font-size: 1.3888888889rem;
	}
	.role__item--top p {
		font-size: 0.8888888889rem;
	}
	.role__item--top p br {
		display: none;
	}
}
.role__item--bottom {
	padding-top: 228px;
	padding-bottom: 7.7777777778em;
	background-color: #f5f5f5;
	text-align: center;
}
.role__item--bottom h3 {
	margin-top: 6.6666666667rem;
	font-size: 2.2222222222rem;
	font-weight: 300;
}
.role__item--bottom h3 b {
	font-weight: 600;
}
.role__item--bottom .wrapper > p {
	font-size: 1rem;
	font-weight: 300;
	margin-top: 1.9444444444em;
	line-height: 155.5555555556%;
}
.role__item--bottom ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}
.role__item--bottom ul li {
	width: 300px;
}
.role__item--bottom ul li strong {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3abfb0;
	border-radius: 75px;
	color: #fff;
	position: relative;
	margin-bottom: 80px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}
.role__item--bottom ul li strong:before {
	position: absolute;
	bottom: -80px;
	left: 50%;
	content: '';
	margin-left: -3.5px;
	width: 7px;
	height: 7px;
	background-color: #3abfb0;
	border-radius: 50%;
}
.role__item--bottom ul li strong:after {
	position: absolute;
	bottom: -80px;
	left: 50%;
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background-color: #3abfb0;
}
.role__item--bottom ul li p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 177.7777777778%;
	color: #5e5e5e;
	padding: 0.5em;
	letter-spacing: -1px;
}

@media screen and (max-width: 1320px) {
	.role__item--bottom h3 {
		font-size: 1.6666666667rem;
	}
	.role__item--bottom .wrapper > p {
		font-size: 0.8888888889rem;
	}
	.role__item--bottom ul li strong {
		width: 95%;
		height: 120px;
		margin: 0 auto 80px 0;
	}
	.role__item--bottom ul li p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 768px) {
	.role__item--bottom {
		padding-top: 0px;
		padding: 4em 0;
	}
	.role__item--bottom h3 {
		margin-top: 0;
		font-size: 1.3888888889rem;
	}
	.role__item--bottom .wrapper > p {
		font-size: 0.8888888889rem;
	}
	.role__item--bottom ul {
		margin-top: 2.5em;
		flex-wrap: wrap;
	}
	.role__item--bottom ul li {
		width: 49%;
		margin-bottom: 1em;
	}
	.role__item--bottom ul li strong {
		height: 65px;
		margin-bottom: 40px;
		padding: 0 1em;
		box-sizing: border-box;
		font-size: 0.8888888889rem;
	}
	.role__item--bottom ul li strong:before {
		bottom: -40px;
	}
	.role__item--bottom ul li strong:after {
		height: 40px;
		bottom: -40px;
	}
	.role__item--bottom ul li p {
		font-size: 0.8888888889rem;
	}
	.role__item--bottom ul li p br {
		display: none;
	}
}
/* type2 */
.desc-area.none-cross-cont {
	height: auto !important;
	padding: 11.1111111111em 0 5.5555555556em 0;
}
.desc-area.none-cross-cont .wrapper {
	padding-bottom: 0;
}

.role__item--bottom.none-cross-cont {
	padding: 5.2777777778em 0 7.2222222222em 0;
}
.role__item--bottom.none-cross-cont h3 {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.desc-area.none-cross-cont {
		padding: 4em 0;
	}

	.role__item--bottom.none-cross-cont {
		padding: 4em 0;
	}
}
/* describe type 패턴 layout */
.describe-layout {
	padding: 5.5555555556em 0;
}
.describe-layout .wrapper > h3 {
	font-size: 2.2222222222rem;
	text-align: center;
}
.describe-layout .wrapper > p {
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	color: #5e5e5e;
	margin-top: 1.6666666667em;
	line-height: 1.6;
}
.describe-layout.type--white .describe-cont {
	background-color: #fff;
}

.describe-cont {
	margin-top: 2.7777777778em;
	background-color: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6.6666666667em 0;
}
.describe-cont .describe-dt {
	width: 25.7575757576%;
	text-align: center;
}
.describe-cont .describe-dt .icon-area {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 1em;
}
.describe-cont .describe-dt strong {
	display: block;
	text-align: center;
	color: #3abfb0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}
.describe-cont .describe-dd {
	width: 74.2424242424%;
	box-sizing: border-box;
	padding-left: 5.2777777778em;
	padding-right: 9.7222222222em;
	border-left: 1px solid #d0d0d0;
}
.describe-cont .describe-dd ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 300;
	margin-top: 10px;
	letter-spacing: -1px;
	color: #292929;
}
.describe-cont .describe-dd ul li b {
	font-weight: 500;
}
.describe-cont .describe-dd ul li:first-child {
	margin-top: 0;
}
.describe-cont .describe-dd ul li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #3abfb0;
	border-radius: 50%;
	position: absolute;
	top: 0.7rem;
	left: 0;
}

@media screen and (max-width: 1320px) {
	.describe-layout {
		padding: 5.5555555556em 0;
	}
	.describe-layout .wrapper > h3 {
		font-size: 2rem;
	}
	.describe-layout .wrapper > p {
		font-size: 1rem;
	}

	.describe-cont {
		padding: 5em 0;
	}
	.describe-cont .describe-dd {
		padding-left: 2.7777777778em;
		padding-right: 5.5555555556em;
	}
	.describe-cont .describe-dd ul li {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.describe-layout {
		padding: 3.3333333333em 0;
	}
	.describe-layout .wrapper > h3 {
		font-size: 1.5rem;
	}
	.describe-layout .wrapper > p {
		font-size: 0.8888888889rem;
	}

	.describe-cont {
		padding: 1.6666666667em 0;
		display: block;
	}
	.describe-cont .describe-dt {
		width: 100%;
		text-align: center;
	}
	.describe-cont .describe-dt strong {
		font-size: 1.125rem;
	}
	.describe-cont .describe-dd {
		width: 100%;
		border: 0;
		margin-top: 1.5em;
		padding-left: 0.8333333333em;
		padding-right: 0.8333333333em;
	}
	.describe-cont .describe-dd ul li {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.describe-layout .wrapper > p {
		word-break: keep-all;
	}
	.describe-layout .wrapper > p br {
		display: none;
	}
}
.icon-notice {
	width: 51px;
	height: 46px;
	background-image: url('/assets/img/sub/icon-notice.png');
}

.deco-check {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.6;
}
.deco-check:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url('/assets/img/common/list-deco.png') no-repeat center;
}

.etc .etc_area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 700px;
	margin: 50px 0;
}
.etc .etc_area textarea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #d9d9d9;
	color: #333;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
	white-space: pre-wrap;
}
.etc .btn-back {
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	background-color: #247bc2;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.etc .btn-back:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.etc .etc_area {
		padding-bottom: 75%;
		margin: 50px 0;
	}
	.etc .etc_area textarea {
		font-size: 12px;
	}
}

.square-layout--color,
.square-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.square-layout--color li,
.square-layout li {
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	margin-bottom: 1em;
	border-radius: 5px;
}
.square-layout--color li span,
.square-layout li span {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6;
	padding: 1em;
	box-sizing: border-box;
}
.square-layout--color.item--4 li,
.square-layout.item--4 li {
	width: 24.1071428571%;
}
.square-layout--color.item--3,
.square-layout.item--3 {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}
.square-layout--color.item--3 li,
.square-layout.item--3 li {
	width: 32.1428571429%;
}

@media screen and (max-width: 768px) {
	.square-layout--color li,
	.square-layout li {
		height: 80px;
	}
	.square-layout--color li span,
	.square-layout li span {
		font-size: 0.8888888889rem;
	}
	.square-layout--color li span br,
	.square-layout li span br {
		display: none;
	}
	.square-layout--color.item--4 li,
	.square-layout.item--4 li {
		width: 48%;
	}
	.square-layout--color.item--3,
	.square-layout.item--3 {
		max-width: 840px;
		width: 100%;
		margin: 0 auto;
	}
	.square-layout--color.item--3 li,
	.square-layout.item--3 li {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.square-layout.item--3 {
		display: block;
	}
	.square-layout.item--3 li {
		width: 100%;
		word-break: keep-all;
	}
}
.square-layout--color.item--3 li {
	height: 115px;
}

.square-layout--color li {
	background-color: #3abfb0;
	height: 180px;
}
.square-layout--color li span {
	color: #fff;
}

.main-color-circle-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}
.main-color-circle-list li {
	width: 240px;
}
.main-color-circle-list li strong {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3abfb0;
	border-radius: 75px;
	color: #fff;
	position: relative;
	margin-bottom: 80px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}
.main-color-circle-list li strong:before {
	position: absolute;
	bottom: -80px;
	left: 50%;
	content: '';
	margin-left: -3.5px;
	width: 7px;
	height: 7px;
	background-color: #3abfb0;
	border-radius: 50%;
}
.main-color-circle-list li strong:after {
	position: absolute;
	bottom: -80px;
	left: 50%;
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background-color: #3abfb0;
}
.main-color-circle-list li p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 177.7777777778%;
	color: #5e5e5e;
	padding: 0.5em;
	letter-spacing: -1px;
	text-align: center;
}

@media screen and (max-width: 1320px) {
	.main-color-circle-list li strong {
		width: 95%;
		height: 100px;
		margin: 0 auto 80px 0;
	}
	.main-color-circle-list li p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 768px) {
	.main-color-circle-list {
		margin-top: 2.5em;
		flex-wrap: wrap;
	}
	.main-color-circle-list li {
		width: 49%;
		margin-bottom: 1em;
	}
	.main-color-circle-list li strong {
		height: 65px;
		margin-bottom: 40px;
		padding: 0 1em;
		box-sizing: border-box;
		font-size: 0.8888888889rem;
	}
	.main-color-circle-list li strong:before {
		bottom: -40px;
	}
	.main-color-circle-list li strong:after {
		height: 40px;
		bottom: -40px;
	}
	.main-color-circle-list li p {
		font-size: 0.8888888889rem;
	}
	.main-color-circle-list li p br {
		display: none;
	}
}
.font-serif {
	font-family: 'Noto Serif KR', serif;
}

p {
	letter-spacing: 0 !important;
}

main {
	padding-top: 0;
}

h4,
p {
	letter-spacing: -0.05em;
}

.subTitleAr {
	width: 100%;
	text-align: center;
}
.subTitleAr.left {
	text-align: left;
}
.subTitleAr.colorFF {
	color: #ffffff;
}
.subTitleAr > h3 {
	margin-top: 1.1111111111rem;
	font-weight: 700;
}
.subTitleAr .eng {
	font-family: 'Noto Serif KR', serif;
	font-size: 0.8888888889rem;
	color: #999;
	letter-spacing: 0;
	text-transform: none;
}
.subTitleAr .eng.colorF {
	color: #ffffff;
}
.subTitleAr > hr {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #2b8078;
	border-radius: 1.5px;
}
.subTitleAr .subText {
	font-size: 1.1111111111rem;
	font-weight: 100;
	line-height: 1.4;
}
.subTitleAr .title {
	font-size: 3.2222222222rem;
	line-height: 1.2;
	margin-top: 1.1111111111rem;
}
.subTitleAr .title b {
	font-weight: 800;
}
.subTitleAr .title span {
	font-weight: 400;
}
.subTitleAr .text48 {
	font-size: 2.6666666667rem;
	letter-spacing: -1px;
}
.subTitleAr .text38 {
	font-size: 2.1111111111rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -1px;
	margin-top: 1.3888888889rem;
}
.subTitleAr .text38 .w800 {
	font-weight: 800;
}
.subTitleAr .text20 {
	font-size: 1.1111111111rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.9444444444rem;
	font-family: 'Noto Sans KR';
}
.subTitleAr .text18 {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin-top: 2.2222222222rem;
}
.subTitleAr .text18.mar80 {
	margin-top: 4.4444444444rem;
}
.subTitleAr .text18.mar0 {
	margin-top: 0;
}

@media screen and (max-width: 1400px) {
	.subTitleAr .title {
		font-size: 2.6666666667rem;
		margin-top: 0.5555555556rem;
	}
	.subTitleAr .text48 {
		font-size: 2.2222222222rem;
	}
	.subTitleAr .text38 {
		font-size: 1.8333333333rem;
	}
	.subTitleAr .text22 {
		font-size: 1.1111111111rem;
		margin-top: 2.2222222222rem;
	}
	.subTitleAr .text18 {
		margin-top: 1.6666666667rem;
	}
	.subTitleAr .text18.mar80 {
		margin-top: 3.3333333333rem;
	}
}
@media screen and (max-width: 1024px) {
	.subTitleAr .eng {
		font-size: 0.5555555556rem;
	}
	.subTitleAr .title {
		font-size: 2.2222222222rem;
	}
	.subTitleAr .text48 {
		font-size: 1.7777777778rem;
	}
	.subTitleAr .text38 {
		font-size: 1.5rem;
	}
	.subTitleAr .text20 {
		font-size: 1rem;
		margin-top: 1.3888888889rem;
	}
	.subTitleAr .text18 {
		font-size: 0.9444444444rem;
		margin-top: 1.1111111111rem;
	}
	.subTitleAr .text18.mar80 {
		margin-top: 2.2222222222rem;
	}
}
@media screen and (max-width: 560px) {
	.subTitleAr .title {
		font-size: 1.7777777778rem;
	}
	.subTitleAr .text48 {
		font-size: 1.5555555556rem;
	}
	.subTitleAr .text38 {
		font-size: 1.4444444444rem;
	}
}
.subVisual {
	position: relative;
	width: 100%;
	font-size: 0;
}
.subVisual img {
	width: 100%;
	max-width: none;
}
.subVisual .textArea {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 0 10px;
}
.subVisual .textArea .eng {
	font-family: 'Noto Sans KR';
	font-size: 0.6666666667rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	line-height: initial;
}
.subVisual .textArea .text1 {
	font-size: 3.1111111111rem;
	font-weight: 700;
	margin-top: 1.1111111111rem;
	line-height: initial;
}
.subVisual .textArea .text2 {
	font-family: 'Noto Sans KR';
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 1.1111111111rem;
}

/*
@media screen and (min-width: 1921px) {
	.subVisual {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 520px;
		> img {
			position: absolute;
			left: 50%;
			top: 50%;
			@include translate(-50%, -50%);
			width: auto;
			height: 100%;
		}
	}
}
  */
@media screen and (max-width: 1400px) {
	.subVisual img {
		margin-left: 0;
	}
	.subVisual .textArea .text1 {
		font-size: 2rem;
	}
	.subVisual .textArea .text2 {
		font-size: 0.8888888889rem;
		margin-top: 1.3888888889rem;
	}
}
@media screen and (max-width: 1024px) {
	.subVisual img {
		width: 130%;
		margin-left: -10%;
	}
	.subVisual .textArea .eng {
		letter-spacing: 3px;
	}
	.subVisual .textArea .text1 {
		font-size: 1.7777777778rem;
		margin-top: 0.5555555556rem;
	}
	.subVisual .textArea .text2 {
		margin-top: 1.1111111111rem;
	}
}
@media screen and (max-width: 687px) {
	.subVisual .textArea {
		top: 63%;
	}
}
@media screen and (max-width: 480px) {
	.subVisual img {
		width: 185%;
		margin-left: -30%;
	}
}
.lnb-area {
	width: 100%;
	position: absolute;
	top: 107px;
	border-top: 0;
	font-size: 0;
}
.lnb-area .lnb {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.lnb-area .lnb .lnb-item {
	position: relative;
	width: auto;
	min-width: 260px;
}
.lnb-area .lnb .lnb-item::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e0e0e0;
}
.lnb-area .lnb .lnb-item.home-bt {
	width: 50px;
	min-width: auto;
	text-align: left;
}
.lnb-area .lnb .lnb-item.home-bt:hover {
	opacity: 0.8;
}
.lnb-area .lnb .lnb-item.home-bt a img {
	max-width: 21px;
}
.lnb-area .lnb .lnb-item.has-sub2 > button,
.lnb-area .lnb .lnb-item.has-sub3 > button {
	padding-right: 3.3333333333rem;
}
.lnb-area .lnb .lnb-item > a,
.lnb-area .lnb .lnb-item button {
	width: 100%;
	height: 100%;
	padding: 1.1111111111rem 0;
	font-size: 0.8888888889rem;
	font-weight: 400;
	color: #fff;
}
.lnb-area .lnb .lnb-item .lna {
	position: relative;
	text-align: left;
	padding-left: 1.2222222222rem;
}
.lnb-area .lnb .lnb-item .lna:hover {
	opacity: 0.8;
}
.lnb-area .lnb .lnb-item .lna > img {
	position: absolute;
	right: 40px;
	top: 50%;
	max-width: 8px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lnb-area .lnb .lnb-item .slnb {
	display: none;
	position: absolute;
	left: 0;
	top: 92%;
	z-index: 99;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con {
	width: 100%;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con:nth-child(n + 2) {
	border-top: 1px solid #e0e0e0;
}
.lnb-area .lnb .lnb-item .slnb .dep1_con a {
	font-size: 0.8333333333rem;
	font-weight: 400;
	padding: 0.4444444444rem 5px;
}

@media screen and (max-width: 1400px) {
	.lnb-area {
		top: 104px;
	}
}
@media screen and (max-width: 1200px) {
	.lnb-area {
		top: 102px;
	}
}
@media screen and (max-width: 1024px) {
	.lnb-area {
		top: 100px;
	}
	.lnb-area .lnb {
		padding: 0;
	}
	.lnb-area .lnb .lnb-item {
		width: 50%;
		min-width: auto;
	}
	.lnb-area .lnb .lnb-item::before {
		height: 14px;
	}
	.lnb-area .lnb .lnb-item.home-bt {
		display: none;
	}
	.lnb-area .lnb .lnb-item:last-child::before,
	.lnb-area .lnb .lnb-item:nth-child(3)::before {
		display: none;
	}
	.lnb-area .lnb .lnb-item.has-sub3 {
		width: 100%;
		min-width: auto;
		border-top: 1px solid #e0e0e0;
	}
	.lnb-area .lnb .lnb-item.has-sub3 > button {
		padding-right: 0;
	}
	.lnb-area .lnb .lnb-item > a,
	.lnb-area .lnb .lnb-item button {
		padding: 1rem 0;
		padding-right: 10px !important;
		font-size: 0.8333333333rem;
	}
	.lnb-area .lnb .lnb-item > a img,
	.lnb-area .lnb .lnb-item button img {
		right: 5px !important;
	}
	.lnb-area .lnb .lnb-item .lna {
		padding-left: 10px;
	}
	.lnb-area .lnb .lnb-item .lna > img {
		right: 10px;
	}
}
@media screen and (max-width: 868px) {
	.lnb-area {
		top: 81px;
	}
}
@media screen and (max-width: 560px) {
	.lnb-area {
		top: 60px;
	}
}
.subRepeatBottom {
	position: relative;
}
.subRepeatBottom .mapWrap {
	width: 100%;
}
.subRepeatBottom .kakaoMap {
	height: 44.4444444444rem;
}
.subRepeatBottom .infoAr {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 0;
	background-color: rgba(21, 44, 68, 0.9);
}
.subRepeatBottom .infoAr .inner {
	width: 74%;
	padding: 10.5555555556rem 0 5.5555555556rem 5.5555555556rem;
	color: #fff;
	text-align: center;
	font-family: 'Noto Sans KR';
}
.subRepeatBottom .infoAr .inner .topAr > p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.subRepeatBottom .infoAr .inner .topAr .call {
	display: block;
	margin: 1.5555555556rem 0 1.1111111111rem 0;
	font-size: 3.2222222222rem;
	font-weight: 700;
}
.subRepeatBottom .infoAr .inner .topAr .address {
	font-size: 1.3333333333rem;
	letter-spacing: -0.05em;
}
.subRepeatBottom .infoAr .inner hr {
	margin: 2.6666666667rem 0;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div {
	display: flex;
	justify-content: center;
	gap: 1.1111111111rem;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div .badge {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 5rem;
	padding: 0.4444444444rem 5px;
	background-color: #fff;
	color: #111;
	font-size: 1.1111111111rem;
	border-radius: 17.5px;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div p {
	font-size: 1.1111111111rem;
	letter-spacing: -0.05em;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li div p > b {
	font-weight: 700;
	font-size: 1.5555555556rem;
}
.subRepeatBottom .infoAr .inner .bottomAr ul li:not(:last-child) {
	margin-bottom: 0.8333333333rem;
}
.subRepeatBottom .infoAr .inner .bottomAr .memo {
	margin-top: 1.1111111111rem;
	font-size: 0.8888888889rem;
	color: #999999;
	line-height: 1.4;
}

@media screen and (max-width: 1401px) {
	.subRepeatBottom .infoAr .inner {
		width: 85%;
	}
}
@media screen and (max-width: 1201px) {
	.subRepeatBottom .infoAr .inner {
		width: 90%;
		padding: 10.5555555556rem 0 5.5555555556rem 3.8888888889rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .call {
		margin: 1.1111111111rem 0;
		font-size: 2.3333333333rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .address {
		font-size: 1.2222222222rem;
	}
}
@media screen and (max-width: 1024px) {
	.subRepeatBottom .kakaoMap {
		height: 22.2222222222rem;
	}
	.subRepeatBottom .infoAr {
		width: 100%;
		height: 100%;
		position: static;
	}
	.subRepeatBottom .infoAr .inner {
		width: 100%;
		padding: 3.8888888889rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .call {
		margin: 1.1111111111rem 0;
		font-size: 2.3333333333rem;
	}
	.subRepeatBottom .infoAr .inner .topAr .address {
		font-size: 1.2222222222rem;
	}
}
@media screen and (max-width: 560px) {
	.subRepeatBottom .infoAr {
		width: 100%;
		height: 100%;
		position: static;
	}
	.subRepeatBottom .infoAr .inner {
		width: 100%;
		padding: 3.8888888889rem 10px;
	}
}
.repeatMap .positionWrap {
	position: relative;
}
.repeatMap .kakaoMap {
	min-height: 44.4444444444rem;
	width: 100%;
}
.repeatMap .wrap {
	width: 75%;
}
.repeatMap .infoAr {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 50%;
	height: 44.4444444444rem;
	padding: 8.8888888889rem 0 7.7777777778rem 7.2222222222rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.repeatMap .callAr a {
	display: block;
	margin-top: 1.3333333333rem;
	color: #3abfb0;
	font-size: 3.6666666667rem;
	font-weight: 800;
}
.repeatMap .timeAr {
	margin: 2.1111111111rem 0 2.7777777778rem 0;
}
.repeatMap .timeAr .time {
	display: inline-block;
	padding: 2.2222222222rem 1.1111111111rem 2.7777777778rem 2.1111111111rem;
	border-top: 1px solid rgba(236, 236, 236, 0.5);
	border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
.repeatMap .timeAr .time dl {
	display: flex;
	align-items: center;
	padding: 0.5555555556rem 0;
}
.repeatMap .timeAr .time dl:first-child {
	padding-top: 0;
}
.repeatMap .timeAr .time dl:last-child {
	padding-bottom: 0;
}
.repeatMap .timeAr .time dt {
	display: flex;
	justify-content: space-between;
	width: 80px;
	font-weight: 100;
}
.repeatMap .timeAr .time dd {
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	padding-left: 2.5rem;
	font-weight: 200;
	text-align: left;
}
.repeatMap .timeAr .time dd.hoil {
	font-size: 1.1111111111rem;
}
.repeatMap .timeAr .time dd b {
	font-size: 1.2222222222rem;
	margin-left: 0.5555555556rem;
}
.repeatMap .timeAr .time > p {
	margin-top: 1.5555555556rem;
	text-align: left;
	font-weight: 200;
	line-height: 1.4;
}
.repeatMap .textAr {
	text-align: center;
}
.repeatMap .textAr h4 {
	font-size: 1.3333333333rem;
	margin-bottom: 0.5555555556rem;
	letter-spacing: -0.05em;
}
.repeatMap .textAr p {
	font-weight: 200;
	letter-spacing: -0.05em;
	line-height: 1.4;
}

@media screen and (max-width: 1401px) {
	.repeatMap .wrap {
		width: 100%;
	}
	.repeatMap .infoAr {
		padding: 7.7777777778rem 0 5.5555555556rem 4.4444444444rem;
	}
	.repeatMap .callAr a {
		font-size: 2.6666666667rem;
	}
}
@media screen and (max-width: 1025px) {
	.repeatMap .kakaoMap {
		min-height: 33.3333333333rem;
	}
	.repeatMap .infoAr {
		height: 33.3333333333rem;
		padding: 4.4444444444rem 0 3.3333333333rem 3.3333333333rem;
	}
	.repeatMap .callAr a {
		font-size: 2.3333333333rem;
	}
	.repeatMap .timeAr {
		margin: 1.5555555556rem 0 1.6666666667rem 0;
	}
	.repeatMap .timeAr .time {
		padding: 1.6666666667rem 0.5555555556rem 2.2222222222rem 1.5555555556rem;
	}
	.repeatMap .timeAr .time dt {
		width: 70px;
	}
	.repeatMap .timeAr .time dd {
		width: calc(100% - 70px);
		padding-left: 1.6666666667rem;
	}
	.repeatMap .timeAr .time dd.hoil {
		font-size: 1.1111111111rem;
	}
	.repeatMap .timeAr .time dd b {
		font-size: 1.1111111111rem;
	}
	.repeatMap .timeAr .time > p {
		margin-top: 1.1111111111rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 868px) {
	.repeatMap .kakaoMap {
		position: static;
		height: 22.2222222222rem;
	}
	.repeatMap .infoAr {
		position: static;
		width: 100%;
		height: 100%;
		padding: 3.3333333333rem 10px 2.2222222222rem 10px;
	}
}
.color-main-dark {
	color: #2b8078;
}

.subIntroduce .inner {
	padding: 11.1111111111rem 0;
}
.subIntroduce .topAr {
	position: relative;
	padding-bottom: 11.6666666667rem;
	background-image: url('/assets/img/sub/r10/intro_01.png');
	background-repeat: no-repeat;
	background-position: right 35%;
}
.subIntroduce .topAr .eng {
	position: absolute;
	top: -207px;
	left: -8%;
	font-family: 'Noto Serif KR';
	font-size: 11.1111111111rem;
	font-weight: 700;
	color: #f1f1f1;
	white-space: nowrap;
}
.subIntroduce .topAr h3 {
	position: relative;
	z-index: 10;
	font-size: 2.6666666667rem;
	font-weight: 300;
	line-height: 1.2;
}
.subIntroduce .topAr h3 > b {
	font-weight: 700;
}
.subIntroduce .topAr hr {
	display: inline-block;
	border-top: 3px solid #2b8078;
	width: 30px;
	margin: 2.8888888889rem 0;
	border-radius: 1.5px;
}
.subIntroduce .topAr p {
	font-size: 1.2222222222rem;
	color: #333333;
	line-height: 1.4;
}
.subIntroduce .clinicSection .clinicUl {
	display: flex;
	flex-direction: column;
	row-gap: 5.5555555556rem;
}
.subIntroduce .clinicSection .clinicUl li .flexWrap {
	display: flex;
	align-items: center;
	gap: 5rem;
}
.subIntroduce .clinicSection .clinicUl li .flexWrap > div {
	width: 50%;
}
.subIntroduce .clinicSection .clinicUl li:nth-child(2n) .flexWrap {
	flex-direction: row-reverse;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner {
	position: relative;
	padding: 3.8888888889rem 0;
	max-width: 90%;
	margin: 0 auto;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner .num {
	position: absolute;
	top: 2%;
	left: -38px;
	font-family: 'Noto Serif KR';
	font-size: 5.5555555556rem;
	color: #eeeeee;
	font-weight: 700;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 {
	position: relative;
	z-index: 5;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.25;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 > strong {
	font-weight: 800;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 > b {
	font-weight: 600;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner p {
	color: #111;
	line-height: 1.4;
	font-size: 1.1111111111rem;
}
.subIntroduce .clinicSection .clinicUl li .textAr .inner p > b {
	font-weight: 600;
}

@media screen and (max-width: 1401px) {
	.subIntroduce .topAr .eng {
		top: -207px;
		left: 0;
		font-size: 8.8888888889rem;
	}
	.subIntroduce .topAr h3 {
		font-size: 2.3333333333rem;
	}
	.subIntroduce .clinicSection .clinicUl li .flexWrap .imgAr img {
		width: 100%;
	}
}
@media screen and (max-width: 1201px) {
	.subIntroduce .topAr {
		background-size: 45%;
	}
	.subIntroduce .topAr .eng {
		top: -25%;
		left: 0;
		width: 100%;
		font-size: 6.6666666667rem;
		text-align: center;
	}
	.subIntroduce .topAr hr {
		margin: 1.6666666667rem 0;
	}
	.subIntroduce .topAr h3 {
		font-size: 2rem;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner {
		padding: 1.6666666667rem 0;
		max-width: 90%;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner .num {
		font-size: 3.8888888889rem;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 {
		margin: 1.6666666667rem 0 2.2222222222rem 0;
		font-size: 1.5555555556rem;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 1025px) {
	.subIntroduce .paddingArticle {
		padding: 5.5555555556rem 10px;
	}
	.subIntroduce .clinicSection .clinicUl {
		row-gap: 3.3333333333rem;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner {
		max-width: 96%;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner .num {
		font-size: 3.3333333333rem;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 {
		margin: 2.2222222222rem 0 1.6666666667rem 0;
	}
}
@media screen and (max-width: 868px) {
	.subIntroduce .inner {
		padding: 6.6666666667rem 0;
	}
	.subIntroduce .topAr {
		padding-bottom: 4.4444444444rem;
		background-size: 45%;
		background-position: right 67%;
	}
	.subIntroduce .topAr .eng {
		position: static;
		font-size: 4.4444444444rem;
	}
	.subIntroduce .topAr hr {
		margin: 1.6666666667rem 0;
	}
	.subIntroduce .topAr h3 {
		font-size: 1.7777777778rem;
	}
	.subIntroduce .topAr p {
		font-size: 1.1111111111rem;
	}
	.subIntroduce .clinicSection .clinicUl {
		row-gap: 3.3333333333rem;
	}
	.subIntroduce .clinicSection .clinicUl li .flexWrap {
		flex-direction: column;
		gap: 1.6666666667rem;
	}
	.subIntroduce .clinicSection .clinicUl li .flexWrap > div {
		width: 90%;
		margin: 0 auto;
	}
	.subIntroduce .clinicSection .clinicUl li:nth-child(2n) .flexWrap {
		flex-direction: column;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner {
		padding: 0.5555555556rem 0;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner .num {
		top: -1%;
		left: 0;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner h4 {
		margin: 1.6666666667rem 0 1.1111111111rem 0;
		font-size: 1.3333333333rem;
	}
}
@media screen and (max-width: 500px) {
	.subIntroduce .inner {
		padding: 3.3333333333rem 0;
	}
	.subIntroduce .topAr {
		background-position: right 78%;
	}
	.subIntroduce .topAr .eng {
		font-size: 3.3333333333rem;
	}
	.subIntroduce .topAr h3 {
		font-size: 1.5555555556rem;
	}
	.subIntroduce .topAr p {
		font-size: 1rem;
	}
	.subIntroduce .paddingArticle {
		padding: 3.3333333333rem 10px;
	}
	.subIntroduce .clinicSection .clinicUl li .textAr .inner {
		max-width: 100%;
	}
	.subIntroduce .clinicSection .clinicUl li .flexWrap > div {
		width: 100%;
	}
}
.subDoctorInfor {
	padding-top: 2.2222222222rem;
}
.subDoctorInfor .inner {
	padding-right: 8rem;
}
.subDoctorInfor .subTitleAr {
	margin-bottom: 5.5555555556rem;
}
.nshDoctorSystem {
	margin: -2.2222222222rem auto 4.4444444444rem;
	padding: 2.2222222222rem;
	border-radius: 0.6666666667rem;
	background: #10283d;
	color: #ffffff;
}
.nshDoctorSystem__head {
	max-width: 56rem;
}
.nshDoctorSystem__head > p {
	color: #8fe1d1;
	font-size: 0.8888888889rem;
	font-weight: 800;
	letter-spacing: 0;
}
.nshDoctorSystem__head h3 {
	margin-top: 0.4444444444rem;
	font-size: 1.8888888889rem;
	font-weight: 800;
	line-height: 1.3;
}
.nshDoctorSystem__head span {
	display: block;
	margin-top: 0.8888888889rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7;
	word-break: keep-all;
}
.nshDoctorSystem__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.7777777778rem;
	margin-top: 1.7777777778rem;
}
.nshDoctorSystem__grid li {
	min-height: 10rem;
	padding: 1.1111111111rem;
	border: 1px solid rgba(143, 225, 209, 0.28);
	border-radius: 0.4444444444rem;
	background: rgba(255, 255, 255, 0.07);
}
.nshDoctorSystem__grid strong {
	display: block;
	color: #8fe1d1;
	font-size: 1.0555555556rem;
	font-weight: 800;
}
.nshDoctorSystem__grid p {
	margin-top: 0.6666666667rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8888888889rem;
	font-weight: 300;
	line-height: 1.55;
	word-break: keep-all;
}
.nshDoctorSystem__grid li,
.nshDoctorSystem__grid span,
.nshDoctorSystem__grid p {
	color: #ddebe8;
}
.nshDoctorSystem__grid p a,
.nshDoctorSystem__grid li a {
	color: #a7f3e5;
	font-weight: 700;
	text-decoration: none;
}
.nshDoctorSystem__grid p a:hover,
.nshDoctorSystem__grid p a:focus,
.nshDoctorSystem__grid li a:hover,
.nshDoctorSystem__grid li a:focus {
	color: #ffffff;
	text-decoration: underline;
}
.subDoctorInfor__medicalTeam {
	margin: -2.2222222222rem auto 4.4444444444rem;
	padding: 2rem;
	border: 1px solid #dcebe8;
	background-color: #f7fbfa;
	color: #333;
}
.subDoctorInfor__medicalTeam h4 {
	margin-bottom: 1rem;
	font-size: 1.5555555556rem;
	font-weight: 800;
	color: #2b8078;
}
.subDoctorInfor__medicalTeam p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
}
.subDoctorInfor__medicalTeam p + p {
	margin-top: 0.7777777778rem;
}
@media screen and (min-width: 1202px) {
	body:has(.subDoctorInfor) .quick {
		right: 24px;
		bottom: 40px;
	}
	body:has(.subDoctorInfor) .quick ul li > a {
		width: 54px;
		height: 54px;
	}
	body:has(.subDoctorInfor) .quick ul li:hover > a {
		width: 132px;
	}
	body:has(.subDoctorInfor) .quick ul li > a .imgWrap {
		max-width: 24px;
		max-height: 24px;
	}
}
.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointPhilosophy {
	width: 100%;
	margin-bottom: 4.4444444444rem;
	padding: 2rem 2.7777777778rem;
	border: 1px solid #dcebe8;
	background-color: #f7fbfa;
	color: #333;
}
.popupDoctor__jointPhilosophyText p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
}
.popupDoctor__jointPhilosophyText p + p {
	margin-top: 0.7777777778rem;
}
.popupDoctor__jointPhilosophyNotice {
	padding: 1rem 1.1111111111rem;
	background-color: #ffffff;
	border-left: 3px solid #3abfb0;
}
.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointKeywordUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5555555556rem;
	margin-top: 1.3333333333rem;
}
.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointKeywordUl > li {
	padding: 0.5555555556rem 0.8888888889rem;
	border: 1px solid #cfe5e1;
	border-radius: 30px;
	background-color: #ffffff;
	color: #2b8078;
	font-size: 0.9444444444rem;
	font-weight: 700;
	line-height: 1.3;
	text-indent: 0;
}
.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointKeywordUl > li:nth-child(n + 2) {
	margin-top: 0;
}
.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointKeywordUl > li a {
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.popupDoctor__jointCenterLink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.3333333333rem;
	padding: 0.7777777778rem 1.1111111111rem;
	border-radius: 30px;
	background-color: #2b8078;
	color: #ffffff;
	font-weight: 800;
}
.popupDoctor__jointCenterLink + .popupDoctor__jointCenterLink {
	margin-left: 0.5555555556rem;
}
.doctorSeoSpecial {
	margin-top: 0.7777777778rem;
	color: #555;
	font-size: 0.9444444444rem;
	font-weight: 300;
	line-height: 1.55;
	word-break: keep-all;
}
.doctorSeoSpecialLink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.6666666667rem 1rem;
	border: 1px solid #2b8078;
	border-radius: 999px;
	color: #2b8078;
	font-size: 0.8888888889rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.doctorSeoSpecialLink:hover,
.doctorSeoSpecialLink:focus {
	background-color: #2b8078;
	color: #ffffff;
}
.subDoctorInfor__doctorUl {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6.6666666667rem 5rem;
	width: 100%;
}
.subDoctorInfor__doctorUl li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}
.subDoctorInfor .imgAr {
	position: relative;
	width: 100%;
	text-align: center;
}
.subDoctorInfor .imgAr .bgBox {
	position: absolute;
	background: url('/assets/img/main/doc_bg_light.png') no-repeat bottom center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 380px;
}
.subDoctorInfor .imgAr > img {
	position: relative;
	z-index: 10;
	bottom: -1px;
}
.subDoctorInfor .cen {
	width: 100%;
}
.subDoctorInfor .cen:hover .imgAr .bgBox {
	background: url('/assets/img/main/doc_bg.png') no-repeat bottom center;
}
.subDoctorInfor .textAr {
	font-family: 'Pretendard', 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	padding: 2.3333333333rem 0 2rem;
	text-align: center;
}
.subDoctorInfor .textAr .cen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.subDoctorInfor .textAr .text1 {
	font-family: 'Pretendard';
	font-size: 2rem;
	font-weight: 200;
	line-height: 1.2;
}
.subDoctorInfor .textAr .text1 > b {
	font-weight: 800;
}
.subDoctorInfor .textAr .text2 {
	display: inline-block;
	font-family: 'Pretendard';
	font-size: 0.9444444444rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2b8078;
	margin-top: 0.3333333333rem;
}
.subDoctorInfor .textAr .text3 {
	font-size: 0.8888888889rem;
	font-weight: 700;
	color: #3abfb0;
	border-bottom: 2px solid #3abfb0;
	padding-bottom: 10px;
	margin-top: 1.6666666667rem;
}
.subDoctorInfor .textAr .text3 img {
	margin-left: 12px;
}
.nshDoctorCta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.3333333333rem;
	margin: 5rem 0 1.1111111111rem;
	padding: 2rem;
	border: 1px solid #dce9e7;
	border-radius: 0.6666666667rem;
	background: #f6f9f8;
}
.nshDoctorCta__text h3 {
	color: #10283d;
	font-size: 1.4444444444rem;
	font-weight: 800;
	line-height: 1.35;
}
.nshDoctorCta__text p {
	margin-top: 0.6666666667rem;
	color: #555;
	font-size: 0.9444444444rem;
	font-weight: 300;
	line-height: 1.65;
	word-break: keep-all;
}
.nshDoctorCta__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5555555556rem;
	min-width: 22rem;
}
.nshDoctorCta__buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.7777777778rem;
	padding: 0.6666666667rem 1rem;
	border-radius: 999px;
	background: #10283d;
	color: #fff;
	font-size: 0.8888888889rem;
	font-weight: 800;
	text-align: center;
}
.nshDoctorCta__buttons a:first-child {
	background: #3abfb0;
	color: #10283d;
}
.nshDoctorCta__mobileCall {
	display: none !important;
}

@media screen and (max-width: 1201px) {
	.subDoctorInfor .inner {
		padding-right: 0;
	}
	.nshDoctorSystem__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.nshDoctorCta {
		grid-template-columns: 1fr;
	}
	.nshDoctorCta__buttons {
		justify-content: flex-start;
		min-width: 0;
	}
	.subDoctorInfor__doctorUl {
		gap: 4.4444444444rem;
	}
	.subDoctorInfor .imgAr .bgBox {
		background-size: contain;
	}
	.subDoctorInfor .imgAr > img {
		width: 100%;
	}
	.subDoctorInfor .cen:hover .imgAr .bgBox {
		background-size: contain;
	}
}
@media screen and (max-width: 1025px) {
	.subDoctorInfor {
		padding-top: 1.6666666667rem;
	}
	.subDoctorInfor .subTitleAr {
		margin-bottom: 3.3333333333rem;
	}
	.nshDoctorSystem {
		margin-top: -1.1111111111rem;
	}
	.subDoctorInfor__medicalTeam {
		margin: -1.1111111111rem auto 3.3333333333rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointPhilosophy {
		margin-bottom: 3.3333333333rem;
		padding: 1.6666666667rem;
	}
	.subDoctorInfor .textAr {
		padding: 2.2222222222rem 0 1.6666666667rem;
	}
	.subDoctorInfor .textAr .text1 {
		font-size: 1.7777777778rem;
	}
}
@media screen and (max-width: 767px) {
	.subDoctorInfor {
		padding-top: 1.1111111111rem;
	}
	.nshDoctorSystem {
		margin: 0 auto 2.7777777778rem;
		padding: 1.3333333333rem;
	}
	.nshDoctorSystem__head h3 {
		font-size: 1.4444444444rem;
	}
	.nshDoctorSystem__head span {
		font-size: 0.8888888889rem;
	}
	.nshDoctorSystem__grid {
		grid-template-columns: 1fr;
	}
	.nshDoctorSystem__grid li {
		min-height: auto;
	}
	.subDoctorInfor__doctorUl {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.7777777778rem 2rem;
	}
	.subDoctorInfor .imgAr > img {
		width: 80%;
	}
	.subDoctorInfor .textAr {
		padding: 1.2222222222rem 0;
	}
	.subDoctorInfor .textAr .text1 {
		font-size: 1.5555555556rem;
	}
	.doctorSeoSpecial {
		font-size: 0.8333333333rem;
		line-height: 1.45;
	}
	.nshDoctorCta {
		margin: 3.3333333333rem 0 6.6666666667rem;
		padding: 1.3333333333rem;
	}
	.nshDoctorCta__text h3 {
		font-size: 1.2222222222rem;
	}
	.nshDoctorCta__buttons {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}
	.nshDoctorCta__buttons a {
		width: 100%;
	}
	.nshDoctorCta__desktopCall {
		display: none !important;
	}
	.nshDoctorCta__mobileCall {
		display: inline-flex !important;
	}
}
@media screen and (max-width: 500px) {
	.subDoctorInfor__doctorUl {
		gap: 3.125rem 2.2222222222rem;
	}
	.subDoctorInfor__medicalTeam {
		padding: 1.3333333333rem;
	}
	.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointPhilosophy {
		padding: 1.3333333333rem;
	}
	.popupDoctor__jointPhilosophyText p,
	.popupDoctor .popupDoctor__bottom .careerUl .popupDoctor__jointKeywordUl > li {
		font-size: 0.8888888889rem;
	}
	.popupDoctor__jointCenterLink {
		width: 100%;
	}
	.popupDoctor__jointCenterLink + .popupDoctor__jointCenterLink {
		margin-left: 0;
	}
	.subDoctorInfor__medicalTeam h4 {
		font-size: 1.3333333333rem;
	}
	.subDoctorInfor .imgAr .bgBox {
		border-radius: 10px;
	}
	.subDoctorInfor .textAr {
		padding: 1.6666666667rem 0;
	}
	.subDoctorInfor .textAr .text1 {
		font-size: 1.3333333333rem;
	}
	.subDoctorInfor .textAr .text2 {
		font-size: 0.7777777778rem;
	}
}
.subTour__slide {
	position: relative;
}
.subTour__move {
	float: left;
	text-align: center;
	padding: 0 1.25rem;
}
.subTour__move img {
	max-width: 100%;
}
.subTour__arrows {
	position: absolute;
	top: calc(50% - 1.5rem);
	width: 100%;
}
.subTour__arrows button {
	width: 3.875rem;
	height: 3.875rem;
	border-radius: 50%;
	background-color: #9e9e9e;
}
.subTour__arrows button:hover {
	background-color: #2b8078;
}
.subTour__arrows .arrows__prev {
	position: absolute;
	left: 5%;
}
.subTour__arrows .arrows__next {
	position: absolute;
	right: 5%;
}

@media screen and (max-width: 768px) {
	.subTour__arrows button {
		width: 3rem;
		height: 3rem;
	}
	.subTour__arrows button img {
		max-width: 16px;
	}
}
@media screen and (max-width: 500px) {
	.subTour__arrows .arrows__prev {
		left: 1%;
	}
	.subTour__arrows .arrows__next {
		right: 1%;
	}
}
.subMap .kakaoMap {
	height: 44.4444444444rem;
}
.subMap .subTitleAr {
	margin-bottom: 5.5555555556rem;
}
.subMap .subTitleAr h3 {
	margin-bottom: 0.5555555556rem;
	font-size: 2.6666666667rem;
	font-weight: 300;
}
.subMap .subTitleAr h3 > b {
	font-weight: 900;
}
.subMap .subTitleAr p {
	font-weight: 300;
	font-size: 1.3333333333rem;
}
.subMap .mapInfoSummary {
	margin-bottom: 3.3333333333rem;
	padding: 2rem;
	border: 1px solid #dcebe8;
	background-color: #f7fbfa;
}
.subMap .mapInfoSummary dl {
	display: flex;
	gap: 1rem;
	line-height: 1.7;
	color: #333;
}
.subMap .mapInfoSummary dl + dl {
	margin-top: 0.7777777778rem;
}
.subMap .mapInfoSummary dt {
	flex: 0 0 5rem;
	font-weight: 800;
	color: #2b8078;
}
.subMap .mapInfoSummary dd {
	flex: 1;
	font-weight: 300;
}
.subMap .mapInfoSummary__links {
	margin-top: 1.3333333333rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6666666667rem;
}
.subMap .mapInfoSummary__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 8.8888888889rem;
	padding: 0.7777777778rem 1.1111111111rem;
	border: 1px solid #3abfb0;
	border-radius: 30px;
	color: #2b8078;
	font-weight: 700;
}
.subMap .waySection {
	margin-top: 8rem;
	display: flex;
	flex-direction: column;
	gap: 6.6666666667rem;
}
.subMap .waySection .topAr {
	display: flex;
}
.subMap .waySection .topAr .block {
	width: 50%;
	display: flex;
	align-items: center;
	gap: 1.4444444444rem;
}
.subMap .waySection .topAr .block .textAr {
	color: #333;
}
.subMap .waySection .topAr .block .textAr h4 {
	margin-bottom: 1.1111111111rem;
	font-size: 1.7777777778rem;
	font-weight: 300;
	color: #333;
	letter-spacing: -0.05em;
}
.subMap .waySection .topAr .block .textAr h4 > b {
	font-weight: 700;
}
.subMap .waySection .topAr .block .textAr .line {
	display: flex;
	gap: 6px;
	align-items: center;
}
.subMap .waySection .topAr .block .textAr .line.mt10 {
	margin-top: 10px;
}
.subMap .waySection .topAr .block .textAr .line p {
	letter-spacing: -0.05em;
}
.subMap .waySection .topAr .block .textAr .line > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.4444444444rem 0.7777777778rem;
	border-radius: 17.5px;
	color: #ffffff;
	background-color: #00aeab;
}
.subMap .waySection .topAr .block .textAr .line > span.red {
	background-color: #f86e55;
}
.subMap .waySection .topAr .block .textAr .line > span.light-green {
	background-color: #84cb52;
}
.subMap .waySection .bottomAr {
	display: flex;
	justify-content: space-between;
}
.subMap .waySection .bottomAr .block {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1.4444444444rem;
}
.subMap .waySection .bottomAr .block .textAr {
	color: #333;
}
.subMap .waySection .bottomAr .block .textAr h4 {
	margin-bottom: 1.1111111111rem;
	font-size: 1.7777777778rem;
	font-weight: 300;
	color: #333;
	letter-spacing: -0.05em;
}
.subMap .waySection .bottomAr .block .textAr h4 > b {
	font-weight: 700;
}
.subMap .waySection .bottomAr .block .textAr p {
	line-height: 1.4;
	letter-spacing: -0.05em;
}
.subMap .waySection .bottomAr .block.btnAr > a {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	width: 250px;
	padding: 0.8888888889rem 0;
	border-radius: 30px;
	border: 1px solid #dddddd;
}
.subMap .waySection .bottomAr .block.btnAr > a p {
	font-weight: 700;
	font-size: 1.1111111111rem;
}

@media screen and (max-width: 1401px) {
	.subMap .waySection .block > img {
		max-width: 120px;
	}
}
@media screen and (max-width: 1201px) {
	.subMap .subTitleAr h3 {
		font-size: 2.3333333333rem;
	}
	.subMap .waySection {
		margin-top: 5.5555555556rem;
	}
	.subMap .waySection .topAr,
	.subMap .waySection .bottomAr {
		gap: 2.2222222222rem;
	}
	.subMap .waySection .topAr .block .textAr h4,
	.subMap .waySection .bottomAr .block .textAr h4 {
		font-size: 1.5555555556rem;
	}
	.subMap .waySection .topAr .block .textAr .line p,
	.subMap .waySection .bottomAr .block .textAr .line p {
		line-height: 1.4;
	}
}
@media screen and (max-width: 1025px) {
	.subMap .kakaoMap {
		height: 33.3333333333rem;
	}
	.subMap .subTitleAr {
		margin-bottom: 2.2222222222rem;
	}
	.subMap .subTitleAr h3 {
		font-size: 2rem;
	}
	.subMap .mapInfoSummary {
		margin-bottom: 2.7777777778rem;
	}
	.subMap .waySection {
		gap: 2.2222222222rem;
		margin-top: 4.4444444444rem;
	}
	.subMap .waySection .topAr,
	.subMap .waySection .bottomAr {
		flex-direction: column;
	}
	.subMap .waySection .topAr .block,
	.subMap .waySection .bottomAr .block {
		width: 100%;
		justify-content: initial;
	}
	.subMap .waySection .topAr .block > img,
	.subMap .waySection .bottomAr .block > img {
		max-width: 100px;
	}
	.subMap .waySection .btnAr a > img {
		max-width: 20px;
	}
}
@media screen and (max-width: 500px) {
	.subMap .kakaoMap {
		height: 22.2222222222rem;
	}
	.subMap .subTitleAr h3 {
		font-size: 1.5555555556rem;
	}
	.subMap .mapInfoSummary {
		padding: 1.3333333333rem;
	}
	.subMap .mapInfoSummary dl {
		display: block;
	}
	.subMap .mapInfoSummary dt {
		margin-bottom: 0.2777777778rem;
	}
	.subMap .mapInfoSummary__links a {
		width: 100%;
	}
	.subMap .waySection {
		margin-top: 2.2222222222rem;
	}
	.subMap .waySection .topAr .block,
	.subMap .waySection .bottomAr .block {
		gap: 1rem;
	}
	.subMap .waySection .topAr .block > img,
	.subMap .waySection .bottomAr .block > img {
		max-width: 60px;
	}
	.subMap .waySection .topAr .block.btnAr > a,
	.subMap .waySection .bottomAr .block.btnAr > a {
		gap: 10px;
	}
	.subMap .waySection .topAr .block.btnAr > a img,
	.subMap .waySection .bottomAr .block.btnAr > a img {
		max-width: 18px;
	}
	.subMap .waySection .topAr .block .textAr .line > span,
	.subMap .waySection .bottomAr .block .textAr .line > span {
		font-size: 0.7777777778rem;
	}
	.subMap .waySection .topAr .block .textAr h4,
	.subMap .waySection .bottomAr .block .textAr h4 {
		margin-bottom: 0.7777777778rem;
		font-size: 1.3333333333rem;
	}
}
.color-main {
	color: #3abfb0;
}

.color-naver {
	color: #03cf5d;
}

.color-kakao {
	color: #017cff;
}

.subInfo .timeAr {
	margin-top: 6.6666666667rem;
}
.subInfo .medicalHoursTableWrap {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 1.3333333333rem;
	align-items: start;
}
.subInfo .medicalHoursTable {
	width: 100%;
	border-top: 2px solid #2b8078;
	background: #fff;
}
.subInfo .medicalHoursTable caption {
	padding-bottom: 0.8888888889rem;
	font-size: 1.3333333333rem;
	font-weight: 700;
	color: #222;
	text-align: left;
}
.subInfo .medicalHoursTable th,
.subInfo .medicalHoursTable td {
	padding: 1rem 1.1111111111rem;
	border-bottom: 1px solid #e1e6e8;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
}
.subInfo .medicalHoursTable th {
	width: 34%;
	background: #f6faf9;
	font-weight: 700;
	color: #0f5b78;
}
.subInfo .medicalHoursTable td {
	color: #222;
	font-weight: 600;
}
.subInfo .medicalHoursTable td span {
	display: inline-block;
	margin-top: 0.3333333333rem;
	color: #555;
	font-weight: 400;
}
.subInfo .medicalHoursNotice {
	grid-column: 1 / -1;
	padding: 1.1111111111rem 1.3333333333rem;
	background: #f7fafb;
	border: 1px solid #d9e1e6;
	font-size: 0.9444444444rem;
	line-height: 1.7;
	color: #333;
}
.subInfo .timeAr > ul {
	display: flex;
	justify-content: space-around;
}
.subInfo .timeAr > ul > li {
	display: flex;
	flex-direction: column;
	gap: 3.8888888889rem;
	align-items: center;
	text-align: center;
}
.subInfo .timeAr > ul > li .imgWrap {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subInfo .timeAr > ul > li .imgWrap img {
	max-width: 95px;
	width: 100%;
}
.subInfo .timeAr > ul > li .textWrap {
	text-align: center;
}
.subInfo .timeAr > ul > li .textWrap > span {
	display: inline-block;
	margin-bottom: 0.7777777778rem;
	font-size: 1.1111111111rem;
	font-weight: 700;
}
.subInfo .timeAr > ul > li .textWrap > p {
	font-size: 1.1111111111rem;
	font-weight: 700;
}
.subInfo .timeAr > ul > li .textWrap > p > b {
	font-size: 1.7777777778rem;
	font-weight: 700;
}
.subInfo .timeAr > ul > li .textWrap > p > span {
	display: inline-block;
	margin-top: 0.5555555556rem;
	font-size: 1.1111111111rem;
	font-weight: 400;
}
.subInfo .flexAr {
	display: flex;
	gap: 2.2222222222rem;
	justify-content: center;
	margin-top: 6.1111111111rem;
}
.subInfo .flexAr > a {
	width: 50%;
	display: flex;
	gap: 2.2222222222rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.9444444444rem 2.5555555556rem;
	border-radius: 20px;
}
.subInfo .flexAr > a .imgWrap {
	max-width: 28%;
}
.subInfo .flexAr > a .imgWrap img {
	width: 100%;
}
.subInfo .flexAr > a .textAr > p {
	margin-top: 1.1111111111rem;
	color: #666666;
	line-height: 1.2;
}
.subInfo .flexAr > a.callAr {
	border: 1px solid #dddddd;
}
.subInfo .flexAr > a.callAr h3 {
	font-size: 1.3333333333rem;
	font-weight: 700;
}
.subInfo .flexAr > a.callAr h4 {
	margin-top: 0.5555555556rem;
	font-size: 2.6666666667rem;
	font-weight: 700;
	color: #2b8078;
}
.subInfo .flexAr > a.counselAr {
	background-color: #f4eee9;
}
.subInfo .flexAr > a.counselAr h3 {
	font-size: 1.7777777778rem;
	font-weight: 700;
}

.subTimeInfor .inner h3 {
	margin-bottom: 0.6666666667rem;
	font-size: 1.3333333333rem;
	font-weight: 700;
}
.subTimeInfor__docTimeBox .table1 {
	width: 100%;
	font-size: 1.1111111111rem;
	font-weight: 400;
	margin-bottom: 5.5555555556rem;
	border-top: 2px solid #2b8078;
}
.subTimeInfor__docTimeBox .table1 .nameCol {
	width: 22%;
}
.subTimeInfor__docTimeBox .table1 thead tr {
	background-color: #f2f0ee;
	border-bottom: 1px solid #e0e0e0;
}
.subTimeInfor__docTimeBox .table1 thead th {
	padding: 1.6666666667rem 3px;
	background-color: #f1f1f1;
	font-weight: 700;
}
.subTimeInfor__docTimeBox .table1 thead th:not(.nameTd) {
	border-left: 0;
}
.subTimeInfor__docTimeBox .table1 tbody {
	/*
    tr:nth-child(3n),
    tr:nth-child(4n) {
    	background-color: #f5f5f5;
    }
    */
}
.subTimeInfor__docTimeBox .table1 tbody tr {
	background-color: #f5f5f5;
}
.subTimeInfor__docTimeBox .table1 tbody tr:nth-child(4n + 1),
.subTimeInfor__docTimeBox .table1 tbody tr:nth-child(4n + 2) {
	background-color: #ffffff;
}
.subTimeInfor__docTimeBox .table1 tbody td {
	padding: 0.8333333333rem 3px;
}
.subTimeInfor__docTimeBox .table1 tbody td.nameTd {
	line-height: 1.25;
	font-size: 1.6666666667rem;
}
.subTimeInfor__docTimeBox .table1 tbody td.nameTd > b {
	font-weight: 700;
}
.subTimeInfor__docTimeBox .table1 tbody td.nameTd .part {
	font-size: 1rem;
	color: #666;
}
.subTimeInfor__docTimeBox .table1 tbody td .text20 {
	font-size: 1.1111111111rem;
}
.subTimeInfor__docTimeBox .table1 th,
.subTimeInfor__docTimeBox .table1 td {
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.subTimeInfor__docTimeBox .table1 th:not(.nameTd),
.subTimeInfor__docTimeBox .table1 td:not(.nameTd) {
	border-left: 1px solid #e0e0e0;
}
.subTimeInfor__docTimeBox .table1 th p,
.subTimeInfor__docTimeBox .table1 td p {
	font-size: 1rem;
}
.subTimeInfor__docTimeBox .table1 th .cir,
.subTimeInfor__docTimeBox .table1 td .cir {
	display: inline-block;
	width: 70px;
	padding: 0.6666666667rem 0;
	background-color: #2b8078;
	border-radius: 100px;
	font-size: 0.8888888889rem;
	font-weight: 600;
	color: #ffffff;
}
.subTimeInfor__docTimeBox .table1 th .cir.green,
.subTimeInfor__docTimeBox .table1 td .cir.green {
	background-color: #3abfb0;
}
.subTimeInfor__docTimeBox .table1 th .cir.red,
.subTimeInfor__docTimeBox .table1 td .cir.red {
	background-color: #f45353;
}
.subTimeInfor__docTimeBox .table1 th .cir.repeat,
.subTimeInfor__docTimeBox .table1 td .cir.repeat {
	width: 60px;
	padding: 1.2222222222rem 0;
	line-height: 1.25;
	background-color: #9e9e9e;
}
.subTimeInfor__docTimeBox .table1 th .cir.two,
.subTimeInfor__docTimeBox .table1 td .cir.two {
	width: 100px;
	line-height: 1.25;
	background-color: #083f40;
}

.subTimeInfor__docTimeBox .saturdayScheduleNotice {
	margin-top: 28px;
	padding: 24px 28px;
	border: 1px solid #d9e1e6;
	background: #f7fafb;
}

.subTimeInfor__docTimeBox .saturdayScheduleNotice h4 {
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 700;
	color: #0f5b78;
}

.subTimeInfor__docTimeBox .saturdayScheduleNotice ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 16px;
	margin-bottom: 16px;
}

.subTimeInfor__docTimeBox .saturdayScheduleNotice li,
.subTimeInfor__docTimeBox .saturdayScheduleNotice p {
	font-size: 16px;
	line-height: 1.65;
	color: #333;
}

@media (max-width: 768px) {
	.subTimeInfor__docTimeBox .saturdayScheduleNotice {
		padding: 20px;
	}

	.subTimeInfor__docTimeBox .saturdayScheduleNotice ul {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1201px) {
	.subInfo .flexAr {
		gap: 1.1111111111rem;
	}
	.subInfo .flexAr > a {
		align-items: center;
	}
	.subInfo .flexAr > a .imgWrap {
		max-width: 176px;
	}
	.subInfo .flexAr > a.counselAr h3 {
		font-size: 1.5555555556rem;
	}
	.subInfo .flexAr > a.callAr h3 {
		font-size: 1.3333333333rem;
	}
	.subInfo .flexAr > a.callAr h4 {
		font-size: 1.7777777778rem;
	}
}
@media screen and (max-width: 1024px) {
	.subTimeInfor .inner h3 {
		margin-bottom: 0.5555555556rem;
		font-size: 1.1111111111rem;
	}
	.subTimeInfor__docTimeBox .subTitleAr .title {
		font-size: 2.2222222222rem;
	}
	.subTimeInfor__docTimeBox .table1 {
		font-size: 1rem;
		margin-bottom: 2.7777777778rem;
	}
	.subTimeInfor__docTimeBox .table1 thead th {
		padding: 1.1111111111rem 3px;
	}
	.subTimeInfor__docTimeBox .table1 tbody td.nameTd {
		font-size: 1.1111111111rem;
	}
	.subTimeInfor__docTimeBox .table1 tbody td.nameTd .part {
		font-size: 0.8333333333rem;
	}
	.subTimeInfor__docTimeBox .table1 tbody td .text20 {
		font-size: 0.8888888889rem;
	}
	.subTimeInfor__docTimeBox .table1 th.subTd,
	.subTimeInfor__docTimeBox .table1 td.subTd {
		display: none;
	}
	.subTimeInfor__docTimeBox .table1 th p,
	.subTimeInfor__docTimeBox .table1 td p {
		font-size: 0.8888888889rem;
	}
	.subTimeInfor__docTimeBox .table1 th .cir,
	.subTimeInfor__docTimeBox .table1 td .cir {
		width: 55px;
		padding: 0.5rem 0;
		font-size: 0.8333333333rem;
	}
	.subTimeInfor__docTimeBox .table1 th .cir.repeat,
	.subTimeInfor__docTimeBox .table1 td .cir.repeat {
		width: 50px;
		padding: 1rem 0;
	}
}
@media screen and (max-width: 868px) {
	.subInfo .medicalHoursTableWrap {
		display: block;
		overflow-x: auto;
		padding-bottom: 0.5555555556rem;
	}
	.subInfo .medicalHoursTable {
		min-width: 520px;
	}
	.subInfo .medicalHoursTable + .medicalHoursTable {
		margin-top: 1.3333333333rem;
	}
	.subInfo .medicalHoursNotice {
		min-width: 520px;
		margin-top: 1.3333333333rem;
	}
	.subInfo .timeAr > ul {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.subInfo .timeAr > ul > li {
		gap: 1.1111111111rem;
	}
	.subInfo .timeAr > ul > li .imgWrap {
		width: 80px;
		height: 80px;
	}
	.subInfo .timeAr > ul > li .imgWrap img {
		max-width: 60px;
		width: 100%;
	}
	.subInfo .timeAr > ul > li .textWrap > span {
		font-size: 1.3333333333rem;
	}
	.subInfo .timeAr > ul > li .textWrap > p {
		font-size: 1.1111111111rem;
	}
	.subInfo .timeAr > ul > li .textWrap > p > b {
		font-size: 1.3333333333rem;
	}
	.subInfo .timeAr > ul > li .textWrap > p > strong {
		font-size: 1.1111111111rem;
	}
	.subInfo .flexAr {
		margin-top: 3.3333333333rem;
		flex-direction: column;
	}
	.subInfo .flexAr > a {
		width: 100%;
		gap: 1.1111111111rem;
	}
	.subInfo .flexAr > a .imgWrap {
		max-width: 100px;
	}
	.subInfo .flexAr > a .textAr > p {
		text-wrap: balance;
	}
	.subInfo .flexAr > a.counselAr h3 {
		font-size: 1.3333333333rem;
	}
	.subInfo .flexAr > a.callAr h3 {
		font-size: 1.1111111111rem;
	}
	.subInfo .flexAr > a.callAr h4 {
		font-size: 1.3333333333rem;
	}
}
@media screen and (max-width: 560px) {
	.subInfo .timeAr {
		margin-top: 2.2222222222rem;
	}
	.subInfo .medicalHoursTable caption {
		font-size: 1.1111111111rem;
	}
	.subInfo .medicalHoursTable th,
	.subInfo .medicalHoursTable td {
		padding: 0.8888888889rem;
		font-size: 0.8888888889rem;
	}
	.subInfo .timeAr > ul {
		row-gap: 4.4444444444rem;
	}
	.subInfo .timeAr > ul > li {
		width: 100%;
	}
	.subInfo .timeAr > ul > li .imgWrap img {
		max-width: 70px;
	}

	.subTimeInfor__docTimeBox .subTitleAr .title {
		font-size: 1.7777777778rem;
	}
	.subTimeInfor__docTimeBox .table1 {
		font-size: 0.8888888889rem;
	}
	.subTimeInfor__docTimeBox .table1 .nameCol {
		width: 65px;
	}
	.subTimeInfor__docTimeBox .table1 tbody td.nameTd {
		font-size: 0.9444444444rem;
	}
	.subTimeInfor__docTimeBox .table1 tbody td .text20 {
		font-size: 0.8333333333rem;
	}
	.subTimeInfor__docTimeBox .table1 th .cir,
	.subTimeInfor__docTimeBox .table1 td .cir {
		width: 100%;
		max-width: 40px;
		padding: 0.3888888889rem 0 0.1666666667rem;
	}
	.subTimeInfor__docTimeBox .table1 th .cir.repeat,
	.subTimeInfor__docTimeBox .table1 td .cir.repeat {
		width: 100%;
		max-width: 40px;
		padding: 0.7222222222rem 0;
	}
}
.subHospitalize .titleAr h3 {
	font-size: 2.6666666667rem;
	margin-bottom: 2.2222222222rem;
}
.subHospitalize .tabAr {
	margin-bottom: 5.5555555556rem;
}
.subHospitalize .tabAr ul {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1.1111111111rem;
}
.subHospitalize .tabAr ul li {
	width: calc(50% - 20px);
	text-align: center;
}
.subHospitalize .tabAr ul li a {
	display: inline-block;
	padding: 1.6666666667rem 10px;
	width: 100%;
	border: 1px solid #3abfb0;
	border-radius: 40px;
	color: #282828;
	font-size: 1.2222222222rem;
}
.subHospitalize .tabAr ul li a:hover {
	background-color: #3abfb0;
	color: #fff;
}
.subHospitalize .tabAr ul li a.active {
	background-color: #3abfb0;
	color: #fff;
}
.subHospitalize .boxUlAr {
	scroll-margin-top: 8.8888888889rem;
	margin-bottom: 2.7777777778rem;
}
.subHospitalize .boxUlAr ul {
	display: flex;
	justify-content: space-between;
}
.subHospitalize .boxUlAr ul li div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 330px;
	width: 280px;
	max-width: 280px;
	padding: 2.5rem 1.8888888889rem 0 1.8888888889rem;
	background-color: #f9f9f9;
	border-radius: 20px;
}
.subHospitalize .boxUlAr ul li div .num {
	display: inline-block;
	width: 45%;
	position: absolute;
	top: 0;
	padding: 0.8333333333rem 0;
	font-size: 0.8888888889rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #2b8078;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.subHospitalize .boxUlAr ul li div > h4 {
	height: 70px;
	font-size: 1.2222222222rem;
	color: #212121;
}
.subHospitalize .boxUlAr ul li div > img {
	display: block;
	margin: 1.3888888889rem 0 1rem 0;
}
.subHospitalize .boxUlAr ul li div hr {
	width: 100%;
	margin: 0 0 1.1111111111rem 0;
	border-top: 1px dashed #dddddd;
}
.subHospitalize .boxUlAr ul li div > p {
	font-size: 1rem;
	color: #757575;
	line-height: 1.4;
	text-align: center;
	text-wrap: balance;
}
.subHospitalize .boxUlAr ul li div .text-small {
	font-size: 1rem;
	color: #9e9e9e;
}
.subHospitalize .boxUlAr ul li:not(:last-child) > div::after {
	content: '';
	width: 21px;
	height: 11px;
	background: url('/assets/img/sub/r20/arrow.png') no-repeat center top;
	position: absolute;
	top: calc(50% - 5px);
	right: -48px;
}
.subHospitalize .circleNumListAr ul li {
	display: flex;
	gap: 0.7777777778rem;
	align-items: center;
	padding: 0.5555555556rem 0.8333333333rem;
}
.subHospitalize .circleNumListAr ul li .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #2b8078;
	color: #fff;
	border-radius: 50%;
}
.subHospitalize .circleNumListAr ul li:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}
.subHospitalize .circleNumListAr ul li p {
	line-height: 1.4;
}
.subHospitalize .infoBox {
	margin: 5rem 0 7.7777777778rem 0;
	display: flex;
	border-top: 1px solid #666666;
}
.subHospitalize .infoBox .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 22%;
	max-width: 300px;
	background-color: #666666;
	color: #fff;
}
.subHospitalize .infoBox .left > div {
	text-align: center;
}
.subHospitalize .infoBox .left > div p {
	margin-top: 0.5555555556rem;
	font-size: 1.3333333333rem;
	font-weight: 700;
}
.subHospitalize .infoBox .right ul {
	padding: 2.7777777778rem;
}
.subHospitalize .infoBox .right ul li {
	padding: 0.5555555556rem 0;
}
.subHospitalize .infoBox .right ul li::marker {
	content: '· ';
}
.subHospitalize .infoBox .right ul li > p {
	line-height: 1.4;
}
.subHospitalize .infoBox .right .color-grey {
	color: #9e9e9e;
}
.subHospitalize .boxUlAr.option ul li div {
	height: 450px;
}
.subHospitalize .boxUlAr.option ul li div .text-left {
	text-align: left;
}

@media screen and (max-width: 1401px) {
	.subHospitalize .boxUlAr ul li:not(:last-child) > div::after {
		display: none;
	}
}
@media screen and (max-width: 1201px) {
	.subHospitalize .titleAr h3 {
		font-size: 2.3333333333rem;
		margin-bottom: 1.6666666667rem;
	}
	.subHospitalize .tabAr {
		margin-bottom: 4.4444444444rem;
	}
	.subHospitalize .tabAr ul li a {
		padding: 1.1111111111rem 10px;
	}
	.subHospitalize .boxUlAr ul {
		justify-content: center;
		gap: 1.1111111111rem;
		width: 100%;
	}
	.subHospitalize .boxUlAr ul li {
		width: calc(25% - 20px);
	}
	.subHospitalize .boxUlAr ul li div {
		width: 100%;
		height: 400px;
	}
	.subHospitalize .boxUlAr ul li div > h4 {
		height: 60px;
		font-size: 1.1111111111rem;
	}
	.subHospitalize .boxUlAr ul li div > img {
		max-width: 44px;
	}
}
@media screen and (max-width: 878px) {
	.subHospitalize .titleAr h3 {
		font-size: 1.7777777778rem;
		margin-bottom: 1.1111111111rem;
	}
	.subHospitalize .boxUlAr ul {
		flex-direction: column;
	}
	.subHospitalize .boxUlAr ul li {
		width: 100%;
	}
	.subHospitalize .boxUlAr ul li div {
		width: 100%;
		max-width: initial;
		height: initial;
		padding: 2.2222222222rem 1.1111111111rem;
	}
	.subHospitalize .boxUlAr ul li div > h4 {
		height: 40px;
	}
	.subHospitalize .boxUlAr.option ul li div {
		height: initial;
	}
	.subHospitalize .infoBox {
		flex-direction: column;
		margin: 3.3333333333rem 0 4.4444444444rem 0;
	}
	.subHospitalize .infoBox .left {
		width: 100%;
		max-width: initial;
	}
	.subHospitalize .infoBox .left > div {
		padding: 10px;
	}
	.subHospitalize .infoBox .left > div p {
		font-size: 1rem;
	}
	.subHospitalize .infoBox .left img {
		max-width: 50px;
	}
	.subHospitalize .infoBox .right ul {
		padding: 1.6666666667rem 0.5555555556rem 1.6666666667rem 1.6666666667rem;
	}
	.subHospitalize .circleNumListAr ul li .num {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 500px) {
	.subHospitalize .titleAr h3 {
		font-size: 1.5555555556rem;
		margin-bottom: 1.1111111111rem;
	}
	.subHospitalize .tabAr ul li a {
		padding: 0.5555555556rem;
		font-size: 1rem;
	}
}
.subPapers .subTitleAr {
	margin-bottom: 5rem;
}
.subPapers .contentsAr > hr {
	margin: 5rem auto;
	border-top: 1px solid #dddddd;
	width: 100%;
}
.subPapers .cf {
	line-height: 1.4;
	color: #212121;
}
.subPapers .boxUlAr {
	scroll-margin-top: 8.8888888889rem;
	margin-bottom: 2.7777777778rem;
}
.subPapers .boxUlAr ul {
	display: flex;
	justify-content: space-between;
}
.subPapers .boxUlAr ul li div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 240px;
	width: 280px;
	max-width: 280px;
	padding: 2.5rem 1.8888888889rem 0 1.8888888889rem;
	background-color: #f9f9f9;
	border-radius: 20px;
}
.subPapers .boxUlAr ul li div .num {
	display: inline-block;
	width: 45%;
	position: absolute;
	top: 0;
	padding: 0.8333333333rem 0;
	font-size: 0.8888888889rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #2b8078;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.subPapers .boxUlAr ul li div > h4 {
	font-size: 1.2222222222rem;
	color: #212121;
	text-wrap: balance;
	text-align: center;
	line-height: 1.2;
}
.subPapers .boxUlAr ul li div > img {
	display: block;
	margin: 2.2222222222rem 0 0.5555555556rem 0;
}
.subPapers .boxUlAr ul li div > p {
	font-size: 1rem;
	color: #9e9e9e;
	line-height: 1.4;
	text-align: center;
	text-wrap: balance;
}
.subPapers .boxUlAr ul li div .text-small {
	font-size: 1rem;
	color: #9e9e9e;
}
.subPapers .boxUlAr ul li:not(:last-child) > div::after {
	content: '';
	width: 21px;
	height: 11px;
	background: url('/assets/img/sub/r20/arrow.png') no-repeat center top;
	position: absolute;
	top: calc(50% - 5px);
	right: -48px;
}
.subPapers .paperTitleAr {
	margin-bottom: 3.3333333333rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subPapers .paperTitleAr .left {
	text-align: left;
}
.subPapers .paperTitleAr .left h3 {
	margin-bottom: 1.1111111111rem;
	font-size: 2.3333333333rem;
	font-weight: 700;
}
.subPapers .paperTitleAr .right {
	width: 35%;
	max-width: 538px;
}
.subPapers .paperTitleAr .tabAr ul {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0.8888888889rem;
}
.subPapers .paperTitleAr .tabAr ul li {
	width: calc(50% - 16px);
	text-align: center;
}
.subPapers .paperTitleAr .tabAr ul li a {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	padding: 1rem 10px;
	width: 100%;
	border: 1px solid #2b8078;
	border-radius: 40px;
	color: #282828;
	font-size: 1.1111111111rem;
}
.subPapers .paperTitleAr .tabAr ul li a:hover {
	background-color: #2b8078;
	color: #fff;
}
.subPapers .paperTitleAr .tabAr ul li a:hover > img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(337deg)
		brightness(104%) contrast(101%);
}

.tableWrap:not(:last-child) {
	margin-bottom: 4.4444444444rem;
}
.tableWrap + p {
	margin-top: 0.8888888889rem;
	margin-bottom: 4.2222222222rem;
	font-weight: 100;
	line-height: 1.66;
}
.tableWrap.mb0 {
	margin-bottom: 0;
}
.tableWrap p {
	line-height: 1.66;
}

.tableBasic01 {
	width: 100%;
	border-top: 3px solid #2b8078;
}
.tableBasic01 caption {
	margin-bottom: 0.8333333333rem;
	font-size: 1.3333333333rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: -0.05em;
}
.tableBasic01 caption > span {
	font-weight: 400;
	font-size: 1rem;
	color: #666666;
}
.tableBasic01 th,
.tableBasic01 td {
	padding: 1.5555555556rem 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.66;
}
.tableBasic01 th {
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
}
.tableBasic01 th .text-small {
	font-weight: 100;
	line-height: 1.4;
}
.tableBasic01 th > p {
	margin-bottom: 0.5555555556rem;
}
.tableBasic01 th:first-child {
	border-left: 0;
}
.tableBasic01 th:last-child {
	border-right: 0;
}
.tableBasic01 tbody td {
	border: 1px solid #e0e0e0;
}
.tableBasic01 tbody td:first-child {
	border-left: 0;
}
.tableBasic01 tbody td:last-child {
	border-right: 0;
}
.tableBasic01 .text-left {
	padding-left: 2.7777777778rem;
	text-align: left;
}
.tableBasic01 .text-right {
	text-align: right;
}
.tableBasic01 .text-small {
	font-size: 0.8888888889rem;
}
.tableBasic01 .indent {
	display: inline-block;
	text-indent: 1.1111111111rem;
}
.tableBasic01 .color-red {
	color: #cb3c3c;
}
.tableBasic01.tableList:not(:last-child) {
	margin-bottom: 4.4444444444rem;
}
.tableBasic01.tableList th {
	padding: 1.2222222222rem 10px;
	font-size: 1.3333333333rem;
	background-color: #09428f;
	color: #fff;
}
.tableBasic01.tableList th.bg-gray {
	border-top: 3px solid #666;
	background-color: #666666;
}
.tableBasic01.tableList td {
	text-align: left;
	padding: 1.5555555556rem 1.1111111111rem 1.5555555556rem 2.6666666667rem;
}

.table-row {
	width: 100%;
}
.table-row.bgColor2 .titleCell {
	background-color: #666666;
}
.table-row .titleCell {
	background-color: #2b8078;
	vertical-align: middle;
	color: #fff;
	font-size: 1.3333333333rem;
	line-height: 1.4;
}
.table-row .titleCell.bgColor2 {
	background-color: #666666;
}
.table-row tbody {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.table-row tr:first-child td {
	padding-top: 1.1111111111rem;
}
.table-row tr:last-child td {
	padding-bottom: 1.1111111111rem;
}
.table-row tr td {
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	line-height: 1.66;
}
.table-row tr td.bg-gray {
	background-color: #f5f5f5;
}
.table-row tr td.text-left {
	text-align: left;
	padding-left: 2.7777777778rem;
}
.table-row tr td:last-child {
	border-right: 0;
}
.table-row .font-small {
	font-size: 0.8888888889rem;
	line-height: 1.625;
	color: #212121;
	text-indent: 0.7777777778rem;
}
.table-row .innerUl li {
	line-height: 1.66;
}
.table-row .innerUl li:not(:last-child) {
	margin-bottom: 1.1111111111rem;
}
.table-row .space18 {
	display: inline-block;
	width: 1rem;
}

@media screen and (max-width: 1401px) {
	.subPapers .boxUlAr ul li:not(:last-child) > div::after {
		display: none;
	}
}
@media screen and (max-width: 1201px) {
	.subPapers .paperTitleAr .right {
		width: 40%;
	}
	.subPapers .paperTitleAr .tabAr ul li a {
		font-size: 1rem;
	}
	.subPapers .boxUlAr ul {
		justify-content: center;
		gap: 1.1111111111rem;
		width: 100%;
	}
	.subPapers .boxUlAr ul li {
		width: calc(25% - 20px);
	}
	.subPapers .boxUlAr ul li div {
		width: 100%;
	}
	.subPapers .boxUlAr ul li div > h4 {
		font-size: 1.1111111111rem;
	}
	.subPapers .boxUlAr ul li div > img {
		max-width: 44px;
	}
}
@media screen and (max-width: 878px) {
	.subPapers .contentsAr > hr {
		margin: 3.3333333333rem auto;
	}
	.subPapers .subTitleAr {
		margin-bottom: 2.2222222222rem;
	}
	.subPapers .paperTitleAr {
		flex-direction: column;
		gap: 2.2222222222rem;
	}
	.subPapers .paperTitleAr .right {
		width: 100%;
	}
	.subPapers .paperTitleAr .left {
		text-align: center;
	}
	.subPapers .paperTitleAr .left h3 {
		font-size: 1.7777777778rem;
	}
	.subPapers .paperTitleAr .tabAr ul li a {
		padding: 0.8888888889rem 10px;
		font-size: 1rem;
	}
	.subPapers .boxUlAr ul {
		flex-direction: column;
	}
	.subPapers .boxUlAr ul li {
		width: 100%;
	}
	.subPapers .boxUlAr ul li div {
		width: 100%;
		max-width: initial;
		height: initial;
		padding: 2.2222222222rem 1.1111111111rem;
	}
	.subPapers .tableBasic01:not(:last-child) {
		margin-bottom: 2.2222222222rem;
	}
	.subPapers .tableBasic01 caption {
		font-size: 1.2222222222rem;
		line-height: 1.2;
	}
	.subPapers .tableBasic01 caption > span {
		font-size: 0.8888888889rem;
	}
	.subPapers .tableBasic01 th,
	.subPapers .tableBasic01 td {
		padding: 1rem 10px;
	}
	.subPapers .tableBasic01.tableList th {
		padding: 1.1111111111rem 10px;
		font-size: 1.1111111111rem;
	}
	.subPapers .tableBasic01.tableList td {
		text-align: left;
		padding: 1.5555555556rem 0.5555555556rem 1.5555555556rem 0.5555555556rem;
	}

	.table-row .titleCell {
		font-size: 1rem;
	}
}
@media screen and (max-width: 500px) {
	.subPapers .paperTitleAr .right .tabAr ul li a > img {
		max-width: 15px;
	}
	.subPapers .tableWrap {
		overflow-x: auto;
	}
	.subPapers .tableWrap > table {
		min-width: 400px;
	}
}
.text-right {
	text-align: right;
}

.color-red {
	color: #cb3d3d;
}

.subDisease {
	padding-bottom: 11.1111111111rem;
}
.subDisease .tabAr {
	border-bottom: 1px solid #e0e0e0;
}
.subDisease .tabAr ul {
	display: flex;
	height: 4.4444444444rem;
}
.subDisease .tabAr ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex: 1;
}
.subDisease .tabAr ul li a {
	text-align: center;
	font-size: 1.2222222222rem;
}
.subDisease .tabAr ul li:hover a,
.subDisease .tabAr ul li:first-child a {
	width: 100%;
	padding: 1rem 4px;
	background-color: #2b8078;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
}
.subDisease .imgTextAr {
	padding: 6.6666666667rem 0 3.8888888889rem 0;
	background-image: url('/assets/img/sub/r30/3020_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
.subDisease .imgTextAr .inner {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
}
.subDisease .imgTextAr .textAr {
	padding: 1.6666666667rem 0 0 0;
}
.subDisease .imgTextAr .textAr h3 {
	margin-bottom: 4.4444444444rem;
	font-size: 3.2222222222rem;
	font-weight: 900;
}
.subDisease .imgTextAr .textAr .subText {
	margin-bottom: 1.6666666667rem;
	font-size: 1.3333333333rem;
	font-weight: 700;
	line-height: 1.4;
	color: #2b8078;
}
.subDisease .imgTextAr .textAr p:not(.subText) {
	font-size: 1.1111111111rem;
	line-height: 1.5;
}
.subDisease .listAr {
	display: flex;
	margin-top: 3.3333333333rem;
}
.subDisease .listAr .ulWrap {
	width: 50%;
}
.subDisease .listAr .ulWrap:last-child {
	padding-left: 2.7777777778rem;
}
.subDisease .listAr .ulWrap h4 {
	display: inline-block;
	padding: 0.4444444444rem 1.1111111111rem;
	margin-bottom: 1.6666666667rem;
	background-color: #2b8078;
	font-size: 1.3333333333rem;
	font-weight: 700;
	color: #fff;
	border-radius: 20px;
}
.subDisease .listAr .ulWrap ul li {
	display: flex;
	gap: 0.5555555556rem;
	font-size: 1.1111111111rem;
	line-height: 1.2;
}
.subDisease .listAr .ulWrap ul li .listMarker {
	display: inline-block;
	margin-top: 8px;
	width: 5px;
	height: 5px;
	min-width: 5px;
	border-radius: 50%;
	background-color: #3abfb0;
}
.subDisease .listAr .ulWrap ul li:not(:last-child) {
	margin-bottom: 1.1111111111rem;
}

@media screen and (max-width: 1401px) {
	.subDisease .imgTextAr .inner {
		gap: 1.6666666667rem;
	}
	.subDisease .imgTextAr .inner > div {
		width: 50%;
	}
	.subDisease .imgTextAr .imgAr img {
		width: 100%;
	}
}
@media screen and (max-width: 1201px) {
	.subDisease .imgTextAr {
		background-size: 162%;
	}
	.subDisease .imgTextAr .textAr h3 {
		margin-bottom: 2.2222222222rem;
		font-size: 2.6666666667rem;
	}
}
@media screen and (max-width: 878px) {
	.subDisease {
		padding-bottom: 3.3333333333rem;
	}
	.subDisease .tabAr {
		padding: 10px 0;
	}
	.subDisease .tabAr ul {
		flex-wrap: wrap;
		height: initial;
		row-gap: 10px;
	}
	.subDisease .tabAr ul li {
		width: 33%;
		height: initial;
		flex: auto;
	}
	.subDisease .tabAr ul li a {
		padding: 0.5555555556rem 0;
		font-size: 1.1111111111rem;
	}
	.subDisease .tabAr ul li:hover a,
	.subDisease .tabAr ul li:first-child a {
		padding: 0.5555555556rem 0;
		font-size: 1.1111111111rem;
	}
	.subDisease .imgTextAr {
		padding: 5.5555555556rem 0 2.7777777778rem 0;
		background-size: auto;
	}
	.subDisease .imgTextAr .inner {
		flex-direction: column;
	}
	.subDisease .imgTextAr .inner > div {
		width: 100%;
	}
	.subDisease .imgTextAr .textAr {
		padding: 0;
	}
	.subDisease .imgTextAr .textAr h3 {
		margin-bottom: 1.1111111111rem;
		font-size: 2rem;
	}
	.subDisease .imgTextAr .imgAr {
		text-align: center;
	}
	.subDisease .imgTextAr .imgAr img {
		max-width: 600px;
	}
	.subDisease .listAr {
		flex-direction: column;
		row-gap: 2.2222222222rem;
		margin-top: 2.7777777778rem;
	}
	.subDisease .listAr .ulWrap {
		width: 100%;
	}
	.subDisease .listAr .ulWrap:last-child {
		padding-left: 0;
	}
	.subDisease .listAr .ulWrap h4 {
		margin-bottom: 1.1111111111rem;
	}
	.subDisease .listAr .ulWrap ul li:not(:last-child) {
		margin-bottom: 0.6666666667rem;
	}
}
@media screen and (max-width: 500px) {
	.subDisease .imgTextAr {
		background-position: bottom center;
	}
	.subDisease .imgTextAr .textAr h3 {
		font-size: 1.7777777778rem;
	}
	.subDisease .imgTextAr .textAr .subText {
		font-size: 1.1111111111rem;
	}
	.subDisease .imgTextAr .textAr p:not(.subText) {
		font-size: 1rem;
	}
	.subDisease .imgTextAr .imgAr img {
		max-width: 600px;
		max-height: 200px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.subDisease .listAr .ulWrap h4 {
		font-size: 1.1111111111rem;
	}
	.subDisease .listAr .ulWrap ul li {
		font-size: 1rem;
	}
}
.subSpecial .repeatTopSection .titleAr {
	text-align: center;
}
.subSpecial .repeatTopSection .titleAr .eng {
	margin-bottom: 1.3333333333rem;
	font-size: 0.8888888889rem;
	color: #666;
	font-family: 'Noto Serif KR', serif;
}
.subSpecial .repeatTopSection .titleAr h3 {
	font-size: 2.6666666667rem;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.subSpecial .repeatTopSection .titleAr hr {
	margin: 1.3888888889rem auto;
	display: inline-block;
	width: 30px;
	height: 3px;
	border: 0;
	background-color: #2b8078;
	border-radius: 1.5px;
}
.subSpecial .repeatTopSection .titleAr .subText {
	font-size: 1.3333333333rem;
	font-weight: 700;
	color: #2b8078;
	line-height: 1.4;
}
.subSpecial .repeatTopSection .con-text {
	margin-top: 1.6666666667rem;
	font-size: 1.1111111111rem;
	letter-spacing: -0.05em;
	line-height: 1.4;
	text-align: center;
}
.subSpecial .repeatTopSection .circleUl {
	display: flex;
	gap: 8.3333333333rem;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 5.2777777778rem;
}
.subSpecial .repeatTopSection .circleUl li {
	width: 25%;
}
.subSpecial .repeatTopSection .circleUl li div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	letter-spacing: -0.05em;
}
.subSpecial .repeatTopSection .circleUl li div h4 {
	margin: 1.1111111111rem 0 0.5555555556rem 0;
	font-size: 1.1111111111rem;
}
.subSpecial .repeatTopSection .circleUl li div p {
	line-height: 1.4;
}
.subSpecial .repeatTopSection .doubleBoxUl {
	margin-top: 5.5555555556rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.3333333333rem;
}
.subSpecial .repeatTopSection .doubleBoxUl li {
	display: flex;
	flex-direction: column;
	width: calc(50% - 30px);
}
.subSpecial .repeatTopSection .doubleBoxUl li .imgAr img {
	display: block;
	width: 100%;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr {
	position: relative;
	padding: 3.0555555556rem 2.6666666667rem;
	height: 430px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #f9f9f9;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr span {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #3abfb0;
	font-size: 1.3333333333rem;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr h4 {
	margin-bottom: 1.2222222222rem;
	font-size: 1.7777777778rem;
	font-weight: 700;
	color: #3abfb0;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr p > b {
	font-weight: 700;
}
.subSpecial .repeatTopSection .doubleBoxUl li .textAr p.bold {
	margin-bottom: 1.6666666667rem;
}
.subSpecial .repeatTopSection .doubleBoxUl.height-low li .textAr {
	height: 330px;
}
.subSpecial .noOkSection {
	padding: 6.3888888889rem 0 7.7777777778rem 0;
	color: #fff;
}
.subSpecial .noOkSection .inner {
	overflow: hidden;
}
.subSpecial .noOkSection .titleAr {
	text-align: center;
}
.subSpecial .noOkSection .titleAr h3 {
	margin-top: 1.1111111111rem;
	font-size: 2.6666666667rem;
	letter-spacing: -0.05em;
	font-weight: 400;
}
.subSpecial .noOkSection .titleAr h3 > b {
	font-weight: 700;
}
.subSpecial .noOkSection .titleAr h3 .color-yellow {
	color: #fffc00;
}
.subSpecial .noOkSection .imgTextUl {
	float: right;
	width: 60%;
	margin-top: 4.1666666667rem;
}
.subSpecial .noOkSection .imgTextUl li {
	width: 100%;
}
.subSpecial .noOkSection .imgTextUl li:not(:last-child) {
	margin-bottom: 1.1111111111rem;
}
.subSpecial .noOkSection .imgTextUl li > div {
	display: flex;
	gap: 2.2222222222rem;
	align-items: center;
	max-height: 150px;
	border: 1px solid #fff;
	border-top-right-radius: 50px;
	border-top-left-radius: 85px;
	border-bottom-left-radius: 85px;
}
.subSpecial .noOkSection .imgTextUl li > div > img {
	position: relative;
	top: 0;
	left: -4px;
}
.subSpecial .noOkSection .imgTextUl li .textAr p {
	line-height: 1.4;
	font-size: 1.1111111111rem;
}
.subSpecial .noOkSection .imgTextUl li .badge {
	margin-bottom: 0.5555555556rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	padding: 0.2777777778rem 0.8333333333rem;
	border-radius: 17.5px;
	border-bottom-right-radius: 0;
	font-size: 1.2222222222rem;
	font-weight: 700;
	background-color: #7ce495;
}
.subSpecial .noOkSection .imgTextUl li .badge.color02 {
	background-color: #3abfb0;
}
.subSpecial .noOkSection .imgTextUl li .badge.color03 {
	background-color: #2b8078;
}
.subSpecial .repeatBgSection {
	padding: 8.8888888889rem 0;
}
.subSpecial .repeatBgSection .topAr {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.subSpecial .repeatBgSection .topAr .textAr .eng {
	margin-bottom: 1.1111111111rem;
	font-size: 0.8888888889rem;
	color: #3abfb0;
	font-family: 'Noto Serif KR', serif;
}
.subSpecial .repeatBgSection .topAr .textAr h3 {
	margin-bottom: 2.2222222222rem;
	font-size: 2.6666666667rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #fff;
	line-height: 1.2;
}
.subSpecial .repeatBgSection .topAr .textAr p {
	line-height: 1.5;
}
.subSpecial .repeatBgSection .topAr > ul {
	width: 55%;
}
.subSpecial .repeatBgSection .topAr > ul li {
	display: flex;
	align-items: center;
	padding: 0.8333333333rem 1.1111111111rem;
	gap: 1.1111111111rem;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.subSpecial .repeatBgSection .topAr > ul li > span {
	display: inline-block;
	padding: 0.5555555556rem;
	font-size: 1.1111111111rem;
	font-weight: 700;
	background-color: #3abfb0;
	color: #fff;
	border-radius: 10px;
	letter-spacing: -0.05em;
}
.subSpecial .repeatBgSection .bottomAr {
	margin-top: 5.5555555556rem;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) {
	display: flex;
	gap: 1.6666666667rem;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li {
	width: 25%;
	position: relative;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box {
	padding: 4.4444444444rem 0.5555555556rem;
	height: 280px;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box > span {
	font-size: 1.2222222222rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #3abfb0;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box > hr {
	width: 20px;
	margin: 0.8888888889rem auto;
	border-top: 3px solid #3abfb0;
	border-radius: 1.5px;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box p {
	font-size: 1.1111111111rem;
	letter-spacing: -0.05em;
	line-height: 1.4;
	text-wrap: balance;
}
.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	right: -44px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 60px;
	height: 60px;
	background: url('/assets/img/sub/r40/box_arrow.png') no-repeat center/cover;
}
.subSpecial .repeatBgSection .bottomAr .ver02 {
	display: flex;
	flex-direction: column;
	row-gap: 0.8888888889rem;
}
.subSpecial .repeatBgSection .bottomAr .ver02 li {
	display: flex;
	gap: 1.1111111111rem;
}
.subSpecial .repeatBgSection .bottomAr .ver02 li > h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	width: 244px;
	color: #fff;
	font-weight: 700;
	font-size: 1.3333333333rem;
	border-radius: 15px;
	border-top-left-radius: 0;
	background-color: #3abfb0;
}
.subSpecial .repeatBgSection .bottomAr .ver02 li > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.6666666667rem;
	padding: 1.4444444444rem 1.2222222222rem;
	height: 110px;
	width: calc(100% - 244px);
	border-radius: 15px;
	background-color: #fff;
}
.subSpecial .repeatBgSection .bottomAr .ver02 li > div p {
	line-height: 1.4;
}
.treatmentSeoGuide {
	margin: 4.4444444444rem auto 5.5555555556rem;
	padding: 2rem;
	border: 1px solid #dcebe8;
	background-color: #f7fbfa;
	color: #333;
}
.treatmentSeoGuide h3 {
	margin-bottom: 1rem;
	font-size: 1.5555555556rem;
	font-weight: 800;
	color: #2b8078;
}
.treatmentSeoGuide h4 {
	margin-top: 1.3333333333rem;
	font-size: 1.1111111111rem;
	font-weight: 800;
	color: #2b8078;
}
.treatmentSeoGuide p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	word-break: keep-all;
}
.treatmentSeoGuide p + p {
	margin-top: 0.6666666667rem;
}
.treatmentSeoGuide ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5555555556rem;
	margin-top: 1.3333333333rem;
}
.treatmentSeoGuide a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0.5555555556rem 1rem;
	border: 1px solid #3abfb0;
	color: #21756d;
	font-size: 0.9444444444rem;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}
.conditionQuickLinks ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.6666666667rem;
}
.conditionQuickLinks li {
	min-width: 0;
}
.conditionQuickLinks a {
	width: 100%;
	min-height: 4.4444444444rem;
	justify-content: center;
	flex-direction: column;
	gap: 0.3333333333rem;
	background-color: #fff;
	text-align: center;
}
.conditionQuickLinks a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.1111111111rem;
	padding: 0.1666666667rem 0.5rem;
	border-radius: 20px;
	background-color: #e9f6f3;
	color: #2b8078;
	font-size: 0.7777777778rem;
	font-weight: 800;
}
.conditionQuickLinks a:hover,
.conditionQuickLinks a:focus {
	background-color: #f7fbfa;
}
@media screen and (max-width: 1024px) {
	.conditionQuickLinks ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 640px) {
	.conditionQuickLinks ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 420px) {
	.conditionQuickLinks ul {
		grid-template-columns: 1fr;
	}
}
.subSpecial .repeatQna .subTitleAr .title {
	font-size: 2.6666666667rem;
	font-weight: 400;
}
.subSpecial .repeatQna .qnaUl {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2.7777777778rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 3.8888888889rem;
	padding-bottom: 2.7777777778rem;
}
.subSpecial .repeatQna .qnaUl li {
	width: 100%;
}
.subSpecial .repeatQna .qnaUl li > div {
	padding: 1.1111111111rem 2.3333333333rem;
	display: flex;
	align-items: center;
	gap: 1.4444444444rem;
	border-radius: 50px;
}
.subSpecial .repeatQna .qnaUl li > div > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 1.5555555556rem;
	font-weight: 700;
}
.subSpecial .repeatQna .qnaUl li > div > p {
	line-height: 1.5;
	font-size: 1.1111111111rem;
}
.subSpecial .repeatQna .qnaUl li > div.questionAr {
	margin-bottom: 1.1111111111rem;
	background-color: #2b8078;
	color: #fff;
}
.subSpecial .repeatQna .qnaUl li > div.questionAr > span {
	background-color: #fff;
	color: #2b8078;
}
.subSpecial .repeatQna .qnaUl li > div.answerAr {
	align-items: initial;
}
.subSpecial .repeatQna .qnaUl li > div.answerAr > span {
	background-color: #215175;
	color: #fff;
}
.subSpecial .repeatImgBoxSection {
	background: url('/assets/img/sub/r40/imgBox_bg.png') no-repeat center top;
}
.subSpecial .repeatImgBoxSection .inner > ul {
	display: flex;
	gap: 1.6666666667rem;
	justify-content: center;
}
.subSpecial .repeatImgBoxSection .inner > ul li {
	width: calc(33.3% - 15px);
}
.subSpecial .repeatImgBoxSection .inner > ul li .imgWrap img {
	width: 100%;
}
.subSpecial .repeatImgBoxSection .inner > ul li h3 {
	margin: 2.2222222222rem 0 1rem 0;
	font-size: 1.7777777778rem;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.subSpecial .repeatImgBoxSection .inner > ul li p {
	line-height: 1.4;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 1401px) {
	.subSpecial .repeatTopSection .circleUl {
		margin-top: 4.4444444444rem;
		gap: 5.5555555556rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl {
		gap: 1.6666666667rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li {
		width: calc(50% - 15px);
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr {
		padding: 2.7777777778rem 2.2222222222rem;
		height: 450px;
	}
	.subSpecial .noOkSection .imgTextUl {
		width: 72%;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > h3 {
		height: initial;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > div {
		height: initial;
	}
}
@media screen and (max-width: 1201px) {
	.subSpecial .repeatTopSection .circleUl {
		gap: 4.4444444444rem;
	}
	.subSpecial .repeatTopSection .circleUl li div img {
		width: 100%;
	}
	.subSpecial .repeatTopSection .doubleBoxUl {
		gap: 1.1111111111rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li {
		width: calc(50% - 10px);
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr {
		padding: 2.2222222222rem 1.6666666667rem;
		height: 450px;
	}
	.subSpecial .repeatTopSection .doubleBoxUl.height-low li .textAr {
		height: 300px;
	}
	.subSpecial .noOkSection .imgTextUl {
		width: 80%;
	}
	.subSpecial .repeatBgSection .topAr .textAr h3 {
		margin-bottom: 2.2222222222rem;
		font-size: 2.3333333333rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box {
		padding: 3.3333333333rem 0.5555555556rem;
		height: 280px;
	}
	.subSpecial .repeatImgBoxSection {
		background: url('/assets/img/sub/r40/imgBox_bg.png') no-repeat center -200px;
	}
	.subSpecial .repeatImgBoxSection .inner > ul {
		gap: 0.5555555556rem;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li {
		width: calc(33.3% - 5px);
	}
	.subSpecial .repeatImgBoxSection .inner > ul li h3 {
		margin: 1.6666666667rem 0 1rem 0;
		font-size: 1.4444444444rem;
	}
}
@media screen and (max-width: 1025px) {
	.subSpecial .repeatTopSection .titleAr h3 {
		font-size: 2.1111111111rem;
	}
	.subSpecial .repeatTopSection .titleAr hr {
		margin: 0.8333333333rem auto;
	}
	.subSpecial .repeatTopSection .titleAr .subText {
		line-height: 1.4;
	}
	.subSpecial .repeatTopSection .con-text {
		text-wrap: balance;
	}
	.subSpecial .repeatTopSection .circleUl {
		gap: 3.3333333333rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr {
		padding: 2.2222222222rem 1.6666666667rem;
		height: 400px;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr span {
		top: -20px;
		width: 40px;
		height: 40px;
		font-size: 1.1111111111rem;
	}
	.subSpecial .noOkSection .titleAr h3 {
		font-size: 2.1111111111rem;
	}
	.subSpecial .noOkSection .imgTextUl li > div {
		gap: 1.1111111111rem;
	}
	.subSpecial .noOkSection .imgTextUl li .textAr p {
		font-size: 1rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box {
		max-height: 220px;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li:not(:last-child)::after {
		right: -30px;
		width: 40px;
		height: 40px;
		background: url('/assets/img/sub/r40/box_arrow.png') no-repeat center/cover;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li {
		gap: 0.5555555556rem;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > h3 {
		width: 20%;
		padding: 0 10px;
		font-size: 1.1111111111rem;
		text-align: center;
		line-height: 1.4;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > div {
		width: 80%;
	}
	.treatmentSeoGuide {
		padding: 1.5555555556rem;
	}
	.subSpecial .repeatQna .subTitleAr .title {
		font-size: 2.1111111111rem;
	}
	.subSpecial .repeatQna .qnaUl {
		row-gap: 3.3333333333rem;
	}
	.subSpecial .repeatQna .qnaUl li > div {
		padding: 1.1111111111rem 1.6666666667rem;
	}
	.subSpecial .repeatQna .qnaUl li > div > span {
		width: 50px;
		min-width: 50px;
		height: 50px;
		font-size: 1.3333333333rem;
	}
	.subSpecial .repeatQna .qnaUl li > div > p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 868px) {
	.subSpecial .repeatBgSection .topAr > ul {
		width: 100%;
	}
	.subSpecial .repeatTopSection .titleAr h3 {
		font-size: 1.7777777778rem;
	}
	.subSpecial .repeatTopSection .titleAr .subText {
		font-size: 1.1111111111rem;
	}
	.subSpecial .repeatTopSection .con-text {
		font-size: 1rem;
	}
	.subSpecial .repeatTopSection .circleUl {
		flex-wrap: wrap;
		gap: 1.1111111111rem;
		margin-top: 1.1111111111rem;
	}
	.subSpecial .repeatTopSection .circleUl li {
		width: calc(50% - 40px);
	}
	.subSpecial .repeatTopSection .circleUl li div img {
		max-width: 140px;
	}
	.subSpecial .repeatTopSection .doubleBoxUl {
		margin-top: 3.3333333333rem;
		flex-direction: column;
		row-gap: 1.1111111111rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li {
		width: 100%;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr {
		padding: 2.2222222222rem 1.6666666667rem;
		height: initial;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr h4 {
		margin-bottom: 0.7777777778rem;
		font-size: 1.4444444444rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr p.bold {
		margin-bottom: 0.7777777778rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl li .textAr span {
		top: -20px;
		width: 40px;
		height: 40px;
		font-size: 1.1111111111rem;
	}
	.subSpecial .repeatTopSection .doubleBoxUl.height-low li .textAr {
		height: initial;
	}
	.subSpecial .noOkSection {
		padding: 5.5555555556rem 0;
	}
	.subSpecial .noOkSection .imgTextUl {
		width: 100%;
	}
	.subSpecial .noOkSection .imgTextUl li > div {
		max-height: 105px;
	}
	.subSpecial .noOkSection .imgTextUl li > div > img {
		max-width: 110px;
		left: -11px;
	}
	.subSpecial .noOkSection .imgTextUl li .badge {
		font-size: 1rem;
	}
	.subSpecial .repeatBgSection {
		padding: 4.4444444444rem 0;
	}
	.subSpecial .repeatBgSection .topAr {
		flex-direction: column;
		row-gap: 1.6666666667rem;
	}
	.subSpecial .repeatBgSection .topAr .textAr .eng {
		margin-bottom: 0.5555555556rem;
	}
	.subSpecial .repeatBgSection .topAr .textAr h3 {
		margin-bottom: 1.1111111111rem;
	}
	.subSpecial .repeatBgSection .bottomAr {
		margin-top: 1.6666666667rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) {
		flex-direction: column;
		row-gap: 1.1111111111rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li {
		width: 100%;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box {
		padding: 1.6666666667rem 10px;
		height: initial;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box > span {
		font-size: 1rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box > hr {
		margin: 0.5555555556rem auto;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li .box p {
		font-size: 0.8888888889rem;
	}
	.subSpecial .repeatBgSection .bottomAr ul:not(.ver02) li:not(:last-child)::after {
		display: none;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > h3 {
		font-size: 1rem;
	}
	.subSpecial .repeatBgSection .bottomAr .ver02 li > div p {
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 650px) {
	.subSpecial .repeatTopSection .circleUl li {
		width: calc(50% - 10px);
	}
	.subSpecial .repeatTopSection .circleUl li div img {
		max-width: 120px;
	}
	.subSpecial .noOkSection {
		padding: 3.3333333333rem 0;
	}
	.subSpecial .noOkSection .titleAr > img {
		max-width: 200px;
	}
	.subSpecial .noOkSection .titleAr h3 {
		font-size: 1.5555555556rem;
		line-height: 1.4;
	}
	.subSpecial .noOkSection .imgTextUl {
		margin-top: 1.1111111111rem;
	}
	.subSpecial .noOkSection .imgTextUl li > div {
		max-height: initial;
		gap: 10px;
		border-radius: 0;
	}
	.subSpecial .noOkSection .imgTextUl li > div .textAr {
		padding: 0.5555555556rem;
	}
	.subSpecial .noOkSection .imgTextUl li > div > img {
		position: initial;
		max-width: 70px;
	}
	.subSpecial .repeatBgSection {
		padding: 2.2222222222rem 0;
	}
	.subSpecial .repeatBgSection .topAr .textAr h3 {
		font-size: 1.5555555556rem;
	}
	.subSpecial .repeatBgSection .topAr > ul li p {
		line-height: 1.4;
	}
	.treatmentSeoGuide {
		margin: 3.3333333333rem auto 4.4444444444rem;
		padding: 1.3333333333rem;
	}
	.treatmentSeoGuide h3 {
		font-size: 1.3333333333rem;
	}
	.treatmentSeoGuide h4 {
		font-size: 1rem;
	}
	.treatmentSeoGuide a {
		width: 100%;
		justify-content: center;
	}
	.subSpecial .repeatQna {
		padding-bottom: 0;
	}
	.subSpecial .repeatQna .subTitleAr .title {
		font-size: 1.5555555556rem;
	}
	.subSpecial .repeatQna .qnaUl {
		row-gap: 2.2222222222rem;
		margin-top: 1.6666666667rem;
	}
	.subSpecial .repeatQna .qnaUl li > div {
		padding: 0.7777777778rem 1.1111111111rem;
	}
	.subSpecial .repeatQna .qnaUl li > div > span {
		width: 40px;
		min-width: 40px;
		height: 40px;
		font-size: 1.2222222222rem;
	}
	.subSpecial .repeatQna .qnaUl li > div > p {
		font-size: 0.8888888889rem;
	}
	.subSpecial .repeatImgBoxSection {
		background: url('/assets/img/sub/r40/imgBox_bg.png') no-repeat center -350px;
	}
	.subSpecial .repeatImgBoxSection .inner > ul {
		flex-wrap: wrap;
		row-gap: 1.6666666667rem;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li {
		width: 100%;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li .imgWrap {
		height: 200px;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li .imgWrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li h3 {
		margin: 1.1111111111rem 0 8px 0;
		font-size: 1.1111111111rem;
	}
	.subSpecial .repeatImgBoxSection .inner > ul li p {
		font-size: 0.8888888889rem;
	}
}
.imgTextUl02 {
	margin-top: 5.5555555556rem;
}
.imgTextUl02 li {
	display: flex;
	gap: 3.3333333333rem;
}
.imgTextUl02 li > div {
	width: 50%;
}
.imgTextUl02 li .imgAr img {
	display: block;
	width: 100%;
}
.imgTextUl02 li .txtAr {
	display: flex;
	flex-direction: column;
	padding-left: 1.6666666667rem;
	padding-top: 5.5555555556rem;
}
.imgTextUl02 li .txtAr h4 {
	margin-bottom: 1.3333333333rem;
	color: #3abfb0;
	font-size: 1.7777777778rem;
	font-weight: 700;
}
.imgTextUl02 li .txtAr p {
	font-size: 1.1111111111rem;
	line-height: 1.4;
}
.imgTextUl02 li .txtAr .color-grey {
	color: #666;
}
.imgTextUl02 li:not(:last-child) {
	margin-bottom: 5.5555555556rem;
}
.imgTextUl02 li .flexAr {
	display: flex;
	flex-direction: column;
}
.imgTextUl02 li .roundedUl {
	margin-top: 1.8888888889rem;
	padding-left: 1.6666666667rem;
	display: flex;
	gap: 10px;
}
.imgTextUl02 li .roundedUl li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.4444444444rem;
	height: 70px;
	color: #fff;
	background-color: #2b8078;
	border-radius: 35px;
	text-align: center;
	line-height: 1.4;
}
.imgTextUl02 li .iconUl {
	margin-top: 1.6666666667rem;
	padding-left: 1.6666666667rem;
}
.imgTextUl02 li .iconUl li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.imgTextUl02 li .iconUl li p {
	letter-spacing: -0.05em;
}
.imgTextUl02 li .iconUl li p b {
	font-weight: 700;
}
.imgTextUl02 li .iconUl li:not(:last-child) {
	margin-bottom: 0.6666666667rem;
}

@media screen and (max-width: 1401px) {
	.imgTextUl02 li {
		gap: 2.2222222222rem;
	}
	.imgTextUl02 li .txtAr {
		padding-left: 1.6666666667rem;
		padding-top: 4.4444444444rem;
	}
}
@media screen and (max-width: 1201px) {
	.imgTextUl02 {
		margin-top: 4.4444444444rem;
	}
	.imgTextUl02 li {
		gap: 2.2222222222rem;
	}
	.imgTextUl02 li .txtAr {
		padding-left: 1.6666666667rem;
		padding-top: 2.7777777778rem;
	}
	.imgTextUl02 li .txtAr h4 {
		margin-bottom: 1.1111111111rem;
		font-size: 1.5555555556rem;
	}
	.imgTextUl02 li .txtAr p {
		font-size: 1rem;
	}
	.imgTextUl02 li:not(:last-child) {
		margin-bottom: 4.4444444444rem;
	}
	.imgTextUl02 li .roundedUl {
		margin-top: 1.6666666667rem;
	}
	.imgTextUl02 li .roundedUl li {
		padding: 4px 0.5555555556rem;
		width: calc(25% - 5px);
		font-size: 0.8888888889rem;
		border-radius: 5px;
	}
}
@media screen and (max-width: 868px) {
	.imgTextUl02 {
		margin-top: 3.3333333333rem;
	}
	.imgTextUl02 > li {
		flex-direction: column;
		gap: 1.1111111111rem;
	}
	.imgTextUl02 > li > div {
		width: 100%;
	}
	.imgTextUl02 > li .txtAr {
		padding-top: 1.6666666667rem;
	}
	.imgTextUl02 > li .txtAr h4 {
		margin-bottom: 0.8888888889rem;
		font-size: 1.4444444444rem;
	}
	.imgTextUl02 > li:not(:last-child) {
		margin-bottom: 3.3333333333rem;
	}
	.imgTextUl02 > li:nth-child(2n) {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 650px) {
	.imgTextUl02 {
		margin-top: 2.2222222222rem;
	}
	.imgTextUl02 li .txtAr {
		padding-top: 0;
		padding-left: 0;
	}
	.imgTextUl02 li .txtAr h4 {
		font-size: 1.3333333333rem;
	}
	.imgTextUl02 li .txtAr p {
		font-size: 0.8888888889rem;
	}
	.imgTextUl02 li:not(:last-child) {
		margin-bottom: 2.2222222222rem;
	}
	.imgTextUl02 li .roundedUl {
		margin-top: 1.1111111111rem;
		padding-left: 0;
	}
	.imgTextUl02 li .roundedUl li {
		padding: 0 1.4444444444rem;
		height: 60px;
		font-size: 0.8888888889rem;
	}
	.imgTextUl02 li .iconUl {
		padding-left: 0;
	}
	.imgTextUl02 li .iconUl li > img {
		max-width: 14px;
	}
}

.nshSpineCenterHero {
	margin-top: 3.3333333333rem;
	margin-bottom: 2.2222222222rem;
	padding: 3.1111111111rem;
	border-radius: 0.4444444444rem;
	background: linear-gradient(135deg, #10283d 0%, #174657 100%);
	color: #fff;
}

.nshSpineCenterBody .header.subPage .headerTop .header__logo img {
	filter: none;
}

.nshSpineCenterHero__eyebrow,
.nshSpineCenterHead > p,
.nshSpineCenterFeature__eyebrow {
	margin: 0 0 0.5555555556rem;
	color: #8fe1d1;
	font-size: 0.8333333333rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nshSpineCenterHero h1,
.nshSpineCenterHero h3 {
	margin: 0;
	color: #fff;
	font-size: 2.4444444444rem;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.nshSpineCenterHero strong {
	display: block;
	margin-top: 0.7777777778rem;
	color: #dfc486;
	font-size: 1.2222222222rem;
	line-height: 1.5;
	font-weight: 800;
}

.nshSpineCenterHero > p:last-child {
	max-width: 56rem;
	margin-top: 1.1111111111rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.8;
}

.nshSpineCenterSection {
	margin-top: 3.3333333333rem;
	margin-bottom: 3.3333333333rem;
}

.nshSpineCenterHead {
	margin-bottom: 1.3333333333rem;
}

.nshSpineCenterHead h2,
.nshSpineCenterHead h3,
.nshSpineCenterFeature h2,
.nshSpineCenterFeature h3 {
	margin: 0;
	color: #10283d;
	font-size: 1.7777777778rem;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0;
}

.nshSpineCenterLead {
	margin: -0.4444444444rem 0 1.3333333333rem;
	color: #425967;
	font-size: 1rem;
	line-height: 1.75;
}

.nshSpineCenterNotice {
	margin: -0.5555555556rem 0 1.6666666667rem;
	padding: 1rem 1.1111111111rem;
	border-left: 4px solid #3abfb0;
	background: #f5fbfa;
	color: #203846;
	font-size: 0.9444444444rem;
	line-height: 1.7;
}

.nshSpineCenterLinkGroup {
	margin-top: 1.6666666667rem;
}

.nshSpineCenterLinkGroup h3 {
	margin: 0 0 0.7777777778rem;
	color: #10283d;
	font-size: 1.1111111111rem;
	line-height: 1.4;
	font-weight: 800;
	letter-spacing: 0;
}

.nshSpineCenterGrid,
.nshSpineCenterLinkGrid,
.nshSpineCenterDoctors,
.nshSpineCenterProcess {
	display: grid;
	gap: 0.8888888889rem;
}

.nshSpineCenterGrid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nshSpineCenterGrid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshSpineCenterGrid li,
.nshSpineCenterDoctors li,
.nshSpineCenterProcess li {
	padding: 1.3333333333rem;
	border: 1px solid #dce9e7;
	border-radius: 0.4444444444rem;
	background: #fff;
}

.nshSpineCenterGrid strong,
.nshSpineCenterDoctors strong {
	display: block;
	color: #10283d;
	font-size: 1.0555555556rem;
	line-height: 1.45;
	font-weight: 800;
}

.nshSpineCenterGrid p,
.nshSpineCenterDoctors p {
	margin-top: 0.5555555556rem;
	color: #506573;
	font-size: 0.9444444444rem;
	line-height: 1.7;
}

.nshSpineCenterLinkGrid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshSpineCenterLinkGrid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshSpineCenterLinkGrid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8888888889rem;
	min-height: 4rem;
	padding: 1rem 1.1111111111rem;
	border: 1px solid #d7e6e3;
	border-radius: 0.4444444444rem;
	background: #fff;
	color: #10283d;
	font-size: 1rem;
	font-weight: 800;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.nshSpineCenterLinkGrid a:hover,
.nshSpineCenterLinkGrid a:focus {
	border-color: #3abfb0;
	background: #f5fbfa;
	color: #2b8078;
}

.nshSpineCenterLinkGrid span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.7777777778rem;
	height: 1.5555555556rem;
	padding: 0 0.5555555556rem;
	border-radius: 999px;
	background: #e9f7f5;
	color: #2b8078;
	font-size: 0.7777777778rem;
	font-weight: 800;
}

.nshSpineCenterFeature {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
	gap: 1.6666666667rem;
	align-items: center;
	margin-top: 3.3333333333rem;
	margin-bottom: 3.3333333333rem;
	padding: 2rem;
	border-radius: 0.4444444444rem;
	background: #f5fbfa;
}

.nshSpineCenterFeature p:not(.nshSpineCenterFeature__eyebrow) {
	margin-top: 0.8888888889rem;
	color: #425967;
	font-size: 1rem;
	line-height: 1.75;
}

.nshSpineCenterFeature ul {
	display: grid;
	gap: 0.5555555556rem;
}

.nshSpineCenterFeature li {
	padding: 0.7777777778rem 0.8888888889rem;
	border-left: 3px solid #3abfb0;
	background: #fff;
	color: #203846;
	font-weight: 800;
	line-height: 1.45;
}

.nshSpineCenterDoctors {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nshSpineCenterDoctors a {
	display: block;
	height: 100%;
}

.nshSpineCenterDoctors span {
	display: block;
	margin-top: 0.3333333333rem;
	color: #2b8078;
	font-size: 0.9444444444rem;
	font-weight: 800;
}

.nshSpineCenterProcess {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-bottom: 1.3333333333rem;
}

.nshSpineCenterProcess li {
	display: flex;
	flex-direction: column;
	gap: 0.5555555556rem;
	min-height: 7rem;
	color: #10283d;
	font-weight: 800;
	line-height: 1.45;
}

.nshSpineCenterProcess span {
	color: #3abfb0;
	font-size: 0.8888888889rem;
	font-weight: 900;
}

.nshAdvancedSpineHero {
	margin-top: 3.3333333333rem;
	margin-bottom: 2.2222222222rem;
	padding: 3.1111111111rem;
	border-radius: 0.4444444444rem;
	background: linear-gradient(135deg, #10283d 0%, #174657 100%);
	color: #fff;
}

.nshAdvancedSpineHero__eyebrow,
.nshAdvancedSpineHead > p,
.nshAdvancedSpineFeature__eyebrow {
	margin: 0 0 0.5555555556rem;
	color: #8fe1d1;
	font-size: 0.8333333333rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nshAdvancedSpineHero h1 {
	margin: 0;
	color: #fff;
	font-size: 2.4444444444rem;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.nshAdvancedSpineHero strong {
	display: block;
	margin-top: 0.7777777778rem;
	color: #dfc486;
	font-size: 1.2222222222rem;
	line-height: 1.5;
	font-weight: 800;
}

.nshAdvancedSpineHero > p:last-child {
	max-width: 58rem;
	margin-top: 1.1111111111rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.8;
}

.nshAdvancedSpineSection,
.nshAdvancedSpineFeature {
	margin-top: 3.3333333333rem;
	margin-bottom: 3.3333333333rem;
}

.nshAdvancedSpineHead {
	margin-bottom: 1.3333333333rem;
}

.nshAdvancedSpineHead h2,
.nshAdvancedSpineFeature h2 {
	margin: 0;
	color: #10283d;
	font-size: 1.7777777778rem;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0;
}

.nshAdvancedSpineLead {
	margin: -0.4444444444rem 0 1.3333333333rem;
	color: #425967;
	font-size: 1rem;
	line-height: 1.75;
}

.nshAdvancedSpineNotice {
	margin-top: 1.1111111111rem;
	padding: 1rem 1.1111111111rem;
	border-left: 4px solid #3abfb0;
	background: #f5fbfa;
	color: #203846;
	font-size: 0.9444444444rem;
	line-height: 1.7;
}

.nshAdvancedSpineGrid,
.nshAdvancedSpineLinkGrid,
.nshAdvancedSpineProcess {
	display: grid;
	gap: 0.8888888889rem;
}

.nshAdvancedSpineGrid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshAdvancedSpineGrid li,
.nshAdvancedSpineProcess li {
	padding: 1.3333333333rem;
	border: 1px solid #dce9e7;
	border-radius: 0.4444444444rem;
	background: #fff;
}

.nshAdvancedSpineGrid strong {
	display: block;
	color: #10283d;
	font-size: 1.0555555556rem;
	line-height: 1.45;
	font-weight: 800;
}

.nshAdvancedSpineGrid p {
	margin-top: 0.5555555556rem;
	color: #506573;
	font-size: 0.9444444444rem;
	line-height: 1.7;
}

.nshAdvancedSpineLinkGrid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshAdvancedSpineLinkGrid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nshAdvancedSpineLinkGrid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8888888889rem;
	min-height: 4rem;
	padding: 1rem 1.1111111111rem;
	border: 1px solid #d7e6e3;
	border-radius: 0.4444444444rem;
	background: #fff;
	color: #10283d;
	font-size: 1rem;
	font-weight: 800;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.nshAdvancedSpineLinkGrid a:hover,
.nshAdvancedSpineLinkGrid a:focus,
.nshAdvancedSpineExternal:hover,
.nshAdvancedSpineExternal:focus {
	border-color: #3abfb0;
	background: #f5fbfa;
	color: #2b8078;
}

.nshAdvancedSpineLinkGrid span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.7777777778rem;
	height: 1.5555555556rem;
	padding: 0 0.5555555556rem;
	border-radius: 999px;
	background: #e9f7f5;
	color: #2b8078;
	font-size: 0.7777777778rem;
	font-weight: 800;
}

.nshAdvancedSpineProcess {
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin-bottom: 1.3333333333rem;
}

.nshAdvancedSpineProcess li {
	display: flex;
	flex-direction: column;
	gap: 0.5555555556rem;
	min-height: 7rem;
	color: #10283d;
	font-weight: 800;
	line-height: 1.45;
}

.nshAdvancedSpineProcess span {
	color: #3abfb0;
	font-size: 0.8888888889rem;
	font-weight: 900;
}

.nshAdvancedSpineFeature {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
	gap: 1.6666666667rem;
	align-items: center;
	padding: 2rem;
	border-radius: 0.4444444444rem;
	background: #f5fbfa;
}

.nshAdvancedSpineFeature p:not(.nshAdvancedSpineFeature__eyebrow) {
	margin-top: 0.8888888889rem;
	color: #425967;
	font-size: 1rem;
	line-height: 1.75;
}

.nshAdvancedSpineFeature ul {
	display: grid;
	gap: 0.5555555556rem;
}

.nshAdvancedSpineFeature li {
	padding: 0.7777777778rem 0.8888888889rem;
	border-left: 3px solid #3abfb0;
	background: #fff;
	color: #203846;
	font-weight: 800;
	line-height: 1.45;
}

.nshAdvancedSpineExternal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0 1.1111111111rem;
	border: 1px solid #d7e6e3;
	border-radius: 0.4444444444rem;
	background: #fff;
	color: #10283d;
	font-size: 0.9444444444rem;
	font-weight: 800;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.nshSubCta {
	margin-top: 3.3333333333rem;
	margin-bottom: 3.3333333333rem;
}

.nshSubCta__guide {
	margin-bottom: 1.1111111111rem;
	padding: 1.1111111111rem 1.3333333333rem;
	border-left: 4px solid #3abfb0;
	background: #f5fbfa;
	color: #203846;
	font-size: 1.0555555556rem;
	line-height: 1.7;
}

.nshSubCta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 18.8888888889rem;
	gap: 1.6666666667rem;
	align-items: center;
	padding: 2rem;
	border-radius: 0.4444444444rem;
	background: linear-gradient(135deg, #10283d, #163f4a);
	color: #fff;
}

.nshSubCta__text h2,
.nshSubCta__text h3 {
	margin: 0;
	color: #fff;
	font-size: 1.7777777778rem;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0;
}

.nshSubCta__text p {
	margin-top: 0.8888888889rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.75;
}

.nshSubCta__text .nshSubCta__note {
	color: #dfc486;
	font-size: 0.9444444444rem;
}

.nshSubCta__buttons {
	display: grid;
	gap: 0.6666666667rem;
}

.nshSubCta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1111111111rem;
	padding: 0 1.1111111111rem;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 0.4444444444rem;
	color: #fff;
	font-size: 0.9444444444rem;
	font-weight: 800;
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nshSubCta__button:hover {
	border-color: #8fe1d1;
	background: rgba(143, 225, 209, 0.14);
	color: #fff;
}

.nshSubCta__button:first-child,
.nshSubCta__mobileCall {
	border-color: #8fe1d1;
	background: #8fe1d1;
	color: #10283d;
}

.nshSubCta__button:first-child:hover,
.nshSubCta__mobileCall:hover {
	border-color: #dfc486;
	background: #dfc486;
	color: #10283d;
}

.nshSubCta__mobileCall {
	display: none;
}

.nshSubGuide {
	margin-top: 1.3333333333rem;
	padding: 1.3333333333rem;
	border: 1px solid #dce9e7;
	border-radius: 0.4444444444rem;
	background: #fff;
}

.nshSubGuide h3 {
	margin: 0 0 0.8888888889rem;
	color: #10283d;
	font-size: 1.1111111111rem;
	font-weight: 800;
}

.nshSubGuide ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5555555556rem;
}

.nshSubGuide a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5555555556rem;
	padding: 0.4444444444rem 0.7777777778rem;
	border: 1px solid #d7e6e3;
	border-radius: 0.3333333333rem;
	color: #203846;
	font-size: 0.8888888889rem;
	font-weight: 700;
	text-align: center;
}

.nshSubGuide a:hover,
.nshSubGuide a:focus {
	border-color: #3abfb0;
	color: #2b8078;
}

@media screen and (max-width: 868px) {
	.nshSpineCenterHero {
		margin-top: 2.2222222222rem;
		padding: 1.6666666667rem;
	}
	.nshSpineCenterHero h1,
	.nshSpineCenterHero h3 {
		font-size: 1.8888888889rem;
	}
	.nshSpineCenterHero strong {
		font-size: 1.0555555556rem;
	}
	.nshSpineCenterHero > p:last-child,
	.nshSpineCenterLead,
	.nshSpineCenterNotice,
	.nshSpineCenterFeature p:not(.nshSpineCenterFeature__eyebrow) {
		font-size: 0.9444444444rem;
	}
	.nshSpineCenterSection,
	.nshSpineCenterFeature {
		margin-top: 2.2222222222rem;
		margin-bottom: 2.2222222222rem;
	}
	.nshSpineCenterHead h2,
	.nshSpineCenterHead h3,
	.nshSpineCenterFeature h2,
	.nshSpineCenterFeature h3 {
		font-size: 1.4444444444rem;
	}
	.nshSpineCenterGrid--four,
	.nshSpineCenterGrid--three,
	.nshSpineCenterLinkGrid,
	.nshSpineCenterLinkGrid--three,
	.nshSpineCenterDoctors,
	.nshSpineCenterProcess,
	.nshSpineCenterFeature {
		grid-template-columns: 1fr;
	}
	.nshSpineCenterGrid li,
	.nshSpineCenterDoctors li,
	.nshSpineCenterProcess li {
		padding: 1.1111111111rem;
	}
	.nshSpineCenterLinkGrid a {
		min-height: 3.3333333333rem;
		font-size: 0.9444444444rem;
	}
	.nshSpineCenterProcess li {
		min-height: auto;
	}
	.nshSubCta {
		margin-top: 2.2222222222rem;
		margin-bottom: 5.5555555556rem;
	}
	.nshAdvancedSpineHero {
		margin-top: 2.2222222222rem;
		padding: 1.6666666667rem;
	}
	.nshAdvancedSpineHero h1 {
		font-size: 1.8888888889rem;
	}
	.nshAdvancedSpineHero strong {
		font-size: 1.0555555556rem;
	}
	.nshAdvancedSpineHero > p:last-child,
	.nshAdvancedSpineLead,
	.nshAdvancedSpineNotice,
	.nshAdvancedSpineFeature p:not(.nshAdvancedSpineFeature__eyebrow) {
		font-size: 0.9444444444rem;
	}
	.nshAdvancedSpineSection,
	.nshAdvancedSpineFeature {
		margin-top: 2.2222222222rem;
		margin-bottom: 2.2222222222rem;
	}
	.nshAdvancedSpineHead h2,
	.nshAdvancedSpineFeature h2 {
		font-size: 1.4444444444rem;
	}
	.nshAdvancedSpineGrid--three,
	.nshAdvancedSpineLinkGrid,
	.nshAdvancedSpineLinkGrid--three,
	.nshAdvancedSpineProcess,
	.nshAdvancedSpineFeature {
		grid-template-columns: 1fr;
	}
	.nshAdvancedSpineGrid li,
	.nshAdvancedSpineProcess li {
		padding: 1.1111111111rem;
	}
	.nshAdvancedSpineLinkGrid a {
		min-height: 3.3333333333rem;
		font-size: 0.9444444444rem;
	}
	.nshAdvancedSpineProcess li {
		min-height: auto;
	}
	.nshSubCta__box {
		grid-template-columns: 1fr;
		padding: 1.3333333333rem;
	}
	.nshSubCta__text h2,
	.nshSubCta__text h3 {
		font-size: 1.4444444444rem;
	}
	.nshSubCta__guide,
	.nshSubCta__text p {
		font-size: 0.9444444444rem;
	}
	.nshSubCta__buttons {
		grid-template-columns: 1fr;
	}
	.nshSubCta__desktopCall {
		display: none;
	}
	.nshSubCta__mobileCall {
		display: inline-flex;
	}
	.nshSubGuide ul {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 96px;
	}
	.quick {
		position: fixed;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		z-index: 9999;
		box-sizing: border-box;
		border-radius: 0;
		overflow: hidden;
		padding: 0 0 env(safe-area-inset-bottom);
		background: rgba(15, 38, 57, 0.94);
	}
	.quick ul {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		align-items: stretch;
		justify-content: stretch;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.quick ul li {
		display: block;
		width: auto;
		min-width: 0;
		margin: 0;
		text-align: center;
	}
	.quick ul li:nth-child(3),
	.quick ul li:nth-child(7) {
		display: none;
	}
	.quick ul li:nth-child(1),
	.quick ul li:nth-child(2),
	.quick ul li:nth-child(4),
	.quick ul li:nth-child(5),
	.quick ul li:nth-child(6) {
		display: block;
	}
	.quick ul li > a,
	.quick ul li:hover > a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: 0;
		min-height: 70px;
		height: auto;
		padding: 8px 2px;
		border-radius: 0;
		gap: 4px;
		box-sizing: border-box;
		background: transparent;
	}
	.quick ul li > a > p,
	.quick ul li:hover > a > p {
		display: block;
		margin: 0;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		word-break: keep-all;
	}
	.quick ul li a .imgWrap {
		max-height: 24px;
	}
	.quick ul li a .imgWrap > img {
		width: auto;
		max-width: 24px;
		height: auto;
		max-height: 24px;
	}
	.nshSubCta,
	.nshSubGuide,
	.conditionQuickLinks,
	.subMap .kakaoMap,
	.subMap .mapInfoSummary:last-child,
	.subMap .waySection,
	.repeatMap,
	.repeatMap .positionWrap,
	.repeatMap .kakaoMap,
	.subRepeatBottom,
	.subRepeatBottom .mapWrap,
	.subRepeatBottom .kakaoMap,
	article > section:last-child,
	.subContent > section:last-child {
		margin-bottom: 6.6666666667rem;
	}
}


/* TEO 2026-05-29: restored full sub.css with mobile quick 5-item layout */
/*# sourceMappingURL=sub.css.map */

@media screen and (max-width: 768px) {
	/* TEO_MOBILE_SUB_LINK_UI_PATCH */
	.conditionQuickLinks a,
	.nshSubCta__button,
	.nshSpineCenterLinkGrid a,
	.nshAdvancedSpineLinkGrid a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.4444444444rem;
		width: 100%;
		min-height: 2.4444444444rem;
		padding: 0.6666666667rem 0.8888888889rem;
		border: 1px solid #d9e2e7;
		border-radius: 0.8888888889rem;
		background: #fff;
		color: #10283d !important;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		box-shadow: 0 0.4444444444rem 1.1111111111rem rgba(16, 40, 61, 0.06);
	}

	.conditionQuickLinks a:hover,
	.conditionQuickLinks a:focus,
	.nshSubCta__button:hover,
	.nshSubCta__button:focus,
	.nshSpineCenterLinkGrid a:hover,
	.nshSpineCenterLinkGrid a:focus,
	.nshAdvancedSpineLinkGrid a:hover,
	.nshAdvancedSpineLinkGrid a:focus {
		border-color: #b8ddd5;
		background: #f1fbf9;
		color: #245f55 !important;
	}

	.conditionQuickLinks ul,
	.nshSpineCenterLinkGrid,
	.nshAdvancedSpineLinkGrid,
	.nshSubCta__buttons {
		gap: 0.7777777778rem;
	}

	/* TEO_MOBILE_BREADCRUMB_HIDE_FIX */
	nav.treatmentSeoGuide[aria-label="breadcrumb"],
	nav.mapInfoSummary[aria-label="breadcrumb"] {
		display: none !important;
	}

	/* TEO_MOBILE_SUB_BREADCRUMB_FIX */
	.nshSubGuide {
		font-size: 0.7222222222rem;
		line-height: 1.6;
	}

	.nshSubGuide a {
		display: inline !important;
		min-height: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #2b7366 !important;
		font-weight: 600 !important;
		text-decoration: none;
	}

	.nshSubGuide a:hover,
	.nshSubGuide a:focus {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #245f55 !important;
		text-decoration: underline;
	}

	.nshDesignScope .roundedUl li {
		min-height: 2rem !important;
		padding: 0.3888888889rem 0.6666666667rem !important;
		border: 1px solid #b8ddd5 !important;
		border-radius: 0.7777777778rem !important;
		background: #f5faf8 !important;
		color: #2b7366 !important;
		font-size: 0.8333333333rem !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
		box-shadow: none !important;
	}
}
