
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");



/*========================================================
                         基本設定
=========================================================*/

body {
	font-family: 'Noto Sans TC', "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
	line-height: 32px;
    font-size: 1rem;
    color: #111;
    overflow-x: hidden;
    background-color: #eceae6;
	/*background: url(../img/all_bg_s.jpg) no-repeat center top;
	background-size: cover;*/
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

/*img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}*/
/*@media (min-width: 992px) {
    body {
		background: url(../img/all_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}*/

/* google recaptcha 隱藏 */
    .grecaptcha-badge{ 
     visibility:hidden;
}
/* 電腦版,手機版關開設定 */
.pc-wrap {
    position: relative;
    display: none;
}
.m-wrap {
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .pc-wrap {
        display: block;
    }
    .m-wrap {
        display: none;
    }
}

/* 定位統一設定 */
.pos-style1 {
    position: relative;
    z-index: 2;
}
.pos-style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.pos-style3 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
}
.pos-style3 span {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.9rem;
}
.pos-style4 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
}
.pos-style5 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 20px;
}
.pos-style5 span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 4px;
    margin-left: -2px;
}
.pos-style6 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 20px;
}
.pos-style6 span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 4px;
    margin-left: -2px;
}


@media (min-width: 992px) {
    .pos-style3 {
        right: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
    .pos-style3 span {
        font-size: 1.2rem;
    }
    .pos-style4 {
        left: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
    .pos-style5 {
        right: 20px;
        bottom: 20px;
        font-size: 0.9rem;
    }
    .pos-style5 span {
        font-size: 1.2rem;
    }
    .pos-style6 {
        left: 20px;
        bottom: 20px;
        font-size: 0.9rem;
    }
    .pos-style6 span {
        font-size: 1.2rem;
    }
}


/* slider 手機文字定位統一設定 */

.m-wrap .slider {
    margin-bottom: 30px;
}
.m-wrap .slider div {
    position: relative;
  
}
.m-wrap .slider .slick-slide p {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

.m-wrap .responsive-s1 .slick-slide:after,
.m-wrap .responsive-s3 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border-top: 10px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.m-wrap .responsive-s2 {
    margin-bottom: 20px;
}
.m-wrap .responsive-s2 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border: 10px solid #fff;
}
.m-wrap .responsive-s2 .slick-slide p {
    right: 20px;
    bottom: 10px;
}
.m-wrap .responsive-s4 {
    margin-bottom: 20px;
}
.m-wrap .responsive-s4 .slick-slide:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000000;
    border: 10px solid #fff;
}
.m-wrap .responsive-s4 .slick-slide p {
    right: 20px;
    bottom: 10px;
}




/*========================================================
                         動畫設定
=========================================================*/

.fly-1 {
  animation: fly-1 5s ease-in-out infinite;
}

@keyframes fly-1 {
  0% {
    transform: translateY(0) scale(0.65);
  }
  50% {
    transform: translateY(5px) scale(0.85);
  }
  100% {
    transform: translateY(0) scale(0.65);
  }
}
.fly-2 {
  animation: fly-2 5s ease-in-out infinite;
}

@keyframes fly-2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.fly-3{
    transform: rotate(-1deg) skew(1deg);
    transform-origin: 60% 95%;
    animation: fly-3 3s ease-in-out infinite alternate;
}
@keyframes fly-3 {
    to {
        transform: rotate(0);
    }
}
.fly-4 {
  animation: fly-4 5s ease-in-out infinite;
}

@keyframes fly-4 {
  0% {
    transform: translateY(0) scale(0.75);
  }
  50% {
    transform: translateY(2px) scale(0.65);
  }
  100% {
    transform: translateY(0) scale(0.75);
  }
}
.fly-5 {
  animation: fly-5 5s ease-in-out infinite;
  transform-origin: bottom center; /* 錨點固定在底部中間 */
}

@keyframes fly-5 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg); /* 往右下傾斜 45 度 */
  }
  100% {
    transform: rotate(0deg);
  }
}
.fly-6 {
    transform-origin: 10% 100%; /* 固定底部為軸心 */
    -webkit-animation: fly-6 3.5s ease-in-out infinite alternate;
    animation: fly-6 3.5s ease-in-out infinite alternate;
}

@keyframes fly-6 {
    0% { transform: translateX(-3px) rotate(-3deg); }
    100% { transform: translateX(3px) rotate(3deg); }
}

