<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
	overflow-x:hidden;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());
	color:#000;
}

a img{
	border:none;
}

h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
	font-size:inherit;
}

/* 共通項目 */

.wrap{
	width:1000px;
	margin:0 auto;
}

.head{
	height:100px;
	width:1000px;
	position:relative;
	margin:0 auto;
}

.head_line{
	width:100%;
	height:1px;
	background:#313131;
}

.head_squer_link_button{
	float:right;
	margin:35px 0 0 10px;
}

.icon_wrap{
	color: #06C755;
	font-size: 48px;
}

#head_werner_link_button{
	float:right;
	margin:35px 10px 0 0;
	height:50px;
}

#head_cart_link{
	float: right;
	margin: 35px 25px 0 10px;
}

/* 共通 - 主選 */

.main_navi_wrap{
	width:1000px;
	padding-top:10px;
	margin:0 auto;
	height:98px;
}

.main_navi_wrap a{
	width:98px;
	height:98px;
	border-radius:15px;
	display:block;
	border:1px solid #313131;
	position:relative;
	float:left;
	margin:0 5px;
}

.main_navi_wrap a img{
	position:absolute;
	top:15px;
	left:30px;
}

.main_navi_wrap_a_hover_img{
	transform:rotateY(360deg);
	transition:all 1.5s 0s ease;
}

.main_navi_wrap a span{
	color:#313131;
	position:absolute;
	top:60px;
	width:98px;
	height:2em;
	text-align:center;	
}

.navi_bottom_black_line{
	width:100%;
	height:6px;
	clear:both;
	margin:10px 0 0 0;
	background:black;
}

/* 共通 - 上方圖片 */
#navi_bottom_img{
	width:1000px;
	height:320px;
	margin:0 auto;
}

#navi_bottom_img_background{
	width:100%;
	height:320px;
	margin:-320px 0 15px 0;
	background:gray;
	position:relative;
	z-index:-1;
}

/* 共通 有選單 內頁 */
#has_navi_content_wrap{
	width:1000px;
	min-height:500px;
	position:relative;
	margin:0 auto;
}

#content_navi_wrap{
	width:220px;
	float:left;
}

#content_navi_wrap a{
	width:170px;
	padding:5px 20px 0 30px;
	height:65px;
	background:url(../img/content_navi_background.jpg) top center no-repeat;
	display:block;
	color:#FFF;
	overflow:hidden;
	text-align:center;
	transition:all 0.1s linear;
	transition:line-height 1s linear;
}

#content_navi_wrap a:hover{
	background:url(../img/content_navi_background_hover.png) top center no-repeat;
	margin-left:-15px;
}

#content_navi_title{
	width:220px;
	height:100px;
	line-height:100px;
	font-size:1em;
	text-align:center;
	background:url(../img/content_navi_title_background.png) top center no-repeat;
	font-weight:bold;
	margin-bottom:13px;
}

#has_navi_content{
	width:750px;
	min-height:500px;
	overflow-x:hidden;
	word-break:break-all;
	float:right;
	padding-bottom:25px;
	margin-top:-10px;
}

#has_navi_page_pagination{
	width:750px;
	height:1.5em;
	clear:both;
	text-align:center;
}

#has_navi_page_pagination strong{
	background:black;
	margin-right:5px;
	color:#FFF;
	min-width:25px;
	height:1.5em;
	line-height:1.5em;
	display:inline-block;
	text-align:center;
}

#has_navi_page_pagination a{	
	background:gray;
	margin-right:5px;
	color:#FFF;
	min-width:25px;
	height:1.5em;
	line-height:1.5em;
	display:inline-block;
	text-align:center;
}

#has_navi_page_pagination a:hover{
	background:black;
	border-radius:10px;
}


/* 共通 - 底部輪播 */
#bottom_slider_all_wrap{
	width:918px;
	height:330px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#bottom_slider_display_wrap{
	width:918px;
	height:330px;
	overflow:hidden;
	position:relative;
}

