html {
  font-size: 62.5%;
}

body.zs-products {
  margin: 0;
  min-width: 320px;
  color: #212121;
  background: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow-x: hidden;
}

body.zs-products.search-lock {
  overflow: hidden;
}

body.zs-products.menu-lock {
  overflow: hidden;
}

body.zs-products *,
body.zs-products *::before,
body.zs-products *::after {
  box-sizing: border-box;
}

body.zs-products img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
}

body.zs-products a {
  color: inherit;
  text-decoration: none;
}

body.zs-products button,
body.zs-products input,
body.zs-products textarea {
  font: inherit;
}

body.zs-products button {
  padding: 0;
  border: 0;
  background: none;
}

body.zs-products ul,
body.zs-products ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zs-products h1,
body.zs-products h2,
body.zs-products h3,
body.zs-products h4,
body.zs-products p,
body.zs-products figure {
  margin: 0;
}

body.zs-products .zs-layout {
  width: min(95%, 152rem);
  margin: 0 auto;
}

body.zs-products .zs-reveal {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.zs-products .zs-reveal.is-visible {
  opacity: 1;
  transform: none;
}

body.zs-products .container {
  position: relative;
  overflow: hidden;
}

body.zs-products .web_head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

body.zs-products .web_head.fixed-nav {
  background: rgba(0, 0, 0, 0.76);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

body.zs-products .head_top {
  background: #e3ad38;
  color: #000000;
  line-height: 4.6rem;
  transition: line-height 0.3s ease;
}

body.zs-products .web_head.fixed-nav .head_top {
  line-height: 4rem;
}

body.zs-products .head_top .zs-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

body.zs-products .top_left,
body.zs-products .top_right {
  display: flex;
  align-items: center;
}

body.zs-products .top_left {
  gap: 3.6rem;
}

body.zs-products .top_left a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 300;
}

body.zs-products .top_right {
  gap: 1.9rem;
}

body.zs-products .top_right li {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.zs-products .top_right img,
body.zs-products .foot_sns img {
  width: auto;
  height: 1.5rem;
}

body.zs-products .head_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0;
  transition: padding 0.3s ease;
}

body.zs-products .web_head.fixed-nav .head_layout {
  padding: 0.8rem 0;
}

body.zs-products .logo {
  flex: 0 0 auto;
}

body.zs-products .logo img {
  width: auto;
  max-height: 6.5rem;
  transition: max-height 0.3s ease;
}

body.zs-products .web_head.fixed-nav .logo img {
  max-height: 5rem;
}

body.zs-products .head_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  flex: 1;
  min-width: 0;
}

body.zs-products .head_actions {
  display: none;
  align-items: center;
  gap: 1rem;
}

body.zs-products .zs-search-toggle,
body.zs-products .zs-menu-toggle {
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}

body.zs-products .zs-search-toggle::before,
body.zs-products .zs-search-toggle::after,
body.zs-products .zs-menu-toggle span,
body.zs-products .zs-menu-toggle::before,
body.zs-products .zs-menu-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.zs-products .zs-search-toggle::before {
  width: 1.4rem;
  height: 1.4rem;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
}

body.zs-products .zs-search-toggle::after {
  width: 0.7rem;
  height: 0.2rem;
  background: #ffffff;
  transform: translate(0.4rem, 0.6rem) rotate(45deg);
  transform-origin: left center;
}

body.zs-products .zs-menu-toggle span,
body.zs-products .zs-menu-toggle::before,
body.zs-products .zs-menu-toggle::after {
  width: 1.8rem;
  height: 0.2rem;
  background: #ffffff;
}

body.zs-products .zs-menu-toggle::before {
  margin-top: -0.6rem;
}

body.zs-products .zs-menu-toggle::after {
  margin-top: 0.6rem;
}

body.zs-products .nav_wrap {
  margin-right: 0.5rem;
}

body.zs-products .head_nav {
  display: flex;
  align-items: center;
}

body.zs-products .head_nav > li {
  position: relative;
  padding: 0 2.2rem;
}

body.zs-products .head_nav > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 4.5rem;
  white-space: nowrap;
  transition: font-size 0.3s ease, line-height 0.3s ease;
}

body.zs-products .web_head.fixed-nav .head_nav > li > a {
  font-size: 1.8rem;
  line-height: 3.8rem;
}

body.zs-products .head_nav > li.nav-current > a,
body.zs-products .head_nav > li:hover > a {
  color: #ffffff;
}

body.zs-products .head_nav li.has-child > a {
  padding-right: 1.8rem;
}

