html {
  font-size: 62.5%;
}

body.zs-home {
  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-home.menu-lock {
  overflow: hidden;
}

body.zs-home *,
body.zs-home *::before,
body.zs-home *::after {
  box-sizing: border-box;
}



body.zs-home img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
}

body.zs-home a {
  color: inherit;
  text-decoration: none;
}

body.zs-home button,
body.zs-home input,
body.zs-home textarea {
  font: inherit;
}

body.zs-home ul,
body.zs-home ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zs-home figure,
body.zs-home h1,
body.zs-home h2,
body.zs-home h3,
body.zs-home p {
  margin: 0;
}

body.zs-home .layout {
  width: min(95%, 152rem);
  margin: 0 auto;
}

body.zs-home .flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

body.zs-home .wow {
  opacity: 0;
  transform: translateY(3.2rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.zs-home .wow.is-visible {
  opacity: 1;
  transform: none;
}

body.zs-home .container {
  position: relative;
  overflow: hidden;
}

body.zs-home .web_head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

body.zs-home .web_head.fixed-nav {
  background: rgba(0, 0, 0, 0.76);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

body.zs-home .head_top {
  background: #e3ad38;
  color: #000000;
  line-height: 4.6rem;
  transition: line-height 0.3s ease;
}

body.zs-home .web_head.fixed-nav .head_top {
  line-height: 4rem;
}

body.zs-home .head_top .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

body.zs-home .top_left,
body.zs-home .top_right {
  display: flex;
  align-items: center;
}

body.zs-home .top_left {
  gap: 3.6rem;
}

body.zs-home .top_left a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 300;
}

body.zs-home .top_right {
  gap: 1.9rem;
}

body.zs-home .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-home .top_right img,
body.zs-home .index_want img,
body.zs-home .foot_sns img {
  width: auto;
  height: 1.5rem;
}

body.zs-home .head_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0;
  transition: padding 0.3s ease;
}

body.zs-home .web_head.fixed-nav .head_layout {
  padding: 0.8rem 0;
}

body.zs-home .logo {
  flex: 0 0 auto;
  margin: 0;
}

body.zs-home .logo img {
  width: auto;
  max-height: 6.5rem;
  transition: max-height 0.3s ease;
}

body.zs-home .web_head.fixed-nav .logo img {
  max-height: 5rem;
}

body.zs-home .head_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  flex: 1;
  min-width: 0;
}

body.zs-home .head_actions {
  display: none;
  align-items: center;
  gap: 1rem;
}

body.zs-home .zs-search-toggle,
body.zs-home .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-home .zs-search-toggle::before,
body.zs-home .zs-search-toggle::after,
body.zs-home .zs-menu-toggle span,
body.zs-home .zs-menu-toggle::before,
body.zs-home .zs-menu-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.zs-home .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-home .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-home .zs-menu-toggle span,
body.zs-home .zs-menu-toggle::before,
body.zs-home .zs-menu-toggle::after {
  width: 1.8rem;
  height: 0.2rem;
  background: #ffffff;
}

body.zs-home .zs-menu-toggle::before {
  margin-top: -0.6rem;
}

body.zs-home .zs-menu-toggle::after {
  margin-top: 0.6rem;
}

body.zs-home .nav_wrap {
  margin-right: 0.5rem;
}

body.zs-home .head_nav {
  display: flex;
  align-items: center;
}

body.zs-home .head_nav > li {
  position: relative;
  padding: 0 2.2rem;
}

body.zs-home .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-home .web_head.fixed-nav .head_nav > li > a {
  font-size: 1.8rem;
  line-height: 3.8rem;
}

body.zs-home .head_nav > li.nav-current > a,
body.zs-home .head_nav > li:hover > a {
  color: #ffffff;
}

body.zs-home .head_nav li.has-child > a {
  padding-right: 1.8rem;
}

body.zs-home .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-home .head_nav li:hover > a b,
body.zs-home .head_nav li.menu_show > a b {
  transform: translateY(-30%) rotate(225deg);
}

body.zs-home .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-home .head_nav li ul ul {
  left: calc(100% + 0.2rem);
  top: -0.1rem;
  border-radius: 0.7rem;
}

body.zs-home .head_nav li:hover > ul,
body.zs-home .head_nav li.menu_show > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

body.zs-home .head_nav li ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

body.zs-home .head_nav li ul li:last-child {
  border-bottom: 0;
}

body.zs-home .head_nav li ul a {
  display: block;
  padding: 0.9rem 0.5rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
}

body.zs-home .head-search {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4rem;
  background: #5e6369;
}

body.zs-home .head-search form {
  display: flex;
  align-items: center;
}

body.zs-home .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-home .head-search .search-ipt::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

body.zs-home .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-home .web_head.fixed-nav .head-search .search-ipt,
body.zs-home .web_head.fixed-nav .head-search .search-btn {
  height: 2.8rem;
}

body.zs-home .web_head.fixed-nav .head-search .search-ipt {
  line-height: 2.8rem;
}

body.zs-home .head-search .search-btn::before,
body.zs-home .head-search .search-btn::after {
  content: "";
  position: absolute;
}

body.zs-home .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-home .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-home .change-language {
  position: relative;
}

