/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html[lang=ko-KR] * {
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}

.cms-heading-font-default h1,
.cms-heading-font-default h2,
.cms-heading-font-default h3,
.cms-heading-font-default h4,
.cms-heading-font-default h5,
.cms-heading-font-default h6,
.cms-heading-font-default .h1,
.cms-heading-font-default .h2,
.cms-heading-font-default .h3,
.cms-heading-font-default .h4,
.cms-heading-font-default .h5,
.cms-heading-font-default .h6,
.cms-heading-font-default .cms-heading,
.cms-heading-font-default .heading,
.cms-heading-font-default .cms-cart-name,
.cms-heading-font-default .cart_item .product-name,
.cms-heading-font-default .woocommerce-message[role=alert] {
  font-family: "Roboto", "IBM Plex Sans Thai", "Noto Sans KR", sans-serif !important;
}

html[lang=ko-KR] body .cms-heading-font-default h1,
html[lang=ko-KR] body .cms-heading-font-default h2,
html[lang=ko-KR] body .cms-heading-font-default h3,
html[lang=ko-KR] body .cms-heading-font-default h4,
html[lang=ko-KR] body .cms-heading-font-default h5,
html[lang=ko-KR] body .cms-heading-font-default h6,
html[lang=ko-KR] body .cms-heading-font-default .h1,
html[lang=ko-KR] body .cms-heading-font-default .h2,
html[lang=ko-KR] body .cms-heading-font-default .h3,
html[lang=ko-KR] body .cms-heading-font-default .h4,
html[lang=ko-KR] body .cms-heading-font-default .h5,
html[lang=ko-KR] body .cms-heading-font-default .h6,
html[lang=ko-KR] body .cms-heading-font-default .cms-heading,
html[lang=ko-KR] body .cms-heading-font-default .heading,
html[lang=ko-KR] body .cms-heading-font-default .cms-cart-name,
html[lang=ko-KR] body .cms-heading-font-default .cart_item .product-name,
html[lang=ko-KR] body .cms-heading-font-default .woocommerce-message[role=alert] {
  font-family: "Noto Sans KR", sans-serif !important;
}

.cms-footer {
  z-index: 1;
}

