@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reddit+Mono:wght@200..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');



.main-container {
  margin: 0 auto; /* Center */
  max-width: 100%; /* Full width by default */
  padding: 0;
  box-sizing: border-box; 
}
@media (min-width: 1200px) {
  .main-container {
      max-width: 2000px;
  }
}


.hidden {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

html {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

body {
  margin: 0;
  color: #555;
  background: #fff;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}


html, body {
  overscroll-behavior-y: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

body,
input,
select,
textarea,
button,
pre {
  font-family: "Poppins", sans-serif;
}

article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary {
  display: block;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ins {
  color: #555;
}

em {
  font-style: normal;
}

mark {
  background-color: #ff9;
  font-style: italic;
  color: #555;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=search],
input[type=email],
input[type=time],
input[type=month],
input[type=date],
input[type=url],
input[type=image],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

input[type=hidden],
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=password] {
  font-family: Verdana !important;
}

input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button],
input[type=image],
input[type=file],
input[type=submit],
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

input:disabled,
button:disabled {
  cursor: default;
}

input[type=date] {
  background: transparent;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

::-moz-placeholder {
  color: #646467;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #646467;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

select:invalid {
  color: #646467 !important;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
}

input[type=date] {
  position: relative;
}

input[type=date]:in-range::-webkit-datetime-edit-year-field,
input[type=date]:in-range::-webkit-datetime-edit-month-field,
input[type=date]:in-range::-webkit-datetime-edit-day-field,
input[type=date]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
  z-index: 1;
}

::-webkit-details-marker {
  display: none;
}

/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 0);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.screen-size-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  color: white;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 5px;
  z-index: 1000; /* Ensure it appears above other elements */
}

#header,
#header > div > div {
  transition: all 0.3s ease-in-out;
}

#header {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1281px) {
  #header {
    height: 118px;
  }
}
@media (max-width: 1280px) {
  #header {
    height: 62px;
  }
}
#header:not(.fixed) {
  position: relative;
}
#header:not(.fixed) h1,
#header:not(.fixed) > div > button {
  filter: grayscale(1) brightness(100);
}
@media (min-width: 1281px) {
  #header:not(.fixed) nav {
    filter: grayscale(1) brightness(100);
  }
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}
#header.fixed .flag_select {
  background-image: url("../images/flag_earth.svg");
}
#header.fixed aside li:nth-of-type(1) a div {
  background-image: url("../images/flag_earth.svg");
}
#header.fixed aside li:nth-of-type(2) a div {
  background-image: url("../images/flag_korea.svg");
}
#header.fixed aside li:nth-of-type(3) a div {
  background-image: url("../images/flag_china.svg");
}
#header.fixed aside button > div.flag_select.lang-en {
  background-image: url("../images/flag_earth.svg");
}
#header.fixed aside button > div.flag_select.lang-ko {
  background-image: url("../images/flag_korea.svg");
}
#header.fixed aside button > div.flag_select.lang-zh {
  background-image: url("../images/flag_china.svg");
}
@media (max-width: 1280px) {
  #header.fixed .flag_select {
      background-image: url("../images/en_logo.svg");
  }

  #header.fixed aside li:nth-of-type(1) a div {
      background-image: url("../images/en_logo.svg");
  }

  #header.fixed aside li:nth-of-type(2) a div {
      background-image: url("../images/kr_logo.svg");
  }

  #header.fixed aside li:nth-of-type(3) a div {
      background-image: url("../images/zh_logo.svg");
  }

  #header.fixed aside button > div.flag_select.lang-en {
      background-image: url("../images/en_logo.svg");
  }

  #header.fixed aside button > div.flag_select.lang-ko {
      background-image: url("../images/kr_logo.svg");
  }

  #header.fixed aside button > div.flag_select.lang-zh {
      background-image: url("../images/zh_logo.svg");
  }
}

#header.fixed aside li > a > h3.text_en {
  color: #9a8197;
}
#header.fixed aside li > a > h3.text_ko {
  color: #91A28F;
}
#header.fixed aside li > a > h3.text_zh {
  color: #DD577A;
}
#header.fixed aside button {
  background-color: #fff;
}
#header.fixed aside li {
  background-color: #fff;
}
#header.fixed aside button > h3 {
  color: #9a8197;
}
#header.fixed aside button > h3.lang-ko {
  color: #91A28F;
}
#header.fixed aside button > h3.lang-zh {
  color: #DD577A;
}
#header.fixed aside button > div.down_arrow {
  width: 12px;
  background-repeat: no-repeat;
  background-image: url("../images/down_arrow-en.svg");
}
#header.fixed aside button > div.down_arrow.lang-zh {
  width: 12px;
  background-repeat: no-repeat;
  background-image: url("../images/down_arrow-cn.svg");

}

#header.fixed aside button > div.down_arrow.lang-ko {
  width: 12px;
  background-repeat: no-repeat;
  background-image: url("../images/down_arrow-ko.svg");

}
@media (min-width: 1281px) {
  #header.fixed aside button > div.down_arrow {
    height: 12px;
  }
}
@media (max-width: 1280px) {
  #header.fixed aside button > div.down_arrow {
    height: 12px;
  }
}
@media (min-width: 1281px) {
  #header.temp:not(.opened) {
    top: -118px;
  }
}
@media (max-width: 1280px) {
  #header.temp:not(.opened) {
    top: -62px;
  }
}
@media (max-width: 1280px) {
  #header:not(.opened) > div > div {
    max-height: 0;
  }
  #header.opened {
    position: fixed;
    background: #312f2f;
  }
  #header.opened h1,
  #header.opened > div > button {
    filter: grayscale(1) brightness(100);
  }
}
#header > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1281px) {
  #header > div {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 1280px) {
  #header > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
#header h1 button {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  background: url("../images/logo-en.svg") no-repeat center/100%;
}
@media (min-width: 1281px) {
  #header h1 button {
    width: 99px;
  }
}
@media (max-width: 1280px) {
  #header h1 button {
    width: 70px;
  }
}
@media (min-width: 1281px) {
  #header h1 button {
    height: 34px;
  }
}
@media (max-width: 1280px) {
  #header h1 button {
    height: 24px;
  }
}
#header h1 button.lang-ko {
  background: url("../images/logo-ko.svg") no-repeat center/100%;
}
#header h1 button.lang-zh {
  background: url("../images/logo-zh.svg") no-repeat center/100%;
}
#header > div > button {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-right: -12px;
  width: 50px;
  height: 51px;
  background: url("../images/menu.svg") no-repeat center;
}
#header > div > button.lang-ko {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-right: -12px;
  width: 50px;
  height: 51px;
  background: url("../images/menu_kr.svg") no-repeat center;
}
#header > div > button.lang-zh {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-right: -12px;
  width: 50px;
  height: 51px;
  background: url("../images/menu_zh.svg") no-repeat center;
}
@media (min-width: 1281px) {
  #header > div > button {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (max-width: 1280px) {
  #header > div > div {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: calc(100vh - 62px);
    max-height: calc(var(--vh, 1vh) * 100 - 62px);
    background: #fff;
  }
}
#header > div > div > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
}
@media (min-width: 1281px) {
  #header > div > div > button {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (min-width: 1281px) {
  #header aside {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1280px) {
  #header aside {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 30px;
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  }
}
@media (min-width: 1281px) {
  #header aside button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1.5px solid #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 0px;
  }
}
@media (max-width: 1280px) {
  #header aside button {
    width: 41px;
  }
}
#header aside button.language_menu_open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}
@media (max-width: 1280px) {
  #header aside ul {
    display: block !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
  #header aside ul > * {
    display: inline-block;
  }
}
@media (min-width: 1281px) {
  #header aside ul {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
#header aside ul li:nth-of-type(1).lang-en {
  display: none;
}
#header aside ul li:nth-of-type(2).lang-ko {
  display: none;
}
#header aside ul li:nth-of-type(3).lang-zh {
  display: none;
}
@media (min-width: 1281px) {
  #header aside ul li {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1.5px solid #FFF;
  }
  #header aside ul li:nth-of-type(1).lang-ko {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
    border-top: 0px;
  }
  #header aside ul li:nth-of-type(1).lang-zh {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
    border-top: 0px;
  }
  #header aside ul li:nth-of-type(2).lang-en {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px;
    border-bottom: 0px;
    border-top: 0px;
  }
  #header aside ul li:nth-of-type(2).lang-zh {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
  }
  #header aside ul li:nth-of-type(3).lang-en {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
  }
  #header aside ul li:nth-of-type(3).lang-ko {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
  }
}
#header aside li {
  position: relative;
  cursor: pointer;
}
#header aside li:nth-of-type(1) a div {
  background-image: url("../images/flag_earth_white.svg");
}
#header aside li:nth-of-type(2) a div {
  background-image: url("../images/flag_korea_white.svg");
}
#header aside li:nth-of-type(3) a div {
  background-image: url("../images/flag_china_white.svg");
}
@media (max-width: 1280px) {
  #header aside li {
    padding-left: 14px;
  }

  #header aside li:nth-of-type(1) a div,
  #header aside li:nth-of-type(2) a div,
  #header aside li:nth-of-type(3) a div {
    background-size: auto; /* Ensure proportional scaling */
    padding-right: 70px;
  }

  /* Specific background images */
  #header aside li:nth-of-type(1) a div {
    background-image: url("../images/en_logo.svg");
  }
  #header aside li:nth-of-type(2) a div {
    background-image: url("../images/kr_logo.svg");
  }
  #header aside li:nth-of-type(3) a div {
    background-image: url("../images/zh_logo.svg");
  }
}
#header aside li > a {
  display: flex; /* Enable flexbox for horizontal alignment */
  align-items: center;
  text-align: left;
}
#header aside button > div.flag_select.lang-en {
  background-image: url("../images/flag_earth_white.svg");
}
#header aside button > div.flag_select.lang-ko {
  background-image: url("../images/flag_korea_white.svg");
}
#header aside button > div.flag_select.lang-zh {
  background-image: url("../images/flag_china_white.svg");
}
@media (max-width: 1280px) {
  #header aside button > div.flag_select {
    background-image: url("../images/en_logo.png");
    width: 44.22px; 
    height: 21.5px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0; 
    margin: 0; 
  }
  #header aside button > div.flag_select.lang-en {
    background-image: url("../images/en_logo.svg");
  }
  #header aside button > div.flag_select.lang-ko {
    background-image: url("../images/kr_logo.svg");
  }
  #header aside button > div.flag_select.lang-zh {
    background-image: url("../images/zh_logo.svg");
  }
  
}
#header aside button > h3.text_ko, #header aside button > h3.text_zh {
  display: none;
}
#header aside button > h3.text_en.lang-en, #header aside button > h3.text_ko.lang-ko, #header aside button > h3.text_zh.lang-zh {
  display: block;
}
@media (max-width: 1280px) {
  #header aside button > h3.text_en, #header aside button > h3.text_ko, #header aside button > h3.text_zh {
    display: none !important;
  }
}
#header aside button > h3.text_en.lang-ko, #header aside button > h3.text_en.lang-zh {
  display: none;
}
#header aside button > h3.text_ko.lang-en, #header aside button > h3.text_ko.lang-zh {
  display: none;
}
#header aside button > h3.text_zh.lang-en, #header aside button > h3.text_zh.lang-ko {
  display: none;
}
#header aside li > a.a_flag_global_white {
  display: none;
}
#header aside li > a.a_flag_global_white.lang-ko, #header aside li > a.a_flag_global_white.lang-zh {
  display: flex;
}
#header aside li > a.a_flag_korea_white.lang-ko {
  display: none;
}
#header aside li > a.a_flag_china_white.lang-zh {
  display: none;
}
@media (min-width: 1281px) {
  #header aside div {
    width: 32px;
  }
}
@media (max-width: 1280px) {
  #header aside div {
    width: 41px;
  }
}
@media (min-width: 1281px) {
  #header aside div {
    height: 32px;
  }
}
@media (max-width: 1280px) {
  #header aside div {
    height: 41px;
  }
}
@media (min-width: 1281px) {
  #header aside div {
    background-size: 100%;
  }
}
@media (max-width: 1280px) {
  #header aside div {
    background-size: 21px;
  }
}
#header aside button {
  display: flex; /* Enable flexbox for horizontal alignment */
  align-items: center;
}
@media (min-width: 1281px) {
  #header aside button {
    height: 32px;
  }
}
@media (max-width: 1280px) {
  #header aside button {
    height: 41px;
    width: auto; /* Allow dynamic width to fit content */
  }
}
@media (min-width: 1281px) {
  #header aside button {
    background-size: 100%;
  }
}
@media (max-width: 1280px) {
  #header aside button {
    background-size: 21px;
  }
}
#header aside button > div {
  margin-right: 10px;
}
#header aside button > div.lang-en {
  margin-right: 11.56px;
}
#header aside button > div.lang-ko {
  margin-right: 11.56px;
}
#header aside button > div.down_arrow {
  width: 12px;
  background-repeat: no-repeat;
  background-image: url("../images/down_arrow.svg");
}
@media (min-width: 1281px) {
  #header aside button > div.down_arrow {
    height: 6.55px;
  }
}
@media (max-width: 1280px) {
  #header aside button > div.down_arrow {
    height: 6.55px;
  }
}
@media (max-width: 1280px) {
  #header aside button > div.down_arrow {
    display: none;
  }
}
#header aside li > a > h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  #header aside li > a > h3 {
    display: none;
  }
}
#header aside button > h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 18px;
}
@media (min-width: 1281px) {
  #header aside a {
    margin-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1280px) {
  #header aside button {
    margin-left: -10px;
    pointer-events: none;
  }
}
#header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #9a8197;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}
@media (min-width: 1281px) {
  #header nav {
    padding-left: 10px;
  }
}
@media (max-width: 1280px) {
  #header nav {
    padding: 10px 0;
  }
}
#header nav a {
  position: relative;
}
@media (min-width: 1281px) {
  #header nav a {
    margin-left: 47px;
  }
}
@media (max-width: 1280px) {
  #header nav a {
    width: 100%;
    padding-left: 30px;
    line-height: 50px;
  }
}
@media (max-width: 1280px) {
  #header nav a.current {
    background: rgba(210, 210, 210, 0.2);
  }
  #header nav a.current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #9a8197;
  }
}
#header nav.lang-ko {
  color: #91A28F;
}
#header nav.lang-zh {
  color: #DD577A;
}

