﻿@charset "utf-8";
/*整體框*/
.wrapper {
    width: 100%;
    height: 100%;
    padding-bottom:50px;
}
@media  screen and (max-width: 1260px){
.wrapper {
    padding-bottom:40px;
}
}

.index-btn {  
   padding-top: 20px;
   text-align:center;
	}
.index-text {  
   padding-top: 20px;
   text-align:center;
   color:#e4cf97;
   font-size:140%;
   letter-spacing:1px;
}	

.index-text a {
	font-family: 'CALIST';
	color:#e4cf97;
}
	
.index-btn a {
	
	display:inline-block; 
	padding:7px 15px;
	color: #e4cf97;
	font-size:100%;
	margin:0 10px;
	transition: all 0.3s ease 0s;
	width:120px;
	
}

.index-btn a:hover {
	opacity:0.8;
}

.index-btn img {
	width:56px; height:auto; margin:0 auto; padding-bottom:10px; display:block;
	}
	

/*SCROLL*/
.wrapper .scroll_btn , .wrapper .top {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    bottom: -60px;
    z-index: 10;
    background-color: #000;
	border:1px #746521 solid;
        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
.wrapper .scroll_btn.show ,.wrapper .top.show {
    opacity:1;
    bottom: 60px;
}
.wrapper .top {
    right: 10px;
    margin-right: 0px;

}
.wrapper .scroll_btn .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #746521 transparent transparent transparent;
}
.wrapper .top .triangle {
	background-image:url(../images/page_top.png);
	background-position:center;
	background-size:contain;
	width:25px;
	height:0;
	padding-bottom:50%; 
	margin-top:-3px; 
}

@media  screen and (max-width: 480px){
.wrapper .scroll_btn {
    bottom: 50px;
}
}


/*page*/
.wrapper .total_page {
    width: 100%;
    height: 100%;
}
.wrapper .total_page>li {
    background-size: cover;
    background-position: 50% 50%;
    position:relative;
}
.photo_box { 
   width:100%;
   height:100%;
   list-style:none;
   padding:0;
   margin:0;
   position:relative;
}

.photo_box li { 
   width:100%;
   height:100%;
   position: absolute;
   left:0;
   top:0;
   background-position:center;
   background-size:cover;
}

.photo_box li:nth-child(1) {
	display:block;
	background-image:url(../images/banner06.jpg)
}

.photo_box li:nth-child(2) {
	background-image:url(../images/banner05.jpg)
}

.photo_box li:nth-child(3) {
	background-image:url(../images/banner04.jpg)
}

.photo_box li:nth-child(4) {
	background-image:url(../images/banner03.jpg)
}

.photo_box li:nth-child(5) {
	background-image:url(../images/banner02.jpg)
}

.photo_box li:nth-child(6) {
	background-image:url(../images/banner01.jpg)
}




.wrapper .total_page > li:nth-child(1) {
    background-image: url(../images/index_bg.jpg);
}
.wrapper .total_page > li:nth-child(2) {
    background-image: url(../images/page1_bg.jpg);
}

/*youtube*/
 .video_bg {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    background-color: #000;
}

/*photo_carousel*/
.photo_carousel {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    background-color: #000;
}

.photo_carousel .logo {
	position:absolute;
	top:50px; left:50px;
	height:100px; width:auto;
	z-index:999;
	
	}


/*page_index*/
.youtubeMovie {
   width: 90%;
   height: 90%;
   position:relative;
   left: 5%;
   top: 5%;
}
.youtubeMovie iframe , .youtubeMovie object , .youtubeMovie embed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.skip_youtube {
    width: 50px;
	height:50px;
	line-height:50px;
    position: absolute;
    left: 50%;
	margin-left:-25px;
    bottom: 20px;
	border-radius: 50%;
	background:rgba(0,0,0,0.8);
    text-align:center;
    color: #e4cf97;
    font-size: 14px;
    text-transform:uppercase;
    font-family:CALIST;
    cursor: pointer;
}
.skip_youtube:hover {
	background:rgba(0,0,0,0.9);
}

.index_logo {
    display:flex;
	width:100%; 
	height:100%;
	-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
		  background:url(../images/index-border.png) center no-repeat;
		  
}
.index_logo img.logo { max-width:280px; height:auto;}

