* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微軟正黑體";
  scroll-behavior: smooth;
}

body {
  background-color: #fbfbfb;
}
/* @media screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
} */

.gs_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1350px) {
  .gs_container {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1200px) {
  .gs_container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .gs_container {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .gs_container {
    max-width: 540px;
  }
}

/* 編輯器CSS */
.page_html_editor {
  word-break: break-all;
  line-height: 1.6;
}
.page_html_editor img {
  max-width: 100%;
  height: auto !important;
}
.page_html_editor iframe {
  max-width: 100%;
}

/* sweetalert2 樣式修改 */
.swal2-icon.swal2-info {
  border-color: #53839e !important;
  color: #53839e !important;
}

.swal2-styled.swal2-confirm {
  background-color: #53839e !important;
  color: #000 !important;
}

a {
  text-decoration: none;
}

.result_null {
  padding: 40px 50px;
  text-align: center;
  font-size: 18px;
  color: #2f2c2c;
}

/* 首頁橫幅 */
.banner_img {
  text-align: right;
  margin-left: auto;
  height: calc(100vw / 1920 * 660);
  overflow: hidden;
}
.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_slick_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner_wrap {
    padding: 0 15px;
  }
  .banner_img {
    height: calc(100vw / 768 * 400);
  }

  /* .banner_slick.slick-slider {
    margin-bottom: 0;
  } */
  .banner_slick_pc {
    display: none;
  }
  .banner_slick_mobile {
    display: block;
  }
}

/* header導覽列 */
.header_wrap {
  background: url("../img/header_bg.png") no-repeat top center/cover;
  height: 238px;
  margin: -60px 0 0px;
  position: relative;
  z-index: 5;
}
.social_list {
  position: absolute;
  right: 20px;
  top: 120px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ig_link {
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
}
.ig_link img {
  width: 100%;
  height: 100%;
}
.ig_link_mobile {
  display: none;
}
.fb_link {
  position: relative;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
}
.ig_link:hover,
.fb_link:hover {
  opacity: 0.7;
}
.fb_link i {
  font-size: 50px;
  color: #257ace;
}
.fb_link:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.fb_link_mobile {
  display: none;
}
.header_wrap > .gs_container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.logo {
  text-align: center;
  /* margin: 15px 0 7px; */
}
.header_navbar_list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 20px;
}
.header_navbar_link {
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  width: 108px;
  height: 107px;
  font-size: 16px;
  border-bottom: 4px solid transparent;
  transition: color 0.3s, background-color 0.3s, height 0.3s, line-height 0.3s;
  cursor: pointer;
  position: relative;
}

.header_navbar_link_text {
  margin-top: 4px;
  width: 64px;
}
.header_navbar_link::after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: url("../img/link_bg1.png") no-repeat center center/contain;
  transition: background 0.3s;
  z-index: -1;
}
.header_navbar_link i {
  display: block;
  font-size: 40px;
}
.header_wrap.active .header_navbar_link {
  height: 100px;
}
.header_navbar_link:hover:after,
.header_navbar_link.active:after {
  background: url("../img/link_hover_bg1.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(2):after {
  background: url("../img/link_bg2.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(2):hover:after,
.header_navbar_link:nth-child(2).active:after {
  background: url("../img/link_hover_bg2.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(3):after {
  background: url("../img/link_bg3.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(3):hover:after,
.header_navbar_link:nth-child(3).active:after {
  background: url("../img/link_hover_bg3.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(4):after {
  background: url("../img/link_bg4.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(4) i {
  transform: rotate(-6deg);
}
.header_navbar_link:nth-child(4):hover:after,
.header_navbar_link:nth-child(4).active:after {
  background: url("../img/link_hover_bg4.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(5):after {
  background: url("../img/link_bg5.png") no-repeat center center/contain;
}
.header_navbar_link:nth-child(5):hover:after,
.header_navbar_link:nth-child(5).active:after {
  background: url("../img/link_hover_bg5.png") no-repeat center center/contain;
}
.burger,
.header_navbar_list_mobile {
  display: none;
}
@media screen and (max-width: 1450px) {
  .social_list {
    right: 10px;
    gap: 4px;
  }
  .ig_link {
    width: 30px;
    height: 30px;
  }
  .fb_link {
    width: 30px;
    height: 30px;
  }
  .fb_link i {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header_navbar_link {
    padding: 0px 28px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap {
    height: auto;
    margin: 0;
    position: relative;
    border-top: 20px solid #ffee00;
    background: none;
    background-color: #80b800;
  }
  .header_wrap > .gs_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
    align-items: center;
  }
  .logo {
    grid-column: 2/3;
  }
  .logo img {
    width: 100%;
    max-width: 140px;
  }
  .header_navbar_list_pc {
    display: none;
  }
  .social_list {
    position: static;
    justify-content: center;
    gap: 8px;
  }
  .fb_link_pc,
  .ig_link_pc {
    display: none;
  }
  .ig_link_mobile,
  .fb_link_mobile {
    display: block;
  }
  .ig_link {
    width: 40px;
    height: 40px;
  }
  .fb_link {
    width: 40px;
    height: 40px;
  }
  .fb_link:after{
    inset: 0 2px;
  }
  .fb_link i {
    font-size: 40px;
  }

  .header_navbar_list_mobile {
    grid-column: 2/3;
    display: none;
    width: 100%;
    padding: 10px;
  }

  .header_navbar_link_mobile {
    margin: 0 auto 16px;
  }

  .burger {
    display: block;
    height: 60px;
    text-align: right;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ham path {
    stroke: #fff;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #45b8bd;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap > .gs_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo {
    grid-column: auto;
    text-align: left;
    width: 120px;
  }
  .header_navbar_list_mobile {
    grid-column: span 2;
  }
}
/* 頁尾 */
.foot_wrap {
  background: url("../img/foot_bg.png") no-repeat top center/cover;
  padding: 87px 0 20px;
  position: relative;
}
.foot_wrap .gs_container {
  text-align: center;
}

.foot_logo {
  margin-bottom: 16px;
}
.foot_logo img {
  width: 127px;
}

.foot_contact_link {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  transition: opacity 0.3s;
}

.foot_contact_link:hover {
  opacity: 0.7;
}
.foot_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.foot_list_link {
  color: #fff;
  transition: opacity 0.3s;
}
.foot_list_link:hover {
  opacity: 0.7;
}

.foot_copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  background-color: #ea8200;
  height: 40px;
  color: #fff;
}
.foot_design_link {
  color: #fff;
  transition: opacity 0.3s;
}
.foot_design_link:hover {
  opacity: 0.7;
}
.fixed_top {
  position: fixed;
  right: 60px;
  bottom: 70px;
  cursor: pointer;
  transition: opacity 0.3s, bottom 0.3s;
  display: none;
  z-index: 10;
}

.fixed_top:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1250px) {
  .foot_img_wrap {
    top: 36px;
  }
}
@media screen and (max-width: 991px) {
  .foot_wrap {
    padding: 40px 0 20px;
  }

  .foot_list {
    row-gap: 4px;
    flex-wrap: wrap;
  }

  .foot_copyright {
    gap: 20px;
  }

  .fixed_top {
    right: 8px;
    bottom: 50px;
  }
  .fixed_top img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .foot_copyright {
    flex-direction: column;
    height: 100%;
    gap: 2px;
    font-size: 14px;
    padding: 8px 0;
  }
}

/* 首頁關於我們 */
.index_about_wrap {
  padding: 70px 0 115px;
  position: relative;
  overflow: hidden;
}
.index_about_wrap .gs_container {
  position: relative;
  padding: 85px 15px 0;
}

.index_about_img_box {
  width: 100%;
  max-width: 634px;
  aspect-ratio: 0.95;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_about_chicken {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 162px;
  min-width: 80px;
  aspect-ratio: 0.65;
}
.index_about_img_bg {
  position: absolute;
  inset: 0 0;
  width: 100%;
  max-width: 634px;
  aspect-ratio: 0.95;
  z-index: 0;
  border-radius: 50%;
  object-fit: cover;
}

.index_about_img {
  position: absolute;
  inset: 30px 20px;

  width: 100%;
  max-width: 605px;
  aspect-ratio: 1.017;
  z-index: -1;
  border-radius: 50%;
  object-fit: cover;
}

.index_about_content_box {
  /* width: 60%; */
  width: 730px;
  height: 457px;
  border-radius: 32px;
  background-color: #80b800;
  padding: 65px 87px 20px 240px;
  margin-left: auto;
}
.index_about_title {
  font-size: 20px;
  border-left: 4px solid #fff;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 8px;
}
.index_about_text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  max-height: 14vw;
  overflow-x: hidden;
  overflow-y: auto;
}
.index_about_text::-webkit-scrollbar {
  width: 3px;
}
.index_about_text::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}
.index_about_text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #787878;
}

.index_about_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.index_about_btn {
  display: inline-block;
  background: url("../img/more_bg.png") no-repeat center center/contain;
  grid-column: 2/3;
  margin: 40px auto;
  width: 142px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  padding-left: 12px;
  transition: opacity 0.3s;
}
.index_about_btn:hover {
  opacity: 0.7;
}
.index_about_bg_img1 {
  position: absolute;
  left: -100px;
  top: 80px;
  width: 17.5vw;
  min-width: 200px;
  z-index: -1;
}
.index_about_bg_img2 {
  position: absolute;
  left: 5vw;
  bottom: 192px;
  width: 13vw;
  min-width: 150px;
  z-index: -1;
}
.index_about_bg_img3 {
  position: absolute;
  right: -103px;
  bottom: 157px;
  width: 23.5vw;
  min-width: 250px;
  z-index: -1;
}
.index_about_img_box.animation {
  animation-name: ani_slideLeft;
  animation-duration: 0.7s;
  animation-delay: 0.35s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.index_about_content_box.animation {
  animation-name: ani_slideRight;
  animation-duration: 0.7s;
  animation-delay: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.index_about_btn_wrap.animation {
  animation-name: ani_fadeIn;
  animation-duration: 1.05s;
  animation-delay: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@media screen and (max-width: 1350px) {
  .index_about_content_box {
    padding: 65px 30px 20px 300px;
  }
}
@media screen and (max-width: 1200px) {
  .index_about_wrap .gs_container {
    padding: 15px;
  }
  .index_about_img_box {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  .index_about_chicken {
    width: 14vw;
  }
  .index_about_content_box {
    width: 100%;
    height: 100%;
    padding: 40px 20px 80px;
  }
  .index_about_btn_wrap {
    grid-template-columns: 1fr;
  }
  .index_about_btn {
    grid-column: auto;
  }

  .index_about_bg_img2 {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index_about_text {
    max-height: 100%;
  }
  .index_about_wrap {
    padding: 50px 0 80px;
  }
  .index_about_img_box.animation {
    animation-name: ani_slideLeft_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
  .index_about_content_box.animation {
    animation-name: ani_slideRight_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
  .index_about_btn_wrap.animation {
    animation-name: ani_fadeIn_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .index_about_img {
    inset: 30px 30px;
    max-width: 480px;
    width: 92%;
  }
}
@media screen and (max-width: 576px) {
  .index_about_img {
    inset: 24px 24px;
    width: 90%;
  }
}
@media screen and (max-width: 467px) {
  .index_about_img {
    inset: 22px 26px;
  }
}
/* 首頁產品 */
.index_products_wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.index_products_wrap .index_product {
  width: calc(100% / 5);
  height: 100%;
  color: #fff;
  float: left;

  transition-duration: 1s;
  position: relative;
}
.index_products_wrap .index_product::before {
  content: "";
  position: absolute;
  inset: 0 0;
  background-color: #80b800;
  opacity: 0;
  transition: opacity 0.3s;
}
.index_products_wrap .index_product::after {
  content: url("../img/index_product_chicken.png");
  position: absolute;
  bottom: 10px;
  right: 40px;
  opacity: 0;
  transition: opacity 0.3s;
}
/* .index_products_wrap .index_product:first-child {
  background: url("../img/index_product_img1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_products_wrap .index_product:nth-child(2) {
  background: url("../img/index_product_img2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_products_wrap .index_product:nth-child(3) {
  background: url("../img/index_product_img3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_products_wrap .index_product:nth-child(4) {
  background: url("../img/index_product_img4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_products_wrap .index_product:nth-child(5) {
  background: url("../img/index_product_img5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */

.index_products_wrap:hover .index_product:hover {
  width: 30%;
  transition-duration: 0.5s;
}
.index_products_wrap:hover .index_product:hover::before {
  opacity: 0.37;
}
.index_products_wrap:hover .index_product:hover::after {
  opacity: 1;
}
.index_products_wrap:hover .index_product:not(:hover) {
  width: 17.5%;
}

.index_products_wrap {
  margin: 0;
  padding: 0;
  height: 800px;
}

.index_product {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  z-index: 8;
}

.index_product_icon {
  position: relative;
  padding-bottom: 20px;
  z-index: 9;
}

.index_product_title_wrap {
  position: relative;
  height: 300px;
  writing-mode: vertical-rl;
  padding-bottom: 20px;
  z-index: 9;
}

.index_product_title {
  color: white;
  letter-spacing: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  line-height: 36px;
  width: 100%;
  writing-mode: vertical-rl;
  padding-left: 20px;
}

.index_product_title_en {
  color: white;
  letter-spacing: 4px;
  font-size: 20px;
  line-height: 15px;
  margin-left: 4px;
  writing-mode: vertical-rl;
}
.index_products_slider_mobile {
  display: none;
}

.index_product.animation {
  animation-name: ani_slideLeft;
  animation-duration: 0.7s;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .index_products_wrap {
    display: none;
  }
  .index_products_slider_mobile {
    display: block;
    position: relative;
  }

  .main_product_slider_content {
    position: relative;
  }

  .index_product_mobile {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
  }

  .index_products_slider_mobile .slick-dots {
    width: 20px;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .index_products_slider_mobile .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .index_products_slider_mobile .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #fff;
    left: 0%;
    border-radius: 50%;
    transition: background-color 0.3s;
  }
  .index_products_slider_mobile .slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1;
  }
  .index_products_slider_mobile .slick-dots li:hover button:before {
    background-color: #fff;
    opacity: 1;
  }
}

/* 首頁最新消息 */
.index_news_wrap {
  padding: 100px 0 95px;
}
.title_wrap {
  text-align: center;
}

.title_text_wrap {
  display: inline-block;
  position: relative;
  padding: 0 65px;
}

.title_icon_left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.title_icon_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.title_text {
  padding-top: 5px;
  color: #e59900;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.title_text_en {
  padding: 15px 0 7px;
  color: #80b800;
  font-size: 26px;
  font-weight: bold;
}

.index_news_col_2 {
  display: grid;
  grid-template-columns: 0.41fr 0.59fr;
  gap: 30px;
  margin-top: 40px;
}

.index_news_left_wrap {
  display: block;
}

@media (max-width: 1200px) {
  .index_news_col_2 {
  }
}
@media (max-width: 991px) {
  .index_news_wrap {
    padding: 50px 0;
  }
  .index_news_col_2 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    /* margin-top: 40px; */
  }
}
.index_news_left_img_wrap {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
.index_news_left_img_wrap::after {
  content: url("../img/news_more_img.png");
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.index_news_left_wrap:hover .index_news_left_img_wrap:after {
  top: 0;
}

@media (max-width: 767px) {
}

.index_news_left_img_wrap > img {
  width: 100%;
  object-fit: cover;
}

.index_news_left_text_wrap {
  padding-top: 25px;
  min-height: 200px;
}

.index_news_left_title {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 15px;

  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.index_news_left_text {
  height: 100px;
  line-height: 1.5;
  overflow-x: hidden;
  word-break: break-all;
  margin-top: 15px;
  color: #000;
}
.news_line {
  width: 100%;
  height: 2px;
  background-color: #80b800;
}

.index_news_left_text::-webkit-scrollbar {
  width: 5px;
}

.index_news_left_text::-webkit-scrollbar-track {
  background: #ddd;
}

.index_news_left_text::-webkit-scrollbar-thumb {
  background: #666;
}

.index_news_date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffb860;
  margin-top: 10px;
}

.index_news_right_wrap {
  display: flex;
  gap: 16px;
  padding-bottom: 50px;
  position: relative;
}
.index_news_right_wrap:last-child {
  padding-bottom: 0;
}

.index_news_left_wrap.animation {
  animation-name: ani_slideLeft;
  animation-duration: 0.7s;
  animation-delay: 0.35s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.index_news_right_ani1.animation {
  animation-name: ani_slideLeft;
  animation-duration: 0.7s;
  animation-delay: 0.75s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.index_news_right_ani2.animation {
  animation-name: ani_slideLeft;
  animation-duration: 0.7s;
  animation-delay: 1.1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .index_news_left_text {
    height: 100%;
  }
  .index_news_left_wrap.animation {
    animation-name: ani_slideLeft_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
  .index_news_right_wrap {
    flex-direction: column;
    padding-bottom: 25px;
  }
  .index_news_right_ani1.animation {
    animation-name: ani_slideLeft_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
  .index_news_right_ani2.animation {
    animation-name: ani_slideLeft_stop;
    animation-duration: 0s;
    animation-delay: 0s;
  }
}
.index_news_right_img_wrap {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  width: 50%;
}
.index_news_right_img_wrap:after {
  content: url("../img/news_more_img.png");
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.index_news_right_wrap:hover .index_news_right_img_wrap:after {
  top: 0;
}

.index_news_right_img_wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_news_right_text_wrap {
  width: 50%;
}

.index_news_right_title {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 15px;

  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.index_news_right_text {
  margin-top: 15px;
  height: 85px;
  color: #000;
  overflow-x: hidden;
  word-break: break-all;
}

.index_news_right_text::-webkit-scrollbar {
  width: 5px;
}

.index_news_right_text::-webkit-scrollbar-track {
  background: #ddd;
}

.index_news_right_text::-webkit-scrollbar-thumb {
  background: #666;
}

@media (max-width: 1200px) {
  .index_news_right_text_wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .index_news_right_img_wrap {
    width: 100%;
  }
  .index_news_right_text {
    height: 100%;
  }
}

/* 其它頁橫幅 */
.other_banner_img {
  height: calc(100vw / 1920 * 400);
}
.other_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_banner_img_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .other_banner_img {
    height: calc(100vw / 768 * 320);
  }
  .other_banner_img_pc {
    display: none;
  }
  .other_banner_img_mobile {
    display: block;
  }
}

/* 關於我們 */
.about_wrap {
  padding: 50px 0 180px;
  position: relative;
  overflow: hidden;
}
.about_title_text_wrap {
  padding: 0 44px;
}
.about_title_text_wrap .title_icon_left {
  left: 5%;
  top: 56%;
}
.about_title_text_wrap .title_icon_right {
  top: 58%;
}
.about_col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px 0;
}
.about_img_box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about_chicken {
  position: absolute;
  right: -5%;
  bottom: -8%;
  min-width: 80px;
  aspect-ratio: 0.65;
}

.about_img_box_inner {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.about_img_box_inner::after {
  content: "";
  position: absolute;
  inset: 0 0;
  background-color: #f2f2b1;
  border-radius: 50%;
  z-index: -2;
  transform: translate(20px, 8px);
}

.about_img {
  border: 14px solid #80b800;
  width: 100%;
  max-width: 480px;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  object-fit: cover;
}
.about_icon_bottom_left {
  position: absolute;
  bottom: -36px;
  left: -36px;
  z-index: -1;
}
.about_icon_bottom_right {
  position: absolute;
  bottom: 40px;
  right: -40px;
  z-index: -1;
}
.about_icon_top_right {
  position: absolute;
  top: 44px;
  right: -10px;
  z-index: -1;
}
.about_icon_top_left1 {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: -1;
}
.about_icon_top_left2 {
  position: absolute;
  top: 100px;
  left: 12px;
}

.about_text {
  margin-top: 84px;
  color: #332b29;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 45px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.about_text::-webkit-scrollbar {
  width: 3px;
}
.about_text::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}
.about_text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #787878;
}

.about_bg_img1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 15.35vw;
  min-width: 200px;
  z-index: -1;
}
.about_bg_img2 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 12vw;
  min-width: 150px;
  z-index: -1;
}
.about_bg_img3 {
  position: absolute;
  top: 60%;
  right: 7%;
  width: 12.35vw;
  min-width: 140px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .about_col_2 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 60px 0;
  }

  .about_chicken {
    width: 12vw;
    right: 0%;
    bottom: -0%;
  }
}
@media screen and (max-width: 991px) {
  .about_wrap {
    padding: 30px 0 90px;
    position: relative;
    overflow: hidden;
  }
  .about_col_2 {
    padding: 30px 0px 60px;
  }
  .about_text {
    margin-top: 50px;
    padding: 0 15px;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_bg_img1 {
    top: 85%;
    min-width: 150px;
  }
  .about_bg_img2 {
    top: 85%;
    min-width: 100px;
  }
  .about_bg_img3 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about_icon_top_left2 {
    top: 20%;
    left: 2%;
  }
}

/* 最新消息 */
.news_wrap {
  padding: 50px 0;
}
.news_list {
  margin: 50px 0 80px;
  position: relative;
}

.news_list_single:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .news_list {
    margin: 25px 0 40px;
  }
}
.news_list_single {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  gap: 20px;
  padding-bottom: 50px;
}

.news_list_single_img {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
.news_list_single_img:after {
  content: url("../img/news_more_img.png");
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.news_list_single:hover .news_list_single_img:after {
  top: 0;
}

.news_list_single_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_list_single_title {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 15px;

  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.news_line_img {
  width: 100%;
}
.news_line_img img {
  width: 100%;
}
.news_list_single_text {
  margin: 15px 0 32px;
  max-height: 150px;
  color: #000;
  overflow-x: hidden;
  word-break: break-all;
}

.news_list_single_text::-webkit-scrollbar {
  width: 5px;
}

.news_list_single_text::-webkit-scrollbar-track {
  background: #ddd;
}

.news_list_single_text::-webkit-scrollbar-thumb {
  background: #666;
}
.news_date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffb860;
}

@media (max-width: 991px) {
  .news_list_single {
    margin-bottom: 25px;
  }
  .news_list_single_text {
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .news_list_single {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.page_list_link {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;

  color: #ea8200;
  background: url("../img/page_bg.png") no-repeat center center/contain;
  transition: color 0.3s, background 0.3s;
}

.page_list_link:hover,
.page_list_link.active {
  color: #fff;
  background: url("../img/page_hover_bg.png") no-repeat center center/contain;
}

/* 最新消息內頁 */
.news_content_title_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin: 40px 0 15px;
}
.news_content_title {
  width: 87%;
  font-size: 18px;
}

.news_content_html_editor {
  margin: 15px 0 40px;
}

.back_btn {
  display: grid;
  place-content: center;
  width: 100px;
  height: 85px;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
  color: #ea8200;
  background: url("../img/back_bg.png") no-repeat center center/contain;
  transition: color 0.3s, background 0.3s;
}
.back_btn:hover {
  background: url("../img/back_bg_hover.png") no-repeat center center/contain;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .news_content_title_wrap {
    margin: 20px 0 15px;
  }
  .news_content_title {
    width: 64%;
  }
}

/* 菜單介紹 */

/* 聯絡我們 */
.contact_wrap {
  padding: 50px 0 0;
}
.contact_list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 90px 0 80px;
}

.contact_link {
  text-align: center;
}

.contact_link_icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 35px;
  position: relative;
}
.contact_link_icon::after {
  content: "";
  position: absolute;
  inset: 0 0;
  background-color: #80b800;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}

.contact_link_icon i {
  font-size: 170px;
  color: #80b800;
  transition: color 0.3s;
}

.contact_link_hover:hover .contact_link_icon:after {
  opacity: 1;
}
.contact_link_hover:hover .contact_link_icon i {
  color: #fbfbfb;
}
.contact_link_title {
  margin-bottom: 26px;
  color: #80b800;
  font-size: 24px;
  font-weight: bold;
}

.contact_link_text {
  display: inline-block;
  font-size: 18px;
  color: #ea8200;
}
.contact_link_text_time {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #ea8200;
}

.contact_map {
  position: relative;
  bottom: -60px;
  z-index: 0;
  height: calc(100vw / 1920 * 480);
  min-height: 300px;
}

.contact_map::before {
  content: "";
  background: url("../img/contact_map_top.png") no-repeat top center/cover;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 197px;
  z-index: -1;
}
.contact_map:after {
  content: "";
  background: url("../img/contact_chicken.png") no-repeat top center/contain;
  position: absolute;
  top: -48%;
  left: 6%;
  width: 178px;
  height: 21.6vw;
  min-height: 120px;
}
.contact_map iframe {
  -webkit-mask: url("../img/contact_map_mask.png") no-repeat top center/cover;
  mask: url("../img/contact_map_mask.png") no-repeat top center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contact_link_icon {
    width: 22vw;
    height: 22vw;
    margin: 0 auto 15px;
  }
  .contact_link_icon i {
    font-size: 22vw;
  }

  .contact_link_title {
    font-size: 4vw;
    margin-bottom: 12px;
  }
  .contact_link_text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 576px) {
  .contact_list {
    gap: 15px;
  }
  .contact_map:after {
    top: -32%;
    left: 0;
    width: 120px;
    height: 21.6vw;
    min-height: 120px;
  }
}
