body {
    overflow-x: hidden !important;
}

/* 메인슬라이더 */
.slider_wrap {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position : relative;
}

    .slider_wrap .item {
        position: relative;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }

        .slider_wrap .item .txt {
            position: absolute;
            top: 50%;
            left: calc((100% - 1440px) / 2);
            transform: translateY(-50%);
            z-index: 2;
        }


    .slider_wrap .man_tit span {
        font-size: 26px;
        color: #fff;
        line-height: 1.3;
        font-weight: 400;
        letter-spacing: -.8px;
        display: block;
        text-shadow: 0 0 10px rgb(0 0 0 / 40%);
        margin-top: 24px;
    }

    .slider_wrap .sub_tit span {
        font-size: 62px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .slider_wrap .slick-active .man_tit span {
        animation: slide-up2;
        animation-duration: 1.8s;
    }

    .slider_wrap .slick-active .splitting .char {
        display: inline-block;
        animation: slide-in 1.8s cubic-bezier(.2, 0, .1, 1) both;
        animation-delay: calc(50ms * var(--char-index));
        will-change: transform;
        transform-origin: top left;
    }

@keyframes slide-in {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes slide-up2 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    30% {
        transform: translateY(30px);
        opacity: 0;
    }
}

.slider_wrap .slider_nav {
    position: absolute;
    bottom: 10%;
    left: calc((100% - 1460px) / 2);
    transform: translateY(-50%);
    z-index: 2;
}

.slider_wrap .slide_paging {
    font-family: 'pretendard';
    font-size: 13px;
    padding-top: 3px;
    width: 52px;
    text-align: left;
}

.slider_wrap .slide_paging {
    color: #fff;
    font-size: 16px;
}

@media (max-width:320px) {
    .slider_wrap .slide_paging {
        font-size : 14px;
    }
}

.slider_wrap .slide_progress {
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    transform: translateY(2px);
    background-color: rgba(255, 255, 255, 0.2);
}

    .slider_wrap .slide_progress .progress {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background-color: #fff;
        width: 0;
        z-index: 1;
    }

.slider_wrap .nav_item button {
    display: inline-block;
    width: 30px;
    height: 18px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
}

.slider_wrap .btn_play.stop {
    background: url(../images/sub/btn_stop.svg) no-repeat center;
    background-size: 12px;
}

.slider_wrap .btn_play {
    background: url(../images/sub/btn_play.svg) no-repeat center;
    background-size: 12px;
}


.slider_wrap .btn_prev i,
.slider_wrap .btn_next i {
    font-size: 14px;
    color: #fff;
}

.slider_wrap .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position : center center;
    z-index: 1;
    transform: scale(1.2);
    transition: all 9s;
}

.slider_wrap .item_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .4);
    z-index: 2;
}

.slider_wrap .item.active .item_bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slider_nav_dflx {
    display: flex;
    height: 30px;
    align-items: center;
    text-align: center;
}

.slider_wrap .slider_nav .nav_item:nth-child(1) {
    width: 30px;
    transform: translateY(1px);
    cursor: pointer;
}

.slider_wrap .slider_nav .nav_item:nth-child(2) {
    width: 60px;
}

.slider_wrap .slider_nav .nav_item:nth-child(3) {
    width: 120px;
}

.slider_wrap .slider_nav .nav_item:nth-child(4) {
    width: 20px;
}

.slider_wrap .slider_nav .nav_item:nth-child(5) {
    width: 30px;
    transform: translateY(1px);
    cursor: pointer;
}

@media (max-width:1620px) {
    .slider_wrap .slider_nav,
    .slider_wrap .item .txt {
        left: calc((100% - 1200px) / 2);
    }
}

@media (max-width:1420px) {
    .slider_wrap .slider_nav,
    .slider_wrap .item .txt {
        left: calc((100% - 1000px) / 2);
    }
}

@media (max-width:1200px) {
    .slider_wrap .sub_tit span {
        font-size : 42px;
    }

    .slider_wrap .man_tit span {
        font-size : 22px;
    }
}

@media (max-width:1120px) {
    .slider_wrap .slider_nav,
    .slider_wrap .item .txt {
        left: calc((100% - 900px) / 2);
    }
}

@media (max-width:1034px) {
    .slider_wrap .slider_nav,
    .slider_wrap .item .txt {
        left: calc((100% - 800px) / 2);
    }
}

@media (max-width:920px) {
    .slider_wrap .slider_nav,
    .slider_wrap .item .txt {
        left: calc((100% - 600px) / 2);
    }
}

@media (max-width:768px) {
    .slider_wrap .sub_tit span {
        font-size: 32px;
    }

    .slider_wrap .man_tit span {
        font-size: 18px;
    }
}

@media (max-width:620px) {
    .slider_wrap .slider_nav {
        left: calc((100% - 480px) / 2);
    }
    .slider_wrap .item .txt {
        left: calc((100% - 450px) / 2);
    }

    .slider_wrap .sub_tit span {
        font-size: 30px;
    }

    .slider_wrap .man_tit span {
        font-size: 16px;
    }
}

@media (max-width:550px) {
    .slider_wrap .slider_nav {
        left: calc((100% - 430px) / 2);
    }

    .slider_wrap .item .txt {
        top:50%;
        left :50%;
        transform : translate(-50%,-50%);
        text-align : center;
        width:100%;
    }

    .slider_wrap .slider_nav {
       
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

    .slider_wrap .sub_tit span {
        font-size: 26px;
    }

    .slider_wrap .slider_nav .nav_item:nth-child(3) {
        width:80px;
    }

}

@media (max-width: 320px) {
    .slider_wrap .sub_tit span {
        font-size: 20px;
    }

    .slider_wrap .man_tit span {
        font-size : 15px;
    }

    .scr_wrap {
        display : none;
    }
}

    /*  fullpage nav reset */
    .fp-viewing-4 #fp-nav ul li a.active,
    .fp-viewing-5 #fp-nav ul li a.active {
        border: 3px solid rgba(0, 0, 0, 0.40);
    }

    .fp-viewing-4 #fp-nav ul li a span,
    .fp-viewing-5 #fp-nav ul li a span {
        background: #888;
    }

    .fp-viewing-2 #fp-nav ul li a span {
        background: #9f9f9f !important;
    }

.fp-viewing-2 #header .lang_wrap button,
.fp-viewing-3 #header .lang_wrap button,
.fp-viewing-4 #header .lang_wrap button {
    color: #111;
    border-bottom: 2px solid #111;
}

    .fp-viewing-2 #header .lang_wrap button span i,
    .fp-viewing-3 #header .lang_wrap button span i,
    .fp-viewing-4 #header .lang_wrap button span i {
        color: #111;
    }

