﻿@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600|Source+Serif+Pro');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');

body{
	margin:0;
	font-size:14px;
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	color: #231815;
}
/*
*:hover{transition: all .20s linear;}
*/
a{ text-decoration:none; outline: none; color: #231815;}
/*a:hover{color: #EE780C}*/

img{max-width: 100%;}
input, select, textarea{outline: none;}

/*=[header]=========*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	z-index: 20;
}
header .lang{
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 23px 0 0 60px;
}
header .lang .current{
    color: #EE780C!important;
}
header #logo{
	display: block;
	width: 80px;
	padding: 70px 0 0 40px;
}
header #logo_mobile{
	display: none;
}
nav{
    position: absolute;
    width: calc(100% - 220px);
    top: 0;
    left: 220px;
    padding: 10px 0;
    z-index: 10;
    background: #FFF;
}
nav ul{
    float: left;
    padding: 18px 0;
    font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
}
nav ul li{
    position: relative;
    display: inline-block;
}
nav ul li a{
    display: inline-block;
    margin: 0 10px;
    line-height: 21px;
    color: #18334E;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
}
nav ul li a:hover{
    color: #EE780C;
}
nav ul li a.current{
    color: #EE780C;
    border-bottom: 4px #EE780C solid;
}
.top-tool{
    float: right;
    margin-right: 50px;
    font-family: 'Barlow Condensed','Noto Sans TC', sans-serif;
}
.top-tool a:hover{
	color: #EE780C;
}
.top-tool .share{
    float: right;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 32px;
}
.top-tool .share .btn_share{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: center top no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.top-tool .share .btn_share1{
    background-image: url(../images/btn_share03.png);
}
.top-tool .share .btn_share1:hover{
    background-image: url(../images/btn_share03_hover.png);
}
.top-tool .share .btn_share2{
    background-image: url(../images/btn_share02.png);
}
.top-tool .share .btn_share2:hover{
    background-image: url(../images/btn_share02_hover.png);
}
.top-tool .share .btn_share3{
	width: 98px;
    height: 33px;
    background-image: url(/images/btn_contact.svg);
    background-size: auto 32px;
}
.top-tool .share .btn_share3:hover{
    background-image: url(/images/btn_contact_hover.svg);
}
.top-tool .share .btn_share3_en{
	width: 100px;
    height: 33px;
    background-image: url(/images/btn_contact_en.svg);
    background-size: auto 32px;
}
.top-tool .share .btn_share3_en:hover{
    background-image: url(/images/btn_contact_en_hover.svg);
}

.top-tool .share .btn_member{
	width: 86px;
    height: 33px;
    background-image: url(/images/btn_login.svg);
    box-sizing: border-box;
}
.top-tool .share .btn_member:hover{
    background-image: url(/images/btn_login_hover.svg);
}
.top-tool .share .btn_member_en{
	width: 86px;
    height: 33px;
    background-image: url(/images/btn_login_en.svg);
}
.top-tool .share .btn_member_en:hover{
    background-image: url(/images/btn_login_en_hover.svg);
}
.top-tool .share .btn_member2{
	width: 110px;
    height: 33px;
    background-image: url(/images/btn_member.svg);
    box-sizing: border-box;
}
.top-tool .share .btn_member2:hover{
    background-image: url(/images/btn_member_hover.svg);
}
.top-tool .share .btn_member_en.btn_member2{
	width: 90px;
    height: 33px;
    background-image: url(/images/btn_member_en.svg);
    box-sizing: border-box;
}
.top-tool .share .btn_member_en.btn_member2n:hover{
    background-image: url(/images/btn_member_en_hover.svg);
}

.top-tool .share .btn_cart{
	width: 88px;
    height: 34px;
    background-image: url(/images/btn_cart.svg);
    color: #18334E;
    padding-left: 65px;
    box-sizing: border-box;
}
.top-tool .share .btn_cart:hover{
    background-image: url(/images/btn_cart.svg);
}
.cart-quantity{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 6px;
}


/*
header nav{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 160px;
	z-index: 10;
}
header nav:hover .nav_box{
	width: 800px;
	transition: all 0.8s ease-in-out;
}
*/
header #icon_nav{
	position: absolute;
	bottom: 35px;
	display: block;
	width: 49px;
	height: 136px;
	margin-left: 55px;
	display: inline-block;
	background: center center no-repeat;
	background-image: url(../images/btn-funding.jpg);
}
header #icon_nav:hover{
	background-image: url(../images/btn-funding-hover.jpg);
}
header #icon_nav.en{
	background-image: url(../images/btn-funding-en.jpg);
}
header #icon_nav.en:hover{
	background-image: url(../images/btn-funding-en-hover.jpg);
}
header #icon_nav .img{
	display: inline-block;
	width: 46px;
	height: 58px;
	background: center center no-repeat;
	background-image: url(../images/icon_nav4.png);
	animation: shakeauto 7s infinite;
}
header #icon_nav:hover .img{
	background-image: url(../images/icon_nav3.png);
	animation: shake 0.5s;
	animation-iteration-count: 2;
}


