@charset "utf-8";

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#ie8_overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    /*text-align: center;*/
    line-height: 30px;
    font-size: 13px;
    display: block;
    z-index: 200;
    background: #000;
    color: #FFF;
    /*display: none;*/
}

#ie8_overflow #browser_text {
	width: 100%;
	height: 60px;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	font-family: Microsoft JhengHei;
}

/**** TOP MENU ****/

.top_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    /*background: #FFF;*/
    /*box-shadow: 0 4px 2px -2px #CCC;*/
    background-color: rgba(255, 255, 255, 0);
}

.top_menu_fixed {
    position: fixed;
    box-shadow: 0 4px 2px -2px #CCC;
    z-index: 99;
    top: -100px;
}

.top_menu_bg {
    width: 100%;
    height: 100%;
    /*background: #FFF;*/
    opacity: 1;
}

.top_menu #top_menu_logo {
    position: absolute;
    top: 30%;
    left: 6%;
    height: 40%;
    display: block;
    cursor: pointer;
}

.top_menu #top_menu_logo img {
    height: 100%;
}

.top_menu #top_menu_doms {
    position: absolute;
    top: 0;
    right: 6%;
    height: 100%;
}

.top_menu #top_menu_doms .top_menu_dom {
    color: #535353;
    /*width: 90px;*/
    margin-left: 30px;
    height: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    /*cursor: pointer;*/
	/*font-family: Microsoft JhengHei;*/
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
}

.top_menu_dom a:link, a:visited {
	color: #535353;
	text-decoration: none;
}

.top_menu #mobile_menu_btn {
    display: none;
}

.top_menu #mobile_menu_btn img {
    width: 100%;
}

.top_menu #mobile_menu {
    position: absolute;
    top: 50px;
    width: 100%;
    font-size: 0;
    display: none;
    text-align: center;
}

.top_menu #mobile_menu_items{
    display: none;
    /*height: 50px;*/
    background: rgba(68, 68, 68, 0.9);
}

/**** PAGE 1 ****/

#page1 {
    width: 100%;
    height: 100%;
    background-color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
}

#page1Fake {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;	
}

#page1 .FS_group .FS_group_wrapper {
    position: relative;
    width: 1100px;
    height: 600px;
    max-width: 1100px;
    max-height: 600px;
    margin: 0 auto;
}

#page1 #slideF,#slideB{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*
#page1 #slideB{
	filter: blur(20px); 
	-webkit-filter: blur(20px); 
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
}

#page1 #slideB img{
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='40');
}
*/

/**** PAGE 2 ****/

#page2 {
    text-align: center;
    padding: 0;
    background: #000;
    opacity: 0.7;
    /*background-color: rgba(0,0,0,0.7); /*在iPhone會有閃動現象*/
    position: relative;
    z-index: 35;
}

#page2 > div {
    padding: 120px 0 50px 0;
}

#page2 .p2_line1 {
    margin: 0px auto 25px auto;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
	font-family: futura,Helvetica Neue,Helvetica,Arial,sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 0.03em;
	visibility: hidden;
}

#page2 .p2_line2 {
    margin: 0px auto 30px auto;
    background: #dedede;
    width: 200px;
    height: 4px;
}

#page2 .p2_line3 {
    margin: 0px auto 120px auto;
    color: #fff;
    font-size: 16px;
	font-family: Microsoft JhengHei;
	visibility: hidden;
	letter-spacing: 1px;
}

#page2 #p2_items {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 0 2% 0 2%;
}

#page2 #p2_items .p2_item {
    margin: 0 2% 70px 2%;
    width: 20%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    /* scrollmagic */
    position: relative;
    opacity: 0; 
    top: 200px; 
}

#page2 #p2_items .p2_item img {
    width: 100%;
}

#page2 #p2_items .p2_item span {
    color: #fff;
    font-size: 13px;
    text-align: left;
    word-break: break-all;
    line-height: 20px;
    display: inline-block;
	font-family: Microsoft JhengHei;
	letter-spacing: 1px;
}

/**** PAGE 3 ****/

