:root{--brand:#E70014;}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",Arial,sans-serif;color:#171a21;background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 48px));margin:0 auto}
.container-narrow{width:min(840px,calc(100% - 48px));margin:0 auto}

/* HEADER */
.site-header{height:80px;border-bottom:1px solid #e8eaf0;background:#fff}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{font-size:22px;margin:0}
.nav{display:flex;gap:28px;font-size:14px;font-weight:700}

/* HOME */
body:not(#tt-body-index) .home-only{display:none}
body#tt-body-index .list-page{display:none}

.hero{padding:28px 0 0}
.hero-box{min-height:420px;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:24px;background:#27344f;color:#fff}
.hero-box h2{font-size:44px;margin:5px 0 10px}
.hero-box p{margin:0;opacity:.8}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em}

.section{padding:80px 0}
.heading{margin-bottom:28px}
.heading h2{font-size:30px;margin:0 0 6px}
.heading p{margin:0;color:#858b98}

.notice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.notice-card{min-height:150px;padding:22px;border:1px solid #e5e8ee;border-radius:18px;background:#fff;display:flex;align-items:flex-end;font-weight:800}

/* LATEST - 실제 게시글 4개 */
.latest-dynamic-section{display:none}

/* 홈과 글 상세 화면에서만 이 섹션을 사용 */
body#tt-body-index .latest-dynamic-section,
body#tt-body-page .latest-dynamic-section{display:block}

body#tt-body-index .latest-dynamic-section{
  padding:80px 0;
  background:#f8f9fb;
}

body#tt-body-index .latest-grid-dynamic{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  grid-template-rows:repeat(3,minmax(0,1fr));
  gap:16px;
}

.latest-card{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px;
  overflow:hidden;
  border:1px solid #e5e8ee;
  border-radius:18px;
  background:#fff;
}

body#tt-body-index .latest-card:first-child{
  grid-row:1 / 4;
  display:flex;
  flex-direction:column;
}

.latest-thumb{
  position:relative;
  min-height:140px;
  overflow:hidden;
  background:#e9edf4;
}

body#tt-body-index .latest-card:first-child .latest-thumb{
  min-height:310px;
}

.latest-thumb img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:cover;
}

.thumb-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#9ba3b0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.latest-card:not(:first-child) .latest-thumb{order:2}
.latest-card:not(:first-child) .latest-card-body{order:1}

.latest-card-body{min-width:0;padding:20px}
.category-chip{
  display:inline-flex;
  width:fit-content;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#edf3ff;
  color:#4771dd;
  font-size:11px;
  font-weight:800;
}

.latest-card h3{margin:0 0 10px;font-size:18px;line-height:1.4}
body#tt-body-index .latest-card:first-child h3{font-size:24px}
.latest-summary{
  display:-webkit-box;
  margin:0 0 18px;
  overflow:hidden;
  color:#777e8b;
  font-size:13px;
  line-height:1.6;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
body#tt-body-index .latest-card:not(:first-child) .latest-summary{display:none}
.post-meta{display:flex;gap:8px 16px;flex-wrap:wrap;color:#9095a1;font-size:12px}

/* 카테고리 뼈대 */
.category-wrap{padding:30px 0 90px}
.category-section{padding:50px 0;border-bottom:1px solid #edf0f4}
.category-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}
.category-heading h2{font-size:28px;margin:0 0 22px}
.category-heading a{font-size:13px;color:#777}
.card-grid,.list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card-grid>div{height:240px;padding:20px;border:1px solid #e5e8ee;border-radius:18px;background:linear-gradient(#edf0f4 0 65%,#fff 65%);display:flex;align-items:flex-end;font-weight:800}

/* LIST */
.list-page{padding:70px 0 100px}
.post-card{overflow:hidden;border:1px solid #e5e8ee;border-radius:18px;background:#fff}
.list-thumb{display:block;aspect-ratio:16/9;background:#edf0f4;overflow:hidden}
.list-thumb img{width:100%;height:100%;object-fit:cover}
.list-card-body{padding:18px}
.post-card h3{font-size:18px;margin:0 0 10px}
.post-card p{color:#777;font-size:14px}
.list-date{font-size:12px;color:#999}

/* POST DETAIL */
body#tt-body-page .latest-dynamic-section{
  padding:70px 0 120px;
  background:#fff;
}
body#tt-body-page .latest-container{
  width:min(840px,calc(100% - 48px));
}
body#tt-body-page .latest-grid-dynamic{display:block}
body#tt-body-page .latest-card{display:none}
.post-detail h1{font-size:42px;line-height:1.25;margin:8px 0 16px}
.post-detail-meta{margin-bottom:35px}
.post-body{font-size:17px;line-height:1.85}
.post-body img{height:auto;margin:28px auto;max-width:100%}

.notice-post-page{padding:70px 0 120px}

/* FOOTER */
.footer{padding:45px 0;background:#17191d;color:#fff}
.footer p{color:#9aa0aa}

/* TABLET */
@media(max-width:900px){
  .nav{gap:14px;font-size:12px}
  .notice-grid{grid-template-columns:repeat(2,1fr)}

  body#tt-body-index .latest-grid-dynamic{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  body#tt-body-index .latest-card:first-child{grid-row:auto}
  body#tt-body-index .latest-card:first-child .latest-thumb{min-height:270px}

  .card-grid,.list-grid{grid-template-columns:repeat(2,1fr)}
}

/* MOBILE */
@media(max-width:700px){
  .container,.container-narrow{width:calc(100% - 32px)}
  .site-header{height:auto}
  .header-inner{padding:18px 0;align-items:flex-start;flex-direction:column}
  .nav{width:100%;overflow-x:auto;padding-bottom:4px;white-space:nowrap}

  .hero-box{min-height:330px;padding:28px;border-radius:18px}
  .hero-box h2{font-size:30px}
  .section,body#tt-body-index .latest-dynamic-section{padding:58px 0}
  .notice-grid,.card-grid,.list-grid{grid-template-columns:1fr}

  .latest-card,
  body#tt-body-index .latest-card:first-child{
    display:flex;
    flex-direction:column;
  }
  .latest-card:not(:first-child) .latest-thumb,
  .latest-card:not(:first-child) .latest-card-body{order:initial}
  .latest-thumb,
  body#tt-body-index .latest-card:first-child .latest-thumb{min-height:220px}
  body#tt-body-index .latest-card:first-child h3{font-size:20px}

  .post-detail h1{font-size:32px}
}


/* =========================================================
   v04 - 카테고리별 실제 게시글 자동 연결
========================================================= */
.category-heading > div {
  min-width: 0;
}

.category-heading h2 {
  margin-bottom: 6px;
}

.category-heading p {
  margin: 0 0 22px;
  color: #8a909b;
  font-size: 13px;
}

.category-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-loading {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed #d8dde6;
  border-radius: 18px;
  color: #9aa1ad;
  background: #fafbfc;
  font-size: 13px;
}

/* 카테고리 페이지에서 복제해온 실제 카드 */
.category-live-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.category-live-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(28, 38, 60, .08);
}

.category-live-card .list-thumb {
  aspect-ratio: 16 / 9;
}

.category-live-card .list-card-body {
  padding: 18px;
}

.category-live-card .list-card-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.45;
}

.category-live-card .list-card-body p {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  color: #7b818c;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-live-card .list-date {
  color: #a0a5ae;
  font-size: 11px;
}

/* 글이 없는 자리를 자연스럽게 유지 */
.category-placeholder-card {
  min-height: 290px;
  overflow: hidden;
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  background: #fff;
}

.placeholder-image {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: #eef1f5;
  color: #b2b8c2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.placeholder-body {
  padding: 18px;
}

.placeholder-body strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.placeholder-body p {
  margin: 0;
  color: #9aa0aa;
  font-size: 12px;
  line-height: 1.5;
}

@media(max-width:900px) {
  .category-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:700px) {
  .category-post-grid {
    grid-template-columns: 1fr;
  }

  .category-heading {
    align-items: flex-start;
  }

  .category-heading a {
    white-space: nowrap;
    margin-top: 5px;
  }
}


/* =========================================================
   v06 - 실제 공지사항 자동 연결
========================================================= */

/* 티스토리 sidebar wrapper가 grid 구조를 깨지 않게 처리 */
.notice-grid > s_sidebar,
.notice-grid > s_sidebar_element,
.notice-grid > s_rct_notice,
.notice-grid > div {
  display: contents;
}

.notice-grid .notice-card:nth-of-type(n+5) {
  display: none;
}

.notice-card {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.notice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(28, 38, 60, .08);
}

.notice-card-top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 28px;
}

.notice-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 800;
}

.notice-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.notice-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notice-arrow {
  color: #9298a3;
  font-size: 11px;
}

/* 4개 카드에 서로 다른 포인트 컬러 */
.notice-card:nth-of-type(1) .notice-icon {
  background: #e9f4ff;
  color: #4e8bdc;
}
.notice-card:nth-of-type(1) .notice-label { color: #4e8bdc; }

.notice-card:nth-of-type(2) .notice-icon {
  background: #f0ecff;
  color: #7158d8;
}
.notice-card:nth-of-type(2) .notice-label { color: #7158d8; }

.notice-card:nth-of-type(3) .notice-icon {
  background: #fff2d8;
  color: #d69228;
}
.notice-card:nth-of-type(3) .notice-label { color: #d69228; }

.notice-card:nth-of-type(4) .notice-icon {
  background: #ffe9ea;
  color: var(--brand);
}
.notice-card:nth-of-type(4) .notice-label { color: var(--brand); }

.notice-empty-fallback {
  display: none;
  margin-top: 0;
}

.notice-fallback-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px dashed #d8dde6;
  border-radius: 18px;
  color: #9aa1ad;
  background: #fafbfc;
  font-size: 13px;
}

@media(max-width:900px) {
  .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:700px) {
  .notice-grid {
    grid-template-columns: 1fr;
  }

  .notice-card {
    min-height: 150px;
  }
}


/* =========================================================
   v07 - 메인 배너 이미지 적용
========================================================= */
.hero {
  padding: 28px 0 0;
}

.hero-image-wrap {
  overflow: hidden;
  border-radius: 24px;
  background: #f3f5f7;
}

.hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* 이전 더미 배너 스타일은 더 이상 사용하지 않음 */
.hero-box {
  display: none;
}

@media(max-width:700px) {
  .hero {
    padding-top: 16px;
  }

  .hero-image-wrap {
    border-radius: 18px;
  }

  .hero-image-wrap img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    object-position: center;
  }
}


/* =========================================================
   v08 - Notice 순서 / 모바일 최적화
========================================================= */

/* 모바일에서 배너가 좌우로 잘리지 않도록 원본 비율 그대로 표시 */
@media(max-width:700px) {
  .hero-image-wrap img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  /* 모바일 헤더: 메뉴가 억지로 찌그러지지 않고 가로 스크롤 */
  .header-inner {
    gap: 14px;
  }

  .logo {
    font-size: 20px;
    line-height: 1.25;
  }

  .nav {
    display: flex;
    gap: 22px;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 8px;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  /* Notice 모바일 카드가 과하게 높지 않도록 축소 */
  .notice-card {
    min-height: 138px;
    padding: 18px;
  }

  .notice-card-top {
    justify-content: flex-start;
  }

  .notice-title {
    font-size: 16px;
  }

  .notice-arrow {
    margin-top: 4px;
  }
}


/* =========================================================
   v09 - 모바일 좌우 여백 / 헤더 카테고리 크기 보정
========================================================= */
@media(max-width:700px) {

  /* 모든 주요 섹션의 좌우 기준을 동일하게 맞춤 */
  .container,
  .container-narrow,
  body#tt-body-page .latest-container {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }

  /* 헤더도 본문과 정확히 같은 16px 좌우 여백 */
  .header-inner {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  /* 모바일에서만 카테고리 메뉴 글자 축소 */
  .nav {
    gap: 18px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .nav a {
    flex: 0 0 auto;
  }

  /* Notice 섹션/카드도 컨테이너 기준에 정확히 맞춤 */
  .notice-section .container {
    width: calc(100% - 32px);
  }

  .notice-grid {
    width: 100%;
  }

  .notice-card {
    width: 100%;
  }

  /* 최신 글/카테고리 영역도 좌우 기준 통일 */
  .latest-container,
  .category-wrap > .container {
    width: calc(100% - 32px);
  }
}

/* 아주 작은 모바일에서는 메뉴를 한 단계 더 축소 */
@media(max-width:420px) {
  .nav {
    gap: 14px;
    font-size: 10px;
  }

  .logo {
    font-size: 19px;
  }
}


/* =========================================================
   v10 - 게시글 상세페이지 최종 마감
========================================================= */

/* PC 상세페이지 */
body#tt-body-page .latest-dynamic-section {
  padding: 64px 0 92px;
}

body#tt-body-page .latest-container {
  width: min(840px, calc(100% - 48px));
}

.post-detail > .category-chip {
  margin-bottom: 14px;
}

.post-detail h1 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.post-detail-meta {
  margin-bottom: 30px;
}

.post-body {
  color: #24272d;
  font-size: 17px;
  line-height: 1.82;
}

.post-body > :first-child {
  margin-top: 0;
}

.post-body > :last-child {
  margin-bottom: 0;
}

.post-body img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 28px auto 30px;
  border-radius: 0;
}

/* 티스토리 공감/공유 버튼이 본문에 너무 붙지 않도록 */
.container_postbtn,
.postbtn_ccl,
.wrap_btn_etc {
  margin-top: 30px !important;
}

/* 상세페이지 푸터 간격 */
body#tt-body-page .footer {
  padding: 36px 0;
}

/* 모바일 상세페이지 */
@media(max-width:700px) {
  body#tt-body-page .latest-dynamic-section {
    padding: 54px 0 68px;
  }

  body#tt-body-page .latest-container {
    width: calc(100% - 32px);
  }

  .post-detail > .category-chip {
    margin-bottom: 16px;
  }

  .post-detail h1 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.28;
    letter-spacing: -0.025em;
  }

  .post-detail-meta {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .post-body {
    font-size: 16px;
    line-height: 1.78;
  }

  .post-body img {
    width: 100%;
    margin: 26px 0 28px;
  }

  .container_postbtn,
  .postbtn_ccl,
  .wrap_btn_etc {
    margin-top: 28px !important;
  }

  body#tt-body-page .footer {
    padding: 30px 0;
  }
}


/* =========================================================
   v11 - 롯데렌탈 헤더 로고
========================================================= */
.logo {
  margin: 0;
  line-height: 1;
  flex: 0 0 auto;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 168px;
  max-width: none;
  height: auto;
}

@media(max-width:700px) {
  .logo img {
    width: 145px;
  }
}

@media(max-width:420px) {
  .logo {
    font-size: 0;
  }

  .logo img {
    width: 136px;
  }
}


/* =========================================================
   v12 - Notice 타일형 리디자인
========================================================= */
.notice-section .heading {
  margin-bottom: 22px;
}

.notice-grid {
  gap: 18px;
}

