@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release 2015.12.23;
 * Copyright 2015, "ryan"<ryan@dotmore.com.tw>. All rights reserved.
 ******************************************************************************/
/*--------------------icon--------------------*/
.IconExclamation, .IconBonusStep1, .IconBonusStep2, .IconBonusStep3, .IconResult1, .IconResult2, .IconResult3 {
	background: url("../images/icon/icons.svg?t=20200115v1") no-repeat;
	display: inline-block;
	text-indent: -999999px;
	vertical-align: middle;
}
.IconExclamation {
	background-size: 100px 100px;
	background-position: -60px -40px;
	height: 20px;
	margin: -2px 0 0;
	width: 20px;
}
.IconBonusStep1, .IconBonusStep2, .IconBonusStep3 {
	background-size: 260px 260px;
	height: 52px;
	width: 52px;
}
.IconBonusStep1 {
	background-position: 0 0;
}
.IconBonusStep2 {
	background-position: -52px -52px;
}
.IconBonusStep3 {
	background-position: -104px -52px;
}
.IconResult1, .IconResult2, .IconResult3 {
	background-size: 200px 200px;
	height: 40px;
	width: 40px;
}
.IconResult1 {
	background-position: 0 -80px;
}
.IconResult2 {
	background-position: -40px -80px;
}
.IconResult3 {
	background-position: -160px -40px;
}
/*--------------------主視覺--------------------*/
.Content > .Banner {
	background: #ff7fa0 url(../images/public/banner/bg_publiclist.jpg?t=20200115v1) no-repeat 50%;
	background-size: cover;
}
.Banner > .ImgBox {
	height: 157px;
	margin: 0 auto 1.625em;/*0 auto 2px/16px*/
	width: 120px;
	animation: down-in 1.5s .15s backwards;
}
@keyframes down-in {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
}
.BannerInfo{
	text-align: center;
	color: #fff;
}
.BannerInfo > .Title,
.BannerInfo > .SubTitle {
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(4, 0, 0, .25);
}
.BannerInfo > .Title {
	font-size: 1.75em;/*28px/16px*/
	margin: 0 auto 2px;
}
.BannerInfo > .SubTitle {
	font-size: 1.0625em;/*17px/16px*/
	margin: 0 auto 0.6471em;/*0 auto 11/17*/
}
.BannerInfo > .Desc {
	line-height: 1.5;
	margin: 0 auto 1.25em;/*0 auto 20px/16px*/
}
.BannerInfo > .Desc > strong {
	display: block;
}
.BannerInfo > .Desc > br {
	display: none;
}
.SectionResult {
	margin: 0 -4.6875%;
	padding: 50px 5%;/*10px/16px 0*/
	background: #fff;
}
.SectionResult .SectionTitle {
	color: #455a64;
	font-size: 1.625em;/*26px/16px*/
	text-align: center;
	padding: 0 0 1.1538462em;/*20px/26px 0 30px/26px*/
	line-height: 1.23;
}
.SectionResult .SectionDesc {
	text-align: center;
	margin-bottom: 50px;
}
.ResultList {
	text-align: center;
	margin: 0 -10px 2em;
	display: flex;
	justify-content: space-between;
}
.ResultList > li {
	width: 33.333%;
	padding: 0 8px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.ResultList > li > .IconBox {
	display: inline-block;
}
.ResultList .Count {
	font-size: 12px;
}
.ResultList .Num {
	font-size: 26px;
	font-weight: 600;
}
.ResultList > li > strong {
	display: block;
	font-size: 0.875em;/*14px/16px*/
	line-height: 1.3125;
	font-weight: bold;
}

/*--------------------回饋獎勵賺取步驟--------------------*/
.SectionStep {
	/* min-height: 386px; */
	margin: 0 -4.6875%;
	padding: 50px 0;
	background: #ececec;
}
.SectionStep .SectionTitle {
	color: #455a64;
	font-size: 1.625em;/*26px/16px*/
	text-align: center;
	padding: 0 0 1.1538462em;/*20px/26px 0 30px/26px*/
	line-height: 1.23;
}
.SectionStep .SectionDesc {
	text-align: center;
	padding: 0 4.6875%;
	margin-bottom: 25px;
}
.StepList {
	text-align: center;
	margin: 0 -10px;
}
.StepList > li {
	margin: 0 8px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.StepList > li > .IconBox{
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 84px;
	border: 1px solid #ced7db;
	overflow: hidden;
	position: relative;
}
.StepList > li > .IconBox:after{
	padding-top: 100%;
	content: "";
	display: block;
}
.StepList > li > .IconBox > .IconGraphic {
	/* margin: 16px; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.StepList > li > strong {
	display: block;
	font-size: 0.875em;/*14px/16px*/
	line-height: 1.3125;
	margin: 1em 0;
}
.StepList > li > .icon-next {
	line-height: 1;
	color: #9eafb7;
	display: block;
	margin: -5px 0 0px 0;
	position: absolute;
	top: 31%;
	right: -16px;
	font-size: 10px;
}

/*--------------------推薦商品--------------------*/
.SectionPublic {
	padding: 0 0 2em;
}
.SectionPublic > .SectionTitle{
	font-size: 1.625em;
	text-align: center;
	padding: 0.769231em 0 1.1538462em;
	font-weight: normal;
}
.ItemList.ListPublic{
	margin: -6px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ItemList.ListPublic > li{
	width: calc(50% - 12px);
	margin: 10px 8px;/*8/726*/
	vertical-align: top;
	position: relative;
	margin: 6px;
}
.ItemList.ListPublic > li > .ImgBox > a:after{
	padding-top: 100%;
	content: "";
	display: block;
}
/* 加入連結 */
.BtnBoxJoin{
	/* text-align: center; */
	margin: 2.5em 0 0;/*40/16*/
	/* font-weight: bold; */
	/* font-size: 18px; */
}
.BtnBoxJoin .Btn {
	max-width: 11.6em;
	margin-left: 12px;
	margin-right: 12px;
}
.BtnBoxJoin a{
}
.BtnBoxJoin i{
	font-size: 14px;
	margin: 0 5px;
	vertical-align: middle;
	color: #53ccb2;
}
/*影音專區 Start------------------------------------------------------*/
.ItemList.ListPhoto{
}
.ItemList.ListPhoto > li{
	margin-bottom: 1em;
	box-shadow: none;
	position: relative;
}
/*圖片*/
.ItemList.ListPhoto > li > .ImgBox{
}

/*資訊*/
.ItemList.ListPhoto > li > .Info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(69,200,171,.9);
	padding-top: .75em;
	padding-bottom: .75em;

}
/*標題*/
.ItemList.ListPhoto > li > .Info > h2{
	overflow: hidden;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}

/*如果使用者之視窗寬度>=568px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 568px) {
	/*--------------------icon--------------------*/
	.IconBonusStep1, .IconBonusStep2, .IconBonusStep3 {
		background-size: 350px 350px;
		height: 70px;
		width: 70px;
	}
	.IconBonusStep1 {
		background-position: 0 0;
	}
	.IconBonusStep2 {
		background-position: -70px -70px;
	}
	.IconBonusStep3 {
		background-position: -140px -70px;
	}
	/*--------------------主視覺--------------------*/
	.Banner > .ImgBox {
		display: inline-block;
		vertical-align: middle;
		height: 276px;
		margin: 0 1.875em 0 0;/*0 auto 26px/16px*/
		width: 190px;
	}
	/*--------------------主視覺--------------------*/
	.Banner {
		text-align: center;
	}
	.BannerInfo {
		max-width: 290px;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		margin: 0;/*0 auto 20px/16px*/
	}
	.SectionResult .SectionTitle {
		font-size: 30px;/*30px/16px*/
		padding: 0 0 30px;/*44px/30px 0*/
	}
	.SectionResult .SectionTitle br {
		display: none;
	}
	.ResultList strong br {
		display: none;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep .SectionTitle {
		font-size: 30px;/*30px/16px*/
		padding: 0 0 30px;/*44px/30px 0*/
	}

	.SectionPublic .SectionTitle{
		font-size: 30px;/*30px/16px*/
		padding: 1.467em 0;/*44px/30px 0*/
	}
	.SectionStep {
	}
	.StepList {
		margin: 0 -18px;
	}
	.StepList > li {
		margin: 0 18px;
		padding: 1.0625em 0;/*17px/16px 0*/
	}
	.StepList > li > .IconBox{
		width: 142px;
	}
	.StepList > li > strong {
		font-size: 0.875em;/*14px/16px*/
	}
	.StepList > li > .icon-next {
		font-size: 32px;
		margin: -16px 0 0px 0;
		width: 48px;
		right: -46px;
		top: 39%;
	}
	.ItemList.ListPublic{
		margin: -10px -10px;
	}
	.ItemList.ListPublic > li{
		width: calc(50% - 20px);
		margin: 10px 10px;
	}
	.ItemList.ListPublic > li > .Info > h2{
		height: 54px;
	}
	/*影音專區 Start--------------------------------------------*/
	.ItemList.ListPhoto{
	}
	.ItemList.ListPhoto{
		margin: -5px -10px;/*9/708*/
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ItemList.ListPhoto:after{
		content: " ";
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}
	.ItemList.ListPhoto > li{
		width: calc(50% - 20px);
		margin: 10px;/*8/708*/
		/* float: left; */
	}
	.ItemList.ListPhoto > li > .Info{
	}
	.ItemList.ListPhoto > li > .Info > h2{

	}
	.ItemList.ListPhoto > li.EventAds > .Info > .DeadLine{
		min-height: 49px;
	}
}
/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
	/*--------------------icon--------------------*/
	.IconExclamation {
		background-size: 150px 150px;
		background-position: -90px -60px;
		height: 30px;
		width: 30px;
	}
	/*--------------------主視覺--------------------*/
	.Banner > .ImgBox {
		height: 262px;
		margin: 0 40px 0.5em 0;/*0 8px/16px 8px/16px 0*/
		width: 200px;
	}
	.BannerInfo {
		max-width: 450px;
	}
	.BannerInfo > .Title {
		font-size: 2.5em;/*40px/16px*/
		margin: 0;
		text-align: left;
	}
	.BannerInfo > .SubTitle {
		font-size: 1.75em;/*28px/16px*/
		margin: 0 0 20px;
		text-align: left;
		line-height: 1.3;
	}
	.BannerInfo > .Desc {
		line-height: 1.5625;
		margin: 0 auto 1.125em;/*0 auto 18px/16px*/
		width: inherit;
	}
	.BannerInfo > .Desc > br {
		display: block;
	}
	.SectionResult {
		padding: 90px 5%;
	}
	.SectionResult .SectionDesc{
	}
	.ResultList {
		margin: 0 0 1em;
	}
	.ResultList > li {
		margin: 0;
		padding: 2.5em 0;
		width: calc(33.333% - 28px);
		/* margin: 0 28px; */
		/* width: 194px;
		height: 194px; */
	}
	.ResultList .Count {
		font-size: 1em;
	}
	.ResultList .Num {
		font-size: 50px;
		margin: 0 .05em;
	}
	.ResultList > li > strong {
		font-size: 1.25em;/*20px/16px*/
	}
	.IconResult1, .IconResult2, .IconResult3 {
		background-size: 275px 275px;
		height: 55px;
		width: 55px;
	}
	.IconResult1 {
		background-position: 0 -110px;
	}
	.IconResult2 {
		background-position: -55px -110px;
	}
	.IconResult3 {
		background-position: -220px -55px;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep .SectionDesc{
		padding: 0 4.6875%;
		margin-bottom: 40px;
	}
	.SectionStep {
		margin: 0 -4.1%;
		padding: 55px 0;
	}
	.StepList > li {
		padding: 2.5em 0;
		margin: 0 28px;
		background: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid #ced7db;
		width: 194px;
		height: 194px;
	}
	.StepList > li > .IconBox{
		width: auto;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		overflow: hidden;
	}
	.StepList > li > .IconBox:after{
		display: none;
	}
	.StepList > li > .IconBox > .IconGraphic {
		position: static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.StepList > li > strong {
		font-size: 1em;/*16px/16px*/
	}
	.StepList > li > .icon-next {
		font-size: 32px;
		margin: -16px 0 0 0;
		width: 30px;
		top: 50%;
	}
	/*--------------------推薦商品--------------------*/
	.SectionPublic {
		padding: 1.5em 0 4.1875em;/*24px/16px 0 67px/16px*/
	}
	.ItemList.ListPublic{
		margin: -13px;
	}
	.ItemList.ListPublic > li {
		width: calc(33.3% - 26px);/*223/726*/
		margin: 13px 13px;/*8/726*/
	}
	/* 加入連結 */
	.BtnBoxJoin{
		/* font-size: 20px; */
		margin: 2.75em 0 0;
	}
	.BtnBoxJoin a{
	}
	.BtnBoxJoin i{
		font-size: 14px;
	}
	/*影音專區列表*/
	.ItemList.ListPhoto{
		/*margin: 0 -10px;9/708*/
	}
	.ItemList.ListPhoto > li{
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*--------------------icon--------------------*/
	.IconExclamation {
		background-size: 190px 190px;
		background-position: -114px -76px;
		height: 38px;
		width: 38px;
	}
	.IconBonusStep1, .IconBonusStep2, .IconBonusStep3 {
		background-size: 390px 390px;
		height: 78px;
		width: 78px;
	}
	.IconBonusStep1 {
		background-position: 0 -78px;
	}
	.IconBonusStep2 {
		background-position: -78px -78px;
	}
	.IconBonusStep3 {
		background-position: -156px -78px;
	}
	/*--------------------主視覺--------------------*/
	.Content > .Banner {
		/* background-size: auto 200%; */
		background-attachment: fixed;
	}
	.Banner > .ImgBox {
		margin: 15px 90px 2.5em 0;/*0 16px/16px 40px/16px 0*/
	}
	.BannerInfo {
		max-width: 666px;
	}
	.BannerInfo > .Title {
		font-size: 3.875em;/*62px/16px*/
	}
	.BannerInfo > .SubTitle {
		font-size: 2.25em;/*36px/16px*/
	}
	.BannerInfo > .Desc {
		font-size: 1.25em;/*20px/16px*/
		line-height: 1.5;
		margin: 0 auto 1.125em;/*0 auto 18px/16px*/
		width: inherit;
	}
	.BannerInfo > .Desc > br {
		display: block;
	}
	.SectionResult {
		margin: 0 -100%;
		padding: 75px 0;
	}
	.SectionResult .Inner{
		width: 940px;
		margin: 0 auto;
	}
	.SectionResult .SectionDesc{
		font-size: 18px;
	}
	.ResultList .Count {
		font-size: 18px;
	}
	.ResultList .Num {
		font-size: 60px;
	}
	.IconResult1, .IconResult2, .IconResult3 {
		background-size: 325px 325px;
		height: 65px;
		width: 65px;
	}
	.IconResult1 {
		background-position: 0 -130px;
	}
	.IconResult2 {
		background-position: -65px -130px;
	}
	.IconResult3 {
		background-position: -260px -65px;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep {
		margin: 0 -100%;
		padding: 75px 0;
	}
	.SectionStep .Inner{
		width: 940px;
		margin: 0 auto;
	}
	.SectionStep > .SectionTitle {
		padding: 1.234em 0;/*37px/30px 0*/
	}
	.SectionStep .SectionDesc{
		font-size: 18px;
	}
	.StepList {
		margin: 0 -73px;
	}
	.StepList > li {
		margin: 0 68px;
		padding: 2.5em 0;
		width: 220px;
		height: 220px;
	}
	.StepList > li > .IconBox{
	}
	.StepList > li > .icon-next {
		right: -96px;
	}
	/*--------------------推薦商品--------------------*/
	.SectionPublic {
		padding: 1.5em 0 3.125em;/*24px/16px 0 50px/16px*/
	}
	.ItemList.ListPublic {
		margin: 0 -10px;
	}
	.ItemList.ListPublic > li {
		width: calc(25% - 20px);
		margin: 10px 10px;/*8/726*/
		margin: 10px;
	}
	/*推薦商品內容*/
	.EventIntro{
		margin: 10px;
		width: 960px;
		margin: 0 auto;
	}
	/*圖片區*/
	.EventIntro > .ImgBoxWrap{
		width: 350px;
    	padding: 30px 0 30px 30px;
	}
	/*資訊*/
	.EventIntro > .Info{
		padding: 30px 30px 30px 390px;
	}
	.EventIntro > .Info > .CountDate{
		bottom: 30px;
   		left: 390px;
	}
	/*活動列表 End--------------------------------------------*/
	/*第一則*/
	.SignedIn .SectionEvent > .Tab{
		margin-bottom: -10px;
	}
	.SignedIn .SectionEvent > .Tab > li > a,
	.SignedIn .SectionEvent > .Tab > li > .Disable{
		padding: 12px 48px 9px;
	}
	/*影音專區 Start--------------------------------------------*/
	.ItemList.ListPhoto{
	}
	.ItemList.ListPhoto > li {
		transition: box-shadow .15s;
	}
	.ItemList.ListPhoto > li:hover {
		-webkit-box-shadow: 0px 2px 10px rgba(69, 90, 100, .1);
		-moz-box-shadow: 0px 2px 10px rgba(69, 90, 100, .1);
		box-shadow: 0px 2px 10px rgba(69, 90, 100, .1);
	}
	/*影音專區 End--------------------------------------------*/
}

@media screen and (min-width: 1440px) {
	.SectionResult {
		padding: 100px 0;
	}
}