﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
:root {
  --default-color: #1d563f;
  --main-color: #2a2220;
  --second-color: #1d563f;
  --third-color: #a58c4c;
  --forth-color: #8d7974;
  --fifth-color: #aefd9b;
  --sixth-color: #0055bd;
  --lightgray-color: #8f8f8f;
  --gray-color: #646464;
  --secondgray-color: #6b6b6b;
  --darkgray-color: #0b0b0b;
  --main-trans: invert(13%) sepia(11%) saturate(809%) hue-rotate(325deg) brightness(88%) contrast(94%);
}

/*https: //codepen.io/sosuke/pen/Pjoqqp  color filter trans*/
body, html {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
}

a:hover {
    color: #8e7a5d;
}

.page-content {
  overflow: hidden;
}

body.op-web:not(.home) .page-content:before {
  display: none;
}

.btn.more {
  position: relative;
  margin-left: 50px;
  background: transparent;
  color:#2a2220;
  padding: 2px 3px 2px;
  white-space: nowrap;
}
.btn.more > span {
  white-space: nowrap;
}
.btn.more:hover {
  color: #fff;
}
.btn.more:hover:after {
  border-width: 10px;
}
.btn.more.cover.bottom:before {
  height: 2px;
}
.btn.more.cover.bottom:hover {
  color: #2a2220;
}
.btn.more.cover.bottom:hover:before {
  width: 0;
}
.btn.more:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: calc(100% + 10px);
  top: 50%;
  background: #fff;
  border: 17px solid #2a2220;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.btn.btn-default {
  border-radius: 0;
  background: #2a2220;
  padding: 0.6em 3.125em;
}
.btn.btn-default:before {
  left: unset;
  right: 3px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-color: var(--bs-white);
  border-radius: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.btn.btn-default:hover {
  background: var(--default-color);
  color: var(--bs-white);
}
.btn.btn-default:hover:before {
  left: unset;
  right: 0;
  top: 0;
  opacity: 0;
}

/*----------------------------------------- 選單  --------------------------------------*/
.header > .navbar {
  border-bottom: none;
}
.header .navbar {
  background: transparent;
}
.header .navbar .nav-brand-wrapper {
  background-color: #fff;
  padding: 15px 31px 20px;
  border-end-end-radius: 10px;
}
.header .navbar .navbar-brand {
  background-image: url(../images/all/logo.png);
  background-size: contain !important;
  width: 61px;
  height: 84px;
  margin: 0;
}
.header .navbar-collapse > .navbar-nav {
  background: #fff;
  border-radius: 50px;
  padding: 0 20px;
}
.header .navbar-collapse > .navbar-nav .nav-link {
  padding: 25px 30px 25px;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-main, .header .navbar-collapse > .navbar-nav .nav-link .title-sub {
  display: block;
  text-align: center;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-main {
  font-weight: 700;
}
.header .navbar-collapse > .navbar-nav .nav-link .title-sub {
  font-size: 0.68rem;
  color: var(--third-color);
}
.header .navbar-collapse > .navbar-nav .nav-link .caret {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar-collapse > .navbar-nav .navbar-nav .nav-link {
  padding: 10px 12px;
}
.header .navbar-nav .nav-link {
  padding: 10px 15px;
}
.header .nav-item.dropdown > .navbar-nav {
  border-top: 3px solid #ff1520;
  box-shadow: 0px 3px 5px #b0b0b0;
  border-radius: 10px;
  width: auto;
  min-width: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.header .nav-item.dropdown > .navbar-nav .nav-item .nav-link {
  text-align: center;
  white-space: nowrap;
}
.header .small-btn-box {
  margin-left: 25px;
}
.header .small-btn-box .lang {
  display: block;
}
.header .small-btn-box .lang:after {
  content: "language";
  display: block;
  width: 100%;
  font-size: 0.875rem;
  height: 1.4em;
  opacity: 1;
  transition: all ease 0.3s;
}
.header .small-btn-box .lang > button,
.header .small-btn-box .lang .dropdown-toggle,
.navbar-small-opt .lang .dropdown-toggle {
  display: block;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-indent: -99999px;
  margin: 0 auto;
}
.header .small-btn-box .lang > button:before,
.header .small-btn-box .lang .dropdown-toggle:before,
.navbar-small-opt .lang .dropdown-toggle:before{
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -49%);
}
.header .small-btn-box .lang > button:after,
.header .small-btn-box .lang .dropdown-toggle:after,
.navbar-small-opt .lang .dropdown-toggle:after{
  display: none;
}
.header .small-btn-box .lang .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.bsnav .navbar-nav .nav-item.active > .nav-link,
.bsnav .navbar-nav .nav-item:active:focus > .nav-link,
.bsnav .navbar-nav .nav-item:active > .nav-link,
.bsnav .navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: var(--third-color);
}

.bsnav-mobile .navbar .navbar-mobile-wrapper {
  height: 100%;
}
.bsnav-mobile .navbar .lang {
  display: block;
  margin-top: 15px;
}
.bsnav-mobile .navbar .lang > button {
  display: block;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-indent: -99999px;
  margin: 0 auto;
}
.bsnav-mobile .navbar .lang > button:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -49%);
}
.bsnav-mobile .navbar .lang > button:after {
  display: none;
}
.bsnav-mobile .navbar .lang .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.nav-item.dropdown>.navbar-nav .navbar-nav{
	width:auto;
}

.is_scroll .header .small-btn-box .lang:after {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

/*----------------------------------------- banner --------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 20.95vh;
  background: url(../images/all/wave-01_infinite.svg) repeat-x bottom left;
  background-size: auto 100%;
  z-index: 2;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  /*animation-name: infinite_wave;
  animation-duration: 300s;
  animation-timing-function: linear;*/
}
.banner .banner-pic {
  height: 100vh;
}
.banner .banner-pic picture {
  height: 100%;
}
.banner .banner-pic picture source, .banner .banner-pic picture img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.banner .bann_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30vw;
  max-width: 430px;
}
.banner .bann_deco .item {
  position: absolute;
  z-index: 2;
}
.banner .bann_deco .item .position-absolute img {
  opacity: 0;
          animation-timing-function: ease-in-out;
          animation-duration: 3s;
          animation-iteration-count: infinite;
}
.banner .bann_deco .item .position-absolute img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner .bann_deco .item .position-absolute img:nth-child(1) {
          animation-delay: 0.5s;
}
.banner .bann_deco .item .position-absolute img:nth-child(2) {
          animation-delay: 1s;
}
.banner .bann_deco .item .position-absolute img:nth-child(3) {
          animation-delay: 1.5s;
}
.banner .bann_deco .item .position-absolute img:nth-child(4) {
          animation-delay: 2s;
}
.banner .bann_deco .item .position-absolute img:nth-child(5) {
          animation-delay: 2.5s;
}
.banner .bann_deco .item.deco01 {
  left: 7%;
  bottom: 12%;
  width: 5.7vw;
}
.banner .bann_deco .item.deco01 .position-absolute {
  left: 104%;
  bottom: 88%;
  width: 2.15vw;
}
.banner .bann_deco .item.deco01 .position-absolute img {
         animation-name: flash;
}
.banner .bann_deco .item.deco02 {
  left: 37%;
  bottom: 4%;
  width: 7.05vw;
}
.banner .bann_deco .item.deco02 .position-absolute {
  left: 65%;
  bottom: 70%;
  width: 5.85vw;
}
.banner .bann_deco .item.deco02 .position-absolute img {
          animation-name: moveinleft;
          animation-duration: 4s;
}
.banner .bann_deco .item.deco02 .position-absolute img:nth-child(1) {
          animation-name: zoom;
          animation-duration: 3s;
}
.banner .bann_deco .item.deco03 {
  right: 8%;
  bottom: 11%;
  width: 4.25vw;
}
.banner .bann_deco .item.deco03 .position-absolute {
  left: 95%;
  bottom: 80%;
  width: 2.5vw;
}
.banner .bann_deco .item.deco03 .position-absolute img {
          animation-name: flash;
}

