@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
  list-style-type: none;
}

body,
html {
  background: url(../images/background_wood.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}

.nav_wrap {
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .nav_wrap {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .nav_wrap {
    height: 70px;
  }
}
.nav_wrap .logo {
  height: 120px;
  margin-left: 20px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.nav_wrap .logo img {
  height: 100%;
}
@media (max-width: 1300px) {
  .nav_wrap .logo {
    margin-left: 10px;
    height: 90px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .nav_wrap .logo {
    height: 60px;
  }
}
@media (max-width: 450px) {
  .nav_wrap .logo {
    height: 50px;
    margin-top: 20px;
  }
}
.nav_wrap .nav_link {
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    width: 40%;
    background: url(../images/menu_door.png);
    margin-top: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -120%;
    padding-left: 60px;
  }
  .nav_wrap .nav_link::after {
    content: url(../images/menu_doorknode.png);
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: contain;
    box-shadow: 5px 0px 5px #000;
  }
  .nav_wrap .nav_link::before {
    content: "MENU";
    font-size: 40px;
    font-family: "Russo One", sans-serif;
    color: rgba(255, 212, 148, 0.848);
    text-shadow: 1px 1px white, -1px -1px rgb(0, 0, 0);
    letter-spacing: 0.1em;
    border-bottom: 2px solid #ffd494;
  }
}
@media (max-width: 1000px) and (max-width: 350px) {
  .nav_wrap .nav_link::before {
    font-style: 45px;
  }
}
@media (max-width: 850px) {
  .nav_wrap .nav_link {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .nav_wrap .nav_link {
    width: 70%;
  }
}
@media (max-width: 470px) {
  .nav_wrap .nav_link {
    width: 100%;
  }
}
.nav_wrap .nav_link .navBTN_wrap {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.nav_wrap .nav_link .navBTN_wrap:hover .navBTN_choose, .nav_wrap .nav_link .navBTN_wrap:active .navBTN_choose {
  display: block;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    width: 100%;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN {
  transition: all 0.3s ease-in-out;
  display: block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN {
    height: 90px;
    width: 90px;
    border-width: 3px;
    margin-right: 10px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN {
    display: flex;
    justify-content: left;
    align-items: center;
    border: none;
    background: none;
    width: auto;
    border-radius: 0;
    height: 60px;
    margin-top: 20px;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN:hover, .nav_wrap .nav_link .navBTN_wrap .navBTN:active {
  transition: all 0.3s ease-in;
  border-color: #4fffe4;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset rgba(79, 255, 229, 0.3254901961) 0px 0px 10px 5px;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN:hover, .nav_wrap .nav_link .navBTN_wrap .navBTN:active {
    background: none;
    box-shadow: none;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_icon, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_icon {
  transition: all 0.3s ease-in;
  top: 10px;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_icon, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_icon {
    top: 12px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_icon, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_icon {
    filter: brightness(300%);
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_Chinese, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_Chinese {
  transition: all 0.3s ease-in;
  top: 65px;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_Chinese, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_Chinese {
    top: 48px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_Chinese, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_Chinese {
    top: 65px;
    color: #4fffe4;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN:hover .navBTN_English, .nav_wrap .nav_link .navBTN_wrap .navBTN:active .navBTN_English {
  transition: all 0.3s ease-in;
  top: 110%;
}
.nav_wrap .nav_link .navBTN_wrap .navBTN .slideBTN {
  display: none;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .slideBTN {
    text-decoration: none;
    display: block;
    font-size: 20px;
    color: #ffd494;
    margin-left: 20px;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_icon {
  height: 60px;
  position: absolute;
  transform: translateX(-50%);
  top: -60px;
  left: 50%;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_icon {
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_icon {
    position: static;
    transform: none;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_Chinese {
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translateX(-50%);
  top: 30px;
  left: 50%;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_Chinese {
    font-size: 15px;
    top: 25px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_Chinese {
    width: auto;
    font-size: 20px;
    position: static;
    transform: none;
    margin-left: 10px;
    text-align: left;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_English {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #ffa63d;
  position: absolute;
  transition: all 0.3s ease-in;
  transform: translateX(-50%);
  top: 60px;
  left: 50%;
}
@media (max-width: 1300px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_English {
    font-size: 12px;
    top: 48px;
  }
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN .navBTN_English {
    display: none;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 120%;
  width: 150px;
  border: #4fffe4 5px solid;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(0, 0, 0, 0.586) 10px 10px 10px;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN_choose {
    position: static;
    transform: none;
    border: none;
    box-shadow: none;
    background: none;
    padding-left: 35px;
    width: auto;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 18px;
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose li:hover a, .nav_wrap .nav_link .navBTN_wrap .navBTN_choose li:active a {
  background: rgba(79, 255, 229, 0.3);
  border-radius: 80%;
  box-shadow: rgba(79, 255, 229, 0.3254901961) 0px 0px 10px 5px;
  color: #4fffe4;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN_choose li:hover a, .nav_wrap .nav_link .navBTN_wrap .navBTN_choose li:active a {
    background: none;
    box-shadow: none;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose li a {
  color: #fff;
  width: 85%;
  text-align: center;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN_choose li a {
    text-align: left;
    color: #ffd494;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #4fffe4 transparent;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN_choose::after {
    display: none;
  }
}
.nav_wrap .nav_link .navBTN_wrap .navBTN_choose::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -50px;
  left: 50%;
  width: 150px;
  height: 50px;
  background: rgb(0, 0, 0);
  opacity: 0;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .navBTN_wrap .navBTN_choose::before {
    display: none;
  }
}
.nav_wrap .nav_link .MobileBTN_close {
  display: none;
}
@media (max-width: 1000px) {
  .nav_wrap .nav_link .MobileBTN_close {
    display: block;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    right: -60px;
    top: -60px;
    box-shadow: #000 inset 0px 0px 5px 5px;
    cursor: pointer;
  }
  .nav_wrap .nav_link .MobileBTN_close img {
    position: absolute;
    width: 55px;
    top: 40%;
    left: 20%;
  }
  .nav_wrap .nav_link .MobileBTN_close img:hover, .nav_wrap .nav_link .MobileBTN_close img:active {
    transition: all 0.3s ease-in;
    transform: scale(0.8);
  }
}
@media (max-width: 350px) {
  .nav_wrap .nav_link .MobileBTN_close {
    width: 90px;
    height: 90px;
    right: -40px;
    top: -30px;
  }
  .nav_wrap .nav_link .MobileBTN_close img {
    position: absolute;
    width: 38px;
    top: 40%;
    left: 10%;
  }
}
.nav_wrap_scroll {
  height: 70px;
}
.nav_wrap_scroll .logo {
  height: 50px;
  margin-top: 10px;
}
.nav_wrap_scroll .nav_link {
  margin-top: 0px;
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN {
  height: 50px;
  border-radius: 0%;
  border: none;
  background: none;
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:hover, .nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:active {
  box-shadow: none;
  background: none;
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:hover .navBTN_icon, .nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:active .navBTN_icon {
  top: -60px;
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:hover .navBTN_Chinese, .nav_wrap_scroll .nav_link .navBTN_wrap .navBTN:active .navBTN_Chinese {
  top: 10px;
  color: #4fffe4;
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN .navBTN_Chinese {
  color: #ffd494;
  top: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.nav_wrap_scroll .nav_link .navBTN_wrap .navBTN .navBTN_Chinese:hover, .nav_wrap_scroll .nav_link .navBTN_wrap .navBTN .navBTN_Chinese:active {
  color: #4fffe4;
  cursor: pointer;
}

.nav_MobileBTN {
  display: none;
}
@media (max-width: 1000px) {
  .nav_MobileBTN {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
  }
  .nav_MobileBTN:hover, .nav_MobileBTN:active {
    transition: all 0.3s ease-in;
    border-color: #4fffe4;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: inset rgba(79, 255, 229, 0.3254901961) 0px 0px 10px 5px;
  }
  .nav_MobileBTN .MobileBTN_icon {
    height: 30px;
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    top: 18px;
    left: 50%;
  }
  .nav_MobileBTN .MobileBTN_icon:hover .MobileBTN_tit {
    color: #fff;
    transition: all 0.3s ease-in;
  }
  .nav_MobileBTN .MobileBTN_icon .MobileBTN_line {
    width: 40px;
    height: 4px;
    border-radius: 5px;
    background: #ffa63d;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .nav_MobileBTN .MobileBTN_icon .line_1 {
    top: 0;
  }
  .nav_MobileBTN .MobileBTN_icon .line_2 {
    top: 50%;
  }
  .nav_MobileBTN .MobileBTN_icon .line_1 {
    top: 100%;
  }
  .nav_MobileBTN .MobileBTN_tit {
    color: #4fffe4;
    font-size: 12px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 55px;
  }
}
@media (max-width: 600px) {
  .nav_MobileBTN {
    height: 60px;
    width: 60px;
  }
  .nav_MobileBTN .MobileBTN_icon {
    height: 15px;
    width: 20px;
    top: 15px;
  }
  .nav_MobileBTN .MobileBTN_icon .MobileBTN_line {
    height: 2px;
    width: 30px;
  }
  .nav_MobileBTN .MobileBTN_tit {
    font-size: 4px;
    top: 32px;
  }
}

.navBTN_scroll {
  height: 50px;
  border-radius: 0;
  border: none;
  background: none;
}

.navBTN_Chinese_scroll {
  color: #ffd494;
  top: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.banner_sliderWrap {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.856) 5px 5px 50px;
}
@media (max-width: 1000px) {
  .banner_sliderWrap {
    max-height: 500px;
  }
}
@media (max-width: 500px) {
  .banner_sliderWrap {
    max-height: 400px;
  }
}
.banner_sliderWrap .banner_slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.banner_sliderWrap .banner_slider .sliderIMG01 {
  background: url(../images/banner001.png) no-repeat;
}
.banner_sliderWrap .banner_slider .sliderIMG02 {
  background: url(../images/parallax_001.png) no-repeat;
}
.banner_sliderWrap .banner_slider .sliderIMG03 {
  background: url(../images/background_wood.png) no-repeat;
}
.banner_sliderWrap .banner_slider .sliderIMG_size {
  background: url(../images/banner001.png);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .banner_sliderWrap .banner_slider .sliderIMG_size {
    max-height: 500px;
  }
}
@media (max-width: 500px) {
  .banner_sliderWrap .banner_slider .sliderIMG_size {
    max-height: 400px;
  }
}

.banner_Txtbox {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40%;
  top: 60%;
  left: 80%;
}
@media (max-width: 1500px) {
  .banner_Txtbox {
    left: 75%;
  }
}
@media (max-width: 1000px) {
  .banner_Txtbox {
    left: 65%;
    width: 60%;
  }
}
@media (max-width: 700px) {
  .banner_Txtbox {
    width: 65%;
    left: 50%;
  }
}
.banner_Txtbox .banner_Txtbox_tit {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  text-shadow: #000 5px 5px 5px;
  margin-bottom: 0.8em;
}
@media (max-width: 1300px) {
  .banner_Txtbox .banner_Txtbox_tit {
    font-size: 65px;
  }
}
@media (max-width: 1000px) {
  .banner_Txtbox .banner_Txtbox_tit {
    font-size: 60px;
  }
}
@media (max-width: 780px) {
  .banner_Txtbox .banner_Txtbox_tit {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .banner_Txtbox .banner_Txtbox_tit {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .banner_Txtbox .banner_Txtbox_tit {
    font-size: 30px;
  }
}
.banner_Txtbox .banner_Txtbox_tit span {
  border-bottom: #e94609 8px solid;
}
.banner_Txtbox .banner_Txtbox_content {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: #000 5px 5px 5px;
}
@media (max-width: 1300px) {
  .banner_Txtbox .banner_Txtbox_content {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .banner_Txtbox .banner_Txtbox_content {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .banner_Txtbox .banner_Txtbox_content {
    font-size: 20px;
  }
}

.socialMedia {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .socialMedia {
    right: 5px;
    bottom: 10px;
    flex-direction: column;
  }
}
.socialMedia .socialMedia_IMG {
  width: 45px;
  margin: 10px;
  opacity: 0.5;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .socialMedia .socialMedia_IMG {
    width: 40px;
    margin: 5px;
  }
}
@media (max-width: 500px) {
  .socialMedia .socialMedia_IMG {
    width: 35px;
    margin: 5px;
  }
}
.socialMedia .socialMedia_IMG:hover, .socialMedia .socialMedia_IMG:active {
  transition: all 0.3s ease-in;
  opacity: 1;
}

.socialMedia_other {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: row;
}
.socialMedia_other .socialMedia_IMG {
  width: 45px;
  margin: 10px;
  opacity: 0.5;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .socialMedia_other .socialMedia_IMG {
    width: 40px;
    margin: 5px;
  }
}
@media (max-width: 500px) {
  .socialMedia_other .socialMedia_IMG {
    width: 35px;
    margin: 5px;
  }
}
.socialMedia_other .socialMedia_IMG:hover, .socialMedia_other .socialMedia_IMG:active {
  transition: all 0.3s ease-in;
  opacity: 1;
}

.content_Wrap-85 {
  width: 85%;
  margin: 0 auto 50px auto;
}
@media (max-width: 1000px) {
  .content_Wrap-85 {
    width: 95%;
  }
}
@media (max-width: 450px) {
  .content_Wrap-85 {
    width: 99%;
  }
}

.content_Wrap-100 {
  width: 100%;
  margin: 0 auto 50px auto;
}

.min-height-300 {
  min-height: 300px;
}

.content_txt {
  max-width: 1000px;
}

.moreBTN {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 45px;
  height: 45px;
  width: 160px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 35px auto;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 10px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .moreBTN {
    width: 150px;
    font-size: 20px;
    height: 43px;
  }
}
@media (max-width: 500px) {
  .moreBTN {
    width: 120px;
    font-size: 16px;
    height: 36px;
  }
}
.moreBTN:hover, .moreBTN:active {
  transition: all 0.1s ease-in;
  box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 5px;
}

.BTN_orange {
  background: #e94609;
}

.BTN_yellow {
  background: #ffa63d;
}

.BTN_green {
  background: #009c84;
}

.tit_h2 {
  display: flex;
  margin: 50px 0 30px;
  justify-content: center;
}
.tit_h2 h2 {
  margin-top: 30px;
  margin-left: 30px;
  font-size: 30px;
  position: relative;
}
@media (max-width: 800px) {
  .tit_h2 h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .tit_h2 h2 {
    font-size: 24px;
  }
}
.tit_h2 h2:first-letter {
  font-size: 60px;
}
@media (max-width: 800px) {
  .tit_h2 h2:first-letter {
    font-size: 56px;
  }
}
@media (max-width: 500px) {
  .tit_h2 h2:first-letter {
    font-size: 48px;
  }
}
.tit_h2 h2 img {
  width: 60px;
  position: absolute;
  top: -20%;
  left: -20%;
  z-index: 0;
}
@media (max-width: 500px) {
  .tit_h2 h2 img {
    width: 50px;
  }
}
.tit_h2 h2 p {
  font-size: 20px;
  color: #e94609;
  position: absolute;
  top: 0.5em;
  left: 3.3em;
}
@media (max-width: 800px) {
  .tit_h2 h2 p {
    top: 0.5em;
    left: 3em;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .tit_h2 h2 p {
    top: 1em;
    left: 3.5em;
    font-size: 14px;
  }
}

.justify-content-left {
  justify-content: start;
}
@media (max-width: 1000px) {
  .justify-content-left {
    justify-content: center;
  }
}

.news_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .news_wrap {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .news_wrap {
    height: 40px;
  }
}
.news_wrap:hover .news_date, .news_wrap:active .news_date {
  transition: all 0.3s ease-in;
  background: rgba(0, 0, 0, 0.8);
}
.news_wrap:hover .news_date .news_date_day, .news_wrap:active .news_date .news_date_day {
  transition: all 0.3s ease-in;
  color: #ffa63d;
}
.news_wrap:hover .news_tit, .news_wrap:active .news_tit {
  transition: all 0.3s ease-in;
  background: rgba(0, 0, 0, 0.8);
  border: #4fffe4 5px solid;
}
.news_wrap:hover .news_h3, .news_wrap:active .news_h3 {
  transition: all 0.3s ease-in;
  color: #fff;
}
.news_wrap:hover .news_tit .news_more, .news_wrap:active .news_tit .news_more {
  transition: all 0.3s ease-in;
  color: #4fffe4;
}
.news_wrap .news_date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 0 0;
  flex-basis: 200px;
  box-shadow: rgba(0, 0, 0, 0.367) 5px 5px 5px;
  margin-right: 20px;
  border-radius: 50px;
  background: rgba(0, 156, 133, 0.5);
  border: #4fffe4 5px solid;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .news_wrap .news_date {
    flex-basis: 150px;
  }
}
@media (max-width: 800px) {
  .news_wrap .news_date {
    flex-basis: 100px;
    margin-right: 10px;
    border-width: 3px;
  }
}
@media (max-width: 600px) {
  .news_wrap .news_date {
    margin-right: 5px;
  }
}
@media (max-width: 500px) {
  .news_wrap .news_date {
    margin-right: 5px;
  }
}
.news_wrap .news_date .news_date_day {
  color: #fff;
  font-size: 26px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 1000px) {
  .news_wrap .news_date .news_date_day {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .news_wrap .news_date .news_date_day {
    font-size: 14px;
  }
}
.news_wrap .news_date .news_date_year {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -80%;
  left: 50%;
  color: #ffa63d;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .news_wrap .news_date .news_date_year {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .news_wrap .news_date .news_date_year {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .news_wrap .news_date .news_date_year {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .news_wrap .news_date .news_date_year {
    font-size: 16px;
  }
}
.news_wrap .news_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.408);
  border: #ffffff 5px solid;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.367) 5px 5px 5px;
}
@media (max-width: 800px) {
  .news_wrap .news_tit {
    border-width: 3px;
  }
}
.news_wrap .news_tit .news_h3 {
  flex-shrink: 1;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 28px;
  margin-left: 0.8em;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1000px) {
  .news_wrap .news_tit .news_h3 {
    line-height: 1.4em;
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .news_wrap .news_tit .news_h3 {
    line-height: 1.8em;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .news_wrap .news_tit .news_h3 {
    line-height: 1.8em;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .news_wrap .news_tit .news_h3 {
    line-height: 2em;
    font-size: 16px;
  }
}
.news_wrap .news_tit .news_more {
  flex: 0 0;
  flex-basis: 100px;
  color: #ffa63d;
  margin-left: 50px;
  font-size: 30px;
  font-weight: bold;
  margin-right: 0.5em;
}
@media (max-width: 1000px) {
  .news_wrap .news_tit .news_more {
    font-size: 24px;
    flex-basis: 80px;
    margin-left: 30px;
  }
}
@media (max-width: 800px) {
  .news_wrap .news_tit .news_more {
    font-size: 20px;
    flex-basis: 60px;
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .news_wrap .news_tit .news_more {
    font-size: 18px;
    flex-basis: 50px;
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .news_wrap .news_tit .news_more {
    display: none;
  }
}

.parallax_logo {
  background-image: url(../images/parallax_bg.png);
  min-height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* 背景圖固定不捲動 */
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  .parallax_logo {
    min-height: 45vh;
  }
}
@media (max-width: 500px) {
  .parallax_logo {
    min-height: 40vh;
  }
}
@media (max-width: 450px) {
  .parallax_logo {
    min-height: 30vh;
  }
}
.parallax_logo img {
  width: 50%;
}
@media (max-width: 950px) {
  .parallax_logo img {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .parallax_logo img {
    width: 80%;
  }
}

.about_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 80px;
}
.about_Wrap .about_txt {
  width: 35%;
}
@media (max-width: 1000px) {
  .about_Wrap .about_txt {
    width: 100%;
  }
}
.about_Wrap .about_txt .about_p {
  height: 200px;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: bold;
  color: rgb(69, 69, 69);
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .about_Wrap .about_txt .about_p {
    height: 180px;
    font-size: 18px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1000px) {
  .about_Wrap .about_txt .about_p {
    height: 180px;
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .about_Wrap .about_txt .about_p {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .about_Wrap .about_txt .about_p {
    height: 180px;
    font-size: 18px;
    -webkit-line-clamp: 6;
  }
}
.about_Wrap .about_IMG {
  width: 63%;
  max-width: 800px;
  border: #fff 12px solid;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px 1px;
}
@media (max-width: 1000px) {
  .about_Wrap .about_IMG {
    width: 100%;
    max-width: 100%;
  }
}

.service_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
}
.service_Wrap .serviceB_box {
  width: 30%;
}
@media (max-width: 420px) {
  .service_Wrap .serviceB_box {
    width: 100%;
  }
}
.service_Wrap .serviceB_box .serviceIMG_B {
  width: 100%;
}
.service_Wrap .serviceSM_box {
  width: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 420px) {
  .service_Wrap .serviceSM_box {
    width: 100%;
    flex-direction: row;
  }
}
.service_Wrap .serviceSM_box .serviceIMG_SM {
  width: 100%;
}
@media (max-width: 420px) {
  .service_Wrap .serviceSM_box .serviceIMG_SM {
    width: 50px;
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .service_Wrap .serviceSM_box .serviceIMG_SM {
    width: 30px;
    margin-left: 10px;
  }
}

.footer_basic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: rgba(58, 58, 58, 0.75);
}
@media (max-width: 1000px) {
  .footer_basic {
    margin-top: 100px;
  }
}
.footer_basic .footer_top {
  padding: 30px;
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .footer_basic .footer_top {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .footer_basic .footer_top {
    padding: 20px 10px;
  }
}
.footer_basic .footer_top .footer_tit {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .footer_basic .footer_top .footer_tit {
    width: 40%;
    min-width: 300px;
  }
}
@media (max-width: 850px) {
  .footer_basic .footer_top .footer_tit {
    min-width: 250px;
  }
}
@media (max-width: 700px) {
  .footer_basic .footer_top .footer_tit {
    width: 30%;
    min-width: 250px;
  }
}
@media (max-width: 650px) {
  .footer_basic .footer_top .footer_tit {
    width: 100%;
    min-width: none;
    margin-bottom: 30px;
  }
}
.footer_basic .footer_top .footer_tit img {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .footer_basic .footer_top .footer_tit img {
    max-width: 280px;
  }
}
.footer_basic .footer_top .footer_tit .footer_company {
  font-size: 32px;
  font-weight: bold;
  color: #eff2c0;
}
@media (max-width: 1000px) {
  .footer_basic .footer_top .footer_tit .footer_company {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .footer_basic .footer_top .footer_tit .footer_company {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .footer_basic .footer_top .footer_tit .footer_company {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .footer_basic .footer_top .footer_tit .footer_company {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .footer_basic .footer_top .footer_tit .footer_company {
    font-size: 20px;
  }
}
.footer_basic .footer_top .footer_info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 1000px) {
  .footer_basic .footer_top .footer_info {
    width: auto;
  }
}
@media (max-width: 650px) {
  .footer_basic .footer_top .footer_info {
    width: 100%;
  }
}
.footer_basic .footer_top .footer_info .footer_info_box {
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.7em;
}
@media (max-width: 1000px) {
  .footer_basic .footer_top .footer_info .footer_info_box {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .footer_basic .footer_top .footer_info .footer_info_box {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .footer_basic .footer_top .footer_info .footer_info_box {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .footer_basic .footer_top .footer_info .footer_info_box {
    font-size: 14px;
  }
}
.footer_basic .footer_top .footer_info .footer_info_box .footer_info_icon {
  margin: 0 1em;
  width: 20px;
}
@media (max-width: 450px) {
  .footer_basic .footer_top .footer_info .footer_info_box .footer_info_icon {
    width: 16px;
    margin: 0 0.5em;
  }
}
.footer_basic .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  background: #009c84;
}
.footer_basic .footer_bottom p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 10px;
  text-align: center;
}
.footer_basic .footer_bottom p a {
  color: #fff;
}
.footer_basic .footer_bottom p a:hover, .footer_basic .footer_bottom p a:active {
  color: #ffa63d;
}

.swal_myStyle {
  width: 300px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  background: #ffa63d;
  height: 45px;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
  cursor: pointer;
}
.swal_myStyle:hover {
  transition: all 0.3s ease-in;
  box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 2px;
}

.banner_other {
  width: 100%;
  height: 450px;
  background: url(../images/banner_news.png);
  background-position: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  position: relative;
}
.banner_other .banner_other_h2 {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 20px;
  bottom: 100px;
}
@media (max-width: 600px) {
  .banner_other .banner_other_h2 {
    bottom: 100px;
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .banner_other .banner_other_h2 {
    bottom: 150px;
    font-size: 40px;
    transform: translateX(-50%);
    right: none;
    left: 50%;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 350px) {
  .banner_other .banner_other_h2 {
    bottom: 150px;
    font-size: 36px;
  }
}

.pageWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pageWrap .pagebox {
  height: 45px;
  width: 40px;
  background: #ffa63d;
  border: 3px solid #ffa63d;
  margin: 3px;
}
@media (max-width: 350px) {
  .pageWrap .pagebox {
    margin: 2px;
  }
}
.pageWrap .pagebox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.pageWrap .pagebox:hover, .pageWrap .pagebox:active {
  background: rgba(0, 0, 0, 0.8);
}

.a_linkBar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.a_linkBar .a_link a {
  background: #ffa63d;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  border: 3px #ffa63d solid;
}
@media (max-width: 550px) {
  .a_linkBar .a_link a {
    padding: 1.5px 5px;
  }
}
.a_linkBar .a_link a img {
  width: 30px;
  filter: grayscale(100%) brightness(300%);
}
@media (max-width: 550px) {
  .a_linkBar .a_link a img {
    width: 20px;
  }
}
.a_linkBar .a_link a p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
}
@media (max-width: 550px) {
  .a_linkBar .a_link a p {
    font-size: 14px;
  }
}
.a_linkBar .a_link a:hover, .a_linkBar .a_link a:active {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in;
}
.a_linkBar .a_link a:hover img, .a_linkBar .a_link a:active img {
  transition: all 0.3s ease-in;
  filter: none;
}
.a_linkBar .a_link a:hover p, .a_linkBar .a_link a:active p {
  transition: all 0.3s ease-in;
  color: #ffa63d;
}
.a_linkBar .a_link_next {
  font-size: 40px;
  font-weight: bold;
  color: #009c84;
  margin: 0 15px;
}
@media (max-width: 550px) {
  .a_linkBar .a_link_next {
    font-size: 20px;
    margin: 0 10px;
  }
}

.TXT_area {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 50px 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}
.TXT_area .TXT_h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  border-left: 10px solid #009c84;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.TXT_area .TXT_date {
  color: #e94609;
  font-size: 16px;
  margin-left: 1.2em;
  font-weight: bold;
}
.TXT_area hr {
  border: #ffa63d dashed 2px;
  margin: 5px 0 20px 0;
}
.TXT_area .TXT_Edit {
  width: 100%;
}

.proIn_area {
  display: flex;
  flex-flow: row wrap;
}
.proIn_area .proIn_Wrap {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: stretch;
}
@media (max-width: 700px) {
  .proIn_area .proIn_Wrap {
    flex-flow: column-reverse wrap;
  }
}
.proIn_area .proIn_Wrap .proIn_IMG {
  width: 45%;
}
@media (max-width: 700px) {
  .proIn_area .proIn_Wrap .proIn_IMG {
    width: 100%;
  }
}
.proIn_area .proIn_Wrap .proIn_IMG .proIn_imgbox {
  width: 100%;
  height: 0;
  display: block;
  border: #ffffff 8px solid;
  padding-bottom: 100%;
  background: url(../images//pro_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}
.proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap {
  width: 100%;
}
.proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap .proIn_slick {
  width: 100%;
}
.proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap .proIn_slick .proIn_slick_smIMG {
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 400px) {
  .proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap .proIn_slick .proIn_slick_smIMG {
    width: 50px;
    height: 50px;
  }
}
.proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap .proIn_slick .proIn_slick_smIMG a {
  background: url(../images//pro_02.png);
  background-repeat: no-repeat;
  border: #ffffff 5px solid;
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100px;
  width: 80%;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
}
@media (max-width: 400px) {
  .proIn_area .proIn_Wrap .proIn_IMG .proIn_slickWrap .proIn_slick .proIn_slick_smIMG a {
    height: 50px;
  }
}
.proIn_area .proIn_Wrap .proInfo_info {
  width: 55%;
  padding: 5px 5px 0 20px;
}
@media (max-width: 700px) {
  .proIn_area .proIn_Wrap .proInfo_info {
    width: 100%;
  }
}
.proIn_area .proIn_Wrap .proInfo_info .proInfo_info_tit {
  display: inline-block;
  font-size: 35px;
  line-height: 1.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #4fffe4;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 1em;
}
@media (max-width: 900px) {
  .proIn_area .proIn_Wrap .proInfo_info .proInfo_info_tit {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .proIn_area .proIn_Wrap .proInfo_info .proInfo_info_tit {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .proIn_area .proIn_Wrap .proInfo_info .proInfo_info_tit {
    font-size: 22px;
  }
}
.proIn_area .proIn_Wrap .proInfo_info .proInfo_info_p {
  font-size: 20px;
  color: #000;
  margin-bottom: 0.5em;
}
.proIn_area .proIn_Wrap .proInfo_info .proInfo_info_p span {
  font-weight: bold;
}
@media (max-width: 900px) {
  .proIn_area .proIn_Wrap .proInfo_info .proInfo_info_p {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .proIn_area .proIn_Wrap .proInfo_info .proInfo_info_p {
    font-size: 16px;
  }
}

.proInfo_info_hr {
  width: 100%;
  border: none;
  border-top: #ffa63d 5px solid;
  margin: 20px auto 50px;
}
@media (max-width: 900px) {
  .proInfo_info_hr {
    margin: 20px auto;
  }
}

.proInfo_txtArea {
  width: 100%;
}

.product_warn {
  width: 100%;
  font-size: 20px;
  color: #e94609;
  font-weight: bold;
}
@media (max-width: 650px) {
  .product_warn {
    font-size: 16px;
  }
}

.productKind {
  width: 100%;
  height: 80px;
  border-top: #ffa63d 8px solid;
  border-bottom: #ffa63d 8px solid;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .productKind {
    height: 60px;
  }
}
.productKind img {
  height: 55px;
}
@media (max-width: 1000px) {
  .productKind img {
    height: 40px;
  }
}
@media (max-width: 650px) {
  .productKind img {
    height: 30px;
  }
}
@media (max-width: 500px) {
  .productKind img {
    height: 25px;
  }
}
.productKind .productKind_h4 {
  font-size: 38px;
  color: #fff;
  margin: 0 20px;
}
@media (max-width: 1000px) {
  .productKind .productKind_h4 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .productKind .productKind_h4 {
    font-size: 26px;
    margin: 0 10px;
  }
}
@media (max-width: 500px) {
  .productKind .productKind_h4 {
    font-size: 20px;
  }
}

.product_main {
  display: flex;
  width: 100%;
  height: 100%;
}
.product_main .product_sidebar {
  flex: 0 0;
  flex-basis: 250px;
  height: 100%;
}
@media (max-width: 1270px) {
  .product_main .product_sidebar {
    display: none;
  }
}
.product_main .product_sidebar .product_kindItem {
  width: 100%;
  height: 70px;
  align-items: center;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.product_main .product_sidebar .product_kindItem:hover, .product_main .product_sidebar .product_kindItem:active {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  border-bottom: #4fffe4 6px solid;
}
.product_main .product_sidebar .product_kindItem .product_kindItem_icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: #fff 5px solid;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}
.product_main .product_sidebar .product_kindItem .product_kindItem_icon::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.product_main .product_sidebar .product_kindItem .product_kindItem_p {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-left: 1em;
  letter-spacing: 0.1em;
}
.product_main .product_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  flex-flow: column wrap;
}

.product_searchBox {
  display: flex;
  flex-flow: row wrap;
  justify-items: center;
  margin-top: 20px;
  padding-left: 20px;
}
.product_searchBox .product_select {
  width: 250px;
  height: 45px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: #ffa63d 5px solid;
  background: url(../images/caret-down-solid.png) no-repeat right 10px center;
  background-size: 20px;
  padding-left: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), inset rgba(255, 255, 255, 0.5) 300px 300px 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 320px) {
  .product_searchBox .product_select {
    margin-right: 0px;
  }
}
.product_searchBox .product_select option {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  outline: none;
}
.product_searchBox .product_inputWrap {
  width: 250px;
  height: 45px;
  border: #ffa63d 5px solid;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  position: relative;
}
.product_searchBox .product_inputWrap .product_input {
  height: 100%;
  width: 205px;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 0.2em;
}
.product_searchBox .product_inputWrap .product_searchBTN {
  padding: 0;
  margin: 0;
  height: 43px;
  width: 45px;
  background: #ffa63d;
  border: #ffa63d 5px solid;
  position: absolute;
  cursor: pointer;
  right: -3px;
  top: -3px;
  border-radius: 0 10px 10px 0;
  color: rgb(255, 248, 198);
  font-size: 25px;
}

.product_boxWrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 450px) {
  .product_boxWrap {
    justify-content: center;
  }
}
.product_boxWrap .product_box {
  width: 250px;
  height: 300px;
  display: block;
  border: #fff 5px solid;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box {
    width: 230px;
    height: 276px;
  }
}
@media (max-width: 540px) {
  .product_boxWrap .product_box {
    width: 200px;
    height: 240px;
    margin: 8px;
  }
}
@media (max-width: 450px) {
  .product_boxWrap .product_box {
    width: 250px;
    height: 300px;
  }
}
.product_boxWrap .product_box::after {
  content: url(../images/magnifying-glass-plus-solid.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 35%;
  opacity: 0;
  animation: productInfoScale 1.5s;
  animation-iteration-count: infinite;
}
@keyframes productInfoScale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.2);
  }
}
.product_boxWrap .product_box:hover, .product_boxWrap .product_box:active {
  transition: all 0.5s ease-in;
  border-color: #4fffe4;
}
.product_boxWrap .product_box:hover::after, .product_boxWrap .product_box:active::after {
  transition: all 0.5s ease-in;
  opacity: 0.8;
}
.product_boxWrap .product_box:hover img, .product_boxWrap .product_box:active img {
  transition: all 0.5s ease-in;
  transform: scale(1.2);
}
.product_boxWrap .product_box:hover .product_TXT, .product_boxWrap .product_box:active .product_TXT {
  transition: all 0.5s ease-in;
  height: 600px;
}
.product_boxWrap .product_box:hover .product_TXT .product_tit, .product_boxWrap .product_box:active .product_TXT .product_tit {
  transition: all 0.5s ease-in;
  color: #4fffe4;
}
.product_boxWrap .product_box img {
  width: 100%;
  height: 100%;
  background: url(../images/pro_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.product_boxWrap .product_box .product_TXT {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 50%, rgba(1, 1, 1, 0));
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  padding: 5px;
}
.product_boxWrap .product_box .product_TXT .product_tit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap; /*不換行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_tit {
    font-size: 18px;
  }
}
.product_boxWrap .product_box .product_TXT .product_p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.2em;
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_p {
    font-size: 20px;
  }
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_p {
    font-size: 16px;
  }
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_p {
    font-size: 20px;
  }
}
.product_boxWrap .product_box .product_TXT .product_colorBox {
  width: 100%;
  margin-top: 50px;
}
.product_boxWrap .product_box .product_TXT .product_colorBox .product_color {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: #fff 5px solid;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_colorBox .product_color {
    border-width: 3px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1710px) {
  .product_boxWrap .product_box .product_TXT .product_colorBox .product_color {
    border-width: 3px;
    height: 30px;
    width: 30px;
  }
}

.download_Wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 925px) {
  .download_Wrap {
    justify-content: space-around;
  }
}

.downloadBTN {
  position: relative;
  height: 100px;
  width: 245px;
  display: block;
  margin: 20px 40px;
}
@media (max-width: 1945px) {
  .downloadBTN {
    margin: 20px 30px;
  }
}
@media (max-width: 1825px) {
  .downloadBTN {
    margin: 20px 20px;
  }
}
@media (max-width: 1710px) {
  .downloadBTN {
    margin: 20px 50px;
  }
}
@media (max-width: 1655px) {
  .downloadBTN {
    margin: 20px 40px;
  }
}
@media (max-width: 1560px) {
  .downloadBTN {
    margin: 20px 30px;
  }
}
@media (max-width: 1465px) {
  .downloadBTN {
    margin: 20px 20px;
  }
}
@media (max-width: 1370px) {
  .downloadBTN {
    margin: 20px 50px;
  }
}
@media (max-width: 1245px) {
  .downloadBTN {
    margin: 20px 40px;
  }
}
@media (max-width: 1175px) {
  .downloadBTN {
    margin: 20px 30px;
  }
}
@media (max-width: 1105px) {
  .downloadBTN {
    margin: 20px 20px;
  }
}
@media (max-width: 1035px) {
  .downloadBTN {
    margin: 20px 70px;
  }
}
@media (max-width: 1000px) {
  .downloadBTN {
    margin: 20px 20px;
  }
}
@media (max-width: 625px) {
  .downloadBTN {
    margin: 20px 10px;
  }
}
@media (max-width: 580px) {
  .downloadBTN {
    margin: 20px 3px;
  }
}
.downloadBTN .downloadInfo {
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  border: #4fffe4 3px solid;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
  height: 100px;
  width: 200px;
  border-radius: 8px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
}
.downloadBTN .downloadInfo::after {
  content: "點我下載";
  position: absolute;
  transform: translateY(-50%);
  top: -30%;
  left: 45px;
  font-size: 34px;
  color: #eff2c0;
  transition: all 0.5s ease-in-out;
}
.downloadBTN .downloadInfo .download_name {
  color: #fff;
  font-size: 16px;
  word-wrap: break-word;
  width: 140px;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  left: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-in-out;
}
.downloadBTN .downloadInfo .download_date {
  color: #e94609;
  font-size: 14px;
  word-wrap: break-word;
  width: 200px;
  position: absolute;
  transform: translateY(-50%);
  top: 85%;
  left: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.downloadBTN .downloadIcon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  border: #4fffe4 3px solid;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
  overflow: hidden;
}
.downloadBTN .downloadIcon .downloadIcon_icon {
  font-size: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #ffa63d;
}
.downloadBTN:hover .downloadIcon {
  transition: all 0.3s ease-in;
  border-color: #fbff4f;
}
.downloadBTN:hover .downloadIcon_icon {
  animation: down_slidedown 1s;
  animation-iteration-count: infinite;
}
@keyframes down_slidedown {
  from {
    top: -100%;
  }
  to {
    top: 120%;
  }
}
.downloadBTN:hover .downloadInfo::after {
  top: 50%;
}
.downloadBTN:hover .download_name {
  top: 140%;
}
.downloadBTN:hover .download_date {
  top: 180%;
}

.contact_info {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .contact_info {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.contact_info .contact_img {
  display: block;
  background: url(../images/contact_pic.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1220px) {
  .contact_info .contact_img {
    width: 49%;
    padding-bottom: 49%;
  }
}
@media (max-width: 780px) {
  .contact_info .contact_img {
    width: 500px;
    padding-bottom: 500px;
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  .contact_info .contact_img {
    width: 100%;
    padding-bottom: 100%;
  }
}
.contact_info .contact_TXT {
  width: 50%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .contact_info .contact_TXT {
    width: 500px;
  }
}
@media (max-width: 550px) {
  .contact_info .contact_TXT {
    width: 100%;
  }
}
.contact_info .contact_TXT .contact_logoBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contact_info .contact_TXT .contact_logoBox .contact_logo {
  width: 300px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1380px) {
  .contact_info .contact_TXT .contact_logoBox .contact_logo {
    width: 250px;
  }
}
@media (max-width: 800px) {
  .contact_info .contact_TXT .contact_logoBox .contact_logo {
    width: 200px;
  }
}
.contact_info .contact_TXT .contact_logoBox .contact_share {
  display: flex;
  flex-flow: row nowrap;
}
.contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: #ffa63d 3px solid;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
@media (max-width: 900px) {
  .contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 400px) {
  .contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN {
    height: 40px;
    width: 40px;
    margin-left: 5px;
  }
}
@media (max-width: 340px) {
  .contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN {
    display: none;
  }
}
.contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN img {
  width: 40px;
  height: 40px;
}
@media (max-width: 900px) {
  .contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN img {
    width: 30px;
    height: 30px;
  }
}
.contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN:hover img, .contact_info .contact_TXT .contact_logoBox .contact_share .contact_shareBTN:active img {
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}
.contact_info .contact_TXT .contact_pBox {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.contact_info .contact_TXT .contact_pBox .contact_p {
  width: 100%;
  height: 85px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1670px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    height: 80px;
  }
}
@media (max-width: 1635px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    height: 70px;
  }
}
@media (max-width: 1335px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    margin-top: 10px;
  }
}
@media (max-width: 1220px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    height: 65px;
    margin-top: 10px;
  }
}
@media (max-width: 850px) {
  .contact_info .contact_TXT .contact_pBox .contact_p {
    height: 50px;
    margin-top: 20px;
  }
}
.contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon {
  background: rgba(0, 0, 0, 0.8);
  border: #4fffe4 3px solid;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (max-width: 1670px) {
  .contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1500px) {
  .contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 1100px) {
  .contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 850px) {
  .contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon {
    height: 50px;
    width: 50px;
  }
}
.contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon .contact_info_icon {
  color: #ffa63d;
  font-size: 30px;
}
@media (max-width: 850px) {
  .contact_info .contact_TXT .contact_pBox .contact_p .contact_pIcon .contact_info_icon {
    font-size: 24px;
  }
}
.contact_info .contact_TXT .contact_pBox .contact_p p {
  color: #e94609;
  font-weight: bold;
  font-size: 24px;
  margin-left: 100px;
}
@media (max-width: 1500px) {
  .contact_info .contact_TXT .contact_pBox .contact_p p {
    font-size: 20px;
    margin-left: 80px;
  }
}
@media (max-width: 1220px) {
  .contact_info .contact_TXT .contact_pBox .contact_p p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .contact_info .contact_TXT .contact_pBox .contact_p p {
    margin-left: 60px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .contact_info .contact_TXT .contact_pBox .contact_p p {
    font-size: 14px;
  }
}

.contact_map {
  width: 100%;
  height: 450px;
  border: 3px solid transparent;
  background: #009c84;
  border-image: linear-gradient(45deg, #fbff4f, #4fffe4) 1;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .contact_map {
    height: 400px;
  }
}
@media (max-width: 750px) {
  .contact_map {
    height: 300px;
  }
}

.contact_form {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contact_form .contact_form_tit {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .contact_form .contact_form_tit {
    margin-bottom: 10px;
  }
}
.contact_form .contact_form_tit .contact_form_iconBox {
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.8);
  border: #4fffe4 3px solid;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 10;
}
@media (max-width: 450px) {
  .contact_form .contact_form_tit .contact_form_iconBox {
    height: 50px;
    width: 50px;
  }
}
.contact_form .contact_form_tit .contact_form_iconBox .contact_form_icon {
  color: #ffa63d;
  font-size: 26px;
}
@media (max-width: 450px) {
  .contact_form .contact_form_tit .contact_form_iconBox .contact_form_icon {
    font-size: 20px;
  }
}
.contact_form .contact_form_tit .contact_input {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: 55px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  border: 3px solid #ffa63d;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  outline: none;
  padding-left: 70px;
  padding-right: 10px;
  font-size: 18px;
}
@media (max-width: 450px) {
  .contact_form .contact_form_tit .contact_input {
    height: 45px;
    font-size: 16px;
    padding-left: 60px;
  }
}
.contact_form .contact_form_tit .contact_select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: url(../images/caret-down-solid.png) no-repeat right 20px center;
  background-size: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), inset rgba(255, 255, 255, 0.6) 100px 100px 5px;
}
.contact_form .contact_form_tit .contact_textarea {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: 3px solid #ffa63d;
  background: rgba(255, 255, 255, 0.6);
  outline: none;
}
.contact_form .contact_input_width {
  width: 48%;
}
@media (max-width: 400px) {
  .contact_form .contact_input_width {
    width: 100%;
  }
}
.contact_form .contact_BTN_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact_form .contact_BTN_wrap .contact_BTN {
  width: 100px;
  height: 35px;
  margin: 0 10px;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.contact_form .contact_BTN_wrap .contact_BTN:hover, .contact_form .contact_BTN_wrap .contact_BTN:active {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.license_Wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 925px) {
  .license_Wrap {
    justify-content: space-around;
  }
}

.license_box {
  width: 210px;
  height: 300px;
  display: block;
  border: #fff 5px solid;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 40px;
}
@media (max-width: 1710px) {
  .license_box {
    width: 230px;
    height: 276px;
  }
}
@media (max-width: 540px) {
  .license_box {
    width: 200px;
    height: 240px;
    margin: 8px;
  }
}
@media (max-width: 450px) {
  .license_box {
    width: 250px;
    height: 300px;
  }
}
.license_box::after {
  content: url(../images/magnifying-glass-plus-solid.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 35%;
  opacity: 0;
  animation: productInfoScale 1.5s;
  animation-iteration-count: infinite;
}
@keyframes productInfoScale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.2);
  }
}
.license_box:hover, .license_box:active {
  transition: all 0.5s ease-in;
  border-color: #4fffe4;
}
.license_box:hover::after, .license_box:active::after {
  transition: all 0.5s ease-in;
  opacity: 0.8;
}
.license_box:hover .license_img, .license_box:active .license_img {
  transition: all 0.5s ease-in;
  transform: scale(1.2);
}
.license_box:hover .license_tit, .license_box:active .license_tit {
  transition: all 0.5s ease-in;
  height: 600px;
}
.license_box:hover .license_tit .license_titp, .license_box:active .license_tit .license_titp {
  transition: all 0.5s ease-in;
  color: #4fffe4;
}
.license_box .license_img {
  width: 100%;
  height: 100%;
  background: url(../images/licenseimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.license_box .license_tit {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 50%, rgba(1, 1, 1, 0));
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  padding: 5px;
}
.license_box .license_tit .license_titp {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap; /*不換行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1710px) {
  .license_box .license_tit .license_titp {
    font-size: 18px;
  }
}

.TXT_area_about {
  display: flex;
  flex-flow: row wrap;
}
.TXT_area_about img {
  width: 50%;
}
@media (max-width: 800px) {
  .TXT_area_about img {
    width: 100%;
  }
}
.TXT_area_about p {
  width: 50%;
  padding-top: 2em;
  font-size: 18px;
  line-height: 1.7em;
}
@media (max-width: 800px) {
  .TXT_area_about p {
    width: 100%;
  }
}
.TXT_area_about p span {
  color: #009c84;
  font-size: 24px;
  font-weight: bold;
}
.TXT_area_about .imgBox {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.TXT_area_about .imgBox img {
  width: 20%;
  margin: 20px auto;
}
@media (max-width: 800px) {
  .TXT_area_about .imgBox img {
    width: 40%;
  }
}
.TXT_area_about .imgBox .imgBox_bigIMG {
  width: 100%;
}
.TXT_area_about .about02 {
  width: 100%;
  font-size: 18px;
  line-height: 1.7em;
  text-indent: 2em;
}

@media (max-width: 1270px) {
  .product_main .product_sidebar {
    display: none;
  }
  .aside__cat__item,
.Aside {
    display: none;
  }
}
.Aside {
  width: 350px;
}

/* 添加current樣式 */
.pageCurrent {
  height: 45px;
  width: 40px;
  border: 3px solid #ffa63d;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
}

.pageCurrent a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.aside {
  padding-top: 20px;
  width: 220px;
  flex-shrink: 0;
  padding-right: 50px;
}

@media (max-width: 980px) {
  .aside {
    width: 100%;
    padding-right: 0;
    display: none;
  }
}
.aside__cat {
  padding-bottom: 50px;
}

.aside__cat__item {
  padding: 8px 0;
}

.aside__cat__item_p {
  color: #000;
  font-weight: bold;
  margin-left: 1em;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-top: 5px;
  /* padding-left: 25px; */
  background-position: left center;
  background-repeat: no-repeat;
  /* color: var(--aside-first-font-color); */
}

/* .aside__cat__item.current > a {
  color: var(--asideC-first-font-color);
  background-image: url("../images/tri.png");
} */
.aside__cat__item_p:hover {
  color: #4fffe4;
  text-shadow: 2px 2px 2px #000;
  /* color: var(--asideC-first-font-color); */
}

.aside__cat__sec {
  padding: 10px 0 0px 15px;
  display: none;
}

.aside__cat__sec__item {
  padding: 0px 0;
}

.aside__cat__sec__item a {
  font-size: 18px;
  padding-left: 75px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  color: var(--aside-sec-font-color);
}

.aside__cat__sec__item.current a {
  color: #ffa63d;
  font-weight: bold;
  /* color: var(--asideC-sec-font-color); */
}

.aside__cat__sec__item:hover a {
  color: #ffa63d;
  /* color: var(--asideC-sec-font-color); */
}

.product_kindItem_icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: #fff 5px solid;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

.product_kindItem_icon::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.product_main .product_sidebar {
  margin-top: 20px;
  flex: 0 0;
  flex-basis: 250px;
  height: 100%;
}/*# sourceMappingURL=base.css.map */