/** Shopify CDN: Minification failed

Line 212:0 All "@import" rules must come first
Line 404:0 All "@import" rules must come first
Line 470:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after-results (INDEX:5) */
.bar-section-wrapper {
  width: 100%;
}
.bar-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}
.bar-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.bar-subheading {
  opacity: 0.7;
  margin-bottom: 48px;
}
.bar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  align-items: start;
}
.bar-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.bar-image img {
  width: 100%;
  height: auto;
  display: block;
}
.bar-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #f0f0f0;
}
.bar-stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.bar-stat__number {
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
}
.bar-stat__text {
  line-height: 1.4;
  opacity: 0.8;
  padding-top: 6px;
}
.bar-btn-wrap {
  margin-top: 16px;
}
.bar-btn {
  display: inline-block;
  padding: 16px 40px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.bar-btn:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .bar-section {
    padding: 60px 0;
  }
  .bar-heading,
  .bar-subheading,
  .bar-btn-wrap {
    padding: 0 20px;
  }
  .bar-grid {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 20px;
    margin-bottom: 32px;
    scrollbar-width: none;
    align-items: start;
  }
  .bar-grid::-webkit-scrollbar {
    display: none;
  }
  .bar-item {
    flex: 0 0 80vw;
    scroll-snap-align: start;
  }
}
/* END_SECTION:before-after-results */

/* START_SECTION:icon-banner-strip (INDEX:40) */
.ibs-section {
  width: 100%;
  padding: 48px 20px;
}
.ibs-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.ibs-item {
  text-align: center;
}
.ibs-icon {
  margin: 0 auto 16px;
}
.ibs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ibs-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.ibs-text {
  line-height: 1.5;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .ibs-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* END_SECTION:icon-banner-strip */

/* START_SECTION:iconbannerstrip (INDEX:41) */
.ibs-section {
  width: 100%;
  padding: 48px 20px;
}

.ibs-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.ibs-item {
  text-align: center;
}

.ibs-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}

.ibs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ibs-heading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 8px;
}

.ibs-text {
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .ibs-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* END_SECTION:iconbannerstrip */

/* START_SECTION:rich-text-with-media (INDEX:85) */
@import url('https://fonts.googleapis.com/css2?family=SUIT:wght@300;400;500;700&display=swap');

.rtm-section-wrapper {
  width: 100%;
}
.rtm-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.rtm-track {
  display: contents;
}
.rtm-row {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.rtm-row:nth-child(even) {
  margin-top: -80px;
  z-index: 2;
}
.rtm-row:nth-child(odd) {
  z-index: 1;
  padding-top: 60px;
}
.rtm-row--reverse {
  flex-direction: row-reverse;
}
.rtm-text {
  flex: 1;
  min-width: 0;
  padding: 40px 0;
}
.rtm-media {
  flex: 1;
  min-width: 0;
}
.rtm-media img,
.rtm-media video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.rtm-eyebrow {
  font-family: 'SUIT', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.6;
}
.rtm-heading {
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
}
.rtm-body {
  font-family: 'SUIT', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 28px;
  opacity: 0.85;
}

/* ── 버튼 공통 ── */
.rtm-btn {
  font-family: 'SUIT', sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s, opacity 0.2s;
  cursor: pointer;
}

/* Solid */
.rtm-btn--solid {
  background-color: var(--rtm-btn-bg, #111111);
  color: var(--rtm-btn-text, #ffffff);
  border: 2px solid var(--rtm-btn-bg, #111111);
}
.rtm-btn--solid:hover {
  opacity: 0.8;
}

/* Outline */
.rtm-btn--outline {
  background-color: transparent;
  color: var(--rtm-btn-bg, #111111);
  border: 2px solid var(--rtm-btn-bg, #111111);
}
.rtm-btn--outline:hover {
  background-color: var(--rtm-btn-bg, #111111);
  color: var(--rtm-btn-text, #ffffff);
}

/* Ghost */
.rtm-btn--ghost {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--rtm-btn-text, #ffffff);
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.rtm-btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.28);
}

/* Underline */
.rtm-btn--underline {
  background-color: transparent;
  color: var(--rtm-btn-bg, #111111);
  border: none;
  border-bottom: 2px solid var(--rtm-btn-bg, #111111);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.rtm-btn--underline:hover {
  opacity: 0.6;
}

.rtm-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f0f0f0;
}
.rtm-arrow {
  display: none;
}
@media (max-width: 768px) {
  .rtm-section {
    padding: 0;
    overflow: hidden;
  }
  .rtm-track {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .rtm-track::-webkit-scrollbar {
    display: none;
  }
  .rtm-row,
  .rtm-row--reverse {
    flex: 0 0 100vw;
    scroll-snap-align: start;
    flex-direction: column !important;
    gap: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .rtm-media {
    width: 100%;
  }
  .rtm-text {
    padding: 24px 20px;
  }
  .rtm-arrow {
    display: flex;
    position: absolute;
    top: 200px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #ffffff;
  }
  .rtm-arrow--prev {
    left: 12px;
  }
  .rtm-arrow--next {
    right: 12px;
  }
}
/* END_SECTION:rich-text-with-media */

/* START_SECTION:shop-by-category (INDEX:91) */
@import url('https://fonts.googleapis.com/css2?family=SUIT:wght@400;700&display=swap');

.sbc-section-wrapper {
  width: 100%;
}
.sbc-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.sbc-heading {
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.sbc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.sbc-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.sbc-image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 12px;
}
.sbc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sbc-link:hover .sbc-image img {
  transform: scale(1.03);
}
.sbc-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.sbc-label {
  font-family: 'SUIT', sans-serif;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 768px) {
  .sbc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
/* END_SECTION:shop-by-category */

/* START_SECTION:stats-strip (INDEX:95) */
@import url('https://fonts.googleapis.com/css2?family=SUIT:wght@400;700&display=swap');

.stats-wrapper {
  width: 100%;
}
.stats-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px;
}
.stats-item {
  display: flex;
  flex-direction: column;
}
.stats-number {
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.stats-unit {
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
}
.stats-desc {
  font-family: 'SUIT', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .stats-section {
    grid-template-columns: 1fr !important;
    padding: 24px 16px;
    gap: 16px;
  }
  .stats-number {
    font-size: 2.5rem !important;
    margin-bottom: 8px;
  }
  .stats-unit {
    font-size: 1.2rem !important;
  }
  .stats-desc {
    font-size: 0.8rem !important;
  }
  .stats-item {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .stats-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* END_SECTION:stats-strip */