<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: 500;
	line-height: 1.2em;
}

h2{
	font-size: 2.25em;
	font-weight: 500;
	line-height: 1.1em;
}

h3{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 2.4em;
}

h4{
	font-size: 1.85em;
	font-weight: 500;
}

h5{
	font-size: 1.125em;
	font-weight: 500;
}

h6{
	font-size: 1em;
    font-weight: 500;
}

p{
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	text-align: justify;
	font-size: 1em;
    /* line-height: 1.5em; */
    font-weight: 400;
}

::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; */
}

/* ============================================================
LOADING
============================================================ */
.progress {
	position: fixed;
	z-index: 11111;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #61bcc1;
}

.progress-inner {
	position: absolute;
	left: calc(50% - 110px);
	top: calc(50% - 91px);
	width: 220px;
	height: 182px;
	background-color: #f5f5f5;
	/*overflow: hidden;*/
}

/* .progress-inner img{
	width: 100%;
} */

.progress-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.progress-text {
	color: #f27740;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	font-size: 2em;
	font-weight: 700;
	position: absolute;
	z-index: 9999999;
	width: 220px;
	text-align: center;
	top: 70%;
	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;
}

/* ============================================================
NAV
============================================================ */
nav{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

nav.nav-scroll{
	background: rgba(97, 188, 193, .7);
}

.ng-logo{
	width: 120px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	z-index: 2;
}

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

.worldearth{
	position: relative;
	float: left;
	margin-left: 20px;
    margin-top: 20px;
}

.worldearth-img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.worldearth-img img{
	width: 100%;
}

.worldearth-text{
	display: inline-block;
	vertical-align: middle;
}

.worldearth-text p{
	font-size: .95em;
}

.worldearth-br{
	display: none;
}

.menu-switch-close{
	display: block;
}

.menu-switch-open{
	display: none;
}

.menu{
	position: relative;
	float: right;
}

nav:after{
	content: '';
	display: table;
	clear: both;
}

.menu ul li{
	width: 120px;
	height: 40px;
	font-family: "Roboto", "Noto Sans TC", sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: 40px;
	color: #222222;
	float: left;
	position: relative;
	margin: 15px;
	border-radius: 50000px;
	background: rgba(255, 255, 255, .5);
	transition: .2s linear;
}

.menu ul:after{
	content: '';
	display: table;
	clear: both;
}

.menu ul li:hover{
	background: rgba(255, 255, 255, 1);
}

.menu ul li.menu-li-active{
	background: rgba(255, 255, 255, 1);
}

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

.menu ul, .share-btn{
	float: left;
}

.menu:after{
	content: '';
	display: table;
	clear: both;
}

.share-btn{
	margin: 15px 20px;
}

.share-icon{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.1em;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #222222;
	box-sizing: border-box;
	margin-right: 10px;
	transition: .2s linear;
}

.share-icon a{
	color: #222222;
	transition: .2s linear;
}

.fb-share:hover{
	background: #3b5998;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.fb-share:hover.fb-share a{
	color: #ffffff;
}

.line-share:hover{
	background: #00c300;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.line-share:hover.line-share a{
	color: #ffffff;
}




/* ======= icon animation ======= */
.nav-icon{
	display: none;
}

.menu-icon{
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
    cursor: pointer;
    margin-top: 24px;
    margin-right: 24px;
    z-index: 5;
}

.menu-icon-line{
	width: 100%;
    height: 3px;
    background: #222222;
    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: #222222;
	}

	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: #222222;
	}
}

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

	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: #222222;
	}
}

.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 ======= */






