/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero .slide.active {
    opacity: 1;
}

.hero .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hero .slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero .slide-content p {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.hero .slide-content span {
    font-size: 18px;
    opacity: 0.9;
}

.hero-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-controls button {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-controls button:hover {
    background: rgba(0,0,0,0.8);
}

.hero-controls .prev {
    left: 20px;
}

.hero-controls .next {
    right: 20px;
}

.hero-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.hero-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-indicators button.active {
    background: #fff;
}

/* Mission Statement Section */
.mission-statement {
    padding: 100px 0 0;
    text-align: center;
    position: relative;
}

.mission-content {
    max-width: 800px;
    margin: 0 auto;
}

.mission-content h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
    font-family: 'yg-jalnan';
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #fff8cd;
}

.mission-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.39;
    color: #a27367;
    margin-bottom: 1.7rem;
    display: inline-block;
    position: relative;
}

.mission-content p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.67;
    font-family: 'noto sans kr';
    color: #666;
    display: block;
    letter-spacing: -2px;
    margin-top: 1.1rem;
}

/* Main Title Section */
.main-title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.main-title h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
    font-family: 'yg-jalnan';
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: #fff8cd;
}

.main-title h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.39;
    color: #568090;
    margin-bottom: 1.7rem;
    display: inline-block;
    position: relative;
}

.main-title p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.67;
    font-family: 'noto sans kr';
    color: #666;
    display: block;
    letter-spacing: -2px;
    margin-top: 1.1rem;
}

/* Quick Menu Grid */
.quick-menu {
    padding: 80px 0;
}

