/* common */

.nav-tabs {
    border-bottom: none;
}

.plus {
    position: absolute;
    top: 0;
    right: 0;
}

    .plus:hover {
        opacity: 0.8;
        transition: 0.3s all ease;
    }

.box {
    display: inline-block;
    position: relative;
    opacity: 0;
    top: 50px;
}


/*main1*/
#main-1{padding:55px 0 40px;}
#main-1 .main1R{width: 60%;float: left;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-end;}
#main-1 .main1R a .QM{display:inline-block;}
#main-1 .main1R a .QM h1{text-align:center; font-size:20px; margin:0; color:#000; font-weight:bold;}
#main-1 .main1R a .QM .QIMG{width:100px; height:100px; float:left; display:block; margin: 0 0 20px; background-color:#172846;}
#main-1 .main1R a:hover .QM .QIMG,
#main-1 .main1R a:focus .QM .QIMG{background-color:#747E90;transition: 0.3s all ease;}
#main-1 .main1L{width: 40%;float: right;height: 140px;background-repeat: no-repeat;background-size: 90%;background-position: right;}

#main-2 {
    background-color: #fff;
    height: 1016px;
    padding: 100px 0px;
}
#main-2 .main2M{height:400px; position:relative; padding: 0px;}

    #main-2 .main2M .detail-video {
        width: 100%;
        position: relative;
        height: 100%;
        
    }

    #main-2 .main_2_right {
        position: relative;
        height: 400px;
        background: #002E6C;
    }
        #main-2 .main_2_right .sermon_title {
            position:absolute;
            top:40%;
            left:6%;
            color:#fff;
            transform:translateY(-50%);
        }
            #main-2 .main_2_right .sermon_title:hover {
                text-decoration: none;
            }
        #main-2 .sermon_bar {
            background-image: url(../images/2_worship_bar.gif);
            background-size: contain;
            background-repeat: no-repeat;
            width: 171px;
            height: 18px;
            position: absolute;
            left: -33%;
        }
    #main-2 .main_2_right h1 {
        font-size: 25px;
        margin-top: 0px;
        font-weight: bold;
    }
    #main-2 .main_2_right .sermon_play {
        background-image: url(../images/2.paly_button.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 106px;
        height: 106px;
        position: absolute;
        bottom:0px;
        left:0px;
    }


    #main-2 .main_2_right h2 {
        color: #fff;
        font-weight: bold;
    }
            #main-2 .main_2_right .h5 {
            
            margin-top: 10%;
            color:#fff;
            font-size:17px;
        }
        #main-2 .main_2_right p {
            margin-top: 10%;
            color: #fff;
            font-size: 17px;
        }
        #main-2 .news_box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        #main-2 .news_box a{
            width: 49%;
            height: 182px;
            margin-bottom:2%;
            position: relative;
        }


            #main-2 .news_box .choir_box {
                background-image: url(../images/2.sermon_con1.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                position: relative;
            }
    #main-2 #dimodeYoutube {
        width: 100%;
        height: 100%;
    }
    #main-2 .news_box .wends_box {
        background-image: url(../images/2.sermon_con2.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: relative;
    }

            #main-2 .news_box .prayer_box {
                background-image: url(../images/2.sermon_con3.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                position: relative;
            }

            #main-2 .news_box .praise_box {
                background-image: url(../images/2.sermon_con4.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                position: relative;
            }




    #main-2 .news_outline {
        position: absolute;
        width: 34%;
        right: 0px;
        top: 55%;
        transform: translate(0, -50%);
    }
    #main-2 .news_box p {
        position: absolute;
        top: 50%;
        color: #fff;
        font-size: 17px;
        margin-top: 0px;
        left: 50%;
        word-break: keep-all;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

            #main-2 .main_2_outline {
                height: 68%;
                position: relative;
                width: 100%;
                top: 50%;
                transform: translate(0, -50%);
            }

    #main-2 .worship_outline {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        
    }
        #main-2 .worship_outline a {
            position:relative;
        }



        #main-2 .worship_outline a:hover {
            text-decoration: none;
        }

#main-2 .worship_outline .worship_time h6 {
          font-size:16px;
        }


        #main-2 .worship_outline .youtube_bg {
            background-image: url(../images/3.youtube_bg.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 161px;
            position: relative;
            height: 161px;
            color: #fff;
            padding: 29px 20px;
        }


        #main-2 .worship_outline .youtube_button {
            background-image: url(../images/3.youtube.png);
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 62%;
            width: 105px;
            height: 24px;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #main-3 .main2M .main2T {
            position: absolute;
            text-align: left
            border: none;
            width: 30%;
            display: inline-block; /*transform: translate(0,-50%);*/
            top: 12%;
            left: 10%;
        }
#main-2 .youtube_box {
    float: left;
    width: 100%;
    margin-top: 7%;
}

#main-2 .youtube_text {
    float: left;
    width: 50%;
    margin-bottom:3%;
    position:relative;
}
    #main-2 .youtube_text h1 {
        font-weight: bold;
        font-size: 40px;
    }
    #main-2 .youtube_text h2 {
        float: left;
        width: 100%;
        margin-top: 0px;
    }
#main-2 .worship_time h2 {
    color:#fff;
    font-size: 25px;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-2 .youtube_text .youtube_bar {
    float: left;
    width: 70%;
    position: absolute;
    left: 30%;
    top: 40px;
    background-image: url(../images/3.youtube_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 636px;
    height: 3px;
}

    #main-2 .main2M .main2T h1 {
        font-size: 52px;
        margin: 0;
        line-height: 1.4;
    }


#main-2 .worship_outline a:hover .youtube_inner_box {
    -webkit-transform: translate(0px,-25px);
    transform: translate(0px,-25px);
    transition: all 0.5s;
}

