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



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

body {
    font-family: "Noto Serif TC", "微軟正黑體", Arial, Verdana, Helvetica, serif;
/*    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: 400;
    font-size: 1rem;
    color: #333433;
    /*overflow-x: hidden;
    background-image: url("../img/section1-pc-bg.jpg");    
    background-repeat: repeat;
    background-position: center center;*/
}
/*@media (max-width: 991px){
    body {
        margin-bottom: 63px;
        background-image: url("../img/section1-m-bg.jpg");    
        background-repeat: repeat;
        background-position: center center;
    } 
}*/
/* google recaptcha 隱藏 */
    .grecaptcha-badge{ 
     visibility:hidden;
}

.wrapper__bg {
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 overflow: hidden;
	 z-index: -1;
}

.txt-abs{
	position: relative;
}
.txt-abs p {
    color: #fff;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-73%, -100%);
    padding: 15px;
    font-size: 0.85rem;
    width: 160px;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;
}

.f1 {
	font-family:  'Noto Sans TC', sans-serif;
}
#scrollUp{
	background-color: #002f16;
}

#scrollUp:hover{
	background-color: #72bdb8;
}

/*========================================================
                         共用版型設定
=========================================================*/


/* 電腦版,手機版關開設定 */
.pc-wrap {
    display: none;
}
.m-wrap {
    display: block;
}



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

/* 定位統一設定 */
.pos-style1 {
    position: relative;
    z-index: 1;
}
.pos-style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pos-style3 {
    position: absolute;
    right: 0px;
    bottom: -6px;
    margin: 0;
    font-weight: bold;
    font-size: 0.75rem;
	padding: 0 10px;
	text-align: justify;
}
.pos-style3 span {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.9rem;
	color: #40210f;
	font-weight: bold;
}
.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;
}
.pos-style7 {
    position: absolute;
    right: 0px;
    bottom: 37px;
    margin: 0;
    font-weight: bold;
    font-size: 0.7rem;
	padding: 0 10px;
	text-align: justify;
}
@media (min-width: 480px) {
	.pos-style3 {
        bottom: 13px;
        font-size: 0.9rem;
    }
	.pos-style3 span {
		font-size: 1.2rem;
	}
	.pos-style7 {
        bottom: 13px;
        font-size: 0.9rem;
    }
}
@media (min-width: 640px) {
	.pos-style3 {
        bottom: 22px;
        font-size: 1rem;
		padding: 0 15px;
    }
	.pos-style3 span {
		font-size: 1.4rem;
	}
	.pos-style7 {
        bottom: 22px;
        font-size: 1rem;
		padding: 0 15px;
    }
}
@media (min-width: 760px) {
	.pos-style3 {
        bottom: 67px;
}
}
@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;
}





