@charset "utf-8";

@media screen and (min-width: 1600px) and (max-width: 1920px) {
	
	/*輪播區塊*/
	.banner-wrap{ padding-right:600px; }
	.banner-wrap:before{ width:600px; height:514px; margin-top:-257px; }

}

@media screen and (min-width: 992px) and (max-width: 1599px) {}


@media only screen and (max-width: 1200px) {
	
	/*logo和選單列*/
	.header-top-left{ width:30%; margin-right:5%; }
	.header-top-right{ width:65%; }
	
	
	/*首頁-輪播區塊*/
	.banner-wrap{ padding-right:400px; }
	.banner-wrap:before{ width:400px; height:342px; margin-top:-171px; }
	
	


}

@media only screen and (max-width: 992px) {
	
	/*logo和選單列*/
	.header-top-flex{ align-items:center; }
	.header-top-left{ width:75%; margin-right:5%; }
	.header-top-right{ width:20%; text-align:right; }
	
	.menu-list{ display:none; }
	
	/*小螢幕時選單鈕*/
	.menu-trigger{ display:inline-block;  }
	.menu-toggle-content{ display:none; }
	.menu-toggle-content.opened{ display:block; }
	
	
	/*頁尾*/
	.footer-top-left{ display:none; }
	.footer-top-center{ width:100%; }
	.footer-top-right{ width:100%; margin-top:20px; }
	
	.footer-info-list{ border-left-width:0; padding-left:0px; text-align:center; }
	
	.footer-bottom-wrap{ padding-top:20px; padding-bottom:20px; }
	.web-designer{ position:relative; bottom:auto; right:auto; margin-top:10px; }
	
	
	/*大標與分類*/
	.headline-wrap{ padding-left:0; }
	.headline-wrap .page-headline{ top:auto; left:auto;}

	
	/*分類*/
	.category-area{ display:none; }
	
	
	/*---------------------------------------------------------------------------------------------------*/
	
	
	/*首頁-輪播區塊*/
	.banner-wrap{ padding-right:30px; margin:10px 0; }
	.banner-wrap:before{ display:none; }
	.owl-banner .item{
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-bborder-radius:0px;
		border-radius:0px;
	}
	
	/*首頁-頁尾*/
	.idx-footer .footer-top-flex{ margin-top:30px; }
	
	
	/*關於我們*/
	.about-main-wrap{ min-height:800px; }
	.about-main-wrap:before{ width:480px; height:800px; opacity:0.5; }

	/*商品介紹*/
	.product-main-wrap{ min-height:800px; }
	.product-main-wrap:before{ width:600px; height:840px; opacity:0.5; }
	
	.product-left-side{ display:none; }
	.product-right-side{ width:100%; }
	
	
	/*商品詳細頁*/
	.pro-view-photos .item-thumb-frame .item-thumb{ padding-bottom:100%; }
	
}


@media only screen and (max-width: 768px) {	
	
	/*回首頁與語系按鈕*/
	.quickly-links-wrap{ text-align:center; }
	/*.quickly-links-item{ min-width:120px; }*/

	/*商品詳細頁*/
	.product-view-gp-left{ width:100%; margin-right:0; margin-bottom:30px; }
	.product-view-gp-right{ width:100%; }
	.product-view-headline{ display:none; }
	.pro-view-photos .item-thumb-frame .item-thumb{ padding-bottom:80%; }
	
	/*聯絡我們*/
	.contact-info-list li{ width:100%; margin:0 0 20px 0; }
	
}


@media only screen and (max-width: 640px) {
	
	/*大標與分類*/
	.headline-wrap{ margin-bottom:30px; min-height:90px;}
	
	/*大標*/
	.page-headline{ margin-bottom:30px; }
	.page-headline .title{ width:250px; height:88px; font-size:24px; line-height:90px; }

	
	/*關於我們*/
	.about-main-wrap:before{ display:none; }
	
	/*商品介紹*/
	.product-main-wrap:before{ display:none; }
	
	/*商品列表*/
	.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{ padding:10px 5px 15px 5px; }
	
	/*商品詳細頁*/
	.product-view-description{ padding:35px 15px 10px 15px; }
	
	
	/*聯絡我們*/
	.contact-info-area{ padding-bottom:20px; }
	.contact-info-dec01 , .contact-info-dec02{ display:none; }

}


@media only screen and (max-width: 480px) {	
}


@media only screen and (max-width: 360px) { 	
}