/*文字區*/
.wrapper .photo_box > li .page_txt {
    position: absolute;
    color: #FFF;
	z-index:15;
	
}

.wrapper .photo_box > li .page_txt h4{
    line-height: 140%;
	font-family:'Microsoft JhengHei';
	color: #f1c251;
	font-weight:normal;
}

.wrapper .photo_box > li .page_txt .CALIST {
    font-family:'CALIST';
}

.wrapper .photo_box > li .page_txt.right_middle {
    right: 80px;
    top: 35%;
}


.wrapper .total_page > li .page_txt {
    position: absolute;
    color: #FFF;
	z-index:15;
}
.wrapper .total_page > li .page_txt .trajan {
    font-family:'CALIST';
}
.wrapper .total_page > li .page_txt h4 {
    line-height: 140%;
}
.wrapper .total_page > li .page_txt h5 {
    line-height: 150%;
}
.wrapper .total_page > li .page_txt h6 {
    line-height: 140%;
    padding-top: 20px;
	color: #FFF;
}

.wrapper .total_page > li .page_txt h7 {
    line-height: 180%;
    padding-top: 0px;
	color: #FFF;
}

/*靠左上*/
.wrapper .total_page > li .page_txt.left {
    left: 80px;
    top: 150px;
    color: #FFF;
}
.wrapper .total_page > li .page_txt.left h4 {
    color: #f1c251;
}
/*靠中*/
.wrapper .total_page > li .page_txt.cent {
    width: 100%;
    left: 0px;
    top: 20%;
    text-align: center;
    color: #FFF;
}

/*右中*/
.wrapper .total_page > li .page_txt.left_middle {
    left: 80px;
    top: 35%;
    color: #f1c251;
}


/*左中*/
.wrapper .total_page > li .page_txt.right_middle {
    right: 80px;
    top: 35%;
    color: #f1c251;
}


/*靠中_黑*/
.wrapper .total_page > li .page_txt.cent_black {
    width: 100%;
    position:static;
    padding: 60px;
    background-color: rgba( 0, 0, 0, 0.7);
    text-align:center;
    color: #FFF;
}


/*右中*/
.wrapper .total_page > li .page_txt.bottom {
    width:100%;
    bottom: 0%;
    color: #f1c251;
	border:0;
}

.wrapper .total_page > li .page_txt.cent_black  h4{
    color: #f1c251;
}
.bg-color {
	text-shadow:0 0 5px #333333;
	}

.bg-color02 {
	background-color: rgba(0,23,60,0.9);
	padding:30px;
	transition:all 0.6s ease-out;
	}
.swiper-slide { background-size:cover;}
/*page01*/
.page01 .txt_box {
    width: 60%;
    height: 100%;
    position:relative;
    float: left;
}
.page01_pic {
    width: 100%;
    height: 100%;
    position:relative;
	
}
.page01_pic>li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.page01_pic>li:nth-child(1) {
    background-image: url(../images/page01_1_bg.jpg);
}
.page01_pic>li:nth-child(2) {
    background-image: url(../images/page01_2_bg.jpg);
}
.page01_pic>li:nth-child(3) {
    background-image: url(../images/page01_3_bg.jpg);
}




/*page02*/
.page02_pic>li:nth-child(1) {
    background-image: url(../images/page02_1_bg.jpg);
}
.page02_pic>li:nth-child(2) {
    background-image: url(../images/page02_2_bg.jpg);
}
.page02_pic>li:nth-child(3) {
    background-image: url(../images/page02_3_bg.jpg);
}

/*page03*/
.page03_pic>li:nth-child(1) {
    background-image: url(../images/page03_1_bg.jpg);
}
.page03_pic>li:nth-child(2) {
    background-image: url(../images/page03_2_bg.jpg);
}
.page03_pic>li:nth-child(3) {
    background-image: url(../images/page03_3_bg.jpg);
}

/*page04*/
.page04_pic>li:nth-child(1) {
    background-image: url(../images/page04_1_bg.jpg);
}
.page04_pic>li:nth-child(2) {
    background-image: url(../images/page04_2_bg.jpg);
}
.page04_pic>li:nth-child(3) {
    background-image: url(../images/page04_3_bg.jpg);
}


/*page5*/
.page05 {
    background-image: url(../images/page05_bg.jpg);
}