body:not(.home) .banner .banner-pic {
  height: 60vh;
}
body:not(.home) .banner .bann_tit {
  max-width: 300px;
}
body:not(.home) .banner .inner-hide {
  display: none;
}

@-webkit-keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}

@keyframes infinite_wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 300%;
  }
}
.gotop a:hover {
  color: var(--bs-white);
  background: var(--default-color);
}

/*----------------------------------------- footer --------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: var(--main-color);
  margin-top: 130px;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  /*height: 20.95vh;*/
  height: 174px;
  background: url(../images/all/wave-02.svg) repeat-x bottom center;
  background-size: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2)) var(--main-trans);
          filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2)) var(--main-trans);
  pointer-events: none;
}
.footer .deco .item {
  position: absolute;
}
.footer .deco .item.item01 {
	display:none !important;
  width: 3.3vw;
  bottom: calc(100% + 100px);
  left: 16.5%;
}
.footer .deco .item.item02 {
	display:none !important;	
  width: 6.5vw;
  bottom: calc(100% + 91px);
  left: 20%;
  z-index: 3;
}
.footer .deco .item.item03 {
	display:none !important;	
  width: 6vw;
  bottom: calc(100% + 80px);
  right: 8%;
  z-index: 3;
}
.footer .deco .item.item03 .position-absolute {
  right: 100%;
  top: 30%;
  width: 33.5%;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.footer .deco .item.item04 {
  width: 25.45vw;
  bottom: calc(100% + 60px);
  left: -11.5%;
  -webkit-transform: rotate(4.6deg);
          transform: rotate(4.6deg);
  z-index: -1;
  -webkit-filter: drop-shadow(0 -2px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 -2px 5px rgba(0, 0, 0, 0.2));
}
.footer .deco .item.item05 {
  width: 7vw;
  bottom: calc(100% + 80px);
  left: 8.5%;
  z-index: -1;
}
.footer .deco .item.item06 {
  width: 9.8vw;
  bottom: calc(100% + 80px);
  right: -1.7%;
  z-index: -1;
}

.footer_mid {
    position: relative;
    padding-top: 5px;
    padding-bottom: 30px;
    background: #2a2220;
}
.footer_mid .footer-seo {
  background-color: #fff;
  box-shadow: 0px 0px 4px #bfbfbf;
  -webkit-box-shadow: 0px 0px 4px #bfbfbf;
  -moz-box-shadow: 0px 0px 4px #bfbfbf;
  border-radius: 10px;
  padding: 6% 4%;
  position: relative;
}
.footer_mid .footer-seo .h4 {
  color: var(--second-color);
}
.footer_mid .footer-seo .desc {
  color: var(--main-color);
  line-height: 36px;
  font-size: 18px;
}
.footer_mid .footer-info {
  position: relative;
}
.footer_mid .footer-info .sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_mid .footer-info .sitemap > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
}
.footer_mid .footer-info .sitemap ul li {
  position: relative;
}
.footer_mid .footer-info .sitemap ul li a {
  font-size: 0.9375rem;
  color: var(--bs-white);
  padding: 0;
  font-weight: 700;
}
.footer_mid .footer-info .sitemap ul li a .txt-en {
  display: none;
}
.footer_mid .footer-info .sitemap ul li a:hover {
  color: var(--third-color);
}
.footer_mid .footer-info .sitemap ul li ul li {
  margin-bottom: 5px;
  line-height: 1.4em;
  padding-left: 15px;
}
.footer_mid .footer-info .sitemap ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bs-white);
  top: 0.7em;
  left: 2px;
}
.footer_mid .footer-info .sitemap ul li ul li a {
  font-size: 0.75rem;
  font-weight: 300;
}
.footer_mid .footer-info .footer_logo {
  margin-bottom: 10px;
  width: 100%;
  max-width: 290px;
}
.footer_mid .footer-info ul.tat_x li {
	display:block;
    padding-right: 0;
    margin-bottom: 0;
}
.footer_mid .footer-info ul.tat_x li a {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--bs-white);
}
.footer_mid .footer-info ul.tat_x li a:hover {
  color: var(--third-color);
}
.footer_mid .footer-info ul.tat_x li label {
  display: inline-flex;
  justify-content: center;
  width: 1.5em;
  margin-right: 10px;
  margin-left: 3px;
  font-size: 0.875rem;
  color: var(--forth-color);
  text-align: center;
  vertical-align: middle;
}
.footer_mid .social-box {
  display: block;
  padding: 0 0 10px;
  border-radius: 0;
  background: none;
  margin-top: 0px;
}
.footer_mid .social-box ul li {
  margin: 0;
}
.footer_mid .social-box ul li:not(:last-child) {
  margin-right: 10px;
}
.footer .social-box a {
    font-size: 24px;
}
.footer_mid .social-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 3em;
  height: 3em;
  background: var(--main-color);*/
  background:none;
  color: var(--bs-white);
  border-radius: 50%;
}
.footer_mid .social-box ul li a:hover, .footer_mid .social-box ul li a:focus, .footer_mid .social-box ul li a:active {
  background: var(--third-color);
}
.footer_mid .copyrights {
  color: var(--bs-white);
  font-size: 0.75rem;
}
.footer_mid .powered a {
  color: var(--bs-white);
  font-size: 0.75rem;
  opacity: 0.3;
}
.f-item-r{
	text-align:right;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
}
.breadcrumb .txt-en {
  display: none;
}

