*{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: '맑은 고딕', 'Malgun Gothic', Helvetica, 'AppleSDGothicNeo', '돋움', dotum, Tahoma, sans-serif;
}
body, h1, h2, h3, h4, th, td, input, select, textarea, button{
	font-size: 14px;
	line-height: 1.5;
	font-family: '맑은 고딕', 'Malgun Gothic', Helvetica, 'AppleSDGothicNeo', '돋움', dotum, Tahoma, sans-serif;
	color: #666;
	letter-spacing: -1px;
}
a{
	text-decoration: none;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.red{
	color: forestgreen !important;
}
body{
	background-color: white;
	/*margin-bottom: 70px;*/	
}
.bg{
	background-color: #e9edf0;
	min-width: 1200px;
	width: 100%;
}
.container, .w964{
	width: 1200px !important;
	overflow: hidden;
	margin: 0 auto;
}
.container > .row {
	position: relative;
	margin: 0 -10px;
}
.bg-white{
	background-color: white;
}
div.image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
header{
	background-color: white;
	border-bottom: solid 1px #ddd;
	min-width: 1200px;
	width: 100%;
}
header a{
	color: #333;
}
header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul li{
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
	color: #666;
}
.header-util{
	position: relative;
	width: 100%;
	/* height: 40px*/
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}

header .secondrow{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	height: 98px;
}
header .secondrow #head-menu{
	float: left;
	margin: 30px 0;
}
header .secondrow  #head-menu li{
	display: inline-block;
} 
header .secondrow  #search-box{
	position: relative;
	width: 568px;
	height: 38px;
	margin: 30px auto;
	padding: 0 80px 0 111px;
	background-image: url('/renewal/img/logo-search.png');
	margin-top: 35px 0;
}
header #search-box input[type="text"]{
	width: 100%;
	height: 30px;
	border: solid 0px transparent;
	color: #333;
	font-size: 16px;
	/*padding: 10px 15px;*/
}
header #search-box input[type="text"]:focus{
	border: none;
	outline: none;
}
header #search-box button{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	z-index:999;
	top:-10px;
}
header #search-box #logo-img{
	position: absolute;
	left: 0;
	width: 100px;
	height: 40px;
	z-index: 999;
}
header .secondrow #head-banner{
	float: right;
}

header nav{
	height: 51px;
	overflow: hidden;
	padding: 5px 0;
}

header nav #nav-category{
	float: left;
	padding: 10px 15px;
	color: white;
	background-color: forestgreen;
	cursor: pointer;
	text-align: center;
	width: 220px;	
}
#main-wrapper header nav #nav-category{
	width: 132px;
}
nav .sub{
	position: absolute;
	z-index: 999;
	color: #333;
	border: solid 2px #333;
	background-color: white;
	margin-top: 80px;
	display:none;
}
nav .sub.active{
	display: block;
}
nav .sub .sub-box{
	position: relative;
	float: left;
	width: 14.28571428571429%;
	border-right: solid 1px #999;
}
nav .sub .sub-box:nth-child(7){
	border: none;	
}
nav .sub .sub-box .heading{
	background-color: #f5f5f5;
	padding: 10px 0;
	text-align: center;
}

nav .sub .sub-box .body{
	background-color: white;
	height: 250px;
}
nav .sub .body li{
	display: block;
	padding: 5px 15px;
}
nav .sub .row{
	overflow: hidden;
	margin: 0;
}
header nav #nav-banner{
	float: left;
}
header nav .nav-menu{
	float: left;
}
header nav .nav-menu li{
	padding: 10px 7px;
}
header nav .nav-menu li > a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 5px 5px;
}
header nav .nav-menu li >a.tag{
	background-color: forestgreen;
	color: white;
}
.nav-menu:first-child li:last-child a{
	padding-right: 15px;
	border-right: solid 1px #333;
}