body.zs-home .change-language-title,
body.zs-home .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-home .web_head.fixed-nav .change-language-title,
body.zs-home .web_head.fixed-nav .change-language-title a {
  font-size: 1.3rem;
}

body.zs-home .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-home .change-language.is-open .change-language-title a::after,
body.zs-home .change-language:hover .change-language-title a::after {
  transform: rotate(225deg);
}

body.zs-home .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-home .change-language.is-open .change-language-cont,
body.zs-home .change-language:hover .change-language-cont {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-home .change-language .prisna-wp-translate-seo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
}

body.zs-home .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-home .slider_banner {
  position: relative;
  height: 100vh;
  min-height: 72rem;
  background: #060f1c;
}

body.zs-home .slider_banner > .swiper-wrapper {
  height: 100%;
}

body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide.active {
  opacity: 1;
  visibility: visible;
}

body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide a,
body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
}

body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide img {
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 5s linear;
}

body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide.active img {
  transform: scale(1);
}

body.zs-home .slider_swiper_control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

body.zs-home .slider_swiper_control::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

body.zs-home .slider_swiper_control .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.zs-home .banner_thum {
  width: 84.86%;
  padding: 2.2rem 0;
  overflow: hidden;
}

body.zs-home .banner_thum .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}

body.zs-home .banner_thum figure {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  cursor: pointer;
}

body.zs-home .banner_thum figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.2rem;
  width: 0;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #ffffff;
  transition: width 0.3s ease;
}

body.zs-home .banner_thum figure.active::before {
  width: 100%;
}

body.zs-home .banner_thum figure div {
  flex: 0 0 9.2rem;
}

body.zs-home .banner_thum figure img {
  max-width: 9.2rem;
}

body.zs-home .banner_thum figcaption {
  flex: 1;
  color: #ffffff;
}

body.zs-home .banner_thum figcaption h2 {
  color: #d0a965;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

body.zs-home .banner_thum figcaption p {
  margin-top: 0.6rem;
  font-size: 1.4rem;
}

body.zs-home .banner_button_prev,
body.zs-home .banner_button_next,
body.zs-home .hot_btn div,
body.zs-home .pro_control div,
body.zs-home .wrap_btn div {
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: background 0.3s ease, border-color 0.3s ease;
}

body.zs-home .banner_button_prev,
body.zs-home .banner_button_next {
  margin-left: 1.7rem;
}

body.zs-home .banner_button_prev::before,
body.zs-home .banner_button_next::before,
body.zs-home .hot_btn div::before,
body.zs-home .pro_control div::before,
body.zs-home .wrap_btn div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  color: inherit;
}

body.zs-home .banner_button_prev::before,
body.zs-home .hot_prev::before,
body.zs-home .pro_prev::before,
body.zs-home .btn_prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

body.zs-home .banner_button_next::before,
body.zs-home .hot_next::before,
body.zs-home .pro_next::before,
body.zs-home .btn_next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

body.zs-home .banner_button_prev:hover,
body.zs-home .banner_button_next:hover {
  background: #e3ad38;
  border-color: #e3ad38;
}

