﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
video::-webkit-media-controls-start-playback-button {
    display: none;
}
/*로더*/
.loder-bg {
    background: #000;
    overflow: hidden;
    position: relative;
}

    .loder-bg:after {
        display: block;
        content: "";
        clear: both;
        width: 1920px;
        height: 1080px;
    }

.lds-spinner {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .lds-spinner div {
        -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
        transform-origin: 40px 40px;
        -webkit-animation: lds-spinner 1.2s linear infinite;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
            -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*퀵메뉴*/
.ms1-icon {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 10;
    padding: 30px 0px;
}
.ms1-icon li {
    padding: 8px 0px;
    
    margin-right: 0px;
    position: relative;
    margin-left: -75px;
    transition: all 0.3s ease;
    list-style: none;
    width:220px;
    text-align:right;
}
.ms1-icon a {
		width:100%;
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 25px;
}

.ms1-icon span {
    display: inline-block;
    font-size: 15px;
    
    text-align: left;
    color: #fff;
    width:100px;
}

.ms1-icon li img { width:50px; height:50px; border-radius:50%;}
.ms1-icon li i{    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    color:#000;
}
.ms1-icon li.active {
    margin-left: 30px;
    color: #fff;
}
.ms1-icon li.active .fab, .ms1-icon li.active .fas {
    color: #fff;
}
/*공통*/

.section .fp-controlArrow {
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    top: 45%;
}

    .section .fp-controlArrow.fp-prev {
        width: 25px;
        left: 20%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .section .fp-controlArrow.fp-next {
        right: 20%;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

        .section .fp-controlArrow.fp-next:after {
        }

        .section .fp-controlArrow.fp-next:before {
        }

.section:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.right-nav {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px 0 0 20px;
    border: 1px solid transparent;
    overflow: hidden;
    padding: 20px 0 20px 10px;
    background: #0984d0;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

    .right-nav li:hover {
        -webkit-transition: 0.15s all;
        -o-transition: 0.15s all;
        transition: 0.15s all;
        text-shadow: 5px 5px 10px #000;
        font-weight: bold;
    }

    .right-nav li {
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        font-size: 17px;
        width: 130px;
        text-align: left;
        margin: 0;
    }

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#fullpage {
    background: rgba(0,0,0,.7);
    -webkit-transition: 0.55s all;
    -o-transition: 0.55s all;
    transition: 0.55s all;
    opacity: 0;
}

@-webkit-keyframes scroll {
    0%, 100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        opacity: 0.5;
    }
}

@keyframes scroll {
    0%, 100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        opacity: 0.5;
    }
}

.down-btn {
    position: absolute;
    z-index: 99;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    color: #fff;
    -webkit-animation: scroll 1.5s ease-in-out infinite;
    animation: scroll 1.5s ease-in-out infinite;
    font-size: 16px;
}

    .down-btn:hover {
        text-decoration: none;
        color: #fff;
    }

    .down-btn img {
        display: block;
        margin: 0 auto 10px;
        text-decoration: none;
    }

.cont-wrap {
    background: rgba(0,0,0,.5);
    height: inherit;
}

.cont-box {
    font-size: 82px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #b7b7b7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.cont-des {
    font-size: 22px;
    text-shadow: none;
    letter-spacing: -0.8px;
    line-height: 1.3;
    margin-top: 10px;
}

.more-view {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    padding: 5px 50px;
    color: #fff;
    bottom: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    border: 1px solid;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.6);
    text-shadow: 2px 2px 15px #000;
}

    .more-view:hover, .more-view:focus {
        background: #000;
        border: 1px solid #000;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

/*s1*/
.videoContainer {
    width: 100%;
}

.s1-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.s1-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .s1-cont h1 {
        font-size: 115px;
        color: #fff;
        font-weight: bold;
        text-shadow: 2px 2px 3px #000;
        white-space: nowrap;
    }

    .s1-cont h3 {
        font-size: 22px;
        color: #fff;
        text-shadow: 2px 2px 3px #000;
    }

    .s1-cont .img1 {
        position: absolute;
        top: 40%;
        width: 60%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .s1-cont .img2 {
        position: absolute;
        top: 49%;
        width: 38%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-20%);
        -ms-transform: translateX(-50%) translateY(-20%);
        transform: translateX(-50%) translateY(-20%);
    }

/*s2-1*/
.s2-1 {
    background: url(../images/s2-1_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.s2-1-cont {
    position: absolute;
    top: 49%;
    width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 82px;
    font-weight: bold;
    text-shadow: 2px 2px 7px #000000;
    text-align: center;
    color: #fff;
}

    .s2-1-cont img {
        width: 10%;
        margin-bottom: 15px;
    }

/*s2-2*/
.s2-2 {
}

.s2-2-cont {
    display: inline-block;
    height: inherit;
    width: 33.33%;
    float: left;
    position: relative;
}

    .s2-2-cont img {
        width: 15%;
        margin-bottom: 4px;
    }

    .s2-2-cont .cont-wrap .s2-2-des {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        color: orange;
        font-size: 28px;
    }

    .s2-2-cont.c1 .cont-wrap .s2-2-des {
        top: 25%;
    }

    .s2-2-cont.c3 .cont-wrap .s2-2-des {
        top: 75%;
    }

    .s2-2-cont .cont-wrap h2 {
        color: #fff;
        font-size: 62px;
        margin-bottom: 40px;
    }

.s2-2 .c1 {
    background-size: 100% 100%;
}

.s2-2 .c2 {
    background-size: 100% 100%;
}

.s2-2 .c3 {
    background-size: 100% 100%;
}

/*s2-4*/
.s2-3-cont {
    background: url(../images/s2-4.jpg) no-repeat;
    background-size: 100%;
    background-position-y: 50%;
    height: inherit;
}

    .s2-3-cont .s2-3-des {
        width: 100%;
    }

        .s2-3-cont .s2-3-des .cont-des {
            line-height: 1.6;
        }

    .s2-3-cont img {
        width: 12%;
        margin-bottom: 20px;
    }

/*s3-1*/
.s3-1 {
    background: url(../images/s3-1.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
}

.s3-1-cont {
    display: inline-block;
    width: 100%;
    height: inherit;
    float: left;
    position: relative;
}

.s3-1-des {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
/*s3-2*/
.s3-2-cont {
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.s3-2-cont-img {
    position: absolute;
    z-index: 10;
    left: 8%;
    bottom: 0;
    width: 30%;
}

.s3-2-cont-box {
    float: right;
    width: 67%;
    position: relative;
    height: inherit;
}

.s3-2-cont .s3-2-cont-title {
    color: #fff;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    font-size: 52px;
    font-weight: bold;
}

    .s3-2-cont .s3-2-cont-title strong {
        font-size: 42px;
        font-family: InfinitySans-Bold;
    }

.s3-2-cont .s3-2-des {
    position: absolute;
    color: orange;
    font-size: 22px;
    display: inline-block;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
    left: 10%;
}

    .s3-2-cont .s3-2-des img {
        width: 6%;
        margin-bottom: 5px;
    }

.s3-2 .more-view {
    left: unset;
    right: 23%;
    bottom: 25%;
}

.s3-2 .down-btn {
    left: unset;
    right: 27%;
}

.section.s3-2:after {
    content: unset;
}

.s3-2-cont .s3-2-pastors {
    position: absolute;
    bottom: 18%;
    display: flex;
    left: 10%;
    width: 65%;
    justify-content: space-between;
}
    .s3-2-cont .s3-2-pastors .box {
        width:250px;
        height:270px;
        position:relative;
        background-position:center;
    }
        .s3-2-cont .s3-2-pastors .box .description {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0,0,0,0.8);
            color: #fff;
            text-align: center;
        }
        /*s4*/
        .s4 {
            background: url(../images/s4.jpg) no-repeat;
            background-size: cover;
            background-position: center;
        }
/*s5*/
.s5 {
}

    .s5 .cont-wrap {
        padding-top: 80px;
    }

        .s5 .cont-wrap .cont-top {
            background: #fff;
            padding: 90px 170px;
            float: left;
            width: 100%;
            height: 100%;
        }

            .s5 .cont-wrap .cont-top .top-content hr {
                width: 100px;
                margin-left: 0;
                border-top: 1px solid #000;
                margin-top: 70px;
                margin-bottom: 20px;
                padding-left: 15px;
            }

    .s5 .top-content h1 {
        font-weight: bold;
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .s5 .top-content2 .video-slide {
        position: relative;
        margin-top: 80px;
    }

        .s5 .top-content2 .video-slide #swiper-slide-box {
            width: 860px;
        }

        .s5 .top-content2 .video-slide #slide-left, .s5 .top-content2 .video-slide #slide-left2,
        .s5 .top-content2 .video-slide #slide-left3, .s5 .top-content2 .video-slide #slide-left4 {
            position: absolute;
            top: 30%;
            left: -50px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
            cursor: pointer;
        }

        .s5 .top-content2 .video-slide #slide-right, .s5 .top-content2 .video-slide #slide-right2,
        .s5 .top-content2 .video-slide #slide-right3, .s5 .top-content2 .video-slide #slide-right4 {
            position: absolute;
            top: 30%;
            right: -50px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
            cursor: pointer;
            text-align: right;
        }

            .s5 .top-content2 .video-slide #slide-left img, .s5 .top-content2 .video-slide #slide-right img,
            .s5 .top-content2 .video-slide #slide-left2 img, .s5 .top-content2 .video-slide #slide-right2 img,
            .s5 .top-content2 .video-slide #slide-left3 img, .s5 .top-content2 .video-slide #slide-right3 img,
            .s5 .top-content2 .video-slide #slide-left4 img, .s5 .top-content2 .video-slide #slide-right4 img {
                width: 50%;
                opacity: .7;
            }

        .s5 .top-content2 .video-slide > div {
        }

        .s5 .top-content2 .video-slide .swiper-slide img {
            width: 260px;
            height: 170px;
            margin-bottom: 20px;
        }

        .s5 .top-content2 .video-slide .swiper-slide h5 {
            color: #b8b8b8;
        }

            .s5 .top-content2 .video-slide .swiper-slide h5.title {
                font-weight: bold;
                color: #000;
            }

    .s5 .top-content2 .tab-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .s5 .top-content2 .tab-list li {
            margin: 0 5px;
        }

            .s5 .top-content2 .tab-list li:first-child {
                margin-left: 0;
            }

        .s5 .top-content2 .tab-list li {
            text-decoration: none;
            border: 1px solid #cecece;
            padding: 10px 40px;
            font-size: 18px;
            color: #a7a7a7;
            cursor: pointer;
        }

            .s5 .top-content2 .tab-list li.active {
                background: red;
                border: 1px solid red;
                color: #fff;
            }

            .s5 .top-content2 .tab-list li:hover {
                background: red;
                border: 1px solid red;
                color: #fff;
            }

    .s5 .top-content2 .tab-content > div {
        opacity: 0;
        position: fixed;
    }

        .s5 .top-content2 .tab-content > div span {
            display: none;
        }

        .s5 .top-content2 .tab-content > div.active {
            -webkit-transition: all ease-in-out .35s;
            -o-transition: all ease-in-out .35s;
            transition: all ease-in-out .35s;
            opacity: 1;
        }

            .s5 .top-content2 .tab-content > div.active span {
                display: block;
                z-index: 99;
            }

.swiper-slide a {
    text-decoration: none;
}

.s5 .cont-wrap .cont-bottom .bg1 {
    background: url(../images/media_bg1.jpg) no-repeat;
}

.s5 .cont-wrap .cont-bottom .bg2 {
    background: url(../images/media_bg2.jpg) no-repeat;
}

.s5 .cont-wrap .cont-bottom .bg3 {
    background: url(../images/media_bg3.jpg) no-repeat;
}

.s5 .cont-wrap .cont-bottom .bg4 {
    background: url(../images/media_bg4.jpg) no-repeat;
}

.s5 .cont-wrap .cont-bottom {
    height: 320px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    .s5 .cont-wrap .cont-bottom .bottom-content {
        height: 100%;
        background-size: cover;
        position: relative;
        width: 25%;
        float: left;
        cursor: pointer;
        border: 1px solid #444444;
        border-top: 2px solid #1a4f7e;
    }

        .s5 .cont-wrap .cont-bottom .bottom-content > div {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            z-index: 2;
        }

        .s5 .cont-wrap .cont-bottom .bottom-content:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.1);
            z-index: 1;
        }

        .s5 .cont-wrap .cont-bottom .bottom-content > div h1 {
            font-weight: bold;
            margin-top: 10px;
        }

        .s5 .cont-wrap .cont-bottom .bottom-content > div p {
            margin-top: 20px;
            font-size: 18px;
        }

        .s5 .cont-wrap .cont-bottom .bottom-content .view-btn {
            opacity: 0;
        }

        .s5 .cont-wrap .cont-bottom .bottom-content:hover .view-btn {
            font-size: 40px;
            text-decoration: none;
            color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            cursor: pointer;
            background: rgba(0,0,0,0.8);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            opacity: 1;
            -webkit-transition: all ease-out .25s;
            -o-transition: all ease-out .25s;
            transition: all ease-out .25s;
            z-index: 5;
        }

/*s6*/
.section.s6:after {
    content: unset;
}

.s6 {
    background: url(../images/s6.jpg) no-repeat;
    background-size: cover;
}

.s6-wrap {
    padding: 180px 180px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    .s6-wrap > div {
        padding: 0 30px;
    }

    .s6-wrap .box-bg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .s6-wrap .box1 {
        padding-top: 20px;
    }

        .s6-wrap .box1 hr {
            margin-left: 0;
            width: 90px;
            border-top: 1px solid #fff;
        }

        .s6-wrap .box1 .cont-title {
            font-size: 50px;
            color: #fff;
            text-shadow: 5px 5px 10px #000;
        }

        .s6-wrap .box1 .cont-des {
            margin-top: 50px;
            color: #fff;
            font-size: 22px;
            text-shadow: 5px 5px 10px #000;
            word-break: keep-all;
            line-height: 1.6;
        }

            .s6-wrap .box1 .cont-des img {
                width: 12%;
                margin-bottom: 7px;
            }

    .s6-wrap .box-bg {
        position: relative;
        height: 100%;
        float: left;
        width: 100%;
    }

    /*슬라이더*/
    .s6-wrap .box2 #slide-left5 {
        position: absolute;
        top: 30%;
        left: -15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
    }

    .s6-wrap .box2 #slide-right5 {
        position: absolute;
        top: 30%;
        right: -15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
    }

        .s6-wrap .box2 #slide-left5 img, .s6-wrap .box2 #slide-right5 img {
            width: 50%;
            opacity: 1;
        }

    .s6-wrap .wrapper {
        width: 300px;
        height: 500px;
        background: white;
        margin: auto;
        position: relative;
        overflow: hidden;
        border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
        transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
        -o-transition: box-shadow 0.5s, transform 0.5s;
        transition: box-shadow 0.5s, transform 0.5s;
        transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
        display: inline-block;
        cursor: pointer;
    }

        .s6-wrap .wrapper:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
        }

        .s6-wrap .wrapper .container {
            width: 100%;
            height: 100%;
        }

            .s6-wrap .wrapper .container .top {
                height: 80%;
                width: 100%;
                padding: 20px 0;
                background-origin: padding-box;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
            }

            .s6-wrap .wrapper .container .bottom {
                width: 100%;
                height: 85px;
                -webkit-transition: -webkit-transform 0.5s;
                transition: -webkit-transform 0.5s;
                -o-transition: transform 0.5s;
                transition: transform 0.5s;
                transition: transform 0.5s, -webkit-transform 0.5s;
            }

                .s6-wrap .wrapper .container .bottom.clicked {
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

    .s6-wrap .s6-wrap .wrapper .container .bottom h1 {
        margin: 0;
        padding: 0;
    }

    .s6-wrap .wrapper .container .bottom p {
        margin: 0;
        margin-top: 5px;
        padding: 0;
        font-size: 15px;
    }

    .s6-wrap .wrapper .container .bottom .left {
        height: 100%;
        width: 100%;
        background: #f4f4f4;
        position: relative;
        float: left;
    }

        .s6-wrap .wrapper .container .bottom .left .details {
            padding: 15px 20px;
            float: left;
            width: 80%;
        }

            .s6-wrap .wrapper .container .bottom .left .details h2 {
                margin: 0;
            }

        .s6-wrap .wrapper .container .bottom .left .buy {
            float: right;
            width: 20%;
            height: 100%;
            background: #f1f1f1;
            -webkit-transition: background 0.5s;
            -o-transition: background 0.5s;
            transition: background 0.5s;
            border-left: solid thin rgba(0, 0, 0, 0.1);
        }

            .s6-wrap .wrapper .container .bottom .left .buy i {
                font-size: 25px;
                padding: 30px 15px;
                color: #254053;
                -webkit-transition: -webkit-transform 0.5s;
                transition: -webkit-transform 0.5s;
                -o-transition: transform 0.5s;
                transition: transform 0.5s;
                transition: transform 0.5s, -webkit-transform 0.5s;
            }

            .s6-wrap .wrapper .container .bottom .left .buy:hover {
                background: #A6CDDE;
            }

                .s6-wrap .wrapper .container .bottom .left .buy:hover i {
                    -webkit-transform: translateY(5px);
                    -ms-transform: translateY(5px);
                    transform: translateY(5px);
                    color: #00394B;
                }

    .s6-wrap .wrapper .container .bottom .right {
        width: 50%;
        background: #A6CDDE;
        color: white;
        float: right;
        height: 200%;
        overflow: hidden;
    }

        .s6-wrap .wrapper .container .bottom .right .details {
            padding: 20px;
            float: right;
            width: calc(70% - 40px);
        }

        .s6-wrap .wrapper .container .bottom .right .done {
            width: calc(30% - 2px);
            float: left;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            -o-transition: transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s;
            border-right: solid thin rgba(255, 255, 255, 0.3);
            height: 50%;
        }

            .s6-wrap .wrapper .container .bottom .right .done i {
                font-size: 30px;
                padding: 30px;
                color: white;
            }

        .s6-wrap .wrapper .container .bottom .right .remove {
            width: calc(30% - 1px);
            clear: both;
            border-right: solid thin rgba(255, 255, 255, 0.3);
            height: 50%;
            background: #BC3B59;
            -webkit-transition: background 0.5s, -webkit-transform 0.5s;
            transition: background 0.5s, -webkit-transform 0.5s;
            -o-transition: transform 0.5s, background 0.5s;
            transition: transform 0.5s, background 0.5s;
            transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
        }

            .s6-wrap .wrapper .container .bottom .right .remove:hover {
                background: #9B2847;
            }

                .s6-wrap .wrapper .container .bottom .right .remove:hover i {
                    -webkit-transform: translateY(5px);
                    -ms-transform: translateY(5px);
                    transform: translateY(5px);
                }

            .s6-wrap .wrapper .container .bottom .right .remove i {
                -webkit-transition: -webkit-transform 0.5s;
                transition: -webkit-transform 0.5s;
                -o-transition: transform 0.5s;
                transition: transform 0.5s;
                transition: transform 0.5s, -webkit-transform 0.5s;
                font-size: 30px;
                padding: 30px;
                color: white;
            }

        .s6-wrap .wrapper .container .bottom .right:hover .remove, .wrapper .container .bottom .right:hover .done {
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    .s6-wrap .wrapper .inside {
        z-index: 9;
        background: #92879B;
        width: 140px;
        height: 140px;
        position: absolute;
        top: -70px;
        right: -70px;
        border-radius: 0px 0px 200px 200px;
        -webkit-transition: all 0.5s, border-radius 2s, top 1s;
        -o-transition: all 0.5s, border-radius 2s, top 1s;
        transition: all 0.5s, border-radius 2s, top 1s;
        overflow: hidden;
    }

        .s6-wrap .wrapper .inside .icon {
            position: absolute;
            right: 85px;
            top: 85px;
            color: white;
            opacity: 1;
        }

        .s6-wrap .wrapper .inside:hover {
            width: 100%;
            right: 0;
            top: 0;
            border-radius: 0;
            height: 80%;
        }

            .s6-wrap .wrapper .inside:hover .icon {
                opacity: 0;
                right: 15px;
                top: 15px;
            }

            .s6-wrap .wrapper .inside:hover .contents {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

        .s6-wrap .wrapper .inside .contents {
            padding: 5%;
            opacity: 0;
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transform: translateY(-200%);
            -ms-transform: translateY(-200%);
            transform: translateY(-200%);
            -webkit-transition: opacity 0.2s, -webkit-transform 0.8s;
            transition: opacity 0.2s, -webkit-transform 0.8s;
            -o-transition: opacity 0.2s, transform 0.8s;
            transition: opacity 0.2s, transform 0.8s;
            transition: opacity 0.2s, transform 0.8s, -webkit-transform 0.8s;
        }

            .s6-wrap .wrapper .inside .contents table {
                text-align: left;
                width: 100%;
            }

            .s6-wrap .wrapper .inside .contents h1, .wrapper .inside .contents p, .wrapper .inside .contents table {
                color: white;
            }

            .s6-wrap .wrapper .inside .contents p {
                font-size: 18px;
                letter-spacing: 1.5px;
                color: #fff;
                word-break: keep-all;
            }

    .s6-wrap .material-icons {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }

/**/
.section.s7 {
    background: url(../images/s7.jpg) no-repeat;
    background-size: cover;
}

    .section.s7:after {
        content: unset;
    }

.s7-wrap {
    padding: 180px 180px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .s7-wrap hr {
        margin-left: 0;
        width: 90px;
        border-top: 1px solid #fff;
    }

    .s7-wrap .box1 {
        z-index: 9;
        width: 35%;
    }

        .s7-wrap .box1 .cont-title {
            font-size: 50px;
            color: #fff;
            text-shadow: 5px 5px 10px #000;
        }

        .s7-wrap .box1 .cont-des {
            margin-top: 50px;
            color: #fff;
            font-size: 22px;
            text-shadow: 5px 5px 10px #000;
            line-height: 1.6;
        }

    .s7-wrap .box2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 9;
        width: 60%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 25px;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

        .s7-wrap .box2 > a > div {
            width: 300px;
            height: 250px;
            background: rgba(255,255,255,0.4);
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            -webkit-transition: all ease-in-out .15s;
            -o-transition: all ease-in-out .15s;
            transition: all ease-in-out .15s;
            position: relative;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .s7-wrap .box2 > a > div > div {
                width: 85px;
                height: 43px;
                overflow: hidden;
                position: absolute;
                bottom: 30px;
                right: 0;
            }

                .s7-wrap .box2 > a > div > div span {
                    display: block;
                    margin: 30px auto;
                    width: 25px;
                    height: 25px;
                    border-top: 3px solid #fff;
                    border-left: 3px solid #fff;
                    -webkit-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    transform: rotate(135deg)
                }

            .s7-wrap .box2 > a > div span:after {
                content: "";
                display: block;
                width: 8px;
                height: 45px;
                background-color: white;
                -webkit-transform: rotate(-45deg) translate(15px, 4px);
                -ms-transform: rotate(-45deg) translate(15px, 4px);
                transform: rotate(-45deg) translate(15px, 4px);
                left: 0;
                top: 0;
            }

            .s7-wrap .box2 > a > div:hover {
                background: #52B94C;
            }

        .s7-wrap .box2 a {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            color: #fff;
            font-size: 28px;
            text-decoration: none;
            text-align: center;
            word-break: keep-all;
            margin-bottom: 15px;
        }

.s8 .section:after {
    content: unset;
}

.s8 {
    background: #fff;
}

    .s8 footer {
        color: #000;
        margin: 20px 0;
        height: 85px;
    }

.footer-cont h2 {
    margin-bottom: 10px;
}

.s8 footer ul {
    margin-top: 15px;
}

@media (max-width:1919px) and (min-width:1799px) {
    .s5 .cont-wrap .cont-top {
        height: 100%;
        padding: 5vh 3vw;
    }

    .s5 .cont-wrap .cont-bottom {
        position: absolute;
        bottom: 0;
    }

    .s2-1-cont {
        font-size: 72px;
    }
}

@media (max-width:1800px) and (min-width:1499px) {
    .s2-1-cont {
        font-size: 62px;
    }

    .s5 .top-content h1 {
        word-break: keep-all;
    }

    .s5 .cont-wrap .cont-top {
        height: 100%;
        padding: 5vh 3vw;
    }

    .s5 .cont-wrap .cont-bottom {
        position: absolute;
        bottom: 0;
        height: 254px;
    }

    .s5 .top-content {
        width: 25vw;
        margin-right: 20px;
    }

        .s5 .top-content h4 {
            word-break: keep-all;
        }

    .s5 .top-content2 .video-slide {
        margin-top: 45px;
    }
}

@media (max-width:1500px) and (min-width:1299px) {
    .s1-cont h1 {
        font-size: 92px;
    }

    .s2-1-cont {
        font-size: 52px;
        top: 50%;
    }

    .s2-1 {
        background-size: cover;
        background-position: center;
    }

    .s2-2-cont .cont-wrap h2 {
        font-size: 34px;
    }

    .s2-2-cont .cont-wrap .s2-2-des {
        font-size: 24px;
        word-break: keep-all;
    }

    .s2-2.section:after {
        content: unset;
    }

    .s2-2 .videoContainer {
        display: none;
    }

    .s2-2 {
        background: url(../Images/s3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s2-3-cont {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .s2-3-cont .s2-3-des {
            font-size: 34px;
        }

            .s2-3-cont .s2-3-des .cont-des {
                font-size: 20px;
                width: 70%;
                margin: 20px auto 0;
                word-break: keep-all;
            }

    .s3-2-cont .s3-2-cont-title strong {
        font-size: 62px;
    }

    .s3-2-cont .s3-2-des {
        font-size: 20px;
    }

    .s3-2-cont-img {
        left: 15%;
    }

    .s5 .top-content h1 {
        word-break: keep-all;
    }

    .s5 .cont-wrap .cont-top {
        height: 100%;
        padding: 5vh 3vw;
    }

    .s5 .cont-wrap .cont-bottom {
        position: absolute;
        bottom: 0;
        height: 254px;
    }

    .s5 .top-content {
        width: 25vw;
        margin-right: 20px;
    }

        .s5 .top-content h4 {
            word-break: keep-all;
        }

    .s5 .top-content2 .video-slide {
        margin-top: 45px;
    }

    .s5 .top-content2 {
        width: 70%;
    }
}

@media (max-width:1300px) and (min-width:993px) {
    .s1-cont h1 {
        font-size: 86px;
    }

    .s2-1-cont {
        font-size: 42px;
        top: 50%;
    }

    .section .fp-controlArrow.fp-prev {
        left: 10%;
    }

    .section .fp-controlArrow.fp-next {
        right: 10%;
    }

    .s2-1 {
        background-size: cover;
        background-position: center;
    }

    .s2-2-cont .cont-wrap h2 {
        font-size: 34px;
    }

    .s2-2-cont .cont-wrap .s2-2-des {
        font-size: 24px;
        word-break: keep-all;
    }

    .s2-2.section:after {
        content: unset;
    }

    .s2-2 .videoContainer {
        display: none;
    }

    .s2-2 {
        background: url(../Images/s3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s2-3-cont {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .s2-3-cont .s2-3-des {
            font-size: 34px;
        }

            .s2-3-cont .s2-3-des .cont-des {
                font-size: 20px;
                width: 70%;
                margin: 20px auto 0;
                word-break: keep-all;
            }

    .s3-2-cont .s3-2-cont-title strong {
        font-size: 32px;
    }

    .s3-2-cont .s3-2-des {
        font-size: 18px;
        padding: 0 40px;
        word-break: keep-all;
        line-height: 1.4;
    }

    .s3-2-cont .s3-2-cont-title {
        font-size: 52px;
    }

    .s3-2-cont-img {
        left: 15%;
    }

    .s5.section:after {
        content: unset;
    }

    .s5 .top-content2 .video-slide #swiper-slide-box {
        width: 600px;
    }

    .s5 .top-content2 .tab-content > div {
        left: 29%;
    }

    .s5 .cont-wrap .cont-top {
        padding: 25px;
        height: auto;
    }

    .s5 .top-content {
        width: 25vw;
        word-break: keep-all;
    }

    .s5 .top-content2 {
        width: 70%;
    }

        .s5 .top-content2 .tab-list li {
            padding: 10px 25px;
        }

        .s5 .top-content2 .video-slide {
            margin-top: 20px;
        }

    .s5 .cont-wrap .cont-top .top-content hr {
        display: none;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content {
        background-position: center;
    }

        .s5 .cont-wrap .cont-bottom .bottom-content > div p {
            word-break: keep-all;
        }

    .s5 .cont-wrap .cont-bottom {
        height: 215px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .section .fp-controlArrow.fp-prev {
        left: 5px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .section .fp-controlArrow.fp-next {
        right: 5px;
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }

    .s1-cont h1 {
        font-size: 62px;
    }

    .s2-1-cont {
        top: 48%;
        font-size: 46px;
        word-break: keep-all;
    }

    .s2-1 {
        background-size: cover;
        background-position: center;
    }

    .s2-2-cont .cont-wrap h2 {
        font-size: 34px;
    }

    .s2-2-cont .cont-wrap .s2-2-des {
        font-size: 24px;
        word-break: keep-all;
    }

    .s2-2.section:after {
        content: unset;
    }

    .s2-2 .videoContainer {
        display: none;
    }

    .s2-2 {
        background: url(../Images/s3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s2-3-cont {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .s2-3-cont .s2-3-des {
            font-size: 34px;
        }

            .s2-3-cont .s2-3-des .cont-des {
                font-size: 20px;
                width: 80%;
                margin: 20px auto 0;
                word-break: keep-all;
            }

    .s3-2-cont .s3-2-cont-title strong {
        font-size: 42px;
    }

    .s3-2-cont .s3-2-des {
        font-size: 28px;
        top: 40%;
        padding: 0 40px;
        word-break: keep-all;
        line-height: 1.4;
    }

    .s3-2-cont-img {
        left: 30%;
        width: 60%;
        max-width: 360px;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    .s3-2-cont-box {
        float: unset;
        width: 100%;
    }

    .s3-2-cont .s3-2-cont-title {
        top: 20%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 60px;
    }

    .s3-2-cont .s3-2-des {
        font-size: 26px;
        top: unset;
        padding: 0 5px;
        word-break: keep-all;
        line-height: 1.2;
        margin-top: 0;
        bottom: 15%;
        transform: unset;
        width: 51%;
        right: 0;
        left: unset;
    }
    .s3-2-cont .s3-2-cont-title {
        top: unset;
        left: 60%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 24px;
        bottom: 35%;
    }

    .s3-2-cont .s3-2-pastors {
        bottom: unset;
        top: 20%;
        width: 100%;
        justify-content: space-around;
        left: 0;
    }
        .s3-2-cont .s3-2-pastors .box .description h4 {
            font-size: 16px;
        }

        .s3-2-cont .s3-2-pastors .box {
            width: 31.333%;
            height: 200px;
            background-position: center 10%;
            background-size: cover;
        }

    .s3-2-cont .mobile-title {
        position: absolute;
        top: 9%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 34px;
    }

    .tab-content .swiper-slide {
        text-align: center;
    }

    .s5.section:after {
        content: unset;
    }

    .s5 .top-content2 .tab-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .s5 .top-content2 .video-slide {
        margin-top: 50px;
    }

    .s5 .cont-wrap .cont-top {
        padding: 50px;
    }

        .s5 .cont-wrap .cont-top .top-content hr {
            margin-top: 0;
            margin: 0 auto;
        }

    .s5 .top-content2 .video-slide .swiper-slide h5.title {
        font-size: 22px;
    }

    .s5 .top-content2 .video-slide .swiper-slide h5 {
        font-size: 20px;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content > div p {
        display: none;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content {
        background-size: cover;
    }

    .s5 .cont-wrap .cont-bottom .bg3 {
        background-position: center;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content > div h1 {
        word-break: keep-all;
    }

    .s5 .top-content h1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .s5 .top-content h4 {
        text-align: center;
        font-size: 24px;
    }

    .s5 .top-content2 .tab-list li {
        padding: 10px 25px;
    }

    .s5 .top-content2 .video-slide #swiper-slide-box {
        width: 645px;
    }

    .s6-wrap {
        padding: 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .s6-wrap .box1 .cont-des {
            margin-top: 20px;
        }

        .s6-wrap .box2 #slide-right5 {
            top: 40%;
            text-align: right;
        }

        .s6-wrap .box2 #slide-left5 {
            top: 40%;
        }

    .s7-wrap {
        padding: 20px;
    }

        .s7-wrap .box1 {
            width: 100%;
            margin-top: 60px;
            padding: 20px 40px;
        }

        .s7-wrap hr {
            display: none;
        }

        .s7-wrap .box1 .cont-title {
            font-size: 28px;
            text-align: right;
        }

        .s7-wrap .box1 .cont-des {
            margin-top: 10px;
            font-size: 20px;
            text-align: right;
        }

        .s7-wrap .box2 > a > div {
            width: 36vw;
            height: 18vh;
            padding: 12px;
        }

        .s7-wrap .box2 a {
            font-size: 22px;
        }

        .s7-wrap .box2 > a > div > div span {
            display: none;
        }

        .s7-wrap .box2 {
            margin-left: 0;
            width: 100%;
            margin-top: 10px;
        }

    .section.s7 {
        background-size: cover;
        background-position: center;
    }
}

@media(max-width:767px) {
    .section .fp-controlArrow {
        top: 45%;
    }

    .lds-spinner {
        top: 20%;
    }

    .s1-cont {
        padding: 0 30px;
        width: 100%;
    }

    .section:after {
        content: unset;
    }

    .s1-cont h1 {
        font-size: 34px;
        white-space: pre-wrap;
        word-break: keep-all;
        line-height: 1.4;
    }

    .s1-cont h3 {
        font-size: 22px;
        word-break: keep-all;
        line-height: 1.5;
    }

    .s2-1 {
        background-size: cover;
        background-position: center;
    }

    .s2-1-cont {
        font-size: 34px;
        word-break: keep-all;
    }

    .section .fp-controlArrow.fp-prev {
        left: 5px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .section .fp-controlArrow.fp-next {
        right: 5px;
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }

    .s2-2-cont {
        width: 100%;
        height: unset;
        margin: 30px 0;
    }

        .s2-2-cont .cont-wrap h2 {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .s2-2-cont .cont-wrap {
            background: unset;
        }

            .s2-2-cont .cont-wrap .s2-2-des {
                top: 50% !important;
                font-size: 22px;
                position: static;
                -webkit-transform: unset;
                -ms-transform: unset;
                transform: unset;
                margin: 20px 0;
                text-shadow: 2px 2px 10px #000;
                font-weight: bold;
            }

    .s2-2 .c1, .s2-2 .c2, .s2-2 .c3 {
        background-size: cover;
        background-position: center;
    }

    .s2-3-cont {
        background-size: cover;
        background-position: center;
    }

        .s2-3-cont .s2-3-des {
            font-size: 32px;
            top: 50%;
        }

            .s2-3-cont .s2-3-des .cont-des {
                font-size: 18px;
                padding: 0 35px;
                margin-top: 20px;
                word-break: keep-all;
                line-height: 1.5;
            }

    .s3-1 {
        background-position: left;
    }

        .s3-1 .s3-1-des {
            font-size: 32px;
            width: 100%;
        }

            .s3-1 .s3-1-des .cont-des {
                font-size: 18px;
                padding: 0 35px;
                margin-top: 20px;
                word-break: keep-all;
                line-height: 1.5;
            }

    .s3-2-cont .s3-2-cont-title strong {
        font-size: 32px;
    }

    .s3-2-cont .s3-2-des {
        font-size: 15px;
        top: unset;
        padding: 0 5px;
        word-break: keep-all;
        line-height: 1.2;
        margin-top: 0;
        bottom: 5%;
        transform: unset;
        width: 60%;
        right: 0;
        left: unset;
    }

    .s3-2-cont-img {
        left: 25%;
        width: 60%;
        max-width: 295px;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    .s3-2-cont-box {
        float: unset;
        width: 100%;
    }

    .s3-2-cont .s3-2-cont-title {
        top: unset;
        left: 65%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 20px;
        bottom:30%;
    }
    .s3-2-cont .s3-2-pastors {
        bottom: unset;
        top: 15%;
        width: 100%;
        justify-content: space-around;
        left: 0;
    }
        .s3-2-cont .s3-2-pastors .box .description h4:nth-child(2),
        .s3-2-cont .s3-2-pastors .box .description h4:nth-child(3) {
            display:none;
        }
        .s3-2-cont .s3-2-pastors .box .description h4 {
        font-size:14px;
        }
        .s3-2-cont .s3-2-pastors .box {
            width: 31.333%;
            height: 150px;
            background-position: center 10%;
            background-size: cover;
        }
    .s3-2-cont .mobile-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 28px;
    }


    .s4 .cont-box {
        font-size: 32px;
        width: 100%;
    }

    .more-view {
        font-size: 18px;
    }

    .s5 .cont-wrap .cont-top {
        text-align: center;
        padding: 10px;
        height: unset;
        float: unset;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .s5 .cont-wrap .cont-top .top-content {
            width: 100%;
        }

            .s5 .cont-wrap .cont-top .top-content hr {
                display: none;
            }

    .s5 .top-content h1 {
        font-size: 20px;
        margin: 3vw 0;
        line-height: 1.4;
    }

    .s5 .top-content h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .s5 .top-content2 .tab-list {
    }

        .s5 .top-content2 .tab-list li {
            width: 55px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin: 0;
            padding: 5px 5px;
            font-size: 16px;
            border: none;
        }

    .s5 .top-content2 {
        margin-left: -15px;
        margin-right: -15px;
        display: none;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content > div p {
        display: none;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content > div h1 {
        font-size: 18px;
    }

    .s5 .cont-wrap .cont-bottom .bottom-content {
        background-size: contain !important;
        width: 100%;
        float: unset;
        height: unset;
        border: none;
    }

    .s5 .cont-wrap .cont-bottom img {
        height: 100%;
        width: 100%;
    }

    .s5 .cont-wrap .cont-bottom .bg4 {
        background: unset;
    }

        .s5 .cont-wrap .cont-bottom .bg4 h1, .s5 .cont-wrap .cont-bottom .bg3 h1 {
            text-align: left;
            margin-left: 15%;
        }

    .s5 .cont-wrap .cont-bottom .bg2 {
        background: unset;
    }

        .s5 .cont-wrap .cont-bottom .bg2 h1, .s5 .cont-wrap .cont-bottom .bg1 h1 {
            text-align: right;
            margin-right: 15%;
        }

    .s5 .cont-wrap .cont-bottom .bg3 {
        background: unset;
    }

    .s5 .cont-wrap .cont-bottom .bg1 {
        background: unset;
    }

    .s5 .top-content2 .video-slide #slide-left, .s5 .top-content2 .video-slide #slide-left2,
    .s5 .top-content2 .video-slide #slide-left3, .s5 .top-content2 .video-slide #slide-left4 {
        display: none;
    }

    .s5 .cont-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 70px;
    }

        .s5 .cont-wrap .cont-bottom {
            position: unset;
            height: unset;
            float: unset;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .s5 .cont-wrap .cont-bottom .bottom-content .view-btn {
                display: none;
            }

    .s6-wrap {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: start;
    }

        .s6-wrap .box1 hr {
            display: none;
        }

        .s6-wrap .box1 .cont-title {
            padding-top: 0;
            font-size: 28px;
            text-align: right;
        }

        .s6-wrap .box1 .cont-des {
            display: none;
        }

    #swiper-custom-slider5.swiper-container {
        text-align: center;
    }

    .s6-wrap .box2 #slide-right5 {
        right: 0;
        text-align: right;
        top: 50%;
    }

    .s6-wrap .box2 #slide-left5 {
        left: 0;
        top: 50%;
    }

    .s6-wrap .box1 {
        padding-top: 60px;
    }

    .s6-wrap .box2 {
    }

    .s6-wrap .wrapper {
        width: 100%;
        height: 110vw;
    }

        .s6-wrap .wrapper .container .bottom .left .details h2 {
            font-size: 18px;
            width: 100%;
        }

        .s6-wrap .wrapper .container .bottom .left .details {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        .s6-wrap .wrapper .container .bottom .left .buy {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

        .s6-wrap .wrapper .container .bottom {
            height: 20%;
            padding: 10px;
        }

            .s6-wrap .wrapper .container .bottom p {
                margin-top: 0;
            }

            .s6-wrap .wrapper .container .bottom .left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

    .s7-wrap {
        padding: 20px;
    }

        .s7-wrap .box1 {
            width: 100%;
            margin-top: 60px;
            padding: 0 15px;
        }

        .s7-wrap hr {
            display: none;
        }

        .s7-wrap .box1 .cont-title {
            font-size: 22px;
            text-align: right;
        }

        .s7-wrap .box1 .cont-des {
            margin-top: 10px;
            font-size: 16px;
            text-align: right;
        }

        .s7-wrap .box2 > a > div {
            width: 36vw;
            height: 18vh;
            padding: 12px;
        }

        .s7-wrap .box2 a {
            font-size: 16px;
        }

        .s7-wrap .box2 > a > div > div span {
            display: none;
        }

        .s7-wrap .box2 {
            margin-left: 0;
            width: 100%;
            margin-top: 10px;
        }

    .section.s7 {
        background-size: cover;
        background-position: center;
    }

    .s8 .footer-cont h2 {
        font-size: 24px;
    }

    .s8 footer {
        margin: 10px 0;
        height: auto;
    }

        .s8 footer ul {
            margin-top: 0;
            margin-bottom: 10px;
        }
}

@media(max-width:340px) {
    .s5 .cont-wrap .cont-top {
        padding: 0 10px;
    }

    .s5 .cont-wrap .cont-bottom {
    }

    .s3-2-cont-img {
        max-width: 170px;
    }

    .s2-2-cont {
        margin: 5px 0;
        padding: 0 30px;
        word-break: keep-all;
    }

    .s2-3-cont .s2-3-des {
        top: 50%;
    }
}