/* 이전 카드 스타일 덮어쓰기 */
.notice-card.notice-tile-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.notice-card.notice-tile-card:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.notice-tile-visual {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-tile-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.notice-tile-caption {
  min-height: 34px;
  padding: 10px 12px 11px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.notice-tile-desc {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  opacity: .92;
}

.notice-tile-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

/* theme 1 */
.notice-card.notice-tile-card.theme-1 .notice-tile-visual {
  background: #8fc6f3;
}
.notice-card.notice-tile-card.theme-1 .notice-tile-caption {
  background: #3a8184;
}
.notice-card.notice-tile-card.theme-1 .notice-tile-icon {
  background: rgba(74, 121, 219, .28);
  color: #ffffff;
  font-size: 42px;
  font-family: Georgia, serif;
  box-shadow: inset 0 0 0 6px rgba(74, 121, 219, .18);
}
.notice-card.notice-tile-card.theme-1 .notice-tile-desc { color: #d9f3f3; }

/* theme 2 */
.notice-card.notice-tile-card.theme-2 .notice-tile-visual {
  background: #c7b6fb;
}
.notice-card.notice-tile-card.theme-2 .notice-tile-caption {
  background: #77558f;
}
.notice-card.notice-tile-card.theme-2 .notice-tile-icon {
  background: rgba(120, 75, 194, .24);
  color: #ffffff;
  font-size: 32px;
  box-shadow: inset 0 0 0 6px rgba(120, 75, 194, .14);
}
.notice-card.notice-tile-card.theme-2 .notice-tile-desc { color: #eee5ff; }

/* theme 3 */
.notice-card.notice-tile-card.theme-3 .notice-tile-visual {
  background: #f0d28b;
}
.notice-card.notice-tile-card.theme-3 .notice-tile-caption {
  background: #946738;
}
.notice-card.notice-tile-card.theme-3 .notice-tile-icon {
  background: rgba(209, 138, 35, .2);
  color: #ffffff;
  font-size: 28px;
  letter-spacing: -0.04em;
  box-shadow: inset 0 0 0 6px rgba(209, 138, 35, .14);
}
.notice-card.notice-tile-card.theme-3 .notice-tile-desc { color: #fff0cf; }

/* theme 4 */
.notice-card.notice-tile-card.theme-4 .notice-tile-visual {
  background: #f1d0c6;
}
.notice-card.notice-tile-card.theme-4 .notice-tile-caption {
  background: #87495a;
}
.notice-card.notice-tile-card.theme-4 .notice-tile-icon {
  background: rgba(225, 103, 158, .18);
  color: #ffffff;
  font-size: 32px;
  box-shadow: inset 0 0 0 6px rgba(225, 103, 158, .12);
}
.notice-card.notice-tile-card.theme-4 .notice-tile-desc { color: #ffe3eb; }

@media (max-width: 900px) {
  .notice-tile-visual {
    height: 138px;
  }

  .notice-tile-title {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .notice-tile-visual {
    height: 132px;
  }

  .notice-tile-icon {
    width: 60px;
    height: 60px;
  }

  .notice-card.notice-tile-card.theme-1 .notice-tile-icon {
    font-size: 36px;
  }
  .notice-card.notice-tile-card.theme-2 .notice-tile-icon,
  .notice-card.notice-tile-card.theme-4 .notice-tile-icon {
    font-size: 28px;
  }
  .notice-card.notice-tile-card.theme-3 .notice-tile-icon {
    font-size: 24px;
  }

  .notice-tile-caption {
    min-height: 60px;
    padding: 8px 8px 10px;
  }

  .notice-tile-desc {
    font-size: 9px;
  }

  .notice-tile-title {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-tile-visual {
    height: 118px;
  }

  .notice-tile-title {
    font-size: 12px;
  }
}


/* =========================================================
   v13 - Notice 타일 규격 / 레이아웃 보정
========================================================= */

/* 공지 그리드 규격을 명확하게 고정 */
.notice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.notice-grid > * {
  min-width: 0;
}

/* 타일 카드가 컬럼 폭을 꽉 채우도록 수정 */
.notice-card.notice-tile-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: stretch;
  justify-self: stretch;
  border-radius: 0;
  overflow: hidden;
}

/* 레퍼런스처럼 상단 면 영역 + 하단 라벨바 비율 정리 */
.notice-tile-visual {
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-tile-caption {
  min-height: 62px;
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.notice-tile-desc {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.notice-tile-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.02em;
  color: #fff;
}

/* 아이콘 사이즈 확대 */
.notice-tile-icon {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  font-weight: 800;
}

/* 테마별 아이콘 폰트 크기 재조정 */
.notice-card.notice-tile-card.theme-1 .notice-tile-icon {
  font-size: 48px;
}
.notice-card.notice-tile-card.theme-2 .notice-tile-icon {
  font-size: 40px;
}
.notice-card.notice-tile-card.theme-3 .notice-tile-icon {
  font-size: 34px;
}
.notice-card.notice-tile-card.theme-4 .notice-tile-icon {
  font-size: 38px;
}

/* 데스크탑에서 보기 좋게 여백 보정 */
.notice-section .heading {
  margin-bottom: 24px;
}

/* 태블릿 */
@media (max-width: 1024px) {
  .notice-grid {
    gap: 18px;
  }

  .notice-tile-icon {
    width: 82px;
    height: 82px;
  }

  .notice-card.notice-tile-card.theme-1 .notice-tile-icon {
    font-size: 44px;
  }
  .notice-card.notice-tile-card.theme-2 .notice-tile-icon {
    font-size: 36px;
  }
  .notice-card.notice-tile-card.theme-3 .notice-tile-icon {
    font-size: 30px;
  }
  .notice-card.notice-tile-card.theme-4 .notice-tile-icon {
    font-size: 34px;
  }
}

/* 모바일 2열 유지, 비율/글자만 축소 */
@media (max-width: 700px) {
  .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .notice-tile-visual {
    aspect-ratio: 1 / 1;
  }

  .notice-tile-icon {
    width: 66px;
    height: 66px;
  }

  .notice-card.notice-tile-card.theme-1 .notice-tile-icon {
    font-size: 38px;
  }
  .notice-card.notice-tile-card.theme-2 .notice-tile-icon {
    font-size: 30px;
  }
  .notice-card.notice-tile-card.theme-3 .notice-tile-icon {
    font-size: 24px;
  }
  .notice-card.notice-tile-card.theme-4 .notice-tile-icon {
    font-size: 28px;
  }

  .notice-tile-caption {
    min-height: 56px;
    padding: 8px 8px 10px;
  }

  .notice-tile-desc {
    font-size: 9px;
  }

  .notice-tile-title {
    font-size: 12px;
  }
}


/* =========================================================
   v14 - Notice 1200px / 4등분 그리드 최종 정상화
========================================================= */

/* 레퍼런스처럼 Notice 제목/설명 중앙 정렬 */
.notice-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

.notice-section .heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.notice-section .heading p {
  margin-left: auto;
  margin-right: auto;
}

/* 1200px 컨테이너 안에서 정확히 4등분 */
.notice-section .notice-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* JS로 직계 자식이 된 카드가 각 컬럼을 100% 채움 */
.notice-section .notice-grid > .notice-card.notice-tile-card {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-self: stretch;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

/* 285px 전후 카드 폭에 어울리는 면 비율 */
.notice-section .notice-tile-visual {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-section .notice-tile-caption {
  width: 100%;
  min-height: 72px;
  padding: 11px 14px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 아이콘도 카드 크기에 맞게 확대 */
.notice-section .notice-tile-icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.notice-section .theme-1 .notice-tile-icon { font-size: 46px; }
.notice-section .theme-2 .notice-tile-icon { font-size: 38px; }
.notice-section .theme-3 .notice-tile-icon { font-size: 30px; }
.notice-section .theme-4 .notice-tile-icon { font-size: 36px; }

.notice-section .notice-tile-desc {
  margin-bottom: 5px;
  font-size: 10px;
}

.notice-section .notice-tile-title {
  font-size: 15px;
  line-height: 1.25;
}

/* 태블릿: 2열 */
@media (max-width: 900px) {
  .notice-section .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .notice-section .notice-tile-visual {
    aspect-ratio: 1.65 / 1;
  }
}

/* 모바일: 2열 유지 */
@media (max-width: 700px) {
  .notice-section .heading {
    text-align: center;
    margin-bottom: 22px;
  }

  .notice-section .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .notice-section .notice-tile-visual {
    aspect-ratio: 1.25 / 1;
  }

  .notice-section .notice-tile-icon {
    width: 62px;
    height: 62px;
  }

  .notice-section .theme-1 .notice-tile-icon { font-size: 34px; }
  .notice-section .theme-2 .notice-tile-icon { font-size: 28px; }
  .notice-section .theme-3 .notice-tile-icon { font-size: 22px; }
  .notice-section .theme-4 .notice-tile-icon { font-size: 26px; }

  .notice-section .notice-tile-caption {
    min-height: 60px;
    padding: 8px 7px 10px;
  }

  .notice-section .notice-tile-desc {
    font-size: 8px;
  }

  .notice-section .notice-tile-title {
    font-size: 11px;
  }
}


/* =========================================================
   v16 - Notice 레드 톤 리디자인
========================================================= */

/* 전체 notice 여백 유지 */
.notice-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

/* 카드 자체를 좀 더 고급스럽게 */
.notice-section .notice-grid > .notice-card.notice-tile-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(19, 27, 45, 0.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.notice-section .notice-grid > .notice-card.notice-tile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(19, 27, 45, 0.10);
}

.notice-section .notice-tile-visual {
  position: relative;
  overflow: hidden;
}

/* 비어 보이지 않게 장식 요소 추가 */
.notice-section .notice-tile-visual::before,
.notice-section .notice-tile-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.notice-section .notice-tile-visual::before {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  top: -28px;
  right: -24px;
  opacity: .18;
}

.notice-section .notice-tile-visual::after {
  width: 112px;
  height: 112px;
  left: -22px;
  bottom: -30px;
  border-radius: 24px;
  opacity: .18;
  transform: rotate(22deg);
}

/* 테마명 라벨 */
.notice-section .notice-grid > .notice-card.notice-tile-card .notice-tile-visual .notice-theme-label {
  display: none;
}
.notice-section .notice-grid > .notice-card.notice-tile-card .notice-tile-visual-label {
  display: none;
}

.notice-section .theme-1 .notice-tile-visual .notice-theme-badge,
.notice-section .theme-2 .notice-tile-visual .notice-theme-badge,
.notice-section .theme-3 .notice-tile-visual .notice-theme-badge,
.notice-section .theme-4 .notice-tile-visual .notice-theme-badge {
  display: none;
}

.notice-section .theme-1 .notice-tile-visual:has(.notice-tile-icon)::marker,
.notice-section .theme-2 .notice-tile-visual:has(.notice-tile-icon)::marker,
.notice-section .theme-3 .notice-tile-visual:has(.notice-tile-icon)::marker,
.notice-section .theme-4 .notice-tile-visual:has(.notice-tile-icon)::marker {
  content: "";
}

.notice-section .theme-1 .notice-tile-visual > .notice-tile-kicker,
.notice-section .theme-2 .notice-tile-visual > .notice-tile-kicker,
.notice-section .theme-3 .notice-tile-visual > .notice-tile-kicker,
.notice-section .theme-4 .notice-tile-visual > .notice-tile-kicker {
  display: none;
}

/* 각 카드 왼쪽 상단 안내 라벨을 가상요소로 */
.notice-section .theme-1 .notice-tile-visual,
.notice-section .theme-2 .notice-tile-visual,
.notice-section .theme-3 .notice-tile-visual,
.notice-section .theme-4 .notice-tile-visual {
  position: relative;
}

.notice-section .theme-1 .notice-tile-visual span.notice-top-label,
.notice-section .theme-2 .notice-tile-visual span.notice-top-label,
.notice-section .theme-3 .notice-tile-visual span.notice-top-label,
.notice-section .theme-4 .notice-tile-visual span.notice-top-label {
  display: none;
}

.notice-section .theme-1 .notice-tile-visual:after,
.notice-section .theme-2 .notice-tile-visual:after,
.notice-section .theme-3 .notice-tile-visual:after,
.notice-section .theme-4 .notice-tile-visual:after {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

/* 상단 텍스트 라벨 */
.notice-section .theme-1 .notice-tile-visual > i,
.notice-section .theme-2 .notice-tile-visual > i,
.notice-section .theme-3 .notice-tile-visual > i,
.notice-section .theme-4 .notice-tile-visual > i {
  display: none;
}
.notice-section .theme-1 .notice-tile-visual::selection,
.notice-section .theme-2 .notice-tile-visual::selection,
.notice-section .theme-3 .notice-tile-visual::selection,
.notice-section .theme-4 .notice-tile-visual::selection {
  background: transparent;
}

.notice-section .theme-1 .notice-tile-visual .notice-top-text,
.notice-section .theme-2 .notice-tile-visual .notice-top-text,
.notice-section .theme-3 .notice-tile-visual .notice-top-text,
.notice-section .theme-4 .notice-tile-visual .notice-top-text {
  display: none;
}

.notice-section .theme-1 .notice-tile-visual::before {
  background: radial-gradient(circle at center, rgba(255,255,255,.30) 0 35%, transparent 36% 100%);
}
.notice-section .theme-1 .notice-tile-visual::after {
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.04));
}
.notice-section .theme-1 .notice-tile-visual {
  background: linear-gradient(145deg, #ff9898 0%, #f45e5e 100%);
}
.notice-section .theme-1 .notice-tile-caption {
  background: #d94242;
}
.notice-section .theme-1 .notice-tile-icon {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12);
}
.notice-section .theme-1 .notice-tile-desc { color: #ffe0e0; }

.notice-section .theme-2 .notice-tile-visual::before {
  background: radial-gradient(circle at center, rgba(255,255,255,.30) 0 35%, transparent 36% 100%);
}
.notice-section .theme-2 .notice-tile-visual::after {
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.04));
}
.notice-section .theme-2 .notice-tile-visual {
  background: linear-gradient(145deg, #ff97b0 0%, #eb5a7f 100%);
}
.notice-section .theme-2 .notice-tile-caption {
  background: #c74466;
}
.notice-section .theme-2 .notice-tile-icon {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12);
}
.notice-section .theme-2 .notice-tile-desc { color: #ffdce6; }

.notice-section .theme-3 .notice-tile-visual::before {
  background: radial-gradient(circle at center, rgba(255,255,255,.28) 0 35%, transparent 36% 100%);
}
.notice-section .theme-3 .notice-tile-visual::after {
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.04));
}
.notice-section .theme-3 .notice-tile-visual {
  background: linear-gradient(145deg, #ffb4b4 0%, #d86b6b 100%);
}
.notice-section .theme-3 .notice-tile-caption {
  background: #b55454;
}
.notice-section .theme-3 .notice-tile-icon {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12);
}
.notice-section .theme-3 .notice-tile-desc { color: #ffe5e5; }

.notice-section .theme-4 .notice-tile-visual::before {
  background: radial-gradient(circle at center, rgba(255,255,255,.28) 0 35%, transparent 36% 100%);
}
.notice-section .theme-4 .notice-tile-visual::after {
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
}
.notice-section .theme-4 .notice-tile-visual {
  background: linear-gradient(145deg, #ffcdc2 0%, #e68a79 100%);
}
.notice-section .theme-4 .notice-tile-caption {
  background: #cc6a57;
}
.notice-section .theme-4 .notice-tile-icon {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12);
}
.notice-section .theme-4 .notice-tile-desc { color: #ffe9e3; }

/* 좌상단 키워드 라벨 */
.notice-section .theme-1 .notice-tile-visual,
.notice-section .theme-2 .notice-tile-visual,
.notice-section .theme-3 .notice-tile-visual,
.notice-section .theme-4 .notice-tile-visual {
  padding-top: 10px;
}
.notice-section .theme-1 .notice-tile-visual .notice-top-chip,
.notice-section .theme-2 .notice-tile-visual .notice-top-chip,
.notice-section .theme-3 .notice-tile-visual .notice-top-chip,
.notice-section .theme-4 .notice-tile-visual .notice-top-chip {
  display: none;
}

.notice-section .theme-1 .notice-tile-visual::marker,
.notice-section .theme-2 .notice-tile-visual::marker,
.notice-section .theme-3 .notice-tile-visual::marker,
.notice-section .theme-4 .notice-tile-visual::marker {
  content: "";
}

/* 실제 텍스트 라벨 */
.notice-section .theme-1 .notice-tile-visual .notice-dummy,
.notice-section .theme-2 .notice-tile-visual .notice-dummy,
.notice-section .theme-3 .notice-tile-visual .notice-dummy,
.notice-section .theme-4 .notice-tile-visual .notice-dummy { display:none; }

.notice-section .theme-1 .notice-tile-visual:where(*)::before,
.notice-section .theme-2 .notice-tile-visual:where(*)::before,
.notice-section .theme-3 .notice-tile-visual:where(*)::before,
.notice-section .theme-4 .notice-tile-visual:where(*)::before {
  /* keep decorative circle; label handled on separate overlay */
}

.notice-section .theme-1 .notice-tile-visual-label,
.notice-section .theme-2 .notice-tile-visual-label,
.notice-section .theme-3 .notice-tile-visual-label,
.notice-section .theme-4 .notice-tile-visual-label {
  display:none;
}

/* 상단 라벨을 별도 가상요소로 표기 */
.notice-section .theme-1 .notice-tile-visual::before,
.notice-section .theme-2 .notice-tile-visual::before,
.notice-section .theme-3 .notice-tile-visual::before,
.notice-section .theme-4 .notice-tile-visual::before {
  /* decorative circle already assigned */
}
.notice-section .theme-1 .notice-tile-visual .notice-lbl,
.notice-section .theme-2 .notice-tile-visual .notice-lbl,
.notice-section .theme-3 .notice-tile-visual .notice-lbl,
.notice-section .theme-4 .notice-tile-visual .notice-lbl { display:none; }

.notice-section .theme-1 .notice-tile-visual::selection,
.notice-section .theme-2 .notice-tile-visual::selection,
.notice-section .theme-3 .notice-tile-visual::selection,
.notice-section .theme-4 .notice-tile-visual::selection { background:transparent; }

/* 텍스트 라벨을 카드 안에 직접 배치하기 위한 요소 생성 대비 */
.notice-section .notice-tile-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-section .notice-tile-visual .notice-label-top {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
}

.notice-section .notice-tile-visual .notice-side-copy {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  color: rgba(255,255,255,.85);
}

.notice-section .notice-tile-icon {
  position: relative;
  z-index: 1;
}

.notice-section .notice-tile-caption {
  min-height: 78px;
  padding: 12px 16px 14px;
}

.notice-section .notice-tile-title {
  font-size: 16px;
}

/* 모바일 보정 */
@media (max-width: 700px) {
  .notice-section .notice-grid > .notice-card.notice-tile-card {
    border-radius: 14px;
  }

  .notice-section .notice-tile-visual .notice-label-top {
    top: 10px;
    left: 12px;
    font-size: 9px;
  }

  .notice-section .notice-tile-visual .notice-side-copy {
    right: 12px;
    bottom: 10px;
    font-size: 8px;
  }

  .notice-section .notice-tile-caption {
    min-height: 64px;
    padding: 9px 10px 11px;
  }

  .notice-section .notice-tile-title {
    font-size: 12px;
  }

  .notice-section .notice-tile-desc {
    font-size: 8px;
  }
}


/* =========================================================
   v17 - Notice 레드 바리에이션 컬러 최종 적용
========================================================= */

/* theme 1 - classic red */
.notice-section .theme-1 .notice-tile-visual {
  background: linear-gradient(145deg, #ff8d8d 0%, #ef4b4b 100%) !important;
}
.notice-section .theme-1 .notice-tile-caption {
  background: #d63b3b !important;
}
.notice-section .theme-1 .notice-tile-icon {
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12) !important;
}
.notice-section .theme-1 .notice-tile-desc {
  color: #ffe4e4 !important;
}

/* theme 2 - rose red */
.notice-section .theme-2 .notice-tile-visual {
  background: linear-gradient(145deg, #ff93a6 0%, #e84d72 100%) !important;
}
.notice-section .theme-2 .notice-tile-caption {
  background: #c83c60 !important;
}
.notice-section .theme-2 .notice-tile-icon {
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12) !important;
}
.notice-section .theme-2 .notice-tile-desc {
  color: #ffe1e8 !important;
}

/* theme 3 - brick red */
.notice-section .theme-3 .notice-tile-visual {
  background: linear-gradient(145deg, #ffb0a0 0%, #db6b57 100%) !important;
}
.notice-section .theme-3 .notice-tile-caption {
  background: #bb5a47 !important;
}
.notice-section .theme-3 .notice-tile-icon {
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12) !important;
}
.notice-section .theme-3 .notice-tile-desc {
  color: #ffe6df !important;
}

/* theme 4 - coral terracotta */
.notice-section .theme-4 .notice-tile-visual {
  background: linear-gradient(145deg, #ffc1b1 0%, #e68570 100%) !important;
}
.notice-section .theme-4 .notice-tile-caption {
  background: #cb6c57 !important;
}
.notice-section .theme-4 .notice-tile-icon {
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.12) !important;
}
.notice-section .theme-4 .notice-tile-desc {
  color: #ffebe4 !important;
}

/* 장식 도형도 각 톤에서 자연스럽게 보이도록 유지 */
.notice-section .theme-1 .notice-tile-visual::before,
.notice-section .theme-2 .notice-tile-visual::before,
.notice-section .theme-3 .notice-tile-visual::before,
.notice-section .theme-4 .notice-tile-visual::before {
  background: radial-gradient(circle at center, rgba(255,255,255,.28) 0 35%, transparent 36% 100%) !important;
}

.notice-section .theme-1 .notice-tile-visual::after,
.notice-section .theme-2 .notice-tile-visual::after,
.notice-section .theme-3 .notice-tile-visual::after,
.notice-section .theme-4 .notice-tile-visual::after {
  background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.04)) !important;
}


/* =========================================================
   v18 - 좌측 슬라이드 카테고리 메뉴
========================================================= */
.side-drawer-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 0;
  height: 100vh;
  pointer-events: none;
}

/* 좌측 햄버거 버튼 */
.side-drawer-trigger {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 10002;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid #eceef2;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 26px rgba(24, 30, 42, .12);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: left .28s ease, transform .18s ease, box-shadow .18s ease;
}

.side-drawer-trigger:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 12px 32px rgba(24, 30, 42, .16);
}

.side-drawer-trigger span {
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #171a21;
  transition: transform .22s ease, opacity .22s ease;
}

/* 패널 */
.side-drawer-panel {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 310px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 26px 24px 28px;
  background: #ffffff;
  border-right: 1px solid #eceef2;
  box-shadow: 18px 0 40px rgba(18, 25, 38, .12);
  pointer-events: auto;
  transform: translateX(-102%);
  transition: transform .30s cubic-bezier(.22,.61,.36,1);
}

/* 오버레이 */
.side-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;
  padding: 0;
  border: 0;
  background: rgba(15, 20, 30, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  cursor: default;
  transition: opacity .25s ease, visibility .25s ease;
}

/* 열린 상태 */
.side-drawer-wrap.is-open {
  width: 310px;
}

.side-drawer-wrap.is-open .side-drawer-panel {
  transform: translateX(0);
}

.side-drawer-wrap.is-open .side-drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.side-drawer-wrap.is-open .side-drawer-trigger {
  left: 326px;
}

.side-drawer-wrap.is-open .side-drawer-trigger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.side-drawer-wrap.is-open .side-drawer-trigger span:nth-child(2) {
  opacity: 0;
}
.side-drawer-wrap.is-open .side-drawer-trigger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* 패널 상단 */
.side-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eceef2;
}

.side-drawer-logo img {
  width: 154px;
  height: auto;
}

.side-drawer-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f5f6f8;
  color: #777d88;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

/* 타이틀 */
.side-drawer-title {
  padding: 30px 4px 22px;
}

.side-drawer-title > span {
  display: block;
  margin-bottom: 7px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.side-drawer-title strong {
  display: block;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.side-drawer-title p {
  margin: 0;
  color: #9298a3;
  font-size: 13px;
}

/* 카테고리 목록 */
.side-category-nav {
  display: flex;
  flex-direction: column;
}

.side-category-nav a {
  position: relative;
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-top: 1px solid #f0f1f4;
  transition: background .18s ease, color .18s ease, padding .18s ease;
}

.side-category-nav a:last-child {
  border-bottom: 1px solid #f0f1f4;
}

.side-category-nav a:hover,
.side-category-nav a.is-active {
  padding-left: 16px;
  background: #fff4f5;
  color: var(--brand);
}

.side-category-num {
  color: #b3b8c1;
  font-size: 11px;
  font-weight: 800;
}

.side-category-name {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.side-category-arrow {
  color: #afb4bd;
  font-size: 15px;
  text-align: right;
}

.side-category-nav a:hover .side-category-num,
.side-category-nav a.is-active .side-category-num,
.side-category-nav a:hover .side-category-arrow,
.side-category-nav a.is-active .side-category-arrow {
  color: var(--brand);
}

.side-drawer-bottom {
  margin-top: auto;
  padding: 30px 4px 4px;
  color: #6f7580;
}

.side-drawer-bottom span,
.side-drawer-bottom small {
  display: block;
}

.side-drawer-bottom span {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.side-drawer-bottom small {
  color: #a2a7af;
  font-size: 9px;
  letter-spacing: .20em;
}

/* 태블릿 / 모바일 */
@media (max-width: 900px) {
  .side-drawer-panel {
    width: min(310px, 82vw);
  }

  .side-drawer-wrap.is-open {
    width: min(310px, 82vw);
  }

  .side-drawer-wrap.is-open .side-drawer-trigger {
    left: calc(min(310px, 82vw) + 12px);
  }
}

@media (max-width: 700px) {
  .side-drawer-trigger {
    left: 12px;
    top: auto;
    bottom: 20px;
    width: 46px;
    height: 46px;
    transform: none;
  }

  .side-drawer-trigger:hover {
    transform: scale(1.03);
  }

  .side-drawer-wrap.is-open .side-drawer-trigger {
    left: calc(min(310px, 82vw) + 10px);
  }

  .side-drawer-wrap.is-open .side-drawer-trigger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .side-drawer-wrap.is-open .side-drawer-trigger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .side-drawer-title strong {
    font-size: 23px;
  }

  .side-category-nav a {
    min-height: 62px;
  }
}


/* =========================================================
   v19 - 검색형 안내 섹션 / 푸터 / 레드 카테고리칩
========================================================= */

.category-chip {
  background: #fdebec !important;
  color: var(--brand) !important;
}

.rental-guide-section {
  padding: 76px 0 84px;
  background: #fff;
}

.rental-guide-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
  text-align: left;
}

.rental-guide-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.rental-guide-heading h2 {
  margin: 0 0 5px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.rental-guide-heading p {
  margin: 0;
  color: #8b919c;
  font-size: 14px;
}

.rental-search-form {
  width: min(860px, 100%);
  height: 68px;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  padding: 0 10px 0 24px;
  border: 1.5px solid #f0a6aa;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(190, 40, 52, .08);
}

.rental-search-form input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1a1d22;
  font: inherit;
  font-size: 16px;
}

.rental-search-form input::placeholder {
  color: #a3a8b0;
}

.rental-search-form button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  cursor: pointer;
}

.rental-search-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.rental-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center;
}

.rental-guide-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.rental-guide-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 24px 18px 20px;
  overflow: hidden;
  border: 1px solid #eceff3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 31, 45, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rental-guide-card:hover {
  transform: translateY(-4px);
  border-color: #f2b6ba;
  box-shadow: 0 15px 34px rgba(24, 31, 45, .08);
}

.rental-guide-num {
  margin-bottom: 24px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.rental-guide-card strong {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.rental-guide-card p {
  margin: 0;
  color: #898f99;
  font-size: 13px;
  line-height: 1.55;
}

.rental-guide-arrow {
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand);
  font-size: 17px;
}

.footer {
  padding: 48px 0 44px !important;
  background: #17191d !important;
  color: #fff;
}

.footer-info {
  display: grid;
  gap: 16px;
}

.footer-brand img {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.footer-contact strong {
  font-size: 14px;
}

.footer-company {
  color: #9ca2ad;
  font-size: 12px;
  line-height: 1.7;
}

.footer-notice {
  max-width: 980px;
  margin: 2px 0 0 !important;
  color: #848b96 !important;
  font-size: 12px;
  line-height: 1.75;
}

.footer-copy {
  margin: 3px 0 0 !important;
  color: #777e89 !important;
  font-size: 11px;
}

@media(max-width:900px) {
  .rental-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:700px) {
  .rental-guide-section {
    padding: 56px 0 64px;
  }

  .rental-guide-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rental-guide-mark {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .rental-guide-heading h2 {
    font-size: 25px;
  }

  .rental-guide-heading p {
    font-size: 12px;
  }

  .rental-search-form {
    height: 58px;
    margin-bottom: 22px;
    padding-left: 18px;
  }

  .rental-search-form input {
    font-size: 14px;
  }

  .rental-search-form button {
    width: 42px;
    height: 42px;
  }

  .rental-guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rental-guide-card {
    min-height: 150px;
    padding: 20px 20px 18px;
  }

  .rental-guide-num {
    margin-bottom: 16px;
  }

  .rental-guide-card strong {
    font-size: 17px;
  }

  .footer {
    padding: 38px 0 36px !important;
  }

  .footer-brand img {
    width: 132px;
  }

  .footer-contact {
    display: grid;
    gap: 7px;
    font-size: 12px;
  }

  .footer-company,
  .footer-notice {
    font-size: 11px;
  }
}


/* =========================================================
   v21 - 검색 섹션 아이콘 제거 / 푸터 정보 정리
========================================================= */
.rental-guide-heading {
  justify-content: center;
  text-align: center;
}

.rental-guide-heading > div {
  text-align: center;
}

.footer-contact {
  margin-top: 2px;
}

.footer-company + .footer-company {
  margin-top: -6px;
}
/* =========================================================
   LOTTE RENTAL - POST CONTENT CUSTOM
   글 상세 본문 전용
========================================================= */


/* =========================================================
   01. H2
========================================================= */

body#tt-body-page .post-body h2[data-ke-size="size26"] {
  display: flex !important;
  align-items: flex-end !important;

  width: 100% !important;
  box-sizing: border-box !important;

  margin: 38px 0 20px !important;
  padding: 0 !important;

  border-bottom: 1px solid #DDDDDD !important;

  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #222222 !important;
}

body#tt-body-page .post-body
h2[data-ke-size="size26"] > .h2-title {
  display: inline-block !important;

  width: fit-content !important;
  max-width: 100% !important;

  padding-bottom: 8px !important;

  border-bottom: 2px solid var(--brand) !important;

  margin-bottom: -1px !important;
}


/* =========================================================
   02. 3줄 요약
========================================================= */

body#tt-body-page .post-body .lotte-summary {
  width: 100%;

  margin: 28px 0 36px;

  box-sizing: border-box;

  border: 1px solid #E8E8E8;
  border-left: 3px solid var(--brand);

  border-radius: 4px;

  background: #FAFAFA;

  overflow: hidden;
}

body#tt-body-page .post-body .lotte-summary-title {
  display: flex;
  align-items: center;
  gap: 7px;

  padding: 10px 14px;

  background: #FFF6F7;

  border-bottom: 1px solid #E8E8E8;

  color: var(--brand);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

body#tt-body-page .post-body .lotte-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 16px;
  height: 16px;
  flex: 0 0 16px;

  border-radius: 50%;

  background: var(--brand);

  color: #FFFFFF;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

body#tt-body-page .post-body .lotte-summary-content {
  padding: 15px 16px 17px;

  color: #464646;

  font-size: 15px;
  line-height: 1.8;
}

body#tt-body-page .post-body .lotte-summary-list {
  margin: 0 !important;

  padding: 0 0 0 20px !important;

  list-style: disc !important;
}

body#tt-body-page .post-body
.lotte-summary-list > li {
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: none !important;

  color: #464646 !important;

  font-size: 15px !important;
  line-height: 1.8 !important;

  list-style: disc !important;
}

body#tt-body-page .post-body
.lotte-summary-list > li + li {
  margin-top: 12px !important;
}


/* =========================================================
   03. 표
========================================================= */

body#tt-body-page .post-body table {
  width: 100% !important;

  margin: 24px 0 32px !important;

  border-collapse: collapse !important;
  border-spacing: 0 !important;

  background: #FFFFFF !important;

  border: none !important;

  font-size: 14px;
  line-height: 1.6;
}

body#tt-body-page .post-body table th,
body#tt-body-page .post-body table td {
  padding: 12px !important;

  background: #FFFFFF !important;

  color: #333333 !important;

  border-left: none !important;
  border-right: none !important;

  border-bottom: 1px solid #E2E2E2 !important;

  vertical-align: middle;
}

body#tt-body-page .post-body table thead tr:first-child > th,
body#tt-body-page .post-body table thead tr:first-child > td {
  background: #FFFFFF !important;
  color: #333333 !important;
  font-weight: 600 !important;
  border-top: 1px solid #E2E2E2 !important;
  border-bottom: 1px solid #E2E2E2 !important;
}

body#tt-body-page .post-body
table tbody tr > th:first-child,

body#tt-body-page .post-body
table tbody tr > td:first-child {
  color: var(--brand) !important;
  font-weight: 600 !important;
}


/* =========================================================
   04. 일반 번호 목록
========================================================= */

body#tt-body-page .post-body
ol[data-ke-list-type="decimal"] {
  counter-reset: lotte-step !important;

  list-style: none !important;

  margin: 24px 0 30px !important;
  padding: 0 !important;
}

body#tt-body-page .post-body
ol[data-ke-list-type="decimal"] > li {
  counter-increment: lotte-step !important;

  position: relative !important;

  display: block !important;

  list-style: none !important;

  margin: 0 0 10px !important;

  padding: 14px 18px 14px 66px !important;

  background: #FFFFFF !important;

  border: 1px solid #E8E8E8 !important;

  border-radius: 6px !important;

  box-sizing: border-box !important;

  color: #333333 !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}

body#tt-body-page .post-body
ol[data-ke-list-type="decimal"] > li::marker {
  content: "" !important;

  font-size: 0 !important;
}

body#tt-body-page .post-body
ol[data-ke-list-type="decimal"] > li::before {
  content: counter(lotte-step) !important;

  position: absolute !important;

  left: 30px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  color: var(--brand) !important;

  font-size: 14px !important;
  font-weight: 600 !important;

  background: transparent !important;

  border: none !important;
}


/* =========================================================
   05. 출처 및 참고자료
========================================================= */

body#tt-body-page .post-body .lotte-reference-box {
  margin: 32px 0 36px;

  border: 1px solid #EEEEEE;

  border-left: 3px solid var(--brand);

  border-radius: 4px;

  overflow: hidden;

  background: #FFFFFF;
}

body#tt-body-page .post-body .lotte-reference-title {
  display: flex;
  align-items: center;

  gap: 7px;

  padding: 10px 14px;

  background: #FFF6F7;

  border-bottom: 1px solid #E5E5E5;

  color: var(--brand);

  font-size: 14px;
  font-weight: 600;
}

body#tt-body-page .post-body .lotte-reference-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 15px;
  height: 15px;

  flex: 0 0 15px;

  border-radius: 50%;

  background: var(--brand);

  color: #FFFFFF;

  font-size: 10px;
  font-weight: 600;
}