#main{
	height: 465px;
	margin-bottom: 10px;
}
#main .container{
	height: 100%;
}
#main-category{
	float: left;
	width: 132px;
	position: relative;
}
#main-category li{
	display: block;
	padding: 6px 0;
	padding-left: 8px;
	line-height: 23px;
	font-size: 13px;
	color: #fff;
	
	background-color: rgba(51, 51, 51, 0.85);
	border-top: 1px solid #949daa;
	border-color: rgba(0, 0, 0, 0.1);
}
#main-category li a{
	color: white;
}
.w754{
	width: 960px !important;
}
.w200{
	width: 220px !important;
}
.w200 #main-category{
	width: 220px;
}
.w200 #main-category li{
	background-color: #808995;
	border-top: 1px solid #949daa;
}
#main-category li.title{
	background-color: transparent;
	color: #333;
	font-weight: bold;
	border: none;
	margin-top: 25px;
	border-top: solid 1px #959ca4;
}


#main #main-slide{
	width: 783px;
	float: left;
	height: 100%;
	background-color: #F3E192;
	position: relative;
}
#main #main-slide img{
	width: 783px;
	height: 465px;
}
#main #main-right{
	width: 285px;
	float: left;
}
#main #main-right #main-rank{
	height: 220px;
	background-image: url('img/bg_main_search_hot.gif');
	color: white;
	padding: 0 30px;
}
#main #main-right #main-rank h1{
	color: white;
	padding: 25px 0 15px;
	font-size: 16px;
	font-weight: normal;
}
#main-rank .cycle-slideshow > div{
	width: 100%;
	position: relative;
}
#main-rank .hot-rank{
	position: relative;
	width: 50%;
	float: left;
}
#main-rank .hot-rank li{
	margin-bottom: 6px;
}
#main-rank .hot-rank li span.num{
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 6px 0 0;
	font-size: 11px;
	line-height: 16px;
	font-family: tahoma, sans-serif;
	background: #000;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #fff;
}
#main-rank .hot-rank li a{
	color: #fff;
	height: 20px;

font-size: 14px;
line-height: 20px;	
}
#main #main-right #main-hot{
	height: 245px;
	background-color: white;
	padding: 10px 20px;
}
#main #main-hot > .title{
	width: 100%;
	position: relative;
	padding: 15px 0 0px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}
#main #main-hot > .title li{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	text-align: center;
	color: #ddd;
	
	height: 27px;
	cursor:pointer;
}
#main #main-hot .title li:first-child{
	border-right: solid 1px #ddd;
}
#main #main-hot .title li.tab-title span{
	position: relative;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
}
#main #main-hot .title li.tab-title.active span{
	color: forestgreen;
	border-bottom: solid 5px red;
}
#main #main-hot .body .tab-content{
	display: none;
}
#main #main-hot .body .tab-content.active{
	display: block;
}
/*
 * 
 jumbotron height: 465px
 */

section.box{
	float: left;
	padding: 10px;
	position: relative;
}

