@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");
@-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);
  }
}
.mainArea {
  background-image: url(../images/bg/pattern.jpg);
  padding-top: 126px;
}
@media (max-width: 1200px) {
  .mainArea {
    padding-top: 60px;
  }
}
.mainArea .wrap {
  max-width: 1240px;
}

.bannerArea .pageBanner:after {
  background-image: url(../images/bg/banner_mask_pattern.png);
}

.titleBox {
  text-align: center;
}
.titleBox em,
.titleBox .title {
  color: #3d3d3d;
}
.titleBox em {
  font-family: "Caveat", cursive;
}
.titleBox .title {
  text-transform: none;
  margin-bottom: 30px;
}
.titleBox .subTitle {
  color: #373737;
  font-weight: normal;
  font-size: 18px;
}
.titleBox .infoBox, .titleBox .subTitle {
  font-size: 18px;
  color: #3d3d3d;
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .titleBox .infoBox, .titleBox .subTitle {
    font-size: 15px;
    padding: 0;
  }
}
.titleBox .noteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .titleBox .noteBox {
    margin-bottom: 50px;
  }
}

.ingredientsList {
  margin-bottom: 77px;
}
.ingredientsList button.slick-arrow::before {
  background-color: #ec6e36;
}
@media (max-width: 1400px) {
  .ingredientsList button.slick-arrow::before {
    width: 44px;
    height: 44px;
  }
}
.ingredientsList button.slick-arrow:hover::before {
  background-color: #00397c;
}
@media (max-width: 1500px) {
  .ingredientsList button.slick-arrow.slick-next {
    right: -40px;
  }
  .ingredientsList button.slick-arrow.slick-prev {
    left: -40px;
  }
}
@media (max-width: 1400px) {
  .ingredientsList button.slick-arrow.slick-next {
    right: 0px;
  }
  .ingredientsList button.slick-arrow.slick-prev {
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .ingredientsList button.slick-arrow.slick-next {
    right: -10px;
  }
  .ingredientsList button.slick-arrow.slick-prev {
    left: -10px;
  }
}
@media (max-width: 1400px) {
  .ingredientsList li {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .ingredientsList li {
    padding: 0 20px;
  }
}
.ingredientsList .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .ingredientsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ingredientsList .item .Img {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ingredientsList .item .Img img {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .ingredientsList .item .Img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .ingredientsList .item .Img {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .ingredientsList .item .Img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ingredientsList .item .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.ingredientsList .item .Txt h3 {
  width: 100%;
  margin-bottom: 24px;
}
.ingredientsList .item .Txt h3 a {
  color: #ec6e36;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .ingredientsList .item .Txt h3 {
    margin-bottom: 8px;
  }
  .ingredientsList .item .Txt h3 a {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .ingredientsList .item .Txt h3 {
    margin-bottom: 8px;
  }
  .ingredientsList .item .Txt h3 a {
    font-size: 24px;
  }
}
.ingredientsList .item .Txt p {
  width: 100%;
  font-size: 15px;
  color: #373737;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
@media (max-width: 1200px) {
  .ingredientsList .item .Txt p {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .ingredientsList .item .Txt {
    padding: 20px 50px;
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .ingredientsList .item .Txt {
    padding: 20px 40px;
    width: 50%;
  }
}
@media (max-width: 960px) {
  .ingredientsList .item .Txt {
    padding: 40px 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 640px) {
  .ingredientsList .item .Txt {
    padding: 20px;
  }
}

.contentBox .innerBox .titleBox {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .contentBox .innerBox .titleBox {
    margin-bottom: 40px;
  }
}
.contentBox .certificationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px 90px 0;
}
@media (max-width: 1200px) {
  .contentBox .certificationList {
    padding-bottom: 60px;
  }
}
.contentBox .certificationList li {
  width: 33.33%;
}
@media (max-width: 1200px) {
  .contentBox .certificationList li {
    padding-bottom: 45px;
  }
}
@media (max-width: 640px) {
  .contentBox .certificationList li {
    width: 100%;
  }
}
.contentBox .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;
}
.contentBox .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) {
  .contentBox .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;
    transition: all 0.5s;
    pointer-events: none;
  }
  .contentBox .certificationList .Img:hover {
    cursor: pointer;
  }
  .contentBox .certificationList .Img:hover:before {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .contentBox .certificationList .Img {
    width: 120px;
    height: 120px;
  }
  .contentBox .certificationList .Img img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .contentBox .certificationList .Img {
    width: 90px;
    height: 90px;
  }
  .contentBox .certificationList .Img img {
    width: 30px;
  }
}
.contentBox .certificationList .Txt {
  color: #373737;
  text-align: center;
  padding-top: 40px;
}
.contentBox .certificationList .Txt a {
  color: #373737;
}
.contentBox .certificationList .Txt .chTit {
  font-size: 19px;
  letter-spacing: 0.95px;
  line-height: 1.4;
}
.contentBox .certificationList .Txt .enTit {
  font-size: 15px;
  font-family: "Caveat", cursive;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .contentBox .certificationList .Txt {
    padding-top: 20px;
  }
  .contentBox .certificationList .Txt .chTit {
    font-size: 16px;
  }
  .contentBox .certificationList .Txt .enTit {
    font-size: 14px;
  }
}