<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	font-style: normal;
}

body{
	width: 100vw;
	overflow-x: hidden;
	background: #f7f7f7;
	font-size: 16px;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Geograph", "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: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}


::selection {
    color: #ffffff;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: block;
}

.desktop{
	display: none;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.scrollfixed{
	overflow: hidden;
}

/* ============================================================
Regular
============================================================ */
.unit-title{
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.unit-title:before{
	content: '';
	display: table;
	position: absolute;
	bottom: -10px;
	border-bottom: 4px solid #ffcc00;
	width: 50px;
	left: 50%;
	transform: translate(-50%,0);
}

.unit-title.gray{
	color: #333333;
}

.unit-title.white{
	color: #ffffff;
}

.unit-intro {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
}

.unit-intro.gray{
	color: #333333;
}

.unit-intro.white{
	color: #ffffff;
}

.unit-intro.wording {
	color: #333333;
	margin-bottom: 0.875rem;
}

.unit-intro em{
	color: #009944;
	font-size: 1.25em;
}

.unit-intro.hashtag {
	margin: 1em auto;
	padding: 1em;
	background: #eeeeee;
    border-radius: 5px;
    border: 2px solid #dddddd;
    border-style: dashed;
}

.unit-intro.hashtag span {
	color: #009944;
	font-size: 1.25em;
}

.gift-intro {
	width: 100%;
	margin: 20px auto;
	padding: 20px 0;
    border-radius: 5px;
	color: #333333;
	background: #FBF7EF;
}

.gift-intro .gift-subtitle {
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
}

.gift-left,
.gift-right {
	width: 45%;
	margin: 15px;
	display: inline-block;
}


@media all and (max-width: 768px) {
	.gift-left,
	.gift-right {
		width: 100%;
		max-width: 500px;
		margin: 10px auto;
		display: block;
	}
}

.gift-item {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.gift-item:hover {
	color: #009944;
}

.gift-item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


.gift-photo {
	display: inline-block;
	width: 80px;
	height: auto;	
	margin-right: 10px;
}

.gift-photo img {
	width: 100%;
}

.gift-text {
	display: inline-block;
	width: calc(100% - 75px);
}

.gift-text em {
	font-weight: bold;
}

.copytext {
	background: #009944;
	color: #FFFFFF;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	margin: 1rem;
	transition: all 0.4s ease;
	font-weight: normal;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
    letter-spacing: 1px;
}

.copytext:hover {
	background: #007635;
}

.container{
	width: 90%;
	max-width: 1100px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.btn-border{
	width: 150px;
	height: 50px;
	position: relative;
	margin: 20px auto;
	border: 2px solid #000000;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	color: #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	transition: .2s linear;
}

.btn-yellow{
	width: 150px;
	height: 46px;
	position: relative;
	margin: 20px auto;
	background: #ffcc00;
	text-align: center;
	line-height: 46px;
	color: #000000;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	transition: .2s linear;
}

.btn-border a, .btn-yellow a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

@media all and (min-width: 768px){
	.unit-title{
		font-size: 1.8em;
	}

	.btn-border:hover{
		background: #000000;
		color: #ffffff;
	}

	.btn-yellow:hover{
		background: #ffffff;
	}


}




/* ============================================================
nav
============================================================ */
nav{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	/* box-shadow: 4px 4px 8px rgba(0, 0, 0, .2); */
	z-index: 20;
}

.nav-logo{
	width: 75px;
    height: 34px;
    position: absolute;
    top: 8px;
    left: 15px;
}

.nav-logo img{
	width: 100%;
}

.nav-logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nav-icon{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* ======= icon animation ======= */
.menu-icon{
	width: 40px;
	/* height: 40px; */
	position: absolute;
    cursor: pointer;
    top: 14px;
    right: 15px;
    z-index: 5;
}

.menu-icon-line{
	width: 100%;
    height: 3px;
    background: #ffffff;
    margin-bottom: 7px;
    border-radius: 50000px;
}

.menu-icon-line:nth-child(3){
	margin-bottom: 0;
}

@keyframes navActive1{
	0%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	background: #ffffff;
	}

	100%{
		transform: rotate(45deg);
    	margin-top: 10px;
    	background: #ffffff;
	}
}

@keyframes navActive1Back{
	0%{
    	transform: rotate(45deg);
    	margin-top: 10px;
    	background: #ffffff;
	}

	100%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	background: #ffffff;
	}
}

@keyframes navActive3{
	0%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	background: #ffffff;
	}

	100%{
		transform: rotate(-45deg);
    	margin-top: -10px;
    	background: #ffffff;
	}
}

@keyframes navActive3Back{
	0%{
    	transform: rotate(-45deg);
    	margin-top: -10px;
    	background: #ffffff;
	}

	100%{
		transform: rotate(0deg);
    	margin-top: 0px;
    	background: #ffffff;
	}
}

.menu-line1-active{
    animation: navActive1 .2s;
	animation-fill-mode: forwards;
}

.menu-line3-active{
    animation: navActive3 .2s;
	animation-fill-mode: forwards;
}

.menu-line1-back{
    animation: navActive1Back .2s;
	animation-fill-mode: forwards;
}

.menu-line3-back{
    animation: navActive3Back .2s;
	animation-fill-mode: forwards;
}

/* ======= END OF icon animation ======= */

.menu{
	width: 90vw;
	height: 100vh;
	position: absolute;
	top: 0;
	right: -100vw;
	background: #000000;
	/* border-radius: 50%; */
	display: none;
	opacity: 0;
}

.menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}

.menu-item{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 500;
	padding: 20px;
	position: relative;
	/* border-radius: 1000px; */
	box-sizing: border-box;
}

.menu-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.menu-item.active{
	color: #ffcc00;
}


@media all and (min-width: 768px) {
	nav{
		width: 100%;
		height: 60px;
	}

	.nav-logo{
		width: 80px;
		height: 38px;
		top: 11px;
		left: 15px;
	}

	.menu-icon{
	    top: 19px;
	}

}

/* ============================================================
HEADER
============================================================ */
header{
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 50px;
	background: url('../img/header.jpg') no-repeat; 
	background-size: cover;
	background-position: center center;
}

/*é®ç½©æ•ˆæžœ */
header:after{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
}

.slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: #000;
}

