#container {
	line-height: 1;
}
.sub-tab {
	width: 100%;
	padding: 0 calc(50% - 600px);
	font-size: 18px;
	border-left: 0;
}
.sub-tab button {
	width: 20%;
	background: #f6fbf2;
	border: 0;
	border: 1px solid var(--theme-color);
	border-right: 0;
	height: 60px;
}
.sub-tab button:last-child {
	border-right: 1px solid var(--theme-color);
}
.sub-tab .active {
	background: var(--theme-color);
	color: #fff;
	font-weight: bold;
}
#sub-tab .sub-tab {
	position: sticky;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
}
#sub-tab .tab-img {
	overflow: hidden;
}
#sub-tab .tab-img img {
	position: relative;
	left: 50%;
	margin-left: -1000px;
}
#sub__cs {
	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;
	font-size: 16px;
	padding: 5em 0;
	line-height: 1;
}
#sub__cs .cs__title {
	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;
	padding-bottom: 1.5em;
	font-size: 40px;
}
#sub__cs .cs__title .title__logo {
	display: block;
	width: 10em;
	aspect-ratio: 171/32;
	margin-bottom: 0.6em;
	background: url(/img/logo/logo.svg) left center/100% auto no-repeat;
}
#sub__cs .cs__title h2 {
	font-weight: 500;
	font-family: var(--Pretendard);
	color: var(--theme-color);
}
#sub__cs form {
	width: 90%;
	max-width: 30em;
}
#sub__cs .cs__db li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#sub__cs .cs__db li label {
	display: block;
	margin-bottom: 0.8em;
}
#sub__cs .cs__db li + li {
	margin-top: 2em;
}
#sub__cs .cs__db input[type="text"],
#sub__cs .cs__db input[type="email"],
#sub__cs .cs__db input[type="number"],
#sub__cs .cs__db textarea {
	height: 3em;
	border-radius: 0.5em;
	border: 1px solid #ccc;
	resize: none;
	padding-left: 1em;
}
#sub__cs .cs__db textarea {
	height: 8em;
	padding: 1em;
}
#sub__cs .cs__db li.--terms {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5em 0;
}
#sub__cs .cs__db li.--terms label {
	margin: 0 0.5em 0 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sub__cs .cs__db li.--terms label input {
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	cursor: pointer;
}
#sub__cs .cs__db button[type="submit"] {
	font-size: 1.5em;
	font-weight: 500;
	border-radius: 0.5em;
	height: 2.5em;
	background: var(--theme-color);
	color: var(--c-yellow);
	border: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#sub__cs .cs__db button[type="submit"]:hover {
	color: var(--theme-color);
	background: var(--c-yellow);
	-webkit-box-shadow: 0 0 10px 1px rgba(var(--theme-color-rgb), 0.2);
	box-shadow: 0 0 10px 1px rgba(var(--theme-color-rgb), 0.2);
}
@media (max-width: 480px) {
	#sub__cs .cs__title {
		font-size: 30px;
	}
}
@media (max-width: 360px) {
	#sub__cs {
		font-size: 14px;
	}
	#sub__cs .cs__title {
		font-size: 24px;
	}
}
.equip__wrapper .equip__hd {
	padding-top: 12em;
	text-align: center;
	color: var(--point-color);
}
.equip__wrapper .equip__hd strong {
	font-size: 50px;
	font-family: var(--Seasons);
	margin-bottom: 0.7em;
}
.equip__wrapper .equip__hd p {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.5;
	padding: 1em 0 2em;
}
.equip__wrapper .equip__list {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 20px;
	color: var(--theme-color);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}
