/* BASIC css start */
/* ·Ñ¸µ¹è³Ê */
#event .MS_img-wrap { position: relative; width: 100%; overflow: hidden; }
#event .event-imgs { position: relative; }
#event .MS_img-area { float: left; }
#event .MS_img-area:not(:first-child) { display: none; }
#event .MS_img-area img { width: 100%; }
#event .pagination { position: relative; left: 0; text-align: center; width: 100%; }
#event .pagination .swiper-pagination-switch { display: inline-block; margin: 0 2px; text-indent: -9999px; background: url(/images/d3/m_01/bull/event_now@2x.gif) no-repeat 0 50%; background-size: 19px 7px; width: 10px; height: 10px; }
#event .pagination .swiper-active-switch { background-position: -12px 50%; }
/* //·Ñ¸µ¹è³Ê */
.main h3 {font-size:14px; display: inline-block; margin:29px 15px 7.5px;color: #555;text-align: center;letter-spacing: 1px;}
.main h3 img{width:100%;height:15px;}
.main .topBanner {margin-top:15px;}
.main .topBanner .topBannerLeft {width:49%; float:left; position:relative;}
.main .topBanner .topBannerRight {width:49%; float:right; position:relative;}
.main .topBanner img {width:100%; vertical-align:top;}
.main .topBanner .topBannerTitle {width:100%; font-size:1.083em; font-weight:bold; padding:2px 0; background-color:rgba(0,0,0,0.4);; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}

/* middleban */
.middleban{margin:60px 0;}
.middleban img{width:100%;}




/* tab */
.tabtitle{margin-top:70px;margin-bottom:20px;}
.tabtitle > ul{}
.tabtitle > ul:after{content:"";display:block;clear:both;}
.tabtitle > ul > li{width:33.33%;float:left;text-align:center;border-bottom:2px solid #c0c0c0; height: 27px;}
.tabtitle > ul > li > a{display: inline-block;border-bottom:2px solid #c0c0c0;color:#a0a0a0;font-size:12px;padding:5px 25px;}
.tabtitle > ul > li.click > a{border-bottom:2px solid #111111;color:#060606;}


.tabtab{position:relative;}
.tabbody{padding:20px 0 20px;}
.tabbody.tab1{display:block;}
.tabbody.tab2{display:none;}
.tabbody.tab3{display:none;}


.tabtab figcaption{display:none;}


/* ***nivo-slider.css*** */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
display:block;
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* ***style.css*** */
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


.slider-wrapper { 
    position:relative;
	width: 100%; 
	margin: 0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* *** default.css *** */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute; width:100%;bottom:10px;right:15px;
	text-align: right;
	padding: 0px 0;
        z-index:999;
}
.theme-default .nivo-controlNav a {

	display:inline-block;
	width:8px;
	height:8px;
	background:transparent;
        border-radius:10px;
        border:1px solid #fff;
        opacity:0.7;
	text-indent:-9999px;
	margin: 0 2px;
    margin: 0 0 0 10px;font-size:0;
}
.theme-default .nivo-controlNav a.active {
	background:#fff;
}

.theme-default .nivo-directionNav a {
display:none;	
/*display:block;*/
	width:30px;
	height:30px;
		text-indent:-9999px;
	border:none;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/*.theme-default:hover .nivo-directionNav a { opacity: 1; }*/
.theme-default a.nivo-nextNav {
	background:url("/design/hanaunni12/hdesign/img/themes/default/next.png") no-repeat 50% 50%;
	right:0px;
}
.theme-default a.nivo-prevNav {
        background:url("/design/hanaunni12/hdesign/img/themes/default/prev.png") no-repeat 50% 50%;

	left:0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



/* ================top banner style.css================ */


/* ***nivo-slider.css*** */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
#wrapper2 .nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: inherit;
}

/* ***style.css*** */
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/


#wrapper2 .slider-wrapper { 
    position:relative;
	width: 65%; 
	margin: 50px auto 21px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* *** default.css *** */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute; width:100%;bottom:10px;right:15px;
	text-align: right;
	padding: 0px 0;
        z-index:999;
}
#wrapper2 .theme-default .nivo-controlNav a {
    display:none;
	/*display:inline-block;*/
	width:8px;
	height:8px;
	background:transparent;
        border-radius:10px;
        border:1px solid #fff;
        opacity:0.7;
	text-indent:-9999px;
	margin: 0 2px;
    margin: 0 0 0 10px;font-size:0;
}
.theme-default .nivo-controlNav a.active {
	background:#fff;
}

#wrapper2 .theme-default .nivo-directionNav a {
    /*display:none;	*/
    display:block;
	width:30px;
	height:30px;
		text-indent:-9999px;
	border:none;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index:99;
    background-size:8px auto;
}
/*.theme-default:hover .nivo-directionNav a { opacity: 1; }*/
.theme-default a.nivo-nextNav {
	background:url("/design/hanaunni12/hdesign/img/next.png") no-repeat 50% 50%;
	right:-23%;
}
.theme-default a.nivo-prevNav {
    background:url("/design/hanaunni12/hdesign/img/prev.png") no-repeat 50% 50%;

	left:-23%;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



.prd_box:after{content:'';display:block;clear:both;}
.prd_icon{float:right;}
.prd_name{display:block;}
.prd_dis{display:inline-block;}
.prd_price{display:inline-block;}

main{position:relative;}
.main-slide{}
.main-slide .swiper-slide{}
.main-slide .swiper-slide img{width:100%;height:auto;}

main .main-pagi{position:absolute;bottom:15px;right:15px;padding:0 15px;box-sizing:border-box;text-align:right;}
main .main-pagi .swiper-pagination-bullet{width: 8px;height: 8px;background: transparent;border-radius: 10px;border: 1px solid #fff;opacity: 0.7;text-indent: -9999px;margin: 0 2px;margin: 0 0 0 10px;font-size: 0;}
main .main-pagi .swiper-pagination-bullet-active{background:#fff;opacity:1;}









.twin_ban{position: relative;    width: 65%;    margin: 50px auto 50px;}

.twin_ban .swiper-slide{}
.twin_ban .swiper-slide img{width:100%;height:auto;}

#wrapper2{position:relative;}
.twin_next,.twin_prev{}

.twin_next{background:none;}
.twin_next{background:url("/design/hanaunni12/hdesign/img/next.png") no-repeat 50% 50%;}
.twin_prev{background:none;}
.twin_prev{background:url("/design/hanaunni12/hdesign/img/prev.png") no-repeat 50% 50%;}

.twin_next:after{display:none;}
.twin_prev:after{display:none;}



/* BASIC css end */

