/*****     日期顯示     *****/
.DateIcon i
{
	font-size: 15px;
}

/*****     Header     *****/
header
{
	height: 250px;
}

header .DevicePc
{
	display: none;
}

header .DeviceMobile
{
	display: block;
}

.index_0 header
{
	height: auto;
	margin: 0 0 15px 0;
}

.index_0 .headerBg
{
	background-size: 100% auto !important;
}

/*     index標語     */
/* .headerInfo
{
	width: calc(100% - 60px);
	transform: translateX(-50%);
	top: 6.51vw;
}

.headerInfoSolgan
{
	font-size: 6.76vw;
	margin: 0 0 35px 0;
}

.headerInfoBtn
{
	font-size: 4.35vw;
	padding: 2.5vw 4.42vw;
} */

/*     主題/Solgan     */
.headerTopic
{
	top: calc(50% + 35px);
}

.index_0 .headerTopic
{
	top: 70px;	
}

/*****     選單     *****/
.headerBg.DevicePc , .headerRealBox.DevicePc , .headerInfo.DevicePc
{
      display: none;
}

.headerBg.DeviceMobile
{
      display: block;
}

.menuLogoBox
{
	width: 250px;
	display: block;
}

.menuLogoBox img.DevicePc
{
	display: none;
}

.menuLogoBox img.DeviceMobile
{
	display: block;
}

.menuBox
{
	background: #fbc392;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px;
	display: block;
}

.headerBtnMenu
{
	width: 25px;
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
}

/*     選單按鈕     */
#headerBtnMenu
{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	opacity: 0;
	height: 100%;
}

.headerBtnMenuDecro
{
	display: block;
}
    
.headerBtnMenuDecro > div
{
	background: white;	
	border-radius: 999rem;
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 3px;
}

.headerBtnMenuDecro > div:not(:last-child)
{
    margin: 0 0 6px 0;
}

#headerBtnMenu:checked ~ .headerBtnMenuDecro > div:first-child ,
#headerBtnMenu:checked ~ .headerBtnMenuDecro > div:nth-child(3)
{
	background: white;
}

#headerBtnMenu:checked ~ .headerBtnMenuDecro > div:first-child
{
	transform: translate(0,9px) rotate(-50deg);
}

#headerBtnMenu:checked ~ .headerBtnMenuDecro > div:nth-child(3)
{
	transform: translate(0,-9px) rotate(50deg);
}

#headerBtnMenu:checked ~ .headerBtnMenuDecro > div:nth-child(2)
{
	opacity: 0;
}

/*     選單     */
.menuDrop
{
	background: white;
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 89;
	word-break: break-all;
}

.menuContainer
{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 30px;
	overflow-y: scroll;
	max-height: 304px;
}

.menuBlock
{
	width: 100%;
}

.menuBtn
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.menuBtnTxt
{
	color: #6D5134;
	font-size: 18px;
	padding: 15px 0;
}

.menuBtn.active .menuBtnTxt
{
	color: black;
}

.menuBtn i
{
	color: #6D5134;
	font-size: 18px;
	margin: 0 0 0 10px;
}

.menuBtn.active i
{
	color: black;
}

/* 副選單 */
.menuSubBox
{
	text-align: left;
}

.menuSubList
{
	color: #6D5134;
	font-size: 18px;
	padding: 10px 0;
	display: block;
}

.index_0 .headerBgBox
{
	height: 46.85vw;
	padding: 50px 0 0 0;
}

.index_0 .headerBgBox, .index_0 .headerBg
{
	position: unset;
	top: unset;
	left: unset;
}

/*****     共同     *****/
/*     商品     */
.GoodsItemBlock:not(:nth-child(3n))
{
	margin: unset;
}

.GoodsItemBlock
{
	width: calc((100% - 30px)/2);
}

.GoodsItemBlock:not(:nth-child(2n))
{
	margin: 0 30px 40px 0;
}

.GoodsItemImg
{
	height: 29.3vw;
}

/*     金額     */
.PriceOriginalBox , .PriceSaleBox
{
	font-size: 3.91vw;	
}

.PriceOriginalBox.active
{
	font-size: 2.6vw;
}

/*****     首頁     *****/
/*     關於     */
.indexAboutInfo
{
	width: 32vw;
}

.indexAboutTit
{
	margin: 0 0 40px 0;
}

.indexAboutTxt
{
	font-size: 16px;
	line-height: 25px;
}

/*     最新消息     */
.indexNewsBlockDetail
{
	height: 8vw;
}

/*     新品上市     */
.indexNewinBox .GoodsItemBox.amount1
{
	width: calc((100% - 30px)/2);
}

.indexNewinBox .GoodsItemBox.amount2
{
	width: 100%;
}

/*****     商品內容     *****/
.goodsdtInfoList
{
	line-height: 25px;
}

/* 產品名稱 */
.goodsdtInfoTit
{
	font-size: 20px;
}

/* 各介紹標題 */
.goodsdtInfoListTit
{
	font-size: 16px;
}

.goodsdtInfoListTxt
{
	font-size: 16px;
}

/* 社群按鈕 */
.goodsdtInfoListBtnSocail
{
	width: 40px;
}

/* 購買按鈕 */
.goodsdtInfoBtnBuy
{
	width: 25vw;
}

/*****     商品列表     *****/
.goodsBox
{
	min-height: calc(100vh - 250px - 30vw);
}

/*****     優惠活動     *****/
/*     介紹     */
.eventBox
{
	min-height: calc(100vh - 250px - 35vw);
}

.eventInfoTit
{
	font-size: 16px;
}

.eventInfoTxt
{
	font-size: 14px;
}

/*****     優惠活動-內容     *****/
.eventBox
{
	min-height: calc(100vh - 250px - 35vw);
}

/*****     商家資訊     *****/
/*     社群資訊     */
.infoSocialBlock
{
	padding: 2.86vw 7.5vw;
}

.infoSocialBtn
{
	padding: 0 15px 0 0;
}

.infoSocialBtnIcon
{
	width: 40px;
}

/*****     Footer     *****/
.footerContainer
{
	padding: 3.39vw 11.46vw;
}

/*     Logo     */
.footerLogoBox
{
	width: 200px;
}