/****************************************
*     Common
****************************************/
#sec1, #sec2, #sec3, #sec4, #sec5 {
	padding-top: 50px; padding-bottom: 50px;
}

.sec-title {
	padding: 0 30px;
	font-family: var(--font-jua); font-size: clamp(2.0rem, 3.2vw, 3.0rem);
	text-align: center;
	word-break: break-word;
	display: block;
}



/****************************************
*     Section Header
****************************************/
#sec_header {
	padding-top: var(--sec-padding-top); padding-bottom: var(--sec-padding-bottom);
	background: linear-gradient(180deg, #effaf7, #ffffff);
}
#sec_header_inner {
	text-align: center;
}
#sec_header_inner .sec-header-tag {
	color: #12b5a2;
	font-size: 0.9rem; font-weight: 700;
}
#sec_header_inner .sec-header-type {
	padding: 7px;
	background: #fff;
	border: 1px solid #e2edea; border-radius: 999px;
	box-shadow: 0 8px 22px rgba(17,48,43,0.06);
	display: inline-flex; gap:12px;
}
#sec_header_inner .sec-header-type a {
	padding: 11px 24px;
	color: #3e5853;
	font-weight: 700;
	border-radius:999px;
}
#sec_header_inner .sec-header-type a.active{
	color: #fff;
	background: #12b5a2;
}

/****************************************
*     Section Literacy 1
****************************************/
#sec_l1{
	padding-top: var(--sec-padding-top); padding-bottom: var(--sec-padding-bottom);
	background: #fff;
}
#sec_l1_inner {}

#sec_l1_inner #sec_l1_1 {
	display: flex; flex-direction: row; justify-content: start; align-items: center; gap: 20px;
}
#sec_l1_inner #sec_l1_1 > div:nth-child(1) span {
	width: 96px; height: 96px;
	background: linear-gradient(150deg, #13b7a4, #0b8c7c);
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(18, 181, 162, 0.3);
	display: flex; justify-content: center; align-items: center;
}
#sec_l1_inner #sec_l1_1 > div:nth-child(1) span svg {
	width: 52px; height: 52px;
	stroke: #fff;
}
#sec_l1_inner #sec_l1_1  > div:nth-child(2) {
	display: flex; flex-direction: column; justify-content: start; align-items: start; gap: 15px;
}
#sec_l1_inner #sec_l1_1  > div:nth-child(2) span{
	padding: 5px 20px;
	color: #0b8c7c;
	font-size: 0.9rem; font-weight: 700;
	background: #e7f8f4;
	border-radius: 999px;
}
#sec_l1_inner #sec_l1_1  > div:nth-child(2) div{
	font-size: 2.4rem; font-weight: 700;
	line-height: 1.0;
}

#sec_l1_inner #sec_l1_2 {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
#sec_l1_inner #sec_l1_2 > div {
	padding: 20px;
	background:#f4fbf9;
	border: 1px solid #e4f1ed; border-radius: 20px;
	display: flex; flex-direction: column; justify-content: start; align-items: start; gap: 20px;
}
#sec_l1_inner #sec_l1_2 > div > div:nth-child(1) {
	display: flex; flex-direction: row; justify-content: start; align-items: center;
}
#sec_l1_inner #sec_l1_2 > div > div:nth-child(1) span {
	width: 60px; height: 60px;
	background: #fff;
	border-radius: 15px;
	display: flex; flex-direction: row; justify-content: center; align-items: center;
	box-shadow: 0 8px 18px rgba(18,181,162,0.14);
}
#sec_l1_inner #sec_l1_2 > div > div:nth-child(1) span svg {
	width: 32px; height: 32px;
	stroke: #12b5a2;
}

/****************************************
*     Section Literacy 2
****************************************/
#sec_l2{
	padding-top: var(--sec-padding-top); padding-bottom: var(--sec-padding-bottom);
	background: #fff8f4;
}
#sec_l2_inner {
	text-align: center;
}

#sec_l2_inner .sec-l2-tag {
	padding: 8px 20px;
	color:#E15B36; font-weight:800;
	font-size: 0.9rem; font-weight: 700;
	background: #ffe9e0;
	border-radius: 999px;
	display: inline-block;
}

#sec_l2_inner .sec-l2-target {
	margin-left: auto; margin-right: auto; padding: 38px 42px;
	max-width: 800px;
	background: #fff;
	border: 1px solid #f2d9cc; border-radius: 20px;
	box-shadow: 0 16px 40px rgba(225,91,54,0.07);
}