#page3 {
    text-align: center;
    padding: 0;
    background: #fff;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(153,153,153,0.9);
	-moz-box-shadow: 0px 4px 6px 0px rgba(153,153,153,0.9);
	box-shadow: 0px 4px 6px 0px rgba(153,153,153,0.9);
    position: relative;
    z-index: 45;
}

#page3 > div {
    padding: 100px 0 0 0;
}

#page3 .p3_title {
    /*width: 200px;*/
    color: #000;
    font-size: 60px;
    /*border-bottom: solid 4px #dedede;*/
    /*padding-bottom: 10px;*/
    text-align: center;
    margin: 0 auto 25px;
    font-weight: bold;
	font-family: futura,Helvetica Neue,Helvetica,Arial,sans-serif;
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.03em;*/
}

#page3 .p3_titleline {
    margin: 0px auto 30px auto;
    background: #dedede;
    width: 200px;
    height: 4px;
}

.p3_line3 {
    margin: 0px auto 50px auto;
    color: #666;
    font-size: 16px;
	font-family: Microsoft JhengHei;
	text-align: center;
	line-height: 200%;
}

.p3_line3 span {
	display: block;
	letter-spacing: 1px;
}

.p3_line3 span:nth-child(2), .p3_line3 span:nth-child(3) {
	display: inline;
}

#page3 .work_page {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

#page3 .work_page .work_row_box {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#page3 .work_page .work_row {
    float: left;
    width: 25%;
}

#page3 .work_page .work_row .work_item {
    position: relative;
    /*margin-bottom: 4%;*/
    overflow: hidden;
    cursor: pointer;
}

#page3 .work_page .work_row .work_item img {
    width: 100%;
    height: 100%;
}

.work-item .work_overflow {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 25%;
    max-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    /*padding: 25px 40px 0px;*/
    /*line-height: 19px;*/
    /*text-align: left;*/
    /*display: none;*/
}

.work-item .work_overflow span {
    color: #fff;
    font-size: 13px;
    font-family: Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;
    /*font-weight: 400;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*padding-top: 40px;*/
    /*display: inline-block;*/
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /*opacity: 0.7;*/
}

.work_overflow .link {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.work_overflow .link img {
	height: 14px;
	display: block;
	opacity: 0.7;
}

/* New WORK ITEM */
.work-item {
	float: left;
	height: 340px;
	min-height: 1px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	/*width: 50%;*/
}

.work-item-small {
	/*width: 35%;*/
}

.work-item-large {
	/*width: 65%;*/
}

.work-item-img {
	position: absolute;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	display: block;
	background-position: center center;
	background-size: cover;
	/*transition: all 0.5s ease 0s;*/
}

.work-item:hover .work-item-img {
	/*transform: scale(1.06);*/
}

.wechatQRcode {
	width: 150px;
}

/**** PAGE 4 ****/

#page4 {
    background-color: #FFF;
    width: 100%;
    height: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0;
	visibility: hidden;
}

#page4Fake {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;	
}

#page4 #contact_block {
    width: 50%;
    max-width: 630px;
    /*height: 100%;*/
    display: inline-block;
    vertical-align: middle;
    margin: 80px 0px 0px 3%;
    padding: 4% 2%;
    /*float: left;*/
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

#page4 #contact_block #contact_block_wrapper {
    width: 100%;
    height: 100%;
    margin: 0px auto 20px 0px;
}

#page4 #contact_block #contact_title_box {
	/*min-width: 200px;*/
	width: 44%;
	margin: 20px 2% 0px 3%;
	display: inline-block;
}

#page4 #contact_block #contact_title {
    width: 100%;
    /*max-width: 200px;*/
    color: #fff;
    font-size: 36px;
    border-bottom: solid 4px #dedede;
    /*display: inline-block;*/
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
    /*font-weight: bold;*/
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

#page4 #contact_block #contact_info {
    display: inline-block;
    /*width: 43%;*/
    margin: 0 0 0 3%;
    vertical-align: top;
}