/* 區塊2,5,6共用版型 */
.section-s1 img {
    width: 100%;
}
.pc-wrap .section-s1-img {
    padding: 30px 35px 0px 10px;
}
.pc-wrap .section-s1-img > div {
    position: relative;
    margin-bottom: 10px;
}
.pc-wrap .section-s1-img > div p {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

@media (min-width: 1200px) {
    .pc-wrap .section-s1-img > div p {
        font-size: 1.1rem;
    }
    .pc-wrap .section-s1-img {
        padding: 30px 40px 0px 15px;
    }
}
@media (min-width: 1600px) {
    .pc-wrap .section-s1-img > div p {
        font-size: 1.1rem;
    }
    .pc-wrap .section-s1-img {
        padding: 40px 55px 0px 30px;
    }
    .pc-wrap .section-s1-img > div {
        margin-bottom: 15px;
    }
}
@media (min-width: 1800px) {
    .pc-wrap .section-s1-img {
        padding: 35px 55px 0px 30px;
    }
}



/*.shadow_img{
	mix-blend-mode: screen;
}*/

/*========================================================
                         共同文字
=========================================================*/
.section h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4E4D4D;
    margin-top: 2rem;
}
.section h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.section h3 span{
    font-weight: 900;
    display: inline-block;
}
.section p {
    font-size: 1.4rem;
    font-weight: bold;
    color: #a82330;
    margin-bottom: 1rem;
	padding-top: 5vh;
}
.txt-p{
	color: #d9706f!important;
}
.txt-b{
	color: #4e4d4d!important;
}
@media (min-width: 640px) {
    .section h2 {
        font-size: 2.2rem;
    }
    .section h3 {
        font-size: 2.8rem;
    }
    .section p {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) {
    .section h2 {
        font-size: 1.8rem;
        margin-top: 2rem;
    }
    .section h3 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .section p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
		padding-top: 10vh;
    }
}
@media (min-width: 1200px) {  
    .section h2 {
        font-size: 2rem;
        margin-top: 3rem;
    }
    .section h3 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
    .section p {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1600px) {
    .section h2 {
        font-size: 2.4rem;
        margin-top: 4rem;
    }
    .section h3 {
        font-size: 2.4rem;
        margin-top: 4rem;
    }
    .section p {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

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

.amin-01 {
    animation: amin-01 5s ease-in-out infinite;
}
@keyframes amin-01 {
    0% {
		transform:translateY(40px)
	}
	50% {
		transform:translateY(0)
	}
	to {
		transform:translateY(40px)
	}

}

.amin-02 {
    animation: amin-02 5s ease-in-out infinite;
}
@keyframes amin-02 {
    0% {
		transform:translateY(0px)
	}
	50% {
		transform:translateY(40px)
	}
	to {
		transform:translateY(0px)
	}

}

.amin-03 {
    animation: amin-03 5s infinite;
}
@keyframes amin-03 {
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }

}
.amin-04 {
    animation: amin-04 5s infinite;
}
@keyframes amin-04 {
    0%, 100% { opacity: 0; }
  	50% { opacity: 1; }

}
.sway-container {
	width: 115%;
	position: relative;
	left: -8%;
	bottom: 11%;
	overflow: hidden;
}
.amin-05 {
    transform: skewX(-5deg);
    transform-origin: 50% 100%;
    animation: amin-05 3s infinite alternate;
}

@keyframes amin-05 {
    to {
        transform: skewX(5deg);
    }
}
/*========================================================
                         區塊1
=========================================================*/

.section1 {
	background-color: #faf3c1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
/*.section1.pc-wrap {
    background-image: url("../img/section1-pc-bg.jpg");
}
.section1.m-wrap {
    background-image: url("../img/section1-m-bg.jpg");
}
*/
.leafs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* 基本葉子設定 */
.leaf-item {
  position: absolute;
  top: -10%;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
  animation-name: leafFall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 6 片葉子均分左右位置 + 不同延遲 + 不同葉子圖片 */
.leaf-item:nth-child(1) { left: 10%; animation-duration: 8s;  animation-delay: 0s;  background-image: url(../img/leaf_1.png); transform: scale(1);}
.leaf-item:nth-child(2) { left: 25%; animation-duration: 9s;  animation-delay: 1s;  background-image: url(../img/leaf_2.png); transform: scale(0.9);}
.leaf-item:nth-child(3) { left: 40%; animation-duration: 10s; animation-delay: 2s;  background-image: url(../img/leaf_3.png); transform: scale(1.1);}
.leaf-item:nth-child(4) { left: 55%; animation-duration: 9s;  animation-delay: 0.5s;background-image: url(../img/leaf_4.png); transform: scale(0.8);}
.leaf-item:nth-child(5) { left: 70%; animation-duration: 11s; animation-delay: 1.5s;background-image: url(../img/leaf_5.png); transform: scale(1);}
.leaf-item:nth-child(6) { left: 85%; animation-duration: 10s; animation-delay: 2.2s;background-image: url(../img/leaf_6.png); transform: scale(0.9);}

/* 飄落 + 左右擺動 + 逐漸消失 */
@keyframes leafFall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translateY(25vh) translateX(15px) rotate(90deg);
  }
  50% {
    transform: translateY(50vh) translateX(-15px) rotate(180deg);
    opacity: 0.9;
  }
  75% {
    transform: translateY(75vh) translateX(10px) rotate(270deg);
  }
  100% {
    transform: translateY(110vh) translateX(-10px) rotate(360deg);
    opacity: 0;
  }
}
/*========================================================
                         區塊2
=========================================================*/
/* carousel-inner 底色避免閃白 */
.carousel-inner {
	background-color: #faf3c1;
  position: relative;
  overflow: hidden;
}

/* 改良 fade 過渡，無閃白 */
.carousel-fade .carousel-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out; /* 可調整時間更順暢 */
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative; /* active item 保留位置 */
}

/* 白色圓形按鈕 */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ababab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.3s;
  z-index: 5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* 箭頭顏色 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* 左右位置調整 */
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }

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

.section2 {
	margin-top: -1px;
}
/*========================================================
                         區塊3
=========================================================*/