body#tt-body-page .post-body .lotte-reference-list {
  list-style: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

body#tt-body-page .post-body
.lotte-reference-list > li {
  position: relative;

  margin: 0 !important;

  padding: 13px 18px 13px 54px !important;

  background: #FFFFFF;

  border-bottom: 1px solid #EEEEEE;

  font-size: 14px;
  line-height: 1.65;

  list-style: none !important;
}

body#tt-body-page .post-body
.lotte-reference-list > li:last-child {
  border-bottom: none;
}

body#tt-body-page .post-body
.lotte-reference-list > li::before {
  content: "↗";

  position: absolute;

  left: 26px;
  top: 50%;

  transform: translateY(-50%);

  color: var(--brand);

  font-size: 14px;
  font-weight: 600;
}

body#tt-body-page .post-body
.lotte-reference-list a {
  display: block;

  color: #555555 !important;

  text-decoration: none !important;
}

body#tt-body-page .post-body
.lotte-reference-list a:hover {
  color: var(--brand) !important;

  text-decoration: underline !important;

  text-underline-offset: 3px;
}


/* =========================================================
   06. 자동 목차
========================================================= */

body#tt-body-page .post-body #lotte-auto-toc {
  width: 100%;

  margin: 28px 0 36px !important;

  padding: 0 !important;
}

