@charset "utf-8";

@media screen and (min-width: 1600px) and (max-width: 1920px) {}

@media screen and (min-width: 992px) and (max-width: 1599px) {}


@media only screen and (max-width: 1200px) {
	
	.menu-list li a{ padding-left:20px; padding-right:20px; }
	
}

@media only screen and (max-width: 1100px) {
	
	.idx-about-wrap{ min-height:380px; padding:30px 600px 20px 5%; }
	.idx-about-dec{ width:800px; height:100%; }
	
}


@media only screen and (max-width: 992px) {
	
	/*回頂端按紐*/
	.scrolltop{ bottom:15px; }
	
	.header-top-left{ width:calc( 100% - 130px ); margin-right:30px; }
	.header-top-right{ width:100px; min-height:50px; }

	/*小螢幕時選單鈕*/
	.menu-trigger{ display:block; }
	.menu-toggle-content{ display:none; }
	.menu-toggle-content.opened{ display:block; }
	
	/*選單*/
	.menu-list{ display:none; }
	
	
	/*頁尾*/
	.footer-bottom-wrap{ padding-bottom:30px; }
	.web-designer{ position:relative; bottom:auto; right:auto; margin-top:10px; }
	
	
		
	/*分類*/
	.category-area{ display:none; }
	
	/*導覽路徑*/
	.breadcrumbs{ padding:10px 0; }
	
	
	
	/*首頁-關於我們*/
	.idx-about-wrap{ min-height:auto; padding:20px 6% 80px 6%; }
	.idx-about-dec{ display:none; }
	.idx-about-name{ font-size:30px;}
	.idx-about-intro{ font-size:16px; line-height:1.8; }
	
	
	/*首頁-聯絡我們*/
	.idx-contact-left{ width:50%; }
	.idx-contact-right{ width:50%; }
	
	
	/*首頁-聯絡我們*/
	.idx-contact-name{ font-size:30px; }
	.idx-contact-info li{ font-size:16px; margin-bottom:20px; }
	
	
	/*商品介紹*/
	.product-left-side{ display:none; }
	.product-right-side{ width:100%; }
	

}


@media only screen and (max-width: 768px) {	

	/*聯絡我們*/
	.contact-gp-left{ width:100%; margin-bottom:25px; margin-right:0; }
	.contact-gp-right{ width:100%; }
	
	.input-group { margin-bottom:20px; padding-right:0; }
	.input-group.half-width{ width:100%; } 
	.input-control { width:100%; margin-top:3px; }
	.form-bt-line{ text-align:center; padding-left:0px; }
	
	.input-group input[type=text] { border-color:#ccc; height:45px; }
	
}


@media only screen and (max-width: 640px) {
	
	/*詳細頁縮圖*/
	.thumbnail-list.three-cols li{ width:100%; margin:10px 0;}

	
	/*首頁-聯絡我們*/
	.idx-contact-left{ width:100%; padding-left:6%; padding-right:6%; }
	.idx-contact-right{ width:100%; min-height:250px; }
	.idx-contact-info span{ display:inline-block; vertical-align:middle; margin:0; }


	/*最新消息詳細*/
	.news-view-name .date{ text-align:center; }
	
	
	/*商品列表*/
	.product-list li{ width:48%; margin-right:4%; margin-bottom:30px; }
	.product-list li:nth-child(3n){ margin-right:4%; }
	.product-list li:nth-child(2n){ margin-right:0; }
	.product-item:hover .product-item-more , .product-item:hover .product-item-photo:before{ opacity:0; }
	
}


@media only screen and (max-width: 480px) {
	
	.header-top-right{ min-height:70px; }
	
	.logo{ max-width:240px; padding:10px 20px 0 10px; }
		
}


@media only screen and (max-width: 360px) { 	
}