.section3 {
	/*background-color: #faf3c1;
    position: relative;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section3.pc-wrap {
    background-image: url("../img/section3-pc-bg.jpg");
}

.section3-1{
	position: relative;
}
/*---輪播---*/
:root{
      --slide-w: 720px;          /* 每張卡片寬度（調這個就能改可視比例） */
      --pagination-active: #233fe8; /* 你的主色 */
    }
    *, *::before, *::after { box-sizing: border-box; }

    /* ===== 外殼（版心） ===== */
    .carousel-shell{
      max-width: 1280px;
      margin: 40px auto;
      padding: 0 24px;
    }

    /* ===== 只容納 3 張寬度的裁切視窗 ===== */
    .carousel-viewport{
      max-width: min(100%, calc(var(--slide-w) * 3)); /* 只容得下三張 */
      margin: 0 auto;
      overflow: hidden;                                /* 關鍵：裁掉第 4 張 */
      position: relative;
    }

    /* ===== Swiper 容器 ===== */
    .mySwiper{
      padding: 32px 10%;      /* 保留左右留白，讓「半露」更好看 */
      overflow: visible;      /* 讓左右半露 & 陰影仍可見（由外層裁切） */
    }

    /* ===== 投影片卡片 ===== */
    .mySwiper .swiper-slide{
      width: var(--slide-w);  /* 固定每張寬度，搭配 slidesPerView:'auto' */
      display: flex;
      align-items: stretch;
      justify-content: center;
    }
    .slide-card{
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      background:#fff;
      box-shadow: 0 10px 30px rgba(0,0,0,.15);
    }
    .slide-media{
      width: 100%;
      /*aspect-ratio: 16 / 9;*/
      object-fit: cover;
      display: block;
    }
    .slide-caption{
      padding: 12px 16px;
      font-size: 15px;
      text-align: center;
      color: #1f2937;
    }
	
	  
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 18px;
	}  
    /* ===== 分頁圓點 ===== */
    .swiper-pagination { bottom: 10px !important; }
    .swiper-pagination-bullet{
      width: 12px; height: 12px;
      background: rgba(255,255,255,.9);
      border-radius: 50%;
      margin: 0 6px;
      opacity: 1;
      box-shadow: 0 2px 6px rgba(0,0,0,.25);
      transition: transform .3s ease, background .3s ease;
    }
    .swiper-pagination-bullet-active{
      background-color: #818181;
      transform: scale(1.4);
    }

    /* ===== 左右箭頭（白底圓形） ===== */
    .swiper-button-next,
    .swiper-button-prev{
      width: 30px; 
	  height: 30px;
      background: rgba(255,255,255,.9);
      border-radius: 50%;
      box-shadow: 0 4px 15px rgba(0,0,0,.2);
      color: #000;               /* 箭頭顏色 */
      transition: all .3s ease;
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover{
      background-color: #ababab;
      color: #fff;
      transform: scale(1.1);
    }
    .swiper-button-next{ right: 40px; }
    .swiper-button-prev{ left: 40px; }

    /* ===== 手機自適應 ===== */
    @media (max-width: 768px){
      :root{ --slide-w: 86vw; }        /* 手機每張寬度用視窗比例 */
      .carousel-viewport{ max-width: var(--slide-w); } /* 手機只顯示 1.x 張 */
      .mySwiper{ padding: 24px 6%; }
      .swiper-button-next, .swiper-button-prev{ width: 38px; height: 38px; }
    }



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


/*========================================================
                         區塊4
=========================================================*/
.section4-box{
	padding-top: 30px;
}
.section4 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.section4.pc-wrap {
    background-image: url("../img/section4-pc-bg.jpg");
}
.section4.m-wrap {
    background-image: url("../img/section4-m-bg.png");
}
/*========================================================
                         表單
=========================================================*/

.footer {
	background: url(../img/footer-bg.jpg);
	background-repeat: repeat;
    background-position: center center;
    position: relative;
    padding: 0 30px 60px;
	margin: -1px;
	overflow: hidden; /* 避免子元素溢出 */
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg-img.png) no-repeat center bottom;
  background-size: cover; /* 依需求改 cover / contain */
  z-index: 1;
  pointer-events: none; /* 不影響互動 */
	transform: skewX(-5deg);
    transform-origin: 50% 100%;
    animation: amin-05 4s infinite alternate;
}
.footer .container {
    padding: 40px 30px;
}
.footer-info {
    text-align: center;
}
.footer-info h2 {
    font-weight: 900;
    font-size: 3rem;
	color: #005024;
	padding-bottom: 5%;
}
.footer-info h2:after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background-color: #002f16;
    margin: 0 auto;
}
.footer-info h3 {
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 2rem;
	color: #002f16;
}
.footer-info h4 {
    display: inline-block;
    font-weight: 900;
    font-size: 1.4rem;
    background-color: #c52231;
    padding: 0.5rem 2rem;
    color: #fff;
    margin-bottom: 2rem;
}

.el-input {
    position: relative;
    width: 100%!important;
}