#main-2 .main2M .main2T a {
    text-decoration: none;
    color: #000;
}
#main-2 .main2M .main2T a:hover+img{transform: scale(1.2) translateX(20px); transition: all .5s linear; -webkit-transform: scale(1.2) translateX(20px);}
#main-2 .main2M .main2T a h2{margin: 0;line-height: 2;font-size: 36px; word-break:keep-all;}
#main-2 .main2M .main2T a h5{margin: 0;line-height: 1.5;font-size: 24px;}
#main-2 .main2M .main2T img{position: absolute;right: 0;bottom: 0;}
#main-2 .main2M .main2IMGF{width: 45%;float: right;height: 55%;margin: 90px 0 0;position: relative;box-shadow: 5px 5px 20px grey; background-size:cover;}
#main-2 .main2M .main2IMGF img{position: absolute;right: 5%;transform: translate(0,-50%);}
#main-2 .main2M .main2BTN{position:absolute; bottom:10%;}
#main-2 .main2M .main2LIVE{width: 110px;height: 110px;float: left;}
#main-2 .main2M .main2LIVE:hover{transform:translateY(-20px); -webkit-transform:translateY(-20px); transition: all .5s ease-in;}
#main-2 .main2M .main2SP{width: 110px;height: 110px;float: left;}
#main-2 .main2M .main2SP:hover{transform:translateY(-20px); -webkit-transform:translateY(-20px); transition: all .5s ease-in;}
#main-3{position:relative; padding: 50px 0;}
#main-3 .main3R{position: absolute;top: 35%;text-align: left;transform: translate(0,-50%);}
#main-3 .main3R a{text-decoration:none;}
#main-3 .main3R a h1{font-size:46px; margin:0; color:#fff;}
#main-3 .main3R a h2{font-size:40px; margin:0; color:#B6B7B7;line-height: 1.3;font-weight: bold;}
#main-3 .main3L{display: inline-block;width: 80%;float: right;height: 550px;margin: 60px 0;}
#main-3 .main3L .main3SM{width: 25%;height: 100%;display: inline-block;float: left; position:relative; border-right: 2px solid #fff;}
#main-3 .main3L .main3SM:hover{transform:translateY(-20px); -webkit-transform:translateY(-20px); transition: all .5s ease-in;}
#main-3 .main3L .main3SM:last-child{border:none;}
#main-3 .main3L .main3SM .on{opacity:0;background-size: cover;}
#main-3 .main3L .main3SM .off{opacity:1;}
#main-3 .main3L .main3SM:hover .on{opacity:1;transition: 0.3s all ease;}
#main-3 .main3L .main3SM:hover .off{opacity:0;transition: 0.3s all ease;}
#main-3 .main3L .main3SM .main3TM{height:100%;width:100%; position:absolute;}
#main-3 .main3L .main3SM .main3TM .main3T{position: absolute;left: 10%;top: 15%;}
#main-3 .main3L .main3SM .main3TM .main3T .main3IMG{ width:60px; height:60px; background-size:cover;}
#main-3 .main3L .main3SM:nth-child(1) .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon1.png');}
#main-3 .main3L .main3SM:nth-child(2) .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon2.png');}
#main-3 .main3L .main3SM:nth-child(3) .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon3.png');}
#main-3 .main3L .main3SM:nth-child(4) .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon4.png');}
#main-3 .main3L .main3SM:nth-child(1):hover .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon1_hover.png');transition: 0.3s all ease;}
#main-3 .main3L .main3SM:nth-child(2):hover .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon2_hover.png');transition: 0.3s all ease;}
#main-3 .main3L .main3SM:nth-child(3):hover .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon3_hover.png');transition: 0.3s all ease;}
#main-3 .main3L .main3SM:nth-child(4):hover .main3TM .main3T .main3IMG{background-image: url('../images/depart_icon4_hover.png');transition: 0.3s all ease;}
#main-3 .main3L .main3SM h1{color:#000;}
#main-3 .main3L .main3SM h5{color:#000;}
#main-3 .main3L .main3SM:focus h1,
#main-3 .main3L .main3SM:focus h5,
#main-3 .main3L .main3SM:hover h1{color:#fff;transition: 0.3s all ease;}
#main-3 .main3L .main3SM:hover h5{color:#fff;transition: 0.3s all ease;}
#main-3 .main3L .main3SM .main3TM .main3T h1{font-size: 32px;line-height: 1;margin: 10px 0;}
#main-3 .main3L .main3SM .main3TM .main3T h5{font-size: 26px;line-height: 2;margin: 0;}
#main-3 .main3L .main3SM .main3TM .main3BTN{font-size: 26px;position: absolute;bottom: 15%;right: 15%; color:#000;}
#main-3 .main3L .main3SM:focus .main3TM .main3BTN,
#main-3 .main3L .main3SM:hover .main3TM .main3BTN{color:#fff; transition: 0.3s all ease;}
#main-3{background-size:cover;background-position: center;}
    #main-3 .main3SM a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        width: 12%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
    }
    #main-3 .main3SM a:hover {
        text-decoration: none;
    }
        #main-3 .main3SM a .main3icon {
            text-align: center;
        }

    #main-3 .main3SM span {
        display: inline-block;
        font-size: 17px;
        line-height: 2.5;
        letter-spacing: 1px;
        position: relative;
        word-break:keep-all;
    }

        #main-3 .main3SM span img {
            display: block;
            margin: 0 auto;
        }
        #main-3 .main3SM a:hover .main3icon span, #main-3 .main3SM a:focus .main3icon span {
            font-weight: bold;
        }
    #main-3 .main3SM a:hover .main3icon, #main-3 .main3SM a:focus .main3icon {
        -webkit-transform: translate(0px,-25px);
        transform: translate(0px,-25px);
        transition: all 0.5s;
    }
        #main-3 .main3SM a:hover .main3icon span hr, #main-3 .main3SM a:focus .main3icon span hr {
            opacity: 1;
            width: 100%;
        }

        #main-3 .main3SM span hr {
            position: absolute;
            top: 90%;
            text-align: center;
            width: 0%;
            transition: all 0.5s;
            left: 0;
            font-size: 20px;
            background-color: #fff;
            display: block;
            transform: translate(0,-50%);
            letter-spacing: 1px;
            border: 1.8px solid;
            opacity: 0;
            border-color: #fff;
        }


        #main-3 .main3SM {
            margin-top:4%;
            color: #fff;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-around;
            width: 100%;
            position: relative;
        }
            #main-3 .main3SM .churchintroduce {
                background-image: url(../images/4.icon_1.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
            }
            #main-3 .main3SM .worshiptime {
                background-image: url(../images/4.icon_2.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
            }
            #main-3 .main3SM .jubo {
                background-image: url(../images/4.icon_3.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
            }
            #main-3 .main3SM .cartable {
                background-image: url(../images/4.icon_4.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
            }
            #main-3 .main3SM .churchsuround {
                background-image: url(../images/4.icon_5.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
            }
            #main-3 .main3SM .loardmap {
                background-image: url(../images/4.icon_6.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 110px;
                height: 110px;
            }
            #main-3 .main3SM .famailyworship {
                background-image: url(../images/4.icon_7.png);
                background-size: contain;
                background-repeat: no-repeat;
                width: 101px;
                height: 101px;
                margin: 0 auto;
            }

    #main-3 .main3M .main3T h1 {
        font-size: 30px;
        margin: 0;
        text-align: center;
        font-family: 'NanumSquare';
        line-height: 2;
        color: #fff;
        word-break:keep-all;
    }



    #main-3 .main3M .main3T .welcome_margin_top {
        margin-top: 2%;
    }

    #main-3 .main3M .main3T h2 {
        margin: 0;
        font-size: 27px;
        letter-spacing: 2px;
        color: #fff;
        text-align: center;
        font-family: 'NanumSquare';
    }
    #main-3 .main3M .main3T h5 {
        font-size: 20px;
        line-height: 2;
        margin: 0;
        text-align: center;
        color: #fff;
        font-family: 'NanumSquare';
    }
    #main-4 .main4SM {
        padding: 83px 0 129px 0;
    }
