*{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	box-sizing: unset;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #f5f5f5;
	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: #b4bfbb;
	/* color: #ff3e32; */
}

.progress-inner {
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 77px);
	width: 200px;
	height: 154px;
	background-color: #ffffff;
	/*overflow: hidden;*/
}

/* .progress-inner img{
	width: 100%;
} */

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffcc00;
}

.progress-text {
	color: #145371;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 160px;
	text-align: center;
	/* top: 100%;
	left: 50%;
	transform: translate(-50%, 0); */
	top: 50%;
	right: -20%;
	transform: translate(0, -50%);
}

/* .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: #ffffff;
}


/* ============================================================
NORMAL
============================================================ */
.cube-btn{
	width: 250px;
	min-height: 45px;
	text-align: center;
	line-height: 45px;
	position: relative;
	font-size: 1em;
	margin: 10px 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.cube-btn.full{
	width: 100%;
}

.cube-btn.half{
	width: 49%;
}

.cube-btn.yellow{
	background: #ffcc00;
	color: #000000;
	transition: .2s linear;
}

.cube-btn.black{
	background: #000000;
	color: #ffffff;
	transition: .2s linear;
}

.cube-btn.border{
	background: none;
	border: 1px solid #000000;
	box-sizing: border-box;
	color: #000000;
	transition: .2s linear;
}

.cube-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 769px){
	.cube-btn.yellow:hover{
		background: #000000;
		color: #ffffff;
	}

	.cube-btn.black:hover{
		background: #ffffff;
		color: #000000;
		border: 1px solid #000000;
		box-sizing: border-box;
	}

	.cube-btn.border:hover{
		background: #000000;
		color: #ffffff;
	}
}



.wrapper-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.blur{
	-webkit-filter:blur(5px);
	filter:blur(5px);
}

.scrollfixed{
	overflow: hidden;
}



/* ============================================================
HEADER
============================================================ */
header{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	/* background: url('../img/kv_temp.jpg') no-repeat;
	background-size: cover;
	background-position: 50% 50%; */
}

header:before{
	content: '';
	display: table;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}


.kv-all{
	width: 100%;
	height: 100%;
	position: relative;
}