#page4 #contact_block #contact_info .contact_info_data {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    text-align: left;
    font-family: Microsoft JhengHei,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#page4 #contact_block #contact_info #contact_name {
    background: url(/images/contact_icon5.png) no-repeat;
}

#page4 #contact_block #contact_info #contact_addr {
    background: url(/images/contact_icon1.png) no-repeat;
}

#page4 #contact_block #contact_info #contact_num {
    background: url(/images/contact_icon2.png) no-repeat;
	letter-spacing: 2px;
}

#page4 #contact_block #contact_info #contact_email {
    background: url(/images/contact_icon3.png) no-repeat;
	letter-spacing: 2px;
}

#page4 #contact_form {
    max-width: 650px;
    margin-top: 5%;
}

#page4 #contact_form input {
    font-size: 12px;
    border-radius: 0;
    width: 43%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    outline: none;
    /*border-bottom: 1px solid #333 !important;*/
    margin: 0 3% 20px 3%;
    padding: 0 0 0 2%;
    color: #fff;
    display: inline-block;
}

.errMessage {
	font-size: 12px;
	color: #ff0000;
	margin: 10px 20px;
}

#page4 #contact_form textarea {
    width: 93%;
    border-radius: 0;
    height: 90px;
    font-size: 12px;
    color: #fff;
    padding: 2%;
    border: none;
    outline: none;
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #333 !important;*/
    display: inline-block;
    margin: 0 3% 20px 3%;
}

#page4 #contact_form input.required {
    background: rgba(0, 0, 0, 0.4) url(/images/contact_icon4.png) no-repeat 95% 13px;
}

#page4 #contact_form textarea.required {
    background: rgba(0, 0, 0, 0.4) url(/images/contact_icon4.png) no-repeat 97% 13px;
}

#page4 #contact_form #form_submit {
    width: 14%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #000;*/
    outline: none;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0px;
    margin: 0px 3% 0px 82%;
}

#page4 #contact_form #form_submit:hover {
    border: 1px solid #999;
}

#page4 #google_map {
    border: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    position: absolute;
    left: 0;
    top: 0;
}

a[href^='tel:']:link, a[href^='tel:']:visited {
	color: #fff;
	text-decoration: none;
}

a[href^='tel:']:hover, a[href^='tel:']:active {
	color: #fff;
	text-decoration: none;
}

a[href^='mailto:']:link, a[href^='mailto:']:visited {
	color: #fff;
	text-decoration: none;
}

a[href^='mailto:']:hover, a[href^='mailto:']:active {
	color: #fff;
	text-decoration: none;
}

/**** **** ****/

@media screen and (min-width:1601px) {
.work-item {
	width: 25%;
}
}

/**** **** ****/

@media screen and (max-width:1600px) {
.work-item:nth-child(3n+1){
	width: 33%;
}

.work-item:nth-child(3n+2){
	width: 34%;
}

.work-item:nth-child(3n+3){
	width: 33%;
}	
}

/**** **** ****/

@media screen and (max-width:1024px) {
.work-item:nth-child(3n+1){
	width: 50%;
}

.work-item:nth-child(3n+2){
	width: 50%;
}

.work-item:nth-child(3n+3){
	width: 50%;
}	

.work-item {
	width: 50%;
}

.work-item .work_overflow {
    /*height: 50px;*/
    /*padding: 20px 30px 0px;*/
    /*line-height: 19px;*/
}

}

/**** **** ****/

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

.fp-controlArrow {
    display: none;
}

.top_menu #top_menu_doms {
    display: none;
}

.top_menu #mobile_menu_btn {
    position: absolute;
    height: 80%;
    right: 5%;
    top: 10%;
    display: block;
}

.top_menu #mobile_menu_btn img {
    height: 100%;
}

.top_menu #mobile_menu {
    display: block;
}

.top_menu #mobile_menu .top_menu_dom {
    color: #CCC;
    font-size: 18px;
    width: 25%;
    height: 50px;
    line-height: 50px;
    /*cursor: pointer;*/
    display: inline-block;
}

.top_menu_dom a:link, a:visited {
	color: #ccc;
}

.top_menu #mobile_menu #top_menu_lang a:last-child {
    margin-right: 0px;
}