#main-3 .main3PM {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4%;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

    #main-3 .main3PM .new3icon {
        padding: 18px 26px;
        color: #fff;
        width: 257px;
        text-align: center;
        position: relative;
        border-radius: 30px;
        border: 2px solid #fff;
    }
        #main-3 .main3PM .new3icon span {
            font-family: 'NanumSquare';
            font-size: 17px;
        }
    #main-3 .main3PM a:hover {
        text-decoration: none;

    }
        #main-3 .main3PM a:hover .new3icon {
            background: #fff;
            color: #000;
            font-weight:bold;
        }

        #main-3 .main3PM .new3icon span img {
            position: absolute;
            top: 50%;
            font-size: 19px;
            left: 85%;
            transform: translate(0%, -50%);
        }

    #main-3 .main3PM a:first-child img {
        left: 76%;
    }

    #main-3 .main3PM a:last-child img {
        left: 70%;
    }

            #main-3 .main3SM .main3SIMG {
                width: 100%;
                height: 235px;
                position: relative;
            }
#main-3 .main3SM .main3SIMG::before{content: ""; background-size: cover;
position: absolute;border-bottom: 1px solid #000;width:100%; height:100%;}
#main-3 .main3SM .row > div:nth-child(1) .main3SIMG::before{background-image: url('../images/board_bg1.png');}
#main-3 .main3SM .row > div:nth-child(2) .main3SIMG::before{background-image: url('../images/board_bg2.png');}
#main-3 .main3SM .row > div:nth-child(3) .main3SIMG::before{background-image: url('../images/board_bg3.png');}
#main-3 .main3SM .main3SIMG .main4ST{position: absolute;bottom: 0;font-size: 24px; color:#000;
padding: 5px 25px;background-color: #fff;border: 1px solid #000;border-bottom: none;font-weight: bold;z-index: 1;}
#main-3 .main3SM .main3SIMG:hover .main3ST{color:#fff;}
#main-3 .main3SM .main3SIMG:hover .main3ST:before{background-color:#000;-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);
transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;
-ms-transform-origin: left top;transform-origin: left top;}
#main-3 .main3SM .main3DATA a{display: inline-block; width: 100%; text-decoration:none; color:#000;}
#main-3 .main3SM .main3DATA a .main3TOP{padding: 25px;font-size: 24px;color: #000;word-break: keep-all;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
#main-3 .main3SM .main3DATA a .main3B{width:100%;}
#main-3 .main3SM .main3DATA a .main3B h5{margin: 0;font-size: 20px;padding: 10px;display: inline-block;float: left;width: 50%;}
#main-3 .main3SM .main3DATA a .main3B h6{float: right;font-size: 20px;display: inline-block;padding: 10px 20px;
margin: 0 15px;border: 1px solid #000;border-radius: 20px;}
#main-5{padding:75px 0;}

#main-5 .main5T h1{font-size: 40px;margin: 0;line-height: 1.3; font-family: 'NanumSquare'; font-weight:bold;}
#main-5 .main5T h2{margin: 0; font-size: 30px;letter-spacing: 0; font-family: 'NanumSquare';}

    #main-5 .bottom {
        display: flex;
        margin: 30px auto;
    }
        #main-5 .bottom > div {
            width: 23%;
            margin-right: 2%;
            border-bottom: 1px solid #000;
        }