.cms-footer:not(.cms-footer-elementor) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.box_custom_news {
  padding-top: 50px;
  padding-bottom: 70px;
}
.box_custom_news .list_items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid var(--cms-border-color);
  border-left: 0;
  border-right: 0;
  flex-wrap: wrap;
}
.box_custom_news .list_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--cms-border-color);
}
@media screen and (max-width: 880px) {
  .box_custom_news .list_items::before {
    width: 0px;
  }
}
.box_custom_news .list_items .row_items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .box_custom_news .list_items .row_items {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 880px) {
  .box_custom_news .list_items .row_items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.box_custom_news .list_items .row_items.first {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .box_custom_news .list_items .row_items.first {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.box_custom_news .list_items .row_items.first .content_news {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-right: 20px;
  padding-bottom: 0;
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 880px) {
  .box_custom_news .list_items .row_items.first .content_news {
    margin-bottom: 50px;
  }
}
.box_custom_news .list_items .row_items.first .content_news .thumbnail_img {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  aspect-ratio: 335/200;
}
@media screen and (min-width: 881px) {
  .box_custom_news .list_items .row_items.first .content_news .thumbnail_img {
    aspect-ratio: 590/341;
  }
}
.box_custom_news .list_items .row_items.first .content_news .thumbnail_img img {
  max-height: 100%;
}
.box_custom_news .list_items .row_items.first .content_news .thumbnail_img .date_in_first {
  position: absolute;
  padding: 20px;
  background-color: #c1c9d0;
  color: #ffffff;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .box_custom_news .list_items .row_items.first .content_news .thumbnail_img .date_in_first {
    padding: 16px;
  }
}
.box_custom_news .list_items .row_items.first .content_news .thumbnail_img .date_in_first strong {
  font-size: 40px;
  padding-bottom: 12px;
  line-height: 1.7rem;
}
@media screen and (max-width: 575px) {
  .box_custom_news .list_items .row_items.first .content_news .thumbnail_img .date_in_first strong {
    font-size: 30px;
  }
}
.box_custom_news .list_items .row_items.first .content_news .thumbnail_img .date_in_first p {
  font-size: 15px;
  line-height: 1rem;
}
.box_custom_news .list_items .row_items.first .content_news .text_custom_news {
  padding: 40px;
}
@media screen and (max-width: 880px) {
  .box_custom_news .list_items .row_items.first .content_news .text_custom_news {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.box_custom_news .list_items .row_items .col_items {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--cms-border-color);
}
@media screen and (max-width: 575px) {
  .box_custom_news .list_items .row_items .col_items {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--cms-border-color);
  }
}
.box_custom_news .list_items .row_items .col_items:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.box_custom_news .list_items .row_items .col_items:last-child .content_news {
  border: 0;
  margin-bottom: 0;
}
.box_custom_news .list_items .row_items a {
  color: unset;
}
.box_custom_news .list_items .row_items .content_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cms-border-color);
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .box_custom_news .list_items .row_items .content_news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .box_custom_news .list_items .row_items .content_news {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    row-gap: 10px;
  }
}
@media screen and (max-width: 880px) {
  .box_custom_news .list_items .row_items .content_news {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 0;
    column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .box_custom_news .list_items .row_items .content_news {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
}
.box_custom_news .list_items .row_items .content_news:hover {
  background-color: var(--cms-accent-regular);
}
.box_custom_news .list_items .row_items .content_news:hover .text_custom_news {
  color: white;
}
.box_custom_news .list_items .row_items .content_news:hover .text_custom_news .date_custom_news {
  color: white;
}
.box_custom_news .list_items .row_items .content_news .thumbnail_img {
  flex: 0 0 41%;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .box_custom_news .list_items .row_items .content_news .thumbnail_img {
    flex: 0 0 100%;
    width: 100%;
  }
}
.box_custom_news .list_items .row_items .content_news .thumbnail_img img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: cover;
}
.box_custom_news .list_items .row_items .content_news .text_custom_news {
  flex: 1 0 0%;
  color: #222222;
  font-weight: 500;
}
.box_custom_news .list_items .row_items .content_news .text_custom_news .date_custom_news {
  color: var(--e-global-color-48fd8fd);
}

.section_product_wrap {
  background-color: var(--e-global-color-57ce6dc);
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .section_product_wrap {
    padding: 100px 20px;
  }
}
.section_product_wrap .product_title {
  text-align: right;
  font-size: 120px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 0.09em;
  word-spacing: 0px;
  color: #ffffff;
  margin-bottom: 70px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_product_wrap .product_title {
    text-align: left;
    font-size: 60px;
  }
}

.section_product_details .wraper_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  column-gap: 100px;
}
@media screen and (max-width: 1023px) {
  .section_product_details .wraper_product {
    column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_product_details .wraper_product {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}
.section_product_details .wraper_product .list_images {
  flex: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .section_product_details .wraper_product .list_images {
    display: none;
  }
}
.section_product_details .wraper_product .list_images .thumbnail_product_details {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 60px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.section_product_details .wraper_product .list_images .thumbnail_product_details img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_product_details .wraper_product .list_details {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.section_product_details .wraper_product .list_details .items {
  padding: 24px 0 17px;
  border-top: 1px solid #ffffff;
}
.section_product_details .wraper_product .list_details .items:last-child {
  border-bottom: 1px solid #ffffff;
}
.section_product_details .wraper_product .list_details .items.active .wrap_item {
  transform: translateX(0px);
}
.section_product_details .wraper_product .list_details .items.active .wrap_item .link_to {
  visibility: visible;
  opacity: 1;
}
.section_product_details .wraper_product .list_details .items.active .wrap_item .box_text .title {
  color: #4ca7f8;
}
@media screen and (max-width: 767px) {
  .section_product_details .wraper_product .list_details .items.active .wrap_item .box_text .image_mobile {
    display: block;
  }
}
.section_product_details .wraper_product .list_details .items.active .wrap_item .box_text .details {
  display: block;
}
.section_product_details .wraper_product .list_details .items .wrap_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  transform: translateX(-32px);
  transition: all 0.3s ease;
  column-gap: 14px;
}
.section_product_details .wraper_product .list_details .items .wrap_item .link_to {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.section_product_details .wraper_product .list_details .items .wrap_item .link_to img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.section_product_details .wraper_product .list_details .items .wrap_item .box_text .title {
  font-size: 24px;
  color: #ffffff;
}
.section_product_details .wraper_product .list_details .items .wrap_item .box_text .image_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_product_details .wraper_product .list_details .items .wrap_item .box_text .image_mobile {
    display: none;
    margin-top: 16px;
    border-top-right-radius: 40px;
    overflow: hidden;
  }
}
.section_product_details .wraper_product .list_details .items .wrap_item .box_text .image_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_product_details .wraper_product .list_details .items .wrap_item .box_text .details {
  display: none;
  font-size: 18px;
  padding-top: 16px;
  color: #ffffff;
}

.section_video_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_video_media .video_media_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 1200px) {
  .section_video_media .video_media_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .section_video_media .video_media_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section_video_media .video_media_col .home-card {
  row-gap: 0;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.section_video_media .video_media_col .home-card:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.section_video_media .video_media_col .thumbnail_video_media {
  position: relative;
}
.section_video_media .video_media_col .thumbnail_video_media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.756097561%;
}
.section_video_media .video_media_col .thumbnail_video_media > img,
.section_video_media .video_media_col .thumbnail_video_media > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section_video_media .video_media_col .thumbnail_video_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_video_media .box_detail_video {
  height: 100%;
}
.section_video_media .box_detail_video .wrap-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}
.section_video_media .box_detail_video .wrap-head .elementor-heading-title {
  font-size: 28px;
  line-height: 2rem;
}

.section_product_table {
  padding: 150px 0 210px;
  margin-bottom: -60px;
  background-color: #f3f9ff;
}
@media screen and (max-width: 1200px) {
  .section_product_table {
    padding: 150px 20px 180px;
  }
}
@media screen and (max-width: 1024px) {
  .section_product_table {
    padding: 70px 20px 130px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section_product_table {
    padding: 40px 20px 100px;
  }
}
.section_product_table .wrap_table_model {
  max-width: 1320px;
  margin: 0 auto;
}
.section_product_table .wrap_table_model .box_text {
  font-size: 27px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section_product_table .wrap_table_model .box_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.section_product_table .wrap_table_model .box_images {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_images {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_images .box_scroll_mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    opacity: 1;
    transition: 0.2s all ease-in-out;
  }
}
.section_product_table .wrap_table_model .box_images .box_scroll_mobile.scroll-none {
  opacity: 0;
  visibility: hidden;
}
.section_product_table .wrap_table_model .box_images .box_scroll_mobile .img_scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_images .box_scroll_mobile .img_scroll {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    animation: slide-left 1.4s infinite alternate ease-in-out;
  }
}
@keyframes slide-left {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(30px);
  }
}
.section_product_table .wrap_table_model .box_images .image_dt {
  display: block;
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_images .image_dt {
    width: 1400px !important;
    height: 100%;
    max-width: unset;
  }
}
.section_product_table .wrap_table_model .box_images .image_mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_product_table .wrap_table_model .box_images .image_mb {
    display: block;
  }
}
.section_product_table .wrap_table_model .box_images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_table_empty {
  position: relative;
  max-width: 1920px;
}
.product_table_empty .empty {
  width: 100%;
  height: 60px;
  background-color: var(--e-global-color-57ce6dc);
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .product_table_empty .empty {
    bottom: 0;
  }
}
.product_table_empty .empty.bg_white {
  background-color: white;
}

.box_spinner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--e-global-color-accent);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom_display_none {
  display: none;
}

