

@media (min-width: 769px) {
  #rn-gnb-detail {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: #fff;
    visibility: hidden; opacity: 0;
    z-index: 1050;
    box-sizing: border-box;
    padding-top: 96px;
    padding-bottom: 80px;
    padding-left: 72px;
    padding-right: 0;
    overflow: hidden;
    -webkit-animation: allmenuClose 600ms both;
    animation: allmenuClose 600ms both;
    -webkit-transition: opacity 0s linear 600ms;
    transition: opacity 0s linear 600ms;
  }
  #rn-gnb-detail::before { display: none; }
  body.rn-gnb-open #rn-gnb-detail {
    visibility: visible; opacity: 1;
    overflow-x: hidden; overflow-y: auto;
    -webkit-animation-name: allmenuOpen;
    animation-name: allmenuOpen;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.rn-gnb-open #rn-gnb-detail .gnb_detail_wrap {
    top: 0; opacity: 1;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  #rn-gnb-detail .gnb_1_depth { display: block; padding: 0; z-index: 0; }
  #rn-gnb-detail .gnb_1_depth.hover .gnb_2_depth_wrap { z-index: 1; }
  #rn-gnb-detail .gnb_1_depth a {
    z-index: 10; display: inline-block;
    color: #000; position: relative;
  }
  #rn-gnb-detail .gnb_1_depth > a { width: 230px; }
  #rn-gnb-detail .gnb_2_depth > a { width: 160px; }
  #rn-gnb-detail .gnb_1_depth a strong i {
    display: block; width: 8px; height: 8px; background: #000;
    position: absolute; top: 50%; margin-top: -10px; left: 15px;
    border-radius: 50%; opacity: 0;
  }
  #rn-gnb-detail .gnb_1_depth a strong {
    line-height: 1.33; font-size: 48px; font-weight: 500;
    font-style: normal; font-family: 'operetta-12'; display: block; padding: 10px 0;
  }
  #rn-gnb-detail .gnb_detail_bg {
    display: block; width: 34%; position: absolute; right: 0;
    height: 100%; top: 0; box-sizing: border-box;
    background: #fff; background-position: center;
    background-repeat: no-repeat; background-size: cover;
  }
  #rn-gnb-detail .gnb_detail_bg.bg_1 { background-image: url('../images/common/bg_gnb_1.jpg'); }
  #rn-gnb-detail .gnb_detail_bg.bg_2 { background-image: url('../images/common/bg_gnb_2.jpg'); }
  #rn-gnb-detail .gnb_detail_bg.bg_3 { background-image: url('../images/common/bg_gnb_3.jpg'); }
  #rn-gnb-detail .gnb_detail_bg.bg_4 { background-image: url('../images/common/bg_gnb_4.jpg'); }
  #rn-gnb-detail .gnb_detail_bg.bg_5 { background-image: url('../images/common/bg_gnb_5.jpg'); }
  #rn-gnb-detail .gnb_detail_bg.bg_6 { background-image: url('../images/common/bg_gnb_6.jpg'); }
  #rn-gnb-detail .gnb_1_depth > ul {
    position: absolute; visibility: hidden; opacity: 0;
    left: 320px; top: 20px; width: 400px;
  }
  #rn-gnb-detail .gnb_1_depth.hover > ul { visibility: visible; opacity: 1; }
  #rn-gnb-detail .gnb_1_depth li.gnb_2_depth { display: block; padding: 0; margin-top: 16px; }
  #rn-gnb-detail .gnb_1_depth .gnb_2_depth a::before { content: none; }
  #rn-gnb-detail .gnb_1_depth .gnb_2_depth a {
    font-size: 16px; position: relative; font-weight: 500; line-height: 1.5;
    letter-spacing: -0.5px; font-family: 'Noto Sans KR'; padding-left: 0; left: 50px; opacity: 0;
  }

  #rn-gnb-detail .gnb_detail_sns {
    position: absolute; bottom: 56px; left: 72px;
    display: flex; gap: 16px;
  }
  #rn-gnb-detail .gnb_detail_sns span a {
    display: block; width: 36px; height: 36px;
    font-size: 0; background-size: 24px; background-repeat: no-repeat; background-position: center;
  }
  #rn-gnb-detail .gnb_detail_sns .ico_instagram { background-image: url('../images/contents/main/renewal/ico-instagram.svg'); }
  #rn-gnb-detail .gnb_detail_sns .ico_youtube   { background-image: url('../images/contents/main/renewal/ico-youtube.svg'); }
  #rn-gnb-detail .gnb_detail_sns .ico_blog      { background-image: url('../images/contents/main/renewal/ico-blog.svg'); }
  #rn-gnb-detail .gnb_detail_sns .ico_smartstore { background-image: url('../images/contents/main/renewal/ico-naver.svg'); }

  .rn-gnb-detail-header {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 96px;
    background: #fff;
    display: flex; align-items: center;
    padding: 0;
    box-sizing: border-box; z-index: 5;
  }
  .rn-gnb-detail-logo {
    display: flex; align-items: center; flex-shrink: 0; text-decoration: none;
    margin-left: 72px;
  }
  .rn-gnb-detail-logo img { display: block; }

  .rn-gnb-detail-close {
    position: fixed !important;
    top: var(--popup-close-top, 36px) !important;
    left: var(--popup-hamburger-close-left, auto) !important;
    right: var(--popup-hamburger-close-right, 370px) !important;
    margin: 0;
    width: 24px; height: 24px;
    border-radius: 0;
    background: transparent;
    border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    padding: 0;
    z-index: 10002; /* 뮤지엄 버튼(10000)보다 항상 위 */
  }
  .rn-gnb-detail-close svg path { stroke: #00393c; }

  #rn-gnb-detail .rn-gnb-museum-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #f0eedf;
    border-radius: 87px 0 0 87px; overflow: hidden; text-decoration: none;
    padding: 0 16px;
    /* JS가 측정한 실제 메인 헤더 뮤지엄 버튼 너비에 완전 종속 */
    width: var(--popup-museum-width, 318px);
    max-width: var(--popup-museum-width, 318px);
    min-width: 120px;
    height: 32px;
    box-sizing: border-box;
    white-space: nowrap;
    position: fixed !important;
    top: var(--popup-museum-top, 32px) !important;
    right: 0 !important;
    z-index: 10000; /* 닫기버튼(10002)보다 낮게 */
  }
  #rn-gnb-detail .rn-gnb-museum-btn .rn-header__museum-text {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px; font-weight: 700; color: #00393c;
    line-height: 1;
    flex: 0 1 auto;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    min-width: 0;
  }
  #rn-gnb-detail .rn-gnb-museum-btn .rn-header__museum-icon {
    display: flex; align-items: center; flex-shrink: 0;
    width: 19px; height: 20px;
  }
  .rn-gnb-dim { display: none !important; }
  body.rn-gnb-open { overflow: hidden; }
}

@media (max-width: 768px) {
  body.home #naviPopups {
    display: none !important;
    visibility: hidden !important;
  }
  body.home.color-fullscreen-open #naviPopups {
    display: block !important;
    visibility: visible !important;
  }
  body.home.color-fullscreen-open #naviPopups > *:not(#color_full_screen) {
    display: none !important;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_screen {
    width: 100%;
    height: 100%;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info {
    box-sizing: border-box;
    padding: 12px 20px;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .h2 {
    font-size: 16px;
    line-height: 32px;
    color: #111;
    font-family: "graphie", "Noto Sans KR", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .h2 strong {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    padding-right: 16px;
    display: inline-block;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy {
    line-height: 32px;
    margin-top: 8px;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy button {
    font-family: "Graphie", "Noto Sans KR", sans-serif;
    color: #111;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy button::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy button.copy::before {
    background-image: url("../images/common/icon-24-icon-copy.svg");
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy button.location::before {
    background-image: url("../images/common/icon-24-pin.svg");
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy span {
    display: inline-block;
    margin-left: 20px;
  }
  body.home.color-fullscreen-open #color_full_screen .pop_cont .color_info .color_code_copy span:first-child {
    margin-left: 0;
  }
  #rn-gnb-detail,
  .rn-gnb-dim {
    display: none !important;
    visibility: hidden !important;
  }
}

body.rn-scroll-locked {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

body.bodyOverflow,
body.gnb_open {
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

#gnb_search,
#gnb_history {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 10000 !important;
  background: #fff !important;

}

.color-fullscreen-open #color_full_screen {
  z-index: 10001 !important;
}
.bodyOverflow:not(.color-fullscreen-open) #gnb_search {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#gnb_search .search_header,
#gnb_history .search_header,
.bodyOverflow #gnb_search .search_header,
.bodyOverflow #gnb_history .search_header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  height: 96px !important;
  min-height: 96px !important;
  width: 100% !important;
  padding: 0 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  z-index: 1 !important;
}

#gnb_search .search_inner,
#gnb_history .search_inner,
.bodyOverflow #gnb_search .search_inner,
.bodyOverflow #gnb_history .search_inner {
  flex: 1 1 0% !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  width: 100% !important;
  min-width: 0 !important;
  position: relative !important;
  display: block !important;
}

#gnb_search .search_header .rn-popup-logo,
#gnb_history .search_header .rn-popup-logo {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  text-decoration: none !important;
  margin-left: 72px !important;
}
#gnb_search .search_header .rn-popup-logo img,
#gnb_history .search_header .rn-popup-logo img {
  display: block !important;
  width: 198px !important;
  height: auto !important;
}
#gnb_search .search_header .logo,
#gnb_history .search_header .logo {
  display: none !important;
}