#main-5 .bottom > div:last-child {
                margin-right: 0%;
            }
            #main-5 .bottom > div > .title {
                border-bottom: 1px solid #000;
                padding-bottom: 15px;
            }
.tab-content > .active {
    display: block;
}
#main-5 .bottom > div .common-row {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0 15px 5px;
    position:relative;
}
#main-5 .bottom > div .notice-row a {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(0%, -50%);
}
#main-5 .bottom > div .jubo-row:last-child {
    border-bottom: none;
}
#main-5 .bottom > div .notice-row:last-child {
    border-bottom: none;
}

#main-5 .bottom > div .jubo-row a {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(0%, -50%);
}

    #main-5 .bottom > div .common-row .title {
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        color:#000;

        margin-bottom: 5px;
		margin-top: 6%;
    }
#main-5 .bottom > div .gallery-row {
    border-bottom: none;
}
#main-5 .bottom > div .gallery-row a:hover {
    text-decoration: none;
}
#main-5 .bottom .tab-list-wrap ul {
        display: flex;
        justify-content: flex-end;
    }
#main-5 .tab-list-wrap li.active a {
    background: #0353A8;
    width: 25px;
    border-radius: 10px;
}

#main-5 .tab-list-wrap ul li a {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius:50%;
    background: rgb(214,214,214);
    margin: 0 2px;
    cursor: pointer;
}
#main-5 .bottom > div .common-row .date {
    font-size: 15px;
    color: rgb(187, 187, 187);
}

#main-5 #main5 {
        position: relative;
    }

#main-5 .bottom > .div4 .content {
    padding: 8px;
}
#main-5 .bottom > .div4 .online_box {
    padding: 17px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #0353AA;
    font-family: 'NanumSquare';
    font-weight: bold;
    position: relative;
    transition: all .2s;
}
    #main-5 .bottom > .div4 .online_box:hover {
        background: #F0F3F8;
    }

    #main-5 .bottom > .div4 img {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translate(0, -50%);
    }


#main-5 .bottom > .div4 .gibugum_box {
    padding: 17px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #0353AA;
    margin-top: 3%;
    font-family: 'NanumSquare';
    font-weight: bold;
    position: relative;
    transition: all .2s;
}

    #main-5 .bottom > .div4 .gibugum_box:hover {
        background: #F0F3F8;
    }
#main-5 .bottom > .div4 a:hover {
    text-decoration: none;
}

#main-5 .bottom > .div4 .onlinereceipt_box {
    padding: 17px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #0353AA;
    margin-top: 3%;
    font-family: 'NanumSquare';
    font-weight: bold;
    position: relative;
    transition: all .2s;
}

#main-5 .bottom > .div4 .onlinereceipt_box:hover {
    background: #F0F3F8;
}

#main-5 .bottom > .div4 .car_box {
    padding: 17px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #0353AA;
    margin-top: 3%;
    font-family: 'NanumSquare';
    font-weight: bold;
    position: relative;
    transition: all .2s;
}

    #main-5 .bottom > .div4 .car_box:hover {
        background: #F0F3F8;
    }

#main-5 .bottom > .div4 .location_box {
    padding: 17px 30px;
    text-align: center;
    color: #000;
    border: 1px solid #0353AA;
    margin-top: 3%;
    font-family: 'NanumSquare';
    font-weight: bold;
    position: relative;
    transition: all .2s;
}

    #main-5 .bottom > .div4 .location_box:hover {
        background: #F0F3F8;
    }





#main-5 #main5 .PhotoM {
    overflow: hidden;
}
#main-5 #main5 .PhotoM .PhotoIMG{display: block;
position: relative;height: 300px;overflow: hidden;background-color: #000;
margin: 0 auto;background-size: cover;background-position: 50% 50%;
background-origin: border-box;background-repeat: no-repeat;}
#main-5 #main5 .PhotoM .PhotoIMG .PhotoIMT{position: absolute;
height: 100%;width: 100%;background: rgba(0,0,0,0.7);
z-index: 3;top: 0;left: 0;display:none;}
#main-5 #main5 .PhotoM .PhotoIMG .PhotoIMT h1{font-size: 22px;
margin: 0;color: #fff;position: absolute;top: 45%;text-align: center;
left: 0%;width: 100%;border: none;display: block;transform: translate(0,-50%);}
#main-5 #main5 .PhotoM .PhotoIMG .PhotoIMT h5{font-size: 22px;
color: #fff;margin: 0;position: absolute;top: 60%;text-align: center;
left: 0%;width: 100%;border: none;display: block;transform: translate(0,-50%);}
#main-5 #main5 .PhotoP{position: absolute;z-index:2;
top: 50%;text-align: center;left: -6%;border: none;
display: block;transform: translate(0,-50%);}
#main-5 #main5 .PhotoN{position: absolute;z-index:2;
top: 50%;text-align: center;right: -6%;border: none;
display: block;transform: translate(0,-50%);}
#main-5 #main5 .PhotoM .PhotoIMG .PhotoIMT{position: absolute;
height: 100%;width: 100%;background: rgba(0,0,0,0.7);
z-index: 3;top: 0;left: 0;display:none;}
#main-5 #main5 .PhotoM .contentSlideWrapper .contentSlide:hover .PhotoIMG,
#main-5 #main5 .PhotoM .contentSlideWrapper .contentSlide:focus .PhotoIMG
{-webkit-transform: translate(0px,-10px);
transform: translate(0px,-10px);transition: all 0.5s;}
#main-5 .story_pagenation {position: absolute; bottom: -60px;}
#main-5 .story_pagenation .swiper-pagination-bullet { width: 12px; height: 12px; background: #B4CCE8;}

    #main-5 .story_pagenation .swiper-pagination-bullet-active {
        background: #000;
    }