/* 水波效果 */
.water_effect{ 
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 30%;
 }

 .water_effect img {
 	width: 100%;
 	height: 100%;
    mix-blend-mode: soft-light;
 	filter: blur(.05vw);
    transform: rotate(180deg);
 }



.all_box{
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

/*========================================================
                         區塊1
=========================================================*/

.section1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section1-m-bg.jpg");
}
.section1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.water_effect1 {
    position: absolute;
    bottom: 11%; 
    left: 0;
    width: 100%;
    height: auto;
}
.water_effect1 img {
    width: 100%;
    height: auto;
	mix-blend-mode: soft-light; 
	filter: blur(.05vw); 
	transform: rotate(180deg);
}

/*========================================================
                         區塊2
=========================================================*/

.section2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section2-m-bg.jpg");
}
/*========================================================
                         特效
=========================================================*/
/*.aerial_light_wrapper {
	position: absolute;
	bottom: 25%;
	left: 55%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 0%;
}
.aerial_light_content {
	position: relative;
	width: 100%;
	height: 100%
}
.aerial_light {
	position: absolute;
	top: 100%;
	width: 2px;
	height: 2px;
}
.aerial_light:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 251, 177, 1);
	box-shadow: 0 0 15px 3px #fffbb1, 0 0 10px 2px #fffbb1, 0 0 15px 3px #fffbb1, 0 0 5px 1px #fff, 0 0 15px 3px #fff, 0 0 10px 2px #fff;
}
.aerial_light1 {
	left: 0;
	animation: light 4s linear infinite;
	animation-delay: -1s;
}
.aerial_light2 {
	left: 20%;
	animation: light 6s linear infinite;
	animation-delay: -2s;
}
.aerial_light3 {
	left: 40%;
	animation: light 8s linear infinite;
	animation-delay: -3s;
}
.aerial_light4 {
	left: 80%;
	animation: light 10s linear infinite;
	animation-delay: -4s;
}
.aerial_light5 {
	left: 100%;
	animation: light 12s linear infinite;
	animation-delay: -5s;
}
@keyframes flash {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes light {
  0% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  85% {
    opacity: 1;
    transform: translateY(-150px);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
    visibility: hidden;
  }
}

@media (max-width: 991px) {
.aerial_section {
	overflow-x: scroll;
}
.aerial_section img {
	width: 1200px;
}
}*/
/*========================================================
                         特效
=========================================================*/
/*========================================================
                         原本特效 CSS
=========================================================*/
.aerial_light_wrapper {
	position: absolute;
	bottom: 25%;
	left: 57%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 0%;
}
.aerial_light_content {
	position: relative;
	width: 100%;
	height: 100%
}
.aerial_light {
	position: absolute;
	top: 100%;
	width: 2px;
	height: 2px;
}
.aerial_light:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 251, 177, 1);
	box-shadow: 0 0 15px 3px #fffbb1, 0 0 10px 2px #fffbb1, 0 0 15px 3px #fffbb1, 0 0 5px 1px #fff, 0 0 15px 3px #fff, 0 0 10px 2px #fff;
}

/*========================================================
                         光點動畫 CSS
=========================================================*/
/* 桌機動畫：散開效果 */
@keyframes light1-spread {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-60px,0); opacity:1; }
	100% { transform: translate3d(-100px,-300px,0); opacity:0; visibility: hidden; }
}
@keyframes light2-spread {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-60px,0); opacity:1; }
	100% { transform: translate3d(150px,-300px,0); opacity:0; visibility: hidden; }
}
@keyframes light3-spread {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-60px,0); opacity:1; }
	100% { transform: translate3d(-150px,-300px,0); opacity:0; visibility: hidden; }
}
@keyframes light4-spread {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-60px,0); opacity:1; }
	100% { transform: translate3d(100px,-300px,0); opacity:0; visibility: hidden; }
}
@keyframes light5-spread {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-60px,0); opacity:1; }
	100% { transform: translate3d(200px,-300px,0); opacity:0; visibility: hidden; }
}

/* 光點 class：桌機動畫 */
.aerial_light1 { animation: light1-spread 4s linear infinite; animation-delay: -1s; }
.aerial_light2 { animation: light2-spread 6s linear infinite; animation-delay: -2s; }
.aerial_light3 { animation: light3-spread 8s linear infinite; animation-delay: -3s; }
.aerial_light4 { animation: light4-spread 10s linear infinite; animation-delay: -4s; }
.aerial_light5 { animation: light5-spread 12s linear infinite; animation-delay: -5s; }

