.font29 {
  --fontsize: 46.4px;
  font-size: var(--fontsize);
}
.font36 {
  --fontsize: 57.6px;
  font-size: var(--fontsize);
}
.font40 {
  --fontsize: 64px;
  font-size: var(--fontsize);
}
.font42 {
  --fontsize: 67.2px;
  font-size: var(--fontsize);
}
.font46 {
  --fontsize: 73.6px;
  font-size: var(--fontsize);
}
.font48 {
  --fontsize: 76.8px;
  font-size: var(--fontsize);
}
.font52 {
  --fontsize: 83.2px;
  font-size: var(--fontsize);
}
.font54 {
  --fontsize: 86.4px;
  font-size: var(--fontsize);
}
.font58 {
  --fontsize: 92.8px;
  font-size: var(--fontsize);
}
.font64 {
  --fontsize: 102.4px;
  font-size: var(--fontsize);
}
.font96 {
  --fontsize: 153.6px;
  font-size: var(--fontsize);
}
input,
input:focus,
textarea,
textarea:focus,
button,
button:focus,
select {
  border: none;
  outline: none;
  resize: none;
}
* {
  line-height: 1.5;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
html.scrollX,
body.scrollX {
  overflow: hidden;
}
#wrap,
footer {
  font-size: 25.6px;
}
#wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.w1720 {
  width: 100%;
  height: 100%;
  max-width: 85%;
  margin: 0 auto;
}
.w1500 {
  width: 100%;
  height: 100%;
  max-width: 93.75rem;
  margin: 0 auto;
}
.animation {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.animation.down {
  -webkit-transform: translateY(-3.75rem);
  transform: translateY(-3.75rem);
}
.animation.up {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}
.animation.left {
  -webkit-transform: translateX(3.75rem);
  transform: translateX(3.75rem);
}
.animation.right {
  -webkit-transform: translateX(-3.75rem);
  transform: translateX(-3.75rem);
}
.animation.opacity {
  opacity: 0;
}
.animation.on.down,
.animation.on.up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animation.on.left,
.animation.on.right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.animation.on.opacity {
  opacity: 1;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBox.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tabContents > div {
  position: absolute;
  top: -13888.875rem;
  left: -13888.875rem;
}
.tabContents > div.on {
  position: relative;
  top: auto;
  left: auto;
}
.colorM {
  color: #3FBF4F !important;
}
header .logo,
footer .logo {
  width: 8.75rem;
}
header .logo img,
footer .logo img {
  filter: brightness(0) invert(1);
}
header.color .logo img {
  filter: none;
}
header .logo *,
footer .logo * {
  width: 100%;
  height: 100%;
}
header {
  width: 100%;
  height: 6.25rem;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .container {
  padding: 0 6.25rem;
}
header .headerBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
header .headerBox .tel {
  margin-right: 3.125rem;
  width: 10.625rem;
  height: 2.875rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headerBox .tel i {
  font-size: 1.125rem;
  color: #fff;
  margin-right: 0.3125rem;
}
header .headerBox .tel span {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
header .headerBox > *:not(nav) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header nav,
header .depth1,
header .depth1 > li {
  height: 100%;
}
header .depth1,
header .depth1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav {
  width: 70%;
  display: flex;
  justify-content: end;
  margin-right: 9.0625rem;
}
header nav a {
  color: #ffffff;
}
header .depth1 {
  gap: 0 3.4375rem;
}
header .depth1 > li {
  position: relative;
}
header .depth1 > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 6.25rem;
}
header .depth1 > li > a.active::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
header .depth1 > li > a:hover {
  color: #fff;
}
header .depth1 > li.white > a,
header .depth1 > li.white .depth2 > li > a {
  color: #ffffff;
}
header .depth1 > li.white > a::before,
header .depth1 > li.white .depth2 > li > a::before {
  display: none;
}
header .depth2 {
  width: 8rem;
  height: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .depth2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #3FBF4F;
  z-index: -1;
  -webkit-transition: all 0.22s linear;
  transition: all 0.22s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .depth2 br {
  display: none;
}
header .depth2 > li {
  overflow: hidden;
}
header .depth2 > li > a {
  display: block;
  font-size: 1.125rem;
  font-weight: 200;
  text-align: center;
  white-space: nowrap;
  padding: 0.625rem 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Pretendard', sans-serif;
}
header .depth2.on {
  height: auto;
  padding: 5rem 0 1.25rem;
}
header .depth2.on::before {
  height: 100%;
}
header .depth2.on > li > a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
header .langBox {
  position: relative;
}
header .langBox i {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
header .langBox .arrow {
  width: 0.625rem;
}
header .langBox ul {
  background: #3FBF4F;
  text-align: center;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  top: calc(100% + 0.9375rem);
  right: 0;
  display: none;
}
header .langBox ul li a {
  display: block;
  color: #ffffff;
  padding: 0.25rem 0;
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .langBox ul li:hover a {
  opacity: 1;
}
header .langBox.on .arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
header .menuOpen {
  margin-left: 3.125rem;
}
header .menuOpen i {
  font-size: 1.5rem;
  color: #fff;
}
header.color .logoCls1 {
  fill: #3FBF4F;
}
header.color .logoCls2 {
  fill: #221E1F;
}
header.color nav a {
  color: #111111;
}
header.color .langBox img {
  -webkit-filter: inherit;
  filter: inherit;
}
header.color .langBox img.arrow {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
header.color .langBox .langButton {
  color: #111111;
}
header.color .menuOpen span {
  background: #3FBF4F;
}
header.white nav a {
  color: #ffffff;
}
.allMenu {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #3FBF4F;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}
.allMenu :root {
  --vh: 100%;
}
@supports (-webkit-touch-callout: none) {
  .allMenu {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}
.allMenu :root {
  --vh: 100%;
}
.allMenu .inner,
.allMenu .menu {
  width: 100%;
  height: 100%;
}
.allMenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.allMenu .top,
.allMenu .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.allMenu .top {
  height: 3.125rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.allMenu .top ul {
  gap: 0 0.625rem;
}
.allMenu .top ul li {
  width: 5rem;
  height: 2.125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.allMenu .top ul li:hover {
  background: #ffffff;
}
.allMenu .top ul li:hover a {
  color: #3FBF4F;
}
.allMenu .top a {
  color: #ffffff;
  font-size: 22.4px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.allMenu .top .menuClose {
  width: 3.125rem;
  height: 100%;
  background: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.allMenu .top .menuClose img {
  width: 1.25rem;
}
.allMenu .bg {
  width: 32.25%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.allMenu .bg::after {
  content: "";
  display: block;
  background: #3FBF4F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  width: 100%;
  height: 100%;
}
.allMenu .bg img {
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.allMenu .menu {
  padding: 0 9.4% 0 6.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.allMenu .menu * {
  line-height: 1.3;
}
.allMenu a {
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.allMenu #snb {
  width: 100%;
}
.allMenu #snb > li {
  padding: 2.5rem 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-3.75rem);
  transform: translateY(-3.75rem);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.allMenu #snb > li::before,
.allMenu #snb > li::after {
  content: "";
  display: block;
  height: 0.0625rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.allMenu #snb > li::before {
  width: 100%;
  opacity: 0.2;
}
.allMenu #snb > li::after {
  width: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.allMenu #snb > li > a {
  width: 14.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
.allMenu #snb > li img {
  width: 1rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.allMenu #snb > li:hover::after {
  width: 100%;
}
.allMenu .depth2 {
  width: 100%;
  gap: 0 2.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.allMenu .depth2 > li > a {
  font-size: 1.125rem;
  opacity: 0.5;
}
.allMenu .depth2 > li:hover > a {
  opacity: 1;
}
.allMenu.on .bg::after {
  width: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.allMenu.on #snb > li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.allMenu.on #snb > li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.allMenu.on #snb > li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.allMenu.on #snb > li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.allMenu.on #snb > li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.allMenu.on #snb > li:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
footer .dfporea {
  background: #121212;
  padding: 4.3125rem 0 0.625rem;
}
footer * {
  color: #ffffff;
}
footer .top,
footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .bottom .ribox span:nth-last-child(1) {
  display: none;
}
footer .bottom .ribox span,
footer .bottom .ribox a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
footer h6 {
  font-weight: 500;
  font-size: 1.375rem;
  margin: 1.875rem 0 1.25rem;
}
footer .contact,
footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
}
footer .contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem 0;
}
footer dl {
  gap: 0 1.25rem;
  /*margin-top: 1.25rem;*/
  margin-bottom: 0;
}
footer dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  color: #818181;
  font-size: 1rem;
}
footer dl dd {
  color: #FFF;
  font-size: 1.25rem;
  margin-bottom: 0;
}
footer hr {
  width: 100%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  margin: 2.3125rem 0 0.625rem;
}
footer .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.6875rem;
}
footer .ul > li > a {
  font-size: 1.125rem;
  font-weight: 700;
}
footer .depth2 {
  padding: 1rem 0 0;
}
footer .depth2 > li a {
  color: #818181;
  line-height: 2.25rem;
  font-size: 1rem;
}
footer .bottom .flexBox {
  width: 80%;
}
footer .bottom .right {
  flex: 1;
  text-align: right;
}
footer .bottom .right a,
footer .bottom .right span {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
footer .bottom .right span:nth-last-child(1) {
  display: none;
}
footer .address {
  width: 100%;
  position: relative;
}
footer .address * {
  font-family: 'Pretendard', sans-serif;
}
footer .address button,
footer .address ul {
  width: 100%;
}
footer .address button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  color: #666666;
  font-size: 25.6px;
  font-weight: 300;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .address img {
  width: 0.6875rem;
  height: 0.3125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: brightness(0.6);
}
footer .address ul {
  background: #3FBF4F;
  padding: 0.7813rem 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
}
footer .address ul li {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  padding: 0.4688rem 0;
}
footer .address.on svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
footer .copy {
  color: #666666;
  font-weight: 500;
  margin: 0.9375rem 0 0;
  font-size: 1rem;
}
footer .topButton {
  width: 3.4375rem;
  height: 3.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .topButton img {
  width: 1.125rem;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  filter: brightness(0.6);
}
footer .depth2 > li a:hover {
  color: #3FBF4F;
}
.section {
  overflow: hidden;
  position: relative;
  z-index: -1;
  height: 100vh;
}
.section.active {
  z-index: 2;
}
.video {
  position: relative;
  z-index: 33;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  color: #999;
}
.social-share .social-share-icon {
  line-height: 1.3 !important;
  margin-top: 4px;
}
.social-share .social-share-icon i {
  color: #fff !important;
}
.social-share .social-share-icon i:hover {
  background-color: unset;
}
.foot-fot {
  display: none;
}
@media (max-width: 960px) {
  .pc_show {
    display: none;
  }
  .foot-fot {
    display: block;
  }
}
.show_product_one {
  background: #ECF9ED;
  margin-top: 4.25rem;
}