#main-6 .swiper-pagination {
    position: absolute;
    bottom: -60px;
}

#main-6 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
}

#main-6 .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align:center;
    bottom:-60px !important;
}


#main-6 {
    padding: 0 0 75px;
}

#main-6 .main5T {
    padding: 55px 0
}

    #main-6 .main5T h1 {
        font-size: 46px;
        margin: 0;
        line-height: 1.3;
        color: #000;
        text-align:center;
    }

    #main-6 .main5T h2 {
        margin: 0;
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 0;
        color: #99A4B0;
    }

#main-6 #main6 {
    position: relative;
}

    #main-6 #main6 .PhotoM {
        overflow: hidden;
    }

        #main-6 #main6 .PhotoM .PhotoIMG {
            display: block;
            position: relative;
            height: 460px;
            overflow: hidden;
            background-color: #000;
            margin: 0 auto;
            background-size: cover;
            background-position: 50% 50%;
            background-origin: border-box;
            background-repeat: no-repeat;
        }

            #main-6 #main6 .PhotoM .PhotoIMG .PhotoIMT {
                position: absolute;
                height: 100%;
                width: 100%;
                background: rgba(0,0,0,0.7);
                z-index: 3;
                top: 0;
                left: 0;
                display: none;
            }

                #main-6 #main6 .PhotoM .PhotoIMG .PhotoIMT h1 {
                    font-size: 22px;
                    margin: 0;
                    color: #fff;
                    position: absolute;
                    top: 45%;
                    text-align: center;
                    left: 0%;
                    width: 100%;
                    border: none;
                    display: block;
                    transform: translate(0,-50%);
                }

                #main-6 #main6 .PhotoM .PhotoIMG .PhotoIMT h5 {
                    font-size: 22px;
                    color: #fff;
                    margin: 0;
                    position: absolute;
                    top: 60%;
                    text-align: center;
                    left: 0%;
                    width: 100%;
                    border: none;
                    display: block;
                    transform: translate(0,-50%);
                }

    #main-6 #main6 .PhotoP {
        position: absolute;
        z-index: 2;
        top: 50%;
        text-align: center;
        left: -6%;
        border: none;
        display: block;
        transform: translate(0,-50%);
    }

    #main-6 #main6 .PhotoN {
        position: absolute;
        z-index: 2;
        top: 50%;
        text-align: center;
        right: -6%;
        border: none;
        display: block;
        transform: translate(0,-50%);
    }

    #main-6 #main6 .PhotoM .PhotoIMG .PhotoIMT {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 3;
        top: 0;
        left: 0;
        display: none;
    }

    #main-6 #main6 .PhotoM .contentSlideWrapper .contentSlide:hover .PhotoIMG,
    #main-6 #main6 .PhotoM .contentSlideWrapper .contentSlide:focus .PhotoIMG {
        -webkit-transform: translate(0px,-10px);
        transform: translate(0px,-10px);
        transition: all 0.5s;
    }

#main-7 {
    padding: 100px 0;
}

    #main-7 .main4T h2 {
        font-size: 20px;
        letter-spacing:2px;
    }
    #main-7 .main4T h1 {
        font-size: 40px;
        margin: 0;
        line-height: 1.3;
        font-weight: bolder;
        letter-spacing: 5px;
    }

    #main-7 .main4T h5 {
        font-size: 18px;
    }

        #main-7 .main4T .welcome_margin_top {
            margin-top: 10%;
        }

    


#main-7 .main4SM h3 {
            letter-spacing: 2px;
            font-size: 17px;
        }
    #main-7 .main5M h3 {
        letter-spacing: 2px;
        font-size: 17px;
    }
    #main-7 .main5SM h3 {
        letter-spacing: 2px;
        font-size: 17px;
    }
#main-7 .main4SM h4 {
            font-weight:bold;
        }
    #main-7 .main5M h4 {
        font-weight: bold;
    }
    #main-7 .main5SM h4 {
        font-weight: bold;
    }
#main-7 .main4SM .service_center {
            margin-top: 5%;
            font-weight: bold;
        }
    #main-7 .main5SM .service_center {
        margin-top: 5%;
        font-weight: bold;
    }

    #main-7 .main5M .service_center {
        margin-top: 5%;
        font-weight: bold;
    }

        #main-7 .main4SM .GeneraBTN {
            margin-top: 10%;
        }
    #main-7 .main5M .GeneraBTN {
        margin-top: 10%;
    }
    #main-7 .main5SM .GeneraBTN {
        margin-top: 10%;
    }
    #main-7 .main5M .GeneraBTN a {
        padding: 10px 25px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        display: inline-block;
        margin: 5px;
        border-radius: 40px;
    }
    #main-7 .main5SM .GeneraBTN a {
        padding: 10px 25px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        display: inline-block;
        margin: 5px;
        border-radius: 40px;
    }

        #main-7 .main4SM .GeneraBTN a {
            padding: 10px 25px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
            display: inline-block;
            margin: 5px;
            border-radius: 40px;
        }
                #main-7 .main4SM .GeneraBTN a:hover .GeneraHEF,
                #main-7 .main4SM .GeneraBTN a:focus .GeneraHEF {
                    color: #000;
                    font-weight: bold;
                }
            #main-7 .main5M .GeneraBTN a:hover .GeneraHEF,
            #main-7 .main5M .GeneraBTN a:focus .GeneraHEF {
                color: #000;
                font-weight: bold;
            }
            #main-7 .main5SM .GeneraBTN a:hover .GeneraHEF,
            #main-7 .main5SM .GeneraBTN a:focus .GeneraHEF {
                color: #000;
                font-weight: bold;
            }
    #main-7 .main5M .GeneraBTN a:before {
        background-color: #fff;
    }

    #main-7 .main5SM .GeneraBTN a:before {
        background-color: #fff;
    }

                #main-7 .main4SM .GeneraBTN a:before {
                    background-color: #fff;
                }

        #main-7 .main4SM .GeneraBTN .GeneraHEF {
            font-size: 17px;
        }

    #main-7 .main5M .GeneraBTN .GeneraHEF {
        font-size: 17px;
    }
    #main-7 .main5SM .GeneraBTN .GeneraHEF {
        font-size: 17px;
    }

            .view-more {
                display: inline-block;
                text-decoration: none;
                overflow: hidden;
                vertical-align: middle;
                background: transparent;
                overflow: hidden;
                -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
                position: relative;
                z-index: 1;
                font-weight: 100;
            }

