*{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #2B435F;
	font-size: 16px;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
}

h1{
	font-size: 3.4em;
	font-weight: 700;
	line-height: 1.2em;
}

h2{
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}

h3{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4em;
}

h4{
	font-size: 1.25em;
	font-weight: 700;
}

h5{
	font-size: 1.125em;
	font-weight: 500;
}

h6{
	font-size: 1.1em;
    font-weight: 500;
}

p{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}

@media all and (min-width: 1024px){
	p{
		font-size: 1.1em;
	}
}

::selection {
    color: #000000;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

@media all and (min-width: 1024px){
	h2{
		font-size: 2.2em;
	}

	p{
		font-size: 1.1em;
	}
}

/* ============================================================
LOADING
============================================================ */
.progress {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #ffffff;
}

.progress-inner {
	position: absolute;
	left: calc(50% - 80px);
	top: calc(50% - 26px);
	width: 160px;
	height: 52px;
	background-color: #f5f5f5;
	/*overflow: hidden;*/
}

/* .progress-inner img{
	width: 100%;
} */

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.progress-text {
	color: #007caf;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 160px;
	text-align: center;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

/* .complete {
	overflow: auto;
} */

.progress-logo {
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	position: absolute;
	top: 0;
}

.progress-complete .progress-bar {
	background-color: #f5f5f5;
}

/* ============================================================
HEADER
============================================================ */
header{
	width: 100%;
	/* min-height: 65vh; */
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/* background: linear-gradient(0deg, #ffcc00, #ffffff, #ffffff); */
	background-image: url(../img/kv_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #D3EDF2;
}

@media screen and (orientation: landscape) {
	header{
		/* height: 65vh; */
		/* padding: 50px 0; */
	}
}

.header-bg{
	position: absolute;
	top: -25%;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 1000px;
}

.header-bg img{
	width: 100%;
}

.event-date-title {
	background: url(../img/time_texy_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.5rem;
    padding: 13px 29px 10px 13px;
}


.dm-logo{
	width: 80px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.dm-logo img{
	width: 100%;
}

.header-left{
	width: 100%;
	min-height: 60%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (orientation: landscape) {
	.header-left{
		width: 60%;
		height: 100%;
	}
}

@media all and (min-width: 768px) {
	.dm-logo{
		width: 100px;
	}
}

.header-container{
	width: 100%;
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.dm-img{
	width: 100%;
	max-width: 700px;
	position: relative;
	margin: 0 auto;
}

.dm-img img{
	max-width: 100%;
	max-height: 100%;
}

.sth-0{
	position: absolute;
}

.sth-0 img{
	width: 100%;
}

/* fish1 */
.sth-1{
	width: 30%;
    top: 57%;
    left: 31%;
    animation: moveUpDown 1.5s forwards linear infinite;
}

.sth-2{
	width: 18%;
    top: 32%;
    left: 32%;
    animation: moveUpDown 1.8s forwards linear infinite;
}

.sth-3{
	width: 45%;
    top: 48%;
    left: -10%;
    animation: moveUpDown 2.2s forwards linear infinite;
}

.sth-4{
	width: 54%;
    top: 0;
    left: -25%;
    animation: moveUpDown 2.5s forwards linear infinite;
}


.sth-8{
	width: 10%;
	max-width: 200px;
	min-width: 70px;
    bottom: -28%;
    left: 10%;
    animation: seaturtleMove 1s 0.5s forwards cubic-bezier(.25,.35,.69,1.44) 1;
}

@keyframes moveUpDown{
	0%{
		margin-top: 0;
	}

	50%{
		margin-top: 15px;
	}

	100%{
		margin-top: 0;
	}
}

@keyframes seaturtleMove{
	0%{
		bottom: -28%;
	}

	100%{
		bottom: -8%;
	}
}

@media screen and (orientation: landscape) {
	/* .dm-img{
		width: 60%;
		height: 80%;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translate(100%, 0);
	} */
}


@media all and (max-width: 946px) {
	.dm-img{
		max-width: 60%;
	}
	.sth-8 {
		width: 20%;
		left: 0;
	}
}

.header-content{
	width: 100%;
	position: relative;
	padding: 80px 0 30px 0;
}

@media screen and (orientation: landscape) {
	.header-content{
		padding: 50px 30px;
	}
}

.h1-all{
	width: 90%;
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

@media all and (max-width: 414px)  {
	.h1-all{
		width: 70%;
	}

	.event-date-title {
		font-size: 0.875rem;
    	padding: 10px 26px 10px 10px
	}

	.event-date {
		/* display: block; */
		font-size: 1.65rem;
	}
	x
	.sth-8 {
		width: 26%;
    	left: -38px;

	}
}

.countdown{
	width: 100%;
	max-width: 700px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

h1{
	width: 100%;
}

h1 img{
	width: 100%;
}

.h1-all h3{
	font-size: 1.7em;
	font-weight: 600;
	color: #FFAE00;
}

.h1-all h3 em{
	font-size: 2em;
	font-weight: 700;
	color: #FFAE00;
}

@media screen and (orientation: landscape){
	.header-content{
		width: 40%;
	}

	.dm-img{
		width: 38%;
		max-width: 55%;
		margin-top: 5%;
	}

	.h1-all h3{
		font-size: 2em;
	}
}

.sub-h1{
	width: 100%;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background: #ff6347;
	border-radius: 10px;
	font-size: 1.2em;
    font-weight: 500;
    /* box-shadow: 4px 4px 10px rgba(0,0,0,.5); */
}

.live-icon{
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	animation: liveIconMove 1s linear forwards infinite;
}

.live-icon img{
	width: 100%;
}

@keyframes liveIconMove{
	0%{
		top: 0;
	}

	50%{
		top: 20px;
	}

	100%{
		top: 0;
	}
}

@media all and (min-width: 768px){
	.header-bg{
		top: -50%;
		opacity: .8;
	}
}

@media all and (min-width: 480px){
	.live-icon{
		width: 70px;
	}
}



/* ============================================================
FORM
============================================================ */
section.form{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

.section-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	border-radius: 20px;
	background: #f7f7f7;
}

.section-content{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

.section-content h2{
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	color: #FFAE00;
}

.section-content p{
	font-size: 1em;
	color: #333333;
	text-align: left;
}

.section-content p em{
	color: #5181A4;
	font-weight: 500;
	text-decoration: underline;
}

.section-content p.result{
	text-align: center;
}

.intro-all{
	width: 90%;
	max-width: 768px;
	position: relative;
	margin: 10px auto;
}

.intro-text{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.intro-text h6{
	font-size: 1.2em;
	font-weight: 500;
	color: #333333;
}

.intro-text ul, .intro-text ul li{
	list-style: disc;
	color: #333333;
}

.intro-text ul{
	margin: 10px 0;
	margin-left: 1.2em;
}

.intro-text ul li em{
	color: #af1515;
	font-size: 1.5em;
	font-weight: 600;
}

.intro-text ul li span{
	color: #af1515;
}

.intro-text a {
	color: #5181A4;
}

.bag-img{
	width: 80%;
	max-width: 200px;
	position: relative;
	margin: 10px auto;
}

.bag-img img{
	width: 100%;
}

.section-content form{
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.cube-btn{
	width: 234px;
	height: 40px;
	text-align: center;
	line-height: 41px;
	position: relative;
	margin: 10px auto;
	border-radius: 5px;
	background: #ffcc00;
	color: #000000;
	font-size: 1em;
	transition: .2s linear;
}

.cube-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 768px){
	.intro-all{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.intro-text{
		width: 60%;
	}

	.bag-img{
		width: 40%;
		max-width: 40%;
	}

	.cube-btn:hover{
		background: #000000;
		color: #ffffff;
	}
}



.form-item{
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.form-checkbox{
	/* margin: 0; */
	cursor: pointer;
}

.form-item label{
	font-size: 1em;
	color: #333333;
	font-weight: 600;
}

.form-item label em{
	font-size: .9em;
	font-weight: 400;
}

.form-item input, .form-item select{
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1em;
}

.form-item select{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: url('../img/sort-down.svg') no-repeat 96% center transparent, rgba(255, 255, 255, 1.0);
    background-size: 3.5%; */
    padding: 0 10px;
}

.form-item select {
	background-image   : url('../img/sort-down.svg'),
	                     linear-gradient(to right, rgba(255, 255, 255, 1),  rgba(255, 255, 255, 1));

	background-repeat  : no-repeat,
                       no-repeat;

	background-position: 96% center,
                       center;
	background-size: 3%,
					100%;
}

.form-item input.check-box{
	width: auto;
    vertical-align: middle;
    margin-top: -3px;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.form-item a{
	color: #5181A4;
}

.form-btn{
	width: 250px;
	height: 45px;
	position: relative;
	margin: 10px auto;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background: #5181A4;
	color: #ffffff;
}

.form-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


h6.form-attention{
	font-size: 1em;
	font-weight: 500;
	color: #333333;
}

ol.form-attention-content, ol.form-attention-content li{
	list-style: decimal;
	margin-left: -10px;
	margin-top: 0;
}

ol.form-attention-content li{
	font-size: 1em;
	color: #333333;
}

ol.form-attention-content li a{
	color: #5181A4;
}


@media all and (min-width: 768px) {
	.section-content h2{
		font-size: 2em;
	}

	.form-item-50{
		width: 48%;

	}

	.test-roleAttr-has-zipcode{
		display: flex;
		justify-content: space-between;
	}

	.form-item select.county,
	.form-item select.district,
	.form-item input.zipcode{
		width: 33%;
		font-size: 1em;
	}
}


/* products */
h3.sub-title{
	font-size: 1.15em;
	font-weight: 600;
	color: #5181A4;
	width: 100%;
	margin: 5px 0;
}


.products-wrap{
	width: 100%;
	position: relative;
	margin: 40px auto;
	padding-bottom: 50px;
	border-bottom: 5px solid #ffffff;
}

.products-wrap.products-wrap-result{
	border-bottom: none;
}

.products-wrap ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.product-item{
	width: 100%;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 0;
	margin: 20px 0;
}

.product-content{
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.product-img{
	width: 100%;
	position: relative;
	text-align: center;
}

.product-img img{
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.product-content h4{
	color: #FFAE00;
	font-weight: 600;
	font-size: 1.25em;
	text-align: justify;
	margin: 10px 0;
	min-height: 60px;
	text-align: center;
}

.product-content h5{
	color: #333333;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	margin: 10px 0;
}
.product-content h5 div {
 	font-weight: bold;
}

.product-content h5 em{
	text-decoration: underline;
}

.product-content h5 ul{
	display: block
}

.product-content h5 ul, .product-content h5 ul li{
	list-style: decimal; 
	margin-left: 12px;
}

.product-content p{
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	/* margin-top: 25px; */
}

.product-content p em{
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	text-align: left;
	text-decoration: line-through;
}

.product-content h6{
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	text-align: right;
	margin-top: 5px;
}

.product-content h6.space {
	margin-top: 35px;
}


.product-content h6 em{
	font-weight: 600;
	font-size: 1.5em;
	color: #af1515;
	/* text-decoration: line-through; */
}

.product-content .extra-gift {
	margin-top: 15px;
    padding: 1px 5px;
    display: inline-block;
    background: #999;
    color: #fff;
    font-size: 0.875em;
	border-radius: 2px;
	font-weight: normal;
}



.product-content select{
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 10px 0;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../img/sort-down.svg'), linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-repeat: no-repeat, no-repeat;
    background-position: 96% center, center;
    background-size: 3%, 100%;
    padding: 0 10px;
    font-size: .95em;
    color: #222222;
}

.item-discount{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #CC3917;
	z-index: 2;
    box-shadow: -4px 4px 4px rgba(0,0,0,.2);
}

.item-discount h2{
	font-size: 1em;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
    text-align: center;
    line-height: 70px;
}

.item-discount h2 em{
	font-size: 1.8em;
	font-weight: 600;
}

@media all and (min-width: 768px) {
	.product-item{
		width: 48%;
		margin: 20px 1%;
	}
}

@media all and (min-width: 1024px) {
	.product-item{
		width: 32%;
		margin: 20px .6666%;
	}
}


.product-sum{
	width: 100%;
	border-top: 1px solid #eeeeee;
	position: relative;
	margin-top: 30px;
}

.product-sum h5{
	text-align: right;
	color: #222222;
	font-size: 1.1em;
	font-weight: 500;
	margin: 10px 0;
	width: 100%;
}

.product-sum h5 em{
	font-size: 1.8em;
	font-weight: 600;
	color: #af1515;
}

.product-discount{
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.product-discount p{
	text-align: left;
	color: #222222;
	font-weight: 400;
	font-size: 1em;
}

.product-discount p em{
	font-size: 1.5em;
	font-weight: 600;
	color: #ff6347;
}



.item-choose{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.item-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.item-content {
	width: 100%;
	position: relative;
	margin: 10px 0;
	padding: 10px 5px;
	box-sizing: border-box;
	border: 2px solid #dedede;
	border-radius: 10px;
}

.item-content.col-divide-2 {
	width: calc(50% - 10px);
}

.item-content.col-divide-2 em {
	font-size: 0.9em;
	font-weight: 400;
}

.item-content.active{
	border: 2px solid #ffcc00;
}

.radio-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.radio-container input{
	width: 30px;
	position: relative;
	margin-top: 6px;
}

input[type=radio] {
    transform: scale(1.4);
}

.radio-container h5{
	width: calc(100% - 50px);
	position: relative;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.4em;
}

.item-container label{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

@media all and (min-width: 768px){
	.item-content{
		width: 32%;
		padding: 10px;
	}

	input[type=radio] {
	    transform: scale(1.2);
	}

	.radio-container input{
		margin-top: 5px;
	}
}


.sale-all{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.sale-point{
	width: 100%;
	position: relative;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	background: #ffffff;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sale-point-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.sale-point-container h4 {
	display: block;
    width: 100%;
	font-size: 1rem;
	margin-bottom: 15px;
}

.sale-left {
 width: 73%;
 display: inline-block;
}

.sale-left {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.sale-left .price{
	color: #666;
}

.sale-text{
	font-size: 1em;
	color: #333333;
	text-align: left;
	width: 65%;
}

.sale-text em{
	font-size: 1.5em;
	font-weight: 600;
	color: #ff6347;
}

.sale-pic{
	width: 25%;
	display: inline-block;
}

.sale-pic img{
	width: 100%;
}

.sale-all h3.sub-title{
	width: 100%;
}

@media all and (min-width: 768px) {
	.product-sum{
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.sale-point{
		/* width: 48%; */
		width: calc(50% - 22px);
		margin: 0 1%;
	}
}

p.deliver-info{
	font-weight: 500;
	color: #D6905A;
}


/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #ffffff;
}

footer h5{
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	margin: 10px 0;
}

footer p{
	text-align: center;
}

footer p a{
	color: #ffffff;
	text-decoration: underline;
}



.copyright{
	width: 100%;
	position: relative;
	/* border-top: 1px solid #999999; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.ng-logo{
	width: 100px;
	position: relative;
	padding: 15px;
}

.boulder-logo{
	width: 150px;
	position: relative;
	padding: 15px;
}

.copyright-p{
	color: #ffffff;
	font-size: .9em;
	padding: 10px;
}

.footer-logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copyright-p a{
	text-decoration: none;
	color: #f5f5f5;
}



/* ============================================================
GO TOP
============================================================ */

#gotop{
	/* width: 52px;
	height: 52px; */
	/* background: rgba(214,144,90,.7); */
	z-index:9;
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 5;

	border-color: transparent rgba(151,238,255,.7) transparent transparent;
    border-style: solid solid solid solid;
 
    /* 設定邊框大小可拼湊出任意形狀的三角形 */
    border-width: 90px 90px 0px 0px;
 
    /* 設定 width、height 可更好理解原理 */
    height: 0px;
    width: 0px;
}

#gotop i{
	font-size: 2.5em;
	color: #ffffff;
	/* width: 52px;
	line-height: 52px; */
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	position: absolute;
	bottom: 5px;
    right: -80px;
}





/* ============================================================
RWD
============================================================ */
@media all and (max-width: 1440px) {
	
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 960px) {
	
}

@media screen and (orientation: portrait) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 640px) {
	
}

@media all and (max-width: 480px) {
	
}


@media all and (max-width: 320px){
	
}

