@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 Serif TC',  "新細明體", "Arial Unicode MS";
	overflow-x: hidden;
}
@media (min-width:900px) {
	body {
		background-image: url(../img/all_bg.jpg);
		background-size: cover;
		/* background-attachment: fixed; */
		background-repeat: no-repeat;
		background-position: center center;
		object-fit: cover;
		object-position: 50% 50%;
	}
}
html {
  scroll-behavior: smooth;
}
.footer {
	color: #fff;
	background-color: #0d3c84;
	text-align: center;
	padding: 24px 0;
}
.footer a {
	color: #0FC;
}
.share {
	margin: 8px 0;
}
.share img {
	margin: 0 2px;
}
.backtop {
	position: fixed;
    z-index: 999;
    width: 48px;
    height: 48px;
    left: 99.8%;
    top: 93%;
    margin-top: -64px;
    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;
    transition: background 0.3s;
}
.backtop:hover {
	background-color: #cdc4b8;
}


/*==========animate css==========*/
.animate__delay-5s{
	-webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5);
}
.animate__delay-6s{
	-webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-delay: calc(var(--animate-delay)*6);
    animation-delay: calc(var(--animate-delay)*6);
}
.animate__delay-7s{
	-webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-delay: calc(var(--animate-delay)*7);
    animation-delay: calc(var(--animate-delay)*7);
}


/*==========header css==========*/

.header_logo {
	position: fixed;
	z-index: 950;
	top: 20px;
	left: 15px;
}
.header_logo img {
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
	width: 240px;
	height: auto;
}

@media (min-width:992px) {
.header_logo {
	top: 24px;
	left: 15px;
}
.header_logo img {
	width: 320px;
}
}

@media (min-width:1400px) {
.header_logo {
	left: calc(50% - 685px);
}
.header_logo img {
	width: 320px;
}
}
/*==========nav css==========*/

.header_box{
	z-index:9999;position: relative;
}


.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;}


.mobile_header{z-index:999999;/*background-color: transparent;*/color: #534741;position: fixed;/*height: 88px;*/width: 100%;}
.menu_header{ 
	position:fixed; 
	z-index:999999; 
	top:0; left:0; 
	width:240px; 
	height:100%; 
	/*background:url(../img/menu_bg.jpg) left bottom no-repeat; 
	background-size:cover; */
	background-color: #806c4c;
	color: #fff;
	-webkit-transition: margin 0.3s; /* Safari */ 
	transition: margin 0.3s; 
	overflow-y: auto;
}
.menu_header .logo{ }
.menu_header .logo img{ max-width:145px; margin: 0px 0 40px 40px;}
.menu_header img{ margin:12px 0;}


.menu_close{ right:100%; margin-left:-240px;}
.menu_open{ right:100%; margin-left: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:1600px;}


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



/*@media (min-width:1200px){
	.menu_ul li a{ font-size:1.1rem; width:120px; text-align:center; padding:10px 0;}
}*/




.iconbar{float:left; width:48px; height:47px; margin: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;}

@media (min-width:992px){
	
	
}
.logo_big{ display:none}
/*@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left;}
	.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}
	.mobile_header{ background-color:#d9374b; color:#534741; position:fixed; z-index:8900; height:88px; width:100%;padding-top: 15px;padding-bottom: 15px;padding-left: 3%;padding-right: 3%;}
	.mobile_header img{ width:115px;}
	.menu_ul{ text-align:center; border-radius:4px; height:48px; float:right; padding-top:3px;}
	.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:#8e1139;}
	.menu_ul .mobile_home{ display:none;}
}
*/










	.iconbar_open{background-image:url(../img/iconbar.png); background-size:66%;z-index:9999;}
	.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#2a2a2a;z-index:999999;}
	.logo_big{ display:none}

.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; padding-top:10px;}
.menu_ul li{ /*border-bottom:1px dotted #2a2a2a;*/}

