/* Swiper CSS */
.swiper-container {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
.swiper-button-next {
    right: -40px !important;
}

.swiper-button-prev {
    left: -40px !important;
}

.exhibition-categories-grid {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 40px;
}
.exhibition-categories-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.exhibition-category-item {
    max-width: 1280px;
    margin: 0 auto;
}
.exhibition-category-item {
    display: flex;
    justify-content: space-evenly;
    gap: 60px;
    padding: 150px 120px;
    /* border-bottom: 1px solid #ddd; */
    align-items: stretch;
}
.exhibition-category-item-container:first-child .exhibition-category-item {
    padding-top: 0;
}
.exhibition-category-item-container:nth-child(odd) {
    background: var(--base);
}
.exhibition-category-item-container:nth-child(odd) .exhibition-category-item {
    flex-direction: row-reverse;
    background: var(--base);
}
.exhibition-category-item-container:nth-child(even) .exhibition-info {
    text-align: right;
}
.exhibition-swiper .swiper-pagination {
  display: none !important;
}
.exhibition-ep-no {
    font-size: 25px;
    margin: 0 0 10px;
}
.exhibition-ep-h2 {
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}
.exhibition-ep-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1440px;
    margin: 10px auto;
}
.exhibition-ep-viewall {
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    color: #C6C4C0;
}
.exhibition-ep-tag {
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.exhibition-ep-tagline {
    margin: 0;
    font-family: Helvetica, sans-serif;
}
.exhibition-ep-tagline.kr {
    font-weight: bold;
}
/* 슬라이드 카드 박스(이미지 감싸는 div) */
.exhibition-post .post-thumbnail{
  position: relative;
  width: 100%;
  aspect-ratio: .75;   /* ← 3:4 세로형. 2/3 로 바꾸면 더 길쭉 */
  overflow: hidden;
  border-radius: 5px;
}

/* 이미지 채우기 */
.exhibition-post .post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 중앙 크롭 */
  display: block;
}
.exhibition-post span {
    color: white;
    padding: 8px 5px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    max-width: 50%;
}
/* Swiper가 슬라이드 높이를 자동으로 따라가도록 */
.exhibition-swiper .swiper-slide{ height: auto; }
.grid-overlay-container {
    /* display: flex; */
    /* height: 100%; */
}
.grid-overlay-container .overlay span {
    color: #fff;
    /* padding: 0 20px; */
}
.exhibition-image-link {
    display: block; 
    flex-shrink: 0; 
    width: calc(50% -  40px);
    /* height: 150px;  */
    border-radius: 30px 30px 30px 130px; 
    overflow: hidden;
    aspect-ratio: 619 / 701;
}
.exhibition-category-item-container:nth-child(odd) .exhibition-image-link {
    border-radius: 30px 30px 130px 30px; 
}
.single-exhibition-info {
    /* display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
    max-width: 1440px;
    margin: 0 auto 100px; */
    /* margin-bottom: 40px; */
    /* border-bottom: 1px solid #ddd; */
}
.single-exhibition-info {
    max-width: 1440px;
    margin: 0 auto 100px;
    display: grid;
    /* grid-template-columns: 42.57% 42.57%;
    column-gap: 14.86%; */
    grid-template-columns: 1fr;
    column-gap: clamp(50px, 14.86%, 170px); /* 14.86% 비율 유지, 최소 24px, 최대 214px */
    padding: 0 0px 40px;
}
.single-exhibition-info-top {
    max-width: 540px;
    margin: 0 auto;
}
.exhibition-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 542 / 676;
    border-radius: 0;
}
.exhibition-info-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: clamp(1.875rem, 4.5vw, 7.8125rem);
}
.exhibition-description {
    white-space: pre-line;   /* \n을 실제 줄바꿈으로 렌더링 */
}
.exhibition-details {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.exhibition-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    min-height: 100%;
    width: 50%;
}
.exhibition-info .ep-no {
    font-size: clamp(20px, 17px + 1.8vw, 28px);
    font-weight: bold;
    margin: 10px 0 40px;
}
.exhibition-description {
    /* font-size: 20px; */
    /* font-weight: bold;  */
}
.exhibition_list_viewall {
    /* margin-top: 20px; */
    display: block;
    color: var(--base-2);
}
.exhibition-info h2 {
    font-size: clamp(28px, 3.9vw, 56px);
    font-weight: bold;
    margin-bottom: 30px;
}
h1.exhibition-title {
    letter-spacing: 0;
    font-size: clamp(20px, 17px + 1.8vw, 20px);
    font-family: 'Optician Sans';
    margin-bottom: 0;
    /* font-size: clamp(1.75rem, 2vw, 2.375rem); */
}
h2.exhibition-tagline {
    font-size: clamp(20px, 17px + 1.8vw, 20px);
    text-align: right;
    font-size: 15px;
    margin-bottom: 0;
    /* font-size: clamp(1.75rem, 2vw, 2.375rem); */
}
.exhibition-details p {
    margin-bottom: 10px;
}
.sub-description p {
    margin-bottom: 20px;
}
.exhibition-info h3 {
    font-size: clamp(20px, 17px + 1.8vw, 28px);
    margin-bottom: 0;
}
.exhibition-sub-description {
    width: 60%;
}
.exhibition-date-location {
    width: 40%;
}
.exhibition-info .exhibition-info-description p {
    margin-bottom: 10px;
}
.exhibition-info p {
    margin-bottom: 0;
    word-break: keep-all;
}
.exhibition-info  .exhibition-info-bottom p {
    margin-bottom: 15px;
}
.exhibition-info  .exhibition-info-bottom p.exhibition_list_location {
    margin-bottom: 40px;
}
.exhibition-category-section h3 {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exhibition-category-section h3 a {
    font-size: 14px;
}

.exhibition-category-section h4 {
    font-weight: normal;
    text-align: left;
}
.exhibition-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.exhibition-post-item {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.exhibition-post-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.exhibition-post-item h3 {
    /* font-size: 1.2em; */
    color: #555;
}

.exhibition-post-item h3 a {
    text-decoration: none;
    color: #fff;
}

.exhibition-post-item h3 a:hover {
    color: #fff;
}
.exhibition-post-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.exhibition-post-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.exhibition-post-item:hover img {
    transform: scale(1.05); /* 이미지 확대 효과 */
}

.exhibition-post-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 어두운 오버레이 */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.exhibition-post-item:hover .overlay {
    opacity: 1;
}

.exhibition-post-item .overlay h3 {
    color: #fff;
    /* font-size: 1.2em; */
    text-align: center;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.exhibition-post-item:hover .overlay h3 {
    opacity: 1;
    transform: translateY(0);
}
.exhibition-post .post-title {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid var(--base);
    border-radius: 5px;
    font-weight: bold;
}
.artistbrand-category-item {
    padding: 0px; 
    text-align: center;
}

.artistbrand-category-item h3 {
    font-size: 20px;
}

/* 기본 섹션 스타일 */
.exhibition-category-section {
    padding: 0;
}

/* 홀수 섹션 스타일 */
.exhibition-category-section:nth-child(odd) {
    /* background-color: var(--base-6); */
}

/* 짝수 섹션 스타일 */
.exhibition-category-section:nth-child(even) {
    /* background-color: var(--base); */
}

/* 기본 그리드 스타일 */
.exhibition-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 기본 4열 */
    gap: 20px;
}

/* 포스트 아이템 */
.exhibition-post-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.exhibition-post-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next, .swiper-button-prev {
    color: var(--contrast-1) !important;
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
    .exhibition-category-grid,
    .exhibition-categories-grid {
        grid-template-columns: repeat(3, 1fr) !important; /* 태블릿: 3열 */
    }
}

@media (max-width: 768px) {
    .exhibition-category-grid,
    .exhibition-categories-grid {
        grid-template-columns: repeat(2, 1fr) !important; /* 모바일: 2열 */
    }
    .exhibition-category-section h3 {
        /* font-size: 18px; */
    }
    .exhibition-category-section h3 a {
        font-size: 12px;
    }
    .exhibition-category-section h4 {
        /* font-size: 16px; */
    }
    .exhibition-ep-info {
        flex-direction: column;
        margin-top: 20px;
        padding: 0;
    }
    .exhibition-ep-tag {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .single-exhibition-info {
        padding: 0 0 20px;
    }
}

@media (max-width: 480px) {
    .exhibition-info {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    .exhibition-info-description {
        margin: 20px 0;
    }
    .exhibition-sub-description {
        width: 100%;
    }
    .exhibition-date-location {
        width: 100%;
    }
    .exhibition-category-grid,
    .exhibition-categories-grid,
    .artistbrand-category-grid {
        grid-template-columns: 1fr !important; /* 작은 모바일: 1열 */
    }

    .exhibition-post-item {
        padding: 10px;
    }

    .exhibition-category-section {
        padding: 0px;
    }
}

/* 이미지 반응형 */
.exhibition-post-item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform 0.3s;
    object-fit: cover;
}

.exhibition-post-item:hover img {
    transform: scale(1.05); /* 이미지 확대 효과 */
}

/* 오버레이 */
.exhibition-post-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.exhibition-post-item:hover .overlay {
    opacity: 1;
}

.exhibition-post-item .overlay h3 {
    color: #fff;
    /* font-size: 1.2em; */
    text-align: center;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.exhibition-post-item:hover .overlay h3 {
    opacity: 1;
    transform: translateY(0);
}


/* Exhibitions Category Page Template CSS  */
/* Exhibition Posts Grid */
.full-width-container {
    width: 100%;
}
.exhibition-post .post-thumbnail {
    height: auto;
    /* max-height: 400px; */
    aspect-ratio: .75;
}
.exhibition-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 한 줄에 4개 */
    gap: clamp(1.875rem, 3.5vw, 5.625rem) 30px;
    padding: 0;
    max-width: 1440px;
    /* max-width: clamp(940px, 91.6vw, 1760px); */
    margin: 0 auto;
}
.exhibition-category-grid {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exhibition-posts-grid .post-title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Exhibition Post Item */
.exhibition-post {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
    transition: box-shadow 0.3s ease;
    aspect-ratio: .75;
}

.exhibition-post:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Thumbnail Image */
.exhibition-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.exhibition-post:hover .post-thumbnail img {
    filter: grayscale(100%) brightness(1.1);
    transform: scale(1.0);
}

/* Overlay Effect */
.exhibition-post .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    border-radius: 6px;
}

.exhibition-post:hover .overlay {
    opacity: 1;
}

/* Post Title */
.exhibition-post .overlay h2 {
    color: #fff;
    /* font-size: 1.2em; */
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.exhibition-post:hover .overlay h2 {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .exhibition-posts-grid {
        grid-template-columns: repeat(3, 1fr); /* 태블릿에서 3열 */
    }
}
/* 좁은 화면에서는 스택 */
@media (max-width: 960px) {
  .single-exhibition-info {
    margin-top: 50px;
    grid-template-columns: 1fr;
    row-gap: 32px; /* 세로 간격 */
    column-gap: 0;
  }
}
@media (max-width: 768px) {
    .exhibition-posts-grid {
        grid-template-columns: repeat(2, 1fr); /* 모바일에서 2열 */
    }
    .exhibition-category-item {
        padding: 20px 20px;
        width: 100%;
    }
    .exhibition-info {
        gap: 15px;
        width: 100%;
    }
    .swiper-button-next {
        right: 30px !important;
    }

    .swiper-button-prev {
        left: 30px !important;
    }
}

@media (max-width: 480px) {
    .exhibition-posts-grid {
        grid-template-columns: 1fr; /* 작은 모바일에서 1열 */
    }
    .exhibition-category-item {
        flex-direction: column;
    }
    .exhibition-image-link {
        width: 100%;
    }
    .exhibition-info .ep-no {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .exhibition-info h2 {
        font-size: 24px;
    }
    .exhibition-description {
        font-size:18px;
    }
    .exhibition-category-item-container:nth-child(odd) .exhibition-category-item {
        flex-direction: column;
    }
    .exhibition-image, 
    .exhibition-details {
        width: 100%;
    }
    .exhibition-details {
            grid-template-columns: 1fr;
            gap: 20px;
    }
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:hover,
.slick-next:hover  {
    background: transparent;
    color: #333;

}

.artistbrand-category-slider .slick-slide {
    margin: 0 20px;
}

/* 슬라이더 전체 컨테이너가 마진 때문에 가운데 정렬이 어긋날 수 있으니 보정 */
.artistbrand-category-slider {
    margin: 0 -20px;
}



/* Flex Version CSS */
.exhibition-category-container {
    display: grid;
    grid-template-columns: 310px auto;
    padding: 150px 35px 0;
}

/* 🔹 한 에피소드 줄 전체 레이아웃 */
.exhibition-row {
  /* max-width: 1440px; */
  margin: 0 auto; /* 줄 사이 간격 */
  display: grid;
  /* grid-template-columns: 120px minmax(0, 1.2fr) minmax(0, 2.4fr); */
  grid-template-columns: 1fr;
  column-gap: 80px;
  align-items: center;
}

/* 첫 줄만 EPISODE 텍스트 보이게, 나머지는 자리만 유지 */
.exhibition-category-section:not(:first-child) .ex-row-col-label .ex-section-label {
  visibility: hidden;
}
h2.ex-section-label {
    font-family: 'Optician Sans';
    font-size: 28px;
}
.ex-row-col-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* 가운데 텍스트 영역 */
.ex-row-col-meta {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: space-between;
}
.ex-row-col-meta-title {
    display: flex;
    flex-direction: column;
}
.ex-ep-title {
  font-size: 13px;
  margin: 0 0 8px;
}
.ex-ep-no, .ex-ep-tagline, .ex-viewall {
    font-family: 'Optician Sans';
  font-size: 20px;
  margin: 0 0 0px;
  line-height: 1.2em;
  letter-spacing: 1px;
}


/* 오른쪽: 갤러리 + VIEW ALL */
.ex-row-col-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;  /* 🔹 오른쪽 정렬 */
  gap: 24px;
  overflow: visible;          /* 🔹 안쪽 갤러리가 왼쪽으로 넘칠 수 있게 */
  margin: 150px 0;
}

/* VIEW ALL 버튼/텍스트 */


/* 🔥 갤러리 라인 – 높이 고정, 옆으로만 넓어지는 구조 */
.exhibition-flex-gallery {
  /* flex: 1 1 auto;  🔥 삭제 */
  display: inline-flex;        /* 🔹 내용만큼만 너비 차지 */
  align-items: stretch;
  height: clamp(180px, 20vw, 270px);
  gap: 8px;                    /* 썸네일 사이 간격 */
  /* overflow: hidden;         세로 잘림만 필요하면 놔둬도 되고, 
                                 좌우까지 살리고 싶으면 이 줄도 지워도 됨 */
}

/* 기본: 세로로 긴 얇은 스트립 */
.exhibition-flex-item {
  flex: 0 0 clamp(60px, 6vw, 115px); /* 폭이 좁게 시작 */
  transition: flex-basis 0.35s ease;
  overflow: hidden;
}

/* 프레임 */
.exhibition-flex-item .flex-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 이미지 – 항상 가운데 기준 cover */
.exhibition-flex-item .flex-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.35s ease;
}

/* 🔥 hover 시: 가로폭을 높이와 비슷하게 → 1:1 정사각형 느낌 */
.exhibition-flex-item:hover {
  flex-basis: clamp(180px, 20vw, 260px); /* 위 height 값과 맞춰 줌 */
}

.exhibition-flex-item:hover .flex-thumbnail img {
  transform: scale(1); /* 살짝만 확대 (원치 않으면 제거) */
}

/* 모바일에서는 hover 개념이 애매하니, 그냥 그리드형으로 */
@media (max-width: 768px) {
  .exhibition-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .ex-row-col-gallery {
    justify-content: flex-start;
  }


  .exhibition-flex-item {
    flex: 1 1 auto;
  }
}
/* 🔥 모바일 전용 */
@media (max-width: 768px) {
  .exhibition-category-container {
    grid-template-columns: 1fr;
  }
  .exhibition-flex-item:hover {
  flex-basis: auto; /* 위 height 값과 맞춰 줌 */
}
  /* 한 줄 섹션 간격은 조금 줄여도 됨 */
  .exhibition-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 80px;
  }
  .ex-row-col-meta {
        flex-direction: column;
  }
  .ex-row-col-meta-viewall {
    text-align: right;
  }
  /* 라벨/메타/갤러리 위아래로 쌓기 */
  .ex-row-col-gallery {
    justify-content: flex-start;
    margin: 35px 0;
  }

  .exhibition-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 80px;
  }

  .ex-row-col-gallery {
    justify-content: flex-start;
  }

  /* 갤러리를 세로(column)로 */
  .exhibition-flex-gallery {
    display: flex;
    flex-direction: column;   /* 세로 방향 */
    gap: 8px;
    height: auto;
    width: 100%;
  }

  /* 각 카드: 가로 100%, 기본은 가로로 긴 직사각형 */
  .exhibition-flex-item {
    flex: 0 0 auto;
  }

  .exhibition-flex-item .flex-thumbnail {
    width: 100%;
    /* height: clamp(120px, 40vw, 180px);  */
    height: 80px;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .exhibition-flex-item .flex-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center center;
    display: block;
  }

  /* 🔹 모바일에서 a에 포커스 줄 수 있게 */
  .exhibition-flex-item a.flex-overlay-container {
    pointer-events: auto;   /* 데스크탑에서 none 줬다면 모바일에서 반드시 풀기 */
    outline: none;
  }
  
  .exhibition-flex-:focus-within .flex-overlay-container img  {
    /* aspect-ratio: 1; */
    object-fit:fill;
  }
  .exhibition-flex-item:hover .flex-overlay-container .flex-thumbnail,
  .exhibition-flex-:focus-within .flex-overlay-container .flex-thumbnail {
    height: auto;
  }

  /* 🔥 터치/클릭해서 포커스가 들어간 카드만 정사각형으로 확대 */
  .exhibition-flex-item:focus-within .flex-thumbnail {
    height: auto;          /* 화면 폭 기준 → 1:1 정사각형 */
  }
}

.exhibition-categories-carousel {
    margin: 0px 0 0;
}

/* 각 슬라이드 */
.exhibition-carousel-item {
    padding: 0 10px;
    box-sizing: border-box;
}

/* 카드 전체 */
.exhibition-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}

/* 이미지 영역 – 세로가 긴 카드 느낌 */
.exhibition-card-image {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 67/89;
}
.exhibition-card-image img {
    width: 100%;
    object-fit: cover;
}

/* 이미지 없을 때 */
.exhibition-card-image--noimg {
    background: #f3f3f3;
}

/* EPISODE 라벨 (스크린샷 느낌) */
.exhibition-card-episode {
    position: absolute;
    top: 35px;
    left: 50%;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #fff;
    text-transform: uppercase;
    /* mix-blend-mode: difference;  */
    font-family: 'Optician Sans';
    text-align: center;
    transform: translateX(-50%);
    line-height: 1em;
}

/* 텍스트 영역 */
.exhibition-card-meta {
    padding: 14px 4px 0;
}

.exhibition-card-title {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.exhibition-card-desc {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 8px;
}

.exhibition-card-date,
.exhibition-card-time,
.exhibition-card-location {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.exhibition-card-date + .exhibition-card-time,
.exhibition-card-time + .exhibition-card-location {
    margin-top: 2px;
}

.exhibition-card-viewall {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

/* 모바일에서 여백 조정 */
@media (max-width: 600px) {
    .exhibition-carousel-item {
        padding: 0 5px;
    }
}
.exhibition-categories-carousel {
    display: block !important;
}

.exhibition-categories-carousel .slick-track {
    display: flex;
}