body#tt-body-page .post-body .lotte-toc {
  width: 100%;

  overflow: hidden;

  border: 1px solid #EEEEEE;

  border-radius: 6px;

  background: #FFFFFF;
}

body#tt-body-page .post-body .lotte-toc-title {
  width: 100%;

  display: flex;

  align-items: center;
  justify-content: space-between;

  padding: 11px 14px !important;

  box-sizing: border-box;

  border: none !important;

  background: var(--brand) !important;

  color: #FFFFFF !important;

  font-size: 14px !important;
  font-weight: 600 !important;

  cursor: pointer;
}

body#tt-body-page .post-body .lotte-toc-title-left {
  display: flex;

  align-items: center;

  gap: 8px;
}

body#tt-body-page .post-body .lotte-toc-icon {
  color: #FFFFFF !important;

  font-size: 15px !important;

  font-weight: 700 !important;
}

body#tt-body-page .post-body .lotte-toc-arrow {
  position: relative;

  width: 16px;
  height: 16px;

  flex: 0 0 16px;
}

body#tt-body-page .post-body
.lotte-toc-arrow::before {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 6px;
  height: 6px;

  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;

  transform: translate(-50%, -65%) rotate(45deg);
}

body#tt-body-page .post-body
.lotte-toc.is-open .lotte-toc-arrow::before {
  transform: translate(-50%, -35%) rotate(225deg);
}

body#tt-body-page .post-body .lotte-toc-list {
  margin: 0 !important;

  padding: 0 !important;

  list-style: none !important;

  background: rgba(231, 0, 20, 0.035);
}

body#tt-body-page .post-body
.lotte-toc-list[hidden] {
  display: none !important;
}

body#tt-body-page .post-body
.lotte-toc-list > li {
  margin: 0 !important;

  padding: 0 !important;

  list-style: none !important;

  background: rgba(231, 0, 20, 0.025);

  border-bottom: 1px solid #EEEEEE;
}

body#tt-body-page .post-body
.lotte-toc-list > li:last-child {
  border-bottom: none;
}

body#tt-body-page .post-body
.lotte-toc-list > li::before,
body#tt-body-page .post-body
.lotte-toc-list > li::marker {
  content: none !important;

  display: none !important;
}

body#tt-body-page .post-body
.lotte-toc-list > li > a {
  display: block;

  padding: 13px 18px;

  color: #333333 !important;

  font-size: 14px !important;

  font-weight: 600 !important;

  line-height: 1.6 !important;

  text-decoration: none !important;
}


/* H2 위치 보정 */
body#tt-body-page .post-body h2[id] {
  scroll-margin-top: 100px;
}


/* =========================================================
   07. 카드용 요약문
========================================================= */

/* 실제 글에서는 숨김 */
body#tt-body-page .post-body .lotte-card-summary {
  display: none !important;
}


/* 카테고리 카드 설명 2줄 */
body#tt-body-category .post-card .list-card-body p,
body#tt-body-category .category-live-card .list-card-body p {
  display: -webkit-box !important;

  overflow: hidden !important;

  -webkit-box-orient: vertical !important;

  -webkit-line-clamp: 2 !important;

  text-overflow: ellipsis !important;
}


/* =========================================================
   모바일
========================================================= */

@media (max-width: 768px) {

  body#tt-body-page .post-body
  h2[data-ke-size="size26"] {
    font-size: 18px !important;
  }

  body#tt-body-page .post-body
  .lotte-summary-content {
    font-size: 14px;
  }

  body#tt-body-page .post-body
  .lotte-summary-list > li {
    font-size: 14px !important;
  }

  body#tt-body-page .post-body table {
    font-size: 13px;
  }

  body#tt-body-page .post-body
  .lotte-toc-list > li > a {
    font-size: 13px !important;
  }
}

/* =========================================================
   v23 - 카드 NEW 배지 개선
========================================================= */

/* 티스토리 기본 작은 주황 NEW 아이콘 숨김 */
.native-new-marker-hidden {
  display: none !important;
}

/* 카드 제목 안의 기본 새글 아이콘이 이미지로 들어오는 경우 */
.latest-card h3 img,
.post-card h3 img,
.category-live-card h3 img {
  display: none !important;
}

/* 배지 기준점 */
.latest-thumb,
.list-thumb,
.latest-card,
.post-card,
.category-live-card {
  position: relative;
}

/* 새로운 브랜드형 NEW pill */
.lotte-new-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;

  min-width: 46px;
  height: 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 10px;

  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;

  background: var(--brand);
  color: #fff;

  box-shadow:
    0 5px 14px rgba(231,0,20,.18),
    inset 0 1px 0 rgba(255,255,255,.18);

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;

  pointer-events: none;
}

/* 살짝 반짝이는 포인트 */
.lotte-new-badge::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;

  border-radius: 50%;
  background: #fff;
  opacity: .9;
}

@media(max-width:700px) {
  .lotte-new-badge {
    top: 10px;
    right: 10px;
    min-width: 42px;
    height: 22px;
    padding: 0 8px;
    font-size: 9px;
  }
}


/* =========================================================
   v27 - LOTTE RENTAL BRAND / CSR PAGE
========================================================= */

/* 좌측 메뉴 내 소개 페이지 */
.side-category-nav .side-category-about {
  margin-bottom: 12px;
  border: 1px solid #f0d5d8;
  border-radius: 12px;
  background: #fff8f8;
}
.side-category-nav .side-category-about .side-category-num,
.side-category-nav .side-category-about .side-category-arrow {
  color: var(--brand);
}
.side-category-nav .side-category-about:hover,
.side-category-nav .side-category-about.is-active {
  background: #fff0f1;
}

/* 기존 게시글 레이아웃 해제 */
body.lotte-about-page .home-only {
  display: none !important;
}
body.lotte-about-page .latest-dynamic-section {
  padding: 0 !important;
  background: #fff !important;
}
body.lotte-about-page .latest-container {
  width: 100% !important;
  max-width: none !important;
}
body.lotte-about-page .latest-grid-dynamic {
  display: block !important;
}
body.lotte-about-page .post-detail {
  width: 100%;
}
body.lotte-about-page .container_postbtn,
body.lotte-about-page .postbtn_ccl,
body.lotte-about-page .wrap_btn_etc,
body.lotte-about-page .post-detail > .category-chip,
body.lotte-about-page .post-detail > h1,
body.lotte-about-page .post-detail > .post-meta {
  display: none !important;
}

.brand-page {
  --brand-soft: #fff3f4;
  --brand-line: #eceef2;
  --brand-ink: #171a21;
  --brand-muted: #7f8692;
  background: #fff;
  color: var(--brand-ink);
}
.brand-page [hidden] {
  display: none !important;
}
.brand-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */
.brand-hero {
  padding: 28px 0 0;
}
.brand-hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #1a1d22;
}
.brand-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,15,20,.72) 0%, rgba(12,15,20,.43) 40%, rgba(12,15,20,.05) 72%),
    linear-gradient(0deg, rgba(12,15,20,.24), rgba(12,15,20,0) 55%);
}
.brand-hero-copy {
  position: absolute;
  z-index: 2;
  left: 58px;
  bottom: 56px;
  max-width: 690px;
  color: #fff;
}
.brand-eyebrow,
.brand-kicker {
  display: inline-flex;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}
.brand-hero-copy .brand-eyebrow {
  margin-bottom: 18px;
  color: #fff;
  opacity: .82;
}
.brand-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.18;
  letter-spacing: -.045em;
}
.brand-hero-copy p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.75;
}

/* TABS */
.brand-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 26px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}
.brand-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #e8eaee;
}
.brand-tab {
  position: relative;
  height: 68px;
  border: 0;
  background: transparent;
  color: #8a9099;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
}
.brand-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}
.brand-tab.is-active {
  color: var(--brand);
}
.brand-tab.is-active::after {
  background: var(--brand);
}

/* COMMON SECTION */
.brand-section {
  padding: 94px 0;
}
.brand-section:nth-child(even) {
  background: #f8f9fb;
}
.brand-section-head {
  margin-bottom: 42px;
}
.brand-section-head .brand-kicker {
  margin-bottom: 12px;
}
.brand-section-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.28;
  letter-spacing: -.035em;
}
.brand-section-head p {
  margin: 12px 0 0;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.7;
}
.brand-section-head-center {
  text-align: center;
}
.brand-soft-card {
  border: 1px solid #eef0f3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20,28,43,.045);
}

/* OVERVIEW + STATS */
.brand-overview-layout {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 70px;
  align-items: center;
}
.brand-overview-copy p {
  margin: 0;
  color: #4e545e;
  font-size: 17px;
  line-height: 1.95;
}
.brand-overview-copy p + p {
  margin-top: 18px;
}
.brand-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.brand-stat {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid #eceef2;
  border-radius: 20px;
  background: #fff;
}
.brand-stat-primary {
  grid-row: span 2;
  justify-content: center;
  background: var(--brand);
  color: #fff;
}
.brand-stat span {
  margin-bottom: 8px;
  color: #8a9099;
  font-size: 12px;
  font-weight: 700;
}
.brand-stat-primary span,
.brand-stat-primary small {
  color: rgba(255,255,255,.74);
}
.brand-stat strong {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.04em;
}
.brand-stat-primary strong {
  font-size: 62px;
}
.brand-stat small {
  margin-top: 12px;
  color: #a0a5ad;
  font-size: 11px;
}

/* SERVICES */
.brand-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 12px;
}
.brand-service-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 24px 18px 20px;
  border: 1px solid #e8eaee;
  border-radius: 20px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.brand-service-card:hover {
  transform: translateY(-4px);
  border-color: #f1b7bd;
  box-shadow: 0 16px 34px rgba(24,30,42,.07);
}
.brand-service-no {
  margin-bottom: 48px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
}
.brand-service-card strong {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.35;
}
.brand-service-card p {
  margin: 0;
  color: #848b96;
  font-size: 13px;
  line-height: 1.65;
}
.brand-service-link {
  margin-top: auto;
  padding-top: 26px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

/* AWARDS */
.brand-award-main {
  padding: 28px 34px;
}
.brand-award-main img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}
.brand-award-subgrid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
  margin-top: 18px;
}
.brand-award-card {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 30px;
}
.brand-award-card img {
  width: 100%;
  max-height: 155px;
  object-fit: contain;
}

/* FINANCE */
.brand-finance-section {
  background: #f1f2f4 !important;
}

.brand-finance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
  gap: 20px;
  align-items: stretch;
}

.brand-revenue-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e7e9ed;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24,30,42,.045);
}

.brand-revenue-header {
  position: relative;
  z-index: 4;
  padding: 30px 34px 10px;
}

.brand-revenue-label {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}

.brand-revenue-header > span {
  display: block;
  margin-bottom: 8px;
  color: #6f7681;
  font-size: 13px;
  font-weight: 800;
}

.brand-revenue-header > strong {
  display: block;
  color: #15181e;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.06;
  letter-spacing: -.055em;
  white-space: nowrap;
}


.brand-revenue-chart {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 350px;
  padding: 0 30px 28px;
}

.brand-chart-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 330px;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,249,251,.62) 100%);
}

.brand-chart-guide {
  position: absolute;
  z-index: 1;
  left: 30%;
  right: 4%;
  height: 1px;
  background: #e1e4e8;
}

.brand-chart-guide-1 { top: 25%; }
.brand-chart-guide-2 { top: 50%; }
.brand-chart-guide-3 { top: 75%; }

.brand-chart-bars {
  position: absolute;
  z-index: 3;
  left: 5%;
  right: 5%;
  bottom: 7%;
  height: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 8%;
}

.brand-chart-bars i {
  position: relative;
  width: 19%;
  height: var(--bar-height);
  min-height: 28px;
  display: block;
  overflow: hidden;
  border: 1px solid #c90012;
  border-radius: 0;
  background:
    linear-gradient(
      180deg,
      rgba(231,0,20,.42) 0%,
      rgba(231,0,20,.22) 48%,
      rgba(231,0,20,.08) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -18px 30px rgba(231,0,20,.05);
  backdrop-filter: blur(2px);
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition:
    transform 1.05s cubic-bezier(.16,.78,.28,1),
    opacity .45s ease;
  transition-delay: var(--bar-delay);
}

.brand-chart-bars i.is-current {
  border-color: var(--brand);
  background:
    linear-gradient(
      180deg,
      rgba(255,72,86,.5) 0%,
      rgba(231,0,20,.26) 48%,
      rgba(231,0,20,.1) 100%
    );
}

.brand-chart-bars i span {
  position: absolute;
  left: 50%;
  top: -28px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease .9s;
}


.brand-finance-layout.is-visible .brand-chart-bars i {
  transform: scaleY(1);
  opacity: 1;
}

.brand-finance-layout.is-visible .brand-chart-bars i span {
  opacity: 1;
}


/* KPI RIGHT COLUMN */
.brand-finance-kpis {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.brand-kpi-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 28px;
  border: 1px solid #e7e9ed;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24,30,42,.04);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .9s ease,
    transform 1.15s cubic-bezier(.16,.78,.28,1),
    border-color .12s ease;
}

.brand-kpi-profit {
  transition-delay: .7s;
}

.brand-kpi-credit {
  background: #fff;
  transition-delay: 1.45s;
}

.brand-finance-layout.is-visible .brand-kpi-card {
  opacity: 1;
  transform: translateY(0);
}

.brand-kpi-card:hover {
  border-color: rgba(231,0,20,.26);
}

.brand-kpi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-kpi-top > span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.brand-kpi-top > em {
  color: #d3d6db;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.brand-kpi-body > span {
  display: block;
  margin-bottom: 10px;
  color: #737a85;
  font-size: 13px;
  font-weight: 800;
}

.brand-kpi-body > strong {
  display: block;
  color: #15181e;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1;
  letter-spacing: -.05em;
}

.brand-kpi-credit .brand-kpi-body > strong {
  color: #15181e;
  font-size: clamp(52px, 5.2vw, 76px);
}

.brand-kpi-body > small {
  display: block;
  margin-top: 12px;
  color: #999fa8;
  font-size: 12px;
}

/* HISTORY */
.brand-history-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px !important;
  background:
    linear-gradient(
      90deg,
      rgba(15,18,22,.58) 0%,
      rgba(15,18,22,.46) 48%,
      rgba(15,18,22,.58) 100%
    ),
    url("./images/history_lotte_tower.png") center center / cover no-repeat !important;
  color: #fff;
}

