﻿/*body*/
body {
    font-size:0;
}

/*main slide*/
.slider .slider-wrapper .slide img {
    height: auto !important;
}
.slider .slider-wrapper .slide.active img { object-fit:cover;}
.slider .move-btn {
    background: unset !important;
    padding: 42px 30px !important;
}
.slider-dots {
    display:none !important;
}

/*main*/
.container {
    width:1500px;
}
#main {
    width:100%;
    margin:auto;
    overflow:hidden;
}
#footer {
    margin-top:0 !important;
}

/*quick-menu*/
.quick-menu {    
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 70%;
    transform: translateX(-50%);
    display: flex;
    border: solid 2px #2A4558;
    display:none !important;
}
    .quick-menu .quick-menu-wrap {
        text-decoration: none;
        color: #000;
        background-color: #FFFFFF;
        width: 20%;
    }
        .quick-menu .quick-menu-wrap .quick-menu-button {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            transition: all 0.5s ease 0s;
            border-left: solid 1px #2A4558;
        }
        .quick-menu .quick-menu-wrap:first-of-type .quick-menu-button {
            border-left: none;
        }
            .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
                height:60px;
            }
            .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
                margin: 0;
                font-size: 20px;
                padding: 0 10px;
                font-weight:bold;
            }

/*#main-section1*/
#main-section1 {
    position: relative;
    background: url('/UserData/gupabal/Layouts/gupabal_Layout/Images/3.sermon_bg.png');
    height: 0;
    padding-top: calc(903 / 1925 * 100%);
    width: 100%;
}
    #main-section1 a {
        text-decoration:none;
        /*color:#000;*/
    }
    #main-section1 a:hover {
        color:none;
        text-decoration: none;
    }
    #main-section1 .sermon-wrap {
        height: 80%;
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 46px;
            font-weight: bold;
            height: 15%;
            margin: 0;
        }
        #main-section1 .sermon-wrap .sermon-top {
            display: flex;
            height: 70%;
            justify-content: space-between;
        }
        #main-section1 .sermon-wrap .sermon-left {
            display: inline-block;
            width: 69%;
        }
            #main-section1 .sermon-wrap .sermon-left .sermon-main {
                background: url('/UserData/gupabal/Layouts/gupabal_Layout/Images/3.pastor_bg.png');
                position: relative;
                height: 70%;
                background-position: right;
                background-repeat: no-repeat;
                background-size: cover;
                padding: 5%;
                color: #fff;
            }
                #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-menu {
                    font-size: 20px;
                    margin-bottom:30px;
                }
                #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-title {
                    font-size: 30px;
                    font-weight: bold;
                    width: 70%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext {
                    bottom: 0;
                    position: absolute;
                    display: block;
                    left: 0;
                    margin: 0 0 5% 5%;
                    font-size: 19px;
                }
                    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext p {
                        margin:0;
                    }
                    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more {
                        bottom: 0;
                        position: absolute;
                        display: block;
                        right: 0;
                        margin: 0 5% 5% 0;
                        border-bottom: 3px solid;
                        font-size: 19px;
                    }
                    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more p {
                        margin-bottom: 5px;
                    }
            #main-section1 .sermon-wrap .sermon-left .sermon-sub {
                height: 15%;
                width: 100%;
                background-color: #fff;
                transition:.3s;
            }
                #main-section1 .sermon-wrap .sermon-left .sermon-sub:hover {
                    background-color: #e0e0e0;
                }
                #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-wrap {
                    display: flex;
                    height: 100%;
                    width: 90%;
                    margin: auto;
                    justify-content: space-around;
                    align-items: center;
                }
                    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-wrap:first-of-type {
                        border-bottom: 1px solid #CCCCCC;
                    }
                    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-date {
                        width: 12%;
                        text-align: center;
                        color: #000;
                        font-size: 24px;
                        font-weight: 900;
                        margin: 0;
                    }
                    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-title {
                        width: 65%;
                        text-align: left;
                        color: #656565;
                        font-size: 20px;
                        margin: 0;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-pastor {
                        width: 20%;
                        text-align:center;
                        color: #656565;
                        font-size: 20px;
                        margin: 0;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

        #main-section1 .sermon-wrap .sermon-right {
            display:inline-block;
            width: 29%;
        }
            #main-section1 .sermon-wrap .sermon-right a {
                height: 40%;
                display: block;
            }
            #main-section1 .sermon-wrap .sermon-right .live-box {
                background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/3.live_bg.png);
                position: relative;
                height: 40%;
                padding: 7%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                color: #fff;

                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;

                cursor:pointer;
            }
                #main-section1 .sermon-wrap .sermon-right .live-box:hover {
                    -webkit-filter: grayscale(0);
                    filter: grayscale(0);
                }
                #main-section1 .sermon-wrap .sermon-right .live-box h3 {
                    margin-top: 0;
                    margin-bottom: 20px;
                    font-size: 27px;
                    font-weight: bold;
                }
                #main-section1 .sermon-wrap .sermon-right .live-box p {
                    margin: 0;
                    FONT-SIZE: 18px;
                }
                #main-section1 .sermon-wrap .sermon-right .live-box .live-state {
                    font-size: 18px;
                }
                #main-section1 .sermon-wrap .sermon-right .live-box .view-more {
                    font-size: 18px;
                    bottom: 0;
                    position: absolute;
                    right: 0;
                    margin: 0 7% 7% 0;
                }
            #main-section1 .sermon-wrap .sermon-right .sermon-etc-box {
                height: 60%;
                background-color: #fff;
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                align-items: center;
            }
                #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a {
                    display: block;
                    height: 20%;
                    transition: .3s;
                    width: 100%;
                }
                    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a:hover {
                        background-color: #e0e0e0;
                    }
                    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc {
                        display: flex;
                        height: 100%;
                        width: 90%;
                        justify-content: center;
                        align-items: center;
                        color: #000;
                        margin: 0 5%;
                        border-bottom: 1px solid #BFBFBF;
                    }
                    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a:last-of-type .sermon-etc {
                        border-bottom: unset;
                    }
                    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-menu {
                        width: 35%;
                        font-size: 20px;
                        font-weight: bold;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin-right: 5%;
                    }
                        #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-title {
                            width: 50%;
                            font-size: 19px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }
                        #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-more {
                            width: 10%;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

        #main-section1 .sermon-wrap .sermon-bottom {
            height: 13%;
            padding: 20px 5%;
            margin-top: 2%;
            background-color: #C34431;
        }
            #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap {
                height: 100%;
                display: flex;
                color: #fff;
                align-items: center;
                justify-content: space-between;
            }
                #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title {
                    padding: 0 20px;
                    font-size: 26px;
                    font-weight: bold;
                }
                #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content {
                    padding: 0 20px;
                    font-size: 20px;
                }
                #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title a,
                #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content a {
                    color:#fff;
                }

