@charset "UTF-8";
/*!
Theme Name: Everyday-Practice
Theme URI: https://generatepress.com
Template: generatepress
Author: Everyday Practice
Author URI: https://everyday-practice.com
Description: A child theme for the GeneratePress Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: GeneratePress-child
*/
/* Initialize */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #e60039;
  --color-pink: #f19ec2;
  --color-blue: #00a7ea;
  --color-green: #00a73c;
  --color-purple: #7f1084;
  --color-gold: #bf9d6d;
  --color-gray: #d8d8d8;
  --color-pink-light: #fcb0d1;
  --color-pink-mid: #fb91bf;
  --color-pink-strong: #ff83b9;
  --color-gold-light: #d4bfa0;
  --color-gold-mid: #ccaa7c;
  --color-gold-strong: #be9c6d;
  --color-blue-light: #8cd2ee;
  --color-blue-mid: #4eb3db;
  --color-blue-strong: #26a3d5;
}

.main-business-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 400px;
  aspect-ratio: 7/4;
}
@media (max-width: 1024px) {
  .main-business-btn-wrapper {
    min-height: unset;
  }
}
.main-business-btn-wrapper#music {
  background-color: var(--color-pink);
}
.main-business-btn-wrapper#music .main-business-btn-plus {
  background-color: var(--color-purple);
}
.main-business-btn-wrapper#craft {
  background-color: var(--color-gold);
}
.main-business-btn-wrapper#craft .main-business-btn-plus {
  background-color: var(--color-red);
}
.main-business-btn-wrapper#travel {
  background-color: var(--color-green);
}
.main-business-btn-wrapper#travel .main-business-btn-plus {
  background-color: var(--color-blue);
}
.main-business-btn-wrapper#cultural-city {
  background-color: var(--color-white);
}
.main-business-btn-wrapper#cultural-city .main-business-btn-plus {
  background-color: var(--color-gray);
}
.main-business-btn-wrapper .main-business-btn-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.main-business-btn-wrapper .main-business-btn-title h1 {
  font-size: 2dvw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .main-business-btn-wrapper .main-business-btn-title h1 {
    font-size: 1.5rem;
  }
}
.main-business-btn-wrapper .main-business-btn-title h5 {
  font-size: 1.5dvw;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .main-business-btn-wrapper .main-business-btn-title h5 {
    font-size: 1rem;
  }
}
.main-business-btn-wrapper .main-business-btn-plus {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: height 0.5s cubic-bezier(0.34, 2.2, 0.64, 1);
}
@media (max-width: 1024px) {
  .main-business-btn-wrapper .main-business-btn-plus img {
    width: 36px;
    height: 36px;
  }
}
.main-business-btn-wrapper .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-business-btn-wrapper:hover .main-business-btn-plus {
  height: 60%;
}
@media (max-width: 1024px) {
  .main-business-btn-wrapper:hover .main-business-btn-plus {
    height: 50%;
  }
}