.brand-history-head {
  margin-bottom: 64px;
}

.brand-history-head .brand-kicker {
  margin-bottom: 12px;
  color: var(--brand);
  font-family: inherit;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.brand-history-head h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.045em;
}

.brand-history-head p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 14px;
  line-height: 1.7;
}

.brand-history-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 0 22px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.18) transparent;
}

.brand-history-scroll::-webkit-scrollbar {
  height: 6px;
}

.brand-history-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.brand-history-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.brand-history-timeline {
  position: relative;
  min-width: 1120px;
  height: 480px;
  display: grid;
  grid-template-columns: repeat(6, minmax(165px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.brand-history-line {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.12),
    rgba(255,255,255,.72) 10%,
    rgba(255,255,255,.72) 90%,
    rgba(255,255,255,.12)
  );
  transform: translateY(-50%);
}

.brand-history-event {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr 34px 1fr;
  outline: 0;
}

.brand-history-card {
  position: relative;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: #fff;
  transition:
    transform .28s cubic-bezier(.22,.61,.36,1),
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.brand-history-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 52%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.brand-history-event.is-top .brand-history-card {
  grid-row: 1;
  align-self: end;
}

.brand-history-event.is-top .brand-history-dot {
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.brand-history-event.is-bottom .brand-history-dot {
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.brand-history-event.is-bottom .brand-history-card {
  grid-row: 3;
  align-self: start;
}

.brand-history-dot {
  position: relative;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 4px solid #17191d;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.55);
  transition:
    transform .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}

.brand-history-year {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.035em;
  transition: color .28s ease;
}

.brand-history-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -.02em;
  transition: color .28s ease;
}

.brand-history-card small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 15px;
  color: rgba(255,255,255,.36);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .28s ease;
}

/* HOVER / FOCUS MOTION */
.brand-history-event:hover .brand-history-card,
.brand-history-event:focus-visible .brand-history-card,
.brand-history-event.is-active-mobile .brand-history-card {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.brand-history-event.is-top:hover .brand-history-card,
.brand-history-event.is-top:focus-visible .brand-history-card,
.brand-history-event.is-top.is-active-mobile .brand-history-card {
  transform: translateY(-10px);
}

.brand-history-event.is-bottom:hover .brand-history-card,
.brand-history-event.is-bottom:focus-visible .brand-history-card,
.brand-history-event.is-bottom.is-active-mobile .brand-history-card {
  transform: translateY(10px);
}

.brand-history-event:hover .brand-history-card::before,
.brand-history-event:focus-visible .brand-history-card::before,
.brand-history-event.is-active-mobile .brand-history-card::before {
  opacity: 1;
}

.brand-history-event:hover .brand-history-year,
.brand-history-event:hover .brand-history-card strong,
.brand-history-event:hover .brand-history-card small,
.brand-history-event:focus-visible .brand-history-year,
.brand-history-event:focus-visible .brand-history-card strong,
.brand-history-event:focus-visible .brand-history-card small,
.brand-history-event.is-active-mobile .brand-history-year,
.brand-history-event.is-active-mobile .brand-history-card strong,
.brand-history-event.is-active-mobile .brand-history-card small {
  color: #fff;
}

.brand-history-event:hover .brand-history-dot,
.brand-history-event:focus-visible .brand-history-dot,
.brand-history-event.is-active-mobile .brand-history-dot {
  background: var(--brand);
  transform: scale(1.36);
  box-shadow:
    0 0 0 1px var(--brand),
    0 0 0 7px rgba(231,0,20,.18);
}

.brand-history-hint {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: rgba(255,255,255,.36);
  font-size: 11px;
}

.brand-history-hint > span {
  width: 22px;
  height: 1px;
  background: var(--brand);
}

/* CSR INTRO */
.brand-csr-intro {
  background: #fff !important;
}
.brand-strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.brand-strategy-card {
  overflow: hidden;
  border: 1px solid #eaecf0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20,28,43,.045);
}
.brand-strategy-visual {
  min-height: 164px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(231,0,20,.05) 0 18px, transparent 18.5px),
    linear-gradient(180deg, #fff8f8 0%, #fff4f5 100%);
}
.brand-strategy-visual span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(231,0,20,.18);
  color: var(--brand);
  font-size: 26px;
  font-weight: 850;
  letter-spacing: -.02em;
  background: rgba(231,0,20,.04);
}
.brand-strategy-body {
  min-height: 136px;
  padding: 22px 20px 24px;
  border-top: 1px solid #f0f1f4;
  text-align: center;
}
.brand-strategy-body strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #252a33;
}
.brand-strategy-body p {
  margin: 0;
  color: #7b818c;
  font-size: 13px;
  line-height: 1.65;
}

/* CSR ACTIVITIES */
.brand-csr-group {
  background: #f8f9fb !important;
}
.brand-csr-lifestyle {
  background: #fff !important;
}
.brand-csr-group-title {
  margin-bottom: 44px;
  text-align: center;
}
.brand-csr-group-title > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
}
.brand-csr-group-title h2 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -.03em;
}
.brand-csr-list {
  display: grid;
  gap: 26px;
}
.brand-csr-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #eaecf0;
  border-radius: 24px;
  background: #fff;
}
.brand-csr-item.is-reverse .brand-csr-image {
  order: 2;
}
.brand-csr-item.is-reverse .brand-csr-copy {
  order: 1;
}
.brand-csr-image {
  min-height: 280px;
  background: #eef1f4;
}
.brand-csr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-csr-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}
.brand-csr-copy > span {
  margin-bottom: 13px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}
.brand-csr-copy h3 {
  margin: 0 0 16px;
  font-size: 24px;
  letter-spacing: -.025em;
}
.brand-csr-copy p {
  margin: 0;
  color: #727985;
  font-size: 14px;
  line-height: 1.8;
}

/* CTA */
.brand-cta {
  padding: 82px 0 96px;
  background: #fff;
}
.brand-cta-box {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 56px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 30%, rgba(255,255,255,.14) 0 8%, transparent 8.5%),
    radial-gradient(circle at 84% 76%, rgba(255,255,255,.09) 0 16%, transparent 16.5%),
    var(--brand);
  color: #fff;
}
.brand-cta-box span {
  display: block;
  margin-bottom: 13px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.brand-cta-box h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -.035em;
}
.brand-cta-box a {
  flex: 0 0 auto;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 15px;
  font-weight: 850;
}

/* TABLET */
@media(max-width:1000px) {
  .brand-strategy-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .brand-service-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

/* MOBILE */
@media(max-width:700px) {
  .brand-shell {
    width: calc(100% - 32px);
  }
  .brand-hero {
    padding-top: 16px;
  }
  .brand-hero-media {
    min-height: 520px;
    border-radius: 20px;
  }
  .brand-hero-media img {
    object-position: 58% center;
  }
  .brand-hero-shade {
    background:
      linear-gradient(0deg, rgba(12,15,20,.76) 0%, rgba(12,15,20,.35) 58%, rgba(12,15,20,.08) 100%);
  }
  .brand-hero-copy {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }
  .brand-hero-copy h1 {
    font-size: 34px;
  }
  .brand-hero-copy p {
    font-size: 14px;
  }

  .brand-tabs-wrap {
    padding-top: 12px;
  }
  .brand-tab {
    height: 58px;
    font-size: 14px;
  }

  .brand-section {
    padding: 66px 0;
  }
  .brand-section-head {
    margin-bottom: 30px;
  }
  .brand-section-head h2 {
    font-size: 29px;
  }

  .brand-overview-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .brand-overview-copy p {
    font-size: 15px;
    line-height: 1.85;
  }
  .brand-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .brand-stat {
    min-height: 132px;
    padding: 18px;
  }
  .brand-stat-primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .brand-stat-primary strong {
    font-size: 50px;
  }
  .brand-stat strong {
    font-size: 30px;
  }

  .brand-service-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .brand-service-card {
    min-height: 190px;
  }
  .brand-service-no {
    margin-bottom: 28px;
  }

  .brand-award-main {
    padding: 20px;
  }
  .brand-award-subgrid {
    grid-template-columns: 1fr;
  }
  .brand-award-card {
    min-height: 170px;
    padding: 22px;
  }



  .brand-strategy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .brand-strategy-visual {
    min-height: 132px;
  }
  .brand-strategy-visual span {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }
  .brand-strategy-body {
    min-height: auto;
    padding: 18px 18px 22px;
  }
  .brand-strategy-body strong {
    font-size: 16px;
  }
  .brand-strategy-body p {
    font-size: 12px;
  }

  .brand-csr-group-title h2 {
    font-size: 26px;
  }
  .brand-csr-item,
  .brand-csr-item.is-reverse {
    grid-template-columns: 1fr;
  }
  .brand-csr-item.is-reverse .brand-csr-image,
  .brand-csr-item.is-reverse .brand-csr-copy {
    order: initial;
  }
  .brand-csr-image {
    min-height: 210px;
  }
  .brand-csr-copy {
    padding: 26px 22px 30px;
  }
  .brand-csr-copy h3 {
    font-size: 20px;
  }

  .brand-cta {
    padding: 58px 0 70px;
  }
  .brand-cta-box {
    min-height: 330px;
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 26px;
  }
  .brand-cta-box h2 {
    font-size: 27px;
  }
  .brand-cta-box a {
    width: 100%;
    margin-top: auto;
  }
}


/* =========================================================
   v29 - FOOTER WHITE LOGO + OFFICIAL SNS
========================================================= */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 2px;
}

.footer-brand {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.footer-brand img {
  width: 165px !important;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
  display: block;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #8b9098;
  color: #fff;
  transition: transform .18s ease, background .18s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: var(--brand);
}

.footer-social svg {
  width: 21px;
  height: 21px;
  overflow: visible;
}

.footer-social svg rect,
.footer-social svg circle,
.footer-social svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: miter;
}

.footer-social a:nth-child(1) svg path,
.footer-social a:nth-child(3) svg path {
  fill: currentColor;
  stroke: none;
}

.footer-social a:nth-child(4) svg path,
.footer-social a:nth-child(5) svg path {
  fill: none;
  stroke: currentColor;
}

.footer-social svg text {
  fill: currentColor;
  stroke: none;
  font-size: 4.5px;
  font-weight: 800;
  font-family: Arial, sans-serif;
}

.footer-social a:nth-child(5) svg text {
  font-size: 9px;
  font-weight: 900;
}

@media(max-width:700px) {
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 6px;
  }

  .footer-brand img {
    width: 145px !important;
  }

  .footer-social {
    justify-content: flex-start;
    gap: 9px;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
  }
}


/* v30 HISTORY responsive */
@media(max-width:1000px) {
  .brand-history-head h2 {
    font-size: 36px;
  }

  .brand-history-timeline {
    min-width: 1000px;
  }
}

@media(max-width:700px) {
  .brand-history-section {
    padding: 72px 0 78px !important;
  }

  .brand-history-head {
    margin-bottom: 36px;
  }

  .brand-history-head .brand-kicker {
    font-size: 14px;
  }

  .brand-history-head h2 {
    font-size: 30px;
  }

  .brand-history-head p {
    font-size: 12px;
  }

  .brand-history-scroll {
    overflow: visible;
    padding: 0;
  }

  .brand-history-timeline {
    min-width: 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 28px;
  }

  .brand-history-line {
    left: 6px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    transform: none;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,.18),
      rgba(255,255,255,.62) 8%,
      rgba(255,255,255,.62) 92%,
      rgba(255,255,255,.18)
    );
  }

  .brand-history-event,
  .brand-history-event.is-top,
  .brand-history-event.is-bottom {
    display: block;
  }

  .brand-history-event .brand-history-card,
  .brand-history-event.is-top .brand-history-card,
  .brand-history-event.is-bottom .brand-history-card {
    min-height: 142px;
    padding: 22px 20px;
    transform: none;
  }

  .brand-history-dot,
  .brand-history-event.is-top .brand-history-dot,
  .brand-history-event.is-bottom .brand-history-dot {
    position: absolute;
    left: -28px;
    top: 28px;
  }

  .brand-history-event:hover .brand-history-card,
  .brand-history-event:focus-visible .brand-history-card,
  .brand-history-event.is-top:hover .brand-history-card,
  .brand-history-event.is-bottom:hover .brand-history-card,
  .brand-history-event.is-top:focus-visible .brand-history-card,
  .brand-history-event.is-bottom:focus-visible .brand-history-card,
  .brand-history-event.is-active-mobile .brand-history-card,
  .brand-history-event.is-top.is-active-mobile .brand-history-card,
  .brand-history-event.is-bottom.is-active-mobile .brand-history-card {
    transform: translateX(6px);
  }

  .brand-history-year {
    font-size: 26px;
  }

  .brand-history-card strong {
    font-size: 15px;
  }

  .brand-history-hint {
    display: none;
  }
}


/* v32 - CTA label / arrow scale */
.brand-cta-box a b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  color: var(--brand);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

.brand-cta-box a:hover b {
  transform: translate(4px, -1px);
}

@media(max-width:700px) {
  .brand-cta-box a {
    font-size: 14px;
  }

  .brand-cta-box a b {
    font-size: 20px;
  }
}


