/*備註*/

.note {
	margin-top: 30px;
	line-height: 150%
}



/*////////////////////點數篩選//////////////////////*/

.point-filter {
	display: block;
	text-align: center;
	margin-bottom: 3%;
}

.point-filter li {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background-color: #b9ddfa;
	padding: 10px 20px;
	margin: 5px;
	border-radius: 10px;
	color: #004ea2;
	transition: 500ms;
}

.point-filter li:hover {
	opacity: 0.80;
}

.point-filter li.active {
	background-color: #004ea2;
	color: #fff;
}

@media (max-width: 550px) {
	.point-filter {
		margin-bottom: 10%;
	}
	.point-filter li {
		padding: 5px 8px;
		margin: 5px 2px;
	}
}

@media (max-width: 320px) {
	.point-filter li {
		padding: 5px;
		margin: 5px 0px;
	}
}


/*////////////////////列表//////////////////////*/

.list {
	width: 100%;
	align-items: stretch;
	flex-wrap: wrap;
	display: inline-flex;
}

.list li {
	width: 30%;
	margin-bottom: 5%;
	position: relative;
	margin-left: 5%;
}

.list li:nth-child(3n+1) {
	margin-left: 0%;
}



/*匙到有獎popup*/

.prize_popup .popup_wrapper img {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}



/*匙到有獎標題*/

