@charset "utf-8";
body {
	background: #f5f0e4;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', 'Arial', sans-serif, "微軟正黑體","Microsoft JhengHei";
}
div {
	margin: 0;
	padding: 0;
}
.left {float: left;}
.clearfix:before, .clearfix:after {content: "";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1} 

a { color:#007799; text-decoration:none;}
a:hover { color:#3aa3c1; text-decoration:none;}
p {
	line-height: 1.8;
	font-size: 1em;
	color: #525252;
}
.img-responsive {
	max-width: 100%;
}
.main {
	width: 1200px;
	height: 725px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 10px solid #ffc600;
}
.main .logo , .main h2, .main .logo , .main h3, .main .heart, .main.go {
	position: absolute;
}
.main .logo {
	top: 1.8%;
	left: 1.4%;
}
.main h2:first-of-type {
	top: 140px;
	left: 200px;
}
.main h2:nth-of-type(2) {
	top: 200px;
	left: 200px;
}
.main h3 {
	top: 230px;
	left: 190px;
}
.main .heart {
	top: 110px;
	left: 450px;
}
.main .heart > img {
	position: relative;
}
.main .heart img:first-of-type {
	width: 30px;
}
.main .heart img:nth-of-type(2) {
	top: 20px;
	left: -10px;
}
.main .go {
	position: absolute;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 300px;
	left: 250px;
	border: 1px solid #fff;
	padding: 10px;
}
.go a {
	display: block;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255,255,255,.6) url('../images_0608/icon_go.png') no-repeat center center;
	-webkit-box-shadow: 0 0 5px 2px rgba(255,255,255,.5), 0 0 10px 5px rgba(255,255,255,.5);
	-moz-box-shadow: 0 0 5px 2px rgba(255,255,255,.5), 0 0 10px 5px rgba(255,255,255,.5);
	box-shadow: 0 0 5px 2px rgba(255,255,255,.5), 0 0 10px 5px rgba(255,255,255,.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.go a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content {
	width: 1000px;
	margin: 20px auto;
	padding: 20px 0 50px;
}
.content p {
	width: 96%;
	margin: 0 auto 20px 20px;
}
.content h4 {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.content h4 img {
	height: 30px;
}
ul.projects {
	text-align: center;
	margin-top: 40px;
}
ul.projects li {
	display: inline-block;
	width: 220px;
	height: 162px;
	margin: 10px 20px 0 0;
}
ul.projects li img {
	border: 8px solid #e5dcc4;
}
ul.projects li span {
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 1.2em;
	
	display: block;

	position: relative;
	top: -210px;
	left: 20px;
}
ul.projects li span a {
	color: #fff;
	display: block;
	width: 66px;
	height: 66px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #f12156;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 3px 1px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.5);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
ul.projects li span a:hover {
	background: orange;
}
/*@media screen and (max-width: 1200px) {
	.main{
		width: 100%;
	}
}*/
.bar {
	height: 18px;
	background: url('../images_0608/bar.gif') no-repeat center top;
}
footer {
	width: 100%;
	height: 150px;
	background: url('../images_0608/bar.gif') repeat-x center 130px;
}
footer .footer_inner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background:url('../images_0608/tree_icon.png') no-repeat 120px 24px;
}
footer p {
	text-align: center;
	font-size: .8em;
	line-height: 2.2;
	padding-top: 100px;
}
.slow{
     -webkit-animation-duration:  1s; 
    animation-duration: 1s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    
}
.slower{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.moreslower {
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.slowest {
     -webkit-animation-duration: 2.5s; 
    animation-duration: 2.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.moreslowest {
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#project p {
	margin-bottom: 12px;
	font-size: 1.15em;
}
#project h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
b {
	font-weight: bold;
}
.text { position:absolute; top:100px; left:0px; z-index:10;}


.text_con { margin-bottom:30px;}
.text_con p { padding:0 20px;}
.pic { width:980px; margin-bottom:20px;}
.pic h2{ 
	background: #c0dd5b url(../images_0608/tree.png) no-repeat left;
    height:60px; 
    width:250px; 
    color: #000; 
    font-size:16px; 
    line-height:60px; 
    padding-left:55px; 
    float:left;
    border-right: 1px solid #333;
 }
#section-1 h2 {
	border: 0;
}
.text_con_last { margin-bottom:140px;}
.text_con_last p { padding:0 20px;}


/*lightbox*/
.imageRow {*zoom: 1;}
.imageRow:after {content: "";display: table;clear: both;}
.imageRow .single {float: left;}
.imageRow .single a {display: block;}
.imageRow .set {float: left;}
.imageRow .set p { width:59px; height:60px; line-height:14px;}



#nav { height:60px; background: rgba(0, 0, 0, 0.6); padding:10px 15px;width:950px;list-style: none;position: fixed; bottom:0px;left:0; right:0; margin:0 auto;}
#nav h2 { 
	color:#fff; 
	font-size:15px; 
	margin-bottom:8px;
}
#nav ul { background:url(../images/con_list_bg.png) repeat-x top; width:950px; height:50px;}
#nav ul li { float:left; width:75px; margin:0 5px; line-height:15px; text-align:center; font-size:12px;}
#nav ul li a { background:url(../images/con_list_1.png) no-repeat center top; display:block; padding-top:20px; color:#a6a6a6;}
#nav ul li a:hover { background:url(../images/con_list_2.png) no-repeat center top; color:#ffd800;}
#nav .current{ background:url(../images/con_list_2.png) no-repeat center top; color:#ffd800;}
#nav .current a{ background:url(../images/con_list_2.png) no-repeat center top; color:#ffd800;}

#nav2 { height:60px; background: rgba(0, 0, 0, 0.6); padding:10px 15px;width:950px;list-style: none;position: fixed; bottom:0px;left:0; right:0; margin:0 auto;}
#nav2 h2 { color:#fff; font-size:15px; margin-bottom:8px;}
#nav2 ul { background:url(../images/con_list_bg.png) repeat-x top; width:950px; height:50px;}
#nav2 ul li { float:left; width:108px; margin:0 5px; line-height:15px; text-align:center; font-size:12px;}
#nav2 ul li a { background:url(../images/con_list_1.png) no-repeat center top; display:block; padding-top:20px; color:#a6a6a6;}
#nav2 ul li a:hover { background:url(../images/con_list_2.png) no-repeat center top; color:#ffd800;}
#nav2 .current{ background:url(../images/con_list_2.png) no-repeat center top; color:#ffd800;}
#nav2 .current a{ background:url(../images/con_list_2.png) no-repeat center top; color:#fcff00;}

.mfp-title {
	font-size: 1.1em;
	line-height: 30px;
	height: 30px;
}
#section-9 {
	padding-bottom: 130px;
}


#nav ul li {
	width: 94px;
	font-size:.9em;
	line-height: 1.5;
}