.box.banner .body{
	padding:0;
}
.box1{
	width: 25%;
}
.box2{
	width: 50%;
}
.box3{
	width: 75%;
}
.box4{
	width: 100%;
}
.box > .title, .box > .body, .box > .foot{
	padding: 10px 15px;
	background-color: white;
}
.box > .title{
	padding: 21px 25px;
	overflow: hidden;
	padding-bottom: 0;
}
.box > .title h1{
	font-size: 16px;
	color: #333;
	float: left;
	overflow: hidden;
	position: relative;
}
.box > .title .sub{
	font-size: 12px;
	color: #333;
	float: right;
	font-weight: normal;
	margin-top : 0px;
}
.box > .title .sub ul{
	margin-top: 5px;
}
.box > .title .sub li{
	display: inline-block;
	margin-left: 5px;
}
.box > .title.image-title{
	
	height: 202px;
	
}
.box > .image-title ~ .body{
	height: 234px;
	padding-top: 25px;
}
.box > .title.with-border{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	position: relative;
}
.box > .title.bg-gray{
	height: 47px;
	background: #f6f6f6;
	color: #333;
	padding: 0 20px;
}
.box > .title.bg-gray h1{
	
	line-height: 50px;
}
.box > .body{
	overflow: hidden;
	border-bottom: 1px solid #edeeef;
}
/* 협력사 배너 이미지 */
.box > .body    ul.banner-wrap{
	margin: -10px 0;
	margin-bottom: 8px;
}
.box > .body  ul.banner-wrap > li {
    display: block;
    float: left;
    text-align: center;
    height: 57px;
    padding-top: 20px;
    
}
.box1 > .body   ul.banner-wrap > li:nth-child(2n){
	border-right: none;
}
.box1 > .body  ul.banner-wrap > li{
	width: 50%;
}
.box4 > .body > ul.banner-wrap{
	margin-bottom: -10px;;
	margin-left: -15px;
	margin-right: -15px;
}
.box4 > .body > ul.banner-wrap > li {
    width: 12.5%;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.box4 > .body > ul.banner-wrap >li:nth-child(8n){
	border-right: 0;
}
.box > .foot{
	border-bottom: 1px solid #c0c3c6;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
.box > .foot .tag{
	float: left;
}
.box > .foot .tag li{
	display: inline-block;
	margin-right: 5px;
}
.box > .foot .link{
	color : #999;
	float: right;
}
.box > .banner{
	width: 100%;
	height: 464px;
	background-color: white;
	text-align: center;
	border-bottom: 1px solid #c0c3c6;
}
.box > div:last-child{
	border-bottom: 1px solid #c0c3c6;
}
.body .left, .body .right{
	width: 50%;
	float: left;
	overflow: hidden;
}
.body .left{
	padding-right: 20px;
	border-right: dotted 2px #ddd;
}
.body .right{
	padding-left: 20px;
}

section .shocking{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
section .shocking-title{
	padding: 15px 10px;
	font-size: 26px;
	margin-top: 20px;
	font-weight: bold;
	overflow: hidden;
	height: 80px;
	position: relative;
}
section .shocking-title > a{
	margin-top: 20px;
	padding-left: 10px;
	display: block;
	float: left;
}
section .shocking-title ul{
	float:right;
}
section .shocking-title ul li{
	display: block;
	float: left;
	padding: 0 5px;
}
section .shocking-box{
	float: left;
	padding: 10px;
	width: 25%;	
}
.shocking-box > .head,
.shocking-box > .body,
.shocking-box > .foot{
	width: 100%;
}
.shocking-box > .head{
	height: 285px;
	background-color: white;
	border-bottom: solid 1px #eee;
}
.shocking-box > .body{
	padding: 10px 20px;
	background-color: white;
	overflow: hidden;
}
.shocking-box > .body .title{
	overflow: hidden;
	display: block;
	height: 21px;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.31;
	color: #333
}
.shocking-box > .body .price{
	font-size: 15px;;
	font-weight: bold;
	float: left;
	height: 23px;
	overflow: hidden;
	width: 100px;
}
.shocking-box > .body .count{
	font-size: 11px;
	color: #C0C3C6;
	float: right;
	padding-top: 5px;
}
.shocking-box > .foot{
	border-bottom: 1px solid #c6cacc;
	background: #fcfcfc;
	padding: 10px 20px;
	font-size: 12px;
}
.shocking-box > .foot .gpoint{
	color: forestgreen;
	
}
.thumbnail-container{
	float: left;
}
.box > .left .thumbnail-container, 
.box > .right .thumbnail-container,
.box > .body .thumbnail-container{
	width: 100%;
}
.box  .cycle-slide .thumbnail-container{
	width: 33.333333%;
}
.box .cycle-slide{
	width: 100%;
}
.box3 > .body > .thumbnail-container,
.box4 > .body > .thumbnail-container,
#best-list.box3 > .body > .thumbnail-container{
	width: 33.33333333%;
}
.box4 > .body > .thumbnail-container .image{
	height: 160px;
}
#best-list.box >.title{
	padding: 21px 25px;
	padding-bottom: 0;
}
#best-list.box > .title h1{
	font-size: 20px;
}
.thumbnail{
	float: left;
	width: 50%;
	padding: 11px;
}
.thumbnail > .image, .thumbnail > .title, .thumbnail > .price{
	width: 100%;
}
.thumbnail > .image{
	height: 110px;
	border: solid 1px rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
#hot-issue .thumbnail > .image{
	height: 173px;
}
.thumbnail > .title{
	height: 34px;
	font-size: 13px;
	overflow: hidden;
	display: block;
	line-height: 1.31;
	color: #333;
}
.thumbnail > .price{
	font-size: 12px;
	height: 14px;
	overflow: hidden;
}
.thumbnail-lg{
	width: 100%;
	height: 170px;
	position: relative;
	padding: 10px 10px;
}
.thumbnail-lg .thumbnail-image{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f3e192;
	border: solid 1px rgba(0,0,0,0.2);
}
.thumbnail-lg .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000;
	color: white;
	opacity: 0.6;
	padding: 5px 0;
	text-align: center;
}
.thumbnail-sm{
	width: 33.333333%;
	float: left;
	padding: 0 10px;
}
.thumbnail-sm .thumbnail-image{
	width: 100%;
	height:60px;
	background-color: #DADADA;
	font-size: 11px;
}
.thumbnail-sm .title{
	font-size: 12px;
	width: 100%;
	height: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.travel-button-wrap{
	padding: 0 10px;
	margin-top: 10px;
}
.travel-button-wrap > a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 13px 20px;
	
	background-color: skyblue;
	margin-bottom: 15px;
	position: relative;color:white;
	text-decoration: none;
	font-weight: bold;
	
	font-size: 15px;
}
.box .post-list{
	padding: 10px 15px;
}
.box .post-list > li{
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #f7f7f7;
}
.box .post-list > li:last-child{
	border: none;
	padding-bottom: 5px;
}
.box .post-list > li > a{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}
.box .post-list .image{
	float: left;
	width: 120px;
	height: 68px;
	background-color: gray;
}
.box .post-list .desc{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 68px;
	width: 100px;
}
.box .post-list .desc .point{
	overflow: hidden;
	margin: 0 0 2px 0;
	height: 16px;
	font-size: 12px;
	color: #5193c7;
	line-height: 16px;
	width: 100%;
	display: block;
}
.box .post-list .desc .title{
	overflow: hidden;
	height: 16px;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	height: 36px;
}
.btn{
	position: absolute;
	top: 50%;
	width: 55px;
	height: 55px;
	background: url('/renewal/img/sp_main.png') no-repeat;
	text-indent: -9999px;
	z-index: 100;
	cursor: pointer;
}
.btn_prev{
	left: 0;
	background-position: -130px -345px;
}
.btn_prev:hover{
	background-position: -250px -345px;
}
.btn_next{
	right: 0;
	background-position: -190px -345px;
}
.btn_next:hover{
	background-position: -310px -345px;
}
.row .btn_prev{
	margin-left: 10px;
}
.row .btn_next{
	margin-right: 10px;
}
#brand-buttons.buttons, #keyword-buttons.buttons{
	position: relative;
	float: right;
	width: 60px;
	height: 30px;
}
.btn-sm{
	width: 28px;
	height: 28px;
}
.btn-sm.btn_next{
	background-position: -200px -270px;
}
.btn-sm.btn_prev{
	background-position: -160px -270px;
}
#main-slide .btn{
	width: 60px;
	height: 60px;
	top: 45%;
}
#main-slide .btn.btn_prev{
	background-position: -280px -40px;
}
#main-slide .btn.btn_next{
	background-position: -350px -40px;
}
#main-slide:hover .btn.btn_prev{
		background-position: 0px -40px;
}
#main-slide:hover .btn.btn_next{
	background-position: -70px -40px;
}
#main-slide .btn.btn_prev:hover{
	background-position: -140px -40px;
}
#main-slide .btn.btn_next:hover{
	background-position: -210px -40px;
}