/* 桌機閃爍動畫 */
@keyframes flash {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}

/* 平板 / 手機動畫：散開效果 */
@keyframes light1-spread-mid {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-40px,0); opacity:1; }
	100% { transform: translate3d(-80px,-200px,0); opacity:0; visibility: hidden; }
}
@keyframes light2-spread-mid {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-40px,0); opacity:1; }
	100% { transform: translate3d(120px,-200px,0); opacity:0; visibility: hidden; }
}
@keyframes light3-spread-mid {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-40px,0); opacity:1; }
	100% { transform: translate3d(-120px,-200px,0); opacity:0; visibility: hidden; }
}
@keyframes light4-spread-mid {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-40px,0); opacity:1; }
	100% { transform: translate3d(80px,-200px,0); opacity:0; visibility: hidden; }
}
@keyframes light5-spread-mid {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-40px,0); opacity:1; }
	100% { transform: translate3d(160px,-200px,0); opacity:0; visibility: hidden; }
}

/* 超小螢幕動畫：散開效果 */
@keyframes light1-spread-small {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-12px,0); opacity:1; }
	100% { transform: translate3d(-40px,-60px,0); opacity:0; visibility: hidden; }
}
@keyframes light2-spread-small {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-12px,0); opacity:1; }
	100% { transform: translate3d(60px,-60px,0); opacity:0; visibility: hidden; }
}
@keyframes light3-spread-small {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-12px,0); opacity:1; }
	100% { transform: translate3d(-60px,-60px,0); opacity:0; visibility: hidden; }
}
@keyframes light4-spread-small {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-12px,0); opacity:1; }
	100% { transform: translate3d(40px,-60px,0); opacity:0; visibility: hidden; }
}
@keyframes light5-spread-small {
	0%   { transform: translate3d(0,0,0); opacity:1; visibility: visible; }
	20%  { transform: translate3d(0,-12px,0); opacity:1; }
	100% { transform: translate3d(80px,-60px,0); opacity:0; visibility: hidden; }
}

/* media query: 平板 / 手機 */
@media (max-width: 991px) {
	.aerial_section { overflow-x: scroll; }
	.aerial_section img { width: 1200px; }

	.aerial_light1 { animation: light1-spread-mid 4s linear infinite; animation-delay: -1s; }
	.aerial_light2 { animation: light2-spread-mid 6s linear infinite; animation-delay: -2s; }
	.aerial_light3 { animation: light3-spread-mid 8s linear infinite; animation-delay: -3s; }
	.aerial_light4 { animation: light4-spread-mid 10s linear infinite; animation-delay: -4s; }
	.aerial_light5 { animation: light5-spread-mid 12s linear infinite; animation-delay: -5s; }
}

/* media query: 超小螢幕 380px 以下 */
@media (max-width: 379.98px) {
	.aerial_light1 { animation: light1-spread-small 4s linear infinite; animation-delay: -1s; }
	.aerial_light2 { animation: light2-spread-small 6s linear infinite; animation-delay: -2s; }
	.aerial_light3 { animation: light3-spread-small 8s linear infinite; animation-delay: -3s; }
	.aerial_light4 { animation: light4-spread-small 10s linear infinite; animation-delay: -4s; }
	.aerial_light5 { animation: light5-spread-small 12s linear infinite; animation-delay: -5s; }
}



/*========================================================
                         區塊3
=========================================================*/

.section3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section3-m-bg.jpg");
}
.section3 img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* 水波效果 */
.water_effect3 {
    position: absolute;
    bottom: 4%;  /* 依設計需求調整 */
    left: 0;
    width: 100%;
    height: auto;
}
.water_effect3 img {
    width: 100%;
    height: auto;
	mix-blend-mode: soft-light; 
	filter: blur(.05vw); 
	transform: rotate(180deg);
}


/*========================================================
                         區塊4
=========================================================*/

.section4 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section4-m-bg.jpg");
}
/*========================================================
                         區塊5
=========================================================*/

.section5 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section5-m-bg.jpg");
}
/*========================================================
                         區塊6
=========================================================*/

.section6 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section6-m-bg.jpg");
}
/*========================================================
                         區塊7
=========================================================*/

.section7 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section7-m-bg.jpg");
}



/*========================================================
                         輪播鍵頭
=========================================================*/
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.9); /* 白色透明 70% */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

/* 左右內縮 10px */
.carousel-control-prev {
  left: 10px;
}
.carousel-control-next {
  right: 10px;
}

