@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

a{ text-decoration:none; }

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#003649;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#ffd95a;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}


.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-69px;
	padding:7px ;
	background-image: linear-gradient(to top, #a89ef2 0%, #7f6dfa 50%, #a89ef2 100%);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop a:hover{ 
	background-image: linear-gradient(to top, #7f6dfa 0%, #a89ef2 50%, #7f6dfa 100%);
}
.backtop:hover i{ 
	color:#fff!important;
}
@media (min-width:992px){
	.backtop{margin-top:-149px;}
}



.title_line{
	width:60px;
	height:4px;
	background-color:#0d3c84;
	margin:30px auto;
}


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

.header_logo{position:fixed; z-index:891; 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; z-index:950;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#0d3c84; -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:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #0d3c84; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #09f; position: relative; overflow: hidden;}

.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:#09f;}

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

.menu_ul li .nav_item_down_btn{ position:absolute; top:15px; right:15px; color:#fff; font-size:1.6rem; }

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative; overflow:visible;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#0d3c84; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

	.menu_ul li .nav_item_down_btn{ display:none; }
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


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

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; 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:#0d3c84;}

.menu_title{ margin:3px 15px; padding-top:15px; 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;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{display:none; list-style: none; padding-bottom: 15px;}
.menu_ul .sub_nav li{  border: none;}
.menu_ul .sub_nav a{ padding:5px 0; font-size:0.9rem;}
.menu_ul .sub_nav a:hover{background-color:transparent; color:#fc0;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; padding: 0; list-style: none;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(0,54,73,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#ffd95a;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(0,54,73,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}

/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:88px;}
}



.carousel-fade .carousel-inner .carousel-item {
	height: 480px;	
}
.carousel-fade .carousel-inner .carousel-item img{ 
	width:100%; 
	height:100%; 
	object-fit: cover; 
	object-position: center center; 
	animation: animatedBackground 12s infinite alternate;
	-moz-animation: animatedBackground 12s infinite alternate;
	-webkit-animation: animatedBackground 12s infinite alternate;
	-ms-animation: animatedBackground 12s infinite alternate;
	-o-animation: animatedBackground 12s infinite alternate;
}

.carousel-caption{ top:120px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h5{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}

	.carousel-caption h5{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:270px;}

}
@media (min-width:1400px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption{ top:320px;}
}

@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-moz-keyframes animatedBackground {
    0% {-moz-transform: scale(1.0);}
    100% {-moz-transform: scale(1.2);}
}
@-webkit-keyframes animatedBackground {
    0% {-webkit-transform: scale(1.0);}
    100% {-webkit-transform: scale(1.2);}
}
@-ms-keyframes animatedBackground {
    0% {-ms-transform: scale(1.0);}
    100% {-ms-transform: scale(1.2);}
}
@-o-keyframes animatedBackground {
    0% {-o-transform: scale(1.0);}
    100% {-o-transform: scale(1.2);}
}


@keyframes animatedBackgroundMobile {
    0% {transform: scale(0.5);}
    100% {transform: scale(0.7);}
}
@-moz-keyframes animatedBackgroundMobile {
    0% {-moz-transform: scale(0.5);}
    100% {-moz-transform: scale(0.7);}
}
@-webkit-keyframes animatedBackgroundMobile {
    0% {-webkit-transform: scale(0.5);}
    100% {-webkit-transform: scale(0.7);}
}
@-ms-keyframes animatedBackgroundMobile {
    0% {-ms-transform: scale(0.5);}
    100% {-ms-transform: scale(0.7);}
}
@-o-keyframes animatedBackgroundMobile {
    0% {-o-transform: scale(0.5);}
    100% {-o-transform: scale(0.7);}
}


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






.prev-alt{ background-color:#0d3c84; color:#fff; 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:#0d3c84; color:#fff; 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;}

.banner_section{
	overflow: hidden;
}

.banner_wrapper{position: absolute; width: 100%; top:0; text-align: center;}
.banner_logo{width: 50%; margin: 15% auto 10% auto;}
.banner_text{width: 60%; margin: 10% auto 0 auto;}
.banner_pic{width: 80%; margin: 0 auto 10% auto; transform: translate(-6%,0);}
.banner_join{width: 36%; margin: 10% auto; position: relative;}
.banner_hi{ position: absolute; top:0; left:0; transform: translate(-110%,-35%); width: 22%;}
.banner_hi img{ animation: hiMove 3s ease-in-out infinite;}
.banner_arrow{width: 5%; margin: 10% auto;}

@media (min-width:992px){ 
	.banner_wrapper{ width:68vw; top:0; left:50%; transform:translate(-50%,0); }
	.banner_logo{width: 35%; margin: 18% 5% 5% 5%;}
	.banner_text{width: 44%; margin: 7% 5%;}
	.banner_pic{ position: absolute; top:0; right:0; width: 58%; margin: 0 0 0 5%; transform: translate(0,0);}
	.banner_join{width: 24%; margin: 12% auto 6% auto;}
	.banner_hi{ transform: translate(-120%,-35%); width: 20%;}
	.banner_arrow{width: 2%; margin: 5% auto;}
}


@keyframes hiMove {
  0% {
    transform:translate(0,0%);
  }
  50% {
    transform:translate(0,-25%);
  }
  100% {
    transform:translate(0,0%);
  }
}


.section_wrapper{position: absolute; width: 80vw; top:0; left:50%; transform:translate(-50%,0);z-index: 9;}
@media (min-width:992px){ 
	.section_wrapper{ width:68vw; height: 100%;}
}
.section1{ position:relative; z-index:5;}

.section1_title{ width:25%; margin:10% 10% 0 auto; }
.section1_text{ position:absolute; top:0; left:0; margin: 10% 0% 10% 9%;width: 35%; }
.section1_text span{ display:block; }

.section1_pic{ margin:35% 0 0 0; }
.section1_text2{ position: absolute;bottom: -12vh;right: 0;width: 61%; }
.section1_pic2{ position:absolute; bottom:0; left:3%; transform: translate(0, 79%); width:38%; }


@media (min-width:992px){ 
	.section1{ margin-top:-1px; }
	.section1_title{ width:5%; margin: 20% 0 0 0%; }
	.section1_text{ margin:20% 0  0 12% ; width:25%; }
	.section1_text p{ margin-bottom:10%; }

	.section1_pic{ position:absolute; top:0; right:0; width:56%; margin:15% 0 0 0; }
	.section1_text2{ bottom: -10vh;width: 31%;}
	.section1_pic2{ position:absolute; bottom:3%; left:13%; transform: translate(0,0); width:20%; }
}

.section2{ position:relative;  overflow: hidden;}

.section2_title{ width:40%; margin:26% auto 0 auto; transform:translate(-45%,0); }
.section2_text{ position: absolute;top: 0;right: 0px;margin: 26% 7%;width: 4.5%;margin: 25% 9% 0 auto;}

.section2_arrow{width: 5%; margin: 10% auto 8% auto;}

.section2_subtitle{ width:66%; margin:3% 5%; }
.section2_subtext{ width: 100%;padding: 1% 5%;font-size: 3.6vw;}
.section2_subtext_3{width: 86%;padding: 1% 5%;}

.section2_ep{ margin:5% 0%; padding:3% 5%; background-color:#fff; border-radius:15px;  }
.section2_ep_video{ margin:3% 0; }
.section2_ep_pic{ margin:3% 0; }
.section2_ep_text{ text-align: right; }
.section2_ep_text img{ width: 32%; }
.section2_ep_text a{ margin-left:2%;position:relative; }
.section2_ep_text a img{ width: 34%; }
.section2_ep_text a:focus {outline: none;box-shadow: none;}
.section2_ep_click{ position:absolute; bottom:0; right:6%; transform: translate(0,70%); width:54%;  }

.section2_subtitle2{ width:78%; margin-top:10% }

@media (min-width:992px){ 
	.section2_title{ width:16%; margin:25% auto 0 auto; transform:translate(0,0); }
	.section2_text{ width: 2%;margin: 25% 30% 0 auto;}
	.section2_arrow{width: 2%; margin: 10% auto;}

	.section2_subtitle{ width:40%; margin:2% auto; }
	.section2_subtext{ width: 90%;margin: 0% auto; text-align: center;}
	.section2_subtext span{ display:inline-block; }
	.section2_arrow2{width: 3%; margin: 2% auto 0 auto;}
	
	.section2_subtext_3{width: 55%;margin: 0% auto; text-align: center;}

	.section2_ep{ margin:2% auto; padding:3% 4%; border-radius:30px; width:60%; }
	.section2_ep_text{ font-size:1.5vw; }
	.section2_ep_text a img{ width: 32%; }
	
	.section2_subtitle2{ width:50%; margin-top:10% }

	.section2_arrow_bottom{ margin: 10% auto;}

}


.section3{
	position: relative; 
	overflow: hidden;
}
.sect_box_1{
	position: relative;
}
.section3_subtitle{
	width: 22%;
    margin: 14% 12% 0 auto;
    transform: translate(0, 0);
}	
.section3_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    margin: 0% auto 0 11%;
}
.section3_text span{
	margin-top: 7.2vh;
}
.section3_ep{ margin: 21% 5% 11%; }
.section3_ep_pic{ padding:5% 0;}
.section3_ep_text{ font-size: 3.6vw; text-align:right;}
.section3_ep_text a{ margin-left:2%;position:relative;bottom: 8vh; right: 1vh;}
.section3_ep_text a img{ width: 34%; }
.section3_ep_text a:focus {outline: none;box-shadow: none;}
.section3_ep_click{ position:absolute; bottom:0; right:6%; transform: translate(0,70%); width:54%;  }

.sect_box_2{
	position: relative;
}

.section3_subtitle_2{
	width: 51%;
    margin: 29% 40% 0 auto;
    transform: translate(0, 0);
}	
.section3_text_2 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0% 7%;
    width: 11%;
}

.section3_arrow{width: 5%; margin: 0% auto 8% auto;}
.section3_arrow_2{width: 5%; margin: 10% auto 8% auto;}

@media (min-width:992px){ 
	.section3_arrow{width: 2%; margin: 6% auto 0%;}
	.section3_arrow_2{width: 2%; margin: 5% auto 10%;}
	.section3_subtitle{
		width: 10%;
		margin: 12% 36% 0 auto;
	}
	.section3_subtitle_2{
		width: 19%;
		margin: 15% 41% 0 auto;
	}
	.section3_text {
        width: 11%;
        margin: 0% auto 0 36%;
    }
	.section3_text_2 {
        margin: 0;
        right: auto;
        left: 62%;
        transform: translate(150%, 0);
		width: 5%;
    }
	.section3_ep_text a{ bottom: 17vh;right: 3vh;}
	.section3_ep_text a img {
		width: 15%;
	}
	.section3_ep_click img{
		width: 32%!important;
	}
	.section3_ep{ 
		margin:2% auto; 
	}
	.section3_ep_text {
        font-size: 1.2vw;
    }
	
}
@media (min-width:1200px){ 
	.section3_text span{
		margin-top: 10vh;
	}
	.section3_text_2 span{
		margin-top: 10vh;
	}
}

.section4{
	overflow: hidden;
}
.section4_wrapper{
	margin-top: 6vh;
}
.section4_subtitle {
    width: 90%;
    margin: 3% 5%;
}
.section4_subtitle2{ width:66%; margin:3% 5%; }
.section4_subtext2{width:66%; margin:3% 5%;}

.section4_ep{ margin:5% 5%; padding:2%; background-color:#6432FF;   }
.section4_ep_pic{ /*margin:3% 0 0;*/ }
.section4_ep_text{ text-align:center;margin: 3% auto 1%;width: 90%;}
.sect4_box_2{padding-top: 8vh;}

@media (min-width: 992px) {
    .section4_ep {
        margin: 2% auto;
        padding: 1% 2%;
        width: 60%;
    }
	.section4_subtitle {
        width: 30%;
        margin: 2% auto;
    }
	.section4_subtitle2{ 
		width:30%; 
		margin:2% auto;
	}
	.section4_subtext2{ 
		width:25%; 
		margin:2% auto;
	}
	.section4_ep_text {
        width: 80%;
    }
	.section4_subtext{
		width: 37%;
        margin: 2.5% auto 2%;
	}
	.sect4_box_2{padding-top: 15vh;}
}



.section5{
	position: relative;
	 overflow: hidden;
	background-color: #7148fe;
}
.section5_subtitle_1 {
    width: 80%;
    margin: 8% auto 0 auto;
    transform: translate(0, 0);
}
.section5_subtitle_2 {
    width: 64%;
    margin: 5% auto 0 18%;
    transform: translate(0, 0);
}
.section5_subtitle_3 {
    width: 47%;
    margin: 5% 11% 0 auto;
    transform: translate(0, 0);
}
.section5_subtitle_4 {
    width: 81%;
    margin: 70% auto 0 auto;
    transform: translate(0, 0);
}
@media (min-width: 992px) {
	.section5_subtitle_1 {
		width: 40%;
        margin: 14% 25% 0 auto;
	}
	.section5_subtitle_2 {
		width: 26%;
        margin: 2% 30% 0 auto;
	}
	.section5_subtitle_3 {
		width: 25%;
        margin: 5% 25% 0 auto;
	}
	.section5_subtitle_4 {
		width: 40%;
        margin: 35% auto 0 auto;
	}
}

.home_contact_block{ padding:32px 0; background-color:#ededed; }

.home_contact_text{ text-align:center;}
@media (min-width:992px){ .home_contact_text{ text-align:left;}}
.home_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}





/*========================================================
                         左側選單
=========================================================*/

.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;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
	border-radius: 50px;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #002f16;
    border-color: #002f16;
}

.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);
  }
}  
.icon_img .icon_name {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 991.98px){
    .icon_Community {
        width: calc(80% - 40px);
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        z-index: 999998;
        pointer-events: none;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .icon_Community_ul {
        list-style: none;
        padding: 8px 12px;
        margin: 0;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        border-radius: 50px;
        background-image: linear-gradient(to top, #a89ef2 0%, #7f6dfa 50%, #a89ef2 100%);
        backdrop-filter: blur(4px);
    }

    .icon_Community_ul .icon_li {
        width: calc(100% / 4);
        text-align: center;
        pointer-events: auto;
        position: relative;
    }

    .icon_img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #fff;
        text-decoration: none;
        transition: background 0.3s ease;
        position: relative;
        pointer-events: auto;
        overflow: visible;
        cursor: pointer;
    }

    /* 提示文字：預設隱藏且在按鈕底部往下，hover時往上移且顯示 */
    .icon_name {
        font-size: 0.7rem;
        position: absolute;
        bottom: 110%;
        left: 50%;
        transform: translate(-50%, 10px);
        background: rgba(0,0,0,0.75);
        color: #fff;
        padding: 3px 8px;
        border-radius: 12px;
        opacity: 0;
        white-space: nowrap;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .icon_img:hover .icon_name {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .icon_img .icon {
        font-size: 22px;
        margin-bottom: 4px;
        pointer-events: none;
    }

    .icon_Community a {
        color: #fff;
        text-decoration: none;
    }

    .icon_Community a:hover {
        background: #a89ef2;
    }
}
@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 92px;
        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: 59px;
    }
    .icon_img {
        background-image: linear-gradient(to top, #a89ef2 0%, #7f6dfa 50%, #a89ef2 100%);
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
		background-color: #72bdb8;
    }
    .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: 10px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}






/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 50px 50px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #60c1a1;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #60c1a1;
	border-color: #60c1a1;
}

@media (min-width: 992px) {
	#cookies-box .cookies-btn {
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }

.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }

