/* 큐코딩 */
.coding {
    --section-point: var(--color-coding-main);
    --section-point-light: var(--color-coding-light);
}

/* 메타영수 */
.meta {
    --section-point: var(--color-academy-main);
    --section-point-light: var(--color-academy-light);
}

.about-brand {
    --about-point: #E8792E;
    --about-light: #F2A65A;
    --about-soft: #FFF4E8;
}

.section-highlight {
    color: var(--section-point);
}

.about-page {
    color: #111827;
}

.about-container {
    max-width: 980px;
}

/* 상단 */
.about-hero {
    max-width: 860px;
    margin-bottom: 72px;
}

.about-title {
    font-size: 48px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.about-desc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.9;
    color: #4b5563;
}

.about-core {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
}

/* 본문 */
.about-body {
    border-top: 1px solid #e5e7eb;
}

.about-block {
    padding: 32px 0;
    border-bottom: 1px solid #e5e7eb;
}

.about-block h3 {
    font-size: 26px;
    margin-bottom: 12px;
}

.about-block p {
    font-size: 17px;
    line-height: 1.9;
    color: #4b5563;
}

/* 마무리 */
.about-closing {
    margin-top: 56px;
    padding-top: 40px;
}

.about-closing strong {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 800;
}

.about-closing p {
    margin-top: 16px;
    font-size: 17px;
    color: #fff;
}

/* 강조색 */
.about-highlight-sm {
    color: #7d3f06;
    font-weight: 700;
}

/* 🎨 페이지별 색상 */
.about-philosophy {
    --about-point: #2563eb;
}

.brand-layout {
    border-top: 1px solid #e5e7eb;
}

.about-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid #e5e7eb;
}

.about-key {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--about-point);
}

.about-row .about-block {
    padding: 0;
    border: none;
}

/* 반응형 */
@media (max-width: 640px) {
    .about-title {
        font-size: 30px;
    }

    .about-block h3 {
        font-size: 20px;
    }

    .about-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .about-key {
        font-size: 14px;
    }
}

/*lms 관련 css*/
.lms-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 20px 90px;
}

.lms-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 140px;
}

.lms-block.reverse {
    flex-direction: row-reverse;
}

.lms-text {
    flex: 1;
    max-width: 510px;
}

.lms-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 22px;
    word-break: keep-all;
}

.lms-desc {
    font-size: 18px;
    color: #666;
    margin: 0 0 24px;
    word-break: keep-all;
    line-height: 1.9;
}

.lms-point-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lms-point-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    word-break: keep-all;
}

.lms-point-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9bb6;
}

.lms-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device {
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 32px;
    box-shadow: 0 24px 50px rgba(17, 12, 46, 0.1);
    overflow: hidden;
}

.device-top {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.dots {
    display: flex;
    gap: 7px;
}

.dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e2e2e2;
}

.device-body {
    background: linear-gradient(180deg, #fffafc 0%, #ffffff 100%);
    padding: 18px;
}

.screen-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #333;
}

.pill-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.pill {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: #f7f7f8;
    color: #666;
}

.pill.active {
    background: #ffe4ee;
    color: #e55b8f;
}

.card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.mini-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.sub {
    font-size: 12px;
    color: #999;
}

.bar-group {
    margin-top: 8px;
}

.bar-label {
    margin-bottom: 5px;
}

.bar {
    height: 10px;
    border-radius: 999px;
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 8px;
}

.bar>span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffb6cc, #ffd86f);
}

.course-list,
.task-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.list-item {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.list-item.align-top {
    align-items: flex-start;
}

.list-left {
    min-width: 0;
}

.list-name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
    word-break: keep-all;
}

.list-desc {
    font-size: 12px;
    color: #999;
    word-break: keep-all;
}

