@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
.pure-g [class *="pure-u"]{
	font-family: "微軟正黑體";
}
body{
	margin:0;
}
#container{
	width:100%;
	margin:0 auto;}
#container{
	width:100%;
	margin:0 auto;}
.wrapper{
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	font-family:'微軟正黑體';
	position: relative;
}
.mb_style{
	display: none;
}
.page_box{
	margin-top: 103px;
	font-family:'微軟正黑體';
}
/*header*/
header {z-index: 999;}
.header {
    position: fixed;
    background: url(../images/website_image/header_bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 1000;
    top: -1px;
    -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.4);
}
.head{
	text-align: center;
	width: 14em;
    display: inline-block;
    vertical-align: middle;
}
.logo{
    text-align: center;
    margin: 0;
    padding: 0.8em 0;
}
.logo a {display: inline-block;}
.logo img {
	max-width: 100%;
  	width: 95%;
  	margin-bottom: -4px;
 	 max-width: 195px;}
.login_btn{
	position: absolute;
	top: 0.8em;
	right: 5%;
	list-style: none;
}
.login_btn img{
	width: 4em;
}
/*Banner*/
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
	margin-top: 4em;
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding: 0 2%;
    box-sizing: border-box;
    z-index: 100;
}
#banner_control img {width: 1.2em;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 3px;
}
#banner #banner_control span img:nth-child(2) {
	display: none;
}
#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
/*menu*/
/*menu*/
.no_class{
	display: none;
}
.has_sub_btn{
    display: none;
  }
