@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/*-------------------------------------------------
 item
--------------------------------------------------*/
.list_vert {
	/*width:704px;*/
	width: 100%;
}
.list_vert ul{
	margin:0;
	padding:0;
	list-style:none;
}
.list_vert li {
	overflow: hidden;
	display: block;
}
.list_vert .menu_name,.list_vert .list_tilelist .list_menu{
	color: #D90000;
}
.list_vert .menu_name {
	/*display: none;*/
	/*border-bottom:2px solid #7ACDEF;*/
	/*line-height:32px;*/
}
.list_vert .menu_info {
	color:#999;
	/*font-size:16px;*/
	margin-top:10px;
}
.list_vert li .list_tilelist {
	float:left;
	/*width:745px;*/
	width: 100%;
	margin: 0px 0 0 0px;
	padding: 0 0 30px 0;
	color:#325895;
	/*font-size: 20px;*/
}
/*.list_vert li .list_tilelist ul {
	margin:5px 0 0 0;
	border-bottom:2px solid #7ACDEF;
}*/
.list_vert li .list_tilelist ul {
	overflow: hidden;
	margin: 0 auto;
	/*border-top:2px solid #F66;*/
}
.list_vert li .list_tilelist ul li {
	overflow: hidden;
	width:220px;
	/*height:254px;*/
	margin: 10px 0;
	margin-right:12px;
	padding: 10px 0;
	border:1px solid #CCC;
}
.list_vert li .list_tilelist ul li a:hover {
	color:#333;
}
.item_content {
	/*font-size:14px;	*/
	width:180px;
	height:280px;	
	margin:0 auto;
	border:0;
	/*border:1px solid #FF0;*/
}
.item_content a{
	text-decoration: none;
}
.item_image {
	padding-top:10px;
	text-align: center;
}
.item_text {
	font-size: 1.4rem;
	margin-top:10px;
	text-indent: 0px;
	border:0px solid #F00;	
}
.item_text .item_title {
	font-size:1.6rem;
	color:#D9534F;
}
/*.item_hot img {*/
.item_hot {
	position: absolute;
	margin:-10px 0 0 137px;
	/*margin:-197px 0 0 138px;*/
	/*border-top:1px solid #CCC;*/
	/*border-right:1px solid #CCC;*/
}
.list_vert {
	/*font-size:20px;	*/
	color:#666;
}
.list_vert span {
	/*font-size:16px;	*/
	color:#CCC;
	margin:0 10px;
}

/*-------------------------------------------------
 more
--------------------------------------------------*/
a.more {
	float: right;
	display: block;
	width:53px;
	height:23px;
	cursor:pointer;
	/*font-size:16px;*/
	/*color:#FFF;*/
	text-align: center;
	margin:-8px 42px 10px 0;
	/*background: url(../../../../cufiles/images/web/layout/icon_more.jpg) no-repeat;*/
	/*border: 1px solid #F00;*/
}

a.more:hover {
	/*background: url(../../../../cufiles/images/web/layout/icon_more_hover.jpg) no-repeat;*/
}

/*-------------------------------------------------
 compare
--------------------------------------------------*/
.add_to_compare {
	position:absolute;
	color:#000;
	margin:2px;
	margin:5px 2px\9;
	cursor:pointer;
	margin:130px 0 0 110px;
}
.start_compare {
	color:#FFF;
	background:#73B7FF;
	margin:0 3px;
	padding:2px 5px;
	cursor:pointer;
	display:none;
}
.btn_compare {
	float:right;
	margin-top:30px;	
	cursor:pointer;
}
.flag {
	display:none;
	width:auto;
	/*font-size:12px;*/
	font-weight:bold;
	color:#79BD28;
	padding:0 7px;
	border:1px solid #CCC;
	background:#FFF;
	margin:-40px 0 0 -70px;
	
	/* support Safari, Chrome */
	-webkit-border-radius: 5px;
	/* support firefox */
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ck_hide {
	color:#CCC;	
}

/*-------------------------------------------------
 產品類別選單 tree_submenu_content1 first menu
--------------------------------------------------*/
.tree_submenu_content1 .mw-nav > li > a {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_open.png) 180px center no-repeat;
	margin-bottom:1px;
	width:180px;
}
.tree_submenu_content1 .mw-nav > li > a:hover {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_close.png) 180px center no-repeat;
}
.tree_submenu_content1 .mw-nav > li.active > a {
	color:#FFF;
	background:#79BD28 url(../../../../cufiles/images/web/layout/icon_close.png) 180px center no-repeat;
}
/*選單開合*/
.tree_submenu_content1 .mw-nav > li > ul.arrow-pad {
	display:none;
}
.tree_submenu_content1 .mw-nav > li.active > ul.arrow-pad {
	display:block;
}




/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {

}

/*iPad*/
@media screen and (max-width: 1023px) {

}


/*iPhone*/
@media screen and (max-width: 767px) {

	.list_vert li .list_tilelist ul {
		display: table;
		width:230px;
	}
	.list_vert li .list_tilelist ul li {
		overflow: hidden;
		width:230px;
		/*margin: 10px 0;
		margin-right:12px;
		padding: 10px 0;
		border:1px solid #CCC;*/
	}
	.item_content {
		/*font-size:14px;	*/
		width:200px;
		height:280px;	
		margin:0 auto;
		border:0;
		/*border:1px solid #FF0;*/
	}
	.item_hot {
		/*position: absolute;*/
		margin:-10px 0 0 151px;
	}

}