@import url('https://cdn.jsdelivr.net/gh/fonts-archive/GangwonEduPower/GangwonEduPower.css');

.ff-title {
	font-family: 'GangwonEdu Power';
}

.fc-key {
	color: #ff601b;
}
.fc-brand {
	color: #1496f7;
}
.fc-gray {
	color: rgba(0, 0, 0, .7);
}
.fc-purple {
	color: #6454f6;
}
.fc-white {
	color: #fff;
}

.fz-2xlarge {
	font-size: 30px;
	line-height: 42px;
}
.fz-xlarge {
	font-size: 24px;
	line-height: 40px;
}
.fz-large {
	font-size: 18px;
	line-height: 28px;
}
.fz-normal {
	font-size: 16px;
}
.fz-small {
	font-size: 14px;
}

.section-point-nav {
	z-index: 5;
	position: fixed;
	top: -100px;
	left: 50%;
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	max-width: 640px;
	border: 2px solid #f9f9fa;
	border-radius: 100px;
	background-color: #f9f9fa;
	box-shadow: 0 4px 20px 0 #0000001a;
	box-sizing: border-box;
	transform: translateX(-50%);
	transition: .2s top ease;
}
.section-point-nav.active {
	top: 20px;
}
.section-point-nav button {
	position: relative;
	flex: 1 1 0;
	padding: 15px 15px;
	border: 0;
	border-radius: 100px;
	color: #8c8c8d;
	font-family: 'Pretendard';
	font-weight: 500;
	line-height: 1;
	background-color: transparent;
	box-sizing: border-box;
}
.section-point-nav button.active {
	color: #fff;
	font-weight: 600;
}
.section-point-nav button:last-child::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background-color: #000;
	transition: .2s all ease;
}
.section-point-nav button.active:first-child ~ button::before {
	transform: translateX(-300%);
}
.section-point-nav button.active:nth-child(2) ~ button::before {
	transform: translateX(-200%);
}
.section-point-nav button.active:nth-child(3) ~ button::before {
	transform: translateX(-100%);
}

.section-container {
	width: 1180px;
	margin: 0 auto;
	padding: 100px 0;
}

.section-intro {
	position: relative;
	background-color: #000;
}
.section-intro .character {
	z-index: 1;
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 500px;
	height: 333px;
	background: transparent no-repeat center center / cover;
	transform: translateX(-50%);
}
.section-intro .section-container {
	position: relative;
	padding: 0;
}
.section-intro .inner {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 120px 0 320px;
	text-align: center;
}
.section-intro h1 {
	margin-top: 30px;
	padding: 0 40px 45px;
	color: #fff;
	font-size: 76px;
	font-weight: 500;
	background: transparent no-repeat center bottom / contain;
}
.section-intro h2 {
	padding: 0 10px 10px;
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	background: transparent no-repeat center bottom / contain;
}
.section-intro .badge {
	padding: 8px 30px;
	border-radius: 30px;
	color: #000;
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: 600;
	background-color: #fff;
}
.section-intro div[class^="icon"] {
	position: absolute;
	background: transparent no-repeat center bottom / contain;
	opacity: 0;
	transform: scale(0);
	transition: all 1s ease;
}
@keyframes introIconFloating {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}
.section-intro.active div[class^="icon"] {
	opacity: 1;
	transform: scale(1);
}
.section-intro.active div[class^="icon"].active {
	animation: introIconFloating 5s ease infinite;
}
.section-intro .icon-spring {
	top: 400px;
	left: 50%;
}
.section-intro.active .icon-spring {
	top: 200px;
	left: 15%;
	width: 80px;
	height: 76px;
}
.section-intro .icon-spring-2 {
	bottom: 400px;
	right: 50%;
}
.section-intro.active .icon-spring-2 {
	bottom: -15px;
	right: 10%;
	width: 170px;
	height: 165px;
}
.section-intro .icon-star {
	top: 400px;
	left: 50%;
}
.section-intro.active .icon-star {
	top: 360px;
	left: 20px;
	width: 80px;
	height: 121px;
}
.section-intro .icon-star-2 {
	top: 400px;
	right: 50%;
}
.section-intro.active .icon-star-2 {
	top: 270px;
	right: 18%;
	width: 80px;
	height: 82px;
}
.section-intro .icon-star-3 {
	top: 400px;
	right: 50%;
}
.section-intro.active .icon-star-3 {
	top: 440px;
	right: 20px;
	width: 111px;
	height: 110px;
}
.section-intro .icon-vector {
	top: 400px;
	right: 50%;
}
.section-intro.active .icon-vector {
	top: -65px;
	right: 0;
	width: 314px;
	height: 222px;
}
.section-intro .icon-vector-2 {
	bottom: 400px;
	left: 50%;
}
.section-intro.active .icon-vector-2 {
	bottom: -15px;
	left: 0;
	width: 188px;
	height: 180px;
}