.main-notice-list {
  gap: 0;
}
.main-notice-list .gb-looper-3400b6f7 {
  gap: 0;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  width: 100%;
  transition: background-color 0.5s cubic-bezier(0.34, 2.2, 0.64, 1), padding 0.5s cubic-bezier(0.34, 2.2, 0.64, 1);
}
.main-notice-list .gb-looper-3400b6f7 .notice-item:hover {
  padding: 1.2rem 1rem;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item:nth-child(odd) {
  background-color: #c7c7c7;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item:nth-child(even) {
  background-color: #a6a6a6;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item h2 {
  margin-bottom: 0;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item h2 a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.main-notice-list .gb-looper-3400b6f7 .notice-item .post-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.popup {
  position: fixed;
  max-width: 480px;
  min-width: 320px;
  bottom: calc(var(--ep-margin) * 2);
  left: var(--ep-margin);
  z-index: 9;
}
@media (max-width: 1024px) {
  .popup {
    bottom: var(--ep-margin);
    right: calc(var(--ep-margin) - 6px);
    left: unset;
    min-width: unset;
    width: 75%;
  }
}

.popup-stack {
  position: relative;
  width: 100%;
}

.popup-frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center center;
  min-height: 100%;
}

.popup-content-frame {
  position: relative;
  width: 100%;
}

.popup-frame-0 {
  background: #e60039;
  z-index: 1;
}
@media (max-width: 1024px) {
  .popup-frame-0 {
    display: none;
  }
}

.popup-frame-1 {
  background: #bf9d6d;
  z-index: 2;
}
@media (max-width: 1024px) {
  .popup-frame-1 {
    display: none;
  }
}

.popup-frame-2 {
  background: #e60039;
  z-index: 3;
}
@media (max-width: 1024px) {
  .popup-frame-2 {
    display: none;
  }
}

.popup-frame-3 {
  background: #bf9d6d;
  z-index: 4;
}
@media (max-width: 1024px) {
  .popup-frame-3 {
    display: none;
  }
}

.popup-frame-4 {
  background: #e60039;
  z-index: 5;
}
@media (max-width: 1024px) {
  .popup-frame-4 {
    display: none;
  }
}

.popup-content-frame {
  background-color: var(--color-gray);
  z-index: 6;
  padding: 0.5rem;
}

.popup:hover .popup-frame-0 {
  transform: translateY(-24px) translateX(0px) scale(0.98);
}
.popup:hover .popup-frame-1 {
  transform: translateY(-18px) translateX(0px) scale(0.985);
}
.popup:hover .popup-frame-2 {
  transform: translateY(-12px) translateX(0px) scale(0.99);
}
.popup:hover .popup-frame-3 {
  transform: translateY(-6px) translateX(0px) scale(0.995);
}
.popup:hover .popup-frame-4 {
  transform: translateY(-3px) translateX(0px) scale(0.997);
}

.popup-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}
.popup-content .popup-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 5;
}
.popup-content .popup-title-wrapper img {
  position: absolute;
  z-index: 5;
  right: 0;
  transition: transform 0.5s cubic-bezier(0.34, 2.2, 0.64, 1);
}
.popup-content .popup-title-wrapper img:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .popup-content .popup-title-wrapper img:hover {
    transform: scale(1);
  }
}
@media (max-width: 780px) {
  .popup-content .popup-title-wrapper img {
    width: 1rem;
    height: auto;
  }
}
@media (max-width: 780px) {
  .popup-content .popup-title-wrapper h2 {
    font-size: 1.25rem;
  }
}
.popup-content .popup-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.popup-content .popup-link {
  display: block;
}
.popup-content .popup-link:hover .popup-link-btn {
  gap: 0.75rem;
}
@media (max-width: 1024px) {
  .popup-content .popup-link:hover .popup-link-btn {
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .popup-content .popup-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.popup-content .popup-link-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  text-align: left;
  background-color: transparent;
  color: var(--color-black);
  cursor: pointer;
  transition: gap 0.5s cubic-bezier(0.34, 2.2, 0.64, 1);
}
.popup-content .popup-link-btn p {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 780px) {
  .popup-content .popup-link-btn p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .popup-content .popup-link-btn img {
    width: 0.875rem;
    height: auto;
  }
}

.history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.history-wrapper .history-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: var(--color-gray);
  padding: 0.5rem;
  border-top: 1px solid var(--color-black);
  gap: 0.5rem;
}
.history-wrapper .history-item:last-child {
  border-bottom: 1px solid var(--color-black);
}
.history-wrapper .history-item p {
  font-size: 1rem;
}
@media (max-width: 780px) {
  .history-wrapper .history-item p {
    font-weight: 500;
  }
}
.history-wrapper .history-item p:first-child {
  font-weight: 600;
}
@media (max-width: 780px) {
  .history-wrapper .history-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.bi-intro-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 4rem 0;
}
@media (max-width: 780px) {
  .bi-intro-wrapper {
    padding: 1rem 0;
    gap: 1.5rem;
  }
}
.bi-intro-wrapper #full-id {
  width: 30dvw;
  height: auto;
}
@media (max-width: 780px) {
  .bi-intro-wrapper #full-id {
    width: 80dvw;
  }
}
.bi-intro-wrapper #en-id {
  width: 18dvw;
  height: auto;
}
@media (max-width: 780px) {
  .bi-intro-wrapper #en-id {
    width: 50dvw;
  }
}
.bi-intro-wrapper #ko-id {
  width: 13dvw;
  height: auto;
}
@media (max-width: 780px) {
  .bi-intro-wrapper #ko-id {
    width: 37dvw;
  }
}

