/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.tasteList li.active, .tasteList li .titleBox em,
.tasteList li .titleBox .title,
.tasteList li .titleBox .subTitle,
.tasteList li .titleBox p, .tasteList li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tasteList li .titleBox p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mainArea {
  padding: 0;
}

.btn_cis {
  font-size: 13px;
  max-width: 160px;
  border-radius: 20px;
  padding: 9px 5px 9px 25px;
}
.btn_cis:before {
  width: 40px;
  height: 40px;
}

.tasteList li {
  position: relative;
  background-position: center;
}
@media (max-width: 1180px) {
  .tasteList li {
    background-image: none !important;
  }
}
.tasteList li .bg {
  display: none;
  line-height: 0;
}
.tasteList li .bg img {
  height: 950px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .tasteList li .bg {
    display: block;
  }
}
@media (max-width: 640px) {
  .tasteList li .bg img {
    height: 500px;
  }
}
.tasteList li .titleBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate(0, -45%);
      -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
  padding: 0 20px;
}
.tasteList li .titleBox em,
.tasteList li .titleBox .title,
.tasteList li .titleBox .subTitle,
.tasteList li .titleBox p {
  color: #ffffff;
}
@media (min-width: 1181px) {
  .tasteList li .titleBox em,
.tasteList li .titleBox .title,
.tasteList li .titleBox .subTitle,
.tasteList li .titleBox p {
    opacity: 0;
  }
}
.tasteList li .titleBox .title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tasteList li .titleBox .title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 32px;
  height: 1px;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.tasteList li .titleBox .subTitle {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 30px;
}
.tasteList li .titleBox p {
  font-family: "Noto Sans TC";
}
@media (max-width: 992px) {
  .tasteList li .titleBox {
    margin-bottom: 0;
  }
  .tasteList li .titleBox .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .tasteList li .titleBox .subTitle {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1181px) {
  .tasteList li .btnBox {
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .tasteList li.certification .bg img {
    height: 700px;
  }
}
.tasteList li.certification .innerBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translate(0, -45%);
      -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
  max-width: 1480px;
  margin: auto;
}
.tasteList li.certification .titleBox {
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tasteList li.certification .titleBox {
    margin-bottom: 0;
  }
}
.tasteList li.certification .certificationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 1181px) {
  .tasteList li.certification .certificationList {
    opacity: 0;
  }
}
.tasteList li.certification .certificationList li {
  width: 33.33%;
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .tasteList li.certification .certificationList li {
    width: 50%;
  }
}
.tasteList li.certification .certificationList .Img {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  background-color: #00397c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.tasteList li.certification .certificationList .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .tasteList li.certification .certificationList .Img:before {
    position: absolute;
    left: -20px;
    top: -20px;
    content: "";
    background-image: url(../images/bg/circle_big_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 240px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
  }
  .tasteList li.certification .certificationList .Img:hover {
    cursor: pointer;
  }
  .tasteList li.certification .certificationList .Img:hover:before {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .tasteList li.certification .certificationList .Img {
    width: 120px;
    height: 120px;
  }
  .tasteList li.certification .certificationList .Img img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .tasteList li.certification .certificationList .Img {
    width: 90px;
    height: 90px;
  }
  .tasteList li.certification .certificationList .Img img {
    width: 30px;
  }
}
.tasteList li.certification .certificationList .Txt {
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
}
.tasteList li.certification .certificationList .Txt a {
  color: #ffffff;
}
.tasteList li.certification .certificationList .Txt .chTit {
  font-size: 19px;
  letter-spacing: 0.95px;
  line-height: 1.4;
}
.tasteList li.certification .certificationList .Txt .enTit {
  font-size: 15px;
  font-family: "Caveat", cursive;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .tasteList li.certification .certificationList .Txt {
    padding-top: 20px;
  }
  .tasteList li.certification .certificationList .Txt .chTit {
    font-size: 16px;
  }
  .tasteList li.certification .certificationList .Txt .enTit {
    font-size: 14px;
  }
}
.tasteList li.invite {
  background-position: left;
}
.tasteList li.invite .titleBox {
  max-width: 560px;
  left: 17.2%;
  /*330px*/
  right: auto;
  margin-bottom: 0;
}
.tasteList li.invite .titleBox .title {
  color: #3d3d3d;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.tasteList li.invite .titleBox .title:after {
  display: none;
}
.tasteList li.invite .titleBox .subTitle {
  color: #535353;
}
@media (max-width: 992px) {
  .tasteList li.invite .titleBox {
    left: 0;
    right: 0;
    margin: auto;
  }
  .tasteList li.invite .titleBox .title {
    padding-bottom: 20px;
  }
}
.tasteList li.active em {
  -webkit-animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
}
.tasteList li.active .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.tasteList li.active .subTitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.tasteList li.active .certificationList,
.tasteList li.active p {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.tasteList li.active .btnBox {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}