.section-comment .section-container {
	padding: 140px 0;
}
.section-comment .section-container p {
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-comment .section-container div {
	margin-top: 30px;
	text-align: center;
}

.section-how {
	background: transparent no-repeat center bottom / cover;
}
.section-how .overlay {
	background-color: rgba(0, 0, 0, .8);
}
.section-how .cards {
	display: flex;
	gap: 30px;
}
.section-how .cards .card {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 360px;
	padding: 30px;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #fff;
}
.section-how .cards .card-icon img {
	width: 145px;
}
.section-how .cards .card-text {
	font-family: 'Pretendard';
	font-weight: 600;
	line-height: 34px;
	text-align: center;
}
.section-how .texts {
	margin-top: 80px;
}
.section-how .texts > div {
	color: #fff;
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-how .texts > div.fz-xlarge {
	margin-top: 5px;
	font-weight: 700;
}

.section-point .point-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 50px;
}
.section-point .point-title .point-idx {
	padding: 0 10px 2px;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent no-repeat center bottom / contain;
	box-sizing: border-box;
}
.section-point .point-title .point-text {
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-point .point-subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-point .point-subtitle .point-icon {
	font-size: 50px;
}
.section-point .point-subtitle .point-text {
	font-family: 'Pretendard';
	font-weight: 600;
}
.section-point .point-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.section-point .point-content-title {
	font-family: 'Pretendard';
	color: transparent;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	background-image: linear-gradient(89.71deg, #035ea2 5.14%, #66a5d4 91.05%);
	background-clip: text;
}
.section-point .point-content-text {
	font-family: 'Pretendard';
	text-align: center;
}
.section-point .point-content-text strong {
	font-family: 'Pretendard';
	font-weight: 600;
}
.section-point .point-content-text .from-review-badge {
	padding: 5px 10px;
	border-radius: 5px;
	color: #075c9c;
	font-family: 'Pretendard';
	font-size: 13px;
	font-weight: 500;
	background-color: #ddf5ff80;
}
.section-point .point-content-rows {
	display: flex;
	flex-direction: column;
	gap: 150px;
}
.section-point .point-content-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.section-point .point-content-row .point-content {
	align-items: flex-start;
	padding-top: 30px;
}
.section-point .point-content-row .point-content-title {
	line-height: 36px;
	text-align: left;
}
.section-point .point-content-row .point-content-text {
	text-align: left;
}
.section-point .point-content-row:nth-of-type(even) {
	flex-direction: row-reverse;
}
.section-point .point-content-row:nth-of-type(even) .point-content {
	align-items: flex-end;
}
.section-point .point-content-row:nth-of-type(even) .point-content-text {
	text-align: right;
}

.section-point1 .point-image {
	margin: 40px 0 -60px;
	text-align: center;
}
.section-point1 .point-image img {
	width: 366px;
}

.section-point1-curriculum {
	background-color: #f4f9ff80;
}
.section-point1-curriculum > .section-container:first-of-type {
	padding-bottom: 0;
}
.section-point1-curriculum > .section-container:last-of-type {
	padding-top: 70px;
}
.section-point1-curriculum .point-title {
	margin-top: 0;
}
.section-point1-curriculum .curriculum .section-container {
	padding: 0;
}
.section-point1-curriculum .curriculum .curriculum-title {
	margin: 70px 0 20px;
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.section-point1-curriculum .curriculum .curriculum-cards {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	white-space: nowrap;
}
.section-point1-curriculum .curriculum .curriculum-cards-marquee {
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	gap: 20px;
	min-width: 100%;
	padding: 10px 0;
	animation: curriculum-cards-marquee 60s linear infinite;
}
@keyframes curriculum-cards-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}
.section-point1-curriculum .curriculum .curriculum-card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 220px;
	height: 150px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 20px;
	box-sizing: border-box;
}
.section-point1-curriculum .curriculum .curriculum-card .curriculum-icon {
	width: 36px;
	height: 36px;
	background: transparent no-repeat center bottom / contain;
}
.section-point1-curriculum .curriculum .curriculum-card .curriculum-name {
	font-family: 'Pretendard';
	font-weight: 600;
}
.section-point1-curriculum .curriculum .curriculum-card .curriculum-desc {
	margin-top: -5px;
	color: rgba(0, 0, 0, .7);
	font-family: 'Pretendard';
	text-align: center;
}
.section-point1-curriculum .curriculum .curriculum-card.junior-general {
	border-color: rgba(166, 108, 7, .3);
	background: linear-gradient(180deg, rgba(255, 244, 237, .2) 0%, rgba(255, 236, 199, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-general .curriculum-name {
	color: rgba(166, 108, 7, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-storybook {
	border-color: rgba(223, 54, 54, .3);
	background: linear-gradient(180deg, rgba(255, 244, 229, .2) 0%, rgba(255, 233, 233, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-storybook .curriculum-name {
	color: rgba(223, 54, 54, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-discussion {
	border-color: rgba(45, 105, 232, .2);
	background: linear-gradient(180deg, rgba(239, 245, 255, .2) 0%, rgba(212, 217, 255, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-discussion .curriculum-name {
	color: rgba(45, 105, 232, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-grammar {
	border-color: rgba(6, 140, 122, .3);
	background: linear-gradient(180deg, rgba(238, 255, 255, .2) 0%, rgba(228, 255, 222, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-grammar .curriculum-name {
	color: rgba(6, 140, 122, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-writing {
	border-color: rgba(166, 108, 7, .3);
	background: linear-gradient(180deg, rgba(255, 244, 237, .2) 0%, rgba(255, 236, 199, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-writing .curriculum-name {
	color: rgba(166, 108, 7, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-talk {
	border-color: rgba(107, 6, 170, .3);
	background: linear-gradient(180deg, rgba(255, 239, 252, .2) 0%, rgba(242, 234, 254, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-talk .curriculum-name {
	color: rgba(107, 6, 170, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-vocabulary {
	border-color: rgba(223, 54, 54, .3);
	background: linear-gradient(180deg, rgba(255, 244, 229, .2) 0%, rgba(255, 233, 233, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-vocabulary .curriculum-name {
	color: rgba(223, 54, 54, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-pattern {
	border-color: rgba(6, 140, 122, .3);
	background: linear-gradient(180deg, rgba(238, 255, 255, .2) 0%, rgba(228, 255, 222, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-pattern .curriculum-name {
	color: rgba(6, 140, 122, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-animation {
	border-color: rgba(166, 108, 7, .3);
	background: linear-gradient(180deg, rgba(255, 244, 237, .2) 0%, rgba(255, 236, 199, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-animation .curriculum-name {
	color: rgba(166, 108, 7, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-novel {
	border-color: rgba(107, 6, 170, .3);
	background: linear-gradient(180deg, rgba(255, 239, 252, .2) 0%, rgba(242, 234, 254, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-novel .curriculum-name {
	color: rgba(107, 6, 170, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-screen {
	border-color: rgba(223, 54, 54, .3);
	background: linear-gradient(180deg, rgba(255, 244, 229, .2) 0%, rgba(255, 233, 233, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-screen .curriculum-name {
	color: rgba(223, 54, 54, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-news {
	border-color: rgba(45, 105, 232, .2);
	background: linear-gradient(180deg, rgba(239, 245, 255, .2) 0%, rgba(212, 217, 255, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-news .curriculum-name {
	color: rgba(45, 105, 232, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-explore-careers {
	border-color: rgba(61, 93, 0, .3);
	background: linear-gradient(180deg, rgba(249, 255, 233, .2) 0%, rgba(255, 254, 226, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.junior-explore-careers .curriculum-name {
	color: rgba(61, 93, 0, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-general {
	border-color: rgba(166, 108, 7, .3);
	background: linear-gradient(180deg, rgba(255, 244, 237, .2) 0%, rgba(255, 236, 199, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-general .curriculum-name {
	color: rgba(166, 108, 7, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-business {
	border-color: rgba(45, 105, 232, .2);
	background: linear-gradient(180deg, rgba(239, 245, 255, .2) 0%, rgba(212, 217, 255, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-business .curriculum-name {
	color: rgba(45, 105, 232, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-interview {
	border-color: rgba(166, 108, 7, .3);
	background: linear-gradient(180deg, rgba(255, 244, 237, .2) 0%, rgba(255, 236, 199, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-interview .curriculum-name {
	color: rgba(166, 108, 7, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-trip {
	border-color: rgba(6, 140, 122, .3);
	background: linear-gradient(180deg, rgba(238, 255, 255, .2) 0%, rgba(228, 255, 222, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-trip .curriculum-name {
	color: rgba(6, 140, 122, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-grammar {
	border-color: rgba(223, 54, 54, .3);
	background: linear-gradient(180deg, rgba(255, 244, 229, .2) 0%, rgba(255, 233, 233, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-grammar .curriculum-name {
	color: rgba(223, 54, 54, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-exam {
	border-color: rgba(107, 6, 170, .3);
	background: linear-gradient(180deg, rgba(255, 239, 252, .2) 0%, rgba(242, 234, 254, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-exam .curriculum-name {
	color: rgba(107, 6, 170, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-talk {
	border-color: rgba(61, 93, 0, .3);
	background: linear-gradient(180deg, rgba(249, 255, 233, .2) 0%, rgba(255, 254, 226, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-talk .curriculum-name {
	color: rgba(61, 93, 0, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-working {
	border-color: rgba(45, 105, 232, .2);
	background: linear-gradient(180deg, rgba(239, 245, 255, .2) 0%, rgba(212, 217, 255, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-working .curriculum-name {
	color: rgba(45, 105, 232, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-conversation-boost {
	border-color: rgba(107, 6, 170, .3);
	background: linear-gradient(180deg, rgba(255, 239, 252, .2) 0%, rgba(242, 234, 254, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-conversation-boost .curriculum-name {
	color: rgba(107, 6, 170, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-grammar-boost {
	border-color: rgba(6, 140, 122, .3);
	background: linear-gradient(180deg, rgba(238, 255, 255, .2) 0%, rgba(228, 255, 222, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-grammar-boost .curriculum-name {
	color: rgba(6, 140, 122, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-news {
	border-color: rgba(45, 105, 232, .2);
	background: linear-gradient(180deg, rgba(239, 245, 255, .2) 0%, rgba(212, 217, 255, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-news .curriculum-name {
	color: rgba(45, 105, 232, 1);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-media {
	border-color: rgba(223, 54, 54, .3);
	background: linear-gradient(180deg, rgba(255, 244, 229, .2) 0%, rgba(255, 233, 233, .2) 100%);
}
.section-point1-curriculum .curriculum .curriculum-card.senior-media .curriculum-name {
	color: rgba(223, 54, 54, 1);
}
.section-point1-curriculum .shortcuts {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.section-point1-curriculum .shortcuts a {
	text-decoration: underline;
}

.section-point1-pick-and-take-top .point-image {
	margin: -10px 0 30px;
	text-align: center;
}
.section-point1-pick-and-take-top .point-image img {
	width: 167px;
}
.section-point1-pick-and-take-top .point-content-title {
	line-height: 36px;
}

.section-point1-pick-and-take {
	padding-bottom: 60px;
	background-color: #f9f9fa;
}
.section-point1-pick-and-take > .section-container {
	padding-bottom: 60px;
}
.section-point1-pick-and-take .pick-and-take-courses {
	position: relative;
}
.section-point1-pick-and-take .pick-and-take-courses .slick-arrow {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: calc((100% - 1180px) / 2 - 24px - 90px);
	width: 24px;
	height: 47px;
	border: 0;
	font-size: 0;
	background: transparent no-repeat center center / contain;
	transform: translateY(-50%);
}
.section-point1-pick-and-take .pick-and-take-courses .slick-arrow.slick-next {
	left: auto;
	right: calc((100% - 1180px) / 2 - 24px - 90px);
	transform: translateY(-50%) rotate(180deg);
}
.section-point1-pick-and-take .pick-and-take-courses .slick-slide > div {
	padding: 0 10px;
	transition: all .2s ease;
}
.section-point1-pick-and-take .pick-and-take-courses .slick-slide:not(.slick-center) > div {
	opacity: 0.5;
	transform: scale(0.95);
}
.section-point1-pick-and-take .pick-and-take-courses .pick-and-take-course .inner {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.section-point1-pick-and-take .pick-and-take-courses .pick-and-take-course .pick-and-take-course-title {
	margin-bottom: 15px;
	font-family: 'Pretendard';
	font-weight: 600;
}
.section-point1-pick-and-take .pick-and-take-courses .pick-and-take-course .pick-and-take-book-units {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.section-point1-pick-and-take .pick-and-take-courses .pick-and-take-course .pick-and-take-book-units > .app-info-message {
	grid-column: 1 / -1;
	padding: 30px 0;
	text-align: center;
}
.section-point1-pick-and-take .pick-and-take-courses .pick-and-take-course .pick-and-take-book-unit {
	width: 100%;
	cursor: default;
}

.section-point2 .point-image {
	margin: 40px 0 20px;
	text-align: center;
}
.section-point2 .point-image img {
	width: 200px;
}
.section-point2 .point-content-title {
	line-height: 36px;
}

.section-point2-tutor-feature {
	background-color: #f9f9fa;
}
.section-point2-tutor-feature .point-title {
	margin-top: 0;
}
.section-point2-tutor-feature .tutor-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	width: 900px;
	margin: 60px auto 0;
}
.section-point2-tutor-feature .tutor-feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 30px 40px;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.section-point2-tutor-feature .tutor-feature-bullet {
	width: 25px;
	height: 25px;
	margin-top: 2px;
	background: transparent no-repeat center bottom / contain;
}
.section-point2-tutor-feature .tutor-feature-text {
	font-family: 'Pretendard';
	font-weight: 700;
	line-height: 24px;
}
.section-point2-tutor-feature .tutor-feature-text span {
	font-weight: 400;
}
.section-point2-tutor-feature .tutor-feature-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-left: auto;
	background: transparent no-repeat center bottom / contain;
}

.section-point2-tutor-selection > .section-container {
	padding-bottom: 0;
}
.section-point2-tutor-selection .point-image {
	margin: 0 0 20px;
	text-align: center;
}
.section-point2-tutor-selection .point-image img {
	width: 200px;
}

.section-point2-tutor-slide {
	background: linear-gradient(0deg, #f1f7ff 0%, #ffffff 100%);
}
.section-point2-tutor-slide > .section-container {
	width: 100%;
	padding-top: 50px;
}
.section-point2-tutor-slide .slide-container .section-container {
	padding-bottom: 0;
}
.section-point2-tutor-slide .slide-container .slide-title {
	margin-bottom: 40px;
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-point2-tutor-slide .slide-container .slide-indexes {
	display: flex;
	gap: 15px;
	width: 925px;
	margin: 0 auto;
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 25px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index.active {
	background: linear-gradient(137.96deg, rgba(255, 255, 255, .5) 23.71%, rgba(201, 243, 255, .5) 56.57%);
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index.active:before {
  content: "";
  position: absolute;
  inset: -1px;
	padding: 2px; 
  border-radius: 10px; 
  background: linear-gradient(117.35deg, #2d7bcf 30.81%, #acd8f9 94.64%);
  mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  mask-composite: exclude; 
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	background: transparent no-repeat center bottom / contain;
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index-name {
	margin-bottom: 2px;
	font-family: 'Pretendard';
	font-weight: 500;
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index-desc {
	font-family: 'Pretendard';
}
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index.active .slide-index-name,
.section-point2-tutor-slide .slide-container .slide-indexes .slide-index.active .slide-index-desc {
	color: #005595;
}
.section-point2-tutor-slide .slide-container .slide-contents {
	margin-top: 30px;
}
.section-point2-tutor-slide .slide-container .slide-contents .slide-content div {
	overflow: hidden;
	width: 925px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
}
.section-point2-tutor-slide .slide-container .slide-contents .slide-content img {
	max-width: 100%;
}

.section-point3 .point-image {
	margin: 40px 0 20px;
	text-align: center;
}
.section-point3 .point-image img {
	width: 200px;
}
.section-point3 .point-content-title {
	line-height: 36px;
}

.section-point3-pricing {
	background-color: #fbfbfe;
}
.section-point3-pricing .point-title {
	margin-top: 0;
}
.section-point3-pricing .point-content {
	gap: 10px;
	margin-top: 10px;
}
.section-point3-pricing .point-image {
	margin-top: 30px;
	text-align: center;
}
.section-point3-pricing .point-image img {
	width: 868px;
}

.section-point3-reason .point-title {
	margin-top: 0;
}
.section-point3-reason .point-title .point-text {
	font-weight: 400;
}
.section-point3-reason .point-image {
	margin-top: 60px;
	text-align: center;
}
.section-point3-reason .point-image img {
	width: 691px;
}

.section-point4 {
	background-color: #000;
}
.section-point4 .fc-gray {
	color: rgba(255, 255, 255, .7);
}
.section-point4 .point-content {
	margin-top: 30px;
}
.section-point4 .point-content-text .from-review-badge {
	color: #fff;
}
.section-point4 .point-content-rows {
	width: 840px;
	margin: 150px auto 0;
}

.section-review {
	overflow-x: hidden;
	background-color: #ebedfa33;
}
.section-review > .section-container:first-of-type {
	padding-bottom: 0;
}
.section-review > .section-container:last-of-type {
	padding-top: 0;
}
.section-review .section-title {
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-review .shortcuts {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.section-review .shortcuts a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}
.section-review .reviews-container {
	overflow: hidden;
	position: relative;
	width: calc(1180px + 300px * 2);
	margin: 50px auto 0;
}
.section-review .reviews {
	display: flex;
	gap: 20px;
}
.section-review .reviews + .reviews {
	margin-top: 20px;
}
.section-review .reviews .reviews-marquee {
	display: flex;
	flex-shrink: 0;
	gap: 20px;
	min-width: 100%;
}
.section-review .reviews .reviews-marquee {
	animation: reviews-marquee 60s linear infinite;
}
.section-review .reviews + .reviews .reviews-marquee {
	animation: 56s reviews-marquee 2s linear infinite;
}
@keyframes reviews-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}
.section-review .reviews .review {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 220px;
	min-height: 240px;
	padding: 25px 20px 30px;
	border-radius: 30px;
	box-sizing: border-box;
}
.section-review .reviews .review-content {
	color: #050e48;
	font-family: 'Pretendard';
	line-height: 24px;
	word-break: keep-all;
}
.section-review .reviews .review-author {
	margin-top: auto;
}
.section-review .reviews .review.rc-1 {
	background-color: #ebf1fa;
}
.section-review .reviews .review.rc-2 {
	background-color: #ebedfa;
}
.section-review .reviews .review.rc-3 {
	background-color: #e2e6ff;
}
.section-review .reviews .review.rc-4 {
	background-color: #ebf1fa;
}
.section-review .reviews-mask {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 700px;
	background: linear-gradient(-90deg, rgba(251, 251, 254, 0) 0%, #fbfbfe 50%);
}
.section-review .reviews-mask + .reviews-mask {
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(251, 251, 254, 0) 0%, #fbfbfe 50%);
}

.section-faq .section-title {
	font-family: 'Pretendard';
	font-weight: 600;
	text-align: center;
}
.section-faq .faqs {
	width: 800px;
	margin: 30px auto 0;
}
.section-faq .faqs .faq {
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
}
.section-faq .faqs .faq:first-of-type {
	border-top: 0;
}
.section-faq .faqs .faq + .faq {
	margin-top: 15px;
}
.section-faq .faqs .faq .faq-title {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.section-faq .faqs .faq .faq-title-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-grow: 1;
	padding: 10px 0;
}
.section-faq .faqs .faq .faq-title .faq-collapse-icon {
	width: 22px;
	height: 14px;
	background: url('data:image/svg+xml,<svg width="22" height="14" viewBox="0 0 22 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.96579 12.4998L11.4078 5.62477L18.8498 12.4948L21.1359 10.3848L11.4078 1.38477L1.67969 10.3848L3.96579 12.4998Z" fill="%23a0a0a0" stroke="white"/></svg>') no-repeat center center / cover;
	transform: rotate(180deg);
	transition: .2s transform ease;
}
.section-faq .faqs .faq.active .faq-title .faq-collapse-icon {
	transform: rotate(0deg);
}
.section-faq .faqs .faq .faq-content {
	display: none;
	padding: 15px 0 15px;
}
.section-faq .faqs .faq.active .faq-content {
	display: block;
}
.section-faq .faqs .faq .faq-content-card {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 20px;
	border-radius: 10px;
	color: #474747;
	font-family: 'Pretendard';
	line-height: 24px;
	word-break: keep-all;
	background-color: #f8f8f8;
}
.section-faq .faqs .faq .faq-content-card a {
	color: #1380d1;
	font-family: 'Pretendard';
	font-weight: 500;
}
.section-faq .shortcuts {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.section-faq .shortcuts a {
	font-size: 16px;
	font-weight: 500;
}
