@charset "UTF-8";

/*  ==========================
랜딩 전용 리셋·유틸리티
- 랜딩은 tailwind.css를 로드하지 않음 (43KB 중 92% 미사용이라 제거)
- Tailwind preflight 중 랜딩 마크업에 필요한 최소 리셋 + 실제 사용하는 유틸리티만 이식
=========================== */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
ol, ul { list-style: none; margin: 0; padding: 0; }
img, svg, video, iframe { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }

.block { display: block; }
.w-full { width: 100%; }
.text-center { text-align: center; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.font-bold { font-weight: 700; }
.text-white { color: #fff; }
.text-gray-400 { color: #9ca3af; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.rounded-xl { border-radius: .75rem; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-duration: .15s; }

:root {
	/* Colors */
	--gray10: #011327;
	--gray70: #f3f4f6;
	--main:#4861FF;
	--landing-max-desktop: 72rem;
}




/*  ==========================
Common (mobile default = pre-edit)
=========================== */
body {
	background-color: var(--gray70);
	color: var(--gray10) !important;
	font-family: 'Pretendard Variable', 'Pretendard', sans-serif, system-ui;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
}
.landing-page {
	background: #fff;
	min-height: 100vh;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	padding:0 20px;
	position: sticky;
	width:100%;
	top:0;
	z-index: 1;
}
.header .logo {
	font-size:20px;
	font-weight: 700;
	color:var(--gray10);
}
.header .btn-login {
	font-size:16px;
	font-weight: 600;
	color:#fff;
	padding:0 16px;
	height: 36px;
	border-radius: 99px;
	background: var(--gray10);
	display: flex;
	align-items: center;
	justify-content: center;
}
.header.down {
	background: #fff;
	-webkit-transition-duration:0.1s;
-webkit-transition-timing-function:ease;
transition-duration:0.1s;
transition-timing-function:ease;
}
section .sc-tit-group {
	display: flex;
	gap:12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0 20px;
}

section .sc-tit-group h1,
section .sc-tit-group h2.tit,
section .sc-tit-group .tit {
	font-size:36px;
	line-height: 125%;
	font-weight: 800;
	text-align: center;
	margin: 0;
}
section .sc-tit-group h1 .point,
section .sc-tit-group .tit .point {
	color: var(--main);
}
section .sc-tit-group .sub-txt {
	text-align: center;
	font-weight: 500;
	font-size:16px;
	line-height: 150%;
}
section .sc-tit-group .sub-txt.gray {
	color:#6F7678;
}

.br-mobile-only {
	display: inline;
}

.sc-main {
	padding-top:90px;
    margin-top: -60px;
	padding-bottom:50px;
	position: relative;
}
.sc-main::before {
	content:"";
	width:100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(72, 97, 255, 0) 0%, rgba(72, 97, 255, 1) 100%);
	opacity: 0.4;
	display: flex;
	position: absolute;
	top:0;
	pointer-events: none;
}
.sc-main > .landing-container {
	position: relative;
	z-index: 1;
}
.sc-main .img-group {
	width:100%;
	position: relative;
	overflow: hidden;
}
.sc-main .img-group .sc01-img1 {
	position: relative;
	display: block;
}
.sc-main .img-group .sc01-img2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.sc-main .img-group .rotate-icon {
	width:64px;
	height: 64px;
	border-radius: 99px;
	background: linear-gradient(140.18deg, rgba(72, 97, 255, 1) 0%, rgba(128, 55, 255, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	animation: rotate_image 2s linear infinite;
    transform-origin: 50% 50%;
}
.sc-main .img-group .rotate-icon img {
	width:29px;
	
}
.hero-audience-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.hero-audience-badges span,
.hero-result-badge,
.hero-report-label,
.report-type-badge,
.section-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.hero-audience-badges span {
	min-height: 32px;
	padding: 0 13px;
	border: 1px solid rgba(72, 97, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #3347cf;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.hero-role {
	color: #4b5563;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.hero-actions {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
	margin-top: 8px;
}
.hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 20px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.hero-btn:hover {
	transform: translateY(-1px);
}
.hero-btn--primary {
	background: var(--main);
	color: #fff;
	box-shadow: 0 10px 24px rgba(72, 97, 255, 0.28);
}
.hero-btn--primary:hover {
	background: #2d44d7;
}
.hero-btn--secondary {
	border: 1px solid #cbd5e1;
	background: rgba(255, 255, 255, 0.9);
	color: #1f2937;
}
.hero-btn--secondary:hover {
	border-color: #94a3b8;
	background: #fff;
}
.hero-proof {
	color: #6b7280;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
.hero-report-showcase {
	position: relative;
	height: 390px;
	margin-top: 42px;
	overflow: hidden;
}
.hero-result-badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 4;
	min-height: 34px;
	padding: 0 15px;
	border-radius: 999px;
	background: #011327;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transform: translateX(-50%);
	box-shadow: 0 8px 20px rgba(1, 19, 39, 0.2);
}
.hero-report-card {
	position: absolute;
	display: block;
	width: 220px;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.2);
	transition: transform .2s ease, box-shadow .2s ease;
}
.hero-report-card:hover {
	z-index: 3;
	box-shadow: 0 22px 44px rgba(15, 23, 42, 0.28);
}
.hero-report-card--math {
	top: 42px;
	left: 8px;
	z-index: 2;
	transform: rotate(-3deg);
}
.hero-report-card--math:hover {
	transform: rotate(-1deg) translateY(-3px);
}
.hero-report-card--gongbubang {
	top: 70px;
	right: 8px;
	z-index: 1;
	transform: rotate(3deg);
}
.hero-report-card--gongbubang:hover {
	transform: rotate(1deg) translateY(-3px);
}
.hero-report-card img {
	width: 100%;
	height: auto;
}
.hero-report-label {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #0f172a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}
.sc-free {
	padding:0 20px 50px;
	background: #B6C0FF;
}

.sc-free .box {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 16px 0px rgba(72, 97, 255, 0.2);
	padding:30px 20px;
}
.sc-free .box .box-tit {
	font-size:26px;
	font-weight: 800;
	line-height: 125%;
	text-align: center;
	margin-bottom:30px;
}
.sc-free .box .box-tit .sub {
	font-size:16px;
	font-weight: 500;
	color:#6F7678;
	margin-top:10px;
	line-height: 150%;
}
.sc-free .box .sc-free-btn-primary,
.sc-free .box .sc-free-btn-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 1.25;
}
.sc-free .box .sc-free-btn-primary {
	background: var(--main);
	height: 52px;
	border-radius: 8px;
}
.sc-free .box .sc-free-btn-primary:hover {
	background: #2D44D7;
}
.sc-free .box .sc-free-btn-secondary {
	background: #ffffff;
	border: 1px solid #D1D5DB;
	color: #374151;
	height: 52px;
}
.sc-free .box .sc-free-btn-secondary:hover {
	background: #F9FAFB;
}
.sc-edu {
	padding-bottom:80px;
	position: relative;
	padding-top:256px;
	background: url("images/sc-edu-bg.webp") no-repeat top center;
	background-size:contain;
}
.sc-edu-visual {
	display: none;
}
.sc-edu-body {
	width: 100%;
}
.sc-edu .text-group {
	padding:0 20px;
	color:#6F7678;
	font-size:16px;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	margin-top:30px;
	display: flex;
	gap:16px;
	flex-direction: column;
	margin-bottom:40px;
}
.sc-worry {
	padding-bottom:60px;
}
.sc-worry .sc-tit-group {
	margin-bottom:30px;
}
.sc-worry .worry-img {
	width:335px;
	height: 220px;
	margin:0 auto;
	position: relative;
}

.sc-worry .list-group {
	display: flex;
	flex-direction: column;
	gap:16px;
	padding:0 20px;
	margin-top: -19px;
}
.sc-worry .list-group .item,
.sc-why .list-group .item,
.sc-products .list-group .item {
	width:100%;
	border-radius: 12px;
	padding:24px 20px 24px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:24px;
	border: 1px solid #E9EBF0;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 4px 14px rgba(17, 24, 39, 0.05);
}
.sc-worry .list-group .item {
	background: #F2F3F6;
}
.sc-why .list-group .item {
	background: #fff;
}
.sc-products .list-group .item {
	background: #fff;
}
.sc-products .list-group .item--math {
	--product-accent: #1493E6;
}
.sc-products .list-group .item--gongbubang {
	--product-accent: #0d9488;
}
.sc-worry .list-group .item .icon,
.sc-why .list-group .item .icon,
.sc-products .list-group .item .icon {
	width:32px;
	height: 32px;
}
.sc-products .list-group .item .icon {
	flex-shrink: 0;
	background-color: var(--product-accent);
	-webkit-mask-image: url(/static/landing/images/why-icon-01.svg);
	mask-image: url(/static/landing/images/why-icon-01.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.sc-worry .list-group .item .txt-group,
.sc-why .list-group .item .txt-group,
.sc-products .list-group .item .txt-group {
	width:calc(100% - 56px);
}
.sc-worry .list-group .item .txt-group .label,
.sc-why .list-group .item .txt-group .label,
.sc-products .list-group .item .txt-group .label {
	font-size:20px;
	font-weight: 800;
	line-height: 135%;
	margin-bottom:10px;
	display: block;
}
.sc-why .list-group .item .txt-group .label {
	color: var(--main);
}
.sc-products .list-group .item .txt-group .label {
	color: var(--product-accent);
}
.sc-worry .list-group .item .txt-group .text,
.sc-why .list-group .item .txt-group .text,
.sc-products .list-group .item .txt-group .text {
	color:#6F7678;
	font-size:15px;
	line-height:150%;
	display: block;
	font-weight: 400;
}
.sc-why {
	padding:60px 0px;
	background: linear-gradient(180deg, rgba(232, 244, 254, 1) 0%, rgba(201, 208, 255, 1) 100% );
	
}
.sc-products {
	padding:60px 0px;
	background: #fff;
}
.section-kicker {
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3f51dc;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}
.sc-products .report-sample-grid {
	gap: 22px;
}
.sc-products .report-sample-card {
	--report-accent: #1493e6;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}
.sc-products .report-sample-card--gongbubang {
	--report-accent: #0d9488;
}
.report-preview-link {
	position: relative;
	display: block;
	height: 360px;
	overflow: hidden;
	background: #eef2f7;
}
.report-preview-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 28%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
	pointer-events: none;
}
.report-preview-link img {
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}
.report-preview-link:hover img {
	transform: scale(1.015);
}
.report-type-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--report-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}
.report-sample-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding: 24px 20px 22px;
}
.report-sample-body h3 {
	margin: 0;
	color: #0f172a;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
}
.report-sample-body > p {
	margin-top: 10px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.65;
}
.report-highlights {
	display: grid;
	gap: 9px;
	margin-top: 18px;
	color: #334155;
	font-size: 15px;
	line-height: 1.45;
}
.report-highlights li {
	position: relative;
	padding-left: 20px;
}
.report-highlights li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--report-accent);
	font-weight: 900;
}
.report-link-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	margin-top: 22px;
	padding: 0 16px;
	border-radius: 10px;
	background: var(--report-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: filter .2s ease, transform .2s ease;
}
.report-link-button:hover {
	filter: brightness(.92);
	transform: translateY(-1px);
}
.sc-why .list-group,
.sc-products .list-group {
	display: flex;
	flex-direction: column;
	gap:16px;
	padding:0 20px;
	margin-top:30px;
}
.sc-point {
	padding:60px 0px;
}
.sc-point .list-group {
	margin-top:30px;
	padding:0 20px;
	display: flex;
	gap:16px;
	flex-direction: column;
}
.sc-point .list-group .item {
	width:100%;
	border-radius: 12px;
	padding:24px 20px 30px;
	display: flex;
	gap:30px;
	flex-direction: column;
}
.sc-point .list-group .item:first-child {
	background: #E8F4FE;
}
.sc-point .list-group .item:nth-child(2) {
	background: #F1EEFE;
}
.sc-point .list-group .item:nth-child(3) {
	background: #E1F4F1;
}
.sc-point .list-group .item:last-child {
	background: #FCF3EA;
}
.sc-point .list-group .item .txt-group {
	display: flex;
	gap:10px;
	flex-direction: column;
}
.sc-point .list-group .item .txt-group .label {
	font-size:20px;
	font-weight: 800;
	line-height: 135%;
}
.sc-point .list-group .item .txt-group .text {
	font-size:15px;
	font-weight: 500;
	line-height: 150%;
	color:#6F7678;
}
.sc-detail {
	background: #23272B;
	padding:60px 0;
}
.sc-detail  .sc-tit-group .tit {
	color:#fff;
}
.sc-detail  .sc-tit-group .sub-txt  {
	color:rgba(255,255,255,.7) !important;
}
.sc-detail .info-group {
	display: flex;
	align-items: center;
	gap:6px;
	justify-content: center;
	margin-top:16px;
}
.sc-detail .info-group p {
	font-size:13px;
	color:rgba(255,255,255,0.5);
	
}
.sc-detail .img-group {
	width:335px;
	margin:40px auto 0;
	position: relative;
}
.sc-detail .img-group .icon {
	width:54px;
	height: 54px;
	background: linear-gradient(140.18deg, rgba(72, 97, 255, 1) 0%, rgba(128, 55, 255, 1) 100%);
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 95px;
	animation: rotate_image 2s linear infinite;
    transform-origin: 50% 50%;
}
.sc-detail .img-group .icon i {
	width:28px;
	height: 28px;
	display: flex;
	align-items: center;
	background: url("images/icon-repeat-mono.svg") no-repeat center;
	background-size:100%;
}
.sc-review {
	padding:60px 0;
}
.sc-review .list-group {
	margin-top:30px;
	padding:0 20px;
	display: flex;
	gap:16px;
	flex-direction: column;
}
.sc-review .list-group li {
	background: #F2F3F6;
	border-radius: 12px;
	padding:24px 20px;
	box-sizing: border-box;
}
.sc-review .list-group li i {
	width:24px;
	height: 24px;
	display: block;
	background: url("images/icon-review.svg") no-repeat center;
	background-size:100%;
	margin-bottom:6px;
}
.sc-review .list-group li .review {
	font-size:16px;
	line-height: 150%;
}
.sc-review .list-group li .user {
	display: block;
	margin-top:16px;
	font-size:14px;
	color:#828A93;
}
.sc-faq {
	padding:60px 0;
	background: #F8F9FB;
}
.sc-faq .faq-list {
	margin-top:30px;
	padding:0 20px;
	display: flex;
	flex-direction: column;
	gap:0;
	background: #fff;
	border:1px solid #EAEDF4;
	border-radius: 12px;
	overflow: hidden;
}
.sc-faq .faq-item {
	border-bottom:1px solid #EAEDF4;
}
.sc-faq .faq-item:last-child {
	border-bottom: none;
}
.sc-faq .faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:12px;
	padding:18px 20px;
	cursor: pointer;
	list-style: none;
	font-size:16px;
	font-weight: 700;
	line-height: 150%;
	color: var(--gray10);
}
.sc-faq .faq-item summary::-webkit-details-marker {
	display: none;
}
.sc-faq .faq-item summary .faq-chevron {
	width:20px;
	height:20px;
	flex-shrink: 0;
	color:#828A93;
	transition: transform 0.2s ease;
}
.sc-faq .faq-item[open] summary .faq-chevron {
	transform: rotate(180deg);
}
.sc-faq .faq-item .faq-answer {
	padding:0 20px 18px;
	font-size:16px;
	font-weight: 400;
	line-height: 160%;
	color:#4B5563;
}
.sc-faq .faq-item .faq-answer a {
	color: var(--main);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.sc-faq .faq-item .faq-answer a:hover {
	opacity: 0.85;
}
footer {
	padding:24px 20px;
	border-top:1px solid #EAEDF4;
}
footer .f-menu {
	display: flex;
	gap:16px;
	align-items: center;
	margin-bottom:18px;
}
footer .f-menu a {
	font-size:14px;
	line-height: 150%;
}
footer .f-menu a:hover {
	text-decoration: underline;
}
footer .f-menu a.bold {
	font-weight: 700;
}
footer .company-name {
	font-size:14px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom:6px;
}
footer .f-info {
	font-size:14px;
	font-weight: 400;
	color:#67738E;
	line-height: 150%;
}


@keyframes rotate_image {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}

/*  ==========================
Mobile guard (max 1023px): new HTML wrappers must not alter layout
=========================== */
@media (max-width: 1023px) {
	.landing-page {
		max-width: 28rem;
		margin-left: auto;
		margin-right: auto;
	}

	.landing-container {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}

	.header .landing-container.header-inner {
		display: contents;
	}

	.sc-main-layout,
	.sc-edu-layout,
	.sc-main-copy {
		display: block;
	}

	.sc-main .hero-report-showcase {
		height: 390px;
		margin-top: 40px;
	}

	.sc-edu-visual {
		display: none !important;
	}

	.sc-main .img-group {
		height: 330px;
		margin-top: 48px;
	}

	.sc-main .img-group .sc01-img2 {
		width: 306px;
		height: 213px;
		margin-top: -180px;
	}

	/* 아이콘을 sc01-img1 하단 기준으로 앵커링: 좁은 화면에서 이미지가
	   축소되어도 sc01-img2의 말풍선-다크박스 사이 공백에 유지되도록 */
	.sc-main .img-group .rotate-icon {
		top: auto;
		margin-top: -131px;
	}

	/* 히어로 목업: 모바일 전용 — overflow:hidden 컨테이너에서 우측 잘림 방지 */
	.sc-main .img-group .sc01-img1 {
		width: 100%;
		max-width: 446px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*  ==========================
Desktop (min 1024px): progressive enhancement only
=========================== */
@media (min-width: 1024px) {
	.br-mobile-only {
		display: none;
	}

	.landing-page {
		max-width: none !important;
		width: 100%;
		background: transparent;
		box-shadow: none;
		min-height: 0;
	}

	.landing-container {
		max-width: var(--landing-max-desktop);
		margin-left: auto;
		margin-right: auto;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.header {
		padding: 0;
		z-index: 10;
		background: rgba(255, 255, 255, 0.92);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		border-bottom: 1px solid #eaedf4;
	}

	.header .landing-container.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 3rem;
		width: 100%;
		max-width: var(--landing-max-desktop);
		height: 60px;
	}

	.header .logo {
		flex-shrink: 0;
	}

	.header .btn-login {
		flex-shrink: 0;
		margin-left: auto;
	}

	.header.down {
		background: #fff;
	}

	section .sc-tit-group {
		padding: 0;
	}

	section .sc-tit-group .tit {
		font-size: 2.5rem;
	}

	section .sc-tit-group .sub-txt {
		font-size: 1.125rem;
		max-width: 42rem;
	}

	.sc-tit-group--hero {
		align-items: flex-start;
	}

	.sc-tit-group--hero .tit,
	.sc-tit-group--hero .sub-txt {
		text-align: left;
	}

	.hero-audience-badges,
	.hero-actions {
		justify-content: flex-start;
	}

	.hero-role,
	.hero-proof {
		text-align: left;
	}

	.hero-actions {
		flex-direction: row;
		width: auto;
	}

	.hero-btn {
		width: auto;
		min-width: 190px;
	}

	.sc-main {
		padding-top: 4rem;
		padding-bottom: 4rem;
		margin-top: 0;
		background: #fff;
		border-radius: 0 0 1rem 1rem;
	}

	.sc-main-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 3rem;
		align-items: center;
	}

	.sc-main .img-group {
		height: auto;
		min-height: 420px;
		margin-top: 0;
	}

	.sc-main .img-group .sc01-img1 {
		width: min(100%, 520px);
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.sc-main .img-group .sc01-img2 {
		width: min(100%, 360px);
		height: auto;
		margin-top: -12rem;
	}

	.sc-main .img-group .rotate-icon {
		top: 11rem;
	}

	.sc-main .hero-report-showcase {
		height: 470px;
		margin-top: 0;
		overflow: visible;
	}

	.hero-result-badge {
		top: 2px;
	}

	.hero-report-card {
		width: 310px;
	}

	.hero-report-card--math {
		top: 48px;
		left: 4px;
	}

	.hero-report-card--gongbubang {
		top: 82px;
		right: 4px;
	}

	.sc-free {
		padding: 4rem 0;
	}

	.sc-free .landing-container {
		max-width: 40rem;
	}

	.sc-free .box {
		padding: 2.5rem 2rem;
		border-radius: 1rem;
	}

	.sc-free .box .box-tit {
		font-size: 2rem;
	}

	.sc-edu {
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		margin-top: 1.5rem;
	}

	.sc-edu-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
		align-items: stretch;
		background: #fff;
		border-radius: 1rem;
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	}

	.sc-edu-visual {
		display: block;
		min-height: 28rem;
		background: #e8f4fe url("images/sc-edu-bg.webp") no-repeat center bottom;
		background-size: contain;
	}

	.sc-edu-body {
		padding: 3rem 2.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.sc-edu .sc-tit-group {
		align-items: flex-start;
	}

	.sc-edu .sc-tit-group .tit {
		text-align: left;
	}

	.sc-edu .text-group {
		padding: 0;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		font-size: 1.125rem;
		text-align: left;
	}

	.sc-worry {
		padding: 5rem 0;
		background: #fff;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-worry .worry-img {
		width: min(100%, 420px);
		height: auto;
		margin-bottom: 1rem;
	}

	.sc-worry .list-group.list-group--cards,
	.sc-why .list-group.list-group--cards,
	.sc-products .list-group.list-group--cards {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
		margin-top: 2rem;
		padding: 0;
		flex-direction: unset;
	}

	.sc-products .list-group.list-group--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-worry .list-group.list-group--cards .item,
	.sc-why .list-group.list-group--cards .item,
	.sc-products .list-group.list-group--cards .item {
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		height: 100%;
		width: auto;
	}

	.sc-products .list-group.list-group--cards .report-sample-card {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

	.report-preview-link {
		height: 430px;
	}

	.report-sample-body {
		padding: 28px 28px 26px;
	}

	.sc-worry .list-group.list-group--cards .item .txt-group,
	.sc-why .list-group.list-group--cards .item .txt-group,
	.sc-products .list-group.list-group--cards .item .txt-group {
		width: calc(100% - 56px);
	}

	.sc-why {
		padding: 5rem 0;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-products {
		padding: 5rem 0;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-why .list-group,
	.sc-products .list-group {
		padding: 0;
	}

	.sc-point {
		padding: 5rem 0;
		background: #fff;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-point .list-group.list-group--points,
	.sc-review .list-group.list-group--reviews {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
		padding: 0;
		flex-direction: unset;
	}

	.sc-point .list-group.list-group--points .item {
		flex-direction: row;
		align-items: center;
		height: 100%;
		width: auto;
		padding: 1.75rem;
	}

	.sc-point .list-group.list-group--points .item .txt-group {
		flex: 1;
		min-width: 0;
	}

	.sc-point .list-group.list-group--points .item .img {
		flex-shrink: 0;
		width: 140px;
	}

	.sc-point .list-group.list-group--points .item .img img {
		width: 100%;
		height: auto;
	}

	.sc-detail {
		padding: 5rem 0;
		margin-top: 1.5rem;
		border-radius: 1rem;
	}

	.sc-detail .img-group {
		width: min(100%, 480px);
	}

	.sc-detail .img-group .icon {
		top: 28%;
		width: 64px;
		height: 64px;
	}

	.sc-detail .img-group .icon i {
		width: 32px;
		height: 32px;
	}

	.sc-review {
		padding: 5rem 0;
		background: #fff;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-faq {
		padding: 5rem 0;
		background: #F8F9FB;
		border-radius: 1rem;
		margin-top: 1.5rem;
	}

	.sc-faq .faq-list {
		padding: 0;
		max-width: 48rem;
		margin-left: auto;
		margin-right: auto;
	}

	footer {
		padding: 24px 0;
		background: #fff;
	}

	.footer-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 2rem;
	}

	footer .f-menu {
		margin-bottom: 0;
	}

	footer .f-info {
		text-align: right;
	}
}

@media (min-width: 1280px) {
	section .sc-tit-group .tit {
		font-size: 2.75rem;
	}

	.sc-main .img-group .sc01-img2 {
		margin-top: -14rem;
	}
}