/*shake*/
@keyframes shakeauto {
  1%, 3%, 5%, 7% {
    transform: rotate(-2deg);
  }
  2%, 4%, 6%, 8% {
    transform: rotate(2deg);
  }
  10% {
    transform: rotate(0deg);
  }
}

@keyframes shake {
  10%, 90% {
    transform: rotate(-2deg);
  }
  20%, 80% {
    transform: rotate(2deg);
  }
  30%, 50%, 70% {
    transform: rotate(-2deg);
  }
  40%, 60% {
    transform: rotate(2deg);
  }
}
/*
header #icon_nav:hover{
	background-image: url(../images/icon_nav2.png);
    animation: shake 1s; 
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
*/

/*
header nav .nav_box{
	position: absolute;
	width: 0;
	left: 160px;
	top: 17px;
	overflow: hidden;
	transition: all 0.8s ease-in-out;
}
header nav ul{
	width: 800px;
	padding: 20px 0;
	background: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
}
header nav ul li{
	position: relative;
	display: inline-block;
}
header nav ul li a{
	display: inline-block;
	margin: 0 10px;
	line-height: 21px;
	color: #18334E;
	font-size: 21px;
	font-weight: 600;
}
header nav ul li:hover > a{

}
header nav ul li a:hover{
	color: #EE780C;
}
header nav ul li a.current{
	color: #EE780C;
}
*/
header .nav_mobile{
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	background: #15334f;
	display: none;
	margin: 0;
	padding: 30px;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 10;
}
header .nav_mobile ul{
	margin-top: 60px;
	padding: 0;
}
header .nav_mobile ul li{
	margin: 0;
	box-sizing: border-box;
	position: relative;
	display: block;
}
header .nav_mobile ul li a{
	width: 100%;
	margin: 13px auto;
	display: block;
	color: #FFF;
	font-size: 28px;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
}
header .btn_navCloss{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	color: #FFF;
	font-size: 22px;
	display: block;
	text-align: center;
	z-index: 1;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
}

.page_title{
	/*
	position: fixed;
	top: 100px;
	right: 60px;
	z-index: 10;
	*/
	color: #18334E;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0 30px;
}
.content .mask{
	position: absolute;
	bottom: 0;
	left: 0;
}


/*=[page]=========*/
#index{

}
#index nav{
    width: calc(100% - 160px);
    left: 160px;
}
#index .fullscreen_media{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
#index .fullscreen_media .btn_close{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
}
#index .btn_media{
    position: relative;
}
#index .btn_media:after{
    content: url('../images/btn_play.png');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    cursor: pointer;
}
#index .banner{
    position: relative;
    padding: 60px 25px 0 160px;
    box-sizing: border-box;
    overflow: hidden;
}
#index .banner #banner_owl{
	position: relative;
	width: 100%;
	height: 500px;
	margin: auto;
}
#index .banner #banner_owl .item{
    height: 500px;
    border-bottom: 25px #FFF solid;
    box-sizing: border-box;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
