:root {
  --transition-custom: all 0.4s ease-in-out;
}

.navbar-item img, .navbar-item svg {
  max-height: calc(var(--ko-navbar-height) * 0.5);
}

@media screen and (max-width: 768px) {
  .navbar-item img, .navbar-item svg {
    max-height: calc(var(--ko-navbar-height) * 0.4);
  }
}
@keyframes scroll-icon-ani {
  0% {
    top: -1rem;
    opacity: 0;
  }
  10% {
    top: -1rem;
    opacity: 1;
  }
  32% {
    top: -1rem;
    opacity: 1;
  }
  80% {
    top: 4.3rem;
    opacity: 1;
  }
  100% {
    top: 4.3rem;
    opacity: 0;
  }
}
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 0.125em solid #d6d9e0;
  border-right: 0;
  border-top: 0;
  height: 0.425em;
  width: 0.425em;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.bb-1 {
  border-bottom: 1px solid var(--ko-link-dark-invert);
}

.tit {
  max-width: 9rem;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .inr {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
body .inr-small {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
body .inr-narrow {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .inr-wide {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}
body .wrap {
  width: 100%;
}
body .wrap .header.fixed {
  background-color: #fff !important;
  /* height: 80px; */
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
body .wrap .header {
  background-color: transparent;
  z-index: 3;
  position: fixed;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .wrap .header .navbar {
  background-color: transparent;
}
body .wrap .header .navbar .navbar-brand .navbar-item {
  padding-left: 0;
}
body .wrap .header .navbar .navbar-brand .navbar-item:hover {
  background: transparent;
}
body .wrap .header .navbar .navbar-brand .logo {
  padding: 0;
  height: 100px;
  position: relative;
  z-index: 5;
}
body .wrap .header .navbar .mnav > .navbar-item .navbar-link {
  min-width: 120px;
  justify-content: center;
  transition: all 0.4s;
}
body .wrap .header .navbar .mnav > .navbar-item .navbar-link:hover {
  color: var(--ko-primary);
  transition: all 0.4s;
}
body .wrap .header .navbar .mnav > .navbar-item > .navbar-link {
  background-color: transparent;
}
body .wrap .header .navbar .mnav > .navbar-item, body .wrap .header .navbar .mnav > .navbar-link {
  padding: 0 0.75rem;
  font-weight: 500;
}
body .wrap .header .navbar .mnav .navbar-item {
  transition: all 0.4s;
}
body .wrap .header .navbar .mnav .navbar-item:hover {
  color: var(--ko-primary);
  transition: all 0.4s;
  background-color: transparent;
}
body .wrap .header .navbar .mnav .navbar-item .navbar-dropdown {
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 180px;
  border-radius: 0;
  padding-block: 0;
  top: calc(100% + (var(--ko-navbar-dropdown-offset)) + 5px);
}
body .wrap .header .navbar .mnav .navbar-item .navbar-dropdown .navbar-item {
  justify-content: center;
  padding: 0.5rem;
}
body .wrap .header .navbar .mnav .navbar-item .navbar-dropdown .navbar-link {
  font-weight: 500;
}
body .wrap .header .navbar .mnav > .navbar-item .navbar-link.active, body .wrap .header .navbar .mnav > .navbar-item.active {
  color: var(--ko-primary);
}
body .wrap .header .navbar .nested.dropdown {
  width: 100%;
}
body .wrap .header .navbar .nested .dropdown-menu .dropdown-content {
  border-radius: var(--ko-navbar-dropdown-boxed-radius);
}
body .wrap .header .navbar .nested .dropdown-menu {
  left: auto;
  right: -107%;
  top: calc((var(--ko-navbar-dropdown-offset)) * 3);
}
body .wrap .header .navbar .nested a.navbar-link {
  width: 100%;
  display: flex;
}
body .wrap .header .navbar .nested.dropdown:hover > .dropdown-menu {
  display: block;
}
body .wrap .header .navbar .nested .navbar-link:not(.is-arrowless)::after {
  transform: rotate(-135deg);
  top: 60%;
}
body .wrap .header .navbar .lang.navbar-item .navbar-link:hover {
  background-color: transparent;
}
body .wrap .hero {
  background-color: #fafafa;
}
body .wrap .hero-body {
  position: relative;
}
body .wrap .hero-body .img {
  width: 45%;
  height: auto;
  position: absolute;
  right: 2rem;
  bottom: 0;
}
body .wrap .mnav .navbar-item {
  font-size: 1.125rem;
  font-weight: 700;
}
body .wrap .mnav .navbar-dropdown .navbar-item {
  font-size: 1rem;
  font-weight: 500;
}

.blob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background-image: linear-gradient(#1100ff 10%, #ff00f2);
  filter: blur(150px);
  transition: all 450ms ease-out;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 0;
}

.popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  text-align: center;
}
.popup img {
  width: auto;
  height: 90svh;
  transform: translateY(5%);
}
.popup .icon {
  display: flex;
  position: absolute;
  top: 5%;
  right: 25%;
}

.productModal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
}
.productModal .box {
  width: 40%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.productModal .panel {
  height: 100%;
}
.productModal .panel .swiper-container {
  width: 100%;
  height: 100%;
  margin: 5px auto;
}
.productModal .panel .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.productModal .panel .swiper-slide {
  overflow: hidden;
}
.productModal .panel .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.productModal .panel .gallery-top {
  height: 71%;
  width: 100%;
  position: relative;
}
.productModal .panel .gallery-thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0;
}
.productModal .panel .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.productModal .panel .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@keyframes flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer {
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.footer .fnav a {
  position: relative;
  transition: all 0.4s;
}
.footer .fnav a:first-child {
  padding-left: 0 !important;
}
.footer .fnav a::after {
  content: "";
  width: 1px;
  height: 20%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
}
.footer .fnav a:hover {
  color: var(--ko-primary);
}
.footer .fnav a:last-child::after {
  display: none;
}
.footer__info {
  padding: 60px 0;
}
.footer__info__txt {
  display: flex;
  row-gap: 5px;
  column-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__info__txt li {
  display: flex;
  gap: 10px;
}
.footer__copy {
  font-size: 14px;
}
.footer__logo {
  width: 150px;
}

.search_icon, .close_icon {
  display: flex;
  justify-content: center;
}
.search_icon:hover, .close_icon:hover {
  background: transparent;
}

.close_icon {
  display: none;
}

.search {
  display: none;
  position: fixed;
  width: 100svw;
  height: 100svh;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.search__container {
  z-index: 3;
  position: relative;
  background: #fafafa;
  top: var(--ko-navbar-height);
}

.fullmenu {
  display: none;
  position: fixed;
  width: 100svw;
  height: 100svh;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.fullmenu__container {
  z-index: 35;
  position: relative;
  height: 100svh;
  width: calc(100svw - 17px);
}
.fullmenu__container .navbar {
  background-color: transparent;
}
.fullmenu__container .navbar .navbar-burger.is-active {
  color: hsl(0, 0%, 100%);
}
.fullmenu__container .logo:hover {
  background-color: transparent;
}
.fullmenu__content {
  display: flex;
  height: 100%;
  position: relative;
}
.fullmenu__content .block {
  display: flex;
  height: calc(95% - 3rem);
}
.fullmenu__content .fgnb {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.fullmenu__content .fgnb li.parent {
  flex: 1;
}
.fullmenu__content .fgnb li.parent:hover > a {
  color: var(--ko-primary);
  border-bottom: 3px solid rgb(255, 255, 255);
}
.fullmenu__content .fgnb li.parent > a {
  display: flex;
  padding-block: 30px;
  flex: 1;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  justify-content: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.fullmenu__content .fgnb li.parent > a:hover {
  color: var(--ko-primary);
  border-bottom: 3px solid rgb(255, 255, 255);
  transition: all 0.4s;
}
.fullmenu__content .fgnb li.parent ul.sub {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.fullmenu__content .fgnb li.parent ul.sub li.child > a {
  font-size: 1.2rem;
  border: 0;
  justify-content: center;
}
.fullmenu__content .fgnb li.parent ul.sub li.child > a:hover {
  color: var(--ko-primary);
}
.fullmenu__content .fgnb li.parent ul.sub .gchild > a {
  justify-content: center;
  position: relative;
  width: fit-content;
  left: 53%;
  transform: translateX(-53%);
}
.fullmenu__content .fgnb li.parent ul.sub .gchild > a:hover {
  color: var(--ko-primary);
}
.fullmenu__content .fgnb li.parent ul.sub .gchild > a::before {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 2px;
  width: 5px;
  height: 20px;
  top: 0;
}

.borderless {
  border: none !important;
}

.fixed {
  position: fixed;
  width: 100%;
}

.on {
  display: block;
}

.quickMenu {
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 88px;
  opacity: 0;
  transition: all 0.3s;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 30;
  gap: 15px;
  width: 60px;
  overflow: visible;
}
.quickMenu .product, .quickMenu .chat {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition-property: width;
  transition-duration: 0.4s;
  text-align: left;
  padding-inline: 13px;
  gap: 10px;
}
.quickMenu .product .ph, .quickMenu .chat .ph {
  font-size: 30px;
  color: white;
}
.quickMenu .product .txt, .quickMenu .chat .txt {
  opacity: 0;
  color: #fff;
  transition: all 0.4s;
}
.quickMenu .product:hover, .quickMenu .chat:hover {
  width: 120px;
}
.quickMenu .product:hover .txt, .quickMenu .chat:hover .txt {
  opacity: 1;
}

.backTop {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 0;
  position: fixed;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  color: #fff;
  bottom: 20px;
  opacity: 1;
  right: 20px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}

.backTop .ph {
  font-size: 20px;
}

.quickMenu.show, .backTop.show {
  opacity: 1;
  transition: all 0.3s;
}

/*# sourceMappingURL=layout.css.map */