.custom_display_block {
  display: block;
}

.t_in_line {
  display: inline-block;
}

.section_partners_logo {
  padding: 0 20px 20px 20px;
}
.section_partners_logo .wrap_partners .loop_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .section_partners_logo .wrap_partners .loop_items {
    padding: 60px 0;
  }
}
@media screen and (max-width: 880px) {
  .section_partners_logo .wrap_partners .loop_items {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 0;
  }
}
.section_partners_logo .wrap_partners .loop_items:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
.section_partners_logo .wrap_partners .loop_items:last-child:after {
  display: none;
}
.section_partners_logo .wrap_partners .loop_items:first-child {
  padding-top: 0;
}
.section_partners_logo .wrap_partners .loop_items .text {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--cms-heading-regular);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .section_partners_logo .wrap_partners .loop_items .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.section_partners_logo .wrap_partners .loop_items .loop_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 1024px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    gap: 0px;
  }
}
.section_partners_logo .wrap_partners .loop_items .loop_images .col_img {
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 880px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img {
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img {
    flex: 0 0 50%;
  }
}
.section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews {
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews {
    position: relative;
  }
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews > img,
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews img {
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .section_partners_logo .wrap_partners .loop_items .loop_images .col_img .thumbnail_partnews img {
    aspect-ratio: 1;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: calc(100% - 40px);
  }
}

.custom_btn_popup {
  background-color: var(--e-global-color-484971e);
}
.custom_btn_popup .elementor-button-content-wrapper {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .scroll-top.to-top-show {
    bottom: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
  }
}

.banner_custom_400 {
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .banner_custom_400 {
    padding: 0;
  }
}

.box_product_editor .img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_product_editor .img-wrapper {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .box_product_editor .img-wrapper .box_scroll_mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    opacity: 1;
    transition: 0.2s all ease-in-out;
  }
}
.box_product_editor .img-wrapper .box_scroll_mobile.scroll-none {
  opacity: 0;
  visibility: hidden;
}
.box_product_editor .img-wrapper .box_scroll_mobile .img_scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .box_product_editor .img-wrapper .box_scroll_mobile .img_scroll {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    animation: slide-left 1.4s infinite alternate ease-in-out;
  }
}
@keyframes slide-left {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(30px);
  }
}
@media screen and (max-width: 767px) {
  .box_product_editor .img-wrapper img.editor_table_product {
    width: 1200px;
    height: 100%;
    max-width: unset;
  }
}

