/* z-index : 4 */
/* swiper contral */
.swiper-container {
	width: 100%;
    height: 100%;
	display:block;
	position:relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* SLIDER */
.slider {
	width: 90%;
	margin: 10px auto;
}

.slick-slide {
	margin: 0px 5px;
}

.slick-slide img {
	width: 100%;
}

/*.slick-prev:before,
.slick-next:before {
    color: black;
}*/
.slick-prev {
	text-indent:-9999px;
	background-image:url(../images/prev_arror.png);
	background-position:center;
	background-repeat:no-repeat;
}
.slick-next {
    text-indent:-9999px;
	background-image:url(../images/next_arror.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* 共用 */
@font-face {
	font-family: FT;
	src: url('fonts/Avenir Next Condensed.ttf');
}
#OUT_BOX {
	width:100%;
}
a {cursor: pointer;}
a.top_menu {
	display:block;
	position:relative;
	float:left;
	margin:0 10px 0 0;
	font-size:14px;
	font-family:Arial;
	letter-spacing:0px;
	text-decoration:none;
	color:#666;
}
a.top_menu:hover {
	text-decoration:underline;
}
a.type_btn {
	display:block;
	position:relative;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	font-size:14px;
	font-family:Arial;
	letter-spacing:0px;
	text-decoration:none;
	color:#999;
	border-right:1px solid #999;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
a.type_btn:last-child {
	border:0;
}
a.type_btn:hover {
	color:#666;
	text-decoration:underline;
}
.menu_mark {
	font-size:14px;
	font-family:Arial;
	line-height:21px;
	color:#393939;
	letter-spacing:0px;
	position:absolute;
	right:10px;
}
a.close_btn {
	width:40px;
	height:40px;
	display:block;
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../images/close_btn.png);
	background-position:center;
	background-repeat:no-repeat;
}
a.menu_btn {
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	padding:10px;
	font-size:14px;
	font-family:Arial;
	letter-spacing:0px;
	line-height:21px;
	text-decoration:none;
	color:#393939;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.menu_btn:hover, a.menu_btn_selected {
	background-color:#fafafa;
}
a.menu_btn2 {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	padding:10px;
	margin:0 0 0 10px;
	overflow:hidden;
	font-size:14px;
	font-family:Arial;
	letter-spacing:0px;
	line-height:21px;
	text-decoration:none;
	color:#393939;
	background-color:#fafafa;
}
a.menu_btn2:hover {
	background-color:#fff;
}
a.go_top {
	width:33px;
	height:33px;
	display:none;
	overflow:hidden;
	position:fixed;
	right:1%;
	bottom:100px;
	background-color:#ccc;
	background-image:url(../images/top_arror.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:4;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
a.go_top:hover {
	background-color:#333;
}

/* cart */
#cart_box {
	height: 20px;
	display: block;
	position: relative;
	float: left;
	overflow-x: hidden;
	cursor: pointer;
}
.cart_amount {
	position: relative;
	float: left;
	font-size: 14px;
	font-family: Arial;
}

/* Buy Box */
#buy_box {
	width:300px;
	display: block;
	padding: 10px;
	overflow: hidden;
	position: fixed;
	left:0;
	top:0;
	background-color: #fff;
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:2px 2px 2px 2px rgba(20%,20%,20%,0.3);
	z-index: 9999;
}
#buy_box > ul {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}
#buy_box > ul > li {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#buy_box > ul > li:first-child {
	width: 30%;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #efefef;
}
#buy_box > ul > li:last-child {
	width: calc(70% - 21px);
}
#buy_box > ul > li > ul {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#buy_box > ul > li > ul > li {
	clear: both;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-family: '微軟正黑體';
	letter-spacing: 1px;
	line-height: 18px;
	color: #333;
}
#buy_box > ul > li > ul > li:first-child {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #efefef;
}

