@charset "utf-8";

/* 내용관리 */
#container {
    padding-top: 0px;
}

#ctt {
    background: #fff
}

.ctt_admin {
    text-align: right
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
    margin: 80px auto;
    padding: 0px 0px;
    width: 100%;
}

#ctt_con img {
    max-width: 100%;
    height: auto
}

.ctt_img {
    text-align: center
}

.edugoal {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1d2b3a;
}

.edugoal section {
    margin-bottom: 90px;
}

.edugoal section::before {
    content: attr(data-title);
}

/* 공통 제목 */
.edugoal .goal-summary::before,
.edugoal .student-section::before,
.edugoal .teacher-section::before {
    display: block;
    margin-bottom: 38px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #101820;
}

/* 상단 요약 */
.goal-summary {
    padding: 0;
    background: none;
    box-shadow: none;
}

.goal-summary::before {
    content: "법인 교육이념";
}

.summary-row {
    max-width: 720px;
    min-height: 76px;
    margin: 0 auto 22px;
    padding: 0 40px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #29b8e7, #0073bd);
    box-shadow: 0 14px 35px rgba(0, 103, 190, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: #fff;
}

.summary-row .label {
    min-width: auto;
    height: auto;
    padding: 0;
    background: none !important;
    box-shadow: none;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    letter-spacing: 0;
}

.summary-row p {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.35;
}

.summary-row p strong {
    color: #fff;
}

/* 학생상 영역 → 교육목표 카드 */
.student-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 90px 20px;
    background: #f3f7fb;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.student-section::before {
    content: "교육목표";
}

.side-title {
    display: none;
}