.tag {
  font-size: 0.875rem;
  background: var(--second-color);
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff;
}

.kind-tag-area .tag {
  margin-bottom: 0;
}

.kind-info .h2 {
  text-align: center;
  border-bottom: 0;
}

.editor {
  line-height: 1.8em;
}

.ezshare-box {
  text-align: center;
}
.ezshare-box a {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 1.7;
}
.ezshare-box a:hover {
  color: #fff;
}
.ezshare-box ul li.facebook a:before {
  background-color: #3d62ae;
}
.ezshare-box ul li.line a:before {
  background-color: #2eb02e;
}
.ezshare-box ul li.twitter a:before {
  background-color: #24a5d6;
}
.ezshare-box ul li.mail a:before {
  background-color: #c02b1d;
}
.ezshare-box ul li.linkedin a:before {
  background-color: #0977b2;
}
.ezshare-box .line a,
.ezshare-box .facebook a,
.ezshare-box .twitter a,
.ezshare-box .mail a,
.ezshare-box .linkedin a {
  background: #333 !important;
}

.container .ezshare-box {
  margin: -5px 0 30px 0;
}

.sort-area a.btn-info,
.sort-area a.btn:first-child:active {
    background: #ccc;
}

.gallery-list .item .info {
    margin-top: 5px;
}
.gallery-list .item .title {
  text-align: center;
}