/* v33 FINANCIAL responsive */
@media(max-width:1000px) {
  .brand-finance-layout {
    grid-template-columns: 1fr;
  }

  .brand-finance-kpis {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .brand-revenue-card {
    min-height: 390px;
  }
}

@media(max-width:700px) {
  .brand-revenue-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .brand-revenue-header {
    padding: 26px 22px 4px;
  }

  .brand-revenue-label {
    margin-bottom: 12px;
  }

  .brand-revenue-header > strong {
    font-size: 31px;
    white-space: nowrap;
  }

  .brand-revenue-chart {
    min-height: 300px;
    padding: 8px 18px 18px;
  }

  .brand-chart-stage {
    min-height: 280px;
    border-radius: 0;
  }

  .brand-chart-bars {
    left: 3%;
    right: 3%;
    gap: 7%;
  }

  .brand-chart-bars i {
    width: 21%;
    border-width: 1px;
    border-radius: 0;
  }

  .brand-finance-kpis {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-kpi-card {
    min-height: 180px;
    padding: 23px 22px;
  }

  .brand-kpi-body > strong {
    font-size: 38px;
  }

  .brand-kpi-credit .brand-kpi-body > strong {
    font-size: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-chart-bars i,
  .brand-kpi-card {
    transition: none !important;
  }

  .brand-chart-bars i {
    transform: scaleY(1);
    opacity: 1;
  }

  .brand-chart-bars i span,
  .brand-kpi-card {
    opacity: 1;
  }


  .brand-kpi-card {
    transform: none;
  }
}


/* =========================================================
   v36 - FINANCIAL LINE GRAPH / GRAY SECTION / FAST HOVER
========================================================= */
body.lotte-about-page .brand-finance-section {
  background: #f1f2f4 !important;
}

/* 카드 hover: 즉각적인 2px 레드 라인 */
body.lotte-about-page .brand-revenue-card,
body.lotte-about-page .brand-kpi-card {
  position: relative;
  transition:
    box-shadow .12s ease,
    transform .12s ease,
    opacity .9s ease;
}

body.lotte-about-page .brand-revenue-card:hover,
body.lotte-about-page .brand-kpi-card:hover {
  box-shadow:
    0 0 0 2px var(--brand),
    0 16px 36px rgba(24,30,42,.07);
}

/* 기존 KPI border transition이 느리게 보이지 않도록 제거 */
body.lotte-about-page .brand-kpi-card:hover {
  border-color: transparent;
}

/* 선형 그래프 */
.brand-line-graph {
  position: absolute;
  inset: 4% 2% 5% 2%;
  width: 96%;
  height: 91%;
  overflow: visible;
}

.brand-line-graph-path {
  fill: none;
  stroke: url(#lotteLineGradient);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 6px 10px rgba(231,0,20,.10));
  transition: stroke-dashoffset 1.65s cubic-bezier(.18,.78,.28,1);
}

.brand-line-recent-area {
  fill: url(#lotteRecentAreaGradient);
  opacity: 0;
  transition: opacity .65s ease 1.62s;
}

.brand-line-point {
  fill: #fff;
  stroke: var(--brand);
  stroke-width: 3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(.45);
  transition:
    opacity .28s ease,
    transform .34s cubic-bezier(.18,.78,.28,1);
}

.brand-line-point-1 { transition-delay: .18s; }
.brand-line-point-2 { transition-delay: .62s; }
.brand-line-point-3 { transition-delay: 1.08s; }
.brand-line-point-current { transition-delay: 1.5s; }

.brand-line-current-label {
  fill: var(--brand);
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transition: opacity .35s ease 1.72s;
}

.brand-finance-layout.is-visible .brand-line-graph-path {
  stroke-dashoffset: 0;
}

.brand-finance-layout.is-visible .brand-line-point {
  opacity: 1;
  transform: scale(1);
}

.brand-finance-layout.is-visible .brand-line-recent-area {
  opacity: 1;
}

.brand-finance-layout.is-visible .brand-line-current-label {
  opacity: 1;
}

/* 기존 막대 그래프 스타일은 남아 있어도 렌더링 대상이 없지만,
   레이아웃 간섭 방지를 위해 숨김 */
.brand-chart-bars {
  display: none !important;
}

/* 최근 강조 영역이 눈에 잘 보이도록 그래프 배경은 더 깨끗하게 */
.brand-chart-stage {
  background:
    linear-gradient(180deg, rgba(255,255,255,.38) 0%, rgba(255,255,255,.08) 100%);
}

@media(max-width:700px) {
  .brand-line-graph {
    inset: 6% 1% 5% 1%;
    width: 98%;
    height: 89%;
  }

  .brand-line-graph-path {
    stroke-width: 3.2;
  }

  .brand-line-current-label {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-line-graph-path,
  .brand-line-recent-area,
  .brand-line-point,
  .brand-line-current-label {
    transition: none !important;
  }

  .brand-line-graph-path {
    stroke-dashoffset: 0;
  }

  .brand-line-recent-area,
  .brand-line-point,
  .brand-line-current-label {
    opacity: 1;
  }

  .brand-line-point {
    transform: scale(1);
  }
}


/* =========================================================
   v37 - Straight performance line graph refinements
========================================================= */
body.lotte-about-page .brand-finance-section {
  background: #f1f2f4 !important;
}
.brand-revenue-chart {
  min-height: 390px !important;
  padding: 0 26px 18px;
}
.brand-chart-stage {
  position: relative;
  isolation: isolate;
  min-height: 370px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.32) 0%, rgba(247,248,250,.18) 100%);
}
.brand-chart-guide {
  z-index: 0 !important;
  left: 12% !important;
  right: 4% !important;
  background: #d9dde3 !important;
}
.brand-chart-guide-1 { top: 22%; }
.brand-chart-guide-2 { top: 48%; }
.brand-chart-guide-3 { top: 74%; }
.brand-line-graph {
  position: absolute;
  z-index: 2;
  inset: 2% 2% 3% 2%;
  width: 96%;
  height: 96%;
}
.brand-line-graph-path {
  stroke-width: 3 !important;
  stroke-linecap: round;
  stroke-linejoin: miter !important;
  filter: drop-shadow(0 4px 8px rgba(231,0,20,.08));
}
.brand-line-point {
  stroke-width: 2.5 !important;
}
.brand-line-current-label {
  font-size: 13px;
}
.brand-line-recent-area {
  transition: opacity .6s ease 1.55s;
}
@media(max-width:700px) {
  .brand-chart-guide {
    left: 10% !important;
    right: 3% !important;
  }
  .brand-revenue-chart {
    min-height: 300px !important;
  }
  .brand-chart-stage {
    min-height: 285px !important;
  }
  .brand-line-graph {
    inset: 4% 1% 4% 1%;
    width: 98%;
    height: 94%;
  }
}

/* TRUST & ACHIEVEMENT refinements */
.brand-award-main,
.brand-award-card {
  position: relative;
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  transform-origin: center center;
}

.brand-award-main::before,
.brand-award-card::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -10%;
  height: 44%;
  background: radial-gradient(circle at center,
    rgba(233, 0, 28, 0.18) 0%,
    rgba(233, 0, 28, 0.10) 28%,
    rgba(233, 0, 28, 0.00) 74%);
  filter: blur(28px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .32s ease, transform .32s ease;
  pointer-events: none;
  z-index: 0;
}

.brand-award-main:hover,
.brand-award-card:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08), 0 10px 24px rgba(233, 0, 28, 0.08);
}

.brand-award-main:hover::before,
.brand-award-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.brand-award-main > *,
.brand-award-card > * {
  position: relative;
  z-index: 1;
}

.brand-award-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 238px;
  padding: 36px 44px;
}

.brand-award-main img {
  width: min(86%, 820px);
  max-height: 172px;
  object-fit: contain;
}

.brand-award-subgrid {
  align-items: stretch;
}

.brand-award-card {
  min-height: 238px;
  padding: 30px 36px;
}

.brand-award-card img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.brand-award-subgrid .brand-award-card:first-child img {
  max-width: 74%;
  max-height: 132px;
}

.brand-award-subgrid .brand-award-card:last-child img {
  max-width: 96%;
  max-height: 150px;
}

@media (max-width: 1024px) {
  .brand-award-main {
    min-height: 210px;
    padding: 28px 24px;
  }

  .brand-award-main img {
    width: min(92%, 760px);
    max-height: 156px;
  }

  .brand-award-card {
    min-height: 190px;
    padding: 24px;
  }

  .brand-award-card img {
    max-height: 128px;
  }

  .brand-award-subgrid .brand-award-card:first-child img,
  .brand-award-subgrid .brand-award-card:last-child img {
    max-width: 100%;
    max-height: 128px;
  }
}


/* =========================================================
   v40 - TRUST & ACHIEVEMENT: logo-only + unified typography
========================================================= */
.brand-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.brand-trust-card {
  grid-column: span 2;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 26px 26px;
  border: 1px solid #eceef2;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(20,28,43,.035);
  transition:
    transform .28s cubic-bezier(.22,.61,.36,1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.brand-trust-card-wide {
  grid-column: span 3;
  min-height: 240px;
}

.brand-trust-card:hover {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(231,0,20,.16);
  box-shadow:
    0 20px 44px rgba(28,32,40,.08),
    0 12px 30px rgba(231,0,20,.08);
}

.brand-trust-logo {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.brand-trust-logo img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 112px;
  object-fit: contain;
}

.brand-trust-logo-msci img {
  max-width: 285px;
  max-height: 108px;
}

.brand-trust-copy strong {
  display: block;
  margin-bottom: 7px;
  color: #20242b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.brand-trust-copy span {
  display: block;
  max-width: 470px;
  margin: 0 auto;
  color: #7f8690;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}

@media(max-width:900px) {
  .brand-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-trust-card,
  .brand-trust-card-wide {
    grid-column: span 1;
  }

  .brand-trust-card:last-child {
    grid-column: 1 / -1;
  }
}

@media(max-width:700px) {
  .brand-trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-trust-card,
  .brand-trust-card-wide,
  .brand-trust-card:last-child {
    grid-column: 1;
    min-height: 210px;
    padding: 24px 20px;
  }

  .brand-trust-logo {
    height: 100px;
    margin-bottom: 16px;
  }

  .brand-trust-logo img {
    max-width: 190px;
    max-height: 96px;
  }

  .brand-trust-logo-msci img {
    max-width: 245px;
  }

  .brand-trust-copy strong {
    font-size: 16px;
  }

  .brand-trust-copy span {
    font-size: 12px;
  }
}


/* =========================================================
   v41 - ABOUT LOTTE RENTAL overview / count motion
========================================================= */
.brand-overview-copy p br {
  display: block;
}

.brand-stat-grid {
  align-items: stretch;
}

.brand-stat {
  overflow: hidden;
  position: relative;
}

.brand-stat-animate strong {
  font-variant-numeric: tabular-nums;
}

.brand-stat-primary span,
.brand-stat-primary small {
  color: rgba(255,255,255,.78);
}

.brand-stat-primary small {
  font-size: 12px;
  letter-spacing: -.01em;
}

@media (max-width: 1100px) {
  .brand-overview-layout {
    gap: 42px;
  }

  .brand-stat-primary strong {
    font-size: 54px;
  }
}

@media (max-width: 900px) {
  .brand-overview-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .brand-overview-copy p {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media (max-width: 700px) {
  .brand-overview-copy p br {
    display: none;
  }

  .brand-stat-grid {
    grid-template-columns: 1fr;
  }

  .brand-stat-primary {
    grid-row: auto;
    min-height: 220px;
  }

  .brand-stat-primary strong {
    font-size: 50px;
  }

  .brand-stat strong {
    font-size: 34px;
  }
}


/* =========================================================
   v42 - HEADER ABOUT LINK / HERO COPY LINE BREAK
========================================================= */
.brand-hero-copy h1 .brand-hero-line {
  display: block;
  white-space: nowrap;
}

@media(max-width:700px) {
  .brand-hero-copy h1 .brand-hero-line {
    white-space: normal;
  }
}

/* =========================
   v43 CSR CIRCLE STRATEGY
========================= */
.brand-csr-intro {
  overflow: hidden;
}
.brand-strategy-orbit {
  width: min(100%, 1040px);
  height: 104px;
  margin: 46px auto -24px;
  border: 2px solid rgba(231, 0, 20, 0.18);
  border-bottom: none;
  border-radius: 999px 999px 0 0;
  pointer-events: none;
}
.brand-strategy-grid.brand-strategy-grid-circles {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
  align-items: start;
}
.brand-strategy-grid.brand-strategy-grid-circles .brand-strategy-card {
  min-width: 0;
}
.brand-strategy-circle {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 2px solid rgba(231, 0, 20, 0.24);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 rgba(231, 0, 20, 0);
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}
.brand-strategy-circle::before {
  content: "";
  position: absolute;
  inset: auto auto 14% 14%;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: rgba(231, 0, 20, 0.06);
  transition: background-color 0.28s ease, opacity 0.28s ease;
}
.brand-strategy-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.brand-strategy-no {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.03em;
  transition: color 0.28s ease;
}
.brand-strategy-title {
  display: block;
  margin-bottom: 12px;
  color: #171b23;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.03em;
  word-break: keep-all;
  transition: color 0.28s ease;
}
.brand-strategy-divider {
  width: 46px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(231, 0, 20, 0.38);
  transition: background-color 0.28s ease;
}
.brand-strategy-copy {
  margin: 0;
  color: #5f6672;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  word-break: keep-all;
  transition: color 0.28s ease;
}
.brand-strategy-circle:hover,
.brand-strategy-circle:focus-within {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 24px 44px rgba(231, 0, 20, 0.18);
}
.brand-strategy-circle:hover::before,
.brand-strategy-circle:focus-within::before {
  background: rgba(255, 255, 255, 0.14);
}
.brand-strategy-circle:hover .brand-strategy-no,
.brand-strategy-circle:hover .brand-strategy-title,
.brand-strategy-circle:hover .brand-strategy-copy,
.brand-strategy-circle:focus-within .brand-strategy-no,
.brand-strategy-circle:focus-within .brand-strategy-title,
.brand-strategy-circle:focus-within .brand-strategy-copy {
  color: #fff;
}
.brand-strategy-circle:hover .brand-strategy-divider,
.brand-strategy-circle:focus-within .brand-strategy-divider {
  background: rgba(255, 255, 255, 0.55);
}

/* CSR activity subtle motion */
.brand-csr-item {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.brand-csr-image {
  overflow: hidden;
}
.brand-csr-image img {
  transition: transform 0.5s ease;
}
.brand-csr-copy {
  position: relative;
}
.brand-csr-copy::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 42px;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: rgba(231, 0, 20, 0.18);
  transition: width 0.28s ease, background-color 0.28s ease;
}
.brand-csr-copy > span,
.brand-csr-copy h3,
.brand-csr-copy p {
  position: relative;
  z-index: 1;
}
.brand-csr-copy > span {
  margin-top: 12px;
}
.brand-csr-item:hover,
.brand-csr-item:focus-within {
  transform: translateY(-6px);
  border-color: rgba(231, 0, 20, 0.22);
  box-shadow: 0 20px 42px rgba(20, 28, 43, 0.08), 0 8px 20px rgba(231, 0, 20, 0.08);
}
.brand-csr-item:hover .brand-csr-image img,
.brand-csr-item:focus-within .brand-csr-image img {
  transform: scale(1.04);
}
.brand-csr-item:hover .brand-csr-copy::before,
.brand-csr-item:focus-within .brand-csr-copy::before {
  width: 64px;
  background: rgba(231, 0, 20, 0.52);
}

@media (max-width: 1180px) {
  .brand-strategy-circle {
    padding: 18px;
  }
  .brand-strategy-no {
    font-size: 30px;
  }
  .brand-strategy-title {
    font-size: 21px;
  }
  .brand-strategy-copy {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .brand-strategy-orbit {
    width: min(100%, 720px);
    height: 82px;
    margin: 34px auto -16px;
  }
  .brand-strategy-grid.brand-strategy-grid-circles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .brand-strategy-orbit {
    display: none;
  }
  .brand-strategy-grid.brand-strategy-grid-circles {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }
  .brand-strategy-circle {
    aspect-ratio: auto;
    min-height: 234px;
    border-radius: 34px;
  }
  .brand-strategy-no {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .brand-strategy-title {
    font-size: 22px;
  }
  .brand-strategy-copy {
    font-size: 14px;
  }
  .brand-csr-copy::before {
    top: 26px;
    left: 22px;
  }
}

/* =========================================================
   v44 - HEADER CATEGORY HOVER INTERACTION
========================================================= */
.site-header .nav a {
  display: inline-block;
  color: #171a21;
  font-weight: 700;
  transform: scale(1);
  transform-origin: center center;
  transition:
    color .18s ease,
    transform .18s ease;
}

.site-header .nav a:hover,
.site-header .nav a:focus-visible {
  color: var(--brand);
  font-weight: 900;
  transform: scale(1.07);
}

.site-header .nav a:focus-visible {
  outline: none;
}

@media (max-width:700px) {
  .site-header .nav a:hover,
  .site-header .nav a:focus-visible {
    transform: scale(1.045);
  }
}


/* =========================================================
   v45 MOBILE MASTER OPTIMIZATION
   Desktop design preserved; mobile/tablet behavior refined.
========================================================= */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .container,
  .container-narrow,
  .brand-shell {
    width: min(100% - 32px, 720px);
  }

  /* Header */
  .site-header {
    height: auto;
  }
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 13px 0 8px;
  }
  .logo img {
    width: 142px;
    max-height: 48px;
    object-fit: contain;
  }
  .nav {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 2px 0 7px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav a {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    scroll-snap-align: start;
    font-size: 13px;
  }

  /* Home hero */
  .hero {
    padding-top: 18px;
  }
  .hero-image-wrap {
    overflow: hidden;
    border-radius: 18px;
  }
  .hero-image-wrap img {
    width: 100%;
    height: auto;
  }

  /* Home rental cards */
  .rental-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .rental-guide-card {
    min-height: 160px;
    padding: 20px 18px 18px;
  }

  /* Latest / category */
  body#tt-body-index .latest-grid-dynamic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .category-post-grid,
  .card-grid,
  .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Brand page */
  .brand-hero-copy {
    left: 38px;
    right: 38px;
    bottom: 42px;
  }
  .brand-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-service-card:last-child {
    grid-column: 1 / -1;
  }
  .brand-finance-layout {
    grid-template-columns: 1fr;
  }
  .brand-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-trust-card,
  .brand-trust-card-wide {
    grid-column: span 1;
  }
  .brand-trust-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    --mobile-gutter: 16px;
  }

  .container,
  .container-narrow,
  .brand-shell,
  body#tt-body-page .latest-container {
    width: calc(100% - (var(--mobile-gutter) * 2)) !important;
  }

  /* Header + horizontal category navigation */
  .header-inner {
    padding: 11px 0 6px;
    gap: 5px;
  }
  .logo {
    line-height: 1;
  }
  .logo img {
    width: 132px !important;
    max-height: 44px;
  }
  .nav {
    gap: 18px;
    margin: 0;
    padding: 2px 0 5px;
  }
  .nav a {
    min-height: 38px;
    padding: 0;
    font-size: 12.5px;
    line-height: 1;
  }

  /* Side drawer */
  .side-drawer-panel {
    width: min(86vw, 320px);
  }
  .side-drawer-trigger {
    width: 44px;
    height: 44px;
  }
  .side-category-nav a {
    min-height: 58px;
  }

  /* Main banner */
  .hero {
    padding: 14px 0 0;
  }
  .hero-image-wrap {
    border-radius: 16px;
  }

  /* Section rhythm */
  .section,
  body#tt-body-index .latest-dynamic-section {
    padding: 50px 0;
  }
  .heading {
    margin-bottom: 22px;
  }
  .heading h2 {
    font-size: 25px;
  }
  .heading p {
    font-size: 12.5px;
    line-height: 1.6;
  }

  /* Rental search */
  .rental-guide-section {
    padding: 48px 0 54px;
  }
  .rental-guide-heading {
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
  }
  .rental-guide-heading h2 {
    font-size: 24px;
  }
  .rental-guide-heading p {
    font-size: 12px;
    line-height: 1.6;
  }
  .rental-search-form {
    height: 54px;
    padding: 0 7px 0 16px;
    margin-bottom: 18px;
  }
  .rental-search-form input {
    font-size: 14px;
  }
  .rental-search-form button {
    width: 40px;
    height: 40px;
  }
  .rental-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .rental-guide-card {
    min-height: 148px;
    padding: 17px 15px 15px;
    border-radius: 17px;
  }
  .rental-guide-num {
    margin-bottom: 12px;
  }
  .rental-guide-card strong {
    font-size: 15.5px;
    line-height: 1.35;
  }
  .rental-guide-card p {
    font-size: 11.5px;
  }
  .rental-guide-arrow {
    padding-top: 12px;
  }

  /* Notice */
  .notice-section .heading {
    margin-bottom: 18px;
  }
  .notice-section .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .notice-section .notice-grid > .notice-card.notice-tile-card {
    border-radius: 15px !important;
  }
  .notice-section .notice-tile-visual {
    min-height: 128px;
  }
  .notice-section .notice-tile-caption {
    min-height: 58px;
    padding: 8px 7px 9px;
  }
  .notice-section .notice-tile-title {
    font-size: 12.5px;
    line-height: 1.3;
  }
  .notice-section .notice-tile-desc {
    font-size: 8.5px;
  }

  /* Latest posts */
  body#tt-body-index .latest-grid-dynamic {
    gap: 12px;
  }
  .latest-card,
  body#tt-body-index .latest-card:first-child {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
  }
  .latest-card:not(:first-child) .latest-thumb,
  .latest-card:not(:first-child) .latest-card-body {
    order: initial;
  }
  .latest-thumb,
  body#tt-body-index .latest-card:first-child .latest-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .latest-card-body {
    padding: 17px 16px 18px;
  }
  .latest-card h3,
  body#tt-body-index .latest-card:first-child h3 {
    font-size: 18px;
    line-height: 1.42;
  }
  .latest-summary {
    margin-bottom: 14px;
    font-size: 12.5px;
  }

  /* Category sections */
  .category-wrap {
    padding: 18px 0 64px;
  }
  .category-section {
    padding: 38px 0;
  }
  .category-heading {
    align-items: flex-start;
    gap: 12px;
  }
  .category-heading h2 {
    font-size: 24px;
  }
  .category-heading p {
    margin-bottom: 17px;
  }
  .category-heading a {
    margin-top: 5px;
    white-space: nowrap;
  }
  .category-post-grid,
  .card-grid,
  .list-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Post detail */
  body#tt-body-page .latest-dynamic-section {
    padding: 44px 0 76px;
  }
  .post-detail h1 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.28;
    word-break: keep-all;
  }
  .post-detail-meta {
    margin-bottom: 26px;
  }
  .post-body {
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .post-body img {
    margin: 22px auto;
    border-radius: 0;
  }

  /* Brand hero */
  .brand-hero {
    padding-top: 14px;
  }
  .brand-hero-media {
    min-height: 470px;
    border-radius: 18px;
  }
  .brand-hero-media img {
    object-position: 62% center;
  }
  .brand-hero-shade {
    background:
      linear-gradient(0deg, rgba(12,15,20,.82) 0%, rgba(12,15,20,.42) 62%, rgba(12,15,20,.08) 100%);
  }
  .brand-hero-copy {
    left: 22px;
    right: 22px;
    bottom: 28px;
    max-width: none;
  }
  .brand-hero-copy .brand-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .brand-hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.12;
  }
  .brand-hero-copy h1 .brand-hero-line {
    white-space: normal;
  }
  .brand-hero-copy p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  /* Brand tabs */
  .brand-tabs-wrap {
    padding-top: 8px;
  }
  .brand-tab {
    height: 54px;
    font-size: 14px;
  }

  /* Brand common */
  .brand-section {
    padding: 56px 0;
  }
  .brand-section-head {
    margin-bottom: 28px;
  }
  .brand-section-head h2 {
    font-size: clamp(27px, 7.5vw, 32px);
    line-height: 1.3;
  }
  .brand-section-head p {
    font-size: 13px;
  }

  /* About + stats */
  .brand-overview-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .brand-overview-copy p {
    font-size: 15px;
    line-height: 1.82;
    word-break: keep-all;
  }
  .brand-overview-copy p br {
    display: none;
  }
  .brand-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .brand-stat {
    min-height: 132px;
    padding: 17px;
    border-radius: 17px;
  }
  .brand-stat-primary {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 186px;
  }
  .brand-stat-primary strong {
    font-size: 49px;
  }
  .brand-stat strong {
    font-size: 28px;
  }
  .brand-stat span,
  .brand-stat small {
    font-size: 10.5px;
  }

  /* Service cards */
  .brand-service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .brand-service-card,
  .brand-service-card:last-child {
    grid-column: auto;
    min-height: 188px;
    padding: 21px 19px;
  }
  .brand-service-no {
    margin-bottom: 24px;
  }
  .brand-service-card strong {
    font-size: 18px;
  }

  /* Trust */
  .brand-trust-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  .brand-trust-card {
    grid-column: span 2;
    min-height: 182px;
    padding: 18px 10px 16px;
    border-radius: 18px;
    justify-content: flex-start;
    align-items: center;
  }
  .brand-trust-card-wide {
    grid-column: span 3;
    min-height: 208px;
    padding: 20px 14px 18px;
    border-radius: 18px;
  }
  .brand-trust-card:last-child {
    grid-column: span 3;
  }
  .brand-trust-logo {
    height: 64px;
    flex: 0 0 64px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
  }
  .brand-trust-logo img {
    max-width: 112px;
    max-height: 60px;
  }
  .brand-trust-logo-msci img {
    max-width: 165px;
    max-height: 58px;
  }
  .brand-trust-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .brand-trust-copy strong {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.34;
    letter-spacing: -.02em;
    text-align: center;
    word-break: keep-all;
  }
  .brand-trust-copy span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 32px;
    max-width: none;
    font-size: 10.5px;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
  }
  .brand-trust-card-wide .brand-trust-copy strong {
    min-height: 36px;
  }
  .brand-trust-card-wide .brand-trust-copy span {
    min-height: 48px;
  }

  /* Financial */
  .brand-finance-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .brand-revenue-card {
    min-height: 0;
    border-radius: 20px;
  }
  .brand-revenue-header {
    padding: 23px 18px 2px;
  }
  .brand-revenue-header > strong {
    font-size: clamp(28px, 8vw, 34px);
    white-space: normal;
  }
  .brand-revenue-chart {
    min-height: 270px !important;
    padding: 2px 10px 12px;
  }
  .brand-chart-stage {
    min-height: 260px !important;
  }
  .brand-chart-guide {
    left: 13% !important;
    right: 3% !important;
  }
  .brand-finance-kpis {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .brand-kpi-card {
    min-height: 164px;
    padding: 20px 18px;
    border-radius: 18px;
  }
  .brand-kpi-body > strong {
    font-size: 34px;
  }
  .brand-kpi-credit .brand-kpi-body > strong {
    font-size: 48px;
  }

  /* History */
  .brand-history-section {
    padding: 60px 0 64px !important;
  }
  .brand-history-head {
    margin-bottom: 28px;
  }
  .brand-history-timeline {
    padding-left: 25px;
    gap: 12px;
  }
  .brand-history-event .brand-history-card,
  .brand-history-event.is-top .brand-history-card,
  .brand-history-event.is-bottom .brand-history-card {
    min-height: 128px;
    padding: 19px 17px;
  }
  .brand-history-year {
    font-size: 24px;
  }

  /* CSR strategy: keep circles on mobile via horizontal swipe */
  .brand-strategy-orbit {
    display: none;
  }
  .brand-strategy-grid.brand-strategy-grid-circles {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin: 20px calc(var(--mobile-gutter) * -1) 0;
    padding: 0 var(--mobile-gutter) 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .brand-strategy-grid.brand-strategy-grid-circles::-webkit-scrollbar {
    display: none;
  }
  .brand-strategy-circle {
    flex: 0 0 min(76vw, 284px);
    width: min(76vw, 284px);
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 24px;
    scroll-snap-align: center;
  }
  .brand-strategy-no {
    font-size: 28px;
  }
  .brand-strategy-title {
    font-size: 21px;
  }
  .brand-strategy-copy {
    font-size: 13.5px;
  }

  /* CSR activity cards */
  .brand-csr-group-title {
    margin-bottom: 28px;
  }
  .brand-csr-group-title h2 {
    font-size: 25px;
    line-height: 1.35;
  }
  .brand-csr-list {
    gap: 14px;
  }
  .brand-csr-item,
  .brand-csr-item.is-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
  }
  .brand-csr-item.is-reverse .brand-csr-image,
  .brand-csr-item.is-reverse .brand-csr-copy {
    order: initial;
  }
  .brand-csr-image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .brand-csr-copy {
    padding: 24px 19px 25px;
  }
  .brand-csr-copy::before {
    top: 22px;
    left: 19px;
  }
  .brand-csr-copy > span {
    margin-top: 10px;
  }
  .brand-csr-copy h3 {
    font-size: 19px;
    line-height: 1.4;
  }
  .brand-csr-copy p {
    font-size: 13px;
    line-height: 1.7;
  }

  /* CTA */
  .brand-cta {
    padding: 48px 0 58px;
  }
  .brand-cta-box {
    min-height: 280px;
    padding: 28px 22px;
    border-radius: 22px;
  }
  .brand-cta-box h2 {
    font-size: 25px;
    line-height: 1.35;
  }
  .brand-cta-box a {
    min-height: 52px;
  }

  /* Footer */
  .footer {
    padding: 34px 0 32px !important;
  }
  .footer-top {
    gap: 14px;
  }
  .footer-brand img {
    width: 136px !important;
  }
  .footer-social {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-social a {
    width: 38px;
    height: 38px;
  }
  .footer-contact {
    gap: 6px;
    font-size: 11.5px;
    line-height: 1.6;
  }
  .footer-company,
  .footer-notice {
    font-size: 10.5px;
    line-height: 1.7;
  }
  .footer-copy {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  :root {
    --mobile-gutter: 14px;
  }

  .logo img {
    width: 124px !important;
  }
  .nav {
    gap: 16px;
  }
  .nav a {
    font-size: 12px;
  }

  .rental-guide-grid {
    grid-template-columns: 1fr;
  }
  .rental-guide-card {
    min-height: 138px;
  }

  .notice-section .notice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .notice-section .notice-tile-visual {
    min-height: 112px;
  }
  .notice-section .notice-tile-title {
    font-size: 11.5px;
  }

  .brand-hero-media {
    min-height: 450px;
  }
  .brand-hero-copy h1 {
    font-size: 31px;
  }
  .brand-overview-copy p {
    font-size: 14.5px;
  }
  .brand-stat strong {
    font-size: 25px;
  }
  .brand-stat-primary strong {
    font-size: 46px;
  }

  .brand-strategy-circle {
    flex-basis: min(82vw, 278px);
    width: min(82vw, 278px);
  }

  .brand-csr-group-title h2 {
    font-size: 23px;
  }
}

/* Avoid sticky hover/scale states on touch devices */
@media (hover: none), (pointer: coarse) {
  .site-header .nav a:hover,
  .site-header .nav a:focus-visible {
    color: inherit;
    font-weight: inherit;
    transform: none;
  }
  .rental-guide-card:hover,
  .category-live-card:hover,
  .notice-card:hover,
  .brand-service-card:hover,
  .brand-trust-card:hover,
  .brand-strategy-circle:hover,
  .brand-csr-item:hover,
  .footer-social a:hover {
    transform: none;
  }
}


/* v49 - latest thumbnail live sync */
.latest-thumb img[data-synced-thumbnail],
.list-thumb img[data-synced-thumbnail] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   v67 - dynamic thumbnail exact-fit correction
   특정 게시글/이미지에 고정하지 않고 동기화된 모든 카드 썸네일에 적용
========================================================= */
.latest-thumb,
.list-thumb {
  line-height: 0;
}

.latest-thumb img[data-synced-thumbnail],
.list-thumb img[data-synced-thumbnail] {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  vertical-align: top !important;
}

.category-live-card .list-thumb,
.post-card .list-thumb,
.latest-card .latest-thumb {
  padding: 0 !important;
}

/* =========================
   v53 MOBILE RENTAL GUIDE SLIM BARS
   - 모바일에서 검색창 아래 4개 가이드 카드를
     화면 꽉참 대신 여백 있는 얇은 바 형태로 재구성
========================= */
@media (max-width: 700px) {
  .rental-guide-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 6px;
  }

  .rental-guide-card {
    width: calc(100% - 14px);
    min-height: 104px;
    margin: 0 auto;
    padding: 16px 18px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    box-shadow: 0 8px 22px rgba(24, 31, 45, .04);
  }

  .rental-guide-num {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 0;
    padding-top: 3px;
    font-size: 11px;
    line-height: 1;
  }

  .rental-guide-card strong {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .rental-guide-card p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .rental-guide-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
  }
}

/* =========================
   v54 MOBILE RENTAL GUIDE ULTRA SLIM
   - 모바일 렌탈 가이드 카드 높이 추가 축소
   - 숫자와 타이틀 첫 줄 상하 정렬 일치
========================= */
@media (max-width: 700px) {
  .rental-guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 4px;
  }

  .rental-guide-card {
    width: calc(100% - 16px);
    min-height: 88px;
    margin: 0 auto;
    padding: 14px 16px 13px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    align-content: center;
    box-shadow: 0 6px 18px rgba(24, 31, 45, .035);
  }

  .rental-guide-num {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    margin: 0;
    padding: 0;
    font-size: 10.5px;
    line-height: 1;
  }

  .rental-guide-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .rental-guide-card p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 11px;
    line-height: 1.32;
  }

  .rental-guide-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1;
  }
}

