@charset "UTF-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face
{
font-family: din;
src: url(DINPro-Medium.ttf);
}


* {
	font-family: "Noto Sans TC", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	-webkit-text-size-adjust:none;
	color:#333;
	line-height:1.8em;
	min-width:1200px;
	font-size:16px;
	letter-spacing:0.05em;
	background-color:#666;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
::-moz-selection { color: #FFF; background-color: #000; }
::selection { color: #FFF; background-color: #000; }

/*PAGE*/
.header {
	height:360px;
	background-size:cover;
	background-position:center;
}
.header-intter {
	height:360px;
	background-image:url(../img/line-bkg.png);
	background-size:cover;
}
.top-bar {
	width:100%;
	height:200px;
	background-color:rgba(255,255,255,0.9);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
	position: absolute;
	top:0;
	min-width:1200px;
}
.top-content {
	width:100%;
	height:200px;
	position: relative;
	top:0;
}
.language {
	font-size:14px;
	font-family: din;
	width:50px;
	height:20px;
	line-height:20px;
	padding-right:20px;
	padding-top:10px;
	text-align:right;
	width:100%;
}
h1.yita {
	position:absolute;
	display:block;
	width:323px;
	height:87px;
	left:40px;
	top:35px;
}
h1.yita a {
	display:block;
	width:323px;
	height:87px;
	background-image:url(../img/page-logo.png);
	background-size:323px auto;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
h1.yita a:hover {
	opacity:0.6;
}
ul.nav {
	height:40px;
	position:absolute;
	top:50px;
	right:20px;
	text-align:right;
}
ul.nav li {
	height:40px;
	line-height:40px;
	text-align:right;
	display:inline-block;
	margin-left:40px;
}
ul.nav li a {
	display:block;
	color:rgba(0,0,0,0.6);
}
ul.nav li a:hover {
	color:rgba(0,0,0,1);
}
.header-intter h3 {
	text-align:center;
	color:#FFF;
	font-family:din;
	font-size:55px;
	letter-spacing:0em;
	margin-top:35px;
}
.header-intter h2 {
	text-align:center;
	color:#FFF;
	font-size:20px;
	font-weight:500;
	margin-top:10px;
}
/*MAIN*/
.main {
	padding-top:80px;
	padding-bottom:120px;
	background-color:#FFF;
}
.content {
	width:930px;
	margin:0 auto;
	overflow:hidden;
	height:auto;
}
.content h1.about {
	color:#666;
	display:block;
	width:150px;
	font-size:24px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: 5px solid #666;
	padding-bottom:5px;
	margin-bottom:30px;
}
.content p {
	margin-top:20px;
	font-weight:300;
	text-align:justify;
}
.content p b {
	font-weight:600;
	color:#000;
}
.content img {
	margin-top:40px;
	margin-bottom:40px;
	max-width:100%;
	height:auto;
}
/*footer*/
.footer {
	height:50px;
	background-color:#666;
	color:#FFF;
}
.footer p {
	padding-left:20px;
	line-height:50px;
	font-size:12px;
	font-family:din;
}

a.to-top {
	width:30px;
	height:60px;
	background-image:url(../img/top.png);
	background-size: 22px auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#666;
	display:block;
	text-indent:-9999px;
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom:50px;
}
a.to-top:hover {
	opacity:0.8;
}

/* #nav_switch */

#nav_switch{
	display: none;
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 40px;
	z-index:99999;
}
#nav_switch .bar{
	width: 35px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	margin:auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav_switch .bar.bar01{
	top: 6px;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	background-color:#666;
}
#nav_switch .bar.bar02{
	top: 18px;
	background-color:#666;
}
#nav_switch .bar.bar03{
	top: 30px;
	-webkit-transform-origin: 30% 50%;
	-moz-transform-origin: 30% 50%;
	-o-transform-origin: 30% 50%;
	-ms-transform-origin: 30% 50%;
	transform-origin: 30% 50%;
	background-color:#666;
}

#nav_switch.active .bar.bar01{
	left: 10px;
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:rgba(255,0,0,1);
}
#nav_switch.active .bar.bar02{
	display: none;
}
#nav_switch.active .bar.bar03{
	left: 4px;
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:rgba(0,0,255,1);
}