/* Organization Chart */
.organization-wrapper {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 780px) {
  .organization-wrapper {
    display: none;
  }
}
.organization-wrapper .organization-chart-svg {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.organization-wrapper .organization-chart-svg .org-line {
  stroke: #000;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 780px) {
  .organization-wrapper .organization-chart-svg .org-line {
    stroke-width: 1;
  }
}
.organization-wrapper .organization-chart-svg .org-node {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.organization-wrapper .organization-chart-svg .org-node:hover {
  transform: scale(1.05);
}
.organization-wrapper .organization-chart-svg .org-node .org-box {
  fill: #fff;
  stroke: #000;
  stroke-width: 1.5;
  transition: fill 0.2s ease;
}
@media (max-width: 780px) {
  .organization-wrapper .organization-chart-svg .org-node .org-box {
    stroke-width: 1;
  }
}
.organization-wrapper .organization-chart-svg .org-node:hover .org-box {
  fill: #f0f0f0;
}
.organization-wrapper .organization-chart-svg .org-node .org-text {
  fill: #000;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 780px) {
  .organization-wrapper .organization-chart-svg .org-node .org-text {
    font-size: 10px;
  }
}

.organization-table {
  width: 100%;
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 780px) {
  .organization-table table {
    width: 200dvw !important;
  }
}
.organization-table thead {
  border: none !important;
}
.organization-table th,
.organization-table td {
  font-weight: 500;
  font-size: 0.875rem;
  /* 기본적으로 줄바꿈 허용 */
  word-break: break-word;
  text-align: start;
}
.organization-table th {
  background-color: var(--color-gray);
  border-bottom: none;
}
.organization-table th:nth-child(1),
.organization-table td:nth-child(1) {
  width: 15%;
  min-width: 100px;
  max-width: 140px;
}
.organization-table th:nth-child(2),
.organization-table td:nth-child(2) {
  width: 15%;
  min-width: 100px;
  max-width: 140px;
}
.organization-table th:nth-child(3),
.organization-table td:nth-child(3),
.organization-table th:nth-child(4),
.organization-table td:nth-child(4) {
  width: 35%;
}

.culture-cities-grid-2 {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  grid-template-columns: 1fr 2fr;
  margin-top: 0.5rem;
}
@media (max-width: 780px) {
  .culture-cities-grid-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-items: center;
    align-items: center;
  }
}
.culture-cities-grid-2 .circular-item {
  aspect-ratio: 1/1;
  background: var(--color-gray);
  max-width: 300px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
@media (max-width: 780px) {
  .culture-cities-grid-2 .circular-item {
    padding: 1rem;
    align-self: center;
    max-width: 200px;
  }
  .culture-cities-grid-2 .circular-item p {
    text-align: center;
    font-size: 0.875rem;
  }
}
.culture-cities-grid-2 .text-rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 780px) {
  .culture-cities-grid-2 .text-rows {
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 780px) {
  .culture-cities-grid-2 .text-rows p {
    line-height: 1.3;
  }
}
.culture-cities-grid-2 .text-rows p mark {
  color: var(--color-green);
}

/* Culture Cities Slider - Infinite Rolling */
.culture-cities-slider {
  width: 100vw;
  margin-left: calc(-1 * var(--ep-margin));
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
  padding-top: 0;
}

/* 그라디언트 오버레이 (양 끝 페이드아웃 효과) */
.culture-cities-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 8;
  pointer-events: none;
}

.culture-cities-gradient-left {
  left: 0;
  background: linear-gradient(to right, var(--color-bg, #f2f2f2) 0%, rgba(242, 242, 242, 0.8) 30%, rgba(242, 242, 242, 0) 100%);
}

.culture-cities-gradient-right {
  right: 0;
  background: linear-gradient(to left, var(--color-bg, #f2f2f2) 0%, rgba(242, 242, 242, 0.8) 30%, rgba(242, 242, 242, 0) 100%);
}

.culture-cities-track {
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  will-change: transform;
}

.culture-cities-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  flex-shrink: 0;
  padding: 1rem;
  background: var(--color-gray);
  border-radius: 0.5rem;
  min-width: 300px;
}
@media (max-width: 780px) {
  .culture-cities-slider-item {
    min-width: 180px;
  }
}
.culture-cities-slider-item .title {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.culture-cities-slider-item p {
  margin: 0;
}

.google-map {
  width: 100%;
  height: 750px;
  margin-bottom: 1rem;
  border: none;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 780px) {
  .google-map {
    height: 300px;
  }
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.25rem;
}
@media (max-width: 1024px) {
  .address-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.address-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color-black);
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  .address-grid a:hover {
    text-decoration: none;
  }
}

/* 그라디언트 배경 - body 클래스 기반 */
body.bg-gradient-pink {
  background: linear-gradient(180deg, var(--color-pink) 0%, #f2f2f2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.bg-gradient-blue {
  background: linear-gradient(180deg, var(--color-blue) 0%, #f2f2f2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.bg-gradient-gold {
  background: linear-gradient(180deg, var(--color-gold) 0%, #f2f2f2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Music Business Image Slider - Infinite Rolling */
.business-img-slider {
  width: 100dvw;
  margin-left: calc(-1 * var(--ep-margin));
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}

.business-img-slider-track {
  display: flex;
  width: fit-content;
  gap: 0.5rem;
  will-change: transform;
}

.business-img-slider-item {
  flex-shrink: 0;
  width: auto;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .business-img-slider-item {
    height: 150px;
  }
}
.business-img-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-model-circular-grids {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding: 4rem 1rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .business-model-circular-grids {
    align-items: center !important;
    padding: 4rem 2rem;
  }
}
@media (min-width: 1920px) {
  .business-model-circular-grids {
    padding: 4rem 3rem;
  }
}

.business-model-circular-item {
  aspect-ratio: 1/1.25;
  width: 30vw;
  max-width: 40vw;
  border-radius: 25px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  gap: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  will-change: opacity, transform;
}
@media (max-width: 1024px) {
  .business-model-circular-item {
    gap: 1rem;
    max-width: 80dvw;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    padding: 1.5rem;
    align-items: start;
    gap: 0;
  }
}
.business-model-circular-item.level-1 {
  z-index: 1;
}
.business-model-circular-item.level-1.pink {
  background: var(--color-pink-light);
}
.business-model-circular-item.level-1.gold {
  background: var(--color-gold-light);
}
.business-model-circular-item.level-1.blue {
  background: var(--color-blue-light);
}
.business-model-circular-item.level-2 {
  z-index: 2;
}
.business-model-circular-item.level-2.pink {
  background: var(--color-pink-mid);
}
.business-model-circular-item.level-2.gold {
  background: var(--color-gold-mid);
}
.business-model-circular-item.level-2.blue {
  background: var(--color-blue-mid);
}
.business-model-circular-item.level-3 {
  z-index: 3;
}
.business-model-circular-item.level-3.pink {
  background: var(--color-pink-strong);
}
.business-model-circular-item.level-3.gold {
  background: var(--color-gold-strong);
}
.business-model-circular-item.level-3.blue {
  background: var(--color-blue-strong);
}
@media (max-width: 780px) {
  .business-model-circular-item.pink .desc-section {
    border-top: 1px solid #fadfeb;
    border-bottom: 1px solid #fadfeb;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item.gold .desc-section {
    border-top: 1px solid #f0e1cb;
    border-bottom: 1px solid #f0e1cb;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item.blue .desc-section {
    border-top: 1px solid #cbf0ff;
    border-bottom: 1px solid #cbf0ff;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item.grey .desc-section {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
}
.business-model-circular-item .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
.business-model-circular-item .title-section.margin-bottom {
  margin-bottom: 0.5rem;
}
@media (max-width: 780px) {
  .business-model-circular-item .title-section {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
.business-model-circular-item .title-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .business-model-circular-item .title-section h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item .title-section h2 {
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
  }
}
.business-model-circular-item .title-section p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .business-model-circular-item .title-section p {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 780px) {
  .business-model-circular-item .title-section p {
    padding: 0 1rem;
  }
}
.business-model-circular-item .desc-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
@media (max-width: 780px) {
  .business-model-circular-item .desc-section {
    width: 100%;
    padding: 0.5rem 0;
    margin-top: -1px;
    align-items: start;
  }
}
.business-model-circular-item .desc-section p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.business-model-circular-item .desc-section p strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .business-model-circular-item .desc-section p {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
  .business-model-circular-item .desc-section p strong {
    font-weight: 600;
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .business-model-circular-grids {
    flex-wrap: nowrap;
    gap: 2rem;
    justify-content: flex-start;
    padding-inline: calc((100vw - clamp(320px, 40vw, 520px)) / 2);
  }
  .business-model-circular-item {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    flex: 0 0 clamp(320px, 40vw, 520px);
    max-width: clamp(320px, 40vw, 520px);
    will-change: transform;
  }
}
@media (max-width: 1024px) {
  .business-model-circular-grids {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 0;
    gap: 1.25rem;
  }
}
@media (max-width: 1024px) and (max-width: 780px) {
  .business-model-circular-grids {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .business-model-circular-item {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(24px);
    opacity: 0;
    width: 100%;
    max-width: 450px;
    aspect-ratio: auto;
    border-radius: 12px;
    will-change: auto;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .business-model-circular-item.is-visible {
    opacity: 1 !important;
    transform: translateY(0);
  }
}
.business-model-detail-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.business-model-detail-grid.pink .business-model-detail-item {
  background: var(--color-pink-light);
}
.business-model-detail-grid.gold .business-model-detail-item {
  background: var(--color-gold-light);
}
.business-model-detail-grid.blue .business-model-detail-item {
  background: var(--color-blue-light);
}
.business-model-detail-grid .business-model-detail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
}
.business-model-detail-grid .business-model-detail-item .title {
  font-size: 1.25rem;
  font-weight: 700;
}
.business-model-detail-grid .business-model-detail-item .sub-title {
  font-size: 1rem;
  font-weight: 500;
}

.business-model-desc-section {
  padding-top: 1rem;
  border-top: 1px solid var(--color-white);
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .business-model-desc-section {
    padding-top: 2rem;
    border-top: none;
  }
}
.business-model-desc-section .business-model-detail-grid-wrapper {
  padding-top: 0.5rem;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid-wrapper p {
    text-align: left;
  }
}
.business-model-desc-section .business-model-detail-grid {
  display: grid;
  gap: 20px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid {
    gap: 0px;
    border-bottom: none;
    padding-bottom: 2rem;
  }
}
.business-model-desc-section .business-model-detail-grid.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-1 {
    padding-top: 0;
  }
}
.business-model-desc-section .business-model-detail-grid.grid-1 .business-model-detail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 780px;
  justify-self: center;
  background-color: transparent !important;
  border: none;
  padding: 0.5rem;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-1 .business-model-detail-item {
    max-width: 100%;
    align-items: center;
    padding: 0;
    margin-top: 1rem;
  }
}
.business-model-desc-section .business-model-detail-grid.grid-1 .business-model-detail-item p {
  text-align: center !important;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-1 .business-model-detail-item p {
    text-align: center !important;
  }
}
.business-model-desc-section .business-model-detail-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.business-model-desc-section .business-model-detail-grid.grid-2 .business-model-detail-item {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-2 .business-model-detail-item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
.business-model-desc-section .business-model-detail-grid.grid-2 .business-model-detail-item:nth-child(1) {
  justify-self: end;
}
.business-model-desc-section .business-model-detail-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid.grid-3 .business-model-detail-item {
    padding: 0.5rem;
  }
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 2px !important;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-top: -1px;
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item.pink {
  background: #fadfeb;
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item.gold {
  background: #f0e1cb;
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item.blue {
  background: #cbf0ff;
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item.grey {
  background: #f2f2f2;
}
@media (max-width: 780px) {
  .business-model-desc-section .business-model-detail-grid .business-model-detail-item {
    align-items: start;
    padding: 0rem;
  }
}
.business-model-desc-section .business-model-detail-grid .business-model-detail-item .business-model-p {
  text-align: left !important;
}
.business-model-desc-section .business-model-sub-title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .business-model-desc-section .business-model-sub-title {
    font-size: 1rem;
    text-align: center !important;
  }
}
.business-model-desc-section .business-model-title {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .business-model-desc-section .business-model-title {
    font-size: 1.5rem;
  }
}
.business-model-desc-section .business-model-p {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .business-model-desc-section .business-model-p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center !important;
  }
}
.business-model-desc-section .business-model-p.bold {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .business-model-desc-section .business-model-p.bold {
    font-weight: 600;
  }
}

.notice-list .notice-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.notice-list .notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: padding 0.5s cubic-bezier(0.34, 2.2, 0.64, 1);
}
@media (max-width: 1024px) {
  .notice-list .notice-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
    gap: 0.3rem;
  }
}
.notice-list .notice-item:nth-child(odd) {
  background-color: #c7c7c7;
}
.notice-list .notice-item:nth-child(even) {
  background-color: #a6a6a6;
}
.notice-list .notice-item:hover {
  padding: 1rem 0.8rem;
}
@media (max-width: 1024px) {
  .notice-list .notice-item:hover {
    padding: 0.5rem 0.5rem;
  }
}
.notice-list .notice-item .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.notice-list .notice-item .notice-item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
.notice-list .notice-item .notice-item-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 780px) {
  .notice-list .notice-item .notice-item-date {
    color: #656565;
  }
}

:root[data-size=desktop] {
  --ep-margin: 24px;
  --ep-pageTop: 12px;
  --ep-headerH: 64px;
}

:root[data-size=tablet],
:root[data-size=phone_large],
:root[data-size=phone] {
  --ep-margin: 12px;
  --ep-pageTop: 10px;
  --ep-headerH: 50px;
}

* {
  word-break: keep-all;
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 24px !important;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px !important;
  }
}

body,
input,
select,
optgroup,
textarea {
  font-size: 1rem !important;
  line-height: 1.4em !important;
  font-family: "TY Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

body {
  background-color: #f2f2f2;
  min-height: 100dvh;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  margin: 0;
}

h1 {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
}
h2.page-title {
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 780px) {
  h2.page-title {
    font-size: 1.25rem;
  }
}
h2.page-sub-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 780px) {
  h2.page-sub-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

h3 {
  font-size: 1.1666rem;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.text-l {
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-s {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 780px) {
  .text-s {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: #000;
}

.caption {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
  color: #000;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

body.home .site {
  padding-top: var(--ep-margin) !important;
}

.border-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-gray);
}

body.page-id-172 .site,
body.page-id-172 .inside-article, body.page-id-174 .site,
body.page-id-174 .inside-article, body.page-id-176 .site,
body.page-id-176 .inside-article {
  background-color: transparent;
}

.site {
  max-width: 100%;
  min-height: 100dvh;
  padding: var(--ep-margin);
  padding-top: calc(var(--ep-margin) + var(--ep-headerH));
  padding-bottom: 0 !important;
  background-color: #f2f2f2;
}
.site .inside-article {
  background-color: #f2f2f2;
}
.site .page-header {
  display: none;
}

.inside-article {
  padding: 0 !important;
}

.circular-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
@media (max-width: 780px) {
  .circular-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.circular-grid-2 .circular-grid-item {
  aspect-ratio: 1/1;
  background: var(--color-gray);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  padding: 3rem;
}
.circular-grid-2 .circular-grid-item .circular-grid-gradient {
  pointer-events: none;
}
@media (max-width: 780px) {
  .circular-grid-2 .circular-grid-item p {
    font-size: 1rem;
  }
}
.circular-grid-2 .circular-grid-item img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .circular-grid-2 .circular-grid-item img {
    max-width: 230px;
  }
}
@media (max-width: 780px) {
  .circular-grid-2 .circular-grid-item img {
    max-width: 160px;
  }
}

/* ----- Initialize End ----- */
/* Global Styles */
.margin-bottom-l {
  margin-bottom: 2rem;
}

.margin-bottom-m {
  margin-bottom: 1rem;
}

.margin-bottom-s {
  margin-bottom: 0.5rem;
}

.h2-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem auto !important;
  margin-bottom: 1rem !important;
  position: relative;
}
@media (max-width: 780px) {
  .h2-titles {
    margin: 2rem auto !important;
    margin-bottom: 1rem !important;
  }
}
.h2-titles .ko {
  font-weight: 600;
}
.h2-titles .more-plus-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: none;
}
@media (max-width: 780px) {
  .h2-titles h2 {
    font-size: 1.25rem;
    text-align: center;
  }
}

.max-w-1500 {
  max-width: 1500px;
  margin: 0 auto;
}

.max-w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--ep-margin);
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.square {
  aspect-ratio: 1/1;
}

/* ----- Global Styles End ----- */
/* Custom Styles */
.menu-item-44 a,
.menu-item-43 a,
.menu-item-38 a,
.menu-item-404 a,
.menu-item-405 a,
.menu-item-406 a {
  opacity: 0.3;
  pointer-events: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: start;
  justify-content: end;
  padding: var(--ep-margin);
  padding-top: calc(var(--ep-margin) + 16px);
  z-index: 2;
  position: fixed;
}
@media (max-width: 1024px) {
  header#header-pc {
    display: none;
  }
}
header#header-mobile {
  top: calc(var(--ep-margin) + 6px);
  left: var(--ep-margin);
  padding: 0;
  z-index: 10;
  width: fit-content;
  position: fixed;
  display: none;
}
@media (max-width: 1024px) {
  header#header-mobile {
    display: block;
  }
}
header#header-mobile img {
  max-width: 140px;
  height: auto;
  transition: max-width 0.2s ease;
}
header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  /* 헤더 배경부분의 높이를 훨씬 길게 (예: 600px) 지정 */
  height: 50dvh;
  opacity: 0;
  background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0.95) 10%, rgba(242, 242, 242, 0.85) 30%, rgba(242, 242, 242, 0.65) 60%, rgba(242, 242, 242, 0.4) 80%, rgba(242, 242, 242, 0.15) 90%, rgba(242, 242, 242, 0) 100%);
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 1024px) {
  header::before {
    display: none;
  }
}
header:hover::before {
  opacity: 1;
}
header #logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header #logo.is-split {
  justify-content: space-between;
}
header .ty-ko-title {
  position: absolute;
  left: calc(64px + var(--ep-margin));
}
header .ty-ko-title img {
  height: 100%;
  width: auto;
}
header .menu-main-menu-container {
  position: absolute;
  right: calc(64px + 2 * var(--ep-margin));
}
header .nav-items {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  opacity: 0;
}
header .nav-items li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
header .nav-items li a {
  font-size: max(2dvw, 1rem);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
header .nav-items li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
header .nav-items li .sub-menu {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  overflow: hidden;
  margin: 0;
  transition: opacity 0.3s cubic-bezier(0.34, 2.2, 0.64, 1), transform 0.3s cubic-bezier(0.34, 2.2, 0.64, 1);
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transform-origin: center center;
  pointer-events: none;
  margin-top: 0.25rem;
  gap: 0.125rem;
}
header .nav-items li .sub-menu li {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: none;
}
header .nav-items li .sub-menu li a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  padding-top: 0.1rem;
  padding-bottom: 0.15rem;
  transition: background-color 0.3s cubic-bezier(0.34, 2.2, 0.64, 1), color 0.3s cubic-bezier(0.34, 2.2, 0.64, 1);
}
header .nav-items li .sub-menu li a:hover {
  background-color: #000;
  color: #fff;
}
header .nav-items li .sub-menu li.current-menu-item a {
  background-color: #000;
  color: #fff;
}
header .nav-items li.current_page_ancestor .sub-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}
header .nav-items li.current_page_ancestor li {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none;
}

