/* CSS Document */
/* HOME: BANNER */
#h_banner { position: relative; float: left; width: 100%; border-top: 1px solid #e3e3e3; overflow: hidden !important; }
#h_banner .banner_wrap { position: relative; float: left; left: 50%; width: 1920px; }
#h_banner .banner_slides { position: relative; float: left; left: -50%; width: 1920px; }
#h_banner .banner_slides img { width: 100%; }

/* Prevent the slideshow from flashing on load */
#slides { display: none; }
#slides a.slidesjs-navigation { position: absolute; z-index: 11; top: 50%; width: 32px; height: 32px; margin-top: -16px; text-indent: -999px; overflow: hidden !important; }
#slides a.slidesjs-previous { left: 50%; margin-left: -590px; background: url(../images/icon/left_lblue.png) center no-repeat; background-size: 32px; }
#slides a.slidesjs-previous:hover { background-image: url(../images/icon/left_dblue.png); }
#slides a.slidesjs-next { right: 50%; margin-right: -590px; background: url(../images/icon/right_lblue.png) center no-repeat; background-size: 32px; }
#slides a.slidesjs-next:hover { background-image: url(../images/icon/right_dblue.png); }

/* HOME: CONTENT */
#h_content { position: relative; float: left; width: 100%; }
#h_content .special_top { position: relative; z-index: 1; float: left; width: 100%; padding: 50px 0; background-color: #fffaf0; }
#h_content .special_top .col_wrap { position: relative; left: 50%; float: left; width: 957px; margin-left: -478px; }
#h_content .special_top .cola { position: relative; float: left; width: 35%; }
#h_content .special_top .colb { position: relative; float: left; width: 28%; margin-left: 4.5%; }
#h_content .special_top .colc { position: relative; float: left; width: 28%; margin-left: 4.5%; }
#h_content .special_top img { float: left; width: 100%; }
#h_content .special_top img.top_img { margin-bottom: 8%; }

#h_content .special_mid { position: relative; z-index: 1; float: left; width: 100%; background-color: #fff; }
#h_content .special_mid .col_wrap { position: relative; left: 50%; float: left; width: 1000px; margin-left: -500px; }
#h_content .special_mid img { float: left; width: 100%; margin: 20px 0; }

#h_content .special_btm { position: relative; z-index: 1; float: left; width: 100%; background-color: #fffaf0; }
#h_content .special_btm .col_wrap { position: relative; left: 50%; float: left; width: 1000px; margin-left: -500px; }
#h_content .special_btm img { float: left; width: 100%; }

#h_content .special_shop { position: relative; z-index: 1; float: left; width: 100%; padding: 50px 0; background-color: #f7e3d2; }
#h_content .special_shop .col_wrap { position: relative; left: 50%; float: left; width: 878px; margin-left: -439px; }
#h_content .special_shop img { float: left; width: 100%; }

@media screen and (max-width:834px) {
    #global_footer { display: none; }
    #mobile_bar { display: block; }
    
    #h_content { margin-bottom: 50px; }
}

