@charset "UTF-8";
.no-line {
  border-bottom: none !important;
}

.privacy-policy-box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0 !important;
}

/* base ------------------------------------------------------------------- */
body,
a {
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
}

@media (max-width: 767px) {
  #Content {
    padding: 0 !important;
  }
}

strong {
  font-weight: 700 !important;
  position: relative;
  color: #22AC38;
  font-size: 18px;
}

em {
  border-bottom: 2px solid #98D1E0 !important;
  color: #646262 !important;
  font-style: normal !important;
  font-weight: 500 !important;
  position: relative;
  background-color: #E4F3F8;
}

.no-border-bottom {
  border-bottom: none !important;
}

#Subheader ul.breadcrumbs {
  display: none;
}

.single #Subheader {
  padding: 0 !important;
  background: linear-gradient(to bottom, #125446 0%, #105D4A 100%);
}
.single #Subheader ul.breadcrumbs {
  display: block;
  margin-top: 90px !important;
  padding: 24px 20px 16px 50px;
  text-align: left;
}
.single #Subheader ul.breadcrumbs li:first-of-type {
  position: relative;
}
.single #Subheader ul.breadcrumbs li:first-of-type:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 15px;
  height: 15px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/bread-icon-home.svg") no-repeat center center;
}
.single #Subheader ul.breadcrumbs li {
  position: relative;
  color: rgba(255, 255, 255, 0.8) !important;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 8px !important;
}
.single #Subheader ul.breadcrumbs li a {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.single #Subheader ul.breadcrumbs li a:hover {
  color: rgba(255, 255, 255, 0.8) !important !important;
}
.single #Subheader ul.breadcrumbs li .icon-right-open {
  color: #22AC38 !important;
}
.single #Subheader ul.breadcrumbs li span {
  opacity: 1 !important;
  margin: 0 5px;
}

@media (max-width: 1480px) {
  .single #Subheader ul.breadcrumbs {
    width: 95%;
  }
}
@media (max-width: 1240px) {
  .single #Subheader .container {
    max-width: 100% !important;
  }
}
@media (max-width: 960px) {
  .single #Subheader ul.breadcrumbs {
    padding: 24px 20px 16px 30px;
  }
}
@media (max-width: 767px) {
  .single #Subheader ul.breadcrumbs {
    margin-top: 70px !important;
    padding: 4px 0px 10px 4px;
  }
  .single #Subheader ul.breadcrumbs li {
    margin-bottom: 4px !important;
    font-size: 14px !important;
  }
  .single #Subheader ul.breadcrumbs li a {
    font-size: 14px !important;
  }
}
.ul-list {
  margin: 32px 0 !important;
  list-style: none !important;
}
.ul-list li {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  color: #383838;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px !important;
}
.ul-list li:before {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 9px;
  width: 15px;
  height: 15px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/ul-icon.svg") no-repeat center center;
}

@media (max-width: 960px) {
  .answer-content ul li:before,
  .quote ul li:before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .answer-content ul li:before,
  .quote ul li:before {
    background-size: 18px auto !important;
  }
  .ul-list li {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  .ul-list li:before {
    left: 6px;
    top: 5px;
  }
}
/* wrapper   ------------------------------------------------------------------- */
.content-in-wrap {
  background-color: #F3F4F7;
}

@media (max-width: 1480px) {
  .section {
    overflow: hidden;
  }
  .section.content-in-wrap > .section_wrapper {
    max-width: 94% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section.com-wrap > .section_wrapper {
    max-width: 96% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
/*  visibility   ------------------------------------------------------------------- */
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .ipad {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .no-ipad {
    display: none !important;
  }
}
/* margin / padding------------------------------------------------------------------- */
.mt-5 {
  margin-top: 50px;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

@media (max-width: 1480px) {
  .pt-10 {
    padding-top: 80px !important;
  }
  .pb-10 {
    padding-bottom: 80px !important;
  }
  .pt-12 {
    padding-top: 100px !important;
  }
  .pb-12 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 960px) {
  .pt-8 {
    padding-top: 60px !important;
  }
  .pt-5 {
    padding-top: 30px !important;
  }
  .pt-10,
  .pt-12 {
    padding-top: 80px !important;
  }
  .pb-8 {
    padding-bottom: 60px !important;
  }
  .pb-10,
  .pb-12 {
    padding-bottom: 80px !important;
  }
  .mt-10 {
    margin-top: 30px !important;
  }
}
.about-photo:before, .about-photo:after,
.info-photo:before,
.info-photo:after {
  content: " ";
  position: absolute;
  width: 6.51vw;
  height: 6.51vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-photo:before,
.info-photo:before {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/h2-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
.about-photo:after,
.info-photo:after {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/h2-icon-bg.svg") no-repeat center center;
  background-size: 98% auto;
}

.about-photo:before, .about-photo:after {
  top: -3.2vw;
  right: -3.2vw;
}

.info-photo:before, .info-photo:after {
  top: -3.2vw;
  left: -3.2vw;
}

@media (max-width: 960px) {
  .about-photo:before, .about-photo:after,
  .info-photo:before,
  .info-photo:after {
    width: 10.51vw;
    height: 10.51vw;
  }
  .about-photo:before, .about-photo:after {
    top: -5.2vw;
    right: -5.2vw;
  }
  .info-photo:before, .info-photo:after {
    top: -5.2vw;
    left: -4.2vw;
  }
}
@media (max-width: 767px) {
  .about-photo:before, .about-photo:after,
  .info-photo:before,
  .info-photo:after {
    width: 15.51vw;
    height: 15.51vw;
  }
  .about-photo:before, .about-photo:after {
    top: -7.5vw;
    right: -7.8vw;
  }
  .info-photo:before, .info-photo:after {
    top: -7.2vw;
    left: -6.2vw;
  }
}
/* animation ------------------------------------------------------------------- */
@keyframes box-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    /* 完成360度旋转 */
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 600px;
    height: 600px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 600px;
    height: 600px;
  }
}
/*---------以上---------------------------------------------*/
@keyframes box-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes box-y {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes box-zoon {
  0% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateZ(0) scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}
@keyframes box-zoon02 {
  0% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.15);
  }
  100% {
    transform: translateZ(0) scale(1);
  }
}
a {
  transition: 0.1s ease-in-out !important;
  -webkit-transition: 0.1s ease-in-out !important;
  -o-transition: 0.1s ease-in-out !important;
}

/* 初始狀態：避免首屏閃動 */
.banner-in-box,
.banner-in-photo,
.banner-in-desc {
  opacity: 0;
}

/* 提前告知合成層（對手機有幫助） */
.banner-in-photo,
.banner-in-desc {
  will-change: transform, opacity;
  transform: translateZ(0);
}

/* 初始變形 */
.banner-in-photo {
  transform: scale(1.08);
}

.banner-in-desc {
  transform: translate3d(-80px, 0, 0);
}

/* ===== 開始動畫 ===== */
.banner-animate .banner-in-box {
  opacity: 1;
  transition: opacity 0.35s ease-out;
}

.banner-animate .banner-in-photo {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.banner-animate .banner-in-desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease-out 0.2s, opacity 0.6s ease-out 0.2s;
  transition-delay: 0.5s !important;
}

/* img baseline */
.banner-in-photo img {
  display: block;
}

.home-brands-slider,
.home-news-wrap,
.button-ac,
.home-news-slider,
.contact-form,
.feature_box,
.portfolio-box ul li,
.woocommerce ul.products li,
.application-box,
.product_wrapper,
.blog-detail-content,
.product-various-box,
.blog-footer,
.related.products,
.product-video-box,
.col-two,
.col-two-first,
.col-two-second,
.product-desc,
.Applications-list,
.news-sub-menu,
.news .post-item,
.single .section-post-header,
.section-post-related,
.text-privacy,
.col-two-photo,
.mission-box,
.values-photo,
.about-feature,
.about-block,
.about-feature-box ul li,
.contact-info,
.contact-wrap .form-box,
.contact-feature-box .text-linear,
.contact-feature-card ul li,
.home-contact {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease !important;
}

.home-brands-slider.animate-in,
.home-news-wrap.animate-in,
.button-ac.animate-in,
.home-contact.animate-in,
.contact-form.animate-in,
.feature_box.animate-in,
.portfolio-box ul li.animate-in,
.woocommerce ul.products li.animate-in,
.text-privacy.animate-in,
.application-box.animate-in,
.product_wrapper.animate-in,
.blog-detail-content.animate-in,
.product-various-box.animate-in,
.blog-footer.animate-in,
.related.products.animate-in,
.product-video-box.animate-in,
.col-two.animate-in,
.col-two-first.animate-in,
.col-two-second.animate-in,
.product-desc.animate-in,
.Applications-list.animate-in,
.news-sub-menu.animate-in,
.news .post-item.animate-in,
.single .section-post-header.animate-in,
.section-post-related.animate-in,
.col-two-photo.animate-in,
.about-block.animate-in,
.mission-box.animate-in,
.values-photo.animate-in,
.about-feature.animate-in,
.about-feature-box ul li.animate-in,
.contact-info.animate-in,
.contact-wrap .form-box.animate-in,
.contact-feature-box .text-linear.animate-in,
.contact-feature-card ul li.animate-in,
.home-news-slider.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/*title------------------------------------------------------------------- */
.com-title {
  margin-bottom: 80px;
  position: relative;
}
.com-title::before {
  opacity: 0.08 !important;
}
.com-title.dark h2 {
  color: #FFFFFF !important;
}
.com-title.dark p {
  color: #FFFFFF !important;
  font-weight: 700;
}
.com-title .overline {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #22AC38;
}
.com-title h2 {
  position: relative;
  display: inline-block;
  color: #444549;
  font-size: calc(1.7rem + 1vw);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700 !important;
  z-index: 1;
}
.com-title h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #22AC38;
  display: block;
  margin: 16px auto 0;
}
.com-title p {
  color: #383838;
  font-size: 18px;
  line-height: 1.8 !important;
  letter-spacing: 0;
  font-weight: 400;
  margin: 16px auto 0;
}

.com-title-center {
  width: 870px !important;
  justify-items: center;
  text-align: center;
  display: grid;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  z-index: 1;
}
.com-title-center::before {
  content: "";
  position: absolute;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/bg-logo-02.png") no-repeat top center;
  z-index: -1;
  background-size: 99% auto;
  width: 470px;
  height: 240px;
  left: 50%;
  margin-left: -235px;
  top: -30px;
  opacity: 0.4 !important;
}
.com-title-center.dark:before {
  opacity: 0.1 !important;
}
.com-title-center h2 {
  color: #383838;
}

.com-title-left {
  text-align: left;
}
.com-title-left h2::after {
  margin-left: 0 !important;
}

.about-wrap h2 {
  text-align: center;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #22AC38;
  margin-bottom: 40px !important;
}
.about-wrap h2::before {
  content: "";
  position: absolute;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/bg-logo-03.png") no-repeat top center;
  z-index: -1;
  background-size: 99% auto;
  width: 470px;
  height: 240px;
  left: 50%;
  margin-left: -235px;
  top: -80px;
}
.about-wrap h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #22AC38;
  display: block;
  margin: 16px auto 0;
}
.about-wrap p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  margin-bottom: 40px !important;
}

h2.text-linear {
  font-style: italic;
  font-weight: 800 !important;
  background: linear-gradient(to right, #8FC31F 0%, #22AC38 50%, #00A29A 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-top: 80px;
  font-family: "Raleway", sans-serif !important;
  display: inline-block !important;
  text-align: center;
}
h2.text-linear::before, h2.text-linear::after {
  display: none;
}
h2.text-linear i::after {
  content: " ‧ ";
  display: inline-block;
  margin: 0 16px;
}

@media (max-width: 1480px) {
  .com-title p {
    font-size: 16px;
  }
  .com-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1240px) {
  .com-title-center {
    width: 90% !important;
  }
}
@media (max-width: 960px) {
  .com-title-center p {
    width: 85%;
  }
  .about-wrap h2 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.3 !important;
  }
  .about-wrap h2::before {
    width: 360px;
    margin-left: -180px;
    top: -50px;
  }
  h2.text-linear {
    font-size: 40px !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 767px) {
  .com-title {
    width: 100% !important;
    margin-bottom: 32px;
  }
  .com-title h2 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    margin-top: 8px;
  }
  .com-title p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    width: 90%;
  }
  .com-title.dark p {
    font-weight: 500;
  }
  .com-title-center::before {
    width: 90vw;
    height: 50vw;
    margin-left: -45vw;
    top: -15px;
  }
  .com-title-left p {
    width: 100%;
  }
  .com-title-left h2::after {
    margin-top: 24px;
  }
  .about-wrap p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
  }
  .about-wrap h2::before {
    width: 66vw;
    height: 50vw;
    margin-left: -33vw;
    top: -35px;
  }
  h2.text-linear {
    margin-top: 0;
    font-size: 32px !important;
    line-height: 1.5 !important;
  }
  h2.text-linear i {
    display: block;
  }
  h2.text-linear i::after {
    display: none;
  }
}
/*  ------------------------------------------------------------------- 
button */
.column_button .button,
.button-more {
  padding: 16px 32px;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
  border-radius: 9999px;
  display: inline-block;
  font-style: normal;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0) !important;
}
.column_button .button:after,
.button-more:after {
  color: #ffffff;
  font-family: "mfn-icons";
  content: "\e917";
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
  font-weight: 500;
  margin-top: -3px;
  display: inline-block;
}
.column_button .button::before,
.button-more::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  z-index: -1;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #22AC38 0%, #8FC31F 18%, #22AC38 60%, #00A29A 100%);
  transform-origin: left center;
  width: 200%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.column_button .button:hover,
.button-more:hover {
  text-decoration: none;
}
.column_button .button:hover:before,
.button-more:hover:before {
  right: -100%;
  background: linear-gradient(to right, #22AC38 10%, #8FC31F 70%, #22AC38 80%, #00A29A 100%);
}

.buttom-download a {
  transform: translateZ(0) scale(0.9);
  text-decoration: none !important;
  padding: 16px 24px !important;
}
.buttom-download a::after {
  content: "" !important;
  margin-left: 16px !important;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-download.svg") no-repeat center left;
  width: 20px;
  height: 20px;
  display: inline-block;
}

/*  ----------------------------------------------------------------- news-button */
/* post-links / more */
@media (max-width: 1480px) {
  .button-more {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .column_button .button,
  .button-more {
    font-size: 16px !important;
    display: block;
  }
  .column_button .button {
    padding: 12px 24px !important;
  }
  .buttom-download a {
    transform: translateZ(0) scale(1);
  }
}
/* menu  ------------------------------------------------------------------- */
.layout-full-width.header-fw #Top_bar .container {
  max-width: 96% !important;
}

#Top_bar {
  box-shadow: 0 0 0px 0 rgb(255, 255, 255);
  background-color: #FFFFFF;
}