/* =========================
   v55 MOBILE HOME CATEGORY HORIZONTAL SLIDER
   - 홈 카테고리 콘텐츠를 모바일에서 세로 1열 대신 가로 스와이프형으로 표시
   - 한 카드가 화면을 꽉 채우지 않고 다음 카드가 살짝 보이도록 구성
========================= */
@media (max-width: 700px) {
  body#tt-body-index .category-post-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 18px 10px 0;
    margin: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body#tt-body-index .category-post-grid::-webkit-scrollbar {
    display: none;
  }

  body#tt-body-index .category-post-grid > .category-live-card,
  body#tt-body-index .category-post-grid > .category-placeholder-card {
    flex: 0 0 min(78vw, 318px);
    width: min(78vw, 318px);
    min-width: min(78vw, 318px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body#tt-body-index .category-live-card,
  body#tt-body-index .category-placeholder-card {
    border-radius: 18px;
  }

  body#tt-body-index .category-live-card .list-thumb,
  body#tt-body-index .category-placeholder-card .placeholder-image {
    aspect-ratio: 16 / 9;
  }

  body#tt-body-index .category-live-card .list-card-body,
  body#tt-body-index .category-placeholder-card .placeholder-body {
    padding: 16px;
  }

  body#tt-body-index .category-live-card .list-card-body h3,
  body#tt-body-index .category-placeholder-card .placeholder-body strong {
    font-size: 16px;
    line-height: 1.4;
  }

  body#tt-body-index .category-live-card .list-card-body p,
  body#tt-body-index .category-placeholder-card .placeholder-body p {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 390px) {
  body#tt-body-index .category-post-grid > .category-live-card,
  body#tt-body-index .category-post-grid > .category-placeholder-card {
    flex-basis: 80vw;
    width: 80vw;
    min-width: 80vw;
  }
}