#main-slide .pager{
	position: relative;
	z-index: 998;
	bottom: 0;
	display: block;
	bottom: 36px;
	display: table;
	opacity: 0.85;
}
#main-slide .pager > a {

	padding: 10px 0;
	height: 36px;
	cursor: pointer;
	line-height: 18px;
	text-align: center;
	background-color: white;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #2d323b;
	display: table-cell;
	width: 1%;
}
#main-slide .pager > a.cycle-pager-active {
	background-color: forestgreen;
	color: white;
}
.btn-xs{
	float: left;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: url('/renewal/img/sp_main.png') no-repeat 0px -470px;
	
position: relative;
top:0;
}
#btn_prev_brand.btn-xs{
	background-position: 5px -470px;
}
#btn_next_brand.btn-xs{
	background-position: -15px -470px;
}
#btn_prev_keyword.btn-xs{
	background-position: -270px 0;	
}
#btn_next_keyword.btn-xs{
	background-position: -294px 0;
}
.box .body:hover .btn-sm.btn_prev{
	background-position: 0 -270px;
}
.box .body .btn-sm.btn_prev:hover{
	background-position: -80px -270px;
}
.box .body:hover .btn-sm.btn_next{
	background-position: -40px -270px;
}
.box .body .btn-sm.btn_next:hover{
	background-position: -120px -270px;
}
#detail-main .title{
	border-bottom: solid 1px #000000;
}
#detail-main .category{
	margin: 20px 0 0;
	color: #999999;
}
#detail-main .title h1{
	padding: 20px 0 5px;
	color: #333;
	
	font-size: 24px;
}
#detail-main .title p{
	margin-bottom: 20px;
	color: #999999;
}
#detail-main .info > div{
	float: left;
}
#detail-main .info > .left{
	width: 500px;
}
#detail-main .info > .right{
	width: 700px;
}
#detail-main .info > .right .price{
	padding: 20px 30px;
	background-color: #f5f5f5;
	border-bottom: none;
}
#detail-main .info .right .banner {

	padding: 10px 10px;
	margin-bottom: 20px;
}
.info .price h1{
	color: #333;
	font-size: 16px;
	margin-bottom: 7px;
}
.info .price h1 span.n{
	font-size: 24px;
	margin-left: 10px;
}
.info .goods-info{
	padding: 13px 30px;
	border-bottom: solid 1px #eee;
	font-size: 13px;
	position: relative;
overflow: hidden;
}
.info .goods-info dt, 
.info .goods-info dd{
	float: left;
}
.info .goods-info dt{
	font-weight: bold;
	margin-right: 7px;
}
.info .goods-info dd{
	margin-right: 15px;
}.info .goods-info dt small{
	padding-right: 5px;
}
.info .total{
	padding: 5px 30px;
	text-align: right;
	font-size: 13px;
	border-bottom: solid 1px #eee;
	width: 100%;
}
.info .price .del{
	color: #666666;
	font-size: 13px;
}
.info .price .del span.n{
	font-size: 14px;
	color:#666666;
}
.info .total span.n, .info .price span.n{
	font-size: 24px;
}
.info .buttons{
	margin: 20px;
}
#option_set_added > li{
	border-bottom: solid 1px transparent !important;
}
.info > .right .buttons li{
	display: block;
	position: relative;
	float: left;
	padding: 0 5px;
	
}
.info > .right  .buttons  li > a{
	min-width: 65px;
	padding: 10px 15px;
	font-size: 14px;
	background-color: white;
	color: #808080;
	border: solid 1px #808080;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.info > .right  .buttons li > a.buy,
.info > .right .buttons  li > a.cart{
	width: 160px;
}
.info >.right .buttons li > a.buy{
	background-color: forestgreen;
	border-color: forestgreen;
	color: white;
}
.info >.right .buttons li > a.cart{
	border-color: forestgreen;
	color: forestgreen;
}
#info-wrap{
	
	position: relative;
	float: left;
	width: 100%;
}
#map1, #map2, #map3, #map4{
	margin: 40px 0 20px;
	position: relative;
	float: left;

	width:100%;

}
.map-nav{

}
.map-nav ul{
	position: relative;
	display: block;
	overflow: hidden;
		margin-bottom: 15px;
}
.map-nav ul li{
	float: left;
	display: block;
	position: relative;
	border: solid 1px #808080;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 2px forestgreen;
		
}
.map-nav ul li.none{
	height: 54px;
	width: 450px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.map-nav ul li > a{
	display: block;
	padding: 15px 50px;
	min-width: 160px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: none;
	font-weight: bold;

}
.map-nav ul li.active {
	color: forestgreen;
	border-color: forestgreen;
	border-width: 2px;
	border-bottom: none;
}
.map-nav ul li.active a{
	color: forestgreen;
}

.ed{
	font-family: Dotum, AppleGothic, Helvetica, sans-serif;
padding: 3px 2px 3px 2px;
height: 18px;
border: 1px solid #ccc;
font-size: 12px !important;
color: #333;
line-height: 1.4em;
}

footer{
	min-width: 1200px;
	font: 14px/1 '맑은 고딕', 'Malgun Gothic', Helvetica, 'AppleSDGothicNeo', '돋움', dotum, Tahoma, sans-serif;
	padding-bottom: 80px;
	background: #fafafa;
}
footer #footer-title{
	background: #f2f2f2;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	height: 52px;
	padding: 16px 0;
	overflow: hidden;
}
#footer-title ul li{
	display: block;
	float: left;
	border-right: 1px solid #dadada;
}