.bottom_slider_item_wrap{
	width:936px;
	height:330px;
	position:absolute;
	left:0;
	top:0;
}

.bottom_slider_img_and_text_wrap{
	width:300px;
	height:330px;
	float:left;
	margin-right:9px;
}

.bottom_slider_img_wrap{
	width:298px;
	height:298px;
	position:relative;
	border:1px solid #000;
	display:block;
	overflow:hidden;
}

.watting_bottom_slider_load_img{
	position:absolute;
	left:120px;
	top:120px;
}

.bottom_slider_img{	
	cursor:pointer;
	transition:all 0.5s linear;
	display:none;
}

.bottom_slider_img:hover{
	transition:all 0.5s linear;
	opacity:0.7;
}

.bottom_slider_text{
	width:300px;
	height:30px;
	line-height:30px;
	text-align:center;
}

#bottom_slider_roll_left{
	position:absolute;
	left:-30px;
	top:125px;
	cursor:pointer;
	width:25px;
	height:45px;
	display:block;
	background:url(../img/content_slider_roll_left.png) top center no-repeat;
	border:none;
}

#bottom_slider_roll_left:hover{
	background:url(../img/content_slider_roll_left_hover.png) top center no-repeat;
}

#bottom_slider_roll_right{
	position:absolute;
	right:-30px;
	top:125px;
	cursor:pointer;
	width:25px;
	height:45px;
	display:block;
	background:url(../img/content_slider_roll_right.png) top center no-repeat;
	border:none;
}

#bottom_slider_roll_right:hover{
	background:url(../img/content_slider_roll_right_hover.png) top center no-repeat;
}

/* 共通 - 底部資訊 */

#foot_mall_link_wrap{
	text-align:center;
	padding:20px 0;
}

#foot_mall_link_wrap a:hover{
	opacity:0.8;
}

#foot_text_wrap{
	width:980px;
	margin:0 auto;
	color:#FFF;
	font-size:15px;
}

#foot_text_wrap a{
	font-size:13px;
	color:#FFF;
}

#foot_background{
	background:#2f3032;
	width:100%;
	height:85px;
	margin-top:-85px;
	position:relative;
	z-index:-1;
}

/* 共通 - 全版頁面 */
#full_page_content{
	width:1000px;
	min-height:500px;
	overflow-x:hidden;
	word-break:break-all;
	margin:0 auto;
	padding:0 0 50px 0;
}

#full_page_title_wrap{
	width:1000px;
	height:100px;
	position:relative;
	background:url(../img/content_navi_title_background.png) top left no-repeat;
	margin:0 auto;
}

#full_page_title_text{
	width:140px;
	height:2em;
	position:absolute;
	left:35px;
	top:36px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	font-size:14px;
}

#full_content_title_intro{
	width:770px;
	height:2.2em;
	position:absolute;
	right:0px;
	top:18px;
	background:url(../img/content_head_background.png) bottom center no-repeat;
	overflow:hidden;
}

#full_page_pagination{
	width:1000px;
	height:1.5em;
	clear:both;
	text-align:center;
}

#full_page_pagination strong{
	background:black;
	margin-right:5px;
	color:#FFF;
	min-width:25px;
	height:1.5em;
	line-height:1.5em;
	display:inline-block;
	text-align:center;
}

#full_page_pagination a{	
	background:gray;
	margin-right:5px;
	color:#FFF;
	min-width:25px;
	height:1.5em;
	line-height:1.5em;
	display:inline-block;
	text-align:center;
}

#full_page_pagination a:hover{
	background:black;
}

/* 首頁項目 */
#index_main_slider_wrap{
	clear:both;
	width:100%; /* 1920px */
	height:33.85vw; /* 650px */
	height:650px;
	position:relative;
	overflow:hidden;
	background:black;
}

.index_main_slider_left_img{
	position:absolute;
	left:0;
	top:0;
	width:638px;
	height:650px;
	display:none;
}