.prize_tit font,
.list_prize .active p font,
.member_listR li p font {
	display: inline-block;
	padding: 0 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.prize_tit font {
	border: 1px solid #004ea2;
	vertical-align: middle;
	margin-top: -3px;
}

.list_prize .active p font {
	border: 1px solid #45403f;
}

.member_listR li p font {
	border: 1px solid #f07986;
}

.list_prize .active p font:After,
.prize_tit font:After {
	content: "點";
}


@media (min-width: 551px) {
	.list figcaption p {
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		display: -webkit-box;
	}
}

@media (max-width: 1024px) {
	.list li {
		width: 46%;
		margin-bottom: 10%;
		margin-left: 7%
	}
	.list li:nth-child(3n+1) {
		margin-left: 7%;
	}
	.list li:nth-child(2n+1) {
		margin-left: 0%;
	}
}

@media (max-width: 1366px) and (min-width: 811px) {
	.member_apply li {
		position: relative;
	}
	.member_listRtxt>dl>dt,
	.member_listRtxt>dl>dd {
		padding-top: 35px;
	}
	.member_apply li p.color_p {
		position: absolute;
		top: 0
	}
}

@media (max-width: 810px)and (min-width: 551px) {
	.prize_popup .popup_wrapper img {
		max-width: 300px;
	}
}

@media (max-width: 550px) {
	.list li {
		width: 100%;
		margin-bottom: 15%;
		-webkit-transition: 500ms;
		transition: 500ms;
		margin-right: 0%;
		margin-left: 0%;
	}
	.list li:nth-child(3n+1) {
		margin-left: 0%;
	}

	.prize_tit font,
	.list_prize .active p font,
	.member_listR li p font {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-right: 5px;
	}
	.member_listR li p font {
		padding: 0 5px;
	}
	.prize_popup .popup_body {
		padding: 15px 5% 10% 5%;
	}
	.prize_popup .popupMain {
		padding-top: 1%;
		margin-top: 5%;
	}
	.list_prize.main_page2 {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media (max-width: 320px) {
	.member_apply li p.color_p font {
		margin-right: 0;
		margin-bottom: 5px;
		display: block;
	}
	.member_apply li p.color_p {
		width: 110px;
		text-align: center;
	}
}





/*篩選器*/

.filter_select {
	position: absolute;
	left: 0;
	top: -45px;
	z-index: 1;
}

.filter_select2 {
	top: 0
}

@media (max-width: 550px) {
	.filter_select {
		position: relative;
		top: 0;
		margin-bottom: 10%;
	}
	.filter_select select {
		width: 100%;
		text-align: center;
		padding-left: 45px;
	}
}










/*/////////////////////分享按鈕//////////////////////////*/

.menu_share {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu_share a {
	flex: 2 1 50px;
	margin-left: 20px;
}

.menu_share span {
	flex: 1 2 100%;
	height: 1px;
	display: block;
	background-color: #ccc
}

@media (max-width: 1366px) {
	.menu_share a {
		flex: 2 1 40px;
		margin-left: 10px;
	}
}

@media (max-width: 550px) {
	.menu_share a {
		flex: 2 1 50px;
	}
	.menu_share {
		margin-bottom: 20px;
	}
}













/*//////////////內頁kv/////////////////////*/

.kv {
	position: relative;
	display: block;
	width: 100%;
}

.kv h2 {
	position: absolute;
	left: 15%;
	top: 30%;
}

.kv h2 span {
	display: block;
}

.kv img {
	width: 100%;
	display: block;
}

@media (max-width: 1280px) {
	.kv h2 span {
		margin-top: -10px
	}
}

@media (max-width: 810px) {
	.kv h2 {
		left: 10%;
		top: 32%;
	}
}

@media (max-width: 550px) {
	.kv_detail {
		display: none;
	}
}

@media (max-width: 435px) {
	.kv h2 {
		left: 5%;
		top: 31%;
	}
}

@media (max-width: 375px) {
	.kv h2 {
		top: 30%;
		left: 3%;
		transform: scale(0.9);
	}
}













/*/////////////////////詳細頁//////////////////////////*/

.detail_tit {
	margin-top: -15px
}


.shareDetail_content img {
	margin: 60px auto;
}

.detail_main,
.detail_price {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5%
}

.detail_photo {
	width: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

.detail_photo .swiper-slide.active {
	cursor: pointer;
}

.detail_content {
	width: 55%;
	position: relative;
}

.detail_day {
	margin-bottom: 20px;
}



.detail_contentTXT {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.detail_contentTXT1 p:only-child,
.detail_contentTXT2 p:only-child,
.detail_contentTXT1 p:last-child,
.detail_contentTXT2 p:last-child {
	margin-bottom: 0;
}

.detail_contentTXT2 {
	margin-top: 20px;
}

.detail_contentTXT2 p {
	margin-bottom: 5px;
	color: #848383
}

.img_line img {
	width: 100%;
	height: 38px
}

.detail_btn {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.detail_btn a {
	width: 35%;
	margin-left: 20px;
}

.detail_btn a:last-child {
	margin-left: 0px;
}

.detail_btn a:only-child {
	width: 40%;
	margin-left: 0px;
}

.p_tit,
.txt_contentTit {
	position: relative;
	padding-left: 25px;
}

.txt_contentTit {
	margin-bottom: 40px;
}

.txt_contentTit.txt_contentTit2 {
	margin-bottom: 10px
}

.txt_contentTit:before,
.p_tit:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/all/li.svg);
	background-size: 16px;
	background-position: left 4px;
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 1
}

@media (max-width: 1366px) and (min-width: 801px) {
	.txt_contentTit:before,
	.p_tit:before {
		top: -2px;
	}
}




/*詳細頁照片popup*/

.photoIMG_popup>img {
	width: 100%;
	max-width: 700px;
	position: relative;
	z-index: 2
}

.photoIMG_popup span {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1
}

.photoIMG_popup.videoPlayerOverlay .closeIcon {
	top: 10%;
}





/*商城區塊特調*/

.detail_price {
	align-items: center;
}

.detail_price2 {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.detail_price2 .gw_num {
	margin-left: 20px;
}

.shop_detail .detail_btn img {
	height: 30px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -3px
}

.shop_list .detail_price1 p {
	font-weight: bold;
}

.detail_price1 p:before,
.detail_price1 h4:before {
	content: "NT$";
}

.detail_price1 h4 {
	margin: 0;
}

.shop_detail .detail_contentTXT,
.detail_price {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.detail_price {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


.shop_photo {
	position: relative;
}


.shop_photoIMG img {
	display: block;
	width: 100%;
}

.shop_photoIMG .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.shop_photoIMG .swiper-slide {
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #fff;
}

.gallery-top {
	height: 80%;
	width: 100%;
}


.shop_photoIMG .gallery-thumbs {
	margin-top: 20px;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 3px solid #004ea2;
}

.shop_photo_shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	pointer-events: none;
}

.gallery-thumbs .swiper-slide:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 1;
}

@media (min-width: 811px) {
	.shop_detail .detail_tit {
		margin-top: 0px;
	}
	.detail_price {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.detail_content {
		padding-bottom: 160px;
	}
	.detail_box {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 1367px) {
	.detail_content {
		padding-bottom: 190px;
	}
}

@media (max-width: 810px) {
	.detail_price {
		border-bottom: 0px none #fff;
	}
	.detail_main {
		flex-wrap: wrap
	}
	.detail_photo,
	.detail_content {
		width: 100%
	}
	.detail_photo {
		margin-bottom: 5%;
		margin-top: -20px;
	}
	.detail_btn {
		justify-content: space-between;
	}
	.detail_btn a {
		width: 48%;
		margin-left: 0;
	}
	.detail_btn a:only-child {
		width: 100%;
	}
	.shop_detail .detail_contentTXT {
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #ccc;
		padding-bottom: 0!important;
		margin-bottom: 0;
		border-bottom: 1px none #fff;
	}
}

@media (max-width: 550px) {
	.detail_tit {
		margin-top: 20px
	}
	.shareDetail_content img {
		margin: 30px auto 40px;
	}
	.detail_photo {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.shop_photo {
		margin-bottom: 10%
	}
	.txt_contentTit {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.detail_day {
		margin-bottom: -15px;
	}
	.detail_main {
		margin-bottom: 10%;
	}
	.shop_photo {
		margin-bottom: 0;
	}
	.shop_photo>img {
		margin-bottom: 20px;
	}
	.gallery-thumbs .swiper-slide-thumb-active {
		border: 2px solid #004ea2;
	}
	.detail_price2 select {
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 1;
		left: 0;
	}
	.detail_price.active {
		padding-bottom: 70px;
	}
	.detail_price {
		position: relative;
		padding-top: 10px;
	}
	.shop_detail .detail_contentTXT,
	.detail_price {
		padding-bottom: 20px
	}
	.shop_photoIMG .swiper-button-next,
	.shop_photoIMG .swiper-button-prev {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.shop_photoIMG .swiper-button-next {
		right: 10px;
	}
	.shop_photoIMG .swiper-button-prev {
		left: 10px
	}
	.shop_detail .detail_btn img {
		height: 25px;
	}
}

@media (max-width: 320px) {
	.detail_btn {
		flex-wrap: wrap
	}
	.detail_btn a {
		width: 100%;
	}
	.detail_btn a:nth-of-type(1) {
		margin-bottom: 15px;
	}
}



/*兌換趣步驟*/

.steps3_list {
	position: relative;
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
	-webkit-transition: 500ms;
	transition: 500ms;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 20px;
	margin: 20px auto;
}

.steps3_list p {
	margin-bottom: 0;
}


.steps3_list_img2 {
	display: block;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #ccc;
}

.steps3_list td {
	padding: 10px 0;
}

.steps3_list td img {
	width: 80px;
	margin-right: 10px;
}

@media (min-width: 551px) {
	.steps3_list>div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.steps3_list_img2 {
		width: 30%;
	}
	.steps3_list>div>span {
		display: block;
		width: 65%;
		padding-right: 20px;
	}
}

@media (min-width: 811px) {
	.steps3_list>div>span {
		width: 60%;
		padding-right: 20px;
	}
}

@media (max-width: 550px) {

	.steps3_list_img2 {
		margin: 0 auto;
	}
	.steps3_list h4 {
		text-align: center;
	}

	.steps3_list {
		margin-bottom: 40px;
		border: 2px solid #004ea2;
	}
	.steps3_list table {
		margin-bottom: 10px;
	}
}



/*202508新增試用罐*/

.baby_id {
	line-height: 230%;
	background-color: #e7e7e7;
	padding: 3% 5%;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.baby_id select {
	line-height: 170%;
}

.detail_content.active .detail_contentTXT {
	border-bottom: none;
}

@media (min-width: 811px) {
	.baby_id {
		position: absolute;
		bottom: 150px;
	}
	.detail_content.active {
		padding-bottom: 350px;
	}
}

@media (min-width: 1367px) {
	.baby_id {

		bottom: 200px;
	}
	.detail_content.active {
		padding-bottom: 470px;
	}
}

@media (max-width: 810px) {
	.baby_id {
		margin-top: -15px;
	}
	.detail_content.active .detail_contentTXT {
		border-top: none;
		padding-top: 0;
	}
}