@charset"utf-8";

.reset{
margin:0;
padding:0;
list-style:none;
border:0;
border-spacing:0;
border-collapse:collapse
}

.reset input,.reset label,.reset select{
vertical-align:middle
}

.rwd-img{
width:100%
}

li.css a {
  border-radius: 0;
}

#nav-icon{
	display:none;
	position:absolute;
	top:8px;
	left:10px;
	width:50px;
	height:50px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	z-index:21
}

#nav-icon span{
	display:block;
	position:absolute;
	left:13px;
	width:24px;
	height:2px;
	background-color:#444;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	z-index:3
}

#nav-icon span:nth-child(1){
	top:16px
}

#nav-icon span:nth-child(2){
	top:24px
}

#nav-icon span:nth-child(3){
	top:32px
}

#nav-icon.open span:nth-child(1){
	opacity:0
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(3){
	top:24px;
	width:24px
}

#nav-icon.open span:nth-child(2){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

#nav-icon.open span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

@media only screen and (max-width:640px){
	#nav-icon{display:block}
}

.gotop{
	opacity:0;
	position:fixed;
	z-index:5;
	z-index:100;
	right:60px;
	bottom:40px;
	cursor:pointer;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.gotop.view{
	opacity:1
}

.full-wrap{
	position:relative;
	width:100%;
	overflow-x:hidden
}

.g-container.view{
	padding-top:100px
}

.page-wrap{
	margin:0 auto;
	padding:0 20px;
	max-width:1440px
}

.page-subject{
	margin:0;
	padding:20px 0;
	position:relative;
	display:inline-block;
	color:#222;
	font-weight:normal;
	line-height:100%;
	font-family:'Oswald';
	font-size:50px
}

.page-subject:first-letter{
	color:#d72630;
	font-size:60px;
	vertical-align:middle;
	line-height:80px
}

.page-subject:before{
	pointer-events:none;
	content:"";
	position:absolute;
	bottom:35px;
	left:32px;
	width:calc(100% - 32px);
	height:3px;
	background-color:#d72630
}


#header{
	position:relative;
	font-size:0
}

#header:before{pointer-events:none;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background-color:#e3e3e3;
}

#header .logo{position:relative;
	z-index:10;
	display:inline-block;
	margin:24px 0 24px 60px;
	width:316px;
	height:52px;
	vertical-align:middle
}

#header.view{
	position:fixed;
	z-index:99;
	top:-100px;
	left:0;
	min-height:100px;
	width:100%;
	background-color:#fff;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}

#header.scroll{top:0}
#header.view #nav li a{color:#222}
#header.view #nav li.current a,#header.view #nav li:hover a{color:#f53c46}
#header.view .lang-box .txt{color:#222}
#header.view .lang-box .icon{background-image:url("../images/icon_earth2.png")}
#header.view .lang-box .txt:before{background-color:#222}
#header.view .lang-box .list a,#header.view #nav .lang-box .list a{color:#fff}
#header.view .lang-box:hover .txt,#header.view .lang-box a:hover,#header.view #nav .lang-box .list a:hover{color:#f53c46}
#header.view .lang-box:hover .txt:before{background-color:#f53c46}
#header.view .lang-box:hover .icon{background-image:url("../images/icon_earth3.png")}

@media only screen and (max-width:1024px){#header .logo{margin:10px 0 10px 10px}
	#header.view{min-height:66px}
	#header.view #nav{top:7px}
}

@media only screen and (max-width:640px){
	#header{
		min-height:66px;
		background-color:#fff
	}

	#header .logo{position:absolute;
		top:5px;
		left:50%;
		margin:0 0 0 -130px;
		width:300px;
		height:36px
	}
	#header.view{min-height:66px}
	#header.view
	#nav{top:66px}
}

#nav{
	position:absolute;
	z-index:9;
	top:8px;
	left:0;
	padding-bottom:10px;
	width:100%;
	display:inline-block;
	padding-right:30px;
	text-align:right;
	font-size:0
}

#nav li{
	display:inline-block;
	margin:0 32px;
	color:#222;
	font-size:18px;
	font-weight:100;
	vertical-align:middle
}

#nav li a{
	position:relative;
	display:block;
	padding:30px 0 37px;
	color:#222

}
#nav li a:before,#nav li a:after{
	opacity:0;
	pointer-events:none;
	content:"";
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	background-color:#f53c46;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav li a:before{
	width:100%;
	height:3px
}

#nav li a:after{
	left:50%;
	width:1px;
	height:10px;
	bottom:13px
}
#nav li:hover a{color:#f53c46}
#nav li:hover a:before,#nav li:hover a:after{opacity:0}
#nav li:hover .sub-nav{
	pointer-events:auto;
	opacity:1
}
#nav li:last-child{margin-top:0px}