body.zs-home .web_main {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

body.zs-home .index_hot {
  position: relative;
  z-index: 2;
  padding: 14.2rem 0 0;
  background: #ffffff;
}

body.zs-home .index_hot .hot_wrap {
  position: relative;
  margin-bottom: 5.3rem;
  padding: 0 0 2.6rem;
  background: url("../img/index_5.webp") no-repeat left top;
  background-size: 100% auto;
}

body.zs-home .index_hot .hot_wrap > .swiper-wrapper {
  position: relative;
  min-height: 58rem;
}

body.zs-home .index_hot .swiper-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

body.zs-home .index_hot .swiper-slide.active {
  opacity: 1;
  visibility: visible;
}

body.zs-home .index_hot figure > div {
  order: 2;
  width: 46%;
  position: relative;
  padding-top: 1.6rem;
  text-align: center;
}

body.zs-home .index_hot figure img {
  width: 80%;
  margin: 0 auto;
}

body.zs-home .index_hot figcaption {
  width: 54%;
  padding-bottom: 10.1rem;
}

body.zs-home .index_hot figcaption h3,
body.zs-home .index_about figure figcaption h3,
body.zs-home .index_pro .pro_tit h2,
body.zs-home .index_news .news_tit h2,
body.zs-home .index_cutom .layout > h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

body.zs-home .index_hot figcaption h2,
body.zs-home .index_about figure figcaption .home_title {
  color: #d0a965;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.15;
}

body.zs-home .index_hot figcaption h2 {
  margin: 0 0 5.6rem;
}

body.zs-home .index_hot figcaption p,
body.zs-home .index_about figure figcaption p,
body.zs-home .index_cutom .layout > p {
  color: #595757;
  font-size: 1.8rem;
  line-height: 1.55;
}

body.zs-home .index_hot .hot_control {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}

body.zs-home .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

body.zs-home .swiper-pagination button {
  width: 1.2rem;
  height: 1.2rem;
  border: 0;
  border-radius: 50%;
  background: #0071bb;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

body.zs-home .swiper-pagination button.active {
  width: 1.5rem;
  height: 1.5rem;
  background: #d0a965;
  transform: scale(1.05);
}

body.zs-home .index_hot .hot_controls {
  position: absolute;
  left: 0;
  bottom: 3rem;
  z-index: 2;
}

body.zs-home .hot_btn,
body.zs-home .pro_control {
  display: flex;
  align-items: center;
}

body.zs-home .hot_btn div,
body.zs-home .pro_control div {
  border-color: #dabb85;
  color: #d0a965;
}

body.zs-home .hot_btn div + div,
body.zs-home .pro_control div + div {
  margin-left: 1.7rem;
}

body.zs-home .hot_btn div:hover,
body.zs-home .pro_control div:hover,
body.zs-home .wrap_btn div:hover {
  background: #0071bb;
  border-color: #0071bb;
  color: #ffffff;
}

body.zs-home .index_hot a.pro_learmo,
body.zs-home .index_about figure figcaption > a,
body.zs-home .index_pro .pro_wrap > a,
body.zs-home .index_want div > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 0;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.zs-home .index_hot a.pro_learmo {
  position: absolute;
  left: 32rem;
  bottom: 3rem;
  z-index: 3;
  padding: 0 2.5rem;
  border-radius: 4rem;
  background: #d0a965;
  font-size: 1.8rem;
  line-height: 5rem;
}

body.zs-home .index_hot a.pro_learmo::after,
body.zs-home .index_about figure figcaption > a::after,
body.zs-home .index_pro .pro_wrap > a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  transform: rotate(45deg);
}

body.zs-home .index_hot a.pro_learmo:hover,
body.zs-home .index_about figure figcaption > a:hover,
body.zs-home .index_pro .pro_wrap > a:hover {
  background: #060f1c;
}

body.zs-home .index_about {
  position: relative;
  margin-bottom: 6rem;
  max-height: 850px;
  background: url("../img/index_4_back.jpg") no-repeat center/cover;
  overflow: visible;
}

body.zs-home .index_about .scoll_num {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  gap: 2rem;
  padding: 7.6rem 0 5rem;
}

body.zs-home .index_about .scoll_num h2 {
  position: relative;
  margin-bottom: 2.3rem;
  color: #d0a965;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

body.zs-home .index_about .scoll_num i,
body.zs-home .index_about .scoll_num b {
  font-size: 2.2rem;
}

body.zs-home .index_about .scoll_num p {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
}

body.zs-home .index_about figure {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0 2.6rem 0.6rem rgba(7, 151, 212, 0.18);
  margin-bottom: -12rem;
}

body.zs-home .index_about figure > div,
body.zs-home .index_about figure figcaption {
  width: 50%;
}

body.zs-home .index_about figure > div {
  order: 2;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.zs-home .index_about figure > div img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body.zs-home .index_about figure > div:hover img {
  transform: scale(1.08);
}

body.zs-home .index_about figure figcaption {
  padding: 2.7rem 5.6rem 2.7rem 5.6rem;
}

body.zs-home .index_about figure figcaption .home_title {
  margin-bottom: 4rem;
}

body.zs-home .index_about figure figcaption div {
  padding-bottom: 2rem;
}

body.zs-home .index_about figure figcaption p {
  margin-bottom: 2.7rem;
}

body.zs-home .index_about figure figcaption > a,
body.zs-home .index_pro .pro_wrap > a {
  padding: 0 2.6rem;
  border-radius: 3.35rem;
  background: #d0a965;
  font-size: 2.1rem;
  line-height: 6.7rem;
}

body.zs-home .index_about .about_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  z-index: 2;
}

body.zs-home .index_about .about_play:hover {
  transform: translate(-50%, -50%) scale(0.88);
}

body.zs-home .index_about .about_play a {
  position: absolute;
  inset: 0.9rem;
  display: block;
  border: 1px solid #d0a965;
  border-radius: 50%;
}

body.zs-home .index_about .about_play a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 2.3rem solid #d0a965;
  transform: translate(-35%, -50%);
}

body.zs-home .index_pro {
  padding: 12rem 0 11rem;
}

body.zs-home .index_pro .pro_tit {
  margin-bottom: 9rem;
}

body.zs-home .index_pro .pro_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 7rem;
  border-bottom: 1px solid #f2f2f2;
}

body.zs-home .index_pro .pro_list li {
  position: relative;
  width: 18.4%;
  padding-bottom: 0.7rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

body.zs-home .index_pro .pro_list li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  width: 0;
  max-width: 9.4rem;
  height: 0.3rem;
  background: #d0a965;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

body.zs-home .index_pro .pro_list li.active {
  color: #d0a965;
}

body.zs-home .index_pro .pro_list li.active::after {
  width: 80%;
}

body.zs-home .index_pro .box {
  position: relative;
  overflow: hidden;
}

body.zs-home .index_pro .pro_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  transition: opacity 0.3s ease, transform 0.45s ease, visibility 0.3s ease;
}

body.zs-home .index_pro .pro_wrap.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-home .index_pro .pro_wrap .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 2.8rem;
  transition: transform 0.35s ease;
  will-change: transform;
}

body.zs-home .index_pro .pro_wrap .swiper-slide {
  flex: 0 0 calc((100% - 11.2rem) / 5);
}

