﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: url(../image/bg.jpg);
}

h1 , h2 , h3 , h4 , h5 , h6{
	font-family: "新細明體";
	font-weight: lighter;
	color: #666;
}
@media screen and (max-width: 899px) {
	
/*--- main ---*/

#main {
	padding-bottom: 150px;
}

/*----- 菜單 -----*/
header {
	width: 150px;
	height: auto;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0 30px;
	position: fixed;
	z-index: 9999;
}

nav #logo {
	margin: 0 0 20px 0;
}

nav > ul {
	display: none;
	list-style-type: none;
}

nav > ul > li {
	color: #FFC34B;
	background: #AB545A;
	padding: 0 0 0 10px;
}

nav > ul > li a {
	color: #FFF;
	padding: 0 0 0 10px;
}

nav > ul > li a:hover {
	color: #FFF;
	background: #7A8A70;
	padding: 0 0 0 10px;
}

button{
	display: block;
	position:absolute;
	background-color:transparent;
	border:none;
	cursor:pointer;
}

/*-----/
header nav li {
	width: 100px;
	list-style: none;
}

nav > ul > li > a {
	display: block;
	color: #000;
	line-height: 40px;
	text: align;
	text-decoration: none;
	font-family: "微軟正黑體" , "新細明體";
	font-weight: bold;
	transition: 0.3s;
}

nav > ul > li > a:hover {
	color: #960;
	transition: 0.3s;
}


/*--- 480才會出現 ---*/





#nav_768 {
	display: none;
}

#logo_992 {
	display: none;
}


/*-----------*/

#story_header_section {
	width: 65%;
	min-height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	float: right;
	padding: 0 0 50px 0;
	margin: 0 auto;
}

#header_section {
	width: 80%;
	min-height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	float: right;
	padding: 0 0 50px 0;
	margin: 8%;
}



#header_section_1 {
	width: 100%;
	height: auto;
}

#header_section_1 > img {
	width: 90%;
	height: auto;
	mix-blend-mode: darken;
	margin: 0 auto;
}

/*--- 內容 ---*/

section {
	height: auto;
	padding: 70px 0 200px 0px;
}

#about_us {
	width: 60%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#about_us > h1 {
	text-liagn: center;
	font-family: "新細明體";
}

#about_us > p {
	font-size: 14px;
	text-liagn: center;
	font-family: "微軟正黑體" , "新細明體";
	line-height: 40px;
	color: #666;
	padding: 0 0 30px 0;
}

#about_us img {
	width: 97.2%;
	height: 97.2%;
	border: solid 10px #fff;
	box-shadow: 0 0 5px #bbbbbb;
	margin: 0 0 20px 0;
}

.people {
	width: 100%;
	height: 100%;
	margin: 0 50px 0px 0;
}

.explain {
	width: 100%;
	height: 100%;
	margin: 0px 0px 30px 0;
	padding: 0 0 0 5px;
}

.explain > p {
	font-size: 14px;
	text-liagn: center;
	font-family: "微軟正黑體" , "新細明體";
	line-height: 40px;
	color: #666;
	padding: 0 0 30px 0;
}


/*----- 故事 ------*/

.set {
	width: 251px;
	height: 220px;
	float: left;
	margin: 50px 20px 5px 0;
}

.set > a {
	display: block;
	color: #000;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-family: "微軟正黑體" , "新細明體";
	font-wight: bold;
	transition: 0.3s;
}
	
.set > a:hover {
		color: #960;
		transition: 0.3s;
}


/*--- 內容 ---*/

.content {
	max-width: 70%;
	height: auto;
	float: right;
	padding: 5% 10% 3% 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #CCC;
}

.content > img {
	width: 97.2%;
	height: auto;
	border: solid 10px #FFF;
	box-shadow: 0 0 5px #bbbbbb;
	margin: 0 0 20px 0;
}

.content > iframe {
        width: 50vw;
	height: 30vw;
	border: solid 10px #FFF;
	box-shadow: 0 0 5px #bbbbbb;
	margin: 0 0 20px 0;
}
	


/*--- 尾吧 ---*/

footer {
	width: 100%;
	height: 254px;
	position: relative;
	background: #333;
	margin-top: -150px;
	clear: both;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-family: "微軟正黑體" , "新細明體";
	text-align: center;
}

.footer_box {
	width: 70%;
	height: auto;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

.footer_aboutus {
	width: 257px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

.footer_connection {
	width: 100%;
	height: 30px;
	padding: 0 auto;
}
	