/* Buy List */
#buy_list {
	width:300px;
	display: block;
	padding: 10px;
	overflow: hidden;
	position: fixed;
	background-color: #fff;
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:2px 2px 2px 2px rgba(20%,20%,20%,0.3);
	z-index: 9999;
}
#buy_list > ul {
	clear: both;
	width: 100%;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#buy_list > ul:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}
#buy_list > ul > li {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#buy_list > ul > li:first-child {
	width: 30%;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #efefef;
}
#buy_list > ul > li:last-child {
	width: calc(70% - 21px);
}
#buy_list > ul > li > ul {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#buy_list > ul > li > ul > li {
	clear: both;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-family: '微軟正黑體';
	letter-spacing: 1px;
	line-height: 18px;
	color: #333;
}
#buy_list > ul > li > ul > li:first-child {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #efefef;
}

/* 手機版型 */
@media screen and (max-width: 1024px){
	#LEFT_BOX {
		width:60%;
		display:block;
		position:fixed;
		top:0;
		left:-60%;
		height:100%;
		overflow:scroll;
		overflow-x: hidden;
		background-color:#f2f2f2;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#LEFT_BOX ul.left_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		padding:10px;
		border-bottom:1px solid #ddd;
	}
	#LEFT_BOX ul.left_ul li.left_li {
		position:relative;
		float:left;
	}
	#LEFT_BOX ul.left_ul li.close_li {
		width:50px;
		display:block;
		position:relative;
		float:right;
		padding:0;
		border-left:1px solid #ddd;
		overflow:hidden;
	}
	#menu_box {
		clear:both;
		width:100%;
		display:block;
		overflow:hidden;
	}
	#menu_box ul.menu_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#menu_box ul.menu_ul li {
		clear:both;
		display:block;
		position:relative;
	}
	#menu_box ul.menu_ul li ul {
		width:100%;
		display:none;
		position:relative;
	}
	#menu_box ul.menu_ul li ul li {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	
	#RIGHT_BOX {
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	
	#topbox {
		width:100%;
		display:block;
		position:fixed;
		left:0;
		top:0;
		z-index:3;
		background-color:#fff;
	}
	#topbox ul.top_ul {
		height:25px;
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:5px;
		background-color:#f1f1f1;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	/* 頂部選單 */
	#topbox ul.top_ul li.top_ul_menu {
		position:relative;
		display:none;
		float:left;
		margin:0 0 0 19%;
	}
	
	/* 語言選擇區塊 */
	#topbox ul.top_ul li.top_lg {
		position:relative;
		float:right;
		margin:0 5% 0 0;
	}
	#lg_box {
		display:block;
		position:relative;
	}
	#lg_box ul.lg_ul {
		clear:both;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#lg_box ul.lg_ul li.lg_li {
		display:block;
		position:relative;
		float:left;
		margin:0 0 0 5px;
		font-size:12px;
		font-family:Arial;
		letter-spacing:0px;
		color:#666;
	}
	#lg_box ul.lg_ul li.lg_flag {
		width:15px;
		height:15px;
		display:block;
		position:relative;
		float:left;
		margin:0 0 0 5px;
		overflow:hidden;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	
	/* 語言選單 */
	#lg_menu {
		display:none;
		position:absolute;
		left:0;
		top:15px;
		overflow:hidden;
		z-index:3;
	}
	#lg_menu ul.lg_menu_arrow {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:0 0 0 10px;
		overflow:hidden;
		z-index:4;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#lg_menu ul.lg_menu_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		margin:-3px 0 0 0;
		padding:5px;
		overflow:hidden;
		border:1px solid #ccc;
		background-color:#fff;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.lg_btn {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:5px;
		overflow:hidden;
		font-size:12px;
		font-family:Arial;
		letter-spacing:0px;
		color:#666;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.lg_btn:hover {
		background-color:#ccc;
		color:#fff;
	}
	#lg_menu ul.lg_menu_ul a.lg_btn li.lg_menu_flag {
		width:15px;
		height:15px;
		position:relative;
		float:left;
		display:block;
		margin:0 5px 0 0;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		overflow:hidden;
	}
	#lg_menu ul.lg_menu_ul a.lg_btn li.lg_menu_li {
		display:block;
		position:relative;
		float:left;
		padding:0 0 0 5px;
		border-left:1px solid #b5b5b5;
	}
	
	/* 漢堡選單+LOGO+搜尋 */
	#topbox ul.top_center {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		padding:10px 0 10px 5%;
		background-color:#fff;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		border-bottom:3px solid #333840;
	}
	#topbox ul.top_center li.center_li {
		position:relative;
		float:left;
		margin:0 10px 0 0;
	}
	#topbox ul.top_center li.center_li:nth-child(3) {
		width:40%;
	}
	#topbox ul.top_center li.center_li:nth-child(3), #topbox ul.top_center li.center_li:nth-child(4) {
		display: none;
	}
	a.buger_btn {
		display:block;
		position:relative;
		margin:10px 0 0 0;
		text-decoration:none;
	}
	a.buger_btn:hover {
		opacity:0.6;
	}
	a.logo_btn, a.logo_btn2 {
		width:120px;
		height:57px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
		overflow:hidden;
		background-image:url(../images/logo.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto;
	}
	a.logo_btn2 {
		width: 120px;
		height: 50px;
		background-size: cover;
		background-image:url(../img/header-logo.png);
	}
	
	/* 關鍵字搜尋 */
	input.search_inp {
		height:42px;
		width:100%;
		padding:0 10px;
		border:1px solid #e2e3e7;
		background-color:#f7f7f7;
		font-size:14px;
		font-family:Arial;
		line-height:52px;
		letter-spacing:0px;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.search_btn {
		width:42px;
		height:42px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
		background-image:url(../images/search.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	/* 產品分類選單 */
	#topbox ul.top_menu {
		clear:both;
		width:100%;
		display:none;
		position:relative;
		padding:0 0 25px 19%;
		margin:-10px 0 0 0;
		background-color:#fff;
		border-bottom:3px solid #333840;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	/* footer */
	#footer {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		background-color:#3f3f3f;
	}
	#footer ul.footer_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		float:left;
		overflow:hidden;
		padding:20px 5% 100px 5%;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#footer ul.footer_ul li.footer_li {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		float:left;
		padding:0 0 10px 0;
		margin:0 0 20px 0;
		border-bottom:1px solid #9c9c9c;
	}
	#footer ul.footer_ul li.footer_li:last-child {
		border:0;
	}
	div.footer_box {
		width:100%;
		display:block;
		position:relative;
	}
	div.footer_box ul.box_title {
		clear:both;
		width:100%;
		font-size:16px;
		font-family:'FT',Arial;
		letter-spacing:0px;
		color:#fff;
		margin:0 0 20px 0;
	}
	div.footer_box ul.box_list {
		clear:both;
		width:100%;
		display:block;
		padding:0 10px 0 0;
		position:relative;
		overflow:hidden;
	}
	a.footer_link {
		font-size:14px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		text-decoration:none;
	}
	a.footer_link:hover {
		color:#fff;
	}
	div.circle {
		width:5px;
		height:5px;
		display:block;
		position:relative;
		float:left;
		overflow:hidden;
		margin:6px 10px 0 0;
		background-color:#9c9c9c;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	div.footer_box ul.box_list li.list_li {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:10px 10px 0 0;
		font-size:14px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		line-height:18px;
	}
	div.footer_box ul.box_list li.list_li:last-child {
		padding:10px 10px 10px 0;
	}
	#footer ul.copyright {
		clear:both;
		width:100%;
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		padding:20px 5%;
		font-size:12px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		background-color:#202326;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#footer ul.copyright li.copyright_li {
		position:relative;
		float:left;
	}
	#footer ul.copyright li.copyright_li:last-child {
		float:right;
	}
	#footer ul.copyright li.copyright_li ul.icon_ul {
		height:50px;
		display:block;
		position:relative;
		float:right;
		margin-left:10px;
	}
}