.menu_ul li a{ color:#fff; display:block; font-size:1.3rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s; padding:8px 20px; margin:0 40px; text-decoration:none; text-align:center; /*border-bottom:1px solid #b80d23;*/}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#cdc4b8;}
.menu_ul li a span{ display:block; font-size:0.8rem;}
/*.menu_ul li a img{ width:16px;}*/


.menu_ul{ text-align:center; border-radius:4px; height:48px; float:left;}
.menu_ul li{ float:left; border:none; position:relative;}
.menu_ul li:last-child{ background:none;}

/*.menu_ul li a{ color:#534741; font-size:1rem; width:100px; text-align:center; padding:4px 0; text-decoration:none;}*/
.menu_ul li a:hover, .menu_ul li a:focus{ background-color:#cdc4b8; color:#fff;}
.menu_ul .mobile_home{ display:none;}
.logo_big{ display: block; text-align:center;  float:left;}


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

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


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

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



/*------電腦-----------*/

/*@media (min-width:992px){
	.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}
.mobile_header{ background-color: #ffffff78;color: #534741;position: fixed;z-index: 8900;height: 66px;width: 100%;padding-top: 2px;padding-bottom: 15px;padding-left: 3%;padding-right: 3%;}
.mobile_header img{}
.logo_big{ display:none}
	.logo_big{ display: block; text-align:center;  float:left;}
}
.logo_big img{ -webkit-transition: all 0.3s; transition: all 0.3s; width:100px; height:auto; margin-top:3px;}

.top_menu_ul{ list-style:none; padding:0;}
.top_menu_ul li{ border-bottom:1px dotted #730a2c;}

.top_menu_ul li a{ color:#fff; text-decoration:none; display:block; font-size:1.1rem; -webkit-transition: background 0.3s;transition: background 0.3s;  padding:15px;}
.top_menu_ul li:hover, .top_menu_ul li:focus{ text-decoration:none; background-color:#fc8e9d;}

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


@media (min-width:992px){
	.top_menu_ul{ text-align:center; border-radius:4px; height:48px; float:right;}
	.top_menu_ul li{ float:left; border:none; position:relative; background:url(../images/devide_line.jpg) center right no-repeat;margin: 0 10px;}
	.top_menu_ul li:last-child{ background:none;}

	.top_menu_ul li a{ color:#fff; font-size:1rem; width:100px; text-align:center; padding:20px 5px 17px 5px;}
	.top_menu_ul li:hover, .top_menu_ul li:focus{ background-color:#ffffff73; }
	.top_menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.top_menu_ul li a{ font-size:1.1rem; width:140px; text-align:center; padding:17px 10px;}
}
*/




/*==========main css==========*/
.view_lg {
	display: none;
}

@media (min-width:992px) {
.view_sm {
	display: none;
}
.view_lg {
	display: block;
}
}
.prev-alt {
	background-color: #fff;
	color: #171717;
	position: absolute;
	z-index: 555;
	cursor: pointer;
	top: 50%;
	left: 0%;
	padding: 14px 15px 16px 15px;
	transform: translate(0, -50%);
	opacity: 0.75;
}
.prev-alt:hover {
	opacity: 1;
}
.next-alt {
	background-color: #fff;
	color: #171717;
	position: absolute;
	z-index: 555;
	cursor: pointer;
	top: 50%;
	left: 100%;
	padding: 14px 15px 16px 15px;
	transform: translate(-100%, -50%);
	opacity: 0.75;
}
.next-alt:hover {
	opacity: 1;
}
.top_banner {
	position: relative;
	overflow-y: hidden;
}
.top_banner_logo {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	animation-duration: 4s;
}
.top_banner_text {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	animate-delay: 4s;
	animation-duration: 3s;
}
.video_block {
	padding: 80px 0;
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-size: cover;
}
.video_block .container-fluid {
	max-width: 1200px;
}
.top_title {
	text-align: center;
	color: #555;
}
/*========================================================
                          共同設定
=========================================================*/
.font-all h2 {
	font-size: 28px;
	padding: 20px 0 0;
	font-weight: 900;
	color: #aa9649;
	letter-spacing: 3px;
}
.font-all p {
	/*font-size: 20px;*/
	/*padding: 20px 0 10px;*/
	color: #000;
}

@media (min-width: 768px) {
.font-all h2 {
	font-size: 30px;
}
.font-all p {
	font-size: 19px;
}
}

@media (min-width: 1200px) {
.font-all h2 {
	letter-spacing: 15px;
}
}

@media (min-width: 1400px) {
.font-all h2 {
	font-size: 38px;
}
.font-all p {
	line-height: 30px;
	letter-spacing: 1px;
}
}

@media (min-width: 1600px) {
.font-all h2 {
	font-size: 48px;
}
.font-all p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
}
}
.title_line {
	width: 270px;
	height: 2px;
	background-color: #aa9649;
	margin: 30px auto;
}
.for_pc {
	display: none;
}
.for_m {
	display: block;
}

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

.all_web_cont{
	
}
.all_web_cont img{
	display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.all_web_cont_s img{
	display:flex;
    align-items:center;
    justify-content:center;
	margin: 0 auto;
}
.blllk_s{
	margin: 30px 10px;;
}

.all_top{
	/*padding-top: 60px;*/
}
.img-pt{
	padding-top: 10px;
}

.fancybox-content{
    padding: 44px 10px!important;
    border: 8px solid #b5b5b6;
}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px; margin-bottom:0;}
}
/*========================================================
                         按鈕設定
=========================================================*/
.all-list {
	padding: 0;
	overflow: hidden;
}
.all-list .wrap {
	width: 100%;
	padding: 0;
}
.all-list h1 {
	text-align: center;
	margin-bottom: 20px;
}
.img_list {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}
.img_list li {
	transition: all 0.4s ease;
}
.img_list li.slick-current {
	position: relative;
	opacity: 1;
	z-index: 99;
}
.img_list li .img {
	float: left;
	width: 100%;
	position: relative;
}
.img_list li img {
	display: block;
	width: 100%;
}
.img_list li .img p {
	color: #fff;
	font-size: 24px;
	position: absolute;
	bottom: -8px;
	right: 40px;
	text-shadow: 0px 0px 15px #000;
}

/*  尺寸設定 */
@media (min-width:640px) {
.img_list li {
	opacity: 0.2;
}
}

@media (max-width: 1400px) {
}

@media (max-width: 1199px) {
.img_list li .img {
	width: 100%;
	float: none;
}
}
.slick-prev:before, .slick-next:before {
	color: #fff;
}

@media (min-width:992px) {
.slick-prev:before,  .slick-next:before {
	color: #555;
}
}
.slick-prev {
	left: 19%;
	margin-left: -40px;
	z-index: 99;
	border-radius: 0;/*border: 1px solid #bebebe;
	background-color: #fff;*/
	
}
.slick-next {
	right: 19%;
	margin-right: -40px;
	z-index: 99;
	border-radius: 0;/*border: 1px solid #bebebe;
	background-color: #fff;*/
}
.slick-prev:hover {
}
.slick-next:hover {
}

@media (max-width: 1199px) {
/*.slick-dots {
	bottom: 0px;
}*/
.slick-prev {
	left: 0;
	margin: 0;
}
.slick-next {
	right: 0;
	margin: 0;
}
	
}

.top_block{
	/*overflow-x: hidden;
	overflow-y: hidden;*/
}