#main-8 {
    padding: 100px 0;
}


    #main-8 .main8M {
        padding: 25px 100px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        display: inline-block;
        margin: 5px;
        transition: all .5s;
    }

        #main-8 .main8M:hover,
        #main-8 .main8M:focus {
            background: rgba(255,255,255,0.4);
        }
        #main-8 .flex {
            display: flex;
            justify-content: space-between;
        }
#main-9 { 
    padding: 100px 0;
}

#main-9 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
}

    #main-9 .flex a {
        text-decoration: none;
        color: #000;
    }

    #main-1 .flex a .box_count {
        text-align: center;
    }


.view-more:hover:before {
    -webkit-transform: translateX(0) skewX(-17.62deg);
    -ms-transform: translateX(0) skewX(-17.62deg);
    transform: translateX(0) skewX(-17.62deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.view-more:before {
z-index: -1;content: "";display: block;width: 135%;height: 105%;position: absolute;left: 0;top: 0;
-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);
-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),  -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-backface-visibility: hidden;backface-visibility: hidden;}

@media (min-width:1500px) and (max-width:1599px) {
    #main-5 #main5 .PhotoP{left: 0%;}
    #main-5 #main5 .PhotoN{right: 0%;}
}
@media (min-width:1200px) and (max-width:1499px) {

    #main-2 {padding: 50px 0px; height:auto; }
    #main-2 .main2M {
        height: 400px;
    }
    #main-2 .main2M .main2T{top: 8%;}
    #main-2 .main2M .main2IMGF{}
    #main-3 .main3R a h1{font-size:42px;}
    #main-3 .main3R a h2{font-size:36px;}
    #main-5 #main5 .PhotoP{left: 0%;}
    #main-5 #main5 .PhotoN{right: 0%;}
    #main-2 .news_outline { width: 28%; right: 10%;}
    #main-2 .news_box a { height: 140px;}
    #main-2 .worship_time h2 {font-size: 23px; top: 19%; }
    #main-2 .worship_outline a { width: 140px;}
    #main-2 .youtube_box { margin-top: 2%}
}

@media (min-width:993px) and (max-width:1199px) {
    #main-3 .main3PM .new3icon {
        width: 233px;
    }
    #main-2 .main_2_outline {
        height: 90%;
    }

    #main-2 .youtube_box {
        margin-top: 2%
    }
    #main-2 .main_2_right p {
        margin-top: 5%;
    }
    #main-2 .main_2_right .sermon_title {
        top: 35%;
    }
    #main-3 .main3SM span {
        font-size: 14px;
    }
    #main-5 .bottom > .div4 a div {
        padding: 17px 25px !important;
        text-align: right !important;
        font-size: 15px !important;
    }
    #main-2 .youtube_text .youtube_bar {
        left: 50%;
        width: 383px;
    }
    #main-2 {
        padding: 50px 0px;
        height: auto;
    }
    #main-2 .worship_time h2 { font-size: 20px; top: 19%;}
    #main-2 .worship_outline a { width: 120px; }
    #main-2 .main_2_right { height: 300px;}
    #main-2 .news_outline {
        top: 55%;
    }
    #main-2 .news_box a {
        height: 128px;
    }
    #main-2 .main2M {
        height: 300px;
    }
    #main-2 .main2M .main2T{top: 8%;}
    #main-2 .main2M .main2T h1{font-size:44px;}
    #main-2 .main2M .main2LIVE{height:90px; width:90px; background-size:cover;}
    #main-2 .main2M .main2SP{height:90px; width:90px; background-size:cover;}
    #main-2 .main2M .main2IMGF{}
    #main-3 .main3R a h1{font-size:38px;}
    #main-3 .main3R a h2{font-size:32px;}
    #main-3 .main3L{width:78%;}
    #main-3 .main3L .main3SM .main3TM .main3T h1{font-size:28px;}
    #main-3 .main3L .main3SM .main3TM .main3T h5{font-size:24px;}
    #main-3 .main3L .main3SM .main3TM .main3BTN{font-size:24px;}
    #main-4{height:670px;}
    #main-4 .main4M{padding: 80px 0 0;}
    #main-4 .main4M .main4T h1,
    #main-4 .main4M .main4T h2{font-size:42px;}
    #main-4 .main4SM .main4SIMG{height:160px;}
    #main-4 .main4SM .main4SIMG::before{background-size:100%;}
    #main-4 .main4SM .main4SIMG .main4ST{font-size:20px;}
    #main-4 .main4SM .main4DATA a .main4TOP{font-size:20px;}
    #main-5 .main5T h1{font-size:42px;}
    #main-5 .main5T h2{font-size:38px;}
    #main-5 #main5 .PhotoP{left: 0%;}
    #main-5 #main5 .PhotoN{right: 0%;}

}

