.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: #4b5563;
}

/* 강조색 */
.about-highlight {
    color: var(--about-point);
    font-weight: 700;
}

/* 🎨 페이지별 색상 */
.about-brand {
    --about-point: #e85d96;
}

.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 74%, #f1f1f1 74% 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;
    }
}

/* 시설안내 */
.facility-page {
    padding: 100px 24px 120px;
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.45) 0%, transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.facility-container {
    max-width: 1120px;
    margin: 0 auto;
}

/* 레이아웃 */
.facility-showcase {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 44px;
    align-items: center;
}

/* 이미지 */
.facility-image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 28px;
    background: #f3f4f6;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.facility-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.facility-slide.active {
    opacity: 1;
}

.facility-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 텍스트 카드 */
.facility-info-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px 32px;
}

.facility-name {
    font-size: 32px;
    font-weight: 800;
}

.facility-copy {
    margin-top: 18px;
    font-size: 17px;
    color: #4b5563;
    line-height: 1.9;
}

/* 리스트 */
.facility-points {
    margin-top: 24px;
    list-style: none;
}

.facility-points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #374151;
}

.facility-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #93c5fd;
}

/* dot */
.facility-controls {
    margin-top: 26px;
}

.facility-dots {
    display: flex;
    gap: 8px;
}

.facility-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
}

.facility-dot.active {
    width: 28px;
    border-radius: 999px;
    background: #2563eb;
}

/* 반응형 */
@media (max-width: 900px) {
    .facility-showcase {
        grid-template-columns: 1fr;
    }
}