.slide &gt; div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	animation: slide 24s infinite;
	opacity: 0;
}
  
.slide &gt; div:nth-child(2) {
	animation-delay: 8s;
}
.slide &gt; div:nth-child(3) {
	animation-delay: 16s;
}


@keyframes slide {
	10% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	80% {
		transform: scale(1.2);
	}
}
  

.h1-text{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 2;
}

h1{
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 3px 3px 4px rgba(0,0,0,.3);
	position: relative;
	line-height: 1.5em;
}

h1:after{
	content: '';
	display: table;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ffcc00;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 200%);
}

.h1-text h2{
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 3px 3px 4px rgba(0,0,0,.3);
	margin-top: 10px;
}



@media all and (min-width: 768px) {
	header{
		height: 460px;
	}

	h1{
		font-size: 2.5em;
	}

	.h1-text h2{
		font-size: 1.8em;
	}

	h1:after{
		width: 100px;
		height: 5px;
	}

	.h1-text h2{
		margin-top: 20px;
	}
}



/* ============================================================
featured
============================================================ */
section.featured{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}

@media all and (min-width: 768px){
	section.featured{
		padding: 80px 0;
	}
}

/* .featured .container{
	overflow: hidden;
} */

.slide-content{
	width: 100%;
	position: relative;
}

.featured-item{
	/* width: 30%;
	padding-bottom: 36%; */
	width: 300px;
    height: 300px;
	position: relative;
	vertical-align: bottom;
}

.featured-item:before{
	content: '';
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, .8));
	z-index: 2;
}

.featured-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* position: absolute; */
	vertical-align: bottom;
}

.featured-text{
	position: absolute;
	width: 90%;
	bottom: 20px;
	left: 5%;
	z-index: 3;
}