.student-diagram {
    max-width: 1100px;
    min-height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.center-core {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    min-height: 120px;
    outline: 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #1b5da9;
    box-shadow: none;
    color: #1d2b3a;
    padding: 28px 20px;
    order: 1;
}

.center-core::before {
    content: "01";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0e4b9b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-core span {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.center-core span::after {
    content: "학생들에게 인류의 행복 증진과 세계 평화를 위한 꿈을 갖도록 한다.";
    display: block;
}

.center-core .icon {
    display: none;
}

.student-diagram .item {
    position: relative;
    width: auto;
    min-height: 120px;
    padding: 28px 20px;
    border: 1px solid #1b5da9;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    box-sizing: border-box;
}

.student-diagram .item::before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0e4b9b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item.top::before { content: "02"; }
.item.right-top::before { content: "03"; }
.item.right-bottom::before { content: "04"; }
.item.left-bottom::before { content: "05"; }
.item.left-top::before { content: "06"; }

.student-diagram .item,
.item.top,
.item.right-top,
.item.right-bottom,
.item.left-bottom,
.item.left-top {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
}

.student-diagram .item strong {
    font-weight: 500;
}

.student-diagram .item em {
    display: none;
}

/* 교사상 영역 → 학교교육철학 */
.teacher-section {
    padding: 0;
    background: none;
    box-shadow: none;
}

.teacher-section::before {
    content: "학교교육철학";
}

.teacher-list {
    max-width: 820px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(23, 67, 128, .12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    list-style: none;
}

.teacher-list li {
    margin: 0;
    padding: 0;
}

.teacher-list li::before {
    display: none;
}

.teacher-list span {
    min-height: 110px;
    padding: 0 30px;
    border: 1px dashed #4776b3;
    border-radius: 999px;
    background: #f0f5fb;
    color: #174b95;
    font-size: 21px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.teacher-list li:nth-child(n+3) {
    display: none;
}

.teacher-list li:nth-child(1) span {
    font-size: 0;
}

.teacher-list li:nth-child(1) span::before {
    content: "Beyond University";
    font-size: 21px;
}

.teacher-list li:nth-child(2) span {
    font-size: 0;
}

.teacher-list li:nth-child(2) span::before {
    content: "Little Adult";
    font-size: 21px;
}

/* 교훈 원형 영역 추가 느낌 */
.edugoal::after {
    content: "自律\A자율        創意\A창의        品格\A품격";
    white-space: pre;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 760px;
    height: 260px;
    margin: 90px auto 0;
    border-radius: 999px;
    background:
        radial-gradient(circle at 25% 50%, #0066ad 0 28%, transparent 29%),
        radial-gradient(circle at 50% 50%, #202020 0 28%, transparent 29%),
        radial-gradient(circle at 75% 50%, #fff 0 28%, transparent 29%);
    border: 0;
    color: transparent;
}

/* 반응형 */
@media (max-width: 900px) {
    .edugoal {
        padding: 50px 18px;
    }

    .summary-row {
        max-width: 100%;
        min-height: auto;
        padding: 24px 28px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        border-radius: 28px;
    }

    .summary-row p {
        font-size: 21px;
    }

    .student-section {
        padding: 70px 18px;
    }

    .student-diagram {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }

    .teacher-list {
        max-width: 100%;
        border-radius: 36px;
        padding: 24px;
        grid-template-columns: 1fr;
    }

    .teacher-list span {
        min-height: 86px;
    }

    .edugoal::after {
        height: 220px;
        background:
            radial-gradient(circle at 30% 50%, #0066ad 0 24%, transparent 25%),
            radial-gradient(circle at 50% 50%, #202020 0 24%, transparent 25%),
            radial-gradient(circle at 70% 50%, #fff 0 24%, transparent 25%);
    }
}

@media (max-width: 560px) {
    .edugoal .goal-summary::before,
    .edugoal .student-section::before,
    .edugoal .teacher-section::before {
        font-size: 21px;
        margin-bottom: 28px;
    }

    .summary-row .label {
        font-size: 14px;
    }

    .summary-row p {
        font-size: 18px;
    }

    .student-diagram {
        grid-template-columns: 1fr;
    }

    .student-diagram .item,
    .center-core {
        min-height: auto;
        padding: 30px 20px 24px;
    }

    .teacher-list span,
    .teacher-list li:nth-child(1) span::before,
    .teacher-list li:nth-child(2) span::before {
        font-size: 18px;
    }

    .edugoal::after {
        display: none;
    }
}



/*new*/
/* 기본 설정 */


.ds-section {
    padding: 80px 20px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.ds-bg-light {
    background-color: #f8f9fc;
    max-width: 100%;
    text-align: center;
    padding: 70px 10px;
    margin-bottom: 70px;
}

.ds-section-title {
    font-size: 24px;
    font-weight: 700;
    margin:0 auto 50px;
    position: relative;
    text-align: center;
    display: block;
}

.ds-section-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #005baa;
}

/* 1. 교훈 */
.motto-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.motto-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.motto-circle:hover {
    transform: translateY(-10px);
}

.motto-circle h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.motto-circle p {
    font-size: 16px;
    font-weight: 300;
}

.circle-blue {
    background-color: white;
    color: #1346d4;
    border: 2px solid #1346d4;
}

.circle-dark {
    background-color: #1346d4;
    color: white;
}

.circle-white {
    background-color: white;
    color: #1346d4;
    border: 2px solid #1346d4;
}

/* 2. VISION & 교육목표 (Pill 스타일 배너) */
.vision-banner {
    background: linear-gradient(135deg, #00a0e9, #1346d4);
    border-radius: 30px;
    padding: 40px 60px;
    color: white;
    margin: 0px auto 50px;
    max-width: 1440px;
    box-shadow: 0 15px 30px rgba(0, 91, 170, 0.2);
}

.vision-banner span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.9;
    letter-spacing: 2px;
}

.vision-banner h2 {
    font-size: 28px;
    line-height:1.5;
    font-weight: 500;
    word-break: keep-all;
}

.goal-box {
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 30px;
    max-width: 1440px;
    margin: 0 auto;
    background: white;
}

.goal-box span {
    color: #1346d4;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.goal-box p {
    font-size: 28px;
        line-height:1.5;
    color: #000;
}

/* 3. 학생상 (카드 그리드 스타일) */
.student-grid {
    padding: 20px 10px 70px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.student-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 40px 20px;
    width: calc(33.333% - 20px);
    min-width: 250px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    text-align: center;
}

.card-num {
    width: 36px;
    height: 36px;
    background-color: #005baa;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto 20px auto;
}

.student-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
}

.student-card p {
    font-size: 15px;
    color: #666;
}

/* 4. 교사상 (라인형 Pill 스타일) */
.teacher-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.teacher-pill {
    background: white;
    border: 2px solid #eef2f6;
    border-radius: 50px;
    padding: 20px 40px;
    width: calc(50% - 10px);
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.teacher-pill:hover {
    border-color: #005baa;
    box-shadow: 0 5px 20px rgba(0, 91, 170, 0.1);
}

.teacher-pill strong {
    color: #005baa;
    font-size: 18px;
    white-space: nowrap;
}

.teacher-pill p {
    margin: 0;
    font-size: 16px;
    text-align: left;
}

/* 반응형 처리 */
@media (max-width: 768px) {
    .student-card {
        width: calc(50% - 10px);
    }
    .teacher-pill {
        width: 100%;
    }
    .motto-circle {
        width: 180px;
        height: 180px;
    }
    .vision-banner h2 {
        font-size: 18px;
    }
    .goal-box p {
        font-size:18px;
    }
    .vision-banner, .goal-box {
        padding:20px;
        border-radius:10px;
    }
    .teacher-container {
        padding: 0px 0px;
    }
    .vision-banner h2 br {
        display:none;
    }
    .ds-bg-light {
        padding:70px 10px;
    }
}

@media (max-width: 480px) {
    .student-card {
        width: 100%;
    }
    .teacher-pill{
        flex-direction:column;
        align-items:flex-start;
        padding:20px 15px;
        border-radius:10px;
    }
    .teacher-pill {
        min-width:unset;
    }
}