.lang-box{
	padding:10px 0;
	position:relative;
	font-size:0;
	cursor:pointer}
	.lang-box .list{pointer-events:none;
	opacity:0;
	position:absolute;
	top:40px;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:70px;
	background-color:#333;
	border:1px solid #555;
	border-bottom:none;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav .lang-box .list a,.lang-box .list a{
	display:block;
	margin:0;
	padding:8px 0;
	color:#fff;
	font-size:15px;
	text-align:center;
	/*border-bottom:1px solid #555*/
}
.lang-box .icon{
	display:inline-block;
	margin-right:5px;
	width:22px;
	height:22px;
	background:url("../images/icon_earth2.png");
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	vertical-align:middle
}

.lang-box .txt{
	display:inline-block;
	position:relative;
	font-size:15px;
	vertical-align:middle
}

.lang-box .txt:before{
	pointer-events:none;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background-color:#222
}

.lang-box:hover .txt{color:#f53c46}
.lang-box:hover .txt:before{background-color:#f53c46}
.lang-box:hover .list,.lang-box .main:hover{
	pointer-events:auto;
	opacity:1
}

.lang-box:hover .icon{background-image:url("../images/icon_earth3.png")}
#nav .lang-box .list a:hover,.lang-box .list a:hover{color:#f53c46}
#nav .sub-nav{
	pointer-events:none;
	opacity:0;
	position:absolute;
	top:91px;
	left:0;
	padding:40px 0 30px;
	width:100%;
	font-size:0;
	text-align:center;
	background:url("../images/sub_bg.png");
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav .sub-nav li{
	display:inline-block;
	margin:0;
	padding:0 10px;
	width:calc(100% / 5);
	vertical-align:top
}

#nav .sub-nav li:last-child{margin:0}
#nav .sub-nav a{
	display:inline-block;
	vertical-align:middle
}

#nav .sub-nav a:before,#nav .sub-nav a:after{
	display:none;
	opacity:0
}

#nav .sub-nav a .title{
	display:inline-block;
	padding-top:20px;
	font-family:'Oswald';
	color:#fff;
	font-size:20px;
	font-weight:100
}

#nav .sub-nav a:hover{opacity:.85}
#nav .sub-nav a:hover .title{color:#f53c46}
#nav li.current a{color:#f53c46}
#nav li.current a:after,#nav li.current a:before,#header.view #nav li.current a:after{opacity:1}
#header .lang-box a:before,#header .lang-box a:after{display:none}
.lang-box.mobile{display:none}

@media only screen and (max-width:1440px){#nav .sub-nav{padding:10px 0 5px}
	#nav .sub-nav a .title{
	font-size:18px;
	padding-top:10px
	}
}
@media only screen and (max-width:1024px){
	#nav{
	top:6px;
	padding-right:20px
	}

	#nav li{margin:0 20px}
	#nav li a{
	padding-bottom:17px;
	padding-top:24px
	}

	#nav li:last-child{margin-top:0px}
	#nav li a:after{
		height:10px;
		bottom:0px
	}

	#nav li:hover .sub-nav{top:66px}
	#nav .sub-nav a .title{line-height:22px}
}

@media only screen and (max-width:640px){
	#nav{
		pointer-events:none;
		opacity:0;
		top:66px;
		left:0;
		margin:0;
		padding:0;
		text-align:left;
		background:#FFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-ms-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out
	}

	#index #header.view #nav{top:66px}
	#nav.open{
		pointer-events:auto;
		opacity:1
	}

	#nav li{
		display:block;
		margin:0;
		padding:0;
		width:100%;
		/*border-bottom:1px solid #eee*/
	}

	#nav li a{
		padding:15px 20px;
		color:#222
	}

	#nav li a:after{display:none}
	#nav li:last-child{
		margin:0;
		border-bottom:none
	}

	#nav li .lang-box{display:none}
	.lang-box.mobile{display:block}
	.lang-box{
		position:absolute;
		z-index:101;
		top:10px;
		right:20px
	}

	#nav .sub-nav,#nav li:hover .sub-nav{
		display:none;
		pointer-events:auto;
		margin:0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		opacity:1;
		padding:0
	}

	#nav .sub-nav.open,#nav li:hover .sub-nav.open{display:block}
	#nav .sub-nav li{
		display:block;
		margin:0;
		padding:0;
		width:100%;
		text-align:left;
		border-bottom:1px solid #777
	}

	#nav .sub-nav li a img{display:none}
	#nav .sub-nav li a{padding:8px 0}
	#nav .sub-nav a .title{
		font-family:'Poppins';
		font-size:16px
	}

}

.btn-box .btn-style{
	display:inline-block;
	padding:0 35px;
	color:#fff;
	font-weight:lighter;
	line-height:44px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:none
}

.btn-box .btn-style.no-radio{
	-webkit-border-radius:0;
	border-radius:0
}

.btn-box .btn-style:focus{outline:none}
.btn-box .btn-style.gray{background-color:#626262}
.btn-box .btn-style.red{background-color:#d72630}
.btn-box .btn-style.d-red{background-color:#b53138}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/webfonts/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  background: #ffffff;
  border: 9px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 0;
    right: 10px;
  }
}

/* 自訂1-先預設是隱藏*/
.hide-in-phone{display:none}

/* 自訂2-若寬度大於480px就顯示*/
@media only screen and (min-width:480px){
	.hide-in-phone { display: block; }
	}