body.zs-home .index_pro .pro_wrap figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  height: 100%;
  padding: 1.9rem 2.6rem 2.7rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #f2f2f2;
}

body.zs-home .index_pro .pro_wrap figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e3ae38 0%, #fff0d5 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.zs-home .index_pro .pro_wrap figure:hover::before {
  opacity: 1;
}

body.zs-home .index_pro .pro_wrap figure > div,
body.zs-home .index_pro .pro_wrap figcaption {
  position: relative;
  z-index: 1;
}

body.zs-home .index_pro .pro_wrap figure > div {
  order: 2;
  width: 100%;
  margin-top: auto;
  text-align: center;
}

body.zs-home .index_pro .pro_wrap figure img {
  width: auto;
  max-height: 18.4rem;
  margin: 0 auto;
  transform: scale(1.5);
}

body.zs-home .index_pro .pro_wrap figcaption {
  margin-bottom: 2rem;
}

body.zs-home .index_pro .pro_wrap figcaption h3 {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #a2a2a2;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.5rem;
}

body.zs-home .index_pro .pro_wrap figcaption h2 {
  min-height: 9rem;
  padding-top: 0.8rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.3s ease;
}

body.zs-home .index_pro .pro_wrap figure:hover h2,
body.zs-home .index_news .news_wrap figure:hover h2,
body.zs-home .index_news .news_wrap figure:hover time,
body.zs-home .index_news .news_wrap figure:hover p {
  color: #ffffff;
}

body.zs-home .index_pro .pro_wrap > a {
  display: flex;
  width: fit-content;
  margin: 7.2rem auto 0;
}

body.zs-home .index_pro .wrap_btn {
  display: none;
}

body.zs-home .index_cutom {
  padding: 5rem 0 7.8rem;
  background: url("../img/index_31_back.jpg") no-repeat center/cover;
}

body.zs-home .index_cutom .layout {
  overflow: hidden;
}

body.zs-home .index_cutom .layout > h2 {
  color: #d0a965;
  text-align: center;
  margin-bottom: 1.2rem;
}

body.zs-home .index_cutom .layout > p {
  max-width: 93.5rem;
  margin: 0 auto 8rem;
  color: #e8e8e8;
  text-align: center;
}

body.zs-home .index_cutom .flex_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 18.5rem));
  justify-content: space-between;
  gap: 11rem calc((100% - 74rem) / 3);
}

body.zs-home .index_cutom figure {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.zs-home .index_cutom figure:nth-of-type(4n + 1)::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 33%;
  width: 140rem;
  border-top: 1px dashed rgba(249, 249, 249, 0.8);
  transform: translateY(-50%);
  z-index: -1;
}

body.zs-home .index_cutom figure:nth-of-type(4)::after {
  width: 1px;
  height: 9.2rem;
  left: 50%;
  top: auto;
  bottom: -0.4rem;
  border-top: 0;
  border-left: 1px dashed rgba(249, 249, 249, 0.8);
  transform: translate(-50%, 100%);
}

body.zs-home .index_cutom figure::before {
  content: "";
  position: absolute;
  right: -80%;
  top: 33%;
  width: 2.4rem;
  height: 2.1rem;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

body.zs-home .index_cutom figure:nth-of-type(n + 5)::before {
  transform: translateY(-50%) rotate(-135deg);
}

body.zs-home .index_cutom figure:nth-of-type(4)::before {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -29%;
  transform: translateX(-50%) rotate(135deg);
}

body.zs-home .index_cutom figure div {
  position: relative;
  width: 13.5rem;
  height: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: #ffffff;
  transition: background 0.3s ease;
}

body.zs-home .index_cutom figure div::after {
  content: "";
  position: absolute;
  inset: -0.7rem;
  border: 1px solid #7c7d7e;
  border-radius: 50%;
}

body.zs-home .index_cutom figure div::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #d0a965;
  z-index: 1;
}

body.zs-home .index_cutom figure img {
  width: 7rem;
  transition: filter 0.3s ease;
}

body.zs-home .index_cutom figure:hover div {
  background: #d0a965;
}

body.zs-home .index_cutom figure:hover img {
  filter: brightness(0) invert(1);
}

body.zs-home .index_cutom figcaption h2 {
  max-width: 18.5rem;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.35;
}

body.zs-home .index_news {
  padding: 11.6rem 0 10.5rem;
}

body.zs-home .index_news .layout {
  width: min(95%, 161rem);
}

body.zs-home .index_news .news_tit {
  margin-bottom: 5rem;
  padding: 0 4.5rem;
}

body.zs-home .index_news .news_tit ul {
  display: flex;
  align-items: center;
}

body.zs-home .index_news .news_tit li {
  color: #595757;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

body.zs-home .index_news .news_tit li + li {
  margin-left: 0.9rem;
  padding-left: 0.9rem;
  border-left: 3px solid #595757;
}

body.zs-home .index_news .news_tit li.active {
  color: #0071bb;
}

body.zs-home .index_news .box {
  position: relative;
}

body.zs-home .index_news .news_wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  transition: opacity 0.3s ease, transform 0.45s ease, visibility 0.3s ease;
}

