/* BASIC css start */
#content_mem {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
  text-align: initial;
  overflow: hidden;
}

#content_mem img {
  max-width: 100%;
}

.footer_section {
  display: none;
}

html {
  scroll-behavior: smooth;
}


/* ========================================
   ÆäÀÌÁö Àü¿ë RESET
======================================== */

#sh-editorial-260903,
#sh-editorial-260903 * {
  box-sizing: border-box;
}

#sh-editorial-260903 figure,
#sh-editorial-260903 h1,
#sh-editorial-260903 h2,
#sh-editorial-260903 p,
#sh-editorial-260903 dl,
#sh-editorial-260903 dd {
  margin: 0;
}

#sh-editorial-260903 button {
  font: inherit;
}

#sh-editorial-260903 {
  --paper: #f4f1eb;
  --ink: #111;
  --line: rgba(17, 17, 17, 0.24);

  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Montserrat", "Noto Sans KR", Arial, sans-serif;
}

#sh-editorial-260903 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}


/* ========================================
   °øÅë ½½¶óÀÌµå
======================================== */

#sh-editorial-260903 .sh-slider {
  position: relative;
  overflow: hidden;
  background: #d8d6d2;
}

#sh-editorial-260903 .sh-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

#sh-editorial-260903 .sh-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition:
    opacity 1s ease,
    transform 5.6s ease,
    visibility 1s;
}

#sh-editorial-260903 .sh-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}


/* ========================================
   01. MAIN VISUAL
======================================== */

#sh-editorial-260903 .sh-hero-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1110;
  overflow: hidden;
  background: #d8d6d2;
}

#sh-editorial-260903 .sh-hero-bg,
#sh-editorial-260903 .sh-hero-text {
  position: absolute;
  inset: 0;
}

#sh-editorial-260903 .sh-hero-bg {
  z-index: 0;
}

#sh-editorial-260903 .sh-hero-text {
  z-index: 3;
  pointer-events: none;
}

#sh-editorial-260903 .sh-hero-slider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 26.288%;
  height: 80.818%;
  transform: translate(-50%, -50%);
  background: #c8c5bf;
}

#sh-editorial-260903 .sh-hero-text img {
  object-fit: fill !important;
  pointer-events: none;
}


/* ½½¶óÀÌµå È­»ìÇ¥ */

#sh-editorial-260903 .sh-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  transition: background 0.25s ease;
}

#sh-editorial-260903 .sh-arrow:hover {
  background: rgba(0, 0, 0, 0.35);
}

#sh-editorial-260903 .sh-prev {
  left: 15px;
}

#sh-editorial-260903 .sh-next {
  right: 15px;
}


/* ½½¶óÀÌµå ÆäÀÌÁö Ç¥½Ã */

#sh-editorial-260903 .sh-pagination {
  position: absolute;
  z-index: 5;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#sh-editorial-260903 .sh-dot {
  position: relative;
  width: 50px;
  height: 2px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

#sh-editorial-260903 .sh-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
}

#sh-editorial-260903 .sh-dot.is-active::after {
  animation: shProgress var(--delay) linear forwards;
}

@keyframes shProgress {
  to {
    transform: translateX(0);
  }
}


/* ========================================
   02. ÀÌ¹ÌÁö ¼øÂ÷ µîÀå ¿µ¿ª
======================================== */

#sh-editorial-260903 .sh-about {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1680;
  overflow: hidden;
  background: #f1ede6;
}

/* ¹è°æ°ú Åõ¸í PNG¸¦ µ¿ÀÏÇÑ Å©±â·Î °ãÄ§ */

#sh-editorial-260903 .sh-about-bg,
#sh-editorial-260903 .sh-about-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#sh-editorial-260903 .sh-about-bg {
  z-index: 0;
}

#sh-editorial-260903 .sh-about-bg img,
#sh-editorial-260903 .sh-about-layer {
  object-fit: fill;
}

/* Ã³À½¿¡´Â ¾Æ·¡ÂÊ¿¡ ÀÖ°í Åõ¸íÇÑ »óÅÂ */

#sh-editorial-260903 .sh-about-layer {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(55px);
  transition:
    opacity 0.9s ease,
    transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0.9s;
}

/* È­¸é¿¡ µé¾î¿À¸é ¼ø¼­´ë·Î µîÀå */