.top_title{
	position: absolute;
	left: 0px;
	top: 0px;
}
.top_list{
	position: absolute;
	left: 0px;
	top: 76px;
}
.font_list_s{
	color: #fff;
	text-align: left;
	position: absolute;
	left: 53px;
	top: 76px;
	padding: 0 5px;
}
.font_list_s h2{
	font-size: 26px;
}
.font_list_s h3{
	font-size: 18px;
}
.font_list_s p{
	font-size: 0.8rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.top_title{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.top_list{
		position: absolute;
		left: 0px;
		top: 111px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.top_title{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.top_list{
		position: absolute;
		left: 0px;
		top: 131px;
	}
}
@media (min-width: 992px) {
	.top_title{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.top_list{
		position: absolute;
		left: 0px;
		top: 0px;
	}
}


img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*========================================================
                          p1
=========================================================*/
.top_banner{
	/*background-image: url(../img/banner.jpg);
	background-position: center;
	background-size: cover;*/
	padding-top: 35vh;
	padding-bottom: 35vh;
	max-width: 70%;
	text-align: center;
	position: relative;
	overflow-x: hidden;
}
.top_banner .text{
	text-align: center;
}
.top_banner .text img{
	display: block;
	margin: 0 auto;
	widows: 70%;
}

.top_banner .text > img:nth-of-type(1) {
    margin-top: 5vh;
    max-width: 80%;
}
.top_banner .text > img:nth-of-type(2) {
   margin: 0% auto 5%;
}
.top_banner .text > img:nth-of-type(3) {
     margin-bottom: 8vh;
}
.banner_top_font{
	padding-top: 60px;
}

.banner-box{
	position: absolute;
    bottom: 30vh;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 9;
}
.btn-banner .btn {
	margin: 0px!important;
    padding: 0px!important;
	outline:none!important;
	border:0px!important;
	text-decoration:none!important;
	height: 60px;
}
.top_banner .btn-banner {
    position: relative;
    text-align: center;
    margin: 0px auto;
    /*width: 300px; */ 
}
.top_banner .btn-banner a {
    display: inline-block;
    text-decoration: none;
    color: #907d58;
    background: transparent;
    border: 1px solid #aa9b80;
    text-align: center;
    padding: 10px 10px;
    transition: all 0.3s;
    width: 141px;
}   
.top_banner .btn-banner a span {
    display: block;
	font-size: 1.6rem;
	font-weight: bold;
}     
.top_banner .btn-banner a:hover {
    color: #fff;
    background: #907d58;
}  
.top_banner .btn-banner a .ecg-box {
    position: absolute;
    left: -500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    opacity: 0;
    width: 0;
}  
.top_banner .btn-banner a:hover .ecg-box {
    width: 500px;
    opacity: 1;
}  

.top_banner_mobile{
	position: relative;
}

.top_img_banner_s{
	
}
.top_banner_mobile_list{
	position: absolute;
	right: 0;
    top: 0px;
    z-index: 1
}
.top_banner_mobile .btn-banner {
    position: absolute;
    text-align: center;
    margin: 10px auto;
    /* right: 0; */
    top: 46%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}
.top_banner_mobile .btn-banner a {
    display: inline-block;
    text-decoration: none;
    color: #907d58;
    background: transparent;
    border: 1px solid #aa9b80;
    text-align: center;
    padding: 0;
    transition: all 0.3s;
    width: 141px;
}   
.top_banner_mobile .btn-banner a span {
    display: block;
	font-size: 1.6rem;
	font-weight: bold;
}     
.top_banner_mobile .btn-banner a:hover {
    color: #fff;
    background: #907d58;
}  
.top_banner_mobile .btn-banner a .ecg-box {
    position: absolute;
    left: -500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    opacity: 0;
    width: 0;
}  
.top_banner_mobile .btn-banner a:hover .ecg-box {
    width: 500px;
    opacity: 1;
}  
.baby-detail_4{
	z-index: 99;
}
.section-box2{
	z-index: 99;
}

.flower-detail_1 {
	position: absolute;
	left: 15vh;
	top: 20vh;
	z-index: 1;
	width: 45vh;
	animation: flower-detail_1 3s linear;
}


.flower-detail_2{
	position: absolute;
    right: 15vh;
    top: 20vh;
    z-index: 1;
	width: 45vh;
	animation: flower-detail_1 3s linear;
	
}
.flower-detail_3{
	animation: flower-detail_1 4s linear;
}
.flower-detail_4{
	animation: flower-detail_1 4s linear;

}
@keyframes flower-detail_1 {
  0% {
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes br1{
 	 0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes br2{
 	0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes br3{
 	 0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (min-width: 480px) {
	.top_banner_mobile .btn-banner {
		
	}
	.top_banner .btn-banner a {
		width: 176px;
	}  
	.top_banner .btn-banner a span {
		font-size: 1.8rem;
	} 
}
@media (min-width: 520px) {
	.top_banner .btn-banner a {
		width: 210px;
	}  
}
@media (min-width: 640px) {
	.top_banner_mobile .btn-banner {
		
	}
	.top_banner .btn-banner a {
		width: 210px;
	} 
	.top_banner_mobile .btn-banner a span {
		font-size: 2.8rem;
	}  
}
@media (min-width: 768px) {
	.top_banner .btn-banner a {
		width: 280px;
	}
}

@media (max-width: 991.98px) {
	.top_banner {
		padding-top: 5vh;
		padding-bottom: 20vh;
		max-width: 70%;
	}
	.top_banner .text > img:nth-of-type(2) {
		margin: 15% auto 10%;
	}
	.top_banner .text > img:nth-of-type(3) {
		 margin-bottom: 0vh;
	}
	.banner-box {
		bottom: 8vh;
		transform: translate(-50%,8%);
	}
	.top_banner .btn-banner a span {
		font-size: 1rem;
	}
}
/*@media (min-width: 992px) and (max-width: 1199.98px) {
	.top_banner {
		padding-top: 23vh;
		padding-bottom: 23vh;
	}
	.banner-box {
		bottom: 21vh;
	}
	.flower-detail_1 {
		left: 3vh;
		top: 14vh;
		width: 29vh;
	}
	.flower-detail_2 {
		right: 3vh;
		top: 14vh;
		width: 29vh;
	}
}*/
@media (min-width: 992px) {
	.top_banner .btn-banner a {
		width: 190px;
	} 
	.top_banner .btn-banner a span {
		font-size: 1.6rem;
	} 
	.top_banner {
		max-width: 45%;
	}
	.flower-detail_1 {
	  left: 1vh;
	  top: 31vh;
	  width: 34vh;
	 }
	.flower-detail_2 {
		right:1vh;
		top: 31vh;
		width: 34vh;
	}
}
@media (min-width: 1200px) {
	.top_banner .btn-banner a {
		width: 213px;
	} 
	.top_banner .btn-banner a span {
		font-size: 1.8rem;
	} 
	.flower-detail_1{
		left: 4vh;
		top: 26vh;
		width: 38vh;
	}
	.flower-detail_2{
		right: 4vh;
		top: 26vh;
		width: 38vh;
	}
}
@media (min-width: 1400px) {
	.flower-detail_1{
		left: 7vh;
		top: 25vh;
		width: 40vh;
	}
	.flower-detail_2{
		right: 7vh;
		top: 25vh;
		width: 40vh;
	}
	
}
@media (min-width: 1600px) {
	.flower-detail_1{
		left: 15vh;
		top: 26vh;
		width: 43vh;
	}
	.flower-detail_2{
		right: 15vh;
		top: 26vh;
    	width: 43vh;
	}
}

.draw-border {
  border: 0;
  background: none;
  text-transform: uppercase;
  color: #4361ee;
  font-weight: bold;
  position: relative;
  outline: none;
  padding: 10px 20px;
  box-sizing: border-box;
}

.draw-border::before, .draw-border::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 3px solid transparent;
  width: 0;
  height: 0;
}

.draw-border::after {
  bottom: 0;
  right: 0;
}

.draw-border::before {
  top: 0;
  left: 0;
}

.draw-border:hover::before, .draw-border:hover::after {
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  border-top-color: #ddc8a4;
  border-right-color: #ddc8a4;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.draw-border:hover::after {
  border-bottom-color: #ddc8a4;
  border-left-color: #ddc8a4;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}



/*========================================================
                          花效果
=========================================================*/


/*========================================================
                          共同背景
=========================================================*/
.wrapper__bg {
    /*position: fixed;
    left: 0;
 bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;*/
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}



.back_1{
	background: url(../img/block3_bg.jpg);
	background-size: cover;
}





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

.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;}

.top_block .slide .carousel-control-prev {
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 94%;
    left: 2%;
    left: calc(100% - 32%);
    width: 33px;
    height: 47px;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.top_block .slide .carousel-control-next {
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 94%;
    left: 98%;
    left: calc(100% - 11%);
    width: 33px;
    height: 47px;
    transform: translate(-100%, -50%);
}
.top_block span {
    display: block;
}

.carousel-control-prev-icon{
	background-image: url(../img/prev.png);
}
.carousel-control-next-icon{
	background-image: url(../img/next.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	 width: 40px;
}

.top_block4 .control-box .control-line{
	position: absolute;
    top: 94%;
    left: 98%;
    left: calc(100% - 21%);
    transform: translate(-95%, -48%);
    z-index: 9;
    width: 7px;
    height: 4%;
    border-right: 1px solid #8f8f8f;
}



.block8 .slide .carousel-control-prev {
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 94%;
    left: 2%;
    left: calc(100% - 32%);
    width: 33px;
    height: 47px;
    transform: translate(0, -50%);
    opacity: 0.75;
}
.block8 .slide .carousel-control-next {
    color: #fff;
    position: absolute;
    z-index: 555;
    cursor: pointer;
    top: 94%;
    left: 98%;
    left: calc(100% - 11%);
    width: 33px;
    height: 47px;
    transform: translate(-100%, -50%);
}
.block8 .top_block span {
    display: block;
}

.block8 .carousel-control-prev-icon{
	background-image: url(../img/prev.png);
}
.block8 .carousel-control-next-icon{
	background-image: url(../img/next.png);
}
.block8 .carousel-control-next-icon, .carousel-control-prev-icon {
	 width: 40px;
}

.block8 .control-box .control-line{
	position: absolute;
    top: 94%;
    left: 98%;
    left: calc(100% - 21%);
    transform: translate(-95%, -48%);
    z-index: 9;
    width: 7px;
    height: 4%;
    border-right: 1px solid #8f8f8f;
}


@media (min-width: 468px){
	/*.block8 .slide .carousel-control-prev {
		left: calc(100% - 32%);
	}
	.block8 .slide .carousel-control-next {
		left: calc(100% - 10%);
	}*/
	.block8 .control-box .control-line {
		height: 3%;
	}
}
@media (min-width: 640px){
	.block8 .slide .carousel-control-prev {
		left: calc(100% - 24%);
	}
	.block8 .slide .carousel-control-next {
		left: calc(100% - 10%);
	}
	.block8 .control-box .control-line {
		height: 2%;
		left: calc(100% - 17%);
	}
}

@media (min-width: 992px) {

	.block8 .slide .carousel-control-prev {
		left: calc(100% - 14%);
	}
	.block8 .slide .carousel-control-next {
		left: calc(100% - 6%);
	}
	.block8 .control-box .control-line {
		height: 3%;
    	left: calc(100% - 10%);
	}
}

@media (min-width: 1400px) {
	.block8 .slide .carousel-control-prev {
		left: calc(100% - 18%);
	}
	.block8 .slide .carousel-control-next {
		left: calc(100% - 12%);
	}
	.block8 .control-box .control-line {
		height: 3.5%;
    	left: calc(100% - 15%);
	}
}

/*========================================================
                          p1
=========================================================*/

.top_block1{
	/*background-image: url(../img/page3_bg1.jpg);
    background-position: bottom center;
    background-size: cover;*/
	
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}


/*========================================================
                          p2
=========================================================*/


.top_block2{
	position: relative;
	overflow: hidden;
}
.top_block2 .text{
	position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.top_block2 .text img{
	max-width:82%;
	display:block;
	margin:0 auto;
}




/*========================================================
                          p3
=========================================================*/
.container-fluid {
    max-width: 1600px;
}

.top_block3 {
	height: auto;
    padding: 90px 0px;
	text-align: center;
	position: relative;
}
.top_block3 .pic {
    position: absolute;
    top: 0%;
    left: 0;
}
.top_block3 .text{
	z-index: 2;
}
.top_block3 .text img{
	display: block;
	margin: 2% auto;
}
.top_block3 .text > img:nth-of-type(2) {
	/*margin-bottom: 60px;*/
}



.block3_list_1{
	position: relative;
}

.p-home-block3 pic{
	position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}

.p-home-service__circle {
	position: absolute;
	top: 39%;
    left: 50%;
    transform: translate(-51%,-50%);
    width: 18%;
    height: 18%;
    z-index: 999;
}
.c-gallery__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 100%
}
.c-gallery__circle div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-animation: circle 2s infinite;
	animation: circle 2s infinite
}
.c-gallery__circle div:nth-child(1) {
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}
.c-gallery__circle div:nth-child(2) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.c-gallery__circle div:nth-child(3) {
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}
.c-gallery__circle div:nth-child(4) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.c-gallery__circle div:nth-child(5) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s
}
.c-gallery__circle div:nth-child(6) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
@-webkit-keyframes circle {
0% {
	width:0;
	height:0;
	opacity:0
}
50% {
	opacity:1
}
100% {
	width:100%;
	height:100%;
	opacity:0
}
}
@keyframes circle {
0% {
	width:0;
	height:0;
	opacity:0
}
50% {
	opacity:1
}
100% {
	width:100%;
	height:100%;
	opacity:0
}
}
.c-gallery__circle--primary div {
	border-color: #b39174
}


@media (min-width: 480px) {
	.p-home-service__circle {
		top: 39%;
		left: 49%;
		transform: translate(-46%,-49%);
	}
}

#slideshow {
	scroll-snap-align: center;
} 


@media (max-width: 991.98px) {
	.top_block3{
		
	}
	#slideshow {
		text-align: center;
		scroll-snap-type: x mandatory; 
		display: flex;
		overflow-y: hidden;
    	align-items: center;
	} 

	 #slideshow img {
		scroll-snap-align: center;
		 object-fit: cover; 
		flex-shrink: 0;
		max-width: initial;
		 
		 
	}
}

@media (min-width: 992px) {
	.p-home-service__circle {
		top: 39%;
		left: 47.5%;
		transform: translate(-39%,-47.5%);
		width: 20%;
		height: 20%;
	}
}

/*========================================================
                          p4
=========================================================*/

.top_block4{
	position: relative;
	overflow: hidden;
	
}
.block4-list{
	max-width: 90%;
	margin: 0 auto;
}


.block4-list .b4-1{
	position: relative;
}
.block4-list .b4-1 img{
	display: block;
}

.block4-list .b4-1 .pic{
	position: absolute;
    top: 0;
    left: 0;
}



.block4-img{
}

.block4-img img{
}
.block4-item{
	margin: 5% 0 0;
}
.block4-item p{
	color: #937d58;
	padding: 5px 0 0;
	font-size: 1rem;
	font-weight: bold;
}
.point-r1{
	position: absolute;
	top: 89%;
	left: 8vh;
	width: 5vw;
	-moz-transform: rotate(268deg);
	-webkit-transform: rotate(268deg);
	-o-transform: rotate(268deg);
	-ms-transform: rotate(268deg);
	transform: rotate(268deg);
}

@media (min-width: 468px){
	.point-r1{
		width: 3.5vw;
		top: 91%;
		left: 7vh;
	}
	.top_block4 .slide .carousel-control-prev {
		top: 95%;
		left: calc(100% - 32%);
	}
	.top_block4 .slide .carousel-control-next {
		top: 95%;
		left: calc(100% - 10%);
	}
	.top_block4 .control-box .control-line {
		top: 95%;
		height: 3%;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		 width: 30px;
	}
}
@media (min-width: 640px){
	.point-r1{
		width: 3vw;
		top: 92%;
		left: 10vh;
	}
	.top_block4 .slide .carousel-control-prev {
		top: 95%;
		left: calc(100% - 24%);
	}
	.top_block4 .slide .carousel-control-next {
		top: 95%;
		left: calc(100% - 10%);
	}
	.top_block4 .control-box .control-line {
		top: 95%;
		height: 2%;
		left: calc(100% - 17%);
	}
}
@media (min-width: 768px){
	.point-r1{
		width: 2.5vw;
	}
}
@media (max-width: 991.98px) {
	.block4-list {
		max-width: 90%;
		margin: 10% auto 20%;
	}
	.block4-list .b4-1{
		margin: 5% 0;
	}
	.block4-list .b4-1 > img:nth-of-type(2) {
		padding: 0 0 0 10%;
	}
	.block4-list .b4-1 > img:nth-of-type(3) {
		padding: 5vh 0 0 10%;
	}
}

@media (min-width: 992px) {
	.block4-item p{
		font-size: 1.2rem;
	}
	
	.block4-list{
		max-width: 59%;
		margin-left: 10%;
	}
	
	.point-r1{
		position: absolute;
		top: 32%;
		left: 93%;
		transform: translate(-32%,-93%);
		z-index: 9;
		width: 1.5vw;
	}
	.block4-item {
		margin: 10% 0 0;
	}
	.block4-list .b4-1 > img:nth-of-type(1) {
		margin: 5% 0;
		max-width: 51%;
	}
	.block4-list .b4-1 > img:nth-of-type(2) {
		margin: 2% 0; 
		max-width: 60%;
	}
	.block4-list .b4-1 > img:nth-of-type(3) {
		margin: 5% 0;
		max-width: 98%;
	}
	.top_block4 .slide .carousel-control-prev {
		top: 58%;
		left: calc(100% - 14%);
	}
	.top_block4 .slide .carousel-control-next {
		top: 58%;
		left: calc(100% - 6%);
	}
	.top_block4 .control-box .control-line {
		top: 58%;
		height: 3%;
		left: calc(100% - 10%)
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 28px;
	}
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.block4-list{
		max-width: 78%;
	}
	.block4-list .b4-1 img{
		margin: 1% 0;
    	max-width: 24vw;
	}
}

@media (min-width: 1200px) {
	.block4-list{
		max-width: 86%;
		margin-left: 10%;
	}
	.point-r1{
		top: 23%;
		left: 93%;
		transform: translate(-23%,-93%);
	}
	.block4-item {
		margin: 5% 0 0;
	}
	.block4-list .b4-1 > img:nth-of-type(1) {
		margin: 5% 0;
		max-width: 40%;
	}
	.block4-list .b4-1 > img:nth-of-type(2) {
		margin: 2% 0; 
		max-width: 40%;
	}
	.block4-list .b4-1 > img:nth-of-type(3) {
		margin: 5% 0;
		max-width: 54%;
	}
	.top_block4 .slide .carousel-control-prev {
		top: 55%;
		left: calc(100% - 13%);
	}
	.top_block4 .slide .carousel-control-next {
		top: 55%;
		left: calc(100% - 6%);
	}
	.top_block4 .control-box .control-line {
		top: 55%;
		height: 3.5%;
		left: calc(100% - 9.5%);
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 40px;
	}
}
@media (min-width: 1600px) {
	.block4-item p{
		font-size: 1.4rem;
	}
}
/*========================================================
                          p5
=========================================================*/
.top_block5{
	overflow: hidden;
	text-align: center;
}

/*.block5-img{
	
}
.block5-img img{
	display: block;
	margin: 0 auto;
}*/

.b5-1{
	position: relative;
}

.b5-2{
	position: relative;
}

.top_block5 .pic{
	position: absolute;
    top: 0%;
    left: 0;
	
}
.block5-list-2 .pic{
	position: absolute;
    top: 0%;
    left: 0;
}

.block5-img > img:nth-of-type(1) {
	margin: 5% auto;
}
.block5-img > img:nth-of-type(2) {
	margin: 2% auto; 
}



/*========================================================
                          p6
=========================================================*/
.top_block6{
	background-color: #000;
	padding: 40px 0;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.b6-1{
	text-align: center;
}
.b6-1 img{
	margin: 0 auto;
}
/* end fix */
.owl-nav{
  margin-top: 15%;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-nav .control-line{
	position : absolute;
	top: 100%;
	left: 50%;
	transform: translate(-100%,-50%);
	z-index: 9;
	width: 7px;
	height: 9%;
	border-right: 1px solid #8d8d8d;
}
.owl-carousel .owl-nav button.owl-prev{
	position : absolute;
	top: 100%;
	left: 45%;
    transform: translate(-100%,-47%);
	z-index: 9;
	width: 33px;
	height: 47px;
	opacity: 0.75;
	outline: none;
}
.owl-carousel .owl-nav button.owl-next{
	position : absolute;
	top: 100%;
	left: 67%;
    transform: translate(-100%,-47%);
	z-index: 9;
	width: 33px;
	height: 47px;
	opacity: 0.75;
	outline: none;
}
@media (min-width: 468px){
	.owl-carousel .owl-nav button.owl-prev{
		left: 44%;
    	transform: translate(-100%,-49%);
	}
	.owl-carousel .owl-nav button.owl-next{
		left: 64%;
    	transform: translate(-100%,-49%);
	}
}
@media (min-width: 640px){
	.owl-carousel .owl-nav button.owl-prev{
		left: 46%;
    	transform: translate(-100%,-49%);
	}
	.owl-carousel .owl-nav button.owl-next{
		left: 60%;
    	transform: translate(-100%,-49%);
	}
	.owl-nav .control-line{
		height: 5%;
	}
}


@media (min-width: 1200px) {
	.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-nav .control-line{
		display: none;
	}
	.b6-1 img{
		margin:5% auto 10%;
	}
}

/*========================================================
                          p7
=========================================================*/
.top_block7{
	background-color: #c78b453b;;
	padding: 90px 0;
	text-align: center;
}
.b7-1{
	text-align: center;
}
.b7-1 img{
	margin:5% auto;
}

.b7-2{
	margin: 0 auto;
    padding-bottom: 0px;
    width: 920px;
    z-index: 3;
}
.b7-2 img{
	max-width: 80%;
    padding: 10% 0;
}
@media (max-width: 991.98px){
	.b7-2 {
		width: 686px;
		padding-bottom: 45px;
		width: 90%!important;
		z-index: 2;
	}
}	
@media (min-width: 992px){
	.b7-2 img{
		max-width: 60%;
		padding: 10% 0;
	}
}







/*========================================================
                          p8
=========================================================*/
.top_block8{
	position: relative;
}


#slide8 img {
	/*width: 100%;*/
	vertical-align: bottom;
}
#slide8 .r8-img{
	width: 100%;
}
#slide8 .carousel-indicators {
	right: auto;
	bottom: auto;
	margin-right: 5%;
	margin-left: 5%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#slide8 .carousel-indicators li {
	width: auto;
	height: auto;
	opacity: 1;
	text-indent: 0;
	padding: 0;
	margin: 4px;
	border: none;
	background-color: #fff;
	width: 60px;
	height: auto;
	position: relative;
}
#slide8 .carousel-indicators li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background-color: transparent;
}
#slide8 .carousel-indicators li:hover:after {
	background-color: rgba(0,0,0,0.15);
}


.point-r8{
	position: absolute;
	top: 79%;
    left: 15vh;
    width: 5vw;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);

}
.point-r8 img{
	max-width: 100%;
}
@media (min-width: 468px){
	.point-r8{
		width: 3.5vw;
		top: 84%;
		left: 12vh;
	}
}
@media (min-width: 640px){
	.point-r8{
		width: 3vw;
		top: 85%;
		left: 15vh;
	}
}
@media (min-width: 768px){
	.point-r8{
		width: 2.5vw;
	}
}
@media (max-width: 991px) {
	#slide8 .carousel-indicators {
		display: none;
	}
}
@media (min-width: 992px) {
	#slide8 .carousel-indicators {
		left: 2.1%;
		top: 30%;
		width: 160px;
	}
	#slide8 .carousel-indicators li {
		width: 32px;
	}
	.point-r8 {
		position: absolute;
		top: 36%;
		left: 93%;
		transform: translate(-36%,-93%);
		z-index: 9;
		width: 1.5vw;
	}
}
@media (min-width: 1200px) {
	#slide8 .carousel-indicators {
		width: 200px;
	}
	#slide8 .carousel-indicators li {
		width: 40px;
	}
	.point-r8{
		top: 33%;
		left: 92%;
		transform: translate(-33%,-92%);
	}
}