/* 電腦版型+平板版型 */
@media screen and (min-width: 1025px){
	#LEFT_BOX {
		width:20%;
		display:block;
		position:fixed;
		display:block;
		top:0;
		left:-20%;
		height:100%;
		overflow:scroll;
		overflow-x: hidden;
		background-color:#f2f2f2;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#LEFT_BOX ul.left_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		padding:10px;
		border-bottom:1px solid #ddd;
	}
	#LEFT_BOX ul.left_ul li.left_li {
		position:relative;
		float:left;
	}
	#LEFT_BOX ul.left_ul li.close_li {
		width:20%;
		display:block;
		position:relative;
		float:right;
		padding:0 0 0 10px;
		border-left:1px solid #ddd;
	}
	#menu_box {
		clear:both;
		width:100%;
		display:block;
		overflow:hidden;
	}
	#menu_box ul.menu_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#menu_box ul.menu_ul li {
		clear:both;
		display:block;
		position:relative;
	}
	#menu_box ul.menu_ul li ul {
		width:100%;
		display:none;
		position:relative;
	}
	#menu_box ul.menu_ul li ul li {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	
	#RIGHT_BOX {
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
	}
	
	#topbox {
		width:100%;
		display:block;
		position:fixed;
		left:0;
		top:0;
		z-index:3;
		background-color:#fff;
	}
	#topbox ul.top_ul {
		height:25px;
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:5px 15%;
		background-color:#f1f1f1;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	/* 頂部選單 */
	#topbox ul.top_ul li.top_ul_menu {
		position:relative;
		float:left;
		margin:0 0 0 19%;
	}
	
	/* 語言選擇區塊 */
	#topbox ul.top_ul li.top_lg {
		position:relative;
		float:right;
		margin:0 5% 0 0;
	}
	#lg_box {
		display:block;
		position:relative;
	}
	#lg_box ul.lg_ul {
		clear:both;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#lg_box ul.lg_ul li.lg_li {
		display:block;
		position:relative;
		float:left;
		margin:0 0 0 5px;
		font-size:12px;
		font-family:Arial;
		letter-spacing:0px;
		color:#666;
	}
	#lg_box ul.lg_ul li.lg_flag {
		width:15px;
		height:15px;
		display:block;
		position:relative;
		float:left;
		margin:0 0 0 5px;
		overflow:hidden;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	
	/* 語言選單 */
	#lg_menu {
		display:none;
		position:absolute;
		left:0;
		top:15px;
		overflow:hidden;
		z-index:3;
	}
	#lg_menu ul.lg_menu_arrow {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:0 0 0 10px;
		overflow:hidden;
		z-index:4;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#lg_menu ul.lg_menu_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		margin:-3px 0 0 0;
		padding:5px;
		overflow:hidden;
		border:1px solid #ccc;
		background-color:#fff;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.lg_btn {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:5px;
		overflow:hidden;
		font-size:12px;
		font-family:Arial;
		letter-spacing:0px;
		color:#666;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.lg_btn:hover {
		background-color:#ccc;
		color:#fff;
	}
	#lg_menu ul.lg_menu_ul a.lg_btn li.lg_menu_flag {
		width:15px;
		height:15px;
		position:relative;
		float:left;
		display:block;
		margin:0 5px 0 0;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		overflow:hidden;
	}
	#lg_menu ul.lg_menu_ul a.lg_btn li.lg_menu_li {
		display:block;
		position:relative;
		float:left;
		padding:0 0 0 5px;
		border-left:1px solid #b5b5b5;
	}
	
	/* 漢堡選單+LOGO+搜尋 */
	#topbox ul.top_center {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		padding:10px 15%;
		background-color:#fff;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#topbox ul.top_center li.center_li {
		position:relative;
		float:left;
		margin:0 10px 0 0;
	}
	#topbox ul.top_center li.center_li:nth-child(3) {
		width:calc(100% - 400px);
	}
	#topbox ul.top_center li.center_li:nth-child(3), #topbox ul.top_center li.center_li:nth-child(4) {
		margin:5px 0 0 0;
	}
	#topbox ul.top_center li.center_li:last-child {
		margin: 0 0 0 10px;
	}
	a.buger_btn {
		display:block;
		position:relative;
		margin:10px 0 0 0;
		text-decoration:none;
	}
	a.buger_btn:hover {
		opacity:0.6;
	}
	a.logo_btn, a.logo_btn2 {
		width:150px;
		height:62px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
		overflow:hidden;
		background-image:url(../images/logo.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	a.logo_btn2 {
		background-image:url(../img/header-logo.png);
	}
	
	/* 關鍵字搜尋 */
	input.search_inp {
		height:42px;
		width:100%;
		padding:0 10px;
		border:1px solid #e2e3e7;
		background-color:#f7f7f7;
		font-size:14px;
		font-family:Arial;
		line-height:52px;
		letter-spacing:0px;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	a.search_btn {
		width:42px;
		height:42px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
		background-image:url(../images/search.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	/* 產品分類選單 */
	#topbox ul.top_menu {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:0 15% 25px 28%;
		margin:-10px 0 0 0;
		background-color:#fff;
		border-bottom:3px solid #333840;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	/* 廣告輪播區塊 */
	#ad_box {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		margin:125px 0 0 0;
		overflow:hidden;
	}
		
	/* footer */
	#footer {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		overflow:hidden;
		background-color:#2d3034;
		padding:0 10%;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#footer ul.footer_ul {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		float:left;
		overflow:hidden;
		padding:20px 5% 100px 5%;
	}
	#footer ul.footer_ul li.footer_li {
		display:block;
		position:relative;
		float:left;
		padding:0 20px;
	}
	#footer ul.footer_ul li.footer_li:last-child {
		width:50%;
	}
	div.footer_box {
		width:100%;
		display:block;
		position:relative;
	}
	div.footer_box ul.box_title {
		clear:both;
		width:100%;
		font-size:16px;
		font-family:'FT',Arial;
		letter-spacing:0px;
		color:#fff;
		margin:0 0 20px 0;
	}
	div.footer_box ul.box_list {
		clear:both;
		width:100%;
		display:block;
		padding:0 10px 0 0;
		position:relative;
		border-right:1px solid #9c9c9c;
		overflow:hidden;
	}
	a.footer_link {
		font-size:14px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		text-decoration:none;
	}
	a.footer_link:hover {
		color:#fff;
	}
	div.circle {
		width:5px;
		height:5px;
		display:block;
		position:relative;
		float:left;
		overflow:hidden;
		margin:6px 10px 0 0;
		background-color:#9c9c9c;
		-webkit-border-radius:50%;
		-ms-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	div.footer_box ul.box_list li.list_li {
		clear:both;
		width:100%;
		display:block;
		position:relative;
		padding:10px 10px 0 0;
		font-size:14px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		line-height:18px;
	}
	div.footer_box ul.box_list li.list_li:last-child {
		padding:10px 10px 10px 0;
	}
	#footer ul.copyright {
		clear:both;
		width:100%;
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		padding:20px 15%;
		font-size:14px;
		font-family:Arial;
		letter-spacing:0px;
		color:#9c9c9c;
		background-color:#202326;
		-webkit-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#footer ul.copyright li.copyright_li {
		position:relative;
		float:left;
	}
	#footer ul.copyright li.copyright_li:last-child {
		float:right;
	}
	#footer ul.copyright li.copyright_li ul.icon_ul {
		height:50px;
		display:block;
		position:relative;
		float:right;
		margin-left:10px;
	}
}