@charset "utf-8";


/* =========================================================
   내용관리 기본
   ========================================================= */

#ctt {
    margin: 10px 0;
    padding: 20px;
    background: #fff;
}

.ctt_admin {
    text-align: right;
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#ctt_con {
    padding: 10px 0;
    line-height: 1.6em;
}

#ctt_con img {
    max-width: 100%;
    height: auto;
}

.ctt_img {
    text-align: center;
}



/* =========================================================
   원창학원 설립배경 / 설립경과
   ========================================================= */

#ctt_con .wch-history {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 5px 80px;

    box-sizing: border-box;

    font-family:
        "Pretendard",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;

    color: #626262;
}

#ctt_con .wch-history *,
#ctt_con .wch-history *::before,
#ctt_con .wch-history *::after {
    box-sizing: border-box;
}



/* =========================================================
   상단 핵심 문구
   ========================================================= */

#ctt_con .wch-history-hero {
    margin: 0 0 68px;
    padding: 10px 15px 0;

    text-align: center;
}

#ctt_con .wch-history-hero-text {
    font-size: 20px;
    line-height: 1.9;

    font-weight: 500;
    letter-spacing: -0.035em;

    word-break: keep-all;

    color: #555;
}

#ctt_con .wch-history-highlight {
    display: inline;

    color: #e99a00;
    font-weight: 700;
}



/* =========================================================
   설립재단 / 설립목적 / 설립배경
   ========================================================= */

#ctt_con .wch-history-founder {
    display: flex;
    align-items: center;

    gap: 38px;

    margin: 0 0 70px;
    padding: 0;

    background: transparent;
    border: 0;
}

#ctt_con .wch-history-founder-content {
    flex: 1;
    min-width: 0;
}


/* 설립재단 / 설립목적 */
#ctt_con .wch-history-meta {
    margin-bottom: 3px;
}

#ctt_con .wch-history-meta-row {
    display: flex;
    align-items: flex-start;

    margin: 0 0 5px;

    font-size: 16px;
    line-height: 1.9;

    letter-spacing: -0.02em;
}

#ctt_con .wch-history-meta-label {
    flex: 0 0 auto;

    margin-right: 5px;

    font-weight: 700;
    color: #525252;
}

#ctt_con .wch-history-meta-value {
    flex: 1;
    min-width: 0;
}


/* 상단 설립배경 */
#ctt_con .wch-history-founder-desc {
    font-size: 16px;
    line-height: 2;

    letter-spacing: -0.025em;

    word-break: keep-all;

    color: #626262;
}

#ctt_con .wch-history-founder-title {
    display: inline;

    font-weight: 700;
    color: #525252;
}

#ctt_con .wch-history-founder-text {
    display: inline;
}



/* =========================================================
   소태산 대종사 사진
   ========================================================= */

#ctt_con .wch-history-founder-photo {
    flex: 0 0 180px;

    width: 180px;
    min-height: 1px;

    text-align: center;
}

#ctt_con .wch-history-founder-photo img {
    display: block;

    width: 155px !important;
    max-width: 155px !important;
    height: 205px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    object-fit: cover;
    object-position: center top;

    border: 0 !important;
    border-radius: 50%;

    background: #fff;

    box-shadow: none;
}



/* =========================================================
   섹션 공통
   ========================================================= */

#ctt_con .wch-history-section {
    margin-top: 65px;
}

#ctt_con .wch-history-section-head {
    margin: 0 0 25px;
}

#ctt_con .wch-history-section-title {
    margin: 0;
    padding: 0;

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

    font-weight: 700;
    letter-spacing: -0.025em;

    color: #555;
}



/* =========================================================
   연혁 타임라인
   ========================================================= */

#ctt_con .wch-history-timeline {
    position: relative;

    width: 100%;
}


/*
    기본 구조

    [ 연도 ] [ 날짜 ] | 내용
*/
#ctt_con .wch-history-item {
    position: relative;

    display: grid;
    grid-template-columns: 90px 84px minmax(0, 1fr);

    align-items: stretch;

    min-height: 42px;

    margin: 0;
    padding: 0;
}



/* =========================================================
   연도
   ========================================================= */

