@charset "utf-8";
        .articlesubject {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px
        }

        #Mainbanner:empty {
            background: #e5e8eb;
        }

        .Mainbanner {
            width: 100%;
			height: 100%;
            background-color: #000;
            margin: 0 auto;
        }

        .Mainbanner .swiper-slide {
            display: block;
            width: 100%;
            width: 100%;
            height: 100%;
            height: 50.16%;
            min-width: 1024px;
            min-height: 100%;
            min-height: 100%px;
            max-height: 100%;
            overflow: hidden;
            z-index: 1
        }

        .Mainbanner .swiper-slide a:after,
        .Mainbanner .swiper-slide a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block
        }

        .Mainbanner .swiper-slide a:before {
            background-color: rgba(0, 0, 0, .2);
            z-index: 10
        }

        .Mainbanner .swiper-slide a:after {
            opacity: .8;
            background-image: linear-gradient(0deg, #000, transparent 20.31%);
            z-index: 90
        }

        .Mainbanner .slidebg {
            position: relative;
            min-width: 1024px;
            height: 100%;
			width: 100%;
            margin: 0 auto;
            opacity: 0;
            background-position: top;
            background-repeat: no-repeat;
            background-size: auto 100%
        }

        .Mainbanner .slideDefault a:before {
            background-color: rgba(0, 0, 0, .05)
        }

        .Mainbannerwrap {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
        }

        .Mainbannerwrap .MainPagination {
            position: relative;
            width: 1280px;
            height: 130px;
            margin: -80px auto 0;
            overflow: hidden;
            z-index: 100
        }

        .Paginations {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            transition: all .3s cubic-bezier(.215, .61, .355, 1);
            white-space: nowrap;
			text-align: center;
        }

        .Paginations .wrsubject,
        .Paginations .caname {
            position: absolute;
            left: 16px;
            white-space: nowrap;
            word-wrap: normal;
            overflow: hidden;
            text-align: left;
            z-index: 10
        }

        .Paginations .caname {
            top: 15px;
            width: 188px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: -.3px;
            color: #fff !important;
            opacity: .5;
            z-index: 10
        }

        .Paginations .wrsubject {
            top: 41px;
            width: 223px;
            font: 18px NEXON Gothic Bold;
            color: #fff !important;
            opacity: .6;
            transition: all .5s;
            text-overflow: ellipsis;
            z-index: 10
        }

        .Paginations .swiper-pagination-bullet {
            position: relative;
            width: 255px;
            height: 80px;
            margin-right: 1px;
            overflow: hidden;
            border-radius: 0;
            cursor: pointer;
            opacity: 1;
            background-color: transparent;
            outline: 0;
            color: #fff
        }

        .Paginations .swiper-pagination-bullet:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 5;
            transition: all .5s;
            background-color: #fff;
            opacity: .1
        }

        .Paginations .swiper-pagination-bullet .progressbar {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 5;
            background-color: #07f;
            transform: translate3d(-101%, 0, 0);
            animation: none;
            will-change: transform
        }

        .Paginations .swiper-pagination-bullet:active:before,
        .Paginations .swiper-pagination-bullet:hover:before {
            opacity: .3
        }

        .Paginations .swiper-pagination-bullet:active .caname,
        .Paginations .swiper-pagination-bullet:hover .caname {
            opacity: .6
        }

        .Paginations .swiper-pagination-bullet:active .wrsubject,
        .Paginations .swiper-pagination-bullet:hover .wrsubject {
            opacity: 1
        }

        .Paginations .swiper-pagination-bullet-active:before {
            opacity: .3
        }

        .Paginations .swiper-pagination-bullet-active .caname {
            opacity: .6
        }

        .Paginations .swiper-pagination-bullet-active .wrsubject {
            opacity: 1
        }

        .MainPaginationActive .swiper-pagination-bullet-active .progressbar {
            transform: translate3d(-100%, 0, 0);
            animation: swiperPaginationIn 4.4s linear .5s both
        }

        @keyframes swiperPaginationIn {
            0% {
                transform: translate3d(-100%, 0, 0)
            }
            98% {
                transform: translateZ(0)
            }
            to {
                transform: translateZ(0)
            }
        }

        .Mainbannerwrap:active .swiper-button-next,
        .Mainbannerwrap:active .swiper-button-prev,
        .Mainbannerwrap:hover .swiper-button-next,
        .Mainbannerwrap:hover .swiper-button-prev {
            opacity: .3;
            transition: all .2s linear
        }

        .Navigation {
            position: relative;
            width: 1400px;
            max-width: 100%;
            height: 80px;
            margin: -80px auto 0;
            z-index: 10
        }

        .Navigation .swiper-button-next,
        .Navigation .swiper-button-prev {
            top: 48px;
            width: 30px;
            height: 30px;
            background: none;
            opacity: 0;
            transition: all .15s linear;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
        }

        .Navigation .swiper-button-next:active,
        .Navigation .swiper-button-next:hover,
        .Navigation .swiper-button-prev:active,
        .Navigation .swiper-button-prev:hover {
            opacity: 1;
            transition: all .2s linear
        }

        .Navigation .swiper-button-prev {
            left: 13px;
        }

        .Navigation .swiper-button-next {
            right: 13px;
        }

        .Navigation .swiper-button-disabled {
            display: none
        }

        .Mainbanner .swiper-slide-active {
            z-index: 2
        }

        .Mainbanner .swiper-slide-active .slidebg {
            transition: opacity 1s linear;
            opacity: 1;
            background-size: 100% auto;
        }

        @media (max-width:1412px) {
            .Mainbannerwrap .swiper-button-next,
            .Mainbannerwrap .swiper-button-prev {
                opacity: 0
            }
            .Mainbannerwrap:hover .swiper-button-next,
            .Mainbannerwrap:hover .swiper-button-prev {
                opacity: .4
            }
            .Mainbannerwrap .MainPagination {
                width: 226px;
                margin: -22px auto 0;
                height: 22px
            }
            .Paginations {
                text-align: center
            }
            .Paginations .wrsubject,
            .Paginations .caname {
                position: absolute;
                overflow: hidden;
                clip: rect(0 0 0 0);
                height: 1px;
                width: 1px;
                margin: -1px
            }
            .Paginations .swiper-pagination-bullet {
                width: 42px;
                height: 6px;
                margin-right: 4px
            }
            .Navigation {
                max-width: 274px;
                height: 40px;
                margin-top: -40px
            }
            .Navigation .swiper-button-next,
            .Navigation .swiper-button-prev {
                top: 37px;
                width: 8px;
                height: 13px;
                font-size: 12px;
            }
            .Navigation .swiper-button-prev {
                left: 6px;
            }
            .Navigation .swiper-button-next {
                right: 6px;
            }
        }