#Top_bar.is-sticky {
  box-shadow: 0 1px 0px 0 #E3EBF6 !important;
  padding: 5px 0 10px !important;
}

#Top_bar .menu_wrapper {
  margin-left: 2%;
}

#Top_bar .menu > li {
  margin: 0 10px !important;
}

#Top_bar .menu > li > a span:not(.description) {
  padding: 0 21px !important;
}

#Top_bar .menu > li > a {
  font-family: "Noto Sans TC", sans-serif !important;
}

#Top_bar.is-sticky .menu > li > a {
  padding: 0 0 10px !important;
}

#Top_bar .menu > li > a:hover {
  text-decoration: none !important;
}

/*logo*/
#Top_bar #logo {
  display: block;
}

#Top_bar #logo img {
  width: 270px !important;
}

#Top_bar.is-sticky #logo img.logo-sticky {
  max-height: 42px !important;
  width: auto !important;
}

#Top_bar .logo {
  margin: 0 !important;
}

#Top_bar .menu > li > a:after {
  content: "";
  position: absolute;
  left: -12px !important;
  width: 25px !important;
  height: 25px !important;
  top: 42% !important;
  display: block;
  margin-top: 0px !important;
  opacity: 1 !important;
  z-index: -1 !important;
}

#Header #menu > ul > li.current-menu-item > a:after {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/menu-icon.svg") no-repeat left top !important;
}

#Top_bar.is-sticky .menu > li > a:after,
#Header #Top_bar.is-sticky #menu > ul > li.current-menu-item > a:after {
  top: 32% !important;
}

.menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle):after {
  border-top: 0 solid rgba(255, 255, 255, 0) !important;
  border-left: 0 solid rgba(255, 255, 255, 0) !important;
  border-right: 0 solid rgba(255, 255, 255, 0) !important;
}

.menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle):before {
  content: "\e869" !important;
  font-family: "mfn-icons";
  color: #D1D2D2;
  display: block !important;
  width: 0;
  height: 0;
  position: absolute;
  left: auto;
  right: 10px;
  font-size: 20px;
  top: 19%;
}

.menuo-arrows:not(.keyboard-support) #Top_bar.is-sticky .menu > li.submenu > a:not(.menu-toggle):before {
  top: 24%;
}

#Top_bar .menu li .sub-menu {
  animation: fadeIn 0.3s ease-in-out;
}

#Top_bar .menu > li ul {
  top: 100% !important;
}

#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
  background: rgba(0, 0, 0, 0) !important;
}

#Top_bar .menu li > ul {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) !important;
  background-image: none !important;
}

#Top_bar.is-sticky .menu > li > ul {
  top: 95% !important;
}

#Top_bar .menu > li:last-child ul {
  left: auto;
  right: 0;
}

#Top_bar .menu > li ul li {
  width: 250px !important;
}

#Top_bar .menu li ul li a {
  border-bottom: 1px solid #D1D2D2 !important;
  line-height: 1.5 !important;
  text-align: left;
  font-weight: 600;
  padding: 15px 20px !important;
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
}

#Top_bar .menu li ul li ul {
  top: -15px !important;
  left: 200px !important;
}

#Top_bar .menu > li ul li a:hover {
  background: #ffffff !important;
}

.menuo-sub-active #Top_bar .menu > li ul li.current-menu-item > a {
  color: #22AC38;
  background: rgba(0, 0, 0, 0) !important;
}

#Top_bar .menu li ul li a .menu-arrow {
  top: 18px !important;
  right: 20px !important;
}

#Top_bar .menu li ul li a .menu-arrow:before {
  content: "\e917";
  font-family: "mfn-icons";
  font-size: 20px;
  color: #75C1D6;
  font-weight: 400 !important;
}

#Top_bar .top_bar_right {
  padding: 0 !important;
}
#Top_bar .top_bar_right .search_button {
  background: #00A29A;
  padding: 8px 18px 8px 16px;
  border-radius: 9999px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
#Top_bar .top_bar_right .search_button:after {
  content: "Search";
  font-size: 16px;
  font-weight: 700;
}
#Top_bar .top_bar_right .search_button::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-w.svg") no-repeat center top 6px;
  background-size: 16px auto;
  margin-right: 3px;
  margin-top: -2px;
}
#Top_bar .top_bar_right .search_button:hover {
  background: #22AC38;
}

.top-bar-right-icon svg {
  display: none;
}

html[lang=zh-TW] #Top_bar .top_bar_right .search_button:after {
  content: "搜尋";
}

/*------------------------------------------- languages */
#Top_bar .wpml-languages {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
#Top_bar .wpml-languages li:first-of-type a {
  font-size: 13px;
}
#Top_bar .wpml-languages li a {
  background-color: #FFFFFF;
  color: #383838 !important;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: 1px solid #D1D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
#Top_bar .wpml-languages li a:hover {
  text-decoration: none !important;
  background-color: #F0F1F1;
  border: 1px solid #F0F1F1;
}
#Top_bar .wpml-languages li.lang-active a {
  color: #00A29A !important;
  background-color: #F0F1F1 !important;
  border: 1px solid #F0F1F1;
}

@media (max-width: 1480px) {
  .layout-full-width.header-fw #Top_bar .container {
    max-width: 98% !important;
  }
  #Top_bar #logo img {
    width: 200px !important;
  }
  #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 36px !important;
  }
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px !important;
  }
  #Top_bar .menu > li {
    margin: 0 8px !important;
  }
  .menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle):before {
    right: 5px;
  }
  #Top_bar .menu_wrapper {
    margin-left: 0;
  }
  #Top_bar .top_bar_right .search_button {
    padding: 8px 12px 8px 10px;
  }
  #Top_bar .top_bar_right .search_button:after {
    font-size: 14px;
  }
  #Top_bar .top_bar_right .search_button::before {
    background-size: 14px auto;
    width: 20px;
    height: 22px;
  }
}
@media (max-width: 1239px) {
  .layout-full-width.header-fw #Top_bar .container {
    max-width: 96% !important;
    margin: 0 auto !important;
  }
  #Top_bar .menu_wrapper {
    border: 0px;
  }
  .top-bar-right-icon svg {
    margin-top: 5px !important;
    vertical-align: middle !important;
    stroke: #FFFFFF !important;
  }
  #Top_bar a.responsive-menu-toggle {
    right: 64px;
  }
  #Top_bar .top_bar_right .search_button {
    position: absolute;
    right: 100px;
    background: #F3F4F7;
    margin: 0 !important;
    padding: 10px;
  }
  #Top_bar .top_bar_right .search_button:after {
    display: none;
  }
  #Top_bar .top_bar_right .search_button::before {
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-g.svg") no-repeat center center;
    background-size: 18px auto;
  }
  #Side_slide .close-wrapper a.close {
    margin-right: 1.5% !important;
  }
  .icon-cancel-fine:before {
    color: #22AC38 !important;
    font-weight: 600 !important;
  }
  #Side_slide #menu ul li.submenu .menu-toggle {
    opacity: 1 !important;
  }
  #Side_slide #menu ul li.submenu .menu-toggle {
    top: 10px !important;
  }
  #Side_slide #menu ul li.submenu .menu-toggle:after {
    content: "\e917" !important;
    font-family: "mfn-icons";
    font-size: 28px;
    font-weight: 500;
    width: 20px;
    height: 30px;
    display: inline-block;
    color: #8FC31F;
  }
  #Side_slide #menu ul li.hover > .menu-toggle:after {
    transform: rotate(90deg);
    transition: 0.3s ease-in-out !important;
  }
  #Side_slide.light #menu > ul > li,
  #Side_slide #menu > ul > li {
    border-top: 1px solid #C6C6C6 !important;
  }
  #Side_slide.light #menu ul li ul li,
  #Side_slide #menu ul li ul li {
    border: none !important;
  }
  #Side_slide #menu > ul:last-child > li:last-child {
    border-bottom: 1px solid #C6C6C6 !important;
  }
  #Side_slide #menu ul li ul {
    background-color: #FFFFFF !important;
  }
  #Side_slide #menu ul li a {
    margin-right: 0 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px !important;
  }
  #Side_slide #menu ul li ul a {
    font-size: 16px !important;
    font-weight: 600 !important;
    border-top: 1px solid #C6C6C6;
    background-color: #F3F3F3;
  }
  #Side_slide #menu ul li ul a span {
    color: #383838;
  }
  #Side_slide #menu ul li.current-menu-item > a,
  #Side_slide #menu ul li.current_page_item > a,
  #Side_slide #menu ul li.current-menu-parent > a,
  #Side_slide #menu ul li.current-page-parent > a,
  #Side_slide #menu ul li.current-menu-ancestor > a,
  #Side_slide #menu ul li.current-page-ancestor > a,
  #Side_slide #menu ul li.current_page_ancestor > a,
  #Side_slide #menu ul li.hover > a,
  #Side_slide #menu ul li:hover > a {
    color: #22AC38 !important;
    background: #FFFFFF !important;
  }
  #Side_slide #menu ul li.submenu .menu-toggle {
    background: transparent !important;
    border-left: 0 !important;
  }
}
@media (max-width: 960px) {
  .side-slide-is-open #Side_slide {
    width: 100% !important;
  }
  .side-slide-is-open #Side_slide #menu ul li.submenu .menu-toggle {
    right: 1% !important;
  }
}
@media (max-width: 767px) {
  .layout-full-width.header-fw #Top_bar {
    background-color: #FFFFFF !important;
  }
  #Top_bar.is-sticky {
    padding: 0 !important;
  }
  .layout-full-width.header-fw #Top_bar .container {
    max-width: 92% !important;
    margin: 0 4% !important;
  }
  #Top_bar #logo img {
    width: 200px !important;
  }
  #Top_bar .responsive-menu-toggle {
    right: 0 !important;
  }
  #Top_bar .top_bar_right .search_button {
    right: 0;
  }
  #Side_slide .close-wrapper a.close {
    margin-right: 2% !important;
  }
  .side-slide-is-open #Side_slide #menu ul li.submenu .menu-toggle {
    right: 2% !important;
  }
  #Top_bar .top_bar_right .search_button {
    right: -10px;
    padding: 5px;
  }
}
/* Footer ------------------------------------------------------------------- */
#Footer {
  position: relative;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  background: linear-gradient(to bottom, #1A4447 33%, #065C5A 100%);
}
#Footer a {
  text-decoration: none !important;
}
#Footer a:hover {
  text-decoration: underline !important;
}
#Footer .widgets_wrapper .container {
  max-width: 1440px !important;
  padding: 95px 0 80px !important;
  z-index: 2;
}
#Footer .widget {
  padding: 0;
  margin: 0;
}

.footer-logo {
  width: 380px !important;
  padding-left: 10px;
}
.footer-logo img {
  width: 100%;
}

.footer-info {
  display: flex;
  padding-left: 40px;
}
.footer-info h4 {
  color: #2DBC44 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  margin-bottom: 8px !important;
}
.footer-info li {
  color: #FFFFFF;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  position: relative;
  padding: 0 32px;
}
.footer-info li:last-child {
  padding-right: 0;
}
.footer-info li:before {
  content: "";
  position: absolute;
  background-color: rgba(209, 210, 210, 0.2);
  display: block;
  height: 50px;
  width: 1px;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.footer-info .f-icon h4::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -10px;
}
.footer-info .f-icon.tel {
  white-space: nowrap;
}
.footer-info .f-icon.tel h4::after {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-cell.svg") no-repeat center center;
}
.footer-info .f-icon.mail h4::after {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-mail.svg") no-repeat center center;
  margin-top: -4px !important;
}
.footer-info .f-icon.add h4::after {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-add.svg") no-repeat center center;
}

#Footer .footer_copy .copyright {
  color: #85AAAA !important;
  font-size: 14px !important;
  margin: 16px 0 !important;
}

#Footer .footer_copy .one,
#Footer .footer_copy .mcb-column-inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* top */
#back_to_top.sticky {
  right: 20px !important;
  bottom: 25px !important;
}

#back_to_top {
  border-radius: 50%;
  border: solid 1px rgba(0, 162, 154, 0.8) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 58px !important;
  height: 58px !important;
}
#back_to_top i {
  color: #00A29A !important;
}
#back_to_top i:before {
  font-weight: 800 !important;
  font-size: 24px;
}
#back_to_top:hover {
  background-color: #00A29A !important;
}
#back_to_top:hover i {
  color: #FFFFFF !important;
}

/* button-social */
#Footer .footer_action {
  position: fixed;
  z-index: 10;
}

.button-social {
  position: fixed;
  bottom: 84px;
  right: 20px;
}

.button-social ul {
  list-style: none !important;
  margin: 0 !important;
}

.button-social li {
  position: relative;
  margin-bottom: 10px;
}

.button-social li a {
  display: block !important;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.3s ease-in-out !important;
}

.button-social li.icon-linkedin01 a {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-linkedin.svg") no-repeat center center #0068BD;
}

.button-social li.icon-line a {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-line.svg") no-repeat center center #22AC38;
}

.button-social li.icon-cell, .button-social li.icon-top {
  display: none;
}

.button-social li a:hover {
  transform: translateZ(0) scale(1.1);
}

