﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*공통*/
.onOff {
    cursor: pointer;
    text-decoration: none;
}

footer .container {
    width: 1400px;
}

.hoverOpacity:hover div {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

main {
    background: url(/UserData/mokmin/Partials/Main/Images/newbg4_2022.png);
    position: static;
    padding-top: 123px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-bg {
    display: none;
}

main .container {
    width: 1400px;
}

.slider .move-btn {
    background: transparent !important;
}

.s1 .slider .slider-dots .each-dot.active {
    color: red;
    background: red;
    border: 1px solid red;
}

main .slider .move-btn.prev-btn {
    left: 13%;
}

main .slider .move-btn.next-btn {
    right: 13%;
}

/*메인 시작*/
section.s1 {
    margin-bottom: 20px;
}

/*1층*/
section.s2 .cont-wrap {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

    section.s2 .cont-wrap .F1-cont1 {
        -ms-grid-column: 1;
        grid-column: 1;
        z-index: 10;
    }

        section.s2 .cont-wrap .F1-cont1 .cont1-img1 {
            float: left;
        }

        section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap {
            display: inline-block;
            position: relative;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des {
                position: absolute;
                top: 0;
                left: 0;
                padding: 40px 45px;
                width: 100%;
                height: 100%;
            }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .cont1-img3 {
                    position: absolute;
                    top: 40px;
                    right: 40px;
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h4:nth-child(1) {
                    font-size: 20px;
                    font-weight: bold;
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h5 {
                    font-size: 16px;
                }

                    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h5:nth-of-type(1) {
                        color: #aeaeae;
                        font-size: 16px;
                    }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h2 {
                    font-size: 36px;
                    margin-top: 40px;
                    margin-bottom: 20px;
                    word-break: keep-all;
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .cont1-img3:hover {
                    -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2);
                }

.F1 .F1-cont1 cont1-des-wrap {
    position: relative;
}


section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
    border: 1px solid #d7d7d7;
    padding: 10px 30px;
    cursor: pointer;
}

    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn:hover span,
    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn:hover i {
        color: #fff;
    }

    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn.hvr-sweep-to-right:before {
        background: #3a5279;
    }

    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn span {
        font-size: 22px;
        color: #a2a2a2;
        margin-left: 20px;
        line-height: 40px;
        vertical-align: middle;
    }

    section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn i {
        font-size: 30px;
        color: #000;
        line-height: 40px;
        vertical-align: middle;
    }


section.s2 .cont-wrap .F1-cont2 {
    -ms-grid-column: 2;
    grid-column: 2;
    position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section.s2 .cont-wrap .F1-cont2 {
        margin-left: 20px;
    }
}


section.s2 .cont-wrap .F1-cont2 .cont2-des {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 35px;
    width: 100%;
    height: 100%;
    color: #fff;
}

    section.s2 .cont-wrap .F1-cont2 .cont2-des h3, section.s2 .cont-wrap .F1-cont2 .cont2-des h2 {
        text-align: left;
    }

    section.s2 .cont-wrap .F1-cont2 .cont2-des .cont2-img2 {
        margin: 15px auto;
    }

    section.s2 .cont-wrap .F1-cont2 .cont2-des h4 {
        font-size: 16px;
    }
section.s2 .cont2-des2 {
    background-image: url(../../../Layouts/mokmin_layout/Images/ban_202107.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

    section.s2 .cont2-des2 .wrap {
        width: 600px;
        height: 250px;
        position: relative;
    }

        section.s2 .cont2-des2 .wrap > div {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            right: 10%;
            text-align: right;
        }

            section.s2 .cont2-des2 .wrap > div > .flex-wrap {
                display: flex;
                align-items: center;
            }

            section.s2 .cont2-des2 .wrap > div img {
                margin-right: 10px;
                margin-bottom: 10px;
            }

            section.s2 .cont2-des2 .wrap > div > div > span {
                font-size: 42px;
                color: #fff;
            }

            section.s2 .cont2-des2 .wrap > div .onOff {
                color: #fff;
                border: 1px solid #fff;
                font-size: 17px;
                display: inline-block;
                padding: 10px 40px;
                margin-top: 10px;
                text-decoration: none;
            }

                section.s2 .cont2-des2 .wrap > div .onOff:hover {
                    background-color: #fff;
                    color: #000;
                }
/*2층*/
/*슬라이드*/
.s3 .cont1 .swiper-container {
    width: 100%;
    height: 100%;
}

    .s3 .cont1 .swiper-container .swiper-pagination {
        padding-right: 30px;
        text-align: right;
        top: 43%;
        right: 15px;
    }

        .s3 .cont1 .swiper-container .swiper-pagination span {
            margin: 0 4px;
        }


.s3 .cont1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    -webkit-display: flex;
    -ms-display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s3 .cont1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.s3 .cont1 .swiper-pagination-bullet-active {
    color: red;
    background: red;
    border: 1px solid red;
}

section.s3 .content.cont1 .cont1-dots span {
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

    section.s3 .content.cont1 .cont1-dots span:last-child {
    }
/**/
section.s3 {
    margin: 20px 0;
    display: -ms-flexbox;
    justify-content: space-between;
}

    section.s3 .cont-wrap {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

        section.s3 .cont-wrap.F2 {
            width: 1000px;
            justify-content: space-between;
        }

        section.s3 .cont-wrap.F2-1 {
            float: right;
            width: 380px;
        }

    section.s3 .content {
        position: relative;
    }

        section.s3 .content.cont1 {
            width: 380px;
            height: 550px;
            position: relative;
        }

            section.s3 .content.cont1 .cont1-img1 {
                position: absolute;
                top: 0;
                left: 0;
            }

            section.s3 .content.cont1 .cont1-des {
                width: 100%;
                padding: 40px;
                justify-content: left;
                align-self: normal;
                text-align: left;
                height: 260px;
            }

            section.s3 .content.cont1 .con1-des-img {
                line-height: 300px;
            }

            section.s3 .content.cont1 .cont1-des h4 {
                color: #9e9e9e;
                margin-bottom: 5px;
                font-size: 16px;
                width: 100%;
                text-align: left;
            }

                section.s3 .content.cont1 .cont1-des h4:nth-of-type(1) {
                    font-size: 18px;
                    font-weight: bold;
                }

                section.s3 .content.cont1 .cont1-des h4:nth-of-type(3) {
                    margin: 0;
                }

.s3 .cont1 .swiper-slide a {
    text-decoration: none;
}

section.s3 .content.cont1 .cont1-des h3 {
    word-break: keep-all;
    text-align: left;
    color: #000;
}

section.s3 .content.cont1 .cont1-des span {
    background-color: red;
    color: #fff;
    font-size: 16px;
    padding: 2px;
}

section.s3 .content.cont1 .cont1-dots {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 42%;
    padding-right: 20px;
}



section.s3 .content.cont2 {
    width: 600px;
    height: 550px;
}

    section.s3 .content.cont2 .cont2-des {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 40px 50px 30px;
        color: #fff;
    }

        section.s3 .content.cont2 .cont2-des h1 {
            font-size: 28px;
        }

        section.s3 .content.cont2 .cont2-des h4 {
            margin-bottom: 30px;
        }

        section.s3 .content.cont2 .cont2-des hr {
            width: 20px;
            margin-left: 0;
        }

    /*section.s3 .content.cont2 .cont2-des2 {
        text-align: center;
        color: #fff;
    }

        section.s3 .content.cont2 .cont2-des2 h2 {
            margin-top: 60px;
            margin-bottom: 20px;
        }

        section.s3 .content.cont2 .cont2-des2 h4 {
            color: #3257a2;
            margin-bottom: 35px;
        }*/
    section.s3 .content.cont2 .cont2-des2 {
        background-image:url(../../../Layouts/mokmin_layout/Images/ban_202107.jpg);
        background-repeat:no-repeat;
        background-size:contain;
    }
        section.s3 .content.cont2 .cont2-des2 .wrap {
        width:600px;
        height:250px;
        position:relative;
        }
            section.s3 .content.cont2 .cont2-des2 .wrap > div {
                position: absolute;
                top: 55%;
                transform: translateY(-50%);
                right: 10%;
                text-align: right;
            }
                section.s3 .content.cont2 .cont2-des2 .wrap > div > .flex-wrap {
                    display: flex;
                    align-items: center;
                }
                section.s3 .content.cont2 .cont2-des2 .wrap > div img {
                    margin-right: 10px;
                    margin-bottom: 10px;
                }
                section.s3 .content.cont2 .cont2-des2 .wrap > div > div > span {
                    font-size: 42px;
                    color: #fff;
                }
                section.s3 .content.cont2 .cont2-des2 .wrap > div .onOff {
                    color: #fff;
                    border: 1px solid #fff;
                    font-size: 17px;
                    display: inline-block;
                    padding: 10px 40px;
                    margin-top: 10px;
                    text-decoration:none;
                }
                    section.s3 .content.cont2 .cont2-des2 .wrap > div .onOff:hover {
                        background-color:#fff;
                        color:#000;
                    }
                    section.s3 .content.cont3 {
                        width: 380px;
                        height: 450px;
                    }
section.s3 .content.cont3-1 {
    background-image: url(../../../Layouts/mokmin_layout/Images/3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 377px;
    height: 161px;
    justify-content: center;
    align-items: center;
    font-size:32px;
    display:flex;
    color:#fff;
    margin-top:20px;
}
    section.s3 .content.cont3-1 img {
    margin-right:10px;
    }

    section.s3 .content.cont3 .cont3-des {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        color: #fff;
    }

        section.s3 .content.cont3 .cont3-des .onNewPeople {
			padding: 15px;
			text-align: left;
			background: #fff;
			margin: 20px auto 0;
			color: #90bfc1;
			font-weight: bold;
			font-size: 22px;
			width: 300px;
			border-radius: 10px;
        }

            section.s3 .content.cont3 .cont3-des .onNewPeople:hover {
                background: #90bfc1;
                color: #fff;
            }

        section.s3 .content.cont3 .cont3-des a {
            text-decoration: none;
        }

        section.s3 .content.cont3 .cont3-des .onNewPeople img {
            margin-right: 20px;
        }

        section.s3 .content.cont3 .cont3-des h3 {
            margin-bottom: 35px;
        }

        section.s3 .content.cont3 .cont3-des ul {
            margin-top: 25px;
            text-align: center;
            width: 100%;
        }

            section.s3 .content.cont3 .cont3-des ul li {
                display: inline-block;
                width: 32.333%;
                cursor: pointer;
            }

                section.s3 .content.cont3 .cont3-des ul li:hover {
                }

                section.s3 .content.cont3 .cont3-des ul li a {
                    color: #fff;
                    font-size: 16px;
                    text-decoration: none;
                }

                    section.s3 .content.cont3 .cont3-des ul li a img {
                        display: block;
                        margin: 0 auto 15px;
                    }

section.s3 .content.cont4 {
    width: 600px;
    height: 360px;
    margin: 20px 0;
}

    section.s3 .content.cont4 .img-wrap {
        display: inline-block;
        width: 192px;
        height: 292px;
        overflow: hidden;
        position: relative;
    }

        section.s3 .content.cont4 .img-wrap .JuboHover {
            position: absolute;
            left: 0;
            top: 50%;
            background: rgba(0,0,0,0.7);
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 26px;
            color: #fff;
            -webkit-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            opacity: 0;
        }

            section.s3 .content.cont4 .img-wrap .JuboHover h3 {
                margin: 10px 0;
            }

        section.s3 .content.cont4 .img-wrap:hover .JuboHover {
            opacity: 1;
        }

    section.s3 .content.cont4 .cont4-img1:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
    }

    section.s3 .content.cont4 .cont4-des {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 35px;
    }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail {
            width: 55%;
            float: right;
            padding: 0 10px;
        }

        section.s3 .content.cont4 .cont4-des .cont4-img1.img-wrap h4 {
            color: #000;
            font-weight: bold;
            margin-bottom: 35px;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail h4 {
            font-weight: bold;
            margin-bottom: 35px;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail hr {
            width: 20px;
            background-color: #258FD0;
            height: 2px;
            margin-left: 0;
            border: none;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail a {
            text-decoration: none;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail h3 {
            margin-bottom: 40px;
            color: #000;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail h5 {
            margin: 5px 0;
            font-size: 16px;
            color: #9e9e9e;
            height: 110px;
            overflow: hidden;
        }

section.s3 .content.cont5 {
    width: 385px;
    height: 360px;
    margin: 20px 0;
    cursor: pointer;
}

    section.s3 .content.cont5:hover {
        opacity: .7;
    }

    section.s3 .content.cont5 h3 {
        position: absolute;
        top: 35%;
        color: #fff;
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 32px;
    }

section.s3 .content.cont6 {
    width: 380px;
    height: 500px;
    margin: 20px 0;
}

    section.s3 .content.cont6 .title-img {
        width: 380px;
        height: 250px;
    }

    section.s3 .content.cont6 .cont6-des {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 35px 55px;
    }

        section.s3 .content.cont6 .cont6-des h4 {
            font-size: 14px;
            color: #9e9e9e;
        }

            section.s3 .content.cont6 .cont6-des h4:nth-child(1) {
                font-size: 20px;
                font-weight: bold;
                color: #000;
            }

        section.s3 .content.cont6 .cont6-des hr {
            width: 20px;
            background-color: #258FD0;
            height: 2px;
            margin-left: 0;
            border: none;
        }
/*슬라이더*/
.s3 .cont6 .swiper-pagination {
    bottom: 25px;
    width: 100%;
}

    .s3 .cont6 .swiper-pagination span {
        margin: 0 4px;
    }


.s3 .cont6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.s3 .cont6 .swiper-pagination-bullet-active {
    color: red;
    background: red;
    border: 1px solid red;
}
/**/
section.s3 .content.cont6 .cont6-dots span:last-child {
    background-color: red;
    border: 1px solid red;
}

section.s3 .content.cont7 {
    width: 1000px;
    height: 400px;
}

    section.s3 .content.cont7 .cont7-title {
        width: 306px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 45px 20px 40px 30px;
        height: 400px;
        background: #312F34;
    }

        section.s3 .content.cont7 .cont7-title h3 {
            font-size: 22px;
            margin: 8px 0 35px;
            color: #fff;
            display: inline-block;
        }

        section.s3 .content.cont7 .cont7-title hr {
            width: 20px;
            background-color: #258FD0;
            height: 2px;
            margin-left: 0;
            border: none;
        }

        section.s3 .content.cont7 .cont7-title .more-btn {
            float: right;
            cursor: pointer;
        }

    section.s3 .content.cont7 .cont7-des {
        float: right;
        width: 306px;
        padding: 135px 20px 40px 30px;
        color: #fff;
        height: 400px;
        z-index: 3;
    }
/*슬라이더*/

.cont7 > .swiper-container:nth-child(1) {
    width: 694px;
    display: inline-block;
    height: 400px;
    background: #27272790;
    text-align: center;
    z-index: 0;
}

.cont7 .swiper-container:nth-child(2) {
    width: 306px;
    float: right;
    height: 400px;
}

.cont7 .swiper-button-wrap {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cont7 .swiper-button-wrap {
        bottom: 80px;
    }
}


button:focus {
}

.cont7 .swiper-button-wrap .swiper-button-next, .cont7 .swiper-button-wrap .swiper-button-prev {
    width: 50px;
}

.cont7 .swiper-button-wrap .swiper-button-next {
    right: 20%;
    outline: 0;
}

    .cont7 .swiper-button-wrap .swiper-button-next:focus {
        outline: 0;
    }

.cont7 .swiper-button-wrap .swiper-button-prev {
    left: 20%;
}

    .cont7 .swiper-button-wrap .swiper-button-prev:focus {
        outline: 0;
    }

.s3 .cont7 .swiper-pagination {
    bottom: 42px;
    width: 1000px;
}

    .s3 .cont7 .swiper-pagination span {
        margin: 0 4px;
    }

.s3 .cont7 .swiper-slide img {
    opacity: 0;
}

.s3 .cont7 .swiper-slide {
    opacity: 0;
}

.s3 .cont7 .swiper-slide-active {
    opacity: 1;
    -webkit-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;
}

    .s3 .cont7 .swiper-slide-active img {
        opacity: 1;
        -webkit-transition: all ease-in-out .7s;
        -o-transition: all ease-in-out .7s;
        transition: all ease-in-out .7s;
        height: 100%;
    }

.s3 .cont7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.s3 .cont7 .swiper-pagination-bullet-active {
    color: red;
    background: red;
    border: 1px solid red;
}
/**/

section.s3 .content.cont7 .cont7-des .cont7-des-detail a {
    text-decoration: none;
}

section.s3 .content.cont7 .swiper-slide.swiper-slide-active .cont7-des .cont7-des-detail h2 {
    opacity: 1;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

section.s3 .content.cont7 .swiper-slide.swiper-slide-active .cont7-des .cont7-des-detail h4 {
    opacity: 1;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

section.s3 .content.cont7 .swiper-slide .cont7-des .cont7-des-detail h4 {
    opacity: 0;
}

section.s3 .content.cont7 .swiper-slide .cont7-des .cont7-des-detail h2 {
    opacity: 0;
    margin-bottom: 30px;
    color: #fff;
    height: 65px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

section.s3 .content.cont7 .cont7-des .cont7-des-detail .more-btn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

section.s3 .content.cont7 .cont7-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

section.s3 .content.cont8 {
    width: 380px;
    height: 180px;
}

    section.s3 .content.cont8:hover {
        opacity: .7;
    }

    section.s3 .content.cont8 .cont8-des {
        position: absolute;
        top: 13%;
        color: #fff;
        width: 100%;
        text-align: center;
    }

/*4층*/
section.s4 {
    margin: 20px 0;
}

    section.s4 .F3 .comDiv {
        display: inline-block;
        position: relative;
    }

        section.s4 .F3 .comDiv .comDes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 45px 55px;
            color: #fff;
        }

            section.s4 .F3 .comDiv .comDes h2 {
                margin-bottom: 30px;
            }

            section.s4 .F3 .comDiv .comDes h4 {
                margin-bottom: 70px;
            }

    section.s4 .F3 .cont1 {
        float: left;
    }

    section.s4 .F3 .cont2 {
        float: right;
    }


/*푸터*/

footer {
    background: rgba(23,85,27,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 0px solid #7a7a7a;
}

    footer .main-footer-cont {
        padding: 50px 100px 100px;
        position: relative;
    }

        footer .main-footer-cont a {
            color: #ACACAC;
        }

            footer .main-footer-cont a:hover {
                color: #333;
            }

        footer .main-footer-cont p {
            color: #fff;
            margin: 5px 0;
            font-size: 16px;
            letter-spacing: 0.1px;
            word-spacing: 1px;
        }

        footer .main-footer-cont .footer-top {
            position: absolute;
            top: 20px;
        }

            footer .main-footer-cont .footer-top ul li {
                display: inline-block;
                margin: 0 20px;
            }

                footer .main-footer-cont .footer-top ul li a {
                    font-size: 18px;
                    color: #fff;
					font-weight: 600;
					text-shadow: 1px 1px 2px black;
                    text-decoration: none;
                }

                    footer .main-footer-cont .footer-top ul li a:hover {
                        -webkit-transition: all ease-in-out .1s;
                        -o-transition: all ease-in-out .1s;
                        transition: all ease-in-out .1s;
                        font-weight: bold;
                        text-shadow: 1px 1px 1px #fff;
                    }

                footer .main-footer-cont .footer-top ul li:nth-child(1) {
                    margin-left: 0;
                }
		footer .main-footer-cont .footer-top2 {
            position: absolute;
            top: 20px;
			right:20px;
        }

            footer .main-footer-cont .footer-top2 ul li {
                display: inline-block;
                margin: 0 20px;
            }



@media (min-width:1200px) and (max-width:1499px) {
    footer .container {
        width: 100%;
    }

    main {
        background: url(/UserData/mokmin/Partials/Main/Images/newbg7.png);
        position: static;
        padding-top: 150px;
        padding-bottom: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .main-bg {
        display: none;
    }

    main .container {
        width: 100%;
    }

    .visible-xl {
        display: none;
    }

    section.s2 {
        text-align: center;
    }

        section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-img2 {
            display: none;
        }

        section.s2 .cont-wrap {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            grid-gap: 0;
            width: 980px;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap {
                width: 50%;
                float: left;
            }

            section.s2 .cont-wrap .F1-cont1 {
                overflow: hidden;
            }

                section.s2 .cont-wrap .F1-cont1 .cont1-img1 {
                    width: 50%;
                    -webkit-transform: scale(1.3) translateY(10%);
                    -ms-transform: scale(1.3) translateY(10%);
                    transform: scale(1.3) translateY(10%);
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des {
                    position: static;
                    background: #fff;
                    height: 400px;
                    padding: 25px;
                    text-align: left;
                }

            section.s2 .cont-wrap .F1-cont2 .cont2-img1 {
                height: 100%;
            }

    section.s3 .content.cont7 {
        width: 980px;
    }

    section.s3 .cont-wrap.F2 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.s3 .cont-wrap.F2-1 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.s3 .content.cont3 {
        height: 100%;
    }

    section.s3 .content.cont8 {
        height: 500px;
        overflow: hidden;
    }

        section.s3 .content.cont8 .cont8-des {
            z-index: 2;
        }

            section.s3 .content.cont8 .cont8-des h3 {
                font-size: 32px;
            }

        section.s3 .content.cont8 img {
            -webkit-transform: scale(1.5) translateY(15%);
            -ms-transform: scale(1.5) translateY(15%);
            transform: scale(1.5) translateY(15%);
        }

    section.s4 .F3 .comDiv .comDes {
        padding: 15px 35px;
    }

    section.s3 .content.cont6 {
        margin: 0;
    }

    section.s3 .content.cont3 > img {
        height: 500px;
    }

    .cont7 .swiper-container:nth-child(1) {
        width: 70%;
    }

    .cont7 .swiper-container:nth-child(2) {
        width: 30%;
    }

    .s3 .cont7 .swiper-slide-active img {
        width: 100%;
    }

    section.s4 .cont-wrap.F3 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    section.s4 .F3 .comDiv {
        float: unset;
    }

    section.s3 .content.cont7 .cont7-title, section.s3 .content.cont7 .cont7-des {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xl {
        display: none;
    }

    main {
        background: url(/UserData/mokmin/Partials/Main/Images/newbg4.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: static;
        padding-top: 150px;
        padding-bottom: 220px;
        overflow: hidden;
    }

    .main-bg {
        display: none;
    }

    main .container {
        width: 100%;
    }

    section.s2 {
        text-align: center;
    }

        section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-img2 {
            display: none;
        }

        section.s2 .cont-wrap {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            grid-gap: 0;
            width: 980px;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap {
                width: 50%;
                float: left;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-img1 {
                width: 50%;
                height: 100%;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des {
                position: static;
                background: #fff;
                height: 400px;
                padding: 25px;
                text-align: left;
            }

            section.s2 .cont-wrap .F1-cont2 .cont2-img1 {
                height: 100%;
            }

    section.s3 .content.cont7 {
        width: 980px;
    }

    section.s3 .cont-wrap.F2 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.s3 .cont-wrap.F2-1 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
    }

    section.s3 .content.cont3 {
        margin-right: 30px;
    }

    section.s4 .F3 .comDiv .comDes {
        padding: 15px 35px;
    }

    section.s3 .content.cont6 {
        margin: 0;
    }

    section.s3 .content.cont3 > img {
        height: 500px;
    }

    .cont7 .swiper-container:nth-child(1) {
        width: 70%;
    }

    .cont7 .swiper-container:nth-child(2) {
        width: 30%;
    }

    .s3 .cont7 .swiper-slide-active img {
        width: 100%;
    }

    section.s4 .cont-wrap.F3 {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.s3 .content.cont7 .cont7-title, section.s3 .content.cont7 .cont7-des {
        width: 100%;
    }

    section.s3 .content.cont8 {
        display: none;
    }

    footer .container {
        width: 100%;
    }

    footer .main-footer-cont {
        padding: 25px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xl {
        display: none;
    }

    main {
        position: static;
        padding-top: unset;
        padding-bottom:20px;
    }

    .main-bg {
        display: none;
    }

    main .container {
        width: 100%;
    }

    .w100 {
        width: 100%;
    }

    section.s2 .cont-wrap {
        display: block;
    }

        section.s2 .cont-wrap .F1-cont1 {
            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;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap {
                width: 380px;
                float: left;
                height: 400px;
            }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap > img {
                    display: none;
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h2 {
                    font-size: 34px;
                    white-space: nowrap;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    word-break: break-all;
                }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des {
                    position: static;
                    background: #fff;
                    padding: 25px;
                }

        section.s2 .cont-wrap .F1-cont2 .cont2-des {
            position: static;
        }

            section.s2 .cont-wrap .F1-cont2 .cont2-des h3, section.s2 .cont-wrap .F1-cont2 .cont2-des h2 {
                text-align: center;
            }

        section.s2 .cont-wrap .F1-cont1:after {
            content: "";
            display: block;
            clear: both;
        }

        section.s2 .cont-wrap .F1-cont2 .cont2-img1 {
            display: none;
        }

    section.s3 .content.cont6 {
        margin:0 20px;
    }
    section.s3 .content.cont3 {
    height:500px;
    }
        section.s3 .content.cont3 > img {
            height:100%;}

        section.s3 .content.cont2 {
            width: 50%;
        }

        section.s3 .content.cont2 .cont2-des h1 {
            margin-top: 0;
        }

        section.s3 .content.cont2 .cont2-des {
            background-image: url(../../../Layouts/mokmin_layout/Images/box4_bg2.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 305px;
            position: static;
        }
    

    section.s3 .content.cont6 .swiper-container {
        width: 100%;
    }

    section.s3 .content.cont6 .cont6-des {
        padding-bottom: 20px;
    }

    .cont7 .swiper-container:nth-child(2) {
        position: absolute;
        width: 30%;
        right: 0;
    }
    section.s3 .cont-wrap.F2 {
        width: 100%;
        justify-content: space-around;
    }

    section.s3 .content.cont4 .img-wrap {
        width: 80px;
        height: auto;
    }

    section.s3 .content.cont4 {
        width: 60%;
        background: #fff;
        height:38vw;
    }
        section.s3 .content.cont4 .cont4-des .cont4-des-detail h4 {
        margin-bottom:15px;
        }
        section.s3 .content.cont4 .cont4-des .cont4-des-detail hr {
        margin:10px 0;
        }
        section.s3 .content.cont4 .cont4-des .cont4-des-detail h3 {
        margin-bottom:20px;
        }
        section.s3 .content.cont4 img {
            height: auto;
        }

    section.s3 .content.cont5 {
        width: 40%;
        height:38vw;
    }
    section.s3 .content.cont7 .cont7-title{
        width:100%;}
    section.s3 .content.cont7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
        section.s3 .content.cont7 .cont7-des {
        width:100%;
        }
        section.s3 .content.cont4 .cont4-des .cont4-des-detail {
            width: 65%;
        }


    .s3 .cont7 .swiper-pagination {
        width: 100%;
    }

    section.s3 .content.cont7:after {
        display: block;
        content: "";
        clear: both;
    }

    section.s3 .cont-wrap.F2-1 {
        width: 100%;
    }

    section.s3 .content.cont2 {
        width: 50%;
    }
    .cont7 > .swiper-container:nth-child(1) {
        width: 100%;
    }
    .s3 .cont7 .swip1 .swiper-slide {
        width: 70% !important;
    }
    section.s3 .cont-wrap.F2 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.s3 .cont-wrap.F2-1 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
    }
    section.s4 .cont-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.s4 .F3 .cont1, section.s4 .F3 .cont2 {
        float: unset;
        width: 45%;
        margin: 0 10px;
        background-image: url(../../../Layouts/mokmin_layout/Images/box13_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 32vw;
    }
    section.s4 .F3 .cont1 {
        background-image: url(../../../Layouts/mokmin_layout/Images/box12_bg.jpg);
    }
        section.s4 .F3.cont-wrap {
            width: 100%;
        }
    section.s4 .F3 .comDiv .comDes {
        padding: 10px 30px;
    }
        section.s4 .F3 .comDiv .comDes h4 {
        margin-bottom:10px;
        }
        section.s4 .F3 .comDiv .comDes h2 {
        margin-bottom:20px;
        font-size:26px;
        margin-top:10px;
        }
        section.s4 .F3 .comDiv .comDes .quick {
            color: #fff;
            border: 1px solid #fff;
            padding: 5px 20px;
            font-size: 16px;
            display: inline-block;
            margin-top: 5px;
        }

    section.s4 {
        margin-bottom: 140px;
    }


    footer {
        position: static;
    }

        footer .container {
            width: 100%;
        }

        footer .main-footer-cont .footer-top {
            width: 100%;
            position: static;
        }

            footer .main-footer-cont .footer-top ul {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

                footer .main-footer-cont .footer-top ul li {
                    margin: 3px 10px;
                }

                    footer .main-footer-cont .footer-top ul li a {
                        color: #fff;
						font-size: 16px;
                    }

        footer .main-footer-cont {
            padding: 15px;
        }

            footer .main-footer-cont p {
                color: #000;
                position: relative;
                text-align: center;
                word-break: keep-all;
            }

                footer .main-footer-cont p:nth-of-type(1):before {
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #000;
                    color: #000;
                    top: -10px;
                    left: 0;
                    position: absolute;
                }
}


@media (max-width: 767px) {
    .visible-xl {
        display: none;
    }

    .main-bg {
        display: none;
    }

    main {
        position: static;
        overflow: hidden;
        padding: 0 15px 50px;
    }


        main .container {
            width: 100%;
        }

    section.s1 {
        margin-bottom: 20px;
    }

    section.s2 .cont-wrap {
        display: block;
        width: 100%;
    }

        section.s2 .cont-wrap .F1-cont1 {
            height: 320px;
            width: 100%;
            display: inline-block;
            position: relative;
            overflow: hidden;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-img1 {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
                opacity: .7;
                width: 100%;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-img2 {
                display: none;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 100%;
            }

        section.s2 .cont-wrap .F1-cont2 .cont2-img1 {
            width: 100%;
            height: 17vh;
        }

        /*section.s2 .cont-wrap .F1-cont2 .cont2-des {
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 10px 5px;
        }*/
        section.s2 .cont-wrap .F1-cont2 .cont2-des {
            position: static;
            background-image: url(../../../Layouts/mokmin_layout/Images/box2_bg.jpg);
            margin-top:10px;
        }
        section.s2 .cont-wrap .F1-cont2 .cont2-des.visible-xs {
            background-image: url(../../../Layouts/mokmin_layout/Images/box4_bg2.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: static;
            width: 100%;
            padding: 40px 50px 30px;
            color: #fff;
        }
        section.s2 .cont-wrap .F1-cont2 .cont2-des.visible-xs h1{
            margin-top:0;
            margin-bottom:20px;
        }

                section.s2 .cont-wrap .F1-cont2 {
                    width: 100%;
                    float: left;
                    margin-bottom: 10px;
                }

        section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des {
            padding: 10px 20px 10px;
            height: unset;
            background: rgb(0 0 0 / 50%);
            z-index: 9;
            position: static;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: right;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des > a {
                display: block;
                width: 100%;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h4:nth-of-type(1) {
                color: #fff;
                width: 100%;
                font-size: 7vw;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn i {
                font-size: 15px;
                line-height: 30px;
                color: #fff;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn span {
                font-size: 5vw;
                margin-left: 10px;
                line-height: unset;
                color: #fff;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .paly-btn {
                position: static;
                margin-top: 10px;
                padding: 1.5vw 5vw;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h2 {
                margin-top: 5vw;
                color: #fff;
                font-size: 6vw;
                word-break: keep-all;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                width: 55%;
                margin-bottom: 10px;
                min-height: 13vw;
                max-height: 13vw;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h5 {
                margin: 0;
                color: #fff;
                font-size: 4vw;
                width: 100%;
                display: block;
            }

                section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des h5:nth-of-type(1) {
                    font-size: 4.5vw;
                }

            section.s2 .cont-wrap .F1-cont1 .cont1-des-wrap .cont1-des .cont1-img3 {
                float: left;
                position: static;
                width: 9%;
                background: #fff;
                border-radius: 50%;
                padding: 5px;
            }

        section.s2 .cont-wrap .F1-cont2 .cont2-des h3, section.s2 .cont-wrap .F1-cont2 .cont2-des h4 {
            display: none;
        }

        section.s2 .cont-wrap .F1-cont2 .cont2-des h2 {
            font-size: 16px;
            margin: 0;
            text-align: center;
            word-break: keep-all;
            margin-bottom: 5px;
        }
    section.s2 .cont2-des2 {
    margin-top:10px;
    }
    section.s2 .cont-wrap .F1-cont2 .cont2-des .cont2-img2 {
        width: 50%;
        margin: 0;
    }
    section.s2 .cont2-des2 .wrap {
        width: 100%;
        height: 39vw;
    }

        section.s2 .cont2-des2 .wrap > div {
            top: 50%;
            right: 5%;
        }

            section.s2 .cont2-des2 .wrap > div img {
                width: 55px;
            }

            section.s2 .cont2-des2 .wrap > div > div > span {
                font-size: 28px;
            }

            section.s2 .cont2-des2 .wrap > div .onOff {
                padding: 5px 25px;
            }
    section.s2 a.plz-pray {
        display: inline-flex;
        width: 100%;
    }
    section.s2 .content.cont3-1 {
        background-image: url(../../../Layouts/mokmin_layout/Images/3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 161px;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        display: flex;
        color: #fff;
        margin-top: 10px;
    }

        section.s2 .content.cont3-1 img {
            margin-right: 10px;
        }





    section.s3 {
        margin: 0;
    }

        section.s3 .content.cont1, section.s3 .cont-wrap.F2 {
            width: 100%;
            height: auto;
        }


            section.s3 .content.cont1 .cont1-des {
                padding: 20px;
                height: 240px;
            }

            section.s3 .content.cont1 .con1-des-img {
                line-height: 180px;
            }

        section.s3 .content.cont2 .cont2-des {
            padding: 0 20px;
            top: 3%;
        }

        section.s3 .content.cont2 {
            width: 100%;
            margin-top: 20px;
            height: auto;
        
        }

            section.s3 .content.cont2 .cont2-des h1 {
                font-size: 20px;
                margin-top: 10px;
            }

            section.s3 .content.cont2 .cont2-des h3 {
                font-size: 22px;
            }

            section.s3 .content.cont2 .cont2-des h2 {
                font-size: 26px;
            }

            section.s3 .content.cont2 .cont2-des .onOff {
                position: absolute;
                top: 10px;
                right: 20px;
                width: 35%;
            }

            section.s3 .content.cont2 .cont2-des h4 {
                margin-bottom: 10px;
                font-size: 16px;
            }

            section.s3 .content.cont2 .cont2-des .onOff img {
            }

            section.s3 .content.cont2 .cont2-des2 h2 {
                margin-top: 20px;
                color: #000;
            }

            section.s3 .content.cont2 .cont2-des2 .onOff img {
                background: #000;
                border-radius: 50%;
                border: 1px solid #fff;
                padding: 2px;
            }

        section.s3 .content.cont3 > img {
            width: 100%;
        }

        section.s3 .content.cont4 .cont4-des .cont4-des-detail h5 {
            height: 10rem;
        }

        section.s3 .content.cont4 {
            height: auto;
            margin-bottom: 10px;
            background: #fff;
			width:100%;
        }

            section.s3 .content.cont4 .img-wrap {
                display: none;
            }

            section.s3 .content.cont4 .cont4-des .cont4-des-detail {
                width: 100%;
                float: unset;
            }

            section.s3 .content.cont4 img {
                display: none;
            }

            section.s3 .content.cont4 .cont4-des {
                width: 100%;
                padding: 10px 20px;
                border-top: 1px solid #d7d7d7;
                border-bottom: 1px solid #d7d7d7;
                position: static;
            }

        section.s3 .content.cont5 a img {
            width: 100%;
        }

        section.s3 .content.cont5 {
            width: 100%;
            height: auto;
            margin: 10px 0 25px;
        }

        section.s3 .content.cont7 {
            width: 100%;
            height: auto;
        }

            section.s3 .content.cont7:after {
                content: "";
                display: block;
                clear: both;
            }

            section.s3 .content.cont7 .swip1 .swip-title {
                text-align: center;
                color: #fff;
                font-size: 20px;
                background: #000;
                padding: 5px 0;
            }

    .s3 .cont7 .swiper-pagination {
        width: 100%;
        bottom: 0px;
        background: rgba(0,0,0,0.6);
        padding: 3px 0;
    }

    .cont7 .swiper-container:nth-child(1) {
        z-index: 0;
    }

    .cont7 .swiper-container:nth-child(1), .cont7 .swiper-container:nth-child(2) {
        width: 100%;
        margin-bottom: -5px;
        float: unset;
        height: unset;
    }

    section.s3 .content.cont7 .cont7-title {
        width: 100%;
        padding: 20px;
        height: 220px;
    }

    .s3 .cont7 .swiper-slide img {
        height: auto;
    }


    section.s3 .content.cont7 .cont7-title h3 {
        margin: 5px 0;
        font-size: 16px;
    }

    section.s3 .content.cont7 .cont7-title hr {
        margin: 5px 0;
    }

    section.s3 .content.cont7 .cont7-des {
        width: 100%;
        float: unset;
        padding: 10px 15px 30px;
        height: 100%;
        background: #727171;
    }

    section.s3 .content.cont7 .swiper-slide .cont7-des .cont7-des-detail h2 {
        height: 22px;
        font-size: 22px;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }

    section.s3 .content.cont7 .swiper-slide.swiper-slide-active .cont7-des .cont7-des-detail h2 {
        opacity: 1;
    }

    section.s3 .content.cont7 .cont7-title .more-btn {
        width: 7%;
    }

    .cont7 .swiper-button-wrap .swiper-button-next, .cont7 .swiper-button-wrap .swiper-button-prev {
        width: 25px;
        height: 25px;
    }

    .cont7 .swiper-button-wrap {
        bottom: 10px;
        display: none;
    }

    section.s3 .cont-wrap.F2-1 {
        width: 100%;
    }
        section.s3 .cont-wrap.F2-1 a {
        width:100%;
        }
    section.s3 .content.cont3-1 {
    width:100%;
    background-size:cover;
    }
    section.s3 .content.cont3 {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    section.s3 .content.cont2 .cont2-des2 .wrap {
        width: 100%;
        height: 39vw;
    }
        section.s3 .content.cont2 .cont2-des2 .wrap > div {
            top: 50%;
            
            right: 5%;
        }
            section.s3 .content.cont2 .cont2-des2 .wrap > div img {
            width:55px;
            }
            section.s3 .content.cont2 .cont2-des2 .wrap > div > div > span {
                font-size: 28px;
            }
            section.s3 .content.cont2 .cont2-des2 .wrap > div .onOff {
            padding:5px 25px;
            }
            section.s3 .content.cont3 .cont3-des {
                padding-top: 0;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

    section.s3 .content.cont6 .title-img {
        width: 100%;
        height: auto;
    }

    section.s3 .content.cont6 .swiper-slide > img:nth-child(2) {
        display: none;
    }

    section.s3 .content.cont7 .swip1 .swip-title {
        padding: 5px 10px;
        color: #fff;
        font-size: 20px;
        background: #000;
    }

        section.s3 .content.cont7 .swip1 .swip-title .more-btn {
            float: right;
            padding: 10px;
        }

    section.s3 .content.cont6 {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d7d7d7;
    }

        section.s3 .content.cont6 .cont6-des {
            padding: 15px 30px;
            position: static;
            background: #fff;
        }

    .s3 .cont6 .swiper-pagination {
        bottom: 5px;
    }

    section.s3 .content.cont8 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        section.s3 .content.cont8 img {
            width: 100%;
        }

    section.s4 {
        margin: 0;
    }

        section.s4 .F3 .comDiv {
            width: 50%;
            height: 17vh;
        }

            section.s4 .F3 .comDiv > img {
                height: 100%;
            }

            section.s4 .F3 .comDiv .comDes {
				background-image: url(../../../Layouts/mokmin_layout/Images/box13_bg.jpg);
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
                padding: 10px 15px;
                text-align: center;
                height: 100%;
                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;
            }
			section.s4 .F3 .comDiv .comDes.cont1-des{
				background-image: url(../../../Layouts/mokmin_layout/Images/box12_bg.jpg);
				
			}

                section.s4 .F3 .comDiv .comDes h2 {
                    font-size: 18px;
                    margin: 5px 0 5px;
                    font-weight: bold;
                    width: 100%;
                }

                section.s4 .F3 .comDiv .comDes h4 {
                    display: none;
                }

                section.s4 .F3 .comDiv .comDes .quick {
                    color: #fff;
                    border: 1px solid #fff;
                    padding: 5px 15px;
                    font-size: 14px;
                    display: inline-block;
                    margin-top: 5px;
                }



    footer {
        position: static;
        border: none;
    }

        footer .container {
            width: 100%;
        }
footer .main-footer-cont .footer-top2{
	position:static;
	text-align: center;
    margin: 20px 0;
}
footer .main-footer-cont .footer-top2 ul li {
	margin:0 10px;
}
        footer .main-footer-cont .footer-top {
            width: 100%;
            position: static;
        }

            footer .main-footer-cont .footer-top ul {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

                footer .main-footer-cont .footer-top ul li {
                    margin: 3px 10px;
                }

                    footer .main-footer-cont .footer-top ul li a {
                        color: #fff;
						font-size: 16px;

                    }

        footer .main-footer-cont {
            padding: 15px;
        }

            footer .main-footer-cont p {
                color: #000;
                position: relative;
                text-align: center;
                word-break: keep-all;
            }

                footer .main-footer-cont p a {
                    color: #000;
                }

                footer .main-footer-cont p:nth-of-type(1):before {
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #000;
                    color: #000;
                    top: -10px;
                    left: 0;
                    position: absolute;
                }
}

@media (max-width: 400px) {
    section.s2 .cont-wrap .F1-cont1 {
        height: 260px;
    }
}