#fp-nav {
    z-index: 8 !important;
}

        #fp-nav ul li {
            margin: 12px 7px !important;
            width: 32px !important;
            height: 32px !important;
            padding: 0 !important;
        }

            #fp-nav ul li a span {
                background: #fff !important;
            }

            #fp-nav ul li a.active {
                background: transparent;
                border: 3px solid #fff;
                width: 32px;
                height: 32px;
                border-radius: 32px;
            }

                #fp-nav ul li a.active span,
                #fp-nav ul li:hover a.active span {
                    width: 8px;
                    height: 8px;
                    margin: -4px 0 0 -4px;
                    background: #fff;
                }

    .msec6 {
        overflow-x: hidden;
    }

    .swp_box .gallery-top {
        height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .swp_box .gallery-thumbs {
        height: 180px;
        right: 0;
        max-width: 540px;
        position: absolute;
        bottom: 50px;
        overflow: hidden;
        z-index: 2;
    }

    @media screen and (min-width: 1201px) {
        .swp_box .gallery-thumbs {
            right: calc((100% - 1620px) / 2);
        }
    }

    .swp_box .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #fff;
        color: #000;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    /*
    .swp_box .swiper-slide:before {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 700px;
        display: block;
        position: absolute;
        background: url(<?php echo G5_THEME_URL ?>/images/main/bg03.png) top center no-repeat;
        background-size: cover;
        z-index: -2;
    }
*/

    /*
    .swp_box .swiper-slide:after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 700px;
        display: block;
        position: absolute;
        background: #95A4BB;
        opacity: .8;
        z-index: -1;
    }
*/

    .gallery-top {
        height: 100%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .gallery-thumbs .swiper-slide {
            opacity: .4;
            background: #cfcfcf;
            text-align: center;
            font-size: 18px;
            background: #fff;
            color: #000;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .gallery-thumbs .swp04 {
            width: 100%;
            background-size: cover !important;
            background: url(../images/main/left_bg4.jpg) no-repeat;
        }

        .gallery-thumbs .swp01 {
            width: 100%;
            background-size: cover !important;
            background: url(../images/main/left_bg1.jpg) no-repeat;
        }

        .gallery-thumbs .swp02 {
            width: 100%;
            background-size: cover !important;
            background: url(../images/main/left_bg2.jpg) no-repeat;
        }

        .gallery-thumbs .swp03 {
            width: 100%;
            background-size: cover !important;
            background: url(../images/main/left_bg3.jpg) no-repeat;
        }

        .gallery-thumbs .swiper-slide-active,
        .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }


        .gallery-thumbs .swiper-slide-active {
            border: 4px solid rgba(255, 255, 255, 0.80);
        }

    /*
    .gallery-thumbs .swiper-slide-thumb-active {
        
    }
*/

    .gallery-top .swiper-slide {
        background: #fff;
    }

    .gallery-top .con {
        position: relative;
        width: 100%;
    }

        .gallery-top .con .dflx {
            display: flex;
            height: 100vh;
        }

            .gallery-top .con .dflx .left {
                width: 100%;
                position: relative;
            }

                .gallery-top .con .dflx .left:before {
                    content: "";
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 2;
                    background: linear-gradient(270deg, transparent, #0a0a0a);
                }

                .gallery-top .con .dflx .left .bg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100vh;
                    z-index: 1;
                }


                    .gallery-top .con .dflx .left .bg.bg04 {
                        background-size: cover !important;
                        background: url(../images/main/left_bg4.jpg) no-repeat;
                    }

                    .gallery-top .con .dflx .left .bg.bg01 {
                        background-size: cover !important;
                        background: url(../images/main/left_bg1.jpg) no-repeat;
                    }

                    .gallery-top .con .dflx .left .bg.bg02 {
                        background-size: cover !important;
                        background: url(../images/main/left_bg2.jpg) no-repeat;
                    }

                    .gallery-top .con .dflx .left .bg.bg03 {
                        background-size: cover !important;
                        background: url(../images/main/left_bg3.jpg) no-repeat;
                    }

    @media (max-width:768px) {
        .gallery-top .con .dflx .left .bg.bg01 {
            background-size: cover !important;
            background: url(../images/sub/m_left_bg3.jpg) no-repeat;
        }

        .gallery-top .con .dflx .left .bg.bg02 {
            background-size: cover !important;
            background: url(../images/sub/m_left_bg2.jpg) no-repeat;
        }

        .gallery-top .con .dflx .left .bg.bg03 {
            background-size: cover !important;
            background: url(../images/sub/m_left_bg1.jpg) no-repeat;
        }
    }

    .gallery-top .con .dflx .left .df {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
        z-index: 2;
        max-width: 1280px;
        margin: 0 auto;
    }

    .gallery-top .stit {
    }

        .gallery-top .stit strong {
            height: 38px;
            line-height: 38px;
            border-radius: 38px;
            padding: 0 22px;
            display: inline-block;
            color: #fff;
            background: #B71C2C;
        }

        .gallery-top .stit h2 {
            font-size: 72px;
            line-height: 1.2;
            font-weight: 700;
            color: #fff;
            margin: 18px auto 16px;
        }

        .gallery-top .stit h3 {
            font-size: 20px;
            color: #fff;
            line-height: 1.4;
            margin-bottom: 32px;
            font-weight: 300;
        }

            .gallery-top .stit h3 span {
                font-weight: 600;
                color: #ff2037;
            }


        .gallery-top .stit p {
            color: #fff;
            line-height : 1.4;
        }

        .gallery-top .stit ul li {
            color: #333;
            line-height: 1.4;
            margin: 6px 0;
            padding-left: 10px;
            position: relative;
        }

            .gallery-top .stit ul li:before {
                content: "";
                top: 7px;
                left: 0;
                width: 4px;
                height: 4px;
                border-radius: 4px;
                position: absolute;
                display: block;
                background: #818181;
                z-index: 1;
            }

        .gallery-top .stit .btn_more {
            margin-top: 36px;
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50px;
            background: #B71C2C;
        }

            .gallery-top .stit .btn_more span i {
                color: #fff;
            }


    /*
    .gallery-top .bg1 {
        background: url(../images/main/pro01.png) top center no-repeat;
    }
*/

    .gallery-thumbs {
        overflow: hidden;
    }

        .gallery-thumbs .prf {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 20px;
        }

            .gallery-thumbs .prf .tit {
                position: absolute;
                left: 20px;
                bottom: 20px;
                text-align: left;
            }

            .gallery-thumbs .prf span {
                display: inline-block;
                color: #fff;
                font-weight: 700;
            }

            .gallery-thumbs .prf .tit strong {
                font-size: 15px;
                font-weight: 400;
            }

            .gallery-thumbs .prf .tit h2 {
                font-size: 18px;
                line-height: 1.3;
                font-weight: 600;
                color: #fff;
            }

        .gallery-thumbs .swiper-button-next,
        .gallery-thumbs .swiper-button-prev {
            background-size: 12px 44px;
        }

    .tabWrap ul.tabBtn li:first-child {
        margin-left: 0;
    }

    .tabWrap ul.tabBtn li a {
        display: block;
        color: #fff;
    }

        .tabWrap ul.tabBtn li a.is-active {
            background: #0055ff
        }

    .tabWrap ul.tabBtn:after {
        content: "";
        display: block;
        clear: both;
    }

    .tabWrap ul.panel li {
        display: none;
        overflow: hidden;
    }

    #row-1 .tabWrap {
        max-width: 1200px;
        margin: 0 auto;
    }

    #row-1 ul.tabBtn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

        #row-1 ul.tabBtn li {
            padding-left: 4px;
            padding-right: 4px;
        }

            #row-1 ul.tabBtn li a {
                padding: 0 12px;
                height: 45px;
                line-height: 45px;
                border-radius: 4px;
                background: #b1b1b1;
            }

                #row-1 ul.tabBtn li a.is-active {
                    background: #B71C2C;
                }

    #row-2 ul.tabBtn {
        display: flex;
    }

        #row-2 ul.tabBtn li a {
            padding: 8px 12px;
            border-radius: 4px;
            background: #b1b1b1;
        }

            #row-2 ul.tabBtn li a.is-active {
                background: #B71C2C;
            }

        #row-2 ul.tabBtn li:first-child {
            margin-right: 8px;
        }





    .cmtit {
        text-align: center;
        margin: 0 auto 50px;
    }

        .cmtit h2 {
            font-size: 72px;
            line-height: 1;
            color: #111;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .cmtit p {
            font-size: 18px;
        }

    /*
.sub_tit span {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -.8px;
    display: block;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
    margin-top: 24px;
}

.main_tit span {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.swp_slide2 .swiper-slide-active .sub_tit span {
    animation: slide-up2;
    animation-duration: 1.8s;
}

.swp_slide2 .swiper-slide-active .splitting .char {
    display: inline-block;
    animation: slide-in 1.8s cubic-bezier(.2, 0, .1, 1) both;
    animation-delay: calc(50ms * var(--char-index));
    will-change: transform;
    transform-origin: top left;
}

@keyframes slide-in {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes slide-up2 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    30% {
        transform: translateY(30px);
        opacity: 0;
    }
}
*/





    .msec4 {
    }

        .msec4 .inner {
        }

        .msec4 .dflx {
            display: flex;
            height: 100vh;
            width: 100%;
        }

            .msec4 .dflx .left,
            .msec4 .dflx .right {
                width: 50%;
            }

            .msec4 .dflx .left {
                position: relative;
                background: url(../images/main/new_left_bg.png) no-repeat;
                background-size: cover;
            }

                .msec4 .dflx .left:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgb(0, 0, 0, .2);
                    z-index: 1;
                }

                .msec4 .dflx .left .df {
                    position: relative;
                    z-index: 2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                }

                    .msec4 .dflx .left .df .tit h2 {
                        font-size: 46px;
                        line-height: 1.3;
                        font-weight: 800;
                        color: #fff;
                        margin-bottom: 24px;
                    }

                    .msec4 .dflx .left .df .tit p {
                        line-height: 1.4;
                        color: #fff;
                    }

                    .msec4 .dflx .left .df .btn_more {
                        margin-top: 32px;
                    }

                        .msec4 .dflx .left .df .btn_more a {
                            display: inline-block;
                            height: 50px;
                            line-height: 50px;
                            text-align: center;
                            border: 1px solid #fff;
                            text-align: center;
                            width: 180px;
                            color: #fff;
                        }

            .msec4 .dflx .right {
                background: #fff;
            }

                .msec4 .dflx .right .df {
                    display: flex;
                    align-items: center;
                    height: 100%;
                }

                .msec4 .dflx .right .wrap {
                    padding-left: 80px;
                    width: 100%;
                }

                .msec4 .dflx .right .tit {
                    margin-bottom: 32px;
                }

                    .msec4 .dflx .right .tit h2 {
                        font-size: 62px;
                        font-weight: 700;
                        color: #111;
                        text-transform: uppercase;
                    }

                        .msec4 .dflx .right .tit h2 span {
                            font-size: 15px;
                            color: #555;
                            padding-left: 4px;
                            font-weight: 400;
                        }

                .msec4 .dflx .right .list {
                    margin-top: 32px;
                    width: 80%;
                }

                    .msec4 .dflx .right .list .list_inr {
                    }

                        .msec4 .dflx .right .list .list_inr .list_item {
                            position: relative;
                            border-bottom: 1px solid #e0e0e0;
                        }

                            .msec4 .dflx .right .list .list_inr .list_item:first-child {
                                border-top: 1px solid #e0e0e0;
                            }

                            .msec4 .dflx .right .list .list_inr .list_item a {
                                display: block;
                                width: 100%;
                                height: 100%;
                                padding: 20px 0;
                                position: relative;
                            }


                            .msec4 .dflx .right .list .list_inr .list_item .date_wrap {
                                width: 80px;
                            }

                            .msec4 .dflx .right .list .list_inr .list_item .date {
                                text-align: center;
                            }

                                .msec4 .dflx .right .list .list_inr .list_item .date strong {
                                    color: #111;
                                    line-height: 1;
                                    display: inline-block;
                                    margin-bottom: 4px;
                                    font-size: 32px;
                                    font-weight: 700;
                                }

                                .msec4 .dflx .right .list .list_inr .list_item .date p {
                                    color: #111;
                                    font-size: 13px;
                                    line-height: 1;
                                }

                            .msec4 .dflx .right .list .list_inr .list_item .con {
                                display: flex;
                                align-items: center;
                                justify-content: space-between;
                                height: 100%;
                            }

                            .msec4 .dflx .right .list .list_inr .list_item .icon {
                                flex: 1;
                                padding-left: 32px;
                            }

                                .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit {
                                    display: flex;
                                    overflow: hidden;
                                    max-width: 320px;
                                }

                                    .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit h2 {
                                        line-height: 1;
                                        margin-bottom: 8px;
                                        white-space: nowrap;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                        font-size: 18px;
                                        color: #111;
                                    }

                                .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_des {
                                    display: flex;
                                    overflow: hidden;
                                    max-width: 250px;
                                }

                                    .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_des p {
                                        font-size: 15px;
                                        color: #111;
                                        opacity: .7;
                                        font-weight: 400;
                                        white-space: nowrap;
                                        overflow: hidden;
                                        text-overflow: ellipsis;
                                    }

                            .msec4 .dflx .right .list .list_inr .list_item .thumb {
                                padding-right: 20px;
                            }

                                .msec4 .dflx .right .list .list_inr .list_item .thumb img {
                                    width: 200px;
                                }

                            .msec4 .dflx .right .list .list_inr .list_item .arr {
                                width: 50px;
                            }

                                .msec4 .dflx .right .list .list_inr .list_item .arr span {
                                    display: inline-block;
                                    text-align: center;
                                    width: 40px;
                                    height: 40px;
                                    line-height: 40px;
                                    border-radius: 40px;
                                    border: 1px solid #fff;
                                }

                                    .msec4 .dflx .right .list .list_inr .list_item .arr span i {
                                        color: #fff;
                                    }


    .fullpage-2 .fp-tableCell {
        vertical-align: middle;
    }



    .fp-viewing-6 #header {
        background: #fff;
    }

    .fp-viewing-2 .msec2 .bgbx:after {
        transform: scale(1);
        transition: all 1.2s 0.5s;
    }

    .fp-viewing-0 #header #gnb-pc .gnb-li > a > span,
    .fp-viewing-1 #header #gnb-pc .gnb-li > a > span,
    .fp-viewing-4 #header #gnb-pc .gnb-li > a > span {
        color: #fff !important;
    }

    .fp-viewing-2 #header #gnb-pc .gnb-li > a > span {
        color: #111;
    }

    .fp-viewing-4 #header #gnb-pc .gnb-li > a > span,
    .fp-viewing-5 #header #gnb-pc .gnb-li > a > span,
    .fp-viewing-6 #header #gnb-pc .gnb-li > a > span {
        color: #111 !important;
    }

    .fp-viewing-3 #header .menu-sitemap-wrap a:after,
    .fp-viewing-4 #header .menu-sitemap-wrap a:after,
    .fp-viewing-6 #header .menu-sitemap-wrap a:after {
        background: url(../images/main/icon-bento-on.png) top center no-repeat;
    }

    .fp-viewing-2 #header .menu-sitemap-wrap a:after {
        background: url(../images/main/icon-bento-on.png) top center no-repeat;
    }

    .fp-viewing-3 #header #gnb-pc .gnb-li > a > span {
        color: #111 !important;
    }


    .fp-viewing-2 #header .logo > a:before {
        background: url(../images/main/logo-c.svg) no-repeat;
    }

    .fp-viewing-3 #header {
        background: #fff;
    }

    .fp-viewing-4 #header {
        background: #fff;
    }

    .fp-viewing-3 #header .logo > a:before {
        background: url(../images/main/logo-c.svg) no-repeat;
    }

    .fp-viewing-4 #header .logo > a:before {
        background: url(../images/main/logo-c.svg) no-repeat;
    }


    .fp-viewing-0 #header.active #gnb-pc .gnb-li > a > span,
    .fp-viewing-1 #header.active #gnb-pc .gnb-li > a > span,
    .fp-viewing-2 #header.active #gnb-pc .gnb-li > a > span {
        color: #111 !important;
    }

    .fp-viewing-3 #header.active .logo > a:before {
        background: url(../images/main/logo-c.svg) no-repeat;
    }


    /**/
    .fp-viewing-2 #fp-nav ul li a span {
        background: #9f9f9f;
    }

    .fp-viewing-2 #fp-nav ul li a.active {
        border: 3px solid rgb(149 149 149 / 40%);
    }




    .fp-viewing-4 #fp-nav {
        display: none;
    }

    .fp-viewing-2 #header #gnb-pc .gnb-li > a > span {
        color: #111;
    }

    .fp-viewing-2 #header .mob-menu-btn i {
        color: #111;
    }

    .fp-viewing-2 #header .header_wrap .header_inner .logo a {
        background: url(../images/main/logo-c.svg) no-repeat;
    }

    .fp-viewing-2 #header .menu_link span {
        color: #111;
    }

    .fp-viewing-2 #header .menu_link .box span:before,
    .fp-viewing-2 #header .menu_link .box span:after {
        background: #111;
    }

    .fp-viewing-3 #header .menu_link span {
        color: #111;
    }

    .fp-viewing-3 #header .menu_link .box span:before,
    .fp-viewing-3 #header .menu_link .box span:after {
        background: #111;
    }

    .fp-viewing-4 #header .menu_link span {
        color: #111;
    }

    .fp-viewing-4 #header .menu_link .box span:before,
    .fp-viewing-4 #header .menu_link .box span:after {
        background: #111;
    }

    .msec2 {
        position: relative;
    }

        .msec2:before {
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgb(0, 0, 0, .4);
            z-index: 2;
        }

        .msec2 .bgbx {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .msec2 .bgbx:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url(../images/main/msec1_bg01.png) no-repeat center;
                background-size: cover;
                transform: scale(1.15);
                transition: all 1.0s 0.5s;
                z-index: 1;
            }

        .msec2 .dflx_con {
            display: flex;
            margin: 0 auto;
            position: relative;
            z-index: 3;
            max-width: 1440px;
        }

        .msec2 .dflx_con {
            display: flex;
        }

            .msec2 .dflx_con .left,
            .msec2 .dflx_con .right {
                width: 50%;
            }

                .msec2 .dflx_con .left .txt .tit {
                    padding: 0 12px;
                }

                    .msec2 .dflx_con .left .txt .tit h2 {
                        font-size: 62px;
                        line-height: 1;
                        margin-bottom: 16px;
                        font-weight: 700;
                        color: #fff;
                    }

                    .msec2 .dflx_con .left .txt .tit p {
                        font-size: 28px;
                        color: #fff;
                        line-height: 1.5;
                    }

                .msec2 .dflx_con .right .lank ul {
                    display: flex;
                    width: 100%;
                }

                    .msec2 .dflx_con .right .lank ul li {
                        padding-left: 15px;
                        padding-right: 15px;
                        width: 33.333333%;
                    }

                        .msec2 .dflx_con .right .lank ul li .over {
                            position: relative;
                            overflow: hidden;
                            height: 250px;
                            background: #fff;
                            padding: 30px;
                        }

                            .msec2 .dflx_con .right .lank ul li .over:after {
                                content: "";
                                position: absolute;
                                right: 0;
                                bottom: 0;
                                width: 0;
                                height: 0;
                                border-bottom: 20px solid #B71C2C;
                                border-top: 20px solid transparent;
                                border-left: 20px solid #B71C2C;
                                border-right: 20px solid transparent;
                                transform: rotate(270deg);
                            }

                        .msec2 .dflx_con .right .lank ul li:nth-child(1) .over:after {
                            content: "";
                            display: none;
                        }

                        .msec2 .dflx_con .right .lank ul li:nth-child(1) .over {
                            height: 250px;
                            background: #B71C2C url(../images/main/msec2_line.png) bottom right no-repeat;
                        }


                            .msec2 .dflx_con .right .lank ul li:nth-child(1) .over .con h3,
                            .msec2 .dflx_con .right .lank ul li:nth-child(1) .over .con strong {
                                color: #fff;
                            }

                                .msec2 .dflx_con .right .lank ul li:nth-child(1) .over .con h3 em {
                                    color: #fff;
                                }

                        .msec2 .dflx_con .right .lank ul li .over .con strong {
                            font-size: 15px;
                            color: #333;
                            display: block;
                            font-weight: 400;
                        }

                        .msec2 .dflx_con .right .lank ul li .over .con h3 {
                            font-size: 42px;
                            font-weight: 700;
                            color: #B71C2C;
                            padding-top: 50px;
                        }

                            .msec2 .dflx_con .right .lank ul li .over .con h3 em {
                                font-size: 18px;
                                font-weight: 400;
                                color: #555;
                                padding-left: 4px;
                            }









    @keyframes scroll {
        0% {
            transform: translate3d(-100%, 0, 0);
        }

        100% {
            transform: translate3d(100%, 0, 0);
        }
    }

    .scr_wrap {
        position: absolute;
        right: 0;
        bottom: 150px;
        z-index: 10;
    }

        .scr_wrap .scroll {
            display: flex;
            align-items: center;
            margin: 0 auto;
            width: 97px;
            height: 30px;
            letter-spacing: 1.5px;
            font-size: 12px;
            font-weight: 500;
            transform: rotate(90deg);
            color: #fff;
        }

            .scr_wrap .scroll i {
                position: absolute;
                top: 50%;
                left: 80%;
                transform: translateY(-50%);
                width: 80px;
                height: 1px;
                background-color: rgba(0, 0, 0, 0.2);
                overflow: hidden;
            }

                .scr_wrap .scroll i:before {
                    display: block;
                    content: "";
                    background-color: #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    transform: translate3d(0, 0, 0);
                    animation-name: scroll;
                    animation-duration: 3s;
                    animation-timing-function: ease;
                    animation-delay: 0s;
                    animation-iteration-count: infinite;
                    animation-direction: normal;
                    animation-fill-mode: none;
                }



    .msec1 .cmtit {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 3;
    }

        .msec1 .cmtit h2,
        .msec1 .cmtit p {
            color: #fff;
        }



    .swp_list01 .swiper-container {
        max-width: 1280px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .swp_list01 .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .swp_list01 .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            transition: all .3s;
        }

            .swp_list01 .swiper-slide a .box_dim {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #222;
                opacity: 0;
                z-index: 3;
                visibility: hidden;
                transition: all .5s;
            }

            .swp_list01 .swiper-slide a:hover .box_dim {
                visibility: visible;
                opacity: .3;
            }



    .swp_list01 .con {
        position: relative;
        z-index: 2;
        text-align: left;
        padding: 32px 0;
    }

    .swp_list01 .info {
        text-align: left;
        margin-top: 16px;
    }

        .swp_list01 .info strong {
            color: #888;
            font-size: 15px;
        }

        .swp_list01 .info h2 {
            margin: 12px auto 6px;
            font-size: 18px;
            line-height: 1;
            color: #111;
        }

        .swp_list01 .info p {
            font-size: 14px;
        }

    .swp_list01 .con .txt {
    }

    .swp_list01 .con .arr {
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 6;
        opacity: 0;
        transition: all .3s;
    }

        .swp_list01 .con .arr span {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            line-height: 55px;
            display: inline-block;
            text-align: center;
            background: #fff;
        }

    .swp_list01 .swiper-slide a:hover .arr {
        visibility: visible;
        opacity: 1;
    }

    .swp_list01 .swiper-scrollbar {
        left: 0 !important;
        width: 100% !important;
        flex-grow: 1;
        border-radius: 0px;
        background: #e3e4e8;
    }

    .swp_list01 .swiper-pagination {
        bottom: 20px !important;
    }

    .swp_list01 .swiper-pagination-progressbar {
        display: none;
    }

    .swp_list01 .swiper-scrollbar-drag {
        cursor: pointer;
    }

    .swp_list01 .swiper-scrollbar {
        margin-top: -11px;
    }

    .swp_list01 .swp_bot {
        position: relative;
        margin: 50px auto 0;
        max-width: 1280px;
    }

        .swp_list01 .swp_bot .btn_more {
            text-align: center;
        }

            .swp_list01 .swp_bot .btn_more a {
                display: inline-block;
                padding: 0 24px;
                height: 48px;
                line-height: 48px;
                background: #111;
                color: #fff;
                text-align: center;
                border-radius: 48px;
            }

    .swp_list01 .swp_btn {
        width: 100%;
    }

        .swp_list01 .swp_btn svg {
            fill: #fff;
        }

    .swp_list01 .swiper-button-next,
    .swp_list01 .swiper-button-prev {
        width: 48px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #222;
        border: none;
        border-radius: 50%;
        position: inherit;
        margin-left: 8px;
    }

        .swp_list01 .swiper-button-next:after,
        .swp_list01 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }

        .swp_list01 .swiper-button-prev:after,
        .swp_list01 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }


    .swp_list01 .swiper-button-next,
    .swp_list01 .swiper-button-prev {
        margin-left: 0;
    }

    .swp_list01 .swiper-button-prev {
        position: absolute;
        left: 0;
    }

    .swp_list01 .swiper-button-next {
        position: absolute;
        right: 0;
    }


    .swp_list01 .imgbx {
        text-align: center;
    }

        .swp_list01 .imgbx img {
            height: 200px;
        }

    /**/

    .swp_list02 .swiper-container {
        max-width: 1280px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .swp_list02 .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .swp_list02 .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            transition: all .3s;
        }

            .swp_list02 .swiper-slide a .box_dim {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #222;
                opacity: 0;
                z-index: 3;
                visibility: hidden;
                transition: all .5s;
            }

            .swp_list02 .swiper-slide a:hover .box_dim {
                visibility: visible;
                opacity: .3;
            }

    .swp_list02 .con {
        position: relative;
        z-index: 2;
        text-align: left;
        padding: 16px 0;
    }

    .swp_list02 .info {
        text-align: left;
        margin-top: 16px;
    }

        .swp_list02 .info strong {
            color: #888;
            font-size: 15px;
        }

        .swp_list02 .info h2 {
            margin: 12px auto 6px;
            font-size: 18px;
            line-height: 1;
            color: #111;
        }

        .swp_list02 .info p {
            font-size: 14px;
        }

    .swp_list02 .con .txt {
    }

    .swp_list02 .con .arr {
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 6;
        opacity: 0;
        transition: all .3s;
    }

        .swp_list02 .con .arr span {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            line-height: 55px;
            display: inline-block;
            text-align: center;
            background: #fff;
        }

    .swp_list02 .swiper-slide a:hover .arr {
        visibility: visible;
        opacity: 1;
    }

    .swp_list02 .swiper-scrollbar {
        left: 0 !important;
        width: 100% !important;
        flex-grow: 1;
        border-radius: 0px;
        background: #e3e4e8;
    }

    .swp_list02 .swiper-pagination {
        bottom: 20px !important;
    }

    .swp_list02 .swiper-pagination-progressbar {
        display: none;
    }

    .swp_list02 .swiper-scrollbar-drag {
        cursor: pointer;
    }

    .swp_list02 .swiper-scrollbar {
        margin-top: -11px;
    }

    .swp_list02 .swp_bot {
        position: relative;
        margin: 50px auto 0;
        max-width: 1280px;
    }

        .swp_list02 .swp_bot .btn_more {
            text-align: center;
        }

            .swp_list02 .swp_bot .btn_more a {
                display: inline-block;
                padding: 0 24px;
                height: 48px;
                line-height: 48px;
                background: #111;
                color: #fff;
                text-align: center;
                border-radius: 48px;
            }

    .swp_list02 .swp_btn {
        width: 100%;
    }

        .swp_list02 .swp_btn svg {
            fill: #fff;
        }

    .swp_list02 .swiper-button-next,
    .swp_list02 .swiper-button-prev {
        width: 48px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #222;
        border: none;
        border-radius: 50%;
        position: inherit;
        margin-left: 8px;
    }

        .swp_list02 .swiper-button-next:after,
        .swp_list02 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }

        .swp_list02 .swiper-button-prev:after,
        .swp_list02 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }


    .swp_list02 .swiper-button-next,
    .swp_list02 .swiper-button-prev {
        margin-left: 0;
    }

    .swp_list02 .swiper-button-prev {
        position: absolute;
        left: 0;
    }

    .swp_list02 .swiper-button-next {
        position: absolute;
        right: 0;
    }

    .swp_list02 .imgbx {
        text-align: center;
    }

        .swp_list02 .imgbx img {
            height: 200px;
        }

    /**/

    .swp_list03 .swiper-container {
        max-width: 1280px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .swp_list03 .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .swp_list03 .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            transition: all .3s;
        }

            .swp_list03 .swiper-slide a .box_dim {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #222;
                opacity: 0;
                z-index: 3;
                visibility: hidden;
                transition: all .5s;
            }

            .swp_list03 .swiper-slide a:hover .box_dim {
                visibility: visible;
                opacity: .3;
            }

    .swp_list03 .con {
        position: relative;
        z-index: 2;
        text-align: left;
        padding: 32px 0;
    }

    .swp_list03 .info {
        text-align: left;
        margin-top: 16px;
    }

        .swp_list03 .info strong {
            color: #888;
            font-size: 15px;
        }

        .swp_list03 .info h2 {
            margin: 12px auto 6px;
            font-size: 18px;
            line-height: 1;
            color: #111;
        }

        .swp_list03 .info p {
            font-size: 14px;
        }

    .swp_list03 .con .txt {
    }

    .swp_list03 .con .arr {
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 6;
        opacity: 0;
        transition: all .3s;
    }

        .swp_list03 .con .arr span {
            width: 40px;
            height: 40px;
            border-radius: 40px;
            line-height: 55px;
            display: inline-block;
            text-align: center;
            background: #fff;
        }

    .swp_list03 .swiper-slide a:hover .arr {
        visibility: visible;
        opacity: 1;
    }

    .swp_list03 .swiper-scrollbar {
        left: 0 !important;
        width: 100% !important;
        flex-grow: 1;
        border-radius: 0px;
        background: #e3e4e8;
    }

    .swp_list03 .swiper-pagination {
        bottom: 20px !important;
    }

    .swp_list03 .swiper-pagination-progressbar {
        display: none;
    }

    .swp_list03 .swiper-scrollbar-drag {
        cursor: pointer;
    }

    .swp_list03 .swiper-scrollbar {
        margin-top: -11px;
    }

    .swp_list03 .swp_bot {
        position: relative;
        margin: 50px auto 0;
        max-width: 1280px;
    }

        .swp_list03 .swp_bot .btn_more {
            text-align: center;
        }

            .swp_list03 .swp_bot .btn_more a {
                display: inline-block;
                padding: 0 24px;
                height: 48px;
                line-height: 48px;
                background: #111;
                color: #fff;
                text-align: center;
                border-radius: 48px;
            }

    .swp_list03 .swp_btn {
        width: 100%;
    }

        .swp_list03 .swp_btn svg {
            fill: #fff;
        }

    .swp_list03 .swiper-button-next,
    .swp_list03 .swiper-button-prev {
        width: 48px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #222;
        border: none;
        border-radius: 50%;
        position: inherit;
        margin-left: 8px;
    }

        .swp_list03 .swiper-button-next:after,
        .swp_list03 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }

        .swp_list03 .swiper-button-prev:after,
        .swp_list03 .swiper-rtl .swiper-button-prev:after {
            display: none;
        }


    .swp_list03 .swiper-button-next,
    .swp_list03 .swiper-button-prev {
        margin-left: 0;
    }

    .swp_list03 .swiper-button-prev {
        position: absolute;
        left: 0;
    }

    .swp_list03 .swiper-button-next {
        position: absolute;
        right: 0;
    }

    .swp_list03 .imgbx {
        text-align: center;
    }

        .swp_list03 .imgbx img {
            height: 200px;
        }

    .msec3 {
        position: relative;
        background: url(../images/main/main2-bg.png) top center no-repeat;
        background-size: cover;
    }

    /*
    .msec3:before {
        content: "";
        width: 750px;
        height: 954px;
        position: absolute;
        top: 0;
        right: -50px;
        background: url(<?php echo G5_THEME_URL ?>/images/main/bg-line01.png) no-repeat;
        z-index: -1;
    }
*/