.equip__wrapper .equip__list .equip__el.is-hidden {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
	display: none;
}
.equip__wrapper .equip__list .equip__el,
.equip__wrapper .equip__list .--blank {
	aspect-ratio: 385/500;
	background: #e6ede8;
	border-radius: 4.5em;
	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;
	position: relative;
	overflow: hidden;
	--equip-trs: 0.5s;
	-webkit-transition:
		opacity 0.35s ease,
		-webkit-transform 0.35s ease;
	transition:
		opacity 0.35s ease,
		-webkit-transform 0.35s ease;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		-webkit-transform 0.35s ease;
}
.equip__wrapper .equip__list .equip__el::before,
.equip__wrapper .equip__list .--blank::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: var(--equip-trs);
	transition: var(--equip-trs);
}
.equip__wrapper .equip__list .equip__el dl,
.equip__wrapper .equip__list .--blank dl {
	position: relative;
	z-index: 10;
	text-align: center;
	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;
	opacity: 0;
	-webkit-transition: var(--equip-trs);
	transition: var(--equip-trs);
}
.equip__wrapper .equip__list .equip__el dt,
.equip__wrapper .equip__list .--blank dt {
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1;
	padding: 0.5em 1.16em;
	margin-bottom: 1em;
	border-radius: 10em;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.0666666667);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.0666666667);
}
.equip__wrapper .equip__list .equip__el dd,
.equip__wrapper .equip__list .--blank dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	translate: 0 2em;
	-webkit-transition: var(--equip-trs);
	transition: var(--equip-trs);
}
.equip__wrapper .equip__list .equip__el dd span + span,
.equip__wrapper .equip__list .--blank dd span + span {
	margin-top: 1em;
}
.equip__wrapper .equip__list .equip__el:not(.--blank):hover::before {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.6;
}
.equip__wrapper .equip__list .equip__el:not(.--blank):hover dl {
	opacity: 1;
}
.equip__wrapper .equip__list .equip__el:not(.--blank):hover dd {
	translate: 0 0;
}
.equip__wrapper .equip__list .--blank {
	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;
}
.equip__wrapper .equip__list .--blank::before,
.equip__wrapper .equip__list .--blank::after {
	font-family: var(--Seasons);
	font-size: 58px;
	color: var(--point-color);
	-webkit-transition: none;
	transition: none;
}
.equip__wrapper .equip__list .--blank::before {
	content: "Dr.";
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}
.equip__wrapper .equip__list .--blank::after {
	content: "E-Laser";
	font-style: normal;
}
.equip__el[data-name="울쎄라피 프라임"]::before {
	background: url(/img/sub/equip/ultherapy.png) center/cover no-repeat;
}
.equip__el[data-name="써마지 FLX"]::before {
	background: url(/img/sub/equip/thermage.png) center/cover no-repeat;
}
.equip__el[data-name="티타늄"]::before {
	background: url(/img/sub/equip/titanium.png) center/cover no-repeat;
}
.equip__el[data-name="세르프"]::before {
	background: url(/img/sub/equip/xerf.png) center/cover no-repeat;
}
.equip__el[data-name="슈링크"]::before {
	background: url(/img/sub/equip/shurink.png) center/cover no-repeat;
}
.equip__el[data-name="인모드"]::before {
	background: url(/img/sub/equip/inmode.png) center/cover no-repeat;
}
.equip__el[data-name="온다"]::before {
	background: url(/img/sub/equip/onda.png) center/cover no-repeat;
}
.equip__el[data-name="카프리 레이저"]::before {
	background: url(/img/sub/equip/capri.png) center/cover no-repeat;
}
.equip__el[data-name="골드PTT"]::before {
	background: url(/img/sub/equip/goldPPT.png) center/cover no-repeat;
}
.equip__el[data-name="PDT ALA"]::before {
	background: url(/img/sub/equip/PDT.png) center/cover no-repeat;
}
.equip__el[data-name="프리미엄 블랙필"]::before {
	background: url(/img/sub/equip/black-peel.png) center/cover no-repeat;
}
.equip__el[data-name="레블라이트SI"]::before {
	background: url(/img/sub/equip/revlite.png) center/cover no-repeat;
}
.equip__el[data-name="듀얼에일린"]::before {
	background: url(/img/sub/equip/aileen.png) center/cover no-repeat;
}
.equip__el[data-name="포토나스타워커"]::before {
	background: url(/img/sub/equip/fotona.png) center/cover no-repeat;
}
.equip__el[data-name="악센토"]::before {
	background: url(/img/sub/equip/accento.png) center/cover no-repeat;
}
.equip__el[data-name="헐리우드스펙트라"]::before {
	background: url(/img/sub/equip/hollywood.png) center/cover no-repeat;
}
.equip__el[data-name="클라리티2"]::before {
	background: url(/img/sub/equip/clarity.png) center/cover no-repeat;
}
.equip__el[data-name="루비"]::before {
	background: url(/img/sub/equip/ruby.png) center/cover no-repeat;
}
.equip__el[data-name="CO2"]::before {
	background: url(/img/sub/equip/co2.png) center/cover no-repeat;
}
.equip__el[data-name="피코프락셀"]::before {
	background: url(/img/sub/equip/pico-plus.png) center/cover no-repeat;
}
.equip__el[data-name="포텐자"]::before {
	background: url(/img/sub/equip/potenza.png) center/cover no-repeat;
}
.equip__el[data-name="에어서브시전"]::before {
	background: url(/img/sub/equip/air-subcision.png) center/cover no-repeat;
}
.equip__el[data-name="스펙트라 프락셀"]::before {
	background: url(/img/sub/equip/spectra-fraxel.png) center/cover no-repeat;
}
.equip__el[data-name="디아지 EX"]::before {
	background: url(/img/sub/equip/deage-ex.png) center/cover no-repeat;
}
.equip__el[data-name="어펌 멀티플렉스"]::before {
	background: url(/img/sub/equip/affirm.png) center/cover no-repeat;
}
.equip__el[data-name="BBL 히어로"]::before {
	background: url(/img/sub/equip/bbl.png) center/cover no-repeat;
}
@media (max-width: 1600px) {
	.equip__wrapper .equip__list {
		max-width: 1400px;
	}
}
@media (max-width: 1400px) {
	.equip__wrapper .equip__list .--blank::before,
	.equip__wrapper .equip__list .--blank::after {
		font-size: 40px;
	}
}
@media (max-width: 1280px) {
	.equip__wrapper .equip__list {
		max-width: 1024px;
		grid-gap: 0.5em;
		font-size: 18px;
		letter-spacing: -0.05em;
	}
	.equip__wrapper .equip__list .equip__el,
	.equip__wrapper .equip__list .--blank {
		border-radius: 3em;
	}
	.equip__wrapper .equip__list .equip__el dt {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.equip__wrapper .equip__hd p {
		font-size: 30px;
	}
	.equip__wrapper .equip__list {
		grid-gap: 1em;
		grid-template-columns: repeat(2, 1fr);
	}
	.equip__wrapper .equip__list .--blank::before,
	.equip__wrapper .equip__list .--blank::after {
		font-size: 60px;
	}
}
@media (max-width: 768px) {
	.equip__wrapper .equip__hd strong {
		font-size: 40px;
	}
	.equip__wrapper .equip__hd p {
		font-size: 26px;
	}
	.equip__wrapper .equip__list .--blank::before,
	.equip__wrapper .equip__list .--blank::after {
		font-size: 40px;
	}
}
@media (max-width: 640px) {
	.equip__wrapper .equip__hd p {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.equip__wrapper .equip__hd strong {
		font-size: 30px;
	}
	.equip__wrapper .equip__hd p {
		font-size: 18px;
	}
	.equip__wrapper .equip__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.equip__wrapper .equip__list .--blank::before,
	.equip__wrapper .equip__list .--blank::after {
		font-size: 60px;
	}
}
@media (max-width: 360px) {
	.equip__wrapper .equip__hd strong {
		font-size: 26px;
	}
	.equip__wrapper .equip__hd p {
		font-size: 16px;
	}
	.equip__wrapper .equip__list .--blank::before,
	.equip__wrapper .equip__list .--blank::after {
		font-size: 40px;
	}
}
.sub__title {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 20px;
	padding: 7em 0 3.5em;
	color: var(--point-color);
}
.sub__title h2 {
	font-family: var(--Seasons);
	font-size: 150px;
	line-height: 1;
}
.sub__title h2 span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sub__title h2 span::after {
	content: "";
	width: 0.25em;
	height: 0.25em;
	margin: 0 0 0.18em 0.1em;
}
.sub__title h3 {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.4;
	padding: 1em 0 0.8em;
}
.sub__title p {
	font-weight: 500;
	line-height: 2;
	color: var(--sub-color);
}
@media (max-width: 1600px) {
	.sub__title h2 {
		font-size: 140px;
	}
	.sub__title h3 {
		font-size: 32px;
	}
}
@media (max-width: 1400px) {
	.sub__title {
		font-size: 18px;
	}
	.sub__title h2 {
		font-size: 120px;
	}
	.sub__title h3 {
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
	.sub__title h2 {
		font-size: 100px;
	}
	.sub__title h3 {
		font-size: 26px;
	}
}
@media (max-width: 900px) {
	.sub__title h2 {
		font-size: 80px;
	}
}
@media (max-width: 768px) {
	.sub__title p br,
	.sub__title p br.--max-1600,
	.sub__title p br.--max-1400,
	.sub__title p br.--max-1280,
	.sub__title p br.--max-1024,
	.sub__title p br.--max-900 {
		display: none;
	}
	.sub__title h2 {
		font-size: 70px;
	}
}
@media (max-width: 640px) {
	.sub__title {
		font-size: 16px;
	}
	.sub__title h2 {
		font-size: 60px;
	}
	.sub__title h3 {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.sub__title h2 {
		font-size: 50px;
	}
	.sub__title h3 {
		font-size: 20px;
	}
}
@media (max-width: 360px) {
	.sub__title {
		font-size: 12px;
	}
	.sub__title h2 {
		font-size: 40px;
	}
	.sub__title h3 {
		font-size: 18px;
	}
}
.sub__solution {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	text-align: right;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2em;
}
.sub__solution .sol__group {
	aspect-ratio: 780/600;
	padding: 4em;
	border-radius: 7.5em;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.sub__solution .sol__group.--01 {
	color: var(--point-color);
}
.sub__solution .sol__group.--wh {
	color: #fff;
}
.sub__solution .sol__group.--bk {
	color: #000;
}
.sub__solution .sol__group.--jc-fs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sub__solution .sol__group i {
	font-weight: 900;
	font-style: normal;
}
.sub__solution .sol__group p {
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1em;
}
@media (max-width: 1400px) {
	.sub__solution .sol__group {
		padding: 3em;
		border-radius: 5em;
	}
}
@media (max-width: 1280px) {
	.sub__solution {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.sub__solution {
		font-size: 20px;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 1em;
	}
}
@media (max-width: 640px) {
	.sub__solution {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.sub__solution {
		font-size: 16px;
	}
	.sub__solution .sol__group {
		padding: 2.5em;
	}
}
@media (max-width: 360px) {
	.sub__solution {
		font-size: 14px;
	}
}
.sub__container .sub__img {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 20px;
	border-radius: 7.5em;
	aspect-ratio: 1600/600;
	position: relative;
	overflow: hidden;
}
.sub__container .sub__img .img__box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.sub__container .sub__img {
		aspect-ratio: 580/446;
		border-radius: 6em;
	}
}
@media (max-width: 480px) {
	.sub__container .sub__img {
		border-radius: 5em;
	}
}
@media (max-width: 360px) {
	.sub__container .sub__img {
		border-radius: 3em;
	}
}
.sub__point {
	--point-trs: 1s;
	font-size: 20px;
	padding: 8em 0 6.5em;
}
.sub__point .point__hd {
	text-align: center;
}
.sub__point .point__hd h3 {
	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;
	color: var(--point-color);
}
.sub__point .point__hd h3 em {
	font-size: 50px;
	font-family: var(--Seasons);
	font-style: normal;
	font-weight: normal;
	line-height: 0.6;
}
.sub__point .point__hd h3 strong {
	font-size: 35px;
	font-weight: 600;
	padding-top: 0.8em;
	line-height: 1.3;
}
.sub__point .point__hd p {
	font-weight: 500;
	color: var(--sub-color);
	margin: 1em 0 3em;
	line-height: 1.5;
}
.sub__point .point__swiper {
	position: relative;
}
.sub__point .point__swiper .swiper-slide {
	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;
	line-height: 1.75;
	text-align: center;
}
.sub__point .point__swiper .swiper-slide strong,
.sub__point .point__swiper .swiper-slide p {
	translate: 0 -1.5em;
	opacity: 0;
	-webkit-transition: var(--point-trs);
	transition: var(--point-trs);
}
.sub__point .point__swiper .swiper-slide strong {
	font-size: 25px;
	padding: 0.8em 0 0.5em;
	color: var(--point-color);
}
.sub__point .point__swiper .swiper-slide p {
	color: var(--sub-color);
	font-weight: 500;
}
.sub__point .point__swiper .swiper-slide::before {
	content: "";
	width: 780px;
	height: 300px;
	border-radius: 100em;
}
.sub__point .point__swiper .swiper-slide-active strong,
.sub__point .point__swiper .swiper-slide-active p {
	translate: 0 0;
	opacity: 1;
}
.sub__point .point__swiper .swiper__navigation {
	width: 868px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	translate: -50% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub__point .point__swiper .swiper__navigation .swiper__nav {
	width: 19px;
	height: 33px;
	cursor: pointer;
}
.sub__point .point__swiper .swiper__navigation .swiper__nav svg {
	width: 100%;
	outline: none;
}
.sub__point .point__swiper .swiper__navigation .swiper__nav svg .cls-1 {
	fill: var(--point-color);
}
.sub__point .point__swiper .swiper__navigation .swiper__nav.--next {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@media (max-width: 1024px) {
	.sub__point .point__swiper {
		width: 90%;
		max-width: 1600px;
		margin: 0 auto;
	}
	.sub__point .point__swiper .swiper__navigation {
		aspect-ratio: 580/224;
		width: 100%;
		height: auto;
		padding: 3%;
	}
	.sub__point .point__swiper .swiper-slide::before {
		aspect-ratio: 580/224;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.sub__point {
		font-size: 18px;
	}
	.sub__point .point__hd h3 em {
		font-size: 44px;
	}
	.sub__point .point__hd h3 strong {
		font-size: 30px;
	}
	.sub__point .point__swiper .swiper-slide strong {
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	.sub__point {
		font-size: 16px;
	}
	.sub__point .point__hd h3 em {
		font-size: 40px;
	}
	.sub__point .point__hd h3 strong {
		font-size: 26px;
	}
	.sub__point .point__swiper .swiper-slide strong {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.sub__point {
		font-size: 14px;
	}
	.sub__point .point__hd h3 em {
		font-size: 36px;
	}
	.sub__point .point__hd h3 strong {
		font-size: 24px;
	}
	.sub__point .point__swiper .swiper-slide strong {
		font-size: 18px;
	}
}
@media (max-width: 360px) {
	.sub__point {
		font-size: 12px;
	}
	.sub__point .point__hd h3 em {
		font-size: 32px;
	}
	.sub__point .point__hd h3 strong {
		font-size: 20px;
	}
	.sub__point .point__swiper .swiper-slide strong {
		font-size: 16px;
	}
	.sub__point .point__swiper .swiper__navigation .swiper__nav {
		width: 12px;
		height: 22px;
	}
}
.sub__B {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	margin-top: 20em;
}
.sub__B .B__title {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sub__B .B__title .title__wrapper {
	width: 800px;
}
.sub__B .B__title h3 {
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 1em;
	color: var(--point-color);
}
.sub__B .B__title p {
	color: var(--sub-color);
	line-height: 1.75;
	padding-bottom: 2em;
	font-weight: 500;
}
.sub__B .B__title .title__img {
	width: 40%;
}
.sub__B .B__img {
	width: 50%;
	aspect-ratio: 1000/916;
	border-radius: 7.5em 0 0 7.5em;
}
@media (max-width: 1600px) {
	.sub__B .B__title .title__wrapper {
		width: 700px;
	}
}
@media (max-width: 1400px) {
	.sub__B {
		font-size: 18px;
	}
	.sub__B .B__title h3 {
		font-size: 32px;
	}
	.sub__B .B__title .title__wrapper {
		width: 600px;
	}
}
@media (max-width: 1280px) {
	.sub__B .B__title .title__wrapper {
		width: 500px;
	}
}
@media (max-width: 1024px) {
	.sub__B {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 10em;
	}
	.sub__B .B__title,
	.sub__B .B__img {
		width: 95%;
	}
	.sub__B .B__title .title__wrapper {
		width: 100%;
	}
	.sub__B .B__title h3 {
		padding-top: 1.5em;
		line-height: 1.5;
	}
	.sub__B .B__title p {
		padding-right: 5%;
	}
	.sub__B .B__title p br,
	.sub__B .B__title p br.--max-1600,
	.sub__B .B__title p br.--max-1400,
	.sub__B .B__title p br.--max-1280 {
		display: none;
	}
	.sub__B .B__title .title__img {
		width: 95%;
	}
}
@media (max-width: 640px) {
	.sub__B .B__title h3 {
		font-size: 30px;
	}
	.sub__B {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.sub__B .B__title h3 {
		font-size: 26px;
	}
}
@media (max-width: 360px) {
	.sub__B .B__title h3 {
		font-size: 22px;
	}
	.sub__B {
		font-size: 12px;
	}
}
.sub__B.B__age .B__title p {
	font-weight: 600;
	color: var(--point-color);
	padding-bottom: 3.5em;
}
.sub__B.B__age .age__title dl + dl {
	margin-top: 2em;
}
.sub__B.B__age .age__title dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 40px;
	font-family: var(--IvyOra);
	color: var(--point-color);
}
.sub__B.B__age .age__title dt::before {
	content: "";
	aspect-ratio: 207/87;
	width: 100%;
	max-width: 207px;
	border-radius: 1em;
	margin-right: 0.3em;
}
.sub__B.B__age .age__title dd {
	font-weight: 500;
	color: var(--sub-color);
	line-height: 1.75;
	margin-top: 0.3em;
}
@media (max-width: 1024px) {
	.sub__B .B__title .title__wrapper {
		padding-right: 5%;
	}
	.sub__B .B__title dl br,
	.sub__B .B__title dl br.--max-1600,
	.sub__B .B__title dl br.--max-1400,
	.sub__B .B__title dl br.--max-1280 {
		display: none;
	}
}
@media (max-width: 768px) {
	.sub__B.B__age .age__title dt {
		font-size: 36px;
	}
}
@media (max-width: 640px) {
	.sub__B.B__age .age__title dt {
		font-size: 32px;
	}
}
@media (max-width: 480px) {
	.sub__B.B__age .age__title dt {
		font-size: 28px;
	}
}
@media (max-width: 360px) {
	.sub__B.B__age .age__title dt {
		font-size: 24px;
	}
	.sub__B.B__age .age__title dt::before {
		max-width: 150px;
	}
}
.sub__step {
	font-size: 20px;
	padding: 8em 0 0;
	--step-width: 900px;
	--step-height: 500px;
	--step-trs: 1s;
}
.sub__step .step__hd {
	text-align: center;
}
.sub__step .step__hd h3 {
	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;
	font-size: 30px;
	line-height: 1.5;
	color: var(--point-color);
}
.sub__step .step__hd p {
	font-weight: 500;
	color: var(--sub-color);
	margin: 1em 0 3em;
	line-height: 1.5;
}
.sub__step .step__swiper {
	position: relative;
}
.sub__step .step__swiper .swiper-slide {
	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;
	line-height: 1.75;
	text-align: center;
}
.sub__step .step__swiper .swiper-slide strong,
.sub__step .step__swiper .swiper-slide p {
	translate: 0 -1.5em;
	opacity: 0;
	-webkit-transition: var(--step-trs);
	transition: var(--step-trs);
}
.sub__step .step__swiper .swiper-slide strong {
	font-size: 30px;
	padding: 2em 0 0.5em;
	color: var(--point-color);
	position: relative;
}
.sub__step .step__swiper .swiper-slide strong::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	font-size: 4em;
	font-family: var(--Pretendard);
	font-weight: 600;
	line-height: 0.9;
	opacity: 0.1;
}
.sub__step .step__swiper .swiper-slide p {
	color: var(--sub-color);
	font-weight: 500;
}
.sub__step .step__swiper .swiper-slide p.--point {
	color: var(--point-color);
}
.sub__step .step__swiper .swiper-slide::before {
	content: "";
	width: var(--step-width);
	height: var(--step-height);
	border-radius: 7.5em;
}
.sub__step .step__swiper .swiper-slide.--01 strong::before {
	content: "01";
}
.sub__step .step__swiper .swiper-slide.--02 strong::before {
	content: "02";
}
.sub__step .step__swiper .swiper-slide.--03 strong::before {
	content: "03";
}
.sub__step .step__swiper .swiper-slide.--04 strong::before {
	content: "04";
}
.sub__step .step__swiper .swiper-slide.--05 strong::before {
	content: "05";
}
.sub__step .step__swiper .swiper-slide-active strong,
.sub__step .step__swiper .swiper-slide-active p {
	translate: 0 0;
	opacity: 1;
}
.sub__step .step__swiper .swiper__navigation {
	width: var(--step-width);
	height: var(--step-height);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	translate: -50% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub__step .step__swiper .swiper__navigation .swiper__nav {
	width: 19px;
	height: 33px;
	cursor: pointer;
}
.sub__step .step__swiper .swiper__navigation .swiper__nav svg {
	width: 100%;
	outline: none;
}
.sub__step .step__swiper .swiper__navigation .swiper__nav svg .cls-1 {
	fill: var(--point-color);
}
.sub__step .step__swiper .swiper__navigation .swiper__nav.--prev {
	translate: -50px 0;
}
.sub__step .step__swiper .swiper__navigation .swiper__nav.--next {
	translate: 50px 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.sub__step .step__swiper.step__list .swiper-slide strong {
	font-size: 30px;
}
.sub__step .step__swiper.step__list .swiper-slide strong::before {
	font-size: 3.33em;
	line-height: 1;
}
.sub__step .step__swiper.step__list .swiper-slide p {
	font-size: 18px;
}
.sub__step .step__swiper.step__list .swiper-slide ul {
	font-size: 16px;
	color: var(--sub-color);
	padding-top: 0.5em;
	translate: 2em 0;
	opacity: 0;
	-webkit-transition: var(--step-trs);
	transition: var(--step-trs);
}
.sub__step .step__swiper.step__list .swiper-slide ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}
.sub__step .step__swiper.step__list .swiper-slide ul li::before {
	content: "-";
	padding-right: 0.5em;
}
.sub__step .step__swiper.step__list .swiper-slide-active ul {
	translate: 0 0;
	opacity: 1;
}
@media (max-width: 1400px) {
	.sub__step .step__hd h3.--B {
		font-size: 26px;
	}
}
@media (max-width: 1280px) {
	.sub__step .step__hd h3.--B {
		font-size: 24px;
	}
}
@media (max-width: 1024px) {
	.sub__step .step__swiper {
		width: 90%;
		max-width: 1600px;
		margin: 0 auto;
	}
	.sub__step .step__swiper .swiper__navigation {
		aspect-ratio: 580/322;
		width: 100%;
		height: auto;
		padding: 3%;
	}
	.sub__step .step__swiper .swiper-slide::before {
		aspect-ratio: 580/322;
		width: 100%;
		height: auto;
	}
	.sub__step .step__swiper .swiper__navigation .swiper__nav.--prev,
	.sub__step .step__swiper .swiper__navigation .swiper__nav.--next {
		translate: 0 0;
	}
}
@media (max-width: 768px) {
	.sub__step {
		font-size: 18px;
	}
	.sub__step .step__hd h3 {
		font-size: 30px;
	}
	.sub__step .step__swiper .swiper-slide strong {
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	.sub__step {
		font-size: 16px;
	}
	.sub__step .step__hd h3 {
		font-size: 26px;
	}
	.sub__step .step__hd h3.--B {
		font-size: 22px;
	}
	.sub__step .step__swiper .swiper-slide strong {
		font-size: 20px;
	}
	.sub__step .step__swiper .swiper-slide::before {
		border-radius: 5em;
	}
	.sub__step .step__swiper.step__list .swiper-slide strong {
		font-size: 26px;
	}
	.sub__step .step__swiper.step__list .swiper-slide p {
		font-size: 16px;
	}
	.sub__step .step__swiper.step__list .swiper-slide ul {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.sub__step {
		font-size: 14px;
	}
	.sub__step .step__hd h3 {
		font-size: 24px;
	}
	.sub__step .step__hd h3.--B {
		font-size: 18px;
	}
	.sub__step .step__swiper .swiper-slide strong {
		font-size: 18px;
	}
	.sub__step .step__swiper .swiper-slide::before {
		border-radius: 4em;
	}
}
@media (max-width: 360px) {
	.sub__step {
		font-size: 12px;
	}
	.sub__step .step__hd h3 {
		font-size: 20px;
	}
	.sub__step .step__hd h3.--B {
		font-size: 14px;
	}
	.sub__step .step__swiper .swiper-slide strong {
		font-size: 16px;
	}
	.sub__step .step__swiper .swiper__navigation .swiper__nav {
		width: 12px;
		height: 22px;
	}
	.sub__step .step__swiper.step__list .swiper-slide strong {
		font-size: 22px;
	}
	.sub__step .step__swiper.step__list .swiper-slide p {
		font-size: 14px;
	}
	.sub__step .step__swiper.step__list .swiper-slide ul {
		font-size: 12px;
	}
}
.sub__table {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 8em;
	color: var(--point-color);
}
.sub__table h3 {
	font-size: 30px;
}
.sub__table p {
	color: var(--sub-color);
	padding: 1.2em 0 2.5em;
	line-height: 1.5;
}
.sub__table .table__wrapper {
	border-top: 2px solid var(--point-color);
	border-bottom: 2px solid var(--point-color);
	font-size: 20px;
	line-height: 1.4;
}
.sub__table .table__wrapper ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-weight: 500;
}
.sub__table .table__wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 0 1em 0.5em;
}
.sub__table .table__wrapper ul li::before {
	content: "";
	width: 1em;
	height: 3px;
	background: var(--sub-color);
	border-radius: 1em;
	margin-right: 1em;
	position: relative;
	top: 1em;
	translate: 0 -0.4em;
}
@media (max-width: 1280px) {
	.sub__table .table__wrapper {
		font-size: 18px;
	}
}
@media (max-width: 1024px) {
	.sub__table .table__wrapper ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.sub__table .table__wrapper ul li br,
	.sub__table .table__wrapper ul li br.--max-1600,
	.sub__table .table__wrapper ul li br.--max-1400,
	.sub__table .table__wrapper ul li br.--max-1280,
	.sub__table .table__wrapper ul li br.--max-1024,
	.sub__table .table__wrapper ul li br.--max-900 {
		display: none;
	}
}
@media (max-width: 768px) {
	.sub__table h3 {
		font-size: 28px;
	}
	.sub__table .table__wrapper {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.sub__table h3 {
		font-size: 24px;
	}
	.sub__table .table__wrapper {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sub__table h3 {
		font-size: 20px;
	}
	.sub__table {
		font-size: 14px;
	}
	.sub__table .table__wrapper {
		font-size: 12px;
	}
}
.sub__flow {
	font-size: 200px;
	font-family: var(--Seasons);
	color: var(--point-color);
	line-height: 1.2;
}
.sub__flow .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
@media (max-width: 1400px) {
	.sub__flow {
		font-size: 150px;
	}
}
@media (max-width: 1280px) {
	.sub__flow {
		font-size: 120px;
	}
}
@media (max-width: 768px) {
	.sub__flow {
		font-size: 100px;
	}
}
@media (max-width: 480px) {
	.sub__flow {
		font-size: 80px;
	}
}
@media (max-width: 360px) {
	.sub__flow {
		font-size: 60px;
	}
}
.sub__case {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 12.5em;
}
.sub__case .case__wrapper {
	position: relative;
}
.sub__case .case__hd {
	max-width: 1200px;
	margin: 0 auto;
}
.sub__case .case__hd h3 {
	font-size: 30px;
	color: var(--point-color);
	margin-bottom: 0.8em;
}
.sub__case .case__hd ul {
	color: var(--sub-color);
	font-weight: 500;
	line-height: 1.8;
	opacity: 0.6;
	margin-bottom: 2em;
}
.sub__case .case__view img {
	width: 100%;
}
.sub__case .case__view .case__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	border-radius: 2.14em 2.14em 0 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sub__case .case__view .case__img.--active {
	position: relative;
	z-index: 10;
	opacity: 1;
}
.sub__case .case__view .case__desc {
	font-size: 14px;
	color: hsla(0, 0%, 100%, 0.5);
	background: var(--point-color);
	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;
	padding: 1em;
	border-radius: 0 0 2.14em 2.14em;
}
.sub__case .case__view .case__desc strong {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0.5em;
}
.sub__case .case__view .case__degree {
	font-size: 14px;
	margin-top: 30px;
}
.sub__case .case__view .case__degree p {
	font-size: 16px;
	font-weight: bold;
	color: var(--point-color);
	margin-bottom: 10px;
}
.sub__case .case__view .case__degree .deg__button {
	height: 85px;
}
.sub__case .case__view .case__degree .deg__button button {
	font-size: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid var(--sub-color);
	color: var(--sub-color);
	margin: 0 5px;
	background: #fff;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
.sub__case .case__view .case__degree .deg__button button.--active {
	background: var(--sub-color);
	color: #fff;
}
.sub__case .case__nav {
	width: 1043px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sub__case .case__nav .nav__title {
	font-size: 16px;
	font-weight: bold;
	color: var(--point-color);
	margin-bottom: 10px;
}
.sub__case .case__nav .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	opacity: 0.2;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sub__case .case__nav .swiper-slide-thumb-active {
	opacity: 1;
}
.sub__case .case__nav .case__img {
	position: relative;
}
.sub__case .case__nav .case__img img {
	width: auto;
	height: 85px;
	aspect-ratio: 100/85;
}
.sub__case .case__nav .case__img.--before img {
	border-radius: 1em 0 0 1em;
}
.sub__case .case__nav .case__img.--after img {
	border-radius: 0 1em 1em 0;
}
.sub__case .case__wrapper.--v2 {
	max-width: 1200px;
	margin: 0 auto;
}
.sub__case .case__wrapper.--v2 .img__cover {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	background: hsla(0, 0%, 100%, 0.6666666667);
	backdrop-filter: blur(10px);
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 1.5;
	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;
}
.sub__case .case__wrapper.--v2 .case__view .case__degree {
	display: none;
}
.sub__case .case__wrapper.--v2 .case__nav {
	width: 100%;
}
.sub__case .case__wrapper.--v2 .case__nav .case__img {
	border-radius: 0.6em;
	overflow: hidden;
}
.sub__case .case__wrapper.--v2 .case__nav {
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 30px;
}
.sub__case .case__wrapper.--v2 .case__nav .case__img img {
	aspect-ratio: 500/290;
}
@media (max-width: 1400px) {
	.sub__case .case__nav {
		width: 832px;
	}
}
@media (max-width: 1280px) {
	.sub__case .case__nav {
		width: 622px;
	}
}
@media (max-width: 1024px) {
	.sub__case .case__nav {
		width: 411px;
	}
}
@media (max-width: 768px) {
	.sub__case .case__hd h3 {
		font-size: 26px;
	}
	.sub__case .case__nav {
		width: 311px;
	}
	.sub__case .case__nav .swiper-slide {
		width: 200px;
	}
	.sub__case .case__nav .case__img {
		width: 50%;
	}
	.sub__case .case__wrapper.--v2 .img__cover {
		font-size: 16px;
	}
	.sub__case .case__wrapper.--v2 .case__nav .case__img {
		width: 100%;
	}
	.sub__case .case__wrapper.--v2 .case__nav img {
		width: 100%;
		height: auto;
		aspect-ratio: unset;
	}
}
@media (max-width: 600px) {
	.sub__case .case__hd h3 {
		font-size: 24px;
	}
	.sub__case .case__view .case__degree {
		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;
	}
	.sub__case .case__nav {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.sub__case {
		font-size: 14px;
	}
	.sub__case .case__view .case__desc strong {
		font-size: 14px;
	}
	.sub__case .case__view .case__desc {
		font-size: 12px;
	}
	.sub__case .case__view .case__degree p,
	.sub__case .case__nav .nav__title {
		font-size: 14px;
	}
	.sub__case .case__nav .swiper-slide {
		width: 150px;
	}
	.sub__case .case__view .case__degree .deg__button button {
		width: 50px;
		height: 36px;
		border-radius: 8px;
		font-size: 12px;
	}
}
@media (max-width: 360px) {
	.sub__case {
		font-size: 12px;
	}
	.sub__case .case__hd h3 {
		font-size: 22px;
	}
}
.sub__layer {
	font-size: 20px;
}
.sub__layer .layer__title {
	padding: 5.5em 0 3.5em;
}
.sub__layer .layer__title h3 {
	font-size: 30px;
	color: var(--point-color);
	line-height: 1.3;
	text-align: center;
	margin-bottom: 1em;
}
.sub__layer .layer__title p {
	font-weight: 500;
	color: var(--sub-color);
	line-height: 1.75;
	text-align: center;
}
.sub__layer .layer__wrapper {
	position: relative;
	margin: 0 auto;
}
.sub__layer .layer__img {
	width: 516px;
	aspect-ratio: 516/371;
}
.sub__layer .layer__group {
	position: absolute;
	z-index: 5;
	width: 1.8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sub__layer .layer__group.--active .layer__toggle {
	-webkit-animation: none;
	animation: none;
}
.sub__layer .layer__group.--active .group__inner {
	opacity: 1;
	z-index: 10;
}
.sub__layer .layer__group .group__inner {
	position: absolute;
	opacity: 0;
	z-index: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sub__layer .layer__group .group__inner.--left {
	right: 1em;
}
.sub__layer .layer__group .group__inner.--bottom {
	top: 1em;
}
.sub__layer .layer__group .group__inner.--right-bottom {
	top: 1em;
	left: 1em;
}
.sub__layer .layer__group .group__inner.--left-bottom {
	top: 1em;
	right: 50%;
}
.sub__layer .layer__group .group__inner.--center {
	top: 1em;
	left: 1em;
	translate: -50% 0;
}
.sub__layer .layer__group dt {
	font-size: 25px;
	font-weight: 500;
	color: var(--point-color);
	padding: 1em 0 0.5em;
}
.sub__layer .layer__group dd {
	font-weight: 500;
	color: var(--sub-color);
	line-height: 1.75;
}
.sub__layer .layer__toggle {
	position: absolute;
	z-index: 20;
	width: 1.8em;
	height: 1.8em;
	border-radius: 10em;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-animation: layer__toggle 1s ease-out infinite alternate;
	animation: layer__toggle 1s ease-out infinite alternate;
}
.sub__layer .layer__toggle::before,
.sub__layer .layer__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 1em;
	height: 3px;
	border-radius: 10em;
	background: var(--point-color);
}
.sub__layer .layer__toggle::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
@-webkit-keyframes layer__toggle {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
}
@keyframes layer__toggle {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
}
.sub__layer .layer__close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 50;
	width: 4em;
	height: 4em;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sub__layer .layer__close::before,
.sub__layer .layer__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 3em;
	height: 3px;
	border-radius: 3em;
	background: var(--point-color);
}
.sub__layer .layer__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub__layer .layer__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 1600px) {
	.sub__layer .layer__img {
		width: 400px;
	}
	.sub__layer .layer__group dd br {
		display: none;
	}
}
@media (max-width: 1280px) {
	.sub__layer {
		font-size: 16px;
	}
	.sub__layer .layer__wrapper {
		max-width: 440px !important;
	}
	.sub__layer .layer__img {
		width: 300px;
	}
	.sub__layer .layer__group dt {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.sub__layer h3 {
		font-size: 26px;
	}
	.sub__layer .layer__wrapper {
		max-width: 70% !important;
	}
	.sub__layer .layer__group {
		position: initial;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.sub__layer .layer__group .group__inner {
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		translate: 0 0 !important;
		width: 100%;
		height: 100%;
		padding: 2em;
		background: hsla(0, 0%, 100%, 0.8666666667);
	}
	.sub__layer .layer__img {
		width: 70% !important;
	}
	.sub__layer .layer__group.--active .group__inner {
		z-index: 30;
	}
	.sub__layer .layer__group.--active .layer__close {
		opacity: 1;
		pointer-events: auto;
	}
}
@media (max-width: 768px) {
	.sub__layer h3 {
		font-size: 22px;
	}
	.sub__layer .layer__group.--active .layer__close {
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	.sub__layer {
		font-size: 14px;
	}
	.sub__layer .layer__toggle {
		width: 1.6em;
		height: 1.6em;
	}
	.sub__layer .layer__toggle::before,
	.sub__layer .layer__toggle::after {
		height: 2px;
	}
	.sub__layer .layer__group dt {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.sub__layer h3 {
		font-size: 18px;
	}
	.sub__layer .layer__group dt {
		font-size: 18px;
	}
	.sub__layer .layer__group.--active .layer__close {
		font-size: 12px;
	}
}
@media (max-width: 360px) {
	.sub__layer {
		font-size: 12px;
	}
	.sub__layer h3 {
		font-size: 16px;
	}
	.sub__layer .layer__group dt {
		font-size: 16px;
	}
	.sub__layer .layer__group.--active .layer__close {
		font-size: 10px;
	}
}
.sub__exp {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 16px;
	color: var(--sub-color);
	padding-bottom: 13em;
}
.sub__exp .exp__hd {
	padding-bottom: 4.3em;
}
.sub__exp .exp__hd h3 {
	font-size: 35px;
	padding: 6em 0 0.3em;
	line-height: 1.5;
	color: var(--point-color);
}
.sub__exp .exp__hd p {
	line-height: 1.5;
}
.sub__exp .exp__case .exp__group:first-child {
	border-top: 4px solid var(--neut-color);
}
.sub__exp .exp__case .exp__group:last-child {
	border-bottom: 4px solid var(--neut-color);
}
.sub__exp .exp__group {
	--exp-trs: 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	font-size: 30px;
	padding: 1em 0.5em;
	-webkit-transition-property: padding;
	transition-property: padding;
	-webkit-transition-duration: var(--exp-trs);
	transition-duration: var(--exp-trs);
}
.sub__exp .exp__group i {
	width: 4em;
	height: 2em;
	position: relative;
}
.sub__exp .exp__group i::before,
.sub__exp .exp__group i::after {
	content: "";
	width: 1.1em;
	height: 4px;
	border-radius: 10em;
	background: var(--neut-color);
	-webkit-filter: brightness(1.4) saturate(0.7);
	filter: brightness(1.4) saturate(0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	-webkit-transition: var(--exp-trs);
	transition: var(--exp-trs);
}
.sub__exp .exp__group .exp__title {
	width: calc(100% - 8em);
	padding-right: 1em;
	-webkit-transition: var(--exp-trs);
	transition: var(--exp-trs);
}
.sub__exp .exp__group .exp__title h4 {
	color: var(--point-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2em;
	-webkit-transition: var(--exp-trs);
	transition: var(--exp-trs);
}
.sub__exp .exp__group .exp__title p {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.sub__exp .exp__group .exp__img {
	width: 4em;
	border-radius: 0.6em;
	overflow: hidden;
	aspect-ratio: 525/286;
	-webkit-transition: var(--exp-trs);
	transition: var(--exp-trs);
}
.sub__exp .exp__group.--active {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0.5em;
}
.sub__exp .exp__group.--active i::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sub__exp .exp__group.--active .exp__title {
	width: calc(100% - 21.5em);
}
.sub__exp .exp__group.--active .exp__title p {
	max-height: 20em;
	opacity: 1;
	-webkit-transition: var(--exp-trs) var(--exp-trs);
	transition: var(--exp-trs) var(--exp-trs);
}
.sub__exp .exp__group.--active .exp__title p strong {
	color: var(--point-color);
}
.sub__exp .exp__group.--active .exp__img {
	width: 17.5em;
	border-radius: 2em;
	height: auto;
}
.sub__exp .exp__group + .exp__group {
	border-top: 1px solid rgba(var(--neut-color-rgb), 0.3);
}
@media (max-width: 1600px) {
	.sub__exp .exp__group.--active .exp__title {
		width: calc(100% - 17em);
	}
	.sub__exp .exp__group.--active .exp__img {
		width: 14em;
	}
}
@media (max-width: 1400px) {
	.sub__exp .exp__group {
		font-size: 28px;
	}
	.sub__exp .exp__group .exp__title p br {
		display: none;
	}
}
@media (max-width: 1280px) {
	.sub__exp .exp__group i {
		width: 3em;
	}
	.sub__exp .exp__group {
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	.sub__exp .exp__hd h3 {
		font-size: 32px;
	}
	.sub__exp .exp__group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1.5em 0.5em;
	}
	.sub__exp .exp__group .exp__img {
		width: 100%;
		max-height: 0;
	}
	.sub__exp .exp__group.--active {
		padding: 1em 0.5em;
	}
	.sub__exp .exp__group.--active .exp__img {
		width: 100%;
		max-height: 50em;
	}
	.sub__exp .exp__group .exp__title,
	.sub__exp .exp__group.--active .exp__title {
		width: calc(100% - 3em);
	}
	.sub__exp .exp__group.--active .exp__title {
		padding: 0 0 1.5em 0;
	}
	.sub__exp .exp__group.--active .exp__title p {
		-webkit-transition: var(--exp-trs);
		transition: var(--exp-trs);
	}
}
@media (max-width: 768px) {
	.sub__exp .exp__hd h3 {
		font-size: 30px;
	}
	.sub__exp .exp__group {
		font-size: 24px;
	}
	.sub__exp .exp__group i {
		width: 2.5em;
	}
	.sub__exp .exp__group .exp__title,
	.sub__exp .exp__group.--active .exp__title {
		width: calc(100% - 2.5em);
	}
}
@media (max-width: 640px) {
	.sub__exp .exp__hd h3 {
		font-size: 26px;
	}
	.sub__exp .exp__group {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.sub__exp {
		font-size: 14px;
	}
	.sub__exp .exp__hd h3 {
		font-size: 24px;
	}
	.sub__exp .exp__group {
		font-size: 20px;
	}
	.sub__exp .exp__group .exp__title p {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sub__exp {
		font-size: 12px;
	}
	.sub__exp .exp__hd h3 {
		font-size: 20px;
	}
	.sub__exp .exp__group {
		font-size: 18px;
	}
	.sub__exp .exp__group .exp__title p {
		font-size: 12px;
	}
}
.sub__proc {
	font-size: 16px;
	color: var(--sub-color);
	padding: 10em 0;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}
.sub__proc .proc__hd {
	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;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5em;
}
.sub__proc .proc__hd h3 {
	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;
	font-size: 30px;
	color: var(--point-color);
	font-weight: 500;
	line-height: 1.3;
}
.sub__proc .proc__hd h3 * {
	font-style: normal;
	font-weight: inherit;
}
.sub__proc .proc__hd h3 em {
	font-size: 150px;
	font-family: var(--IvyOra);
}
.sub__proc .proc__hd h3 strong {
	font-weight: 600;
	margin-top: 2em;
}
.sub__proc .proc__hd p {
	margin-top: 1.5em;
	line-height: 1.5;
}
.sub__proc .proc__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sub__proc .proc__list .proc__group {
	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;
	max-width: 500px;
}
.sub__proc .proc__list .proc__img {
	aspect-ratio: 293/130;
	width: 293px;
	border-radius: 100em;
}
.sub__proc .proc__list dt {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--point-color);
	margin: 1.2em 0 0.8em;
}
.sub__proc .proc__list dd {
	line-height: 1.6;
}
.sub__proc .proc__list .proc__bar {
	width: 5em;
	height: 1px;
	margin-top: 4em;
	background: var(--neut-color);
	opacity: 0.5;
}
.sub__proc .proc__img.--01 {
	background: url(/img/sub/proc/01.png) center/cover no-repeat;
}
.sub__proc .proc__img.--02 {
	background: url(/img/sub/proc/02.png) center/cover no-repeat;
}
.sub__proc .proc__img.--03 {
	background: url(/img/sub/proc/03.png) center/cover no-repeat;
}
@media (max-width: 1400px) {
	.sub__proc .proc__hd h3 em {
		font-size: 140px;
	}
	.sub__proc .proc__list .proc__group dl {
		padding: 0 2em;
	}
}
@media (max-width: 1280px) {
	.sub__proc .proc__hd h3 {
		font-size: 28px;
	}
	.sub__proc .proc__hd h3 em {
		font-size: 120px;
	}
	.sub__proc .proc__list .proc__group {
		max-width: 300px;
	}
	.sub__proc .proc__list .proc__bar {
		width: 2em;
		margin: 4em 1em 0;
	}
	.sub__proc .proc__list dt {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.sub__proc .proc__list {
		-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;
	}
	.sub__proc .proc__list .proc__group {
		max-width: 80%;
	}
	.sub__proc .proc__list .proc__bar {
		margin: 2em auto;
		width: 2px;
		height: 3em;
	}
}
@media (max-width: 768px) {
	.sub__proc .proc__hd {
		padding-left: 5%;
		padding-right: 5%;
	}
	.sub__proc .proc__hd h3 {
		font-size: 24px;
	}
	.sub__proc .proc__hd h3 em {
		font-size: 100px;
	}
	.sub__proc .proc__list dt {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.sub__proc .proc__hd {
		font-size: 18px;
	}
	.sub__proc .proc__hd h3 {
		font-size: 22px;
	}
	.sub__proc .proc__hd h3 em {
		font-size: 80px;
	}
}
@media (max-width: 480px) {
	.sub__proc {
		font-size: 14px;
		padding: 6em 0;
	}
	.sub__proc .proc__hd {
		font-size: 16px;
	}
	.sub__proc .proc__hd h3 {
		font-size: 20px;
	}
	.sub__proc .proc__hd h3 em {
		font-size: 60px;
	}
	.sub__proc .proc__list dt {
		font-size: 18px;
	}
}
@media (max-width: 360px) {
	.sub__proc {
		font-size: 12px;
	}
	.sub__proc .proc__hd {
		font-size: 14px;
	}
	.sub__proc .proc__hd h3 {
		font-size: 18px;
	}
	.sub__proc .proc__hd h3 em {
		font-size: 50px;
	}
	.sub__proc .proc__list .proc__img {
		width: 100%;
	}
	.sub__proc .proc__list dt {
		font-size: 16px;
	}
}
.sub__system {
	font-size: 20px;
	font-weight: 500;
	color: var(--sub-color);
	padding: 10em 0 0;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
.sub__system .system__hd {
	text-align: center;
	padding-bottom: 3em;
}
.sub__system .system__hd h3 {
	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;
	font-size: 35px;
	font-weight: 500;
	color: var(--point-color);
	margin-bottom: 1em;
}
.sub__system .system__hd h3 em {
	font-size: 50px;
	font-family: var(--IvyOra);
	font-style: normal;
	line-height: 1;
	margin-bottom: 0.5em;
}
.sub__system .system__hd h3 strong {
	font-weight: 600;
	line-height: 1.4;
}
.sub__system .system__hd p {
	line-height: 1.5;
}
.sub__system .system__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.75;
	text-align: center;
}
.sub__system .system__group {
	max-width: 780px;
	width: 49%;
}
.sub__system .system__group .system__img {
	width: 100%;
	aspect-ratio: 780/600;
	border-radius: 7.5em;
}
.sub__system .system__group dt {
	color: var(--point-color);
	font-weight: 600;
	margin: 2em 0 0.7em;
}
@media (max-width: 1280px) {
	.sub__system .system__hd h3 em {
		font-size: 48px;
	}
	.sub__system .system__hd h3 {
		font-size: 32px;
	}
	.sub__system {
		font-size: 18px;
	}
}
@media (max-width: 1024px) {
	.sub__system .system__hd h3 em {
		font-size: 46px;
	}
	.sub__system .system__hd h3 {
		font-size: 30px;
	}
	.sub__system .system__wrapper {
		-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;
	}
	.sub__system .system__group {
		width: 90%;
	}
	.sub__system .system__group + .system__group {
		margin-top: 3em;
	}
}
@media (max-width: 768px) {
	.sub__system .system__hd h3 em {
		font-size: 46px;
	}
	.sub__system .system__hd h3 {
		font-size: 28px;
	}
}
@media (max-width: 640px) {
	.sub__system {
		font-size: 16px;
	}
	.sub__system .system__hd h3 em {
		font-size: 42px;
	}
	.sub__system .system__hd h3 {
		font-size: 24px;
	}
	.sub__system .system__group .system__img {
		border-radius: 4em;
	}
}
@media (max-width: 480px) {
	.sub__system .system__hd h3 em {
		font-size: 38px;
	}
	.sub__system .system__hd h3 {
		font-size: 22px;
	}
	.sub__system {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sub__system {
		font-size: 12px;
	}
	.sub__system .system__hd h3 em {
		font-size: 34px;
	}
	.sub__system .system__hd h3 {
		font-size: 20px;
	}
	.sub__system dd br,
	.sub__system dd br.--max-1600,
	.sub__system dd br.--max-1400,
	.sub__system dd br.--max-1280,
	.sub__system dd br.--max-1024,
	.sub__system dd br.--max-900 {
		display: none;
	}
}
.sub__type.type__slider {
	font-size: 16px;
	padding: 12.5em 0 0;
}
.sub__type.type__slider .type__hd {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 3em;
}
.sub__type.type__slider .type__hd h3 {
	font-size: 35px;
	font-weight: 500;
	color: var(--point-color);
	line-height: 1.4;
}
.sub__type.type__slider .type__hd p {
	font-size: 20px;
	color: var(--sub-color);
	line-height: 1.75;
	margin-top: 1em;
}
.sub__type.type__slider .type__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	padding-bottom: 40px;
}
.sub__type.type__slider .type__wrapper .swiper {
	width: calc(100% - (100vw - 1600px - (50vw - 800px)));
	margin: 0;
}
.sub__type.type__slider .type__wrapper .swiper .swiper-wrapper {
	cursor: -webkit-grab;
	cursor: grab;
}
.sub__type.type__slider .type__wrapper .swiper-slide {
	width: 400px;
	padding: 3em 3.5em;
	border-radius: 5.3em;
	aspect-ratio: 400/340;
	color: #fff;
	background: var(--point-color);
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sub__type.type__slider .type__wrapper .swiper-slide i {
	font-size: 20px;
	font-family: var(--Pretendard);
	font-weight: bold;
	font-style: normal;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.sub__type.type__slider .type__wrapper .swiper-slide dl {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 3.5em;
}
.sub__type.type__slider .type__wrapper .swiper-slide dt {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 1em;
}
.sub__type.type__slider .type__wrapper .swiper-slide dd {
	line-height: 1.6;
}
.sub__type.type__slider .type__wrapper .swiper-scrollbar {
	left: auto;
	right: 0;
	width: calc(100% - (100vw - 1600px - (50vw - 800px)));
	height: 4px;
	border-radius: 10px;
	background: rgba(var(--sub-color-rgb), 0.2);
}
.sub__type.type__slider .type__wrapper .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 10px;
	background: var(--point-color);
}
@media (max-width: 1800px) {
	.sub__type.type__slider .type__wrapper .swiper-scrollbar,
	.sub__type.type__slider .type__wrapper .swiper {
		width: 95%;
	}
	.sub__type.type__slider .type__wrapper .swiper-scrollbar {
		left: 5%;
	}
}
@media (max-width: 1024px) {
	.sub__type.type__slider .type__hd h3 {
		font-size: 32px;
	}
	.sub__type.type__slider .type__hd p {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.sub__type.type__slider .type__hd h3 {
		font-size: 30px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dt {
		font-size: 24px;
	}
}
@media (max-width: 640px) {
	.sub__type.type__slider .type__hd h3 {
		font-size: 28px;
	}
	.sub__type.type__slider .type__hd p {
		font-size: 16px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide {
		width: 350px;
		padding: 2.5em 3em;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dl {
		top: 45%;
		padding: 0 3em;
		border-radius: 3.5em;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dt {
		font-size: 22px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dd br {
		display: none;
	}
}
@media (max-width: 480px) {
	.sub__type.type__slider .type__hd h3 {
		font-size: 26px;
	}
	.sub__type.type__slider .type__hd p {
		font-size: 14px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide {
		width: 320px;
		padding: 2.5em;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dl {
		padding: 0 2em;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dt {
		font-size: 20px;
	}
	.sub__type.type__slider {
		font-size: 14px;
	}
	.sub__type.type__slider .type__wrapper {
		padding-bottom: 30px;
	}
	.sub__type.type__slider .type__wrapper .swiper-scrollbar {
		height: 3px;
	}
}
@media (max-width: 360px) {
	.sub__type.type__slider .type__hd h3 {
		font-size: 24px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide {
		width: 300px;
	}
	.sub__type.type__slider .type__wrapper .swiper-slide dt {
		font-size: 18px;
	}
	.sub__type.type__slider {
		font-size: 12px;
	}
}
.sub__type.type__list {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1000px;
	font-size: 16px;
	color: var(--sub-color);
	padding: 10em 0 0;
}
.sub__type.type__list .type__title {
	padding-top: 20px;
	font-weight: 500;
}
.sub__type.type__list .type__title h3 {
	font-size: 35px;
	color: var(--point-color);
	margin-bottom: 1em;
	line-height: 1.4;
}
.sub__type.type__list .type__title p {
	font-size: 20px;
	line-height: 1.75;
}
.sub__type.type__list .type__wrapper {
	border-top: 2px solid var(--point-color);
	border-bottom: 2px solid var(--point-color);
}
.sub__type.type__list .type__wrapper .type__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}
.sub__type.type__list .type__wrapper .type__group i,
.sub__type.type__list .type__wrapper .type__group strong {
	font-weight: 600;
	font-style: normal;
	color: var(--point-color);
}
.sub__type.type__list .type__wrapper .type__group i {
	width: 6em;
	text-align: center;
}
.sub__type.type__list .type__wrapper .type__group strong {
	font-size: 20px;
	width: 10em;
}
.sub__type.type__list .type__wrapper .type__group .type__img {
	width: 5em;
	max-width: 80px;
	margin-right: 2em;
}
.sub__type.type__list .type__wrapper .type__group p {
	width: calc(100% - 26em);
	line-height: 1.75;
}
.sub__type.type__list .type__wrapper .type__group + .type__group {
	border-top: 1px solid var(--sub-color);
}
@media (max-width: 1600px) {
	.sub__type.type__list {
		grid-template-columns: 33% 65%;
	}
	.sub__type.type__list .type__title h3 {
		font-size: 32px;
	}
	.sub__type.type__list .type__title p {
		font-size: 18px;
	}
}
@media (max-width: 1280px) {
	.sub__type.type__list {
		grid-template-columns: 1fr;
		row-gap: 2em;
	}
	.sub__type.type__list .type__title {
		padding-top: 0;
	}
}
@media (max-width: 1024px) {
	.sub__type.type__list .type__title h3 {
		font-size: 30px;
	}
	.sub__type.type__list .type__wrapper .type__group {
		position: relative;
		padding: 4em 0 2em;
	}
	.sub__type.type__list .type__wrapper .type__group strong {
		position: absolute;
		top: 1.5em;
		left: 10.5em;
	}
	.sub__type.type__list .type__wrapper .type__group p {
		width: calc(100% - 13em);
	}
}
@media (max-width: 480px) {
	.sub__type.type__list .type__title h3 {
		font-size: 28px;
	}
	.sub__type.type__list .type__title p {
		font-size: 16px;
	}
	.sub__type.type__list .type__wrapper .type__group strong {
		font-size: 18px;
		left: 10.2em;
	}
	.sub__type.type__list {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sub__type.type__list .type__title h3 {
		font-size: 24px;
	}
	.sub__type.type__list .type__title p {
		font-size: 14px;
	}
	.sub__type.type__list .type__wrapper .type__group strong {
		font-size: 15px;
		left: 10.5em;
	}
	.sub__type.type__list {
		font-size: 12px;
	}
}
.sub__diag {
	padding: 6.5em 0;
	font-size: 20px;
	color: var(--c-yellow);
	text-align: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	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;
}
.sub__diag h4 {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 1em;
	position: relative;
}
.sub__diag h4 i {
	font-style: normal;
}
.sub__diag h5 {
	font-size: 25px;
	line-height: 1.6;
	margin-top: 2.6em;
}
.sub__diag p {
	line-height: 2;
}
.sub__diag .diag__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 1000px;
	margin: 2em 0 4em;
	position: relative;
}
.sub__diag .diag__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 800px;
	height: 1px;
	background: var(--c-yellow);
}
.sub__diag .diag__list li {
	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;
	position: relative;
	font-size: 16px;
}
.sub__diag .diag__list li::before {
	content: "";
	width: 1px;
	height: 2em;
	background: var(--c-yellow);
}
.sub__diag .diag__list li p {
	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;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.sub__diag .diag__list li p::before {
	content: "";
	width: 7.5em;
	max-width: 120px;
	aspect-ratio: 120/120;
	margin-bottom: 1em;
	border-radius: 1.8em;
}
@media (max-width: 1024px) {
	.sub__diag h4 i {
		position: absolute;
		top: 0.8em;
	}
	.sub__diag h4 i:first-child {
		left: -1em;
	}
	.sub__diag h4 i:last-child {
		right: -1em;
	}
	.sub__diag .diag__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 580px;
	}
	.sub__diag .diag__list li::before {
		display: none;
	}
	.sub__diag .diag__list li.--02 {
		width: 340px;
		margin-bottom: 60px;
	}
	.sub__diag .diag__list::before {
		top: 60px;
		width: 350px;
	}
	.sub__diag .diag__list li.--04 {
		padding-right: 120px;
		position: relative;
	}
	.sub__diag .diag__list li.--04::after {
		content: "";
		position: absolute;
		top: 60px;
		left: 50%;
		width: calc(100% - 120px);
		height: 1px;
		background: var(--c-yellow);
	}
	.sub__diag .diag__list li p {
		line-height: 1.25;
	}
}
@media (max-width: 768px) {
	.sub__diag {
		font-size: 18px;
	}
	.sub__diag h4 {
		font-size: 32px;
	}
	.sub__diag h5 {
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	.sub__diag {
		font-size: 16px;
	}
	.sub__diag h4 {
		font-size: 30px;
	}
	.sub__diag .diag__list {
		width: 460px;
	}
	.sub__diag .diag__list li.--02 {
		width: 220px;
	}
	.sub__diag .diag__list li.--04 {
		padding-right: 60px;
	}
	.sub__diag .diag__list li.--04::after {
		width: calc(100% - 60px);
	}
	.sub__diag .diag__list li p::before {
		max-width: 110px;
	}
}
@media (max-width: 480px) {
	.sub__diag h4 {
		font-size: 26px;
	}
	.sub__diag h4 i {
		top: 1.5em;
	}
	.sub__diag h4 i:first-child {
		left: -1.3em;
	}
	.sub__diag h4 i:last-child {
		right: -1.3em;
	}
	.sub__diag h5 {
		font-size: 20px;
	}
	.sub__diag .diag__list {
		width: 320px;
	}
	.sub__diag .diag__list::before {
		top: 50px;
		width: 280px;
	}
	.sub__diag .diag__list li {
		font-size: 14px;
	}
	.sub__diag .diag__list li.--02 {
		width: 140px;
	}
	.sub__diag .diag__list li.--04 {
		padding-right: 30px;
	}
	.sub__diag .diag__list li.--04::after {
		top: 50px;
		width: calc(100% - 30px);
	}
	.sub__diag .diag__list li p::before {
		max-width: 90px;
	}
}
@media (max-width: 360px) {
	.sub__diag {
		font-size: 14px;
	}
	.sub__diag h4 {
		font-size: 22px;
	}
	.sub__diag h5 {
		font-size: 18px;
	}
	.sub__diag .diag__list::before {
		top: 46px;
		width: 180px;
	}
	.sub__diag .diag__list li {
		font-size: 12px;
	}
	.sub__diag .diag__list li.--04 {
		padding-right: 25px;
	}
	.sub__diag .diag__list li.--04::after {
		top: 45px;
		width: calc(100% - 25px);
	}
}
.sub__diff {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: var(--sub-color);
}
.sub__diff .diff__hd {
	padding-bottom: 4em;
}
.sub__diff .diff__hd h3 {
	font-size: 35px;
	font-weight: bold;
	color: var(--point-color);
	line-height: 1.3;
}
.sub__diff .diff__hd p {
	font-size: 20px;
	line-height: 1.75;
	margin-top: 1em;
}
.sub__diff .diff__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sub__diff .diff__table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.sub__diff .diff__table .diff__col {
	width: 625px;
}
.sub__diff .diff__table .diff__col li {
	height: 4em;
	line-height: 1.3;
	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;
	border-right: 2px solid rgba(var(--sub-color-rgb), 0.2);
	border-bottom: 2px solid rgba(var(--sub-color-rgb), 0.2);
}
.sub__diff .diff__table .diff__col .thead {
	height: 4.2em;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	background: var(--point-color);
	border: 0;
}
.sub__diff .diff__table .diff__col.--thead {
	width: 350px;
}
.sub__diff .diff__table.--adult .diff__col.--thead {
	display: none;
}
.sub__diff .diff__table.--adult .diff__col.--tbody li {
	border-right: 0;
}
@media (max-width: 1800px) {
	.sub__diff .diff__wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.sub__diff .diff__table.--teenage {
		width: 60%;
	}
	.sub__diff .diff__table.--adult {
		width: 40%;
	}
	.sub__diff .diff__table .diff__col {
		width: calc(100% - 250px);
	}
	.sub__diff .diff__table .diff__col.--thead {
		width: 250px;
	}
	.sub__diff .diff__table.--adult .diff__col.--tbody {
		width: 100%;
	}
}
@media (max-width: 1280px) {
	.sub__diff {
		font-size: 18px;
	}
	.sub__diff .diff__hd h3 {
		font-size: 32px;
	}
	.sub__diff .diff__hd p {
		font-size: 18px;
	}
	.sub__diff .diff__table .diff__col {
		width: calc(100% - 200px);
	}
	.sub__diff .diff__table .diff__col.--thead {
		width: 200px;
	}
	.sub__diff .diff__table .diff__col .thead {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.sub__diff .diff__hd {
		text-align: center;
	}
	.sub__diff .diff__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sub__diff .diff__table .diff__col.--thead {
		width: 10em;
	}
	.sub__diff .diff__table.--teenage,
	.sub__diff .diff__table.--adult {
		width: 100%;
	}
	.sub__diff .diff__table.--adult .diff__col.--thead {
		display: block;
	}
	.sub__diff .diff__table .diff__col.--tbody li {
		border-right: 0;
	}
	.sub__diff .diff__table + .diff__table {
		margin-top: 2em;
	}
	.sub__diff .diff__table.--teenage .diff__col.--tbody,
	.sub__diff .diff__table.--adult .diff__col.--tbody {
		width: calc(100% - 10em);
	}
	.sub__diff .diff__table .diff__col.--thead .thead {
		border-right: 2px solid #fff;
	}
}
@media (max-width: 768px) {
	.sub__diff .diff__table .diff__col .thead {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.sub__diff {
		font-size: 16px;
	}
	.sub__diff .diff__hd h3 {
		font-size: 30px;
	}
	.sub__diff .diff__table .diff__col .thead {
		font-size: 18px;
	}
	.sub__diff .diff__hd p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.sub__diff .diff__hd h3 {
		font-size: 26px;
	}
	.sub__diff .diff__table .diff__col .thead {
		font-size: 16px;
	}
	.sub__diff {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	.sub__diff {
		font-size: 12px;
	}
	.sub__diff .diff__hd h3 {
		font-size: 20px;
	}
	.sub__diff .diff__hd p {
		font-size: 12px;
	}
}
.sub__mode {
	padding: 7em 0;
	font-size: 20px;
	font-weight: 500;
	color: var(--sub-color);
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	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;
}
.sub__mode h3,
.sub__mode .mode__group dt {
	font-family: var(--IvyOra);
}
.sub__mode .mode__hd {
	padding-bottom: 3em;
}
.sub__mode .mode__hd h3 {
	font-size: 150px;
	font-weight: normal;
	color: var(--point-color);
}
.sub__mode .mode__hd h4 {
	font-size: 30px;
	font-weight: 500;
	color: var(--point-color);
	margin: 2em 0 1em;
}
.sub__mode .mode__hd p {
	line-height: 1.5;
}
.sub__mode .mode__wrapper {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}
.sub__mode .mode__group {
	max-width: 780px;
}
.sub__mode .mode__group dl {
	aspect-ratio: 780/600;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 3em;
	color: #fff;
	line-height: 1.5;
	text-align: right;
}
.sub__mode .mode__group dl dt {
	font-size: 60px;
}
.sub__mode .mode__group p {
	margin-top: 2.5em;
	line-height: 1.75;
}
@media (max-width: 1800px) {
	.sub__mode .mode__hd h3 {
		font-size: 140px;
	}
}
@media (max-width: 1600px) {
	.sub__mode .mode__hd h3 {
		font-size: 140px;
	}
}
@media (max-width: 1400px) {
	.sub__mode {
		font-size: 18px;
	}
	.sub__mode .mode__hd h3 {
		font-size: 120px;
	}
	.sub__mode .mode__group dl dt {
		font-size: 50px;
	}
}
@media (max-width: 1024px) {
	.sub__mode .mode__hd h3 {
		font-size: 100px;
	}
	.sub__mode .mode__hd h4 {
		font-size: 28px;
	}
	.sub__mode .mode__wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 3em;
	}
	.sub__mode .mode__group {
		width: 100%;
		max-width: 100%;
	}
	.sub__mode .mode__group p {
		margin-top: 1em;
	}
}
@media (max-width: 900px) {
	.sub__mode .mode__hd h3 {
		font-size: 80px;
	}
}
@media (max-width: 768px) {
	.sub__mode .mode__hd h3 {
		font-size: 70px;
	}
}
@media (max-width: 640px) {
	.sub__mode {
		font-size: 16px;
	}
	.sub__mode .mode__hd h3 {
		font-size: 60px;
	}
	.sub__mode .mode__hd h4 {
		font-size: 26px;
	}
	.sub__mode .mode__group dl dt {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.sub__mode {
		font-size: 14px;
	}
	.sub__mode .mode__hd h3 {
		font-size: 50px;
	}
	.sub__mode .mode__hd h4 {
		font-size: 24px;
	}
	.sub__mode .mode__group dl {
		padding: 2.5em;
	}
	.sub__mode .mode__group dl dt {
		font-size: 36px;
	}
}
@media (max-width: 360px) {
	.sub__mode {
		font-size: 12px;
	}
	.sub__mode .mode__hd h3 {
		font-size: 40px;
	}
	.sub__mode .mode__hd h4 {
		font-size: 20px;
	}
	.sub__mode .mode__group dl dt {
		font-size: 28px;
	}
}
.sub__collabo {
	padding: 8em 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--sub-color);
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	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;
	--collabo-gap: 96px;
}
.sub__collabo .collabo__hd {
	padding-bottom: 3em;
	line-height: 1.6;
}
.sub__collabo .collabo__hd h3 {
	font-size: 50px;
	font-family: var(--IvyOra);
	font-weight: normal;
	color: var(--point-color);
}
.sub__collabo .collabo__hd h4 {
	font-size: 35px;
	color: var(--point-color);
	margin: 1em 0;
}
.sub__collabo .collabo__hd p {
	font-size: 20px;
}
.sub__collabo .collabo__wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--collabo-gap);
}
.sub__collabo .collabo__icon {
	width: var(--collabo-gap);
	height: var(--collabo-gap);
	position: absolute;
	top: 150px;
	left: 50%;
	translate: -50% -50%;
}
.sub__collabo .collabo__icon::before,
.sub__collabo .collabo__icon::after {
	content: "";
	width: var(--collabo-gap);
	height: 14px;
	border-radius: 14px;
	background: rgba(var(--point-color-rgb), 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.sub__collabo .collabo__icon::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sub__collabo .collabo__group {
	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;
}
.sub__collabo .collabo__group .collabo__img {
	width: 300px;
	height: 300px;
}
.sub__collabo .collabo__group dt {
	font-size: 18px;
	font-weight: bold;
	color: var(--point-color);
}
.sub__collabo .collabo__group dt * {
	display: block;
}
.sub__collabo .collabo__group dt strong {
	font-size: 25px;
	font-weight: 500;
	margin: 1.5em 0 0.8em;
	line-height: 1.3;
}
.sub__collabo .collabo__group dd {
	line-height: 1.75;
	margin-top: 1.5em;
}
@media (max-width: 1024px) {
	.sub__collabo .collabo__hd h3 {
		font-size: 60px;
	}
	.sub__collabo .collabo__hd h4 {
		font-size: 30px;
		margin: 0.5em 0;
	}
	.sub__collabo .collabo__wrapper {
		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: 2em;
	}
	.sub__collabo .collabo__icon {
		position: relative;
		top: auto;
		left: auto;
		translate: 0 0;
		width: 5em;
		height: 5em;
	}
	.sub__collabo .collabo__icon::before,
	.sub__collabo .collabo__icon::after {
		width: 5em;
		height: 0.8em;
	}
}
@media (max-width: 640px) {
	.sub__collabo .collabo__group .collabo__img {
		width: 250px;
		height: 250px;
	}
	.sub__collabo .collabo__hd h4 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.sub__collabo {
		font-size: 14px;
	}
	.sub__collabo .collabo__hd h4 {
		font-size: 26px;
	}
	.sub__collabo .collabo__hd p,
	.sub__collabo .collabo__group dt {
		font-size: 16px;
	}
	.sub__collabo .collabo__group dt strong {
		font-size: 24px;
	}
}
@media (max-width: 360px) {
	.sub__collabo {
		font-size: 12px;
	}
	.sub__collabo .collabo__hd h3 {
		font-size: 50px;
	}
	.sub__collabo .collabo__hd h4 {
		font-size: 24px;
	}
	.sub__collabo .collabo__hd p,
	.sub__collabo .collabo__group dt {
		font-size: 14px;
	}
	.sub__collabo .collabo__group dt strong {
		font-size: 22px;
	}
	.sub__collabo .collabo__group .collabo__img {
		width: 200px;
		height: 200px;
	}
}
.sub__cause {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 10em;
	font-size: 16px;
	color: var(--sub-color);
}
.sub__cause .cause__hd p,
.sub__cause .cause__list dd {
	line-height: 1.75;
}
.sub__cause .cause__hd h3 {
	font-size: 35px;
	color: var(--point-color);
}
.sub__cause .cause__hd h3 * {
	font-weight: 500;
	font-style: normal;
	display: block;
}
.sub__cause .cause__hd h3 em {
	font-size: 50px;
	font-family: var(--IvyOra);
	margin-bottom: 0.5em;
}
.sub__cause .cause__hd p {
	font-size: 20px;
	font-weight: 500;
	padding: 1em 0 4em;
}
.sub__cause .cause__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.sub__cause .cause__list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sub__cause .cause__list dl::before {
	content: "";
	width: 7.5em;
	aspect-ratio: 120/120;
	max-width: 120px;
}
.sub__cause .cause__list dl dt {
	font-size: 20px;
	font-weight: bold;
	color: var(--point-color);
	padding: 1em 0;
}
.sub__cause .cause__list dl + dl {
	padding-left: 3em;
	border-left: 1px solid var(--sub-color);
}
@media (max-width: 1600px) {
	.sub__cause .cause__list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 3em;
	}
	.sub__cause .cause__list dl + dl {
		border-left: 0;
		padding-left: 0;
	}
}
@media (max-width: 1024px) {
	.sub__cause .cause__hd {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.sub__cause .cause__hd h3 em {
		font-size: 44px;
	}
	.sub__cause .cause__hd h3 {
		font-size: 32px;
	}
	.sub__cause .cause__hd p {
		font-size: 18px;
	}
	.sub__cause .cause__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.sub__cause .cause__list dl + dl,
	.sub__cause .cause__list dl {
		position: relative;
		height: 8em;
		padding-left: 9em;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sub__cause .cause__list dl::before {
		position: absolute;
		top: 50%;
		left: 0;
		translate: 0 -50%;
	}
}
@media (max-width: 640px) {
	.sub__cause .cause__hd p {
		font-size: 16px;
	}
	.sub__cause .cause__hd h3 {
		font-size: 30px;
	}
	.sub__cause .cause__hd h3 em {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.sub__cause {
		font-size: 14px;
	}
	.sub__cause .cause__hd h3 {
		font-size: 28px;
	}
	.sub__cause .cause__hd h3 em {
		font-size: 36px;
	}
	.sub__cause .cause__hd p {
		font-size: 14px;
	}
	.sub__cause .cause__list dl dt {
		font-size: 18px;
		padding: 0 0 0.5em;
	}
	.sub__cause .cause__list dd br,
	.sub__cause .cause__list dd br.--max-1600,
	.sub__cause .cause__list dd br.--max-1400,
	.sub__cause .cause__list dd br.--max-1280,
	.sub__cause .cause__list dd br.--max-1024,
	.sub__cause .cause__list dd br.--max-768,
	.sub__cause .cause__list dd br.--max-640,
	.sub__cause .cause__list dd br.--max-900 {
		display: none;
	}
}
@media (max-width: 360px) {
	.sub__cause {
		font-size: 12px;
	}
	.sub__cause .cause__hd h3 {
		font-size: 26px;
	}
	.sub__cause .cause__hd h3 em {
		font-size: 32px;
	}
	.sub__cause .cause__list dl dt {
		font-size: 16px;
	}
}
.sub__recovery {
	font-size: 20px;
	color: var(--point-color);
	padding: 10em 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	text-align: center;
	line-height: 1.75;
}
.sub__recovery h3 {
	font-size: 150px;
	font-family: var(--IvyOra);
	font-weight: normal;
	line-height: 0.8;
}
.sub__recovery h4 {
	font-size: 30px;
	margin: 2em 0 1em;
}
.sub__recovery strong {
	font-size: 25px;
	display: block;
}
.sub__recovery p {
	font-weight: 500;
	margin-top: 1em;
}
@media (max-width: 1600px) {
	.sub__recovery h3 {
		font-size: 140px;
	}
}
@media (max-width: 1400px) {
	.sub__recovery h3 {
		font-size: 120px;
	}
}
@media (max-width: 1280px) {
	.sub__recovery {
		font-size: 18px;
	}
	.sub__recovery h4 {
		font-size: 28px;
	}
	.sub__recovery strong {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	.sub__recovery h3 {
		font-size: 100px;
	}
}
@media (max-width: 900px) {
	.sub__recovery h3 {
		font-size: 80px;
	}
}
@media (max-width: 768px) {
	.sub__recovery {
		font-size: 16px;
		padding: 6em 0;
	}
	.sub__recovery h3 {
		font-size: 70px;
	}
	.sub__recovery h4 {
		font-size: 26px;
	}
	.sub__recovery strong {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.sub__recovery h3 {
		font-size: 60px;
	}
	.sub__recovery h4 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.sub__recovery {
		font-size: 14px;
	}
	.sub__recovery h3 {
		font-size: 50px;
	}
	.sub__recovery h4 {
		font-size: 22px;
	}
	.sub__recovery strong {
		font-size: 18px;
	}
}
@media (max-width: 360px) {
	.sub__recovery h3 {
		font-size: 40px;
	}
	.sub__recovery h4 {
		font-size: 20px;
	}
	.sub__recovery strong {
		font-size: 16px;
	}
} /*# sourceMappingURL=sub.min.css.map */