/*-----影片------*/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 比例 */
  background: black;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  z-index: 10;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  cursor: pointer;
  z-index: 11;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	font-size: 80px;
	color: white;
	cursor: pointer;

}
.play-icon i{
	color: #fff;
    font-size: 60px;
    text-shadow: 1px 0 6px rgb(0 0 0 / .3);
}
.modal-close-outside {
  position: absolute;
    z-index: 1055;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    top: -5.5vh;
    right: 0vh;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-close:hover {
    color: #454545;
    text-decoration: none;
    opacity: 0.75;
}
@media (min-width:992px){
	.play-icon i{
		font-size: 100px;
	}
}
/*-----表單彈跳------*/
.fancybox-content {
    background: #c0daff!important;
    padding: 0!important;
}
.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; }
.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{ }
	.modal-dialog{}
}
/*@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px; margin-bottom:0;}
}
*/




.footer-inner {
    position: relative;
	background: #c0daff;
	padding: 20px;
	max-width: 600px;
}

.footer-info {
    text-align: center;
}
.footer-info h2 {
    font-weight: 900;
    font-size: 2rem;
	padding-bottom: 3vh;
}
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.divider::before,
.divider::after {
  content: "";
  width: 150px; /* 控制線條長度，可調整為你想要的 1/3 感覺 */
  border-bottom: 1px solid #000;
}