.status {
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.status.done {
    background: #eefaf2;
    color: #2c9b57;
}

.status.submit,
.status.notice {
    background: #fff6db;
    color: #c99400;
}

.status.miss,
.status.archive {
    background: #ffe7ef;
    color: #d84f82;
}

.status.class-tag {
    background: #ebf7ff;
    color: #2b8dbb;
}

.stats-wrap {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.circle-card {
    flex: 1;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
    padding: 14px;
    text-align: center;
}

.circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 800;
    color: #333;
}

.circle.pink {
    background: conic-gradient(#ff9fba 0 82%, #f1f1f1 82% 100%);
}

.circle.yellow {
    background: conic-gradient(#ffd96a 0 50%, #f1f1f1 50% 100%);
}

.circle-label {
    font-size: 13px;
    font-weight: 700;
    color: #444;
}

.circle-sub {
    font-size: 11px;
    color: #999;
    word-break: keep-all;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.portfolio-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 14px;
}

.thumb {
    height: 86px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffe3ec, #fff2b8);
    margin-bottom: 10px;
}

.thumb.blue {
    background: linear-gradient(135deg, #dbf2ff, #eef7ff);
}

.thumb.mint {
    background: linear-gradient(135deg, #dff9ee, #eefcf6);
}

.thumb.lav {
    background: linear-gradient(135deg, #efe7ff, #f7f3ff);
}

.mt-12 {
    margin-top: 12px;
}

@media (max-width: 900px) {

    .lms-block,
    .lms-block.reverse {
        flex-direction: column;
        margin-bottom: 90px;
        gap: 32px;
    }

    .lms-text {
        max-width: 100%;
        text-align: center;
    }

    .lms-point-list {
        display: inline-block;
        text-align: left;
    }

    .lms-title {
        font-size: 34px;
    }
}

@media (max-width: 560px) {
    .lms-title {
        font-size: 28px;
    }

    .lms-desc {
        font-size: 16px;
    }

    .device {
        max-width: 100%;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .stats-wrap {
        flex-direction: column;
    }
}

/* =========================================================
   META 교육철학 - Compact
========================================================= */

.meta-philosophy {
    padding: 56px 24px 80px;
    background:
        radial-gradient(circle at top right, rgba(112, 68, 154, 0.06) 0%, transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
    color: #1f2937;
}

.meta-philosophy .container {
    max-width: 1080px;
    margin: 0 auto;
}


/* =========================
   HERO
========================= */

.meta-philosophy-hero {
    max-width: 900px;
    padding: 20px 0 56px;
}

.meta-eyebrow {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: var(--color-academy-light);
}

.meta-main-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #222;
}

.meta-main-title span {
    color: var(--color-academy-main);
}

.meta-main-desc {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #5f6672;
}


/* =========================
   ABOUT META
========================= */

.meta-about {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 40px;
    padding: 48px 0;
    border-top: 1px solid #e8e2ed;
    border-bottom: 1px solid #e8e2ed;
}

.meta-about-label {
    padding-top: 4px;
    font-size: 14px;
    font-weight: 800;
    color: var(--color-academy-light);
}

.meta-about-content {
    max-width: 760px;
}

.meta-about-content h3 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #26212b;
}

.meta-about-content p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #5d6470;
}

.meta-about-content strong,
.meta-about-content span {
    color: var(--color-academy-main);
}

.meta-about-highlight {
    margin-top: 22px !important;
    padding: 18px 22px;
    border-left: 4px solid var(--color-academy-light);
    border-radius: 0 12px 12px 0;
    background: #f6f1fa;
}


/* =========================
   철학 01 / 02 / 03
========================= */

.meta-philosophy-block {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 36px;
    padding: 56px 0;
    border-bottom: 1px solid #e8e2ed;
}

.meta-philosophy-number {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    color: #e3d8eb;
}

.meta-philosophy-content {
    max-width: 780px;
}

.meta-philosophy-eng {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-academy-light);
}

.meta-philosophy-content h3 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #26212b;
}

.meta-philosophy-text p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #5d6470;
}

.meta-philosophy-text strong {
    color: var(--color-academy-main);
}


/* 핵심 문장 */
.meta-philosophy-quote {
    position: relative;
    margin-top: 24px;
    padding: 15px 20px 15px 24px;
    border-radius: 10px;
    background: #f6f1fa;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--color-academy-main);
}

.meta-philosophy-quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 999px;
    background: var(--color-academy-light);
}


/* =========================
   마무리
========================= */

.meta-philosophy-closing {
    max-width: 820px;
    margin: 64px auto 0;
    padding: 40px 36px;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(135deg,
            var(--color-academy-main),
            var(--color-academy-light));
    box-shadow: 0 16px 36px rgba(75, 40, 109, 0.14);
}

.meta-closing-eng {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.meta-philosophy-closing strong {
    display: block;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
}

.meta-philosophy-closing>p:last-child {
    margin: 14px 0 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}


/* =========================
   반응형
========================= */

@media (max-width: 640px) {

    .meta-philosophy {
        padding: 40px 20px 60px;
    }

    .meta-philosophy-hero {
        padding-bottom: 40px;
    }

    .meta-main-title {
        font-size: 32px;
    }

    .meta-main-desc {
        font-size: 15px;
    }

    .meta-about {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 36px 0;
    }

    .meta-about-content h3 {
        font-size: 24px;
    }

    .meta-philosophy-block {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 42px 0;
    }

    .meta-philosophy-number {
        font-size: 36px;
    }

    .meta-philosophy-content h3 {
        font-size: 25px;
    }

    .meta-philosophy-closing {
        margin-top: 48px;
        padding: 32px 22px;
    }

    .meta-philosophy-closing strong {
        font-size: 22px;
    }
}

.about-philosophy.coding {
    --about-point: var(--color-coding-main);
    --about-light: var(--color-coding-light);
    --about-soft: #eef6ff;
}

.about-philosophy.meta {
    --about-point: var(--color-academy-main);
    --about-light: var(--color-academy-light);
    --about-soft: #f6f1fa;
}

/* =========================================
   교육철학 공통
========================================= */

.about-philosophy.coding {
    --about-point: var(--color-coding-main);
    --about-light: var(--color-coding-light);
    --about-soft: #eef6ff;
    --about-soft-strong: #e2f1fa;
}

.about-philosophy.meta {
    --about-point: var(--color-academy-main);
    --about-light: var(--color-academy-light);
    --about-soft: #f6f1fa;
    --about-soft-strong: #eee4f5;
}


/* 상단 */
.about-hero {
    max-width: 860px;
    margin-bottom: 64px;
}

.about-eyebrow {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--about-point);
    letter-spacing: 0.04em;
}

.about-highlight {
    color: var(--about-point);
    font-weight: 700;
}


/* =========================================
   About 소개
========================================= */

.about-intro {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 40px;

    padding: 42px 0;

    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.about-intro-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--about-point);
}