.kv-left{
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.kvl{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.kvl-up{
	height: 50%;
	top: 0;
	transform-origin: 100% 100%;
}

.kvl-up img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 100%;
	object-fit: cover;
}

.kvl-down{
	height: 50%;
	bottom: 0;
	transform-origin: 0 0;
}

.kvl-down img{
	position: absolute;
	width: 100%;
	top: -100%;
	left: 0;
	min-height: 100%;
	object-fit: cover;
}

.kvl-flip-top{
	-webkit-transform-style: preserve-3d;
	-webkit-animation: flipTop .8s ease-in-out forwards;
}

.kvl-flip-bottom{
	-webkit-transform-style: preserve-3d;
	-webkit-animation: flipBottom .8s ease-in-out forwards;
}

@-webkit-keyframes flipTop{
	0% { 
		-webkit-transform: rotate3d(1,0,0,0);
		z-index: 2;
		
	}

	50%{
		opacity: 1;
	}

	100% { 
		-webkit-transform: rotate3d(1,0,0,-180deg); 
		z-index: 1;
		opacity: 0;
	}
}

@-webkit-keyframes flipBottom{
	0% { 
		-webkit-transform: rotate3d(1,0,0,180deg); 
		z-index: 1;
		opacity: 0;
	}

	50%{
		opacity: 1;
	}

	100% { 
		-webkit-transform: rotate3d(1,0,0,0deg); 
		z-index: 2;
		
	}
}

.kv-right{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.kvr{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.kvr-up{
	height: 50%;
	top: 0;
	transform-origin: 100% 100%;
}

.kvr-up img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 100%;
	object-fit: cover;
}

.kvr-down{
	height: 50%;
	bottom: 0;
	transform-origin: 0 0;
}

.kvr-down img{
	position: absolute;
	width: 100%;
	top: -100%;
	left: 0;
	min-height: 100%;
	object-fit: cover;
}

.kvr-flip-top{
	-webkit-transform-style: preserve-3d;
	-webkit-animation: flipTopR .8s ease-in-out forwards;
}

.kvr-flip-bottom{
	-webkit-transform-style: preserve-3d;
	-webkit-animation: flipBottomR .8s ease-in-out forwards;
}

@-webkit-keyframes flipTopR{
	0% { 
		-webkit-transform: rotate3d(1,0,0,-180deg); 
		z-index: 1;
		opacity: 0;
	}

	50%{
		opacity: 1;
	}

	100% { 
		-webkit-transform: rotate3d(1,0,0,0deg); 
		z-index: 2;
		
	}
}

@-webkit-keyframes flipBottomR{
	0% { 
		-webkit-transform: rotate3d(1,0,0,0);
		z-index: 2;
		
	}

	50%{
		opacity: 1;
	}

	100% { 
		-webkit-transform: rotate3d(1,0,0,-180deg); 
		z-index: 1;
		opacity: 0;
	}
}

@media screen and (orientation: landscape) {
	.kv-left{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.kv-right{
		width: 50%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}






.ng-logo-top{
	width: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 8;
}

.ng-logo-top img{
	width: 100%;
}


@media all and (min-width: 480px) {
	.ng-logo-top{
		width: 120px;
	}
}

h1{
	font-size: 3em;
	color: #ffcc00;
	text-transform: uppercase;
	font-family: "Geograph", "Oswald", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 700;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-80%);
	line-height: 1em;
	width: 100%;
	max-width: 200px;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	z-index: 5;
}

h1 div{
	font-size: .5em;
	letter-spacing: .2em;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0,100%);
}

@media all and (min-width: 480px){
	h1{
		font-size: 4.5em;
		max-width: 300px;
	}
}

@media all and (min-width: 850px){
	h1{
		font-size: 6em;
		max-width: 400px;
	}
}

.red-area{
	background: #b4bfbb;
}

.red-area.header1{
	width: 5%;
	max-width: 30px;
	height: 40vh;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

@media all and (min-width: 769px){
	.red-area.header1{
		height: 80vh;
	}
}

/* ============================================================
QA
============================================================ */
section.qa{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 100vh;
	/* background: #ffffff; */
}

.question-area{
	background: #b4bfbb;
	width: 90%;
    padding-top: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    padding-left: 10px;
}

.q{
	font-size: 5em;
	color: #ffffff;
	font-weight: 700;
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	margin-right: 20px;
	margin-bottom: -15px;
}

.q-text{
	width: 95%;
	position: relative;
}

.q-text img{
	width: 100%;
	vertical-align: bottom;
}

.qa-white-container{
	width: 100%;
	position: relative;
	margin-top: 40px;
	background: #ffffff;
	z-index: 1;
	padding-bottom: 80px;
}

@media all and (min-width: 640px){
	.question-area{
		width: 90%;
	    padding-top: 80px;
	    margin-top: -40px;
	    display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.q{
		font-size: 9em;
		margin-bottom: -37px;
	}

	.q-text{
		width: 600px;
		position: relative;
	}
}

@media all and (min-width: 850px){
	.question-area{
		width: 60%;
	    min-width: 850px;
	}
}

.qa-content{
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 50px;
}

.qa-content ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.qa-item{
	width: 48%;
	position: relative;
	margin: 10px 1%;
}

.qa-border{
	position: relative;
	width: 100%;
	min-height: 100%;
	border: 6px solid #9eb1aa;
	/* background: #ffffff; */
	box-sizing: border-box;
	transition: .2s linear;
}

.qa-item-container{
	width: 90%;
	position: relative;
	margin: 5% auto;
}

.qa-item h6{
	font-size: 2em;
	color: #9eb1aa;
	font-weight: 600;
	transition: .2s linear;
}

.qa-item p{
	font-size: 1em;
	color: #9eb1aa;
	transition: .2s linear;
	font-weight: 500;
	min-height: 66px;
}

.qa-item p.answer-author{
	font-size: .8em;
	color: #666666;
	text-align: right;
	margin-top: 10px;
	font-weight: 400;
	min-height: auto;
}

.qa-item p.answer-author em{
	font-size: 1.2em;
	color: #333333;
	font-weight: 500;
}

.qa-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.qa-item.active .qa-border{
	background: #ffcc00;
}

.qa-item.active h6{
	color: #333333;
}

.qa-item.active p{
	color: #333333;
}

@media all and (min-width: 640px){
	.qa-item{
		width: 32%;
		margin: 10px .66%;
	}
}

@media all and (min-width: 769px){
	.qa-item{
		width: 23.5%;
		margin: 10px .75%;
		
	}

	.qa-item:hover .qa-border{
		background: rgba(255, 204, 0, .85);
	}

	.qa-item:hover.qa-item h6{
		color: #333333;
	}

	.qa-item:hover.qa-item p{
		color: #333333;
	}
}

.card_bottom, .card_front{
	height: 100%;
}








.btns{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0;
}

.qq-btns{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0;
}


.text-btn{
	width: 85px;
	font-size: 1.1em;
	width: 75px;
	text-align: center;
	border-bottom: 1px solid #b4bfbb;
	color: #b4bfbb;
	padding: 5px;
}

.text-btn a{
	color: #145371;
}

.area-btn{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #ffcc00;
	color: #000000;
	font-size: 1.1em;
	position: relative;
	margin: 20px 0;
}

.area-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.arrow-skew{
	padding-left: 10px;
	position: relative;
	height: 66px;
	animation: arrowMove .8s forwards infinite;
}

.arrow-skew:nth-child(2){
	opacity: .5;
}

.arrow-skew:nth-child(3){
	opacity: .3;
}

.arrow-skew-top{
	width: 20px;
	height: 50%;
	position: absolute;
	transform: skewX(40deg);
	background: #ffffff;
	top: 0;
	left: 0;
}

.arrow-skew-bottom{
	width: 20px;
	height: 50%;
	position: absolute;
	transform: skewX(-40deg);
	background: #ffffff;
	bottom: 0;
	left: 0;
}

@media all and (min-width: 640px){
	.btns{
		justify-content: flex-end;
	}

	.area-btn{
		width: 50%;
		margin-left: 20px;
		font-weight: 400;
		transition: .2s linear;
	}

	.text-btn{
		margin: 0 20px;
		transition: .2s linear;
	}

	.text-btn a{
		transition: .2s linear;
	}

	.text-btn:hover{
		background: #ffcc00;
		color: #000000;
		font-style: normal;
	}

	.text-btn:hover.text-btn a{
		color: #000000;
	}

	.area-btn:hover{
		font-weight: 600;
		background: #000000;
		color: #ffffff;
	}
}

.area-btn i{
	animation: arrowMove .8s forwards infinite;
}

@keyframes arrowMove{
	0%{
		margin-left: 10px;
	}

	100%{
		margin-left: 30px;
	}
}



.qq-item{
	width: 100px;
	height: 46px;
	position: relative;
	background: #ffcc00;
	color: #000000;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	padding: 0;
	border: none;
	margin: 5px;
}


.qq-item a{
	color: #000000;
}

@media all and (min-width: 640px){
	.qq-item a{
		transition: .2s linear;
	}

	.qq-item:hover{
		background: #000000;
		color: #ffffff;
		font-style: normal;
	}

	.qq-item:hover.qq-item a{
		color: #ffffff;
		text-decoration: none;
	}
}

/* ============================================================
ARTICLES
============================================================ */
section.articles{
	width: 100%;
	position: relative;
	background: #ffffff;
	padding: 100px 0;
	display: none;
}

.articles-container{
	width: 85%;
	position: relative;
	margin: 0 auto;
}

.unit-title{
	font-size: 1.8em;
	font-weight: 700;
	color: #000000;
}

.unit-title.left{
	text-align: left;
}

.unit-title.right{
	text-align: right;
}


.red-area.article1{
	width: 55%;
	/* max-width: 30px; */
	height: 35vh;
	position: absolute;
	top: 100px;
	left: 0;
}


@media all and (min-width: 480px){
	.unit-title{
		font-size: 3em;
	}
}



/* ============================================================
SLIDER
============================================================ */
.slider{
	width: 100%;
	height: 500px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.slider-btn-all{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    /* margin-left: -38px; */
}

.slider-btn{
	width: 255px;
	margin-left: 10px;
	position: relative;
}


.slider-img{
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
	overflow: hidden;
}

.slider-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
}

.slider-info{
	width: 90%;
	position:relative;
	margin: 0 auto;
	margin-top: -30px;
	background: #ffffff;
}

.slider-info-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.slider-info-title{
	width: 100%;
	font-size: 1.5em;
	color: #145371;
	height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.slider-info-p{
	font-size: 1em;
	margin-top: 10px;
	color: #333333;
	line-height: 1.5em;
	height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




/*control*/
.slider-control-all{
	width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.slider-control{
	width: 50px;
	height: 50px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
}

.slider-control a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-control i{
	font-size: 40px;
	line-height: 50px;
}

.slider-control-border{
	border: 1px solid #145371;
	box-sizing: border-box;
	color: #145371;
}

.slider-control-color{
	border: 1px solid #145371;
	box-sizing: border-box;
	background: #145371;
	color: #ffffff;
}


@media all and (min-width: 480px) {
	.slider{
		overflow-x: hidden;
	}

	.slider-btn{
		width: 400px;
		margin-left: 50px;
		position: relative;
	}
}



/* ============================================================
VIDEOS
============================================================ */
section.videos{
	width: 100%;
	position: relative;
	background: #ffffff;
	padding: 20px 0 100px 0;
	/* display: none; */
}

.videos-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.video-item{
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	margin: 20px 0;
	overflow: hidden;
}

.video-item img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
}

.video-icon{
	position: absolute;
	font-size: 4em;
	color: #ffcc00;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.video-item:before{
	content: '';
	display: table;
	position: absolute;
	width: 102%;
	padding-bottom: 56.25%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.video-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}


@media all and (min-width: 768px) {
	section.videos{
		padding: 100px 0;
	}

	.videos-container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.video-item{
		width: 32%;
		padding-bottom: 18%;
		position: relative;
		margin: 20px 0;
	}

	.video-item:before, .video-icon{
		transition: .2s linear;
	}

	.video-item:hover.video-item:before{
		background: rgba(0, 0, 0, .3);
	}

	.video-item:hover .video-icon{
		font-size: 5em;
		color: #ffffff;
	}
}

.video1{
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
}

.video-text{
	position: absolute;
	left: 0;
	bottom: -18px;
	color: #ffcc00;
	font-size: 4em;
	font-weight: 700;
	font-family: "Oswald", "Roboto", "Noto Sans TC", sans-serif;
}

@media all and (min-width: 768px) {
	.video-text{
		left: auto;
	    right: 0;
	    bottom: -48px;
	    font-size: 10em;
	}
}

/* ============================================================
ACTIVITIES
============================================================ */
section.activities{
	width: 100%;
	position: relative;
	background: #ffffff;
	padding: 100px 0 120px 0;
}

.activities-container{
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.activities-container ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 20px 0;
}


.activities-item{
	width: 100%;
	position: relative;
	border: 6px solid #b4bfbb;
	box-sizing: border-box;
	margin: 30px 0;
}

.act-item-image{
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
}

.act-item-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
}

.act-item-content{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 60px 0;
}

.act-item-content h3{
	font-size: 1.5em;
	color: #145371;
	font-weight: 600;
	text-align: center;
}

.act-item-content p{
	font-size: 1em;
	color: #333333;
	text-align: left;
	margin: 10px 0;
	line-height: 1.5em;
}

.act-item-content p em{
	color: #145371;
}

.act-item-content h6{
	font-size: 1.3em;
	font-weight: 600;
	color: #333333;
	text-align: left;
	margin: 10px 0;
	line-height: 1.5em;
}

.act-item-content h6 em{
	color: #145371;
}

.activities-btn{
	width: 70px;
	height: 70px;
	position: absolute;
	border: 1px solid #145371;
	box-sizing: border-box;
	background: #ffffff;
	bottom: -35px;
	left: calc(50% - 35px);
}

.activities-btn-content{
	width: 60px;
	height: 60px;
	position: absolute;
	background: #145371;
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	line-height: 60px;
	margin: 0 auto;
	top: 4px;
	left: 4px;
}

.activities-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.activities-btn.coming{
	width: 94px;
	left: calc(50% - 47px);
}

.activities-btn.coming .activities-btn-content{
	font-size: 1em;
	width: auto;
	padding: 0 10px;
}

@media all and (min-width: 768px) {
	.activities-container ul{
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.activities-item{
		width: 32%;
	}

	.activities-btn, .activities-btn-content{
		transition: .2s linear;
	}

	.activities-btn:hover{
		transform: scale(1.2);
		background: #145371;
	}

	.activities-btn:hover .activities-btn-content{
		color: #145371;
		background: #ffffff;
	}
}


/* ============================================================
SPONSOR
============================================================ */
section.sponsor{
	width: 100%;
	position: relative;
	padding: 80px 0;
	background: #b4bfbb;
}

.sponsor-container{
	width: 90%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}

.sponsor-text{
	color: #ff3e32;
	font-size: 2em;
	text-align: center;
	font-family: "Oswald", "Roboto", "Noto Sans TC", sans-serif;
	font-weight: 700;
}

.sponsor-item{
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

ul.sponsor-icons{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* -webkit-filter: grayscale(1); */
}

ul.sponsor-icons li{
	width: 30%;
	padding: 2%;
	margin: 10px 0;
	box-sizing: border-box;
	position: relative;
	-webkit-filter:grayscale(0);
	text-align: center;
	opacity: 1;
}

ul.sponsor-icons li img{
	max-width: 100%;
	max-height: 100px;
}

ul.sponsor-icons li.bigger{
	width: 42%;
}



ul.sponsor-icons li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 769px){
	.sponsor-text{
		font-size: 3em;
	}

	ul.sponsor-icons li{
		width: 20%;
		margin: 20px 0;
		transition: .2s linear;
		-webkit-filter:grayscale(1);
		/* opacity: .7; */
	}

	ul.sponsor-icons li:hover{
		-webkit-filter:grayscale(0);
		/* opacity: 1; */
	}

	ul.sponsor-icons li.bigger{
		width: 25%;
	}
}



/* ============================================================
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(255,204,0,.7);
	z-index:9;
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 5;
	/* border-radius: 50%; */

	/* border-color: transparent rgba(243,166,163,.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; */
}


/* ============================================================
POPUP
============================================================ */
.popup{
	background: #ffffff;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, .5);
	z-index: 10;
	opacity: 0;
	display: none;
}

.popup-container{
	width: 90%;
	max-height: 75vh;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	overflow: auto;
}

.popup-close{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	background: #ffcc00;
	cursor: pointer;
}

.popup-close-line{
	width: 50px;
	height: 2px;
	background: #ffffff;
}

.popup-line{
	padding-top: 49%;
}

.popup-close-line:nth-child(1){
	transform: rotate(45deg);
}

.popup-close-line:nth-child(2){
	transform: rotate(-45deg);
	margin-top: -1px;
}

.popup-title{
	text-align: center;
    font-size: 1.2em;
    color: #000000;
    font-weight: 500;
    margin: 20px auto;
}

.popup-title.red{
	color: #ff3e32;
}

.popup-title.yellow{
	color: #ffcc00;
}






.popup-login{
	width: 90%;
	max-width: 320px;
}

.popup-rule, .popup-gift, .popup-form, .popup-video{
	width: 90%;
	max-width: 800px;
}

.popup-gift p{
	text-align: center;
}

.popup-gift ul{
	max-width: 400px;
	position: relative;
	margin: 10px auto;
}

.popup-gift ul li{
	margin-bottom: 10px;
}

.popup-gift ul li:nth-last-child(1){
	margin-bottom: 0;
}

.popup-img{
	width: 80%;
	position: relative;
	margin: 20px auto;
}

.popup-img img{
	width: 100%;
}

.video-container{
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.video-container iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (orientation: landscape) {
	.popup-img{
		width: 60%;
	}
}



.form-item{
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.form-item label{
	font-size: 1em;
	color: #333333;
	font-weight: 600;
}

.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: 0;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.form-item a{
	color: #ffcc00;
}

form.qa-form{
	width: 100%;
	/* margin: 20px 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.form-btn{
	width: 250px;
	height: 46px;
	position: relative;
	margin: 15px auto;
	text-align: center;
	line-height: 46px;
	background: #ffcc00;
	color: #000000;
	border-radius: 5px;
	font-size: 1em;
}

.form-item select.county,
.form-item select.district,
.form-item input.zipcode{
	font-size: 1em;
}

.form-item.form-checkbox input.check-box{
	margin-left: 5px;
}

.form-item.form-checkbox span{
	margin-left: 5px;
	vertical-align: sub;
}


@media all and (min-width: 768px) {

	.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;
	}
}


/* ============================================================
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){
	
}

