@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "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(../images/iconbar.png);}
.iconbar_close{background-image:url(../images/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{ display:block; position:fixed; top:0; z-index:999; width:100%; text-align:center; font-family:"華康儷中宋(P)", Geneva, sans-serif;}
.top_menu .col-3{ padding:5px; padding:0;}
.top_menu .col-3 a{ display:block; background-color:#fff; color:#000; padding:2px 5px 5px 5px; border-radius:5px; text-decoration:none;}
.top_menu .col-3 a:hover{ background-color:#145b8c; color:#fff; transition:all .3s;}
.top_menu .col-3 img{ max-width:19px; margin-right:2px; display:inline-block;}
.top_menu .col-3 img.pic_t{ max-width:90px; margin-right:0;}

@media (min-width:768px){ 
	.top_menu .col-3 a{ padding:8px;}
	.top_menu .col-3 img.pic_t{ max-width:120px;}
}

/*========================================================
                     內頁設定
=========================================================*/
.top_banner{ position:relative;}
.top_banner img{ width:100%;}
.top_banner .title,.top_banner .text{ position:absolute; top:0; left:0; width:100%;}
.grecaptcha-badge{ visibility:hidden;}

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


.top_block 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 .text_block{ padding:20px 15px;}
/*.top_block .text_block h2{ font-family:"華康中明體(P)","華康儷中宋(P)", sans-serif; font-size:1.4rem; line-height:2.2rem; letter-spacing:4px; font-weight:bold; text-align:center;}*/
.top_block .text_block .title{ padding-bottom:10px; margin:0 auto;}
.top_block .text_block .title_line{ width:100%; height:3px; background:url(../images/title_line1.jpg) top center no-repeat; margin:8px 0 13px 0;}
.top_block .text_block p{ font-size:0.9rem; text-align:center;}

.top_block.style2{ position:relative;}
.top_block.style2 .text_block{ color:#fff; position:absolute; left:0; width:100%; padding:60px 15px;}
/*.top_block.style2 .text_block h2{ line-height:2rem;}
.top_block.style2 .text_block h2 span{ font-weight:normal; color:#fff798; font-size:1.1rem;}*/
.top_block.style2 .text_block .title_line{ background:#fff; height:1px;}

.top_block{ position:relative;}
.top_block .caption_text{ position:absolute; top:10px; left:10px;}
.top_block .caption_text p{ font-size:0.8rem; color:#fff;}

.carousel-indicators [data-bs-target]{ width:10px; height:10px; border-radius:50%; background-color:#4d4c4c; opacity:.3;}
.carousel-indicators .active{ opacity:1;}
.carousel-indicators{ margin-bottom:-30px;}
.divide_block{ background:url(../images/divide_bg.jpg) top center no-repeat; background-size:cover; padding:5px; position:relative;}
.divide_block .text{ margin:0 auto; display:block; max-width:250px;}
.divide_block img{ width:100%;}
.divide_block .deco1{ position:absolute; right:5px; bottom:-16px; z-index:10; width:46px;}


@media (min-width:768px){
	.top_block .text_block{ padding:8% 30px;}
	/*.top_block .text_block h2{ font-size:1.7rem; line-height:3rem;}*/
	.top_block .text_block .title{ padding-bottom:20px;}
	.top_block .text_block p{ font-size:1.2rem;}
	.top_block.style2 .text_block{ padding:100px 30px;}
	.top_block.style2 .text_block .title{ max-width:60%;}
	.divide_block{ padding:10px;}
	.divide_block .text{ max-width:350px;}
	.divide_block .deco1{ right:15%; bottom:0; z-index:10; width:99px;}
}
@media (min-width:1920px){
	.divide_block .deco1{ right:33%;}
	.top_block.style2 .text_block{ padding:100px 60px;}
}

/*.block2{ background:url(../images/block2_bg.jpg) center center no-repeat; background-size:cover; min-height:800px;}
.block3{ background:url(../images/block3_bg.jpg) center center no-repeat; background-size:cover; min-height:850px;}
.block5{ background:url(../images/block5_bg.jpg) center center no-repeat; background-size:cover; min-height:850px;}*/
.block5 .text_block{ text-shadow:1px 1px 4px #0a2c63;}
.block5 .deco2{ position:absolute; left:18%; top:-12px; z-index:10; width:60px;}

.block7{
	background: rgb(38,78,159); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(38,78,159,1) 0%, rgba(98,176,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(38,78,159,1) 0%,rgba(98,176,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(38,78,159,1) 0%,rgba(98,176,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264e9f', endColorstr='#62b0be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.block7 .build_logo{ margin:0 auto; display:block; max-width:50%; padding-bottom:20px;}
.block7 .text_block .title{ color:#fff57f;}
.block7 .text_block .text{ color:#fff;}
.block8 .text{ position:absolute; top:0; width:100%;}
.block8 .text img{ display:block; margin:0 auto;}


@media (min-width:768px){
	/*.block2{ min-height:90vh; background:url(../images/block2_bg.jpg) bottom center no-repeat; background-size:cover;}
	.block3{ min-height:100vh; background:url(../images/block3_bg.jpg) bottom center no-repeat; background-size:cover;}
	.block5{ min-height:100vh; background:url(../images/block5_bg.jpg) bottom center no-repeat; background-size:cover;}*/
	.top_block.block5.style2 .text_block .title{ max-width:100%}
	.block5 .text_block{ max-width:52%;}
	.block5 .text_block p{ text-align:left;}
	.block5 .deco2{ left:10%; top:-2%; width:5%;}
	.block8 .text{ top:20px;}
	.block8 .text img{ max-width:70%;}
}
/*@media (min-width:1920px){
	.block2{ min-height:245vh;}
	.block3{ min-height:260vh;}
	.block5{ min-height:260vh;}
}*/

/*========================================================
                     360
=========================================================*/
.panorama_block{ position:relative;}
.panorama_block .panorama{ height:70vh;}

.panorama_cover{ position:absolute; top:60px; text-align:center; width:100%; z-index:10;}
.panorama_cover img{ max-width:70%;}
.panorama_text{ position:absolute; right:10px; bottom:10px; z-index:1;}
.panorama_text img{ max-width:60px;}
/*.panorama_icon{ position:absolute; right:5px; bottom:5px; z-index:10;}
.panorama_icon img{ max-width:40%; float:right;}*/

@media (min-width:768px) {
	.panorama_block .panorama{ height:140vh;}
	.panorama_cover img{ max-width:40%;}
	.panorama_text{ right:20px; bottom:20px;}
	.panorama_text img{ max-width:80px;}
}


/*========================================================
                     聯絡我們
=========================================================*/
.top_contact_block{ padding:30px 0; background-color:#01aaeb;}
@media (min-width:992px){.top_contact_block{ padding:20px 140px; text-align:left;}}

.top_contact_block .nav_link{ padding:0; list-style:none;}
.top_contact_block .nav_link li{ margin:0 0 15px 0;}
.top_contact_block .nav_link li a{
	text-align:left;
	padding:40px 0;
	width:100%;
	font-size:1rem;
	margin:0;
	color:#fff;
	display:block;
	text-shadow:none;
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
	background: #5a996e;
}
.top_contact_block .nav_link li a:hover{
	text-decoration:none;
	color:#fff;
	background: #7bc091;
}
.top_contact_block .nav_link li a img{ float:left; padding:0px; /*margin:0 15px;*/ width:100%; height:auto;}


.mobile_footer{ display:block; position:fixed; z-index:8000; top:100%; left:0; width:100vw; height:60px; margin-top:-60px; text-align:center;}
.mobile_footer .row .col-6{ font-size:0.9rem; padding:0;}
.mobile_footer .row img{ display:block; margin:2px auto 2px auto;}

.mobile_footer .row a{ display:block; background-color:#444; color:#fff; padding:8px; border-left:1px solid #777; text-decoration:none;}
.mobile_footer .row a:hover{background-color:#7d7d7d; text-decoration:none;}
.mobile_footer .row .col-6:first-child a{ border-left:none;}

@media (min-width:992px){
	.mobile_footer{ display:none;}
}
.video_block iframe{ width:100%; height:400px;padding-bottom:7px;}


/*彈跳視窗*/
#fancybox_inline{
	padding:0;
}
#fancybox_inline img{
	max-width:100%
}

.p_box{
	color: #06306c;
    font-weight: bold;
	text-align: center;
}


/*========================================================
                     預約表單
=========================================================*/
.contact_block{	background:url(../images/contact_bg.jpg) top left no-repeat; background-size:cover;}
.contact_block .map_block{ padding:20px 10px 25px 10px;}
.contact_block .map_block iframe{ border:2px solid #fff;}
.contact_block h2{ color:#004b81; letter-spacing:2px; font-weight:bold; padding:0 0 10px 10px;}

/*表單樣式*/
.form_block{ }
.form_block .title_line{
	width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
    margin: 20px 10px 30px;
}


#form1{ text-align:left; font-size:1rem;}
#form1 .row{ margin:0;}
#form1 .form-group { padding-bottom:12px;}
#form1 .form-control{ border-radius:0; background-color:#989898; color:#fff;}
#form1 label{  padding-left:0;}

#form1 .btn{ background-color:#030000; color:#fff; border:0; padding:7px 20px;}
#form1 .btn:hover{ background-color:#004b81; cursor:pointer; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;}
#form1 .btn_group{ text-align:center; padding:8px 13px;}
#form1 .text_box{ font-size:1rem; padding-top:20px; font-weight:bold;}
#form1 .text_box a{ color:#e61e19;}
#form1 .text_box a:hover{ color:#004b81;}
#form1 .form-check{ padding-left:0; }
#form1 .form-check label{ display:inline;}
.contact_block .row{ margin-left:0; margin-right:0;}


.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){
	#form1{ font-size:1.2rem;}
}

/*-----------------------------花瓣特效START--------------------------------*/
.home_banner_petal1{
	position: absolute; 
	width:60px;
	opacity: 0;
	
	animation-name:leaf1;
	animation-duration:5s;
	animation-iteration-count:infinite;
}
.home_banner_petal2{
	position: absolute; 
	width:25px;
	opacity: 0;

	animation-name:leaf2;
	animation-duration:5s;
	animation-iteration-count: infinite;
	animation-delay:1s;
}


.home_banner_petal1 img,
.home_banner_petal2 img,
.home_banner_petal3 img,
.home_banner_petal4 img,
.home_banner_petal5 img{ width:100%; height:auto;}
@media (min-width:992px){
	.home_banner_petal1{ width:65px;}
	.home_banner_petal2{ width:20px;}
}
@media (min-width:1400px){
	.home_banner_petal1{ width:100px;}
	.home_banner_petal2{ width:47px;}
}

@keyframes leaf1
{
  0% { left:10vw; top:4vh; opacity:0;}
  10%{ opacity:1;}
  50%{ left:24vw; top:30vh; -webkit-transform:rotate(180deg);}
  90%{ opacity:1;}
  100%{ left:12vw; top:65vh; opacity:0;}
}
@keyframes leaf2
{
  0% { left:20vw; top:3vh; opacity:0;}
  10%{ opacity:1;}
  50%{ left:16vw; top:20vh; -webkit-transform:rotate(90deg);}
  90%{ opacity:1;}
  100%{ left:32vw; top:46vh; opacity:0;}
}


/*========================================================
                     選單
=========================================================*/
.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;}
}*/