.index_main_slider_middle_img{
	position:absolute;
	left:641px;
	top:0;
	width:638px;
	height:650px;
	display:none;
}

.index_main_slider_right_img{
	position:absolute;
	right:0;
	top:0;
	width:638px;
	height:650px;
	display:none;
}

#index_main_slider_control_button_wrap{
	width:100%;
	text-align:center;
	padding:10px 0;
}

#index_main_slider_control_button_wrap img{
	margin-left:10px;
}

#index_main_slider_bottom_line{
	width:0px;
	height:2px;
	background:#666;
	margin-top:0px;
	overflow:hidden;
}

#index_info_share_wrap{
	width:1000px;
	height:200px;
	margin:30px auto 0 auto;
}

.index_info_share_item_wrap{
	width:320px;
	height:200px;
	float:left;
	position:relative;
	margin-right:13px;
}

.index_info_share_title{
	width:320px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	background:black;
}

.index_info_share_content{
	width:310px;
	height:145px;
	border:1px solid #000;
	padding:5px 4px 0 4px;
	margin-top:5px;
}

.index_info_share_more_button{
	position:absolute;
	bottom:5px;
	right:8px;
	cursor:pointer;
	font-size:0.8em;
}

/* 產品列表 */

#werner_products_navi_title{
	width:220px;
	height:74px;
	padding-top:26px;
	font-size:1em;
	text-align:center;
	background:url(../img/content_navi_title_background.png) top center no-repeat;
	font-weight:bold;
	margin-bottom:13px;
}

#products_search_form_wrap{
	position:absolute;
	right:0;
	top:15px;
}

#search_products_name_input{
	width:150px;
	height:1.2em;
	line-height:1.2em;
	font-size:16px;
}

#search_products_name_button{
	margin:0 5px;
	cursor:pointer;
}

#products_search_form_wrap input{
	float:left;
}

#products_list_wrap{
	width:750px;
	min-height:500px;
	overflow-x:hidden;
	word-break:break-all;
	float:right;
	padding-bottom:25px;
	position:relative;
}

#has_navi_page_content_title{
	width:750px;
	height:2.3em;
	padding:20px 0 0 0;
	background:url(../img/content_head_background.png) bottom center no-repeat;
	font-weight:bold;
	margin-bottom:55px;
}

.products_list_item_wrap{
	width:220px;
	height:325px;
	float:left;
	display:block;
	margin:0 30px 50px 0;
	position:relative;
}

.products_list_img_wrap{
	width:218px;
	height:218px;
	overflow:hidden;
	position:relative;
	border:1px solid #e6e6e6;
	border-radius:10px;
	margin-bottom:5px;
}

.products_list_img{
	display:none;
}

.watting_products_list_load_img{
	position:absolute;
	left:75px;
	top:75px;
}

.products_list_name{
	width:218px;
	max-height:3em;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}

.products_list_specification{
	width:218px;
	height:3em;
	overflow:hidden;
}

.products_list_add_to_cart{
	width:50px;
	height:50px;
	background:url(../img/quest_cart.png) top center no-repeat;
	top:-25px;
	right:-25px;
	position:absolute;
	z-index:10;
	cursor:pointer;
	transition:all 0.5s ease-in-out;
}

.products_list_add_to_cart:hover{
	transition:all 0.5s ease-in-out;
	transform:rotate(15deg);
	background:url(../img/quest_cart_hover.png) top center no-repeat;
}

/* 產品 內頁 */
#product_content_img_wrap{
	width:333px;
	height:333px;
	border:1px solid #e9e9e9;
	float:left;
	position:relative;
}

.product_content_img{
	display:none;
}

.product_content_watting_load_img{
	position:absolute;
	left:130px;
	top:130px;
}

#product_content_right_intro_wrap{
	width:400px;
	height:333px;
	float:right;
	position:relative;
}

#product_content_name{
	font-size:22px;
	color:#c2272d;
	width:400px;
	float:left;
}