body.zs-products .head_nav li.has-child > a b {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid currentColor;
  border-bottom: 0.2rem solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

body.zs-products .head_nav li:hover > a b,
body.zs-products .head_nav li.menu_show > a b {
  transform: translateY(-30%) rotate(225deg);
}

body.zs-products .head_nav li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  min-width: 25rem;
  padding: 1rem;
  border-radius: 0 0 0.7rem 0.7rem;
  background: #e3ad38;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.88);
  transform-origin: top center;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

body.zs-products .head_nav li ul ul {
  left: calc(100% - 1rem);
  top: -1rem;
  border-radius: 0.7rem;
}

body.zs-products .head_nav li:hover > ul,
body.zs-products .head_nav li.menu_show > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

body.zs-products .head_nav li ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

body.zs-products .head_nav li ul li:last-child {
  border-bottom: 0;
}

body.zs-products .head_nav li ul a {
  display: block;
  padding: 0.9rem 0.5rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
}

body.zs-products .head-search {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4rem;
  background: #5e6369;
}

body.zs-products .head-search form {
  display: flex;
  align-items: center;
}

body.zs-products .head-search .search-ipt {
  width: 13.5rem;
  height: 3.1rem;
  padding: 0 0 0 2rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: capitalize;
  transition: height 0.3s ease, line-height 0.3s ease;
}

body.zs-products .head-search .search-ipt::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

body.zs-products .head-search .search-btn {
  width: 3.5rem;
  height: 3.1rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: height 0.3s ease;
}

body.zs-products .web_head.fixed-nav .head-search .search-ipt,
body.zs-products .web_head.fixed-nav .head-search .search-btn {
  height: 2.8rem;
}

body.zs-products .web_head.fixed-nav .head-search .search-ipt {
  line-height: 2.8rem;
}

body.zs-products .head-search .search-btn::before,
body.zs-products .head-search .search-btn::after {
  content: "";
  position: absolute;
}

body.zs-products .head-search .search-btn::before {
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  left: 1rem;
  top: 0.7rem;
}

body.zs-products .head-search .search-btn::after {
  width: 0.7rem;
  height: 0.2rem;
  background: #ffffff;
  left: 2rem;
  top: 1.9rem;
  transform: rotate(45deg);
  transform-origin: left center;
}

body.zs-products .change-language {
  position: relative;
}

body.zs-products .change-language-title,
body.zs-products .change-language-title a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 1.5rem;
  transition: font-size 0.3s ease;
}

body.zs-products .web_head.fixed-nav .change-language-title,
body.zs-products .web_head.fixed-nav .change-language-title a {
  font-size: 1.3rem;
}

body.zs-products .change-language-title a::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid currentColor;
  border-bottom: 0.2rem solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

body.zs-products .change-language.is-open .change-language-title a::after,
body.zs-products .change-language:hover .change-language-title a::after {
  transform: rotate(225deg);
}

body.zs-products .change-language-cont {
  position: absolute;
  right: 0;
  top: calc(100% + 1.2rem);
  width: min(36rem, calc(100vw - 4rem));
  max-height: 70vh;
  padding: 2rem;
  overflow-y: auto;
  border: 1px solid #eeeeee;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

body.zs-products .change-language.is-open .change-language-cont,
body.zs-products .change-language:hover .change-language-cont {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-products .change-language .prisna-wp-translate-seo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
}

body.zs-products .change-language .prisna-wp-translate-seo li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #333333;
  font-size: 1.3rem;
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 33px;
    vertical-align: top;
    white-space: nowrap;
}

.language-flag .country-flag {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin: -8px 5px 0;
    width: 22px;
    height: 16px;
    background-image: url(../img/all-m.gif);
    background-repeat: no-repeat;
    vertical-align: top;
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block;
}

li.language-flag a {
    position: relative;
}

.language-flag-af .country-flag {
    background-position: 0 0 !important;
}

.language-flag-sq .country-flag {
    background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
    background-position: 0 -32px !important;
}

.language-flag-hy .country-flag {
    background-position: 0 -48px !important;
}

.language-flag-az .country-flag {
    background-position: 0 -64px !important;
}

.language-flag-eu .country-flag {
    background-position: 0 -80px !important;
}

.language-flag-be .country-flag {
    background-position: 0 -96px !important;
}

.language-flag-bg .country-flag {
    background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
    background-position: 0 -128px !important;
}

.language-flag-zh .country-flag {
    background-position: 0 -144px !important;
}

.language-flag-zh-TW .country-flag {
    background-position: 0 -160px !important;
}

.language-flag-hr .country-flag {
    background-position: 0 -176px !important;
}

.language-flag-cs .country-flag {
    background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
    background-position: 0 -208px !important;
}

.language-flag-nl .country-flag {
    background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
    background-position: 0 -256px !important;
}

.language-flag-et .country-flag {
    background-position: 0 -272px !important;
}

.language-flag-tl .country-flag {
    background-position: 0 -288px !important;
}

.language-flag-fi .country-flag {
    background-position: 0 -304px !important;
}

.language-flag-fr .country-flag {
    background-position: 0 -320px !important;
}

.language-flag-gl .country-flag {
    background-position: 0 -336px !important;
}

