*{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #46403A;
	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: #ffcc00;
}

@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%;
}




.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;
	background: #f5f5f5;
	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%;
}

.sth-1{
	width: 10%;
    transform: rotate(-20deg);
    top: -13%;
    left: 5%;
    animation: moveUpDown 1.5s forwards linear infinite;
}

.sth-2{
	width: 12%;
    transform: rotate(-15deg);
    top: 25%;
    left: 30%;
    animation: moveUpDown 1.8s forwards linear infinite;
}

.sth-3{
	width: 25%;
    transform: rotate(10deg);
    top: -7%;
    left: 60%;
    animation: moveUpDown 2.2s forwards linear infinite;
}

.sth-4{
	width: 14%;
    transform: rotate(70deg);
    top: 30%;
    right: 10%;
    animation: moveUpDown 2.5s forwards linear infinite;
}

.sth-5{
	width: 15%;
    transform: rotate(-20deg);
    top: 50%;
    right: 35%;
    animation: moveUpDown 2.2s forwards linear infinite;
    z-index: 2;
}

.sth-6{
	width: 13%;
    transform: rotate(-20deg);
    top: 50%;
    left: 13%;
    animation: moveUpDown 1.8s forwards linear infinite;
}

.sth-7{
	width: 7%;
    transform: rotate(-20deg);
    top: 0;
    left: 41%;
    animation: moveUpDown 1.5s forwards linear infinite;
}

.sth-8{
	width: 10%;
	max-width: 150px;
	min-width: 70px;
    bottom: -2%;
    left: 0;
    animation: boatDrive 25s forwards linear infinite;
}

@keyframes moveUpDown{
	0%{
		margin-top: 0;
	}

	50%{
		margin-top: 15px;
	}

	100%{
		margin-top: 0;
	}
}

@keyframes boatDrive{
	0%{
		left: -30%;
	}

	100%{
		left: 100%;
	}
}

@media screen and (orientation: landscape) {
	/* .dm-img{
		width: 60%;
		height: 80%;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translate(100%, 0);
	} */
}

@media all and (min-width: 768px) {
	/* .dm-img{
		max-width: 90%;
	} */
}



.header-content{
	width: 100%;
	position: relative;
	padding: 80px 0 30px 0;
}

@media screen and (orientation: landscape) {
	.header-content{
		padding: 50px 0;
	}
}

.h1-all{
	width: 85%;
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

.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: #666666;
}

.h1-all h3 em{
	font-size: 2em;
	font-weight: 700;
	color: #D6905A;
}

@media screen and (orientation: landscape){
	.header-content{
		width: 40%;
	}

	.dm-img{
		width: 55%;
		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: #D6905A;
}

.section-content p{
	font-size: 1em;
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
}

.section-content p em{
	color: #D6905A;
	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;
}

.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;
}

.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: #D6905A;
}

.form-btn{
	width: 250px;
	height: 45px;
	position: relative;
	margin: 10px auto;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background: #D6905A;
	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: #D6905A;
}


@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: #D6905A;
	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: #FC9F4C;
	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 em{
	text-decoration: underline;
}

.product-content h5 ul{
	display: block
}

.product-content h5 ul, .product-content h5 ul li{
	list-style: disc;
	margin-left: 12px;
}

.product-content p{
	color: #333333;
	font-weight: 500;
	font-size: 1em;
	text-align: left;
}

.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;
}

.product-content h6 em{
	font-weight: 600;
	font-size: 1.5em;
	color: #af1515;
	/* text-decoration: line-through; */
}

.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.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: 90%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.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: 30%;
	position: relative;
}

.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: 31%;
		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(214,144,90,.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){
	
}