.article-list .item {
  border-bottom: solid 1px #dfdfdf;
  border-top:0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-list .item + .item {
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}
.article-list .item:last-child {
  /*border-bottom: solid 1px #dfdfdf;*/
}
.article-list .item .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-list .item .time {
  font-size: 0.875rem;
  padding: 0.125rem 0.75rem 0;
  margin-right: 5em;
  color: #3a3a3a;
  font-weight: 700;
}
.article-list .item .title a {
  color: #3a3a3a;
}

.article-horizontal-grid article .pic a, .article-horizontal-grid .item .pic a {
  border-radius: 8px;
  overflow: hidden;
}
.article-horizontal-grid article .info, .article-horizontal-grid .item .info {
  padding-bottom: 5px;
}
.article-horizontal-grid article .info .kind, .article-horizontal-grid .item .info .kind {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  pointer-events: none;
}
.article-horizontal-grid article .info .kind a, .article-horizontal-grid .item .info .kind a {
  background: var(--second-color);
  color: #fff;
}
.article-horizontal-grid article .info .title a, .article-horizontal-grid .item .info .title a {
  font-size: 1rem;
  font-weight: 700;
}
.article-horizontal-grid article .more-area, .article-horizontal-grid .item .more-area {
  display: none;
}
.article-horizontal-grid article:hover .kind, .article-horizontal-grid .item:hover .kind {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

/*main*/
.main {
    min-height:600px;
}
.main .side .h3{
    display:none;
}
.page-link {
    color: #8e7a5d;
    border-color: #8e7a5d;
}
.gotop a {
    background: #2a2220;
}
/*contact*/
.list-creative .list-terms:before {
    background: #ff1520;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #666
}
.h3 {
    color: #2a2220;
}


/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main {
    display: none;
}
body.home section .h3 {
  font-size: 2.125rem;
  letter-spacing: 0.25em;
  position: relative;
  text-align: left;
}
body.home section .h3 .sub {
  display: block;
  font-size: 0.33em;
  letter-spacing: 0.75em;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.4;
}
body.home section .h3:before, body.home section .h3:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body.home section .h3:before {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-40px, -35px);
          transform: translate(-40px, -35px);
}
body.home section .h3:after {
  content: "";
  width: 1px;
  height: 55px;
  background: #303030;
  -webkit-transform: rotate(45deg) translate(-35px, -20px);
          transform: rotate(45deg) translate(-35px, -20px);
}
body.home section .h3:empty {
  display: none;
}
body.home section.link .gallery-list .item {
  position: relative;
  padding-top: 2rem;
}
body.home section.link .gallery-list .item:before {
  display: table;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1, 0.8);
          transform: translateX(-50%) scale(1, 0.8);
  z-index: 2;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 4px;
  padding-left: 4px;
}
body.home section.link .gallery-list .item:nth-child(1):before {
  content: "01";
}
body.home section.link .gallery-list .item:nth-child(2):before {
  content: "02";
}
body.home section.link .gallery-list .item:nth-child(3):before {
  content: "03";
}
body.home section.link .gallery-list .item:nth-child(4):before {
  content: "04";
}
body.home section.link .gallery-list .item:nth-child(5):before {
  content: "05";
}
body.home section.link .gallery-list .item:nth-child(5):before {
  content: "01";
}
body.home section.link .gallery-list .item:nth-child(6):before {
  content: "02";
}
body.home section.link .gallery-list .item:nth-child(7):before {
  content: "03";
}
body.home section.link .gallery-list .item:nth-child(8):before {
  content: "04";
}
body.home section.link .gallery-list .item:nth-child(9):before {
  content: "05";
}
body.home section.link .gallery-list .item:nth-child(10):before {
  content: "06";
}
body.home section.link .gallery-list .item:nth-child(11):before {
  content: "07";
}
body.home section.link .gallery-list .item:nth-child(12):before {
  content: "08";
}
body.home section.link .gallery-list .item:nth-child(13):before {
  content: "09";
}
body.home section.link .gallery-list .item:nth-child(14):before {
  content: "010";
}
body.home section.link .gallery-list .item:nth-child(15):before {
  content: "011";
}
body.home section.link .gallery-list .item .title span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
}
body.home section.link .gallery-list.hov-bord .item > a {
  border-radius: 50%;
  overflow: hidden;
}
body.home section.link .gallery-list.hov-bord .item > a:before, body.home section.link .gallery-list.hov-bord .item > a:after {
  border-width: 2px;
  border-radius: 50%;
}
body.home section.link .gallery-list.hov-bord .item > a .pic img {
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}
body.home section.about {
  position: relative;
}
body.home section.about.sec01 {
  margin-top: 130px;
  padding-bottom: 150px;
}
body.home section.about.sec01 .h3:before {
  content: "01";
}
body.home section.about.sec01 .h3 .sub {
  color: var(--fifth-color);
}
body.home section.about.sec01 .deco_text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.3vw;
  color: #b0d5a6;
  line-height: 1em;
  letter-spacing: 0.35em;
  margin-left: auto;
  margin-right: auto;
}
body.home section.about.sec01 .pic {
  position: relative;
}
body.home section.about.sec01 .pic > img {
  border-radius: 15px 0 0 15px;
}
body.home section.about.sec01 .pic .pic-mask {
  position: absolute;
  left: 75%;
  bottom: -21%;
  width: 34%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.home section.about.sec01 .pic .deco .item.play {
  display:none;		
  bottom: 97.5%;
  right: 5%;
  width: 21.75vw;
}
body.home section.about.sec01 .pic .deco .item.play .position-absolute {
  bottom: 0;
  right: 17%;
  width: 24%;
  overflow: hidden;
}
body.home section.about.sec01 .pic .deco .item.play .position-absolute img {
  -webkit-animation: playguitar 0.5s steps(5, end) forwards infinite;
          animation: playguitar 0.5s steps(5, end) forwards infinite;
  max-width: unset;
  width: 500%;
}
body.home section.about.sec01 p {
  font-size: 17px;
  margin-bottom: 2em;
}
body.home.lang_US section.about.sec01 p {
  font-size: 16px;
  margin-bottom: 2em;
}
body.home section.about.sec01 .deco .item {
  position: absolute;
}
body.home section.about.sec01 .deco .item.bg {
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  z-index: -1;
  width: 60.6vw;
}
body.home section.about.sec01 .deco .item.item01 {
  top: 7%;
  left: 14%;
  width: 4.6vw;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute {
  left: 0;
  bottom: 0;
  width: 208%;
  z-index: -1;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(1) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(2) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(3) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(4) {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.about.sec01 .deco .item.item01 .position-absolute img:nth-child(5) {
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
body.home section.about.sec01 .deco .item.item02 {
  top: 4%;
  left: 2%;
  width: 10.8vw;
}
body.home section.about.sec01 .deco .item.item03 {
  bottom: -2%;
  left: -5.5%;
  width: 18vw;
}
body.home section.about.sec01 .deco .item.item04 {
  bottom: 30%;
  left: 9%;
  width: 6.6vw;
}
body.home section.about.sec01 .deco .item.item05 {
  display:none;
  bottom: -12%;
  left: 33%;
  width: 7.15vw;
}
body.home section.about.sec01 .deco .item.item06 {
  display:none;
  bottom: -35%;
  left: 7%;
  width: 2.7vw;
}
body.home section.about.sec01 .deco .item.item07 {
  display:none;	
  bottom: -24%;
  left: 19%;
  width: 2.3vw;
}
body.home section.about.sec01 .deco .item.item08 {
  display:none;		
  bottom: -13%;
  left: 26%;
  width: 2.9vw;
}
body.home section.about.sec02 {
  margin-top: 130px;
  padding-bottom: 150px;
}
body.home section.about.sec02 .h3:before {
  content: "02";
}
body.home section.about.sec02 p {
  text-align: right;
  font-size: 0.875rem;
  max-width: 35em;
  margin-left: auto;
}
body.home section.about.sec02 .pic {
  position: relative;
  margin-top: 25px;
}
body.home section.about.sec02 .pic .pic-desc {
  display: flex;
  flex-direction: column; 
  position: relative;
  padding: 30px;
  /*background: #fff;*/
}
body.home section.about.sec02 .pic .pic-desc .info {
    display:block;
    position:relative;
    margin-bottom:25px;
}
body.home section.about.sec02 .pic .pic-desc .info .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 7px;
}
body.home section.about.sec02 .pic .pic-desc .info .desc {
  font-size: 0.9375rem;
  line-height:24px;
}
.wid.wid-page_unit img.e-pic {
        max-width: 50% !important;
}
body.home section.about.sec02 .pic-mask {
	display:none;
    position: absolute;
    right: 75%;
    bottom: 12%;
    width: 30%;
    max-width: 320px;
    /*transform: translateY(-55%);*/
}
body.home section.about.sec02 .pic .pic-deco .item {
  position: absolute;
}
body.home section.about.sec02 .pic .pic-deco .item.item01 {
  bottom: 94.5%;
  right: 30%;
  width: 11.5%;
}
body.home section.about.sec02 .pic .pic-deco .item.item01 .position-absolute {
  top: 0;
  left: 0;
  width: 100%;
}
body.home section.about.sec02 .pic .pic-deco .item.item01 .position-absolute img {
  opacity: 0;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.about.sec02 .pic .pic-deco .item.item02 {
  bottom: -7%;
  right: 6%;
  width: 6.9%;
}
body.home section.about.sec02 .deco .item {
  position: absolute;
}
body.home section.about.sec02 .deco .item.bg {
  right: -10%;
  top: 70%;
  z-index: -1;
  width: 29.4vw;
}
body.home section.about.sec02 .h3{
    margin-bottom:0;
}
body.home section.active, body.home section.tour {
    padding: 0 !important;
    margin: 0 !important;
}
body.home section.active > .container-fluid, body.home section.tour > .container-fluid {
  padding: 0;
}
body.home section.active .h3, body.home section.tour .h3 {
  display: none;
}
body.home section.active .gallery-list .item, body.home section.tour .gallery-list .item {
  margin-bottom: 0 !important;
}
body.home section.active .gallery-list .item .info, body.home section.tour .gallery-list .item .info {
  display: none;
}
body.home section.active .gallery-list.hov-bord .item > a, body.home section.tour .gallery-list.hov-bord .item > a {
  border: 0;
}
body.home section.active .gallery-list.hov-bord .item > a:before, body.home section.active .gallery-list.hov-bord .item > a:after, body.home section.tour .gallery-list.hov-bord .item > a:before, body.home section.tour .gallery-list.hov-bord .item > a:after {
  border-width: 0;
}
body.home section.active .gallery-list.hov-bord .item > a .pic img, body.home section.tour .gallery-list.hov-bord .item > a .pic img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.home section.active .gallery-list.hov-bord .item > a:hover .pic img, body.home section.tour .gallery-list.hov-bord .item > a:hover .pic img {
  opacity: 0.85;
}
body.home section.active .gallery-list.slick .item, body.home section.tour .gallery-list.slick .item {
  padding: 0;
}
body.home section.active .gallery-list.slick.list, body.home section.tour .gallery-list.slick.list {
  margin-top: 0;
}
body.home section.active .gallery-list.slick.multiple-slick, body.home section.tour .gallery-list.slick.multiple-slick {
  padding: 0;
}
body.home section.active {
  position: relative;
}
body.home section.active .deco {
  position: absolute;
  left: 6%;
  bottom: 95%;
  width: 8.1vw;
}
body.home section.active .deco .item {
  position: relative;
}
body.home section.active .deco .position-absolute {
  left: 10%;
  top: -10%;
  width: 100%;
}
body.home section.active .deco .position-absolute img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation-name: moveinup;
          animation-name: moveinup;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
body.home section.active .deco .position-absolute img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.home section.active .deco .position-absolute img:nth-child(2) {
  -webkit-animation-name: zoomin;
          animation-name: zoomin;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
body.home section.active .deco .position-absolute img:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.home section.active .deco .position-absolute img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body.home section.active .deco .position-absolute img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
body.home section.active .deco .position-absolute img:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
body.home section.active .deco .position-absolute img:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
body.home section.tour .gallery-list.slick {
  direction: rtl;
}
body.home section.news {
  position: relative;
}
body.home section.news:before, body.home section.news:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 383px;
  height: 82px;
  position: absolute;
  left: -6%;
  top: 0;
}
body.home section.news:before {
  background-image: url(../images/home/deco-news01.svg);
}
body.home section.news:after {
  background-image: url(../images/home/deco-news01_r.svg);
  opacity: 0;
  -webkit-animation-name: flashlight;
          animation-name: flashlight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
body.home section.news .h3:before {
  content: "03";
}
body.home section.news .deco .item {
  position: absolute;
  z-index: -1;
}
body.home section.news .deco .item.item00 {
  width: 47.7vw;
  top: 65%;
  left: -23%;
}
body.home section.news .deco .item.item01 {
  width: 25.45vw;
  bottom: 40%;
  left: -11.5%;
  -webkit-transform: rotate(4.6deg);
          transform: rotate(4.6deg);
}
body.home section.news .deco .item.item02 {
  width: 7vw;
  bottom: -15%;
  left: 8.5%;
}
body.home section.news .deco .item.item03 {
  width: 9.8vw;
  bottom: -14%;
  right: -1.7%;
}
body.home section.news .deco .item.item04 {
  width: 10.65vw;
  top: 29%;
  right: 10%;
}
body.home section.news .deco .item.item05 {
  width: 6.9vw;
  top: 8%;
  right: 0%;
}
body.home section.news .container {
  padding-top: 105px;
  padding-bottom: 60px;
}
body.home section.news .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home section.news .container .h3 {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
body.home section.news .container .h3 .sub {
  display: block;
}
body.home section.news .container .article-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  width: 80%;
}
body.home section.news .container .article-list div:empty {
  display: none;
}
body.home section.news .container .article-list .item .info {
  width: 100%;
}
body.home section.news .container .article-list .item .icon {
  display: none;
}
body.home section.news .container .more-btn-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
body.home section.news .container .more-btn-area .btn.more span:after {
  content: "消息";
}
/*首頁新設定*/
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.e-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.equipment-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

/*----------------------------------------- 單元 about --------------------------------------*/
body.about .function-bar {
    display: none !important;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flashlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashlight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(20deg);
            transform: scale(1.5) rotate(20deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(20deg);
            transform: scale(1.5) rotate(20deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes moveinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes moveinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes moveinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes playguitar {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes playguitar {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