#sec_l2_inner .sec-l2-target .sec-l2-target-tag {
	padding: 8px 20px;
	color: #e15b36;
	font-size: 1.0rem; font-weight: 700;
	background: #ffe9e0;
	border-radius: 999px;
}














#sec2 .sec-desc {

}
#sec2 .sec-desc .sec-desc-item {
	margin-top: 20px; padding: 28px;
	background: #fff;
	border: 1px solid #eff2f4; border-radius: 20px;
	box-shadow: 0 2px 6px rgba(29, 37, 51, 0.06);
	display: grid;
	grid-template-columns: 80px 1fr; align-items: center; gap: 25px;
}
#sec2 .sec-desc .sec-desc-item > *{
	/*border: 1px solid red;*/
}
#sec2 .sec-desc .sec-desc-item .num span {
	width: 80px; height: 80px;
	color: var(--color-g5);
	font-family: var(--font-gaegu); font-size: 2.5rem;
	text-align: center;
	background: var(--color-g1);
	border: 1px dashed var(--color-g5); border-radius: 40px;
	display: grid; align-items: center;
}


@media (max-width: 960px) {
	#sec1{ grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 560px) {
	#sec2 .sec-desc .sec-desc-item {
		text-align: center;
		grid-template-columns: 1fr;
	}
	#sec2 .sec-desc .sec-desc-item .num { text-align: center; }
}