@media (min-width: 1600px) {
	#slide8 .carousel-indicators {
		width: 280px;
	}
	#slide8 .carousel-indicators li {
		width: 60px;
	}
	.point-r8{
		top: 33%;
		left: 87%;
		transform: translate(-33%,-87%);
	}
}


/*========================================================
                         輪播按鈕
=========================================================*/

/*========================================================
                          表單
=========================================================*/
.footer_block{
	padding-top: 60px;
	position: relative;
	overflow: hidden;
	background-color: #937d58;
}


.footer_list{
    margin: 0 auto;
    padding-bottom: 0px;
    z-index: 3;
}



.footer-test{
	position: relative;
	overflow: hidden;
}
.footer-test .pic{
	position: absolute;
	left: 0;
	top: 0;
}
.footer-test img{
	margin: 1.2% 0;
}


.custom-control-label a {
    color: #d7a256;
}
.form-control{
	background: rgba(255,255,255,0.6);
    border-radius: 0;
    margin: 4% 0;
    height: 5.5vh;
}
.form-check-label {
	font-family: "微軟正黑體", "新細明體", "Arial Unicode MS";
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 8px;
    padding-left: 10px;
    /*width: 90px;*/
    font-size: 18px;
    text-align: left;
    color: #fff;
    transform: translateY(-50%) translateY(-1px);

}
.form-check-label span{
    color: #fff462;

}
.el-input {
    position: relative;
    width: 100%!important;
}
.el-input label{
	position: absolute;
    color: #666666;
    padding: 2% 15px;
}
.el-input input{
	padding-left: 105px;
}
.md-10{
	padding-top: 10px;
}



