@charset "utf-8";


*{
	font-family: Arial, Helvetica, "微軟正黑體";
	box-sizing: border-box;
}
.text.intro {
	color: #243420;
	width: 80%;
	margin: 0 auto;
	border-top: #535b46 dotted 1px;
	border-bottom: #535b46 dotted 1px;
	padding: 30px 0 30px 0;
}
.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 .SectionText_BookName {
	color: #1e1e1e;
	background-color: rgb(238, 255, 129);
} */
/* ---------------- WineMaker and PoPBox */
.BlackBG{
	width: 100%;
	position: absolute;
	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%;
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 44px;
	background-color: #fff;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}

.PoPBox .WineMakerPhoto{
	width: 100vw;
	height: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.PoPBox .WineMakerInfoContent{
	width: 100%;
	padding: 32px 20px;
}

.PoPBox .WineMakerName{
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: bold;
	color: #000;
}

.PoPBox .Line{
	width: 100%;
	height: 1px;
	background-color: #333;
	margin-top: 10px;
}

.PoPBox .WineMakerIntroduce{
	font-size: 1rem;
	line-height: 1.75rem;
	color: #666;
	margin-top: 10px;
}

.PoPBox .OneWine{
	width: 100%;
	margin-top: 20px;
}

.PoPBox .OneWine .WineBottle{
	width: 100%;
	height: 100vw;
	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;
}

.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 (orientation: landscape) and (max-width: 992px){
	.PoPBox .WineMakerPhoto{
		width: 120vh;
		height: 120vh;
		margin-right: auto;
		margin-left: auto;
	}

	.PoPBox .WineMakerInfoContent{
		width: calc(120vh + 40px);
		margin-right: auto;
		margin-left: auto;
	}

	.PoPBox .OneWine .WineBottle{
		height: 100vh;
	}
}

@media (min-width: 768px) {
	.PoPBox .WineMakerPhoto{
		width: 80vw;
		height: 80vw;
		margin-right: auto;
		margin-left: auto;
	}

	.PoPBox .WineMakerInfoContent{
		width: calc(80vw + 64px);
		padding: 32px;
		margin-right: auto;
		margin-left: auto;
	}

	.PoPBox .WineMakerName{
		font-size: 2rem;
		line-height: 2.75rem;
	}

	.PoPBox .WineMakerIntroduce{
		font-size: 1.25rem;
		line-height: 2rem;
	}

	.PoPBox .OneWine {
		margin-top: 40px;
	}

	.PoPBox .OneWine .WineBottle{
		width: 100%;
		height: 80vw;
	}

	.PoPBox .OneWine .WineName_en{
		font-size: 2rem;
	}

	.PoPBox .OneWine .WineName_cn{
		font-size: 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 (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.PoPBox .WineMakerPhoto{
		width: 80vh;
		height: 80vh;
	}

	.PoPBox .WineMakerInfoContent{
		width: calc(80vh + 64px);
	}

	.PoPBox .OneWine .WineBottle{
		height: 80vh;
	}
}

@media (min-width: 992px) {
	.BlackBG{
		background-color: rgba(0,0,0,0.9);
	}

	.PoPBox{
		width: 700px;
		position: fixed;
		padding-bottom: 0;
		overflow: auto;
		overflow-x: hidden;
	}

	.CloseBTN{
		right: calc((100vw - 700px)/2 + 22px);
	}

	.PoPBox .WineMakerPhoto{
		width: 700px;
		height: 700px;
	}

	.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{
		height: 90px;
		max-width: 1366px;
		margin: 0 auto;
	}

	.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*/
/* 20230418 JOAN 新版文字警語-START */
.Warning{
	background:#000;
	text-align: center;
	width:100%;
	height: 120px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.text-warning {
	width: 100%;
	color: #ccc;
	line-height:40px;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 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: 768px) {
	.Warning{
		background:#000;
		text-align: center;
		width:100%;
		height: 120px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.text-warning {
		width: 100%;
		color: #ccc;
		line-height:40px;
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 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) {

	.Warning{
		background:#000;
		text-align: center;
		width:100%;
		height: 78px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
	}
	.text-warning {
		width: 1023px;
		color: #ccc;
		line-height: 78px;
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 35px;
		font-weight: 100;
		letter-spacing: 10px;
		margin:0 auto;
	}

}
/* 20230418 JOAN 新版文字警語-END */
/*--------------------------------------------footer區塊 end*/



/* 手機版直式 */
.s1{
	min-height: calc(667px - 168px);
	background-image: url(../images/s1_bg.jpg);
	background-repeat: repeat;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	/* gap: 10px; */
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}

.MainVision{
	width: 90%;
	height: auto;
	/* margin-top: 10px; */
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 0.5s;
}

.MainVision.Active{
	opacity: 1;
}

.MainTitleBox{
	
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;
	
}

.MainTitleBox.Active{
	opacity: 1;
}

.MainTitle_img_d{
	display: none;
}
.MainTitle_img_m {
	width: 100%;
	height: auto;
	
}

.MainDate{
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
}

.MainScrollDown{
	/* position: absolute;
	bottom: 50px; */
	margin-bottom: 20px;
	display: block;
	width: 10vw;
	height: 10vw;
	background-color: unset;
	border: none; 
	background-image: url(../images/DownArrow.png);
	background-size: cover;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;
}

.MainScrollDown.Active{
	opacity: 1;
}

/* 手機版橫式 */
@media (orientation: landscape) and (max-width: 992px){
	.s1{
		/* border: red solid 1px; */
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		/* box-sizing: border-box; */
		padding: 40px 0;
		
	}

	.MainVision{
		width: 50%;
		height: auto;
		
	}

	.MainTitleBox{
		width: 80%;
		height: auto;
		
	}
	.MainTitle_img_d {
		display: block;
		width: 100%;
	}
	.MainTitle_img_m {
		display: none;
	}
	.MainScrollDown{
		display: block;
		margin-bottom: 0px;
	}
}


/* 大平板直式 or 筆電 */
@media (min-width: 992px) {
	.s1 {
		display: flex;
		flex-direction: row;
	}
	.MainVision{
		width: 50%;
		
	}

	.MainTitleBox {
		width: 50%;
	}
	.MainTitle_img_m {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.MainTitle_img_d {
		
		display: none;
		
	}
	

	.MainScrollDown{
		position: absolute;
		width: 50px;
		height: 50px;
		bottom: 14px;
	}

}

/* 平板橫式 */
@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){

	.s1{
		display: flex;
		flex-direction: row;
	}
	
	.MainVision{
		width: 50%;
	}
	.MainTitle_img_m {
		display: block;
	}
	.MainTitle_img_d {
		display: none;
	}
	.MainScrollDown{
		position: absolute;
		bottom: 14px;
		
		width: 4vw;
		height: 4vw;
	}
}

/* Desktop */
@media (min-width: 1920px) {
	.s1{
		display: flex;
		flex-direction: row;
	}
	.MainVision{
		width: 50%;
		
		
	}
	.MainTitle_img_m {
		display: block;
	}
	.MainTitle_img_d {
		display: none;
	}
	
	
}


.s2{
	width: 100%;
}

.TextBox{
	width: 100%;
	padding-top: 32px;
	background-image: url(../images/pottery2.jpg);
	background-position: bottom;
	background-size: cover; 
}

.text{
	color: #fff;
	padding: 0 24px;
	font-size: 1.1rem;
	line-height: 1.75rem;
	text-align: center;
}

.TextBox .text:nth-child(2){
	margin-top: 16px;
}

.TextBox .text:nth-child(3){
	margin-top: 32px;
}

.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;
}

.OneIcon {
	width: 100%;
}

.OneIcon > .Icon {
	width: 35vw;
	height: 35vw;
	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;
}


/*----SaleText原始版------star------------------*/

/*.SaleText{
	background-color: #333f11;
	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;
}
/*----SaleText原始版-end-----------------------*/


/*----SaleText＿新改20231123------star------------------*/
.SaleText{
	background-color: #243420;
	padding: 32px 16px;
	font-size: 1.4rem; 
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.SaleText span{
	color: #f4ca08;
	margin: 0 5px;
}

.SaleText div.one_price{
	padding: 0 20px; 
}

/* 調手機版圖片大小 */
.price_img{
	width: 80vw;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.price_text{
	font-size: 1.2rem;
	color: #c9cfc8;
	text-align: center;
	font-weight: normal;
	margin-top: 16px;
	line-height: 1.7rem;
}

/*----SaleText＿新改20231123------end------------------*/







.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;
	}*/


    /*----NEW----*/
	.price_img{
		width: 60vw;
	}

	.price_text{
		font-size: 1.3rem;
		line-height: 2rem;
	}


}

@media (orientation: landscape) and (max-width: 992px){
	.OneIcon > .Icon {
		width: 35vh;
		height: 35vh;
	}
}

@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.IconsBox{
		justify-content: center;
	}

	.OneIcon > .Icon{
		width: 28vh;
		height: 28vh;
		margin-right: 32px;
		margin-top: 20px;
	}
}

@media (min-width: 1366px) {
	.text{
		line-height: 3rem;
	}

	.IconsBox{
		max-width: 1366px;
		margin: 0 auto;
		margin-top: 50px;
		padding: 0 64px;
	}

	.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; 
		flex-direction: row;
		justify-content: center; 
	}


	.SaleText div.one_prize{
		padding: 0 50px;
	}

	/*.prize_img_wrap{
		width: 50vw;
		max-width: 800px;
		height: auto;
		margin-top: 24px;
	}*/

	.price_img{
		width: 30vw;
		margin-top: 24px;
	}

}



.s3{
	width: 100%;
	padding: 50px 0;
}

.SectionTitle{
	width: 100%;
	padding:0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.SectionTitle span{
	display: inline-block;
}

.SectionTitle > .line{
	width: 60px;
	height: 1px;
	background-color: #242424;
}

.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;
}

.s3 .SectionTitle > .TitleText{
	background-image: url(../images/S3TitleBG.png);
}

.SectionText{
	font-size: 1.1rem;
	line-height: 1.75rem;
	color: #1e1e1e;
	text-align: center;
	margin-top: 24px;
	padding: 0 20px;
}
.SectionText.stronger {
	font-weight: 500;
	color: #333;
}

.SectionText span{
	color: #ca951f;
	font-weight: bold;
	margin: 0 5px;
}

.WineMakerCardZone{
	padding: 22px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.OneCard{
	width: calc((100vw - 50px)/2); 
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 7px;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	margin-right: 10px;
	overflow: hidden;
}

.OneCard:nth-child(2n){
	margin-right: 0;
}

.OneCard .NewComing{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
    border-right: 50px solid #e0624d;
    border-bottom: 50px solid transparent;
}

.OneCard .NewComing:before{
	content: 'New';
	display: block;
	color: #fde3df;
	position: absolute;
	top: 11px;
	right: -49px;
	font-size: 16px;
	transform: rotate(45deg);
}

.OneCard > .Photo{
	width: calc((100vw - 50px)/2 - 2px);
	height: calc((100vw - 50px)/2 - 2px);
	border-radius: 7px 7px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.OneCard > .DetailBox{
	padding: 8px;
}

.OneCard .Name{
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 1rem;
	font-weight: bold;
	color: #231815;
}

.OneCard .Winery_en,.OneCard .Winery_cn{
	width: 100%;
	font-size: 0.675rem;
	height: 18px;
	line-height: 18px;
	color: #646464;
	overflow: hidden;
}

.OneCard .BottleNum{
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.OneCard .BottleNum > .Numbers{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #dedede;
	border: 2px solid #fff;
	font-size: 8px;
	text-align: center;
	line-height: 16px;
}

.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: 768px) {
	.SectionTitle > .TitleText{
		font-size: 2rem;
	}

	.SectionText{
		font-size: 1.5rem;
		line-height: 2.5rem;
		padding: 0 64px;
	}

	.WineMakerCardZone{
		padding: 22px 32px;
	}

	.OneCard{
		width: calc((100vw - 64px - 16px)/2); 
		margin-top: 16px;
	}

	.OneCard .NewComing{
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-left: 90px solid transparent;
	    border-right: 90px solid #e0624d;
	    border-bottom: 90px solid transparent;
	}

	.OneCard .NewComing:before{
		content: 'New';
		display: block;
		color: #fde3df;
		position: absolute;
		top: 17px;
		right: -86px;
		font-size: 28px;
		transform: rotate(45deg);
	}

	.OneCard > .Photo{
		width: calc((100vw - 64px - 16px)/2 - 2px); 
	}

	.OneCard > .DetailBox{
		padding: 12px;
		display: flex;
		justify-content: space-between;
	}

	.OneCard .Name{
		font-size: 1.5rem;
		height: 32px;
		line-height: 32px;
	}

	.OneCard .Winery_en,.OneCard .Winery_cn{
		font-size: 1rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.OneCard .BottleNum{
		position: relative;
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 100px;
		margin-top: 16px;
		background-image: url(../images/CardBottle.png);
		background-size: cover;
		background-position: center;
	}

	.OneCard .BottleNum > .Numbers{
		right: -14px;
		width: 24px;
		height: 24px;
		font-size: 0.5rem;
		line-height: 20px;
	}
}

@media (orientation: landscape) and (max-width: 992px){
	.OneCard > .DetailBox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.OneCard .BottleNum{
		position: relative;
		width: 20px;
		height: 83px;
		margin-top: 16px;
		background-image: url(../images/CardBottle.png);
		background-size: cover;
		background-position: center;
	}

	.OneCard .BottleNum > .Numbers{
		right: -10px;
	}
}

@media (orientation: landscape) and (max-width: 1200px) and (min-width: 992px){
	.OneCard{
		width: calc((100vw - 64px - 48px)/4);
		margin-right: 16px;
	}

	.OneCard .NewComing{
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-left: 90px solid transparent;
	    border-right: 90px solid #e0624d;
	    border-bottom: 90px solid transparent;
	}

	.OneCard .NewComing:before{
		content: 'New';
		display: block;
		color: #fde3df;
		position: absolute;
		top: 17px;
		right: -86px;
		font-size: 28px;
		transform: rotate(45deg);
	}

	.OneCard:nth-child(2n){
		margin-right: 16px;
	}

	.OneCard:nth-child(4n){
		margin-right: 0;
	}

	.OneCard > .Photo {
		width: calc((100vw - 64px - 48px)/4 - 2px);
		height: calc((100vw - 64px - 48px)/4 - 2px)
	}

	.OneCard .BottleNum{
		width: auto;
		height: auto;
		background: unset;
		position: absolute;
	}

	.OneCard .BottleNum > .Numbers{
		right: 0;
	}
}

@media (min-width: 1366px) {
	.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; 
	}

	.WineMakerCardZone {
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
		padding: 22px 47px;
	}

	.OneCard{
		width: 300px;
		margin-right: 24px;
		margin-top: 24px;
		transition: box-shadow 0.3s;
	}

	.OneCard:nth-child(2n){
		margin-right: 24px;
	}

	.OneCard:nth-child(4n){
		margin-right: 0;
	}

	.OneCard:hover{
		box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	}

	.OneCard > .Photo {
		width: 298px;
		height: 298px;
	}
}

.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;
}

.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;
}

.AllWineBTN{
	display: block;
	padding: 8px 12px;
	background-color: #243420;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	font-size: 1.25rem;
	transition: 0.5s;
}
.AllWineBTN:hover {
	background-color: #6f6c27;
}

@media (orientation: landscape) and (max-width: 992px){
	.SortingPic_m{
		width: 60vh;
	}
}

@media (min-width: 768px) {
	.SortingPic_m{
		width: 375px;
	}

	.AllWineBTN{
		font-size: 1.5rem;
	}
}

@media (min-width: 1366px) {
	.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: 20px;
	}
}

.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: 500px;
}
.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; 
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.CopyRights{
		padding: 0 32px;
	}
}

@media (min-width: 1366px) {
	.CopyRights{
		max-width: 1366px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 100px;
	}
}