.menu-mobile-main-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #e2e2e2;
  padding-top: 100px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-mobile-main-menu-container.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0 var(--ep-margin);
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li a {
  font-weight: 600;
  font-size: 1.25rem;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li .sub-menu {
  margin: 0;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li .sub-menu li {
  display: flex;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}
.menu-mobile-main-menu-container #menu-mobile-main-menu li .sub-menu li a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}

.mobile-menu-toggle-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50%;
  padding: 4px;
  background-color: black;
  transition: background-color 0.3s cubic-bezier(0.34, 2.2, 0.64, 1);
  z-index: 11;
  outline: none;
  position: fixed;
  top: calc(var(--ep-margin) + 6px);
  right: var(--ep-margin);
}
.mobile-menu-toggle-btn:focus, .mobile-menu-toggle-btn:focus-visible, .mobile-menu-toggle-btn:hover {
  background-color: black;
}
@media (max-width: 1024px) {
  .mobile-menu-toggle-btn {
    display: flex;
  }
}
.mobile-menu-toggle-btn .mobile-menu-toggle-line {
  width: 70%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
  position: relative;
}
.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
}
.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-line:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}
.mobile-menu-toggle-btn.is-active .mobile-menu-toggle-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.strip {
  position: fixed;
  left: 0;
  width: 100dvw;
  display: grid;
  z-index: 10;
}

