@charset "utf-8";
/* CSS Document */
/* html {
	scroll-behavior: smooth;
} */

*{
	font-family: Arial, Helvetica, "微軟正黑體";
	box-sizing: border-box;
}
.nowrap{
	white-space: nowrap;
	font-style: normal;
}
.text.intro {
	color: #243420;
	width: 80%;
	margin: 0 auto;
	border-top: #535b46 dotted 1px;
	border-bottom: #535b46 dotted 1px;
	/* padding: 30px 0 30px 0; */
}
._green{
	color: #8a657f;
}
._BGgreen{
	background-color: #8a657f;
}
._yellow{
	color: #1a1a1a;
}
._BGyellow{
	background-color: #1a1a1a;
}
._red{
	color: #c94e97;
}
._BGred{
	background-color: #c94e97;
}
.no-show {
	display: inline-block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.QvevriIcon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background-image: url(../images/IconQvevri.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 10px;
	vertical-align: bottom;
	/* background-color: yellow; */
}
button{
	background: unset;
	border: none;
	outline: none;
	cursor: pointer;
}
.LOGO {
	width: 100%;
}
.FBatag {
	display: inline-block;
	margin: 0 5px;
	border-bottom: #fff 1px solid;
	line-height: 2rem;
	color: #fff;
	text-decoration: none;
}
.QvevriIconText {
	margin-top: 30px;
	line-height: 40px;
}
.QvevriIconText::before,
.QvevriIconText::after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: rgb(244, 202, 8);
	display: inline-block;
	vertical-align: 5px;
	line-height: 40px;
	margin: 0 10px;
}
.Icon-Active img{
	cursor: pointer;
	transition: 0.5s;
}
.Icon-Active img:hover {
	transform: scale(1.2);
}
.SectionText {
	color: #1e1e1e;
	/* background-color: rgb(238, 255, 129); */
}
/* ---------------- WineMaker and PoPBox */
.BlackBG{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999;
	
}

.PoPBox{
	width: 100%; height: 100vh;
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 10vh;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}