body.zs-home .index_news .news_wrap.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-home .index_news .news_wrap figure {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 3.6rem 4.5rem 10.4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.zs-home .index_news .news_wrap figure:hover {
  background: #e3ad38;
}

body.zs-home .index_news .news_wrap figure div {
  order: 2;
  width: 100%;
}

body.zs-home .index_news .news_wrap figure img {
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
}

body.zs-home .index_news .news_wrap figcaption {
  padding: 8rem 0 3.4rem;
  transition: padding 0.3s ease;
}

body.zs-home .index_news .news_wrap figure:hover figcaption {
  padding: 2.6rem 0 0;
}

body.zs-home .index_news .news_wrap figcaption h2 {
  position: relative;
  margin-bottom: 2.2rem;
  padding-bottom: 1.5rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

body.zs-home .index_news .news_wrap figcaption h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.3rem;
  height: 0.3rem;
  background: #ffffff;
}

body.zs-home .index_news .news_wrap figcaption time {
  display: block;
  margin-bottom: 3.8rem;
  color: #595757;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}

body.zs-home .index_news .news_wrap figcaption p {
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.55;
  transition: color 0.3s ease;
}

body.zs-home .index_news .news_wrap figcaption a {
  display: none;
  position: relative;
  align-items: center;
  gap: 2.6rem;
  margin-top: 5.2rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

body.zs-home .index_news .news_wrap figcaption a::after {
  content: "";
  display: block;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
}

body.zs-home .index_news .news_wrap figcaption a::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #d0a965;
  border-right: 0.2rem solid #d0a965;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

body.zs-home .index_news .news_wrap figure:hover figcaption a {
  display: inline-flex;
}

body.zs-home .index_jump {
  position: absolute;
  inset: 0;
  z-index: 3;
}

body.zs-home .index_want {
  padding: 10.4rem 0 9.3rem;
  color: #d0a965;
  text-align: center;
  background: url("../img/index_25_back.jpg") no-repeat center/cover;
}

body.zs-home .index_want ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 3rem;
}

body.zs-home .index_want li {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.zs-home .index_want li:hover img,
body.zs-home .foot_sns li:hover img {
  transform: rotate(20deg);
}

body.zs-home .index_want img,
body.zs-home .foot_sns img {
  transition: transform 0.3s ease;
}

body.zs-home .index_want h2 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
}

body.zs-home .index_want p {
  margin-bottom: 3.7rem;
  color: #c2c2c2;
  font-size: 2.4rem;
  line-height: 1;
}

body.zs-home .index_want div > a {
  width: fit-content;
  margin: 0 auto;
  padding: 0 6.8rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #d0aa67 0%, #d8bd97 100%);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 6.2rem;
}

body.zs-home .index_want div > a:hover {
  color: #333333;
}

body.zs-home .web_footer {
  background: #2b2b2b;
}

body.zs-home .foor_service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  padding: 9.4rem 0 6.9rem;
}

body.zs-home .foot_item {
  width: 50%;
}

body.zs-home .foot_company {
  max-width: 64rem;
}

body.zs-home .foot_logo img {
  width: auto;
  max-width: 20rem;
}

body.zs-home .foot_company .copyright,
body.zs-home .foot_contact_item .foot_list li a,
body.zs-home .foot_contact_item ul.foot_contact li,
body.zs-home .foot_contact_item ul.foot_contact li a {
  color: #9fa0a0;
  font-size: 1.6rem;
}

body.zs-home .foot_company .copyright {
  margin: 2.5rem 0;
  line-height: 1.9;
}

body.zs-home .foot_company h2,
body.zs-home .foot_contact_item .fot_tit,
body.zs-home .foot_contact_item h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

body.zs-home .foot_sns {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  margin-top: 3.1rem;
}

body.zs-home .foot_sns img {
  filter: brightness(0) invert(1) opacity(0.5);
}

body.zs-home .foot_contact_item {
  max-width: 61rem;
}

body.zs-home .foot_contact_item .fot_tit {
  margin-bottom: 3.3rem;
}

body.zs-home .foot_contact_item .foot_cont {
  margin-bottom: 11rem;
}

body.zs-home .foot_contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 2rem;
}

body.zs-home .foot_contact li {
  position: relative;
  padding-left: 3.7rem;
}

body.zs-home .foot_contact li.foot_address {
  grid-column: 1 / -1;
}

body.zs-home .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-home .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-home .foot_contact_item h3 {
  margin-bottom: 2.2rem;
}

body.zs-home .foot_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 3rem;
}

body.zs-home .copy {
  margin: 0;
  padding: 0 2rem;
  background: #e3ad38;
  color: #000000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5.8rem;
}

body.zs-home .copy a {
  display: inline;
}

body.zs-home .gotop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 90;
  width: 5rem;
  height: 5rem;
  border: 0;
  border-radius: 50%;
  background: #e3ad38;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

body.zs-home .gotop.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-home .scrollsidebar {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 60;
  transform: translateY(-50%);
}

body.zs-home .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-home .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-home .side_content {
  width: 0;
  overflow: hidden;
  transition: width 0.35s ease;
}

body.zs-home .scrollsidebar.is-open .side_content {
  width: 14rem;
}

