/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,600');*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
ol,ul {
	list-style: none;
}
html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	/* [disabled]background-color: #ccc; */
}
img {
	border: none;
	/* [disabled]vertical-align: bottom; */
	display: block;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "微軟正黑體", Arial," sans-serif";
	font-weight: bold;
}
a {
	blr:expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color: rgba(0,0,0,0);  
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
a:hover {
	/* [disabled]text-decoration: underline; */
}
a:focus {
	-moz-outline-style: none;
}
strong {
	/* [disabled]color: #C03; */
	/* [disabled]font-weight: bold; */
}
input,button,select,textarea {
	outline:none;
}
table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 824px;
}
header {
	width: 1024px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
header h1 {
	position: absolute;
	left: 32px;
	top: 0;
	z-index: 3;
}
header nav {
	position: absolute;
	left: 32px;
	top: 180px;
	z-index: 2;
	background: url(../images/navBg.png) no-repeat;
	background-size: cover;
	width: 187px;
	height: 285px;
}
header nav a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #441a00;
	padding: 30px 0 0;
}
header nav a:hover, header nav a.active {
	color: #a7282d;
	background: url(../images/navHover.png) no-repeat center 37px;
	font-weight: bold;
}
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
	background-color: rgba(153,26,31,0.4);
	display: none;
}
.popup .bg {
	background: url(../images/popupBg.png) repeat-x left bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.choice {
	background: url(../images/qaBg.png);
	width: 800px;
	height: 580px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.choice_border {
	width: 465px;
	margin: 250px 0 0 160px;
}
.choice .close {
	position: absolute;
	right: 50px;
	top: 50px;
}
.choice .close i {
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}
.aaaa > .an1an {
	font-family: "微軟正黑體", Arial," sans-serif";
	font-size: 18px;
	color: #faebd8;
	position: relative;
	padding: 25px 0 10px 80px;
}
.aaaa > .an1an span {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.question a {
	display: block;
	background-color: #eaa992;
	border: 1px solid #eaa992;
	margin: 5px 0;
}
.question a:hover, .question a#active {
	background-color: #e03e3e;
	border: 1px solid #eaa992;
}
.question a:hover span, .question a#active span {
	color: #faebd8;
}
.question a .an1an {
	color: #441a00;
	font-size: 16px;
	line-height: 35px;
	padding-left: 40px;
}
.question a .an1an strong {
	font-weight: normal;
	font-size: 21px;
}
.question .next {
	width: 160px;
	margin: 0 auto;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
	background: none;
	border: 1px solid #eaa992;
	color: #eaa992;
}
.question .next:hover {
	background: #e03e3e;
}
.A_AN {
	background: url(../images/qaAns_a.png);
	width: 800px;
	height: 580px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.B_AN {
	background: url(../images/qaAns_b.png);
	width: 800px;
	height: 580px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.C_AN {
	background: url(../images/qaAns_c.png);
	width: 800px;
	height: 580px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sharefb {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 75px;
	width: 155px;
	height: 35px;
	display: block;
	background: url(../images/btn_FB.png);
	cursor: pointer;
}
.bg {
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}
#ageCheck a {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #bc9625;
	left: 240px;
	top: 540px;
	font-family: 'Noto Serif TC', serif;
}
#ageCheck a + a {
	left: 350px;
}
#ageCheck a:hover {
	background: -webkit-linear-gradient(top,#bd5757 0,#9d1d22 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-moz-animation: pulse .5s infinite;
  	-ms-animation: pulse .5s infinite;
 	-o-animation: pulse .5s infinite;
  	-webkit-animation: pulse .5s infinite;
  	animation: pulse .5s infinite;
}
.slider {
	width: 100%;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-pagination {
	position: absolute;
	top: 50%;
	width: 10px !important;
	right: 30px !important;
	left: auto !important;
	bottom: auto !important;
	margin-top: -35px;
}
.swiper-pagination-bullet {
	width: 13px !important;
	height: 13px !important;
	background: url(../images/swiperPagination.png) !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #b71417 !important;
}
.gallery-thumbs {
	position: absolute !important;
	top: 140px;
	left: 45px;
	width: 160px;
	margin: 0 auto;
	color: #fff;
	z-index: 4 !important;
	height: 25px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 5px;
}
.gallery-thumbs .swiper-slide {
	color: #fff;
	overflow: hidden;
	z-index: 8;
}
#scene {
	background: url(../images/slidebg1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#scene2 {
	background: url(../images/slidebg2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#scene3 {
	background: url(../images/slidebg3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#scene4, #scene5, #scene6 {
	position: absolute;
	overflow: hidden;
	top: 0;
}
.scene, .scene > div {
	width: 100%;
	height: 100%;
}
.content {
	width: 1024px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
}
#testIcon {
	position: absolute;
	top: 106px;
	right: 61px;
	z-index: 2;
	cursor: pointer;
}
#container.brand {
	background: url(../images/brand.jpg) no-repeat center top;
	background-size: cover;
}
.brand .content p {
	position: absolute;
	left: 300px;
	top: 280px;
	font-size: 14px;
	color: #441a00;
	width: 360px;
}
.brand .content p + p {
	top: 465px;
}
.slideBg, .slideBg > div {
	width: 100%;
	height: 100%;
}
.slideBg > div {
	display: none;
}
.pdBtn {
	position: absolute !important;
	left: 279px;
	top: 188px;
	width: 506px;
	overflow: hidden;
}
.pdBtn div {
	width: 161px;
	height: 57px;
	float: left;
	cursor: pointer;
}
.pdBtn > div:hover {
	background-position: 0 -57px !important;
	-moz-animation: pdHover .3s ease-in;
  	-ms-animation: pdHover .3s ease-in;
 	-o-animation: pdHover .3s ease-in;
  	-webkit-animation: pdHover .3s ease-in;
  	animation: pdHover .3s ease-in;
}
.pdBtn > div.active {
	background-position: 0 -57px !important;
}
#pd1 {
	background: url(../images/tag1.png) no-repeat;
}
#pd2 {
	background: url(../images/tag2.png) no-repeat;
	margin: 0 11px;
}
#pd3 {
	background: url(../images/tag3.png) no-repeat;
}
.pdBg1 {
	background: url(../images/pd1.jpg) no-repeat center top;
}
.pdBg2 {
	background: url(../images/pd2.jpg) no-repeat center top;
}
.pdBg3 {
	background: url(../images/pd3.jpg) no-repeat center top;
}
.pd p {
	color: #441a00;
	font-size: 12px;
}
.pdTitle {
	position: absolute;
	left: 330px;
	top: 345px;
	width: 410px;
	text-align: center;
}
.pdInfo {
	position: absolute;
	left: 350px;
	top: 435px;
	width: 165px;
	text-align: justify;
}
.pdInfo span {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.pdTxt {
	position: absolute;
	left: 560px;
	top: 430px;
	width: 160px;
}
.buy1 {
	background: url(../images/buy1.jpg) no-repeat center top;
}
.buy1 p {
	top: 410px !important;
	left: 350px !important;
}
.buy1 p + p {
	left: 560px !important;
}
.buy2 {
	background: url(../images/buy2.jpg) no-repeat center top;
}
.buy3 {
	background: url(../images/buy3.jpg) no-repeat center top;
}
.buy p {
	position: absolute;
	width: 160px;
	left: 455px;
	top: 420px;
	color: #441a00;
	font-size: 18px;
	text-align: center;
}
.buy p span {
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
/* footer {
	background-color: rgba(134, 22, 26, 0.85);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
footer img {
	margin: 0 auto;
} */
@keyframes pdHover {
	from {
		background-position: 0px 0px;
	}
	to {
		background-position: 0px -57px;
	}
}
.warning {
	width: 100%;
	height: 12vh;
	background-color: #9D1D22;
	background-image: url(../images/warning/warning_1920_white.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 98% auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1031;
	transition: transform .3s ease-out; }
	@media screen and (min-width: 1200px) {
	  .warning {
		bottom: 35px; }
		.warning ~ footer {
		  padding-bottom: calc(12vh + 35px); } }
	@media only screen and (max-width: 1400px) {
	  .warning {
		background-image: url(../images/warning/warning_1680_white.png); } }
	@media only screen and (max-width: 1200px) {
	  .warning {
		background-image: url(../images/warning/warning_1140_white.png); } }
	@media only screen and (max-width: 991px) {
	  .warning {
		background-image: url(../images/warning/warning_m_white.png);
		background-size: 98% 90%;
		transform: translate(0, 0, 0); }
		.warning ~ footer {
		  padding-bottom: 12vh; } }
  
  .drinking_advice {
	position: fixed;
	right: 20px;
	top: 50%;
	color: #fff;
	background: #9D1D22;
	padding: 7px 7px;
	z-index: 100;
	writing-mode: vertical-lr;
	letter-spacing: 5px;
	transform: translateY(-50%); }
  
  .policy-warning {
	width: 100%;
	position: fixed;
	bottom: 12vh;
	left: 0;
	right: 0;
	z-index: 1020; }
	.policy-warning::before {
	  display: block;
	  content: "";
	  width: 100%;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  background: rgba(0, 0, 0, 0.3); }
	.policy-warning .policy-container {
	  display: flex;
	  justify-content: space-around;
	  align-items: center;
	  flex-direction: column;
	  width: 100%;
	  background: #9D1D22;
	  color: #fff;
	  padding-top: 20px;
	  padding-bottom: 30px;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
		 }
	.policy-warning .policy-text {
	  font-size: 16px;
	  font-weight: 300;margin-bottom: 1rem; }
	  .policy-warning .policy-text a {
		text-decoration: underline;font-weight: bold;color: #FFF; }
	.policy-warning .policy-bar {
	  text-align: center; }
	  .policy-warning .policy-bar .btn-bor {
		background-color: #9D1D22;
		border: 1px solid #fff !important;
		color: #fff !important;
		border-radius: 0 !important;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		cursor: pointer;
	 }
		.policy-warning .policy-bar .btn-bor:hover {
		  background: #fff !important;
		  color: #9D1D22 !important; }
  
  @media screen and (min-width: 768px) {
	.policy-warning {
	  width: 620px;
	  top: 20vh;
	  left: 50%;
	  margin-left: -310px; } }
  
  @media screen and (max-width: 767px) {
	.policy-warning {
	  width: 100%;
	  top: 15vh;
	  padding: 10px; } }