.quick-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.quick-menu-item {
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.quick-menu-item:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quick-menu-item:hover .icon-wrapper {
    background: #2253b8;
}

.icon-wrapper i {
    font-size: 24px;
    color: #666;
    transition: all 0.3s ease;
}

.quick-menu-item:hover .icon-wrapper i {
    color: #fff;
}

.quick-menu-item span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* Latest Sermon Section */
.latest-sermon {
    padding: 100px 0;
    background: #e7ecee;
    overflow: hidden;
}

@media (max-width: 768px) {   
    .latest-sermon {
        padding: 50px 10px 50px;
    }
}

/* Photo Gallery Section */
.photo-gallery {
    position: relative;
    margin-top: 120px;
    width: 100%;
    margin: 0 auto;
    padding:30px;
    background-image:url('https://church01.netpro.co.kr//theme/church01/img/bg-img01.png');
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}


@media (max-width: 768px) {   
    .photo-gallery {
        padding: 50px 10px 50px;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-caption {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.3), transparent);
    color: #fff;
    transition: bottom 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gallery-item:hover .gallery-caption {
    bottom: 0;
}

.gallery-caption h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.gallery-caption span {
    font-size: 14px;
    opacity: 0.9;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.view-more {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.btn-more {
    display: inline-block;
    padding: 10px 30px;
    background: #25415d;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.btn-more:hover {
    background: #555;
}

/* Worship Schedule */
.worship-schedule {
    padding: 100px 0;
    background: #ffffff;
}

.worship-schedule h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {   
    .worship-schedule {
        padding: 100px 15px 0;
    }
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.schedule-item {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.schedule-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-icon i {
    font-size: 32px;
    color: #2253b8;
}

.schedule-item h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.schedule-item .time {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.schedule-item .location {
    font-size: 16px;
    color: #999;
}

.schedule-item .location i {
    margin-right: 5px;
}

/* First Visit Section */
.first-visit {
    padding: 100px 0;
    background: #e7ecee;
}

.visit-header {
    text-align: center;
    margin-bottom: 50px;
}

.visit-header h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.visit-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.visit-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.step-item {
    text-align: center;
    flex: 1;
}

.step-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-item h3 {
    font-size: 18px;
    color: #333;
}

.step-arrow {
    color: #666;
    font-size: 24px;
}

.visit-button {
    text-align: center;
    margin-top: 50px;
}

.btn-register {
    display: inline-block;
    padding: 15px 40px;
    background: #2253b8;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: #1a3f8f;
    transform: translateY(-2px);
}

/* Quick Service Section */
.quick-service {
    padding: 100px 0;
}

@media (max-width: 768px) {   
    .quick-service {
        padding:30px;
    }
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    font-size: 24px;
    color: #2253b8;
}

.service-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    color: #666;
}

/* Main Menu Section */
.main-menu-section {
    position: relative;
    z-index: 50;
    width: 100%;
    max-width: 1400px;
    margin: -75px auto 0;
    background: #fff;
    border-radius: 10px;
}

.main-menu-section .container {
    width: 100%;
}

.main-menu-section .menu-boxes {
    display: flex;
    justify-content: stretch;
    gap: 0;
    position: relative;
    overflow: hidden;    
}

.main-menu-section .menu-box {
    flex: 1;
    background: #faf8f5;
    padding: 0 30px;
    height: 150px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-align: left;
    border-right: 1px solid #ddd;
    position: relative;
}

.main-menu-section .menu-box:last-child {
    border-right: none;
}

.main-menu-section .menu-box:hover {
    background: #fff;
    cursor: pointer;
}

.main-menu-section .menu-icon {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu-section .menu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.main-menu-section .menu-content {
    flex: 1;
}

.main-menu-section .menu-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.main-menu-section .menu-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.menu-box {
    position: relative;
    transition: all 0.3s ease;
}

.menu-box::after {
    content: "→";
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 24px;
    color: #333;
}

.menu-box:hover::after {
    opacity: 1;
}

/* Responsive Styles */
@media screen and (max-width: 1400px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .sermon-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sermon-list {
        height: auto;
    }
    
    .sermon-item {
        flex: none;
    }
    
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-grid {
        grid-template-columns: 1fr;
    }
    
    .main-menu-section .menu-boxes {
        flex-direction: column;
    }
    
    .main-menu-section .menu-box {
        width: 100%;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .hero .slide-content h2 {
        font-size: 36px;
    }
    
    .hero .slide-content p {
        font-size: 18px;
    }
    
    .quick-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }
    
    .schedule-grid {
        grid-template-columns: 1fr;
    }
    
    .visit-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
    
    .main-menu-section {
        margin-top: -30px;
        padding: 0;
    }
    
    .main-menu-section .menu-boxes {
        flex-direction: column;
    }
    
    .main-menu-section .menu-box {
        height: auto;
        min-height: 100px;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .main-menu-section .menu-box:last-child {
        border-bottom: none;
    }
    
    .main-menu-section .menu-box:not(:last-child)::after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 576px) {
    .hero .slide-content h2 {
        font-size: 28px;
    }
    
    .hero .slide-content p {
        font-size: 16px;
    }
    
    .quick-menu-grid {
        grid-template-columns: 1fr;
    }
    
    .photo-gallery {
        padding: 50px 20px;
    }
    
    .gallery-grid {
        gap: 8px;
        padding: 0;
    }
    
    .gallery-caption {
        padding: 15px;
    }
    
    .gallery-caption h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .gallery-caption span {
        font-size: 12px;
    }
    
    .mission-content h2 {
        font-size: 28px;
    }
    
    .mission-content h3 {
        font-size: 20px;
    }
    
    .mission-content p {
        font-size: 16px;
    }
    
    .main-menu-section .menu-box {
        padding: 15px;
    }
    
    .main-menu-section .menu-icon {
        width: 60px;
        height: 60px;
    }
    
    .main-menu-section .menu-content h3 {
        font-size: 18px;
    }
    
    .main-menu-section .menu-content p {
        font-size: 13px;
    }

    .sermon-item {
        padding: 12px;
        gap: 15px;
    }

    .sermon-item-thumbnail {
        width: 100px;
        height: 56px;
    }

    .sermon-item-info h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .sermon-item-info p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .sermon-item-info span {
        font-size: 13px;
    }
}

/* 예배 더 보기 버튼 */
.view-more {
    text-align: center;
    margin-top: 80px;
}

.btn-more {
    display: inline-block;
    padding: 10px 30px;
    background: #25415d;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.btn-more:hover {
    background: #555;
}

/* 교회 소개 섹션 */
.church-intro {
    padding: 80px 0;
    background-color: #fff;
}

.church-intro .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.church-intro .section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.church-intro .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.intro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.intro-item:hover {
    background-color: #fff;
}

.intro-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #a9b4bb;
    border-radius: 8px;
    transition: clip-path 1s ease;
    clip-path: inset(0 100% 100% 0);
}

.intro-item:hover::before {
    clip-path: inset(0 0 0 0);
    animation: borderAnimation 2s ease infinite;
}

@keyframes borderAnimation {
    0% {
        clip-path: inset(0 100% 100% 0);
    }
    25% {
        clip-path: inset(0 0 100% 0);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    75% {
        clip-path: inset(100% 0 0 100%);
    }
    100% {
        clip-path: inset(0 100% 100% 0);
    }
}

.intro-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.intro-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.intro-item .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.intro-item:hover .icon {
    background-color: #e8e8e8;
    transform: translateY(-5px);
}

.intro-item h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 600;
    word-break: keep-all;
    position: relative;
    z-index: 1;
}

/* 태블릿 반응형 */
@media (max-width: 991px) {
    .intro-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .intro-item {
        padding: 25px 15px;
    }
    
    .intro-item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
}

/* 모바일 반응형 */
@media (max-width: 767px) {
    .intro-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .intro-item {
        padding: 20px 15px;
    }
    
    .intro-item .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .intro-item h3 {
        font-size: 14px;
    }
}

/* 작은 모바일 화면 */
@media (max-width: 375px) {
    .intro-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .intro-item {
        padding: 15px 10px;
    }
    
    .intro-item .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .intro-item h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .mission-statement {
        padding: 80px 0;
    }
    
    .mission-content h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .mission-content h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .mission-content p {
        font-size: 20px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 576px) {
    .mission-statement {
        padding: 60px 0;
    }
    
    .mission-content h2 {
        font-size: 28px;
    }
    
    .mission-content h3 {
        font-size: 16px;
    }
    
    .mission-content p {
        font-size: 18px;
    }
}

/* Privacy Policy Styles */
.privacy_policy {
    padding: 40px 0;
}

.privacy_policy .policy_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy_policy h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.privacy_policy h2:first-child {
    margin-top: 0;
}

.privacy_policy p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.privacy_policy ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy_policy ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    padding-left: 15px;
}

.privacy_policy ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
}

.privacy_policy .notice {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

.privacy_policy .notice p {
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.privacy_policy .notice ul {
    margin-bottom: 0;
}

.privacy_policy .notice ul li {
    color: #666;
    margin-bottom: 8px;
}

.privacy_policy .notice ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .privacy_policy {
        padding: 30px 0;
    }
    
    .privacy_policy .policy_content {
        padding: 0 15px;
    }
    
    .privacy_policy h2 {
        font-size: 20px;
        margin: 30px 0 15px;
    }
    
    .privacy_policy p,
    .privacy_policy ul li {
        font-size: 14px;
    }
    
    .privacy_policy .notice {
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .main-title {
        padding: 20px 0;
    }
    
    .main-title h2 {
        font-size: 1.5rem;
    }
    
    .main-title h3 {
        font-size: 0.9rem;
    }
    
    .main-title p {
        font-size: 1rem;
    }
}

/* Inner 1400 Section */
.inner-1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Main Message */
.main-message {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    line-height: 1.4;
}

.main-message b {
    color: #2C5282;
}

/* Info Grid Layout */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 300px 300px;
    gap: 20px;
}

/* Primary Box - Schedule */
.primary-box {
    background-image:url('/theme/bon/img/info_b_1.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px;
    border-radius: 0 25px 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    min-height: 414px;
    position: relative;
    aspect-ratio: 1.5;
}

.header-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 20px;
    width: 100%;
}

.section-heading {
    font-size: 30px;
    font-weight: 300;
    font-family: 'yg-jalnan';
    margin-bottom: 10px;
}

.schedule-list {
    width: 100%;
    text-align: right;
}

.schedule-list dl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    border: none;
}

.schedule-list dt {
    font-size: 28px;
    font-weight: 600;
}

.schedule-list dd {
    font-size: 18px;
    margin-bottom: 10px;
}

.schedule-list dd:last-child {
    font-size: 18px;
    opacity: 0.8;
}

.plus-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Info Boxes */
.info-box {
    background-size: cover;
    background-position: center;
    border-radius: 0 15px 0 15px;
    padding: 30px;
    color: #fff;
    display: block;
    height: calc(50% - 10px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box:hover {
    transform: translateY(-5px);
}

.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 27, 66, 0.7);
    z-index: 1;
}

.info-box .section-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
}

.prayer-wed {
    background-image: url('/theme/bon/img/info_b_2.jpg');
    background-color: #3182CE;
}

.prayer-dawn {
    background-image: url('/theme/bon/img/info_b_4.jpg');
    background-color: #2B6CB0;
}

.servants {
    /*background-image: url('/theme/bon/img/info_b_3.jpg');*/
    background-color: #2C5282;
}

.donation {
    background-image: url('/theme/bon/img/info_b_5.jpg');
    background-color: #2A4365;
}

.info-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .info-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .info-column {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-section {
        padding:10px;
    }
    
    .main-message {
        font-size: 24px;
        padding: 0 20px;
    }
    
    .info-interface {
        padding: 40px 15px;
    }

    .info-box {
        height: 200px;
    }

    .primary-box {
        min-height: auto;
        height: auto;
        padding: 30px;
    }
}

/* AOS Animation */
[data-aos] {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Info Interface Section */
.info-interface {
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    background-image:url('https://church01.netpro.co.kr//theme/church01/img/bg-img01.png');
    padding:6rem 0;
}

.info-section {
    max-width: 1400px;
    margin: 0 auto;
}

/* Main Message */
.main-message {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    line-height: 1.4;
}