#sh-editorial-260903 .sh-about.is-visible .sh-about-layer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#sh-editorial-260903 .sh-about-layer-1 {
  transition-delay: 0.1s;
}

#sh-editorial-260903 .sh-about-layer-2 {
  transition-delay: 0.25s;
}

#sh-editorial-260903 .sh-about-layer-3 {
  transition-delay: 0.4s;
}

#sh-editorial-260903 .sh-about-layer-4 {
  transition-delay: 0.55s;
}

#sh-editorial-260903 .sh-about-layer-5 {
  transition-delay: 0.7s;
}


/* ========================================
   03. WIDE VISUAL
======================================== */

#sh-editorial-260903 .sh-scene .sh-slider {
  height: min(760px, 62vw);
  min-height: 520px;
}

#sh-editorial-260903 .sh-scene .sh-dot {
  background: rgba(255, 255, 255, 0.38);
}

#sh-editorial-260903 .sh-wide-visual {
  height: min(780px, 58vw);
  min-height: 500px;
  background: #deddd9;
}


/* ========================================
   04. PICCADILLY BRAND STORY
======================================== */

#sh-editorial-260903 .sh-brand-story {
  padding: 120px 0 150px;
  background: #f4f1eb;
  color: #111;
}

#sh-editorial-260903 .sh-brand-story-inner {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.75fr)
    minmax(600px, 1.25fr);
  gap: clamp(70px, 8vw, 150px);
  align-items: start;
  width: min(1380px, calc(100% - 100px));
  margin: 0 auto;
}


/* ¿ÞÂÊ ºê·£µå ¼³¸í */

#sh-editorial-260903 .sh-brand-info {
  position: sticky;
  top: 120px;
  padding-top: 10px;
}

#sh-editorial-260903 .sh-section-no {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

#sh-editorial-260903 .sh-brand-info h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 7vw, 120px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

#sh-editorial-260903 .sh-brand-title {
  margin: 38px 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  word-break: keep-all;
}

#sh-editorial-260903 .sh-brand-description {
  max-width: 440px;
  margin-top: 42px;
}

#sh-editorial-260903 .sh-brand-description p {
  margin: 0 0 23px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  word-break: keep-all;
}


/* Á¦Ç° º¸·¯°¡±â ¹öÆ° */

#sh-editorial-260903 .sh-brand-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  margin-top: 50px;
  padding: 19px 4px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    padding 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

#sh-editorial-260903 .sh-brand-button:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: #111;
  color: #fff;
}

#sh-editorial-260903 .sh-brand-button-arrow {
  font-size: 21px;
  font-weight: 400;
}


/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö 4Àå   ¹ÝµíÇÑ 2¡¿2 ¹è¿­ */

#sh-editorial-260903 .sh-brand-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  align-items: stretch;
}

#sh-editorial-260903 .sh-brand-image {
  width: 100%;
  margin: 0 !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd9d2;
}

#sh-editorial-260903 .sh-brand-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

#sh-editorial-260903 .sh-brand-image:hover img {
  transform: scale(1.025);
}

/* ÀÌ¹ÌÁö µîÀå ¼ø¼­ */

#sh-editorial-260903 .sh-brand-image-1 {
  transition-delay: 0.1s;
}

#sh-editorial-260903 .sh-brand-image-2 {
  transition-delay: 0.25s;
}

#sh-editorial-260903 .sh-brand-image-3 {
  transition-delay: 0.4s;
}