@media (min-width:768px) and (max-width:992px) {
    #main-5 .bottom > div .common-row .title {
        margin-top: 0%;
    }
    #main-5 .bottom > div .common-row {
        padding: 5px 0 5px 5px;
    }
    #main-5 .bottom > div {
        width: 100%;
    }
    #main-5 .bottom {
        display: inline-block;
        width: 100%;
    }
    #main-3 .main3SM span {
        font-size: 16px;
    }
    #main-3 .main3PM .new3icon {
        width: 233px;
        padding: 18px 13px;
    }
    #main-2 .worship_outline a {
        margin-top: 5%;
    }
    #main-2 .worship_outline a:nth-child(1) {
        margin-top: 0px;
    }
    #main-2 .worship_outline a:nth-child(2) {
        margin-top: 0px;
    }
    #main-2 .worship_outline a:nth-child(3) {
        margin-top: 0px;
    }
    #main-2 .worship_outline a:nth-child(4) {
        margin-top: 0px;
    }

    #main-2 .youtube_text .youtube_bar {
        left: 60%;
        width: 507px;
    }
    #main-2 {
        height: auto;
    }
    #main-2 .news_outline {
        width: 50%;
    }
    #main-2 .news_box a {
        width: 49%;
        height: 143px;
    }
    #main-1 {
        padding: 40px 0 30px;
    }
    #main-1 .main1L{width:35%;}
    #main-1 .main1R{width:65%;}
    #main-1 .main1R a .QM .QIMG{width:85px; height:85px; background-size:100%;margin: 0 0 15px;}
    #main-1 .main1R a .QM h1{font-size:17px;}
    #main-2 .main2M{height:415px;}
    #main-2 .main2M .main2T{top: 8%;}
    #main-2 .main2M .main2T h1{font-size:36px;}
    #main-2 .main2M .main2T a h2{font-size:32px;}
    #main-2 .main2M .main2LIVE{height:90px; width:90px; background-size:cover;}
    #main-2 .main2M .main2SP{height:90px; width:90px; background-size:cover;}
    #main-2 .main2M .main2IMGF{background-position: center;}
    #main-3{height:100%; background-size: cover; background-position: center;}
    #main-3 .main3R{top: 15%;}
    #main-3 .main3R a h1{font-size:32px;}
    #main-3 .main3R a h2{font-size:28px;}
    #main-3 .main3L{width:100%;margin: 190px 0 60px;}
    #main-3 .main3L .main3SM .main3TM .main3T h1{font-size:28px;}
    #main-3 .main3L .main3SM .main3TM .main3T h5{font-size:24px;}
    #main-3 .main3L .main3SM .main3TM .main3BTN{font-size:24px;}
    #main-4{height:100%;}
    #main-4 .main4M{padding: 60px 0 0;}
    #main-4 .main4M .main4T h1,
    #main-4 .main4M .main4T h2{font-size:32px;}
    #main-4 .main4SM .main4SIMG{height:160px;}
    #main-4 .main4SM .main4SIMG::before{background-size: cover;background-position: center;}
    #main-4 .main4SM .main4DATA a .main4TOP{font-size:20px;padding:20px;}
    #main-4 .main4SM .main4SIMG .main4ST,
    #main-4 .main4SM .main4DATA a .main4B h5{font-size:17px;}
    #main-4 .main4SM .main4DATA a .main4B h6{font-size:17px; padding:10px 15px;}
    #main-5 .main5T h1{font-size:32px;}
    #main-5 .main5T h2{font-size:28px;}
    #main-5 #main5 .PhotoP{left: 0%;}
    #main-5 #main5 .PhotoN{right: 0%;}
    #main-5 .tab-list-wrap li.active a { width: 31px; border-radius: 17px;}
    #main-5 .tab-list-wrap ul li a {height: 11px; width: 11px; }
    #main-5 {padding: 30px 0; }
        #main-5 .bottom > div > .title {
            padding-bottom: 5px;
        }
}

