@font-face {
	font-family: "Jeju Gothic";
	src:
		url("./fonts/JejuGothic.ttf") format("truetype"),
		url("./fonts/JejuGothicOTF.otf") format("opentype");
	font-weight: 400;
	font-style: 400;
}
body {
	letter-spacing: -0.05em;
	font-family: "Jeju Gothic", sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body strong,
body p,
body a,
body span,
body button,
body li {
	font-family: "Jeju Gothic", sans-serif !important;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.img__box img {
	width: 100%;
	height: 100%;
}
#container {
	max-width: 2000px;
	margin: 0 auto;
}
.sec__inner {
	max-width: 1400px;
	margin: 0 auto;
}
.sec__tit__span {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 16px;
	color: #d7d7d7;
}
.sec__tit__span.w {
	color: #fff;
}
.sec__tit__h2 {
	margin-bottom: 16px;
	font-size: 42px;
	line-height: 42px;
}
.sec__tit__h2 span {
	color: #ef7c1b;
}
.sec__tit__h2.w {
	color: #fff;
}
.sec__tit__p {
	font-size: 16px;
	color: dimgray;
}
.sec__tit__p.w {
	color: #f7f2ee;
}
.ani__bottom {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}
.ani__bottom.ani__on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}
.ani__left {
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
.ani__left.ani__on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
}
.ani__right {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
.ani__right.ani__on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
}
#hd {
	max-width: unset;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#hd .hd__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	height: 120px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#hd .hd__inner .hd__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
