@charset "utf-8";
/* CSS Document */
body{

	margin: 0 auto;
}

#main_frame{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0px 0px 30px #AFC3C7;

}

.goto_line{
	cursor: pointer;
	width: 100px;
	padding-bottom: 100px;
	position: fixed;
	right: 20px;
	bottom: 15vh;
	z-index: 80;
	background-image: url("img_line.png");
	background-size: 100% auto;
	border: 1px #999 solid;
	border-radius: 50%;
	transition: 0.3 ease;
}

.goto_line:hover{
	border: 1px #4C9BA7 solid;

}
.bubble{
	width: 30px;
	height: 30px;
	background-size: contain;
	float: left;
	margin-left: -30px;    
	margin-top: -30px;    
	
}
.bubble_R{
	width: 30px;
	height: 30px;
	background-size: contain;
	float: right;
	margin-left: -30px;    
	margin-top: -30px;    
	
}


.img_top{
	background-image: url(img_top.jpg);
	width: 100%;
	max-width: 1920px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 790px;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: center center;
	background-size: 1920px 1224px;
}


.top_v{
	width:800px;
	max-width: 100%;
	background-image: url(img_v.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 11;
	position: absolute;
	right:0%;
	left:0%;
	margin: auto;
	top: 200px;
	pointer-events: none;
	padding-bottom:400px;
	background-repeat: no-repeat;
	text-align: center;
}

.ball{
    cursor: pointer;
    animation: move .7s ease-in-out infinite alternate;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: url(img_scroll.png);
    background-position: center ;
    background-color: rgba(160,196,177,0.77);
    position: absolute;
	left:48%;
	z-index: 50;
	top: 85%;
	pointer-events: all;
	border: 1px solid #FFFFFF;
	background-size: contain;
}

.top_front{
	position: absolute;
	z-index:55;
	padding-bottom: 1155px;
	width: 100%;
	pointer-events: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1920px;
	background-image: url("img_front.png");
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;border-bottom: 2px solid #fff;
	
	
	
}
.nav_btn{
	width:800px;
	margin: auto;
	text-align: center;
	height:140px; 
	
}


.go_btn{
	
	cursor:pointer;
	text-align: center;
	margin: auto 4%;
	color:#518D8E;
	font-size: 19px;
	padding: 10px 2px;
	letter-spacing: 8px;
	transition: 0.3s ease-out ;
	display: inline-block;
	padding-bottom: 9px;
	background-size: 90% auto;
	background-repeat: no-repeat;
	width: 20%;
	background-position: left bottom;
	padding-left: 25px;
	
}

/*
.go_btn{
	
	font-family: '新細明體';
	cursor:pointer;
	text-align: center;
	margin: auto 40px;
	writing-mode: vertical-rl;
	color:#333;
	font-size: 18px;
	padding: 10px 2px;
	letter-spacing: 8px;
	transition: 0.5s ease-out ;
	display: inline-block;
	padding-right: 9px;
	font-weight: 800;
	background-size: contain;
	background-repeat: no-repeat;
	height: 200px;
	background-position: right top;
	padding-left: 25px;
	
}*/
.go_btn:hover{
	width: 20%;
	background-position: right bottom;
	letter-spacing: 10px;
}
	
.slider{
}


.trans_pic{
	width: 100%;
	padding-top: 33%;
	background-position: center center;
	background-size: cover;
	
}



.frame{
	width: 100%;
	margin: auto;
	text-align: center;

}


.map{
	background-image: url(img_map.jpg);
	width: 100%;
	padding-bottom:55%;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	
/*	

	mask-image: url(img_mask.svg);
	mask-size: 100% auto;
	mask-position: center bottom;
	mask-repeat: no-repeat;
	mask-mode: alpha;	
	
	 -webkit-mask-imsge: url(img_mask.svg);
	 -webkit-mask-size: 100% auto;
	 -webkit-mask-position: center bottom;
	 -webkit-mask-repeat: no-repeat;
	 -webkit-mask-mode: alpha;*/
}

#a_frame{
	
	background-image: url("img_frame_b.svg");
	background-size: 100% auto;
	background-position: center center;
	background-attachment: fixed;
}