.language-flag-ka .country-flag {
    background-position: 0 -352px !important;
}

.language-flag-de .country-flag {
    background-position: 0 -368px !important;
}

.language-flag-el .country-flag {
    background-position: 0 -384px !important;
}

.language-flag-ht .country-flag {
    background-position: 0 -400px !important;
}

.language-flag-iw .country-flag {
    background-position: 0 -416px !important;
}

.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
    background-position: 0 -432px !important;
}

.language-flag-hu .country-flag {
    background-position: 0 -448px !important;
}

.language-flag-is .country-flag {
    background-position: 0 -464px !important;
}

.language-flag-id .country-flag {
    background-position: 0 -480px !important;
}

.language-flag-ga .country-flag {
    background-position: 0 -496px !important;
}

.language-flag-it .country-flag {
    background-position: 0 -512px !important;
}

.language-flag-ja .country-flag {
    background-position: 0 -528px !important;
}

.language-flag-ko .country-flag {
    background-position: 0 -544px !important;
}

.language-flag-la .country-flag {
    background-position: 0 -560px !important;
}

.language-flag-lv .country-flag {
    background-position: 0 -576px !important;
}

.language-flag-lt .country-flag {
    background-position: 0 -592px !important;
}

.language-flag-mk .country-flag {
    background-position: 0 -608px !important;
}

.language-flag-ms .country-flag {
    background-position: 0 -624px !important;
}

.language-flag-mt .country-flag {
    background-position: 0 -640px !important;
}

.language-flag-no .country-flag {
    background-position: 0 -656px !important;
}

.language-flag-fa .country-flag {
    background-position: 0 -672px !important;
}

.language-flag-pl .country-flag {
    background-position: 0 -688px !important;
}

.language-flag-pt .country-flag {
    background-position: 0 -704px !important;
}

.language-flag-ro .country-flag {
    background-position: 0 -720px !important;
}

.language-flag-ru .country-flag {
    background-position: 0 -736px !important;
}

.language-flag-sr .country-flag {
    background-position: 0 -752px !important;
}

.language-flag-sk .country-flag {
    background-position: 0 -768px !important;
}

.language-flag-sl .country-flag {
    background-position: 0 -784px !important;
}

.language-flag-es .country-flag {
    background-position: 0 -800px !important;
}

.language-flag-sw .country-flag {
    background-position: 0 -816px !important;
}

.language-flag-sv .country-flag {
    background-position: 0 -832px !important;
}

.language-flag-th .country-flag {
    background-position: 0 -848px !important;
}

.language-flag-tr .country-flag {
    background-position: 0 -864px !important;
}

.language-flag-uk .country-flag {
    background-position: 0 -880px !important;
}

.language-flag-ur .country-flag {
    background-position: 0 -896px !important;
}

.language-flag-vi .country-flag {
    background-position: 0 -912px !important;
}

.language-flag-cy .country-flag {
    background-position: 0 -928px !important;
}

.language-flag-yi .country-flag {
    background-position: 0 -944px !important;
}

.language-flag-bn .country-flag {
    background-position: 0 -960px !important;
}

.language-flag-eo .country-flag {
    background-position: 0 -976px !important;
}

.language-flag.language-flag-custom-afghanistan .country-flag {
    background-position: 0 -992px !important;
}

.language-flag.language-flag-custom-albania .country-flag {
    background-position: 0 -1008px !important;
}

.language-flag.language-flag-custom-algeria .country-flag {
    background-position: 0 -1024px !important;
}

.language-flag.language-flag-custom-argentina .country-flag {
    background-position: 0 -1040px !important;
}

.language-flag.language-flag-custom-australia .country-flag {
    background-position: 0 -1056px !important;
}

.language-flag.language-flag-custom-austria .country-flag {
    background-position: 0 -1072px !important;
}

.language-flag.language-flag-custom-belgium .country-flag {
    background-position: 0 -1088px !important;
}

.language-flag.language-flag-custom-brazil .country-flag {
    background-position: 0 -1104px !important;
}

.language-flag.language-flag-custom-canada .country-flag {
    background-position: 0 -1120px !important;
}

.language-flag.language-flag-custom-chile .country-flag {
    background-position: 0 -1136px !important;
}

.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
    background-position: 0 -1152px !important;
}

.language-flag.language-flag-custom-ecuador .country-flag {
    background-position: 0 -1168px !important;
}

.language-flag.language-flag-custom-egypt .country-flag {
    background-position: 0 -1184px !important;
}

.language-flag.language-flag-custom-england .country-flag {
    background-position: 0 -1200px !important;
}

.language-flag.language-flag-custom-luxembourg .country-flag {
    background-position: 0 -1216px !important;
}

.language-flag.language-flag-custom-malaysia .country-flag {
    background-position: 0 -1232px !important;
}

.language-flag.language-flag-custom-mexico .country-flag {
    background-position: 0 -1248px !important;
}