.el-input select {
    background: transparent!important;
    height: 7vh!important;
    color: #474747!important;
	padding: 0 1rem!important;
}

.footer-img > div {
    position: absolute;
    z-index: 1;
}
.footer-img > div img {
    width: 100%;
    vertical-align: bottom;
}
.footer-img .img1 {
    left: -7vh;
    top: -12vh;
    width: 263px;
}
.footer-img .img2 {
    right: -9vw;
    top: -22vh;
    width: 194px;
}
.footer-img .img3 {
    right: 42vw;
    bottom: 9vh;
    height: auto;
    width: 246px;   
}
.footer-img .img4 {
    bottom: 0;
    right: 0;
    height: auto;
	width: 240px;
}

#form1{ margin-top:20px; text-align:left; font-size:1rem;}
#form1 .row{ margin:0;}
#form1 .form-group { padding-bottom:20px; padding-right:7px;}
#form1 .form-control{ border-radius:0; display: inline-block; border:0.1px solid #805943;}
#form1 label{ color:#666666; padding-left:0;}

#form1 .text_box { color:#666666; font-size:0.9rem;}
#form1 .form-check{ padding-left:0; }
#form1 .form-check label{ display:inline;}
.contact_block .row{ margin-left:0; margin-right:0;}

#form1 .form-control{
	background:transparent;
}


.form_block .check_box button{
	width:36%;
    height:36px;
    text-align: center;
    cursor: pointer;
	background-color: #246659;
    border: 0;
    color: #fff;
	font-size:1rem;
    transition: all .3s linear;
    border-radius: 30px;
	margin: 0 auto;
    display: block;
}
.form_block .check_box button:hover{
    background-color: #67c0af;
}
@media (min-width:992px){
	#form1{ font-size:1.2rem;}
	#form1 .text_box { font-size:1rem;}
}


#form1 input, #form1 textarea {
    background: transparent;
    color: #111;
}


.info_title h2{
	color: #fff;
    background-color: #005024;
    padding: 7px 12px 7px 16px;
    font-size: 1.3rem;
    width: 80%;
    margin-bottom: 10px;
}
.info_box p{
	color: #4d4d4d;
    font-size: 0.9rem;
    line-height: 1.7;
}
.info_box .btn {
    border: 1px solid #246659;
    padding: 5px 10px;
    color: #246659;
    margin-bottom: 1rem;
}
#form1 a {
    color: #3398b0;
    text-decoration: none;
}

@media (min-width: 640px) {
    .footer-img .img1 {
        width: 340px;
    }
    .footer-img .img2 {
        right: 2vw;
    	top: -18vh;
		width: 203px;
    }
    .footer-img .img3 {
		right: 66vw;
    	bottom: 3vh;
        width: 170px;    
    }
    .footer-img .img4 {
		right: -8vh;
        width: 340px;
    }
}
@media (min-width: 992px) {
    .footer {
        padding-top: 60px;
        padding-bottom: 140px;
    }
    .footer-img .img1 {
        left: -100px;
        top: -17vh;
        width: 440px;
    }
    .footer-img .img2 {
        left: 3vw;
        top: 43vh;
        width: 250px;
    }
    .footer-img .img3 {
        right: 4vw;
        top: 22vh;
        width: 250px;  
    }
    .footer-img .img4 {
        bottom: -8vh;
    	right: -7vh;
        width: 440px;
    }
    .footer-info h2 {
        font-size: 4rem;
    }
    .footer-info h3 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .footer-info h4 {
        font-size: 1.6rem;
        padding: 0.5rem 2rem;
        margin-bottom: 2rem;
    }
	.info_title h2{ width:55%;}
	.info_box p{
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
    .footer-img .img1 {
        width: 540px;
    }
}
@media (min-width: 1600px) {
    .footer-img .img1 {
        width: 600px;
    }
    .footer-img .img2 {
		left: 15vw;
        top: 35vh;
        width: 350px;
    }
    .footer-img .img3 {
        right: 9vw;
        top: 15vh;
        width: 350px;  
    }
    .footer-img .img4 {
		bottom: -14vh;
        right: -13vh;
        width: 600px;
    }

}
@media (min-width:1920px){
	.footer .footer-inner{ padding:0 5%;}
}
/*========================================================
                         左側選單
=========================================================*/

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

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

@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 #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.7rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background-color: #002f16;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        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: #72bdb8;
 }
 .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: #002f16;
        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: 15px;
        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;
    }
}


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

.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: #72bdb8;
    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: #72bdb8;
	border-color: #72bdb8;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #002f16;
	border-color: #002f16;
}
#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;}
}