@media all and (max-width: 1024px) {
	nav{
		height: 70px;
	}

	.ng-logo{
		width: 100px;
	}

	.nav-icon{
		display: block;
	}

	.menu{
		position: absolute;
		float: none;
		width: 100%;
		height: 100vh;
		top: 0;
		right: -100vw;
		background: #388989;
	}

	.menu ul, .share-btn {
	    float: none;
	}

	.menu ul li{
		width: 100%;
		height: auto;
		font-size: 1.1em;
		text-align: center;
		line-height: 40px;
		color: #ffffff;
		float: none;
		position: relative;
		margin: 0;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 0;
		background: none;
		border-top: 1px dotted #61bcc1;
	}

	.menu ul li:nth-last-child(1){
		border-bottom: 1px dotted #61bcc1;
	}

	.menu ul li:hover{
		background: none;
	}

	.menu ul{
		width: 100%;
		position: absolute;
		top: calc(50% - 25px);
		right: 0;
		transform: translate(0,-50%);
	}

	.menu ul li.menu-li-active{
		background: #f27740;
	}

	.share-btn{
		width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}

	.share-icon{
		width: 50%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 1.5em;
		display: block;
		border-radius: 0;
		border: none;
		box-sizing: border-box;
		margin-right: 0;
		float: left;
	}

	.share-btn:after{
		content: '';
		display: table;
		clear: both;
	}

	.fb-share{
		background: #3b5998;
	}

	.line-share{
		background: #00c300;
	}

	.fb-share a, .line-share a{
		color: #ffffff;
	}

	.fb-share:hover{
		border: none;
	}

	.line-share:hover{
		border: none;
	}
}


@media all and (max-width: 480px) {
	.worldearth{
		position: relative;
		float: left;
		margin-left: 10px;
	    margin-top: 20px;
	}

	.worldearth-img{
		width: 25px;
		display: inline-block;
		vertical-align: middle;
	}

	.worldearth-img img{
		width: 100%;
	}

	.worldearth-text{
		display: inline-block;
		vertical-align: middle;
	}

	.worldearth-text p{
		font-size: .9em;
		line-height: 1.2em;
	}
}

@media all and (max-width: 360px){
	.worldearth-br{
		display: block;
	}
}


/* ============================================================
HEADER
============================================================ */
h1{
	position: absolute;
	right: 100vw;
	opacity: 0;
	top: -100vh;
}

header{
	width: 100%;
	/* min-height: 100vh; */
	background: #61bcc1;
	overflow: hidden;
}

.kv{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
}

.kv canvas{
	width: 100%;
}

.kv_desktop{
	display: block;
}

.kv_mobile{
	display: none;
}

@media all and (max-width: 768px) {
	.kv_desktop{
		display: none;
	}

	.kv_mobile{
		display: block;
	}
}

.cloud{
	position: absolute;
}

.cloud img{
	width: 100%;
}

.cloud-1{
	width: 10%;
	left: 15%;
	top: 100px;
	animation: cloudMoveL 6s ease-in-out forwards infinite;
}

.cloud-2{
	width: 7%;
	left: 10%;
	top: 150px;
	animation: cloudMoveL 4s ease-in-out forwards infinite;
}

.cloud-3{
	width: 10%;
	right: 7%;
	top: 150px;
	animation: cloudMoveR 7s ease-in-out forwards infinite;
}

.cloud-4{
	width: 7%;
	right: 15%;
	top: 200px;
	animation: cloudMoveR 5s ease-in-out forwards infinite;
}

@keyframes cloudMoveL{
	0%{
		margin-left: 0;
	}

	50%{
		margin-left: 5%;
	}

	100%{
		margin-left: 0;
	}
}

@keyframes cloudMoveR{
	0%{
		margin-right: 0;
	}

	50%{
		margin-right: 5%;
	}

	100%{
		margin-right: 0;
	}
}

h2.kv-text{
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1.4em;
	padding: 20px 0 80px 0;
}

@media all and (max-width: 480px) {
	h2.kv-text{
		font-size: .95em;
	}
}

/* ============================================================
INTRO
============================================================ */
section.intro{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #f5f5f5;
}

.intro-container{
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	z-index: 2;
}

h3.unit-title{
	color: #11635f;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.4em;
}