#product_content_specification{
	width:400px;
	height:230px;
	word-break:break-all;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
}

#product_content_specification p{
	padding:0;
	margin:0.5em 0;
}

#product_content_add_to_cart_button{
	float:right;
	border:none;
	background:url(../img/quest_cart.png) top left no-repeat;
	width:155px;
	height:50px;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
}

#product_content_download{
	float:left;
	border:none;
	width:155px;
	height:50px;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#product_content_add_to_cart_button:hover{
	background:url(../img/quest_cart_hover.png) top left no-repeat;
	color:#c2272d;
}

#product_content_download:hover{
	color:#c2272d;
}

#product_content_intro{
	clear:both;
	min-height:500px;
	width:750px;
	padding-top:10px;
	overflow-x:hidden;
	word-break:break-all;
}

#products_other_link_button{
	width:136px;
	height:50px;
	display:block;
	margin:20px auto 0 auto;
	clear:both;
}

/* 型錄下載 */
.downloads_list_wrap{
	width:748px;
	height:250px;
	border-bottom:1px solid #b2b2b2;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	margin-bottom:20px;
	border-radius:5px;
}

.downloads_list_wrap:hover{
	border:1px solid red;
}

.downloads_list_img_wrap{
	width:218px;
	height:218px;
	position:relative;
	overflow:hidden;
	border:1px solid #b2b2b2;
}

.downloads_list_img{
	display:none;
}

.downloads_list_watting_load_img{
	position:absolute;
	top:50px;
	left:50px;	
}

.downloads_list_name{
	width:500px;
	height:2em;
	line-height:2em;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
}

.downloads_list_intro{
	width:500px;
	height:120px;
	overflow-x:hidden;
	overflow-y:auto;	
}

.downloads_list_intro p{
	margin:0.3em 0;
	padding:0;
}

.downloads_button{
	width:192px;
	height:48px;
	border:none;
	background:url(../img/download_button.jpg) top center no-repeat;
	float:right;
	margin-top:17px;
	cursor:pointer;
}

.downloads_button:hover{
	background:url(../img/download_button_hover.png) top center no-repeat;
}

/* 詢問車 - 表單 */
#cart_list_page_content{
	width:1000px;
	overflow-x:hidden;
	word-break:break-all;
	margin:0 auto;
	padding:0 0 20px 0;
	position:relative;
}

#cart_list_products_list{
	width:750px;
	margin:0 auto;
}

#cart_list_products_list a{
	color:#000;
}

#cart_list_products_list td{
	border-bottom:1px solid #000;
	line-height:2em;
}

#cart_list_products_list td span{
	padding-right:12px;
}

.cart_list_remove_cart_item{
	width:30px;
	height:30px;
	background:url(../img/delete_cart_item.png) top center no-repeat;
	border:none;
	display:block;
}

cart_list_item_name{
}

#cart_form_wrap{
	width:730px;
	margin:0 auto;
}

#cart_form_wrap td{
	position:relative;	
	line-height:2em;
}

#cart_form_wrap td span{
	color:red;
	position:absolute;
	left:-5px;
	top:7px;
}

#cart_form_wrap textarea, #cart_form_wrap input{
	background:#f5f5f3;
	border:1px solid #f5f5f3;
	font-size:18px;
	padding:0 5px;
}

#cart_list_img_wrap{
	width:150px;
	height:150px;
	background:#FFF;
	border:3px double #999;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
}

.cart_list_products_img{
	position:absolute;
	top:0;
	left:0;
	display:none;
}

/* 訊息分享 */
#infomation_share_list{
	width:1000px;
	margin:10px auto;
}

#infomation_share_list td{
	border-bottom:1px solid #313131;
	line-height:2em;
}

#infomation_share_list td:hover{
	background:#e9e9e9;
}

#infomation_share_list span{
	color:#a91c22;
	padding-right:10px;
}

#infomation_share_list a{
	font-weight:bold;
}

</pre></body></html>