@charset "utf-8";

/* ==============================
   VISION STATEMENT
============================== */

.church-vision-section {
    width: 100%;
    background: #fff;
    padding: 130px 20px 170px;
    box-sizing: border-box;
}

.church-vision-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.vision-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
}

.vision-title span {
    display: block;
    width: 150px;
    height: 1px;
    background: #a8a092;
    margin-bottom: 26px;
}

.vision-title p {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #746f67;
    line-height: 1;

}

.vision-box {
    max-width: 1200px;
    min-height: 205px;
    margin: 0 auto;
    padding: 40px 48px;
    background: #7d8963;
    border-radius: 8px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px;
}

.vision-line {
    width: 135px;
    height: 3px;
    background: rgba(255,255,255,0.95);
    flex-shrink: 0;
}

.vision-text h2 {
    margin: 0 0 14px;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -2.5px;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.vision-text p {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    line-height: 1.3;
    letter-spacing: -0.5px;

}


/* ==============================
   WORSHIP + COLUMN LATEST
============================== */

.church-worship-column {
    position: relative;
    width: 100%;
    min-height: 440px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.church-worship-overlay {
    position: absolute;
    inset: 0;
    background: rgba(22, 42, 26, 0.42);
    z-index: 1;
}

.church-worship-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 440px;
    margin: 0 auto;
    padding: 70px 20px 70px;
    box-sizing: border-box;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 90px;
    align-items: center;
}

.worship-box {
    text-align: center;
}

.worship-en {
    margin: 0 0 58px;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
}

.worship-time {
    width: 100%;
    max-width: 535px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.5px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	padding: 30px
}

.column-box {
    color: #fff;
}

.column-link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.column-link:hover {
    color: #fff;
    text-decoration: none;
}

.column-box h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.column-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.45);
    margin: 28px 0 28px;
}

.column-date {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
}

.column-content {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
    letter-spacing: -0.6px;
    word-break: keep-all;
}

.column-empty p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}


/* ==============================
   반응형
============================== */

@media (max-width: 1280px) {
    .church-vision-section {
        padding: 55px 24px 130px;
    }

    .vision-box {
        max-width: 1000px;
        gap: 44px;
    }

    .vision-text h2 {
        font-size: 44px;
    }

    .vision-text p {
        font-size: 24px;
    }

    .vision-line {
        width: 110px;
    }

    .church-worship-inner {
        max-width: 1100px;
        gap: 60px;
    }
}

@media (max-width: 1024px) {
    .church-vision-section {
        padding: 50px 20px 100px;
    }

    .vision-title p {
        font-size: 34px;
    }

    .vision-box {
        min-height: auto;
        padding: 42px 36px;
        gap: 28px;
    }

    .vision-line {
        width: 70px;
        height: 2px;
    }

    .vision-text h2 {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .vision-text p {
        font-size: 21px;
    }

    .church-worship-inner {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 75px 30px;
        text-align: center;
    }

    .column-box {
        max-width: 720px;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .church-vision-section {
        padding: 45px 18px 80px;
    }

    .vision-title {
        margin-bottom: 32px;
    }

    .vision-title span {
        width: 90px;
        margin-bottom: 18px;
    }

    .vision-title p {
        font-size: 26px;
        letter-spacing: 0;
    }

    .vision-box {
        padding: 36px 22px;
        border-radius: 7px;
        flex-direction: column;
        gap: 20px;
    }

    .vision-line {
        width: 70px;
        height: 2px;
    }

    .vision-text h2 {
        font-size: 31px;
        line-height: 1.25;
        letter-spacing: -1.7px;
        word-break: keep-all;
    }

    .vision-text p {
        font-size: 17px;
        line-height: 1.35;
        word-break: keep-all;
    }

    .church-worship-column {
        min-height: auto;
    }

    .church-worship-inner {
        min-height: auto;
        padding: 70px 22px;
        gap: 50px;
    }

    .worship-en {
        margin-bottom: 34px;
        font-size: 31px;
    }

    .worship-time {
        max-width: 100%;
        height: 70px;
        font-size: 18px;
    }

    .column-box {
        text-align: left;
    }

    .column-box h3 {
        font-size: 26px;
    }

    .column-line {
        margin: 22px 0;
    }

    .column-date {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .column-content {
        font-size: 16px;
        line-height: 1.75;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .church-vision-section {
        padding: 38px 15px 65px;
    }

    .vision-title p {
        font-size: 22px;
    }

    .vision-box {
        padding: 32px 18px;
    }

    .vision-text h2 {
        font-size: 26px;
    }

    .vision-text p {
        font-size: 15px;
    }

    .church-worship-inner {
        padding: 60px 18px;
    }

    .worship-en {
        font-size: 28px;
    }

    .worship-time {
        height: 64px;
        font-size: 16px;
		height: auto;
    }

    .column-box h3 {
        font-size: 23px;
    }

    .column-content {
        font-size: 15px;
    }
}