nav{
	width: calc(100% - 14.5em);
    display: inline-block;
    text-align: center;
    list-style-type: none;
    z-index: 200;
    vertical-align: middle;
    padding-top: 1.5em;
}
ul.menu{
	margin: 10px 0;
    padding: 0;
    font-size: 1em;
    text-align: right;
}
.menu_btn{
	padding: 0.2em 0 2em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0.8em;
}
.menu_btn a{
	text-decoration: none;
    padding: 0em 1em;
    display: block;
    font-size: 1em;
    font-family: '微軟正黑體';
    text-align: center;
    color: #000;
    cursor: pointer;
    border-left: rgba(255,255,255,0) 3px solid;
}
.menu_btn a:hover{
	border-left: #960404 3px solid;
    color: #960404;
    text-shadow: 4px 3px 1px #9f7373;
}
.sub_name_style{
	color: #A2A2A3;
	font-size: 0.75em;
	padding-top: 0.3em;
}
.subBtn {
	margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
    width: 180px;
    top: 3.4em;
}
.subBtn li{
	width: 100%;
}
.subBtn a {
	display:block;
	cursor: pointer;
	background:#181818;
	color:#fff;
	font-size: 1.05em;
	transition: .5s ease;
	padding: 0.5em 0em;
	width: 100%;
	border-left: none;
}
.menu_btn:hover .subBtn {
	display: block;
}
.menu_btn:hover.menu_btn a {
	border-left: #960404 3px solid;
    color: #960404;
    text-shadow: 4px 3px 1px #9f7373;
}
.menu_btn:hover a.subBtn_style {
	display:block;
	cursor: pointer;
	background:#181818;
	color:#fff;
	font-size: 1.05em;
	transition: .5s ease;
	padding: 0.5em 0em;
	width: 100%;
	border-left: none;
	text-shadow: none;
}
.subBtn a:hover{
	text-shadow:2px 1px 5px #000000;
	border-left: none;
	color: #fff;
	display:block;
	cursor: pointer;
	background:#181818;
	color:#fff;
	font-size: 1.05em;
	transition: .5s ease;
	padding: 0.5em 0em;
	width: 100%;
	border-left: none;
}
/*about*/
.index_process_bg{
      background-image: url(../images/website_image/index-about_bg.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .index_process_bg2{
      background-image: url(../images/website_image/index-about_bg2.webp);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: right top;
      background-attachment: fixed;
      min-height: 700px;
    }
    .page_txt_box{
    	width: 100%;
	    max-width: 970px;
	    margin: 0 auto;
	    text-align: left;
	    font-size: 1.15em;
	    line-height: 2em;
	    padding: 2.5em 0;
    }
    .index_about_img{
    	text-align: center;
    	padding: 1em 0;
    }
    .index_about_img img{
    	width: 90%;
    	max-width: 700px;
    }
/*news*/
.news_box {
    text-decoration: none;
    padding: 1em 0;
}
.news_date{
	text-align: right;
	border-bottom: #5E1515 1px solid;
	margin-right: 1.5em;
	color: #960404;
	padding: 3px 0;
	padding-top: 0;
	font-size: 1.15em;
}
.news_text{
	box-sizing: border-box;
    color: #727171;
    padding: 0.8em 0;
    font-size: 0.95em;
    line-height: 1.6em;
}
.news_text p{
	color: #CECECE;
}
.news_text a{
	text-decoration: none;
}
.news_title{
	color: #000;
	font-size: 1.15em;
}
.news_title span{
	color: #878787;
	margin: 0 15px;
}
.news:hover{
	background: #E6E6E6;
}
.news_box:hover .news_title{
	color: #960404;
}
.news_box:hover .news_title span{
	color: #4B4B4B;
}
.news_box:hover .news_date{
	color: #9FA0A0;
}
.news{
	padding: 2% 0 2% 0;
	border-bottom: solid 1px #CECECE;
	text-decoration: none;
}
.news_pic{
	background: #878787;
}
.news_pic img{
	width:100%;
}
.news_pic p{
	margin: 0;
	background: #878787;
	text-align: center;
	color:white;
}
.news_pic, .news_pic p{
	vertical-align: middle;
}
.news_pic a{
	text-decoration: none;
}
/*product*/
.product_bg{
	background-image: url(../images/website_image/index-pro_bg.webp);
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 3em;
}
.product{
	margin: 0 10%;
}
.product_title{
	margin-bottom: 20px;
}
.product_title h3{
	margin: 0;
	font-family: 'Archivo Black', sans-serif;
	font-size: 3.5em;
	color: #4B4B4B;
	font-weight: 500;
}
.product_box{
	margin: 2% 0%;
}
.product_content{
	text-align: center;
	display: block;
	text-decoration: none;
	list-style: none;
	text-decoration: none;
	margin: 12px 1% 0;
	background-color: #fff;
    margin-bottom: 3em;
    border-bottom: solid 1px rgba(255,255,255,0);
}
.product_content img{
	width: 100%;
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
}
.product_content:hover{
	border-bottom: solid 1px #727171;
}
.pro_name{
	text-align: center;
	color: #000;
    font-size: 1.25em;
    padding: 3% 0;
}
.pro_text {
    padding: 3% 0;
	font-size: 0.8em;
	color: #7B7B7B;
}
/*more*/
.more{
	text-align: right;
    margin: 30px 0;
}
.more img{
	width: 100%;
}
.more a{
	display: block;
    width: 155px;
    margin-left: auto;
    padding: 0.5em 1.3em 0.3em;
    text-decoration: none;
    border: #b7b7b7 1px solid;
    transition: .5s ease;
}
.more a:hover{
	opacity: 0.7;
}
.index_pro_btn{
	text-align: center;
}
.index_pro_btn a{
	margin-left: inherit;
	margin: 0 auto;
}
/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 70px;
	height: auto;
}
/*cart*/
.cart_run{
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 999;
}
.cart_run img{
	width: 4em;
}
.cart_box {
	display: inline-block;
	position: relative;
}
.cart_num {
	position: absolute;
	top: 45px;
	right: 0;
	display: inline-block;
	width: 1.8em;
	padding: 0.4em 0;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background-color: #EB2332;
}
/*麵包屑breadcrumb*/
.breadcrumb{
	font-size: 0.97em;
	background-color: #EFEFEF;
	text-align: left;
	color: #727171;
	padding: 0.7em 0;
}
.breadcrumb a{
	text-decoration: none;
	color: #727171;
}
.breadcrumb img{
	height: 1em;
	margin: 0 8px;
}
.breadcrumb a, .breadcrumb img{
	display: inline-block;
	vertical-align: top;
}
/*內頁標題*/
.title{
	text-align: center;
	padding: 2em 0;
}
.title img{
	width: 175px;
}
.title span{
	display: block;
    text-align: center;
    width: 130px;
    margin: 0 auto;
    padding: 2px 0;
    padding-top: 0.5em;
    border-bottom: #5E1515 1px solid;
    font-family: 'IM Fell French Canon', serif;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #5E1515;
}
/*水平線*/
hr{
	height: 1px;
	width: 100%;
	margin: 0;
	border: none;
	border-bottom: 2px solid #E6E6E6;
}
/*無資料*/
.no_data{
	text-align: center;
}
.pure-button-hover, .pure-button:hover, .pure-button:focus{
	background-image: none;
}
/*按鈕*/
.btn_box{
	text-align: center;
	padding: 3em 0;
}
a.btn{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	font-family: '微軟正黑體';
	text-align: center;
	display: block;
	line-height: 2em;
}
a.btn:hover{
	background: #DA4E40;
}
a.btn_fb{
	background: #1D438E;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	line-height: 2em;
}
a.btn_fb:hover{
	background: #13213B;
}
/*送出*/
.send_btn_bg, .send_btn_bg:hover, .send_btn_bg:focus{
	-webkit-appearance: none;
    text-decoration: none;
    vertical-align: top;
    width: 50%;
    display: inline-block;
    max-width: 200px;
    min-width: 180px;
    background-image: url(../images/website_image/send.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 130px;
    box-sizing: border-box;
    height: 3em;
    border-radius: 0;
    transition: .5s ease;
    box-shadow: none;
    cursor: pointer;
}
.send_btn_bg{
    background-color: #960404;
    border: #960404 1px solid;
}
.send_btn_bg:hover, .send_btn_bg:focus{
    background-color: #A9A9A9;
    border: #A9A9A9 1px solid;
}
/*註冊*/
.member_button{
	background-image: url(../images/website_image/member/member_login-04.png);
	background-color: #5F1516;
	border: #5F1516 1px solid;
}
.member_button:hover, .member_button:focus{
	background-image: url(../images/website_image/member/member_login-04.png);
	background-color: #960404;
	border: #960404 1px solid;
}
/*fb*/
.fb_btn_bg{
	background-image: url(../images/website_image/member/fb_login.png);
	background-color: #213268;
	border: #213268 1px solid;
	background-size: 110px;
}
.fb_btn_bg:hover, .fb_btn_bg:focus{
	background-image: url(../images/website_image/member/fb_login.png);
	background-color: #213268;
	border: #213268 1px solid;
	background-size: 110px;
}
/*重填*/
.reset_btn_bg, .pure-button.reset_btn_bg:hover, .pure-button.reset_btn_bg:focus{
	-webkit-appearance: none;
    text-decoration: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    min-width: 180px;
    background-image: url(../images/website_image/reset.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 130px;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    transition: .5s ease;
}
.reset_btn_bg{
    background-color: rgba(255,255,255,0);
    height: 3em;
    border: #A9A9A9 1px solid;
}
.pure-button.reset_btn_bg:hover, .pure-button.reset_btn_bg:focus{
    background-color: rgba(255,255,255,0);
    border: #3D3E3C 1px solid;
}
.reset_btn_bg:hover, .reset_btn_bg:focus{
    background-color: rgba(255,255,255,0);
    border: #3D3E3C 1px solid;
}
/*卷軸*/
::-webkit-scrollbar {
	width: 17px;
	background: #fff;
}
::-webkit-scrollbar-thumb {
	width: 13px;
	background-color: #454545;
	border-radius: 6px;
}
	/*返回*/
	.back{
		text-align: center;
		width: 100%;
		margin:20px 0;
	}
	.back a{
		color: #4B4B4B;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		text-decoration: none;
		padding: 1%;
	}
	.back a:hover{
		color: #fff;
		background: #878787;
		border-radius: 4px;
	}
/*footer*/
.footer_out{
	background: url(../images/website_image/footer_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "微軟正黑體";
	background-position: top left;
}
.footer_out p{
	margin: 0;
	font-family: "微軟正黑體";
}
.footer_out a{
	text-decoration: none;
	color: #fff;
}
.footer_out_bg{
	padding: 1.5em 0 1em;
	background: rgba(0,0,0,0.5);
}
	/*sec_1*/
.footer_logo img{
	width: 90%;
	max-width: 300px;
}
.link{
	text-align: right;
}
.link img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.5%;
	width: 3em;
}
.link img.footer_link_img_style{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.5%;
	width: 2.5em;
}
.footer_menu{
	margin: 1.5em 0;
}
.footer_menu div{
	display: inline-block;
	font-size: 0.96em;
}
.footer_menu div:last-child::after {content: "";}
.footer_menu a{
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	color: #898989;
	padding: 0 0.6em;
}
.footer_menu a:hover{
	color:#fff;
}
.footer_text{
	text-align: left;
    font-size: 1.04em;
    border-radius: 0.3em;
    padding: 0em 0.3em 0.7em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    margin: 1em 0 1.5em;
}
.Copyright_box p{
	text-align: left;
	font-size: 0.9em;
	color: #585858;
	padding-bottom: 2em;
}
.Copyright_box a{
	color: #585858;
}
	/*頁碼*/
	.page{
		text-align: center;
		margin: 40px 10px;
		font-size: 1em;
	}
	.page ul {padding: 0;margin: 0;list-style-type: none;}
	.page ul li {display: inline-block;vertical-align: middle;}
	.page ul li a {
		padding: 0.2em;
		display: block;
		text-decoration: none;
		color: #878787;
	}
	.page img{
		width: 2em;
	}
	.page ul li .select, .pagenumber a:hover {
		color: #000;
	}
	/*表單*/
	.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form select:focus, .pure-form textarea:focus{
		border-color: #ce9898;
	}
	.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid{
		border-color: #ce9898;
		color: #960404;
	}
	.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea, .pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea{
		color: #960404;
		border-radius: 0px;
		border-color: #929292;
		padding: .4em .6em;
		display: inline-block;
	}
	input[type="radio"]{
	  -webkit-appearance: none;
	  border: #5F1516 1px solid;
	  margin-right: 0.3em;
	  width: 16px;
	  height: 16px;
	  border-radius: 0;
	}
	input[type=radio]:checked{
	  background: #5F1516;
	}
	input[type="checkbox"]{
	  -webkit-appearance: none;
	  border: #5F1516 1px solid;
	  margin-right: 0.3em;
	  width: 16px;
	  height: 16px;
	  border-radius: 0;
	}
	input[type=checkbox]:checked{
	  background: #5F1516;
	}