h3.unit-title.sp-color{
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

p.unit-intro{
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	margin: 10px 0;
}

.intro-icons{
	width: 100%;
	position: relative;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.intro-icon-0{
	width: 22.5%;
	position: relative;
}

.intro-circle{
	width: 70%;
	padding-bottom: 70%;
	position: relative;
	margin: 20px auto;
}

.intro-circle-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0px 10px 0px #388989;
}

.intro-circle-container img{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h5.icon-title{
	font-size: 20px;
	color: #388989;
	text-align: center;
	margin: 10px 0;
}

p.icon-text{
	font-size: 16px;
	text-align: justify;
	color: #333333;
}

.slide-control{
	display: none;
}

@media all and (max-width: 768px) {
	.intro-icons{
		display: block;
	}

	.intro-icon-0{
		width: 100%;
		/* margin-bottom: 50px; */
	}

	.slide-content{
		width: 100%;
	    margin: auto;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	}

	.intro-icons{
		/* width: 300%; */
	    overflow: hidden;
	    margin-bottom: 0;
	}

	.intro-icon-0{
		width: 100%;
		position: relative;
		float: left;
	}

	.intro-icons:after{
		content: '';
		display: table;
		clear: both;
	}

	.slide-control{
		width: 100%;
	    margin: auto;
	    position: absolute;
	    z-index: 3;
	    top: 35%;
	    transform: translate(0,-50%);
	    display: block;
	}

	.slide-prev, .slide-next{
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background: rgba(17, 99, 95, .8);
		cursor: pointer;
		color: #ffffff;
		font-size: 2em;
		position: absolute;
	}

	.slide-prev{
		top: 0;
		left: 0;
	}

	.slide-next{
		top: 0;
		right: 0;
	}
}





/* ============================================================
ARTICLE
============================================================ */
section.article{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #a2dbba;
}

.bg-community{
	width: 30%;
	position: absolute;
	bottom: 5%;
	right: 1%;
}

.article-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	z-index: 2;
}

.padding-loss{
	padding: 0 0 100px 0;
}

.article-all{
	width: 100%;
	position: relative;
	margin-top: 50px;
}

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

.article-all22 ul{
	justify-content: center;
}


.article-all ul li{
	width: 30%;
	position: relative;
	margin-bottom: 50px;
}

.article-all22 ul li:nth-child(1){
	margin-right: 5%;
}

.article-content{
	width: 100%;
	position: relative;
	box-shadow: 10px 10px 0px #11635f;
	transition: .2s linear;
}

.article-content:hover{
	box-shadow: 20px 20px 0px #11635f;
}

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

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

.article-pic img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.article-pic-h img{
	width: auto;
	height: 100%;
	/* position: absolute;
	top: 0;
	left: auto;
	right: 0; */
}

.article-text{
	width: 100%;
	position: relative;
	background: #ffffff;
}

.article-text-container{
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
}

h4.article-title{
	width: 100%;
	height: 55px;
	font-size: 1.35em;
	line-height: 1.25em;
	color: #000000;
	text-align: justify;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

p.article-icon{
	font-size: 1.5em;
	text-align: right;
	color: #11635f;
}

@media all and (max-width: 1100px) {
	.bg-community{
		bottom: 0;
	}
}

@media all and (max-width: 640px) {
	.bg-community{
		width: 50%;
		position: absolute;
		bottom: 0;
		right: 1%;
	}


	.article-all ul{
		display: block;
	}

	.article-all ul li{
		width: 100%;
		margin-bottom: 50px;
	}

	.article-content:hover{
		box-shadow: 10px 10px 0px #11635f;
	}
}


/* ============================================================
ACTIVITY
============================================================ */
section.activity{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #ffffff;
}

.activity-bg-gray{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #eaeaea;
}


.bg-tech{
	width: 20%;
	position: absolute;
	top: -7%;
	left: 3%;
}

.bg-tree{
	width: 25%;
	position: absolute;
	left: 2.5%;
	bottom: -.5%;
}

.bg-tree img, .bg-tech img{
	width: 100%;

}



.activity-container{
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	z-index: 2;
}

.activity-content{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.activity-0{
	width: 50%;
	position: relative;
}

/* .activity-1{
	width: 100%;
	position: relative;
} */

.activity-bg-text{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	font-size: 5em;
	font-weight: 700;
}

.activity-bg1-text{
	color: #ffffff;
}

.activity-bg2-text{
	color: #eaeaea;
}

.activity-0-main{
	width: 85%;
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
}

table.activity-info{
	width: 100%;
	position: relative;
}

table.activity-info tr td{
	vertical-align: top;
	margin: 10px 0;
	color: #333333;
}

table.activity-info tr td:nth-child(1){
	width: 50px;
	color: #388989;
}

ol.item-number{
	list-style: decimal;
	margin: 0;
	margin-left: -20px;
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
}

ol.item-number li{
	list-style: decimal;
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
}

.activity-product{
	width: 100%;
	position: relative;
	margin: 20px 0;
}

.activity-product img{
	width: 100%;
}

.activity-product-info h6{
	font-size: 1.25em;
	color: #388989;
	text-align: center;
}

.activity-product-info p{
	text-align: center;
}

.activity-btn{
	width: 250px;
	height: 45px;
	border-radius: 5000px;
	box-sizing: border-box;
	position: relative;
	margin: 15px auto;
	transition: .2s linear;
}

.activity-btn p{
	text-align: center;
	line-height: 45px;
	color: #388989;
	transition: .2s linear;
}

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

.activity-btn-join{
	background: #388989;
}

.activity-btn-join p{
	color: #ffffff;
}

.activity-btn-join:hover{
	background: #f27740;
}

.activity-btn-join:after{
	content: '';
	display: table;
	color: #388989;
	transition: .2s linear;
}

.activity-btn-join:hover.activity-btn-coming:after{
	content: 'Coming Soon';
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	text-align: center;
	line-height: 45px;
	background: rgba(255, 255, 255, .9);
	color: #388989;
	border-radius: 5000px;
	width: 100%;
	height: 100%;

}

.activity-btn-00{
	background: none;
	border: 1px solid #388989;
}

.activity-btn-awards{
	background: none;
	border: 1px solid #388989;
}

.activity-btn-awards p{
	color: #388989;
}

/* .activity-btn-awards:hover{
	background: #388989;
} 

.activity-btn-awards:hover.activity-btn-awards p{
	color: #ffffff;
}*/

.activity-btn-awards:after{
	content: '';
	display: table;
	color: #388989;
	transition: .2s linear;
}

.activity-btn-awards:hover.activity-btn-awards:after{
	content: 'Coming Soon';
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Roboto', "Noto Sans TC", sans-serif;
	text-align: center;
	line-height: 45px;
	background: rgba(255, 255, 255, .9);
	color: #388989;
	border-radius: 5000px;
	width: 100%;
	height: 100%;

}

@media all and (max-width: 960px){
	.activity-content{
		display: block;
	}

	.activity-0{
		width: 100%;
		padding-bottom: 80px;
	}

	.activity-0:nth-child(2){
		background: #ffffff;
	}
}


@media all and (max-width: 640px) {
	.activity-bg-gray{
		display: none;
	}

	.bg-tech{
		width: 40%;
		position: absolute;
		top: -3%;
		left: 3%;
		z-index: 3;
	}

	.bg-tree {
	    width: 55%;
	    left: auto;
	    right: 0;
	    bottom: -.25%;
	    z-index: 2;
	}

	.activity-container{
		width: 100%;
		/* background: #eaeaea; */
		padding-bottom: 0;
	}

	.activity-container h3.unit-title,
	.activity-container p.unit-intro{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}

	.activity-container p.unit-intro{
		margin: 10px auto;
	}

	/* .activity-content{
		display: block;
	}

	.activity-0{
		width: 100%;
		padding-bottom: 80px;
	}

	.activity-0:nth-child(2){
		background: #ffffff;
	} */
}


/* ============================================================
CLIENT
============================================================ */
section.client{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #eee2ca;
	z-index: 3;
}

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

.client-content{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.client-logo{
	width: 32%;
	max-width: 200px;
	position: relative;
	margin-right: 4%;
}

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

.client-logo:nth-last-child(1){
	margin-right: 0;
}

.client-logo:nth-child(1) img{
	margin-top: 20%;
}

.client-logo:nth-child(3) img{
	width: 90%;
	margin-top: 20px;
}

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

@media all and (max-width: 480px) {
	.client-content{
		display: block;
	}

	.client-logo, .client-logo:nth-last-child(1){
		margin: 30px auto;
		width: 80%;
	}


}

/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	background: #2f393a;
	padding: 25px 0;
}

.footer-container{
	width: 95%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.ourlogos{
	width: auto;
	max-width: 400px;
	display: flex;
	align-items: center;
	align-content: center;
}

.footerlogo{
	position: relative;
}

.footerlogo img{
	width: 100%;
}

.footerlogo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nglogo{
	width: 35%;
	max-width: 150px;
	margin-right: 5%;
}

.boulderlogo{
	width: 60%;
	max-width: 200px;
}

.copyright p{
	font-size: .9em;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
}

.copyright p em{
	color: #999999;
}

.copyright p a{
	color: #999999;
}


@media all and (max-width: 768px) {
	.footer-container{
		display: block;
	}

	.ourlogos, .copyright{
		width: 100%;
	}

	.copyright{
		margin-top: 20px;
	}
}

/* ============================================================
BG ROAD
============================================================ */
.bg-road-all{
	width: 1000px;
	position: absolute;
	top: -20%;
	left: calc(50% - 550px);
	transform: translate(-80%,0);
	z-index: 2;
}


.bg-road-all2{
	width: 900px;
	position: absolute;
	/* top: -10%; */
	bottom: -9%;
	right: calc(50% - 550px);
	transform: translate(100%,0) rotate(10deg);
	z-index: 2;
}

.bg-road{
	width: 100%;
	padding-bottom: 175%;
	position: relative;
	background: url('../img/bg_road.svg') no-repeat;
	background-size: cover;
}

.car-all{
	width: 7%;
    position: absolute;
    bottom: 45%;
    left: 50%;
}

.car-all2{
	width: 7%;
    position: absolute;
    top: 29%;
    right: 89%;
}

.bg-car{
	width: 100%;
	position: relative;
}

.bg-location{
	width: 80%;
	position: absolute;
	top: 0;
	left: 10%;
	transform: translate(0,-100%);
	animation: locationMove 1s linear forwards infinite;
}

.bg-car img, .bg-location img{
	width: 100%;
}

@keyframes locationMove{
	0%{
		margin-top: 0;
	}

	50%{
		margin-top: -20px;
	}

	100%{
		margin-top: 0;
	}
}

@media all and (max-width: 1024px) {
	.bg-road-all, .bg-road-all2{
		display: none;
	}
}

/* ============================================================
GO TOP
============================================================ */

#gotop{
	width: 52px;
	height: 52px;
	background: rgba(243,121,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: 5;
}

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

/* ============================================================
POPUP
============================================================ */
.popup{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	opacity: 0;
	display: none;
}

.popup-container{
	width: 90%;
	max-width: 800px;
	position: absolute;
	background: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 20px 0;
	opacity: 0;
	display: none;
}

.popup-container h4{
	font-size: 1.5em;
	text-align: center;
	color: #388989;
	font-weight: 600;
}

.popup-container p{
	font-size: 1.2em;
	text-align: center;
	color: #222222;
	font-weight: 500;
}

.popup-close{
	color: #333333;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 2em;
	cursor: pointer;
}


/* ============================================================
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){
	
}

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