#b_frame {
/*
	background: -webkit-linear-gradient(70deg, #074578, #1E9AFF, transparent),-webkit-linear-gradient(190deg, #4D68D0, transparent),-webkit-linear-gradient(310deg, #0C2356, transparent);
	background: -o-linear-gradient(70deg, #074578, #1E9AFF, transparent),-o-linear-gradient(190deg, #4D68D0, transparent),-o-linear-gradient(310deg, #0C2356, transparent);
	background: linear-gradient(160deg, #074578, #1E9AFF, transparent),linear-gradient(280deg, #4D68D0, transparent),linear-gradient(400deg, #0C2356, transparent);

*/
	min-height: 100%;
	text-transform: unset;


	background-size: 100% 100%;
	animation: gradient 7s ease-in-out infinite;
	background-attachment: fixed;	

	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;

}


@keyframes gradient {
	0% {background-position: 50% 50%;background-size: 200% 200%;}
	25% {background-position: 0% 0%;background-size: 200% 200%;}
	50% {background-position: 0% 100%;background-size: 200% 200%;}
	75% {background-position: 100% 50%;background-size: 200% 200%;}
	100% {background-position: 50% 50%;background-size: 200% 200%;}
}



#a_frame{
	padding-top: 50px;

}



#c_frame {
	width: 80%;
	background-color: #fff;
	box-shadow: 5px 5px 40px #AFC3C7;
	margin:150px auto;
	text-align: center;
	padding: 30px 0px;
	background-size: 100 auto;
	background-position: center top,center bottom;
	background-image:url("img_bg_listtop.png"), url("img_bg_c.jpg");
	background-repeat: no-repeat;
}

.img_title{
	width: 	100%;
	max-width: 400px;
	margin: 20px auto;
	display: block;	
	clear: both;
}
.img_title img{
	width: 100%;
	height: auto;
	margin: auto;
	display: block;	
}
.img_info{
	width: 	80%;
	max-width: 800px;
	margin:  20px auto 100px auto;
	display: block;	
	clear: both;
}
.img_info img{
	width: 100%;
	height: auto;
	margin: auto;
	display: block;	
}

.area_block_L, .area_block_R{
	margin: 0px auto;	
 	clear: both;
	overflow: visible;	
	background-image: url("img_bg.jpg");
	background-size: 100% 100%;
}

.area_block_L .area_text{
	margin-left: -50px;
	float: left;
}

.area_block_R .area_text {
  	margin-right: -50px;
	float: right;
}  

.bg_L, .bg_R{
	width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
	padding-bottom: 35%;
}

.bg_L{
	
    background-position: center left;
    float: left;
}

.bg_R{
   background-position: center right;
   float: right;
}




.area_title{
	position: absolute;
	top:-100px; 
	width: 350px;
	padding-bottom: 100px;
	background-repeat:  no-repeat;
	top:-100px;
	left:-50px;
	float: left;
	background-size: 100% auto
}




.area_text {
    margin-top: 100px;
    margin-right: 5%;
	margin-left: 5%;
    width: 25%;
    padding: 20px 25px;
    display: inline-block;
    background: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.56));
	border: 5px solid #C3BEBB;
/*	background: linear-gradient(rgba(90,64,47,0.85),rgba(174,110,68,0.56));
    box-shadow: inset 0px 0px 40px 4px rgba(86,39,15,0.61);
	    color:#fff;
	
*/    border-radius: 25px;
    letter-spacing: 4px;
    line-height: 42px;
    text-align: justify;
    color:#7B6B64;
    font-size: 18px;
	position: relative;


}

.position{
	vertical-align:top;
	
}



.area_block_L .img_icon{  margin-left: -30px; float: right; }
.area_block_R .img_icon {  margin-right: -30px; float:  left; }  
	
		



.img_icon{
		width: 30%;
		padding-bottom: 33%;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		float: left;
}


.position{
	vertical-align: top;
}