/* 黑色箭頭 (#555) SVG */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}


/* hover 時背景透明度加深到 90% */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/*========================================================
                         區塊8
=========================================================*/

.section8 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section8-m-bg.jpg");
}
/*========================================================
                         區塊9
=========================================================*/

.section9 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-image: url("../img/section9-m-bg.jpg");
}
/*========================================================
                         區塊13
=========================================================*/

.section13 {
    /*background-image: url("../img/section1-pc-bg.jpg");
    background-size: cover;    */
	background: #005d69;
	padding: 30px 0px 0;
}
.section13 > div {
}
.container-title{
	padding-bottom: 2vh;
}
.section13 > div h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.section13 #form1 {
	padding: 0 6vh;
}
#form1 label {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}
.form-control {
    height: calc(2.98rem + 2px);
    color: #6c757d!important;
    font-weight: bold;
}
#form1 .form-control {
    border-radius: 0;
    border: none;
}
#form1 input, #form1 textarea {
    background: #fff;
    color: #111;
}
#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #051f23;
    width: 100%;
    border-radius: 50px;
	opacity: 0.7;
}
#form1 .btn-send:hover {
    background-color: #447c83;
}
#form1 select {
    color: #6c757d;
    width: 100%;
    height: calc(2.98rem + 2px);
    padding: 4px 5px;
    font-size: 1rem;
    background: #fff;
    
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}
#form1 select option {
    color: #111;
}
#form1 .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #C2C0BE;
    background-color: transparent;
    color: #000;
    margin-top: 4px;
}
#form1 .custom-control-label::after {
    margin-top: 4px;
}
#form1 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #424866;
}

/*
.form-control::-moz-placeholder {
	color: #111;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #111;
}
.form-control::-webkit-input-placeholder {
	  color: #111;
}
*/

@media (min-width: 768px) {
   
}

@media (min-width: 992px) {
	.section13 {
		padding: 60px 0px 0;
	}
    .section13 > div h2 {
		font-size: 2.8rem;
	}
	.section13 > div p {
		font-size: 1.6rem;
	}
}





/*========================================================
                         區塊14
=========================================================*/

.section14 {
    position: relative;
    background-color: #005d69; /* 補上背景色 */
    background-image: url("../img/section10-m-bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 200px; /* 視需求可調整 */
    margin: -1px;

    display: flex;
    justify-content: center; /* 水平置中 */
    align-items: flex-start; /* 上對齊 */
}

.section14 p {
    margin-top: 5vh;
    margin-bottom: 0;
    max-width: 90%;
    text-align: center;
    color: #fff;
}



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

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

.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: calc(100% / 2 - 0px);
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
    }
    .icon_img {
        display: block;
        background-color: #02516fe6;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px 0;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background-color: #1a6683e6;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@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-color: #02516fe6;
        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;
		background-color: #1a6683e6;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 48px;
        height: 55px;
        line-height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
	.icon_img .icon img{
        height: 35px;
    }
    .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: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}
*/
/*========================================================
                         左側選單 (底部顯示)
=========================================================*/
.icon_Community {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;  /* 限制最大寬度 */
    width: 100%;       /* 小於 900px 時可拉滿容器 */
    z-index: 999998;
    pointer-events: auto;
    background: transparent; /* 或自己想要的底色 */
}

.icon_Community_ul {
    display: flex;
    justify-content: space-around; /* 左右平分 */
    padding: 0;
    margin: 0;
    list-style: none;
}

.icon_Community_ul .icon_li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #fff;
}

.icon_Community_ul .icon_li:last-child {
    border-right: none;
}

.icon_img {
    display: block;
    background-color: #02516fe6;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    text-decoration: none;
    position: relative;
}

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

.icon_Community a img {
    display: block;
    margin: 0 auto;
    width: 22px;
}

.icon_Community a:hover {
    background-color: #1a6683e6;
}

.icon_Community a:hover img {
    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_Community_ul .icon_name {
    font-size: 0.8rem;
    display: block;
    color: #fff;
    margin-top: 4px;
}/*========================================================
                         快速選單
=========================================================*/

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #294b62;
    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;
	font-size: 0.9rem;
}
.quick-btn [class*="col-"]:hover {
    background-color: #6e99af;
}
.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #006263;
    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: #006263;
	border-color: #2cb1a6;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #2cb1a6;
	border-color: #006263;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
	.quick-btn{ display:none;}
}



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

.fancybox-container {z-index: 9999999;}
.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;}
}