/*#main-section2*/
#main-section2 {
    position: relative;
    background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/4.news_bg.png);
    height: 0;
    padding-top: calc(903 / 1925 * 100%);
    width: 100%;
}
    #main-section2 a {
        text-decoration:none;
    }
    #main-section2 .news-wrap {
        height: 80%;
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #main-section2 .news-wrap > h3 {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 46px;
        font-weight: bold;
        height: 15%;
        margin: 0;
    }
    #main-section2 .news-container {
        display:flex;
        height:85%;
    }
        #main-section2 .news-container .news-left {
            height: 100%;
            width: 49%;
            margin-right: 1%;
        }
            #main-section2 .news-container .news-left .news-left-top {
                position: relative;
                height: 65%;
            }
                #main-section2 .news-container .news-left .news-left-top .news-video {
                    height: 100%;
                }
                    #main-section2 .news-container .news-left .news-left-top .news-video .media-thumbnail {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    #main-section2 .news-container .news-left .news-left-top .news-video .youtube_hover {
                        display: none;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    #main-section2 .news-container .news-left .news-left-top .news-video:hover .youtube_hover {
                        display: block;
                        
                    }
            #main-section2 .news-container .news-left .news-left-bottom {
                height: 35%;
                background-color: #fff;
                padding: 3%;
            }
                #main-section2 .news-container .news-left .news-left-bottom .news-media-title {
                    height: 33%;
                    border-bottom: 1px solid #CCCCCC;
                }
                    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-kor {
                        display: inline-block;
                        margin: 0;
                        font-weight: bold;
                        font-size: 27px;
                    }
                    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-eng {
                        display: inline-block;
                        margin: 0;
                        color: #6DA9E7;
                        font-size: 20px;
                        margin-left: 5px;
                    }

                #main-section2 .news-container .news-left .news-left-bottom .news-media-content {
                    height: 65%;
                    margin-top:2%;
                }
                    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-title {
                        color: #000;
                        font-size: 21px;
                        height: 50%;
                        display: block;
                        margin: 0;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-date {
                        color: #000;
                        font-size: 21px;
                        height: 50%;
                        display: block;
                        margin: 0;
                        text-align:right;
                    }


                    #main-section2 .news-container .news-right {
                        height: 100%;
                        width: 49%;
                        margin-left: 1%;
                    }
                        #main-section2 .news-container .news-right .news-right-top {
                            background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/4.notice_bg.png);
                            background-size: cover;
                            background-position: right;
                            background-repeat: no-repeat;
                            height: 45%;
                            padding: 5%;
                        }
                            #main-section2 .news-container .news-right .news-right-top .news-right-top-title {
                                height: 45%;
                            }
                                #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-kor {
                                    margin: 0;
                                    font-weight: bold;
                                    font-size: 27px;
                                    color:#fff;
                                }
                                #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-eng {
                                    margin: 0;
                                    color: #6DA9E7;
                                    font-size: 20px;
                                }
                            #main-section2 .news-container .news-right .news-right-top .news-right-top-content {
                                height: 53%;
                                margin-top: 2%;
                            }
                                #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box {
                                    height: 50%;
                                    display: flex;
                                    align-items: center;
                                }
                                    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box > a {
                                        width: 75%;
                                        height: 100%;
                                        display: flex;
                                        align-items: center;
                                    }
                                    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box:first-of-type {
                                        border-bottom: #fff solid 1px;
                                    }
                                    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-date {
                                        display: inline-block;
                                        color: #fff;
                                        margin: 0;
                                        font-size: 19px;
                                        font-weight: bold;
                                        height: 100%;
                                        align-items: center;
                                        display: flex;
                                        width: 25%;
                                    }
                                    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-title {
                                        display: inline-block;
                                        color: #fff;
                                        margin: 0;
                                        font-size: 19px;
                                        font-weight: bold;
                                        overflow: hidden;
                                        white-space: nowrap;
                                        text-overflow: ellipsis;
                                        width: 100%;
                                    }


                    #main-section2 .news-container .news-right .news-right-bottom {
                        height: 52%;
                        margin-top: 2.5%;
                        display:flex;
                    }
                        #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left {
                            width: 66.6%;
                            background-color: #202E49;
                            padding: 5%;
                            position:relative;
                        }
                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news {
                                position: relative;
                                height: 35%;
                                margin-bottom: 5%;
                            }
                                #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more {
                                    position: absolute;
                                    right: 0;
                                    top: 0;
                                    transition:.3s;
                                }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more:hover {
                                        right: -10px;
                                        padding-left: 10px;
                                    }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
                                        color: #fff;
                                        font-size: 19px;
                                    }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-kor {
                                        margin: 0;
                                        font-weight: bold;
                                        font-size: 27px;
                                        color: #fff;
                                    }
                                #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-eng {
                                    margin: 0;
                                    color: #6DA9E7;
                                    font-size: 20px;
                                }
                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont {
                                height: 60%;
                                display: flex;
                            }
                                #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each {
                                    width:50%;
                                }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each:first-of-type {
                                        border-right: solid 1px #fff;
                                    }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each:last-of-type .news-cont-date,
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each:last-of-type .news-cont-title {
                                        margin-left: auto;
                                    }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each .news-cont-date {
                                        color: #fff;
                                        font-size: 21px;
                                        font-weight: bold;
                                        width: 90%;
                                        margin-bottom: 15px;
                                    }
                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each .news-cont-title {
                                        width: 90%;
                                    }
                                        #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-cont .news-cont-each .news-cont-title a {
                                            color: #fff;
                                            font-size: 15px;
                                        }

                                    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right {
                                        width: 33.3%;
                                        background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/4.bulletin_bg.png);
                                        background-repeat: no-repeat;
                                        background-position: center;
                                        background-size: cover;
                                        padding: 5%;
                                    }
                                        #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title {
                                            position: relative;
                                            height: 35%;
                                            margin-bottom: 10%;
                                        }
                                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-kor {
                                                margin: 0;
                                                font-weight: bold;
                                                font-size: 27px;
                                                color: #000;
                                            }
                                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-eng {
                                                margin: 0;
                                                color: #6DA9E7;
                                                font-size: 20px;
                                            }
                                        #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont {
                                            position: relative;
                                            height: 55%;
                                        }
                                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont > a > p {
                                                font-size: 19px;
                                                color: #000;
                                                margin-bottom: 0;
                                                white-space: nowrap;
                                                overflow: hidden;
                                                text-overflow: ellipsis;
                                            }
                                            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont > a > img {
                                                position: absolute;
                                                bottom: 0;
                                                right: 0;
                                            }
    #main-section2 .gallery-box {
        height: 100%;
        width: 100%;
        background-size: cover !important;
    }