.about-intro-content {
    max-width: 780px;
}

.about-intro-title {
    margin: 0 0 20px;
    font-size: 27px;
    line-height: 1.45;
}

.about-intro-content p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.about-intro-highlight {
    margin-top: 24px;
    padding: 17px 20px;

    background: var(--about-soft);
    border-left: 3px solid var(--about-point);
    border-radius: 0 10px 10px 0;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   01 / 02 / 03
========================================= */

.philosophy-list {
    margin-top: 60px;
}

.philosophy-block {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 38px;

    padding: 54px 42px;
    margin-bottom: 28px;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}


/* 번호 */
.philosophy-number {
    font-size: 44px;
    line-height: 1;
    font-weight: 800;

    color: var(--about-light);
    opacity: 0.35;
}


/* 오른쪽 내용 */
.philosophy-content {
    max-width: 780px;
}

.philosophy-eng {
    margin: 0 0 7px;

    font-size: 14px;
    font-weight: 700;
    color: var(--about-point);
}

.philosophy-title {
    margin: 0 0 20px;

    font-size: 27px;
    line-height: 1.4;
    font-weight: 800;

    color: #1f2937;
}

.philosophy-text p {
    margin: 0 0 11px;

    font-size: 15px;
    line-height: 1.75;

    color: #4b5563;
}

.philosophy-text strong {
    color: var(--about-point);
}


/* 핵심 문장 */
.philosophy-quote {
    position: relative;

    margin-top: 22px;
    padding: 14px 18px;

    background: var(--about-soft);
    border-radius: 10px;

    color: var(--about-point);
    font-size: 15px;
    font-weight: 700;
}


/* =========================================
   카드마다 약간의 변화
========================================= */

.philosophy-block:nth-child(even) {
    background:
        linear-gradient(135deg,
            var(--about-soft) 0%,
            #fff 55%);
}


/* =========================================
   마무리
========================================= */

.about-closing {
    margin-top: 64px;
    padding: 42px;

    text-align: center;

    background:
        linear-gradient(135deg,
            var(--about-point),
            var(--about-light));

    border-radius: 20px;
}

.about-closing-eng {
    margin: 0 0 12px;

    font-size: 13px;
    font-weight: 700;

    color: rgba(255, 255, 255, 0.72);
}

.about-closing strong {
    display: block;

    font-size: 26px;
    line-height: 1.5;

    color: #fff;
}

.about-closing>p:last-child {
    margin: 14px 0 0;

    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}


/* =========================================
   반응형
========================================= */

@media (max-width: 640px) {

    .about-intro {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .philosophy-list {
        margin-top: 40px;
    }

    .philosophy-block {
        grid-template-columns: 1fr;
        gap: 12px;

        padding: 32px 24px;
    }

    .philosophy-number {
        font-size: 34px;
    }

    .philosophy-title {
        font-size: 23px;
    }

    .about-closing {
        padding: 34px 22px;
    }

    .about-closing strong {
        font-size: 22px;
    }
}