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

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color:#333;
    line-height:180%;
    font-family:verdana,Arial,微軟正黑體;
    background-image : url(../img/bg.jp) ;
    background-color:#ffffff;
}

h1{
    font-size:16px
}

img{
    border: 0px;
}

a:hover img {
    opacity:1;
    filter:alpha(opacity=60);
}

a{
    color:#b19f6d;
    text-decoration: none;
}

a:hover{
    color:#DDC7A2;
}

/******共用******/

#main{
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#header{
    width: 1000px;
    margin: 0px auto;
    height: 120px;
    position: relative;
    text-align:center;
}

.logo{
    width: 210px;
    padding: 32px 20px;
    position: absolute;
    left:0px;
}

.facebook{
    width: 24px;
    position: absolute;
    right:0px;
    top:55px;
}

#content{
    width:100%;
}

/*menu*/

#menubox{
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

#menu{
    position: absolute;
    top:37px;
    right:50px;
    font-size: 15px;
    z-index:500;
}

.nav {
    display: flex;
    float: center;
    width: 100%;          
}

.nav ul{
    margin: 0;
    padding: 0;
}
.nav li{
    position: relative;
    float: left;
    list-style: none;
    background-color:transparent
}
.nav li a {
    display: block;        
    padding: 15px 25px;
    color: #b19f6d;
    text-decoration: none;
}
 
.nav li a:hover {
    background: #b24d3d;
    color:#fff;
}
.nav li ul {
    background-color: #b24d3d;
    display: none;
    position: absolute;
    top: 100%;
}
.nav li:hover ul {
    background-color: #b24d3d;
    display: block;
    right: 0;
    left: 0;
    top: 100%;
}

.active2{
	background: #b24d3d;
    color:#fff;
}

.toggle { 
    display: none;
}
.arrow-bottom {
    position: absolute;
    top: 25px;
    right: 13px;
    margin-left: 5px;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;    
    border-left: 4px solid transparent;        
    width: 1px;
    height: 1px;
    display: none;
}

#bottom{
    background: #000;
    color:#aaaaaa;
    padding: 20px 0px 20px 0px;
    line-height: 180%;
}

/******home******/

/**banner**/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_banner { margin-bottom: 10px; position: relative; float: left; width: 100%; }
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; }
.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 38px;
	background: transparent url("../img/themes.gif") no-repeat left top;
	margin-top: -10px;
}
.slide_nav:active { opacity: 1.0; }
.slide_nav.next { left: auto; background-position: right top; right: 0; }


#home_m_banner{display:none}

/**link_banner**/

#link_banner{
    width: 1000px;
    margin: 0px auto;
    text-align: center;
}

#link_banner .box01{
    display:inline-block;
    width:325px;
}

#link_banner .box02{
    display:inline-block;
    width:325px;
    margin: 0px 4px;
}

#link_banner .text{
    display:inline-block;
    width:325px;
    color:#a8935b;
    text-align:right;
    margin-top:10px;
    font-size:15px;
}

#link_banner2{
    width: 1000px;
    margin: 0px auto;
    text-align: center;
}

#link_banner2 .box01{
    display:inline-block;
    width:325px;
}

#link_banner2 .box02{
    display:inline-block;
    width:325px;
    margin: 0px 4px;
}

#link_banner2 .text{
    display:inline-block;
    width:325px;
    color:#a8935b;
    text-align:right;
    margin-top:10px;
    font-size:15px;
}


/******01******/

#one_banner{
    width:100%;
    height:950px;
    background-image : url(../img/01_banner.jpg) ;
    background-position:center;
    background-repeat:no-repeat;
}

#textbox{
    position:relative;
    width:1000px;
    margin:0px auto;
    background:#000;
}

#one_banner .text{
	position: absolute;
	top: 0px;
	left: 352px;
	width: 750px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 230%;
    
}

#one_story{
    width: 1000px;
    margin: 30px auto;
    text-align:left;
}

.photo_oldman{
    float:left;
    margin:0px 20px 0px 0px;
}
/******02******/

#two_banner{
    width:100%;
    height:600px;
    background-image : url(../img/02_banner.jpg) ;
    background-position:center;
    background-repeat:no-repeat;
}

#two_content{
    width:100%;
    height:750px;
    background-image : url(../img/02_banner_3.jpg) ;
    background-position:center;
    color:#fff;
    text-align: center;
    padding-top: 50px;
    
}