/**/

.swp_list04 .swiper-container {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.swp_list04 .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swp_list04 .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        transition: all .3s;
    }

        .swp_list04 .swiper-slide a .box_dim {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #222;
            opacity: 0;
            z-index: 3;
            visibility: hidden;
            transition: all .5s;
        }

        .swp_list04 .swiper-slide a:hover .box_dim {
            visibility: visible;
            opacity: .3;
        }

.swp_list04 .con {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 16px 0;
}

.swp_list04 .info {
    text-align: left;
    margin-top: 16px;
}

    .swp_list04 .info strong {
        color: #888;
        font-size: 15px;
    }

    .swp_list04 .info h2 {
        margin: 12px auto 6px;
        font-size: 18px;
        line-height: 1;
        color: #111;
    }

    .swp_list04 .info p {
        font-size: 14px;
    }

.swp_list04 .con .txt {
}

.swp_list04 .con .arr {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 6;
    opacity: 0;
    transition: all .3s;
}

    .swp_list04 .con .arr span {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 55px;
        display: inline-block;
        text-align: center;
        background: #fff;
    }

.swp_list04 .swiper-slide a:hover .arr {
    visibility: visible;
    opacity: 1;
}

.swp_list04 .swiper-scrollbar {
    left: 0 !important;
    width: 100% !important;
    flex-grow: 1;
    border-radius: 0px;
    background: #e3e4e8;
}