#sh-editorial-260903 .sh-brand-image-4 {
  transition-delay: 0.55s;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1100px) and (min-width: 768px) {
  #sh-editorial-260903 .sh-brand-story-inner {
    grid-template-columns:
      minmax(280px, 0.8fr)
      minmax(420px, 1.2fr);
    gap: 50px;
    width: calc(100% - 60px);
  }

  #sh-editorial-260903 .sh-brand-info h2 {
    font-size: 70px;
  }

  #sh-editorial-260903 .sh-brand-description p {
    font-size: 14px;
  }

  #sh-editorial-260903 .sh-brand-gallery {
    gap: 14px;
  }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {
  /* Ã¹ ¹øÂ° ¸ÞÀÎ ¿µ¿ª */

  #sh-editorial-260903 .sh-hero-stage {
    aspect-ratio: 750 / 1080;
  }

  #sh-editorial-260903 .sh-hero-slider {
    width: 54%;
    height: 76%;
  }

  #sh-editorial-260903 .sh-arrow {
    display: none;
  }

  #sh-editorial-260903 .sh-pagination {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  #sh-editorial-260903 .sh-dot {
    width: 36px;
  }


  /* µÎ ¹øÂ° ¼øÂ÷ µîÀå ¿µ¿ª */

  #sh-editorial-260903 .sh-about {
    aspect-ratio: 750 / 1200;
  }

  #sh-editorial-260903 .sh-about-layer {
    transform: translateY(35px);
  }

  #sh-editorial-260903 .sh-about.is-visible .sh-about-layer {
    transform: translateY(0);
  }


  /* ¼¼ ¹øÂ° ¿ÍÀÌµå ÀÌ¹ÌÁö */

  #sh-editorial-260903 .sh-scene .sh-slider {
    height: 125vw;
    min-height: 460px;
    max-height: 700px;
  }

  #sh-editorial-260903 .sh-wide-visual {
    height: 115vw;
    min-height: 430px;
    max-height: 680px;
  }


  /* ³× ¹øÂ° ºê·£µå ½ºÅä¸® */

  #sh-editorial-260903 .sh-brand-story {
    padding: 70px 0 90px;
  }

  #sh-editorial-260903 .sh-brand-story-inner {
    display: block;
    width: calc(100% - 40px);
  }

  #sh-editorial-260903 .sh-brand-info {
    position: static;
    padding: 0;
  }

  #sh-editorial-260903 .sh-section-no {
    margin-bottom: 20px;
    font-size: 11px;
  }

  #sh-editorial-260903 .sh-brand-info h2 {
    font-size: clamp(60px, 19vw, 90px);
  }

  #sh-editorial-260903 .sh-brand-title {
    margin-top: 26px;
    font-size: 18px;
  }

  #sh-editorial-260903 .sh-brand-description {
    margin-top: 34px;
  }

  #sh-editorial-260903 .sh-brand-description p {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 1.8;
  }

  #sh-editorial-260903 .sh-brand-button {
    max-width: none;
    margin-top: 36px;
    padding: 17px 4px;
    font-size: 14px;
  }

  /* ¸ð¹ÙÀÏµµ À§ 2Àå + ¾Æ·¡ 2Àå À¯Áö */

  #sh-editorial-260903 .sh-brand-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 55px;
  }

  #sh-editorial-260903 .sh-brand-image {
    width: 100%;
    margin: 0 !important;
    aspect-ratio: 4 / 5;
  }
}
/* ºê·£µåº° ¹è°æ ÄÃ·¯ */

/* ÇÇÄ«µô¸®: ±âÁ¸ µû¶æÇÑ ¾ÆÀÌº¸¸® */
#sh-editorial-260903 .sh-brand-story {
  background: #f4f1eb;
}

/* ¿öÁî: Â÷ºÐÇÑ ±×·¹ÀÌ º£ÀÌÁö */
#sh-editorial-260903 .sh-brand-story.sh-brand-woz {
  background: #e8e6e1;
}

/* ³×ÀÌÆ¼ºê: ÀÚ¿¬½º·¯¿î ¼ÒÇÁÆ® Ä«Å°(¿¡¾î·ÎÄÚµå¶û ¹Ù²Þ) */
#sh-editorial-260903 .sh-brand-story.sh-brand-native {
  background: #e3e8eb;
}

/* ¿¡¾î·ÎÄÚµå: °¡º±°í ±â´ÉÀûÀÎ ºí·ç ±×·¹ÀÌ */
#sh-editorial-260903 .sh-brand-story.sh-brand-aerocode {
  background: #e4e8df;
}

/* ========================================
   ¸ð¼Ç ÃÖ¼ÒÈ­ ¼³Á¤
======================================== */

@media (prefers-reduced-motion: reduce) {
  #sh-editorial-260903 .sh-slide,
  #sh-editorial-260903 .sh-reveal {
    transition: none !important;
    transform: none !important;
  }

  #sh-editorial-260903 .sh-dot.is-active::after {
    animation: none;
    transform: translateX(0);
  }
}
/* BASIC css end */