body.zs-home .side_content .side_list {
  width: 14rem;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 0.8rem 0 0 0.8rem;
  background: #ffffff;
}

body.zs-home .side_content .side_list .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  border-bottom: 1px solid #dadada;
  background: #f8f8f8;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}

body.zs-home .side_content .side_list .cont li {
  border-bottom: 1px solid #dadada;
  line-height: 4rem;
}

body.zs-home .side_content .side_list .cont li a {
  display: block;
  padding: 0 1rem;
  text-align: center;
  color: #333333;
  font-size: 1.3rem;
}

body.zs-home .side_content .side_list .side_title {
  position: relative;
  height: 3rem;
  background: #ffffff;
}

body.zs-home .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-home .side_content .side_list .side_title .close_btn::before,
body.zs-home .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-home .side_content .side_list .side_title .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.zs-home .side_content .side_list .side_title .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.zs-home .side_content .side_list .side_title .close_btn span {
  display: none;
}

body.zs-home .inquiry-pop-bd,
body.zs-home .web-search,
body.zs-home .zs-media-pop {
  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-home .inquiry-pop-bd.is-open,
body.zs-home .web-search.search--open,
body.zs-home .zs-media-pop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.zs-home .inquiry-pop-bd::before,
body.zs-home .web-search::before,
body.zs-home .zs-media-pop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

body.zs-home .inquiry-pop,
body.zs-home .zs-media-pop__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 55rem);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}

body.zs-home .inquiry-pop {
  padding: 3rem;
}

body.zs-home .ico-close-pop,
body.zs-home .zs-media-pop__close,
body.zs-home .btn--search-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 6;
  pointer-events: auto;
}

body.zs-home .ico-close-pop::before,
body.zs-home .ico-close-pop::after,
body.zs-home .zs-media-pop__close::before,
body.zs-home .zs-media-pop__close::after,
body.zs-home .btn--search-close::before,
body.zs-home .btn--search-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.8rem;
  height: 0.2rem;
  background: #333333;
}

body.zs-home .ico-close-pop::before,
body.zs-home .zs-media-pop__close::before,
body.zs-home .btn--search-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.zs-home .ico-close-pop::after,
body.zs-home .zs-media-pop__close::after,
body.zs-home .btn--search-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.zs-home .zs-inquiry-form h2 {
  margin-bottom: 1rem;
  color: #d0a965;
  font-size: 3rem;
  font-weight: 800;
}

body.zs-home .zs-inquiry-form p {
  margin-bottom: 2.4rem;
  color: #666666;
  font-size: 1.5rem;
}

body.zs-home .zs-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

body.zs-home .zs-inquiry-grid label,
body.zs-home .zs-inquiry-grid .zs-inquiry-full {
  display: block;
}

body.zs-home .zs-inquiry-grid .zs-inquiry-full {
  grid-column: 1 / -1;
}

body.zs-home .zs-inquiry-grid span {
  display: block;
  margin-bottom: 0.7rem;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 600;
}

body.zs-home .zs-inquiry-grid input,
body.zs-home .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-home .zs-inquiry-grid textarea {
  min-height: 13rem;
  resize: vertical;
}

body.zs-home .zs-inquiry-submit {
  margin-top: 1.8rem;
  width: 100%;
  border: 0;
  border-radius: 3.2rem;
  background: #d0a965;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5.4rem;
  cursor: pointer;
}

body.zs-home .zs-inquiry-submit:hover {
  background: #060f1c;
}

body.zs-home .web-search {
  z-index: 210;
  background: transparent;
}

body.zs-home .web-search > div {
  position: relative;
  z-index: 1;
  width: min(100%, 112rem);
}

body.zs-home .web-search .head-search {
  display: block;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 6rem 6rem 4rem;
}

body.zs-home .web-search .head-search form {
  display: block;
}

body.zs-home .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-home .web-search .search-btn {
  display: none;
}

body.zs-home .web-search .search-attr {
  display: block;
  margin-top: 2rem;
  color: #333333;
  font-size: 2rem;
  text-align: right;
}

body.zs-home .zs-media-pop__dialog {
  width: min(100%, 92rem);
  padding: 2rem;
}

body.zs-home .zs-media-pop__content {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
}

body.zs-home .zs-media-pop__content img {
  max-height: 80vh;
  object-fit: cover;
}

body.zs-home .zs-media-pop__content video {
  display: block;
  width: 100%;
  max-height: 80vh;
  background: #000000;
}

body.zs-home #prisna-translator-seo {
  display: none;
}

@media (max-width: 1440px) {
  body.zs-home .layout {
    width: min(95%, 140rem);
  }

  body.zs-home .head_nav > li {
    padding: 0 1.6rem;
  }

  body.zs-home .banner_thum .swiper-wrapper {
    gap: 2rem;
  }

  body.zs-home .index_pro .pro_wrap .swiper-slide {
    flex-basis: calc((100% - 8.4rem) / 4);
  }
}