.swp_list04 .swiper-pagination {
    bottom: 20px !important;
}

.swp_list04 .swiper-pagination-progressbar {
    display: none;
}

.swp_list04 .swiper-scrollbar-drag {
    cursor: pointer;
}

.swp_list04 .swiper-scrollbar {
    margin-top: -11px;
}

.swp_list04 .swp_bot {
    position: relative;
    margin: 50px auto 0;
    max-width: 1280px;
}

    .swp_list04 .swp_bot .btn_more {
        text-align: center;
    }

        .swp_list04 .swp_bot .btn_more a {
            display: inline-block;
            padding: 0 24px;
            height: 48px;
            line-height: 48px;
            background: #111;
            color: #fff;
            text-align: center;
            border-radius: 48px;
        }

.swp_list04 .swp_btn {
    width: 100%;
}

    .swp_list04 .swp_btn svg {
        fill: #fff;
    }

.swp_list04 .swiper-button-next,
.swp_list04 .swiper-button-prev {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #222;
    border: none;
    border-radius: 50%;
    position: inherit;
    margin-left: 8px;
}

    .swp_list04 .swiper-button-next:after,
    .swp_list04 .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swp_list04 .swiper-button-prev:after,
    .swp_list04 .swiper-rtl .swiper-button-prev:after {
        display: none;
    }


