@charset "UTF-8";
/* title */
/*headline*/
/* body */
/* button */
/* tab */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: black;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
}

/* text style */
h1 {
  font-size: 60px;
  font-weight: 600;
  color: #212529;
  line-height: normal;
  font-size: 60px;
  font-style: normal;
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 600;
  color: #212529;
  line-height: normal;
  font-style: normal;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
  font-weight: 600;
  color: #212529;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.6px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 600;
  color: #212529;
  line-height: normal;
  letter-spacing: -1.2px;
}
@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  color: #212529;
  line-height: normal;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  h5 {
    font-size: 20px;
  }
}

.description {
  font-size: 20px;
  font-weight: 400;
  color: #212529;
  line-height: 34px;
}

a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  font-family: Optima;
}
@media (max-width: 480px) {
  a {
    font-size: 14px;
  }
}

button {
  font-size: 20px;
  font-weight: 550;
  color: #6C757D;
  line-height: 1;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 60px;
  width: fit-content;
}

.scroll-to-top {
  position: fixed;
  right: 4rem;
  bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #121117;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(4rem);
  pointer-events: none;
  border: 1px solid #dcd7be;
}
@media (max-width: 480px) {
  .scroll-to-top {
    right: 1rem;
    bottom: 1rem;
  }
}
.scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-to-top:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.scroll-to-top:active {
  transform: translateY(-2px);
}
.scroll-to-top svg {
  display: block;
  width: 24px;
  height: 24px;
}

.brand-nav {
  position: fixed;
  right: 4rem;
  bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #121117;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(4rem);
  pointer-events: none;
  border: 1px solid #dcd7be;
}
@media (max-width: 480px) {
  .brand-nav {
    right: 1rem;
    bottom: 1rem;
  }
}
.brand-nav.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.brand-nav:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.brand-nav:active {
  transform: translateY(-2px);
}
.brand-nav svg {
  display: block;
  width: 24px;
  height: 24px;
}

.brand-line-section {
  background-color: #fff;
  position: relative;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .brand-line-section {
    height: auto;
  }
}

.steps-nav {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .steps-nav {
    display: none;
  }
}

.steps-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  gap: 174px;
  position: relative;
}

.step-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 98px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.step-item:last-child {
  margin-bottom: 0;
}

.swiper-pagination-bullet {
  margin: 16px 0 !important;
  position: relative;
  background: #fff !important;
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    margin: 40px 0 !important;
  }
}
.swiper-pagination-bullet::before {
  display: block;
  content: "비너스";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  color: #343A40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.swiper-pagination-bullet:nth-child(2)::before {
  display: block;
  content: "아르보";
}
.swiper-pagination-bullet:nth-child(3)::before {
  display: block;
  content: "비너스 슈";
}
.swiper-pagination-bullet:nth-child(4)::before {
  display: block;
  content: "자스민";
}
.swiper-pagination-bullet:nth-child(5)::before {
  display: block;
  content: "아네타";
}
.swiper-pagination-bullet:nth-child(6)::before {
  display: block;
  content: "비너스 맨";
}

.content-header {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  width: 100%;
  padding: 0 0px 0 350px;
  margin: auto;
  gap: 24px;
}
@media (max-width: 1024px) {
  .content-header {
    display: flex;
    justify-content: center;
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .content-header {
    margin: 0;
  }
}
.content-header__gap {
  display: block;
  width: 120px;
}
@media (max-width: 1024px) {
  .content-header__gap {
    display: none;
  }
}
@media (max-width: 1024px) {
  .content-header__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
.content-header__title .content-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  color: #212529;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 768px) {
  .content-header__title .content-label {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .content-header__title .content-label {
    font-size: 20px;
  }
}
.content-header__title .content-title {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
  color: #212529;
  margin: 0;
  text-align: left;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .content-header__title .content-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .content-header__title .content-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .content-header__title .content-title {
    font-size: 24px;
  }
}
.content-header__title .content-title .only-md {
  display: none;
}
@media (max-width: 768px) {
  .content-header__title .content-title .only-md {
    display: block;
  }
}

.content-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1188px;
}
.content-image-wrapper .recycle-step-content {
  background: transparent;
  gap: 1rem;
}
.content-image-wrapper .recycle-step-content__description {
  text-align: left;
  color: #181818;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .content-image-wrapper .recycle-step-content__description {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    word-break: keep-all;
  }
}