#index .banner #banner_owl .owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 40px);
	left: 0;
	right: 0;
	height: 2px;
	margin: auto;
	z-index: 20;
}
#index .banner #banner_owl .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
	opacity: 0.5;
}
#index .banner #banner_owl .owl-nav .owl-prev:hover{
	opacity: 1;
}
#index .banner #banner_owl .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
	opacity: 0.5;
}
#index .banner #banner_owl .owl-nav .owl-next:hover{
	opacity: 1;
}
#index .banner #banner_owl .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 60px;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}
#index .banner #banner_owl .owl-dot{
	display: inline-block;
}
#index .banner #banner_owl .owl-dot span{
	background: #d2d2d2;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
	/*border: 1px #999 solid;*/
	/*box-shadow: 2px 2px 10px #777;*/
}
#index .banner #banner_owl .owl-dot.active span{
	background: #EE780C;
}
#index .banner #banner_owl .owl-item .banner_title{
    position: absolute;
    font-size: 34px;
    line-height: 46px;
    width: 60%;
    height: 50px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -60px auto 0;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .5s ease-in;
}
#index .banner #banner_owl .owl-item .banner_title a{
    color: #FFF;
}
#index .banner #banner_owl .owl-item .banner_title a:hover{
	color: #EE780C;
}
#index .banner #banner_owl .owl-item.animate2 .banner_title { opacity: 1; visibility: visible; }

#index .banner #banner_owl .owl-item .link{
	display: block;
	width: 100%;
	height: 100%;
}

/*==page vision==*/
#about{

}
#about .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#about .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#about .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}
/*
#about .content .wrapper .item_share{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #18334E;
}
#about .content .wrapper .item_share img{
	width: 20px;
	margin-top: -4px;
	vertical-align: middle;
}
*/


#funding{

}
#funding .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#funding .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#funding .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}
#funding .content .tabs{
	margin-bottom: 40px;
}
#funding .content .tab{
	display: inline-block;
	border: 1px #EE780C solid;
	border-right: none;
	padding: 8px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #EE780C;
}
#funding .content .tab:last-child{
	border: 1px #EE780C solid;
}
#funding .content .tab.current{
	color: #FFF;
	background: #EE780C;
}


#result{

}
#result .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#result .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#result .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}


/*==page news==*/
#news{

}
#news .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#news .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#news .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}
#news .content .item{
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 25px;
}
#news .content .item .item_pic{
	width: 182px;
	float: left;
}
#news .content .item .item_info{
	margin-left: 220px;
}
#news .content .item .item_date{
	font-size: 12px;
	color: #89898A;
}
#news .content .item .item_title{
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #18334E;
	margin-bottom: 10px;
}
#news .content .item .item_title a{color: #18334E;}
#news .content .item .item_title a:hover{color: #EE780C}

#news .content .item .item_summary{
	font-size: 16px;
	color: #3F3B3A;
	line-height: 22px;
	margin-bottom: 10px;
}
#news .content .item .item_share{
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #18334E;
}
#news .content .item .item_share img{
	width: 20px;
	margin-top: -4px;
	vertical-align: middle;
}
.btn_share1{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/btn_share01.png) center center no-repeat;
	background-size: 20px 20px;
	vertical-align: middle;
}
.btn_share1:hover{
	background-image: url(../images/btn_share01_hover.png);
}
.btn_share2{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/btn_share02.png) center center no-repeat;
	background-size: 20px 20px;
	vertical-align: middle;
}
.btn_share2:hover{
	background-image: url(../images/btn_share02_hover.png);
}


/*==page partners==*/
#partners{

}
#partners .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#partners .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#partners .content .wrapper .inner{
	max-width: 620px;
	padding-bottom: 70px;
}
#partners .content .item{
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 25px;

}
#partners .content .item .item_pic{
	width: 182px;
	float: right;
}
#partners .content .item .item_info{
	margin-right: 260px;
}
#partners .content .item .item_title{
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #18334E;
}
#partners .content .item .item_summary{
	font-size: 16px;
	color: #3F3B3A;
	line-height: 26px;
	margin-top: 4px;
	margin-bottom: 10px;
}
#partners .content .item .item_link{
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #EE780C;
	text-decoration: underline;
}


/*==page contact==*/
#contact{

}
#contact .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 19px;
	line-height: 28px;
	color: #3F3B3A;
}
#contact .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#contact .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}
#contact .wrapper .inner .tt{
	font-size: 22px; font-weight: bold; margin-bottom: 40px; color: #18334E; line-height: 32px;
}
#contact .wrapper .inner img{
	width: 20px;
	vertical-align: middle;
}
#contact .wrapper .inner a{
	color: #EE780C;
	text-decoration: underline;
}

/*==page checkout==*/
#checkout{

}
#checkout .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	color: #3F3B3A;
	font-size: 19px;
	line-height: 28px;
}
#checkout .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#checkout .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}