@media (max-width: 1480px) {
  #Footer .widgets_wrapper .container {
    max-width: 95% !important;
  }
  .footer-logo {
    width: 340px !important;
  }
  .footer-info {
    padding-left: 25px;
  }
}
@media (max-width: 960px) {
  #Footer .container {
    max-width: 100% !important;
    display: grid;
  }
  #Footer .container .column {
    width: 100% !important;
  }
  .footer-logo {
    margin-bottom: 70px;
  }
  .footer-info {
    padding-left: 0;
  }
  .footer-info li:before {
    height: 95px;
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #Footer .widgets_wrapper .container {
    padding: 65px 0 !important;
  }
  .footer-logo {
    width: 285px !important;
    margin-bottom: 50px;
    padding-left: 0;
  }
  .footer-info {
    display: grid;
    padding-left: 0;
    gap: 24px 0;
  }
  .footer-info li {
    padding: 0;
    border-bottom: 1px solid rgba(209, 210, 210, 0.2);
    padding-bottom: 24px;
  }
  .footer-info li:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .footer-info li:before {
    display: none;
  }
  .footer-info .f-icon h4::after {
    margin: 2px 8px 0 2px;
    float: left;
  }
  .footer-info .f-icon.mail h4::after {
    margin-top: 3px !important;
  }
  .footer-copy-center #Footer .footer_copy {
    margin-bottom: 70px;
  }
  #Footer .footer_copy .container {
    padding: 0 !important;
  }
  /*------------------button-social----------------*/
  #back_to_top.sticky.scroll {
    opacity: 1 !important;
  }
  #back_to_top.sticky {
    right: 35px !important;
    bottom: 32px !important;
  }
  #back_to_top {
    width: 26px !important;
    height: 26px !important;
    background-color: #F3F4F7 !important;
    border: #F3F4F7 solid 1px !important;
  }
  #back_to_top i {
    color: #898989 !important;
  }
  #back_to_top i:before {
    font-weight: 800 !important;
    font-size: 12px;
    line-height: 3;
  }
  #Footer .button-social {
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #F3F4F7;
  }
  #Footer .button-social ul {
    display: flex;
  }
  #Footer .button-social ul li {
    flex: 1;
    margin-bottom: 0 !important;
  }
  #Footer .button-social li a {
    border-radius: 0;
    text-indent: 0;
    width: 100%;
    height: 70px;
    color: #767676 !important;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-content: flex-end;
    background-position: top 11px center !important;
  }
  #Footer .button-social li a:hover {
    transform: translate(1px, 1px);
  }
  .button-social li.icon-cell, .button-social li.icon-top {
    display: block;
  }
  #Footer .button-social li a {
    background-repeat: no-repeat;
    background-position: top 5px center;
  }
  #Footer .button-social li.icon-line a {
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-line-c.svg");
  }
  #Footer .button-social li.icon-linkedin01 a {
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-in-c.svg");
  }
  #Footer .button-social li.icon-cell a {
    background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-cell-c.svg");
  }
  #Footer .button-social li.icon-top a {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  #Footer .button-social #back_to_top {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    border: rgba(255, 255, 255, 0) !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }
}
html[lang=zh-TW] h1,
html[lang=zh-TW] h2,
html[lang=zh-TW] h3,
html[lang=zh-TW] h4 {
  letter-spacing: 0.1rem !important;
}
html[lang=zh-TW] p {
  letter-spacing: 0.05rem !important;
}

html[lang=zh-TW] .entry-summary .tagged_as::before {
  content: "產品應用範例 : ";
}
html[lang=zh-TW] .product-various-box::before {
  content: "更多應用範例";
  letter-spacing: 0.05rem !important;
}
html[lang=zh-TW] .product-various-card h3 {
  letter-spacing: 0 !important;
}
html[lang=zh-TW] .Applications-list h3, html[lang=zh-TW] .contact-feature-card ul li h3 {
  letter-spacing: 0.05rem !important;
}
html[lang=zh-TW] .about-wrap h2, html[lang=zh-TW] .about-feature-box ul li h3 {
  letter-spacing: 0.1rem !important;
}
html[lang=zh-TW] .news-sub-menu ul li {
  letter-spacing: 0.1rem !important;
}

/*------------------------------------------------------------------- */
.home-banner-slider {
  width: 100% !important;
}
.home-banner-slider .content_slider .button i {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 28px;
  transition: 0.3s ease !important;
}
.home-banner-slider .content_slider .button i::before {
  font-size: 16px;
}
.home-banner-slider .content_slider .button:hover i {
  background-color: #22AC38;
  border: 1px solid #22AC38;
}
.home-banner-slider .slider_prev {
  left: 0 !important;
}
.home-banner-slider .slider_next {
  right: 0 !important;
}
.home-banner-slider .slick-dots {
  display: flex;
  align-items: center;
}
.home-banner-slider .slick-dots::after {
  content: "";
  width: 100%;
  margin-left: 3%;
  height: 1px;
  display: block;
  background-color: #D1D2D2;
}
.home-banner-slider .slider_pagination {
  width: 25% !important;
  margin-top: 0;
  position: absolute;
  left: 9.5%;
  bottom: 3vw;
  text-align: left;
}
.home-banner-slider .slider_pagination a {
  border: 2px solid #ffffff !important;
  transition: 0.3s ease !important;
}
.home-banner-slider .slider_pagination a:hover {
  background: #ffffff !important;
}
.home-banner-slider .slider_pagination .slick-active a {
  background: #D1D2D2 !important;
  border: 2px solid #D1D2D2 !important;
}
.home-banner-slider .slider_pagination .slick-active a {
  border: 2px solid #D1D2D2 !important;
}
.home-banner-slider .content_slider {
  padding: 0 !important;
  background: linear-gradient(to bottom, #24504E 0%, #154548 25%, #174547 47%, #0D4E4F 71%, #026560 100%);
}
.home-banner-slider .content_slider_li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  display: flex !important;
}
.home-banner-slider .content_slider_li:hover img {
  opacity: 1;
  top: 0 !important;
}
.home-banner-slider .content_slider_li a {
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
}
.home-banner-slider .content_slider_li a:before {
  content: "";
  width: 280px;
  height: 100%;
  display: block;
  position: absolute;
  left: 40.5%;
  top: 0;
  z-index: 2;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-line.svg") no-repeat center left;
  background-size: auto 100%;
}
.home-banner-slider .slick-slide img {
  order: 2;
  width: 55% !important;
  margin: 0 !important;
  position: relative;
}
.home-banner-slider .title {
  display: none !important;
}
.home-banner-slider .desc {
  order: 1;
  width: 45% !important;
  margin-top: 0 !important;
  text-align: left;
  padding: 0 10% !important;
}
.home-banner-slider .desc h1 {
  font-size: calc(2rem + 1vw) !important;
  font-weight: 600;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-align: left;
  position: relative;
  margin-top: -20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
}
.home-banner-slider .desc p {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
  margin-bottom: 0 !important;
  margin-top: 16px;
}
.home-banner-slider .desc .button-more {
  margin-top: 3vw;
}

.home-banner-slider .content_slider .content_slider_li img,
.home-banner-slider .content_slider .content_slider_li .desc {
  will-change: transform, opacity;
}

/* JS 還沒接管前，先把輪播內容藏起來，避免第一幀閃現 */
.home-banner-slider .content_slider:not(.gsap-ready) .content_slider_li img,
.home-banner-slider .content_slider:not(.gsap-ready) .content_slider_li .desc {
  opacity: 0 !important;
  transform: translate3d(20px, 0, 0) scale(1.08);
}

.home-banner-slider .content_slider:not(.gsap-ready) .content_slider_li .desc {
  transform: translate3d(-60px, 0, 0);
}