.step-image {
  border-radius: 40px;
  width: 100%;
  height: auto;
  max-width: 1188px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .recycle-steps-section {
    padding: 70px 80px;
  }
  .steps-container {
    gap: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .recycle-steps-section {
    padding: 60px 32px;
  }
  .steps-container {
    gap: 80px;
  }
  .step-item.active .step-label {
    font-size: 56px;
  }
  .content-label {
    font-size: 20px;
  }
  .content-title {
    font-size: 32px;
  }
  .card-image {
    width: 280px;
    height: 280px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 20px;
    line-height: 34px;
  }
  .card-list li {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .recycle-steps-section {
    padding: 50px 24px;
    height: 720px;
  }
  .steps-container {
    flex-direction: column;
    gap: 50px;
  }
  .step-item.active .step-label {
    font-size: 40px;
  }
  .content-title {
    font-size: 26px;
  }
  .card-image {
    height: auto;
    aspect-ratio: 1;
  }
  .card-content {
    gap: 24px;
  }
  .card-title {
    font-size: 22px;
  }
  .card-text {
    font-size: 18px;
    line-height: 30px;
  }
  .card-list li {
    font-size: 18px;
    line-height: 30px;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .recycle-steps-section {
    padding: 40px 20px;
    justify-content: center;
    height: 650px;
  }
  .steps-nav {
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .step-item {
    flex-shrink: 0;
  }
  .step-item.active .step-label {
    font-size: 32px;
  }
  .step-label {
    font-size: 18px;
  }
  .content-label {
    font-size: 18px;
  }
  .content-title {
    font-size: 22px;
  }
  .card-image {
    width: 220px;
    height: 220px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-text {
    font-size: 16px;
    line-height: 26px;
  }
  .card-list {
    padding-left: 28px;
  }
  .card-list li {
    font-size: 16px;
    line-height: 26px;
  }
  .card-description {
    font-size: 14px;
    line-height: 24px;
  }
}
/* Brand Line Style */
.venus-title {
  font-size: 56px;
  color: 500;
  font-weight: normal;
  line-height: -2.24px;
  font-family: "Optima", "Noto Sans KR", serif;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .venus-title {
    margin-top: 0;
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 480px) {
  .venus-title {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

.venus-description {
  margin-top: 48px;
  font-size: 20px;
  color: #212529;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .venus-description {
    margin-top: 2px;
  }
}
.venus-description p {
  font-size: 20px;
  color: 400;
  font-weight: 33px;
  line-height: -0.8px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: #000;
  margin-bottom: 0;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .venus-description p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 480px) {
  .venus-description p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.64px;
  }
}

.venus-text-section {
  flex: 1;
}
@media (max-width: 1024px) {
  .venus-text-section {
    width: 100%;
    padding: 0 40px;
  }
}

.venus-image-wrapper {
  flex: 2;
}
@media (max-width: 1024px) {
  .venus-image-wrapper {
    width: 100%;
    padding: 0 40px;
  }
}

/* Lookbook Grid */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 32px 8px;
  width: 100%;
  padding: 80px 0px 0 0px !important;
  flex: 4;
}
@media (max-width: 1024px) {
  .brand-grid {
    gap: 32px 8px;
    padding: 80px 0px 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .brand-grid {
    gap: 24px 8px;
    padding: 60px 0px 0px 0px !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .brand-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.brand-card {
  position: relative;
  width: 100%;
  aspect-ratio: 488/599;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.brand-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.lookbook-menu {
  display: grid;
  gap: 32px;
  flex: 1;
  height: 100%;
  margin: 120px auto;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .lookbook-menu {
    margin: 100px auto;
  }
}
@media (max-width: 768px) {
  .lookbook-menu {
    margin: 80px auto;
  }
}
.lookbook-menu .footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.lookbook-menu .footer-column .footer-column-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: rgba(110, 13, 37, 0.9);
  border-bottom: 1px solid #6e0d25;
  height: 16px;
  width: fit-content;
}
.lookbook-menu .footer-column .footer-link {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: black;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
}
.lookbook-menu .footer-column .footer-link:hover {
  color: #6e0d25;
}
.lookbook-menu .footer-column .footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.lookbook-menu .footer-column .footer-submenu-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  gap: 8px;
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  font-family: Optima;
}
.lookbook-menu .footer-column .footer-submenu-toggle span {
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  font-family: Optima;
}
.lookbook-menu .footer-column .footer-submenu-toggle:hover span {
  color: #6e0d25;
}

.footer-submenu-image {
  display: none;
}
.footer-submenu-image.active {
  display: flex;
}
.footer-submenu-image.active .footer-submenu-image {
  display: block;
  width: 12px;
  height: 12px;
  transform: translateY(1px);
}
.footer-submenu-image.active .footer-submenu-image .toggle-icon {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}

.footer-submenu-items {
  overflow: hidden;
  transition: max-height 0.35s ease;
  max-height: 200px;
  flex-direction: column;
  gap: 13px;
}
.footer-submenu-items a {
  font-size: 14px;
  color: #ADB5BD;
  font-weight: 400;
  line-height: 1;
  font-family: Optima;
  line-height: normal;
  white-space: nowrap;
}
.footer-submenu-items a.active {
  color: #495057;
  border-bottom: 1px solid #666;
  width: fit-content;
}

.footer-media-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-ir-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-ir-section .footer-ir-title {
  width: 11px;
}

.lookbook-modal {
  display: none; /* JS가 'flex'로 변경하여 열림 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  justify-content: center; /* 수평 중앙 정렬 */
  align-items: center; /* 수직 중앙 정렬 */
}
.lookbook-modal.active {
  display: block;
}

.modal-content {
  position: relative;
  z-index: 1001;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column; /* 메인 이미지와 썸네일을 세로로 정렬 */
  align-items: center;
  background: transparent;
}
@media (max-width: 480px) {
  .modal-content {
    width: 80%;
    max-width: 500px;
  }
}

.modal-main-image-wrapper {
  width: 450px;
  height: 550px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .modal-main-image-wrapper {
    width: 100%;
    max-width: 260px;
    height: 100%;
    min-height: 330px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    min-width: 250px;
  }
}

.modal-main-image-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 2;
}
.modal-main-image-title p {
  font-size: 18px;
  font-weight: 500;
  color: #212529;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.modal-main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-nav-prev,
.modal-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 31px;
  height: 69px;
  padding: 0;
  z-index: 1002;
  transition: opacity 0.3s ease;
}
.modal-nav-prev:hover,
.modal-nav-next:hover {
  opacity: 0.7;
}
.modal-nav-prev svg,
.modal-nav-next svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .modal-nav-prev,
  .modal-nav-next {
    width: 24px;
    height: 52px;
  }
  .modal-nav-prev svg,
  .modal-nav-next svg {
    width: 24px;
    height: 52px;
  }
}

.modal-nav-prev {
  left: -60px;
}
@media (max-width: 768px) {
  .modal-nav-prev {
    left: -50px;
  }
}
@media (max-width: 480px) {
  .modal-nav-prev {
    left: -30px;
  }
}

.modal-nav-next {
  right: -60px;
}
@media (max-width: 768px) {
  .modal-nav-next {
    right: -50px;
  }
}
@media (max-width: 480px) {
  .modal-nav-next {
    right: -30px;
  }
}

.modal-actions {
  margin: 0 0 8px 280px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .modal-actions {
    top: -60px;
  }
}
@media (max-width: 480px) {
  .modal-actions {
    top: -60px;
    gap: 8px;
    margin: 0 0 8px 110px;
  }
}

.modal-close-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background-image: none;
}
.modal-close-btn:hover {
  opacity: 0.8;
}
.modal-close-btn svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .modal-close-btn {
    width: 40px;
    height: 40px;
  }
}

.modal-view-btn {
  height: 40px;
  padding: 8px;
  gap: 8px;
  border-radius: 8px;
  background: rgba(206, 66, 87, 0.7);
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  border: none;
  background-image: none;
}
@media (max-width: 480px) {
  .modal-view-btn {
    font-size: 14px;
    width: auto !important;
  }
}
.modal-view-btn:hover {
  opacity: 0.8;
}
.modal-view-btn svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .modal-view-btn svg {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .modal-view-btn {
    width: 40px;
    height: 40px;
  }
}

/* 썸네일 리스트 스타일 */
.modal-thumbnail-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.thumbnail-item {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s ease, transform 0.1s ease;
  flex-shrink: 0;
}
.thumbnail-item:hover {
  transform: scale(0.98);
}
.thumbnail-item.active {
  border-color: #d10000; /* 활성화된 썸네일 테두리 */
}

.thumbnail-image {
  width: 60px;
  height: auto;
  object-fit: cover;
  display: block;
}

.tab-content {
  display: none;
}
.tab-content.tab-content-active {
  display: block;
}

/* Time Line Custom */
.tab-navigation-wrapper {
  width: 100%;
}

.tab-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tab-navigation .tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
  color: #343a40;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  font-family: "Optima", "Noto Sans KR", serif;
  background: none;
  border: none;
  padding: 0 24px 16px;
  position: relative;
}
.tab-navigation .tab-item.tab-active {
  color: #000;
  border-color: #000;
  z-index: 1;
  font-weight: 500;
}
.tab-navigation .tab-item.tab-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  height: 1px;
  background-color: #000000;
}

.history-nav {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .history-nav {
    padding: 0 32px;
  }
}
@media (max-width: 480px) {
  .history-nav {
    padding: 0 20px;
  }
}

/* pagination-controls에 대한 CSS */
.pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 8px; /* 버튼 간격 */
}

.pagination-controls button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  color: #212529;
}

.pagination-controls button.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
  font-weight: bold;
}

