@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release 2015.05.06;
 * Copyright 2015, "ryan"<ryan@dotmore.com.tw>. All rights reserved.
 ******************************************************************************/
/*--------------------icon--------------------*/
.IconBonusStep1,
.IconBonusStep2,
.IconBonusStep3,
.IconBonusStep4{
	background: url("../images/icon_exchange2.svg?t=20180427") no-repeat;
	display: inline-block;
	text-indent: -999999px;
	vertical-align: middle;
}
.IconBonusStep1,
.IconBonusStep2,
.IconBonusStep3,
.IconBonusStep4 {
	background-size: 240px 60px;
	height: 60px;
	width: 60px;
}
.IconBonusStep1 {
	background-position: 0 0;
}
.IconBonusStep2 {
	background-position: -60px 0;
}
.IconBonusStep3 {
	background-position: -120px 0;
}
.IconBonusStep4 {
	background-position: -180px 0;
}
/*--------------------主視覺--------------------*/
.Content > .Banner {
	background: #ffca36;
}
.Banner > .ImgBox {
	width: 190px;
	height: 132px;
	margin: 0 auto 1.625em;/*0 auto 26px/16px*/
}
.BannerInfo{
	text-align: center;
}
.BannerInfo > .Title,
.BannerInfo > .SubTitle {
	font-weight: bold;
}
.BannerInfo > .Title {
	color: #fff;
	font-size: 1.9375em;/*31px/16px*/
	margin: 0 auto 2px;
	text-shadow: 3px 5px 0px rgba(0,0,0,0.2);
}
.BannerInfo > .SubTitle {
	color: #5bad0b;
	font-size: 1.0625em;/*17px/16px*/
	margin: 0 auto 0.6471em;/*0 auto 11/17*/
}
.BannerInfo > .Desc {
	color: #fff;
	line-height: 1.5;
	margin: 0 auto 1.25em;/*0 auto 20px/16px*/
}
.BannerInfo > .Desc > strong {
	display: block;
}
.BannerInfo > .Desc > br {
	display: none;
}
/*--------------------回饋獎勵賺取步驟--------------------*/
.SectionStep {
	margin: 0 -4.6875%;
	padding: 50px 0 30px;/*10px/16px 0*/
	background: #ececec;
}
.SectionStep .SectionTitle {
	color: #455a64;
	font-size: 1.625em;/*26px/16px*/
	text-align: center;
	padding: 0 0 0.38em;/*10px/26px*/
}
/* 分兩部份 */
.SectionSteplist{
}
.SectionStepItem{
	/* margin: 0 0 60px; */
	position: relative;
}
.SectionStepItem:first-child{
	padding-bottom: 40px;
}
.SectionStepItem:last-child{
	padding-top: 40px;
}
.StepList {
	text-align: center;
	margin: 0 -10px;
}
.SectionStepItem::after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #c1cace;
	position: absolute;
	bottom: 0;
	width: 260px;
	left: calc(50% - 130px);
}
.SectionStepItem:last-child::after{
	display: none;
}
.StepList > li {
	margin: 0 10px;
	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: 120px;
	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;
}
/* 按鈕區 */
.SectionStep .BtnBox{
	padding: 0 4.6875%;
}
.SectionStep .BtnBox .Btn{
	max-width: 300px;
}
/*--------------------推薦商品--------------------*/
.SectionExchange {
	padding: 0 0 6.25em;/*0 0 100px/16px*/
}
.SectionExchange > .SectionTitle{
	font-size: 1.625em;
	text-align: center;
	padding: 0.769231em 0 1.1538462em;
	font-weight: normal;
}
.ItemList.ListExchange > li > .ImgBox > a:after{
	padding-top: 100%;
	content: "";
	display: block;
}
/*回饋金*/
.ItemList.ListExchange > li > .ImgBox > .TagBonus {
	width: 62px;
	height: 62px;
	background: #ffc107;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;/*safari、chrome*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	text-align: center;
	font-size: 0.875em;/*14/16*/
	padding: 0.857143em 0;/*12px/14px*/
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.ItemList.ListExchange > li > .ImgBox > .TagBonus > span {
	font-size: 1.28em;/*18/14*/
	display: block;
	line-height: 1;
}
.ItemList.ListExchange > li > .ImgBox > .TagBonus > span:after {
	content: "%";
	display: inline-block;
	vertical-align: baseline;
}
/*資訊*/
.ItemList.ListExchange > li > .Info {

}
/*標題*/
.ItemList.ListExchange > li > .Info > h2 {
	/*margin: 6px 0;*/
}
.ItemList.ListExchange > li > .Info > .Brand,
.ItemList.ListExchange > li > .Info > .Desc,
.ItemList.ListExchange > li > .Info > .Offers{
	display: none;
}
/**/
.ItemList.ListExchange > li > .Info .BtnBox {
	margin-top: 0;
}
/*推薦產品內容*/
.ProductSticker,
.ProductOrder{
	display: none;
}
.ProductSticker.Show,
.ProductOrder.Show{
	display: block;
}
.EventIntro{
	background: #fff;
	border: 1px solid #c1cace;
	-webkit-box-shadow: 0px 2px 2px rgba(69, 90, 100, .2);/*safari、chrome*/
	-moz-box-shadow: 0px 2px 2px rgba(69, 90, 100, .2);/*firefox*/
	box-shadow: 0px 2px 2px rgba(69, 90, 100, .2);
	position: relative;
	vertical-align: top;
}
/*圖片區*/
.EventIntro > .ImgBoxWrap{
	position: relative;
}
/*圖片*/
.EventIntro > .ImgBoxWrap > .ImgBox{
}
.EventIntro > .ImgBoxWrap > .ImgBox > a > img{
}
.EventIntro > .ImgBoxWrap > .ImgBox > img{
}
/*回饋金tag*/
.EventIntro > .ImgBoxWrap > .TagBonus {
	width: 62px;
	height: 62px;
	background: #ffc107;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;/*safari、chrome*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	text-align: center;
	font-size: 0.875em;/*14/16*/
	padding: 0.857143em 0;/*12px/14px*/
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
/*回饋金tag(數字)*/
.EventIntro > .ImgBoxWrap > .TagBonus > span {
	font-size: 1.28em;/*18/14*/
	display: block;
	line-height: 1;
}
/*回饋金tag(%)*/
.EventIntro > .ImgBoxWrap > .TagBonus > span:after {
	content: "%";
	display: inline-block;
	vertical-align: baseline;
}
/*資訊*/
.EventIntro > .Info{
	padding: 0 5.2% 0.9375em;/*15/16, 15/288*/
	font-size: 0.875rem;/*14/16*/
	/*position: relative;*/
}
/*案件名*/
.EventIntro > .Info > h1{
	font-size: 1.28em;/*18/14*/
	color: #455a64;
	line-height: 1.4;/*24/20*/
	margin: 0 -5.2%;/*8/20*/
	overflow: hidden;
	padding: 0.9375em 5.2%;
}
/*描述*/
.EventIntro > .Info > .Desc{
	margin: 0 -5.2% 20px;/*8/20*/
	padding: 0 5.2% 0.9375em;
	border-bottom:1px solid #e6f0f5;
}
/*mircodata(隱藏)*/
.EventIntro > .Info > .Brand,
.EventIntro > .Info > .Offers{
	display: none;
}
/*推薦參數*/
.EventIntro > .Info > .CountDate{

}
/*如果使用者之視窗寬度>=568px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 568px) {
	/*--------------------主視覺--------------------*/
	.Banner > .ImgBox {
		display: inline-block;
		vertical-align: middle;
		width: 246px;
		height: 181px;
		margin: 0 auto 1.625em;/*0 auto 26px/16px*/
	}
	/*--------------------主視覺--------------------*/
	.Banner {
		text-align: center;
	}
	.Banner > .ImgBox {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;/*0 30px/16px 0 0*/
		width: 200px;
	}
	.BannerInfo {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		margin: 0;/*0 auto 20px/16px*/
		max-width: 290px;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep {
	}
	.SectionStep .SectionTitle {
		font-size: 30px;/*30px/16px*/
		padding: 0 0 30px;/*44px/30px 0*/
	}
	.SectionExchange .SectionTitle{
		font-size: 30px;/*30px/16px*/
		padding: 1.467em 0;/*44px/30px 0*/
	}
	.SectionStepItem::after{
		width: 324px;
		left: calc(50% - 167px);
	}
	.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.ListExchange{
		margin: -10px -10px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ItemList.ListExchange:after{
		content: " ";
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}
	.ItemList.ListExchange > li{
		width: calc(100% / 2 - 20px);
		margin: 10px 10px;
		/* float: left; */
	}
	.ItemList.ListExchange > li > .Info > h2{
		height: 54px;
	}
}
/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
	/*--------------------icon--------------------*/
	.IconBonusStep1,
	.IconBonusStep2,
	.IconBonusStep3,
	.IconBonusStep4 {
		background-size: 360px 90px;
		height: 90px;
		width: 90px;
	}
	.IconBonusStep1 {
		background-position: 0 0;
	}
	.IconBonusStep2 {
		background-position: -90px 0;
	}
	.IconBonusStep3 {
		background-position: -180px 0;
	}
	.IconBonusStep4 {
		background-position: -270px 0;
	}
	/*--------------------icon--------------------*/
	.IconExclamation {
		background-size: 150px 150px;
		background-position: -90px 0;
		height: 30px;
		width: 30px;
	}
	/*--------------------主視覺--------------------*/
	.Banner > .ImgBox {
		width: 246px;
		height: 211px;
		margin: 0 0.5em -20px 0;/*0 8px/16px 8px/16px 0*/
	}
	.BannerInfo {
		max-width: 450px;
	}
	.BannerInfo > .Title {
		font-size: 2.875em;/*46px/16px*/
		margin: 0;
		text-align: left;
	}
	.BannerInfo > .SubTitle {
		font-size: 1.75em;/*28px/16px*/
		margin: 0 0 6px;
		text-align: left;
	}
	.BannerInfo > .Desc {
		line-height: 1.5625;
		margin: 0 auto 1.125em;/*0 auto 18px/16px*/
		width: inherit;
	}
	.BannerInfo > .Desc > br {
		display: block;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep {
		margin: 0 -4.1%;
		padding: 55px 0 30px;
	}
	.SectionStep .SectionTitle {
		font-size: 30px;/*30px/16px*/
		padding: 0 0 10px;/*44px/30px 0*/
	}
	.SectionStepItem::after{
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		background: #c1cace;
		position: absolute;
		bottom: 0;
		width: 460px;
		left: calc(50% - 230px);
	}
	.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: 200px;
		height: 200px;
	}
	.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%;
	}
	.SectionStep .BtnBox .Btn{
		width: 300px;
	}
	/*--------------------推薦商品--------------------*/
	.SectionExchange {
		padding: 1.5em 0 4.1875em;/*24px/16px 0 67px/16px*/
	}
	.ItemList.ListExchange > li {
		width: calc(100% / 3 - 20px);
		position: relative;
		min-height: 420px;
	}
	.ItemList.ListExchange > li > .Info > h2 {
		max-height: inherit;
	}
	.ItemList.ListExchange > li > .Info .BtnBox .Btn{
		width: 100%;
	}
	/*推薦商品內容*/
	.EventIntro{
		overflow: hidden;
	}
	/*圖片區*/
	.EventIntro > .ImgBoxWrap{
		width: 330px;/*355/646*/
		padding: 30px 0 45px 30px;
		float: left;
	}
	/*圖片*/
	.EventIntro > .ImgBoxWrap > .ImgBox{
	}
	/*回饋金tag*/
	.EventIntro > .ImgBoxWrap > .TagBonus{
		top: 45px;
	}
	/*資訊*/
	.EventIntro > .Info{
		padding: 30px 30px 30px 355px;/*376/268*/
		font-size: 1em;
	}
	/*案件名*/
	.EventIntro > .Info > h1{
		font-size: 1.75em;/*28/16*/
		line-height: 1.2;/*24/24*/
		margin: 0 0 0.4em;/*10/24*/
		padding: 0;
		border: none;
	}
	.EventIntro > .Info > .Desc {
	    margin: 0 0 20px;
	    padding: 0;
	    border-bottom: none;
	    max-height: 72px;
	    overflow: hidden;
	}
	/*推薦參數*/
	.EventIntro > .Info > .CountDate{
		position: absolute;
		bottom: 40px;
    	left: 355px;
	}
	.ListExchange + .BtnBox > .Btn{
		width: 100%;
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*--------------------icon--------------------*/
	.IconExclamation {
		background-size: 190px 190px;
		background-position: -114px 0;
		height: 38px;
		width: 38px;
	}
	/*--------------------主視覺--------------------*/
	.Banner > .ImgBox {
		width: 286px;
		height: 211px;
		margin: 0 1em 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.625em;/*42px/16px*/
		margin: 0 0 6px;
	}
	.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;
	}
	/*--------------------回饋獎勵賺取步驟--------------------*/
	.SectionStep {
		margin: 0 -100%;
		padding: 75px 0 30px;
	}
	.SectionStep .Inner{
		width: 940px;
		margin: 0 auto;
	}
	.SectionSteplist{
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;

	}
	.SectionStepItem:first-child,
	.SectionStepItem:last-child{
		padding: 0;
	}
	.SectionStepItem::after{
		width: 1px;
		height: 50px;
		top: calc(50% - 25px);
		bottom: initial;
		left: 50%;
		display: none;
	}
	 .SectionSteplist::after{
		content: "";
		display: block;
		width: 2px;
		height: 50px;
		background: #c1cace;
		position: absolute;
		left:50%;
		top: calc(55% - 25px);
	}
	.SectionStepItem{
		margin-bottom: 30px;
	}
	.SectionStep > .SectionTitle {
		padding: 1.234em 0;/*37px/30px 0*/
	}
	.StepList {
		margin: 0;
	}
	.StepList > li {
		margin: 0 10px;
	}
	.StepList > li > .IconBox{
	}
	.StepList > li > .icon-next {
		right: -96px;
	}
	/*--------------------推薦商品--------------------*/
	.SectionExchange {
		padding: 1.5em 0 3.125em;/*24px/16px 0 50px/16px*/
	}
	.ItemList.ListExchange {
	}
	.ItemList.ListExchange > li {
		position: relative;
		min-height: 500px;
	}
	.ItemList.ListExchange > li > .Info > h2 {
		height: 54px;
		max-height: inherit;
	}
	/*推薦商品內容*/
	.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;
	}
}



/*2017/11/01 Frank 新增會員等級*/

/*等級不足項目遮罩*/
.NotQualify:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}

/*等級不足項目無法兌換按鈕*/
.NotQualify .BtnBox {
	pointer-events: none;
}

/*等級不足項目預覽圖*/
.ItemList > li.NotQualify:hover > .ImgBox > a > img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*等級不足項目遮罩內文*/
.QualifyMsg {
	display: none;
	color: #fff;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}

@media (min-width: 1024px) {
	.QualifyMsg {
		font-size: 36px;
	}
}

/*等級不足項目遮罩內文出現條件*/
.NotQualify .QualifyMsg {
	display: block;
}