.section_scroll_custom {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
  border-bottom: 1px solid #e5e5e5;
}

.wraper_scroll_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 5px;
  padding: 30px 0;
}
@media screen and (max-width: 1023px) {
  .wraper_scroll_c {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
    padding: 30px;
  }
}
.wraper_scroll_c .c_scroll {
  cursor: pointer;
  padding: 10px;
  font-weight: 600;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  color: var(--e-global-color-primary) !important;
}
@media screen and (max-width: 1023px) {
  .wraper_scroll_c .c_scroll {
    white-space: nowrap !important;
  }
}
.wraper_scroll_c .c_scroll:hover {
  color: white !important;
  background: var(--e-global-color-484971e);
}
.wraper_scroll_c .c_scroll.active {
  color: white !important;
  background: var(--e-global-color-484971e);
}

.cf7-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 15px;
  /* animation slide in */
}
.cf7-popup.show {
  opacity: 1;
}
.cf7-popup .cf7-popup-inner {
  background: white;
  color: var(--e-global-color-primary);
  border-radius: 8px;
  padding: 20px 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: slideIn 0.5s ease;
}
.cf7-popup .cf7-popup-title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.cf7-popup .cf7-popup-message {
  font-size: 16px;
}
.cf7-popup button.cf7-popup-close {
  border: none;
  color: #fff;
  background-color: var(--cms-primary);
  font-size: 22px;
  cursor: pointer;
  min-height: auto !important;
  padding: 10px 20px !important;
  margin-top: 20px !important;
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.yv-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .yv-pages {
    gap: 7px;
  }
}
@media (max-width: 575px) {
  .yv-pages .page-numbers {
    min-width: unset;
    border: 1px;
    border-color: transparent !important;
    font-size: 12px;
    color: black;
    width: 32px;
    height: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.dots {
    max-width: 55px;
    min-width: 55px;
    padding: 9px 0;
  }
}
@media screen and (max-width: 430px) {
  .yv-pages .page-numbers.dots {
    max-width: 49px;
    min-width: 49px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 375px) {
  .yv-pages .page-numbers.dots {
    max-width: 45px;
    min-width: 45px;
  }
}
@media (max-width: 374px) {
  .yv-pages .page-numbers.dots {
    max-width: 39px;
    min-width: 39px;
  }
}
.yv-pages .page-numbers.prev {
  position: relative;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.prev {
    padding-inline-end: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    border: 1px solid black !important;
    border-radius: 8px;
  }
}
@media screen and (max-width: 430px) {
  .yv-pages .page-numbers.prev {
    padding-inline-end: 5px;
  }
}
.yv-pages .page-numbers.prev::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -10px;
  transform: scale(-1, 1) translateY(-50%);
  background: url(https://www.online-campaigns.com/2025/humaster/wp-content/uploads/2025/05/arrow_top_right.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.prev::after {
    width: 10px;
    height: 10px;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    background: url(https://www.online-campaigns.com/2025/humaster/wp-content/uploads/2025/05/arrow-left.svg) no-repeat center center;
    background-size: contain;
    filter: invert(1);
  }
}
.yv-pages .page-numbers.prev.disabled {
  border: 1px solid #C7C5C8 !important;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.prev.disabled::after {
    filter: brightness(0) saturate(100%) invert(84%) sepia(2%) saturate(233%) hue-rotate(245deg) brightness(92%) contrast(88%);
  }
}
.yv-pages .page-numbers.next {
  position: relative;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.next {
    padding-inline-start: 10px;
    text-indent: -9999px;
    margin-left: 7px;
    border: 1px solid black !important;
    border-radius: 8px;
  }
}
@media screen and (max-width: 430px) {
  .yv-pages .page-numbers.next {
    padding-inline-start: 5px;
  }
}
.yv-pages .page-numbers.next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background: url(https://www.online-campaigns.com/2025/humaster/wp-content/uploads/2025/05/arrow_top_right.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.next::after {
    width: 10px;
    height: 10px;
    right: 50%;
    transform: scale(-1, 1) translate(-50%, -50%);
    background: url(https://www.online-campaigns.com/2025/humaster/wp-content/uploads/2025/05/arrow-left.svg) no-repeat center center;
    background-size: contain;
    filter: invert(1);
  }
}
.yv-pages .page-numbers.next.disabled {
  border: 1px solid #C7C5C8 !important;
}
@media (max-width: 575px) {
  .yv-pages .page-numbers.next.disabled::after {
    filter: brightness(0) saturate(100%) invert(84%) sepia(2%) saturate(233%) hue-rotate(245deg) brightness(92%) contrast(88%);
  }
}/*# sourceMappingURL=custom2.css.map */