.PoPBox_wrap{
	width: 95%;
	position: relative;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.PoPBox .PoPBox_wrap::before{
	content: '';
	width: 100%;
	height: 200px;
	display: block;
	background-color: #715456;
	position: absolute;
	/* z-index: -1; */
	bottom: 0; left: 0;
	border-top-right-radius: 100px;
}
.PoPBox .WineMakerPhoto{
	width: 100%;
	height: 200px;
	position: relative;
	padding: 2rem;
	padding-bottom: unset;
	text-align: center;
}
.WineMakerPhoto_pic{
	width: auto; max-width: 100%;
	height: 100%;
}

.PoPBox .WineMakerInfoContent{
	width: 100%;
	/* padding: 32px 20px; */
	padding-top: 0;
}

.PoPBox .WineMakerName{
	width: 100%; 
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	text-align: center;
	
}
.PoPBox .WineMakerIntroduce{
	padding: 1rem;
}
.PoPBox .WineMakerIntroduce p{
	margin-bottom: 1rem;
}

@media (min-width: 700px) {
	.PoPBox_wrap{
		width: 95%;
		align-items: center;
		padding-top: 3rem;
		gap: 1rem;
	}
	.PoPBox .WineMakerPhoto{
		width: auto; max-width: 70%;
		padding: unset;
		top: -1rem;
	}
	.PoPBox .WineMakerName{
		min-width: 300px;
		flex-grow: 1;

	}

}

.PoPBox .Line{
	width: 100%;
	height: 1px;
	background-color: #333;
	margin-top: 10px;
	display: none;
}

.PoPBox .WineMakerIntroduce{
	font-size: 1rem;
	line-height: 1.75rem;
	color: #666;
	margin-top: 10px;
}

.PoPBox .WineBox{
	width: 100%;
	display: flex; flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 8rem;
	/* gap: 2%; */
}

.PoPBox .OneWine{
	width: 49%;
	margin-top: 20px;
}

.PoPBox .OneWine .WineBottle{
	width: 100%;
	height: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.PoPBox .OneWine .WineName_en{
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2rem;
	color: #000;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

.PoPBox .OneWine .WineName_cn{
	font-size: 1.25rem;
	line-height: 2rem;
	color: #000;
	margin-top: 8px;
	text-align: center;
	cursor: pointer;
}
.OneWine .WineName_cn[data-wine = "49620"]::after{
	content: '預計 2024 年 1 月中陸續出貨';
	display: block;
	color: #666666;
	font-size: 1rem;
}

.PoPBox .OneWine .WineRegion{
	font-size: 1rem;
	line-height: 1.75rem;
	color: #999;
	margin-top: 32px;
	text-align: center;
}

.PoPBox .OneWine .WinePrice em{
	display: inline-block;
	width: 1px;
	height: 0.8rem;
	background-color: #ccc;
	margin: 0 10px;
}

.PoPBox .OneWine .WinePrice{
	font-size: 1rem;
	line-height: 1.75rem;
	color: #666;
	text-align: center;
	margin-top: 32px;
}

.PoPBox .OneWine .WinePrice strong{
	font-size: 2rem;
	font-weight: bold;
	color: #CF3448;
	margin-left: 5px;
}

.AddCartBTN{
	display: block;
	padding: 10px 12px;
	font-size: 1rem;
	color: #fff;
	background-color: #CF3448;
	text-align: center;
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 5px;
	transition: 0.5s;
}
.AddCartBTN:hover {
	background-color: #e98922;
}

.CloseBTN{
	width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    border: 2px solid #666; 
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 99999;
    cursor: pointer;
}

.CloseBTN:before{
	content: '';
    display: block;
    border-top: 1px solid #666;
    width: 25px;
    height: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #666;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    left: 6px;
}

.CloseBTN:after{
	content: '';
    display: block;
    border-top: 1px solid #666;
    width: 25px;
    height: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #666;
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    left: 6px;
}



@media (min-width: 768px) {

	.PoPBox .WineMakerInfoContent{
		padding-top: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.PoPBox .WineMakerIntroduce{
		font-size: 1.25rem;
		line-height: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.PoPBox .OneWine {
		margin-top: 40px;
	}

	.PoPBox .OneWine .WineName_en{
		font-size: 1.2rem;
	}

	.PoPBox .OneWine .WineName_cn{
		font-size: 1.2rem;
		margin-top: 16px;
	}

	.PoPBox .OneWine .WinePrice{
		font-size: 1.25rem;
	}

	.PoPBox .OneWine .WinePrice strong{
		font-size: 2.5rem;
	}

	.AddCartBTN{
		font-size: 1.5rem;
		margin-top: 20px;
	}
}


@media (min-width: 992px) {
	.BlackBG{
		background-color: rgba(0,0,0,0.9);
	}

	.PoPBox{
		width: 700px;
		position: fixed;
		padding-bottom: 10vh;
	}

	.CloseBTN{
		right: calc((100vw - 700px)/2 + 22px);
	}


	.PoPBox .WineMakerInfoContent{
		width: 100%;
	}

	.WineBox{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.PoPBox .OneWine{
		width: 50%;
		padding: 0 16px;
	}

	.PoPBox .OneWine .WineBottle{
		height: 350px;
	}

	.PoPBox .OneWine .WineName_en{
		font-size: 1.25rem; 
	}

	.PoPBox .OneWine .WineName_cn{
		font-size: 1.25rem; 
		margin-top: 10px;
	}

	.AddCartBTN {
		font-size: 1.25rem;
	}
}
/*-----------------------------------TOP區塊 start*/

.fb-like{
	display:none;
}

@media (min-width: 992px) {
	.fb-like{
		display: block;
		right:45px;
		top:50px;
		width:130px;
		height:20px;
	}
}

.top_layout{
	margin-bottom: 0;
	height: 60px;
	background: #fff;
	position: relative;
}


.top_logo{
	width: 90px;
	height: 40px;
	margin-top: 10px;
	margin-left: 22px;
	float: left;
	cursor: pointer;
}


.top_layout:after{
	content: '';
	display: block;
	clear: both;
}

.top_nav{
	float: right;
	font-family: 'Airal',"微軟正黑體";
}

.top_nav .option{
	font-size: 1rem;
	color: #999;
	line-height: 60px;
	float: left;
	padding: 0 10px;
}

.top_nav .option.hideinmobile{
	display: none;
}

.top_nav .option a{
	color: #999;
	text-decoration: none;
}

.top_nav .option+span{
	/* display: inline-block; */
	width: 1px;
	height: 14px;
	margin-top: 23px;
	background: #cccccc;
	float: left;
}

.top_nav .option.hideinmobile+span{
	display: none;
}

@media screen and (min-width: 768px) {
	.top_layout{
		margin-bottom: 0;
		height: 80px;
		background: #fff;
		position: relative;
	}


	.top_logo{
		width: 112px;
		height: 50px;
		margin-top: 15px;
		margin-left: 32px;
		float: left;
		cursor: pointer;
	}

	.top_nav{
		margin-right: 24px;
	}

	.top_nav .option{
		font-size: 1.5rem;
		color: #999;
		line-height: 80px;
		float: left;
		padding: 0 20px;
	}

	.top_nav .option+span{
		/* display: inline-block; */
		width: 1px;
		height: 18px;
		margin-top: 32px;
		background: #666666;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.top_layout{
		width: 100%;
		height: 90px;
		margin: 0 auto;
		max-width: 1366px;
	}
	.top_layout_wrap{
		width: 100%;
		background-color: #fff;
	}
	.top_logo{
		width: 134px;
		height: 60px;
		margin-top: calc((90px - 60px)/2);
	}

	.top_nav{
		position: absolute;
		right: 24px;
    	top: 10px;
	}

	.top_nav .option{
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
	}

	.top_nav .option+span{
		height: 10px;
		margin-top: 5px;
		background: #cccccc;
	}

	.top_nav .option a:hover{
		text-decoration: underline;
		color: #333;
	}

	.top_nav .option.hideinmobile{
		display: block;
	}

	.top_nav .option.hideinmobile+span{
		display: block;
	}
}

/*--------------------------------------------------TOP區塊 end*/

/*footer區塊 start*/
.Warning{
	width:100%;
	height: auto; min-height: 10vh;
	background:#2e2e2e;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
	padding: 10px;
	box-sizing: border-box;
}
.text-warning {
	color: #ccc;
	width: 100%;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 0px;
	display: flex;
		  flex-wrap: wrap;
		  justify-content: center;
		  align-items: center;
}
.text-warning span{
	display: block;
}
@media (min-width: 768px) {
	.Warning{
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  overflow: hidden;
	}
	.text-warning {
		  width: 100%;
		  color: #ccc;
		  line-height:40px;
		  font-weight: 100;
		  letter-spacing: 10px;
		  
		  margin:0 auto;
	}
	.text-warning span {
		  display: inline-block;
		  white-space:nowrap;
		  margin-top: 5px;
	}

}

@media (min-width: 992px) {

	.text-warning {
		  width: 1023px;
		  color: #ccc;
		  /* line-height: 78px; */
		  font-size: 30px;
		  font-weight: 100;
		  letter-spacing: 10px;
		  margin:0 auto;
	}

}
/*footer區塊 end*/

/* 手機版直式 */
.s1{
	width: 100%; max-width: 1366px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
	padding-bottom: 0;
	margin: auto;
	
}
@media (min-width: 992px) {
	.s1{
		flex-wrap: wrap;
		/* padding-right: 2rem; */
	}
}
.MainTitleBox{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;
	/* flex-grow: 1; */
	position: relative;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2rem;

}
.MainTitle{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.MainTitle_img._logo{
	width: 40%;
}
.MainTitle_img._maintitle{
	width: 100%;
}
@media (min-width: 992px) {
	.s1{
		flex-direction: row;
	}
	.MainTitleBox{
		width: 60%;
		align-items: center;
		padding-bottom: unset;
	}
	.MainTitle{
		gap: 2rem;
	}
}

.MainVision{
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 0.5s;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 20px;
}
.MainVision_pic{
	width: 80%;
	
}
@media (min-width: 992px) {
	.MainVision{
		width: 40%;
		order: -1;
	}
	.MainVision_pic{
		width: 100%;
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	25% {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
@keyframes shake{
	10% {
		transform: rotate(10deg);
	}
	20% {
		transform: rotate(-5deg);
	}
	30% {
		transform: rotate(2deg);
	}
	40% {
		transform: rotate(-2deg);
	}
	50%,
	100% {
		transform: rotate(0deg);
	}
}
.MainVision.Active{
	opacity: 1;
	/* animation: shake 1s 1.5s; */
}



.MainTitleBox.Active{
	opacity: 1;
	
}


.MainDate{
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
}

.MainScrollDown{
	width: 10vw; max-width: 50px;
	height: 10vw; max-height: 50px;

	
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	background-color: #ffffffdf;
	border-radius: 10vw;
	backdrop-filter: blur(1px); 
	background-image: url(../images/DownArrow.png);
	background-size: cover;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;

	z-index: 9;
}

.MainScrollDown.Active{
	opacity: 1;
}



/* --------------------------------------- S2 */
.s2{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
}
.s2::after{
	content: '';
	width: 100%;height: 100%;
	display: block;
	background-image: url(../images/EDM_bg_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
    background-position: center;
    background-position-x: 50%;
    background-position-y: 0;
    position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
    
    
}
.s2::before{
	content: '';
	background: linear-gradient(to bottom, #fae5d5, #fae5d5 , #f4d5c4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}


.TextBox{
	width: 100%;
	/* padding-top: 32px; */
	/* background-image: url(../images/pottery2.png); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	z-index: 999; 
	position: relative;
}
@media (min-width: 992px) {
	/* .s2{
		background-color: #fae5d5;
		background-image: url(../images/EDM_bg_02.jpg);
		background-size: cover;
	} */
	.TextBox{
		width: 100%;
		padding-bottom: 2rem;
	}
}
.text{
	color: #000000;
	padding: 0 24px;
	font-size: 1.1rem;
	line-height: 1.75rem;
	text-align: center;
	text-shadow: 0px 0px 10px #ffffff;
	
}
.text._sale{
	padding: 1rem 0;
	line-height: 60px;
	margin: auto;
}
.text._small{
	font-size: 1rem;
	color: #9e7566;
}
.icon_discount{
	width: 40px; height: 40px;
	display: inline-block;
	vertical-align: middle;
	
}
.PoPBox .icon_discount{
	width: 30px; height: 30px;
	margin-left: 5px;
}
.icon_discount img{
	width: 100%; height: auto;
}

.ThreeNumber{
	width: 100%;
	padding: 32px 16px;
	margin-top: 32px;
	background-color: rgba(255,255,255,0.9);
}

.iCheersText{
	width: 100%;
	color: #242424;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.iCheersLogo{
	width: 150px;
	height: 68px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/iCheers-LOGO.svg);
}

.IconsBox {
	width: 100%;
	margin-top: 32px;
	display: flex;
}

.OneIcon {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.OneIcon > .Icon {
	width: 25vw;
	height: 25vw;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.OneIcon > .Icon:nth-child(2){
	margin-top: 0;
}

.OneIcon > .Icon img{
	width: 70%;
	height: 70%;
	display: block;
}

.OneIcon > .IconText{
	width: 100%;
	text-align: center;
	margin-top: 12px;
	font-size: 1.2rem;
	color:#393939;
	letter-spacing: 1px;
}

.OneIcon > .IconText span{
	font-size: 2.5rem;
	color: #ca951f;
	font-weight: bold;
	/* margin-right: 5px; */
	display: block;
}

.SaleText{
	background-color: #5a465e;
	padding: 32px 16px;
	font-size: 1.5rem; 
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.SaleText span{
	color: #f4ca08;
	margin: 0 5px;
}

.SaleText div.one_prize{
	padding: 0 24px; 
}

.prize_img_wrap{
	width: 80vw;
	height: auto;
	display: flex;
	gap: 10px;
	margin: 0 auto;
	margin-top: 16px;
}
.prize_img {
	width: 50%;
	border-radius: 10px;
}

.prize_text{
	font-size: 1.2rem;
	color: #c9cfc8;
	text-align: center;
	font-weight: normal;
	margin-top: 16px;
	line-height: 2rem;
}
.prize_stronger {
	font-size: 1.5rem;
}

.hashtag li {
	display: inline-block;
	border-bottom: #daeac0 1px solid;
	font-size: 0.9rem;
	line-height: 0.9rem;
	color: #daeac0;
}
@media (min-width: 768px) {
	.TextBox{
		padding-top: 48px;
	}

	.text{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.ThreeNumber{
		padding: 48px 24px;
		margin-top: 48px;
	}

	.iCheersText{
		font-size: 2.5rem;
	}

	.iCheersLogo{
		width: 239px;
		height: 107px;
		margin-bottom: 16px;
	}

	.IconsBox{
		display: flex;
		justify-content: space-between;
	}

	.OneIcon{
		width: 28vw;
	}

	.OneIcon > .Icon{
		width: 28vw;
		height: 28vw;
		margin-top: 20px;
	}

	.SaleText{
		font-size: 2rem;
	}



	.SaleText div.one_prize{
		padding: 0 62px;
		margin-top: 32px;
	}

	.hashtag{
		margin-top: 1rem;
		width: 100%;
		gap: 10px;
	}
	.hashtag li {
		display: inline-block;
		border-bottom: #daeac0 1px solid;
		font-size: 1.125rem;
		line-height: 1.125rem;
		color: #daeac0;
	}


	.prize_img_wrap{
		width: 80vw;
		max-width: 800px;
		height: auto;
	}

	.prize_text{
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.prize_stronger {
		font-size: 2rem;
	}
}

@media (orientation: landscape) and (max-width: 992px){
	.OneIcon > .Icon {
		width: 25vh;
		height: 25vh;
	}
}

@media (orientation: landscape) and (max-width: 1366px) and (min-width: 992px){
	.IconsBox{
		justify-content: center;
	}

	.OneIcon > .Icon{
		width: 28vh;
		height: 28vh;
	}
}

@media (min-width: 1366px) {
	.text{
		line-height: 3rem;
	}

	.IconsBox{
		max-width: 80%;
		margin: auto;
		margin-top: 50px;
	}

	.iCheersLogo{
		display: inline-block;
		margin-bottom: -9px;
		width: 160px;
		height: 72px;
	}

	.OneIcon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.OneIcon > .Icon{
		width: 120px;
		height: 120px;
		margin: 0;
		/* margin-right: 24px; */
		margin-top: 20px;
	}

	.OneIcon > .IconText{
		width: auto;
	}

	.prize{
		display: flex;
		justify-content: center; 
	}


	.SaleText div.one_prize{
		padding: 0 20px;
	}

	.prize_img_wrap{
		width: 50vw;
		max-width: 800px;
		height: auto;
		margin-top: 24px;
	}

}

.s3{
	width: 90%;
	padding: 50px 0;
	background-color: #715456;
	
	position: relative;
	margin: auto;
}
.s3._topicBox{
	border-radius: 50px;
}
.s3._selactionBox{
	width: 100%;
	background-color: #FBE9DD;
}


.SectionTitle{
	width: 100%;
	padding:0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.SectionTitle span{
	display: inline-block;
	
}

.SectionTitle > .line{
	max-width: 60px; 
	height: 1px;
	background-color: #242424;
	flex-grow: 1;
}
._topicBox .line{
	background-color: #fff;
}

.SectionTitle > .TitleText{
	height: 50px;
	line-height: 50px;
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 16px;
	color: #242424;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	white-space:nowrap;
	
}


.s3._topicBox > .SectionTitle > .TitleText{
	color: #fff;
}

.SectionText{
	font-size: 1.1rem;
	line-height: 1.75rem;
	/* color: #fff; */
	text-align: center;
	margin-top: 24px;
	padding: 0 20px;
}
._topicBox .SectionText{
	color: #fff;
}
.SectionText.stronger {
	font-weight: 500;
	color: #333;
}

.SectionText span{
	color: #ca951f;
	font-weight: bold;
	margin: 0 5px;
}

.TopicCardZone{
	max-width: 1480px;
	padding: 22px 1rem;
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}



.OneCard{
	width: 100%; 
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #e5e5e5;
}
.layout_br{
	display: none;
}

.OneCard > .Photo{
	/* aspect-ratio: 1 / 1; */
	width: 100%; max-width: 250px;
	height: auto;
	border-radius: 7px 7px 30% 30%;
	overflow: hidden;
	position: relative;
    margin: auto;
}
.Photo::before{
	content: '';
	width: 100%;
	padding-top: calc(1 * 100% / 1);
	display: block;
	
}
.Photo img{
	position: absolute;
	width: 100%; height: 100%;
	object-fit: cover;
	top: 0; 
	left: 50%; transform: translateX(-50%);
	transition: .4s;
}

.OneCard > .DetailBox{
	width: 100%; max-width: 250px;
	padding: 8px;
	margin: auto;
	display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;

	flex-grow: 1;
}

.OneCard .Name{
	width: 100%;
	height: auto;
	font-size: 1rem;
	font-weight: bold;
	color: #574651;
	border-left: #9F7491 solid 5px;
	padding-left: 10px;
}
.OneCard .Name span{
	display: block;
	/* line-height: 32px; */
}


.OneCard .Winery_en,.OneCard .Winery_cn{
	width: 100%;
	font-size: 0.675rem;
	height: 18px;
	line-height: 18px;
	color: #646464;
	overflow: hidden;
}





.ExtendBTN{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-top: 16px;
	background-image: url(../images/Plus.svg);
	background-size: cover;
	background-position: center;
}
@media (min-width: 375px) {
	.OneCard{
		width: 250px; 
	}
}
@media (min-width: 768px) {
	.SectionTitle > .TitleText{
		font-size: 2rem;
	}

	.SectionText{
		font-size: 1.5rem;
		line-height: 2.5rem;
		padding: 0 64px;
	}

	.WineMakerCardZone{
		padding: 22px 32px;
	}

	.OneCard{
		width: 250px; 
		
	}

	.OneCard > .DetailBox{
		padding: 8px;
		padding-right: 10px;
	}

	.OneCard .Name{
		font-size: 1.2rem;
		/* line-height: 32px; */
	}

	.OneCard .Winery_en,.OneCard .Winery_cn{
		font-size: 1rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	
}



@media (min-width: 1200px) {
	.s3{
		padding: 64px 0;
	}

	.SectionTitle > .TitleText{
		font-size: 2.5rem;
		height: 72px;
		line-height: 72px;
		margin: 0 24px;
	}

	.SectionTitle > .line{
		width: 120px;
	}

	.SectionText{
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
		/* padding: 0 340px; */
		line-height: 3rem; 
	}
	.TopicCardZone{
		gap: 1rem;
	}
	
	.WineMakerCardZone {
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
		padding: 22px 47px;
	}

	.OneCard{
		/* width: 23%; */
		/* margin-right: 24px;
		margin-top: 24px; */
		transition: box-shadow 0.3s;
	}
	.layout_br{
		width: 100%;
		display: block;
	}

	.OneCard:hover{
		/* box-shadow: 0px 0px 15px rgba(0,0,0,0.3); */
	}
	.OneCard:hover > .Photo img{
		width: 110%;
	}

	.OneCard > .Photo {
		width: 90%;
	}
}

.SelectionCardZone{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	gap: 1rem;
}
@media (min-width: 992px) {
	.SelectionCardZone{
		padding: 0 3rem;
	}
}
.OneCard.Selection_OneCard{
	width: 400px; max-width: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: unset;
}
.Selection_DetailBox{
	width: 300px;
	background-color: #715456;
	padding: 1rem;
	padding-top: 5rem;
	border-radius: 50% 50% 10px 10px;
	display: flex;
	
}
	.BottleNum{
		width: 38px; height: 38px;
		flex-shrink: 0;
		
	}
	.BottleNum .Numbers{
		width: 100%; height: 100%;
		display: inline-block;
		font-size: 15px;
		line-height: 38px;
		vertical-align: middle;
		font-weight: 500;
		color: #fff;
		text-align: center;
		background-color: #9F7491;
		position: relative;
		/* top: 5px; */
		border: none;
		border-radius: 50%;
		
	}
	.DetailBox_data{
		flex-grow: 1;
	}
	.DetailBox_data .Country{
		color: #fff;
		margin-top: 1rem;
	}
	.DetailBox_data .Country span:not(:first-child)::before{
		content: '/';
		display: inline-block;
		padding: 5px;
	}
	.Selection_DetailBox .Name{
		font-size: 20px;
		font-weight: 600;
		color: #fff;
	}
.Selection_PhotoBox{
	display: flex;
	position: relative;
	bottom: -2rem;
	transition: .4s;
}
.Selection_OneCard:hover{
	cursor: pointer;
}
.Selection_OneCard:hover .Selection_PhotoBox{
	bottom: -1.5rem;
	/* transform: scale(1.1); */
}

.Photo_country{
	width: 150px; height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	/* bottom: -1rem; */
	
}
.Photo_country_flag{
	width: 100px; height: auto;
}
._countries3 .Photo_country:nth-child(1){
	right: -3rem;
	bottom: 0;
	transition: .4s;
}
.Selection_OneCard:hover ._countries3 .Photo_country:nth-child(1){
	right: -2.5rem;
	bottom: -1.5rem;
}
._countries3 .Photo_country:nth-child(3){
	left: -3rem;
	bottom: 0;
	transition: .4s;
}
.Selection_OneCard:hover ._countries3 .Photo_country:nth-child(3){
	left: -2.5rem;
	bottom: -1.5rem;
}
.Photo_country > img{
	position: absolute;
        width: 100%; height: 100%;
        object-fit: cover;
        top: 0; 
}
.Photo_country_icon{
	width: 70px; height: 70px;
	position: absolute;
	top: 0; left: 0;
}

.s4{
	width: 100%;
	background-color: #eceae5;
	padding: 50px 0;
}

.SwitchBTNBox{
	width: 90px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10px;
}

.s4 .BTN{
	width: 44px;
	height: 44px;
	padding: 8px;
	position: relative;
	z-index: 2;
}

.s4 .BTN:first-child{
	margin-right: 2px;
}

.s4 .ListBTN,.s4 .PhotoBTN{
	width: 28px;
	height: 28px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.s4 .ListBTN{
	background-image: url(../images/List.png);
}

.s4 .ListBTN.Active,.s4 .PhotoBTN.Active{
	background-position: center bottom;
}

.s4 .PhotoBTN{
	background-image: url(../images/Photo.png);
}

.s4 .ActiveBorder{
	position: absolute;
	width: 44px;
	height: 44px;
	border: 1px solid #989898;
	border-radius: 7px;
	background-color: #fff;
	top: 0;
	left: 0;
	transition: left 0.3s;
}

.s4 .SectionText{
	font-size: 0.875rem;
	margin-top: 10px;
}

.WineryListBox{
	padding: 0 20px;
	margin-top: 20px;
}

.OneCountry{
	width: 100%;
	margin-top: 32px;
}

.CountryName{
	font-size: 1.2rem;
	font-weight: bold;
	color: #231815;
	text-align: center;
}

.WineryList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.WineryList .OneWinery{
	width: 100%;
	line-height: 1.5rem;
	font-size: 0.875rem;
	text-align: center;
	color: #646464;
	margin-top: 8px;
	cursor: pointer;
}

.WineryList .OneWinery:first-child{
	margin-top: 0;
}


.WineryList .OneWinery a{
	color: #646464;
}

.WineryPhotoBox{
	padding: 0 20px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	transition: height 1.5s;
}

.WineryPhoto{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.WineryPhotoBox .OneWinery{
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.WineryPhotoBox .OneWinery:nth-child(2n){
	margin-right: 0;
}

.WineryPhotoBox .OneWinery:last-child{
	margin-right: 0;
}

@media (orientation: landscape) and (max-width: 992px){
	.WineryPhotoBox .OneWinery{
		width: 40vh;
		height: 40vh;
	}

	.WineryPhotoBox .OneWinery:nth-child(2n){
		margin-right: 20px;
	}

	.WineryPhotoBox .OneWinery:nth-child(3n){
		margin-right: 0px;
	}
}


@media (min-width: 768px) {
	.s4{
		padding: 50px 0;
	}

	.SwitchBTNBox{
		width: 102px;
	}

	.s4 .BTN{
		width: 50px;
		height: 50px;
	}

	.s4 .ListBTN,.s4 .PhotoBTN{
		width: 34px;
		height: 34px;
	}

	.s4 .ActiveBorder{
		width: 50px;
		height: 50px;
	}

	.WineryListBox{
		padding: 0 37px;
	}

	.OneCountry{
		margin-top: 50px;
	}

	.CountryName{
		font-size: 1.5rem;
	}

	.WineryList{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.WineryList .OneWinery{
		width: calc((100% - 40px)/3);
		font-size: 1rem;
		line-height: 1.75rem;
		text-align: left;
		margin-right: 20px;
	}

	.WineryList .OneWinery:nth-child(3n){
		margin-right: 0;
	}

	.WineryList .OneWinery:first-child{
		margin-top: 8px;
	}
	
	.WineryPhotoBox .OneWinery{
		width: 25vw;
		height: 25vw;
	}

	.WineryPhotoBox .OneWinery:nth-child(2n){
		margin-right: 20px;
	}

	.WineryPhotoBox .OneWinery:nth-child(3n){
		margin-right: 0px;
	}
	
}

@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.WineryListBox{
		padding: 0 64px;
	}
}

@media (min-width: 1366px) {
	.s4{
		padding: 64px 0;
	}

	.s4 .SectionText{
		font-size: 1rem;
	}

	.WineryListBox{
		max-width: 1366px;
		margin: 0 auto;
		padding: 0 128px;
	}

	.OneCountry{
		margin-top: 80px;
	}

	.WineryList{
		margin-top: 20px;
	}

	.WineryPhotoBox{
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 32px;
	}

	.WineryPhotoBox .OneWinery{
		width: 250px;
		height: 250px;
	}

	.WineryPhotoBox .OneWinery:nth-child(3n){
		margin-right: 20px;
	}

	.WineryPhotoBox .OneWinery:nth-child(4n){
		margin-right: 0px;
	}
}

.s5{
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
}

.s5 .SectionTitle > .TitleText{
	background-image: url(../images/S5TitleBG.png);
}

.s5 .SectionText{
	padding: 0 32px;
}

.SortingPic_m{
	width: 60vw;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.SortingPic_d{
	display: none;
}
.AllWineBTNs{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	gap: 1rem;
}
@media (min-width: 570px) {
	.AllWineBTNs{
		flex-direction: row;
	}
}
.AllWineBTN{
	width: 80%; max-width: 250px;
	display: block;
	padding: 8px 12px;
	/* background-color: #243420; */
	border-radius: 5px;
	color: #fff;
	font-size: 1.25rem;
	transition: 0.5s;
}
.AllWineBTN:hover {
	filter: brightness(1.2);
}



@media (min-width: 768px) {
	.SortingPic_m{
		width: 375px;
	}

	.AllWineBTN{
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.s5{
		padding: 64px 0;
	}

	.SortingPic_m{
		display: none;
	}

	.SortingPic_d{
		display: block;
		width: 978px;
		margin: 0 auto;
		margin-top: 50px;
	}

	.AllWineBTN{
		/* text-decoration: underline; */
		margin-top: 50px;
	}
}

.s6{
	padding: 50px 0;
	background-color: #231815;
}

.s6 .line{
	background-color: #fff;
}

.s6 .TitleText{
	color: #fff;
}

.Working{
	width: 40vw;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.InterviewBox{
	width: 100%;
	padding: 0 32px; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.OneInterview{
	width: 100%;
	margin-top: 50px;
	cursor: pointer;
}

.Interview_cover_Img{
	width: 100%;
	height: 250px;
	border-radius: 3px 3px 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.Interview_title{
	padding: 16px;
	background-color: #eeeeee;
	border-radius: 0 0 3px 3px;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #333;
	font-weight: bold;
}

.Interview_title span{
	font-weight: normal;
	font-size: 1rem;
	color: #666;
}


@media (min-width: 768px) {
	.InterviewBox{
		padding: 0 37px;
	}

	.Interview_cover_Img{
		height: 450px;
	}

	.Interview_title{
		font-size: 1.75rem;
		line-height: 2.75rem;
		padding: 24px;
	}

	.Interview_title span {
		font-size: 1.5rem;
	}
}

@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.InterviewBox{
		display: flex;
		justify-content: center;
	}

	.OneInterview{
		width: calc((100% - 64px)/3);
		margin-right: 32px;
	}

	.OneInterview:last-child{
		margin-right: 0;
	}
}

@media (min-width: 1366px) {
	.InterviewBox{
		width: 1366px;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}

	.OneInterview{
		width: calc((100% - 64px)/3);
		margin-right: 32px;
	}

	.OneInterview:last-child{
		margin-right: 0;
	}
}


@media (orientation: landscape) and (max-width: 992px){
	.Working{
		width: 40vh;
	}
}

@media (min-width: 768px) {
	.Working{
		width: 206px;
	}
}

@media (min-width: 1366px) {
	.s6{
		padding: 64px 0;
	}

	.Working{
		margin-top: 50px;
	}
}

.s7{
	width: 100%;
	padding: 50px 0;
}

.s7 .SectionText{
	padding: 0 32px; 
}

.s7 .SectionTitle > .TitleText{
	background-image: url(../images/S7TitleBG.png);
}

.Cover_m{
	display: block;
	width: 50vw;
	height: auto;
	margin: 0 auto;
	margin-top: 32px;
}

.Cover_d{
	display: none;
}
.BooksBox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin: auto;
	gap: 80px;
	flex-wrap: wrap;
	padding: 40px 20px;
}
.OneBook {
	width: auto;
	height: 300px;
}
.Bookimg {
	height: 100%;
	width: auto;
}
.BookPrice {
	font-size: 1.5rem;
	text-align: center;
	color: #1e1e1e;
	vertical-align: bottom;
}
.BookPrice span {
	font-size: 2rem;
	font-weight: 600;
	color: rgb(197, 7, 7);
}
.book{
	width: 100vw;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 32px;
}

.OtherEventsBox{
	width: 100%;
	padding: 20px;
	background-color: #eceae5;
	margin-top: 32px;
}

.OneEvent{
	margin-top: 20px;
}

.OneEvent:first-child{
	margin-top: 0;
}

.EventName{
	display: inline-block;
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
}

.EventName:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	margin-bottom: 4px;
	border-radius: 50%;
	background-color: #000000;
}

.EventDate{
	display: inline-block;
	margin-left: 11px;
}

@media (orientation: landscape) and (max-width: 992px){
	.Cover_m{
		width: 50vh;
	}

	.book{
		width: 70vh;
	}

	.OtherEventsBox{
		padding: 20px 32px;
	}
}

@media (min-width: 768px) {
	.s7 .SectionText{
		padding: 0 64px; 
	}

	.book{
		width: 80vh;
	}
	

	.OtherEventsBox{
		margin-top: 50px;
	}

	.OtherEventsBox{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 32px;
	}

	.OneEvent{
		width: calc((100% - 40px)/2);
		margin-top: 32px;
	}

	.OneEvent:nth-child(2n+1){
		margin-right: 40px;
	}

	.OneEvent:first-child,.OneEvent:nth-child(2){
		margin-top: 0;
	}

	.EventName{
		display: block;
		font-size: 1.5rem;
		text-align: center;
	}

	.EventName:before{
		width: 7px;
		height: 7px;
		margin-right: 10px;

	}

	.EventDate{
		display: block;
		font-size: 1.2rem;
		margin-left: 17px;
		text-align: center;
	}
}

@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.Cover_m{
		width: 50vh;
	}

	.book{
		width: 70vh;
	}
}

@media (min-width: 1366px) {
	.s7 .SectionText{
		padding: 0 300px; 
	}

	.s7 .SectionText br:nth-child(2n){
		display: none;
	}
	

	.book{
		width: 40vw;
	}

	.Cover_m{
		display: none;
	}

	.Cover_d{
		display: block;
		width: 748px;
		height: auto;
		margin: 0 auto;
		margin-top: 50px;
	}

	.OtherEventsBox{
		width: 957px;
		margin-right: auto;
		margin-left: auto;
		padding: 32px 64px;
	}

	.OneEvent{
		width: calc((100% - 60px)/4);
		margin-top: 0;
		margin-right: 20px;
	}

	.OneEvent:nth-child(2n+1){
		margin-right: 20px;
	}

	.OneEvent:last-child{
		margin-right: 0;
	}

	.EventName{
		text-align:left;
	}

	.EventDate{
		text-align: left;
	}
}

.CopyRights{
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #363636;
	padding: 0 20px;
	/* margin-top: 20px;  */
	padding-bottom: calc(10vh + 30px);
	background-color: #fff;
}
.CopyRights span{
	max-width: 1366px;
}

@media (min-width: 768px) {
	.CopyRights{
		padding: 0 32px;
		padding-bottom: calc(10vh + 40px);
	}
}

@media (min-width: 1366px) {
	.CopyRights{
		
		margin-right: auto;
		margin-left: auto;
		padding-bottom: calc(10vh + 40px);
	}
}

.Top10List{
	width: 100%; max-width: 1366px;
	height: auto;
	margin: auto;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.Top10List .SectionTitle{
	height: 100px;
	background-image: url(../images/Top10List_title.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: transparent;
}
.Top10List .SectionTitle span{
	color: transparent;
	z-index: -1;
}

.Top10List .SectionText{
	color: #664648;
	font-weight: 500;
}
.Top10List_cards{
	width: 90%; 
	margin: auto;
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	row-gap: 4rem;
	column-gap: 15px;
	padding: 2rem 0;
}
.Top10List_card{
	width: 45%; 
	position: relative;
}
	@media (min-width: 463px) {
		.Top10List_card{
			width: 18%; min-width: 200px;
		}
	}
.Top10List_prize{
	width: 53px; height: 53px;
	background-image: url(../images/prize.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
	@media (min-width: 463px) {
		.Top10List_prize{
			left: 20px;
		}
	}
	.Top10List_prize span{
		width: 100%; height: 100%;
		display: block;
		text-align: center;
		line-height: 42px;
		font-size: 20px;
		color: #FBEDE2;
	}
.Top10List_photo{
	width: 100%; height: 200px;
	display: block;
	text-align: center;
	position: relative;
	bottom: -1rem;
}
	.Top10List_photo img{
		width: auto; height: 100%;
		transition: .4s;
	}
	
	@media (min-width: 992px) {
		.Top10List_card:hover .Top10List_photo img{
			/* animation: shake 1s; */
			transform: scale(1.1);
		}
	}
	

.Top10List_comment{
	max-width: 250px;
	background-image: url(../images/label.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin: auto;
}
	.Top10List_comment::before{
		content: '顧客好評';
		color: #8C7126;
		display: block;
		text-align: center;
		font-weight: 600;
	}
	.Top10List_comment p{
		width: 100%; height: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #664648;
	}
	@media (min-width: 450px) {
		.Top10List_comment p span{
			display: block;
		}
	}
.Top10List_price{
	width: 160px; height: 54px;
	margin: auto;
	padding: 0 10px;
	background-image: url(../images/priceBG.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
	.Top10List_number{
		line-height: 54px;
		font-size: 40px;
		font-family: "Hurricane", cursive;
		color: #FED65F;
	}
	.Top10List_number::before{
		content: '$';
		font-size: 30px;
	}
	.Top10List_addingBTN{
		width: 32px; height: 32px;
		background-color: #CF3448;
		border-radius: 50%;
		font-size: 20px;
		line-height: 32px;
		color: #fff;
		transition: .4s;
	}
	.Top10List_price:hover .Top10List_addingBTN{
		background-color: #e98922;
		transform: scale(1.3) rotate(180deg);
	}