.list_block{
	width: 20%;
	min-width: 300px;
	min-height: 450px;
	margin: 30px ;
	text-align: center;
	cursor: pointer;
	border: 1px solid #FFF;
	display: inline-block;
	border-radius: 3px;
	padding: 5px;
	background-color: #fff;
	border:1px solid #999;
	transition: 0.3s ease;
}



.list_block:hover{

	border:2px solid #999;
}

.list_block_bg{
	width: 100%;
	margin: auto;
	padding-bottom: 80%;
	transition:0.5s ease-in;
	background-size:cover;
	filter: blur(0px),;
}


.list_text{
	width: 100%;
	background-color: #fff;
	padding: 10px 0px;
	
}

.list_block .list_text_title{
	line-height: 40px;
	font-size: 25px;
	width: 100%;
	color: #000;
	margin: auto;
	display: block;
		
}





.list_text_content{
	width: 100%;
	margin: auto;
	font-size: 18px;
	color:#333;
	display: block;
	padding: 0px 10px;
	line-height: 30px;

}

	
.list_block .price_block{
font-family: 'Arapey', serif;
	text-align: center;

}


.list_block .price{
font-family: 'Arapey', serif;
	font-size: 30pt;
	color: #7C5766;
	margin: 0 auto;


}

.list_block .price:before{
font-family: 'Arapey', serif;
	content: "$";
	font-size: 11pt;
	color: #52646A;
}


.list_block .price:after{
	content: "起";
	font-size: 11pt;
	color: #52646A;
}

	







.ball{animation: move .8s ease-in-out infinite alternate;
	
    }

@-moz-keyframes move {
  0% { transform: translateY(-10px); }
  100% {  transform: translateY(5px);}
}
@-webkit-keyframes move {
  0% {   transform: translateY(-10px); }
  100% { transform: translateY(5px); }
}
@-o-keyframes move {
  0% {  transform: translateY(-10px);}
  100% { transform: translateY(5px);  }
}

@keyframes move {
  0% { transform: translateY(-10px);}
  100% { transform: translateY(5px);  }
}





	
	
.more_go{
	cursor: pointer;
	margin: 20px auto;
	color:#fff;
	text-align: center;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	width: 500px;
	max-width: 90%;
	font-size: 20px;
	letter-spacing: 10px;
	background-color: #008EC9;
	box-shadow: 0px 0px 25px  rgba(0,187,255,0.68);
	border:solid #A8E2FF 3px ;
	border-radius: 50px;
	transition:0.3s ease-in;
	display: block;
	background-image: url("img_more_btn.jpg");
}

.more_go:hover{
		border:solid #fff 3px ;

	letter-spacing: 20px;

}
	





@media screen and (max-width: 1920px) {

.top_logo{
	margin-top: 50px;
}	
	
	
	
.top_front{
	padding-bottom: 800px;

	
	
	
}

	

	
}

@media screen and (max-width: 1580px) {


.area_text {
    margin-top:80px;
    margin-right: 5%;
    width: 30%;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 4px  !important;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}
	

.area_block_L .area_text{
	margin-left:-5%;
	float: left;
}

.area_block_R .area_text {
  	margin-right: -5%;
	float: right;
}  

.bg_L, .bg_R{
	width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
	padding-bottom: 35%;

}

	
	
.list_block{
	width: 30%;
	min-width: auto;
	min-height: 450px;
	margin: 10px ;

}



	
	
}


@media screen and (max-width: 1199px) {
.llllllllll_1199_lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.top_logo{	margin-top: 0px;}
	
	
.top_v{
	width:700px;
	max-width: 100%;
	margin: auto;
	top: 150px;
	padding-bottom: 400px;

}
		

	
	
	
.ball{
    height: 45px;
    width: 45px;
	top: 70%;
	left:48%;
}
	


.area_block_L, .area_block_R{
	width: 80%;
	margin: 10px auto;	
	background-image: url("img_bg2.jpg");
}
	
.bg_L, .bg_R{
	width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
	padding-bottom: 40%;
	margin-top: 100px;
}

.area_block_L .area_text{	margin-left: -30px; float: right;}
.area_block_R .area_text {  margin-right: -30px; float: left;}  
	

.area_block_L .img_icon{	margin-left: -30px; float: left;}
.area_block_R .img_icon {  margin-right: -30px; float: right;}  
	
		
	
.img_icon{
		width: 50%;
		padding-bottom: 70%;
		margin-top: -100px;
}

.area_text {
    margin-top:0px;
    margin-right: 5%;
    width: 45%;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 5px  !important;
    line-height: 40px;
    text-align: left;
	font-size: 16px;
}
	
	
.list_block{
	width: 60%;
	margin:30px  auto;
	display: block;
	max-width: 100%;

}
	
	
	
	



	
}