.language-flag.language-flag-custom-new-zealand .country-flag {
    background-position: 0 -1264px !important;
}

.language-flag.language-flag-custom-oman .country-flag {
    background-position: 0 -1280px !important;
}

.language-flag.language-flag-custom-qatar .country-flag {
    background-position: 0 -1296px !important;
}

.language-flag.language-flag-custom-saudi-arabia .country-flag {
    background-position: 0 -1312px !important;
}

.language-flag.language-flag-custom-singapore .country-flag {
    background-position: 0 -1328px !important;
}

.language-flag.language-flag-custom-south-africa .country-flag {
    background-position: 0 0 !important;
}

.language-flag.language-flag-custom-switzerland .country-flag {
    background-position: 0 -1344px !important;
}

.language-flag.language-flag-custom-syria .country-flag {
    background-position: 0 -1360px !important;
}

.language-flag.language-flag-custom-united-arab-emirates .country-flag {
    background-position: 0 -1376px !important;
}

.language-flag.language-flag-custom-united-states-of-america .country-flag {
    background-position: 0 -1392px !important;
}

.language-flag-hy .country-flag {
    background-position: 0 -1408px;
}

.language-flag-bs .country-flag {
    background-position: 0 -1424px;
}

.language-flag-ceb .country-flag {
    background-position: 0 -1440px;
}

.language-flag-ny .country-flag {
    background-position: 0 -1456px;
}

.language-flag-ha .country-flag {
    background-position: 0 -1472px;
}

.language-flag-hmn .country-flag {
    background-position: 0 -1488px;
}

.language-flag-ig .country-flag {
    background-position: 0 -1504px;
}

.language-flag-jw .country-flag {
    background-position: 0 -1520px;
}

.language-flag-kk .country-flag {
    background-position: 0 -1536px;
}

.language-flag-km .country-flag {
    background-position: 0 -1552px;
}

.language-flag-lo .country-flag {
    background-position: 0 -1568px;
}

.language-flag-la .country-flag {
    background-position: 0 -1584px;
}

.language-flag-mg .country-flag {
    background-position: 0 -1600px;
}

.language-flag-ml .country-flag {
    background-position: 0 -1616px;
}

.language-flag-mi .country-flag {
    background-position: 0 -1632px;
}

.language-flag-mr .country-flag {
    background-position: 0 -1648px;
}

.language-flag-mn .country-flag {
    background-position: 0 -1664px;
}

.language-flag-my .country-flag {
    background-position: 0 -1680px;
}

.language-flag-ne .country-flag {
    background-position: 0 -1696px;
}

.language-flag-pa .country-flag {
    background-position: 0 -1712px;
}

.language-flag-st .country-flag {
    background-position: 0 -1728px;
}

.language-flag-si .country-flag {
    background-position: 0 -1744px;
}

.language-flag-so .country-flag {
    background-position: 0 -1760px;
}

.language-flag-su .country-flag {
    background-position: 0 -1776px;
}

.language-flag-tg .country-flag {
    background-position: 0 -1792px;
}

.language-flag-uz .country-flag {
    background-position: 0 -1808px;
}

.language-flag-yo .country-flag {
    background-position: 0 -1824px;
}

.language-flag-zu .country-flag {
    background-position: 0 -1840px;
}

body.zs-products .zs-sub-head {
  position: relative;
}

body.zs-products .zs-sub-head__banner {
  position: relative;
  min-height: 40rem;
}

body.zs-products .zs-sub-head__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.57);
}

body.zs-products .zs-sub-head__banner img {
  height: 40rem;
  object-fit: cover;
}

body.zs-products .zs-breadcrumb {
  background: #505050;
  padding: 1rem 0;
}

body.zs-products .zs-breadcrumb .zs-layout {
  position: relative;
  min-height: 3.8rem;
  display: flex;
  align-items: center;
}

body.zs-products .zs-breadcrumb__title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 3vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

body.zs-products .zs-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

body.zs-products .zs-breadcrumb li,
body.zs-products .zs-breadcrumb a {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 3.8rem;
}

body.zs-products .zs-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.5rem;
}

body.zs-products .page_main {
  padding: 5rem 0 5rem;
  background: #ffffff;
}

body.zs-products .zs-products-page {
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr);
  gap: 10rem;
  align-items: start;
}

body.zs-products .zs-products-aside {
  min-width: 0;
}

body.zs-products .zs-side-widget {
  position: relative;
  overflow: hidden;
}

body.zs-products .zs-side-widget + .zs-side-widget {
  margin-top: 2rem;
  padding-top: 2rem;
}

body.zs-products .zs-side-tit {
  position: relative;
  padding-left: 3.5rem;
  background: #e3ad38;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 4.5rem;
}

body.zs-products .zs-side-cate {
  overflow: hidden;
}