.divider::before {
  margin-right: 15px;
}

.divider::after {
  margin-left: 15px;
}

.divider span {
  white-space: nowrap;
  font-weight: bold;
}
#form1 .btn-send {
    margin-top: 20px;
    padding: 10px 0px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #252d6b;
    font-weight: 900;
	width: 100%;
    display: block;
    text-align: center;
}
#form1 .btn-send:hover {
    background-color: #011d20;
}



/*----流星特效----*/
/*#section-banner {
  position: relative;
}
#section-banner .banner_bg img {
  width: 100%;
  height: auto;
}
*/

.section-banner {
  position: relative;
	
}

.banner_bg img {
  width: 100%;
  height: auto;
}


.meteor-container {
    position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9; /* 視情況提高層級 */
	overflow: hidden;
}

.meteor {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 2px;
  background: linear-gradient(to left, white, transparent);
  animation: meteor-trail 5s infinite;
  transform: rotate(-45deg);
  opacity: 0;
  margin-top: -300px;
  margin-right: -300px;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}
@media (min-width:992px){
	.meteor {
	  width: 300px;
	  height: 3px;
	}
}
.meteor:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}
@keyframes meteor-trail {
  0% {
    opacity: 1;
    margin-top: -300px;
    margin-right: -300px;
  }
  12% {
    opacity: 0;
  }
  15% {
    margin-top: 300px;
    margin-left: -600px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*-----二次彈跳----*/
.quick-modal {
    text-align: center;
    padding: 50px 60px!important;
	background: #fff!important;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #7f6dfa;
    margin: 0 auto 30px;
    line-height: 1;
    text-align: center;
}
.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-image: linear-gradient(to top, #a89ef2 0%, #7f6dfa 50%, #a89ef2 100%);
	background-color: transparent;
	border-color: transparent;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-image: linear-gradient(to top, #7f6dfa 0%, #a89ef2 50%, #7f6dfa 100%);
	background-color: transparent;
	border-color: transparent;

}