#ctt_con .wch-history-year {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    width: 100%;
    height: 100%;

    padding: 7px 5px;

    background: #f6f6f6;

    font-size: 17px;
    line-height: 1.55;

    font-weight: 700;

    color: #5ca4da;
}



/* =========================================================
   날짜
   ========================================================= */

#ctt_con .wch-history-date {
    padding: 7px 10px;

    text-align: center;

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

    font-weight: 400;

    color: #666;
}



/* =========================================================
   연혁 내용
   ========================================================= */

#ctt_con .wch-history-detail {
    position: relative;

    min-width: 0;

    padding: 6px 0 9px 19px;
}


/* 원본의 세로 점선 */
#ctt_con .wch-history-detail::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    border-left: 1px dashed #9f9f9f;
}


/* 연혁 제목 */
#ctt_con .wch-history-event {
    font-size: 15.5px;
    line-height: 1.7;

    font-weight: 400;

    letter-spacing: -0.02em;

    word-break: keep-all;

    color: #5b5b5b;
}


/* 연혁 보충 설명 */
#ctt_con .wch-history-note,
#ctt_con .wch-history-sub {
    margin-top: 4px;

    font-size: 12.5px;
    line-height: 1.65;

    font-weight: 400;

    letter-spacing: -0.015em;

    color: #6f6f6f;
}



/* =========================================================
   날짜가 없는 초기 연혁
   ========================================================= */

/*
    1928 / 1933 / 1934 / 1935 / 첫 번째 1945처럼
    날짜 필드가 없는 항목

    연도 다음부터 내용이 시작
*/
#ctt_con .wch-history-item > .wch-history-year + .wch-history-detail {
    grid-column: 2 / 4;
}



/* =========================================================
   날짜가 있는 연혁
   ========================================================= */

#ctt_con .wch-history-item > .wch-history-date + .wch-history-detail {
    grid-column: 3;
}



/* =========================================================
   주요 연혁
   1945. 5. 1 / 1950. 4. 4
   ========================================================= */

/*
    중요:
    margin을 주면 연도 회색 배경 사이에
    흰 공간이 발생하므로 margin 사용하지 않음.
*/
#ctt_con .wch-history-item-major {
    margin: 0;
    padding: 0;
}


/* 주요 항목은 내부 여백으로만 구분 */
#ctt_con .wch-history-item-major .wch-history-year {
    padding-top: 11px;
    padding-bottom: 11px;
}

#ctt_con .wch-history-item-major .wch-history-date {
    padding-top: 11px;
    padding-bottom: 11px;
}

#ctt_con .wch-history-item-major .wch-history-detail {
    padding-top: 10px;
    padding-bottom: 12px;
}

#ctt_con .wch-history-item-major .wch-history-event {
    font-size: 16px;
    line-height: 1.7;

    font-weight: 400;

    color: #555;
}



/* =========================================================
   원창학원 설립경과
   ========================================================= */

#ctt_con .wch-history-section-progress {
    margin-top: 68px;
}



/* =========================================================
   하단 설립배경
   ========================================================= */

#ctt_con .wch-history-background {
    margin-top: 72px;
}

#ctt_con .wch-history-longtext {
    padding: 0;

    font-size: 15.5px;
    line-height: 2.05;

    letter-spacing: -0.02em;

    word-break: keep-all;
    overflow-wrap: break-word;

    color: #626262;
}

#ctt_con .wch-history-paragraph {
    margin: 0 0 10px;
}

#ctt_con .wch-history-paragraph:last-child {
    margin-bottom: 0;
}



/* =========================================================
   Tablet
   ========================================================= */

@media screen and (max-width: 900px) {

    #ctt_con .wch-history {
        padding: 30px 18px 65px;
    }


    /* 상단 문구 */
    #ctt_con .wch-history-hero {
        margin-bottom: 52px;
        padding: 5px 10px 0;
    }

    #ctt_con .wch-history-hero-text {
        font-size: 19px;
    }


    /* 설립 개요 */
    #ctt_con .wch-history-founder {
        gap: 28px;

        margin-bottom: 60px;
    }


    /* 사진 */
    #ctt_con .wch-history-founder-photo {
        flex: 0 0 160px;

        width: 160px;
    }

    #ctt_con .wch-history-founder-photo img {
        width: 140px !important;
        max-width: 140px !important;
        height: 185px !important;
    }


    /* 연혁 */
    #ctt_con .wch-history-item {
        grid-template-columns: 78px 72px minmax(0, 1fr);
    }

}