@media (max-width: 1199px) {
  body.zs-home .head_top {
    display: none;
  }

  body.zs-home .head_layout {
    padding: 1.8rem 0;
  }

  body.zs-home .logo img {
    max-height: 5.4rem;
  }

  body.zs-home .head_nav > li > a {
    font-size: 1.7rem;
  }

  body.zs-home .slider_banner {
    min-height: 64rem;
  }

  body.zs-home .banner_thum figcaption h2 {
    font-size: 2rem;
  }

  body.zs-home .index_hot {
    padding-top: 11rem;
  }

  body.zs-home .index_hot figcaption h2,
  body.zs-home .index_about figure figcaption .home_title {
    font-size: 3.2rem;
  }

  body.zs-home .index_about figure figcaption {
    padding: 3rem;
  }

  body.zs-home .index_cutom .flex_row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8rem 4rem;
  }

  body.zs-home .index_cutom figure:nth-of-type(4n + 1)::after {
    width: 120rem;
  }

  body.zs-home .index_news .news_wrap figure {
    padding: 3rem 3rem 7rem;
  }
}

@media (max-width: 950px) {
  body.zs-home .web_head {
    background: #202020;
  }

  body.zs-home .web_head.fixed-nav {
    background: #202020;
  }

  body.zs-home .head_flex {
    gap: 1.4rem;
  }

  body.zs-home .head_actions {
    display: flex;
  }

  body.zs-home .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-home .head_flex.menu-open .nav_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.zs-home .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-home .head_nav > li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.zs-home .head_nav > li:last-child {
    border-bottom: 0;
  }

  body.zs-home .head_nav > li > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.7rem;
    line-height: 5rem;
  }

  body.zs-home .head_nav li ul,
  body.zs-home .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-home .head_nav li.menu_show > ul {
    display: block;
  }

  body.zs-home .head-search,
  body.zs-home .change-language {
    display: none;
  }

  body.zs-home .slider_banner {
    margin-top: 8.8rem;
    min-height: 0;
    height: auto;
  }

  body.zs-home .slider_swiper_control {
    display: none;
  }

  body.zs-home .slider_banner > .swiper-wrapper {
    height: auto;
  }

  body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide {
    position: static;
    inset: auto;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide.active {
    display: block;
  }

  body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide a {
    display: block;
  }

  body.zs-home .slider_banner > .swiper-wrapper > .swiper-slide img {
    height: auto;
    object-fit: fill;
    transform: none;
  }

  body.zs-home .index_hot .swiper-slide,
  body.zs-home .index_about figure,
  body.zs-home .foor_service {
    display: block;
  }

  body.zs-home .index_hot .swiper-slide {
    position: static;
    inset: auto;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  body.zs-home .index_hot .swiper-slide.active {
    display: block;
  }

  body.zs-home .index_hot .hot_wrap > .swiper-wrapper {
    min-height: 0;
  }

  body.zs-home .index_hot figure > div,
  body.zs-home .index_hot figcaption,
  body.zs-home .index_about figure > div,
  body.zs-home .index_about figure figcaption,
  body.zs-home .foot_item {
    width: 100%;
  }

  body.zs-home .index_hot figcaption {
    padding-bottom: 0;
  }

  body.zs-home .index_hot figure > div {
    margin-bottom: 3rem;
  }

  body.zs-home .index_hot a.pro_learmo {
    left: 0;
    bottom: 10rem;
  }

  body.zs-home .index_hot .hot_controls {
    left: auto;
    right: 0;
    bottom: 2.5rem;
    max-height: auto;
  }

  body.zs-home .index_hot .hot_controls {
    display: none;
  }

  body.zs-home .index_about {
    margin-bottom: 0;
    max-height: max-content;padding-bottom: 15px;
  }

  body.zs-home .index_about .scoll_num {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zs-home .index_about figure {
    margin-bottom: 0;
  }

  body.zs-home .index_about figure > div {
    min-height: 34rem;
  }

  body.zs-home .index_pro .pro_tit {
    margin-bottom: 4rem;
  }

  body.zs-home .index_pro .pro_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.4rem 2rem;
    margin-bottom: 4rem;
    border-bottom: 0;
  }

  body.zs-home .index_pro .pro_list li {
    width: auto;
    padding: 0.6rem 1.6rem;
    border: 1px solid #f0e2c6;
    border-radius: 3rem;
  }

  body.zs-home .index_pro .pro_list li::after {
    display: none;
  }

  body.zs-home .index_pro .pro_wrap .swiper-slide {
    flex-basis: calc((100% - 5.6rem) / 3);
  }

  body.zs-home .index_cutom .flex_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem 4rem;
  }

  body.zs-home .index_cutom figure::before,
  body.zs-home .index_cutom figure::after {
    display: none;
  }

  body.zs-home .index_news .news_tit,
  body.zs-home .index_news .news_wrap {
    display: block;
    padding: 0;
  }

  body.zs-home .index_news .news_tit h2 {
    margin-bottom: 2rem;
  }

  body.zs-home .index_news .news_tit ul {
    gap: 1rem;
  }

  body.zs-home .index_news .news_tit li + li {
    margin-left: 0;
  }

  body.zs-home .index_news .news_wrap figure {
    width: 100%;
    margin-bottom: 2rem;
  }

  body.zs-home .index_news .news_wrap figure:last-child {
    margin-bottom: 0;
  }

  body.zs-home .foot_contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.zs-home .layout,
  body.zs-home .index_news .layout {
    width: min(100% - 3rem, 72rem);
  }

  body.zs-home .slider_banner {
    margin-top: 8rem;
    min-height: 0;
    height: auto;
  }

  body.zs-home .index_hot,
  body.zs-home .index_pro,
  body.zs-home .index_news {
    padding-top: 4rem;
  }

  body.zs-home .index_hot .hot_wrap > .swiper-wrapper {
    min-height: 0;
  }

  body.zs-home .index_hot figcaption h3,
  body.zs-home .index_about figure figcaption h3,
  body.zs-home .index_pro .pro_tit h2,
  body.zs-home .index_news .news_tit h2,
  body.zs-home .index_cutom .layout > h2 {
    font-size: 2.6rem;
  }

  body.zs-home .index_hot figcaption h2,
  body.zs-home .index_about figure figcaption .home_title,
  body.zs-home .index_want h2 {
    font-size: 3rem;
  }

  body.zs-home .index_hot figcaption p,
  body.zs-home .index_about figure figcaption p,
  body.zs-home .index_cutom .layout > p,
  body.zs-home .index_want p {
    font-size: 1.6rem;
  }

  body.zs-home .index_about .scoll_num h2 {
    font-size: 4rem;
  }

  body.zs-home .index_about .scoll_num p {
    font-size: 1.7rem;
  }

  body.zs-home .index_pro .pro_wrap .swiper-slide {
    flex-basis: calc((100% - 2.8rem) / 2);
  }

  body.zs-home .index_pro .pro_wrap figcaption h2 {
    min-height: 0;
  }

  body.zs-home .index_pro .pro_wrap > a,
  body.zs-home .index_about figure figcaption > a,
  body.zs-home .index_want div > a {
    font-size: 1.8rem;
  }

  body.zs-home .index_cutom {
    padding: 6rem 0;
  }

  body.zs-home .index_cutom figcaption h2 {
    font-size: 1.8rem;
  }

  body.zs-home .copy {
    line-height: 1.8;
    padding: 1.6rem 2rem;
  }

  body.zs-home .inquiry-pop {
    padding: 2rem;
  }

  body.zs-home .zs-inquiry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body.zs-home .head_layout {
    padding: 1.4rem 0;
  }

  body.zs-home .logo img {
    max-height: 4.8rem;
  }

  body.zs-home .slider_banner {
    margin-top: 7.2rem;
    min-height: 0;
    height: auto;
  }

  body.zs-home .banner_button_prev,
  body.zs-home .banner_button_next,
  body.zs-home .hot_btn div,
  body.zs-home .pro_control div,
  body.zs-home .wrap_btn div {
    width: 4rem;
    height: 4rem;
  }

  body.zs-home .index_hot .hot_wrap {
    margin-bottom: 3rem;
    background-size: cover;
  }

  body.zs-home .index_hot .hot_wrap > .swiper-wrapper {
    min-height: 0;
  }

  body.zs-home .index_hot a.pro_learmo {
    position: static;
    margin-top: 2rem;
  }

  body.zs-home .index_hot .hot_controls {
    position: static;
    margin-top: 2rem;
    justify-content: flex-start;
  }

  body.zs-home .index_hot .hot_controls {
    display: none;
  }

  body.zs-home .index_about .scoll_num {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
    padding-right: 0;
    gap: 3rem 1.6rem;
  }

  body.zs-home .index_about figure {
    margin-bottom: 0;
  }

  body.zs-home .index_about figure > div {
    min-height: 25rem;
  }

  body.zs-home .index_about figure figcaption {
    padding: 2.4rem 2rem;
  }

  body.zs-home .index_pro .pro_wrap .swiper-slide {
    flex-basis: 100%;
  }

  body.zs-home .index_cutom .flex_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 2rem;
    justify-items: center;
  }

  body.zs-home .index_cutom figure {
    width: 100%;
    max-width: 18.5rem;
    margin: 0 auto;
  }

  body.zs-home .index_cutom figure div {
    width: 11rem;
    height: 11rem;
    margin-bottom: 1.2rem;
  }

  body.zs-home .index_cutom figure div::after {
    inset: -0.5rem;
  }

  body.zs-home .index_cutom figure div::before {
    left: 0.9rem;
    top: 0.8rem;
    width: 0.6rem;
    height: 0.6rem;
  }

  body.zs-home .index_cutom figure img {
    width: 5.8rem;
  }

  body.zs-home .index_cutom figcaption h2 {
    margin: 0 auto;
    text-align: center;
  }

  body.zs-home .index_news .news_wrap figure {
    padding: 2rem 2rem 5rem;
  }

  body.zs-home .index_want {
    padding: 7rem 0;
  }

  body.zs-home .index_want ul {
    gap: 1.2rem;
  }

  body.zs-home .index_want div > a {
    width: 100%;
    padding: 0 2rem;
  }

  body.zs-home .foor_service {
    padding: 6rem 0 4rem;
  }

  body.zs-home .foot_sns {
    gap: 2rem;
  }

  body.zs-home .scrollsidebar {
    display: none;
  }

  body.zs-home .web-search .head-search {
    padding: 6rem 2rem 3rem;
  }
}