/*#main-section3*/
#main-section3 {
    position: relative;
    background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/5.mission_bg.png);
    height: 0;
    padding-top: calc(896 / 1925 * 100%);
    width: 100%;
    background-position: right;
}
    #main-section3 .mission {
        height: 70%;
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        #main-section3 .mission > h3 {
            width: 100%;
            text-align: center;
            color: #22304D;
            font-size: 46px;
            font-weight: bold;
            height: 15%;
            margin: 0;
        }
        #main-section3 .mission .mission-wrap {
            display: flex;
            height: 85%;
        }
            #main-section3 .mission .mission-wrap .mission-left {
                height: 80%;
                width: 37%;
                margin-right: 3%;
                margin-top: 8%;
                margin-bottom: 12%;
            }
            #main-section3 .mission .mission-wrap .mission-right {
                height: 80%;
                width: 57%;
                margin-left: 3%;
                margin-top: 8%;
                margin-bottom: 12%;
            }
            #main-section3 .mission .mission-wrap .mission-title {
                text-align: center;
                font-size: 27px;
                font-weight: bold;
                margin-bottom: 10px;
            }
            #main-section3 .mission .mission-wrap .mission-cont {
                text-align: center;
                font-size: 18px;
            }
            #main-section3 .mission .mission-wrap .mission-box {
                display: flex;
                justify-content: space-between;
                height: 50%;
                margin-top: 40px;
            }
            #main-section3 .mission .mission-wrap .mission-left .mission-box a {
                width: 48%;
            }
                #main-section3 .mission .mission-wrap .mission-box .mission-box-cont {
                    width: 100%;
                    position: relative;
                    background-color: #196BA5;
                    height: 100%;
                }
                    #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        text-align: center;
                        font-size: 20px;
                        font-weight: bold;
                        color: #fff;
                    }
                    #main-section3 .mission .mission-wrap .mission-box .mission-box-cont:hover {
                        background-color: #fff;
                    }
                        #main-section3 .mission .mission-wrap .mission-box .mission-box-cont:hover > div {
                            color: #196BA5;
                        }
            #main-section3 .mission .mission-wrap .mission-right .mission-box a {
                width: 32%;
            }