/*==page login==*/
#login{

}
#login .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	color: #3F3B3A;
	font-size: 19px;
	line-height: 28px;
}
#login .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#login .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
	border-top: 1px #000 solid;
}


/*==page account==*/
#account{

}
#account .content{
	font-family: 'Source Serif Pro', 'Noto Sans TC', serif;
	position: relative;
	padding: 0 0 0 230px;
	box-sizing: border-box;
	overflow: hidden;
	color: #3F3B3A;
	font-size: 19px;
	line-height: 28px;
}
#account .content .wrapper{
	padding: 150px 25px 0 0;
	overflow-y: scroll;
}
#account .content .wrapper .inner{
	max-width: 600px;
	padding-bottom: 70px;
}



/*=[footer]=========*/
.social-icon{
	height: 35px;
}
.social-icon a{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background: center center no-repeat;
	background-size: 100% auto;
	line-height: 35px;
}
.social-icon a.icon-ig{
	background-image: url(/images/btn_share03.svg);
}
.social-icon a.icon-ig:hover{
	background-image: url(/images/btn_share03_hover.svg);
}
.social-icon a.icon-fb{
	background-image: url(/images/btn_share02.svg);
}
.social-icon a.icon-fb:hover{
	background-image: url(/images/btn_share02_hover.svg);
}
.social-icon a.icon-yt{
	background-image: url(/images/btn_youtube.svg);
}
.social-icon a.icon-yt:hover{
	background-image: url(/images/btn_youtube_hover.svg);
}
.copyright{
	font-size: 12px;
	padding-bottom: 80px;
}
.copyright .link-wrap{
	display: inline-block;
	margin-left: 60px;
}
.copyright a.link1{
	display: inline-block;
	padding: 0 5px;
}
.copyright a.link1:hover{
	color: #EE780C;
}
footer{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 70px;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	z-index: 10;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
}
footer .lang{
	float: right;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	margin: 20px 20px 0 0;
}
footer .lang .current{
	color: #EE780C!important;
}
footer .share{
	float: right;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 0;
	line-height: 32px;
}
footer .share .btn_share{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: center center no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}
footer .share .btn_share1{
	background-image: url(../images/btn_share03.png);
}
footer .share .btn_share1:hover{
	background-image: url(../images/btn_share03_hover.png);
}
footer .share .btn_share2{
	background-image: url(../images/btn_share02.png);
}
footer .share .btn_share2:hover{
	background-image: url(../images/btn_share02_hover.png);
}
footer .mobile_tool{
	display: none;
}
footer .mobile_tool .item{
	position: relative;
	color: #FFF;
	display: inline-block;
	width: 18%;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	padding: 25px 0;
	border-right: 1px #FFF solid;
	vertical-align: top;
	font-size: 24px;
}
footer .mobile_tool .item.current{
	color: #EE780C!important;
}
footer .mobile_tool .item2{
	color: #FFF;
	display: inline-block;
	width: 28%;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
	border-right: 1px #FFF solid;
	font-size: 28px;
	font-weight: bold;
	vertical-align: top;
}
footer .mobile_tool .item.last{
	border-right: none;
}
footer .mobile_tool .btn_share1{
	background: center center no-repeat;
	background-image: url(../images/btn-footer-login.svg);
	background-size: 24px auto;
}
footer .mobile_tool .btn_share1-2{
	background: center center no-repeat;
	background-image: url(../images/btn-footer-login2.svg);
	background-size: 20px auto;
}
footer .mobile_tool .btn_share2{
	background: center center no-repeat;
	background-image: url(../images/btn-footer-cart.svg);
	background-size: 24px auto;
}
.cart-quantity-m{
	position: absolute;
	top: 10px;
	right: 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #EE780D;
	color: #FFF;
	z-index: 1;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 2px;
}


/*=[breadcrumb]=========*/
.breadcrumb{
	font-size: 14px;
	padding: 20px 0 5px;
	margin-bottom: 60px;
	border-bottom: 1px #AFAFAF solid;
}
.breadcrumb a.current{

}

