@charset "utf-8";
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg,
.col-bg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-bg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-bg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-bg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-bg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-bg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-bg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-bg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-bg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-bg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-bg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-bg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-bg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-bg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-bg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-bg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-bg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-bg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-bg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-bg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-bg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-bg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-bg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-bg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-bg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-bg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-bg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-bg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-bg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-bg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-bg-0 {
    margin-left: 0;
  }
  .offset-bg-1 {
    margin-left: 8.333333%;
  }
  .offset-bg-2 {
    margin-left: 16.666667%;
  }
  .offset-bg-3 {
    margin-left: 25%;
  }
  .offset-bg-4 {
    margin-left: 33.333333%;
  }
  .offset-bg-5 {
    margin-left: 41.666667%;
  }
  .offset-bg-6 {
    margin-left: 50%;
  }
  .offset-bg-7 {
    margin-left: 58.333333%;
  }
  .offset-bg-8 {
    margin-left: 66.666667%;
  }
  .offset-bg-9 {
    margin-left: 75%;
  }
  .offset-bg-10 {
    margin-left: 83.333333%;
  }
  .offset-bg-11 {
    margin-left: 91.666667%;
  }
}

body{ font-family: 'Noto Sans TC',"新細明體", "Arial Unicode MS"; overflow-x: hidden;}

.container-fluid{ /*max-width:1200px; padding-left:0; padding-right:0;*/}

.footer{
	color:#fff;
	background-color:#000;
	text-align:center;
	padding:24px 15px 24px 0;
}

.footer a{
	color: #fffac6;
}
.footer a:hover{
	color: #33a9e4;
	text-decoration:none;
}
.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:15;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-135px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#09f;}

.sidebar{
	position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20%;
}
.sidebar ul{
    padding: 0px;
}
.sidebar li {
    list-style: none;
    padding-bottom: 25px;
    cursor: pointer;
}
.sidebar li img{width:65px;}
.sidebar li img:hover{ opacity:0.7;}

.navbar{ padding:0px;}
.navbar-brand{ margin-left:15px;}
@media (min-width:768px){.navbar-brand{ margin-left:0;}}
.navbar-toggler{ margin:15px;}
.navbar-nav .nav-item .nav-link{ padding:15px;}
.navbar-nav .nav-item .nav-link:hover{ background-color:#999;}

.menu_header{ position:fixed; z-index:9000; top:0; left:0; width:240px; height:100%; background-color:#464646; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1280px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; /*height:auto;*/ background:#000; color:#fff; overflow-y: hidden; height:88px;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

.logo_big{ display:none}
@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left;}
}
.logo_big img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:230px; height:auto; margin-top:20px;}