body.zs-products .zs-side-cate li {
  position: relative;
  margin-bottom: 0.1rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

body.zs-products .zs-side-cate li + li {
  border-top: 1px solid #dddddd;
}

body.zs-products .zs-side-cate > li > a {
  padding-left: 3rem;
}

body.zs-products .zs-side-cate li a {
  position: relative;
  display: block;
  padding-block: 0.5rem;
  color: #002140;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

body.zs-products .zs-side-cate li a:hover,
body.zs-products .zs-side-cate li.nav-current > a {
  color: #e3ad38;
}

body.zs-products .zs-side-cate li.has-child > a {
  padding-right: 4rem;
}

body.zs-products .zs-side-cate ul {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.25s ease;
}

body.zs-products .zs-side-cate li.is-open > ul,
body.zs-products .zs-side-cate li.nav-current > ul {
  max-height: 60rem;
}

body.zs-products .zs-side-cate li ul {
  padding: 0.8rem 0;
}

body.zs-products .zs-side-cate li li {
  font-size: 1.4rem;
  border-top: 0;
}

body.zs-products .zs-side-cate li li a {
  margin-left: 3rem;
  padding-block: 0.3rem;
  color: #425664;
}

body.zs-products .zs-side-cate .icon-cate {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  color: #616265;
  cursor: pointer;
  transition: transform 0.2s ease;
}

body.zs-products .zs-side-cate .icon-cate::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("../img/pic6.png") no-repeat center;
  background-size: 0.6rem;
}

body.zs-products .zs-side-cate .icon-cate-up {
  transform: rotate(90deg);
}

body.zs-products .zs-side-slider {
  position: relative;
  margin-top: 0.8rem;
}

body.zs-products .zs-side-slider__content {
  position: relative;
  padding: 5rem 0;
}

body.zs-products .zs-side-slider__viewport {
  position: relative;
  overflow: hidden;
  height: 46rem;
}

body.zs-products .zs-side-slider__track {
  transition: transform 0.35s ease;
}

body.zs-products .zs-side-product {
  min-height: 8.4rem;
  margin-bottom: 1rem;
}

body.zs-products .zs-side-product:last-child {
  margin-bottom: 0;
}

body.zs-products .zs-side-product figure {
  display: flex;
  align-items: center;
  width: 100%;
}

body.zs-products .zs-side-product__img {
  width: 7rem;
  flex: 0 0 7rem;
  border: 1px solid #e8e8e8;
  transition: border-color 0.3s ease;
}

body.zs-products .zs-side-product__img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.zs-products .zs-side-product figcaption {
  padding-left: 1.5rem;
}

body.zs-products .zs-side-product h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

body.zs-products .zs-side-product h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.zs-products .zs-side-product:hover .zs-side-product__img {
  border-color: #e3ad38;
}

body.zs-products .zs-side-product:hover h3 a {
  color: #e3ad38;
}

body.zs-products .zs-side-slider__arrow {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3.2rem;
  cursor: pointer;
}

body.zs-products .zs-side-slider__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
}

body.zs-products .zs-side-slider__arrow--prev {
  top: 0;
}

body.zs-products .zs-side-slider__arrow--prev::before {
  background-image: url("../img/pic7.png");
}

body.zs-products .zs-side-slider__arrow--next {
  bottom: 0;
}

body.zs-products .zs-side-slider__arrow--next::before {
  background-image: url("../img/pic8.png");
}

body.zs-products .zs-side-slider__arrow:disabled {
  cursor: default;
  opacity: 0.3;
}

body.zs-products .zs-products-main {
  min-width: 0;
}

body.zs-products .zs-product-list {
  width: 100%;
}

body.zs-products .zs-product-list__items {
  width: 100%;
}

body.zs-products .zs-product-card {
  border-bottom: 1px dashed #eeeeee;
}

body.zs-products .zs-product-card figure {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  background: #ffffff;
}

body.zs-products .zs-product-card__media {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
}

body.zs-products .zs-product-card__media img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

body.zs-products .zs-product-card__media a {
  display: block;
}

body.zs-products .zs-product-card__body {
  width: calc(80% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

body.zs-products .zs-product-card__header {
  min-width: 0;
}

body.zs-products .zs-product-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.038rem;
}

body.zs-products .zs-product-card__title a {
  text-transform: capitalize;
}

body.zs-products .zs-product-card__info {
  margin: 1.3rem 0;
  max-height: 8rem;
  overflow: hidden;
  color: #555555;
  font-size: 1.3rem;
  line-height: 2rem;
}

body.zs-products .zs-product-card__info p{display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}

body.zs-products .zs-product-card__info p,
body.zs-products .zs-product-card__info div {
  margin: 0 0 0.6rem;
}

body.zs-products .zs-product-card__info p:last-child,
body.zs-products .zs-product-card__info div:last-child {
  margin-bottom: 0;
}

body.zs-products .zs-product-card__actions {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.3rem;
}

body.zs-products .priduct_btn_inquiry,
body.zs-products .priduct_btn_detail {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0 2.5rem;
  background: #666666;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.038rem;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.35s ease;
}

body.zs-products .priduct_btn_inquiry::after,
body.zs-products .priduct_btn_detail::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #e3ad38;
  z-index: -1;
  transition: width 0.35s ease;
}