/*=[pagination]=========*/
.pagination{
	text-align: center;
	margin: 60px auto;
}
.pagination a{
	display: inline-block;
	width: 24px;
	text-align: center;
	color: #999;
	font-size: 15px;
}
.pagination a.current{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

/*=[deco]=========*/
.wrapper.deco{
	background: url(../images/footer_pic.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-top: 10%;
}

#scrollup{
	position: fixed;
	right: 20px;
    bottom: 20px;
	z-index:20;
	display: none;
	width:93px;
	height:102px;
	background: url(../images/totop.jpg) center center no-repeat;
	cursor:pointer;
}


/*=[common]=========*/
input, textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px #CCC solid;
	resize: none;
}
input[type=radio], input[type=checkbox]{
	width: initial;
	margin-bottom: 0;
	vertical-align: baseline;
	line-height: 18px;
	padding: 10px;
	border-radius: 50%;
}
input[type=submit], input[type=reset]{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select{
	min-width: 120px;
	padding: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/images/arrow-down-2.png) right 10px center no-repeat;
	border: 1px #EE780C solid;
	font-size: 16px;
	color: #EE780C;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #aaa;
}
::-ms-input-placeholder { /* Microsoft Edge */
     color: #aaa;
}


.clear{clear: both;}
.center{text-align: center;}
.right{text-align: right;}
.fleft{float: left;}
.fright{float: right;}
.mobile{display: none !important;}
.mobile_800{display: none !important;}

.w100{width: 100px;}
.w200{width: 200px;}
.w300{width: 300px;}
.w400{width: 400px;}