.swp_list04 .swiper-button-next,
.swp_list04 .swiper-button-prev {
    margin-left: 0;
}

.swp_list04 .swiper-button-prev {
    position: absolute;
    left: 0;
}

.swp_list04 .swiper-button-next {
    position: absolute;
    right: 0;
}

.swp_list04 .imgbx {
    text-align: center;
}

    .swp_list04 .imgbx img {
        height: 200px;
    }

/**/


    /*  푸터 패밀리사이트  */


    /*  section6  */
    .msec5 {
        position: relative;
    }

        .msec5:before {
            content: "";
            top: 0;
            left: 0;
            width: 25%;
            height: 100vh;
            position: absolute;
            background: #B71C2C;
            z-index: -1;
        }

        .msec5 .dflx {
            display: flex;
            max-width: 1660px;
            margin: 0 auto;
            height: 650px;
        }

            .msec5 .dflx .left {
                width: 50%;
            }

                .msec5 .dflx .left .imgwrap {
                    height: 100%;
                    background: url(../images/main/bg_wrap2.png) top center no-repeat;
                }

            .msec5 .dflx .right {
                position: relative;
                flex: 1;
                background: #f8f8f8;
                padding: 30px 60px 50px;
                overflow: hidden;
            }

                .msec5 .dflx .right:after {
                    content: "";
                    right: 0;
                    bottom: -10px;
                    width: 600px;
                    height: 300px;
                    position: absolute;
                    background: url(../images/main/bg02.png) no-repeat;
                    z-index: 1;
                }

                .msec5 .dflx .right .df {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    z-index: 2;
                }

                    .msec5 .dflx .right .df .con {
                        width: 100%;
                    }

                        .msec5 .dflx .right .df .con .tit h2 {
                            font-size: 42px;
                            line-height: 1;
                            margin-bottom: 16px;
                            font-weight: 700;
                        }

                        .msec5 .dflx .right .df .con .tit p {
                            font-size: 20px;
                        }

                .msec5 .dflx .right .list {
                    margin-top: 80px;
                }

                    .msec5 .dflx .right .list ul {
                        display: flex;
                    }

                        .msec5 .dflx .right .list ul li {
                            padding-left: 15px;
                            padding-right: 15px;
                            width: 33.3333333%;
                            visibility: hidden;
                            transition: all 1s;
                        }


    #section4.fp-completely.msec5 .dflx .right .list ul li:nth-of-type(1) {
        -webkit-animation: motion-fade-in-up 0.5s ease-in-out both;
        animation: motion-fade-in-up 0.5s ease-in-out both;
        -webkit-animation-delay: .05s;
        animation-delay: .05s;
        will-change: transform;
    }

    #section4.fp-completely.msec5 .dflx .right .list ul li:nth-of-type(2) {
        -webkit-animation: motion-fade-in-up 0.5s ease-in-out both;
        animation: motion-fade-in-up 0.5s ease-in-out both;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        will-change: transform;
    }

    #section4.fp-completely.msec5 .dflx .right .list ul li:nth-of-type(3) {
        -webkit-animation: motion-fade-in-up 0.5s ease-in-out both;
        animation: motion-fade-in-up 0.5s ease-in-out both;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
        will-change: transform;
    }

    @-webkit-keyframes motion-fade-in-up {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }
    }

    .msec5 .dflx .right .list ul li:first-child {
        padding-left: 0;
    }

    .msec5 .dflx .right .list ul li .over {
        position: relative;
        overflow: hidden;
        height: 250px;
        background: #fff;
        padding: 30px;
    }

        .msec5 .dflx .right .list ul li .over:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 20px solid #B71C2C;
            border-top: 20px solid transparent;
            border-left: 20px solid #B71C2C;
            border-right: 20px solid transparent;
            transform: rotate(270deg);
        }

    .msec5 .dflx .right .list ul li:first-child .over:after {
        display: none;
    }

    .msec5 .dflx .right .list ul li .over .con {
    }

        .msec5 .dflx .right .list ul li .over .con strong {
            font-size: 15px;
            color: #333;
            display: block;
            font-weight: 400;
        }

        .msec5 .dflx .right .list ul li .over .con h3 {
            font-size: 42px;
            font-weight: 700;
            color: #B71C2C;
            padding-top: 50px;
        }

            .msec5 .dflx .right .list ul li .over .con h3 em {
                font-size: 18px;
                font-weight: 400;
                color: #555;
                padding: 0 2px;
            }

    .msec5 .dflx .right .list ul li:first-child .over {
        background: #B71C2C url(http://dev11.sellec.co.kr/theme/basic/images/main/msec2_line.png) bottom right no-repeat;
    }

        .msec5 .dflx .right .list ul li:first-child .over .con strong {
            color: #fff;
        }

        .msec5 .dflx .right .list ul li:first-child .over .con h3 {
            color: #fff;
        }

            .msec5 .dflx .right .list ul li:first-child .over .con h3 em {
                color: #fff;
            }

    @media (max-width:1440px) {
    }

    @media (max-width:1280px) {
        .gallery-top .con .dflx .left .df {
            padding-left: 100px;
        }

        .msec4 .dflx .right .tit h2 span {
            display: block;
        }

        .msec4 .dflx .right .wrap {
            padding-left: 40px;
        }

        .msec4 .dflx .left {
            width: 45%;
        }

        .msec4 .dflx .right .tit h2 {
            font-size: 52px;
        }

        .msec4 .dflx .left .df .tit h2 {
            font-size: 36px;
        }

        .msec4 .dflx .right .list {
            width: 100%;
        }
    }

    @media (max-width:1200px) {
        .sub_tit span {
            font-size: 52px;
        }

        .man_tit span {
            font-size: 24px;
        }

        .msec3 {
            padding: 60px 40px;
        }

        .gallery-top .stit h2 {
            font-size: 52px;
        }

        .gallery-top .stit h3 {
            font-size: 18px;
        }
    }

    @media (max-height: 900px) {
        .cmtit {
            margin: 0 auto 32px;
        }

            .cmtit h2 {
                font-size: 56px;
            }

        .msec4 .dflx .right .tit {
            margin-bottom: 24px;
        }

            .msec4 .dflx .right .tit h2 {
                font-size: 40px;
            }
    }

    @media (max-width:1024px) {
        .sub_tit span {
            font-size: 42px;
        }

        .man_tit span {
            font-size: 22px;
        }

        .cmtit h2 {
            font-size: 52px;
        }

        .cmtit p {
            font-size: 16px;
            line-height: 1.4;
        }

        .msec3 {
            padding: 60px 20px;
        }

        .msec4 .dflx {
            display: block;
            height: auto;
        }

            .msec4 .dflx .left,
            .msec4 .dflx .right {
                width: 100%;
            }

            .msec4 .dflx .left {
                height: 450px;
                ;
            }

                .msec4 .dflx .left .df {
                    justify-content: flex-start;
                    padding-left: 40px;
                }

            .msec4 .dflx .right {
                padding: 80px 0;
            }
    }

    @media (max-width:920px) {
        .gallery-top .con .dflx .left .df {
            padding-left: 40px;
        }

        .sub_tit span {
            font-size: 38px;
        }

        .man_tit span {
            font-size: 20px;
        }

        .gallery-top .stit h2 {
            font-size: 42px;
        }

        .gallery-top .stit h3 {
            font-size: 18px;
        }

        .msec4 .dflx .right .tit h2 {
            font-size: 36px;
            line-height: 1.4;
        }
    }

    @media (max-width:768px) {

        .msec4 .dflx .right .tit h2 {
            font-size : 28px;
        }

        .msec4 .dflx .left .df .tit p {
            width: 80%;
            word-break: keep-all;
            margin: 0 auto;
        }

        .swp_list02 .swp_bot .btn_more a {
            font-size: 14px;
        }

        .gallery-top .con .dflx .left .df {
            display: inherit;
            padding-top: 60px;
        }

        .swp_box .gallery-thumbs {
            height: 200px;
            bottom: 100px;
        }

        .msec4 .dflx .right .tit h2 span {
            padding-left:0;
        }

        .swp_box {
        }

            .swp_box .gallery-thumbs {
                right: inherit;
                left: 40px;
                max-width: 380px;
            }

        .gallery-top .stit h2 {
            font-size: 28px;
        }

        .gallery-top .stit h3 {
            font-size: 16px;
            word-break: keep-all;
            width: 90%;
        }

            .gallery-top .stit h3 br {
                display: none;
            }

        .sub_tit span {
            font-size: 28px;
        }

        .man_tit span {
            font-size: 18px;
        }

        .cmtit {
            margin: 0 auto 40px;
        }

            .cmtit h2 {
                font-size: 32px;
            }

            .cmtit p {
                font-size: 17px;
            }

/*        .right-fix {
            display: none;
        }*/

        .msec4 .dflx .left .df .tit h2 {
            font-size: 32px;
        }

        .msec4 .dflx .right {
            padding: 60px 0;
        }

            .msec4 .dflx .right .tit {
                margin-bottom: 32px;
            }

            .msec4 .dflx .right .list .list_inr .list_item .date_wrap {
                width: 60px;
            }

            .msec4 .dflx .right .list .list_inr .list_item .date strong {
                font-size: 24px;
                width: 60px;
            }

            .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit h2 {
                font-size: 17px;
            }

            .msec4 .dflx .right .list .list_inr .list_item .icon {
                padding-left: 24px;
            }

            .msec4 .dflx .right .wrap {
                padding: 0 20px
            }

        .msec4 .dflx .left .df {
            text-align: center;
            justify-content: center;
            padding-left: 0;
        }
    }

    @media (max-width:550px) {
        .gallery-top .stit h2 {
            font-size: 24px;
        }

        .cmtit h2 {
            font-size: 28px;
        }

        .cmtit p {
            font-size: 16px;
        }

        .msec4 .dflx .right .tit h2 {
            font-size: 26px;
        }
    }

    @media (max-width:420px) {

        .msec4 .dflx .left .df {
            padding-left: 0;
        }

            .msec4 .dflx .left .df .tit h2 {
                font-size: 22px;
                padding: 0 40px;
                word-break: keep-all;
            }

                .msec4 .dflx .left .df .tit h2 br {
                    display: none;
                }

        .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit {
            max-width: 250px;
        }

        .swp_box .gallery-thumbs {
            height: 140px;
        }

        .gallery-top .con .dflx .left .df {
            padding-left: 32px;
        }
    }

    @media (max-width:320px) {
        .cmtit h2 {
            font-size: 26px;
        }

        .cmtit p {
            font-size: 15px;
        }

        .msec4 .dflx .right .list .list_inr .list_item .date strong {
            font-size :20px;
        }

        .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit h2 {
            font-size: 15px;
            margin-bottom : 4px;
        }

        .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_des p {
            font-size : 14px;
        }

        .tabWrap ul.tabBtn li a {
            font-size: 14px;
        }

        .gallery-top .stit h2 {
            font-size: 22px;
        }

        .gallery-top .stit h3 {
            font-size : 15px;
        }

        .gallery-top .stit p {
            width: 70%;
            word-break : keep-all;
        }

        .sub_tit span {
            font-size: 22px;
        }

        .slider .slick-active .man_tit span {
            font-size: 16px;
        }

        .scr_wrap {
            bottom: 240px;
        }

        .swp_box .gallery-thumbs {
            max-width: 290px;
        }

        .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_des,
        .msec4 .dflx .right .list .list_inr .list_item .icon .ovp_tit {
            max-width: 180px;
        }

        .cmtit p {
            font-size: 15px;
        }
    }