.menu_ul{list-style:none; padding:0; font-family:"華康儷中宋", Geneva, sans-serif;}
.menu_ul li{ border-bottom:1px dotted #2a2a2a;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#2a2a2a;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:48px; float:right; padding-top:10px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li:last-child{ background:none;}

	.menu_ul li a{ color:#fff; font-size:1rem; width:100px; text-align:center; padding:20px 0 17px 0;}
	.menu_ul li a:hover, .menu_ul li a:focus{ background-color:#5e5e5e;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1.1rem; width:120px; text-align:center; padding:17px 0;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#000; color:#FFF; position:fixed; z-index:8900; height:88px; width:100%;}

.mobile_header img{ margin:24px 0 0 15px; width:200px;}

.iconbar{float:right; width:48px; height:36px; margin:24px 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#2a2a2a;}

.menu_title{ margin:3px 15px; padding-top:23px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}


/*========================================================
                     置頂選單
=========================================================*/
/*.top_menu{ position:fixed; top:0; z-index:999; width:100%;}
.top_menu ul{ list-style:none; padding-inline-start:4%;}
.top_menu li{ width:13%; display:inline-block;}
.top_menu li img{ width:100%;}*/

/*========================================================
                     內頁設定
=========================================================*/


.top_banner{ position:relative;}
.top_banner img{ width:100%;}
.top_banner .logo,.top_banner .text{ position:absolute; left:0; top:0;}


.for_pc{display:none;}
.for_m{display:block;}
@media (min-width:768px){.for_pc{display:block;}.for_m{display:none;}}

.top_block {/*overflow-x: hidden;*/}
.top_block .carousel-item img{ width:100%;}
.top_block .pic{ }

.top_block .container-fluid{ padding:40px 15px;}
@media (min-width:1024px){ .top_block .container-fluid{ padding:100px;}}
@media (min-width:1440px){ .top_block .container-fluid{ padding:100px 190px;}}

.top_block .slide{ position:relative;}
.top_block .slide .text{ position:absolute; right:10px; bottom:10px; z-index:10; color:#fff;text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;font-size: 0.75rem;}
@media (min-width:768px){ .top_block .slide .text{ font-size: 0.9rem;}}

.block1{}

.top_block p{
	font-size:  0.9rem;
}
.top_block h1{
	color: #0096ff;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
	/*margin: 0;*/
	font-size: 1.4rem;
	text-align: center;
}
@media (max-width:467.98px){
	.top_block h1{
		margin: 0;
	}
}
/*@media (min-width: 768px) and (max-width: 991.98px){
	.top_block h1{
		font-size:  1.4rem;
	}
}*/
@media (min-width:768px){
	.top_block p{
		font-size:  0.9rem;
	}
	.top_block h1{
		font-size:  1.4rem;
	}
}
@media (min-width:992px){
	.top_block p{
		font-size:  1rem;
	}
	.top_block h1{
		font-size:  1.8rem;
	}
}
@media (min-width:1200px){
	.top_block p{
		font-size:  1.2rem;
	}
	.top_block h1{
		font-size:  1.8rem;
	}
}
@media (min-width:1400px){
	.top_block h1{
		font-size:  2.6rem;
	}
	.top_block p{
		font-size:  1.2rem;
	}
}
.container-fluid {
    max-width: 1600px;
}
.point_img p{
	position:absolute;
}
.point_img p:before{
	content:url('../img/point_a1.png') ;
	display: block;
    position: relative;
    right: 50%;
    margin-right: -160px;
    top: 0px;
}
.top_block span{
		display: block;
	}
@media (max-width:767.98px) {
	/*.top_block p:not(.-br) br {
		display: none;
	}*/
	.top_block p{
		margin: 5% 0;
	}
}
@media (max-width:991.98px) {
	.top_block span{
		display: inline;
	}
}
.md-20{
	margin: 80px 0;
}
.all_web{
	overflow-x: hidden;
}


/*========================================================
                         輪播紐
=========================================================*/


.top_block .slide .carousel-control-prev {
    background-color: rgba(000,000,000,0.7);
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 2%;
    width: 33px;
    height: 47px;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.top_block .slide .carousel-control-next {
    background-color: rgba(000,000,000,0.8);
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 50%;
    left: 98%;
    padding: 5px;
    width: 33px;
    height: 47px;
    transform: translate(-100%, -50%);
}

/*========================================================
                         圖片文字
=========================================================*/

.block7_list [class*="col-"] {
	position: relative;
}

.block7_list .page-img-txt {
    position:absolute; 
	right:20px; 
	bottom:10px; 
	z-index:10; 
	color:#fff;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
	font-size: 0.75rem;
}
@media (min-width: 768px){
	.block7_list .page-img-txt {
		font-size: 0.9rem;
	}
}
/*==========main css==========*/
.view_lg {
	display: none;
}

@media (min-width:992px) {
	.view_sm {
		display: none;
	}
	.view_lg {
		display: block;
	}
}
/*========================================================
                          p2
=========================================================*/
.container-fluid {
    max-width: 1600px;
}

.top_block2 {
	/*overflow:hidden;*/
	position: relative;
	padding: 80px 0px;
	
}
.top_block2 h1{
	text-align: center;
}
.top_block2 .text-center h1{
	text-align: center;
	display: inline-block;
}
.block2-box1{
	z-index: 9;
}
.block2-box1 p{
	text-align: center;
}
.top_block2 .pic {
	position: absolute;
	left: 0;
	top: 0;
	
}
.block2_list{
	padding: 30px;
}
@media (max-width:767.98px) {
	.top_block2 h1{
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		/*font-size: 1.8rem;*/
	}
	.top_block5 h1{
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		/*font-size: 1.8rem;*/
		z-index: 9;
	}
	.block2-box1{
		margin: 19px 0 0px 0px;
	}
	.top_block2	p{
		text-align: left;
	}
	.top_block5	p{
		text-align: left;
	}
}
/*@media (min-width: 480px) and (max-width: 767.98px){
	.top_block2 h1{
		font-size: 2rem;
	}
	
	.top_block5 h1{
		font-size: 2rem;
	}
	
}*/




/*========================================================
                     P3
=========================================================*/

.back_y{
	background: #fff01e;
}
.top_block3{
	padding: 15% 0;
	position: relative;
}
.block3-box1 h1,.block3-box1 p{
	text-align: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
@media (max-width:767.98px) {
	.block3-box1 h1{
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		/*font-size: 1.8rem;*/
		margin: 0 auto;
	}
}
@media (min-width:1200px) {
	.back_y{
		/*padding: 120px 0;*/
	}
	.top_block3{
		padding: 10% 0;
	}
}
/*========================================================
                     P4
=========================================================*/
.top_block4{
	padding: 80px 0;
	position: relative;
}
.top_block4 h1{
    padding-bottom: 20px;
	text-align: left;
}
@media (min-width:768px) {
	.top_block4 h1{
		text-align: center;
	}
}
/*========================================================
                     P5
=========================================================*/

.top_block5{
	padding: 15% 0;
	position: relative;
}
@media (max-width:767.98px) {
	.font-p5{
		padding: 10% 0;
	}
}
@media (min-width:1200px) {
	.top_block5{
		padding: 10% 0;
	}
}
/*========================================================
                     P6
=========================================================*/

.top_block6{
	padding: 15% 0;
	position: relative;
	text-align: left;
}
.block6-box1 h1,.block6-box1 p{
	text-align: right;
	flex-wrap: wrap;
	padding: 10px 0;
}

.point_img_2{
	text-align: right;
    padding: 20px 10px 20px 0;
}
@media (max-width:767.98px) {
	.block6-box1 h1{
		margin: 0 auto;
	}
	.point_img_2{
	text-align: right;
    padding: 5px 10px 5px 0;
}
}
@media (min-width:1200px) {
	.top_block6{
		padding: 10% 0;
	}
}

/*========================================================
                     P7
=========================================================*/

.top_block7{
	padding: 15% 0;
	position: relative;
	text-align: left;
}

.block7-box1{
	text-align: center;
}

.top_block7 img {
	width: 100%;
}

@media (max-width:767.98px) {
	.block7-box1 h1{
		margin: 0 auto;
	}
}
@media (min-width:1200px) {
	.top_block7{
		padding: 10% 0;
	}
}
/*========================================================
                     P8
=========================================================*/

.top_block8{
	padding: 80px 0 60px;
	position: relative;
}
@media (max-width:767.98px) {
	.block8-box1 h1{
		text-align: left;
	}
	
}	

/*========================================================
                     P9
=========================================================*/
.top_block9{
	padding: 15% 0;
	position: relative;
}
.top_block9 p{
	text-align: center;
}
.top_block9 .slide{
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media (max-width:767.98px) {
	.top_block9 h1 {
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		/*font-size: 1.8rem;*/
		margin: 0 auto;
	}
}
@media (min-width:1200px) {
	.top_block9{
		padding: 10% 0;
	}
}
/*========================================================
                     P10
=========================================================*/
.top_block10{
	padding: 80px 0 60px;
	position: relative;
}
.top_block10_img{
	text-align: center;
	margin-bottom: 5%;;
}
.top_block10_img img{
	max-width: 100%;
}


.top_block10_img_list {
    margin: 0 auto;
    padding-bottom: 0px;
    width: 920px;
    z-index: 3;
}

.block10_list{
	text-align: center;
	padding-top: 20px;
}

.block10-box1 .test_3{
	font-weight: bold;
	letter-spacing:10px;
	margin: 2% 0 1%;
}

.b10-img-1{
	max-width: 100%;
}


@media (max-width: 479.98px){
	.block10-box1{
		padding: 0 8%;
	}
}
@media (min-width: 480px) and (max-width: 639.98px){
	.block10-box1{
		padding: 0 18%;
	}
	.b10-img-1{
		max-width: 80%;
	}
}

@media (min-width: 640px) and (max-width: 767.98px){
	.block10-box1{
		padding: 0 17%;
	}
	.b10-img-1{
		max-width: 80%;
	}
}
@media (min-width: 768px){
	.b10-img-1{
		max-width: 95%;
	}
}
@media (min-width: 992px){
	.b10-img-1{
		max-width: 80%;
	}
}
@media (min-width: 1200px){
	.b10-img-1{
		max-width: 85%;
	}
}
.top_block10 .btn_list{ text-align:center; padding-bottom:5%;}
.top_block10 .btn_list .btn{ width:28%; padding-right:7px; margin:0 auto;}
.top_block10 .btn_list .btn img{ width:100%;}
.top_block10 .btn_list .btn:hover{ opacity:0.5; transition:all .3s;}
.top_block10 .deco{ max-width:60%; margin:0 auto;}


@media (max-width: 767.98px){
	.top_block10_img_list {
		width: 686px;
		padding-bottom: 45px;
		width: 100%!important;
		z-index: 2;
	}
	.block10-box1 .test_3{
		letter-spacing:2px;
		 
	}
	.top_block10_img img{
		max-width: 90%;
	}
}	


/*========================================================
                     預約表單
=========================================================*/
.contact_block{ padding: 80px 0 60px;
	position: relative;}
.contact_block h2{ text-align:center; letter-spacing:2px; font-weight:bold;}

/*表單樣式*/
.form_block{ }
.form_block .title{ max-width:35%; margin:0 auto; padding-bottom:15%;}
.info_block{ padding-bottom:80px;}
.info_block .text{ padding-bottom:20px; max-width:95%; margin:0 auto;}
.info_block .btn_list{ text-align:center; padding-bottom:60px;}
.info_block .btn_list .btn{ width:28%; padding-right:7px; margin:0 auto;}
.info_block .btn_list .btn:hover{ opacity:0.5; transition:all .3s;}
.info_block .deco{ max-width:60%; margin:0 auto;}

#form1{ padding:0 10px; margin-top:12px; text-align:left; font-size:1rem;}
#form1 .row{ margin:0;}
#form1 .form-group { padding-bottom:18px;}
#form1 .form-control{ border-radius:0; display:inline-block; padding-left:95px;}
#form1 label{}
#form1 .style1 label{ position:absolute; color:#666666; padding:12px 15px;}

#form1 .btn{ background:rgba(255,255,255,0.6); color:#666666; border:0; border-radius:20px;}
#form1 .btn:hover{ background:#fff; cursor:pointer; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;}
#form1 .btn_group{ text-align:center; padding:8px 13px;}
#form1 .text_box{ color: #b5a01a; font-size:1rem;}
#form1 .text_box p{ font-size:1rem;}
#form1 .form-check{ padding-left:0; }
#form1 .form-check label{ display:inline;}
.contact_block .row{ margin-left:0; margin-right:0;}
#form1 input{ background:rgba(255,255,255,0.6); border:0; padding:13px 24px;}


.form_block .check_box button{
	width:100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #231815;
    border: 0;
    color: #fff;
    position: relative;
    transition: all .3s linear;
    top: 0px;
    left: 0px;
    border-radius: 0rem!important;
}
.form_block .check_box button:hover{
    background-color: #382723;
}

/*webkit瀏覽器專用*/
/*#form1 ::-webkit-input-placeholder { color:#fff; }*/
/*Firefox 19+瀏覽器專用*/
/*#form1 input::-moz-placeholder{color:#fff;}*/
/*IE10瀏覽器專用*/
/*#form1:-ms-input-placeholder{color:#fff;}*/

@media (min-width:992px){
	.info_block .text{ padding-bottom:80px; max-width:73%;}
	.form_block .title{ max-width:25%; padding-bottom:13%;}
	#form1{ font-size:1.2rem;}
	.map_block{ padding-bottom:0;}
}


/*--google recaptcha 隱藏----*/
.grecaptcha-badge{ 
	visibility:hidden;
}

/*========================================================
                     特效
=========================================================*/
.point-r1{
	position: absolute;
    right: -10%;
    width: 27%;
    top: 17%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r3{
	position: absolute;
    top: -16%;
    left: -8%;
    width: 27%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r4{
	position: absolute;
    top: 6%;
    right: 5%;
    width: 1%;
    height: auto;
}
.point-r4-1{
	position: absolute;
    left: -5%;
    width: 27%;
    bottom: -6%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r4-2{
	position: absolute;
    bottom: 48%;
    left: 50%;
    width: 12%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data-2 4s linear infinite alternate;
}
.point-r5{
	position: absolute;
    right: -9%;
    width: 27%;
    top: -4%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r5-1{
	position: absolute;
    bottom: 37%;
    left: 38%;
    width: 12%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data-2 4s linear infinite alternate;
	z-index: -1;
}
.point-r6{
	position: absolute;
    left: -3%;
    width: 27%;
    bottom: -17%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r6-1{
	position: absolute;
    right: 6%;
    width: 15%;
    top: 12%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data-2 4s linear infinite alternate;
	z-index: -1;
}
.point-r8{
	position: absolute;
    right: 6%;
    width: 10%;
    top: 7%;
    height: auto;
}
.point-r8-1{
	position: absolute;
    right: -8%;
    width: 27%;
    top: 29%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
	z-index: -1;
}
.point-r8-2{
	position: absolute;
    left: -8%;
    width: 27%;
    bottom: -4%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
	z-index: -1;
}
.point-r8-3{
	position: absolute;
    right: 25%;
    width: 15%;
    top: 11%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data-2 4s linear infinite alternate;
	z-index: -1;
}
.point-r9{
	position: absolute;
    right: 39%;
    width: 27%;
    top: 38%;
	height: auto;
	transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
}
.point-r9-1{
	position: absolute;
    left: 0%;
    width: 27%;
    bottom: 6%;
    height: auto;
    transform: rotate(-5deg);
    animation: point-data 4s linear infinite alternate;
	z-index: -1;
}


@media (max-width: 479.99px){
	.point-r1{
		right: -19%;
		width: 60%;
		top: 14%;
	}
	.point-r3{
		left: -17%;
		top: -10%;
		width: 60%;
	}
	.point-r4{
		top: 8%;
		right: 6%;
		width: 2%;
	}
	.point-r4-1{
	    left: -19%;
		width: 60%;
		bottom: -3%;
	}
	.point-r4-2{
		bottom: 44%;
		left: 51%;
		width: 36%;
	}
	.point-r5{
		right: -19%;
		width: 60%;
		top: 15%;
	}
	.point-r5-1 {
		bottom: 32%;
		left: 4%;
		width: 36%;
	}
	.point-r6{
		left: -11%;
		width: 60%;
		bottom: -18%;
	}
	.point-r6-1{
		right: -12%;
		width: 27%;
		top: 35%;
	}
	.point-r8{
		right: 10%;
		width: 31%;
		top: 5%;
	}
	.point-r8-1{
	    right: -19%;
		width: 60%;
		top: 33%;
	}
	.point-r8-2{
		left: -19%;
		width: 60%;
		bottom: -17%;
	}
	.point-r8-3{
		left: -4%;
		width: 36%;
		top: 2%;
	}
	.point-r9{
	    right: -19%;
		width: 60%;
		top: 52%;
	}
	.point-r9-1{
	    left: -19%;
		width: 60%;
		bottom: 25%;
	}
	
	
}

@media (min-width: 480px) and (max-width: 767.98px){
	.point-r1{
		right: -19%;
		width: 55%;
		top: 14%;
	}
	.point-r3{
		left: -17%;
		top: -10%;
		width: 55%;
	}
	.point-r4{
		top: 8%;
		right: 6%;
		width: 2%;
	}
	.point-r4-1{
	    left: -19%;
		width: 55%;
		bottom: -3%;
	}
	.point-r4-2{
		bottom: 44%;
		left: 51%;
		width: 36%;
	}
	.point-r5{
		right: -19%;
		width: 55%;
		top: 15%;
	}
	.point-r5-1 {
		bottom: 32%;
		left: 4%;
		width: 36%;
	}
	.point-r6{
		left: -11%;
		width: 55%;
		bottom: -20%;
	}
	.point-r6-1{
		right: -12%;
		width: 27%;
		top: 35%;
	}
	.point-r8{
		right: 10%;
		width: 31%;
		top: 5%;
	}
	.point-r8-1{
	    right: -19%;
		width: 55%;
		top: 33%;
	}
	.point-r8-2{
		left: -19%;
		width: 55%;
		bottom: -17%;
	}
	.point-r8-3{
		left: -4%;
		width: 27%;
		top: 2%;
	}
	.point-r9{
	    right: -19%;
		width: 55%;
		top: 52%;
	}
	.point-r9-1{
	    left: -19%;
		width: 55%;
		bottom: 25%;
	}
}
@media (min-width:992px){
	.point-r9{
	    right: 38%;
		width: 27%;
		top: 41%;
	}
	.point-r9-1 {
		left: -6%;
		width: 27%;
		bottom: 7%;
	}
}
@media (min-width:1200px){
	.point-r9{
	    right: 48%;
		width: 27%;
		top: 43%;
	}
	.point-r9-1 {
		left: -8%;
		width: 27%;
		bottom: 4%;
	}
}


@media (min-width:1300px){
	.point-r1 {
		right: -9%;
		width: 25%;
		top: 10%;
	}
	.point-r3{
		top: -19%;
		left: -9%;
		width: 25%;
	}
	.point-r4-1{
		left: -9%;
		width: 25%;
		bottom: -6%;
	}
	.point-r5 {
		right: -9%;
		width: 25%;
		top: 1%;
	}
	.point-r6{
	    left: -2%;
		width: 25%;
		bottom: -27%;
	}
	.point-r8-1 {
		right: -9%;
		width: 25%;
		top: 22%;
	}
	.point-r8-2 {
		right: -9%;
		width: 25%;
		bottom: -4%;
	}
	.point-r9 {
		right: 48%;
		width: 24%;
		top: 45%;
	}
	.point-r9-1 {
	    left: -5%;
		width: 25%;
		bottom: 4%;
	}
}



@keyframes point-data {
	to {
		transform:rotate(0deg)
	}
}
@keyframes point-data2 {
	to {
		transform:rotate(5deg)
	}
}



@keyframes point-data-2 {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
}

/*========================================================
                     選單
=========================================================*/
.menu{
    opacity: 0;
    transform: translateY(-10px);
    transition:all 0.5s;

}

.Sticky{
    opacity: 1;
    transform: translateY(0px);
    transition:all 0.5s;
}

.navbar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #333 !important;
}

.navbar .navbar-brand {
    padding: 10px 2%;
}

.navbar .btn {
    padding: 20px 0px;
    min-width: 150px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.btn-info,
.btn-dark {
    color: #fff !important;
}

.tellLink {
    color: #555;
    padding: 10px 2rem;
    font-size: 20px;
}

.tellLink:hover {
    color: #17a2b8;
}

.tellLink span {
    display: block;
    font-size: 10px;
}

.btn-fb {
    background-color: #3865b2;
}

.btn-fb:hover {
    background-color: #19499c;
}

.m_contactBox {
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #444;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.m_contactBox a {
    width: calc(100%/2);
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
}

.m_contactBox a+a {
    border-left: 1px solid #999;
}

.navbar .btn span {
    display: block;
    font-size: 1rem;
}

.top_performance_pic img {
    max-width: 100%;
    vertical-align: bottom;
}
.performance-list p {
	text-align: center;
	color: #fff;
	position: relative;
	margin: 0 0 20px 0;
}


/*.slick-next {
    right: 25px;
	 z-index: 9999;
}
.slick-prev {
    left: 25px;
    z-index: 9999;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	
.top_menu ul{ text-align:center;  padding-inline-start:0; padding:0;}
.top_menu li{ width:15%;}
@media (min-width:992px){
	.top_menu{ width:640px; left:50%; margin-left:-320px;}
}*/

