/* CSS Document */
@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

@font-face {
	font-family: "Gotham Book";
	src: url(../fonts/gotham/Gotham-Book.woff2) format("woff2"), url(../fonts/gotham/Gotham-Book.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

/* RESET CSS ***/
body {
	/*background:#0E9AD5;*/
	color: #000000;

	font-family: "Gotham Book", "Noto Sans TC", "Microsoft JhengHei", "Helvetica", "Helvetica Neue", sans-serif; height:100%; font-size:1em

}

/* RESET CSS end ***/
html {}

body {
	font-size: 15px;
	padding: 0;
	margin: 0px;

	background: #ffffff;


	background-size: 550px;
}

body.redeemed {
	background: #ffffff;
	background-size: 550px;
}


.offer{}
.offer .offer-title{ background:#D6001C; color:#ffffff; padding-top:12px;padding-bottom:12px; font-size:18px;}
.offer .offer-content{  padding-top:20px;padding-bottom:20px;}


.btn-line-button,.btn-line-button:hover {
	background:rgba(255,255,255,0.8);
	color: #D6001C;
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	letter-spacing: 1px;	
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border:1px solid #D6001C;
}
form .btn-color-button {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}


.t {
	border: 1px solid #ff0000
}

.main-content {
	max-width: 414px;
	margin-left: auto;
	margin-right: auto;

}

.content-padding{ padding-left:15px; padding-right:15px;}
.summary {max-width:330px;margin:auto }
.summary .item{ line-height:1.3em; padding-top:5px; padding-bottom:5px}
.summary .title{ margin-bottom:15px;font-size:20px; color:#EEAEA2 }
.summary .bg {
	background: #F6EEEC;
	padding: 15px;
	color: #000000;
	/*color:#DD186F;*/
}
.bg {
	background:rgba(255,255,255,0.8);
	padding: 15px 5px 15px 15px;
	color: #000000;
	/*color:#DD186F;*/
	border:1px solid #D6001C
}

.logo img{
	height:30px;
}
.logo {
	display: block;
	margin: auto;
	max-width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
}

.shareicon a img {
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.displaytable {
	/*color:#009FE3;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}


.displaytable {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	/*font-weight:bold;*/
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
	margin-top: 0px
}

.displaytable .col-xs-5 {
	/*padding-right:0px;*/
}

.displaytable .col-xs-7 {
	/*padding-left:0px;*/
}

.displaytable .heading {
	/*padding-right:0px; */
}


/*.displaytable .left{ padding-right:0px; width:22% }
.displaytable .right{ padding-left:0px; width:78% }*/

.displaytable .left {
	font-weight: bold;
	text-align: left;
}

.displaytable .left {
	padding-right: 15px;
	width: 30%
}

.displaytable .right {
	padding-left: 0px;
	width: 70%;
	text-align: right;
}




.displaytable .row {}

.displaytable .line {
	height: 1px;
	border-bottom: 0px solid #DDDDDD;
	margin-top: 4px;
	margin-bottom: 4px;
}

.line2 {
	height: 1px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 8px;
	margin-bottom: 15px;
}

.content-width {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.content-padding {
	/* padding-left: 15px;
	padding-right: 15px; */
}

.banner {
	background: #D6001C;
	border-bottom:0px solid #e1e1e1;
}

.bg-banner {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-size: 100% auto;
}

.btn-redeem {
	font-size: 21px;
	line-height: 2.4em;

	border-radius: 0px;
	text-decoration: none;
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
	line-height: 1.1em;
	padding-top: 6px;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background: #ffffff;
	color: #119bd4;
	text-decoration: none;
	font-weight: bold;

}

.btn-redeem,
.btn-redeem:hover,
.btn-redeem:active,
.btn-redeem:focus {
	text-decoration: none;
	color: #119bd4;
}



.btn-candidate {
	padding-left: 50px;
	position: relative;
	margin-top: 15px;
	border-radius: 0px;
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background: #ffffff;
	color: #119bd4;
	text-align: left;
}

.btn-candidate:hover,
.btn-candidate:active,
.btn-candidate:focus {
	color: #119bd4;
	text-decoration: none;
}

.btn-candidate .first {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}

.btn-candidate .second {
	font-size: 14px;
	text-decoration: none;
	line-height: 1em;
}

.btn-candidate .redeem_baby_icon {
	position: absolute;
	top: -10px;
	left: -18px;
}

.btn-candidate-landing .first {
	padding-top: 18px;
}

.btn-coupon {
	padding-left: 0px;
}

.btn-coupon .first {
	text-align: center;
}

.bottom_link_div {
	max-width: 345px;
	margin: auto;
}


.content-border {
	/*padding:5px;*/
	border-radius: 0px;
	border: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;
}

.redeem_bg {
	background: url(../images/redeem_bg.jpg) no-repeat center 70px ;
	background-size: contain;
	/*height: 550px;*/
	margin-left: 0px;
	margin-right: 0px;
}
.redeemed .redeem_bg {
	/*background:url(../images/redeemed_bg.jpg) no-repeat bottom center;*/
	background-size: cover;
	height: 850px;
	margin-left: 0px;
	margin-right: 0px;
}

.redeem_bg2 {
	/* padding:18px 8px 8px 8px;*/
	padding-left: 0px;
	padding-right: 0px;
	/*background:#ffffff;*/
	/*background:url(../images/redeem_bg_a.png) no-repeat;*/

	/*background:url(../images/redeem_bg_a.png) #ffffff no-repeat bottom center;  background-size: cover; */
}

.redeemed .title {
	padding-top: 60px;
}


.bottom_bg {
	background: #D6001C;
	font-size: 13px;
	margin-top: 30px;
	padding: 15px;
	color: #ffffff;
	/*padding-left:15px;
padding-right:15px;			*/
	/*min-height:300px;*/
}

.tnc { }
.tnc ul{ margin-left: -0.5em; }
.tnc li {
	font-size: 13px;
	margin-left: -0.5em;
}




.line { border-bottom:1px solid #D6001C; line-height:1px; height:1px; margin-top:15px; margin-bottom:20px; max-width:280px; margin-left:auto;margin-right:auto}
.title {
	padding-top: 0px;
	text-align: center;
	font-size: 25px;
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
	font-weight: bold;
	line-height: 1.2em;
}

.subtitle {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
	font-size: 16px;
	line-height: 1.2em;
	/*padding-top:10px*/
}

.redeemed_div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.candidate_div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.candidate_div_text {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 微軟正黑體, Microsoft JhengHei, serif;
}






.button-mamaclub {
	display: block;
}

.button-spokesperson {
	display: none;
}

.spokesperson .button-mamaclub {
	display: none;
}

.spokesperson .button-spokesperson {
	display: block;
}

body.spokesperson {
	background: #EB9CBB;
}



.welcome-message,
.welcome-message-redeemed,
.welcome-message a,
.welcome-message-redeemed a {
	color: #000000
}

.welcome-message-redeemed {
	display: none;
}

body.redeemed .redeemed_div {
	display: none;
}

body.redeemed .redeem-message {
	display: none;
}

body.redeemed .bottom_bg {
	display: none;
}

body.redeemed .tnc {
	display: none;
}

body.redeemed .redeem-form {
	display: none;
}

body.redeemed .welcome-message {
	display: none;
}

body.redeemed .welcome-message-redeemed {
	display: block;
}




#redeemeddiv{
	display:none;
	max-width:330px;
	font-family:微軟正黑體, Microsoft YaHei, serif; 
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold; background:#0B6C07;color:#ffffff;font-size:22px;text-decoration:none;line-height:1.2em;			
	height:70px;
	line-height:70px;
}

.range-container  .range-padding {position:relative; height:50px;}
.range-container  .range-padding .text .line-2{ font-size:22px }
.range-container  .range-padding .text{ position:absolute; width:100%; height:100%;
	/*line-height:50px;*/
	color:#000000;
	font-size:13px;
	text-align:center;
	padding-top:2px;
}
.range-container{ background:#ffffff;		
max-width:330px;
margin:auto;
padding:5px 5px 5px 5px;

border:1px solid #D5001C;
border-radius:100px;
} 

.range-container .range-padding input[type="range"]{
	z-index:2;
	position:absolute;
	-webkit-appearance: none;
	border-radius:2px;
	width:100%;
	height:100%;
	outline : none;
	transition:.1s;
	background:transparent;		  
}

/* IE only */
@media all and (-ms-high-contrast:none){
	.range-container .range-padding input[type="range"]{
		height:auto;  
		top:15px;
	}

	.range-container  .range-padding .text{
		top:-8px;
	}
}


.range-container  input[type=range]:focus::-webkit-slider-runnable-track{
	background: transparent;
}
.range-container  input[type=range]::-moz-range-track {
	background: transparent;
}



.range-container input[type="range"]::-moz-range-thumb{
	-webkit-appearance: none;
	width:50px;
	height:50px;
	background:#D6001C;
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.2);
	overflow:hidden;
	transition:.1s;
	background:url(../images/slider_arrow.png) center center no-repeat #D6001C;
	background-size:12px;
	box-shadow: rgba(0,0,0,0.1) 0 0 4px;
	cursor: pointer;
	border-radius:100px;
}
.range-container input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	width:50px;
	height:50px;
	background:#D6001C;
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.2);
	overflow:hidden;
	transition:.1s;
	background:url(../images/slider_arrow.png) center center no-repeat #D6001C;
	background-size:12px;
	box-shadow: rgba(0,0,0,0.1) 0 0 4px;
	cursor: pointer;
	border-radius:100px;
}


.range-container input[type="range"]::-ms-thumb{
	-webkit-appearance: none;
	width:50px;
	height:50px;
	background:#D6001C;
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.2);
	overflow:hidden;
	transition:.1s;
	background:url(../images/slider_arrow.png) center center no-repeat #D6001C;
	background-size:12px;
	box-shadow: rgba(0,0,0,0.1) 0 0 4px;
	cursor: pointer;
	border-radius:100px;		
}


.range-container input[type="range"]::-thumb{
	display:none;
}
.range-container input[type="range"]::-ms-fill-lower {
	background: coral;
}

.range-container input[type="range"]::-ms-fill-upper {
	background: #EAA498;
}

.range-container input[type="range"]::-ms-thumb {
	background: #ffffff;
}


.redeemed .range-container{ display:none; }
.redeemed #redeemeddiv{ display:block; }





/* phone tablet */
@media(max-width:414px) {
	.banner {
		width: 100%;
	}

	.bg-banner {
		width: 100%;
		padding-top: 42%;
	}
}

@media(max-width:767px) {

	body.redeemed {
		background-size: cover;
	}

	.main-content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 414px;
		overflow-x: hidden;

	}

	.displaytable {
		/*font-size:15px;*/
		/*
font-family:微軟正黑體, Microsoft JhengHei, serif;
line-height:1.3em;*/
	}

	.container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}

	/*
.displaytable { font-size:16px; }
.displaytable .heading{ font-size:16px; }*/

}

@media(max-width:360px) {}

@media(max-width:359px) {}