@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url(/webeip/HT00100/becky/fonticons/css/style.css);
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@1,900&display=swap');

/* 以下是 animate 的 CSS */
@import url(/webeip/HT00100/becky/css/animate.css);
/* 以下是 reset 的 CSS */
@import url(/webeip/HT00100/becky/css/reset.css);

.shopping_titlenav{
	width: 95%;
	max-width: 980px;
    margin: 20px auto 0;
}
.shopping_titlenav ul{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.shopping_titlenav ul li{
	width: calc( 100% / 2 );
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.75rem;
	cursor: pointer;
	transition: all .3s;
}
.shopping_titlenav ul li:first-child{ background-color: #22B14C; border-radius: 10px 0 0 0;}
.shopping_titlenav ul li:nth-child(2){ background-color: #FF6C11; border-radius: 0 10px 0 0; }
.shopping_titlenav ul li:nth-child(3){ background-color: #029ADC; }

/*.shopping_titlenav ul li.titleclick{ background-color: #f44336;}*/

.shopping_titlenav ul li:hover{ background-color: #f44336;}

.shopping_titlenav ul li img{ vertical-align: middle; margin-right: 5px;}
/*圖像廣告連結 */
	.imgadlink_main{
		width: 95%;
		max-width: 720px;
		margin: 2rem auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.imgadlink_group{
		width: calc(90% / 3);
		margin: 15px calc(10% / 6);
		box-sizing: border-box;
		transition: all .2s;
		position: relative;
	}
	.adimg{ width: 100%;}

	.adimg a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.adimg a img{
		vertical-align: top;
		width: 100%;
		max-width: 200px;
		transition: all .3s;
	}
	.adiframe{
		/*position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;*/
		display: none;
	}
	.adtxt{ width: 100%; display: none;}

	.adtxt > a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5rem 0.25rem;
		box-sizing: border-box;
		font-size: 0.9rem;
		color: #000;
	}	
	.adexplain{
		display: none;
	}
	.imgadlink_main .imgadlink_group:first-child{
		width: 100%;
		max-width: 720px;
	}
	.imgadlink_main .imgadlink_group:first-child .adimg a img{
		max-width: 100%;
	}


/* 站內活動快報(圖文日期)--最新促銷 */
	.ShowImgUrlLink_hotpromo_main{
		width: 95%;
		max-width: 980px;
		margin: 2rem auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 200px;
	}
	.ShowImgUrlLink_hotpromo_box{
		width: 100%;
		max-width: 215px;
		margin: 15px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #EEE;
		transition: all .2s;
		position: relative;
	}
	.ShowImgUrlLink_hotpromo_img{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.ShowImgUrlLink_hotpromo_img > img{
		vertical-align: top;
		width: 100%;
		height: auto; /* 250px * 1.414 (A4比例)*/
	}
	.ShowImgUrlLink_hotpromo_title{
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.25rem;
		min-height: 5rem;
	}
	.ShowImgUrlLink_hotpromo_date{
		width: 100%;
		text-align: right;
	}
	.ShowImgUrlLink_hotpromo_startdate,
	.ShowImgUrlLink_hotpromo_updatedate{
		display: inline-block;
		padding: 0.25rem;
		box-sizing: border-box;
		font-size: 0.8rem;
		color: #777;
	}
/* 廣告連結 */
	.adlink{
		width: 980px;
		margin: 2rem auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.adlink > p{
		width: 100%;
		text-align: center;
		margin: 15px;
		font-size: 2rem;
		color: #e50000;
		letter-spacing: 5px;
		padding-left: 5px;
		box-sizing: border-box;
	}
@media all and (max-width: 980px){
	.ShowImgUrlLink_hotpromo_main{ max-width: 735px; }
}
@media all and (max-width: 735px){
	.ShowImgUrlLink_hotpromo_main{ max-width: 490px; }
}
@media all and (max-width: 720px){
	.shopping_titlenav ul{ flex-wrap: wrap; }
	.shopping_titlenav ul li{
		width: 100%;
		justify-content:center;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.shopping_titlenav ul li:first-child,
	.shopping_titlenav ul li:nth-child(2){ border-radius: 10px; }

	.ShowImgUrlLink_box{
		width: calc(96% / 3);
		margin: 20px calc(4% / 6);
	}
	.ShowImgUrlLink_img > img{ height: 18vw; }
	.ShowImgUrlLink_title{
		font-size: 1rem;
		min-height: 4.25rem;
		padding: 0.15rem 0;
	}
}
@media all and (max-width: 490px){
	.ShowImgUrlLink_hotpromo_main{ max-width: 490px; }
	.ShowImgUrlLink_hotpromo_box{
		width: 45%;
		max-width: 100%;
		margin: 15px 2.5%;
	}
}