#footer-title li a{
	color: #666;
	line-height: 1.2;
	padding: 0 25px;
}
footer #footer-body{
	color: #333;
	background: #fafafa;
}
#footer-body #company-address{
	width: 100%;
	padding-bottom: 22px;
	padding-top: 30px;

	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
#footer-body #company-address li {
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e8e8e8;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    height: 70px;
}
#footer-body #company-address li:last-child{
	border-right: none;
}
#footer-body #company-address #logo-image{
	width:141px;
}
#footer-body #company-address #about-company{
	width: 448px;

}
#footer-body #company-address #customer-service{
	width: 341px;
}
#footer-body #company-address #cyber-dispute{
	width: 269px;
}
#footer-body li p, #footer-body li button {
	font-size: 11px;
}
#footer-body .links{
	overflow: hidden;
	padding: 20px 0;
}
#footer-body .links ul li{
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	border: 1px solid #dadada;
	background-color: #fafafa;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	height: 17px;
	margin: 0 5px;
}
#footer-text{
	overflow: hidden;
	margin-bottom : 40px;
	
}
.quick-bar{
	position: fixed; 
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #dce1e5;

	z-index: 3000;
	
}
.quick-bar .button{
	display: block;
	padding: 15px 20px;
	float: left;
	overflow: hidden;
	border-right: #d0d6da;
	text-align: center;
	cursor: pointer;
}
.quick-bar .button:hover{
	text-decoration: none;
}
.quick-bar .button img{
	width: 40px;
	height: 30px; 
}
.quick-bar .button div{
	color: #8a97a1;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
}
.quick-bar #button-open, .quick-bar #button-close{
	background-color: #97a0a6;
	color: white;
}
.quick-bar #button-open:hover, 
.quick-bar #button-close:hover{
	background-color: #97a0a7;
}
.quick-bar #button-open div,
.quick-bar #button-close div{
	color: white;
}
.quick-bar #button-open{
	display: none;
	position: absolute;
	height: 80px;
	top: -80px;
}
.quick-bar .ad{
	float: left;
	border-left: #d0d6da;
	padding: 7px;
}
.quick-bar .ad .title{
	width: 80px;
	float: left;
	font-size: 14px;
	color: #818e98;
}
.quick-bar .ad .body{
	/*width: 280px;*/
	width: 640px;
	float: left;
	margin-left: 30px;
	position: relative;
}
.quick-bar .ad .body li{
	list-style: none;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}
.quick-bar .float-right{
	width: 55px;
}
.quick-bar .float-right a{
	display: block;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #7f8c97;
	padding: 5px;
}
.quick-bar .float-right a img{
	width: 30px;
}
.quick-bar .float-right a:hover{
	text-decoration: none;
}
.quick-bar #quick-btn{
	position: absolute;
	top: 0;
	width: 120%;
	left: -30px;
	padding-top: 30px;
}
.quick-bar #quick-btn .btn_next{
	right: 90px;
}

#nav-category{
	float: left;
	padding: 0px 10px;
	color: white;
	background-color: forestgreen;
	cursor: pointer;
	text-align: center;
}