/* ── 검색/히스토리 팝업 닫기버튼: JS가 원본 버튼 위치로 이동 ── */
#gnb_search .search_header .search_close,
#gnb_history .search_header .search_close {
  position: fixed !important;
  top: var(--popup-close-top, 36px) !important;
  left: var(--popup-search-close-left, auto) !important;
  right: var(--popup-search-close-right, 394px) !important;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  padding: 0 !important;
  z-index: 10002 !important; /* 뮤지엄 버튼(10000)보다 항상 위 */
}
#gnb_search .search_header .search_close i,
#gnb_history .search_header .search_close i {
  display: none !important;
}

/* ── 검색/히스토리 팝업 뮤지엄 버튼: 메인 헤더와 동일한 구조+사이즈 ── */
#gnb_search .search_header .rn-search-museum,
#gnb_history .search_header .rn-search-museum {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: 32px !important;
  /* JS가 측정한 실제 메인 헤더 뮤지엄 버튼 너비에 완전 종속 */
  width: var(--popup-museum-width, 318px) !important;
  max-width: var(--popup-museum-width, 318px) !important;
  min-width: 120px !important;
  padding: 0 16px !important;
  background: #f0eedf !important;
  border-radius: 87px 0 0 87px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  position: fixed !important;
  top: var(--popup-museum-top, 32px) !important;
  right: 0 !important;
  z-index: 10000 !important; /* 닫기버튼(10002)보다 낮게 */
}
#gnb_search .search_header .rn-search-museum .rn-header__museum-text,
#gnb_history .search_header .rn-search-museum .rn-header__museum-text {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #00393c !important;
  line-height: 1 !important;
  flex: 0 1 auto !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}
#gnb_search .search_header .rn-search-museum .rn-header__museum-icon,
#gnb_history .search_header .rn-search-museum .rn-header__museum-icon {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  width: 19px !important;
  height: 20px !important;
}

#gnb_search .inner {
  width: auto !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 56px 72px 80px !important;
  box-sizing: border-box !important;
}
@media (min-width: 1260px) {
  #gnb_search .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#gnb_history .inner {
  width: auto !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 56px 72px 80px !important;
  box-sizing: border-box !important;
}
@media (min-width: 1260px) {
  #gnb_history .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#rn-gnb-detail {
  z-index: 10000 !important;
}
.rn-gnb-dim {
  z-index: 9999 !important;
}

#pc_header,
#mo_header {
  display: none !important;
}
#btnTop {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
#btnTop.is-visible {
  opacity: 1;
  visibility: visible;
}
#wrap {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  min-width: 0 !important;
  width: 100% !important;
}

.rn-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 96px;
  background: #f0eedf;
  z-index: 1000;
  overflow: hidden;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
.rn-header.is-hidden { top: -96px; }
.rn-header.is-scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.09); }
.rn-header::after { display: none; }

.rn-header__orange-shape {
  position: absolute;
  top: 0;
  right: 0; /* 뷰포트 오른쪽 끝 */
  width: var(--rn-overlay-width, 20vw); /* JS가 햄버거 우측~뷰포트 끝 거리로 계산 */
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

.rn-header__inner {
  display: flex;
  align-items: center;
  height: 96px;
  padding: 0;
  padding-left: 72px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.rn-header__logo { display: flex; align-items: center; flex-shrink: 0; }
.rn-header__logo img { width: 198px; height: auto; display: block; }

.rn-header__nav {
  flex-shrink: 0;
  padding-left: 100px;
  overflow: visible;
}
.rn-header__menu {
  display: flex; align-items: center;
  list-style: none; margin: 0; padding: 0;
  gap: 48px;
}
.rn-header__menu-item {
  position: relative;
  display: flex; align-items: center;
  height: 96px;
}
.rn-header__menu-link {
  font-family: 'Graphie', 'Noto Sans KR', sans-serif;
  font-size: 18px; font-weight: 600; color: #00393c;
  text-decoration: none;
  height: 96px;
  display: flex; align-items: center;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  transition: color 0.15s ease;
}
.rn-header__menu-link span { display: inline-block; }

.rn-header__menu-link::after {
  content: '';
  position: absolute; bottom: 0; left: 50%;
  width: var(--underline-w, 0px);
  height: 3px; background: #00393c;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.rn-header__menu-item:hover .rn-header__menu-link { color: #ff4e1c; }
.rn-header__menu-item:hover .rn-header__menu-link::after,
.rn-header__menu-item.is-active .rn-header__menu-link::after {
  transform: translateX(-50%) scaleX(1);
}

.rn-header__sub {
  position: fixed; top: 96px; left: 0; width: 100%;
  background: #f0eedf; list-style: none; margin: 0;

  padding: 16px 72px 16px 172px;
  display: flex; flex-direction: row; flex-wrap: wrap; gap: 0;
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  z-index: 900;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,57,60,0.12);
}
.rn-header__menu-item:hover .rn-header__sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.rn-header__sub li a {
  display: block; padding: 8px 32px 8px 0;
  font-family: 'Pretendard', sans-serif; font-size: 17px; font-weight: 500;
  color: #00393c; text-decoration: none; white-space: nowrap;
  transition: color 0.12s;
}
.rn-header__sub li a:hover { color: #ff4e1c; }

.rn-header__utils {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 32px;
  flex-shrink: 0;
  margin-left: auto;
  position: relative; z-index: 2;
}

/* museum 버튼: 최대 뷰포트에서 318×32px 고정, 뷰포트 축소 시 너비가 먼저 줄어듦 */
.rn-header__museum {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: #f0eedf;
  border-radius: 87px 0 0 87px;
  padding: 0 16px;
  height: 32px;
  /* 최대 318px 고정, 공간 부족 시에만 shrink */
  flex: 0 1 auto;
  width: 318px;
  max-width: 318px;
  min-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  /*
   * icon-group ↔ museum 간격: vw 기반 (1920px 기준 76px = 3.958vw)
   * utils gap(32px)이 자동으로 더해지므로 margin에서 gap을 뺌
   * → margin-left + 32px(gap) = 3.958vw → margin-left = 3.958vw - 32px
   * clamp: 최소 0px, 최대 44px (1920px 기준 44+32=76px)
   */
  margin-left: clamp(0px, calc(3.958vw - 32px), 44px);
  position: relative;
  z-index: 1002;
}
.rn-header__museum:hover { opacity: 0.85; }

.rn-header__museum-text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00393c;
  line-height: 1;
  flex: 0 1 auto;  /* 텍스트가 필요한 만큼만 차지, 넘치면 줄어듦 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.rn-header__museum-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;  /* 아이콘은 고정 크기 유지 */
  width: 18px;
  height: 18px;
}
.rn-header__museum-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.rn-header__util-link {
  font-family: 'Pretendard', sans-serif; font-size: 14px; font-weight: 700;
  color: #00393c; text-decoration: none; white-space: nowrap;
  line-height: 1;
  display: flex; align-items: center;
}
.rn-header__util-link:hover { color: #ff4e1c; }

.rn-header__lang { position: relative; z-index: 1100; display: flex; align-items: center; }
.rn-header__lang-btn {
  font-family: 'Graphie', 'Pretendard', sans-serif;
  font-size: 14px; font-weight: 700; color: #00393c;
  background: none; border: none; cursor: pointer; padding: 0;
  display: flex; align-items: center; gap: 4px; white-space: nowrap;
  line-height: 1;
}
.rn-header__lang-btn .lang-arrow {
  display: flex; align-items: center; transition: transform 0.2s;
}
.rn-header__lang.is-open .rn-header__lang-btn .lang-arrow { transform: rotate(180deg); }
.rn-header__lang-list {
  position: fixed; top: 88px;
  background: #f0eedf; list-style: none; margin: 0; padding: 8px 0;
  min-width: 80px; display: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,57,60,0.1); z-index: 1200;
}
.rn-header__lang.is-open .rn-header__lang-list { display: block; }
.rn-header__lang-list li a {
  display: block; padding: 8px 16px;
  font-family: 'Pretendard', sans-serif; font-size: 14px; font-weight: 400;
  color: #00393c; text-decoration: none;
}
.rn-header__lang-list li a:hover { color: #ff4e1c; }

.rn-header__icon-group {
  display: flex; align-items: center; gap: 16px; flex-shrink: 0;
}

.rn-header__search-btn {
  background: none; border: none; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; flex-shrink: 0;
}

.rn-header__hamburger {
  background: none; border: none; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; flex-shrink: 0;
}

.rn-header__museum:hover { opacity: 0.85; }

@media (max-width: 1600px) {
  .rn-header__inner { padding-left: 48px; }
  .rn-header__nav { padding-left: 80px; }
  .rn-header__menu-link { font-size: 16px; }
  /* gap 32px 유지, vw 기반 margin-left 그대로 적용 */

  .rn-header__sub { padding-left: 128px; }
}
@media (max-width: 1400px) {
  .rn-header__inner { padding-left: 36px; }
  .rn-header__nav { padding-left: 60px; }
  .rn-header__logo img { width: 160px; }
  .rn-header__menu-link { font-size: 15px; }
  .rn-header__menu { gap: 32px; }
  .rn-header__utils { gap: 20px; }
  /* gap 20px → margin-left = clamp(0px, 3.96vw - 20px, 56px) */
  .rn-header__museum { margin-left: clamp(0px, calc(3.96vw - 20px), 56px); }

  .rn-header__sub { padding-left: 96px; }
}
@media (max-width: 1280px) {
  .rn-header__menu-link { font-size: 14px; }
  .rn-header__logo img { width: 140px; }
  .rn-header__nav { padding-left: 40px; }
  .rn-header__menu { gap: 24px; }
  .rn-header__utils { gap: 16px; }
  /* gap 16px → margin-left = clamp(0px, 3.96vw - 16px, 60px) */
  .rn-header__museum { margin-left: clamp(0px, calc(3.96vw - 16px), 60px); }

  .rn-header__sub { padding-left: 76px; }
}
@media (max-width: 1100px) {
  .rn-header__nav { display: none; }
  .rn-header__museum { display: none; }
  .rn-header__util-link { display: none; }
  .rn-header__lang { display: none; }
  .rn-header__utils { gap: 12px; margin-left: auto; }
}
@media (max-width: 768px) {

  .rn-header {
    height: calc(48px + env(safe-area-inset-top, 0px)) !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    background: #f0eedf !important;
    overflow: hidden !important;
  }
  .rn-header__inner {
    height: 48px !important;
    padding: 0 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .rn-header__logo {
    position: static !important;
    transform: none !important;
    z-index: 1 !important;
    flex-shrink: 0 !important;
  }
  .rn-header__logo img { width: 128px !important; height: auto !important; display: block !important; }

  .rn-header__nav,
  .rn-header__util-link,
  .rn-header__lang,
  .rn-header__museum { display: none !important; }

  .rn-header__utils {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: visible !important;
  }
  .rn-header__icon-group {
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .rn-header__hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .rn-header__hamburger img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
  }

  .rn-header__search-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .rn-header__search-btn img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
  }

  #wrap {
    overflow-x: hidden !important;
  }
}

@media (min-width: 769px) {
  .rn-mobile-nav { display: none !important; }
}

.rn-mobile-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  background: #fff !important;
  z-index: 1100 !important;

  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  letter-spacing: normal !important;
  word-break: normal !important;
}
.rn-mobile-nav.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.rn-mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 48px;
  min-height: 48px;
  flex-shrink: 0;
}
.rn-mobile-nav__logo img { width: 128px; height: auto; display: block; }
.rn-mobile-nav__close {
  background: none; border: none; cursor: pointer; padding: 4px;
  display: flex; align-items: center; justify-content: center;
}
.rn-mobile-nav__close svg { width: 20px; height: 20px; }