@media (max-width: 1480px) {
  .home-banner-slider .desc p {
    -webkit-line-clamp: 3;
  }
  .home-banner-slider .desc h1 {
    font-size: 46px !important;
  }
  .home-banner-slider .desc {
    padding: 0 8% 0 10% !important;
  }
}
@media (max-width: 1240px) {
  .home-banner-slider .desc {
    padding: 0 8% !important;
  }
  .home-banner-slider .desc h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 960px) {
  .home-banner-slider .content_slider_li a {
    align-items: center;
    position: relative;
    display: grid !important;
    overflow: hidden !important;
  }
  .home-banner-slider .content_slider_li a::before {
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-line-s.svg") no-repeat left bottom;
    background-size: 100% auto;
    width: 100%;
    height: 300px;
    left: 0;
    top: 45vw;
  }
  .home-banner-slider .content_slider {
    height: 90vh;
  }
  .home-banner-slider .content_slider li {
    overflow: hidden !important;
  }
  .home-banner-slider .slider_prev,
  .home-banner-slider .slider_next {
    top: 25% !important;
  }
  .home-banner-slider .slick-dots {
    justify-content: center;
  }
  .home-banner-slider .slick-dots::after {
    display: none;
  }
  .home-banner-slider .slider_pagination {
    width: 100% !important;
    margin-top: 0;
    top: 48vw;
    left: 0;
    bottom: auto;
    text-align: center;
  }
  .home-banner-slider .slider_pagination .slick-active a {
    background: #22AC38 !important;
    border: 2px solid #22AC38 !important;
  }
  .home-banner-slider .slider_pagination .slick-active a {
    border: 2px solid #22AC38 !important;
  }
  .home-banner-slider .slick-slide img {
    order: 1;
    width: 100% !important;
  }
  .home-banner-slider .desc {
    order: 2;
    width: 100% !important;
    padding: 120px 5% 100px !important;
  }
  .home-banner-slider .desc h1 {
    margin-top: 0;
  }
  .home-banner-slider .desc p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    -webkit-line-clamp: 2;
  }
  .home-banner-slider .desc .button-more {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .section.home-banner-slider > .section_wrapper {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-banner-slider .content_slider_li a::before {
    top: 9vw;
  }
  .home-banner-slider .content_slider_li a img {
    border-radius: 0 0 30px 30px;
  }
  .home-banner-slider .content_slider {
    height: 87vh !important;
    margin-bottom: 0 !important;
  }
  .home-banner-slider .content_slider a.button {
    top: 16% !important;
    bottom: auto !important;
  }
  .home-banner-slider .content_slider .button i {
    width: 35px;
    height: 35px;
    line-height: 12px;
  }
  .home-banner-slider .content_slider .button i::before {
    font-size: 11px;
  }
  .home-banner-slider .content_slider a.slider_prev {
    left: -5px !important;
  }
  .home-banner-slider .content_slider a.slider_next {
    right: -5px !important;
  }
  .home-banner-slider .slider_pagination {
    top: 35vw;
  }
  .home-banner-slider .desc {
    padding: 80px 10% 70px !important;
  }
  .home-banner-slider .desc h1 {
    margin-top: 0;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.4;
  }
  .home-banner-slider .desc p {
    font-size: 14px;
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 400px) {
  .home-banner-slider .content_slider_li a::before {
    top: 2vw;
  }
}
/*------------------------------------------------------------------- */
.home-brands-slider .slick-list {
  padding: 20px 0;
}
.home-brands-slider .slider_prev,
.home-brands-slider .slider_next {
  display: none;
}
.home-brands-slider .content_slider_li {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.home-brands-slider .content_slider_li a {
  display: block;
  border: 1px solid #D1D2D2 !important;
  border-radius: 8px !important;
  text-align: left;
  padding: 40px;
  transition: 0.3s ease-in-out !important;
}
.home-brands-slider .content_slider_li a:hover {
  transform: translateZ(0) scale(1.05);
}
.home-brands-slider .content_slider_li:hover img {
  opacity: 1;
  top: 0 !important;
}
.home-brands-slider .slick-slide img {
  height: 48px;
  width: auto;
  margin-left: 0 !important;
}
.home-brands-slider a h3 {
  color: #D1D2D2 !important;
}
.home-brands-slider h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
  color: #D1D2D2;
  text-align: left;
  opacity: 1 !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0 !important;
}
.home-brands-slider h3::after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/line-arrow-01.svg") no-repeat center right;
}

.slider_pagination {
  margin-top: 78px !important;
}

.slider_pagination a {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #D1D2D2 !important;
  background: rgba(0, 0, 0, 0) !important;
}
.slider_pagination a:hover {
  background: #D1D2D2 !important;
}

.slider_pagination .slick-active a {
  background: #22AC38 !important;
  border: 2px solid #22AC38 !important;
}

.slider_pagination .slick-active a {
  border: 2px solid #22AC38 !important;
  border-radius: 9999px !important;
  top: 0 !important;
}

.slider_pagination .slick-active a:after {
  display: none !important;
}

@media (max-width: 1480px) {
  .section.home-brands-wrap > .section_wrapper {
    max-width: 94% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
@media (max-width: 960px) {
  .section.home-brands-wrap > .section_wrapper {
    max-width: 88% !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
/* 手機：NEWS 區塊只顯示一欄 */
@media (max-width: 767px) {
  .section.home-brands-wrap > .section_wrapper {
    max-width: 86% !important;
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
  .home-brands-slider .slick-list {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .section.home-brands-wrap > .section_wrapper {
    max-width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
/*------------------------------------------------------------------- */
.home-news-wrap {
  position: relative;
  z-index: 1;
  background-color: #F3F4F7;
}
.home-news-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  background: linear-gradient(to bottom, #1B3E3D 0%, #155045 51%, #0E604B 100%);
  left: 0;
  top: 0;
}

.home-news-slider .blog_slider .blog_slider_ul .blog_slider_li .item_wrapper {
  margin: 0 13px !important;
}
.home-news-slider .hr_color {
  display: none !important;
}
.home-news-slider .blog_slider .image_frame {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  border: 16px solid #fff;
  border-radius: 16px 16px 0 0;
}
.home-news-slider .blog_slider .image_frame .image_wrapper {
  height: 17vw;
}
.home-news-slider .blog_slider .image_frame .image_wrapper a {
  height: 100%;
}
.home-news-slider .blog_slider .image_frame .image_wrapper img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-news-slider .desc {
  padding: 28px 32px 32px;
  background-color: #FFFFFF;
  border-radius: 0 0 16px 16px;
}
.home-news-slider h4 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #383838;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 1;
}
.home-news-slider h4 a {
  transition: 0.3s ease-in-out !important;
}
.home-news-slider h4 a:hover {
  color: #22AC38;
}
.home-news-slider p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #383838;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 3;
}
.home-news-slider .button {
  margin-left: 0 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
  color: #898989;
  overflow: visible !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  transition: 0.3s ease-in-out !important;
}
.home-news-slider .button:hover {
  color: #22AC38;
}
.home-news-slider .button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  display: block;
  right: -24px;
  top: 3px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/Icon-arrow-right.svg") no-repeat right 6px center #22AC38;
}
.home-news-slider .button_icon {
  display: none;
}
.home-news-slider .blog_slider .slider_pager {
  margin-top: 40px;
}

.home-news-slider .date_label {
  top: 14.3vw !important;
  left: 30px !important;
}

@media (max-width: 1480px) {
  .section.home-news-wrap > .section_wrapper {
    max-width: 94% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .home-news-slider .blog_slider .image_frame .image_wrapper {
    height: 17.5vw;
  }
  .home-news-slider .date_label {
    top: 14vw !important;
  }
}
@media (max-width: 1240px) {
  .home-news-slider .date_label {
    top: 13.5vw !important;
  }
}
@media (max-width: 960px) {
  .section.home-news-wrap > .section_wrapper {
    max-width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .home-news-slider .blog_slider .image_frame {
    border: 12px solid #fff;
  }
  .home-news-slider .blog_slider .image_frame .image_wrapper {
    height: 27.5vw;
  }
  .home-news-slider .date_label {
    top: 21.5vw !important;
  }
  .home-news-wrap .column_button {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .section.home-news-wrap > .section_wrapper {
    max-width: 88% !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
  .home-news-slider p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  .home-news-slider .blog_slider .image_frame {
    border: 12px solid #fff;
  }
  .home-news-slider .desc {
    padding: 18px 24px 24px;
  }
  .home-news-slider .blog_slider .image_frame .image_wrapper {
    height: 56.5vw;
  }
  .home-news-slider .date_label {
    top: 46.8vw !important;
    left: 22px !important;
  }
  .column_button .button:after,
  .button-more:after {
    margin-left: 12px;
    margin-top: -1px;
  }
  .home-news-wrap .column_button {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .section.home-news-wrap > .section_wrapper {
    max-width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
/*------------------------------------------------------------------- */
.home-contact {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/contact-bg.jpg") no-repeat top left;
  background-size: cover !important;
}
.home-contact .com-title {
  margin-top: 60px;
  width: 80%;
}
.home-contact .com-title h2 {
  padding-left: 0 !important;
  display: block;
}
.home-contact .com-title h2::before {
  display: none !important;
}
.home-contact .text-privacy {
  margin-top: 32px;
  padding-left: 20px;
}
.home-contact .text-privacy a {
  color: #8FC31F !important;
}
.home-contact .text-privacy i {
  color: #8FC31F;
  position: absolute;
  left: 0;
}

.home-contact-box {
  display: flex;
  width: 1380px;
  margin: 0 auto;
}

.com-contact-info {
  width: 57%;
}

.contact-form {
  width: 43%;
}

/* form-box  ------------------------------------------------------------------- */
.form-box {
  box-shadow: 0px 0px 10px rgba(34, 172, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #FFFFFF !important;
  border-radius: 30px;
  padding: 32px 32px;
  z-index: 5;
  clear: both;
}
.form-box h3 {
  text-align: center;
  color: #00692A;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  margin-bottom: 24px !important;
}
.form-box .wpcf7-text,
.form-box .wpcf7-textarea {
  padding: 12px 24px 12px 24px;
  font-size: 15px;
  font-weight: 400;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  color: #134845 !important;
  opacity: 1 !important;
}
.form-box .required {
  opacity: 1 !important;
}
.form-box .wpcf7-text {
  border-radius: 9999px;
}
.form-box .wpcf7-textarea {
  border-radius: 12px;
}
.form-box .column {
  position: relative;
  padding: 0 6px !important;
  margin: 0 0 12px !important;
}
.form-box .column.required::before {
  content: "*";
  color: #FE6300;
  font-style: normal;
  vertical-align: middle;
  margin-right: 4px;
  position: absolute;
  z-index: 5;
  left: 16px;
  top: 12px;
}
.form-box .column p {
  margin-bottom: 0 !important;
}

.wpcf7-response-output {
  display: none !important;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
  background-color: #FE6300 !important;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
  background-color: #FE6300 !important;
}

.wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 18px;
}

.wpcf7-list-item-label {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #00692A;
}

input[name=privacy-policy] {
  width: 16px;
  height: 16px;
  accent-color: #22AC38; /* 改勾選背景+勾勾 */
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  vertical-align: middle;
}

.button-box {
  position: relative;
  clear: both !important;
  overflow: hidden;
  border-radius: 50px !important;
  height: 50px;
}
.button-box::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #22AC38 0%, #8FC31F 38%, #22AC38 60%, #00A29A 100%);
  transform-origin: left center;
  width: 200%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.button-box:hover:before {
  right: -100%;
  background: linear-gradient(to right, #22AC38 10%, #8FC31F 60%, #22AC38 80%, #00A29A 100%);
}

.button-sent {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  display: block !important;
  position: relative;
  z-index: 5;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 14px 24px !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

.button-sent:active {
  transform: translateY(4px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* CF7 全域彈窗外層 */
#cf7-dialog {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* 有啟用時顯示 */
#cf7-dialog.is-active {
  display: flex;
}

/* 內層盒子 */
#cf7-dialog .cf7-dialog__box {
  background: #fff;
  max-width: 320px;
  width: 80%;
  padding: 24px 24px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}

/* 成功 / 失敗顏色 */
/* 關閉按鈕 */
#cf7-dialog .cf7-dialog__close {
  position: absolute;
  right: 10px;
  top: 6px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  background-color: #22AC38;
  width: 30px;
  height: 30px;
  padding: 0 !important;
}

#cf7-dialog .cf7-dialog__message {
  margin-top: 8px;
}

/* 隱藏 Cloudflare Turnstile 成功提示 */
.cf-turnstile,
.cf-turnstile iframe,
#cf-turnstile,
div[style*=turnstile] {
  display: none !important;
}

@media (max-width: 1480px) {
  .home-contact-box {
    width: 92%;
  }
  .home-contact .com-title {
    width: 85%;
  }
}
@media (max-width: 960px) {
  .home-contact .com-title {
    width: 100%;
  }
  .home-contact-box {
    display: grid;
    width: 88%;
  }
  .com-contact-info {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
  .home-contact .column {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .home-contact {
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/contact-bg-s.jpg") no-repeat top left #045656;
    background-size: 100% auto !important;
  }
  .home-contact .com-title {
    margin-top: 0;
  }
  .form-box {
    margin-top: 40px;
    padding: 32px 14px;
  }
  .form-box .column.required::before {
    left: 12px;
    top: 16px;
  }
  .button-box p {
    margin-bottom: 0 !important;
  }
  .button-sent {
    padding: 12px 24px !important;
  }
}
/* popup  ------------------------------------------------------------------- */
.mfp-bg {
  opacity: 0.9 !important;
  animation: animate__fadeIn 1s ease-out;
}

.popup-content.mfp-inline {
  opacity: 1;
  position: relative;
  max-width: 480px !important;
  min-height: 440px !important;
  padding: 40px 50px 50px !important;
  background-color: #FFFFFF !important;
  background-size: 100% auto !important;
  text-align: center !important;
  margin: 0 !important;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(34, 172, 56, 0.5);
  animation: zoomIn 0.3s ease-out;
}
.popup-content.mfp-inline .popup-inner {
  display: grid;
  text-align: center;
  justify-items: center;
}
.popup-content.mfp-inline h4 {
  color: #22AC38;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px !important;
  display: inline-block;
}
.popup-content.mfp-inline p {
  color: #383838;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  margin-bottom: 24px !important;
}
.popup-content.mfp-inline .mfp-close {
  right: -10px !important;
  top: -10px !important;
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 300 !important;
  background-color: #22AC38 !important;
  border-radius: 50px;
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
.popup-content.mfp-inline .mfp-close:hover {
  background-color: #22AC38 !important;
}

@media (max-width: 767px) {
  .popup-content.mfp-inline {
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 40px 35px 30px !important;
    min-height: 390px !important;
  }
  .popup-content.mfp-inline .icon {
    top: 45px;
  }
  .popup-content.mfp-inline h4 {
    font-size: 24px;
  }
  .popup-content.mfp-inline .mfp-close {
    top: -15px !important;
  }
  .popup-content.mfp-inline .popup-inner img {
    width: 138px;
  }
}
/* banner ------------------------------------------------------ */
.section.woocommerce_before_main_content > .section_wrapper {
  max-width: 100% !important;
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.banner-in-box,
.banner-in-desc {
  height: 22.6vw;
}

.banner-in-box {
  position: relative;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
}
.banner-in-box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-in-bg.png") no-repeat right top;
  background-size: auto 100%;
}

.banner-in-photo {
  position: absolute;
  width: 100%;
  height: 22.6vw;
  z-index: -1;
  right: 0;
  top: 0;
}
.banner-in-photo.banner-category {
  height: 32.5vw !important;
  top: -3vw;
}
.banner-in-photo img {
  float: right;
  height: 100% !important;
  width: auto !important;
}

.term-gama .banner-in-photo.banner-category {
  top: 0 !important;
}

.banner-in-desc {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: flex-start;
  padding-left: 8%;
  width: 38% !important;
}
.banner-in-desc h1 {
  position: relative;
  font-size: 45px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  color: #22AC38;
  display: inline-block;
  border-bottom: 2px solid #22AC38;
  padding-bottom: 12px;
}
.banner-in-desc h1:after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-icon.svg") no-repeat left center;
  background-size: 1.55vw auto;
  right: -45px;
  top: 12px;
}

/* bread */
.breadcrumb {
  width: 100%;
}
.breadcrumb ol {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.breadcrumb ol li:first-of-type {
  position: relative;
}
.breadcrumb ol li:first-of-type:before {
  content: "";
  vertical-align: middle;
  margin: -2px 2px 0 0;
  width: 15px;
  height: 15px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/bread-icon-home.svg") no-repeat center center;
}
.breadcrumb ol li {
  position: relative;
  color: rgba(255, 255, 255, 0.8) !important;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}
.breadcrumb ol li:before {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none !important;
  content: "\e917";
  font-family: "mfn-icons";
  color: #22AC38 !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 4px 0;
}
.breadcrumb ol li a {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.breadcrumb ol li a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 1480px) {
  .banner-in-desc {
    padding-left: 5%;
    width: 40% !important;
  }
  .banner-in-desc h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 1240px) {
  .banner-in-desc {
    width: 40% !important;
  }
}
@media (max-width: 960px) {
  .breadcrumb ol {
    text-align: center !important;
  }
  .banner-in-box {
    background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-bg-s.jpg") !important;
    background-position: left bottom !important;
    height: 90vh;
    background-size: 100% auto;
  }
  .banner-in-box::before {
    display: none;
  }
  .banner-in-box {
    display: grid;
  }
  .banner-in-box:before {
    content: "";
    width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    left: 0;
    top: 47vw;
    z-index: 2;
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-in-line-s.svg") no-repeat left top;
    background-size: 100% auto;
  }
  .banner-in-photo {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .banner-in-photo.banner-category {
    height: auto !important;
    top: 0;
  }
  .banner-in-photo img {
    float: left;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 0 100px 0;
  }
  .banner-in-desc {
    display: grid;
    align-content: center;
    justify-items: center;
    padding-left: 0;
    width: 90% !important;
    margin: 0 auto;
    height: 40vh;
    position: relative;
    text-align: center;
  }
  .banner-in-desc h1 {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
  }
  .banner-in-desc h1:after {
    display: none;
  }
  .banner-in-desc:after {
    content: "";
    display: block;
    position: absolute;
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/banner-icon-s.svg") no-repeat left center;
    height: 25px;
    width: 25px;
    background-size: 98% auto;
    right: auto;
    left: 50%;
    margin-left: -12.5px;
    top: auto;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .banner-in-desc h1 {
    font-size: 32px !important;
  }
  .section.banner-in-wrap > .section_wrapper {
    max-width: 100% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .banner-in-desc {
    height: 55vh;
  }
  .breadcrumb ol {
    text-align: center;
  }
  .breadcrumb ol li,
  .breadcrumb ol li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  .banner-in-photo img {
    border-radius: 0 0 50px 0;
  }
  .banner-in-box:before {
    top: 47.3vw;
  }
}
@media (max-width: 400px) {
  .banner-in-box {
    height: 92vh;
  }
}
/*------------------------------------------------------------------- */
.brands-box .mcb-item-feature_box-inner {
  padding: 0 !important;
  overflow: visible !important;
}
.brands-box .feature_box {
  position: relative;
}
.brands-box .feature_box::before {
  z-index: 5;
  content: "";
  width: 155px;
  height: 155px;
  top: -18px;
  right: -18px;
  display: block;
  position: absolute;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/brands-lable.svg") no-repeat center center;
  background-size: 100% auto;
}
.brands-box .feature_box_wrapper {
  border-radius: 80px 24px 24px 24px;
  overflow: hidden;
  border: 1px solid #D1D2D2;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F3F4F7 100%);
  position: relative;
  z-index: 1;
}
.brands-box .img-right .photo_wrapper {
  order: 2;
}
.brands-box .img-right .desc_wrapper {
  order: 1;
  text-align: right;
}
.brands-box .photo_wrapper {
  width: 50% !important;
  margin-bottom: 0 !important;
}
.brands-box .photo_wrapper img {
  float: left;
}
.brands-box .desc_wrapper {
  width: 50% !important;
  padding: 0 80px;
}
.brands-box .desc_wrapper h4 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  margin-bottom: 4px !important;
}
.brands-box .desc_wrapper p {
  margin-bottom: 24px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  color: #383838;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
}
.brands-box .desc_wrapper img {
  margin-bottom: 16px;
  height: 48px;
  width: auto;
}
.brands-box .desc_wrapper .button-more {
  margin-top: 4px !important;
}

@media (max-width: 1480px) {
  .brands-box .desc_wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1240px) {
  .brands-box .desc_wrapper p {
    -webkit-line-clamp: 2;
    font-size: 17px !important;
  }
}
@media (max-width: 960px) {
  .brands-box .feature_box_wrapper {
    display: grid;
  }
  .brands-box .img-right .photo_wrapper {
    order: 1;
  }
  .brands-box .img-right .desc_wrapper {
    order: 2;
    text-align: left;
  }
  .brands-box .photo_wrapper {
    width: 100% !important;
  }
  .brands-box .desc_wrapper {
    width: 100% !important;
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .brands-box {
    padding: 0 3%;
  }
  .brands-box .feature_box {
    margin-bottom: 40px !important;
  }
  .brands-box .feature_box::before {
    width: 120px;
    height: 120px;
    top: -13px;
    right: -13px;
  }
  .brands-box .feature_box_wrapper {
    border-radius: 24px;
  }
  .brands-box .desc_wrapper {
    padding: 24px 24px 32px !important;
  }
  .brands-box .desc_wrapper p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    -webkit-line-clamp: 5;
    margin-bottom: 16px !important;
  }
  .brands-box .desc_wrapper img {
    margin-bottom: 16px;
    height: 40px;
  }
}
/*   關於about------------------------------------------------------------------- */
.about-wrap {
  position: relative;
  background-color: #F3F4F7;
}
.about-wrap .content-in {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.about-wrap .content-in p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mission-box {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 160px;
  background-color: #ffffff;
}
.mission-box .desc {
  width: 50%;
  padding: 0 7%;
  background-color: #ffffff;
}
.mission-box .desc h2 {
  text-align: right;
  margin-bottom: 16px !important;
}
.mission-box .desc h2::before {
  display: none;
}
.mission-box .desc h2::after {
  display: none;
}
.mission-box .desc p {
  text-align: right;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.mission-box .photo {
  width: 50%;
}
.mission-box .photo img {
  margin-bottom: -15px !important;
}

.values-photo {
  text-align: center;
  margin: 180px 0 0;
}

.about-feature {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/about-feature-bg-1.jpg") no-repeat top left #E3EBE6;
  background-size: cover;
}
.about-feature h2::before {
  display: none;
}

.about-feature-box {
  margin: 70px auto 0;
}
.about-feature-box ul {
  display: flex;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 24px;
  overflow: hidden;
}
.about-feature-box ul li {
  margin-bottom: 0 !important;
  flex: 1;
  text-align: center;
  padding: 80px 3.5%;
}
.about-feature-box ul li:nth-child(1) {
  background: linear-gradient(to bottom, #4C9F0C 0%, #4DA00C 17%, #81BC1B 100%);
}
.about-feature-box ul li:nth-child(2) {
  background: linear-gradient(to bottom, #148B22 0%, #189528 49%, #1FA534 100%);
}
.about-feature-box ul li:nth-child(3) {
  background: linear-gradient(to bottom, #007D72 0%, #008277 30%, #009C93 100%);
}
.about-feature-box ul li h3 {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0 !important;
  padding-bottom: 32px !important;
  margin-bottom: 32px !important;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.about-feature-box ul li h3::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 9999px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-check.svg") no-repeat center center;
  margin: 0 auto 24px;
}
.about-feature-box ul li h3 i {
  font-style: normal;
  display: block;
}
.about-feature-box ul li p {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.8;
  letter-spacing: 0 !important;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 0 !important;
}

@media (max-width: 1480px) {
  .section.about-wrap > .section_wrapper {
    max-width: 100% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .about-box {
    width: 86%;
  }
  .about-box .com-title-left {
    margin-left: 6%;
  }
  .about-photo {
    width: 35%;
    top: 110px;
    right: -10%;
  }
  .about-photo img {
    width: 100%;
  }
  .about-box .about-chart {
    padding: 60px 0 80px 5%;
  }
  .about-box .chart_box .chart {
    width: 220px !important;
    height: 220px !important;
    margin: 0 0 0 8% !important;
  }
  .about-box .chart_box .chart canvas {
    height: 220px !important;
    width: 220px !important;
  }
  .about-box .chart_box .chart .num {
    font-size: 85px;
    padding-top: 46px;
  }
  .about-box .about-chart ul {
    margin-left: 6%;
    width: 38%;
    margin-top: 30px;
  }
  .about-box .about-chart ul li {
    font-size: 18px;
  }
  .about-feature-box {
    width: 95%;
  }
}
@media (max-width: 1240px) {
  .about-wrap .content-in {
    width: 90%;
  }
  .about-wrap .content-in p {
    width: 82%;
  }
  .about-feature-box {
    width: 98%;
  }
}
@media (max-width: 960px) {
  .about-wrap .content-in {
    width: 100%;
  }
  .about-wrap .content-in p {
    width: 92%;
  }
  .mission-box {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    border-radius: 50px 0 0 50px;
    background-color: rgba(255, 255, 255, 0);
  }
  .mission-box .desc {
    width: 100%;
    border-radius: 50px 260px 260px 0;
    min-height: 60vw;
    display: grid;
    align-content: center;
  }
  .mission-box .desc h2,
  .mission-box .desc p {
    text-align: center;
  }
  .mission-box .photo {
    width: 100%;
    border-radius: 0 260px 260px 100px;
    overflow: hidden;
    height: 65vw;
  }
  .mission-box .photo img {
    margin-top: -30px;
  }
  .values-photo {
    margin: 120px 10% 50px;
  }
  .about-feature-box {
    width: 80%;
  }
  .about-feature-box ul {
    display: grid;
  }
  .about-feature-box ul li {
    padding: 80px 16%;
  }
  .about-feature-box ul li h3 {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 767px) {
  .mission-box {
    width: 90%;
    margin-top: 80px;
  }
  .mission-box .desc {
    border-radius: 50px 100px 100px 0;
    padding: 0 5%;
    min-height: 70vw;
  }
  .mission-box .desc h2 {
    font-size: 28px;
  }
  .mission-box .desc p {
    line-height: 1.5;
    font-size: 15px;
  }
  .mission-box .photo {
    width: 100%;
    border-radius: 0 100px 100px 50px;
    height: 70vw;
  }
  .mission-box .photo img {
    margin-top: -20px;
  }
  .values-photo {
    margin: 60px 5% 0;
  }
  .about-feature {
    background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/about-feature-bg-1-s.jpg") no-repeat top left #D6E7E0 !important;
    background-size: 100% auto !important;
  }
  .about-feature-box {
    width: 90%;
    margin: 50px auto 0;
  }
  .about-feature-box ul {
    display: grid;
  }
  .about-feature-box ul li {
    padding: 40px 12% 32px;
  }
  .about-feature-box ul li h3 {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    padding-bottom: 16px !important;
    margin-bottom: 12px !important;
  }
  .about-feature-box ul li h3::before {
    margin: 0 auto 16px;
  }
  .about-feature-box ul li p {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
  }
}
/*  news   ------------------------------------------------------------------- */
.pager_wrapper {
  margin-top: 40px !important;
}

.news .date_label {
  top: 12.5vw !important;
  left: 30px !important;
}

.news .date_label i, .home-news-slider .date_label i, .single-post .post-header .date_label i {
  min-width: 80px;
}

.news .date_label, .home-news-slider .date_label, .post-related .date_label, .single-post .post-header .date_label {
  display: block !important;
  position: absolute !important;
  z-index: 100;
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
  background: none;
  z-index: 5;
  background-color: #F3F4F7 !important;
  text-align: center;
  color: #383838;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  padding: 0 0 4px !important;
  border-radius: 8px;
  overflow: hidden;
}
.news .date_label i, .home-news-slider .date_label i, .post-related .date_label i, .single-post .post-header .date_label i {
  position: relative;
  display: block;
  font-style: normal;
  background-color: #22AC38;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  padding: 4px 20px;
  margin-bottom: 4px;
}
.news .date_label i:after, .home-news-slider .date_label i:after, .post-related .date_label i:after, .single-post .post-header .date_label i:after {
  display: none;
}

.news {
  position: relative;
}

.news-sub-menu ul {
  margin: 0 auto 80px !important;
  list-style: none;
  display: flex;
  width: 70%;
  gap: 40px;
}
.news-sub-menu ul li {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #FFFFFF;
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  border-radius: 9999px;
  overflow: hidden;
  height: 60px;
  text-align: center;
  display: flex;
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.news-sub-menu ul li a {
  color: #383838;
  display: block;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9999px;
  border: 1px solid #D1D2D2;
  line-height: 55px;
}
.news-sub-menu ul li a:hover {
  color: #FFFFFF;
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  text-decoration: none;
}

.news .posts_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 3個欄位 */
  grid-column-gap: 24px;
  /* 橫個邊界 */
  grid-row-gap: 24px;
  /* 高個邊界 */
}

/* post-item */
.news .post-item {
  position: relative;
  background-color: #FFFFFF;
  padding: 0;
  border: 0px solid #444549;
  overflow: visible;
  border-radius: 12px;
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
  text-align: left;
  z-index: 1;
}
.news .post-item .post-head {
  display: none !important;
}

/* image */
.news .image_frame .image_wrapper {
  overflow: hidden;
  border: 16px solid #fff;
  border-radius: 16px 16px 0 0;
  height: 17vw;
}
.news .image_frame .image_wrapper a {
  height: 100%;
}

.news .image_frame .image_wrapper img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* post-title */
.news .post-title h3.entry-title {
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.3 !important;
  -webkit-line-clamp: 1;
  height: auto;
  margin-bottom: 16px !important;
  display: -webkit-box;
  letter-spacing: 0;
}
.news .post-title h3.entry-title a {
  color: #383838;
  font-weight: 700;
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important !important;
}
/* post-excerpt */
.news .post-desc {
  padding: 28px 32px 56px !important;
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
}
.news .post-excerpt {
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  padding-left: 0;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #383838;
  display: -webkit-box;
}

/* post-links / more */
.news .post-footer {
  background-color: transparent !important;
  overflow: visible !important;
  text-align: center !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
.news .post-links {
  padding: 0 !important;
  float: left !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.news .post-links a.post-more {
  color: #898989;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  position: relative;
}
.news .post-links a.post-more::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  display: block;
  right: -24px;
  top: 3px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/Icon-arrow-right.svg") no-repeat right 6px center #22AC38;
}
.news .post-links a.post-more:hover {
  text-decoration: none !important;
}
.news .post-links i {
  display: none;
}
.news .post-item .post-meta .author-date,
.news .post-item .post-title h3.entry-title a,
.news .post-item .post-excerpt,
.news .post-item a.post-more,
.news .post-item .post-title:after {
  transition: 0.5s ease-in-out !important;
}
.news .post-head,
.news .post-title,
.news .post-excerpt,
.news .post-footer {
  z-index: 5;
  position: relative;
}

@media (max-width: 1480px) {
  .news .posts_group {
    width: 96%;
    margin: 0 auto;
  }
  .news .image_frame .image_wrapper {
    height: 18.5vw;
  }
  .news .date_label {
    top: 13vw !important;
  }
}
@media (max-width: 1240px) {
  .news .date_label {
    top: 12vw !important;
  }
}
@media (max-width: 960px) {
  .news-sub-menu ul {
    width: 92%;
    gap: 32px;
  }
  .news .posts_group {
    grid-template-columns: 1fr 1fr;
    /* 高個邊界 */
  }
  .news .image_frame .image_wrapper {
    height: 29.5vw;
  }
  .news .date_label {
    top: 19.5vw !important;
  }
}
@media (max-width: 767px) {
  .news-sub-menu ul {
    margin: 0 auto 40px !important;
    width: 96%;
    gap: 8px;
  }
  .news-sub-menu ul li {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    height: 45px;
  }
  .news-sub-menu ul li a {
    line-height: 40px;
  }
  .news .posts_group {
    grid-template-columns: 1fr;
    /* 3個欄位 */
    grid-column-gap: 0;
    /* 橫個邊界 */
    grid-row-gap: 24px;
    /* 高個邊界 */
    width: 96%;
    margin: 0 auto;
  }
  .news .post-title h3.entry-title {
    -webkit-line-clamp: 2;
  }
  .news .post-excerpt {
    font-size: 14px;
  }
  .news .image_frame .image_wrapper {
    border: 12px solid #fff;
    border-radius: 16px 16px 0 0;
  }
  .news .post-desc {
    padding: 28px 24px 48px !important;
  }
  .news .image_frame .image_wrapper {
    height: 62.5vw;
  }
  .news .date_label i, .home-news-slider .date_label i {
    font-size: 26px;
    min-width: 70px;
  }
  .news .date_label, .home-news-slider .date_label {
    font-size: 10px !important;
  }
  .news .date_label {
    top: 46.5vw !important;
    left: 22px !important;
  }
}
/* blog-detail ------------------------------------------------------------------- */
.post-nav {
  display: none !important;
}

.fixed-nav {
  display: none !important;
}

.single .section-post-header {
  width: 1200px !important;
  margin: 0 auto !important;
}
.single .section-post-header h1 {
  position: relative;
  padding-left: 24px;
  font-size: calc(1.7rem + 1vw) !important;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #383838;
  margin-bottom: 0 !important;
}
.single .section-post-header h1:before {
  position: absolute;
  left: -12px;
  top: 12px;
  content: "";
  width: 8px;
  height: 85%;
  display: inline-block;
  background-color: #22AC38;
  border-radius: 9999px;
}

.single .post-meta .icon-clock {
  display: none;
}

.single .post-meta .entry-date {
  display: block !important;
  position: absolute !important;
  z-index: 100;
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
  background: none;
  z-index: 5;
  background-color: #F3F4F7 !important;
  text-align: center;
  color: #383838;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  padding: 0 0 4px !important;
  border-radius: 8px;
  overflow: hidden;
  right: 30px;
}
.single .post-meta .entry-date i {
  position: relative;
  display: block;
  font-style: normal;
  background-color: #22AC38;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  padding: 4px 20px;
  margin-bottom: 4px;
  min-width: 40px;
}

.breadcrumb.single {
  display: none;
}

.single-post #Wrapper,
.single-product #Wrapper {
  overflow: hidden !important;
}
.single-post .breadcrumb.single,
.single-product .breadcrumb.single {
  display: block;
}

#Subheader ul.breadcrumbs {
  margin-top: 80px !important;
}

.breadcrumbs-in {
  position: absolute;
  top: 150px;
  left: 50px;
  z-index: 10;
}

.single-post .breadcrumb,
.single-product .breadcrumb {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 95%;
  opacity: 1 !important;
  padding: 10px 20px 10px 50px;
  background: linear-gradient(to bottom, #125446 0%, #105D4A 100%);
  z-index: 10;
}
.single-post .breadcrumb ol,
.single-product .breadcrumb ol {
  width: 95%;
}

.single-post,
.single-product {
  background-color: #F3F4F7;
}
.single-post #Wrapper,
.single-post #Wrapper #Content,
.single-product #Wrapper,
.single-product #Wrapper #Content {
  background-color: rgba(255, 255, 255, 0) !important;
}

.single #Content {
  padding-top: 80px !important;
}

.single-post .blog-detail-content p,
.single-product .blog-detail-content p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  color: #383838;
  margin-bottom: 40px !important;
}
.single-post .blog-detail-content h2,
.single-product .blog-detail-content h2 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #00692A;
}
.single-post .blog-detail-content h3,
.single-product .blog-detail-content h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #22AC38;
}
.single-post .blog-detail-content a,
.single-product .blog-detail-content a {
  color: #22AC38;
  font-weight: 700;
  text-decoration: underline !important;
}
.single-post .blog-detail-content a:hover,
.single-product .blog-detail-content a:hover {
  color: #8FC31F;
}
.single-post .blog-detail-content .button,
.single-product .blog-detail-content .button {
  text-decoration: none !important;
}
.single-post .blog-detail-content .ul-col-two,
.single-product .blog-detail-content .ul-col-two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px dashed #D1D2D2;
  padding-bottom: 32px;
}
.single-post .blog-detail-content .ul-col-two strong,
.single-product .blog-detail-content .ul-col-two strong {
  display: block !important;
}

.single-post .single-photo-wrapper .image_frame {
  display: block !important;
}
.single-post .single-photo-wrapper img {
  border-radius: 16px;
  border: 12px solid #ffffff;
  width: 100%;
}
.single-post .blog-detail-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
.single-post .blog-detail-content ul li:before {
  top: 9px;
}
.single-post .blog-detail-content .news-content-box {
  width: 83%;
  margin: 0 auto;
  padding-left: 2%;
}
.single-post .blog-footer {
  border-top: 1px dashed #D1D2D2;
  border-bottom: 1px dashed #D1D2D2;
  padding: 48px 0;
  text-align: center !important;
}
.single-post .section-post-intro-share {
  display: none;
  margin: 50px 0 30px !important;
}
.single-post .section-post-intro-share .section_wrapper {
  background-color: #ffffff;
}
.single-post .section-post-intro-share .section_wrapper .mcb-column-inner {
  margin: 0 !important;
}
.single-post .section-post-intro-share .share-simple-wrapper {
  border-top: 3px solid #BFF3F3 !important;
  border-bottom: 3px solid #BFF3F3 !important;
  padding: 20px 40px !important;
  text-align: left;
}
.single-post .section-post-intro-share .share-label {
  color: #1898b3;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
}
.single-post .section-post-intro-share .icons a {
  border-radius: 50px;
  color: #ffffff !important;
  margin: 0 8px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s ease-in-out !important;
}
.single-post .section-post-intro-share .icons a.facebook {
  background-color: #3B5999;
}
.single-post .section-post-intro-share .icons a.twitter {
  background-color: #1DA1F3;
}
.single-post .section-post-intro-share .icons a.linkedin {
  background-color: #005983;
}
.single-post .section-post-intro-share .icons a.pinterest {
  background-color: #B31217;
}
.single-post .section-post-intro-share .icons a:hover {
  transform: scale(1.1);
}

.single-post .news-Image-Left-box p,
.single-product .news-Image-Left-box p {
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
}

.column_feature_box .mcb-item-feature_box-inner {
  padding: 20px 0;
}

.news-Image-Left-box p {
  margin-bottom: 0 !important;
}
.news-Image-Left-box .feature_box_wrapper {
  width: 90%;
  margin: 0 auto;
}
.news-Image-Left-box .photo_wrapper {
  width: 40% !important;
  vertical-align: top !important;
}
.news-Image-Left-box .photo_wrapper img {
  border-radius: 16px;
  border: 8px solid #ffffff;
}
.news-Image-Left-box .desc_wrapper {
  width: 60% !important;
}

.section-post-related .section-related-adjustment {
  border-top: none !important;
  margin-top: 50px !important;
  margin-bottom: 80px !important;
  width: 100% !important;
}
.section-post-related .section-related-adjustment > h4 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #00692A;
  margin-bottom: 40px;
  position: relative;
  padding-left: 36px;
}
.section-post-related .section-related-adjustment > h4:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 5px;
  width: 5px;
  height: 21px;
  display: inline-block;
  background: linear-gradient(to left, #0F9F61 0%, #176370 100%);
  border-radius: 9999px;
}

.post-related {
  position: relative;
}
.post-related .mcb-column-inner {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}

.post-related .button {
  float: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  position: relative;
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 24px 0 0 !important;
  color: #898989;
}
.post-related .button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  display: block;
  right: 0;
  top: 4px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/Icon-arrow-right.svg") no-repeat right 6px center #22AC38;
}

.post-related .button_icon {
  display: none !important;
}

.post-related .button_label {
  margin: 0 !important;
}

.section-post-related .desc {
  padding: 0 32px 32px;
}

.section-post-related .desc h4 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  display: -webkit-box;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.section-post-related .desc h4 a {
  color: #383838;
  font-family: "Open Sans", "Noto Sans TC", sans-serif !important;
}

.section-post-related .desc h4 a:hover {
  color: #22AC38;
  text-decoration: none !important;
}

.section-post-related .image_frame .image_wrapper .mask:after {
  background: rgba(0, 0, 0, 0) !important;
}

.section-post-related .post-related .image_frame {
  margin-bottom: 16px !important;
}

.section-post-related .image_frame .image_wrapper {
  overflow: hidden;
  height: 18vw;
}
.section-post-related .image_frame .image_wrapper a {
  height: 100% !important;
  width: 100% !important;
}
.section-post-related .image_frame .image_wrapper img {
  float: left;
  margin-bottom: -5px;
  border-radius: 0;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-related .date_label {
  top: 13.7vw !important;
  left: 25px !important;
}

.col-two-photo {
  width: 88% !important;
  margin: 0 auto !important;
}
.col-two-photo img {
  border-radius: 12px;
  border: 8px solid #ffffff;
}

@media (max-width: 1480px) {
  .single .section-post-header {
    width: 90% !important;
  }
  .single article {
    max-width: 92% !important;
    margin: 0 auto;
  }
  .section-post-related .image_frame .image_wrapper {
    overflow: hidden;
    height: 20vw;
  }
  .post-related .date_label {
    top: 14.5vw !important;
    left: 25px !important;
  }
  .single-post .blog-detail-content p, .single-product .blog-detail-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 1240px) {
  .single-post .section_wrapper {
    max-width: 98% !important;
  }
  .single .section-post-header {
    width: 92% !important;
  }
  .single-post .news-content-box {
    width: 90%;
  }
  .single-post .news–Image-Left-box .feature_box_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .post-related .date_label {
    top: 13.8vw !important;
  }
}
@media (max-width: 960px) {
  .single article {
    max-width: 98% !important;
  }
  .single .section-post-header {
    width: 95% !important;
  }
  .single .post-header h1 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.5 !important;
  }
  .single-post .breadcrumb,
  .single-product .breadcrumb {
    bottom: auto;
  }
  .single-post .breadcrumb ol,
  .single-product .breadcrumb ol {
    text-align: left !important;
    line-height: 1.8;
  }
  .single-post h1 {
    font-size: 32px;
  }
  .news-Image-Left-box .photo_wrapper {
    width: 100% !important;
    margin-bottom: 32px !important;
  }
  .news-Image-Left-box .desc_wrapper {
    width: 100% !important;
  }
  .news-Image-Left-box .feature_box_wrapper {
    width: 100%;
  }
  .section-post-related .desc {
    padding: 0 20px 20px;
  }
  .section-post-related .desc h4 {
    margin-bottom: 20px !important;
    font-size: 18px !important;
  }
  .section-post-related .image_frame .image_wrapper img {
    border: 8px solid #ffffff !important;
  }
  .post-related .date_label {
    font-size: 10px !important;
    top: 13vw !important;
    left: 12px !important;
    transform: scale(0.8);
  }
  .post-related .date_label i {
    font-size: 26px;
  }
  .col-two-photo {
    width: 94% !important;
  }
}
@media (max-width: 767px) {
  .single-post .section_wrapper {
    max-width: 100% !important;
  }
  .single article {
    max-width: 100% !important;
  }
  .single .section-post-header {
    width: 100% !important;
  }
  .single-post .news-content-box {
    width: 100% !important;
  }
  .single .post-header h1 {
    margin-bottom: 32px !important;
    line-height: 1.3 !important;
  }
  .single .post-header h1:before {
    left: 0;
    top: 9px;
    height: 95%;
  }
  .single-post .single-photo-wrapper img {
    border: 4px solid #ffffff;
  }
  .single-post .breadcrumb,
  .single-product .breadcrumb {
    top: 63px;
    padding: 10px 20px 10px 20px;
  }
  .single-post .blog-detail-content ul {
    grid-template-columns: 1fr;
  }
  .single-post .blog-footer {
    padding: 24px 0;
  }
  .news-Image-Left-box .mcb-item-feature_box-inner {
    padding: 0 !important;
  }
  .section-post-related .mcb-column-inner {
    margin-bottom: 24px !important;
  }
  .section-post-related .section-related-adjustment {
    margin-top: 0 !important;
  }
  .section-post-related .section-related-adjustment > h4 {
    padding-left: 24px;
    margin-bottom: 32px;
  }
  .section-post-related .section-related-adjustment > h4:before {
    left: 4px;
  }
  .single-post .blog-detail-content p,
  .single-product .blog-detail-content p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
  }
  .section-post-related .image_frame .image_wrapper img {
    border: 12px solid #ffffff !important;
  }
  .section-post-related .image_frame .image_wrapper {
    height: 63vw;
  }
  .post-related .date_label {
    top: 47vw !important;
    left: 20px !important;
    transform: scale(1);
  }
  .single .post-meta .entry-date {
    font-size: 10px !important;
    bottom: -47px;
    right: 16px;
  }
  .single .post-meta .entry-date i {
    font-size: 26px;
    min-width: 30px;
  }
  .col-two-photo {
    width: 96% !important;
  }
  .col-two-photo img {
    border: 4px solid #ffffff;
  }
}
/*------------------------------------------------------------------- */
.contact-wrap {
  background-color: #F3F4F7;
}
.contact-wrap .form-box {
  border: 2px solid #F4F9F0;
  box-shadow: 0px 0px 0 rgba(34, 172, 56, 0);
}
.contact-wrap .wpcf7-response-output {
  color: #FE6300 !important;
  font-weight: 500;
}
.contact-wrap .text-privacy {
  margin-top: 32px;
  padding-left: 30px;
  position: relative;
}
.contact-wrap .text-privacy i {
  color: #22AC38;
  position: absolute;
  left: 12px;
  top: 3px;
}

.contact-info {
  padding: 60px 30px 0;
}
.contact-info h2 {
  color: #22AC38;
  margin-bottom: 48px;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
.contact-info ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-info ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #383838;
}
.contact-info ul li a {
  text-decoration: none;
  color: #383838;
}
.contact-info ul li a:hover {
  color: #22AC38;
  text-decoration: underline;
}
.contact-info .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  display: inline-block;
  flex: 0 0 55px;
}
.contact-info .icon::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.contact-info .icon.phone::before {
  background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-phone.svg");
}
.contact-info .icon.mail::before {
  background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-email-2.svg");
}
.contact-info .icon.location::before {
  background-image: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-location.svg");
}

.contact-feature-box {
  margin: 50px auto 0;
  text-align: center;
}
.contact-feature-box .text-linear {
  text-align: center !important;
  margin-bottom: 64px !important;
}

.contact-feature-card ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  margin: 0 !important;
  list-style: none !important;
}
.contact-feature-card ul li {
  text-align: left;
}
.contact-feature-card ul li .photo {
  margin-bottom: 32px;
}
.contact-feature-card ul li .photo img {
  margin-bottom: -10px !important;
}
.contact-feature-card ul li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0 !important;
  color: #8FC31F;
  margin-bottom: 0 !important;
}
.contact-feature-card ul li p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #383838;
  margin-bottom: 0 !important;
  padding-top: 24px;
  border-top: 1px dashed #8FC31F;
  margin-top: 24px;
}
.contact-feature-card ul li:nth-of-type(2) h3 {
  color: #22AC38 !important;
}
.contact-feature-card ul li:nth-of-type(2) p {
  border-top: 1px dashed #22AC38 !important;
}
.contact-feature-card ul li:nth-of-type(3) h3 {
  color: #00A29A !important;
}
.contact-feature-card ul li:nth-of-type(3) p {
  border-top: 1px dashed #00A29A !important;
}
.contact-feature-card ul li:nth-of-type(4) h3 {
  color: #00692A !important;
}
.contact-feature-card ul li:nth-of-type(4) p {
  border-top: 1px dashed #00692A !important;
}

@media (max-width: 1480px) {
  .contact-feature-card ul {
    gap: 60px;
  }
}
@media (max-width: 1240px) {
  .contact-feature-card ul li h3 {
    height: 80px;
  }
}
@media (max-width: 960px) {
  .contact-wrap .column {
    width: 100% !important;
  }
  .contact-wrap .form-box {
    width: 95%;
    margin: 30px auto;
  }
  .contact-info {
    padding: 0 40px 50px;
  }
  .contact-feature-box {
    width: 91%;
  }
  .contact-feature-card ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
  .contact-feature-card ul li h3 {
    height: auto;
  }
  .contact-feature-box .text-linear {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 0 0 0 8px;
  }
  .contact-info h2 {
    font-size: 28px !important;
    text-align: center;
  }
  .contact-info ul {
    gap: 24px;
  }
  .contact-feature-card ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
  .contact-feature-card ul .head {
    display: flex;
    align-items: center;
  }
  .contact-feature-card ul .head .photo {
    width: 80px;
    flex: 0 0 80px;
    margin-right: 16px;
    margin-bottom: 0 !important;
  }
  .contact-feature-card ul .head .photo img {
    width: 100%;
    height: auto;
  }
  .contact-feature-card ul li p {
    padding-top: 12px;
  }
  .contact-feature-box .text-linear {
    margin-bottom: 32px !important;
  }
}
/* _product-list------------------------------------------------------------------- */
.woocommerce #Content {
  background-color: #F3F4F7 !important;
}

.woocommerce ul.products {
  margin-bottom: 100px !important;
  margin-top: 100px;
}

.woocommerce ul.products li {
  border-radius: 24px 24px 48px 4px !important;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.086);
  margin-bottom: 28px !important;
}

.woocommerce ul.products li.product .image_wrapper {
  height: 260px;
}
.woocommerce ul.products li.product .image_wrapper img {
  height: 260px !important;
}

.woocommerce ul.products li.product .desc {
  padding: 0 !important;
  position: relative;
}

.woocommerce ul.products li.product h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.woocommerce ul.products li.product h3 a {
  color: #FFFFFF !important;
  padding-left: 48px;
  display: block;
  height: 80px;
  display: flex;
  align-items: center;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-2.svg") no-repeat right bottom, url("https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-1.svg") no-repeat left top;
}
.woocommerce ul.products li.product h3::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  z-index: -1;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #14A75F 0%, #087F65 18%, #02756C 50%, #016B64 100%);
  transform-origin: left center;
  width: 200%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.woocommerce ul.products li.product .mfn-li-product-row-button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -100px;
  right: 16px;
}

.woocommerce ul.products li.product .mfn-li-product-row-button a.button {
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  position: relative;
  padding: 10px 0 15px !important;
  transition: 0.3s ease-in-out !important;
}
.woocommerce ul.products li.product .mfn-li-product-row-button a.button::before {
  content: "\e917";
  color: #FFFFFF;
  font-family: "mfn-icons";
  font-size: 28px;
  display: block;
  margin-top: -4px;
  margin-bottom: 10px;
}

.woocommerce ul.products li:hover.product h3::before {
  right: -100%;
  background: linear-gradient(to right, #14A75F 10%, #087F65 70%, #02756C 80%, #016B64 100%);
}

.woocommerce ul.products li:hover.product .mfn-li-product-row-button a.button {
  transform: translateX(10px);
}

.product-desc,
.Applications-list {
  width: 1400px;
}

.product-desc {
  position: relative;
  margin: 120px auto 40px;
  display: flex;
  gap: 40px;
  border-bottom: 1px dashed #D1D2D2;
  padding: 0 0 16px;
}
.product-desc img {
  vertical-align: middle;
  margin-left: 16px;
}
.product-desc p {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.8;
  letter-spacing: 0 !important;
  color: #383838;
  padding-top: 10px;
}

.parent-applications .product-desc p, .parent-applications-zh .product-desc p {
  color: #00692A;
}
.parent-applications .content_wrapper h2, .parent-applications-zh .content_wrapper h2 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  color: #22AC38;
  position: relative;
  text-align: left;
  padding-left: 17px;
  margin-bottom: 32px !important;
}
.parent-applications .content_wrapper h2::before, .parent-applications-zh .content_wrapper h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 5px;
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  left: 0;
  top: 8px;
}

.parent-portfolio .products_wrapper ul {
  margin-top: 120px !important;
}

.Applications-list {
  text-align: center;
  margin: 0 auto;
}
.Applications-list ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px dashed #D1D2D2;
  margin: 24px auto 50px;
  padding: 0 0 24px;
  list-style: none;
  justify-content: flex-start;
}
.Applications-list li {
  margin-bottom: 0 !important;
  text-align: center;
  width: 140px;
}
.Applications-list .photo {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #D1D2D2;
  margin: 0 auto 16px;
}
.Applications-list .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Applications-list h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  word-break: break-word;
}

.license-box {
  text-align: left;
  border-bottom: 1px dashed #D1D2D2;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.license-box p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.alert_info {
  display: none;
}

@media (max-width: 1480px) {
  .woocommerce .products_wrapper {
    width: 95% !important;
    margin: 0 auto !important;
  }
  .woocommerce ul.products li.product .image_wrapper {
    height: 16.2vw;
  }
  .woocommerce ul.products li.product .image_wrapper img {
    height: 16.2vw !important;
  }
  .product-desc,
  .Applications-list {
    width: 90%;
  }
  .Applications-list ul {
    gap: 32px;
  }
}
@media (max-width: 1240px) {
  .section_wrapper.default-woo-list {
    max-width: 98% !important;
  }
}
@media (max-width: 960px) {
  .product-desc img {
    margin-left: 0;
  }
  .product-desc {
    display: grid;
    gap: 16px;
    width: 90%;
  }
  .woocommerce ul.products li.product .image_wrapper {
    height: 25vw;
  }
  .woocommerce ul.products li.product .image_wrapper img {
    height: 25vw !important;
  }
}
@media (max-width: 767px) {
  .brand-in-content {
    margin: 80px auto 40px;
  }
  .woocommerce ul.products li.product h3 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
  .woocommerce ul.products li.product h3 a {
    height: 65px;
    padding-left: 32px;
  }
  .woocommerce ul.products li.product .mfn-li-product-row-button {
    width: 42px;
    height: 42px;
    margin-top: -90px;
  }
  .woocommerce ul.products li.product .mfn-li-product-row-button a.button {
    width: 42px;
    height: 42px;
  }
  .woocommerce ul.products li.product .mfn-li-product-row-button a.button::before {
    margin-top: -6px;
    margin-left: -2px;
  }
  .woocommerce ul.products li.product .image_wrapper {
    height: 48vw;
  }
  .woocommerce ul.products li.product .image_wrapper img {
    height: 48vw !important;
  }
  .product-desc {
    margin: 80px auto 40px;
    gap: 8px;
  }
  .product-desc p {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
  }
  .product-desc img {
    vertical-align: middle;
    height: 45px;
  }
  .Applications-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 32px 24px;
  }
  .Applications-list ul li {
    width: auto;
  }
  .parent-portfolio .products_wrapper ul {
    margin-top: 80px !important;
  }
  .woocommerce ul.products {
    margin-bottom: 60px !important;
  }
}
/* _product-detail------------------------------------------------------------------- */
.single-product .content_wrapper {
  padding-top: 20px;
}

.single-product .fake-tabs {
  margin-bottom: 0 !important;
}
.single-product .blog-detail-content ul {
  margin: 32px 0 32px 16px !important;
}
.single-product .blog-detail-content ul ul {
  margin: 16px 0 16px 0 !important;
}
.single-product .blog-detail-content ul ul li {
  margin-bottom: 8px !important;
  font-size: 16px !important;
}
.single-product .blog-detail-content ul ul li::before {
  background-color: #8FC31F;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  top: 11px;
  left: 10px;
  display: inline-block;
  background-image: none;
}
.single-product .blog-detail-content .col-two .mcb-wrap-inner {
  justify-content: space-between;
}
.single-product .blog-detail-content .col-two .one-second.column {
  width: 48% !important;
}
.single-product .blog-detail-content .col-two .one-second.column:nth-of-type(2) {
  padding-right: 4%;
}
.single-product .blog-detail-content .photo_wrapper,
.single-product .blog-detail-content .image_frame {
  position: relative;
}
.single-product .blog-detail-content .photo_wrapper::before,
.single-product .blog-detail-content .image_frame::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-w.svg") no-repeat center center #22AC38;
  background-size: 18px auto;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-radius: 9999px;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out !important;
  z-index: 10;
  opacity: 0.6;
}
.single-product .blog-detail-content .photo_wrapper:hover::before,
.single-product .blog-detail-content .image_frame:hover::before {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-w.svg") no-repeat center center #22AC38;
  background-size: 18px auto;
  transform: translateZ(0) scale(1.15);
  opacity: 1;
}

.single-product .news-Image-Left-box {
  border-bottom: 1px dashed #D1D2D2;
  margin-bottom: 24px !important;
}

.woocommerce-product-gallery__image {
  position: relative;
  overflow: visible !important;
}
.woocommerce-product-gallery__image a {
  margin-bottom: 0 !important;
  border-radius: 12px !important;
  border: 8px solid #FFFFFF !important;
}
.woocommerce-product-gallery__image::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-w.svg") no-repeat center center #22AC38;
  background-size: 18px auto;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-radius: 9999px;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out !important;
  opacity: 0.8;
}
.woocommerce-product-gallery__image:hover::before {
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/icon-search-w.svg") no-repeat center center #22AC38;
  background-size: 18px auto;
  transform: translateZ(0) scale(1.15);
  opacity: 1;
}

.product_image_wrapper {
  width: 50% !important;
}
.product_image_wrapper .mcb-column-inner {
  margin-right: 48px;
}
.product_image_wrapper .flex-control-thumbs {
  margin-top: 24px !important;
  margin-bottom: 32px !important;
}
.product_image_wrapper .flex-control-thumbs li {
  width: 100px !important;
  height: 100px !important;
  overflow: hidden;
  border-radius: 9999px;
  border: 4px solid #FFFFFF;
  margin-right: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_image_wrapper .flex-control-thumbs li img {
  border: 0 solid rgba(255, 255, 255, 0);
  height: 100% !important;
  width: auto !important;
}

.woocommerce .woocommerce-product-details__short-description .ul-list {
  margin: 0 !important;
}
.woocommerce .woocommerce-product-details__short-description .ul-list li {
  font-size: 16px !important;
}
.woocommerce .woocommerce-product-details__short-description .ul-list li::before {
  top: 7px !important;
}

.product_wrapper {
  border-bottom: 1px dashed #D1D2D2;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.product_wrapper .entry-summary {
  width: 50% !important;
  text-align: left !important;
}
.product_wrapper .entry-summary .mcb-column-inner {
  margin-left: 24px;
}
.product_wrapper .entry-summary h1 {
  font-size: calc(1.7rem + 1vw) !important;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #22AC38;
}
.product_wrapper .entry-summary p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  color: #383838;
}
.product_wrapper .entry-summary .product-in-list {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #383838;
  border-top: 1px dashed #D1D2D2;
  border-bottom: 1px dashed #D1D2D2;
  display: block;
  margin: 16px 0 0;
  padding: 16px 0;
}
.product_wrapper .entry-summary .product-in-list a {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #22AC38;
}
.product_wrapper .entry-summary .tagged_as {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.product_wrapper .entry-summary .tagged_as::before {
  content: "Examples of product variations : ";
  color: #383838;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  display: block;
  width: 100%;
}
.product_wrapper .entry-summary .tagged_as a {
  position: relative;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #383838;
  border: 1px solid #D9D9D9;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F3F4F7 100%);
  padding: 5px 16px;
  display: inline-block;
  border-radius: 12px 50px 50px 12px;
  overflow: hidden;
  z-index: 1;
}
.product_wrapper .entry-summary .tagged_as a:hover {
  color: #FFFFFF;
}
.product_wrapper .entry-summary .tagged_as a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(to top, #0F9F61 0%, #137C69 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transition: all 0.2s ease-in-out !important;
  z-index: -1;
}
.product_wrapper .entry-summary .tagged_as a:hover::before {
  /* hover 時整個按鈕鋪滿 */
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.product_wrapper .product_meta {
  align-items: flex-start !important;
}
.product_wrapper .button-more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tagged_as a,
.posted_in a {
  cursor: default;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}

.product_meta span:first-of-type {
  display: none;
}

.share-simple-wrapper {
  display: none;
}

.single-product .blog-detail-content .col-two .second {
  padding-top: 70px !important;
}
.single-product .news-Image-Left-box .feature_box_wrapper {
  width: 100% !important;
  margin: 0 auto;
}

.product-various-wrap {
  overflow: visible !important;
  position: relative;
  z-index: 20;
}

.product-various-box {
  margin-bottom: 110px;
  position: relative;
  display: block !important;
}
.product-various-box::before {
  content: "Various examples of application";
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #00692A;
  margin-bottom: 40px;
  margin-top: 32px !important;
  position: relative;
  padding-left: 20px;
  visibility: visible !important;
  width: 100%;
  height: auto;
  display: block;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/title-h4-icon.svg") no-repeat left top 5px;
}
.product-various-box .mcb-wrap-inner {
  gap: 140px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-various-card {
  background: #FFFFFF;
  padding: 8px;
  border-radius: 16px 16px 0 0;
  overflow: visible !important;
  width: 100% !important;
}
.product-various-card .mcb-column-inner {
  margin: 0 !important;
}
.product-various-card .mfn-icon-box {
  position: relative;
  overflow: visible !important;
}
.product-various-card .icon-wrapper {
  margin-bottom: 0 !important;
  position: relative;
  border-radius: 12px 12px 0 0;
  width: 100% !important;
}
.product-various-card .desc-wrapper {
  padding: 24px 24px 20px;
  position: absolute;
  left: -1.8%;
  right: 0;
  bottom: -109px;
  border-radius: 0 0 12px 12px;
  z-index: 20;
  min-height: 80px;
  align-content: flex-start;
  width: 103.6%;
  background: #FFFFFF;
}
.product-various-card h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #22AC38;
  position: relative;
  margin-bottom: 16px !important;
}
.product-various-card .desc p {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-bottom: 12px !important;
}
.product-various-card .desc-wrapper {
  height: auto;
  transform: translateY(calc(100% - 110px));
  transition: transform 1s ease-in-out !important;
}
.product-various-card .desc {
  max-height: 0;
  overflow: hidden;
}
.product-various-card:hover {
  background-color: #137E69;
}
.product-various-card:hover .desc-wrapper {
  background: linear-gradient(to bottom, #137E69 0%, #0F9962 100%);
}
.product-various-card:hover .desc {
  max-height: 600px;
  color: #FFFFFF;
}
.product-various-card:hover h3 {
  color: #FFFFFF;
}

.related.products {
  padding-top: 32px;
  border-top: 1px dashed #D1D2D2;
  max-width: 1480px;
  margin: 24px auto 0 auto;
}
.related.products > h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #00692A;
  margin-bottom: 40px;
  margin-top: 32px !important;
  position: relative;
  padding-left: 36px;
  margin-left: 0 !important;
}
.related.products > h3:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 5px;
  width: 5px;
  height: 21px;
  display: inline-block;
  background: linear-gradient(to left, #0F9F61 0%, #176370 100%);
  border-radius: 9999px;
}
.related.products ul.products {
  margin-top: 0 !important;
}

.product-video-box {
  border-top: 1px dashed #D1D2D2;
  padding-top: 48px;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.product-video-box .mcb-wrap-inner {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.product-video-card {
  position: relative;
}
.product-video-card .title {
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
.product-video-card .title:before {
  content: "\e891";
  color: #FFFFFF;
  font-family: "mfn-icons";
  font-size: 28px;
  display: flex;
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  position: relative;
  margin: 0 auto 5vw;
  justify-content: center;
  align-items: center;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 30px;
}
.product-video-card .image_frame {
  border: #FFFFFF solid 8px;
  border-radius: 12px;
}
.product-video-card .image_frame .mask {
  background: linear-gradient(to left, #1A892E 0%, #00827B 100%);
  opacity: 0.2;
  display: block !important;
}

.single-product .blog-footer {
  display: flex;
  gap: 32px;
  border-top: 1px dashed #D1D2D2;
  padding-top: 40px;
  margin-top: 32px !important;
  justify-content: center;
  margin-left: -4%;
}
.single-product .blog-footer .button-more {
  min-width: 200px;
}

.single-product .blog-detail-content .products-feature-box h3 {
  position: relative;
  display: inline-block;
}
.single-product .blog-detail-content .products-feature-box h3::after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #22AC38;
  display: block;
  position: absolute;
  right: -80px;
  top: 20px;
}
.single-product .blog-detail-content .products-feature-box ul {
  list-style: none;
  margin: 40px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.single-product .blog-detail-content .products-feature-box ul li {
  background: linear-gradient(to bottom, #ffffff 0%, #F4F9F0 100%);
  border-radius: 40px;
  padding: 72px 48px;
  transition: 0.3s ease-in-out !important;
}
.single-product .blog-detail-content .products-feature-box ul li:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.single-product .blog-detail-content .products-feature-box ul li:hover p::before {
  width: 100%;
}
.single-product .blog-detail-content .products-feature-box ul li h4 {
  color: #22AC38;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  min-height: 65px;
  margin-bottom: 0 !important;
}
.single-product .blog-detail-content .products-feature-box ul li p {
  color: #383838;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.8;
  letter-spacing: 0 !important;
  border-top: 2px solid #E2E5E1;
  padding-top: 32px;
  margin-top: 32px;
  margin-bottom: 0 !important;
  position: relative;
}
.single-product .blog-detail-content .products-feature-box ul li p::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 6px;
  background-color: #22AC38;
  border-radius: 9999px;
  left: 0;
  top: -4px;
  transition: 0.3s ease-in-out !important;
}

@media (max-width: 1480px) {
  .single-product .product_tabs_wrapper {
    width: 93% !important;
    margin: 0 auto;
  }
  .woocommerce .product.style-default .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 16px !important;
  }
  .related.products {
    max-width: 100%;
  }
  .related.products > h3 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-various-card .desc-wrapper {
    left: -2%;
    width: 104%;
  }
  .single-product .blog-detail-content .products-feature-box ul li {
    padding: 54px 40px;
  }
  .product_wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1240px) {
  .single-product .section_wrapper {
    max-width: 98% !important;
  }
  .product-various-card .desc-wrapper {
    left: -2.5%;
    width: 105%;
  }
}
@media (max-width: 960px) {
  .single-product .content_wrapper {
    padding-top: 40px;
  }
  .product_image_wrapper .mcb-column-inner {
    margin-right: 16px;
  }
  .single-product .buttom-download .mcb-column-inner {
    text-align: left !important;
  }
  .single-product .blog-detail-content .col-two .one-second.column {
    width: 100% !important;
  }
  .single-product .blog-detail-content .col-two .second {
    padding-top: 0 !important;
  }
  .single-product .blog-detail-content .col-two .col-two-second {
    order: 1;
  }
  .single-product .blog-detail-content .col-two .col-two-first {
    order: 2;
  }
  .single-product .blog-detail-content .col-two-first,
  .single-product .blog-detail-content .col-two-second {
    width: 100% !important;
    padding: 0 !important;
  }
  .product-various-box {
    margin-bottom: 40px;
  }
  .product-various-box .mcb-wrap-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .product-various-card {
    border-radius: 16px;
  }
  .product-various-card .desc-wrapper {
    position: relative;
    height: auto;
    transform: none;
    bottom: 0;
  }
  .product-various-card .desc {
    max-height: 600px;
  }
  .product_wrapper {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .product-video-box {
    width: 100% !important;
  }
  .product-video-box .mcb-wrap-inner {
    grid-template-columns: 1fr;
  }
  .product-various-card .desc-wrapper {
    left: 0;
    bottom: -8px;
  }
  .single-post .blog-detail-content .ul-col-two,
  .single-product .blog-detail-content .ul-col-two {
    grid-template-columns: 1fr 1fr;
  }
  .single-product .blog-detail-content .col-two .one-second.column:nth-of-type(2) {
    padding-right: 0;
    border-right: none;
  }
  .single-product .blog-footer {
    margin-left: 0;
  }
  .single-product .blog-detail-content .products-feature-box ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-product .blog-detail-content .products-feature-box ul li h4 {
    min-height: auto;
  }
  .single-product .blog-detail-content .products-feature-box h3 {
    padding-left: 40px;
  }
  .single-product .blog-detail-content .products-feature-box h3::after {
    right: auto;
    top: 20px;
    left: 0;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .single-product .product_wrapper {
    width: 100% !important;
  }
  .single-product .content_wrapper {
    padding-top: 0;
  }
  .woocommerce-product-gallery__image a {
    border: 4px solid #FFFFFF !important;
  }
  .product_image_wrapper .flex-control-thumbs li {
    width: 80px !important;
    height: 80px !important;
    margin-right: 16px !important;
  }
  .product_image_wrapper .mcb-column-inner {
    margin-right: 0;
  }
  .product_wrapper .entry-summary .mcb-column-inner {
    margin-left: 0;
  }
  .single-product .product_tabs_wrapper {
    width: 98% !important;
  }
  .product-various-box .mcb-wrap-inner {
    grid-template-columns: 1fr;
  }
  .product-various-card h3 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
  .product-video-box {
    padding-top: 32px;
    margin-top: 32px !important;
  }
  .product-video-card .title {
    text-indent: -9999px;
  }
  .product-video-card .title:before {
    font-size: 20px;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 0;
    outline-offset: 20px;
    text-indent: 0;
  }
  .product-video-card .image_frame {
    border: #FFFFFF solid 6px;
  }
  .product-video-box .mcb-wrap-inner {
    gap: 24px;
  }
  .single-product .blog-detail-content ul {
    margin: 32px 0 32px 4px !important;
  }
  .single-product .buttom-download {
    margin: 8px 0 24px !important;
    border-top: 1px dashed #D1D2D2;
    border-bottom: 1px dashed #D1D2D2;
    padding: 30px 0 8px;
  }
  .single-product .blog-footer {
    width: 100%;
    gap: 24px;
  }
  .single-product .blog-footer .button-more {
    min-width: auto;
    flex: 1;
  }
  .single-post .blog-detail-content .ul-col-two,
  .single-product .blog-detail-content .ul-col-two {
    grid-template-columns: 1fr;
  }
  .woocommerce-product-gallery__image::before {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
  .related.products {
    width: 93% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product .blog-detail-content .products-feature-box ul li {
    padding: 32px 24px;
  }
  .single-product .blog-detail-content .products-feature-box ul li h4 {
    font-size: 20px !important;
  }
  .single-product .blog-detail-content .products-feature-box ul li p {
    font-size: 16px;
    padding-top: 24px;
    margin-top: 24px;
  }
}
/*   application------------------------------------------------------------------- */
.application-wrap {
  overflow: visible !important;
}

.application-box {
  margin-bottom: 120px;
}
.application-box .mcb-wrap-inner {
  gap: 140px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.parent-applications-zh ul.products, .parent-applications ul.products {
  margin-top: 20px !important;
}

.application-card {
  width: 100% !important;
  overflow: visible !important;
}
.application-card a .desc-wrapper {
  height: auto;
  transform: translateY(calc(100% - 110px));
  transition: transform 0.6s ease-in-out !important;
}
.application-card a .desc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out !important;
}
.application-card a:hover .desc {
  max-height: 600px;
}
.application-card .mfn-icon-box {
  position: relative;
  overflow: visible !important;
}
.application-card .icon-wrapper {
  margin-bottom: 0 !important;
  position: relative;
  border-radius: 24px 24px 0 0 !important;
}
.application-card .desc-wrapper {
  background: linear-gradient(to left, #057167 0%, #02756C 50%, #016B64 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -109px;
  border-radius: 0 0 48px 4px;
  overflow: hidden;
  z-index: 10;
  padding: 30px 72px 16px 24px;
  min-height: 100px;
  align-content: flex-start;
}
.application-card .desc-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-1.svg") no-repeat left top;
}
.application-card .desc-wrapper::after {
  content: "\e917";
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  color: #FFFFFF;
  font-family: "mfn-icons";
  font-size: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 16px;
  bottom: 30px;
}
.application-card h3 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #FFFFFF !important;
  position: relative;
  margin-bottom: 0 !important;
}
.application-card.two h3 {
  margin-top: -12px;
}
.application-card .desc ul {
  margin: 16px 0 0 !important;
  width: 90%;
}
.application-card .desc ul li {
  color: #FFFFFF;
  margin-bottom: 4px !important;
}

@media (max-width: 1480px) {
  .application-card .desc-wrapper {
    padding: 30px 72px 16px 16px;
  }
  .application-card h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 960px) {
  .application-box {
    width: 92.5% !important;
    margin: 20px auto 100px !important;
  }
  .application-box .mcb-wrap-inner {
    grid-template-columns: 1fr 1fr;
    gap: 120px 40px;
  }
  .application-card .desc-wrapper {
    padding: 0 72px 0 16px;
    min-height: 85px;
    align-content: center;
  }
  .application-card .desc-wrapper::after {
    right: 22px;
    bottom: 22px;
  }
  .application-card h3 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }
  .application-card.two h3 {
    margin-top: 0;
  }
  .application-card a .desc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .application-box {
    margin: 0 auto 80px !important;
  }
  .application-box .mcb-wrap-inner {
    grid-template-columns: 1fr;
    gap: 110px 40px;
  }
  .application-card .desc-wrapper {
    min-height: 75px;
  }
  .application-card .desc-wrapper::after {
    width: 42px;
    height: 42px;
    right: 22px;
    bottom: 22px;
  }
}
/* _portfolio------------------------------------------------------------------- */
.portfolio-box ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  width: 97%;
  margin: 0 auto 0;
}
.portfolio-box ul.products:before, .portfolio-box ul.products:after {
  display: none !important;
}
.portfolio-box ul.products li {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  width: 100% !important;
  position: relative;
}
.portfolio-box ul.products li::after {
  content: "\e917";
  color: #FFFFFF;
  font-family: "mfn-icons";
  font-size: 32px;
  background: linear-gradient(to right, #22AC38 0%, #00A29A 100%);
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 9999px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5%;
  bottom: 20px;
  z-index: 5;
  pointer-events: none;
  transition: 0.3s ease-in-out !important;
}
.portfolio-box ul.products li:hover::after {
  transform: translateX(10px);
}
.portfolio-box ul.products li img {
  border-radius: 24px !important;
  border: 8px solid #FFFFFF;
  margin-bottom: 0 !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.086) !important;
}
.portfolio-box ul.products li .woocommerce-loop-category__title {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #FFFFFF !important;
  padding: 20px 70px 20px 48px !important;
  display: block;
  height: 100px;
  text-align: left !important;
  z-index: 5;
  position: relative;
  width: 85%;
  margin: -64px auto 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  border-radius: 48px 4px 48px 4px;
}
.portfolio-box ul.products li .woocommerce-loop-category__title::after {
  content: "";
  background: url(https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-2.svg) no-repeat right bottom, url(https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-3.svg) no-repeat left top;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.portfolio-box ul.products li .woocommerce-loop-category__title::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  z-index: -1;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #14A75F 0%, #087F65 18%, #02756C 50%, #016B64 100%);
  transform-origin: left center;
  width: 200%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.portfolio-box ul.products li:hover .woocommerce-loop-category__title:before {
  right: -100%;
  background: linear-gradient(to right, #14A75F 10%, #087F65 70%, #02756C 80%, #016B64 100%);
}

@media (max-width: 1240px) {
  .portfolio-box ul.products li .woocommerce-loop-category__title {
    font-size: 22px !important;
    padding: 20px 50px 20px 40px !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 960px) {
  .portfolio-box ul.products {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 92%;
  }
}
@media (max-width: 767px) {
  .portfolio-box ul.products {
    width: 97%;
    gap: 8px 0;
  }
  .portfolio-box ul.products li::after {
    width: 42px;
    height: 42px;
    right: 5.5px;
    font-size: 24px;
  }
  .portfolio-box ul.products li img {
    border: 4px solid #FFFFFF;
  }
  .portfolio-box ul.products li .woocommerce-loop-category__title {
    padding: 10px 40px 20px 32px !important;
    height: 73px;
    margin: -30px auto 0 !important;
    width: 90%;
    font-size: 20px !important;
    line-height: 1.35 !important;
  }
  .portfolio-box ul.products li .woocommerce-loop-category__title::before {
    background: url(https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-2.svg) no-repeat right -12px bottom, url(https://jerloun.com.tw/wp-content/uploads/2025/11/products-list-title-bg-3.svg) no-repeat left -10px top, linear-gradient(to left, #057167 0%, #02756C 50%, #016B64 100%);
  }
  .portfolio-box ul.products li:hover::after {
    transform: translateX(0);
  }
}
/* search
------------------------------------------------------------------- */
.search-results #Subheader {
  background: linear-gradient(to left, #0F7E61 0%, #176370 100%);
  padding: 120px 0 40px;
}
.search-results #Subheader h1 {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.search-results #Content {
  padding-bottom: 80px !important;
}
.search-results .blog_wrapper {
  width: 93%;
  margin: 0 auto;
}
.search-results .home-contact {
  display: none !important;
}

.search-results .search-item {
  border-bottom: 1px dashed #D1D2D2;
  padding-bottom: 24px;
}
.search-results .search-item .author-date {
  display: none;
}
.search-results .search-item .post-title h4 a {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  margin-bottom: 0 !important;
  color: #22AC38 !important;
}
.search-results .search-item .post-title h4 a:hover {
  text-decoration: underline;
}
.search-results .search-item .post-excerpt p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.search-results .search-item .post-excerpt .product-in-list a {
  font-weight: 600;
}
.search-results .search-item .post-featured-image {
  width: 25%;
}
.search-results .search-item .post-featured-image img {
  border: 8px solid #ffffff;
  border-radius: 12px;
}
.search-results .search-item .search-footer .link {
  color: #898989;
  position: relative;
}
.search-results .search-item .search-footer .link::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  display: block;
  right: -24px;
  top: 3px;
  background: url("https://jerloun.com.tw/wp-content/uploads/2025/11/Icon-arrow-right.svg") no-repeat right 6px center #22AC38;
}

@media (max-width: 1480px) {
  .search-results .blog_wrapper {
    width: 93%;
    margin: 0 auto;
  }
}
@media (max-width: 1240px) {
  .search-results .blog_wrapper {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .search-results .search-item .post-title h4 a {
    font-size: 28px !important;
  }
  .search-results .search-item .search-footer .link {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .search-results #Content {
    padding-top: 80px !important;
  }
  .search-results #Subheader {
    padding: 100px 0 40px;
  }
  .search-results #Subheader h1 a {
    font-size: 24px;
  }
  .search-results .search-item .search-content {
    width: 95%;
    margin: 0 auto;
  }
  .search-results .search-item .post-featured-image {
    width: 100%;
  }
  .search-results .search-item .post-featured-image img {
    width: 95% !important;
  }
}