@media screen and (max-width: 992px) {
		


.area_block_L,.area_block_R{
	width: 90%;
}

.bg_L,.bg_R{
	width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
}
	
.area_text {
    margin-top:50px;
    margin-right: 5%;
    width: 65%;
    padding: 10px 20px;
    line-height: 30px;

}
	

.img_icon{
		width: 80%;
		padding-bottom:70%;
		float: left;
}
.nav_btn{
	width: 100%;
}
	
.go_btn{
	letter-spacing: 4px;
	font-size: 16px;
}
.go_btn:hover{
		letter-spacing: 4px;

	}
}
@media screen and (max-width: 768px) {

.img_top{
	width: 100%;
	background-size: 1920px 1224px;
	
	}
	
	
.goto_line{

	width: 80px;
	padding-bottom: 80px;
	right: 10px;

}

.map{
	background-image: url(img_map2.jpg);
	width: 100%;
	padding-bottom:60%;
	}
	
	
	
.img_title{
	width: 	70%;
	max-width: 400px;
	margin: 20px auto;

}
.img_info{
	width: 	100%;
	max-width: 800px;
}
	.list_block{
	width: 80%;
	
}

@media screen and (max-width: 650px) {

.top_v{
	width:700px;
	max-width: 100%;
	margin: auto;
	top: 150px;
	padding-bottom: 60%;

}


}
	
@media screen and (max-width: 550px) {

.goto_line{
	
	width: 60px;
	padding-bottom: 60px;	
	right: 0px;
	}
.area_block_L, .area_block_R{
	width: 100%;
	margin: 0px auto;	
	padding-bottom: 0px;

}
	
.bg_L, .bg_R{
	width:98%;
    background-size: contain;
    background-repeat: no-repeat;
	padding-bottom: 80%;
	margin-top: 100px;
}
	
.area_text {
    margin-top:30px;
    margin-right: 5%;
    width: 98%;
    padding: 10px ;
    border-radius: 20px;
    letter-spacing: 3px !important;
    line-height: 30px;
    font-size: 16px;

}
	
.area_title{
		top:-100px;
	width: 250px;
	left:0px;

}
	
.img_icon{
		width: 100%;
		padding-bottom:70%;
		float: left;
}
.nav_btn{
	width:100%;
	padding-top: 30px;
	}
	
.go_btn{
	width:110px;
	background-position: left bottom;
	padding: 15px 0px;
	margin:auto auto;
}


.go_btn:hover{
	width: 110px;

	background-position: right bottom;

	}
}

@media screen and (max-width:450px) {
	

.ball{
    height: 45px;
    width: 45px;
	top: 60%;
	left:43%;
}
	
	
	
.top_v{
	width:850px;
	max-width: 100%;
	margin: auto;
	top: 150px;
	padding-bottom: 70%;

}
	

#c_frame {
	width: 95%;
	background-color: #fff;
	box-shadow: 5px 5px 20px #AFC3C7;
	margin:150px auto;
	text-align: center;
	padding: 30px 0px;
	background-size: 100 auto;
	background-position: center top,center bottom;
	background-image:url("img_bg_listtop.jpg"), url("img_bg_c.jpg");
	background-repeat: no-repeat;
}
	
	
.more_go{

	padding: 10px 20px;
	font-size: 16px;
	letter-spacing:3px;
	}

.more_go:hover{
	letter-spacing: 8px;

}
	


	
	}
@media screen and (max-width: 399px) {


	}