#hd .hd__inner .hd__left .logo {
	padding: 0;
}
#hd .hd__inner .hd__left .logo > a {
	margin: 0;
	width: 270px;
	height: 50px;
	background: url(../img/logo/logo.svg) no-repeat center center/contain;
}
#hd .hd__inner .hd__right .gnb {
	position: unset;
	margin: 0;
	height: unset;
}
#hd .hd__inner .hd__right .gnb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 60px;
}
#hd .hd__inner .hd__right .gnb ul li {
	margin: 0;
	float: unset;
	-webkit-transition: none;
	transition: none;
}
#hd .hd__inner .hd__right .gnb ul li a {
	white-space: nowrap;
	font-size: 18px;
	line-height: 120px;
}
#hd.on {
	border-bottom: 1px solid #ddd;
}
#hd.on .hd__inner {
	height: 100px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.landing__wrap .sec {
	overflow: hidden;
	padding: 100px 0;
}
.landing__wrap .sec01 {
	position: relative;
	padding: 0;
}
.landing__wrap .sec01 .sec01__slide__wrap .sec01__slide .sec__visual__itm {
	height: 1000px;
}
.landing__wrap .sec01 .sec01__slide__wrap .sec01__slide .sec__visual__itm img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.landing__wrap .sec01 .sec01__slide__page {
	left: 50%;
	bottom: 50px;
	max-width: 1200px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 14px;
}
.landing__wrap .sec01 .sec01__slide__page .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
.landing__wrap .sec01 .sec01__slide__page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ef7c1b;
}
.landing__wrap .sec01 img {
	max-width: 100%;
}
.landing__wrap .sec02 .sec02__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec02 .sec02__top .sec__tit {
	margin-bottom: 40px;
}
.landing__wrap .sec02 .sec02__top .sec__tit .sec02__icon__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	margin-bottom: 16px;
}
.landing__wrap .sec02 .sec02__top .sec__tit .sec02__icon__box span {
	margin-bottom: 0;
}
.landing__wrap .sec02 .sec02__top .sec02__link__box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 24px;
	gap: 12px;
	height: 44px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	border-radius: 22px;
	background: #ef1b1b;
}
.landing__wrap .sec02 .sec02__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	max-height: 518px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__left {
	aspect-ratio: 16/9;
	max-width: 920px;
	width: 100%;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__left .sec02__yt__frame {
	width: 100%;
	height: 100%;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right {
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 465px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 12px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 445px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 12px;
	border: 0;
	width: 100%;
	gap: 16px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li .sec02__yt__img__box {
	aspect-ratio: 16/9;
	max-width: 180px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 180px;
	flex: 1 0 180px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li .sec02__yt__img__box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li .sec02__yt__txt__box {
	max-width: 220px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li .sec02__yt__txt__box strong {
	display: block;
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li .sec02__yt__txt__box .tags {
	font-size: 16px;
	line-height: 16px;
	color: #a7a7a7;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li.on {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #fcede1;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right .sec02__yt__list > li:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #fcede1;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right::-webkit-scrollbar {
	background: #ebebeb;
	width: 8px;
	border-radius: 4px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right::-webkit-scrollbar-track {
	background: #ebebeb;
	border-radius: 4px;
}
.landing__wrap .sec02 .sec02__bottom .sec02__bottom__right::-webkit-scrollbar-thumb {
	background: #e0aa7d;
	border-radius: 4px;
}
.landing__wrap .sec03 {
	position: relative;
	background: #ef7c1b;
}
.landing__wrap .sec03::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	opacity: 0.05;
	height: 22.1354vw;
	background: url(../img/main_test/sec03__bg.svg) no-repeat center center/cover;
}
.landing__wrap .sec03 .sec03__top {
	max-width: 1400px;
	margin: 0 auto 48px auto;
}
.landing__wrap .sec03 .sec03__top .sec__tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing__wrap .sec03 .sec03__top .sec__tit .sec__tit__span {
	color: #ffb06e;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap {
	position: relative;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide {
	margin-bottom: 60px;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide .sec__interior__itm {
	max-width: 840px;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide .sec__interior__itm .sec__interior__itm__img__box {
	margin-bottom: 10px;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide .sec__interior__itm .sec__interior__itm__img__box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 30px;
	overflow: hidden;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide .sec__interior__itm .sec__interior__itm__desc {
	font-size: 16px;
	color: #f7f2ee;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide__arrow__wrap {
	z-index: 9;
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 914px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide__arrow__wrap button {
	border: 0;
	background: rgba(0, 0, 0, 0);
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide__page__line {
	position: static;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	background: hsla(0, 0%, 100%, 0.2);
}
.landing__wrap .sec03 .sec03__bottom .sec03__slide__wrap .sec03__slide__page__line .swiper-pagination-progressbar-fill {
	background: #fff;
}
.landing__wrap .sec04 {
	background: #fcfcfc;
}
.landing__wrap .sec04 .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 80px;
}
.landing__wrap .sec04 .sec__inner .sec04__left {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 410px;
	flex: 1 0 410px;
}
.landing__wrap .sec04 .sec__inner .sec04__right {
	width: 100%;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm__wrap__odd {
	position: relative;
	z-index: 9;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm__wrap__even {
	margin-top: 80px;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm {
	position: relative;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm .sec04__img__box {
	border-radius: 20px;
	overflow: hidden;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm .sec04__img__box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm > .sec04__icon__box {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm > .sec04__icon__box > svg {
	position: absolute;
	top: -24px;
	right: -28px;
	width: 28px;
	height: 28px;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm > .sec04__icon__box > .sec04__desc__box {
	z-index: 9;
	position: absolute;
	top: 8px;
	left: 100%;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	padding: 24px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	white-space: nowrap;
	background: #ef7c1b;
	border-radius: 24px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm > .sec04__icon__box:hover .sec04__desc__box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.landing__wrap .sec05 {
	padding-top: 0;
}
.landing__wrap .sec05 .sec05__inner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
.landing__wrap .sec05 .sec05__inner .doctor__tit {
	position: relative;
	margin: 250px 0 120px;
}
.landing__wrap .sec05 .sec05__inner .doctor__tit h2 {
	margin-bottom: 50px;
	font-size: 80px;
	line-height: 90px;
	color: #ef7c1b;
}
.landing__wrap .sec05 .sec05__inner .doctor__tit h3 {
	font-size: 120px;
	line-height: 1;
	color: #161616;
}
.landing__wrap .sec05 .sec05__inner .doctor__tit .sec05__logo {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 56px;
	width: 300px;
	height: 55px;
	-o-object-fit: contain;
	object-fit: contain;
	opacity: 0.5;
}
.landing__wrap .sec05 .sec05__inner .sec05__left {
	z-index: 9;
	position: relative;
}
.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__logo {
	margin-bottom: 56px;
	width: 300px;
	height: 55px;
	-o-object-fit: contain;
	object-fit: contain;
}
.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__tit__box .sec05__tit__desc {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 34px;
	line-height: 48px;
	color: #161616;
}
.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__tit__box .sec05__tit {
	margin-bottom: 88px;
	font-size: 80px;
	line-height: 90px;
	color: #ef7c1b;
}
.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__tit__box .sec05__tit span {
	display: block;
	margin-top: 24px;
	font-size: 80px;
	line-height: 80px;
}
.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__left__img__box {
	position: relative;
	aspect-ratio: 600/415;
	max-width: 600px;
}
.landing__wrap .sec05 .sec05__inner .sec05__right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 675px;
	height: 981px;
}
.landing__wrap .sec05 .sec05__inner.--ksy {
	margin-top: 140px;
}
.landing__wrap .sec05 .sec05__inner.--ksy .sec05__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	text-align: right;
}
.landing__wrap .sec05 .sec05__inner.--ksy .sec05__right {
	left: 0;
	width: 661px;
	height: 907px;
}
.landing__wrap .sec06 {
	background: #ef7c1b;
}
.landing__wrap .sec06 .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec06 .sec__inner .sec06__right .icon__box {
	margin: 0 0 15px auto;
	width: 32px;
	height: 30px;
}
.landing__wrap .sec06 .sec__inner .sec06__right .sec06__tit {
	white-space: nowrap;
	font-size: 56px;
	line-height: 76px;
	text-align: right;
	color: #fff;
}
.landing__wrap .sec06 .sec__inner .sec06__right .sec06__tit span {
	color: #ffc391;
}
.landing__wrap .sec06 .sec__inner .sec06__left .sec06__desc {
	white-space: nowrap;
	font-size: 56px;
	line-height: 76px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #fff;
}
.landing__wrap .sec06 .sec__inner .sec06__left .sec06__desc span {
	padding: 0 4px 0 8px;
	display: inline-block;
	font-weight: 400;
	color: #ef7c1b;
	background: #fff;
}
.landing__wrap .sec07 {
	background: url(../img/main_test/sec07__doctor__bg.jpg) no-repeat center bottom/cover;
}
.landing__wrap .sec07 .sec__inner .sec__tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 48px;
}
.landing__wrap .sec07 .sec__inner .sec__tit .sec__tit__span {
	display: block;
	margin-bottom: 24px;
}
.landing__wrap .sec07 .sec__inner .sec__tit .sec__tit__h2 {
	margin-bottom: 16px;
}
.landing__wrap .sec07 .sec__inner .sec__tit .sec__tit__p {
	line-height: 24px;
	text-align: center;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 18px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card > * {
	width: 460px;
	aspect-ratio: 460/700;
	border-radius: 30px;
	overflow: hidden;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 5.142px 6.128px 20px 0px rgba(4, 0, 0, 0.06);
	box-shadow: 5.142px 6.128px 20px 0px rgba(4, 0, 0, 0.06);
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__tit > strong {
	font-size: 26px;
	line-height: 26px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__tit > strong span {
	color: #ef7c1b;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__tit > p {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #ef7c1b;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__img__box {
	max-width: 320px;
	margin-bottom: 20px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__img__box img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 32px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__name > strong {
	display: block;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 26px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__name > strong span {
	font-size: 16px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__name .doctor__name__icon__box {
	margin-bottom: 12px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__name .doctor__name__desc {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #161616;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__active__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	background: #ef7c1b;
	border-radius: 25px;
	max-width: 300px;
	cursor: pointer;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__active__btn > button {
	font-size: 16px;
	line-height: 46px;
	margin-top: 2px;
	color: #fff;
	border: 0;
	background: rgba(0, 0, 0, 0);
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc .doctor__active__btn svg {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back {
	position: relative;
	color: #fff;
	background: #ef7c1b;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__tit {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 72px 40px 20px 40px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__tit > strong {
	font-size: 32px;
	line-height: 1;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__tit > p {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 400px;
	height: 1px;
	background: #fff;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list {
	position: relative;
	padding: 40px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list > p {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 24px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 40px;
	color: #ef7c1b;
	background: #fff;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list > ul > li {
	position: relative;
	padding-left: 16px;
	font-size: 20px;
	line-height: 1.5;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list > ul > li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 6px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__list > ul:last-child {
	margin-bottom: 0;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__work__list {
	position: relative;
	padding: 40px;
	padding-bottom: 0;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__work__list > p {
	margin-bottom: 16px;
	font-size: 16px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__work__list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__work__list > ul li {
	font-size: 16px;
	line-height: 28px;
	color: #ffdec3;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .desc__back__work__list > ul li.on {
	width: 28px;
	text-align: center;
	border-radius: 50%;
	color: #ef7c1b;
	background: #fff;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .doctor__btn {
	z-index: 9;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back .doctor__btn button {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 68px;
	height: 68px;
	border: 0;
	border-radius: 50%;
	background: #fff;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm .doctor__card .doctor__itm__desc__back::before {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 140px;
	aspect-ratio: 1;
	opacity: 0.4;
	background: url() no-repeat center center/contain;
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm.--01 .doctor__itm__desc__back::before {
	background-image: url(/img/main_2026/treatment/tab02/icon-uni.png);
}
.landing__wrap .sec07 .sec__inner .doctor__wrap .doctor__itm.--02 .doctor__itm__desc__back::before {
	background-image: url(/img/main_2026/treatment/tab02/icon-ysuni.png);
}
.landing__wrap .sec08 {
	background: #42403e;
}
.landing__wrap .sec08 .sec__tit {
	margin-bottom: 72px;
}
.landing__wrap .sec08 .sec__tit .sec__tit__span {
	color: #6d6d6d;
}
.landing__wrap .sec08 .treatment__tab__wrap {
	position: relative;
	color: #fff;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn {
	margin-bottom: 40px;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul > li {
	width: 100%;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul > li > button {
	display: block;
	padding-bottom: 22px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: hsla(0, 0%, 100%, 0.2);
	border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul > li:hover button {
	color: #fff;
	border-color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul > li.--on > button {
	color: #fff;
	border-color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.landing__wrap .sec08 .tab__list .tab__itm__wrap {
	display: none;
}
.landing__wrap .sec08 .tab__list .tab__itm__wrap.--on {
	display: block;
}
.landing__wrap .sec08 .itm__tit {
	margin-bottom: 56px;
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
}
.landing__wrap .sec08 .itm__tit span {
	color: #ef7c1b;
}
.landing__wrap .sec08 .itm__wrap {
	line-height: 1;
}
.landing__wrap .sec08 .itm__wrap .txt__box h3 {
	margin-bottom: 20px;
	font-size: 42px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .itm__wrap .txt__box p {
	font-size: 20px;
	line-height: 1.5;
}
.landing__wrap .sec08 .itm__wrap .txt__box p span {
	display: inline-block;
	padding: 0 4px;
	line-height: 1.3;
	background: #ef7c1b;
}
.landing__wrap .sec08 .itm__wrap .txt__box h4 {
	margin: 28px 0 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 10px 0;
	height: 40px;
	border-radius: 20px;
	color: #42403e;
	background: #fff;
}
.landing__wrap .sec08 .itm__wrap .txt__box ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 30px;
}
.landing__wrap .sec08 .itm__wrap .txt__box ul li {
	font-size: 20px;
	color: #f7f2ee;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap .img__box {
	max-width: 890px;
	aspect-ratio: 890/500;
	border-radius: 30px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 {
	position: relative;
	margin-top: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .txt__box {
	z-index: 2;
	position: relative;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .txt__box i {
	margin-bottom: 20px;
	display: block;
	width: 226px;
	height: 42px;
	background: url(/img/logo/logo_w.svg) no-repeat center center/contain;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap {
	z-index: 2;
	position: relative;
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 460/576;
	border-radius: 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 60px;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box strong {
	font-size: 36px;
	color: #161616;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box p {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: dimgray;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box.--01 {
	background: url(/img/main_2026/treatment/tab01/2.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box.--02 {
	background: url(/img/main_2026/treatment/tab01/3.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02 .img__wrap .img__box.--03 {
	background: url(/img/main_2026/treatment/tab01/4.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--01 .itm__wrap.--02::before {
	content: "";
	opacity: 0.15;
	position: absolute;
	top: -95px;
	right: -32px;
	width: 750px;
	aspect-ratio: 750/980;
	background: url(/img/main_2026/treatment/tab01/bg.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__tit {
	margin-bottom: 0;
}
.landing__wrap .sec08 .tab__itm.--02 .img__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--02 .img__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 680/630;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap .img__box {
	aspect-ratio: 890/500;
	border-radius: 30px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box {
	position: relative;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg {
	z-index: 9;
	position: absolute;
	bottom: 40px;
	right: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.3);
	box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.3);
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg > * {
	text-align: center;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg strong {
	font-size: 40px;
	color: #2d2924;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg p {
	font-size: 32px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg p span {
	font-size: 40px;
	font-weight: 700;
	color: #e21318;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--01 .img__box .slg::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	translate: 30% -50%;
	width: 100px;
	aspect-ratio: 1;
	background: url(/img/main_2026/treatment/tab02/icon-premium.png) no-repeat center center/contain;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--02 .txt__box h3 {
	line-height: 1.5;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--02 .img__box {
	position: relative;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--02 .img__box .slg {
	position: absolute;
	top: 50%;
	right: 70px;
	translate: 0 -50%;
	width: 360px;
	height: 225px;
	border-radius: 24px;
	background: #ef7c1b;
	-webkit-box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.3);
	box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--02 .img__box .slg i {
	display: block;
	width: 42px;
	aspect-ratio: 1;
	background: url(/img/main_2026/treatment/tab02/icon-uni.png) no-repeat center center/contain;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--02 .img__box .slg p {
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 {
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 680/568;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc .txt__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 56px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 36px;
	height: 72px;
	border-radius: 24px;
	padding: 0 24px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc ul li {
	position: relative;
	font-size: 20px;
	line-height: 32px;
	color: #161616;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc ul li span {
	color: dimgray;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -142px;
	width: 132px;
	height: 1px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -142px;
	translate: 0 -40%;
	width: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--01 .txt__box {
	padding-right: 100px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--01 strong {
	background: dimgray;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--01 strong::before {
	content: "";
	display: block;
	width: 32px;
	height: 38px;
	background: url(/img/main_2026/treatment/tab02/icon-implant.png) no-repeat center center/contain;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--01 {
	background: url(/img/main_2026/treatment/tab02/5.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--02 .txt__box {
	padding-right: 48px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--02 strong {
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--02 strong::before {
	content: "";
	display: block;
	width: 64px;
	height: 38px;
	background: url(/img/logo/symbol_w.svg) no-repeat center center/contain;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__wrap.--03 .impl__desc.--02 {
	background: url(/img/main_2026/treatment/tab02/6.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 72px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case p {
	margin-bottom: 20px;
	font-size: 42px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case p span {
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__wrap img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 680/340;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__wrap img:last-child {
	border: 5px solid #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__box {
	position: relative;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__box span {
	position: absolute;
	bottom: 20px;
	left: 50%;
	translate: -50% 0;
	font-size: 40px;
	color: #fff;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .img__box p {
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .case__wrap.--03 .img__wrap {
	gap: 10px;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .case__wrap.--03 .img__wrap .img__box {
	overflow: unset;
	aspect-ratio: unset;
}
.landing__wrap .sec08 .tab__itm.--02 .itm__case .case__wrap.--03 .img__wrap .img__box img {
	margin-bottom: 16px;
	aspect-ratio: 460/300;
}
.landing__wrap .sec08 .tab__itm.--02 .banner {
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--03 .itm__wrap {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.landing__wrap .sec08 .tab__itm.--03 .itm__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 890/500;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--03 .itm__wrap strong {
	margin: 32px 0 16px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--03 .itm__case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 72px;
}
.landing__wrap .sec08 .tab__itm.--03 .case__wrap p {
	margin-bottom: 20px;
	font-size: 42px;
}
.landing__wrap .sec08 .tab__itm.--03 .case__wrap p span {
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--03 .case__wrap .img__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--03 .case__wrap .img__wrap img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 680/340;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--03 .case__wrap .img__wrap img:last-child {
	border: 5px solid #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--04 .itm__wrap {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.landing__wrap .sec08 .tab__itm.--04 .itm__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 890/500;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--04 .itm__wrap strong {
	margin: 40px 0 16px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--04 .img__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--04 .img__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.landing__wrap .sec08 .tab__itm.--04 .img__wrap img {
	aspect-ratio: 680/480;
	border-radius: 60px;
}
.landing__wrap .sec08 .tab__itm.--04 .img__wrap strong {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap .img__box {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 890/500;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap .img__box .img__wrap {
	z-index: 9;
	position: absolute;
	left: 50%;
	bottom: 48px;
	translate: -50% 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap .img__box .img__wrap .img__box {
	max-width: 174px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	aspect-ratio: unset;
	border-radius: 0;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap .img__box .img__wrap .img__box img {
	aspect-ratio: 1;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap .img__box .img__wrap .img__box p {
	font-size: 20px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--05 .itm__wrap strong {
	margin: 40px 0 16px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 890/610;
	border-radius: 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/img/main_2026/treatment/tab06/1.jpg) no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box strong {
	margin-top: 64px;
	font-size: 60px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap {
	z-index: 9;
	position: absolute;
	left: 50%;
	bottom: 48px;
	translate: -50% 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap .img__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	aspect-ratio: unset;
	border-radius: 0;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap .img__box img {
	max-width: 174px;
	aspect-ratio: 1;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap .img__box p {
	font-size: 20px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > strong {
	margin: 40px 0 16px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 .txt__box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 30px;
	max-width: 300px;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 890px;
	aspect-ratio: 890/500;
	border-radius: 60px;
	overflow: hidden;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box > p {
	position: absolute;
	top: 64px;
	left: 210px;
	margin-bottom: 20px;
	font-size: 45px;
	white-space: nowrap;
	color: #161616;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box > strong {
	position: absolute;
	top: 130px;
	left: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 24px;
	border-radius: 20px;
	height: 70px;
	font-size: 40px;
	white-space: nowrap;
	color: #fff;
	background: #ef7c1b;
	-webkit-box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.5);
	box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.5);
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box .slg {
	position: absolute;
	right: 300px;
	bottom: 132px;
	width: 220px;
	height: 120px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.5);
	box-shadow: 0 0 16px 1px rgba(239, 124, 27, 0.5);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box .slg p {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > .img__box .slg strong {
	font-size: 24px;
	color: #2d2924;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--01 > strong {
	margin: 40px 0 16px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	height: 48px;
	padding: 0 20px;
	border-radius: 30px;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .txt__box > * {
	text-align: center;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap {
	margin-top: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	gap: 40px;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap .img__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 20px;
	aspect-ratio: 680/500;
	border-radius: 60px;
	overflow: hidden;
	padding-bottom: 50px;
	background: no-repeat center center/cover;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap .img__box strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	border-radius: 20px;
	padding: 0 30px;
	font-size: 30px;
	color: #fff;
	background: #ef7c1b;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap .img__box p {
	font-size: 16px;
	line-height: 28px;
	color: #161616;
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap .img__box.--01 {
	background-image: url(/img/main_2026/treatment/tab07/2.jpg);
}
.landing__wrap .sec08 .tab__itm.--07 .itm__wrap.--02 .img__wrap .img__box.--02 {
	background-image: url(/img/main_2026/treatment/tab07/3.jpg);
}
.landing__wrap .sec08 .blog__btn {
	margin: 0 auto;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.landing__wrap .sec08 .blog__btn .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.landing__wrap .sec08 .blog__btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 14px;
	border-radius: 60px;
	overflow: hidden;
	width: 1000px;
	height: 120px;
	font-size: 42px;
	line-height: 1;
	color: #2db400;
	background: #fff;
}
.landing__wrap .sec08 .blog__btn.--m-top {
	margin-top: 24px;
}
.landing__wrap .info__counsel {
	padding: 100px 0;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
}
.landing__wrap .info__counsel .counsel__tit {
	display: block;
	font-size: 42px;
	line-height: 42px;
	color: #ef7c1b;
}
.landing__wrap .info__counsel > ul {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.landing__wrap .info__counsel > ul > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 168px;
	border-radius: 30px;
}
.landing__wrap .info__counsel > ul > * > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	height: 100%;
}
.landing__wrap .info__counsel > ul > * > a .counsel__txt__box {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
}
.landing__wrap .info__counsel > ul .counsel__call {
	background: url(../img/main_test/sec09__counsel__call.png) no-repeat center center/cover;
}
.landing__wrap .info__counsel > ul .counsel__kakao {
	background: url(../img/main_test/sec09__counsel__kakao.png) no-repeat center center/cover;
}
.landing__wrap .info__counsel > ul .counsel__kakao .sec09__counsel__txt__box {
	color: #381c1e;
}
.landing__wrap .info__counsel > ul .counsel__naver {
	background: url(../img/main_test/sec09__counsel__naver.png) no-repeat center center/cover;
}
.landing__wrap .sec09 .sec09__banner {
	max-width: 1600px;
	max-height: 700px;
	width: 100%;
	height: 36.4583vw;
	margin: 0 auto;
	border-radius: 60px;
	font-size: 0;
	background: url(../img/main_test/sec09__banner.jpg) no-repeat center center/cover;
}
.landing__wrap .sec09 .sec__inner {
	padding-top: 100px;
}
.landing__wrap .sec09 .sec__inner .sec__tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 64px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 480px;
	flex: 1 0 480px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list .sec09__info__list__tit {
	display: block;
	margin-bottom: 24px;
	font-size: 42px;
	line-height: 42px;
	color: #ef7c1b;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list .sec09__info__list__addr {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul > li p {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: dimgray;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul > li .sec09__info__list__day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul > li .sec09__info__list__time .night__icon {
	font-size: 20px;
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	background: #ef7c1b;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul:last-child {
	margin-top: 32px;
	gap: 12px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list > ul:last-child .sec09__info__list__noti {
	font-size: 20px;
	line-height: 20px;
	color: #ef7c1b;
}
.landing__wrap .sec09 .sec__inner .sec09__info__wrap .sec09__info__left .sec09__info__list03 > p {
	font-size: 24px;
	line-height: 24px;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info > * {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 30px;
	border: 1px solid #ef7c1b;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info > * ul li {
	font-size: 28px;
	line-height: 48px;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info > * ul .subway__num2 span {
	color: #3fb64e;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info > * ul .subway__num9 span {
	color: #c9a754;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info .public__info__img__box > p {
	margin-top: 16px;
	font-size: 24px;
	line-height: 24px;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info .public__info__img__box > p span {
	color: #737373;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info .public__bus li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.landing__wrap .sec09 .sec__inner .sec09__public__info .public__bus li .public__icon__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #386de8;
	padding: 4px 8px;
	border-radius: 16px;
	font-size: 24px;
	line-height: 24px;
	color: #386de8;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment {
	margin-top: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__counsel__tit {
	font-size: 42px;
	line-height: 42px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__counsel__p {
	margin-top: 20px;
	font-size: 16px;
	color: dimgray;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .caption {
	width: 100%;
	max-width: 1200px;
	margin-top: 16px;
	text-align: right;
	font-size: 17px;
	color: dimgray;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list {
	width: 1200px;
	margin: 14px auto 0 auto;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list table {
	font-size: 18px;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list table th {
	font-weight: 400;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list table td {
	border: 1px solid #ffd3b3;
	padding: 16px 0;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list table td.nopayment__list__subject {
	background: #fff9ef;
}
.landing__wrap .sec09 .sec__inner .sec09__info__nopayment .sec09__nopayment__list table tr td {
	border-right: rgba(0, 0, 0, 0);
}
.landing__wrap .sec10 {
	background: #f5f5f5;
}
.landing__wrap .sec10 .sec10__tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.landing__wrap .sec10 .sec10__tit .sec10__review__btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-radius: 24px;
	background: #ef7c1b;
}
.landing__wrap .sec10 .sec10__tit .sec10__review__btn a span {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.landing__wrap .sec10 .sec10__review__itm__wrap {
	margin: 48px 0 72px 0;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 20px;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm {
	position: relative;
	width: 100%;
	aspect-ratio: 69/40;
	cursor: -webkit-grab;
	cursor: grab;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm.dragging .review__img__handle {
	background: #ef7c1b;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__box.review__img__before {
	z-index: 1;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__box.review__img__after {
	z-index: 2;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__itm__desc {
	z-index: 99;
	position: absolute;
	max-width: 300px;
	width: 100%;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #ef7c1b;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__itm__desc > p {
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__handle {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__handle::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 400px;
	background: #fff;
}
.landing__wrap .sec10 .sec10__review__itm__wrap .review__itm .review__img__handle svg {
	z-index: 9;
	position: relative;
}
.landing__wrap .sec10 .sec10__review__noti {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #9f9f9f;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.landing__wrap .sec10 .sec10__review__noti::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 9px;
	height: 48px;
	background: url(../img/main_test/sec10__review__noti__right.svg) no-repeat center center/cover;
}
.landing__wrap .sec10 .sec10__review__noti::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -36px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 9px;
	height: 48px;
	background: url(../img/main_test/sec10__review__noti__left.svg) no-repeat center center/cover;
}
@media (max-width: 1530px) {
	.landing__wrap .sec04 .sec__inner .sec04__right .sec04__itm__wrap .sec04__itm > .sec04__icon__box > .sec04__desc__box {
		padding: 16px;
		font-size: 12px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	.landing__wrap .sec06 .sec__inner {
		gap: 40px;
	}
}
@media (max-width: 1480px) {
	#hd .hd__inner {
		padding: 0 40px;
	}
	#hd .hd__inner .hd__right .gnb ul {
		gap: 30px;
	}
	.landing__wrap .sec .sec__inner {
		padding: 0 40px;
	}
	.landing__wrap .sec .sec__inner .sec06__right .sec06__desc {
		font-size: 14px;
	}
	.landing__wrap .sec04 .sec__inner {
		gap: 40px;
	}
	.landing__wrap .sec05 .sec05__inner {
		padding: 0 40px;
	}
	.landing__wrap .sec05 .sec05__inner .doctor__tit h2 {
		font-size: 64px;
		line-height: 1.5;
	}
	.landing__wrap .sec05 .sec05__inner .doctor__tit h3 {
		font-size: 80px;
	}
	.landing__wrap .sec05 .sec05__inner .doctor__tit .sec05__logo {
		right: 40px;
	}
	.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__tit__box .sec05__tit__desc {
		font-size: 28px;
		line-height: 1.5;
	}
	.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__tit__box .sec05__tit {
		font-size: 64px;
		line-height: 1.5;
	}
	.landing__wrap .sec05 .sec05__inner .sec05__left .sec05__logo {
		margin-right: 40px;
	}
	.landing__wrap .sec06 .sec__inner .sec06__right .sec06__tit,
	.landing__wrap .sec06 .sec__inner .sec06__left .sec06__desc {
		font-size: 40px;
		line-height: 1.5;
	}
	.landing__wrap .sec08 .treatment__tab__wrap .treatment__tab__slide__btn > ul > li > button {
		font-size: 16px;
		white-space: nowrap;
	}
	.landing__wrap .sec08 .tab__itm.--02 .itm__wrap {
		gap: 24px;
	}
	.landing__wrap .sec08 .itm__wrap .txt__box h3 {
		font-size: 28px;
	}
	.landing__wrap .sec08 .itm__wrap .txt__box p {
		font-size: 16px;
	}
	.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap {
		bottom: 72px;
	}
	.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box strong {
		font-size: 40px;
		line-height: 1.5;
	}
	.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap .img__box img {
		max-width: 140px;
		height: auto;
	}
	.landing__wrap .sec08 .tab__itm.--06 .itm__wrap > .img__box .img__wrap .img__box p {
		font-size: 16px;
	}
	.landing__wrap .sec08 .itm__wrap .txt__box ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.landing__wrap .sec08 .itm__wrap .txt__box ul li {
		font-size: 16px;
	}
}
@media (max-width: 1300px) {
	#hd .hd__inner .hd__left .logo > a {
		width: 216px;
		height: 40px;
	}
	#hd .hd__inner .hd__left .hd__img__box {
		width: 100px;
	}
	#hd .hd__inner .hd__left .hd__img__box img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	#hd .hd__inner .hd__right .gnb ul li a {
		font-size: 16px;
	}
}
#ft {
	padding: 80px 0;
	color: #6b6b6b;
	background: #1d1d1d;
}
#ft .ft__inner {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#ft .ft__inner .ft__right > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 30px;
}
#ft .ft__inner .ft__right > ul:first-child {
	margin-bottom: 10px;
}
#ft .ft__inner .ft__right > ul > li {
	position: relative;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
}
#ft .ft__inner .ft__right > ul > li ~ li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 12px;
	background: #6b6b6b;
}
#ft .ft__inner .ft__right .ft__copy {
	margin-top: 20px;
	text-align: right;
}
#ft .ft__inner .ft__right .ft__copy span {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	opacity: 0.2;
}
#ft .ft__inner .ft__left .ft__logo > a {
	display: block;
	text-indent: -9999px;
	width: 290px;
	height: 54px;
	background: url(../img/logo/ft_logo.svg) no-repeat center center/contain;
}
#ft .link {
	position: absolute;
	right: 0;
	top: -40px;
}
@media (max-width: 1800px) and (max-height: 840px) {
	#quick_1,
	#quick_2 {
		right: 16px !important;
		scale: 0.8 !important;
	}
	#quick_naver {
		right: 23px !important;
		scale: 0.8 !important;
	}
	#quick_1 {
		bottom: 210px !important;
	}
}
@media (max-width: 1660px) and (max-height: 800px) {
	#quick_1,
	#quick_2 {
		right: 16px !important;
		scale: 0.7 !important;
	}
	#quick_naver {
		scale: 0.7 !important;
		bottom: 130px !important;
	}
	#quick_1 {
		bottom: 140px !important;
	}
}
@media (max-width: 1280px) and (max-height: 640px) {
	#quick_1 {
		bottom: 20px !important;
	}
}
@media (max-width: 1400px) {
	#quick_naver {
		scale: 0.56 !important;
		bottom: 70px !important;
	}
	#quick_2 {
		bottom: 0 !important;
	}
} /*# sourceMappingURL=main.2026.min.css.map */