body.zs-products .priduct_btn_inquiry:hover::after,
body.zs-products .priduct_btn_detail:hover::after {
  width: 100%;
}

body.zs-products .zs-product-pagination {
  margin: 5rem 0 3rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.1rem;
}

body.zs-products .zs-product-pagination .pages {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.zs-products .zs-product-pagination ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.zs-products .zs-product-pagination li {
  margin: 0;
  padding: 0;
}

body.zs-products .zs-product-pagination a,
body.zs-products .zs-product-pagination span {
  display: inline-block;
  margin: 0 0 0.8rem 0.8rem;
  padding: 0 0.8rem;
  min-width: 3.3rem;
  border: 1px solid #cccccc;
  color: #333333;
  text-align: center;
  vertical-align: top;
}

body.zs-products .zs-product-pagination li:first-child a,
body.zs-products .zs-product-pagination li:first-child span {
  margin-left: 0;
}

body.zs-products .zs-product-pagination a.current,
body.zs-products .zs-product-pagination a:hover {
  border-color: #e3ad38;
  background: #e3ad38;
  color: #ffffff;
}

body.zs-products .web_footer {
  background: #2b2b2b;
}

body.zs-products .foor_service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  padding: 9.4rem 0 6.9rem;
}

body.zs-products .foot_item {
  width: 50%;
}

body.zs-products .foot_company {
  max-width: 64rem;
}

body.zs-products .foot_logo img {
  width: auto;
  max-width: 20rem;
}

body.zs-products .foot_company .copyright,
body.zs-products .foot_contact_item .foot_list li a,
body.zs-products .foot_contact_item ul.foot_contact li,
body.zs-products .foot_contact_item ul.foot_contact li a {
  color: #9fa0a0;
  font-size: 1.6rem;
}

body.zs-products .foot_company .copyright {
  margin: 2.5rem 0;
  line-height: 1.9;
}

body.zs-products .foot_company h2,
body.zs-products .foot_contact_item .fot_tit,
body.zs-products .foot_contact_item h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

body.zs-products .foot_sns {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  margin-top: 3.1rem;
}

body.zs-products .foot_sns img {
  filter: brightness(0) invert(1) opacity(0.5);
  transition: transform 0.3s ease;
}

body.zs-products .foot_sns li:hover img {
  transform: rotate(20deg);
}

body.zs-products .foot_contact_item {
  max-width: 61rem;
}

body.zs-products .foot_contact_item .fot_tit {
  margin-bottom: 3.3rem;
}

body.zs-products .foot_contact_item .foot_cont {
  margin-bottom: 11rem;
}

body.zs-products .foot_contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 2rem;
}

body.zs-products .foot_contact li {
  position: relative;
  padding-left: 3.7rem;
}

body.zs-products .foot_contact li.foot_address {
  grid-column: 1 / -1;
}

body.zs-products .foot_contact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #d0a965;
}

body.zs-products .foot_contact li::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.95rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #d0a965;
}

body.zs-products .foot_contact_item h3 {
  margin-bottom: 2.2rem;
}

body.zs-products .foot_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 3rem;
}

body.zs-products .copy {
  margin: 0;
  padding: 0 2rem;
  background: #e3ad38;
  color: #000000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5.8rem;
}

body.zs-products .scrollsidebar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 60;
  transform: translateY(-50%);
}

body.zs-products .show_btn {
  width: 3.8rem;
  height: 19.2rem;
  border-radius: 1rem 0 0 1rem;
  background: linear-gradient(180deg, #e3ad38 0%, #d0a965 100%);
  cursor: pointer;
  position: relative;
}

body.zs-products .show_btn::before {
  content: "Inquiry";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  transform: translate(-50%, -50%) rotate(90deg);
}

body.zs-products .side_content {
  width: 0;
  overflow: hidden;
  transition: width 0.35s ease;
}

body.zs-products .scrollsidebar.is-open .side_content {
  width: 14rem;
}

body.zs-products .side_content .side_list {
  width: 14rem;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 0.8rem 0 0 0.8rem;
  background: #ffffff;
}

body.zs-products .side_content .side_list .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  border-bottom: 1px solid #dadada;
  background: #f8f8f8;
}

body.zs-products .side_content .side_list .hd img {
  width: auto;
  height: 4rem;
}

body.zs-products .side_content .side_list .cont li {
  border-bottom: 1px solid #dadada;
  line-height: 4rem;
}

body.zs-products .side_content .side_list .cont li a {
  display: block;
  padding: 0 1rem;
  text-align: center;
  color: #333333;
  font-size: 1.3rem;
}