.pagination-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-text {
  background-color: #efefef;
  padding: 8px 20px;
  white-space: nowrap;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.container.line {
  gap: 0;
}

section {
  width: 100%;
  margin: auto;
}
section.w-lg {
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 1024px) {
  section.w-lg {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  section.w-lg {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  section.w-lg {
    padding: 0 20px;
  }
}
section.w-md {
  max-width: 1280px;
  width: 100%;
}

.header {
  width: 100%;
  background: transparent;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
}
.header.active {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.header .header-container {
  padding: 0 64px;
  position: relative;
  height: 72px;
}
@media (max-width: 1024px) {
  .header .header-container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .header .header-container {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .header .header-container {
    padding: 0 16px;
  }
}
.header .header-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  position: relative;
  height: 72px;
}
@media (max-width: 768px) {
  .header .header-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .header-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}
@media (max-width: 1024px) {
  .header .header-nav {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .header .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header .header-nav.active {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header .header-nav {
    gap: 32px;
  }
}
.header .header-nav a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease;
  font-family: Poppins;
}
@media (max-width: 1024px) {
  .header .header-nav a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .header .header-nav a {
    font-size: 32px;
    color: #212529;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .header .header-nav a {
    font-size: 32px;
  }
}
.header .header-logo {
  height: auto;
  width: 120px;
  min-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .header .header-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .header .header-logo {
    height: 100%;
    width: 100px;
    min-width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
}
@media (max-width: 480px) {
  .header .header-logo {
    width: 64px;
    order: 2;
  }
}
.header .header-logo img {
  object-fit: contain;
  width: 100%;
}
.header .header-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .header .header-actions {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .header .header-actions {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .header .header-actions {
    gap: 8px;
    margin-right: 0;
  }
}
.header .header-actions .header-action-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .header-actions .header-action-item {
    padding: 1px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .header .header-actions .header-action-item {
    width: 24px;
    height: 24px;
    padding: 2px;
  }
}
.header .header-actions .header-action-item img img {
  width: 16px;
}
.header .header-actions .header-action-item p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  font-family: Poppins;
}
@media (max-width: 1024px) {
  .header .header-actions .header-action-item p {
    display: none;
  }
}
.header .header-actions .header-action-item img {
  opacity: 0.8;
  width: 20px;
}

/* Ham Button */
.ham-btn-box {
  display: none;
  width: 32px;
  height: 24px;
  padding: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .ham-btn-box {
    left: 0;
    transform: translateY(-50%) scale(1.5);
    height: 24px;
  }
}
@media (max-width: 768px) {
  .ham-btn-box {
    display: block; /* 태블릿 이하에서만 보임 */
  }
  .ham-btn-box.active {
    transform: scale(2);
    position: fixed;
    top: 32px;
    left: 16px;
  }
}
@media (max-width: 480px) {
  .ham-btn-box {
    padding: 6px;
    width: 28px;
    height: 20px;
  }
}
.ham-btn-box__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.ham-btn-box__inner > span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: all 0.1s ease;
  transform-origin: center;
}
.ham-btn-box.active {
  height: 32px;
}
.ham-btn-box.active .bar-01 {
  transform: translateY(8px) rotate(45deg);
  height: 1px;
  background-color: #000;
}
.ham-btn-box.active .bar-02 {
  transform: translateY(-7px) rotate(-45deg);
  height: 1px;
  background-color: #000;
}
@media (max-width: 480px) {
  .ham-btn-box.active {
    height: 28px;
  }
}

.header-bk {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* Ham Button */
}
.header-bk.active {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.header-bk .header-container {
  padding: 0 64px;
  position: relative;
  height: 72px;
}
@media (max-width: 1024px) {
  .header-bk .header-container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .header-bk .header-container {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .header-bk .header-container {
    padding: 0 16px;
  }
}
.header-bk .header-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  position: relative;
  height: 72px;
}
@media (max-width: 768px) {
  .header-bk .header-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.header-bk .header-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}
@media (max-width: 1024px) {
  .header-bk .header-nav {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .header-bk .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header-bk .header-nav.active {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header-bk .header-nav {
    gap: 32px;
  }
}
.header-bk .header-nav a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease;
  font-family: Poppins;
}
@media (max-width: 1024px) {
  .header-bk .header-nav a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .header-bk .header-nav a {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .header-bk .header-nav a {
    font-size: 32px;
  }
}
.header-bk .header-logo {
  height: auto;
  width: 120px;
  min-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .header-bk .header-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .header-bk .header-logo {
    height: 100%;
    width: 100px;
    min-width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
}
@media (max-width: 480px) {
  .header-bk .header-logo {
    width: 64px;
    order: 2;
  }
}
.header-bk .header-logo img {
  object-fit: contain;
  filter: brightness(0);
  width: 100%;
}
.header-bk .header-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .header-bk .header-actions {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .header-bk .header-actions {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .header-bk .header-actions {
    gap: 8px;
    margin-right: 0;
  }
}
.header-bk .header-actions .header-action-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  filter: brightness(0);
}
@media (max-width: 768px) {
  .header-bk .header-actions .header-action-item {
    padding: 1px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .header-bk .header-actions .header-action-item {
    width: 24px;
    height: 24px;
    padding: 2px;
  }
}
.header-bk .header-actions .header-action-item:nth-child(2) img {
  width: 16px;
}
.header-bk .header-actions .header-action-item p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  font-family: Poppins;
}
@media (max-width: 1024px) {
  .header-bk .header-actions .header-action-item p {
    display: none;
  }
}
.header-bk .header-actions .header-action-item img {
  width: 20px;
}
.header-bk .ham-btn-box {
  display: none;
  width: 32px;
  height: 24px;
  padding: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-bk .ham-btn-box {
    left: 0;
    transform: translateY(-50%) scale(1.5);
    height: 24px;
  }
}
@media (max-width: 768px) {
  .header-bk .ham-btn-box {
    display: block; /* 태블릿 이하에서만 보임 */
  }
  .header-bk .ham-btn-box.active {
    transform: scale(2);
    position: fixed;
    top: 32px;
    left: 16px;
  }
}
@media (max-width: 480px) {
  .header-bk .ham-btn-box {
    padding: 6px;
    width: 28px;
    height: 20px;
  }
}
.header-bk .ham-btn-box__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.header-bk .ham-btn-box__inner > span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  transition: all 0.1s ease;
  transform-origin: center;
}
.header-bk .ham-btn-box.active {
  height: 32px;
}
.header-bk .ham-btn-box.active .bar-01 {
  transform: translateY(8px) rotate(45deg);
  height: 1px;
  background-color: #000;
}
.header-bk .ham-btn-box.active .bar-02 {
  transform: translateY(-7px) rotate(-45deg);
  height: 1px;
  background-color: #000;
}
@media (max-width: 480px) {
  .header-bk .ham-btn-box.active {
    height: 28px;
  }
}

.scroll-lock.active {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

.footer {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.footer .footer-top-bar {
  width: 100%;
  background: white;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #f0f0f0;
}
.footer .footer-top-bar .footer-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer .footer-top-bar .footer-top-container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .footer .footer-top-bar .footer-top-container {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .footer .footer-top-bar .footer-top-container {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
}
.footer .footer-top-bar .footer-top-container .social-links {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.footer .footer-top-bar .footer-top-container .social-links .social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.footer .footer-top-bar .footer-top-container .social-links .social-icon:hover {
  opacity: 0.7;
}
.footer .footer-top-bar .footer-top-container .social-links .social-icon svg {
  width: 100%;
  height: 100%;
}
.footer .footer-top-bar .footer-top-container .social-links .social-icon-windows svg {
  width: 24px;
  height: 24px;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap {
  position: relative;
  width: fit-content;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-brand p {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  color: black;
  margin: 0;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-brand .dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-brand .dropdown-arrow svg {
  width: 12px;
  height: 7px;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 10px 0;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-list li a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: background 0.2s;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap .family-list li a:hover {
  background: #f5f5f5;
  color: #000;
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap.active .family-brand .dropdown-arrow {
  transform: rotate(0deg);
}
.footer .footer-top-bar .footer-top-container .family-brand-wrap.active .family-list {
  display: block;
}

.footer-main {
  padding: 70px 0 70px;
}
.footer-main .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
  width: 100%;
  gap: 5%;
}
@media (max-width: 1024px) {
  .footer-main .footer-container {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-container {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .footer-main .footer-container {
    padding: 0 20px;
  }
}
.footer-main .footer-container .footer-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 259px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .footer-main .footer-container .footer-info {
    border-right: 0;
    max-width: unset;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-container .footer-info {
    gap: 24px;
  }
}
.footer-main .footer-container .footer-info .footer-logo {
  width: 237px;
  height: 26px;
}
.footer-main .footer-container .footer-info .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-main .footer-container .footer-info .footer-address {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #3a3a3a;
}
.footer-main .footer-container .footer-info .footer-address p {
  margin-bottom: 0;
}
.footer-main .footer-container .footer-info .footer-address p:last-child {
  margin-top: 0;
}
.footer-main .footer-container .footer-divider {
  width: 1px;
  height: 286px;
  background: #e3e3e3;
}
@media (max-width: 1024px) {
  .footer-main .footer-container .footer-divider {
    display: none;
  }
}
.footer-main .footer-container .footer-divider:first-of-type {
  left: 507px;
}
.footer-main .footer-container .footer-divider:last-of-type {
  right: 210px;
}
.footer-main .footer-container .footer-menu {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid #e3e3e3;
  padding: 0 6%;
  border-left: 1px solid #e3e3e3;
}
@media (max-width: 1024px) {
  .footer-main .footer-container .footer-menu {
    border-right: 0;
    border-left: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-container .footer-menu {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer-main .footer-container .footer-menu {
    width: 100%;
    gap: 32px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-main .footer-container .footer-menu .footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100px;
}
.footer-main .footer-container .footer-menu .footer-column .footer-column-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: rgba(110, 13, 37, 0.9);
  border-bottom: 1px solid #6e0d25;
  height: 16px;
  width: fit-content;
}
.footer-main .footer-container .footer-menu .footer-column .footer-link {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: black;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: unset;
}
.footer-main .footer-container .footer-menu .footer-column .footer-link:hover {
  color: #6e0d25;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-toggle span {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: black;
  white-space: nowrap;
  text-align: left;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-toggle svg {
  width: 8px;
  height: 4px;
  transform: rotate(180deg);
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-toggle:hover span {
  color: #6e0d25;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-items {
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: 0.2s ease;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-items a {
  color: rgba(0, 0, 0, 0.5);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  white-space: nowrap;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-items p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.56px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.footer-main .footer-container .footer-menu .footer-column .footer-submenu .footer-submenu-items p:hover {
  color: rgba(0, 0, 0, 0.8);
}
.footer-main .footer-container .footer-menu .footer-column .footer-media-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-main .footer-container .footer-menu .footer-column .footer-ir-section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-main .footer-container .footer-menu .footer-column .footer-ir-section .footer-ir-title {
  width: 11px;
}
.footer-main .footer-container .footer-cs {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-main .footer-container .footer-cs h4 {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  height: 16px;
  white-space: nowrap;
}
.footer-main .footer-container .footer-cs p a {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.56px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.footer-main .footer-container .footer-cs p:hover {
  color: rgba(0, 0, 0, 0.8);
}

.footer-bottom {
  width: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer-bottom .footer-bottom-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0 40px;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .footer-bottom .footer-bottom-container {
    padding: 0 32px;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .footer-bottom .footer-bottom-container {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .footer-bottom .footer-bottom-container {
    padding: 0 16px;
  }
}
.footer-bottom .footer-bottom-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .footer-bottom .footer-bottom-links {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .footer-bottom .footer-bottom-links {
    padding: 20px 0 0 0;
  }
}
.footer-bottom .footer-bottom-links a {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.6px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  white-space: nowrap;
}
.footer-bottom .footer-bottom-links a:hover {
  color: white;
}
.footer-bottom .footer-copyright {
  font-family: "Pretendard", "Noto Sans Symbols", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .footer-bottom .footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    word-break: keep-all;
    line-height: 24px;
    white-space: normal;
  }
}

/* ==================== Main Hero Section with Infinite Scrolling Text ==================== */
.wacoal-main-hero-section {
  width: 100%;
  height: 100vh;
  min-height: 785px;
  overflow: hidden;
  position: relative;
}

.main-hero-title {
  font-family: Diptyque;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 82%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .main-hero-title {
    padding: 0 40px;
    top: 50%;
  }
}
.main-hero-title h2 {
  color: #fff;
  font-family: "Ogg Text TRIAL Light";
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
}
.main-hero-title h2 .only-md {
  display: none;
}
@media (max-width: 768px) {
  .main-hero-title h2 .only-md {
    display: block;
  }
}
@media (max-width: 480px) {
  .main-hero-title h2 {
    font-size: 32px;
  }
}

.main-hero-img-wrap {
  position: relative;
}

.main-hero-images {
  position: relative;
  flex: unset;
  height: 100vh;
}

.main-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.main-hero-overlay__inner {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-hero-overlay__inner {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .main-hero-overlay__inner {
    margin-bottom: 60px;
  }
}
.main-hero-overlay__title {
  color: #fff;
  font-family: Diptyque;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main-hero-overlay__title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-hero-overlay__title {
    font-size: 30px;
  }
}
.main-hero-overlay__description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  color: #fff;
  font-family: Diptyque;
}

.main-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-hero-img-box {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main-hero-img-box__item .main-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  flex: 1;
}

@media (max-width: 1024px) {
  .main-hero-img.md {
    display: none;
  }
}

.story-header {
  margin: 0 auto;
  padding: 30px 0;
}
.story-header__title {
  font-family: Diptyque;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.hero-section {
  width: 100%;
  height: auto;
  min-height: 595px;
  overflow: hidden;
  max-width: 1440px;
  padding: 80px 40px 200px;
}
@media (max-width: 1024px) {
  .hero-section {
    margin-bottom: 60px;
    padding: 80px 40px 0;
  }
}
@media (max-width: 768px) {
  .hero-section {
    margin-bottom: 20px;
    padding: 64px 20px 100px;
  }
}

.hero-img-wrap {
  position: relative;
}

.hero-images {
  position: relative;
}

.main-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ==================== Main Hero Section with Infinite Scrolling Text ==================== */
.hero-img-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  z-index: 2;
}
.hero-img-box__item {
  height: 100%;
  min-height: 300px;
}
.hero-img-box__item .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  flex: 1;
}

.hero-title {
  font-family: "Ogg Text TRIAL Light";
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .hero-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.hero-title__top {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .hero-title__top {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .hero-title__top {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .hero-title__top {
    line-height: normal;
    word-break: keep-all;
    white-space: normal;
  }
}
.hero-title__under {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  color: #6C757D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .hero-title__under {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .hero-title__under {
    font-size: 18px;
    line-height: 30px;
  }
}

.intro-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  width: 100%;
  height: 100vh;
  padding: 0px 0px 0px;
  position: relative;
}

.intro-images {
  width: 100%;
  height: 100%;
}
.intro-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 1024px) {
  .intro-images img {
    object-position: right top;
  }
}

.intro-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Ogg Text TRIAL Light";
  text-align: center;
}
@media (max-width: 480px) {
  .intro-title {
    width: 100%;
    padding: 0 20px;
  }
}
.intro-title__top {
  font-size: 72px;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .intro-title__top {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .intro-title__top {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .intro-title__top {
    white-space: normal;
    word-break: keep-all;
    line-height: normal;
  }
}
.intro-title__under {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  margin-top: 32px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .intro-title__under {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .intro-title__under {
    font-size: 18px;
    line-height: 30px;
  }
}

.lookbook-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 120px;
  padding: 0 32px;
  gap: 80px;
  max-width: 1440px;
}
@media (max-width: 480px) {
  .lookbook-content {
    margin: 40px 0 60px;
    padding: 0 20px;
    gap: 24px;
  }
}

.media-section {
  padding: 60px 80px 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .media-section {
    padding: 50px 40px 60px;
  }
}
@media (max-width: 768px) {
  .media-section {
    padding: 50px 32px 60px;
  }
}
@media (max-width: 480px) {
  .media-section {
    padding: 50px 20px 60px;
  }
}

.media-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .media-container {
    padding: 80px 0 0;
  }
}

.title {
  font-size: 32px;
  color: #212529;
  font-weight: 500;
  line-height: normal;
  font-family: "Optima", "Noto Sans KR", serif;
  color: #000000;
  text-align: center;
  margin-bottom: 83px;
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.filter-tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 117px;
}
@media (max-width: 768px) {
  .filter-tabs-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .filter-tabs-wrapper {
    margin-bottom: 60px;
  }
}

.filter-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.tab-button {
  font-size: 16px;
  color: #343a40;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  font-family: "Optima", "Noto Sans KR", serif;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 24px 16px;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tab-button {
    font-size: 18px;
    padding: 0 24px 14px;
  }
}
@media (max-width: 480px) {
  .tab-button {
    font-size: 16px;
    padding: 0 16px 12px;
  }
}
.tab-button:hover {
  opacity: 0.8;
}
.tab-button.active {
  font-weight: 500;
  color: #000000;
}
.tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 480px) {
  .tab-button.active::after {
    width: 50px;
  }
}

.tabs-divider {
  width: 1920px;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 0;
}
@media (max-width: 480px) {
  .tabs-divider {
    width: 100vw;
  }
}

.search-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 84px;
  flex-wrap: nowrap;
  width: 100%;
  gap: 32px;
}
@media (max-width: 1024px) {
  .search-header {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search-header {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.total-count {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: gray-700;
  font-weight: 400;
  line-height: normal;
  gap: 5px;
}
@media (max-width: 480px) {
  .total-count {
    font-size: 15px;
  }
}
.total-count .count-label {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.total-count .count-number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

.search-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.search-category {
  position: relative;
}

.category-dropdown {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  width: 107px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .category-dropdown {
    width: 100%;
  }
}
.category-dropdown .dropdown-label {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
.category-dropdown svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.category-dropdown:hover {
  border-color: silver;
}
.category-dropdown.active svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 107px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
@media (max-width: 480px) {
  .dropdown-menu {
    width: 100%;
  }
}
.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  color: #6c757d;
  font-weight: 400;
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: #555555;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-item.active {
  font-weight: 600;
  color: #000000;
}
.dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}
.dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .search-input-wrapper {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .search-input-wrapper {
    width: 100%;
  }
}

.search-input {
  width: 364px;
  height: 48px;
  padding: 16px;
  padding-right: 50px;
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.search-input::placeholder {
  color: #555555;
}
.search-input:focus {
  outline: none;
  border-color: #a6a6a6;
}

.search-button {
  position: absolute;
  right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}
.search-button svg {
  transition: transform 0.3s ease;
}
.search-button:hover {
  transform: scale(1.1);
}
.search-button:active {
  transform: scale(0.95);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px 16px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  .news-grid {
    width: 100%;
    gap: 60px 24px;
  }
}
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 24px;
  }
}
@media (max-width: 480px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 40px 16px;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.3s ease;
  text-decoration: none;
}
.news-card:hover {
  transform: translateY(-8px);
}
.news-card:hover .card-image img {
  transform: scale(1.05);
}
.news-card:active {
  transform: translateY(-4px);
}
.news-card.hidden {
  display: none;
}

.card-image {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #dee2e6;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .card-image {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .card-image {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .card-image {
    height: 250px;
  }
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 7px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: silver;
  border-radius: 4px;
  z-index: 1;
  height: 32px;
}
@media (max-width: 480px) {
  .card-badge {
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
}
.card-badge.news-badge {
  background-color: silver;
}
.card-badge.notice-badge {
  background-color: #6b8e9e;
}
.card-badge.video-badge {
  background-color: #8b7d6b;
}

.news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding: 0;
}

.news-card-title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  color: #212529;
  font-family: Pretendard;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .news-card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .news-card-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.card-date {
  font-size: 14px;
  color: #343a40;
  font-weight: normal;
  line-height: 1;
  font-family: Pretendard;
  margin: 0;
}
@media (max-width: 480px) {
  .card-date {
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .pagination {
    padding: 20px 0;
  }
}

.page-button {
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #adb5bd;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .page-button {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.page-button:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #d2d2d2;
}
.page-button.active {
  font-weight: 600;
  color: #ffffff;
  background-color: #b0897e;
  border-color: #98766d;
}
.page-button:active {
  transform: scale(0.95);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-card {
  animation: fadeInUp 0.5s ease forwards;
}

.news-card:nth-child(1) {
  animation-delay: calc(1 * 0.05s);
}

.news-card:nth-child(2) {
  animation-delay: calc(2 * 0.05s);
}

.news-card:nth-child(3) {
  animation-delay: calc(3 * 0.05s);
}

.news-card:nth-child(4) {
  animation-delay: calc(4 * 0.05s);
}

.news-card:nth-child(5) {
  animation-delay: calc(5 * 0.05s);
}

.news-card:nth-child(6) {
  animation-delay: calc(6 * 0.05s);
}

.news-card:nth-child(7) {
  animation-delay: calc(7 * 0.05s);
}

.news-card:nth-child(8) {
  animation-delay: calc(8 * 0.05s);
}

.news-card:nth-child(9) {
  animation-delay: calc(9 * 0.05s);
}

.no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
}
.no-results p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: #6c757d;
}

.news-detail-section {
  background-color: #f7f7f7;
  padding: 120px 0;
  position: relative;
}
.news-detail-section.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.news-detail-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.detail-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.detail-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.detail-title {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.28px;
  color: #000000;
  margin: 0;
}

.detail-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1.44px;
  color: #8e8e8e;
  margin: 0;
}

.detail-image-wrapper {
  width: 680px;
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto;
}

.detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.detail-footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  padding-bottom: 60px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.back-to-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 21px;
  width: 99px;
  height: 50px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  background-color: #89191c;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: pre;
}
.back-to-list-button:hover {
  background-color: #731518;
}
.back-to-list-button:active {
  transform: scale(0.98);
}

@media screen and (max-width: 1440px) {
  .news-detail-container {
    padding: 0 60px;
  }
  .detail-wrapper {
    padding: 0 60px;
    gap: 80px;
  }
  .detail-image-wrapper {
    width: 100%;
    max-width: 680px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail-container {
    padding: 0 40px;
  }
  .detail-wrapper {
    padding: 0 40px;
    gap: 60px;
  }
  .detail-title {
    font-size: 28px;
  }
  .detail-body {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-section {
    padding: 40px 0;
    margin-top: 100px;
  }
  .news-detail-container {
    padding: 0 20px;
  }
  .detail-wrapper {
    padding: 0 20px;
    gap: 50px;
  }
  .detail-header {
    gap: 30px;
  }
  .detail-title {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .detail-date {
    font-size: 14px;
  }
  .detail-body {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .news-detail-section {
    padding: 30px 0;
    margin-top: 30px;
  }
  .news-detail-container {
    padding: 0 16px;
  }
  .detail-wrapper {
    padding: 0 16px;
    gap: 40px;
  }
  .detail-header {
    gap: 20px;
  }
  .detail-title {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  .detail-date {
    font-size: 13px;
  }
  .detail-image-wrapper {
    width: 100%;
    height: auto;
  }
  .detail-body {
    font-size: 14px;
    line-height: 26px;
  }
  .detail-footer {
    gap: 30px;
  }
  .back-to-list-button {
    width: 90px;
    height: 45px;
    font-size: 14px;
    padding: 14px 18px;
  }
}
#noticeContent {
  width: 100%;
}

.notice-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.notice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.total-count {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
}
.total-count .count-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #787878;
}
.total-count .count-number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
}

.search-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-category {
  position: relative;
}

.category-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 107px;
  height: 54.433px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-dropdown svg {
  transition: transform 0.3s ease;
}
.category-dropdown:hover {
  border-color: silver;
}
.category-dropdown.active svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 107px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-item.active {
  font-weight: 600;
  color: #000000;
}
.dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}
.dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  width: 364px;
  height: 54.433px;
  padding: 15px;
  padding-right: 50px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.search-input::placeholder {
  color: #555555;
}
.search-input:focus {
  outline: none;
  border-color: #a6a6a6;
}

.notice-search-button {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}
.notice-search-button svg {
  transition: transform 0.3s ease;
}
.notice-search-button:hover {
  transform: scale(1.1);
}
.notice-search-button:active {
  transform: scale(0.95);
}

.notice-table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 45px;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  white-space: nowrap;
}
.table-header .header-title {
  flex: 1;
}
.table-header .header-date {
  width: 88px;
  text-align: center;
}

.table-body {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 45px;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.table-row:hover {
  background-color: #f5f5f5;
}
.table-row:active {
  background-color: #ededed;
}
.table-row .row-title {
  flex: 1;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.table-row .row-date {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  text-align: right;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 30px 0;
}

.page-button {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #8a8a8a;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-button:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #c5c5c5;
}
.page-button.active {
  font-weight: 600;
  color: #ffffff;
  background-color: #b0897e;
  border-color: #98766d;
}
.page-button:active {
  transform: scale(0.95);
}

.notice-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 100px;
}

.detail-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 60px;
}

.detail-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.detail-title {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 16px;
}

.detail-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.detail-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

.detail-body {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 60px;
  padding: 0 40px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .detail-body {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .detail-body {
    padding: 0;
  }
}
.detail-body p {
  margin-bottom: 0;
}
.detail-body ul {
  padding-left: 20px;
  margin: 0;
}
.detail-body ul li {
  margin-bottom: 8px;
  color: #555555;
}

.detail-attachments {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 40px;
}

.attachments-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.attachment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attachment-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.attachment-item svg {
  flex-shrink: 0;
}
.attachment-item .file-size {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
}
.attachment-item:hover {
  background-color: #f5f5f5;
  border-color: silver;
}
.attachment-item:active {
  transform: scale(0.98);
}

.detail-navigation {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}

.nav-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 30px;
  background-color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav-item .nav-label {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #787878;
}
.nav-item .nav-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.table-row {
  animation: fadeIn 0.5s ease forwards;
}

.table-row:nth-child(1) {
  animation-delay: calc(1 * 0.03s);
}

.table-row:nth-child(2) {
  animation-delay: calc(2 * 0.03s);
}

.table-row:nth-child(3) {
  animation-delay: calc(3 * 0.03s);
}

.table-row:nth-child(4) {
  animation-delay: calc(4 * 0.03s);
}

.table-row:nth-child(5) {
  animation-delay: calc(5 * 0.03s);
}

.table-row:nth-child(6) {
  animation-delay: calc(6 * 0.03s);
}

.table-row:nth-child(7) {
  animation-delay: calc(7 * 0.03s);
}

.table-row:nth-child(8) {
  animation-delay: calc(8 * 0.03s);
}

.table-row:nth-child(9) {
  animation-delay: calc(9 * 0.03s);
}

.table-row:nth-child(10) {
  animation-delay: calc(10 * 0.03s);
}

@media screen and (max-width: 1440px) {
  .detail-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .notice-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .search-area {
    width: 100%;
  }
  .search-input {
    flex: 1;
  }
  .table-header {
    padding: 18px 30px;
    font-size: 16px;
  }
  .table-row {
    padding: 25px 30px;
  }
  .table-row .row-title {
    font-size: 20px;
  }
  .table-row .row-date {
    font-size: 16px;
  }
  .notice-detail-container {
    padding: 0 40px;
  }
  .detail-content {
    padding: 40px;
  }
  .detail-title {
    font-size: 26px;
  }
  .detail-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .total-count {
    font-size: 18px;
  }
  .category-dropdown,
  .search-input {
    font-size: 16px;
    height: 48px;
  }
  .category-dropdown {
    width: 90px;
  }
  .table-header {
    padding: 15px 20px;
    font-size: 15px;
  }
  .table-header .header-date {
    width: 70px;
  }
  .table-row {
    padding: 20px;
  }
  .table-row .row-title {
    font-size: 18px;
  }
  .table-row .row-date {
    font-size: 15px;
  }
  .notice-detail-container {
    padding: 0 20px;
  }
  .detail-content {
    padding: 30px;
  }
  .detail-title {
    font-size: 24px;
  }
  .detail-body {
    font-size: 15px;
  }
  .attachments-title {
    font-size: 16px;
  }
  .attachment-item {
    font-size: 14px;
  }
  .nav-item {
    padding: 16px 20px;
  }
  .nav-item .nav-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .total-count {
    font-size: 16px;
  }
  .search-area {
    flex-direction: column;
    gap: 10px;
  }
  .search-area .search-category {
    width: 100%;
  }
  .category-dropdown {
    width: 100%;
  }
  .search-input-wrapper {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
  .table-header {
    padding: 12px 16px;
    font-size: 14px;
  }
  .table-header .header-date {
    width: auto;
    min-width: 60px;
  }
  .table-row {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .table-row .row-title {
    font-size: 16px;
    padding-right: 0;
    white-space: normal;
  }
  .table-row .row-date {
    font-size: 14px;
    text-align: left;
  }
  .pagination {
    padding: 20px 0;
  }
  .page-button {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .notice-detail-container {
    padding: 0 20px;
  }
  .detail-content {
    padding: 24px 0;
    border-radius: 6px;
  }
  .detail-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .detail-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .detail-meta {
    font-size: 14px;
  }
  .detail-body {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .detail-attachments {
    padding: 20px;
  }
  .attachment-item {
    font-size: 13px;
    padding: 10px 14px;
  }
  .nav-item {
    padding: 14px 16px;
  }
  .nav-item .nav-label {
    font-size: 13px;
  }
  .nav-item .nav-title {
    font-size: 14px;
  }
}
@media print {
  .search-area,
  .pagination,
  .back-button {
    display: none;
  }
  .table-row {
    page-break-inside: avoid;
  }
  .detail-content {
    box-shadow: none;
  }
  .detail-navigation {
    display: none;
  }
}
/* === 1. 컨테이너 및 기본 설정 === */
.detail-body {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #333;
}

.terms-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.terms-container .terms-content {
  font-size: 15px;
  line-height: 1.6;
}
.terms-container .font-bold {
  font-weight: 700;
}

/* === 2. 각 조항 (Article) === */
.terms-article {
  margin-bottom: 40px;
  /* === 3. 테이블 스타일 (핵심) === */
}
.terms-article .article-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 4px;
}
.terms-article .article-text {
  margin-bottom: 15px;
  padding-left: 5px;
  word-break: keep-all;
  font-size: 15px;
  line-height: 1.6;
}
.terms-article .article-text.font-bold {
  font-weight: 700;
  color: #333;
}
.terms-article .article-text > br + * {
  display: block;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.terms-article .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.terms-article .table-wrapper .terms-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  font-size: 14px;
  min-width: 800px;
}
.terms-article .table-wrapper .terms-table th, .terms-article .table-wrapper .terms-table td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
  word-break: keep-all;
  vertical-align: top;
}
.terms-article .table-wrapper .terms-table th:first-child, .terms-article .table-wrapper .terms-table td:first-child {
  border-left: none;
}
.terms-article .table-wrapper .terms-table th {
  background-color: #f5f5f5;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.terms-article .table-wrapper .terms-table td {
  text-align: left;
  line-height: 1.5;
  color: #333;
}
.terms-article .table-wrapper .terms-table td ul, .terms-article .table-wrapper .terms-table td li {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* === 4. 반응형 (모바일) === */
@media (max-width: 768px) {
  .terms-container .terms-article {
    margin-bottom: 30px;
  }
  .terms-container .article-title {
    font-size: 16px;
  }
  .terms-container .article-text {
    font-size: 14px;
  }
  .terms-container .table-wrapper .terms-table {
    min-width: 600px;
  }
}
.store-locator-section {
  padding: 80px 0px 0px;
  position: relative;
}

.locator-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 80px;
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .locator-container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .locator-container {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .locator-container {
    padding: 0 20px;
  }
}

.tab-content {
  display: flex;
  flex-direction: column;
}
.tab-content.off {
  display: none;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.section-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #363636;
  text-align: center;
}
@media (max-width: 480px) {
  .section-description {
    font-size: 20px;
  }
}
.section-description p {
  margin: 0;
}

.search-filters {
  width: 100%;
  margin-bottom: 0;
}

.filter-row {
  display: flex;
  gap: 9px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 20px;
}

.custom-select-wrapper {
  position: relative;
  flex: 1;
}

.custom-select {
  width: 100%;
  height: 64px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.54px;
  color: #333333;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-select:hover {
  border-color: #89846d;
}
.custom-select:focus {
  outline: none;
  border-color: #89846d;
  box-shadow: 0 0 0 3px rgba(137, 132, 109, 0.1);
}
.custom-select:last-of-type {
  color: #000000;
}

.select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.custom-select:focus + .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.search-button {
  border: none;
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.search-button:hover {
  background-color: #6d6956;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(137, 132, 109, 0.3);
}
.search-button:active {
  transform: translateY(0);
}

.location {
  display: flex;
  gap: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 120px;
}
.location__map-area {
  width: 100%;
  height: 780px;
  flex: 2;
  background-color: #f5f3f1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .location__map-area {
    padding: 2rem 0;
    flex: unset;
    height: 520px;
  }
  .location__map-area img {
    transform: scale(0.7);
  }
}
@media (max-width: 480px) {
  .location__map-area {
    height: 400px;
  }
}
.location__map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-list-area {
  position: relative;
  display: flex;
  gap: 12px;
  flex: 3;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 480px) {
  .store-list-area {
    padding: 0;
  }
}

.store-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 480px) {
  .store-list {
    padding: 0;
    overflow-y: visible;
  }
}
.store-list::-webkit-scrollbar {
  display: none;
}

#store-list-none {
  width: 100%;
  justify-content: center;
}

.no-results-message {
  text-align: center;
  padding: 80px 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-results-message p {
  margin: 8px 0;
  line-height: 1.6;
  font-size: 16px;
  color: #555555;
}
.no-results-message p:first-child {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
}

.custom-scrollbar {
  width: 8px;
  height: 100%;
  background-color: transparent;
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
}

.scrollbar-thumb {
  width: 8px;
  height: 312px;
  background-color: #bcbcbc;
  border-radius: 8px;
  position: absolute;
  top: 0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.scrollbar-thumb:hover {
  background-color: #969696;
}

.store-card {
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 13px;
  padding: 23px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.store-card .store-card-content {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 480px) {
  .store-card .store-card-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.store-card .brand-logo {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: none;
}
.store-card .brand-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(0.8);
}
.store-card .store-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.store-card .store-name {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.72px;
  color: #111111;
  margin: 0;
}
.store-card .store-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.store-card .store-detail-row {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.store-card .store-detail-label {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #000000;
  width: 70px;
  flex-shrink: 0;
}
.store-card .store-detail-value {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #111111;
  flex: 1;
}
.store-card .store-card.hidden {
  display: none;
}

@media screen and (max-width: 1440px) {
  .map-area {
    width: 520px;
    height: 850px;
  }
  .map-image {
    width: 420px;
    height: 612px;
    left: 50px;
    top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .section-description {
    font-size: 20px;
    line-height: 32px;
  }
  .filter-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .custom-select-wrapper {
    flex: 1 1 calc(50% - 4px);
    min-width: 200px;
  }
  .custom-select {
    height: 56px;
    padding: 16px;
  }
  .content-area {
    flex-direction: column;
    gap: 24px;
  }
  .map-area {
    width: 100%;
    height: 500px;
  }
  .map-image {
    width: 80%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .store-list-area {
    padding: 24px 24px;
    flex: unset;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .store-list-area {
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .store-card-content {
    gap: 24px;
  }
  .store-name {
    font-size: 20px;
  }
  .detail-label,
  .detail-value {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .locator-container {
    gap: 20px;
  }
  .section-description {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-select-wrapper {
    flex: 1 1 100%;
  }
  .custom-select {
    height: 52px;
  }
  .map-area {
    height: 400px;
  }
  .store-card {
    padding: 20px 16px;
  }
  .brand-logo {
    width: 80px;
  }
  .store-info {
    gap: 16px;
    width: 100%;
  }
  .store-name {
    font-size: 18px;
  }
  .detail-row {
    flex-direction: column;
    gap: 4px;
  }
  .detail-label {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .section-label {
    font-size: 18px;
  }
  .section-description {
    font-size: 16px;
    line-height: 26px;
  }
  .custom-select {
    height: 48px;
    padding: 12px;
  }
  .map-area {
    height: 320px;
  }
  .store-card {
    padding: 16px 12px;
  }
  .brand-logo {
    width: 60px;
  }
  .store-name {
    font-size: 16px;
  }
  .detail-label,
  .detail-value {
    font-size: 13px;
  }
  .custom-scrollbar {
    width: 6px;
    display: none;
  }
  .scrollbar-thumb {
    width: 6px;
    height: 200px;
  }
  .content-area {
    height: auto;
  }
}
.franchise-cost-section {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .franchise-cost-section {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .franchise-cost-section {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .franchise-cost-section {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}

.cost-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .cost-container {
    padding: 0;
  }
}

.cost-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 0;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.cost-table thead tr th {
  background-color: #6C6C6C;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  padding: 15px 20px;
  text-align: center;
  border-right: 8px solid #fff;
}
.cost-table thead tr th:last-child {
  border-right: none;
}
.cost-table tbody tr {
  transition: background-color 0.2s ease;
}
.cost-table tbody tr:hover {
  background-color: rgba(196, 162, 110, 0.05);
}
.cost-table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #272727;
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  background-color: #ffffff;
  border-right: 8px solid #fff;
  white-space: nowrap;
}
.cost-table tbody tr td.td-multiline {
  line-height: 1.4;
}
.cost-table tbody tr td:first-child, .cost-table tbody tr td:last-child {
  background-color: #ffffff;
}
.cost-table tbody tr td:last-child {
  border-right: none;
}
.cost-table tbody tr:last-child td {
  border-bottom: none;
}

.contact-finder-section {
  background-color: #F3F3F3;
  padding: 120px 0;
}

.contact-container {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.selector-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.selector-label {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #242424;
  margin: 0;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  width: 100%;
  height: 56px;
  padding: 0 48px 0 20px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #272727;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .custom-select {
    font-size: 16px;
  }
}
.custom-select:hover {
  border-color: #c4a26e;
}
.custom-select:focus {
  outline: none;
  border-color: #c4a26e;
  box-shadow: 0 0 0 3px rgba(196, 162, 110, 0.1);
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.custom-select:focus + .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.contact-info-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info-group .contact-info-label {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #242424;
  margin: 0;
}
@media (max-width: 480px) {
  .contact-info-group .contact-info-label {
    font-size: 16px;
  }
}
.contact-info-group .contact-info-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #ededed;
  font-size: 18px;
}
@media (max-width: 480px) {
  .contact-info-group .contact-info-box {
    font-size: 16px;
  }
}
.contact-info-group .contact-info-box.empty-message {
  text-align: center;
  color: #999;
  padding: 20px 0;
}
.contact-info-group .contact-info-box .info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-info-group .contact-info-box .info-label {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #adb5bd;
}
.contact-info-group .contact-info-box .info-value {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #272727;
}
@media (max-width: 480px) {
  .contact-info-group .contact-info-box .info-value {
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .contact-finder-section {
    padding: 70px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-finder-section {
    padding: 60px;
  }
  .cost-table thead th {
    font-size: 18px;
    padding: 12px 16px;
  }
  .cost-table thead th.col-category {
    min-width: 160px;
  }
  .cost-table thead th.col-brand {
    min-width: 300px;
  }
  .cost-table tbody td {
    font-size: 16px;
    padding: 14px 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-finder-section {
    padding: 50px 40px;
  }
  .cost-container {
    gap: 32px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .cost-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cost-table {
    min-width: 800px;
  }
  .cost-table thead th {
    font-size: 16px;
    padding: 10px 12px;
  }
  .cost-table tbody td {
    font-size: 14px;
    padding: 12px;
  }
  .cost-table tbody td.td-multiline {
    line-height: 1.5;
  }
  .contact-container {
    gap: 32px;
  }
  .custom-select {
    height: 52px;
  }
  .contact-info-box {
    padding: 28px;
    gap: 20px;
  }
  .info-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact-finder-section {
    padding: 80px 20px 80px;
  }
  .cost-container {
    gap: 28px;
  }
  .section-label {
    font-size: 18px;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .cost-table {
    min-width: 700px;
  }
  .cost-table thead th {
    font-size: 14px;
    padding: 8px 10px;
  }
  .cost-table thead th.col-category {
    min-width: 120px;
  }
  .cost-table thead th.col-brand {
    min-width: 220px;
  }
  .cost-table tbody td {
    font-size: 13px;
    padding: 10px;
  }
  .cost-table tbody td.td-multiline {
    line-height: 1.6;
  }
  .contact-container {
    gap: 28px;
  }
  .selector-label {
    font-size: 16px;
  }
  .custom-select {
    height: 48px;
    padding: 0 40px 0 16px;
  }
  .select-arrow {
    width: 20px;
    height: 20px;
    right: 12px;
  }
  .contact-info-box {
    padding: 24px;
    gap: 18px;
  }
  .info-label {
    font-size: 14px;
  }
}
.cost-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.cost-table-wrapper::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  border-radius: 4px;
}

.cost-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #ced4da;
  border-radius: 4px;
}
.cost-table-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #ced4da;
}

@media (max-width: 1024px) {
  .only-lg {
    display: none;
  }
}

@media (max-width: 768px) {
  .only-md {
    display: none;
  }
}

/* ==================== Lookbook Section ==================== */
.lookbook-section {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.lookbook-container {
  position: relative;
}

.lookbook-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.lookbook-title {
  font-family: "Optima", serif;
  text-align: center;
}

.lookbook-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-item {
  font-family: "Optima", serif;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.nav-item:hover, .nav-item.active {
  color: #212529;
  font-weight: 700;
}

.lookbook-gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 16px;
  height: 740px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .lookbook-gallery {
    height: 640px;
    gap: 12px;
  }
}

.gallery-item {
  flex: 0 0 auto;
  width: calc((100% - 32px) / 3);
  min-width: 450px;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item.featured .featured-content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31.844%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.featured-title {
  font-family: "Optima", serif;
  margin-bottom: 8px;
  color: #ffffff;
}

.featured-link a {
  white-space: nowrap;
}

.featured-underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

/* ==================== Info Cards Section ==================== */
.info-section {
  width: 100%;
  background-color: #fff;
}

.info-container {
  margin: 0 auto;
  display: flex;
  gap: 16px;
}

.info-card {
  flex: 1;
  height: 480px;
  background-color: #a5a5a5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .info-card {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .info-card {
    max-height: 420px;
  }
}
@media (max-width: 480px) {
  .info-card {
    max-height: 360px;
  }
}
.info-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.info-card:hover img {
  transform: scale(1.05);
}
.info-card .card-underline {
  width: 100%;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
}

.card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.card-title {
  font-family: "Optima", serif;
  margin-bottom: 16px;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 480px) {
  .card-title {
    margin-bottom: 8px;
  }
}

.card-link {
  width: fit-content;
  margin: auto;
}
.card-link a {
  white-space: nowrap;
}

.card-underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

/* ==================== Responsive - 1024px ==================== */
@media (max-width: 1024px) {
  .main-hero-section {
    min-height: 600px;
    height: 80vh;
  }
  .hero-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .text-marquee {
    height: 36px;
  }
  .marquee-item {
    height: 36px;
    gap: 35px;
    padding-right: 35px;
  }
  .marquee-item span {
    font-size: 16px;
    line-height: 36px;
  }
  .description-second {
    margin-top: 32px;
  }
  .view-more-btn {
    margin-top: 60px;
  }
  .lookbook-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .nav-item {
    font-size: 18px;
  }
  .gallery-item {
    min-width: 400px;
  }
  .featured-link p {
    font-size: 20px;
  }
  .info-section {
    padding: 60px 20px 80px;
  }
  .info-container {
    flex-direction: column;
    gap: 20px;
  }
}
/* ==================== Responsive - 768px ==================== */
@media (max-width: 768px) {
  .main-hero-section {
    min-height: 500px;
    height: 70vh;
  }
  .hero-images {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .hero-img-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-img-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .hero-img-3 {
    grid-column: 1;
    grid-row: 3;
  }
  .hero-img-4 {
    grid-column: 1;
    grid-row: 4;
  }
  .text-marquee {
    height: 32px;
  }
  .marquee-item {
    height: 32px;
    gap: 28px;
    padding-right: 28px;
  }
  .marquee-item span {
    font-size: 14px;
    line-height: 32px;
  }
  .about-title {
    margin-bottom: 24px;
  }
  .description-second {
    margin-top: 24px;
  }
  .view-more-btn {
    margin-top: 40px;
  }
  .btn-text {
    font-size: 16px;
  }
  .btn-icon {
    width: 20px;
    height: 20px;
  }
  .lookbook-nav {
    gap: 12px;
  }
  .nav-item {
    font-size: 16px;
  }
  .lookbook-gallery {
    height: 600px;
    gap: 10px;
  }
  .gallery-item {
    min-width: 350px;
  }
  .featured-link p {
    font-size: 18px;
  }
  .featured-underline {
    width: 180px;
  }
  .info-section {
    padding: 50px 15px 70px;
  }
  .card-link p {
    font-size: 18px;
  }
}
/* ==================== Responsive - 480px ==================== */
@media (max-width: 480px) {
  .main-hero-section {
    min-height: 400px;
    height: 60vh;
  }
  .text-marquee {
    height: 28px;
  }
  .marquee-item {
    height: 28px;
    gap: 20px;
    padding-right: 20px;
  }
  .marquee-item span {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
  .about-title {
    margin-bottom: 20px;
  }
  .description {
    font-size: 14px;
    line-height: 24px;
  }
  .description p {
    margin-bottom: 8px;
  }
  .description-second {
    margin-top: 20px;
  }
  .view-more-btn {
    margin-top: 30px;
  }
  .btn-text {
    font-size: 14px;
  }
  .btn-icon {
    width: 18px;
    height: 18px;
  }
  .lookbook-header {
    gap: 20px;
    margin-bottom: 20px;
  }
  .lookbook-nav {
    gap: 10px;
  }
  .nav-item {
    font-size: 14px;
  }
  .lookbook-gallery {
    height: 500px;
    gap: 8px;
  }
  .gallery-item {
    min-width: 300px;
  }
  .featured-link p {
    font-size: 16px;
  }
  .featured-underline {
    width: 100%;
  }
  .info-section {
    padding: 40px 10px 60px;
  }
  .info-container {
    gap: 15px;
  }
  .info-card {
    height: 350px;
  }
  .card-content {
    bottom: 40px;
  }
}
/* ==================== Section 1: Science of Beauty ==================== */
.science-beauty-section {
  width: 100%;
  background-color: #fdfbf4;
  padding: 120px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .science-beauty-section {
    padding: 100px 32px;
  }
}
@media (max-width: 768px) {
  .science-beauty-section {
    padding: 80px 24px;
  }
}
@media (max-width: 480px) {
  .science-beauty-section {
    padding: 60px 20px;
  }
}

.science-beauty-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 64px;
}
@media (max-width: 1440px) {
  .science-beauty-container {
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .science-beauty-container {
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .science-beauty-container {
    gap: 40px;
  }
}

/* Science Beauty Header */
.science-beauty-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.science-beauty-title-ko {
  letter-spacing: -0.88px;
}
@media (max-width: 768px) {
  .science-beauty-title-ko {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .science-beauty-title-ko {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
}

.science-beauty-title-en {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.64px;
  font-style: italic;
}
@media (max-width: 1440px) {
  .science-beauty-title-en {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .science-beauty-title-en {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .science-beauty-title-en {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}

/* Science Beauty Description */
.science-beauty-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  text-align: center;
  margin-top: -32px;
}
@media (max-width: 480px) {
  .science-beauty-description {
    gap: 6px;
  }
}
.science-beauty-description p {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.64px;
  margin: 0;
}
@media (max-width: 768px) {
  .science-beauty-description p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .science-beauty-description p {
    font-size: 14px;
    letter-spacing: -0.56px;
    line-height: 1.7;
  }
}

/* Science Beauty Cards Grid */
.science-beauty-cards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  width: 1820px;
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .science-beauty-cards {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .science-beauty-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .science-beauty-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.science-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  animation: fadeInUp 0.8s ease-out backwards;
}
.science-card:nth-child(1) {
  animation-delay: 0.3s;
}
.science-card:nth-child(2) {
  animation-delay: 0.45s;
}
.science-card:nth-child(3) {
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .science-card:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .science-card:last-child {
    grid-column: 1;
    max-width: 100%;
  }
}

.science-card-image {
  width: 100%;
  height: 540px;
  background-color: #3e3e3e;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .science-card-image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .science-card-image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .science-card-image {
    height: 360px;
  }
}
.science-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.science-card-title {
  font-size: 22px;
  color: #0f0f0f;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.88px;
  margin: 0;
}
@media (max-width: 768px) {
  .science-card-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .science-card-title {
    font-size: 18px;
  }
}

.science-card-description {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
  margin: 0;
}
@media (max-width: 768px) {
  .science-card-description {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .science-card-description {
    font-size: 14px;
  }
}

/* ==================== Section 2: Woman's Dream ==================== */
.dream-section {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .dream-section {
    padding: 100px 32px;
  }
}
@media (max-width: 768px) {
  .dream-section {
    padding: 80px 24px;
  }
}
@media (max-width: 480px) {
  .dream-section {
    padding: 60px 20px;
  }
}

.dream-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 64px;
}
@media (max-width: 1440px) {
  .dream-container {
    gap: 56px;
  }
}
@media (max-width: 768px) {
  .dream-container {
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .dream-container {
    gap: 40px;
  }
}

/* Dream Header with Divider */
.dream-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.dream-divider-line {
  width: 1px;
  height: 78px;
  background-color: #000000;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .dream-divider-line {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .dream-divider-line {
    height: 50px;
  }
}

.dream-title-ko {
  font-size: 22px;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.88px;
  margin: 0;
}
@media (max-width: 768px) {
  .dream-title-ko {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .dream-title-ko {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
}

.dream-title-en {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.64px;
  font-style: italic;
  margin: 0;
}
@media (max-width: 1440px) {
  .dream-title-en {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .dream-title-en {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .dream-title-en {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}

/* Dream Description */
.dream-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  text-align: center;
  margin-top: -32px;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}
@media (max-width: 480px) {
  .dream-description {
    gap: 6px;
  }
}
.dream-description p {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.64px;
  margin: 0;
}
@media (max-width: 768px) {
  .dream-description p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .dream-description p {
    font-size: 14px;
    letter-spacing: -0.56px;
    line-height: 1.7;
  }
}

.dream-gallery-item {
  width: 100%;
  height: 628px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  animation: fadeInUp 0.8s ease-out backwards;
}
.dream-gallery-item:nth-child(1) {
  animation-delay: 0.3s;
}
.dream-gallery-item:nth-child(2) {
  animation-delay: 0.45s;
}
.dream-gallery-item:nth-child(3) {
  animation-delay: 0.6s;
}
@media (max-width: 1440px) {
  .dream-gallery-item {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .dream-gallery-item {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .dream-gallery-item {
    height: 400px;
  }
}
.dream-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* ==================== Animations ==================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