/* =========================================================
   Mobile
   ========================================================= */

@media screen and (max-width: 680px) {

    #ctt_con .wch-history {
        padding: 20px 15px 50px;
    }


    /* =====================================================
       상단 문구
       ===================================================== */

    #ctt_con .wch-history-hero {
        margin-bottom: 42px;
        padding: 5px 0 0;
    }

    #ctt_con .wch-history-hero-text {
        font-size: 17px;
        line-height: 1.75;
    }

    #ctt_con .wch-history-hero-text br {
        display: none;
    }


    /* =====================================================
       설립 개요
       ===================================================== */

    #ctt_con .wch-history-founder {
        display: flex;
        flex-direction: column-reverse;

        gap: 26px;

        margin: 0 0 50px;
        padding: 0;
    }


    /* 사진 */
    #ctt_con .wch-history-founder-photo {
        flex: none;

        width: 145px;

        margin: 0 auto;
    }

    #ctt_con .wch-history-founder-photo img {
        width: 135px !important;
        max-width: 135px !important;
        height: 178px !important;
    }


    /* 설립재단 / 설립목적 */
    #ctt_con .wch-history-meta-row {
        display: block;

        margin-bottom: 9px;

        font-size: 15px;
        line-height: 1.85;
    }

    #ctt_con .wch-history-meta-label,
    #ctt_con .wch-history-meta-value {
        display: inline;
    }


    /* 설립배경 */
    #ctt_con .wch-history-founder-desc {
        font-size: 15px;
        line-height: 1.9;
    }


    /* =====================================================
       섹션
       ===================================================== */

    #ctt_con .wch-history-section {
        margin-top: 48px;
    }

    #ctt_con .wch-history-section-head {
        margin-bottom: 20px;
    }

    #ctt_con .wch-history-section-title {
        font-size: 17px;
    }


    /* =====================================================
       모바일 연혁
       ===================================================== */

    #ctt_con .wch-history-item {
        grid-template-columns: 62px minmax(0, 1fr);

        min-height: 0;

        margin: 0 0 10px;
    }


    /* 연도 */
    #ctt_con .wch-history-year {
        grid-column: 1;
        grid-row: 1 / span 2;

        padding: 6px 3px;

        font-size: 14px;
    }


    /* 날짜 */
    #ctt_con .wch-history-date {
        grid-column: 2;

        padding: 0 0 3px 15px;

        text-align: left;

        font-size: 12.5px;
    }

    #ctt_con .wch-history-date:empty {
        display: none;
    }


    /* 내용 */
    #ctt_con .wch-history-detail,
    #ctt_con .wch-history-item > .wch-history-year + .wch-history-detail,
    #ctt_con .wch-history-item > .wch-history-date + .wch-history-detail {
        grid-column: 2;

        padding: 0 0 5px 15px;
    }


    #ctt_con .wch-history-detail::before {
        top: 0;
        bottom: -10px;
    }


    /* 본문 */
    #ctt_con .wch-history-event {
        font-size: 14px;
        line-height: 1.7;
    }

    #ctt_con .wch-history-note,
    #ctt_con .wch-history-sub {
        margin-top: 4px;

        font-size: 11.5px;
        line-height: 1.6;
    }


    /* =====================================================
       주요 연혁 모바일
       ===================================================== */

    #ctt_con .wch-history-item-major {
        margin: 0 0 10px;
    }

    #ctt_con .wch-history-item-major .wch-history-year {
        padding: 6px 3px;
    }

    #ctt_con .wch-history-item-major .wch-history-date {
        padding: 0 0 3px 15px;
    }

    #ctt_con .wch-history-item-major .wch-history-detail {
        padding: 0 0 5px 15px;
    }

    #ctt_con .wch-history-item-major .wch-history-event {
        font-size: 14px;
    }


    /* =====================================================
       하단 설립배경
       ===================================================== */

    #ctt_con .wch-history-background {
        margin-top: 50px;
    }

    #ctt_con .wch-history-longtext {
        font-size: 14.5px;
        line-height: 1.95;
    }

    #ctt_con .wch-history-paragraph {
        margin-bottom: 10px;
    }

}