.color1{color: #1885B5;}

.pages{margin: 20px 0;}
.pages a{
	display: inline-block;
	margin: 5px;
	font-size: 16px;
}
.pages a.current{
	color: #EE780C;
}

.btn-form{
	appearance: none;
	font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	display: inline-block;
	width: 100%;
	height: 50px;
	max-width: 360px;
	padding: 10px 0;
	box-sizing: border-box;
	border: none;
	border-radius: 12px;
	text-align: center;
	font-size: 20px;
	font-weight: 600px!important;
	color: #FFF;
	cursor: pointer;
}
.btn-form1{
	background: #EE780D; 
}
.btn-form2{
	background: #17344E; 
}
.btn-form2:hover{
	background: #EE780D;
}
.btn-form3{
	border: 2px #17344E solid;
	padding: 6px 0;
	color: #17344E;
	background: #FFF;
}
.btn-form3:hover{
	color: #FFF;
	background: #17344E;
}
.btn-form4{
	background: #4F71B5; 
}
.btn-form5{
	background: #727171; 
}
.btn-form5:hover{
	background: #EE780D; 
}
.btn-form6{
	max-width: 180px;
	border: 2px #17344E solid;
	color: #17344E;
	background: #FFF;
}
.btn-form6:hover{
	color: #FFF;
	background: #17344E;
}
.btn-form7{
	margin-top: 10px;
	background: #DB4437; 
}

a.btn_more, a.btn_back{
	display: inline-block;
	width: 124px;
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 12px;
	text-align: center;
	color: #FFF;
	background: #C1272D; 
	font-size: 18px;
}

.line{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #DDD solid;
}

.rwd-table {
	width: 100%;

	border-collapse: collapse;
	margin: 20px 0;
	line-height: 26px;

}
.rwd-table th{
	color: #67542c;
	border-bottom: 2px #67542c solid;
	padding: 10px;
	font-weight: bold;
}
.rwd-table td{
	border-bottom: 1px #999 solid;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
/*.rwd-table td:first-child{text-align: left;}*/
.rwd-table td:before {display: none;}

.rwd-table a:hover{
	color: #0d30a6;
}

.mobile_display{ display: none;}

.table_funding{
	
}

.cover{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);
	z-index: 999;
	display: none;
}
.cover2{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);
	z-index: 999;
}
.alert-box{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 90%;
	max-width: 580px;
	margin: auto;
	padding: 20px;
	background: #FFF;
	border: 1px #000 solid;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.alert-box.show{
	display: block;
}
.alert-box2{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 90%;
	max-width: 580px;
	margin: auto;
	padding: 20px;
	background: #FFF;
	border: 1px #000 solid;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.alert-box2.show{
	display: block;
}
.alert-close{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.alert-title{
	font-size: 24px;
	font-size: 600;
	margin-top: 20px;
}
.alert-txt{
	padding: 20px 0;
	font-size: 16px;
	line-height: 26px;
}
.alert-box input{
	max-width: 360px;
}

@media screen and (max-width: 880px) {
	
}

@media screen and (max-width: 780px) {
	.desktop{display: none!important;}
	.mobile_block{display: block!important;}
	header{
		position: relative;
		top: 0;
		left: 0;
		width: calc(100% - 80px);
		height: initial;
		text-align: center;
		padding: 15px 0;
		margin: auto;
		border-bottom: 1px #999 solid;
	}
	header #logo{
		display: none;
	}
	header #logo_mobile{
		display: block;
		width: 530px;
		margin: 15px auto;
	}
	header #icon_nav, nav{
		display: none;
	}
	header .nav_mobile .nav-logo{
		width: 530px;
		display: inline-block;
	}
	header .nav_mobile ul li a{
		margin: 20px auto;
		font-size: 50px;
		font-weight: bold;
	}
	header .btn_navCloss{
		bottom: 40px;
		font-size: 30px;
	}
	header .btn_project{
		display: inline-block;
		padding: 15px 25px;
		margin-top: 10px;
		border: 2px #FFF solid;
		font-size: 20px;
		color: #FFF;
		font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif;
	}
	
	#index header{
		border-bottom: none;
	}
	#index .banner{
		position: relative;
		height: calc(100vh - 120px);
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	#index .banner #banner_owl{
		position: relative;
		width: 100%;
		height: calc(100vh - 120px);
		margin: auto;
	}
	#index .banner #banner_owl .item{
		height: calc(100vh - 120px);
		box-sizing: border-box;
		background: center center no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	#index .banner #banner_owl .owl-item .banner_title{
		position: absolute;
		font-size: 20px;
		line-height: 26px;
		left: 0;
		bottom: 10px;
		box-sizing: border-box;
		opacity: 0;
		transition: opacity .5s ease-in;
		padding: 20px;
		height: 60px;
	}
	#index .banner #banner_owl .owl-dots{
		bottom: 10%;
	}
	.page_title{
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
		padding: 20px 0;
		font-size: 42px;
	}

	#about .content{
		padding: 15px;
	}
	#about .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#about .content .wrapper .inner{
		margin: auto;
	}

	#funding .content{
		padding: 15px;
	}
	#funding .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#funding .content .wrapper .inner{
		max-width: 600px;
		padding-bottom: 70px;
		margin: auto;
	}

	#news .content{
		padding: 15px;
	}
	#news .content .wrapper{
		padding: 0;
	}
	#news .content .wrapper .inner{
		margin: auto;
	}
	#news .content .item .item_date{
		font-size: 13px;
		color: #89898A;
	}
	#news .content .item .item_pic{
		width: 50%;
		float: none;
		display: block;
		margin: 20px auto;
	}
	#news .content .item .item_summary{
		font-size: 18px;
		line-height: 26px;
	}
	#news .content .item .item_info{
		margin-left: 0;
		text-align: center;
	}
	#news .content .item .item_share{
		font-size: 20px;
		line-height: 20px;
	}
	.btn_share1{
		display: inline-block;
		width: 26px;
		height: 26px;
		background: url(../images/btn_share01.png) center center no-repeat;
		background-size: 26px 26px;
		vertical-align: middle;
	}
	.btn_share1:hover{
		background-image: url(../images/btn_share01_hover.png);
	}
	.btn_share2{
		display: inline-block;
		width: 26px;
		height: 26px;
		background: url(../images/btn_share02.png) center center no-repeat;
		background-size: 26px 26px;
		vertical-align: middle;
	}
	.btn_share2:hover{
		background-image: url(../images/btn_share02_hover.png);
	}
	#news .content .content_date{
		display: inline-block;
		margin: 20px 0 0;
	}

	#partners .content{
		padding: 15px;
	}
	#partners .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#partners .content .item .item_pic{
		width: 50%;
		float: none;
		display: block;
		margin: 20px auto;
	}
	#partners .content .item .item_info{
		margin-right: 0;
		text-align: center;
	}
	#partners .content .wrapper .inner{
		margin: auto;
	}
	#partners .content .item .item_summary{
		font-size: 18px;
		line-height: 26px;
	}
	#partners .content .item .item_link{
		font-size: 18px;
	}

	#contact .content{
		padding: 15px;
	}
	#contact .content .wrapper{
		padding: 0;
		overflow-y: scroll;
		text-align: center;
	}
	#contact .content .wrapper .inner{
		margin: auto;
	}

	#result .content{
		padding: 15px;
	}
	#result .content .wrapper{
		padding: 0;
	}
	#result .content .wrapper .inner{
		margin: auto;
	}
	#contact .wrapper .inner .tt{
		font-size: 26px; font-weight: bold; margin-bottom: 40px; color: #18334E; line-height: 40px;
	}
	#contact .wrapper .inner .no_link a{
		text-decoration: none;
		color: #231815;
	}

	#login .content{
		padding: 15px;
	}
	#login .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#login .content .wrapper .inner{
		margin: auto;
	}

	#checkout .content{
		padding: 15px;
	}
	#checkout .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#checkout .content .wrapper .inner{
		margin: auto;
	}

	#account .content{
		padding: 15px;
	}
	#account .content .wrapper{
		padding: 0;
		overflow-y: scroll;
	}
	#account .content .wrapper .inner{
		margin: auto;
	}

	footer{
		bottom: 0;
		right: 0;
		width: 100%;
		height: initial;
		padding: 0;
		background: #15334f;
	}
	footer .mobile_tool{
		display: block;
	}
	footer .lang, footer .share{
		display: none;
	}
	.copyright .link-wrap{
		margin-left: -5px;
	}

	input, textarea{
		padding: 10px;
	}
	input[type=submit]{
		display: block;
		margin:  5px auto;
	}
	.btn-form{
		display: block;
		margin:  5px auto;
	}
	.btn-form6{
		display: inline-block;
		margin:  5px auto;
		max-width: 140px;
	}

}