@media (min-width: 1281px) {
  .howitworks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
}
@media (max-width: 1280px) {
  .howitworks {
    position: relative;
  }
}
.howitworks .swiper {
  position: sticky;
}
.howitworks .swiper.lang-en {
  background-color: #9a8197;
}
.howitworks .swiper.lang-ko {
  background-color: #91A28F;
}
.howitworks .swiper.lang-zh {
  background-color: #DD577A;
}
@media (min-width: 1281px) {
  .howitworks .swiper {
    width: 100%;
    height: calc(100vh - 117px);
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper {
    height: calc(100vh - 62px);
  }
}
.howitworks .swiper .swiper-wrapper {
  counter-reset: numbering;
}
.howitworks .swiper .swiper-slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  background-color: #9a8197;
  background-size: cover;
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide {
    width: 1492px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide {
    width: 1125px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide {
    width: 1049px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide {
    width: 1029px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide {
    width: 729px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide {
    width: 605px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide {
    width: 428px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide {
    width: 320px;
  }
}
.howitworks .swiper .swiper-slide:nth-child(1) div {
  background-size: cover;
  background-image: url("../images/howitworks1.png");
}
.howitworks .swiper .swiper-slide:nth-child(2) div {
  background-size: cover;
  background-image: url("../images/howitworks2.png");
}
.howitworks .swiper .swiper-slide:nth-child(3) div {
  background-size: cover;
  background-image: url("../images/howitworks3.png");
}
.howitworks .swiper .swiper-slide:nth-child(4) div {
  background-size: cover;
  background-image: url("../images/howitworks4.png");
}
.howitworks .swiper .swiper-slide:nth-child(5) div {
  background-size: cover;
  background-image: url("../images/howitworks5.png");
}
.howitworks .swiper .swiper-slide.lang-en {
  background-color: #9a8197;
}
.howitworks .swiper .swiper-slide.lang-ko {
  background-color: #91A28F;
}
.howitworks .swiper .swiper-slide.lang-zh {
  background-color: #DD577A;
}
.howitworks .swiper .swiper-slide h2 {
  color: #F7C74F;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  line-height: 85px; /* 106.25% */
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 80px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 58px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 56px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 48px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 29px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 29px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 29px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 43.2px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 38.4px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 33.6px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 26.1px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    font-size: 23.2px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 85px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 70px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 70px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 36px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 36px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 36px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 54px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 48px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 42px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 32.4px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    line-height: 28.8px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 20px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 20px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 20px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 90px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 80px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 70px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 18px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    padding-top: 16px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 856px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 605px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 609px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 565px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 349px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 402px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 294px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h2 {
    max-width: 294px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.29px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.29px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.29px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.29px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.261px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h2 {
    letter-spacing: -0.232px;
  }
}
.howitworks .swiper .swiper-slide h3 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 30px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 27px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 24px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 21px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 27px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h3 {
    margin-top: 24px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 21px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 18.9px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 16.8px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 14.7px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 18.9px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide h3 {
    font-size: 16.8px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 610px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 450px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 420px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 400px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 294px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 294px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 294px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide h3 {
    max-width: 294px;
  }
}
.howitworks .swiper .swiper-slide p {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: normal; /* 166.667% */
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide p {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal + 0px);
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal * 0.9);
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal * 0.8);
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal * 0.7);
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal * 0.9);
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    line-height: calc(normal * 0.8);
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 20px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 16px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 14px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 18px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    margin-top: 16px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 18px;
  }
}
@media (min-width: 1281px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 16.2px;
  }
}
@media (min-width: 1281px) and (max-height: 648px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 14.4px;
  }
}
@media (min-width: 1281px) and (max-height: 548px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 12.6px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 16.2px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide p {
    font-size: 14.4px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 610px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 450px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 420px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 400px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 294px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 294px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 294px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide p {
    max-width: 294px;
  }
}
.howitworks .swiper .swiper-slide p.lang-zh {
  font-weight: 400;
}
.howitworks .swiper .swiper-slide div {
  z-index: 5;
  border: 0px solid transparent;
  position: absolute; /* Set the image to absolute positioning */
  opacity: 0;
  transform: translateX(100%); /* Start the image off-screen to the right */
  transition: transform 0.5s ease-out, opacity 1s ease-out;
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 100px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 80px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 80px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 80px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 88px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    bottom: 96px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide div {
    height: 485px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide div {
    height: 360px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide div {
    height: 320px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide div {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide div {
    height: 260px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide div {
    height: 230px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide div {
    height: 210px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide div {
    height: 180px;
  }
}
@media (min-width: 481px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide div {
    height: 30vh;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    height: 189px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    height: 168px;
  }
}
@media (max-height: 440px) {
  .howitworks .swiper .swiper-slide div {
    height: 0px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide div {
    width: 485px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide div {
    width: 360px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide div {
    width: 320px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide div {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide div {
    width: 260px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide div {
    width: 230px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide div {
    width: 210px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide div {
    width: 180px;
  }
}
@media (min-width: 481px) and (max-height: 748px) {
  .howitworks .swiper .swiper-slide div {
    width: 30vh;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    width: 189px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .howitworks .swiper .swiper-slide div {
    width: 168px;
  }
}
@media (max-height: 440px) {
  .howitworks .swiper .swiper-slide div {
    width: 0px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 976px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 725px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 729px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 685px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 469px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 422px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 214px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper .swiper-slide div {
    margin-left: 124px;
  }
}
@media (min-width: 1921px) {
  .howitworks .swiper-pagination {
    margin-right: 214px;
  }
}
@media (max-width: 1920px) {
  .howitworks .swiper-pagination {
    margin-right: 142px;
  }
}
@media (max-width: 1440px) {
  .howitworks .swiper-pagination {
    margin-right: 103px;
  }
}
@media (max-width: 1366px) {
  .howitworks .swiper-pagination {
    margin-right: 60px;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination {
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .howitworks .swiper-pagination {
    margin-right: 20px;
  }
}
@media (max-width: 744px) {
  .howitworks .swiper-pagination {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .howitworks .swiper-pagination {
    margin-right: 20px;
  }
}
.howitworks .swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid #fff;
  opacity: 1;
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet {
    margin: 10 5px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet {
    margin: 10 4px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet {
    height: 10px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet {
    height: 8px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet {
    border-radius: 5px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet {
    border-radius: 4px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet {
    width: 10px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet {
    width: 8px !important;
  }
}
.howitworks .swiper-pagination-bullet-active {
  background: transparent !important;
  border: 1px solid #F7C74F;
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet-active {
    margin: 10 5px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet-active {
    margin: 10 4px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet-active {
    height: 10px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet-active {
    height: 8px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet-active {
    border-radius: 5px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet-active {
    border-radius: 4px !important;
  }
}
@media (min-width: 1281px) {
  .howitworks .swiper-pagination-bullet-active {
    height: 60px !important;
  }
}
@media (max-width: 1280px) {
  .howitworks .swiper-pagination-bullet-active {
    height: 40px !important;
  }
}

.vi {
  z-index: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: calc(100vh  - 0px);
  height: calc(var(--vh, 1vh) * 100  - 0px);
}
@media (min-width: 1281px) {
  .vi {
    margin-top: -118px;
  }
}
@media (max-width: 1280px) {
  .vi {
    margin-top: -62px;
  }
}
@media (min-width: 1281px) {
  .vi {
    min-height: 700px;
  }
}
@media (max-width: 1280px) {
  .vi {
    min-height: 500px;
  }
}
@media (min-width: 1281px) {
  .vi {
    max-height: 1006px;
  }
}
@media (max-width: 1280px) {
  .vi {
    max-height: 554px;
  }
}
@media (min-width: 1281px) {
  .vi {
    padding-top:900px;
  }
}
@media (max-width: 1280px) {
  .vi {
    padding-top: 169px;
  }
}
@media (max-width: 1280px) {
  #header.opened + .vi, #header.fixed + .vi {
    margin-top: 0;
  }
}
.vi header {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.vi header h1 {
  z-index: 2;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  background: url("../images/logo2-en.svg") no-repeat center/100%;
}
@media (min-width: 1281px) {
  .vi header h1 {
    width: 369px;
  }
}
@media (max-width: 1280px) {
  .vi header h1 {
    width: 188px;
  }
}
@media (min-width: 1281px) {
  .vi header h1 {
    height: 171px;
  }
}
@media (max-width: 1280px) {
  .vi header h1 {
    height: 88px;
  }
}
.vi header h1.lang-ko {
  background: url("../images/logo2-ko.svg") no-repeat center/100%;
}
.vi header h1.lang-zh {
  background: url("../images/logo2-zh.svg") no-repeat center/100%;
}
.vi header p {
  z-index: 2;
  position: relative;
  font-weight: 300;
  line-height: 1.538;
  color: #fff;
}
@media (min-width: 1281px) {
  .vi header p {
    margin-top: 46px;
  }
}
@media (max-width: 1280px) {
  .vi header p {
    margin-top: 32px;
  }
}
@media (min-width: 1281px) {
  .vi header p {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .vi header p {
    font-size: 13px;
  }
}
@media screen and (max-width: 565px) {
  .vi header p br {
    display: none;
  }
}
@media (min-width: 1281px) {
  .vi header p.lang-ko {
    max-width: 490px;
  }
}
@media (max-width: 1280px) {
  .vi header p.lang-ko {
    max-width: 320px;
  }
}
.vi header p.lang-zh {
  font-weight: 400;
}
.vi header ul {
  z-index: 2;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1281px) {
  .vi header ul {
    margin-top: 43px;
  }
}
@media (max-width: 1280px) {
  .vi header ul {
    margin-top: 24px;
  }
}
@media (max-width: 1280px) {
  .vi header ul li:first-child {
    margin-left: -8px;
  }
}
.vi header ul li + li {
  position: relative;
}
@media (min-width: 1281px) {
  .vi header ul li + li {
    margin-left: 26px;
  }
}
@media (max-width: 1280px) {
  .vi header ul li + li {
    margin-left: 5px;
  }
}
@media (min-width: 1281px) {
  .vi header ul li + li {
    padding-left: 26px;
  }
}
@media (max-width: 1280px) {
  .vi header ul li + li {
    padding-left: 5px;
  }
}
.vi header ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background: #e6e7e8;
}
@media (min-width: 1281px) {
  .vi header ul li + li::before {
    height: 33px;
  }
}
@media (max-width: 1280px) {
  .vi header ul li + li::before {
    height: 17px;
  }
}
.vi header ul a {
  width: 33px;
  height: 33px;
}
@media (min-width: 1281px) {
  .vi header ul a {
    background-size: 100%;
  }
}
@media (max-width: 1280px) {
  .vi header ul a {
    background-size: 17px;
  }
}
.vi header aside {
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 1280px) {
  .vi header aside {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.vi header aside span {
  padding-bottom: 4px;
  font-size: 18px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.vi header aside a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-top: 17px;
  width: 20px;
  height: 20px;
}
.vi header aside a.instagram {
  background-image: url("../images/sns_instagram.svg");
}
.vi header aside a.twitter {
  background-image: url("../images/sns_twitter.svg");
}
.vi .swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.vi .swiper .swiper-slide {
  background-size: auto;
  background-repeat: no-repeat;
}
.vi .swiper .swiper-slide:nth-child(1) {
  background-image: url("../images/dist-banner.jpg");
  width: 1920px;
  height: 800px;
  background-size: cover;

}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/dist-banner-m.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/*
.vi .swiper .swiper-slide:nth-child(2) {
  background-image: url("../images/vi2.jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(2) {
    background-image: url("../images/office_m.jpeg");
  }
}
.vi .swiper .swiper-slide:nth-child(3) {
  background-image: url("../images/vi3.jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(3) {
    background-image: url("../images/office_m.jpeg");
  }
}*/
/*
/* Korean 
.lang-ko .vi .swiper .swiper-slide:nth-child(1) {
  background-image: url("../images/office.jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_KR_M\(1\).jpg");
  }
}
.lang-ko .vi .swiper .swiper-slide:nth-child(2) {
  background-image: url("../images/Landing_Slide\ Banner_KR\(2\).jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_KR_M\(2\)");
  }
}
.lang-ko .vi .swiper .swiper-slide:nth-child(3) {
  background-image: url("../images/Landing_Slide\ Banner_KR\(3\).jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_KR_M\(3\)");
  }
}

/* Chinese 
.lang-zh .vi .swiper .swiper-slide:nth-child(1) {
  background-image: url("../images/office.jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_CH_M\(1\).jpg");
  }
}
.lang-zh .vi .swiper .swiper-slide:nth-child(2) {
  background-image: url("../images/Landing_Slide\ Banner_CH\(2\).jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_CH_M\(2\).jpg");
  }
}
.lang-zh .vi .swiper .swiper-slide:nth-child(3) {
  background-image: url("../images/Landing_Slide\ Banner_CH\(3\).jpg");
}
@media (max-width: 480px) {
  .vi .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/Landing_Slide\ Banner_CH_M\(3\).jpg");
  }
}
*/
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi {
    bottom: 43px;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi {
    bottom: 17px;
  }
}
.vi .swiper-pagination-vi span {
  background: transparent !important;
}
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi span {
    margin: 0 5px !important;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi span {
    margin: 0 4px !important;
  }
}
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi span {
    height: 10px !important;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi span {
    height: 8px !important;
  }
}
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi span {
    border-radius: 5px !important;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi span {
    border-radius: 4px !important;
  }
}
.vi .swiper-pagination-vi span:not(.swiper-pagination-bullet-active) {
  border: 1px solid #fff;
  opacity: 1;
}
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi span:not(.swiper-pagination-bullet-active) {
    width: 10px !important;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi span:not(.swiper-pagination-bullet-active) {
    width: 8px !important;
  }
}
.vi .swiper-pagination-vi span.swiper-pagination-bullet-active {
  border: 1px solid #9b8298;
}
@media (min-width: 1281px) {
  .vi .swiper-pagination-vi span.swiper-pagination-bullet-active {
    width: 60px !important;
  }
}
@media (max-width: 1280px) {
  .vi .swiper-pagination-vi span.swiper-pagination-bullet-active {
    width: 40px !important;
  }
}
.vi .swiper-pagination-vi span.swiper-pagination-bullet-active.lang-ko {
  border: 1px solid #91A28F;
}
.vi .swiper-pagination-vi span.swiper-pagination-bullet-active.lang-zh {
  border: 1px solid #DD577A;
}

@media (min-width: 1281px) {
  .production {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .production {
    position: relative;
    padding-bottom: 24px;
  }
}
.production .thumb {
  position: sticky;
  top: 0;
  left: 0;
  width: calc(50% + 10px);
  height: calc(100vh  - 30px);
  height: calc(var(--vh, 1vh) * 100  - 30px);
  min-height: 600px;
  max-height: 980px;
}
@media (max-width: 1280px) {
  .production .thumb {
    display: none;
  }
}
.production .thumb li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.production .thumb li:nth-child(1) {
  background-image: url("../images/production1.jpg");
}
.production .thumb li:nth-child(2) {
  background-image: url("../images/production2.jpg");
}
.production .thumb li:nth-child(3) {
  background-image: url("../images/production3.jpg");
}
.production .thumb li:not(.selected) {
  opacity: 0;
}
.production .thumb li.selected {
  opacity: 1;
}
@media (min-width: 1281px) {
  .production .swiper {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1280px) {
  .production .swiper {
    height: calc(100vh + 215px);
    height: calc(var(--vh, 1vh) * 100 + 215px);
    min-height: 665px;
    max-height: 717px;
    border-radius: 0 0 75px 0;
    overflow: hidden;
  }
}
.production .swiper .swiper-wrapper {
  counter-reset: numbering;
}
@media (min-width: 1281px) {
  .production .swiper .swiper-wrapper {
    display: unset;
  }
}
.production .swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  counter-increment: numbering;
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide {
    height: calc(100vh  - 30px);
    height: calc(var(--vh, 1vh) * 100  - 30px);
    min-height: 600px;
    max-height: 980px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide {
    padding: 0 20px 365px 20px;
    background: #fff;
  }
  .production .swiper .swiper-slide:nth-child(1)::after {
    background-image: url("../images/production1.jpg");
  }
  .production .swiper .swiper-slide:nth-child(2)::after {
    background-image: url("../images/production2.jpg");
  }
  .production .swiper .swiper-slide:nth-child(3)::after {
    background-image: url("../images/production3.jpg");
  }
  .production .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .production .swiper .swiper-slide > div {
    position: relative;
    right: -100px;
    transition: right 0.3s ease-in-out;
  }
  .production .swiper .swiper-slide.swiper-slide-prev > div {
    right: 0;
  }
  .production .swiper .swiper-slide.swiper-slide-active > div {
    right: 0;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 715px;
    padding-right: 20px;
  }
  .production .swiper .swiper-slide div > * {
    width: calc(100% - 30px);
    max-width: 609px;
  }
}
.production .swiper .swiper-slide div h2 {
  font-weight: 400;
  color: rgba(154, 129, 151, 0.5);
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h2 {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h2 {
    font-size: 12px;
  }
}
.production .swiper .swiper-slide div h2 span {
  display: inline-block;
  border-bottom: 1px solid rgba(154, 129, 151, 0.5);
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h2 span {
    padding-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h2 span {
    padding-bottom: 7px;
  }
}
.production .swiper .swiper-slide div h2 span.lang-ko {
  border-bottom: 1px solid rgba(145, 162, 143, 0.5);
}
.production .swiper .swiper-slide div h2 span.lang-zh {
  border-bottom: 1px solid rgba(221, 87, 122, 0.5);
}
.production .swiper .swiper-slide div h2.lang-ko {
  color: rgba(145, 162, 143, 0.5);
}
.production .swiper .swiper-slide div h2.lang-zh {
  color: rgba(221, 87, 122, 0.5);
}
.production .swiper .swiper-slide div h3 {
  position: relative;
  letter-spacing: -0.001em;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h3 {
    margin-top: 32px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h3 {
    margin-top: 23px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h3 {
    padding: 158px 0 0 85px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h3 {
    padding: 74px 0 0 45px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h3 {
    font-size: 64px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h3 {
    font-size: 29px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h3 {
    line-height: 1.5;
  }
}
.production .swiper .swiper-slide div h3::before {
  content: "0" counter(numbering);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(154, 129, 151, 0.2);
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div h3::before {
    font-size: 240px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div h3::before {
    font-size: 111px;
  }
}
.production .swiper .swiper-slide div h3.lang-ko {
  color: #91A28F;
}
.production .swiper .swiper-slide div h3.lang-ko::before {
  color: rgba(145, 162, 143, 0.2);
}
.production .swiper .swiper-slide div h3.lang-zh {
  color: #DD577A;
}
.production .swiper .swiper-slide div h3.lang-zh::before {
  color: rgba(221, 87, 122, 0.2);
}
.production .swiper .swiper-slide div p {
  line-height: 1.76;
  color: #555;
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div p {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div p {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div p {
    padding-left: 85px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div p {
    padding-left: 45px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide div p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide div p {
    font-size: 13px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide:nth-child(1) > div > p.lang-ko {
    padding-right: 30px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide:nth-child(1) > div > p.lang-ko {
    padding-right: 13px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide:nth-child(1) > div > p.lang-ko {
    max-width: 609px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide:nth-child(1) > div > p.lang-ko {
    max-width: 448px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    padding-right: 13px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    max-width: 609px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    max-width: 448px;
  }
}
@media (min-width: 1281px) {
  .production .swiper .swiper-slide:nth-child(3) > div > p.lang-ko {
    padding-right: 30px;
  }
}
@media (max-width: 1280px) {
  .production .swiper .swiper-slide:nth-child(3) > div > p.lang-ko {
    padding-right: 13px;
  }
}

@media (min-width: 1281px) {
  .logistics {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .logistics {
    position: relative;
    padding-bottom: 24px;
  }
}
.logistics .thumb {
  position: sticky;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100vh  - 0px);
  height: calc(var(--vh, 1vh) * 100  - 0px);
  min-height: 700px;
  max-height: 1000px;
}
@media (max-width: 1280px) {
  .logistics .thumb {
    display: none;
  }
}
.logistics .thumb li {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 619px;
  border-radius: 60px 0 0 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.logistics .thumb li:nth-child(1) {
  background-image: url("../images/logistics1.jpg");
}
.logistics .thumb li:nth-child(2) {
  background-image: url("../images/logistics2.jpg");
}
.logistics .thumb li:nth-child(3) {
  background-image: url("../images/logistics3.jpg");
}
.logistics .thumb li:not(.selected) {
  opacity: 0;
}
.logistics .thumb li.selected {
  opacity: 1;
}
@media (min-width: 1281px) {
  .logistics .swiper {
    width: 50%;
  }
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-wrapper {
    display: unset;
  }
}
.logistics .swiper .swiper-slide {
  position: relative;
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: calc(100vh  - 0px);
    height: calc(var(--vh, 1vh) * 100  - 0px);
    min-height: 700px;
    max-height: 1000px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide {
    padding: 70px 0 0 20px;
  }
  .logistics .swiper .swiper-slide:nth-child(1)::after {
    background-image: url("../images/logistics1.jpg");
  }
  .logistics .swiper .swiper-slide:nth-child(2)::after {
    background-image: url("../images/logistics2.jpg");
  }
  .logistics .swiper .swiper-slide:nth-child(3)::after {
    background-image: url("../images/logistics3.jpg");
  }
  .logistics .swiper .swiper-slide::after {
    content: "";
    display: block;
    margin-top: 65px;
    width: 100%;
    aspect-ratio: 1/0.64479;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 21.25px 0px 0px 21.25px;
  }
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide div {
    width: 100%;
    max-width: 700px;
  }
  .logistics .swiper .swiper-slide div > * {
    width: 100%;
    max-width: 536px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide div {
    padding-right: 20px;
  }
}
.logistics .swiper .swiper-slide div h2 {
  display: inline-block;
  color: rgba(154, 129, 151, 0.2);
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide div h2 {
    font-size: 125px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide div h2 {
    font-size: 125px;
  }
}
@media (max-width: 640px) {
  .logistics .swiper .swiper-slide div h2 {
    font-size: 85px;
  }
}
@media (max-width: 480px) {
  .logistics .swiper .swiper-slide div h2 {
    font-size: 60px;
  }
}
.logistics .swiper .swiper-slide div h2.lang-ko {
  color: rgba(145, 162, 143, 0.2);
}
.logistics .swiper .swiper-slide div h2.lang-zh {
  color: rgba(221, 87, 122, 0.2);
}
.logistics .swiper .swiper-slide div h3 {
  margin-top: 30px;
  color: #9a8197;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide div h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide div h3 {
    font-size: 22px;
  }
}
.logistics .swiper .swiper-slide div h3.lang-ko {
  color: #91A28F;
}
.logistics .swiper .swiper-slide div h3.lang-zh {
  color: #DD577A;
}
.logistics .swiper .swiper-slide div p {
  min-height: 66px;
  line-height: 1.76;
  color: #555;
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide div p {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide div p {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide div p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide div p {
    font-size: 13px;
  }
}
@media (min-width: 1281px) {
  .logistics .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    max-width: 546px;
  }
}
@media (max-width: 1280px) {
  .logistics .swiper .swiper-slide:nth-child(2) > div > p.lang-ko {
    max-width: 566px;
  }
}

.fulfillment_new {
  position: relative;
  /* hover */
}
@media (min-width: 1281px) {
  .fulfillment_new {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .fulfillment_new header {
    padding-left: 40px;
  }
  .fulfillment_new footer {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new {
    display: none;
  }
}
.fulfillment_new .mc_title_wrap, .fulfillment_new .mc_title_wrap2 {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fulfillment_new .mc_title_wrap2 {
  left: 50%;
  padding-left: 300px;
}
.fulfillment_new .fullfillment_new_inner {
  position: relative;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 1920px;
  max-width: 1500px;
  margin: 0 auto;
}
.fulfillment_new .fullfillment_new_inner .fullfillment_new_container {
  width: 130%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  margin: 0px 550px;
  background: rgba(255, 255, 255, 0);
}
.fulfillment_new .fullfillment_new_inner .fullfillment_new_container .fullfillment_new_container_background {
  width: 130%;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
}
.fulfillment_new #fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover {
  filter: grayscale(1);
}
.fulfillment_new #fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover p {
  opacity: 1;
}
.fulfillment_new #fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover .txt_wrap .copy {
  opacity: 1;
  transform: translateX(0);
}
.fulfillment_new #fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover .txt_wrap .copy:before {
  transform: translate(-10px, -50px);
}
.fulfillment_new #fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover .txt_wrap .copy:after {
  transform: translate(0px, 50px) rotate(180deg);
}
@media (min-width: 1281px) {
  .fulfillment_new header,
  .fulfillment_new footer {
    width: 50%;
    max-width: 720px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header,
  .fulfillment_new footer {
    padding: 0 20px;
  }
}
.fulfillment_new header > *,
.fulfillment_new footer > * {
  width: 100%;
  width: 430px;
}
.fulfillment_new header h2,
.fulfillment_new footer h2 {
  color: #9a8197;
}
@media (min-width: 1281px) {
  .fulfillment_new header h2,
  .fulfillment_new footer h2 {
    font-size: 180px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header h2,
  .fulfillment_new footer h2 {
    font-size: 110px;
  }
}
.fulfillment_new header h2.lang-ko,
.fulfillment_new footer h2.lang-ko {
  color: #91A28F;
}
.fulfillment_new header h2.lang-zh,
.fulfillment_new footer h2.lang-zh {
  color: #DD577A;
}
.fulfillment_new header span,
.fulfillment_new footer span {
  display: block;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .fulfillment_new header span,
  .fulfillment_new footer span {
    margin-top: 13px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header span,
  .fulfillment_new footer span {
    margin-top: 8px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new header span,
  .fulfillment_new footer span {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header span,
  .fulfillment_new footer span {
    font-size: 22px;
  }
}
.fulfillment_new header span.lang-ko,
.fulfillment_new footer span.lang-ko {
  color: #91A28F;
}
.fulfillment_new header span.lang-zh,
.fulfillment_new footer span.lang-zh {
  color: #DD577A;
}
@media (min-width: 1281px) {
  .fulfillment_new header dl,
  .fulfillment_new footer dl {
    margin-top: 119px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header dl,
  .fulfillment_new footer dl {
    margin-top: 38px;
  }
}
.fulfillment_new header dl dt,
.fulfillment_new footer dl dt {
  font-weight: 600;
  color: #555;
}
@media (min-width: 1281px) {
  .fulfillment_new header dl dt,
  .fulfillment_new footer dl dt {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header dl dt,
  .fulfillment_new footer dl dt {
    font-size: 21px;
  }
}
.fulfillment_new header dl dd,
.fulfillment_new footer dl dd {
  font-weight: 300;
  line-height: 1.538;
  color: #aaa;
}
@media (min-width: 1281px) {
  .fulfillment_new header dl dd,
  .fulfillment_new footer dl dd {
    margin-top: 29px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header dl dd,
  .fulfillment_new footer dl dd {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new header dl dd,
  .fulfillment_new footer dl dd {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new header dl dd,
  .fulfillment_new footer dl dd {
    font-size: 13px;
  }
}
.fulfillment_new header dl dd.lang-zh,
.fulfillment_new footer dl dd.lang-zh {
  font-weight: 400;
}
.fulfillment_new footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .fulfillment_new footer {
    display: none;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container {
    margin-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.fulfillment_new .fullfillment_new_container .box {
  align-items: center;
  counter-reset: numbering;
  background: #fff;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
  position: relative;
  z-index: 9999;
  counter-increment: numbering;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    width: 420px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    width: 273px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    height: 620px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    height: 403px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-left: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-right: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    padding-bottom: 65px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    border-radius: 60px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide {
    border-radius: 39px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) {
  background-image: url("../images/fulfillment1.jpg");
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2) {
  background-image: url("../images/fulfillment2.jpg");
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3) {
  background-image: url("../images/fulfillment3.jpg");
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) {
  background-image: url("../images/fulfillment4.jpg");
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) {
  background-image: url("../images/fulfillment5.jpg");
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) {
  margin-right: 20px;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) {
    width: 420px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) {
    width: 273px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) {
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) {
    width: 420px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3), .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) {
    width: 273px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) {
  margin-left: 20px;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) {
    width: 420px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) {
    width: 273px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) p {
    top: 116px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(1) p {
    top: 76px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2) p, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3) p {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(2) p, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(3) p {
    top: 71px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p {
    top: 64px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p {
    top: 42px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p.lang-ko, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p.lang-ko {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p.lang-ko, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p.lang-ko {
    top: 71px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p.lang-zh, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p.lang-zh {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p.lang-zh, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p.lang-zh {
    top: 71px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(4) p {
    font-size: 14px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p {
  line-height: 36px;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:nth-child(5) p {
    font-size: 14px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:focus {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:hover p, .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide:focus p {
  opacity: 1;
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide.swiper-slide-active {
    filter: grayscale(1);
  }
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide.swiper-slide-active p {
    opacity: 1;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide::before {
  content: "0" counter(numbering);
  position: absolute;
  font-weight: 600;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide::before {
    bottom: -23px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide::before {
    bottom: -15px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide::before {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide::before {
    font-size: 65px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 {
    padding-left: 21px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 {
    padding-left: 14px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 {
    font-size: 14px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 small {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 small {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 small {
    margin-bottom: 6px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 small {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide h3 small {
    font-size: 12px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
  position: absolute;
  line-height: 1.25;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    left: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    left: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    right: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    right: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p {
    font-size: 21px;
  }
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-ko-quot-begin {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-ko-quot-end {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-ko {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Nanum Myeongjo;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.125px;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-zh-quot-begin {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-zh-quot-end {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 150px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment_new .fullfillment_new_container .fullfillment_new_container_background .swiper-slide p lang-zh {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Nanum Myeongjo;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.125px;
}
.fulfillment {
  position: relative;
}
@media (min-width: 1281px) {
  .fulfillment {
    display: none;
  }
}
@media (max-width: 1280px) {
  .fulfillment {
    position: relative;
    margin-top: 70px;
  }
}
@media (min-width: 1281px) {
  .fulfillment header,
  .fulfillment footer {
    width: 50%;
    max-width: 720px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header,
  .fulfillment footer {
    padding: 0 20px;
  }
}
.fulfillment header > *,
.fulfillment footer > * {
  width: 100%;
  max-width: 430px;
}
.fulfillment header dl,
.fulfillment footer dl {
  max-width: 410px;
}
.fulfillment header h2,
.fulfillment footer h2 {
  color: #9a8197;
}
@media (min-width: 1281px) {
  .fulfillment header h2,
  .fulfillment footer h2 {
    font-size: 180px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header h2,
  .fulfillment footer h2 {
    font-size: 110px;
  }
}
.fulfillment header h2.lang-ko,
.fulfillment footer h2.lang-ko {
  color: #91A28F;
}
.fulfillment header h2.lang-zh,
.fulfillment footer h2.lang-zh {
  color: #DD577A;
}
.fulfillment header span,
.fulfillment footer span {
  display: block;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .fulfillment header span,
  .fulfillment footer span {
    margin-top: 13px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header span,
  .fulfillment footer span {
    margin-top: 8px;
  }
}
@media (min-width: 1281px) {
  .fulfillment header span,
  .fulfillment footer span {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header span,
  .fulfillment footer span {
    font-size: 22px;
  }
}
.fulfillment header span.lang-ko,
.fulfillment footer span.lang-ko {
  color: #91A28F;
}
.fulfillment header span.lang-zh,
.fulfillment footer span.lang-zh {
  color: #DD577A;
}
@media (min-width: 1281px) {
  .fulfillment header dl,
  .fulfillment footer dl {
    margin-top: 119px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header dl,
  .fulfillment footer dl {
    margin-top: 38px;
  }
}
.fulfillment header dl dt,
.fulfillment footer dl dt {
  font-weight: 600;
  color: #555;
}
@media (min-width: 1281px) {
  .fulfillment header dl dt,
  .fulfillment footer dl dt {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header dl dt,
  .fulfillment footer dl dt {
    font-size: 21px;
  }
}
.fulfillment header dl dd,
.fulfillment footer dl dd {
  font-weight: 300;
  line-height: 1.538;
  color: #aaa;
}
@media (min-width: 1281px) {
  .fulfillment header dl dd,
  .fulfillment footer dl dd {
    margin-top: 29px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header dl dd,
  .fulfillment footer dl dd {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) {
  .fulfillment header dl dd,
  .fulfillment footer dl dd {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .fulfillment header dl dd,
  .fulfillment footer dl dd {
    font-size: 13px;
  }
}
.fulfillment footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .fulfillment footer {
    display: none;
  }
}
.fulfillment .swiper .swiper-scrollbar {
  height: 0;
}
@media (min-width: 1281px) {
  .fulfillment .swiper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper {
    margin-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.fulfillment .swiper .swiper-wrapper {
  align-items: center;
  counter-reset: numbering;
  background: #fff;
}
.fulfillment .swiper .swiper-slide {
  position: relative;
  counter-increment: numbering;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    width: 420px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    width: 273px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    height: 620px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    height: 403px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    padding-left: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    padding-right: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    padding-bottom: 65px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide {
    border-radius: 60px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide {
    border-radius: 39px;
  }
}
.fulfillment .swiper .swiper-slide:nth-child(1) {
  background-image: url("../images/fulfillment1.jpg");
}
.fulfillment .swiper .swiper-slide:nth-child(2) {
  background-image: url("../images/fulfillment2.jpg");
}
.fulfillment .swiper .swiper-slide:nth-child(3) {
  background-image: url("../images/fulfillment3.jpg");
}
.fulfillment .swiper .swiper-slide:nth-child(4) {
  background-image: url("../images/fulfillment4.jpg");
}
.fulfillment .swiper .swiper-slide:nth-child(5) {
  background-image: url("../images/fulfillment5.jpg");
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(1) p {
    top: 116px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(1) p {
    top: 76px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(2) p, .fulfillment .swiper .swiper-slide:nth-child(3) p {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(2) p, .fulfillment .swiper .swiper-slide:nth-child(3) p {
    top: 71px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p {
    top: 64px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p {
    top: 42px;
  }
}
.fulfillment .swiper .swiper-slide:nth-child(5) p {
  line-height: 1.6;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p {
    top: 64px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p {
    top: 55px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p {
    font-size: 17.2px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p.lang-ko {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p.lang-ko {
    top: 71px;
  }
}
.fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
  padding-right: 1px;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
    top: 71px;
  }
}
.fulfillment .swiper .swiper-slide:nth-child(4) p > lang-ko {
  font-size: 16px;
  line-height: 25px;
}
.fulfillment .swiper .swiper-slide:nth-child(5) p > lang-ko {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p.lang-zh, .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-zh {
    top: 108px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(4) p.lang-zh, .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-zh {
    top: 71px;
  }
}
.fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
  line-height: 1.6;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide:nth-child(5) p.lang-ko {
    font-size: 10px;
  }
}
.fulfillment .swiper .swiper-slide:hover, .fulfillment .swiper .swiper-slide:focus {
  filter: grayscale(1);
}
.fulfillment .swiper .swiper-slide:hover p, .fulfillment .swiper .swiper-slide:focus p {
  opacity: 1;
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide.swiper-slide-active {
    filter: grayscale(1);
  }
  .fulfillment .swiper .swiper-slide.swiper-slide-active p {
    opacity: 1;
  }
}
.fulfillment .swiper .swiper-slide::before {
  content: "0" counter(numbering);
  position: absolute;
  font-weight: 600;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide::before {
    bottom: -23px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide::before {
    bottom: -15px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide::before {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide::before {
    font-size: 65px;
  }
}
.fulfillment .swiper .swiper-slide h3 {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide h3 {
    padding-left: 21px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide h3 {
    padding-left: 14px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide h3 {
    font-size: 14px;
  }
}
.fulfillment .swiper .swiper-slide h3 small {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide h3 small {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide h3 small {
    margin-bottom: 6px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide h3 small {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide h3 small {
    font-size: 12px;
  }
}
.fulfillment .swiper .swiper-slide p {
  position: absolute;
  line-height: 1.25;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide p {
    left: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide p {
    left: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide p {
    right: 40px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide p {
    right: 25px;
  }
}
@media (min-width: 1281px) {
  .fulfillment .swiper .swiper-slide p {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .fulfillment .swiper .swiper-slide p {
    font-size: 21px;
  }
}
.fulfillment .swiper .swiper-slide p lang-ko-quot-begin {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment .swiper .swiper-slide p lang-ko-quot-end {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment .swiper .swiper-slide p lang-ko {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Nanum Myeongjo;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.125px;
}
.fulfillment .swiper .swiper-slide p lang-zh-quot-begin {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment .swiper .swiper-slide p lang-zh-quot-end {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Reddit Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 62.5% */
  letter-spacing: -0.32px;
}
.fulfillment .swiper .swiper-slide p lang-zh {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Nanum Myeongjo;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.125px;
}

.metrics {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1530px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media (min-width: 1281px) {
  .metrics {
    margin-top: 125px;
  }
}
@media (max-width: 1280px) {
  .metrics {
    margin-top: 70px;
  }
}
.metrics header h2 {
  font-weight: 600;
  line-height: 1.3;
  color: #555;
}
@media (min-width: 1281px) {
  .metrics header h2 {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .metrics header h2 {
    font-size: 21px;
  }
}
.metrics header p {
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(154, 129, 151, 0.7);
}
@media (min-width: 1281px) {
  .metrics header p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .metrics header p {
    font-size: 13px;
  }
}
.metrics header p.lang-ko {
  color: rgba(145, 162, 143, 0.7);
}
.metrics header p.lang-zh {
  color: rgba(221, 87, 122, 0.7);
  font-weight: 400;
}
.metrics ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1280px) {
  .metrics ul {
    mragin-top: -7px;
  }
}
.metrics ul li {
  position: relative;
  backface-visibility: hidden;
  transition-property: transform;
  transform: perspective(2500px) rotateY(100deg);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-duration: 0.7s;
}
@media (min-width: 1281px) {
  .metrics ul li {
    margin-top: 72px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li {
    margin-top: 67px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  .metrics ul li {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1281px) {
  .metrics ul li {
    padding-bottom: 67px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li {
    padding-bottom: 51px;
  }
}
.metrics ul li.on {
  transform: perspective(2500px) rotateY(0);
}
.metrics ul li.on:nth-child(1) {
  transition-delay: 50ms;
}
.metrics ul li.on:nth-child(2) {
  transition-delay: 0.25s;
}
.metrics ul li.on:nth-child(3) {
  transition-delay: 0.45s;
}
.metrics ul li.on:nth-child(4) {
  transition-delay: 0.65s;
}
@media (max-width: 1280px) {
  .metrics ul li:last-child strong {
    font-size: 40px;
  }
}
.metrics ul li::before, .metrics ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #555;
}
@media (min-width: 1281px) {
  .metrics ul li::before, .metrics ul li::after {
    width: 11px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li::before, .metrics ul li::after {
    width: 8px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li::before, .metrics ul li::after {
    height: 43px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li::before, .metrics ul li::after {
    height: 29px;
  }
}
.metrics ul li::after {
  transform: rotate(90deg);
}
.metrics ul li strong {
  display: block;
  font-weight: 800;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .metrics ul li strong {
    font-size: 90px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li strong {
    font-size: 50px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li strong {
    line-height: 130px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li strong {
    line-height: 58px;
  }
}
.metrics ul li strong.lang-ko {
  color: #91A28F;
}
.metrics ul li strong.lang-zh {
  color: #DD577A;
}
.metrics ul li span {
  position: relative;
  display: block;
  color: #cedbdd;
}
@media (min-width: 1281px) {
  .metrics ul li span {
    margin-top: 5px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li span {
    margin-top: 16px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li span {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li span {
    padding-bottom: 18px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li span {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li span {
    font-size: 13px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li span {
    font-weight: 400;
  }
}
@media (max-width: 1280px) {
  .metrics ul li span {
    font-weight: 500;
  }
}
.metrics ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #9a8197;
}
@media (min-width: 1281px) {
  .metrics ul li span::after {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li span::after {
    width: 30px;
  }
}
.metrics ul li span.lang-ko::after {
  color: #91A28F;
}
.metrics ul li span.lang-zh::after {
  color: #DD577A;
}
.metrics ul li em {
  display: block;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 1281px) {
  .metrics ul li em {
    margin-top: 47px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li em {
    margin-top: 20px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li em {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li em {
    font-size: 13px;
  }
}
.metrics ul li p {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 270px;
  line-height: 1.35;
  color: rgba(154, 129, 151, 0.7);
}
@media (min-width: 1281px) {
  .metrics ul li p {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li p {
    margin-top: 16px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .metrics ul li p {
    font-size: 12px;
  }
}
@media (min-width: 1281px) {
  .metrics ul li p {
    font-weight: 400;
  }
}
@media (max-width: 1280px) {
  .metrics ul li p {
    font-weight: 300;
  }
}
.metrics ul li p.lang-ko {
  color: rgba(145, 162, 143, 0.7);
}
.metrics ul li p.lang-zh {
  color: rgba(221, 87, 122, 0.7);
}




.features {
  display: flex;
  justify-content: center; /* Center align all sections */
  gap: 100px; /* Increased spacing between sections */
  text-align: center; /* Center align the text */
  margin-top: -100px;
  margin-bottom: -200px;
}

.feature {
  max-width: 900px; /* Limit width for consistency */
  padding: 10px; /* Space inside each feature block */
  min-height: 450px; /* Set a fixed minimum height for consistent layout */
  display: flex;
  flex-direction: column; /* Stack content vertically */
  justify-content: flex-start; /* Align items from the top */
  align-items: center; /* Center content horizontally */
  box-sizing: border-box; /* Ensure padding is included in the height calculation */
}



.feature h3 {
  font-size: 54px;
  font-weight: bold;
  color: #9B8298;
  margin: 10px 0; 
  line-height: 60px;
  padding-top: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature p {
  font-size: 17px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 30px; 
  margin: 0;
  text-align: center;
  max-width: 780px;
}

.feature.lang-ko h3 {
  color: rgba(145, 162, 143, 1); 
}
.feature.lang-ko .bar {
  background-color: rgba(145, 162, 143, 0.7); 
}

.feature.lang-zh h3 {
  color: rgba(221, 87, 122, 1); 
}
.feature.lang-zh .bar {
  background-color: rgba(221, 87, 122, 0.7); 
}

@media (max-width: 1280px) {
  .features {
    
    margin-bottom: -75px; /* Adjust bottom margin for mobile */
    
  }
}

@media (max-width: 960px) {
  .features {
    flex-direction: column; /* Stack sections vertically */
    gap: 50px; /* Add spacing between sections */
    margin-top: -100px; /* Adjust top margin for mobile */
    margin-bottom: 70px; /* Adjust bottom margin for mobile */
    
  }

  .feature {
    max-width: 100%; /* Allow sections to take full width */
    min-height: auto; /* Remove fixed height for better responsiveness */
    padding: 20px; /* Add padding for better spacing on mobile */
  }

  .feature span {
    width: 40px; /* Adjust icon size for mobile */
    height: 40px;
  }

  .feature .bar {
    width: 60px; /* Adjust bar size for mobile */
  }

  .feature h3 {
    font-size: 26px;
    line-height: 31px; /* Adjust title size for mobile */
    text-transform: none;
    max-width: 250px;
  }

  .feature p {
    font-size: 13px;
    line-height:20px;
    color: rgba(51, 51, 51, 0.5); 
    max-width: 80%;
  }
}

.fulfillment_solutions {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}


.fulfillment_solutions .fulfillment_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: -50px;
    margin-top: 150px;
    padding: 80px;
    border-radius: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #555555;
    position: relative;
}

.fulfillment_solutions h1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    font-weight: bold;
    font-size: 58px;
    line-height: 65px;
    margin: 0;
    color: #555555;
    max-width: 500px;
}

.fulfillment_solutions h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    color: #9a8197;
    max-width: 90%;
}

.fulfillment_solutions h2.lang-ko {
    color: #91A28F;
  }
.fulfillment_solutions h2.lang-zh {
    color: #DD577A;
  }

.fulfillment_solutions p {
    grid-column: 2 / 3;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    color: #555555;
    max-width: 90%;
}

.fulfillment_solutions .fulfillment_section:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.fulfillment_solutions .fulfillment_section:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}

.fulfillment_solutions .fulfillment_image {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 20px;
    margin-left: 50px;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.fulfillment_solutions .fulfillment_section:nth-child(1) .fulfillment_image {
    background-image: url('../images/fulfillment_1.png');
}

.fulfillment_solutions .fulfillment_section:nth-child(2) .fulfillment_image {
    background-image: url('../images/fulfillment_2.png');
}

.fulfillment_solutions .fulfillment_section:nth-child(3) .fulfillment_image {
    background-image: url('../images/fulfillment_3.png');
    margin-top:-45px;
}

.fulfillment_solutions .fulfillment_section:nth-child(4) .fulfillment_image {
    background-image: url('../images/fulfillment_4.png');
}

.fulfillment_section:nth-child(4) p {
    margin-top: -40px; 
}

.lang-zh .fulfillment_section:nth-child(4) p {
  margin-top: 0px; 
}

.fulfillment_content {
    max-width: 700px;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 1280px) {
    .fulfillment_solutions {
        max-width: 100%; 
        padding: 10px; 
    }

    .fulfillment_solutions .fulfillment_section {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        text-align: center;
        gap: 15px; 
        margin: 40px 10px; 
        padding: 20px; 
        border-radius: 20px; 
        background-color: rgba(0, 0, 0, 0.05); 
        color: #555555;
        position: relative;
    }

    .fulfillment_solutions h1 {
        font-weight: bold;
        font-size: 24px;
        line-height: 31px;
        margin: 0;
        color: #555555;
        order: 2; 
    }

    .fulfillment_solutions h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 27px;
        margin: 0;
        color: #9a8197;
        order: 3; 
    }

    .fulfillment_solutions p {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        color: #555555;
        text-align: left;
        margin-left: 15px;
        order: 4; 
    }

    .fulfillment_solutions .fulfillment_image {
        width: 100%; 
        height: 220px; 
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 15px; 
        order: 1; 
        margin-left: -10px;
    }

    .fulfillment_solutions .fulfillment_section:nth-child(1) .fulfillment_image {
        background-image: url('../images/fulfillment_1_m.png');
    }
    
    .fulfillment_solutions .fulfillment_section:nth-child(2) .fulfillment_image {
        background-image: url('../images/fulfillment_2_m.png');
    }
    
    .fulfillment_solutions .fulfillment_section:nth-child(3) .fulfillment_image {
        background-image: url('../images/fulfillment_3_m.png');
        margin-top:30px;
    }
    
    .fulfillment_solutions .fulfillment_section:nth-child(4) .fulfillment_image {
        background-image: url('../images/fulfillment_4_m.png');
    }
    .fulfillment_section:nth-child(4) p {
        margin-top: 0px; 
    }
    
}


.why_choose_section {
  background-color: rgba(154, 129, 151, 0.45);
  width: 100%; 
  max-width: 2000px; 
  height: auto; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  margin-top: 250px; 
  margin-bottom: 180px; 
  padding: 200px;
}

.why_choose_section.lang-ko {
  background-color: rgba(145, 162, 143, 0.45);
}

.why_choose_section.lang-zh {
  background-color: rgba(221, 87, 122, 0.45);
}

.why_choose_section h1 {
  font-weight: bold;
  font-size: 54px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 40px;
  max-width: 900px; 
  text-transform: uppercase;
  padding-bottom: 130px;
}

.features_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto; 
  gap: 60px 200px; 
  max-width: 1300px;
  margin: 0 auto;
}

.feature_item {
  display: grid;
  grid-template-columns: 75px auto; 
  grid-template-rows: auto auto; 
  gap: 10px;
  align-items: center;
  text-align: left;
}

.feature_item::before {
  content: '';
  grid-row: 1 / 3; 
  align-self: start; 
  display: block;
  width: 60px; 
  height: 60px;
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
}

.feature_item:nth-child(1)::before {
  background-image: url('../images/dist-img-1.png');
}

.feature_item:nth-child(2)::before {
  background-image: url('../images/dist-img-2.png');
}

.feature_item:nth-child(3)::before {
  background-image: url('../images/dist-img-3.png');
}

.feature_item:nth-child(4)::before {
  background-image: url('../images/dist-img-4.png');
}

.feature_item:nth-child(5)::before {
  background-image: url('../images/dist-img-5.png');
}

.feature_item:nth-child(6)::before {
  background-image: url('../images/dist-img-3.png');
}



.feature_item h2 {
  grid-column: 2;
  grid-row: 1;
  font-weight: bold;
  font-size: 35px;
  line-height: 60px;
  color: #9a8197;
  margin: 0;
}

.feature_item p {
  grid-column: 2;
  grid-row: 2;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}

.feature_item h2.lang-ko {
  color: rgba(145, 162, 143, 1);
}

.feature_item h2.lang-zh {
  color: rgba(221, 87, 122, 1);
}


@media (max-width: 1280px) {
    .why_choose_section {
        background-color: rgba(154, 129, 151, 0.45); 
        width: 100%; 
        height: auto; 
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        padding: 20px; 
        margin-top: 100px; 
        margin-bottom: 50px; 
    }

    .why_choose_section h1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #555555;
        margin-bottom: 70px; 
        margin-top: 50px;
        max-width: 100%;
        text-transform: uppercase;
        padding-bottom: 0; 
    }

    .features_grid {
        display: flex;
        flex-direction: column;
        gap: 20px; 
        width: 100%; 
        max-width: 600px; 
        margin: 0 auto;
    }

    .feature_item {
        display: flex;
        flex-direction: column; /* Stack icon, h2, and p */
        align-items: center; /* Center-align all child elements */
        text-align: center; /* Center-align text */
        gap: 10px; /* Space between icon, h2, and p */
        position: relative; /* Ensure pseudo-element is positioned correctly */
        justify-content: flex-start; /* Prevent any vertical centering issues */
    }

    .feature_item::before {
        content: '';
        display: block;
        width: 55px;
        height: 55px;
        background-size: auto; 
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 10px; /* Add spacing below the icon */
        align-self: center; /* Force the icon to center itself */
    }
    /* Mobile-specific icons */
    .feature_item:nth-child(1)::before {
        background-image: url('../images/fulfillment_icon_1_m.png');
    }

    .feature_item:nth-child(2)::before {
        background-image: url('../images/fulfillment_icon_4_m.png');
    }

    .feature_item:nth-child(3)::before {
        background-image: url('../images/fulfillment_icon_2_m.png');
    }

    .feature_item:nth-child(4)::before {
        background-image: url('../images/fulfillment_icon_5_m.png');
    }

    .feature_item:nth-child(5)::before {
        background-image: url('../images/fulfillment_icon_3_m.png');
    }

    .feature_item:nth-child(6)::before {
        background-image: url('../images/fulfillment_icon_6_m.png');
    }

    .feature_item:nth-child(1).lang-ko::before {
      background-image: url('../images/fulfillment_icon_1_kr_m.png');
    }
    .feature_item:nth-child(2).lang-ko::before {
      background-image: url('../images/fulfillment_icon_4_kr_m.png');
    }
    
    .feature_item:nth-child(3).lang-ko::before {
      background-image: url('../images/fulfillment_icon_2_kr_m.png');
    }
    
    .feature_item:nth-child(4).lang-ko::before {
      background-image: url('../images/fulfillment_icon_5_kr_m.png');
    }
    
    .feature_item:nth-child(5).lang-ko::before {
      background-image: url('../images/fulfillment_icon_3_kr_m.png');
    }
    
    .feature_item:nth-child(6).lang-ko::before {
      background-image: url('../images/fulfillment_icon_6_kr_m.png');
    }
    
    .feature_item:nth-child(1).lang-zh::before {
      background-image: url('../images/fulfillment_icon_1_zh_m.png');
    }
    .feature_item:nth-child(2).lang-zh::before {
      background-image: url('../images/fulfillment_icon_4_zh_m.png');
    }
    
    .feature_item:nth-child(3).lang-zh::before {
      background-image: url('../images/fulfillment_icon_2_zh_m.png');
    }
    
    .feature_item:nth-child(4).lang-zh::before {
      background-image: url('../images/fulfillment_icon_5_zh_m.png');
    }
    
    .feature_item:nth-child(5).lang-zh::before {
      background-image: url('../images/fulfillment_icon_3_zh_m.png');
    }
    
    .feature_item:nth-child(6).lang-zh::before {
      background-image: url('../images/fulfillment_icon_6_zh_m.png');
    }
    .feature_item h2 {
        font-weight: bold;
        font-size: 26px;
        line-height: 31px;
        color: #9a8197;
        margin: 0;
        max-width:200px;
    }

    .feature_item p {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #ffffff;
        margin: 0;
        max-width:300px;
        padding-bottom: 30px;
    }
}


/*process section*/
@media (min-width: 1281px) {
.fulfillment_process_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
}

.fulfillment_process_section h1 {
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #9b8298;
    margin-bottom: 170px;
}

.process_grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
}

.process_item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.text_content {
   flex: 1; /* Prevent stretching */
}

.process_item.left {
    flex-direction: row;
    text-align: right;
}

.process_item.left .text_content {
    flex: 1; /* Allow the text box to take available space */
    margin-left: auto; /* Push the text content towards the image */
    padding-left: 190px;
}

.process_item.left .text_content.lang-ko {
  flex: 1; /* Allow the text box to take available space */
  margin-left: auto; /* Push the text content towards the image */
  padding-left: 170px;
}

.process_item.right {
    flex-direction: row-reverse;
    text-align: left;
}

.text_content h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #9a8197;
    margin-bottom: 10px;
    max-width: 450px;
}
.fulfillment_process_section h1.lang-ko,
.text_content h2.lang-ko {
    color: rgba(145, 162, 143, 1);
  }

.fulfillment_process_section .text_content h2.lang-ko {
    color: rgba(145, 162, 143, 1);
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    max-width: 700px !important;
  }

.fulfillment_process_section h1.lang-zh,
.text_content h2.lang-zh {
    color: rgba(221, 87, 122, 1);
  }

.text_content p {
    font-size: 17px;
    line-height: 30px;
    color: #555555;
    margin: 0;
    max-width:480px;
}

.image_section {
    flex: 0 0 auto;
    height: 350px;
    width: 620px;
    background-position: center;
    background-repeat: no-repeat;
}

.process_item:nth-of-type(1) .image_section {
    background-image: url('../images/dist-img-1.png');
}

.process_item:nth-of-type(3) .image_section {
    background-image: url('../images/dist-img-2.png');
}

.process_item:nth-of-type(5) .image_section {
    background-image: url('../images/dist-img-3.png');
}

.process_item:nth-of-type(7) .image_section {
    background-image: url('../images/dist-img-4.png');
}

 .arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:473px;
    height:132px;
}

.arrow_1 {
    background-image: url('../images/fulfillment_arrow_1.png');
    margin: -30px auto; /* Adjust spacing */
}

.arrow_2 {
    background-image: url('../images/fulfillment_arrow_2.png');
    margin: -30px auto;
}   

.arrow_1,
.arrow_2 {
  opacity: 0;
}

.arrow_1.lang-ko {
  background-image: url('../images/fulfillment_arrow_1_kr.png');
  margin: -30px auto; /* Adjust spacing */
}

.arrow_2.lang-ko {
  background-image: url('../images/fulfillment_arrow_2_kr.png');
  margin: -30px auto;
} 
.arrow_1.lang-zh {
  background-image: url('../images/fulfillment_arrow_1_zh.png');
  margin: -30px auto; /* Adjust spacing */
}

.arrow_2.lang-zh {
  background-image: url('../images/fulfillment_arrow_2_zh.png');
  margin: -30px auto;
} 
}

@media (max-width: 1280px) {

    /* Fulfillment process section */
    .fulfillment_process_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        width:100%;
    }

    .fulfillment_process_section h1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: 1px;
        color: #9b8298;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    /* Process grid */
    .process_grid {
        display: flex;
        flex-direction: column;
        gap: 20px; /* Adjust spacing between sections */
        width: 100%;
    }

    .process_item {
        display: flex;
        flex-direction: column; /* Ensure the image comes before text */
        align-items: center; /* Center all items */
        text-align: center;
        gap: 10px; /* Space between image, h2, and p */
        width: 100%;
    }

    .image_section {
        order: 1; /* Ensure image appears first */
        width: 100%; /* Ensure image fits the container */
        height: 200px; /* Maintain aspect ratio */
        background-size: auto; /* Cover the container */
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 10px; /* Add spacing below the image */
    }

    .text_content {
        order: 2; /* Ensure text comes after the image */
        width: 100%;
        margin: 0 auto; /* Center-align text container */
    }

    .text_content h2 {
        font-weight: bold;
        font-size: 21px;
        line-height: 27px;
        color: #9a8197;
        margin-bottom: 5px;
    }

    .fulfillment_process_section h1.lang-ko,
    .text_content h2.lang-ko {
        color: rgba(145, 162, 143, 1);
    }

    .fulfillment_process_section h1.lang-zh,
    .text_content h2.lang-zh {
        color: rgba(221, 87, 122, 1);
    }


    .text_content p {
        font-size: 13px;
        line-height: 20px;
        color: #555555;
        margin: 0;
        max-width: 85%;
        margin: auto auto;
    }

    /* Mobile-specific images */
    .process_item:nth-of-type(1) .image_section {
        background-image: url('../images/fulfillment_process_1_m.png');
    }

    .process_item:nth-of-type(3) .image_section {
        background-image: url('../images/fulfillment_process_2_m.png');
    }

    .process_item:nth-of-type(5) .image_section {
        background-image: url('../images/fulfillment_process_3_m.png');
    }

    .process_item:nth-of-type(7) .image_section {
        background-image: url('../images/fulfillment_process_4_m.png');
    }

    /* Hide arrows on mobile */
    .arrow {
        display: none;
    }
}













.industries_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.industries_section h2 {
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #9a8197;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.industries_section h2.lang-ko {
    color: #91A28F;
  }
  .industries_section h2.lang-zh {
    color: #DD577A;
  }

.industries_section p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 100px;
}

.industries_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1450px;
}

.industry_card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height:504.67px;
    width:341px;
}


/* Background Images */
.industry_card:nth-child(1) {
    background-image: url('../images/fulfillment_industry_1.jpg');
}

.industry_card:nth-child(2) {
    background-image: url('../images/fulfillment_industry_2.jpg');
}

.industry_card:nth-child(3) {
    background-image: url('../images/fulfillment_industry_3.jpg');
}

.industry_card:nth-child(4) {
    background-image: url('../images/fulfillment_industry_4.jpg');
}


@media (max-width: 768px) {
  .industries_section {
      padding: 40px 20px; /* Adjust padding for mobile */
      margin: 0 auto; /* Center the section */
      max-width: 720px; /* Prevent excessive stretching */
  }

  .industries_section h2 {
      font-weight: bold;
      font-size: 26px;
      line-height: 31px;
      color: #9a8197;
      text-transform: uppercase;
      margin-bottom: 20px;
  }

  .industries_section p {
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      color: rgba(51, 51, 51, 0.5); /* 50% fill */
      margin-bottom: 30px; /* Adjust spacing for mobile */
  }

  .industries_grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
      row-gap: 20px; /* Set consistent row gap */
      column-gap: 20px; /* Set consistent column gap */
      margin: 0 auto; /* Center the grid */
      width: 100%; /* Full width within the section */
      max-width: 720px; /* Prevent the grid from stretching */
  }

  .industry_card {
    height: 228px; /* Set card height */
    width: 154px; /* Set card width */
    background-size: contain; /* Adjust to fit the image inside the card */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
    margin: 0 auto; /* Center the card itself if it's inside a flex or grid container */
}


  /* Mobile-specific background images */
  .industry_card:nth-child(1) {
      background-image: url('../images/fulfillment_industry_1_m.png');
  }

  .industry_card:nth-child(2) {
      background-image: url('../images/fulfillment_industry_2_m.png');
  }

  .industry_card:nth-child(3) {
      background-image: url('../images/fulfillment_industry_3_m.png');
  }

  .industry_card:nth-child(4) {
      background-image: url('../images/fulfillment_industry_4_m.png');
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .industries_section {
      padding: 60px 40px;
      margin: 0 auto;
      max-width: 1200px;
  }

  .industries_section h2 {
      font-weight: bold;
      font-size: 30px;
      line-height: 36px;
      color: #9a8197;
      text-transform: uppercase;
      margin-bottom: 25px;
  }

  .industries_section p {
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      color: rgba(51, 51, 51, 0.6);
      margin-bottom: 100px;
  }

  .industries_grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px;
      column-gap: 20px;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
  }

  .industry_card {
      height: 504.67px;
      width: 341px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 auto;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .industry_card:nth-child(1) {
      background-image: url('../images/fulfillment_industry_1.jpg');
  }

  .industry_card:nth-child(2) {
      background-image: url('../images/fulfillment_industry_2.jpg');
  }

  .industry_card:nth-child(3) {
      background-image: url('../images/fulfillment_industry_3.jpg');
  }

  .industry_card:nth-child(4) {
      background-image: url('../images/fulfillment_industry_4.jpg');
  }
}



/*마진여기*/
@media (min-width: 1281px) {
  .wms {
    margin-top: 200px;
  }
}
@media (max-width: 1280px) {
  .wms {
    margin-top: 25px;
  }
}
.wms header {
  text-align: center;
}
.wms header h2 {
  font-weight: 700;
  line-height: 60px;
  color: #9A8197;
}
@media (min-width: 1281px) {
  .wms header h2 {
    /*padding-top: 0px;*/
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .wms header h2 {
    padding-top: 51px;
  }
}
@media (min-width: 1281px) {
  .wms header h2 {
    background-size: 60px;
  }
}
@media (max-width: 1280px) {
  .wms header h2 {
    background-size: 35px;
  }
}
@media (min-width: 1281px) {
  .wms header h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .wms header h2 {
    font-size: 29px;
    text-align: left;
    padding: 20px;
  }
}
/*
.wms header h2.lang-ko {
  background: url("../images/wms-ko.svg") no-repeat center top;
}
@media (min-width: 1281px) {
  .wms header h2.lang-ko {
    background-size: 60px;
  }
}
@media (max-width: 1280px) {
  .wms header h2.lang-ko {
    background-size: 35px;
  }
}
.wms header h2.lang-zh {
  background: url("../images/wms-zh.svg") no-repeat center top;
}
@media (min-width: 1281px) {
  .wms header h2.lang-zh {
    background-size: 60px;
  }
}
@media (max-width: 1280px) {
  .wms header h2.lang-zh {
    background-size: 35px;
  }
}
*/
.wms header p {
  line-height: 1.538;
  color: rgba(154, 129, 151, 0.7);
}
@media (min-width: 1281px) {
  .wms header p {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .wms header p {
    margin-top: 25px;
  }
}
@media (min-width: 1281px) {
  .wms header p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .wms header p {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .wms header p {
    padding-left: 45px;
    padding-right: 45px;
  }
  .wms header p br {
    display: none;
  }
}
.wms header p.lang-ko {
  color: rgba(145, 162, 143, 0.7);
}
.wms header p.lang-zh {
  color: rgba(221, 87, 122, 0.7);
}
.wms div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1281px) {
  .wms div {
    margin-top: 88px;
  }
}
@media (max-width: 1280px) {
  .wms div {
    margin-top: 5px;
  }
}
/*
.wms div::before {
  content: "";
  aspect-ratio: 1/0.6448;
  background: url("../images/Landing_WMS Software.gif") no-repeat center/100%;
}
@media (min-width: 1281px) {
  .wms div::before {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .wms div::before {
    width: calc(100% - 21px);
  }
}
@media (min-width: 1281px) {
  .wms div::before {
    border-radius: 0 60px 60px 0;
  }
}
@media (max-width: 1280px) {
  .wms div::before {
    border-radius: 0 21px 21px 0;
  }
}
@media (max-width: 1280px) {
  .wms div::before {
    margin-bottom: 65px;
  }
}*/
@media (min-width: 1281px) {
  .wms ul {
    width: 100%; /*paragraph lenght*/
  }
}
@media (max-width: 1280px) {
  .wms ul {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .wms ul {
    max-width: 100; /*section title length*/
    padding: 0 110px 0 110px; /*padding: 0 20px 0 78px;*/
  }
}
@media (max-width: 1280px) {
  .wms ul {
    padding: 0 20px;
  }
}
.wms ul li {
  position: relative;
}
@media (min-width: 1281px) {
  .wms ul li {
    min-height: 99px;
  }
}
@media (max-width: 1280px) {
  .wms ul li {
    min-height: 67px;
  }
}
@media (min-width: 1281px) {
  .wms ul li {
    padding-left: 129px;
    padding-right: 129px;
  }
}
@media (max-width: 1280px) {
  .wms ul li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1281px) {
  .wms ul li + li {
    margin-top: 44px;
  }
}
@media (max-width: 1280px) {
  .wms ul li + li {
    margin-top: 38px;
  }
}
/*
.wms ul li:nth-child(1)::before {
  background-image: url("../images/wms1-en.svg");
}
.wms ul li:nth-child(2)::before {
  background-image: url("../images/wms2-en.svg");
}
.wms ul li:nth-child(3)::before {
  background-image: url("../images/wms3-en.svg");
}
.wms ul li:nth-child(4)::before {
  background-image: url("../images/wms4-en.svg");
}
.wms ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1281px) {
  .wms ul li::before {
    width: 99px;
  }
}
@media (max-width: 1280px) {
  .wms ul li::before {
    width: 67px;
  }
}
@media (min-width: 1281px) {
  .wms ul li::before {
    height: 99px;
  }
}
@media (max-width: 1280px) {
  .wms ul li::before {
    height: 67px;
  }
}
@media (min-width: 1281px) {
  .wms ul li::before {
    bottom: 0;
  }
}*/
.wms ul li em,
.wms ul li p {
  z-index: 4;
  position: relative;
}
.wms ul li em {
  font-weight: 600;
  color: #9A8197;
}
@media (min-width: 1281px) {
  .wms ul li em {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .wms ul li em {
    font-size: 20px;
  }
}
.wms ul li p {
  margin-top: -100px;
  color: #333333;
}
@media (min-width: 1281px) {
  .wms ul li p {
    font-size: 17px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .wms ul li p {
    font-size: 13px;
    line-height: 20px;
  }
}
/*
.wms ul li.lang-ko:nth-child(1)::before {
  background-image: url("../images/wms1-ko.svg");
}
.wms ul li.lang-ko:nth-child(2)::before {
  background-image: url("../images/wms2-ko.svg");
}
.wms ul li.lang-ko:nth-child(3)::before {
  background-image: url("../images/wms3-ko.svg");
}
.wms ul li.lang-ko:nth-child(4)::before {
  background-image: url("../images/wms4-ko.svg");
}
.wms ul li.lang-zh:nth-child(1)::before {
  background-image: url("../images/wms1-zh.svg");
}
.wms ul li.lang-zh:nth-child(2)::before {
  background-image: url("../images/wms2-zh.svg");
}
.wms ul li.lang-zh:nth-child(3)::before {
  background-image: url("../images/wms3-zh.svg");
}
.wms ul li.lang-zh:nth-child(4)::before {
  background-image: url("../images/wms4-zh.svg");
}
*/


.wholesale {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
  padding: 120px 20px; 
}

.wholesale-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.illustration {
  background-image: url('../images/global-wholesale-network.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin-bottom: 60px;
}

.text-block {
  width: 100%;
  max-width: 1300px;
  text-align: left;
}

.wholesale-title {
  font-size: clamp(32px, 5vw, 54px); 
  line-height: 1.2;
  font-weight: 700;
  color: #555555;
  text-align: center;
  margin-bottom: 60px;
}

.section-group {
  margin-bottom: 80px; 
}

.wholesale-subtitle {
  font-size: clamp(24px, 4vw, 38px); 
  font-weight: 600;
  color: #555555;
  margin-bottom: 30px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px; 
  font-size: clamp(16px, 2.2vw, 25px); 
  line-height: 1.6;
  color: #9A8197;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background-image: url('../images/en-check.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .text-block {
    text-align: left;
  }

  .checklist li {
    text-align: left;
    padding-left: 10;
  }

  .checklist li::before {
    
  }

  .section-group {
    margin-bottom: 50px;
  }
}



.hbaf-section {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.hbaf-heading {
  background-image: url('../images/HBAF-Almond.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 40px;
  margin: 0 auto 20px;
}

.hbaf-logo {
  background-image: url('../images/HBAF-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 150px;
  height: 80px;
  margin: 0 auto 40px;
}

.hbaf-desc {
  color: rgba(51, 51, 51, 0.5);
  font-size: 17px;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto 60px;
}

.hbaf-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.hbaf-gallery .img {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.img1 { background-image: url('../images/hbaf1.png'); }
.img2 { background-image: url('../images/hbaf2.png'); }
.img3 { background-image: url('../images/hbaf3.png'); }
.img4 { background-image: url('../images/hbaf4.png'); }
.img5 { background-image: url('../images/hbaf5.png'); }
.img6 { background-image: url('../images/hbaf6.png'); }
.img7 { background-image: url('../images/hbaf7.png'); }
.img8 { background-image: url('../images/hbaf8.png'); }

@media (max-width: 768px) {
  .hbaf-gallery {
    grid-template-columns: repeat(2, 1fr); 
  }
}


.companies {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding: 100px 20px; 
  margin-top: 70px;
}

@media (min-width: 1281px) {
  .companies {
    margin-top: 285px;
    padding-top: 140px;     
    padding-bottom: 140px;
  }
}

.companies h2 {
  text-align: center;
  font-weight: 600; 
  line-height: 1.5;
  color: #9A8197;
  font-size: clamp(20px, 4vw, 36px); 
}
.companies h2.lang-ko { color: #91A28F; }
.companies h2.lang-zh { color: #DD577A; }

.companies ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  row-gap: 50px;
  column-gap: 40px;
  justify-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .companies ul {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    grid-auto-flow: dense;
  }

  /* 1) amazon  miniso  tiktok */
  .companies ul li.amazon   { grid-column: 1; grid-row: 1; }
  .companies ul li.miniso   { grid-column: 2; grid-row: 1; }
  .companies ul li.tiktok   { grid-column: 3; grid-row: 1; }

  /* 2) walmart target  ulta */
  .companies ul li.walmart  { grid-column: 1; grid-row: 2; }
  .companies ul li.target   { grid-column: 2; grid-row: 2; }
  .companies ul li.ulta     { grid-column: 3; grid-row: 2; }

  /* 3) cvs     ranch99 yami */
  .companies ul li.cvs      { grid-column: 1; grid-row: 3; }
  .companies ul li.ranch99  { grid-column: 2; grid-row: 3; }
  .companies ul li.yami     { grid-column: 3; grid-row: 3; }

  /* 4) costco  sephora megamart */
  .companies ul li.costco   { grid-column: 1; grid-row: 4; }
  .companies ul li.sephora  { grid-column: 2; grid-row: 4; }
  .companies ul li.megamart { grid-column: 3; grid-row: 4; }
}

@media (max-width: 640px) {
  .companies ul {
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 20px;
    row-gap: 30px;
  }
}

.companies ul li {
  width: 80%;
  height: 80px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}

@media (min-width: 1281px) {
  .companies ul li { height: 100px; }
}

@media (max-width: 1024px) {
  .companies ul li { height: 70px; }
}
@media (max-width: 640px) {
  .companies ul li { height: 60px; }
}

.companies ul li.amazon   { background-image: url("../images/amazon.png"); }
.companies ul li.miniso   { background-image: url("../images/miniso.png");   width: 20%; }
.companies ul li.tiktok   { background-image: url("../images/tiktok.png");   width: 30%; }
.companies ul li.costco   { background-image: url("../images/costco.png"); }
.companies ul li.walmart  { background-image: url("../images/walmart.png"); }
.companies ul li.target   { background-image: url("../images/target.png");   width: 70%; }
.companies ul li.ulta     { background-image: url("../images/ulta.png");     width: 70%; }
.companies ul li.sephora  { background-image: url("../images/sephora.png"); }
.companies ul li.cvs      { background-image: url("../images/cvs.png"); }
.companies ul li.ranch99  { background-image: url("../images/99ranch.png");  width: 80%; }
.companies ul li.yami     { background-image: url("../images/yami.png");     width: 60%; }
.companies ul li.megamart { background-image: url("../images/mega-mart.png");}


.companies ul li.logo82 {
  z-index: 2;
}

@media (min-width: 1281px) {
  .omnichannel {
    margin-top: 270px;
  }
}
@media (max-width: 1280px) {
  .omnichannel {
    margin-top: 70px;
  }
}
@media (min-width: 1281px) {
  .omnichannel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1281px) {
  .omnichannel header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding-left: 20px;
  }
  .omnichannel header > div {
    max-width: 722px;
    padding-right: 250px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.omnichannel header h2 {
  line-height: 1.05;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .omnichannel header h2 {
    font-size: 72px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header h2 {
    font-size: 35px;
  }
}
.omnichannel header h2.lang-ko {
  color: #91A28F;
}
.omnichannel header h2.lang-zh {
  color: #DD577A;
}
.omnichannel header em {
  display: block;
  color: #555;
}
@media (min-width: 1281px) {
  .omnichannel header em {
    margin-top: 44px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header em {
    margin-top: 30px;
  }
}
@media (min-width: 1281px) {
  .omnichannel header em {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header em {
    font-size: 21px;
  }
}
.omnichannel header p {
  font-weight: 300;
  line-height: 1.538;
  color: #aaa;
}
@media (min-width: 1281px) {
  .omnichannel header p {
    margin-top: 25px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header p {
    margin-top: 18px;
  }
}
@media (min-width: 1281px) {
  .omnichannel header p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .omnichannel header p {
    font-size: 13px;
  }
}
.omnichannel header p.lang-zh {
  font-weight: 400;
}
.omnichannel header .swiper {
  margin-top: 90px;
}
@media (max-width: 1280px) {
  .omnichannel header .swiper {
    display: none;
  }
}
.omnichannel header .swiper .swiper-slide {
  margin-right: 20px;
  width: 142px;
  cursor: pointer;
}
.omnichannel header .swiper .swiper-slide:nth-child(1) div {
  background-color: transparent; /* Transparent background */
  border-radius: 20px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel header .swiper .swiper-slide:nth-child(2) div {
  background-color: transparent; /* Transparent background */
  border-radius: 20px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel header .swiper .swiper-slide:nth-child(3) div {
  background-color: transparent; /* Transparent background */
  border-radius: 20px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel3-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-ko:nth-child(1) div {
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-ko:nth-child(2) div {
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-ko:nth-child(3) div {
  background-image: url("../images/omnichannel3-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-zh:nth-child(1) div {
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-zh:nth-child(2) div {
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel header .swiper .swiper-slide.lang-zh:nth-child(3) div {
  background-image: url("../images/omnichannel3-en.jpg");
}
@media (min-width: 1281px) {
  .omnichannel > .swiper {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .omnichannel > .swiper {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1281px) {
  .omnichannel > .swiper .swiper-slide {
    width: 538px;
  }
  .omnichannel > .swiper .swiper-slide:last-child {
    width: 938px;
  }
}
@media (max-width: 1280px) {
  .omnichannel > .swiper .swiper-slide {
    width: 270px;
  }
}
@media (min-width: 1281px) {
  .omnichannel > .swiper .swiper-slide {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .omnichannel > .swiper .swiper-slide {
    margin-right: 15px;
  }
}
.omnichannel > .swiper .swiper-slide:last-child {
  margin-right: 200px;
}
@media (min-width: 1281px) {
  .omnichannel > .swiper .swiper-slide img {
    width: 538px;
  }
}
@media (max-width: 1280px) {
  .omnichannel > .swiper .swiper-slide img {
    width: 270px;
  }
}
@media (min-width: 1281px) {
  .omnichannel > .swiper .swiper-slide div {
    width: 538px;
  }
}
@media (max-width: 1280px) {
  .omnichannel > .swiper .swiper-slide div {
    width: 270px;
  }
}
.omnichannel > .swiper .swiper-slide:nth-child(1) div {
  background-color: transparent; /* Transparent background */
  border-radius: 40px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel > .swiper .swiper-slide:nth-child(2) div {
  background-color: transparent; /* Transparent background */
  border-radius: 40px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel > .swiper .swiper-slide:nth-child(3) div {
  background-color: transparent; /* Transparent background */
  border-radius: 40px; /* Rounded corners for all four sides */
  background-image: url("../images/omnichannel3-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-ko:nth-child(1) div {
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-ko:nth-child(2) div {
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-ko:nth-child(3) div {
  background-image: url("../images/omnichannel3-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-zh:nth-child(1) div {
  background-image: url("../images/omnichannel1-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-zh:nth-child(2) div {
  background-image: url("../images/omnichannel2-en.jpg");
}
.omnichannel > .swiper .swiper-slide.lang-zh:nth-child(3) div {
  background-image: url("../images/omnichannel3-en.jpg");
}
.omnichannel .swiper-slide img {
  display: block;
  aspect-ratio: 1/1.34758;
  width: 100%;
}
.omnichannel .swiper-slide div {
  display: block;
  background-size: cover;
  aspect-ratio: 1/1.34758;
  width: 100%;
}

.services {
  position: relative;
  text-align: center;
}
@media (min-width: 1281px) {
  .services {
    margin-top: 260px;
  }
}
@media (max-width: 1280px) {
  .services {
    margin-top: 70px;
  }
}
.services header h2 {
  color: #9a8197;
}
@media (min-width: 1281px) {
  .services header h2 {
    font-weight: 700;
  }
}
@media (max-width: 1280px) {
  .services header h2 {
    font-weight: 600;
  }
}
@media (min-width: 1281px) {
  .services header h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .services header h2 {
    font-size: 35px;
  }
}
.services header h2.lang-ko {
  color: #91A28F;
}
.services header h2.lang-zh {
  color: #DD577A;
}
.services header em {
  display: block;
  margin-top: 18px;
  font-weight: 500;
  color: #333;
}
@media (min-width: 1281px) {
  .services header em {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .services header em {
    font-size: 21px;
  }
}
.services header p {
  font-weight: 300;
  line-height: 1.538;
  color: #999;
}
@media (min-width: 1281px) {
  .services header p {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .services header p {
    margin-top: 17px;
  }
}
@media (min-width: 1281px) {
  .services header p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .services header p {
    font-size: 13px;
  }
}
.services header p.lang-zh {
  font-weight: 400;
}
.services .swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
}
@media (min-width: 1281px) {
  .services .swiper {
    margin-top: 78px;
  }
}
@media (max-width: 1280px) {
  .services .swiper {
    margin-top: 60px;
  }
}
@media (min-width: 1281px) {
  .services .swiper {
    padding-bottom: 48px;
  }
}
@media (max-width: 1280px) {
  .services .swiper {
    padding-bottom: 24px;
  }
}
.services .swiper .swiper-slide {
  position: relative;
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide {
    margin: 0 40px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide {
    margin: 0 30px;
  }
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide {
    width: calc(20% - 80px);
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide {
    width: 173px;
  }
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide {
    height: 253px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide {
    height: 184px;
  }
}
.services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::before, .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 1px;
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::before, .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
    left: -40px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::before, .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
    left: -30px;
  }
}
.services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::before {
  top: 0;
  background: #eee;
}
.services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
  background: #ccc;
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
    height: 95px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide + .swiper-slide:not(.swiper-slide-active)::after {
    height: 70px;
  }
}
.services .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide img {
    border-radius: 20px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide img {
    border-radius: 15px;
  }
}
.services .swiper .swiper-slide span {
  display: block;
  font-weight: 300;
  line-height: 1.538;
  color: #333;
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide span {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide span {
    margin-top: 24px;
  }
}
@media (min-width: 1281px) {
  .services .swiper .swiper-slide span {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .services .swiper .swiper-slide span {
    font-size: 13px;
  }
}
.services .btns {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1660px;
}
@media (max-width: 1280px) {
  .services .btns {
    display: none;
  }
}
.services .btnPrev,
.services .btnNext {
  z-index: 2;
  position: relative;
  width: 60px;
  height: 60px;
  background: url("../images/prev.svg") no-repeat center;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
}
.services .btnNext {
  transform: rotate(180deg);
}



.distribution-section {
  background-color: rgba(154,129,151,0.45);
  padding: 150px 5% clamp(200px, 10vh, 600px);
  padding-bottom: 600px;
  margin-bottom: -500px;
}

.distribution-title {
  font-weight: 700;
  font-size: clamp(32px, 4vw, 54px);
  color: #555555;
  text-align: center;
  margin: 0 0 clamp(40px, 5vw, 60px);
}

.category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 60px);
  margin-bottom: -200px;
  
}

.category:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.category-text {
  flex: 1 1 clamp(300px, 45%, 600px);
  padding: 0 clamp(2%, 5%, 40px);
}



.category-image {
  flex: 1 1 clamp(300px, 45%, 600px);
  position: relative;
  padding: clamp(10px, 2vw, 40px);
  padding-top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.kpop-image   { background-image: url("../images/dist-group1.png"); }
.kfood-image  { background-image: url("../images/dist-group2.png"); }
.kbeauty-image{ background-image: url("../images/dist-group3.png"); }

.category-title {
  font-family: 'Rock Salt', cursive;
  font-size: clamp(48px, 6vw, 74px);
  line-height: 1.1;
  color: #9A8197;
  margin: 0 0 clamp(16px, 2vh, 20px);
  padding-bottom: clamp(10px, 1vw, 20px);
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(16px, 2vh, 24px);
}
.category-list li {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  color: #555555;
  margin-bottom: clamp(4px, 1vh, 8px);
}

@media (min-width: 769px) and (max-width: 1199px) {
  .distribution-section {
    padding: 100px 4% 180px;
    margin-bottom: 0;             
  }

  .category {
    gap: clamp(16px, 2vw, 32px);   
    margin-bottom: 16px;          
  }

  .category-image {
    aspect-ratio: 2 / 1;           
    padding: clamp(8px, 1.6vw, 20px);
    padding-top: 0;
  }

  .category-title {
    font-size: clamp(32px, 4.2vw, 54px);
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .category-list { margin-bottom: 12px; }
}

@media (min-width: 1200px) {
  .distribution-section {
    padding: 150px 5% 600px;
    margin-bottom: -300px;
  }
  .category { margin-bottom: -200px; } 
  .category-image { padding-top: 50%; aspect-ratio: auto; }
}

@media (max-width: 768px) {
  .distribution-section {
    padding: 48px 16px 200px;
    margin-bottom: -200px;
  }

  .category {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 12px;
  }
  .category:nth-of-type(odd) { flex-direction: column; }

  .category-text,
  .category-image {
    flex: 1 1 100%;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .category-image {
    aspect-ratio: 16 / 9;
    padding: 0;
    margin-bottom: 12px;
    background-size: contain;
  }

  .category-title {
    font-size: clamp(28px, 6vw, 40px);
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .category-list { margin-bottom: 12px; }
}




.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/0.390625;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background: url("../images/dist-banner2.png") no-repeat center/cover; 
}

@media (min-width: 1281px) {
  .banner {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    aspect-ratio: 1920/800;
    background: url("../images/dist-banner2.png") no-repeat center/cover;
    text-align: left;
    padding-left: 10%;
    margin-bottom: -300px;
  }

  .banner h2 {
    width: 100%;
    max-width: 900px;
    font-size: 54px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;

  }

  .banner p {
    max-width: 700px;
    margin-top: 20px; 
    font-size: 17px;
    text-align: left;
    line-height:30px;
  }

  .banner a {
    margin-top: 30px; 
    width: 200px;
    border-radius: 28px;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
  }
}

@media (min-width: 481px) and (max-width: 1280px) {
  .banner {
    aspect-ratio: 1/0.5545;
    margin-bottom:-100px;
  }

  .banner h2 {
    width: 70%;
    font-size: 29px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
  }

  .banner p {
    padding-top: 20px;
    max-width: 80%;
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
  }

  .banner a {
    margin-top: 22px;
    width: 144px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .banner {
    margin-top: 70px;
    padding: 15px 20px 0;
    background: url("../images/dist-banner2-m.png") no-repeat center top / 100% auto; 
    aspect-ratio: 360/554;
    align-items: flex-start;
    margin-bottom: -70px;
  }

  .banner h2 {
    width: 100%;
    font-size: 29px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
  }

  .banner p {
    padding-top: 12px;
    width: 100%;
    font-size: 13px;
    text-align: left;
    margin: 0;
    line-height: 20px;
  }

  .banner a {
    margin-top: 20px;
    width: 144px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 40px;
  }
}

.banner a.lang-ko {
  color: #91A28F;
}
.banner a.lang-zh {
  color: #DD577A;
}



.banner2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: url("../images/dist-banner3.png") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  aspect-ratio: 1920/800;
}

/* Mobile Layout (max-width: 480px) */
@media (max-width: 480px) {
  .banner2 {
    margin-top: 0px;
    padding-top: 15px;
    background: url("../images/dist-banner3-m.png") no-repeat;
    background-size: 100% auto;
    background-position: center top;
    aspect-ratio: 360/554;
    align-items: center;
    text-align: center;
  }

  .banner2 h2 {
    font-size: 29px;
    width: 60%;
    text-align: center;
    line-height: 31px;
    margin: 0 auto 12px;
    text-transform: uppercase;
  }

  .banner2 p {
    font-size: 13px;
    width: 60%;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

/* Tablet Layout (min-width: 481px and max-width: 1280px) */
@media (min-width: 481px) and (max-width: 1280px) {
  .banner2 {
    margin-top: 10px;
    padding-top: 40px;
    background: url("../images/dist-banner3.png") no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920/800;
    align-items: center;
    text-align: center;
  }

  .banner2 h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    width: 70%;
    text-align: center;
  }

  .banner2 p {
    font-size: 15px;
    width: 60%;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
}

/* PC Layout (min-width: 1281px) */
@media (min-width: 1281px) {
  .banner2 {
    margin-top: 20px;
    padding-top: 120px;
    background: url("../images/dist-banner3.png") no-repeat center/cover;
    align-items: flex-end; 
    text-align: right;
  }

  .banner2 h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 56px;
    max-width: 870px;
    margin: 0 100px 40px 0;
    text-align: right;
    text-transform: uppercase;
  }

  .banner2 p {
    max-width: 500px;
    font-size: 17px;
    line-height: 24px;
    margin: 0 100px 0 0;
    text-align: right;
  }
}

.market-entry {
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -100px;
}

.market-title {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  color: #9B8298;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}

.market-subtitle {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  margin-bottom: 60px;
}

.entry-services {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.entry-block {
  display: flex;
  align-items: center;
  column-gap: clamp(120px, 12vw, 260px);
  justify-content: center;
  flex-wrap: wrap;
}

.entry-logo {
  width: clamp(100px, 20vw, 200px);
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.shopify-logo {
  background-image: url('../images/dist-shopiy.png');
}
.tiktok-logo {
  background-image: url('../images/dist-tiktok.png');
  aspect-ratio: 2 / 1;
}
.amazon-logo {
  background-image: url('../images/dist-amazon.png');
    aspect-ratio: 1.5 / 1;

}

.entry-content {
  flex: 1 1 300px;
  max-width: 600px;
  text-align: left;
}

.entry-heading {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.3;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.checklist.dark {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist.dark li {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.checklist.dark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: url('../images/en-check.png'); 
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------- Responsive --------- */
@media (max-width: 768px) {
  .entry-content {
    text-align: center;
  }

  .entry-heading {
    text-align: center;
  }

  .checklist.dark {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
  }

  .checklist.dark li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .checklist.dark li::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url('../images/en-check.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -2px;
    position: relative;
  }
}










.wwd-section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.wwd-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 60px;
  color: #555555;
  text-align: center;
}

.wwd-section-title {
  font-family: 'Rock Salt', cursive;
  font-size: 74px;
  line-height: 66px;
  color: #9A8197;
  margin: 0 0 16px;
}

.wwd-description {
  font-size: 20px;
  line-height: 35px;
  color: #555555;
  margin: 0;
}

.wwd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wwd-text {
  flex: 1;
}
.wwd-text--right {
  text-align: right;
}

.wwd-photos {
  display: flex;
  gap: 10px;
}

.wwd-row--1 .wwd-photos,
.wwd-row--3 .wwd-photos {
  flex-direction: column;
}
.wwd-row--1 .wwd-small,
.wwd-row--3 .wwd-small {
  flex: 1;
  height: 120px;
  background-size: cover;
  background-position: center;
}
.wwd-row--1 .wwd-large,
.wwd-row--3 .wwd-large {
  flex: 2;
  height: 260px;
  background-size: cover;
  background-position: center;
}

.wwd-row--2 .wwd-photos {
  flex-direction: row;
}
.wwd-row--2 .wwd-small {
  width: 200px;
  height: 120px;
  background-size: cover;
  background-position: center;
}
.wwd-row--2 .wwd-large {
  flex: 1;
  height: 260px;
  background-size: cover;
  background-position: center;
}


.wwd-kpop .wwd-small--1   { background-image: url('../images/dist-img-1.png'); }
.wwd-kpop .wwd-large--1   { background-image: url('../images/dist-img-2.png');   }
.wwd-kpop .wwd-small--2   { background-image: url('../images/dist-img-3.png'); }

.wwd-kfood .wwd-small--1  { background-image: url('../images/dist-img-4.png'); }
.wwd-kfood .wwd-small--2  { background-image: url('../images/dist-img-5.png'); }
.wwd-kfood .wwd-large--1  { background-image: url('../images/dist-img-6.png');   }

.wwd-kbeauty .wwd-small--1{ background-image: url('../images/dist-img-7.png'); }
.wwd-kbeauty .wwd-large--1{ background-image: url('../images/dist-img-8.png');   }
.wwd-kbeauty .wwd-small--2{ background-image: url('../images/dist-img-9.png'); }



.logistics_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 200px;
}

.logistics_list_item {
  text-align: center;
  margin-bottom: 50px;
}

.logistics_list_image {
  width: 720px;
  height: 350px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 50px;
}

.logistics_list_image_7 {
  background-image: url("../images/log_new_3.png");
}
.logistics_list_image_8 {
  background-image: url("../images/log_new_4.png");
}
.logistics_list_image_9 {
  background-image: url("../images/log_new_5.png");
}
.logistics_list_image_10 {
  background-image: url("../images/log_new_6.png");
}
.logistics_list_image_11 {
  background-image: url("../images/log_new_7.png");
}
.logistics_list_image_12 {
  background-image: url("../images/log_new_8.png");
}

.logistics_list h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 76px;
  color: #9a8197;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.logistics_list h2.lang-ko {
  color: #91A28F;
}
.logistics_list h2.lang-zh {
  color: #DD577A;
}

.logistics_list p {
  font-size: 17px;
  line-height: 30px;
  color: #555555;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 150px;
}

@media (max-width: 1280px) {
  .logistics_list {
    padding: 10px;
    margin-top: 100px;
  }

  .logistics_list_image {
    width: 320.67px;
    height: 155.83px;
    margin: 0 auto 10px;
  }

  .logistics_list_image_7 {
    background-image: url("../images/log_new_3_m.png");
  }
  .logistics_list_image_8 {
    background-image: url("../images/log_new_4_m.png");
  }
  .logistics_list_image_9 {
    background-image: url("../images/log_new_5_m.png");
  }
  .logistics_list_image_10 {
    background-image: url("../images/log_new_6_m.png");
  }
  .logistics_list_image_11 {
    background-image: url("../images/log_new_7_m.png");
  }
  .logistics_list_image_12 {
    background-image: url("../images/log_new_8_m.png");
  }

  .logistics_list h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    color: #9a8197;
    max-width: 75%; 
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .logistics_list p {
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    max-width: 80%;
    margin: 0 auto 50px; /* Reduced margin for smaller screens */
  }
}


.logistics_page {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for desktop */
    gap: 10px; /* Space between grid items */
    padding: 40px; /* Padding around the grid */
    max-width: 80%; /* Center the content */
    margin: 180px auto 0;
    box-sizing: border-box;
}

.logistics_item {
    background: none; /* Remove background color */
    border-radius: 0; /* Remove rounded corners */
    overflow: visible; /* Allow content to overflow if necessary */
    box-shadow: none; /* Remove shadow */
    text-align: center; /* Center text alignment */
    padding: 0; 
    display: flex;
    flex-direction: column; /* Stack image, heading, and paragraph */
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.logistics_image {
    width: 550px;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Background images for each item (desktop) */
.logistics_item:nth-child(1) .logistics_image {
    background-image: url("../images/log_1_new.png"); 
}
  
.logistics_item:nth-child(2) .logistics_image {
    background-image: url("../images/log_2.png");
}
  
.logistics_item:nth-child(3) .logistics_image {
    background-image: url("../images/log_3.png");
}
  
.logistics_item:nth-child(4) .logistics_image {
    background-image: url("../images/log_4.png");
}

.logistics_page h3.lang-ko {
    color: #91A28F;
 }
.logistics_page h3.lang-zh {
    color: #DD577A;
}

/* Headings and text */
.logistics_item h3 {
    font-size: 50px;
    color: #9A8197;
    margin-top: 50px; /* Space above the title */
    font-weight: bold;
    line-height: 60px;
    max-width: 500px;
}

.logistics_item p {
    font-size: 17px;
    color: #555555;
    line-height: 30px;
    margin: 10px 0;
    max-width: 450px;
    margin-top: 30px; /* Space above p */
    margin-bottom: 100px; /* Space below p */
}

/* Mobile-specific styles */
@media (max-width: 480px) {
  .logistics_page {
      display: flex; /* Switch to flexbox layout */
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items horizontally */
      justify-content: center; /* Align items vertically */
      gap: 20px;
      width: 100%; 
      padding: 20px 0; /* Add padding at the top and bottom */
      padding-top: 80px;
      margin: 0 auto; 
      box-sizing: border-box; 
  }

  .logistics_item {
      width: 320px; /* Match mobile image dimensions */
      margin: 20px 0; /* Add spacing between sections */
      padding: 0; /* Remove padding */
      box-sizing: border-box; /* Ensure dimensions include padding and borders */
      display: flex;
      flex-direction: column; /* Stack content */
      align-items: center;
      position: relative; /* Create a positioning context for the h3 */
      background: none; /* Remove background (if applied) */
      border: none; /* Remove border (if applied) */
      box-shadow: none; /* Remove shadow (if applied) */
  }

  .logistics_image {
      width: 320px; /* Exact dimensions for mobile images */
      height: 320px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .logistics_item h3 {
    font-size: 27.95px;
    line-height: 30px;
    margin: 0; 
    text-align: center;
    max-width: 90%; 
    position: absolute; 
    top: 58%; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #ffffff; 
    padding: 0; 
    width: 85%; 
}


  .logistics_item p {
      font-size: 13px;
      line-height: 20px;
      margin: 5px 0;
      text-align: center;
      padding-top:20px;
  }

  /* Mobile background images */
  .logistics_item:nth-child(1) .logistics_image {
      background-image: url("../images/log_1_m.png");
  }

  .logistics_item:nth-child(2) .logistics_image {
      background-image: url("../images/log_2_m.png");
  }

  .logistics_item:nth-child(3) .logistics_image {
      background-image: url("../images/log_3_m.png");
  }

  .logistics_item:nth-child(4) .logistics_image {
      background-image: url("../images/log_4_m.png");
  }
}





.products {
    margin-left: auto;
    margin-right: auto;
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .products header h2 {
    padding-top: 150px;
    padding-bottom: 20px;
    color: #9a8197;
    font-size: 60px;
  }
  .products header p {
    font-weight: 300;
    font-size: 17px;
    color: #333333;
    margin-top: 20px;
    line-height: 30px;

  }
  .process-container {
    margin-top: 40px;
  }
  .layout {
    display: flex;
    align-items: flex-start; 
    margin-bottom: -630px;
  }
  
  .layout.reverse {
    flex-direction: row-reverse; 
  }
  
  
  .layout__item {
    flex: 1; 
  }
  
  .layout__item--body {
    flex: 1.7; 
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
  
  .layout__item--body h1 {
    font-size: 233px; 
    color: rgba(154, 129, 151, 0.4);
    margin: 0; 
    padding-top: 55px;

  }
  
  .layout__text {
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    padding-top: 75px;
  }
  
  .layout__text h2 {
    color: #9a8197;
    font-size: 64px; 
    margin: 0 0 30px; 
    text-align: left;
  }
  
  .layout__text p {
    font-size: 17px; 
    line-height: 30px; 
    color: #555555;
    margin: 0; 
    text-align: left;
  }


  .products h1.lang-ko{
    color: rgba(145, 162, 143, 0.4);
  }
  
  .products h2.lang-ko {
    color: #91A28F;
  }
  .products h1.lang-zh{
    color: rgba(221, 87, 122, 0.4);}
  .products h2.lang-zh {
    color: #DD577A;
  }

/* Mobile-specific layout (max-width: 1280px) */
@media (max-width: 1280px) {

    .products header h2 {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #9a8197;
    font-size: 26px;
  }
  .products header p {
    font-weight: 300;
    font-size: 13px;
    color: #333333;
    margin-top: 20px;
    line-height: 20px;

  }

  .process-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 20px; 
  }

 
  .layout {
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    margin-bottom: 40px; 
  }

  .layout.reverse {
    flex-direction: column; 
  }


  .layout__item--figure {
    order: 1; 
    width: 100%; 
    height: auto; 
    margin-bottom: 20px;
    background-size: cover; 
    background-position: center;
    border-radius: 10px; 
  }

  .layout__item--body {
    order: 2; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 10px; 
  }

  .layout__item--body h1 {
    font-size: 101.76px; 
    font-weight: 600; 
    line-height: 104.8px; 
    margin: 0; 
    margin-bottom: -70px;
    margin-top: -40px;
  }

  .layout__text {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 10px; 
  }

  .layout__text h2 {
    font-size: 27.95px; 
    font-weight: 700; 
    line-height: auto; 
    margin: 0; 
  }

  .layout__text p {
    font-size: 13px; 
    line-height: 20px; 
    color: #555555; 
    margin: 0;
    text-align: center;
    padding-top: 20px;
  }
}

/* PC Layout (min-width: 1281px) */
.process-container_2 {
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.layout_2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: -100px; 
}

.layout_2.reverse_2 {
  flex-direction: row; 
  margin-bottom: -200px;
}

.layout__item--body_2 {
  flex: 1.7; 
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.layout__text_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 75px;
}

.layout__text_2 h2 {
  color: #9a8197;
  font-size: 64px;
  margin: 0 0 30px;
  text-align: left;
  max-width: 580px;
  line-height: 66px;
}

.layout__text_2 p {
  font-size: 17px;
  line-height: 30px;
  color: #666;
  margin: 0;
  text-align: left;
  max-width: 600px;
}

.layout_2.reverse_2 .layout__text_2 h2 {
  padding-left: 80px;
  padding-top: 20px;
}

.layout_2.reverse_2 .layout__text_2 p {
  padding-left: 80px;
  padding-top: 20px;
}

@media (max-width: 1280px) {
  .products_2 header h2 {
    padding-top: 100px;
    padding-bottom: 20px;
    color: #9a8197;
    font-size: 26px;
  }

  .products_2 header p {
    font-weight: 300;
    font-size: 13px;
    color: #333333;
    margin-top: 20px;
    line-height: 20px;
  }


  .process-container_2 {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 20px; 
  }

  
  .layout_2 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    margin-bottom: 40px; 
  }

  .layout_2.reverse_2 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 20px; 
  }

  .layout_2.reverse_2 .layout__text_2 h2 {
    padding-left: 0px;
    padding-top: 0px;
  }
  
  .layout_2.reverse_2 .layout__text_2 p {
    padding-left: 0px;
    padding-top: 20px;
  }
  .layout__item--figure {
    order: 1; 
    width: 100%; 
    height: auto; 
    margin-bottom: 20px; 
    background-size: cover; 
    background-position: center;
    border-radius: 10px; 
}

.layout__item--body_2 {
    order: 2; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 10px; 
    max-width: 600px; 
    width: 100%; 
}

.layout__text_2 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 10px; 
    max-width: 600px; 
    width: 100%; 
}

.layout__text_2 h2 {
    font-size: 27.95px; 
    font-weight: 700; 
    line-height: 30px; 
    margin: 0; 
    text-align: center; 
    width: 100%; 
    max-width: 240px;
}

.layout__text_2 p {
    font-size: 13px; 
    line-height: 20px; 
    color: #555555; 
    margin: 0; 
    text-align: center; 
    padding-top: 20px;
    width: 100%; 
}
}
.layout__item--figure {
    position: relative;
    aspect-ratio: 1/2; 
    background-repeat: no-repeat;
}

  .figure-1 {
    background-image: url("../images/prod_1.png");
    margin-left: 70px;
  }
  .figure-2 {
    background-image: url("../images/prod_2.png");
  }
  .figure-3 {
    background-image: url("../images/prod_3.png");
    margin-left: 70px;
  }
  .figure-4 {
    background-image: url("../images/prod_4.png");
    margin-bottom: -150px;
  }

/* Mobile Layout (max-width: 1280px) */
@media (max-width: 1280px) {
  .layout__item--figure {
    position: relative;
    aspect-ratio: 320 / 238.3; 
    background-repeat: no-repeat;
    background-position: center; /* Center the background */
    background-size: contain; /* Ensure the entire image is visible */
  }
  .figure-1 {
    background-image: url("../images/prod_1_m.png"); 
    margin-left: 0; 
    
  }

  .figure-2 {
    background-image: url("../images/prod_2_m.png"); 
    
  }

  .figure-3 {
    background-image: url("../images/prod_3_m.png"); 
    margin-left: 0; 
    
  }

  .figure-4 {
    background-image: url("../images/prod_4_m.png"); 
    margin-bottom: 30px;
  }
}

  .figure-5 {
    background-image: url("../images/EXP1.jpg");
    margin-left: 170px;
  }
  .figure-6 {
    background-image: url("../images/EXP2.jpg");
  }
  .figure-7 {
    background-image: url("../images/EXP3.jpg");
    margin-left:-35px;
  }
  .figure-8 {
    background-image: url("../images/EXP4.jpg");
    margin-left: 170px;
  }
  .figure-9 {
    background-image: url("../images/EXP5.jpg");
    margin-left: 20px;
  }
  .figure-10 {
    background-image: url("../images/EXP6.jpg");
  }
  .figure-11 {
    background-image: url("../images/EXP7.jpg");
    margin-left:-35px;
  }
  .figure-12 {
    background-image: url("../images/EXP8.jpg");
    margin-left: 170px;
  }
  .figure-13 {
    background-image: url("../images/EXP9.jpg");
    margin-left: 20px;
  }
  .figure-14 {
    background-image: url("../images/EXP10.jpg");
    margin-left: 20px;
  }
/* Mobile Layout (max-width: 1280px) */
@media (max-width: 1280px) {
  .layout__item--figure {
    position: relative;
    aspect-ratio: 320 / 228.05; 
    background-repeat: no-repeat;
  }

  .figure-5 {
    background-image: url("../images/EXP_group_1_m.png"); 
    margin-left: 0; 
    margin-top: -80px;
    margin-bottom: -270px;
  }

  .figure-6 {
    background-image: url(""); 
  }

  .figure-7 {
    background-image: url("../images/EXP_group_2_m.png"); 
    margin-left: 0; 
    margin-top: -260px;
    margin-bottom: -45px;
  
  }

  .figure-8 {
    background-image: url(""); 
    margin-left: 0; 
  }

  .figure-9 {
    background-image: url("../images/EXP_group_3_m.png");
    margin-left: 0;
    margin-bottom: -30px;


  }

  .figure-10 {
    background-image: url(""); 
  }

  .figure-11 {
    background-image: url("../images/EXP_group_4_m.png");
    margin-left: 0; 
    margin-top: -260px;
    margin-bottom: -45px;
  }

  .figure-12 {
    background-image: url(""); 
    margin-left: 0; 
  }

  .figure-13 {
    background-image: url("../images/EXP_group_5_m.png"); 
    margin-left: 0; 
    margin-bottom: -30px;
  }

  .figure-14 {
    background-image: url(""); 
    margin-left: 0; 
  }
}


/*
  .products {
    margin-left: auto;
    margin-right: auto;
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  @media (min-width: 1281px) {
    .products {
      margin-top: 260px;
    }
  }
  @media (max-width: 1280px) {
    .products {
      margin-top: 70px;
    }
  }
  .products header h2 {
    color: #9a8197;
  }
  @media (min-width: 1281px) {
    .products header h2 {
      font-size: 60px;
    }
  }
  @media (max-width: 1280px) {
    .products header h2 {
      font-size: 21px;
    }
  }
  @media (max-width: 1280px) {
    .products header h2 {
      font-weight: 600;
    }
  }
  .products header h2.lang-ko {
    color: #91A28F;
  }
  .products header h2.lang-zh {
    color: #DD577A;
  }
  .products header p {
    font-weight: 300;
    color: #333;
  }
  @media (min-width: 1281px) {
    .products header p {
      margin-top: 17px;
    }
  }
  @media (max-width: 1280px) {
    .products header p {
      margin-top: 10px;
    }
  }
  @media (min-width: 1281px) {
    .products header p {
      font-size: 32px;
    }
  }
  @media (max-width: 1280px) {
    .products header p {
      font-size: 13px;
    }
  }
  .products ul {
      display: flex;
      flex-direction: column; 
      justify-content: flex-start;
      align-items: flex-start;
    }
  @media (min-width: 1281px) {
    .products ul {
      margin-top: 85px;
    }
  }
  @media (max-width: 1280px) {
    .products ul {
      margin-top: 60px;
    }
  }
  @media (min-width: 1281px) {
    .products ul {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 1280px) {
    .products ul {
      padding-bottom: 20px;
    }
  }
  .products ul li {
    position: relative;
    aspect-ratio: 1/1;
  margin-bottom: 20px; /
  }
  @media (min-width: 1281px) {
    .products ul li {
      width: calc(25% - 81px);
    }
  }
  @media (max-width: 1280px) {
    .products ul li {
      width: calc(25% - 36px);
    }
  }
  @media (min-width: 1281px) {
    .products ul li:not(:nth-child(4n-3)) {
      margin-left: 108px;
    }
    .products ul li + li + li + li + li {
      margin-top: 96px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li:not(:nth-child(4n-3)) {
      margin-left: 48px;
    }
    .products ul li + li + li + li + li {
      margin-top: 39px;
    }
  }
  @media (max-width: 640px) {
    .products ul li {
      width: calc(50% - 24px);
    }
    .products ul li:nth-child(even) {
      margin-left: 48px;
    }
    .products ul li:nth-child(odd) {
      margin-left: unset;
    }
    .products ul li + li + li {
      margin-top: 39px;
    }
  }
  .products ul li:nth-child(1)::before {
    background-image: url("../images/prod_1.png");
  }
  .products ul li:nth-child(2)::before {
    background-image: url("../images/prod_2.png");
  }
  .products ul li:nth-child(3)::before {
    background-image: url("../images/prod_3.png");
  }
  .products ul li:nth-child(4)::before {
    background-image: url("../images/prod_4.png");
  }
  .products ul li:hover::before, .products ul li:focus::before {
    background-size: 107%;
  }
  .products ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
  }
  @media (min-width: 1281px) {
    .products ul li::before {
      border-radius: 20px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li::before {
      border-radius: 10px;
    }
  }
  .products ul li + li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 1281px) {
    .products ul li + li::after {
      left: -54px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li + li::after {
      left: -24px;
    }
  }
  @media (min-width: 1281px) {
    .products ul li + li::after {
      height: 70px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li + li::after {
      height: 32px;
    }
  }
  .products ul li + li + li + li + li::after {
    width: 0px;
  }
  .products ul li + li + li + li + li + li::after {
    width: 1px;
  }
  .products ul li span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
  }
  @media (min-width: 1281px) {
    .products ul li span {
      bottom: -30px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li span {
      bottom: -20px;
    }
  }
  @media (min-width: 1281px) {
    .products ul li span {
      font-size: 16px;
    }
  }
  @media (max-width: 1280px) {
    .products ul li span {
      font-size: 11px;
    }
  }
*/
.inquiry {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 1281px) {
  .inquiry {
    margin-top: 260px;
  }
}
@media (max-width: 1280px) {
  .inquiry {
    margin-top: 80px;
  }
}
@media (min-width: 1281px) {
  .inquiry header {
    width: calc(50% - 60px);
  }
}
@media (max-width: 1280px) {
  .inquiry header {
    width: 100%;
  }
}
.inquiry header h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #9a8197;
}
@media (min-width: 1281px) {
  .inquiry header h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .inquiry header h2 {
    font-size: 21px;
  }
}
.inquiry header h2.lang-ko {
  color: #91A28F;
}
.inquiry header h2.lang-zh {
  color: #DD577A;
}
.inquiry header p {
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #646467;
}
@media (min-width: 1281px) {
  .inquiry header p {
    margin-top: 32px;
  }
}
@media (max-width: 1280px) {
  .inquiry header p {
    margin-top: 16px;
  }
}
@media (min-width: 1281px) {
  .inquiry header p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .inquiry header p {
    font-size: 13px;
  }
}
@media (min-width: 1281px) {
  .inquiry form {
    width: calc(50% - 60px);
  }
}
@media (max-width: 1280px) {
  .inquiry form {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .inquiry form {
    padding-top: 10px;
  }
}
@media (min-width: 1281px) {
  .inquiry form {
    margin-top: -32px;
  }
}
.inquiry form input,
.inquiry form select,
.inquiry form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #646467;
  border-radius: 0 !important;
  outline: none;
  color: #646467;
}
@media (min-width: 1281px) {
  .inquiry form input,
  .inquiry form select,
  .inquiry form textarea {
    margin-top: 32px;
  }
}
@media (max-width: 1280px) {
  .inquiry form input,
  .inquiry form select,
  .inquiry form textarea {
    margin-top: 16px;
  }
}
@media (min-width: 1281px) {
  .inquiry form input,
  .inquiry form select,
  .inquiry form textarea {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .inquiry form input,
  .inquiry form select,
  .inquiry form textarea {
    font-size: 12px;
  }
}
@media (min-width: 1281px) {
  .inquiry form input,
  .inquiry form select {
    height: 52px;
  }
}
@media (max-width: 1280px) {
  .inquiry form input,
  .inquiry form select {
    height: 27px;
  }
}
.inquiry form select {
  background: url("../images/arrow.svg") no-repeat right center;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .inquiry form select {
    background-size: 12px;
  }
}
.inquiry form textarea {
  line-height: 1.35;
}
@media (min-width: 1281px) {
  .inquiry form textarea {
    height: 150px;
  }
}
@media (max-width: 1280px) {
  .inquiry form textarea {
    height: 77px;
  }
}
.inquiry form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #9a8197;
  color: #fff;
}
@media (min-width: 1281px) {
  .inquiry form button {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .inquiry form button {
    margin-top: 20px;
  }
}
@media (min-width: 1281px) {
  .inquiry form button {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .inquiry form button {
    width: 200px;
  }
}
@media (min-width: 1281px) {
  .inquiry form button {
    border-radius: 28px;
  }
}
@media (max-width: 1280px) {
  .inquiry form button {
    border-radius: 20px;
  }
}
@media (min-width: 1281px) {
  .inquiry form button {
    line-height: 56px;
  }
}
@media (max-width: 1280px) {
  .inquiry form button {
    line-height: 40px;
  }
}
@media (min-width: 1281px) {
  .inquiry form button {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .inquiry form button {
    font-size: 13px;
  }
}
.inquiry form button.lang-ko {
  background: #91A28F;
}
.inquiry form button.lang-zh {
  background: #DD577A;
}

#footer {
  background: url("../images/footer.jpg") no-repeat center/cover;
  color: #fff;
}
@media (min-width: 1281px) {
  #footer {
    margin-top: 260px;
  }
}
@media (max-width: 1280px) {
  #footer {
    margin-top: 60px;
  }
}
#footer > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1281px) {
  #footer > div {
    padding-top: 53px;
  }
}
@media (max-width: 1280px) {
  #footer > div {
    padding-top: 30px;
  }
}
@media (min-width: 1281px) {
  #footer > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 55px;
  }
}
@media (max-width: 1280px) {
  #footer > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#footer > div > div:not(.selects) {
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
@media (min-width: 1281px) {
  #footer > div > div:not(.selects) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 413px;
  }
  #footer > div > div:not(.selects) a + a {
    margin-left: 30px;
  }
}
@media (max-width: 1280px) {
  #footer > div > div:not(.selects) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 253px;
  }
}
#footer > div .selects {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1281px) {
  #footer > div .selects {
    position: absolute;
    right: 20px;
    bottom: 63px;
  }
}
#footer > div .selects select {
  width: 120px;
  height: 40px;
  padding: 0 auto;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.8) url("../images/arrow2.svg") no-repeat center right 20px;
  border: 0;
  outline: none;
  border-radius: 20px;
  font-size: 14px;
  color: #9a8197;
  line-height: 1.5;
}
#footer > div .selects select + select {
  margin-left: 18px;
}
#footer > div .selects select.lang-ko {
  color: #91A28F;
}
#footer > div .selects select.lang-zh {
  color: #DD577A;
}
#footer > div h1 {
  filter: grayscale(1) brightness(100);
  background: url("../images/logo.svg") no-repeat center/100%;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
}
@media (min-width: 1281px) {
  #footer > div h1 {
    width: 99px;
  }
}
@media (max-width: 1280px) {
  #footer > div h1 {
    width: 70px;
  }
}
@media (min-width: 1281px) {
  #footer > div h1 {
    height: 34px;
  }
}
@media (max-width: 1280px) {
  #footer > div h1 {
    height: 24px;
  }
}
@media (max-width: 1280px) {
  #footer > div h1 {
    margin-top: 78px;
  }
}
#footer > div small {
  text-transform: uppercase;
}
@media (min-width: 1281px) {
  #footer > div small {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  #footer > div small {
    font-size: 10px;
    text-align: center;
  }
}
@media (min-width: 1281px) {
  #footer > div small {
    margin-left: 26px;
  }
}
@media (max-width: 1280px) {
  #footer > div small {
    margin-top: 25px;
  }
}

@media (min-width: 1281px) {
  .pagination,
  .pagination2,
  .pagination3 {
    display: none !important;
  }
}

.pagination,
.pagination2,
.pagination3,
.pagination4 {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.pagination .swiper-pagination-bullet,
.pagination2 .swiper-pagination-bullet,
.pagination3 .swiper-pagination-bullet,
.pagination4 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1281px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media (max-width: 1280px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    margin: 0 2px;
  }
}
@media (min-width: 1281px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    width: 8px;
  }
}
@media (max-width: 1280px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    width: 4px;
  }
}
@media (min-width: 1281px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    height: 8px;
  }
}
@media (max-width: 1280px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    height: 4px;
  }
}
@media (min-width: 1281px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    border-radius: 4px;
  }
}
@media (max-width: 1280px) {
  .pagination .swiper-pagination-bullet,
  .pagination2 .swiper-pagination-bullet,
  .pagination3 .swiper-pagination-bullet,
  .pagination4 .swiper-pagination-bullet {
    border-radius: 2px;
  }
}
.pagination .swiper-pagination-bullet-active,
.pagination2 .swiper-pagination-bullet-active,
.pagination3 .swiper-pagination-bullet-active,
.pagination4 .swiper-pagination-bullet-active {
  background: #9a8197;
}
@media (min-width: 1281px) {
  .pagination .swiper-pagination-bullet-active,
  .pagination2 .swiper-pagination-bullet-active,
  .pagination3 .swiper-pagination-bullet-active,
  .pagination4 .swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media (max-width: 1280px) {
  .pagination .swiper-pagination-bullet-active,
  .pagination2 .swiper-pagination-bullet-active,
  .pagination3 .swiper-pagination-bullet-active,
  .pagination4 .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.pagination .swiper-pagination-bullet-active.lang-ko,
.pagination2 .swiper-pagination-bullet-active.lang-ko,
.pagination3 .swiper-pagination-bullet-active.lang-ko,
.pagination4 .swiper-pagination-bullet-active.lang-ko {
  background: #91A28F;
}
.pagination .swiper-pagination-bullet-active.lang-zh,
.pagination2 .swiper-pagination-bullet-active.lang-zh,
.pagination3 .swiper-pagination-bullet-active.lang-zh,
.pagination4 .swiper-pagination-bullet-active.lang-zh {
  background: #DD577A;
}

*[class^=flag_] {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.flag_select {
  background-image: url("../images/flag_earth_white.svg");
}

.flag_global {
  background-image: url("../images/en_logo.svg");
}

.flag_global_white {
  background-image: url("../images/flag_earth_white.svg");
}

.flag_korea {
  background-image: url("../images/kr_logo.svg");
}

.flag_china {
  background-image: url("../images/zh_logo.svg");
}

.flag_global.lang-en {
  background-image: url("../images/flag_earth_white.svg");
}

.flag_korea.lang-ko {
  background-image: url("../images/flag_korea_white.svg");
}

.flag_china.lang-zh {
  background-image: url("../images/flag_china_white.svg");
}

.cursor {
  z-index: 9999;
  position: absolute;
  transform: translate(100%, 100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9a8197;
  transition: all 1s ease-in-out;
  mix-blend-mode: difference;
  pointer-events: none;
}

.cursor.lang-ko {
  background: #91A28F;
}

.cursor.lang-zh {
  background: #DD577A;
}

.cursor.on {
  border: 2px solid #222;
  background: #222;
  opacity: 1;
}

/* **************************************** *
 * CURSOR
 * **************************************** */
body.mobile #custom_cursor,
body.mobile #custom_cursor_text {
  display: none;
}

@media (max-width: 1280px) {
  #custom_cursor,
  #custom_cursor_text {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #custom_cursor,
  #custom_cursor_text {
    display: none;
  }
}
#custom_cursor,
#custom_cursor_text {
  width: 40px;
  height: 40px;
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 3;
  transition: all 0.2s;
  pointer-events: none;
}

#custom_cursor_text {
  display: none;
}

#custom_cursor.on,
#custom_cursor.on2,
#custom_cursor_text.on,
#custom_cursor_text.on2 {
  width: 125px;
  height: 126px;
  top: -60px;
  left: -60px;
  transition: all 0.2s;
}

#custom_cursor_text.on {
  display: block;
}

#custom_cursor_text.on .click {
  display: none;
}

#custom_cursor_text.on2 {
  display: block;
}

#custom_cursor_text.on2 span {
  display: none;
}

#custom_cursor_text.on2 .click {
  display: block;
}

#custom_cursor_text.on2.on .click {
  display: none;
}

#custom_cursor_text.on2.on span {
  display: block;
}

#custom_cursor {
  mix-blend-mode: difference;
}

.custom_cursor_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom_hover_circle,
.custom_hover_text {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
}

.custom_hover_circle {
  z-index: 1;
  background: #9a8197 no-repeat center center;
}

.custom_hover_circle.lang-ko {
  background: #91A28F no-repeat center center;
}

.custom_hover_circle.lang-zh {
  background: #DD577A no-repeat center center;
}

.custom_hover_text {
  z-index: 2;
}

.custom_hover_text > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  padding-left: 0.1em;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}

.custom_element_cursor {
  position: relative;
}

.custom_element_cursor_point {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: -1;
}

.custom_element_cursor_point > i {
  display: block;
  width: 100%;
  height: 100%;
  background: #26359c;
  background: rgba(38, 53, 156, 0.5);
  background: #1e39b4;
  border-radius: 50%;
}

#custom_cursor_text.drag .custom_hover_text {
  background: url(../images/icon/icon-drag.svg) no-repeat center center;
}

html.ie #custom_cursor {
  mix-blend-mode: normal;
  display: none;
}

html.ie #custom_cursor_text {
  display: none;
}

html.ie .custom_hover_circle {
  background: #1e39b4;
}

html.ie10 #custom_cursor,
html.ie10 #custom_cursor_text {
  display: none;
}

html.safari .custom_cursor_inner {
  transform: translate(-90px, -90px);
}

html.safari .custom_hover_circle,
html.safari .custom_hover_text {
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}/*# sourceMappingURL=style.css.map */