@media (max-width:767px) {
    #main-2 .youtube_text h2 { font-size: 25px;}
    #main-2 .youtube_text h1 { font-size: 30px;}
    #main-2 .main_2_right { height: 330px;}
    #main-2 .main_2_right p { font-size: 15px; }
    #main-2 .main_2_right .h5 { font-size: 15px;}
    #main-2 .main_2_right h2 { font-size: 25px;}
    #main-2 .main_2_right h1 { font-size: 20px;}
    #main-3 .main3M .main3T h1 { font-size: 25px;}
    #main-3 .main3M .main3T h5 { font-size: 17px;}
    #main-3 {
        padding: 25px 0;
    }
    #main-3 .main3PM a:first-child { margin-top: 0px;}
    #main-3 .main3PM a { display: block; width: 257px; margin: 0 auto; margin-top: 20px;}
    #main-3 .main3PM { display: inline-block; width: 100%; text-align: center;}

    #main-2 .main_2_outline {
        top: 40%;
    }
    #main-2 .youtube_text {
        margin-left: 15px;
    }
    footer .footer-row2 .div1 {
        padding: 0 15px;
    }
    footer ul {
        display: inline-block;
    }
    #main-5 .tab-list-wrap ul li a {
        height: 11px;
        width: 11px;
    }
    #main-5 .tab-list-wrap li.active a { width: 31px; border-radius: 17px; }
    #main-2 .main_2_right .sermon_title {left:3%; }
    #main-2 .youtube_text .youtube_bar {left: 61%; width: 310px; }
    #main-2 .news_box a {width: 49%; height:120px;}
    #main-2 .news_outline { width: 43%; right: 15px; top:47%; }
    #main-2 .worship_outline {
        justify-content: space-evenly;
    }
    #main-2 .worship_outline a { margin-top: 5%; }
    #main-2 .worship_outline a:nth-child(1) { margin-top: 0px; }
    #main-2 .worship_outline a:nth-child(2) { margin-top: 0px; }
    #main-2 .worship_outline a:nth-child(3) { margin-top: 0px; }
    #main-2 .worship_outline a:nth-child(4) { margin-top: 0px;}
    #main-5 .bottom > div > .title { padding-bottom: 5px; }
    #main-3 .main3PM .new3icon span { font-size: 15px; }
    #main-3 .main3SM a { width: 30%; }
    #main-3 .main3SM span { font-size: 15px; }
    #main-3 .main3PM .new3icon {
        margin: 0 auto;
    }
    #main-5 .bottom > div .common-row .title {
        margin-top: 0%;
    }
    #main-5 .bottom > div {
        width: 100%;
    }
    #main-5 .bottom {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #main-2 {
        height: auto;
        padding: 50px 0;
    }
    #main-1{padding: 40px 0 30px;}
    #main-1 .row{display:grid;}
    #main-1 .main1L{width:85%; grid-row:1; height: 90px; background-size: 60%;}
    #main-1 .main1R{width:100%; grid-row:2;}
    #main-1 .main1R a .QM .QIMG{width: 100%; height: 55px; background-size:100%;margin: 0 0 15px;}
    #main-1 .main1R a .QM h1{font-size:17px;}
    #main-2 .main2M{height:400px;}
    #main-2 .main2M .main2T{top: 12%;width: 45%; left:5%;}
    #main-2 .main2M .main2T h1{font-size:20px;}
	#main-2 .main2M .main2T img{bottom: -15%;}
    #main-2 .main2M .main2T a h2{font-size:16px;}
    #main-2 .main2M .main2LIVE{height:55px; width:55px; background-size:cover;}
    #main-2 .main2M .main2SP{height:55px; width:55px; background-size:cover;}
    #main-2 .main2M .main2IMGF{background-position: center; margin: 50px 0 0; height: 50%;}
    #main-2 .main2M .main2IMGF img{max-width:55px;}
    #main-3{height:100%; background-size: cover; background-position: center;}
    #main-3 .main3R{top: 10%; margin: 0 0 0 2%;}
    #main-3 .main3R a h1{font-size:20px;}
    #main-3 .main3R a h2{font-size:18px;}
    #main-3 .main3L{width:100%;margin: 120px 0 60px;height:100%;}
    #main-3 .main3L .main3SM{width:50%;height: 200px;}
    #main-3 .main3L .main3SM .main3TM{background-position:center;}
    #main-3 .main3L .main3SM .main3TM .main3T{top: 10%;}
    #main-3 .main3L .main3SM .main3TM .main3T h1{font-size:20px;}
    #main-3 .main3L .main3SM .main3TM .main3T h5{font-size:17px;}
    #main-3 .main3L .main3SM .main3TM .main3BTN{font-size:17px;}
    #main-4{height:100%;}
    #main-4 .main4M{padding: 60px 0 0;}
    #main-4 .main4M .main4T{margin: 0 0 0 2%;}
    #main-4 .main4M .main4T h1,
    #main-4 .main4M .main4T h2{font-size:20px;}
    #main-4 .main4M .main4T h5{font-size:17px;}
    #main-4 .main4SM{padding: 0 0 50px;}
    #main-4 .main4SM .row{margin:0;}
    #main-4 .main4SM .row > div{padding:0 0 15px;}
    #main-4 .main4SM .main4SIMG{height:160px;}
    #main-4 .main4SM .main4SIMG::before{background-size: cover;background-position: center;}
    #main-4 .main4SM .main4DATA a .main4TOP{font-size:20px;padding:20px;}
    #main-4 .main4SM .main4SIMG .main4ST,
    #main-4 .main4SM .main4DATA a .main4B h5{font-size:17px;}
    #main-4 .main4SM .main4DATA a .main4B h6{font-size:17px; padding:10px 15px;}
    #main-5{padding: 0 0 30px;}
    #main-5 .main5T{padding: 20px 0; margin: 0 0 0 2%;}
    #main-5 .main5T h1{font-size:30px;}
    #main-5 .main5T h2{font-size:25px;}
    #main-5 #main5 .PhotoP{left: 0%;}
    #main-5 #main5 .PhotoN{right: 0%;}
    #main-5 .bottom { margin: 20px auto;}

}

@media (max-width:636px) {
    #main-2 .worship_outline a:nth-child(4) {
        margin-top: 5%;
    }
    #main-2 .news_outline { width:52%;}


}

@media (max-width:500px) {
    #main-2 .news_box p { font-size: 15px;}

    #main-2 .youtube_text {
        width: 100%;
    }
    #main-2 .worship_outline .youtube_button {
        width: 70%;
        top: 76%;
    }
    #main-2 .worship_time h2 {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
    #main-2 .worship_outline a {
        width: 30%;
    }
    #main-2 .youtube_text .youtube_bar {
        display: none;
    }

    #main-2 .news_outline {
        top: 49%;
        width: 60%;
    }
    #main-2 .main2M {
        height: 325px;
    }

    #main-2 .worship_outline a:nth-child(3) {
        margin-top: 0%;
    }


}

    @media (max-width:400px) {
        #main-2 .main2M { height: 256px;}
        #main-2 .news_outline {
            top: 48%;
            width: 61%;
        }
        #main-2 .news_box a {height: 90px;}
    }