@media screen and (max-width: 760px) {
	header{
		width: 100%;
	}
	header #logo_mobile{
		width: 90%;
		margin: auto;
	}
	header .nav_mobile ul{
		margin-top: 40px;
	}
	header .nav_mobile ul li a{
		margin: 12px auto;
		font-size: 26px;
	}
	header .btn_navCloss{
		bottom: 20px;
		font-size: 22px;
	}
	#index .banner{

	}
	#index .banner #banner_owl{

	}
	#index .banner #banner_owl .item{

	}
	#index .banner #banner_owl .owl-item .banner_title{
		font-size: 16px;
		padding: 10px;
	}
	.page_title{
		font-size: 36px;
		padding: 20px 0;
	}
	#news .content .item .item_pic{
		width: 70%;
	}
	#partners .content .item .item_pic{
		width: 70%;
	}
	#contact .wrapper .inner .tt{
		font-size: 20px; line-height: 32px;
	}
	#contact .wrapper .inner .tt2{
		font-size: 20px;
	}
	#contact .wrapper .inner .l1{
		line-height: 30px;
	}
	#contact .wrapper .inner .no_link a{
		text-decoration: none;
		color: #231815;
	}
	#funding .content .tabs{
		text-align: left;
	}
	#funding .content .tab{
		border: 1px #EE780C solid;
		padding: 8px 18px;
		margin: 5px;
	}


	footer .mobile_tool .item{
		height: 50px;
		padding: 15px 0;
		font-size: 16px;
	}
	footer .mobile_tool .item2{
		height: 50px;
		padding: 15px 0;
		font-size: 20px;
	}
	footer .mobile_tool .btn_share1{
		background-size: 20px auto;
	}
	footer .mobile_tool .btn_share2{
		background-size: 20px auto;
	}
}

@media screen and (max-width: 640px) {
	.rwd-table th {display: none;}
	.rwd-table td {display: block;}
	.rwd-table th, .rwd-table td {text-align: left; padding: 10px;}
	.rwd-table td:first-child {padding-top: 20px; font-size: 18px; font-weight: bold;}
	.rwd-table td:last-child {padding-bottom: 20px;}
	.rwd-table td:before {
		content: attr(data-th) ":";
		font-weight: bold;
		width: 80px;
		display: inline-block;
		color: #67542c;
	}
	.rwd-table td:first-child:before {
		content: "";
		width: 0;
	}
	.rwd-table td.empty{
		display: none;
	}
	#contact .wrapper .inner .tt2{
		font-size: 16px;
	}
	#contact .wrapper .inner .no_link a{
		text-decoration: none;
		color: #231815;
	}
}