.strip--top {
  top: 0;
}

.strip--bottom {
  bottom: 0;
}

.tile {
  aspect-ratio: 1/1; /* 정사각형 */
  background: #11131a;
}

.hero {
  margin-left: calc(-1 * var(--ep-margin));
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero {
    width: 100%;
    height: 65dvh;
    margin-left: 0;
    overflow: visible;
  }
}

.frame-stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
@media (max-width: 1024px) {
  .frame-stack {
    height: 75dvh;
  }
}

.frame {
  position: absolute;
  width: 60%; /* 중앙에 놓일 카드 크기 */
  aspect-ratio: 4/2.5 !important;
  top: 50%;
  left: 65%;
  transform-origin: center center;
}
@media (max-width: 1024px) {
  .frame {
    width: 90%;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0; /* 기본적으로 모든 이미지 숨김 */
  transition: opacity 0.5s ease;
}
.frame .frame-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  top: 0px;
  left: 0px;
  transform: translateX(-100%);
  background: #f19ec2;
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  opacity: 0; /* 기본적으로 숨김 */
  transition: opacity 0.3s ease;
  pointer-events: none; /* 안 보일 때는 클릭 방지 */
  z-index: 10;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .frame .frame-link {
    top: auto;
    bottom: 0px;
    left: 0;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    max-width: 100%;
  }
}
.frame .frame-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.frame .frame-link h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}
@media (max-width: 780px) {
  .frame .frame-link h3 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
  }
}
.frame .frame-link p {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 780px) {
  .frame .frame-link p {
    display: none;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.frame .frame-link .frame-link-plus {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  display: none;
  align-items: center;
  justify-content: center;
}
.frame .frame-link .frame-link-plus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .frame .frame-link .frame-link-plus {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
}

/* 잔상 카드들 (색) */
.frame-border-0 {
  background: #e60039;
}

.frame-border-1 {
  background: #bf9d6d;
}

.frame-border-2 {
  background: #e60039;
}

.frame-border-3 {
  background: #bf9d6d;
}

.frame-border-4 {
  background: #e60039;
}

/* 맨 위 실제 이미지 카드 */
.frame-photo {
  background: transparent;
  perspective: 1000px; /* 3D 효과를 위한 perspective */
}
.frame-photo img {
  opacity: 1; /* 맨 앞 프레임만 이미지 보이기 */
}
.frame-photo .frame-link {
  opacity: 1;
  pointer-events: auto;
  transform-style: preserve-3d; /* 3D 변환 유지 */
}
@media (max-width: 1024px) {
  .frame-photo .frame-link {
    transform: translateX(0%) translateY(0%);
    bottom: 5px;
    width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
  }
}

.site-footer {
  display: none;
}

footer {
  background-color: #d9d9d9;
  padding: var(--ep-margin) var(--ep-margin) calc(var(--ep-margin) * 1.5) var(--ep-margin);
}
@media (max-width: 1024px) {
  footer {
    margin-top: 2rem;
  }
}
footer img {
  height: 100% !important;
  max-height: 80px;
  width: auto !important;
}
@media (max-width: 1024px) {
  footer img {
    width: 50% !important;
    height: auto !important;
  }
}
footer p {
  font-size: 0.6rem;
  text-align: right;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  footer p {
    font-size: 0.8rem;
    text-align: left;
  }
}
footer .footer-info-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 0.5rem;
  gap: 5px;
}
@media (max-width: 1024px) {
  footer .footer-info-list {
    align-items: start;
  }
}
footer .footer-info-list p {
  font-size: 0.6rem;
  text-align: right;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  footer .footer-info-list p {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.1;
  }
}
footer .footer-sns {
  display: flex;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--ep-margin));
  transform: translateY(calc(-100% - var(--ep-margin)));
  align-items: center;
  justify-content: end;
  gap: 0;
}
footer .footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray);
  padding: 4px 8px;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.34, 2.2, 0.64, 1);
}
@media (max-width: 1024px) {
  footer .footer-sns a {
    font-size: 0.8rem;
  }
}
footer .footer-sns a.footer-sns-blog {
  background-color: var(--color-green);
}
footer .footer-sns a.footer-sns-littly {
  background-color: var(--color-blue);
}
footer .footer-sns a.footer-sns-instagram {
  background-color: var(--color-gold);
}
footer .footer-sns a.footer-sns-facebook {
  background-color: var(--color-pink);
}