#two_content .center{
    width:1000px;
    margin: 0px auto;
    text-align: center;
}

#two_content .title_number{
    font-size:25px;
}

#two_content .box01{
    display:inline-block;
    width:300px;
    color:#fff;
    text-align: left;
    float: left;
}

#two_content .box02{
    display:inline-block;
    width:300px;
    margin: auto 35px;
    text-align: left;
    float: left;
}


#two_content .box01 .photo{
    width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#two_content .box02 .photo{
    width: 300px;
    margin-top: 30px;
}

#textbox{
    position:relative;
    width:1000px;
    margin:0px auto;
    background:#000;
}

#one_story{
	width: 1000px;
	margin: 30px auto;
	text-align: left;
	line-height: 230%;
	background-color: #000;
	color: #FFF;
}

.photo_oldman{
    float:left;
    margin:7px 30px 7px 0px;
}

/******03******/

#three_banner{
    width:100%;
    height:600px;
    background-image : url(../img/02_banner.jpg) ;
    background-position:center;
    background-repeat:no-repeat;
}

#three_content{
    width:100%;
    height:950px;
    background-image : url(../img/03_bg.jpg) ;
	background-color: #000000;
	background-repeat: no-repeat;
    background-position:center;
    color:#fff;
    text-align: center;
    padding-top: 50px;
    
}

#three_content .center{
    width:1000px;
    margin: 0px auto;
    text-align: center;
}

#three_content .title_number{
    font-size:25px;
}

#three_content .box01{
    display:inline-block;
    width:300px;
    color:#fff;
    text-align: left;
    float: left;
}

#three_content .box02{
    display:inline-block;
    width:300px;
    margin: auto 35px;
    text-align: left;
    float: left;
}


#three_content .box01 .photo{
    width: 380px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#three_content .box02 .photo{
    width: 300px;
    margin-top: 30px;
}

/******04******/

#four_banner{
    width:100%;
    height:600px;
    background-image : url(../img/black.png) ;
    background-position:center;
    background-repeat:no-repeat;
}

#four_content{
    width:100%;
    height:950px;
    background-image : url(../img/black.png) ;
	background-color: #000000;
	background-repeat: no-repeat;
    background-position:center;
    color:#fff;
    text-align: center;
    padding-top: 50px;
    
}

#four_content .center{
    width:1000px;
    margin: 0px auto;
    text-align: center;
}

#four_content .title_number{
    font-size:25px;
}

#four_content .box01{
    display:inline-block;
    width:450px;
    color:#fff;
    text-align: left;
    float: left;
	margin-bottom:50px;
}

#four_content .box02{
    display:inline-block;
    width:450px;
    margin: auto 35px;
    text-align: left;
    float: left;
	margin-bottom:50px;
}


#four_content .box01 .photo{
    width: 380px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#four_content .box02 .photo{
    width: 300px;
    margin-top: 30px;
}

#four_spce {
	margin-top: 50px;}
	
.text{
    display:inline-block;
    width:450px;
    color:#a8935b;
    text-align:center;
    margin-bottom:10px;
    font-size:15px;
}	


/******coming soon******/

#coming_banner{
    width:100%;
    height:900px;
    background-image : url(../img/black.png) ;
    background-position:center;
}

#coming_banner2{
    width:100%;
    height:900px;
    background-image : url(../img/99_banner_01.jpg) ;
    background-position:center;
}

	/*****video*****/
.compvideo{display: none;}
.phonvideo{display: block;}
.webtext{display: block;}
.phonetext{display: none !important;}
	
	/*****phone_text*****/
.phone_text{
	display: none;
	font-size: 13px;
	color: #FFF;
    font-family:verdana,Arial,微軟正黑體;
	padding: 10px 15px 0;
	text-align: left;
	line-height: 20px;
	}
.phone_text .big{font-size: 18px;}

/****innerVideo****/
#movie1{
	position: relative; top:28px;left:20px; 
}

#movie2{
	position: relative; top:73px;left:-451px;
	padding-top:0px;
}

#movie3{
	position: relative; top:51px;left:-155px;
}

#bottom2{
    background: #000;
    color:#aaaaaa;
    padding: 20px 0px 20px 0px;
    line-height: 180%;
}

#bottom3{
    background: #000;
    color:#aaaaaa;
    padding: 20px 0px 20px 0px;
    line-height: 180%;
	margin-top:0px;
}

#m3ttl{
	font-size: 25px;color: white;padding-top:80px;
}