@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

.nav-fixed {
  position: fixed;
}

/*------------------------nav--------------------------*/
.nav_index {
  background: #FFDA8F;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  /*nav選單*/
  /*nav選單按鈕*/
}
@media (max-width: 992px) {
  .nav_index {
    height: 70px;
    border-bottom: 1px solid #FFC552;
    position: fixed;
  }
}
.nav_index .logo {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.nav_index .logo img {
  transition: all 0.3s;
  height: 40px;
}
@media (max-width: 992px) {
  .nav_index .logo img {
    height: 45px;
  }
}
@media (max-width: 500px) {
  .nav_index .logo img {
    height: 30px;
  }
}
@media (max-width: 340px) {
  .nav_index .logo img {
    height: 26px;
  }
}
.nav_index .nav_link {
  height: 110px;
  margin-right: 30px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 992px) {
  .nav_index .nav_link {
    transition: right 0.6s;
    margin-right: 0;
    flex-flow: column nowrap;
    width: 100vw;
    height: 100vh;
    max-width: 500px;
    background: #FFC552;
    z-index: 9999;
    position: absolute;
    top: 70px;
    right: -120%;
  }
}
.nav_index .nav_link02 {
  right: 0;
  transition: right 0.6s;
}
.nav_index .nav_link .nav_link_Wrap {
  position: relative;
  height: 90px;
  margin: auto 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 992px) {
  .nav_index .nav_link .nav_link_Wrap {
    width: auto;
    margin: 0;
    padding-left: 20px;
  }
  .nav_index .nav_link .nav_link_Wrap:hover, .nav_index .nav_link .nav_link_Wrap:active {
    background: #FFDA8F;
  }
}
.nav_index .nav_link .nav_link_Wrap::before {
  content: "";
  position: absolute;
  bottom: 10px;
  transform: translateX(-50%);
  left: 55%;
  height: 5px;
  width: 0%;
  background: #FF9292;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .nav_index .nav_link .nav_link_Wrap::before {
    display: none;
  }
}
.nav_index .nav_link .nav_link_Wrap:hover::before, .nav_index .nav_link .nav_link_Wrap:active:before {
  width: 80%;
}
.nav_index .nav_link .nav_link_Wrap .nav_link_icon {
  width: 40px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.nav_index .nav_link .nav_link_Wrap .nav_link_icon .nav_iconsize {
  font-size: 26px;
  color: #839CF5;
}
.nav_index .nav_link .nav_link_Wrap .nav_link_p {
  color: #2A1E5C;
  font-size: 18px;
  font-weight: bold;
}
.nav_index .navBTN {
  display: none;
  position: relative;
  height: 50px;
  width: 45px;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav_index .navBTN {
    display: block;
  }
}
@media (max-width: 500px) {
  .nav_index .navBTN {
    width: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 340px) {
  .nav_index .navBTN {
    width: 35px;
    margin-right: 5px;
  }
}
.nav_index .navBTN .navBTN_bar {
  height: 5px;
  width: 45px;
  border-radius: 5px;
  background: #2A1E5C;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 500px) {
  .nav_index .navBTN .navBTN_bar {
    width: 40px;
  }
}
@media (max-width: 340px) {
  .nav_index .navBTN .navBTN_bar {
    width: 35px;
  }
}
.nav_index .navBTN .navBTN_bar01 {
  transition: transform 0.3s, top 0.3s 0.3s;
  top: 20%;
  transform: rotate(0deg);
}
.nav_index .navBTN .navBTN_bar02 {
  transition: opacity 0.6s 0.3s;
  top: 50%;
}
.nav_index .navBTN .navBTN_bar03 {
  transition: transform 0.3s, top 0.3s 0.3s;
  top: 80%;
}
.nav_index .navBTN .navBTN_bar01_click {
  transition: top 0.3s, transform 0.3s 0.3s;
  top: 50%;
  transform: rotate(45deg);
}
.nav_index .navBTN .navBTN_bar02_click {
  transition: opacity 0.3s 0.1s;
  opacity: 0;
}
.nav_index .navBTN .navBTN_bar03_click {
  transition: top 0.3s, transform 0.3s 0.3s;
  top: 50%;
  transform: rotate(-45deg);
}

/*----------------banner---------------*/
.banner_Wrap {
  width: 100%;
}
@media (max-width: 992px) {
  .banner_Wrap {
    margin-top: 70px;
  }
}

/*----------------網頁副標題---------------*/
.tit_h1 {
  width: 100%;
  border-bottom: 5px solid #145466;
  border-top: 5px solid #145466;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit_h1 h1 {
  color: #145466;
  font-weight: bold;
  font-size: 36px;
  margin: 0.2em auto;
  text-align: center;
}
@media (max-width: 1266px) {
  .tit_h1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .tit_h1 h1 {
    font-size: 26px;
  }
}
@media (max-width: 850px) {
  .tit_h1 h1 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .tit_h1 h1 {
    font-size: 14px;
  }
}

/*----------------分類標題---------------*/
.tit_h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit_h2 h2 {
  color: #000;
  font-size: 46px;
  border-left: 24px solid #FFC552;
  padding-left: 0.8em;
  margin: 0.8em auto;
  text-align: center;
}
@media (max-width: 1266px) {
  .tit_h2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .tit_h2 h2 {
    font-size: 35px;
  }
}
@media (max-width: 850px) {
  .tit_h2 h2 {
    font-size: 26px;
    border-left: 20px solid #FFC552;
  }
}
.tit_h2 h3 {
  color: #808080;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1266px) {
  .tit_h2 h3 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .tit_h2 h3 {
    font-size: 26px;
  }
}
@media (max-width: 850px) {
  .tit_h2 h3 {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .tit_h2 h3 {
    font-size: 15px;
  }
}

/*--------------使用體驗(experience)---------------*/
.experience_Box {
  margin: 20px auto;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .experience_Box {
    width: 95%;
  }
}
@media (max-width: 850px) {
  .experience_Box {
    width: 95%;
    margin: 50px auto;
  }
  .experience_Box01, .experience_Box03 {
    flex-flow: column-reverse wrap;
  }
  .experience_Box02 {
    flex-flow: column wrap;
  }
}
@media (max-width: 400px) {
  .experience_Box {
    width: 100%;
  }
}
.experience_Box .img_bg01 {
  position: absolute;
  height: 207px;
  width: 312px;
  z-index: -1;
  top: -100px;
  right: -100px;
}
@media (max-width: 1266px) {
  .experience_Box .img_bg01 {
    display: none;
  }
}
.experience_Box .img_bg02 {
  position: absolute;
  height: 566px;
  width: 610px;
  z-index: -1;
  top: -200px;
  left: -100px;
}
@media (max-width: 1266px) {
  .experience_Box .img_bg02 {
    display: none;
  }
}
.experience_Box .img_bg03 {
  position: absolute;
  height: 616px;
  width: 690px;
  z-index: -1;
  top: -100px;
  right: -200px;
}
@media (max-width: 1266px) {
  .experience_Box .img_bg03 {
    display: none;
  }
}
.experience_Box .experience_img {
  width: 50%;
}
@media (max-width: 850px) {
  .experience_Box .experience_img {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
  }
}
.experience_Box .experience_img img {
  width: 100%;
}
.experience_Box .experience_txt {
  width: 50%;
  padding: 0 60px;
}
@media (max-width: 1266px) {
  .experience_Box .experience_txt {
    padding: 0 30px;
  }
}
@media (max-width: 850px) {
  .experience_Box .experience_txt {
    width: auto;
    max-width: 100%;
    padding: 0px;
  }
}
.experience_Box .experience_txt h4 {
  font-size: 30px;
  color: #000;
  margin: 0.6em 0;
}
@media (max-width: 1500px) {
  .experience_Box .experience_txt h4 {
    font-size: 20px;
    margin: 0.6em 0;
  }
}
@media (max-width: 1120px) {
  .experience_Box .experience_txt h4 {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .experience_Box .experience_txt h4 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .experience_Box .experience_txt h4 {
    font-size: 16px;
  }
}
.experience_Box .experience_txt h4 img {
  vertical-align: middle;
  width: 1.5em;
  margin-right: 0.5em;
}
.experience_Box .experience_txt p {
  font-size: 20px;
  line-height: 1.7em;
  color: #808080;
  font-weight: bold;
  margin-left: 3em;
}
@media (max-width: 1266px) {
  .experience_Box .experience_txt p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .experience_Box .experience_txt p {
    font-size: 18px;
    line-height: 1.7em;
  }
}
@media (max-width: 380px) {
  .experience_Box .experience_txt p {
    font-size: 16px;
  }
}

/*------------方案介紹version-------------*/
.version_Box {
  width: 85%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1266px) {
  .version_Box {
    width: 90%;
  }
}
@media (max-width: 850px) {
  .version_Box {
    flex-flow: column wrap;
  }
}
@media (max-width: 600px) {
  .version_Box {
    width: 100%;
  }
}
.version_Box .version_Wrap {
  width: 600px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1266px) {
  .version_Box .version_Wrap {
    width: 450px;
  }
}
@media (max-width: 850px) {
  .version_Box .version_Wrap {
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .version_Box .version_Wrap {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .version_Box .version_Wrap {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
}
.version_Box .version_Wrap02 {
  background: linear-gradient(to bottom, #FFC552 0%, #fff 100%);
}
.version_Box .version_Wrap01 {
  background: linear-gradient(to bottom, #B6B6B6 0%, #fff 100%);
}
.version_Box .version_Wrap .version_img {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1266px) {
  .version_Box .version_Wrap .version_img {
    height: 50px;
  }
}
@media (max-width: 850px) {
  .version_Box .version_Wrap .version_img {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .version_Box .version_Wrap .version_img {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .version_Box .version_Wrap .version_img {
    height: auto;
    width: 80%;
  }
}
.version_Box .version_Wrap .version_img img {
  width: 100%;
}
.version_Box .version_Wrap h4 {
  color: #145466;
  font-weight: bold;
  font-size: 36px;
  margin-top: 0.5em;
}
@media (max-width: 1266px) {
  .version_Box .version_Wrap h4 {
    font-size: 26px;
  }
}
@media (max-width: 850px) {
  .version_Box .version_Wrap h4 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .version_Box .version_Wrap h4 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .version_Box .version_Wrap h4 {
    font-size: 16px;
  }
}
.version_Box .version_Wrap h5 {
  color: #E28B8D;
  font-size: 20px;
  margin-bottom: 30px;
}
.version_Box .version_Wrap .version_peopleNum {
  width: 85%;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .version_Box .version_Wrap .version_peopleNum {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .version_Box .version_Wrap .version_peopleNum {
    margin-bottom: 20px;
    flex-flow: column wrap;
    justify-content: center;
  }
}
.version_Box .version_Wrap .version_peopleNum .peopleNum_box {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media (max-width: 400px) {
  .version_Box .version_Wrap .version_peopleNum .peopleNum_box {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .version_Box .version_Wrap .version_peopleNum .peopleNum_box img {
    height: 60px;
  }
}
.version_Box .version_Wrap .version_peopleNum .peopleNum_box p {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .version_Box .version_Wrap .version_peopleNum .peopleNum_box p {
    font-size: 16px;
  }
}
.version_Box .version_Wrap .version_downloadAPP {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1266px) {
  .version_Box .version_Wrap .version_downloadAPP {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .version_Box .version_Wrap .version_downloadAPP {
    flex-flow: column wrap;
  }
}
.version_Box .version_Wrap .version_downloadAPP a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.version_Box .version_Wrap .version_gotoRegister {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
.version_Box .version_Wrap .version_gotoRegister a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(30deg, #FF9292, #FFC552);
  width: 250px;
  height: 70px;
  border-radius: 5px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
.version_Box .version_Wrap .version_gotoRegister a::before {
  content: " ";
  position: absolute;
  width: 240px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.version_Box .version_Wrap .version_gotoRegister a p {
  font-size: 24px;
  color: #FF9292;
  z-index: 10;
  font-weight: bold;
}
.version_Box .version_Wrap .version_gotoRegister a p span {
  color: #C5502B;
}
.version_Box .version_Wrap .version_gotoRegister a:hover {
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

/*------------輪播圖slider start-------------*/
.sliderWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sliderWrap .sliderBTN_Box {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  list-style-type: none;
}
@media (max-width: 1266px) {
  .sliderWrap .sliderBTN_Box {
    justify-content: space-around;
  }
}
.sliderWrap .sliderBTN_Box .sliderBTN_Box_item {
  position: relative;
}
.sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  box-sizing: border-box;
  background: transparent;
  border: #2A1E5C 20px solid;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 850px) {
  .sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN {
    height: 100px;
    width: 100px;
    border: #2A1E5C 10px solid;
  }
}
@media (max-width: 450px) {
  .sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN {
    height: 50px;
    width: 50px;
    border: #2A1E5C 5px solid;
  }
}
.sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0deg, #08f7fe, #f5d300);
  clip-path: inset(0 35% 0 35%);
  filter: blur(6px);
  transform: rotate(0deg);
  animation-name: turn360deg;
  /*動畫名稱，需與 keyframe 名稱對應*/
  animation-duration: 4s;
  /*動畫持續時間，單位為秒*/
  animation-iteration-count: infinite;
  /*動畫次數，infinite 為無限次*/
  animation-timing-function: linear;
  z-index: 1;
  opacity: 0;
}
.sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN:hover::before {
  opacity: 1;
}
.sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN .sliderBTN_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
  width: 115px;
  background: #2A1E5C;
  z-index: 10;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
}
@media (max-width: 850px) {
  .sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN .sliderBTN_icon {
    height: 65px;
    width: 65px;
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .sliderWrap .sliderBTN_Box .sliderBTN_Box_item .sliderBTN .sliderBTN_icon {
    height: 35px;
    width: 35px;
    font-size: 18px;
  }
}
.sliderWrap .slider_viewBox {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}
.sliderWrap .slider_viewBox .slider_contentBox {
  width: 300vw;
  max-height: 400px;
  min-height: 300px;
  border-top: 10px solid #FFC552;
  border-bottom: 10px solid #FFC552;
  display: flex;
  position: absolute;
  left: 0;
}
.sliderWrap .slider_viewBox .slider_contentBox input[name=slider_radioBTN] {
  display: none;
}
.sliderWrap .slider_viewBox .slider_contentBox #r1 {
  bottom: 10px;
  left: 10px;
}
.sliderWrap .slider_viewBox .slider_contentBox #r2 {
  bottom: 10px;
  left: 30px;
}
.sliderWrap .slider_viewBox .slider_contentBox #r3 {
  bottom: 10px;
  left: 50px;
}
.sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox {
  width: 100vw;
  max-height: 400px;
  min-height: 300px;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  transition: 0.6s;
}
.sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox img {
  width: 100%;
}
@media (max-width: 750px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox img {
    width: auto;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
.sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt {
  position: absolute;
  transform: translateY(-50%);
  left: 60px;
  top: 50%;
  width: 60%;
  height: 85%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt {
    width: 85%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt {
    width: 95%;
    height: 95%;
    padding: 20px;
  }
}
.sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_h4 {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0.7em;
}
@media (max-width: 1220px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_h4 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_h4 {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_h4 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_h4 {
    font-size: 18px;
  }
}
.sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_p {
  color: #000;
  font-size: 20px;
  line-height: 1.7em;
}
@media (max-width: 992px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .sliderWrap .slider_viewBox .slider_contentBox .slider_imgBox .slider_imgBox_txt .slider_p {
    font-size: 14px;
  }
}

.triangle::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #FFC552 transparent;
}

.navigation_label {
  position: absolute;
  transform: translate(-50% -50%);
  bottom: 30%;
  left: 90%;
}
.navigation_label label {
  display: block;
  border: #fff 2px solid;
  background: rgba(155, 155, 155, 0.5);
  box-shadow: rgba(128, 128, 128, 0.616) 2px 2px 2px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 20px;
  cursor: pointer;
}
.navigation_label label:hover {
  transition: all 0.1s ease-in;
  background: #fff;
}

@keyframes turn360deg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#r1:checked ~ .imgBox_checked {
  margin-left: 0;
}

#r2:checked ~ .imgBox_checked {
  margin-left: -100vw;
}

#r3:checked ~ .imgBox_checked {
  margin-left: -200vw;
}

/*------------輪播圖slider end-------------*/
/*-------------footer------------*/
.footerArea {
  background: #145466;
  margin-top: 200px;
}
.footerArea .footer_top {
  width: 98%;
  margin: auto;
  border-bottom: #2B859E 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footerArea .footer_top .line_QRcode {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  height: 400px;
  position: absolute;
  bottom: 100px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.431);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerArea .footer_top .line_QRcode img {
  width: 85%;
  max-width: 350px;
  position: absolute;
}
.footerArea .footer_top .line_QRcode p {
  color: #4ad926;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
}
.footerArea .footer_top a {
  color: #FFECC4;
  font-size: 45px;
  margin: 10px 20px;
}
.footerArea .footer_top a:hover, .footerArea .footer_top a:active {
  color: #FF9292;
  transform: scale(0.9);
  transition: all 0.1s ease-in;
}
.footerArea .footer_top .line_QRcodeClick {
  color: #FF9292;
  transform: scale(0.9);
}
.footerArea .footer_center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footerArea .footer_center {
    flex-flow: column wrap;
  }
}
.footerArea .footer_center .footer_info {
  display: flex;
  width: 50%;
  flex-flow: column nowrap;
  height: 200px;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .footerArea .footer_center .footer_info {
    width: 90%;
    margin: auto;
  }
}
.footerArea .footer_center .footer_info .footer_info_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 850px) {
  .footerArea .footer_center .footer_info .footer_info_box {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .footerArea .footer_center .footer_info .footer_info_box {
    margin-left: 0;
  }
}
.footerArea .footer_center .footer_info .footer_info_box .footer_icon_color {
  font-size: 25px;
  color: #FF9292;
  margin-right: 10px;
}
@media (max-width: 850px) {
  .footerArea .footer_center .footer_info .footer_info_box .footer_icon_color {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .footerArea .footer_center .footer_info .footer_info_box .footer_icon_color {
    font-size: 25px;
    margin-right: 10px;
  }
}
.footerArea .footer_center .footer_info .footer_info_box .footer_info_content {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 850px) {
  .footerArea .footer_center .footer_info .footer_info_box .footer_info_content {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 600px) {
  .footerArea .footer_center .footer_info .footer_info_box .footer_info_content {
    font-size: 14px;
  }
}
.footerArea .footer_center .fooer_buess {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 600px) {
  .footerArea .footer_center .fooer_buess {
    width: 90%;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
  }
}
.footerArea .footer_center .fooer_buess .fooer_buess_box {
  display: flex;
  flex-flow: column wrap;
  width: 50%;
  height: 200px;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .footerArea .footer_center .fooer_buess .fooer_buess_box {
    display: flex;
    flex-flow: column wrap;
    width: 50%;
    height: 200px;
    justify-content: space-around;
  }
}
.footerArea .footer_center .fooer_buess .fooer_buess_box .fooer_buess_item {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 850px) {
  .footerArea .footer_center .fooer_buess .fooer_buess_box .fooer_buess_item {
    font-size: 16px;
  }
}
.footerArea .footer_bottom {
  border-top: #FFC552 2px solid;
  width: 98%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin: auto;
  padding: 20px 0;
}
.footerArea .footer_bottom .white_footerP {
  color: #fff;
  font-size: 18px;
}
.footerArea .footer_bottom p {
  color: #1B97BA;
  width: 100%;
  margin: auto;
  text-align: center;
}

.youtube_Box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 85%;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 400px) {
  .youtube_Box {
    max-width: 99%;
  }
}

.youtube_Box iframe, .youtube_Box object, .youtube_Box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=base.css.map */