.footer_block .btn-banner {
    position: relative;
    text-align: center;
    margin: 20px auto 40px;
    width: 280px;  
}
.footer_block .btn-banner p {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 1px solid #aa9b80;
    text-align: center;
    padding: 10px 10px;
    transition: all 0.3s;
    width: 260px;
}   
.footer_block .btn-banner p span {
    display: block;
	font-size: 1.4rem;
	font-weight: bold;
}     
.footer_block .btn-banner p:hover {
    color: #fff;
    background: #907d58;
}  
.footer_block .btn-banner p .ecg-box {
    position: absolute;
    left: -500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    opacity: 0;
    width: 0;
}  
.footer_block .btn-banner p:hover .ecg-box {
    width: 500px;
    opacity: 1;
}  

.info-list .spacing_list{
	margin-bottom: 0.25rem !important;
}

.custom-control{
	color: #fff;
}

.top_footer_list_3{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

@media (min-width: 640px) {
	.top_footer_list h2{
		font-size: 2.5rem;
		padding-bottom: 60px;
	}
}
@media (min-width: 768px) {
	/*.info-list{
		border-right: 1px solid #fff;
	}*/
	.footer_block{
		padding-top: 90px;
	}
	.info-list .spacing_list{
		margin-bottom: 1rem !important;
	}
}
@media (min-width: 992px) {
	.top_footer_list h2{
		font-size: 2.5rem;
		
	}
	.footer_block{
		padding-top: 120px;
	}
	.top_footer_list img {
		width: 60%;
		padding: 0px 40px 60px;
	}
}
@media (min-width: 1200px) {
	.top_footer_list h2{
		font-size: 3rem;
	}
	.top_footer_list img {
		width: 50%;
		padding: 0px 40px 60px;
	}
	.top_footer_list_3{
		padding-bottom: 120px;
	}
}
@media (min-width: 1400px) {
	.top_footer_list img {
		width: 40%;
		padding: 0px 40px 60px;
	}
}

@media (min-width: 1600px) {
	.top_footer_list h2{
		font-size: 3.5rem;
	}
	.top_footer_list img {
		width: 35%;
		padding: 0px 40px 60px;
	}
}
@media (max-width: 991.98px) {
	.footer-test .fr-1{
		display:block;
		text-align: center;
		margin: 0 auto 10%;
	}
	.footer-test {
		margin-bottom: 3%;
	}
}
/*--google recaptcha 隱藏----*/
.grecaptcha-badge{ 
 visibility:hidden;
}




/*--下方浮動----*/
.mobile_footer {
	position: fixed;
	z-index: 8000;
	top: 100%;
	left: 0;
	width: 100vw;
	height: 60px;
	margin-top: -60px;
	text-align: center;
}

@media (min-width:992px) {
.mobile_footer {
	display: none;
}
}
.mobile_footer .row .col-3 {
	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: #334680;
	color: #fff;
	padding: 8px;
	border-left: 2px solid #ffffff;
}
.mobile_footer .row a i{
	display: block;
}
.mobile_footer .row a:hover {
	background-color: #4961ab;
	text-decoration: none;
}
.mobile_footer .row .col-3:first-child a {
	border-left: none;
}
/*----------彈跳----------------*/
.alert_block {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(050,050,050,0.7);
	-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */
	transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	z-index: 9999;
	font-size: 1.1rem;
	color: #fff;
	background-color: #db5426;
	padding: 30px 50px;
	border-radius: 15px;
	max-width: 880px;
	-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */
	transition: margin 5s, opacity 0.3s;
}
.alert_block .alert_con ul {
	padding: 0;
	list-style: none;
	text-align: right;
}
.alert_block .alert_con ul li {
	display: inline-block;
	margin: 20px 0 0 10px;
}
.alert_block .alert_con ul li a {
	background-color: #fff;
	font-size: 1.1rem;
	color: #333;
	border-radius: 6px;
	padding: 6px 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}
.alert_block .alert_con ul li a:hover {
	text-decoration: none;
	background-color: #ccc;
}
.alert_block .alert_con ul li:last-child a {
	background-color: #3e3a39;
	color: #fff;
	padding: 6px 40px;
}
.alert_block .alert_con ul li:last-child a:hover {
	background-color: #777;
}
.alert_block .alert_con_times {
	height: 0;
	position: relative;
}
.alert_block .alert_con_times img {
	position: absolute;
	left: 100%;
	top: 0;
	margin-top: -45px;
	margin-left: 25px;
	width: 40px;
	height: auto;
	cursor: pointer;
}

/*========================================================
                          感謝頁
=========================================================*/
.particle-class {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.top_block_bg{
	/*background-image: linear-gradient(to right, #e896996b 0%, rgb(236 109 114 / 68%) 100%);*/
	background: url("../img/thankyou_bg.jpg") no-repeat center center / cover;
	background-size: cover;
	height: 100vh;
	
}

.top_block_thankyou{
	padding: 13vh 5vh 5vh;
    /*padding-bottom: 40vh;*/
    max-width: 100%;
    text-align: center;
    position: relative;
    overflow-x: hidden;
}


.top_thankyou {
	text-align: center;
}

.top_thankyou img {
    display: block;
    margin: 0 auto;
}
.top_thankyou > img:nth-of-type(1) {
	margin: 0 auto 4vh;
}
.top_thankyou > img:nth-of-type(2) {
	margin: 2vh auto;
}

@media (min-width:640px) {
	.top_block_thankyou{
		padding: 15vh;
	}
}

/*========================================================
                         隱私權聲明
=========================================================*/

.privacy-list {
    max-width: 80vw;
    max-height: 80vh;
}
.privacy-list h2 {
    font-weight: bold;
    font-size: 2rem;
}
.privacy-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.privacy-list > ul > li {
    margin-bottom: 20px;
}
.privacy-list > ul li span {
    font-weight: bold;
    color: #283a5f;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .privacy-list {
        max-width: 60vw;
    }
}

/*========================================================
                         快速選單
=========================================================*/

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: #7c000d;
    text-align: center;
}
.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}
.quick-btn [class*="col-"]:last-child {
    border-right: none;
}
.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
	border-left: none;
	text-decoration:none;
}
.quick-btn [class*="col-"]:hover {
    background-color: #bc5560;
}
.quick-btn [class*="col-"] a i {
    display: block;
}
.quick-btn [class*="col-"] a img {
    display: block;
	margin: 0 auto;
	width: 22px;
	
}