/* =========================
   v56 MOBILE BRAND SERVICE SLIM
   - 롯데렌탈 소개 > 서비스 카드 세로 비율 축소
========================= */
@media (max-width: 700px) {
  .brand-service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-service-card,
  .brand-service-card:last-child {
    grid-column: auto;
    min-height: 132px;
    padding: 16px 18px 15px;
    border-radius: 18px;
  }

  .brand-service-no {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1;
  }

  .brand-service-card strong {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.25;
  }

  .brand-service-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .brand-service-link {
    margin-top: 10px;
    padding-top: 0;
    font-size: 11.5px;
  }
}

/* =========================================================
   v59 - Mobile finance section keeps desktop ratio + delayed viewport animation
   ========================================================= */
@media (max-width: 760px) {
  .brand-finance-section .brand-shell {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
  }
  .brand-finance-section .brand-shell::-webkit-scrollbar {
    display: none;
  }

  .brand-finance-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(250px, .85fr) !important;
    width: 780px;
    min-width: 780px;
    gap: 16px !important;
    margin: 0;
    align-items: stretch;
  }

  .brand-revenue-card {
    min-height: 420px;
    border-radius: 22px;
  }

  .brand-revenue-header {
    padding: 26px 26px 8px;
  }

  .brand-revenue-header > strong {
    font-size: clamp(34px, 4.7vw, 48px) !important;
    line-height: 1.08;
    white-space: nowrap;
  }

  .brand-revenue-chart {
    min-height: 290px !important;
    padding: 0 20px 20px !important;
  }

  .brand-chart-stage {
    min-height: 270px !important;
  }

  .brand-chart-guide {
    left: 11% !important;
    right: 4% !important;
  }

  .brand-line-graph {
    inset: 3% 2% 4% 2% !important;
    width: 96% !important;
    height: 93% !important;
  }

  .brand-line-current-label {
    font-size: 13px !important;
  }

  .brand-finance-kpis {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
  }

  .brand-kpi-card {
    min-height: 202px;
    padding: 24px 24px;
    border-radius: 22px;
  }

  .brand-kpi-top > em {
    font-size: 50px;
  }

  .brand-kpi-body > strong {
    font-size: 54px;
  }

  .brand-kpi-credit .brand-kpi-body > strong {
    font-size: 74px;
  }
}

/* =========================================================
   v60 - Mobile finance: fit all 3 cards in one viewport width
   ========================================================= */
@media (max-width: 760px) {
  .brand-finance-section .brand-shell {
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .brand-finance-layout {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, .95fr) !important;
    gap: 8px !important;
    margin: 0 !important;
    align-items: stretch !important;
  }

  .brand-revenue-card {
    min-width: 0 !important;
    min-height: 252px !important;
    height: 252px !important;
    border-radius: 18px !important;
  }

  .brand-revenue-header {
    padding: 16px 14px 2px !important;
  }

  .brand-revenue-label {
    margin-bottom: 7px !important;
    font-size: 7.5px !important;
    letter-spacing: .09em !important;
  }

  .brand-revenue-header > span {
    margin-bottom: 4px !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
  }

  .brand-revenue-header > strong {
    font-size: clamp(18px, 5.3vw, 23px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.045em !important;
    white-space: nowrap !important;
  }

  .brand-revenue-chart {
    min-height: 0 !important;
    height: 160px !important;
    padding: 0 7px 8px !important;
    flex: 1 1 auto !important;
  }

  .brand-chart-stage {
    min-height: 0 !important;
    height: 100% !important;
  }

  .brand-chart-guide {
    left: 10% !important;
    right: 3% !important;
  }

  .brand-line-graph {
    inset: 2% 1% 3% 1% !important;
    width: 98% !important;
    height: 95% !important;
  }

  .brand-line-graph-path {
    stroke-width: 2.2 !important;
  }

  .brand-line-point {
    stroke-width: 2 !important;
  }

  .brand-line-current-label {
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  .brand-finance-kpis {
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .brand-kpi-card {
    min-width: 0 !important;
    min-height: 0 !important;
    height: 122px !important;
    padding: 12px 10px !important;
    border-radius: 18px !important;
  }

  .brand-kpi-top {
    gap: 4px !important;
    align-items: flex-start !important;
  }

  .brand-kpi-top > span {
    font-size: 6.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
  }

  .brand-kpi-top > em {
    font-size: 22px !important;
    line-height: .9 !important;
  }

  .brand-kpi-body > span {
    margin-bottom: 4px !important;
    font-size: 8.5px !important;
    line-height: 1.2 !important;
  }

  .brand-kpi-body > strong {
    font-size: clamp(18px, 5.3vw, 22px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .brand-kpi-credit .brand-kpi-body > strong {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  .brand-kpi-body > small {
    margin-top: 5px !important;
    font-size: 7.5px !important;
    line-height: 1.2 !important;
  }
}

/* =========================================================
   v61 - Mobile finance motion starts only when scrolled into view
   - Also overrides iOS reduced-motion final-state rules for this section
   ========================================================= */
@media (max-width: 760px) {
  .brand-finance-layout.finance-motion-ready .brand-line-graph-path {
    transition: stroke-dashoffset 1.45s cubic-bezier(.18,.78,.28,1) !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-line-recent-area {
    transition: opacity .55s ease 1.38s !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-line-point {
    transition:
      opacity .24s ease,
      transform .3s cubic-bezier(.18,.78,.28,1) !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-line-current-label {
    transition: opacity .3s ease 1.55s !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-kpi-card {
    transition:
      opacity .7s ease,
      transform .85s cubic-bezier(.16,.78,.28,1),
      border-color .12s ease !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-kpi-profit {
    transition-delay: .6s !important;
  }
  .brand-finance-layout.finance-motion-ready .brand-kpi-credit {
    transition-delay: 1.05s !important;
  }

  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-line-graph-path {
    stroke-dashoffset: 1 !important;
  }
  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-line-recent-area,
  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-line-point,
  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-line-current-label {
    opacity: 0 !important;
  }
  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-line-point {
    transform: scale(.45) !important;
  }
  .brand-finance-layout.finance-motion-ready:not(.is-visible) .brand-kpi-card {
    opacity: 0 !important;
    transform: translateY(18px) !important;
  }

  .brand-finance-layout.finance-motion-ready.is-visible .brand-line-graph-path {
    stroke-dashoffset: 0 !important;
  }
  .brand-finance-layout.finance-motion-ready.is-visible .brand-line-recent-area,
  .brand-finance-layout.finance-motion-ready.is-visible .brand-line-point,
  .brand-finance-layout.finance-motion-ready.is-visible .brand-line-current-label,
  .brand-finance-layout.finance-motion-ready.is-visible .brand-kpi-card {
    opacity: 1 !important;
  }
  .brand-finance-layout.finance-motion-ready.is-visible .brand-line-point {
    transform: scale(1) !important;
  }
  .brand-finance-layout.finance-motion-ready.is-visible .brand-kpi-card {
    transform: translateY(0) !important;
  }
}


/* =========================================================
   v63 - TRUST & ACHIEVEMENT scroll reveal (PC + Mobile)
   - 섹션 진입 전: 아래쪽 + 반투명
   - 섹션 진입 후: 제자리 + 선명
   - 카드별 순차 등장
   ========================================================= */
.brand-trust-grid.trust-reveal-ready .brand-trust-card {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .78s cubic-bezier(.22,.61,.36,1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card {
  opacity: 1;
  transform: translateY(0);
}

.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(1) { transition-delay: .04s; }
.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(2) { transition-delay: .12s; }
.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(3) { transition-delay: .20s; }
.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(4) { transition-delay: .28s; }
.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(5) { transition-delay: .36s; }

/* 기존 hover 확대 모션 유지 */
.brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:hover {
  transform: translateY(-5px) scale(1.015);
}

@media (max-width: 700px) {
  .brand-trust-grid.trust-reveal-ready .brand-trust-card {
    transform: translateY(22px);
    transition-duration: .64s, .70s, .28s, .28s;
  }

  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card {
    transform: translateY(0);
  }

  /* 모바일은 너무 길게 끌지 않도록 딜레이를 조금 압축 */
  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(1) { transition-delay: .02s; }
  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(2) { transition-delay: .08s; }
  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(3) { transition-delay: .14s; }
  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(4) { transition-delay: .20s; }
  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:nth-child(5) { transition-delay: .26s; }

  .brand-trust-grid.trust-reveal-ready.is-reveal-visible .brand-trust-card:hover {
    transform: translateY(0);
  }
}

/* v65 - mobile history timeline alignment (dot centered on vertical line + card midline) */
@media (max-width:700px) {
  /* 카드와 타임라인 사이에 충분한 간격을 확보 */
  .brand-history-timeline {
    padding-left: 52px;
  }

  /* 세로 기준선은 왼쪽에 고정 */
  .brand-history-line {
    left: 10px;
  }

  .brand-history-event,
  .brand-history-event.is-top,
  .brand-history-event.is-bottom {
    position: relative;
  }

  /*
    event는 timeline padding 이후에서 시작하므로
    -42px = 10px(line) - 52px(padding)
    -> 점의 중심이 세로선과 정확히 일치
    top 50%로 각 카드의 세로 중앙에도 정렬
  */
  .brand-history-dot,
  .brand-history-event.is-top .brand-history-dot,
  .brand-history-event.is-bottom .brand-history-dot {
    left: -42px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .brand-history-event:hover .brand-history-dot,
  .brand-history-event:focus-visible .brand-history-dot,
  .brand-history-event.is-active-mobile .brand-history-dot {
    transform: translate(-50%, -50%) scale(1.36);
  }
}
.geo-tbl {
  border-collapse: collapse;
  width: 100%;
  word-break: keep-all;
}
.geo-tbl th,
.geo-tbl td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: top;
}
.geo-tbl thead th {
  background: #f5f5f5;
}
.geo-tbl caption {
  caption-side: top;
  text-align: left;
  font-size: 1.15em;
  font-weight: bold;
  padding: 0 0 12px;
}
.geo-tbl .nb {
  white-space: nowrap;
}


/* =========================================================
   v52 FINAL / 2026-09-11 CONFIRM OVERRIDE
========================================================= */

/* HEADER */
.site-header{
  height:80px !important;
  background:#fff !important;
  border-bottom:1px solid #e8eaf0 !important;
}
.site-header .header-inner{
  height:100% !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.site-header .logo{
  margin:0 !important;
  padding:0 !important;
  font-size:0 !important;
  line-height:1 !important;
}
.site-header .logo a{
  display:inline-flex !important;
  align-items:center !important;
}
.site-header .logo img{
  display:block !important;
  width:250px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:54px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.site-header .nav{
  display:none !important;
}

/* SIDE DRAWER */
.side-drawer-logo img{
  display:block !important;
  width:220px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.side-drawer-bottom small{
  display:none !important;
}

/* MAIN BANNER — 최종 원본 비율 유지 */
.hero-image-wrap img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* FOOTER */
.footer{
  padding:42px 0 40px !important;
  background:#17191d !important;
  color:#fff !important;
}
.footer-info{
  display:grid !important;
  gap:12px !important;
}
.footer-brand-text{
  display:block !important;
  width:fit-content !important;
  margin:0 !important;
  color:#fff !important;
  font-size:19px !important;
  font-weight:800 !important;
  line-height:1.35 !important;
  letter-spacing:-.025em !important;
}
.footer-brand-text a{
  color:inherit !important;
  text-decoration:none !important;
}
.footer-channel-notice{
  margin:0 !important;
  color:#a4aab4 !important;
  font-size:12px !important;
  line-height:1.65 !important;
}
.footer-contact{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px 18px !important;
  margin:2px 0 0 !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1.6 !important;
}
.footer-contact strong{
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
}

/* 구버전 푸터 요소 안전 숨김 */
.footer-top,
.footer-brand,
.footer-social,
.footer-company,
.footer-notice,
.footer-copy{
  display:none !important;
}

/* TABLET */
@media(max-width:900px){
  .site-header{height:74px !important;}
  .site-header .logo img{
    width:225px !important;
    max-height:48px !important;
  }
  .side-drawer-logo img{
    width:205px !important;
    max-height:45px !important;
  }
}

/* MOBILE */
@media(max-width:700px){
  .site-header{height:68px !important;}
  .site-header .logo img{
    width:205px !important;
    max-height:43px !important;
  }
  .side-drawer-logo img{
    width:188px !important;
    max-height:42px !important;
  }
  .footer{
    padding:34px 0 32px !important;
  }
  .footer-brand-text{font-size:17px !important;}
  .footer-channel-notice{font-size:11px !important;}
  .footer-contact{
    display:grid !important;
    gap:6px !important;
    font-size:11.5px !important;
  }
  .footer-contact strong{
    font-size:11.5px !important;
  }
}


/* =========================================================
   v53 FOOTER - LOTTE RENTAL OFFICIAL HOMEPAGE BUTTON
   2026-09-11
========================================================= */
.footer-home-button{
  width:fit-content !important;
  min-height:44px !important;
  margin-top:8px !important;
  padding:0 16px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.06) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  text-decoration:none !important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease !important;
}

.footer-home-button:hover{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.38) !important;
  transform:translateY(-1px) !important;
}

.footer-home-icon{
  width:18px !important;
  height:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
}

.footer-home-icon svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.footer-home-arrow{
  margin-left:2px !important;
  font-size:15px !important;
  font-weight:600 !important;
  opacity:.8 !important;
}

@media(max-width:700px){
  .footer-home-button{
    min-height:42px !important;
    padding:0 14px !important;
    font-size:12px !important;
  }
}


/* =========================================================
   v54 FOOTER - HOME BUTTON TOP RIGHT ALIGN
   2026-09-11
========================================================= */

.footer-info{
  display:block !important;
}

.footer-top-row{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:24px !important;
  width:100% !important;
  margin-bottom:12px !important;
}

.footer-top-row .footer-brand-text{
  flex:0 1 auto !important;
  margin:0 !important;
}

.footer-top-row .footer-home-button{
  flex:0 0 auto !important;
  margin:0 !important;
  align-self:flex-start !important;
}

.footer-channel-notice{
  margin:0 0 10px !important;
}

.footer-contact{
  margin:0 !important;
}

/* 모바일에서는 공간이 좁아지므로 버튼을 아래로 자연스럽게 배치 */
@media(max-width:700px){
  .footer-top-row{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
    margin-bottom:12px !important;
  }

  .footer-top-row .footer-home-button{
    margin:0 !important;
  }
}
/* 한 줄 강조 박스 */
body#tt-body-page .post-body .lotte-line-box {
  width: 100% !important;
  margin: 20px 0 24px !important;
  padding: 14px 20px !important;

  box-sizing: border-box !important;

  border: 1px solid #E5E5E5 !important;
  border-radius: 6px !important;

  background: #FFFFFF !important;

  color: #222222 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;

  text-align: left !important;
}

body#tt-body-page .post-body .lotte-line-box b {
  font-weight: 600 !important;
  color: #222222 !important;
}
/* 한 줄 강조 박스 내 포인트 텍스트 */
body#tt-body-page .post-body .lotte-line-point {
  color: var(--brand) !important;
}