.rn-mobile-nav__header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rn-mobile-nav__lang {
  position: relative;
}
.rn-mobile-nav__lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #00393c;
  padding: 4px 0;
  line-height: 1;
}
.rn-mobile-nav__lang-btn .lang-arrow {
  display: flex;
  transition: transform 0.2s;
}
.rn-mobile-nav__lang.is-open .lang-arrow {
  transform: rotate(180deg);
}
.rn-mobile-nav__lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid rgba(0,57,60,0.12);
  border-radius: 8px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  min-width: 64px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 10;
}
.rn-mobile-nav__lang.is-open .rn-mobile-nav__lang-list {
  display: block;
}
.rn-mobile-nav__lang-list li a {
  display: block;
  padding: 8px 16px;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #00393c;
  text-decoration: none;
}
.rn-mobile-nav__lang-list li a:hover {
  color: #ff4e1c;
}
.rn-mobile-nav__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 0 40px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
.rn-mobile-nav__item {

}

.rn-mobile-nav__toggle,
.rn-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #00393c;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
}

.rn-mobile-nav__toggle .toggle-arrow {
  display: none;
}

.rn-mobile-nav__item.is-open .toggle-arrow {
  transform: rotate(180deg);
}
.rn-mobile-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.rn-mobile-nav__item.is-open .rn-mobile-nav__sub {
  max-height: 500px;
}
.rn-mobile-nav__sub li a {
  display: block;
  padding: 4px 0 4px 16px;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: #00393c;
  text-decoration: none;
}
.rn-mobile-nav__sub li a:hover { color: #ff4e1c; }
.rn-mobile-nav__utils {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 8px;
  margin-top: 8px;
}
.rn-mobile-nav__util-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: #00393c;
  text-decoration: none;
}
.rn-mobile-nav__util-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.rn-mobile-nav__museum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 12px 16px;
  background: #ff4e1c;
  border-radius: 12px;
  font-family: 'Noto Sans KR', 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  min-width: 166px;
  box-sizing: border-box;
}



@media (min-width: 767px) {
  #pc_footer {
    background: #fff !important;
    padding: 56px 72px !important;
    box-sizing: border-box !important;
  }
  #pc_footer .inner {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #pc_footer .footer_contents {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  #pc_footer .footer_contents::after {
    display: none !important;
  }
  #pc_footer .footer_sns {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
  }
  #pc_footer .footer_sns span {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
  }
  #pc_footer .footer_sns a {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  #pc_footer .footer_sns a.ico_instagram {
    background-image: url('../images/contents/main/renewal/ico-instagram.svg') !important;
  }
  #pc_footer .footer_sns a.ico_youtube {
    background-image: url('../images/contents/main/renewal/ico-youtube.svg') !important;
  }
  #pc_footer .footer_sns a.ico_blog {
    background-image: url('../images/contents/main/renewal/ico-blog.svg') !important;
  }
  #pc_footer .footer_sns a.ico_smartstore {
    background-image: url('../images/contents/main/renewal/ico-naver.svg') !important;
  }
  #pc_footer .txt_copyright {
    display: block !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 13px !important;
    color: #00393c !important;
    margin-top: 24px !important;
    font-weight: 400 !important;
  }


  #pc_footer .footer_info {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #00393c !important;
    line-height: 1.7 !important;
  }
  #pc_footer .footer_info dl {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }


  #pc_footer .footer_info dt {
    display: inline !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #00393c !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  #pc_footer .footer_info dt::after {
    content: ' | ' !important;
    font-weight: 700 !important;
    color: #00393c !important;
  }

  #pc_footer .footer_info dd:first-of-type {
    display: inline !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #00393c !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }



  #pc_footer .footer_info dd {
    display: block !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #00393c !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: 0 !important;
  }


  #pc_footer .footer_info dd:last-of-type {
    font-weight: 700 !important;
  }
  #pc_footer .footer_info dd a {
    color: #00393c !important;
    text-decoration: none !important;
    font-weight: 700 !important;
  }
  #pc_footer .footer_info dd a:hover {
    text-decoration: underline !important;
  }
}

@media (min-width: 767px) and (max-width: 1259px) {
  #pc_footer {
    padding: 48px 40px !important;
  }
}

@media (max-width: 768px) {
  #mo_footer {
    background: #fff !important;
    padding: 48px 12px !important;
    box-sizing: border-box !important;
  }
  #mo_footer .inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }


  #mo_footer .foot_info {
    order: 1 !important;
    padding: 0 !important;
    border: none !important;
  }
  #mo_footer .foot_info em {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #00393c !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
  }
  #mo_footer .foot_info a {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: #00393c !important;
    letter-spacing: 0 !important;
    margin-top: 8px !important;
  }


  #mo_footer .foot_text {
    order: 2 !important;
    padding: 0 !important;
    margin-top: 32px !important;
  }
  #mo_footer .foot_text strong {
    color: #00393C !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
  }
  #mo_footer .foot_text p {
    color: #00393C !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 !important;
  }
  #mo_footer .foot_text p + p {
    color: #00393C !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }
  #mo_footer .foot_text p a {
    color: #00393c !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-decoration: none !important;
  }
  #mo_footer .foot_text .f_mont {
    color: #00393c !important;
    margin-top: 32px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
  }


  #mo_footer .footer_bottom {
    order: 3 !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  #mo_footer .foot_sns {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 32px !important;
  }
  #mo_footer .foot_sns p {
    display: none !important;
  }
  #mo_footer .foot_sns ul {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #mo_footer .foot_sns ul li a {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  #mo_footer .foot_sns ul li a.insta {
    background-image: url('../images/contents/main/renewal/ico-instagram.svg') !important;
  }
  #mo_footer .foot_sns ul li a.youtube {
    background-image: url('../images/contents/main/renewal/ico-youtube.svg') !important;
  }
  #mo_footer .foot_sns ul li a.blog {
    background-image: url('../images/contents/main/renewal/ico-blog.svg') !important;
  }
  #mo_footer .foot_sns ul li a.smartstore {
    background-image: url('../images/contents/main/renewal/ico-naver.svg') !important;
  }

  #mo_footer .relation_svc {
    width: 220px !important;
    height: 45px !important;
    position: relative !important;
    right: auto !important;
    max-width: none !important;
    bottom: auto !important;
    cursor: pointer !important;
    text-align: left !important;
    display: inline-block !important;
  }
  #mo_footer .relation_svc::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 100% !important;
    background: #00393c !important;
  }
  #mo_footer .tit_relation {
    display: block !important;
    padding: 4px 0 !important;
  }
  #mo_footer .tit_relation a {
    color: #00393c !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    display: block !important;
    text-decoration: none !important;
    position: static !important;
  }
  #mo_footer .relation_svc .ico_corp {
    position: absolute !important;
    right: 0 !important;
    top: 8px !important;
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url('../images/common/rn-ic-arw-dropdown.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
    margin: 0 !important;
  }
  #mo_footer .relation_svc.is-open .ico_corp {
    transform: rotate(0deg) !important;
  }
  #mo_footer .list_relation {
    position: absolute !important;
    left: 0 !important;
    bottom: 46px !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px #000 solid !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  #mo_footer .relation_svc.is-open .list_relation {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #mo_footer .list_relation li {
    padding: 0 !important;
  }
  #mo_footer .list_relation li a {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: -0.7px !important;
    color: #00393c !important;
    text-decoration: none !important;
    padding: 12px 16px !important;
    display: block !important;
    background: transparent !important;
  }
}