/*#main-section4*/
#main-section4 {
    position: relative;
    background: url(/UserData/gupabal/Layouts/gupabal_Layout/Images/6.worship_bg.png);
    /*height: 0;
    padding-top: calc(782 / 1925 * 100%);*/
    width: 100%;
}
    #main-section4 .container {
        width: 100%;
    }
    #main-section4 .worship {
        height: 70%;
        width: 70%;
        /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin: 50px auto;
    }
        #main-section4 .worship > h3 {
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 46px;
            font-weight: bold;
            height: 25%;
            /*margin: 0;*/
            margin-bottom: 30px;
        }
        #main-section4 .worship .worship-wrap {
            display: flex;
            height: 75%;
            justify-content: space-between;
        }
            #main-section4 .worship .worship-wrap .worship-wrap-left {
                background-color: #fff;
                padding: 15px;
                width: 49%;
            }
            #main-section4 .worship .worship-wrap > a {
                width: 49%;
                background-color: #fff;
            }
            #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top {
                height:30%;
            }
                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
                    margin: 0;
                    height: 40%;
                    font-size: 23px;
                    font-weight: bold;
                    color: #000;
                }
                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
                    margin: 0;
                    height: 30%;
                    font-size: 18px;
                }
                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p:last-of-type {
                    border-bottom: solid 2px #000;
                }
            #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom {
                height: 70%;
                position: relative;
            }
                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    font-size: 18px;
                    color: #000;
                    font-weight: bold;
                }
                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title {
                    height: 25%;
                    padding-top: 20px;
                }
                    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
                        color: #193268;
                        font-size: 21px;
                        font-weight: bold;
                        margin: 0;
                        margin-bottom: 5px;
                    }

                #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
                    display: flex;
                    font-size: 17px;
                    height: 13%;
                }
                    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content .worship-content-part {
                        font-weight: bold;
                        width: 30%;
                        margin: unset;
                    }
                    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content .worship-content-time {
                        width: 70%;
                        margin: unset;
                    }
            #main-section4 .worship .worship-wrap .worship-wrap-right {
                width: 100%;
                /*background: url(http://data.dimode.co.kr/UserData/gupabal/files/30/1190/bWFwLnBuZ2RpbW9kZV8yMzAyMzUzX2VuYwcc.png);*/
                background: url(https://data.dimode.co.kr/UserData/gupabal/files/30/2024/bWFwX25ldy5wbmdkaW1vZGVfMzY2MDI1Nl9lbmMc.png);
                height: 100%;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

/* media */
@media (min-width: 1500px) and (max-width:1671px) {
    
}

@media (min-width:1200px) and (max-width:1499px) {
    .quick-menu {
        width: 60%;
        bottom: 5%;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button {
        padding: 10px 0;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
        height: 50px;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
        font-size: 15px;
    }

    /*#main-section1*/
    #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
        font-size: 40px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-menu {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-title {
        font-size: 27px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext {
        font-size: 17px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more {
        font-size: 17px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-date {
        font-size: 21px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-title {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-pastor {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box h3 {
        font-size: 24px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box p {
        FONT-SIZE: 16px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-menu {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-title {
        font-size: 17px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title {
        font-size: 23px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content {
        font-size: 18px;
    }

    /*#main-section2*/
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-date {
        font-size: 17px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-title {
        font-size: 17px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-kor {
        font-size: 24px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-eng {
        font-size: 18px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-kor {
        font-size: 24px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-eng {
        font-size: 18px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-kor {
        font-size: 24px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-kor {
        font-size: 24px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-eng {
        font-size: 18px;
    }

    /*#main-section3*/
    #main-section3 .mission .mission-wrap .mission-title {
        font-size: 24px;
    }
    #main-section3 .mission .mission-wrap .mission-cont {
        font-size: 16px;
    }
    #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
        font-size: 15px;
    }

    /*#main-section4*/
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
        font-size: 18px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
        font-size: 15px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title {
        padding-top: 10px;
    }
        #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
            font-size: 19px;
        }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
        font-size: 15px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
        font-size: 15px;
    }
}

@media (min-width:993px) and (max-width:1199px) {
    #main {width:100%;}

    .quick-menu {
        width: 60%;
        bottom: 5%;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button {
        padding: 10px 0;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
        height: 40px;
    }
        .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
            font-size: 15px;
            padding: 0 5px;
        }

    /*#main-section1*/
    #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
        font-size: 34px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-menu {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-title {
        font-size: 21px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext {
        font-size: 15px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more {
        font-size: 15px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-date {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-title {
        font-size: 16px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-pastor {
        font-size: 16px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box h3 {
        font-size: 21px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box p {
        FONT-SIZE: 14px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-menu {
        font-size: 13px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-title {
        font-size: 13px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title {
        font-size: 21px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content {
        font-size: 15px;
    }

    /*#main-section2*/
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right {
        padding: 3%;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-kor,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-kor {
        font-size: 22px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-eng,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-eng {
        font-size: 17px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-title {
        font-size: 16px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-date {
        font-size: 16px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
        font-size: 17px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-date {
        width: 30%;
        font-size: 15px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-title {
        font-size: 15px;
    }
    #main-section2 .news-container .news-right .news-right-top, 
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left {
        padding: 3%;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont > a > p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
        font-size: 16px;
    }

    /*#main-section3*/
    #main-section3 .mission .mission-wrap .mission-title {
        font-size: 21px;
    }
    #main-section3 .mission .mission-wrap .mission-cont {
        font-size: 14px;
    }
    #main-section3 .mission .mission-wrap .mission-box {
        margin-top: 20px;
    }
        #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
            font-size: 13px;
        }

    /*#main-section4*/
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
        font-size: 16px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title {
        height: 22%;
        padding-top: 10px;
    }
        #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
            font-size: 17px;
        }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
        font-size: 14px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
        font-size: 13px;
    }
    
}

@media (min-width:768px) and (max-width:992px) {
    #main {width:100%;}

    .quick-menu {
        width: 65%;
        bottom: 5%;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button {
        padding: 10px 0;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
        height: 40px;
    }
        .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
            font-size: 12px;
            padding: 0 5px;
        }

    /*#main-section1*/
    #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
        font-size: 30px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-menu {
        font-size: 15px;
        margin-bottom: 0;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-title {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext {
        font-size: 14px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more {
        font-size: 14px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-date {
        font-size: 15px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-title {
        font-size: 12px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-pastor {
        font-size: 12px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box p {
        FONT-SIZE: 12px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-menu {
        font-size: 10px;
    }
    #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-title {
        font-size: 10px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap > img {
        height: 28px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title {
        font-size: 18px;
    }
    #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content {
        font-size: 13px;
    }

    /*#main-section2*/
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right {
        padding: 3%;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-kor,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-kor {
        font-size: 16px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-eng,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-eng {
        font-size: 14px;
        
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-title {
        font-size: 13px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-date {
        font-size: 13px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
        font-size: 17px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-date {
        width: 30%;
        font-size: 12px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-title {
        font-size: 12px;
    }
    #main-section2 .news-container .news-right .news-right-top, 
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left {
        padding: 3%;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont > a > p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
        font-size: 13px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more:hover {
        right: -5px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
        font-size: 14px;
    }

    /*#main-section3*/
    #main-section3 .mission .mission-wrap {
        justify-content: space-between;
    }
        #main-section3 .mission .mission-wrap .mission-left,
        #main-section3 .mission .mission-wrap .mission-right {
            height: 100%;
            margin: unset;
        }
    #main-section3 .mission .mission-wrap .mission-title {
        font-size: 21px;
    }
    #main-section3 .mission .mission-wrap .mission-cont {
        font-size: 14px;
    }
    #main-section3 .mission .mission-wrap .mission-box {
        margin-top: 20px;
    }
        #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
            font-size: 13px;
        }
    
    /*#main-section4*/
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
        font-size: 16px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title {
        height: 22%;
        padding-top: 10px;
    }
        #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
            font-size: 17px;
        }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
        font-size: 14px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap {
        flex-wrap: wrap;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left {
        width: 100%;
        margin-bottom: 15px;
        height: 240px;
    }
    #main-section4 .worship .worship-wrap > a {
        width: 100%;
        height: 240px;
    }
}

@media(max-width:767px) {

    .slider .move-btn {
        height: 40px !important;
        margin-top: -38px !important;
        padding: 0px 5px !important;
    }

    .quick-menu {
        position: relative;
        width: 100%;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button {
        padding: 10px 0;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
        height: 40px;
    }
        .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
            font-size: 12px;
            padding: 0 5px;
        }

    /*#main-section1*/
    #main-section1 {
        height: auto;
        padding-top: unset;
    }
    #main-section1 .container { height:100%; width: auto; }
    #main-section1 .container .row { height:100%; }
        #main-section1 .sermon-wrap {
            width: 90%;
            height: 400px;
            top: unset;
            left: unset;
            transform: unset;
            position: relative;
            margin: 30px auto;
        }
            #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
                font-size: 22px;
                height: auto;
                margin-bottom: 20px;
            }
        #main-section1 .sermon-wrap .sermon-left .sermon-main {
            padding: 5px;
        }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-menu {
        font-size: 13px;
        margin-bottom: 0;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-title {
        font-size: 14px;
    }
            #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-ext {
                font-size: 11px;
                margin: 0 0 5px 5px;
            }
            #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more {
                font-size: 11px;
                margin: 0 5px 5px 0;
            }
                #main-section1 .sermon-wrap .sermon-left .sermon-main .sermon-main-more p {
                    margin-bottom: 3px;
                }
        #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-wrap {
            width: 95%;
        }
        #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-date {
            font-size: 12px;
        }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-title {
        font-size: 10px;
    }
    #main-section1 .sermon-wrap .sermon-left .sermon-sub .sermon-sub-pastor {
        font-size: 10px;
    }
        #main-section1 .sermon-wrap .sermon-right .live-box {
            padding: 5px;
        }
    #main-section1 .sermon-wrap .sermon-right .live-box h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    #main-section1 .sermon-wrap .sermon-right .live-box p {
        FONT-SIZE: 10px;
    }
        #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc {
            width: 95%;
            margin: 0 2.5%;
        }
            #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-menu {
                font-size: 10px;
                width: 40%;
            }
            #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-title {
                font-size: 10px;
                width: 60%;
            }
            #main-section1 .sermon-wrap .sermon-right .sermon-etc-box > a .sermon-etc .sermon-etc-more {
                display: none;
            }
            #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap > img {
                height: 28px;
            }
            #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-title {
                font-size: 13px;
                text-align: center;
                padding:unset;
            }
            #main-section1 .sermon-wrap .sermon-bottom .sermon-bottom-wrap .offering-content {
                font-size: 11px;
                padding: unset;
            }

    /*#main-section2*/
    #main-section2 {
        position: relative;
        padding-top: unset;
        height: auto;
    }
        #main-section2 .container {
            width: 100%;
        }
        #main-section2 .news-wrap {
            position: relative;
            width: 90%;
            top: unset;
            left: unset;
            transform: unset;
            margin: 30px auto;
        }
        #main-section2 .news-container {
            flex-wrap: wrap;
        }
            #main-section2 .news-container .news-left, #main-section2 .news-container .news-right {
                width: 100%;
                margin: unset;
            }
            #main-section2 .news-container .news-right {
                margin-top: 2%;
            }
                #main-section2 .news-container .news-right .news-right-bottom {
                    margin-top: 2%;
                    height:200px;
                }
                #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right {
                    padding: 3%;
                }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-kor,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-kor,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-kor {
        font-size: 16px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-title .news-media-title-eng,
    #main-section2 .news-container .news-right .news-right-top .news-right-top-title .news-right-top-title-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-news-eng,
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title .news-right-bottom-title-eng {
        font-size: 14px;
        
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-title {
        font-size: 13px;
    }
    #main-section2 .news-container .news-left .news-left-bottom .news-media-content .right-cont-date {
        font-size: 13px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
        font-size: 17px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-date {
        width: 30%;
        font-size: 12px;
    }
    #main-section2 .news-container .news-right .news-right-top .news-right-top-content .news-right-top-box .news-right-top-content-title {
        font-size: 12px;
    }
    #main-section2 .news-container .news-right .news-right-top, 
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left {
        padding: 3%;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-cont > a > p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
        font-size: 13px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more:hover {
        right: -5px;
    }
    #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-left .news-right-bottom-left-news .news-right-bottom-left-more a {
        font-size: 14px;
    }
            #main-section2 .news-container .news-right .news-right-bottom .news-right-bottom-right .news-right-bottom-title {
                height: 40%;
            }

    /*#main-section3*/
    #main-section3 .mission {
        width: 90%;
        height: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
        #main-section3 .mission > h3 {
            margin-bottom: unset;
        }
        #main-section3 .mission .mission-wrap {
            justify-content: space-between;
            width: 100%;
        }
        #main-section3 .mission .mission-wrap .mission-left,
        #main-section3 .mission .mission-wrap .mission-right {
            height: 100%;
            margin: unset;
        }
    #main-section3 .mission .mission-wrap .mission-title {
        font-size: 21px;
    }
    #main-section3 .mission .mission-wrap .mission-cont {
        font-size: 12px;
    }
    #main-section3 .mission .mission-wrap .mission-box {
        margin-top: 10px;
    }
        #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
            font-size: 13px;
        }

    /*#main-section4*/
    #main-section4 .worship {
        width: 90%;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
        font-size: 16px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title {
        height: 22%;
        padding-top: 10px;
    }
        #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
            font-size: 17px;
        }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
        font-size: 14px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap {
        flex-wrap: wrap;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left {
        width: 100%;
        margin-bottom: 15px;
        height: 240px;
    }
    #main-section4 .worship .worship-wrap > a {
        width: 100%;
        height: 240px;
    }
}
@media (max-width:500px) {
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-icon {
        height: 20px;
    }
    .quick-menu .quick-menu-wrap .quick-menu-button .quick-menu-title {
        font-size: 10px;
        padding: 0;
    }

    /*#main-section1*/
    #main-section1 .sermon-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
        #main-section1 .sermon-wrap > h3, #main-section2 .news-wrap > h3, #main-section3 .mission > h3, #main-section4 .worship > h3 {
            font-size: 19px;
            margin-bottom: 10px;
        }
        #main-section1 .sermon-wrap .sermon-top {
            flex-wrap: wrap;
            width: 100%;
        }
    #main-section1 .sermon-wrap .sermon-left {
        margin-bottom: 5px;
    }
    #main-section1 .sermon-wrap .sermon-left, #main-section1 .sermon-wrap .sermon-right {
        width: 100%;
        display: block;
    }
        #main-section1 .sermon-wrap .sermon-bottom {
            width: 100%;
            height: auto;
            margin-top: 5px;
            padding: 5px;
        }

    /*#main-section3*/
    #main-section3 {
        position: relative;
        height: auto;
        padding-top: unset;
    }
        #main-section3 .container {
            width: 100%;
        }
        #main-section3 .mission {
            position: relative;
            top: unset;
            left: unset;
            transform: unset;
            margin: 30px auto;
        }
            #main-section3 .mission .mission-wrap {
                flex-wrap: wrap;
            }
                #main-section3 .mission .mission-wrap .mission-left {
                    margin-bottom: 20px;
                }
                #main-section3 .mission .mission-wrap .mission-left, #main-section3 .mission .mission-wrap .mission-right {
                    width: 100%;
                }
                #main-section3 .mission .mission-wrap .mission-box .mission-box-cont > div {
                    position: relative;
                    font-size: 11px;
                }
                #main-section3 .mission .mission-wrap .mission-box .mission-box-cont {
                    height: 40px;
                }
            #main-section3 .mission .mission-wrap .mission-title {
                font-size: 15px;
            }

    /*#main-section4*/
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top h6 {
        font-size: 13px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-top p {
        font-size: 10px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-title h6 {
        font-size: 14px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom .worship-content {
        font-size: 11px;
    }
    #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div {
        font-size: 11px;
    }
        #main-section4 .worship .worship-wrap .worship-wrap-left .worship-bottom > a > div > img {
            height: 10px;
        }
}