body.zs-products .side_content .side_list .side_title {
  position: relative;
  height: 3rem;
  background: #ffffff;
}

body.zs-products .side_content .side_list .side_title .close_btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transform: translateY(-50%);
}

body.zs-products .side_content .side_list .side_title .close_btn::before,
body.zs-products .side_content .side_list .side_title .close_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9rem;
  height: 0.1rem;
  background: #666666;
}

body.zs-products .side_content .side_list .side_title .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.zs-products .side_content .side_list .side_title .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.zs-products .side_content .side_list .side_title .close_btn span,
body.zs-products #prisna-translator-seo {
  display: none;
}

body.zs-products .inquiry-pop-bd,
body.zs-products .web-search {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.zs-products .inquiry-pop-bd.is-open,
body.zs-products .web-search.search--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.zs-products .inquiry-pop-bd::before,
body.zs-products .web-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

body.zs-products .inquiry-pop {
  position: relative;
  z-index: 1;
  width: min(100%, 55rem);
  padding: 3rem;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}

body.zs-products .ico-close-pop,
body.zs-products .btn--search-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

body.zs-products .ico-close-pop::before,
body.zs-products .ico-close-pop::after,
body.zs-products .btn--search-close::before,
body.zs-products .btn--search-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.8rem;
  height: 0.2rem;
  background: #333333;
}

body.zs-products .ico-close-pop::before,
body.zs-products .btn--search-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.zs-products .ico-close-pop::after,
body.zs-products .btn--search-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.zs-products .zs-inquiry-form h2 {
  margin-bottom: 1rem;
  color: #d0a965;
  font-size: 3rem;
  font-weight: 800;
}

body.zs-products .zs-inquiry-form p {
  margin-bottom: 2.4rem;
  color: #666666;
  font-size: 1.5rem;
}

body.zs-products .zs-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

body.zs-products .zs-inquiry-grid .zs-inquiry-full {
  grid-column: 1 / -1;
}

body.zs-products .zs-inquiry-grid span {
  display: block;
  margin-bottom: 0.7rem;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 600;
}

body.zs-products .zs-inquiry-grid input,
body.zs-products .zs-inquiry-grid textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
  padding: 1.2rem 1.4rem;
  color: #333333;
  background: #ffffff;
}

body.zs-products .zs-inquiry-grid textarea {
  min-height: 13rem;
  resize: vertical;
}

body.zs-products .zs-inquiry-submit {
  margin-top: 1.8rem;
  width: 100%;
  border-radius: 3.2rem;
  background: #d0a965;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5.4rem;
  cursor: pointer;
}

body.zs-products .web-search > div {
  position: relative;
  z-index: 1;
  width: min(100%, 112rem);
}

body.zs-products .web-search .head-search {
  display: block;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 6rem 6rem 4rem;
}

body.zs-products .web-search .head-search form {
  display: block;
}

body.zs-products .web-search .search-ipt {
  width: 100%;
  padding: 0 0 1.5rem;
  border: 0;
  border-bottom: 1px solid #333333;
  color: #333333;
  background: transparent;
  font-size: clamp(2.4rem, 4vw, 6rem);
  font-weight: 700;
  text-transform: uppercase;
}

body.zs-products .web-search .search-btn {
  display: none;
}

body.zs-products .web-search .search-attr {
  display: block;
  margin-top: 2rem;
  color: #333333;
  font-size: 2rem;
  text-align: right;
}

@media (max-width: 1440px) {
  body.zs-products .zs-layout {
    width: min(95%, 140rem);
  }

  body.zs-products .head_nav > li {
    padding: 0 1.6rem;
  }

  body.zs-products .zs-products-page {
    gap: 6rem;
  }
}

@media (max-width: 1280px) {
  body.zs-products .zs-product-card__info {
    max-height: 6rem;
  }
}

@media (max-width: 1199px) {
  body.zs-products .head_top {
    display: none;
  }

  body.zs-products .head_layout {
    padding: 1.8rem 0;
  }

  body.zs-products .logo img {
    max-height: 5.4rem;
  }

  body.zs-products .head_nav > li > a {
    font-size: 1.7rem;
  }

  body.zs-products .zs-products-page {
    grid-template-columns: 23rem minmax(0, 1fr);
    gap: 4rem;
  }
}