/*pantent*/
 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 111 css*/
        .jssort111 .p {position:absolute;top:0;left:0;width:200px;height:100px;background-color:#000;}
        .jssort111 .p img {position:absolute;top:0;left:0;width:100%;height:100%;}
        .jssort111 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.45;}
        .jssort111 .p:hover .t{opacity:.8;}
        .jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t{opacity:1;}
        .jssort111 .ti {position:absolute;bottom:0px;left:0px;width:100%;height:28px;line-height:28px;text-align:center;font-size:12px;color:#fff;background-color:rgba(0,0,0,.3)}
        .jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti{color:#000;background-color:rgba(255,255,255,.6);}

		p.slide-text { position:absolute; bottom:0px; width:100%; background-color:rgba(0,0,0,0.6); color:#FFF; height:40px; line-height:40px; padding-left:10px; padding-right:10px; }

/*CONTACT*/

.contact-form {
	float:left;
	width:520px;
}
.contact-form table {
	width:100%;
}
.contact-form th {
	color:#666;
	font-weight:500;
	width:90px;
	vertical-align:top;
	padding-top:10px;
}
.contact-form td {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.text-bar {
	width:100%;
	height:30px;
	border:#999 1px solid;
	line-height:30px;
	color:#666;
	padding:5px;
}
.text-bar-2{
	width:100%;
	border:#999 1px solid;
	line-height:30px;
	color:#666;
	padding:5px;
}
.send-btn {
	margin-top:20px;
	margin-left:90px;
	width:220px;
	height:40px;
	background-color:#666;
	color:#FFF;
	font-size:18px;
	font-weight:500;
	border:#666 solid 1px;
	cursor:pointer;
}
.send-btn:hover {
	background-color:#999;
	border:#999 solid 1px;
}
.info {
	float:right;
	margin-left:20px;
}
.info h3 {
	color:#666;
	font-size:24px;
	margin-bottom:10px;
}
.info p {
	margin-top:0px;
	color:#333;
}
#yita-map {
	width:100%;
	height:520px;
	clear:both;
}

/*FOR MOBILE*/
@media screen and (max-width: 767px) {
		* {
			box-sizing:border-box;
			-webkit-box-sizing: border-box;
		}
		html,body {
			min-width:100%;
		}
		#nav_switch{
			display:block;
		}
		/*PAGE*/
		.header {
			height:180px;
			position:relative;
		}
		.header-intter {
			height:180px;
			background-size:250%;
			position:relative;
			padding-top:95px;
		}
		.top-bar {
			display:none;
		}
		.top-content {
			height:60px;
			background-color:rgba(255,255,255,0.9);
			position:fixed;
			-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
			-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
			box-shadow:0px 1px 3px rgba(0,0,0,0.5);
		}
		.language {
			font-size:14px;
			font-family: din;
			width:100%;
			height:30px;
			line-height:30px;
			padding-right:0px;
			padding-top:0px;
			text-align: center;
			width:100%;
			top:260px;
			position:absolute;
			background-color:#666;
			color:#FFF;
			display:none;
		}
		.language a {
			color:#FFF;
			display:block;
		}
		h1.yita {
			width:223px;
			height:40px;
			left:10px;
			top:10px;
		}
		h1.yita a {
			width:223px;
			height:40px;
			background-image:url(../img/page-mobile-logo.png);
			background-size:223px auto;
		}
		h1.yita a:hover {
			opacity:0.6;
		}
		ul.nav {
			display:none;
			height:auto;
			position:absolute;
			top:60px;
			right:0px;
			width:100%;
			text-align:center;
			background-color:rgba(255,255,255,0.9);
			border-top:1px solid #666;
		}
		ul.nav li {
			height:40px;
			line-height:40px;
			text-align: center;
			display:block;
			margin-left:0px;
			border-bottom:1px solid #666;
		}
		ul.nav li a {
			display:block;
			color:rgba(0,0,0,1);
		}
		ul.nav li a:hover {
			color:rgba(0,0,0,0.6);
		}
		.header-intter h3 {
			display:block;
			font-size:36px;
			letter-spacing:0em;
			margin-top:0px;

		}
		.header-intter h2 {
			font-size:18px;
			margin-top:0px;
		}
		/*MAIN*/
		.main {
			padding-top:20px;
			padding-bottom:40px;
		}
		.content {
			width:100%;
			padding:20px;
		}
		.content h1.about {
			color:#666;
			display:block;
			width:150px;
			font-size:24px;
			font-weight:600;
			margin-left:auto;
			margin-right:auto;
			text-align:center;
			border-bottom: 5px solid #666;
			padding-bottom:5px;
			margin-bottom:15px;
		}
		.content p {
			margin-top:10px;
			font-weight:300;
			text-align:justify;
		}
		.content p b {
			font-weight:600;
			color:#000;
		}
		.content img {
			margin-top:20px;
			margin-bottom:20px;
			max-width:100%;
			height:auto;
		}
		/*footer*/
		.footer p {
			font-size:10px;
		}
		a.to-top {
			width:40px;
			height:50px;
			margin-bottom:50px;
		}

		/*CONTACT*/

		.contact-form {
			float:none;
			width:100%;
		}
		.contact-form th {
			color:#666;
			font-weight:500;
			width:90px;
			vertical-align:top;
			padding-top:10px;
		}
		.send-btn {
			margin-top:10px;
			margin-left:0px;
			width:100%;
			height:40px;
		}
		.info {
			float:none;
			margin-left:0px;
			margin-top:20px;
		}
		#yita-map {
			height:380px;
		}
}

h1.aboutKey {
	display:inline;
	font-size:18px;
}