/****************************************
*     공통 컴포넌트 (green 테마 — --color-g* 사용)
****************************************/
.kh-reveal { opacity: 1; transform: none; }
.text-ac { text-align: center; color: #5b6579; }

.kh-h1 {
	margin: 10px 0 0;
	color: #1d2533;
	font-size: clamp(2.0rem, 3.6vw, 2.9rem); font-weight: 800; line-height: 1.3; letter-spacing: -0.02em;
}
.kh-body { color: #5b6579; font-size: 1.0rem; line-height: 1.75; }
.kh-body-sm { color: #5b6579; font-size: 0.9rem; line-height: 1.65; }

.kh-btn {
	height: 48px; padding: 0 22px;
	font-size: 0.95rem; font-weight: 700; white-space: nowrap;
	border: none; border-radius: 999px;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	cursor: pointer; font-family: inherit;
	transition: transform .15s, background .18s, color .18s, border-color .18s, box-shadow .18s;
}
.kh-btn-lg { height: 54px; padding: 0 28px; font-size: 1.0rem; }
.kh-btn-teal { color: #fff; background: var(--color-g4); box-shadow: 0 8px 18px rgba(40,167,123,0.28); }
.kh-btn-teal:hover { background: var(--color-g5); transform: translateY(-2px); }
.kh-btn-ghost { color: #33425a; background: #fff; border: 1.5px solid #e4ebe8; }
.kh-btn-ghost:hover { border-color: var(--color-g4); color: var(--color-g5); transform: translateY(-2px); }

/****************************************
*     Section 1 — 히어로
****************************************/
#sec1 .kh-sub-hero-actions { margin-top: 28px; display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
#sec1 .kh-h1 .font-gaegu { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
#sec1 > div:first-child p { margin-top: 18px; color: #5b6579; line-height: 1.75; }

.kh-sub-hero-card {
	min-height: 200px;
	padding: 40px;
	background: #fff;
	border: 1px solid #eef3f1; border-radius: 28px;
	box-shadow: 0 18px 40px rgba(29,37,51,0.08);
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.kh-10-badge {
	color: var(--color-g4);
	display: inline-flex; align-items: baseline; gap: 8px;
}
.kh-10-badge .font-gaegu { color: var(--color-g4); }
.kh-10-cap { color: #33425a; font-size: 1.0rem; font-weight: 700; }

/****************************************
*     Section 3 — 학습 난이도
****************************************/
#sec3 .kh-hl {
	background: linear-gradient(180deg, transparent 58%, var(--color-g2) 58%);
	padding: 0 4px;
}
.kh-grade-tabs {
	margin: 36px auto 0;
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px;
}
.kh-grade-tab {
	width: 150px;
	padding: 20px 16px;
	background: #fff;
	border: 2px solid #e7eceb; border-radius: 18px;
	display: flex; flex-direction: column; align-items: center; gap: 6px;
	cursor: pointer;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	font-family: inherit;
}
.kh-grade-tab:hover { transform: translateY(-2px); border-color: var(--color-g2); }
.kh-grade-tab .kh-grade-emoji { font-size: 1.7rem; }
.kh-grade-tab .kh-grade-key { color: #1d2533; font-size: 1.0rem; font-weight: 800; }
.kh-grade-tab small { color: #8b94a6; font-size: 0.8rem; }
.kh-grade-tab.active {
	background: var(--color-g1);
	border-color: var(--color-g4);
	box-shadow: 0 8px 20px rgba(40,167,123,0.16);
}
.kh-grade-tab.active .kh-grade-key { color: var(--color-g5); }

.kh-grade-desc {
	margin: 22px auto 0;
	max-width: 760px;
	padding: 22px 24px;
	background: var(--color-g1);
	border-radius: 18px;
	text-align: center;
}
.kh-grade-desc p { color: var(--color-g5); font-weight: 600; }

.kh-compose-grid {
	margin: 26px auto 0;
	max-width: 860px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.kh-compose-card {
	background: #fff;
	border: 1px solid #eef3f1; border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(29,37,51,0.05);
}
.kh-compose-head {
	padding: 14px 18px;
	font-size: 1.05rem; font-weight: 800; text-align: center;
}
.kh-compose-head-lit { color: var(--color-g5); background: var(--color-g2); }
.kh-compose-head-nonlit { color: #fff; background: var(--color-g3); }
.kh-compose-body {
	padding: 20px;
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.kh-compose-pill {
	padding: 8px 16px;
	color: var(--color-g5); font-size: 0.9rem; font-weight: 700;
	background: var(--color-g1); border-radius: 999px;
}

/****************************************
*     Section 4 — 실제 학습 화면
****************************************/
.kh-screen-grid {
	margin: 40px 0 0;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.kh-screen-card {
	position: relative;
	padding: 18px;
	background: #fff;
	border: 1px solid #eef3f1; border-radius: 20px;
	box-shadow: 0 4px 14px rgba(29,37,51,0.05);
}
.kh-screen-number {
	position: absolute; top: -12px; left: 18px;
	width: 30px; height: 30px;
	color: #fff; font-size: 0.85rem; font-weight: 800;
	background: #1d2533; border-radius: 999px;
	display: grid; place-items: center;
}
.kh-screen-shot {
	position: relative;
	height: 150px;
	padding: 22px 18px;
	background: #f4f7f6; border-radius: 14px;
	margin-bottom: 16px;
}
.kh-screen-shot .ln {
	display: block; height: 9px; border-radius: 6px; background: #e2e8e6; margin-bottom: 10px;
}
.kh-screen-shot .ln-1 { width: 70%; }
.kh-screen-shot .ln-2 { width: 90%; }
.kh-screen-shot .ln-3 { width: 55%; }
.kh-screen-shot .kh-screen-dot {
	position: absolute; right: 16px; bottom: 16px;
	width: 34px; height: 34px; border-radius: 999px;
	background: var(--color-g4);
}
.kh-screen-cap .kh-screen-tag {
	color: #8b94a6; font-size: 0.78rem; font-weight: 700;
}
.kh-screen-cap h4 { margin: 4px 0 6px; color: #1d2533; font-size: 1.05rem; font-weight: 800; }
.kh-screen-cap p { color: #5b6579; font-size: 0.85rem; line-height: 1.55; }
.kh-screen-note { margin-top: 24px; color: #8b94a6; font-size: 0.85rem; text-align: center; }


/****************************************
*     반응형
****************************************/
@media (max-width: 960px) {
	/* sec_l1_area2 */
	#sec_l1_inner #sec_l1_2 { grid-template-columns: 1fr; }
	#sec_l1_inner #sec_l1_2 > div { flex-direction: row; }






	.kh-grade-tabs { gap: 10px; }
	.kh-screen-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	/* sec_l1_area1 */
	#sec_l1_inner #sec_l1_1 { justify-content: center; }
	/* sec_l1_area2 */
	#sec_l1_inner #sec_l1_2 > div { text-align: center; flex-direction: column; align-items: center; }


	/*#sec_l1_inner #sec_l1_area2 { text-align: center; }*/







	.kh-compose-grid { grid-template-columns: 1fr; }
	.kh-screen-grid { grid-template-columns: 1fr; }
	.kh-cta-inner { flex-direction: column; align-items: flex-start; }
}