@media (max-width: 950px) {
  body.zs-products .web_head {
    background: rgba(0, 0, 0, 0.72);
  }

  body.zs-products .head_actions {
    display: flex;
  }

  body.zs-products .nav_wrap {
    position: fixed;
    left: 0;
    top: var(--zs-mobile-header-height, 8.8rem);
    width: 100%;
    height: calc(100vh - var(--zs-mobile-header-height, 8.8rem));
    height: calc(100dvh - var(--zs-mobile-header-height, 8.8rem));
    margin-right: 0;
    padding: 0;
    background: rgba(6, 15, 28, 0.97);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem);
    overflow: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  body.zs-products .head_flex.menu-open .nav_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.zs-products .head_nav {
    display: block;
    height: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 1.8rem 2.5% 3rem;
    max-height: none;
    overflow-y: auto;
  }

  body.zs-products .head_nav > li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.zs-products .head_nav > li:last-child {
    border-bottom: 0;
  }

  body.zs-products .head_nav > li > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.7rem;
    line-height: 5rem;
  }

  body.zs-products .head_nav li ul,
  body.zs-products .head_nav li ul ul {
    position: static;
    min-width: 0;
    padding: 0 0 1rem 1.2rem;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
  }

  body.zs-products .head_nav li.menu_show > ul {
    display: block;
  }

  body.zs-products .head-search,
  body.zs-products .change-language {
    display: none;
  }

  body.zs-products .zs-sub-head__banner,
  body.zs-products .zs-sub-head__banner img {
    min-height: 30rem;
    height: 30rem;
  }

  body.zs-products .page_main {
    padding: 4rem 0;
  }

  body.zs-products .zs-products-page,
  body.zs-products .foor_service {
    grid-template-columns: 1fr;
    display: block;
  }

  body.zs-products .zs-products-aside {
    display: none;
    margin-bottom: 0;
  }

  body.zs-products .zs-side-slider__viewport {
    height: 39rem;
  }

  body.zs-products .zs-product-card figure {
    gap: 2rem;
  }

  body.zs-products .foot_item {
    width: 100%;
  }

  body.zs-products .foot_contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.zs-products .zs-layout {
    width: min(100% - 3rem, 72rem);
  }

  body.zs-products .page_main {
    padding-top: 3rem;
  }

  body.zs-products .zs-breadcrumb .zs-layout {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  body.zs-products .zs-breadcrumb__title {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    font-size: 2.6rem;
    width: 100%;
    text-align: center;
    pointer-events: auto;
  }

  body.zs-products .zs-breadcrumb ul {
    width: 100%;
  }

  body.zs-products .zs-product-card__title {
    font-size: 1.6rem;
  }

  body.zs-products .zs-product-card__media {
    flex-basis: 25%;
    max-width: 25%;
  }

  body.zs-products .zs-product-card__body {
    width: 73%;
  }

  body.zs-products .zs-product-card__info {
    margin: 0.7rem 0;
    max-height: 4.2rem;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }

  body.zs-products .zs-product-card__info p,
  body.zs-products .zs-product-card__info div {
    margin: 0;
  }

  body.zs-products .copy {
    line-height: 1.8;
    padding: 1.6rem 2rem;
  }

  body.zs-products .zs-inquiry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.zs-products .zs-side-slider__viewport {
    height: 34rem;
  }

  body.zs-products .zs-side-product {
    min-height: 7.6rem;
  }
}

@media (max-width: 480px) {
  body.zs-products .head_layout {
    padding: 1.4rem 0;
  }

  body.zs-products .logo img {
    max-height: 4.8rem;
  }

  body.zs-products .zs-sub-head__banner,
  body.zs-products .zs-sub-head__banner img {
    min-height: 24rem;
    height: 24rem;
  }

  body.zs-products .zs-breadcrumb li,
  body.zs-products .zs-breadcrumb a {
    line-height: 1.8;
  }

  body.zs-products .zs-breadcrumb .zs-layout {
    gap: 0.6rem;
  }

  body.zs-products .zs-breadcrumb__title {
    font-size: 2.2rem;
  }

  body.zs-products .zs-side-tit {
    font-size: 1.8rem;
  }

  body.zs-products .zs-product-card figure {
    display: block;
  }

  body.zs-products .zs-product-card__media {
    max-width: 100%;
  }

  body.zs-products .zs-product-card__media img {
    max-width: 100%;
  }

  body.zs-products .zs-product-card__body {
    width: 100%;
    padding: 0.7rem 0;
  }

  body.zs-products .zs-product-card__title {
    font-size: 1.2rem;
  }

  body.zs-products .zs-product-card__info {
    margin: 0.3rem 0;
    max-height: 4rem;
    line-height: 2rem;
  }

  body.zs-products .zs-product-card__info p,
  body.zs-products .zs-product-card__info div {
    margin: 0;
  }

  body.zs-products .zs-product-card__actions {
    justify-content: flex-start;
    margin-top: 0.7rem;
  }

  body.zs-products .priduct_btn_inquiry,
  body.zs-products .priduct_btn_detail {
    min-width: 9.6rem;
    line-height: 2.4rem;
  }

  body.zs-products .foor_service {
    padding: 6rem 0 4rem;
  }

  body.zs-products .foot_sns {
    gap: 2rem;
  }

  body.zs-products .scrollsidebar {
    display: none;
  }

  body.zs-products .web-search .head-search {
    padding: 6rem 2rem 3rem;
  }
}