/*page6*/
.page06_pic>li:nth-child(1) {
    background-image: url(../images/page06_1_bg.jpg);
}
.page06_pic>li:nth-child(2) {
    background-image: url(../images/page06_2_bg.jpg);
}
.page06_pic>li:nth-child(3) {
    background-image: url(../images/page06_3_bg.jpg);
}



/*page7*/
.page07_pic>li:nth-child(1) {
    background-image: url(../images/page07_1_bg.jpg);
}
.page07_pic>li:nth-child(2) {
    background-image: url(../images/page07_2_bg.jpg);
}
.page07_pic>li:nth-child(3) {
    background-image: url(../images/page07_3_bg.jpg);
}
.page07_pic>li:nth-child(4) {
    background-image: url(../images/page07_4_bg.jpg);
}


/*page8*/
.page08_pic>li:nth-child(1) {
    background-image: url(../images/page08_1_bg.jpg);
}
.page08_pic>li:nth-child(2) {
    background-image: url(../images/page08_2_bg.jpg);
}
.page08_pic>li:nth-child(3) {
    background-image: url(../images/page08_3_bg.jpg);
}



/*page9*/
.page09_pic>li:nth-child(1) {
    background-image: url(../images/page09_1_bg.jpg);
}
.page09_pic>li:nth-child(2) {
    background-image: url(../images/page09_2_bg.jpg);
	background-size:contain;
	background-position:center;
}
.page09_pic>li:nth-child(3) {
    background-image: url(../images/page09_3_bg.jpg);
}


	
/*page10*/
.page10_pic>li:nth-child(1) {
    background-image: url(../images/page10_1_bg.jpg);
}
.page10_pic>li:nth-child(2) {
    background-image: url(../images/page10_2_bg.jpg);
}
.page10_pic>li:nth-child(3) {
    background-image: url(../images/page10_3_bg.jpg);
}
.page10_pic>li:nth-child(4) {
    background-image: url(../images/page10_4_bg.jpg);
}


	
/*page11*/
.page11_pic>li:nth-child(1) {
    background-image: url(../images/page11_1_bg.jpg);
	background-size:contain;
}
.page11_pic>li:nth-child(2) {
    background-image: url(../images/page11_2_bg.jpg);
	background-size:contain;
}
.page11_pic>li:nth-child(3) {
    background-image: url(../images/page11_3_bg.jpg);
	background-size:contain;
}


/*page12*/
.page12_pic>li:nth-child(1) {
    background-image: url(../images/page12_1_bg.jpg);
	background-size:contain;
}
.page12_pic>li:nth-child(2) {
    background-image: url(../images/page12_2_bg.jpg);
	background-size:contain;
}
.page12_pic>li:nth-child(3) {
    background-image: url(../images/page12_3_bg.jpg);
	background-size:contain;
}




/*page13*/
.page13 {
	 background-color:#00173c;
   
}

.house_spec { 
    display:flex;
}
.house_spec>div { 
    -webkit-flex: 1;
    flex: 1;
}


.swiper-slide { background-position:center;}

/* 輪播設定 */
.swiper-slide>p {
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 150%;
    color: #FFF;
}

.wrapper .total_page > li .swiper-button-next, .wrapper .total_page > li  .swiper-button-prev {
    width: 60px;
    height: 85px;
    background-image: url(../images/page_arrow.png) ;
    background-size: 60px 85px;
    margin-bottom: -42px;
    top: auto;
    bottom: 50%;
    opacity: 0.8;
}
.wrapper .total_page > li  .swiper-button-next {
    right: 0px;
}
.wrapper .total_page > li  .swiper-button-prev {
    left: 0px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.wrapper .total_page > li .swiper-button-next.swiper-button-disabled ,.wrapper .total_page > li  .swiper-button-prev.swiper-button-disabled{
    opacity: 0.2;
}
.swiper-pagination-bullet,  .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #FFF;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:20px;}

.icon_phone { height:12px; width:auto; padding:0 5px 0px 10px; vertical-align:middle; margin-top:-2px;}

@media  screen and (max-width: 1260px){
    /*
.page8 .txt_box {
    width: 100%;
    height: auto
}
.wrapper .total_page > li:nth-child(9)  {
    background-size: auto 100%;
    background-position: 0% 100%;
}
.wrapper .total_page > li:nth-child(9) .page_txt {
    padding: 90px;
}
        */
}


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


}
