/* BASIC css start */
#top_bnr {position:relative; text-align:center;width:100%; min-width:1280px; display:none; }
#top_bnr.on {display:block;}
#top_bnr .check_con{position:absolute; top:10px; right:30px;z-index:9999;}
#top_bnr .checkBox{float:left;}
#top_bnr .closeBtn{float:left; margin-left:7px; width:27px; height:27px; background: url('/design/wonha0108/djds/top/btn_close_w.png') no-repeat 50% 50%; background-size:22px; cursor:pointer;} 
#top_bnr .closeBtn img{width:22px; height:auto; cursor:pointer;}
#top_bnr .checkBox input[type="checkbox"]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip: rect(0,0,0,0); border:0;} 
#top_bnr .checkBox em{color:#FFF; font-size:11px; font-style:normal;}
#top_bnr .checkBox input[type="checkbox"] + label{position:relative; display:inline-block; cursor:pointer; margin:0 4px 0 2px; width:25px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background:#fff; border:1px solid #555;}

#top_bnr .checkBox input[type="checkbox"]:checked + label {background:#f4f4f4 url('/design/wonha0108/djds/top/btn_check.png') no-repeat 50% 50%; background-size:70%;}	


.tb_slider {
    display: block; !important;
    width: 100%; !important;
    height:96px;
}
.tb_slider .swiper-slide {
    max-width:100%;
    height:96px;
    position: relative;
    display:block;
    margin:0 auto;
}

.tb_slider .swiper-slide img{

    /*width:100% !important;*/
    max-width:100%;
    margin:0 auto;
    display:block;
}


.tb_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background: #e1e1e1;
}
.tb_slider .swiper-pagination-white .swiper-pagination-bullet {
    background: #ccc;
}
/* BASIC css end */