.renewal-page.pc {
  display: block;
}
.renewal-page.mobile {
  display: none;
}
@media (max-width: 766px) {
  .renewal-page.pc {
    display: none;
  }
  .renewal-page.mobile {
    display: block;
  }
}

.renewal-page .section-inner,
.renewal-page .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1260px) {
  .renewal-page .section-inner,
  .renewal-page .container {
    padding: 0;
  }
}
.renewal-page .section-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #00393c;
  text-align: center;
  margin: 0;
}
.renewal-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 24px;
  border-radius: 48px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.renewal-page .btn:hover {
  opacity: 0.85;
}
.renewal-page .btn.btn--accent {
  background: #ff4e1c;
  color: #fff;
}
.renewal-page .btn.btn--primary {
  background: #00393c;
  color: #fff;
}
.renewal-page .btn.btn--cream {
  background: #f0eedf;
  color: #000;
}

.renewal-page .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

.renewal-page .hero--mobile { display: none; }
@media (max-width: 768px) {
  .renewal-page .hero--mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 592px;
    overflow: hidden;
    background: #111;
  }
  .renewal-page.mobile .hero--mobile .hero__slider {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    overflow: hidden;
  }
  .renewal-page.mobile .hero--mobile .hero__slide {
    background-size: cover;
    background-position: center;
    width: 100%; height: 100%;
  }
  .renewal-page.mobile .hero--mobile .swiper-wrapper { height: 100%; }
  .renewal-page.mobile .hero--mobile .swiper-slide   { height: 100%; }
  .renewal-page.mobile .hero--mobile .hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(137deg, #FF4E1C 0%, rgba(255, 81, 39, 0.92) 4%, rgba(255, 91, 70, 0.71) 15%, rgba(255, 99, 97, 0.52) 26%, rgba(255, 106, 120, 0.36) 37%, rgba(255, 112, 139, 0.23) 49%, rgba(255, 117, 153, 0.13) 61%, rgba(255, 120, 163, 0.06) 73%, rgba(255, 122, 170, 0.01) 86%, rgba(255, 123, 172, 0.00) 100%);
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: 1;
  }

  .renewal-page.mobile .hero--mobile .hero__content {
    position: absolute;
    z-index: 2;
    left: 12px; right: 12px;
    top: 142px;
    text-align: left;
    transform: translate(var(--hero-offset-x, 0%), var(--hero-offset-y, 0%));
  }
  /* --- 9방향 위치 클래스 (모바일) --- */
  .renewal-page.mobile .hero--mobile .hero__content--top-left      { left: 12px; top: 142px; right: auto; bottom: auto; }
  .renewal-page.mobile .hero--mobile .hero__content--top-center    { left: 50%; top: 142px; right: auto; bottom: auto; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), var(--hero-offset-y, 0%)); }
  .renewal-page.mobile .hero--mobile .hero__content--top-right     { left: auto; top: 142px; right: 12px; bottom: auto; text-align: right; }
  .renewal-page.mobile .hero--mobile .hero__content--center-left   { left: 12px; top: 50%;  right: auto; bottom: auto; transform: translate(var(--hero-offset-x, 0%), calc(-50% + var(--hero-offset-y, 0%))); }
  .renewal-page.mobile .hero--mobile .hero__content--center        { left: 50%; top: 50%;  right: auto; bottom: auto; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), calc(-50% + var(--hero-offset-y, 0%))); text-align: center; }
  .renewal-page.mobile .hero--mobile .hero__content--center-right  { left: auto; top: 50%;  right: 12px; bottom: auto; transform: translate(var(--hero-offset-x, 0%), calc(-50% + var(--hero-offset-y, 0%))); text-align: right; }
  .renewal-page.mobile .hero--mobile .hero__content--bottom-left   { left: 12px; top: auto; right: auto; bottom: 10%; }
  .renewal-page.mobile .hero--mobile .hero__content--bottom-center { left: 50%; top: auto; right: auto; bottom: 10%; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), var(--hero-offset-y, 0%)); text-align: center; }
  .renewal-page.mobile .hero--mobile .hero__content--bottom-right  { left: auto; top: auto; right: 12px; bottom: 10%; text-align: right; }
  .renewal-page.mobile .hero--mobile .hero__title {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0;
  }
  .renewal-page.mobile .hero--mobile .hero__subtitle {
    display: block;
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 4px 0 0;
  }
  .renewal-page.mobile .hero--mobile .hero__link {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 8px 16px;
    border-radius: 100px;
  }

  .renewal-page.mobile .hero--mobile .hero__pagination {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .renewal-page.mobile .hero--mobile .hero__pagination .swiper-pagination {
    position: static;
    display: flex;
    gap: 8px;
    width: auto;
    transform: none;
  }
  .renewal-page.mobile .hero--mobile .hero__pagination .swiper-pagination-bullet {
    width: 8px !important; height: 8px !important;
    background: rgba(255,255,255,0.4) !important;
    border: none !important;
    border-radius: 50% !important;
    opacity: 1 !important; margin: 0 !important;
  }
  .renewal-page.mobile .hero--mobile .hero__pagination .swiper-pagination-bullet-active {
    background: #fff !important;
  }


  .renewal-page.mobile .hero--mobile .hero__stage--search {
    position: absolute;
    inset: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .renewal-page.mobile .hero--mobile.search-active .hero__stage--search {
    opacity: 1;
    pointer-events: auto;
  }
  .renewal-page.mobile .hero--mobile.search-active .hero__content {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .renewal-page.mobile .hero--mobile.search-active .hero__pagination {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-bar {
    width: calc(100% - 24px);
    max-width: 336px;
    background: #f0eedf;
    border-radius: 24px;
    box-sizing: border-box;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.15);
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-headline {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-question {
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin: 0;
    text-align: center;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-arrow {
    display: block;
    width: 22px;
    height: 12px;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-input-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #ff4e1c;
    border-radius: 16px;
    padding: 8px;
    height: 40px;
    box-sizing: border-box;
    gap: 15px;
    background: transparent;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-ico {
    flex-shrink: 0;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-ico svg {
    width: 24px;
    height: 24px;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-input {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    color: #000;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-input::placeholder {
    color: #A7A6AE;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-tags {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: -8px 0 0;
    padding: 0;
  }
  .renewal-page.mobile .hero--mobile .hero__stage--search .hero__search-tag {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-right: 4px;
  }
}

.renewal-page .hero .hero__slider {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 1;
}
.renewal-page .hero .hero__slide {
  background-size: cover;
  background-position: center;
  width: 100%; height: 100%;
}
.renewal-page .hero .swiper-wrapper { height: 100%; }
.renewal-page .hero .swiper-slide   { height: 100%; }

.renewal-page .hero .hero__stage {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.renewal-page .hero .hero__stage--content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: auto;
}
.renewal-page .hero.search-active .hero__stage--content {
  opacity: 0;
  transform: translateY(-50px);
  pointer-events: none;
}

.renewal-page .hero .hero__content-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.renewal-page .hero .hero__content-item.is-active {
  opacity: 1;
  pointer-events: auto;
}

.renewal-page .hero .hero__stage--search {
  inset: auto;
  position: absolute;
  left: 370px;
  bottom: 214px;
  width: 794px;
  max-width: calc(100% - 410px);
  height: auto;
  display: block;
  z-index: 11;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}
.renewal-page .hero.search-active .hero__stage--search {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.renewal-page.mobile .hero--mobile .hero__stage--search {
  inset: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
}

.renewal-page .hero .hero__pagination {
  position: absolute;
  left: 370px;
  bottom: 40px;
  z-index: 5;
  pointer-events: auto;
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.renewal-page .hero .hero__pagination .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 24px;
  width: auto;
  transform: none;
}
.renewal-page .hero .hero__pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 0.3s !important;
}
.renewal-page .hero .hero__pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  border-color: #fff !important;
}

.hero__grey-shape-renewal {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important; /* 뷰포트 오른쪽 끝 */
  width: var(--rn-overlay-width, 20vw) !important; /* 헤더 orange-shape과 동일한 너비 */
  height: 100% !important;
  pointer-events: none !important;
  z-index: 10 !important;
  opacity: 0.5 !important;
  display: block !important;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .hero__grey-shape-renewal {
    width: 100px !important;
    right: 0 !important;
  }
  .rn-header__orange-shape {
    width: 100px;
    right: 0;
  }
}

.rn-shape-overlay { display: none; }

.renewal-page .hero__combined-shape { display: none !important; }
.renewal-page .hero .hero__grey-shape { display: none !important; }
.renewal-page .hero::before { display: none; }

.renewal-page .hero .hero__overlay-wrapper,
.renewal-page .hero .hero__overlay-wrapper .hero__overlay-svg,
.renewal-page .hero .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(137deg, #FF4E1C 0%, rgba(255, 81, 39, 0.92) 4%, rgba(255, 91, 70, 0.71) 15%, rgba(255, 99, 97, 0.52) 26%, rgba(255, 106, 120, 0.36) 37%, rgba(255, 112, 139, 0.23) 49%, rgba(255, 117, 153, 0.13) 61%, rgba(255, 120, 163, 0.06) 73%, rgba(255, 122, 170, 0.01) 86%, rgba(255, 123, 172, 0.00) 100%);
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.renewal-page .hero .hero__content {
  position: absolute;
  width: 560px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* 기본 위치값 (top-left과 동일) */
  left: 370px;
  top: 256px;
  transform: translate(var(--hero-offset-x, 0%), var(--hero-offset-y, 0%));
}

/* --- 9방향 위치 클래스 (PC) --- */
.renewal-page .hero .hero__content--top-left      { left: 370px; top: 256px; right: auto; bottom: auto; }
.renewal-page .hero .hero__content--top-center    { left: 50%; top: 256px; right: auto; bottom: auto; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), var(--hero-offset-y, 0%)); }
.renewal-page .hero .hero__content--top-right     { left: auto; top: 256px; right: 80px; bottom: auto; }
.renewal-page .hero .hero__content--center-left   { left: 370px; top: 50%;  right: auto; bottom: auto; transform: translate(var(--hero-offset-x, 0%), calc(-50% + var(--hero-offset-y, 0%))); }
.renewal-page .hero .hero__content--center        { left: 50%; top: 50%;  right: auto; bottom: auto; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), calc(-50% + var(--hero-offset-y, 0%))); }
.renewal-page .hero .hero__content--center-right  { left: auto; top: 50%;  right: 80px; bottom: auto; transform: translate(var(--hero-offset-x, 0%), calc(-50% + var(--hero-offset-y, 0%))); }
.renewal-page .hero .hero__content--bottom-left   { left: 370px; top: auto; right: auto; bottom: 10%; }
.renewal-page .hero .hero__content--bottom-center { left: 50%; top: auto; right: auto; bottom: 10%; transform: translate(calc(-50% + var(--hero-offset-x, 0%)), var(--hero-offset-y, 0%)); }
.renewal-page .hero .hero__content--bottom-right  { left: auto; top: auto; right: 80px; bottom: 10%; }

.renewal-page .hero.search-active .hero__content {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.renewal-page .hero.search-active .hero__pagination {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.renewal-page .hero .hero__search-bar {
  width: 794px;
  max-width: calc(100vw - 80px);
  background: #f0eedf;
  border-radius: 24px;
}
.renewal-page .hero .hero__search-inner {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.renewal-page .hero .hero__search-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.renewal-page .hero .hero__search-question {
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.64px;
  color: #000;
  margin: 0;
  text-align: center;
}

.renewal-page .hero .hero__search-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 16px;
  display: block;
}

.renewal-page .hero .hero__search-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 4px solid #ff4e1c;
  border-radius: 24px;
  padding: 12px 8px;
  cursor: text;
  box-sizing: border-box;
}

.renewal-page .hero .hero__search-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewal-page .hero .hero__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Pretendard', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #000;
}
.renewal-page .hero .hero__search-input::placeholder {
  color: #A7A6AE;
}

.renewal-page .hero .hero__search-tags {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.renewal-page .hero .hero__search-tag {
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 24px;
}
.renewal-page .hero .hero__search-tag:last-child { margin-right: 0; }
.renewal-page .hero .hero__search-tag:hover { color: #ff4e1c; }

.renewal-page .hero .hero__title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.68px;
  color: #fff;
  margin: 0;
}
.renewal-page .hero .hero__subtitle {
  display: block;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.68px;
  color: #fff;
  margin: 0;
}

.renewal-page .hero .hero__link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  font-family: 'Pretendard', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.2s;
  width: fit-content;
}
.renewal-page .hero .hero__link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.renewal-page .mission {
  background: #fff;
  padding: 120px 0 88px;
}
.renewal-page .mission .container {
  max-width: 1180px;
  margin: 0 auto;
}
.renewal-page .mission .section-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #00393c;
  text-align: center;
  margin: 0;
}
.renewal-page .mission .mission__label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px !important;
  gap: 8px;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #00393c;
  text-transform: uppercase;
  margin: 0;
}
.renewal-page .mission .mission__label::before,
.renewal-page .mission .mission__label::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #00393c;
  flex-shrink: 0;
}
.renewal-page .mission .mission__cards {
  display: flex;
  margin-top: 32px;
  gap: 32px;
  width: 100%;
}
.renewal-page .mission .mission__card {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 372/464;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 32px 16px;
  background: #111;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}
.renewal-page .mission .mission__card > strong,
.renewal-page .mission .mission__card > ul {
  position: relative;
  z-index: 2;
}
.renewal-page .mission .mission__card > strong {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.renewal-page .mission .mission__card-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.renewal-page .mission .mission__card-bullets li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #fff;
}
.renewal-page .mission .mission__card-bullets li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  flex-shrink: 0;
}

.renewal-page .vision {
  width: 100%;
  height: 400px;

  background-image: url('../images/contents/main/renewal/vision-bg.jpg');
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.renewal-page .vision .container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.renewal-page .vision .vision__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.renewal-page .vision .vision__label::before,
.renewal-page .vision .vision__label::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
}
.renewal-page .vision .vision__title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.renewal-page .business {
  background: #fff;
  padding: 120px 0;
}
.renewal-page .business .container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.renewal-page .business .section-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #00393c;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.renewal-page .business .business__desc {
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #809c9d;
  text-align: center;
  margin: 24px 0 0;
}
.renewal-page .business .business__slider {
  position: relative;
  margin-top: 64px;
  overflow: hidden;
}
.renewal-page .business .business__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.renewal-page .business .business__item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.renewal-page .business .business__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.4s;
}
.renewal-page .business .business__item:hover img {
  transform: scale(1.04);
}
.renewal-page .business .business__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.renewal-page .business .business__num {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: rgba(255, 255, 255, 0.9);
}

