.articleBlockStyle03 {
    background: #FFFFFF;
}

body {
	background: #FFFFFF;
	font-family: 'Noto Sans TC';
}

footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #EF76A7;
	text-decoration: none;
}

#mbPanel>[class^='mbPanel_'], .mbPanel>[class^='mbPanel_'] {
    background: #FFFFFF;
}

/* cowboy 20201230 #38463 */
.shop .itemImg::before,
.shop .itemImg::after,
.shopdetail .itemImg::before,
.shopdetail .itemImg::after {
	display: none;
}
.shopdetail .itemSlickNav .slick-slide {
	cursor: pointer;
}
.shopdetail .itemSlickNav .slick-current .itemImg::before {
	display: block;
}
/* cowboy 20201230 #38463 end */

/* cowboy 20210118 #38427 end */
.navMenu > .moreMenu > ul > .moreMenu > ul > .moreMenu > ul {
	display: none;
}
.navMenu .moreMenu > a::after {
	display: none;
}
/* cowboy 20210118 #38427 end */