.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #283a5f;
    font-weight: bold;
    margin-bottom: 30px;
}
.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}
.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}
.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color: #283a5f;
}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}

#modal1 i {
    transform: rotate(0deg);
}
/*========================================================
                         左側選單
=========================================================*/
/*.sidebar{
	position: fixed;
    z-index: 9999;
    left: 10px;
    bottom: 20%;
	
}
.sidebar ul{
    padding: 0px;
}
.sidebar li {
    list-style: none;
    padding-bottom: 20px;
    cursor: pointer;
	
}
.sidebar li a{
	color: #fff;
}
.sidebar li i{
	padding: 0 0 15px 7px;
}
.sidebar li samp{
    display: block;
	line-height: 10px;
}
.sidebar li a:hover{
	color: #b2aa59;
}

.sidebar li img{
	
}
.sidebar li img:hover{ 
	opacity:0.7;
}*/



.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #806a4a;
		border-top: 1px solid #806a4a;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.9rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: #fff;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
 .icon_Community a{
  color: #806a4a;
  text-decoration:none;
 }
 .icon_Community a img{
  display: block;
  margin: 0 auto;
  width: 22px;
 }
 .icon_Community a:hover{
  background-color: #f1e9d7;
 }
 .icon_Community a:hover img{
  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 80px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 50px;
    }
    .icon_img {
        background: #fff;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
		color: #b39174;
		border: 1px solid #b39174;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #806a4a;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}



/*========================================================
                         panorama360
=========================================================*/
/*.panorama_block{ position:relative;}

.panorama_cover{ position:absolute; z-index:99; background-color:rgba(000,000,000,0.5); color:#fff; width:100%; height:100%; padding-top:40vh; text-align:center;}
@media (min-width:992px){
	.panorama_cover{ padding-top:30%;}
}*/
.panorama_block{ position:relative;}
.panorama_title{ position:absolute; top:5%; text-align:center; z-index:10;}
.panorama_title img{ max-width:90%;}
.panorama_cover {
	position: absolute;
	z-index: 99;
	background-color: rgba(000,000,000,0.5);
	color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 37vh;
	text-align: center;
}
/*.panorama_cover img{ max-width:100%;}
.panorama-container{width:100%!important; width:705px!important;}*/

@media (min-width:992px) {
	.ariel_pic .ariel_title{ top:120px; left:18%;}
	.panorama_cover { padding-top: 40%;}
	

}

/*========================================================
                         特效圖片
=========================================================*/
@media (min-width: 1200px) {
	#animation_container {
		position:absolute;
		margin:auto;
		left:-100%;right:-100%;
		top:-100%;bottom:-100%;
	  }
}