.renewal-page .business .business__item-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.renewal-page .business .business__item-text strong {
  display: block;
  font-family: 'Pretendard', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.88px;
  color: #fff;
}
.renewal-page .business .business__item-text p {
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  word-break: keep-all;
  overflow: hidden;
  text-align: right;
}

.renewal-page .business .business__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.renewal-page
  .business
  .business__prev
  .renewal-page
  .business
  .business__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #00393c;
  cursor: pointer;
  transition:
    background 0.2s,
    opacity 0.2s;
  flex-shrink: 0;
}
.renewal-page
  .business
  .business__prev:hover
  .renewal-page
  .business
  .business__next:hover {
  background: #00393c;
}
.renewal-page
  .business
  .business__prev:hover
  svg
  .renewal-page
  .business
  .business__next:hover
  svg {
  stroke: #fff;
}
.renewal-page
  .business
  .business__prev.swiper-button-disabled
  .renewal-page
  .business
  .business__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.renewal-page
  .business
  .business__prev
  svg
  .renewal-page
  .business
  .business__next
  svg {
  stroke: #00393c;
  transition: stroke 0.2s;
}
.renewal-page .business .business__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.renewal-page .business .business__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00393c;
  opacity: 0.5;
  margin: 0;
  transition: all 0.2s;
}
.renewal-page .business .business__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.renewal-page
  .business
  .business__pagination--mobile
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00393c;
  opacity: 0.5;
}
.business__pagination--mobile .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

