<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
/*body{width:100%;margin:0 auto;overflow:hidden}*/

/* main_image */
.main_visual {
    height: 392px;
    overflow: hidden;
    position: relative;
}

.main_image {
    height: 392px;
    overflow: hidden;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 392px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 392px;
        overflow: hidden;
    }

        .main_image li:before {
            display: none;
        }

        .main_image li span {
            display: block;
            width: 100%;
            height: 392px
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 392px
        }

        .main_image li .img_1 {
            background: url('../img/b1.jpg') center top no-repeat;
        }

        .main_image li .img_2 {
            background: url('../img/b2.jpg') center top no-repeat
        }

        .main_image li .img_3 {
            background: url('../img/b3.jpg') center top no-repeat
        }

        .main_image li .img_4 {
            background: url('../img/b4.jpg') center top no-repeat
        }

    .main_image .swiper-pagination-bullet {
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background-color: #333;
        color: #fff;
    }

    .main_image .swiper-pagination-bullet-active {
        background-color: #07913A;
    }



div.flicking_con {
    position: absolute;
    top: 360px;
    left: 50%;
    z-index: 999;
    width: 146px;
    height: 21px;
    margin: 0 0 0 -73px;
}

    div.flicking_con a {
        float: left;
        width: 36px;
        height: 21px;
        margin: 0;
        padding: 0;
        background: url('../img/btn_main_img.png') 0 0 no-repeat;
        display: block;
        text-indent: -1000px
    }

        div.flicking_con a.on {
            background-position: 0 -24px
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 73px !important;
    height: 74px !important;
    top: 50%;
    margin-top: -37px;
    display: none;
}

#btn_prev {
    background: url(../img/hover_left.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(../img/hover_right.png) no-repeat right top;
    right: 100px;
}
</pre></body></html>