#page2 .p2_line1 {
    font-size: 30px;
    /*margin-top: 5%;*/
}

#page2 .p2_line3 {
    width: 80%;
    font-size: medium;
}

#page2 #p2_items .p2_item {
    width: 44%;
}

#page2 #p2_items .p2_item span {
    font-size: 14px;
}

#page3 .p3_title {
    font-size: 30px;
    margin-top: 5%;
}

#page3 .work_page {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-top: 2%;
    /*padding-left: 6%;*/
}

#page3 .work_page .work_row {
    /*margin-right: 2%;*/
    width: 50%;
    /*float: none;*/
    display: inline-block;
}

.work-item {
	/*height: 180px;*/
}
}

/**** **** ****/

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

.top_menu #mobile_menu_btn {
    width: 10%;
    right: 5%;
}

.top_menu #mobile_menu {
    top: 50px;
    height: 40px;
}

.top_menu #mobile_menu .top_menu_dom {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

#page2 .p2_line1 {
    font-size: 26px;
    /*margin-top: 2%;*/
}

#page2 .p2_line3 {
    width: 96%;
    font-size: medium;
}

#page3 .p3_title {
    font-size: 26px;
    margin-top: 2%;
}

.p3_line3 span:nth-child(2), .p3_line3 span:nth-child(3) {
	display: block;
}

#page3 .work_page {
    width: 100%;
    /*padding-left: 0;*/
}

#page3 .work_page .work_row {
    margin-right: 0;
    width: 100%;
}

.work-item {
	/*width: 100%;*/
	/*height: 180px;*/
}

.work-item .work_overflow span {
	font-size: 12px;
}

#page4 #contact_block {
    /*width: 100%;*/
    /*margin-top: 0;*/
}

#page4 #contact_block #contact_block_wrapper {
    width: 100%;
    text-align: center;
}

}

/**** **** ****/

@media screen and (max-height:375px) {

.top_menu #mobile_menu_btn {
    width: 6%;
    right: 5%;
}

.top_menu #mobile_menu {
    top: 50px;
    height: 40px;
}

.top_menu #mobile_menu .top_menu_dom {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

}

/**** **** ****/

@media screen and (max-width:950px) and (orientation: landscape) {
#page4 #contact_block #contact_title_box {
	width: 40%;
}

#page4 #contact_block #contact_title {
	font-size: 3vw;
}

#page4 #contact_block #contact_block_wrapper {
	width: 100%;
}
}

@media screen and (max-width:570px) and (orientation: portrait) {
#page4 #contact_block #contact_title_box {
	width: 40%;
}

#page4 #contact_block #contact_title {
	font-size: 3vw;
}

#page4 #contact_block #contact_block_wrapper {
	width: 100%;
}
}

/**** **** ****/

@media screen and (max-height:590px) and (orientation: landscape) {
#page4 #contact_form {
	display: none;
}
}

/**** **** ****/

@media screen and (max-height:400px) and (orientation: landscape) {
#page4 #contact_block {
	margin: 60px 0 0 3%;
}

#page4 #contact_block #contact_info .contact_info_data {
    font-size: medium;
}
}

/**** **** ****/

@media screen and (orientation: portrait) {
#page4 #contact_block {
    width: 80%;
    left: 10%;
    margin-left: 0;
    margin-right: 0;
}
}

/**** **** ****/

@media screen and (max-width:550px) and (orientation: portrait) {

#page4 #contact_block #contact_block_wrapper {
    width: 100%;
    text-align: center;
}

#page4 #contact_block #contact_title_box {
	width: 90%;
    margin-left: 0;
    margin-right: 0;
}	

#page4 #contact_block #contact_title_box #contact_title {
	font-size: 5vw;
}

#page4 #contact_block #contact_info {
    margin-left: auto;
    margin-right: auto;
}	

#page4 #contact_block #contact_info .contact_info_data {
    font-size: medium;
}

}

/**** **** ****/

@media screen and (max-height:800px) and (orientation: portrait) {
#page4 #contact_form {
	display: none;
}
}