.renewal-page .color-inspiration {
  background: #fff1ed;
  padding: 120px 0;
}
.renewal-page .color-inspiration .container {
  max-width: 1180px;
  margin: 0 auto;
}
.renewal-page .color-inspiration .section-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #00393c;
  text-align: center;
  margin: 0;
}
.renewal-page .color-inspiration .color__content {
  margin-top: 72px;
}
.renewal-page .color-inspiration .color__row {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.renewal-page .color-inspiration .color__text {
  flex: 0 0 452px;
  width: 452px;
  color: #00393C;
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  word-break: keep-all;
  letter-spacing: -0.44px;
}

.renewal-page .color-inspiration .color__image {
  overflow: hidden;
}
.renewal-page .color-inspiration .color__image--main {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 648/360;
  border-radius: 20px;
}
.renewal-page .color-inspiration .color__image--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.renewal-page .color-inspiration .color__row--bottom {
  align-items: stretch;
  gap: 32px;
  margin-top: 24px;
}
.renewal-page .color-inspiration .color__image--back {
  flex: 0 0 252px;
  aspect-ratio: 252/336;
  border-radius: 16px;
  overflow: hidden;
}
.renewal-page .color-inspiration .color__image--back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.renewal-page .color-inspiration .color__swatches {
  flex: 1;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.renewal-page .color-inspiration .color__swatch {
  flex: 1 1 0;
  height: 248px;
  background: #fff;
  padding: 8px 8px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.renewal-page .color-inspiration .color__swatch em {
  display: block;
  flex: 1;
  margin-bottom: 8px;
  font-style: normal;
  position: relative;
}
.renewal-page .color-inspiration .color__swatch strong {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.renewal-page .color-inspiration .color__swatch i {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.26px;
}

.color__swatch-copy,
.color__swatch-fullscreen {
  position: absolute;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #fff url('../images/contents/color/icon-copy.svg') center/18px no-repeat;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
  font-size: 0;
  z-index: 2;
}
.color__swatch-copy { right: 44px; }
.color__swatch-fullscreen {
  right: 6px;
  background-image: url('../images/contents/color/icon-fullscreen.svg');
}
.renewal-page .color-inspiration .color__swatch:hover .color__swatch-copy,
.renewal-page .color-inspiration .color__swatch:hover .color__swatch-fullscreen {
  opacity: 1;
  visibility: visible;
}
.color__swatch-copy.copied {
  background-image: url('../images/contents/color/icon-copy.svg');
  background-color: #e0ffe0;
}

.renewal-page .hot-issue {
  background: #fff;
  padding: 120px 0;
}
.renewal-page .hot-issue .container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.renewal-page .hot-issue .section-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #00393c;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.renewal-page .hot-issue .hot-issue__grid {
  display: grid;
  grid-template-columns: repeat(2, 532px);
  gap: 48px 96px;
  justify-content: center;
  margin-top: 80px;
  text-align: left;
}
.renewal-page .hot-issue .hot-issue__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 532px;
}

.renewal-page .hot-issue .hot-issue__card > div:first-child,
.renewal-page .hot-issue .hot-issue__card > a.hot-issue__card-link {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.renewal-page .hot-issue .hot-issue__img {
  position: relative;
  width: 100%;
  aspect-ratio: 532/304;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.renewal-page .hot-issue .hot-issue__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.renewal-page .hot-issue .hot-issue__card > a:hover .hot-issue__img img {
  transform: scale(1.03);
}

.renewal-page .hot-issue .hot-issue__cate {
  display: none;
}
.renewal-page .hot-issue .hot-issue__title {
  color: #00393c;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin: 24px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renewal-page .hot-issue .hot-issue__excerpt {
  color: #515151;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renewal-page .hot-issue .hot-issue__footer {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 48px;

}

.renewal-page .hot-issue .hot-issue__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  color: #515151;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #515151;
}
.renewal-page .hot-issue .hot-issue__link:hover {
  opacity: 0.85;
}

.renewal-page .hot-issue .hot-issue__views {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00393c;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.renewal-page .hot-issue .hot-issue__views svg {
  flex-shrink: 0;
}
.renewal-page .hot-issue .hot-issue__more {
  margin-top: 144px;
  text-align: center;
}

.renewal-page .hot-issue .hot-issue__more .btn {
  font-family: 'Pretendard', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  padding: 12px 48px;
  border-radius: 48px;
  height: 56px;
  min-width: 245px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.renewal-page .hot-issue .hot-issue__more .btn {
  padding: 12px 48px;
  color: #fff;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.renewal-page .faq {
  background: #e6e6e6;
  padding: 120px 0;
}
.renewal-page .faq .container {
  max-width: 1180px;
  margin: 0 auto;
}
.renewal-page .faq .section-title {
  font-family: 'Pretendard', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.12px;
  color: #00393c;
  text-align: center;
  margin: 0;
}
.renewal-page .faq .faq__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 80px;
}
.renewal-page .faq .faq__item {
  width: 100%;
  min-height: 184px;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.renewal-page .faq .faq__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.renewal-page .faq .faq__item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.renewal-page .faq .faq__cat {
  color: #00393c;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.renewal-page .faq .faq__icon {
  height: 100%;
}
.renewal-page .faq .faq__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.renewal-page .faq .faq__title {
  margin-top: 24px;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  overflow: hidden;
  flex: 1;
}
.renewal-page .faq .faq__views {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00393c;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.renewal-page .faq .faq__more {
  margin-top: 56px;
  text-align: center;
}

.renewal-page .faq .faq__more .btn {
  font-family: 'Pretendard', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  padding: 12px 48px;
  border-radius: 48px;
  height: 56px;
  min-width: 168px;
  background: #00393c;
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.renewal-page .newsletter {
  background: #fff;
}
.renewal-page .newsletter .newsletter__header {
  position: relative;
  width: 100%;
  height: 320px;
  margin-top: 120px;
  overflow: hidden;
}
.renewal-page .newsletter .newsletter__header::before,
.renewal-page .newsletter .newsletter__header::after {
  display: none;
}

.renewal-page .newsletter .newsletter__header-content {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: visible;

  z-index: 1;
}

.renewal-page .newsletter .newsletter__header-content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -138px;
  width: 170%;
  background: #6b7a8d url('../images/contents/main/renewal/newsletter-header-bg.jpg') center/cover no-repeat;
  border-radius: 232px 0 0 232px;
  z-index: 0;
}

.renewal-page .newsletter .newsletter__header-content::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -138px;
  width: 9999px;
  border-radius: 232px 0 0 232px;
  background: #6b7a8d;
  z-index: -1;
}

.renewal-page .newsletter .newsletter__header-content > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1260px) {
  .renewal-page .newsletter .newsletter__header-content {
    padding: 0;
  }
}

.renewal-page .newsletter .newsletter__label span {
  display: block;
  color: #fff;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 56px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.renewal-page .newsletter .newsletter__label strong {
  display: block;
  color: #fff;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.28px;
  text-transform: uppercase;
}

.renewal-page .newsletter .newsletter__desc {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-top: 40px;
}

.renewal-page .newsletter .newsletter__cards {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 1260px) {
  .renewal-page .newsletter .newsletter__cards {
    padding: 0;
  }
}
.renewal-page .newsletter .newsletter__card {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 48px 0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  color: inherit;
}
.renewal-page .newsletter .newsletter__card:first-child {
  padding-top: 80px;
}
.renewal-page .newsletter .newsletter__card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.renewal-page .newsletter .newsletter__card-img {
  flex: 0 0 auto;
  width: 36%;
  max-width: 428px;
  aspect-ratio: 428 / 286;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.renewal-page .newsletter .newsletter__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.renewal-page .newsletter .newsletter__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.renewal-page .newsletter .newsletter__card-body-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.renewal-page .newsletter .newsletter__card-category {
  color: #ff4e1c;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.72px;
  margin: 0;
  display: block;
}
.renewal-page .newsletter .newsletter__card-title {
  color: #515151;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renewal-page .newsletter .newsletter__card-date {
  color: #515151;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

.renewal-page .newsletter .newsletter__card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  width: fit-content;
  color: #515151;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #515151;
  text-decoration: none;
}
.renewal-page .newsletter .newsletter__card-link:hover {
  opacity: 0.85;
}

.renewal-page .newsletter .newsletter__more {
  text-align: center;
  padding: 120px 0 120px;
}
.renewal-page .newsletter .newsletter__more .btn {
  font-family: 'Pretendard', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  padding: 12px 48px;
  border-radius: 48px;
  height: 56px;
  min-width: 269px;
  background: #ff4e1c;
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.renewal-page .newsletter .newsletter__more .btn {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.56px;
  padding: 12px 48px;
  background: #ff4e1c;
  color: #fff;
  border: none;
}

.renewal-page .news-ir {
  position: relative;
  background: #f0eedf;
  min-height: 704px;
  overflow: hidden;
}

.renewal-page .news-ir::before {
  display: none;
}

.renewal-page .news-ir .news-ir__ir {
  position: relative;
  flex: 0 0 347px;
  width: 347px;
  min-height: 704px;
  overflow: visible;
}
.renewal-page .news-ir .news-ir__ir::before {
  content: '';
  position: absolute;
  top: 120px;

  right: 32px;
  width: 9999px;
  height: 464px;
  background: #ff4e1c;
  border-radius: 0 232px 232px 0;
  z-index: 0;
}

.renewal-page .news-ir .news-ir__grid {
  display: flex;
  max-width: 1180px;
  width: 100%;
  min-height: 704px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (min-width: 1260px) {
  .renewal-page .news-ir .news-ir__grid {
    padding: 0;
  }
}
.renewal-page .news-ir .news-ir__ir-content {
  position: absolute;
  left: 32px;
  top: 232px;
  width: 210px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.renewal-page .news-ir .news-ir__ir-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.renewal-page .news-ir .news-ir__ir-title {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #fff;
  margin: 0;
}
.renewal-page .news-ir .news-ir__ir-code {
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.renewal-page .news-ir .news-ir__ir-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.renewal-page .news-ir .news-ir__ir-price {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #fff;
  margin: 0;
}
.renewal-page .news-ir .news-ir__ir-change {
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.renewal-page .news-ir .news-ir__news {
  flex: 0 0 833px;
  width: 833px;
  padding-top: 152px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
.renewal-page .news-ir .news-ir__news h3 {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #00393c;
  margin: 0;
}
.renewal-page .news-ir .news-ir__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.renewal-page .news-ir .news-ir__list li {
  padding: 32px 0;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.renewal-page .news-ir .news-ir__list li:first-child {
  padding-top: 0;
}
.renewal-page .news-ir .news-ir__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.renewal-page .news-ir .news-ir__list li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.2s;
}
.renewal-page .news-ir .news-ir__list li a:hover {
  opacity: 0.75;
}
.renewal-page .news-ir .news-ir__list li strong {
  font-family: 'Pretendard', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #00393c;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.renewal-page .news-ir .news-ir__list li p {
  font-family: 'Pretendard', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #809c9d;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.renewal-page .newsletter-cta {
  position: relative;
  background-color: #1a1a1a;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../images/contents/main/renewal/cta-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 96px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.renewal-page .newsletter-cta .newsletter-cta__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.renewal-page .newsletter-cta .newsletter-cta__text {
  font-family: 'Inter', Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.renewal-page .newsletter-cta .newsletter-cta__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.renewal-page .newsletter-cta .newsletter-cta__btns .btn {
  font-family: 'Pretendard', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.44px;
  padding: 12px 24px;
  border-radius: 48px;
  height: 56px;
  width: auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.renewal-page .newsletter-cta .newsletter-cta__btns .btn.btn--cream {
  background: #f0eedf;
  color: #111;
  border: none;
}
.renewal-page .newsletter-cta .newsletter-cta__btns .btn.btn--accent {
  background: #ff4e1c;
  color: #fff;
  border: none;
}

@media (max-width: 1400px) {
  .renewal-page .container {
    padding: 0 40px;
  }
  .renewal-page .hero .hero__content {
    left: 40px;
  }
  .renewal-page .hero .hero__content--top-left,
  .renewal-page .hero .hero__content--center-left,
  .renewal-page .hero .hero__content--bottom-left { left: 40px; }
  .renewal-page .hero .hero__pagination {
    left: 40px;
  }
  .renewal-page .mission .mission__cards {
    gap: 16px;
  }
  .renewal-page .business .business__grid {
    gap: 20px;
  }
  .renewal-page .color-inspiration .color__text {
    flex: 0 0 38%;
    width: 38%;
  }
  .renewal-page .hot-issue .hot-issue__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 5%;
  }
  .renewal-page .hot-issue .hot-issue__card {
    width: 100%;
  }

  .renewal-page .news-ir .news-ir__ir {
    flex: 0 0 300px;
    width: 300px;
  }
  .renewal-page .news-ir .news-ir__news {
    flex: 1 1 0;
    width: auto;
  }
}

@media (max-width: 1100px) {
  .renewal-page .news-ir .news-ir__ir {
    flex: 0 0 260px;
    width: 260px;
  }
  .renewal-page .news-ir .news-ir__ir-content {
    left: 20px;
.renewal-page .faq .faq__cat    width: 160px;
  }
  .renewal-page .news-ir .news-ir__ir-title {
    font-size: 48px;
    line-height: 56px;
  }
  .renewal-page .news-ir .news-ir__ir-price {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 768px) {
  .renewal-page.mobile {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif !important;
    overflow-x: hidden !important;
  }
  .renewal-page.mobile .container {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .renewal-page.mobile .section-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #00393c !important;
    text-align: center !important;
    letter-spacing: -0.8px !important;
    margin: 0 !important;
  }

  .renewal-page.mobile .btn {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 48px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }


  .renewal-page.mobile .mission {
    padding: 80px 0 56px;
  }
  .renewal-page.mobile .mission .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .renewal-page.mobile .mission .section-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .renewal-page.mobile .mission .mission__label {
    color: #00393C;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
  }
  .renewal-page.mobile .mission .mission__label::before,
  .renewal-page.mobile .mission .mission__label::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #809c9d;
  }
  .renewal-page.mobile .mission .mission__cards {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .renewal-page.mobile .mission .mission__card {
    flex: none;
    width: 100%;
    aspect-ratio: 336 / 420;
    height: auto;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }
  .renewal-page.mobile .mission .mission__card > strong {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #fff;
    text-align: center;
  }
  .renewal-page.mobile .mission .mission__card-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .renewal-page.mobile .mission .mission__card-bullets li {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }


  .renewal-page.mobile .vision {
    height: auto;
    padding: 80px 12px 104px;
    background-image: url('../images/contents/main/renewal/vision-bg-mo.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .renewal-page.mobile .vision .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .renewal-page.mobile .vision .vision__label {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .renewal-page.mobile .vision .vision__label::before,
  .renewal-page.mobile .vision .vision__label::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,0.6);
  }
  .renewal-page.mobile .vision .vision__title {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
  }


  .renewal-page.mobile .business {
    padding: 80px 0;
  }
  .renewal-page.mobile .business .section-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
    text-align: center;
  }
  .renewal-page.mobile .business .business__desc {
    color: #809C9D;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    color: #809c9d;
    margin-top: 16px;
    text-align: center;
  }

  .renewal-page.mobile .business .business__scroll-wrap {
    margin-top: 40px;

    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
  }
  .renewal-page.mobile .business .business__scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 12px;
    -webkit-overflow-scrolling: touch;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .renewal-page.mobile .business .business__scroll::-webkit-scrollbar {
    display: none;
  }
  .renewal-page.mobile .business .business__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;

    width: 66%;
    scroll-snap-align: start;
  }
  .renewal-page.mobile .business .business__grid--mobile {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .renewal-page.mobile .business .business__item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  .renewal-page.mobile .business .business__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%);
    z-index: 0;
    pointer-events: none;
  }
  .renewal-page.mobile .business .business__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .renewal-page.mobile .business .business__item strong {
    position: absolute;
    bottom: 56px;
    left: 12px;
    right: 12px;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  }
  .renewal-page.mobile .business .business__num {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    z-index: 1;
  }
  .renewal-page.mobile .business .business__item-text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 1;
    gap: 0;
  }
  .renewal-page.mobile .business .business__item-text strong {
    position: static;
    display: block;
    color: #FFF;
    text-align: right;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .renewal-page.mobile .business .business__item-text p {
    display: block;
    color: #FFF;
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    word-break: keep-all;
  }
  .renewal-page.mobile .business .business__pagination--mobile {
    margin-top: 20px;
    text-align: center;
  }


  .renewal-page.mobile .color-inspiration {
    padding: 80px 0;
    background: #fff1ed;
  }
  .renewal-page.mobile .color-inspiration .section-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .renewal-page.mobile .color-inspiration .color__content {
    margin-top: 32px;
  }
  .renewal-page.mobile .color-inspiration .color__image--main {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .renewal-page.mobile .color-inspiration .color__image--main img {
    width: 100%;
    height: auto;
    display: block;
  }

  .renewal-page.mobile .color-inspiration .color__image--first {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .renewal-page.mobile .color-inspiration .color__image--first img {
    width: 100%;
    aspect-ratio: 336 / 248;
    object-fit: cover;
    display: block;
  }

  .renewal-page.mobile .color-inspiration .color__image--second {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .renewal-page.mobile .color-inspiration .color__image--second img {
    width: 100%;
    aspect-ratio: 336 / 448;
    object-fit: cover;
    display: block;
  }
  .renewal-page.mobile .color-inspiration .color__text {
    margin-bottom: 24px;
    width: 100% !important;
    flex: none !important;
    box-sizing: border-box;
  }
  .renewal-page.mobile .color-inspiration .color__text h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #00393c;
    margin: 0 0 12px;
  }
  .renewal-page.mobile .color-inspiration .color__text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00393c;
    word-break: keep-all;
    letter-spacing: -0.32px;
  }
  .renewal-page.mobile .color-inspiration .color__swatches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .renewal-page.mobile .color-inspiration .color__swatch {
    height: auto;
    position: relative;
  }
  .renewal-page.mobile .color-inspiration .color__swatch em {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .renewal-page.mobile .color-inspiration .color__swatch strong {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #00393c;
    display: block;
  }
  .renewal-page.mobile .color-inspiration .color__swatch i {
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.22px;
    font-style: normal;
    display: block;
  }


  .renewal-page.mobile .hot-issue {
    padding: 80px 0;
  }
  .renewal-page.mobile .hot-issue .section-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__grid--mobile {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__card {
    display: block;
  }
  .renewal-page.mobile .hot-issue .hot-issue__card a {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .renewal-page.mobile .hot-issue .hot-issue__img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__img img {
    width: 100%;
    aspect-ratio: 336 / 192;
    object-fit: cover;
    display: block;
  }
  .renewal-page.mobile .hot-issue .hot-issue__cate {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 4px 8px;
    border-radius: 4px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__title {
    color: #00393C;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: -0.4px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__excerpt {
    color: #515151;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    margin-bottom: 32px;
    display: block;
  }
  .renewal-page.mobile .hot-issue .hot-issue__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #515151;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    border: 1px solid #515151;
    padding: 0 8px;
    border-radius: 4px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
  }
  .renewal-page.mobile .hot-issue .hot-issue__views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #00393C;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding-top: 0;
  }
  .renewal-page.mobile .hot-issue .hot-issue__more {
    text-align: center;
    margin-top: 96px;
  }
  .renewal-page.mobile .hot-issue .hot-issue__more .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 8px 32px;
    height: 48px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.4px;
    background: #ff4e1c;
    color: #fff;
    text-decoration: none;
    border: none;
    min-width: unset;
  }


  .renewal-page.mobile .faq {
    padding: 80px 0;
    background: #e6e6e6;
  }
  .renewal-page.mobile .faq .section-title {
    color: #00393C;
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    text-transform: none;
  }
  .renewal-page.mobile .faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
  .renewal-page.mobile .faq .faq__item {
    flex: none;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
  }
  .renewal-page.mobile .faq .faq__item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .renewal-page.mobile .faq .faq__cat {
    color: #00393C;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
  }
  .renewal-page.mobile .faq .faq__icon img {
    width: 40px;
    height: 40px;
  }
  .renewal-page.mobile .faq .faq__title {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin: 0;1
  }
  .renewal-page.mobile .faq .faq__views {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #00393C;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding-top: 0;
  }
  .renewal-page.mobile .faq .faq__views svg {
    width: 20px;
    height: 20px;
  }
  .renewal-page.mobile .faq .faq__more {
    text-align: center;
    margin-top: 48px;
  }
  .renewal-page.mobile .faq .faq__more .btn {
    min-width: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 8px 32px;
    height: 48px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    background: #00393c;
    color: #fff;
    text-decoration: none;
    border: none;
  }


  .renewal-page.mobile .newsletter {
    background: #ffffff !important;
    padding: 0 0 48px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .renewal-page.mobile .newsletter .newsletter__header {
    position: relative;
    background: transparent;
    padding: 80px 40px 80px 72px;
    text-align: start !important;
    height: auto !important;
    margin-top: 80px !important;
    overflow: visible !important;
    box-sizing: border-box;
  }

  .renewal-page.mobile .newsletter .newsletter__header::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    width:100%;
    top: 0;
    bottom: 0;
    left: 3.33%;
    right: 0;
    background: #6b7a8d url('../images/contents/main/renewal/newsletter-header-bg.jpg') left/cover no-repeat;
    border-radius: 160px 0 0 160px;
    z-index: 0;
  }
  .renewal-page.mobile .newsletter .newsletter__header .container {
    position: relative;
    z-index: 1;
  }
  .renewal-page.mobile .newsletter .newsletter__header .newsletter__label {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  .renewal-page.mobile .newsletter .newsletter__header .section-title {
    color: #FFF !important;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: start !important;
  }
  .renewal-page.mobile .newsletter .newsletter__desc {
    color: #FFF;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-top: 16px;
  }
  .renewal-page.mobile .newsletter .newsletter__cards--mobile {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
    margin-top: 64px;
  }
  .renewal-page.mobile .newsletter .newsletter__card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
  }
  .renewal-page.mobile .newsletter .newsletter__card-img {
    width: 100%;
    max-width: none;
    aspect-ratio: 336 / 224;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .renewal-page.mobile .newsletter .newsletter__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .renewal-page.mobile .newsletter .newsletter__card-category {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #ff4e1c;
    display: block;
    margin-bottom: 8px;
  }
  .renewal-page.mobile .newsletter .newsletter__card strong {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #515151;
    display: block;
    margin-bottom: 16px;
    letter-spacing: -0.36px;
  }
  .renewal-page.mobile .newsletter .newsletter__card-date {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #515151;
    display: block;
    margin-bottom: 0;
  }
  .renewal-page.mobile .newsletter .newsletter__card-link,
  .renewal-page.mobile .newsletter .newsletter__card .newsletter__card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #515151;
    text-decoration: none;
    border: 1px solid #515151;
    padding: 0 8px;
    border-radius: 4px;
    margin-top: 32px;
    width: fit-content;
    height: 24px;
    line-height: 24px;
  }
  .renewal-page.mobile .newsletter .newsletter__card-link svg {
    width: 14px;
    height: 14px;
  }
  .renewal-page.mobile .newsletter .newsletter__more {
    text-align: center;
    padding: 32px 12px 0;
  }
  .renewal-page.mobile .newsletter .newsletter__more .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 8px 32px;
    height: 48px;
    min-width: unset;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    background: #ff4e1c;
    color: #fff;
    text-decoration: none;
    border: none;
  }


  .renewal-page.mobile .news-ir {
    min-height: auto;
    background: #f0eedf;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
  }
  .renewal-page.mobile .news-ir::before {
    display: none !important;
  }
  .renewal-page.mobile .news-ir .news-ir__grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .renewal-page.mobile .news-ir .news-ir__ir {
    flex: none;
    width: 100%;
    min-height: 280px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
  }
  .renewal-page.mobile .news-ir .news-ir__ir::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 96.67%;
    height: 100%;
    background: #ff4e1c;
    border-radius: 0 140px 140px 0;
    z-index: 0;
  }
  .renewal-page.mobile .news-ir .news-ir__ir-content {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 32px 24px;
    z-index: 1;
  }
  .renewal-page.mobile .news-ir .news-ir__ir-title {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #fff;
    margin: 0 0 8px;
  }
  .renewal-page.mobile .news-ir .news-ir__ir-code {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: rgba(255,255,255,1);
  }
  .renewal-page.mobile .news-ir .news-ir__ir-price {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #fff;
    margin: 16px 0 8px;
  }
  .renewal-page.mobile .news-ir .news-ir__ir-change {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: rgba(255,255,255,1);
  }

  .renewal-page.mobile .news-ir .news-ir__news {
    flex: none;
    width: 100%;
    padding: 64px 12px 48px 12px;
    box-sizing: border-box;
  }
  .renewal-page.mobile .news-ir .news-ir__news h3 {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 200;
    letter-spacing: -0.64px;
    color: #00393c;
    text-transform: uppercase;
    margin: 0;
  }
  .renewal-page.mobile .news-ir .news-ir__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .renewal-page.mobile .news-ir .news-ir__list li {
    padding-top: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #000;
  }
  .renewal-page.mobile .news-ir .news-ir__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .renewal-page.mobile .news-ir .news-ir__list li a {
    text-decoration: none;
    color: inherit;
  }
  .renewal-page.mobile .news-ir .news-ir__list li strong {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #00393c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
  }
  .renewal-page.mobile .news-ir .news-ir__list li p {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #809c9d;
    letter-spacing: -0.28px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .renewal-page.mobile .news-ir .news-ir__list hr {
    display: none;
  }


  .renewal-page.mobile .newsletter-cta {
    padding: 80px 12px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__text {
    font-family: 'Inter', Pretendard, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.48px;
    text-align: center;
    color: #fff;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__btns {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__btns .btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 12px 24px;
    height: 48px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-decoration: none;
    border: none;
    text-align: center;
    box-sizing: border-box;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__btns .btn--cream {
    background: #f0eedf;
    color: #111;
  }
  .renewal-page.mobile .newsletter-cta .newsletter-cta__btns .btn--accent {
    background: #ff4e1c;
    color: #fff;
  }


  .renewal-page.mobile .btn:hover {
    transform: none;
    box-shadow: none;
    opacity: 1;
  }
  .renewal-page.mobile .business .business__item:hover img {
    transform: none;
  }
  .renewal-page.mobile .color-inspiration .color__swatch .color__swatch-copy,
  .renewal-page.mobile .color-inspiration .color__swatch .color__swatch-fullscreen {
    opacity: 1;
    visibility: visible;
    width: 28px;
    height: 28px;
    bottom: 6px;
  }
  .renewal-page.mobile .color-inspiration .color__swatch .color__swatch-copy { right: 36px; }
  .renewal-page.mobile .color-inspiration .color__swatch .color__swatch-fullscreen { right: 4px; }
  .renewal-page.mobile .hot-issue .hot-issue__card > a:hover .hot-issue__img img {
    transform: none;
  }
  .renewal-page.mobile .hot-issue .hot-issue__link:hover {
    color: inherit;
    border-color: inherit;
  }
  .renewal-page.mobile .faq .faq__item:hover {
    background: inherit;
  }
  .renewal-page.mobile .newsletter .newsletter__card-link:hover {
    color: inherit;
    background: transparent;
  }
  .renewal-page.mobile .news-ir .news-ir__list li a:hover {
    opacity: 1;
  }
  .renewal-page.mobile .hero .hero__search-tag:hover {
    color: inherit;
  }
  .renewal-page.mobile .hero .hero__link:hover {
    background: transparent;
    color: #fff;
  }
}