/* ----- Custom Styles End ----- */
/* Artweek Slider */
.artweek-slider {
  width: 100dvw;
  height: 400px;
  margin-left: calc(-1 * var(--ep-margin));
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
@media (max-width: 1024px) {
  .artweek-slider {
    height: 200px;
  }
}

.artweek-slider-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  .artweek-slider-wrapper {
    height: 200px;
  }
}

.artweek-patterns-container {
  width: 100%;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.artweek-patterns-track {
  display: flex;
  height: fit-content;
  animation: artweek-roll 30s linear infinite;
  will-change: transform;
}
@media (max-width: 1024px) {
  .artweek-patterns-track {
    animation: artweek-roll 20s linear infinite;
  }
}

.artweek-pattern-item {
  flex-shrink: 0;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .artweek-pattern-item {
    width: 200px;
    height: 200px;
  }
}
.artweek-pattern-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes artweek-roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.artweek-coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.artweek-coming-soon p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.facet-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 780px) {
  .facet-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem !important;
  }
}

.facetwp-facet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem !important;
}
.facetwp-facet .facetwp-radio {
  background: none;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
}
.facetwp-facet .facetwp-radio.checked, .facetwp-facet .facetwp-radio:hover {
  background: none;
  opacity: 1;
}
.facetwp-facet .facetwp-radio span {
  font-weight: 500;
  line-height: 1;
}
.facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
@media (max-width: 780px) {
  .facetwp-facet.facetwp-type-search {
    margin-bottom: 0 !important;
  }
}
.facetwp-facet.facetwp-type-search .facetwp-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  opacity: 1;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 780px) {
  .facetwp-facet.facetwp-type-search .facetwp-icon {
    width: 18px;
    height: 18px;
  }
}
.facetwp-facet.facetwp-type-search .facetwp-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/GeneratePress_ChildTheme_EP/assets/svg/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: none !important;
}
@media (max-width: 780px) {
  .facetwp-facet.facetwp-type-search .facetwp-icon::before {
    width: 18px;
    height: 18px;
  }
}
.facetwp-facet.facetwp-type-search input {
  padding: 0.2rem 0.5rem !important;
  background-color: #c7c7c7 !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  color: #000 !important;
  transition: all 0.3s cubic-bezier(0.34, 2.2, 0.64, 1) !important;
}
@media (max-width: 780px) {
  .facetwp-facet.facetwp-type-search input {
    background-color: #e1e1e1 !important;
    font-size: 1rem !important;
    padding: 0.3rem !important;
    border-radius: 5px !important;
  }
}