.featured-text h4{
	font-size: 1.4em;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-center .slick-center{
	position: relative;
	transform: scale(1);
	z-index: 5;
	opacity: 1;
	box-shadow: 2px 7px 7px rgba(0, 0, 0, .2);
}

.slick-slide{
	transform: scale(.8);
	transition: .2s linear;
	opacity: .7;
	margin: 0 -40px;
}

.slick-list{
	overflow: unset;
}

.slider-control{
	top: 50%;
	z-index: 10;
	display: block;
	cursor: pointer;
}





@media all and (min-width: 768px){
	.featured-item{
		height: 500px;
	}

}

@media all and (min-width: 980px){

	.slick-list.draggable{
		overflow: hidden;
	    margin: 0px auto;
	    width: 980px;
	}

}

/* ============================================================
INFO
============================================================ */
section.info{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #000000;
}

@media all and (min-width: 768px){
	section.info{
		padding: 80px 0;
	}
}



.info-steps{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.step-item{
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.step-pic{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.step-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.step-text{
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.step-text h5{
	font-size: 1.1em;
	font-weight: 700;
	color: #ffcc00;
}

.step-text p{
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;
	margin-top: 5px;
}


@media all and (min-width: 640px){
	.step-item{
		width: 48%;
	}
}


@media all and (min-width: 768px){
	.step-item{
		width: 24%;
	}

	.step-text h5{
		font-size: 1.25em;
	}

	.step-text p{
		font-size: 1.1em;
	}
}


p.p-step{
	max-width: 540px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
}

.step-intro{
	margin-bottom: 0;
}

.notice-rule {
	width: 100%;
	max-width: 700px;
    margin: 1em auto 3em;
	color: #333333;
}

.notice-rule a {
	color: #009944;
	transition: all 0.4s ease;
}

.notice-rule a:hover {
	color: #005325;
}

.notice-rule ul {
	padding-left: 1em;
}
.notice-rule ul li {
	list-style: decimal;
}

.ig-subtitle {
	text-align: center;
}



/* ============================================================
memopresso
============================================================ */
section.memopresso-area{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #ffffff;
}

@media all and (min-width: 768px){
	section.memopresso-area{
		padding: 80px 0;
	}
}

.memopresso-content{
	width: 100%;
	position: relative;
}

/* fake */
.fake-sample{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.fake-sample-item{
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.fake-pic{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.fake-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 1;
}

.ig-icon{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;
}

.ig-icon img{
	width: 100%;
}

@media all and (min-width: 640px){
	.fake-sample-item{
		width: 48%;
	}
}

@media all and (min-width: 768px){
	.fake-sample-item{
		width: 32%;
	}
}

@media all and (min-width: 1100px){
	.fake-sample-item{
		width: 24%;
	}
}
/* END OF fake */


/* ============================================================
activities
============================================================ */
section.activities{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #f5f5f5;
}

@media all and (min-width: 768px){
	section.activities{
		padding: 80px 0;
	}
}


.activities-content{
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}

.activities-item{
	width: 100%;
	position: relative;
	margin: 20px 0;
	background: #ffffff;
	padding-bottom: 30px;
}

.activities-pic{
	width: 100%;
	position: relative;
	padding-bottom: 66.67%;
}

.activities-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.activities-text{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 15px 0;
}

.activities-text h4{
	font-size: 1.25em;
	font-weight: 700;
	color: #efbf00;
	margin: 5px 0;
	text-align: center;
}

.activities-text p{
	font-size: .95em;
	font-weight: 500;
	color: #333333;
}

.activities-text p em{
	color: #efbf00;
}

.activities-btn{
	width: 150px;
	height: 46px;
	position: relative;
	margin: 15px auto;
	background: #ffcc00;
	border-radius: 5px;
	color: #000000;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	font-weight: 500;
	transition: .2s linear;
}

.activities-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


@media all and (min-width: 768px){
	.activities-item{
		width: 48%;
	}

	.activities-btn:hover{
		background: #000000;
		color: #ffffff;
	}
}

@media all and (min-width: 1100px){
	.activities-item{
		width: 32%;
	}
}

/* ============================================================
past-review
============================================================ */
section.past-review{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #ffffff;
}

@media all and (min-width: 768px){
	section.past-review{
		padding: 80px 0;
	}
}

ul.past-all{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

li.past-item{
	width: 100%;
	/* padding-bottom: 120%; */
	position: relative;
	margin: 15px 0;
	overflow: hidden;
}



@media all and (min-width: 768px){
	li.past-item{
		width: 48%;
		/* padding-bottom: 57.6%; */
	}

}

@media all and (min-width: 1100px){
	li.past-item{
		width: 32%;
		/* padding-bottom: 38.4%; */
	}
}


.past-pic{
	width: 100%;
	padding-bottom: 120%;
	position: relative;
	overflow: hidden;
}

.past-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transition: .3s linear;
}

/* swipe */
.swiper-container{
	overflow: visible;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
    left: 0;
    width: 100%;
    /* transform: translate(0,150%); */
}

.swiper-pagination-bullet{
	background: #333333;
	opacity: .3;
}

.swiper-pagination-bullet-active{
	background: #ffcc00;
	opacity: 1;
}

/* END OF swipe */

.past-title{
	width: 100%;
	position: relative;
}

.past-title h4{
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	border-left: 3px solid #ffcc00;
	font-size: 1.25em;
	font-weight: 700;
	color: #333333;
	text-align: left;
	margin: 10px 0;
	height: 33px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media all and (min-width: 768px){
	.past-title h4{
		font-size: 1.4em;
	}
}

/* ============================================================
articles
============================================================ */
section.articles{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	background: #f5f5f5;
}

.articles-container{
	width: 90%;
	max-width: 1600px;
	position: relative;
	margin: 0 auto;
}


li.articles-item{
	position: relative;
	background: #ffffff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.10);
}

li.articles-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.articles-pic{
	width: 100%;
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}

.articles-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transition: all 0.4s ease;
}

.swiper-slide:hover .articles-pic img{
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.articles-text{
	width: 100%;
	position: relative;
}

.articles-text h4{
	width: 90%;
	padding: 15px 0;
	position: relative;
	margin: 0 auto;
	font-size: 1.25em;
    font-weight: 700;
    color: #333333;
    text-align: left;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.4s ease;
}

.swiper-slide:hover .articles-text h4 {
	color: #009944;
}

/* NEWS */
.swiper-slide {
	background: #ffffff;
	position: relative;
	transition: all 0.5s ease;
}

.swiper-slide:hover {
	
	transition: all 0.5s ease;
}

.swiper-slide &gt; a {

	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news-all {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}
.swiper-button-next, 
.swiper-button-prev {
	background: #000000;
	width: 55px !important; 
    height: 60px !important; 
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: #ffffff;
}

.swiper-button-disabled {
	display: none !important;
}


/* SLIDER */
.slider{
	width: 100%;
	height: 320px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/* margin-top: -30px; */
	/* padding-bottom: 200px; */
}

.slider-btn-all{
	position: absolute;
    top: 0;
	left: 0;
	left: 50%; /* ç”¨æ–¼2å‰‡æ™‚ç½®ä¸­ */
	left: 50% !important;
    transform: translateX(-50%) !important; /* ç”¨æ–¼2å‰‡æ™‚ç½®ä¸­ */
}

.slider-btn{
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 10px;
	position: relative;
}

.slider-control-all{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 3;
}

.slider-control{
	width: 50px;
	height: 50px;
	position: absolute;
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	line-height: 50px;
}

.slider-prev{
	left: 0;
}

.slider-next{
	right: 0;
}



@media all and (min-width: 768px){

	.articles-text h4{
		font-size: 1.4em;
	}
}


/* ============================================================
AD-BANNER
============================================================ */
section.ad-banner{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #ffffff;
}

@media all and (min-width: 768px){
	section.ad-banner{
		padding: 80px 0;
	}
}

.ad-content{
	width: 300px;
	height: 250px;
	position: relative;
	margin: 0 auto;
}

.ad-content img{
	width: 100%;
}

@media all and (min-width: 1100px){
	.ad-content{
		width: 970px;
	}
}

p.ad-tip{
	font-size: .9em;
	color: #999999;
	text-align: center;
}




/* ============================================================
SPONSOR
============================================================ */
section.sponsor{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	
}

@media all and (min-width: 768px){
	section.sponsor{
		padding: 80px 0;
	}
}

ul.sponsor-icons{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

ul.sponsor-icons li {
	width: 50%;
	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: 90%;
	max-height: 100px;
}



ul.sponsor-icons li.more-width {
	width: 65%;
}

ul.sponsor-icons li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media all and (min-width: 768px){
	h3.sponsor-title{
		font-size: 5em;
	}


	ul.sponsor-icons li{
		width: 25%;
		margin: 20px 0;
		transition: .2s linear;
		-webkit-filter:grayscale(1);
		opacity: .8;
	}

	
	ul.sponsor-icons li.more-width {
		width: 30%;
		max-height: 100px;
	}

	ul.sponsor-icons li.bigger{
		width: 30%;
		max-height: 100px;
	}

	ul.sponsor-icons li:hover{
		-webkit-filter:grayscale(0);
		opacity: 1;
	}
}



/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
}

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;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

@media and (max-width: 768px){

	.copyright{
		justify-content: center;
	}
}

.ng-logo{
	width: 100px;
	position: relative;
	padding: 15px;
}
.footer-logo.coa-logo {
	padding: 15px;
}

.footer-logo.coa-logo img {
	width: 140px;
	height: auto;
}

.boulder-logo{
	width: 130px;
	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: 20px;
	bottom: 20px;
	cursor: pointer;
	/* border-radius: 50%; */
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 15;
}

#gotop i{
	font-size: 2em;
	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;
}




/* ============================================================
POP UP
============================================================ */

body .blocker {
	z-index: 99;
}

body .modal {
	max-width: 800px;
	padding: 2rem;
}

.modal-content .gift-content {
	text-align: center;
}

.modal-content .gift-content p {
	margin-top: 1rem;
    text-align: center;
}

.modal-content .gift-content p em {
	font-weight: bold;
}

.modal-content .gift-content img {
	width: 100%;
}

.modal-content .rules-content ul {
	padding-left: 1em;
}

.modal-content .rules-content ul li {
	list-style-type: decimal;
	margin-bottom: 1em;
	color: #333333;
}

.modal-content .rules-content h3 {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 1em;
}	
.modal-content .winner-content {
	text-align: center;
}
.modal-content .winner-content p {
	margin-top: 20px;
}
.modal-content .winner-content p strong {
	font-weight: 500;
	color: #009944;
}

.modal-content .winner-content ul {
	text-align: left;
}
.modal-content .winner-content ul li {
	font-weight: 500;
	color: #009944;
	display: inline-block;
	margin-right: 1rem;
}

.modal-content .winner-content ul li {
}

</pre></body></html>