/*
  Theme Name:   GeneratePress EP Theme
  Theme URI:    https://generatepress.com
  Description:  Default GeneratePress child theme made by EP.
  Author:       EVERYDAY PRACTICE
  Author URI:   http://everyday-practice.com
  License:      GNU General Public License v3.0 (or later)
  License URI:  https://www.gnu.org/licenses/gpl-3.0.html
  Template:     generatepress
  Version:      0.1
*/
/* Initialize */
:root {
  --color-gray-light: #F1F1F1;
  --color-gray: #DBDBDB;
  --color-gray-dark: #656565;
  --color-blue: #48A9F9;
  --color-green: #28D763;
  --color-orange: #FF5700;
  --color-purple: #CD8DE9;
  --color-yellow: #FCE300;
  --color-magenta: #FF00C2;
  --color-gray-mid: #9C9A98;
  --active-color: #cd8eea;
  --header-height: 5.6rem;
}

body.home .site {
  padding-top: 0;
}

.main-canvas .canvas {
  height: 100svh;
}
.main-canvas .wdo-slogan {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 20rem;
}
@media (max-width: 1024px) {
  .main-canvas .wdo-slogan {
    width: 15rem;
  }
}

.countdown > p:empty {
  display: none;
  margin: 0;
}

.wdo-countdown {
  container-type: inline-size;
  display: block;
  width: 100%;
}
.wdo-countdown__bar {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #000;
  color: var(--color-green);
  padding: 1rem;
}
.wdo-countdown__left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wdo-countdown__left p {
  margin: 0;
  font-size: 2.37cqw;
  line-height: 1.2;
  font-weight: 400;
}
.wdo-countdown__divider {
  width: 1px;
  background: var(--color-green);
  align-self: stretch;
}
.wdo-countdown__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdo-countdown__units {
  display: flex;
  align-items: flex-start;
  gap: 1.85cqw;
}
.wdo-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3cqw;
}
.wdo-countdown__num {
  font-family: "wdo-plus", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-size: 5.2cqw;
  line-height: 0.93;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.wdo-countdown__label {
  font-size: 1.45cqw;
  line-height: 1;
  font-weight: 500;
}
.wdo-countdown__sep {
  align-self: flex-start;
  width: 1px;
  height: 6.5cqw;
  margin: 0 0.2cqw;
  background: var(--color-green);
  transform: rotate(20deg);
  transform-origin: center;
}
@media (max-width: 1024px) {
  .wdo-countdown__bar {
    flex-direction: column;
    gap: 4cqw;
    padding: 4cqw;
  }
  .wdo-countdown__divider {
    width: auto;
    height: 1px;
    align-self: stretch;
  }
  .wdo-countdown__left p {
    font-size: 5cqw;
  }
  .wdo-countdown__num {
    font-size: 9cqw;
  }
  .wdo-countdown__label {
    font-size: 3.4cqw;
  }
  .wdo-countdown__sep {
    height: 12.3cqw;
  }
  .wdo-countdown__units {
    gap: 4.85cqw;
  }
}

.identity-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f8f8f8;
}
.identity-wrapper > * {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-radius 0.5s ease-in-out;
}
.identity-wrapper > *:hover {
  border-radius: 50%;
}
.identity-wrapper > * h3 {
  font-family: "wdo-plus", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  margin-bottom: 4rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}
.identity-wrapper > * h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 130%);
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='73' height='73' fill='none' viewBox='0 0 73 73'%3e%3cpath stroke='black' stroke-width='4' d='M36.245 0v72.5M72.5 36.245H0'/%3e%3c/svg%3e");
}
.identity-wrapper > *.green {
  background-color: var(--color-green);
}
.identity-wrapper > *.orange {
  background-color: var(--color-orange);
}
.identity-wrapper > *.logo {
  background-color: white;
}
.identity-wrapper > *.logo img, .identity-wrapper > *.logo .wdo-slogan {
  width: 70%;
  height: auto;
}

@media (max-width: 1024px) {
  .identity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .identity-wrapper.first .logo {
    background-color: #F3F3F3;
  }
  .identity-wrapper > *:hover {
    border-radius: 0;
  }
  .identity-wrapper a {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    aspect-ratio: unset;
  }
  .identity-wrapper a h3 {
    margin-bottom: 0;
    padding: 0.5rem 3rem 0.5rem 0.8rem;
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .identity-wrapper a h3::before {
    content: "Explore the ";
  }
  .identity-wrapper a h3::after {
    width: 1.7rem;
    height: 100%;
    right: 0.7rem;
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='17' fill='none' viewBox='0 0 25 17'%3e%3cpath stroke='black' stroke-width='2' d='m16 15.56 7-7.437-7-7.438m6 7.375H0'/%3e%3c/svg%3e");
    background-size: 100%;
  }
  .identity-wrapper .logo > * {
    transform: translateY(-20%);
  }
}
.cheer_wall-wrapper {
  background-color: #F3F3F3;
}
.cheer_wall-wrapper h3 {
  font-size: 1.9rem;
  padding: 1rem 1rem 0;
}
@media (max-width: 1024px) {
  .cheer_wall-wrapper h3 {
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 500;
  }
}
.cheer_wall-wrapper .cheer-wall {
  --cheer-per-row: 10;
  --cheer-gap: 2rem;
  --cheer-fade: #F3F3F3;
  container-type: inline-size;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--cheer-gap);
  width: 100%;
  padding-bottom: 2rem;
  overflow: hidden;
  transition: max-height 0.55s ease;
}
.cheer_wall-wrapper .cheer-wall__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  pointer-events: none;
}
.cheer_wall-wrapper .cheer-wall__more[hidden] {
  display: none;
}
.cheer_wall-wrapper .cheer-wall__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--cheer-fade) 72%);
}
.cheer_wall-wrapper .cheer-wall__more-btn {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4cqw;
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cheer_wall-wrapper .cheer-wall__more-btn {
    font-size: 1.3rem;
  }
}
.cheer_wall-wrapper .cheer-wall__chev {
  width: 2.5rem;
  height: auto;
  min-width: 20px;
}
@media (max-width: 1024px) {
  .cheer_wall-wrapper .cheer-wall__chev {
    width: 1rem;
  }
}
.cheer_wall-wrapper .cheer-wall.is-expanded .cheer-wall__more {
  display: none;
}
.cheer_wall-wrapper .cheer-wall .cheer-row {
  flex: 0 0 auto;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.cheer_wall-wrapper .cheer-wall .cheer-row.is-dragging {
  cursor: grabbing;
}
.cheer_wall-wrapper .cheer-wall .cheer-track {
  display: flex;
  width: max-content;
  will-change: transform;
  user-select: none;
}
.cheer_wall-wrapper .cheer-wall .cheer-set {
  display: flex;
  align-items: flex-start;
}
.cheer_wall-wrapper .cheer-wall .cheer-card {
  box-sizing: border-box;
  flex: 0 0 auto;
  margin-right: var(--cheer-gap);
  width: 30vw;
  height: auto;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  background: var(--card-bg);
  color: #000;
}
.cheer_wall-wrapper .cheer-wall .cheer-card.size-1 {
  width: 20vw;
}
.cheer_wall-wrapper .cheer-wall .cheer-card.size-2 {
  width: 27vw;
}
.cheer_wall-wrapper .cheer-wall .cheer-card.size-3 {
  width: 33vw;
}
.cheer_wall-wrapper .cheer-wall .cheer-card.size-4 {
  width: 40vw;
}
.cheer_wall-wrapper .cheer-wall .cheer-card__msg {
  display: -webkit-box;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.15;
}
html[lang=ko-KR] .cheer_wall-wrapper .cheer-wall .cheer-card__msg {
  font-size: 1.2rem;
  line-height: 1.35;
}
@media (max-width: 1024px) {
  html[lang=ko-KR] .cheer_wall-wrapper .cheer-wall .cheer-card__msg {
    font-size: 1rem;
    line-height: 1.35;
  }
}
.cheer_wall-wrapper .cheer-wall .cheer-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cheer_wall-wrapper .cheer-wall .cheer-card__avatar {
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  object-fit: cover;
}
.cheer_wall-wrapper .cheer-wall .cheer-card__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cheer_wall-wrapper .cheer-wall .cheer-card__name {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}
.cheer_wall-wrapper .cheer-wall .cheer-card__role {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .cheer_wall-wrapper .cheer-wall .cheer-card.size-1 {
    width: 12rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card.size-2 {
    width: 14rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card.size-3 {
    width: 16rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card.size-4 {
    width: 18rem;
  }
}
@media (max-width: 1024px) {
  .cheer_wall-wrapper .cheer-wall {
    --cheer-gap: 1rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card {
    height: auto;
    min-height: 150px;
    border-radius: 3cqw;
    padding: 3cqw;
    margin-right: 1rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card__msg {
    font-size: 1.1rem;
    -webkit-line-clamp: 5;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card__avatar {
    width: 3rem;
    height: 3rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card__name {
    font-size: 0.8rem;
  }
  .cheer_wall-wrapper .cheer-wall .cheer-card__role {
    font-size: 0.8rem;
  }
  .cheer_wall-wrapper .cheer-wall__more-btn {
    gap: 1cqw;
  }
  .cheer_wall-wrapper .cheer-wall__chev {
    width: 5cqw;
  }
}

.event-wrapper .title {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
}
.event-wrapper .title h3 {
  padding-right: 10%;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}
.event-wrapper .event-cta {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: black;
}
.event-wrapper .event-cta .cta-top h3 {
  font-family: "wdo-plus", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-size: 9.5rem;
  font-weight: 400;
  line-height: 0.85;
  color: var(--color-blue);
}
.event-wrapper .event-cta .cta-top .event-icon {
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 0;
  right: 0;
  animation: event-icon-rotate 20s linear infinite;
  color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='171' fill='none' viewBox='0 0 171 171'%3e%3cpath fill='%2348A9F9' d='m85.029 0 49.978 16.24 30.889 42.514v52.55l-30.889 42.515-49.978 16.239-49.979-16.239-30.888-42.515v-52.55L35.05 16.239 85.029 0Z'/%3e%3cpath fill='black' d='M22.644 66.798h23.615v5.58H29.146V96.94h17.163v5.58H22.644V66.798ZM29.02 87.1c-.515 0-.988-.116-1.42-.348a2.863 2.863 0 0 1-.996-.997 2.569 2.569 0 0 1-.374-1.345c0-.515.125-.98.374-1.395.249-.415.581-.739.996-.972a2.792 2.792 0 0 1 1.42-.373h15.744v5.43H29.02Zm19.555-10.736h6.726L61.48 95.57l6.003-19.206h6.477l-9.192 26.156h-6.8l-9.392-26.156Zm39.957 26.879c-2.508 0-4.708-.507-6.601-1.52-1.894-1.013-3.372-2.55-4.435-4.608-1.062-2.076-1.594-4.642-1.594-7.698 0-2.806.54-5.248 1.62-7.324 1.095-2.092 2.598-3.687 4.508-4.782 1.91-1.113 4.077-1.67 6.502-1.67 2.358 0 4.434.524 6.228 1.57 1.81 1.03 3.213 2.549 4.21 4.558.996 2.01 1.494 4.426 1.494 7.25 0 .813-.008 1.461-.025 1.943H82.23c-.664 0-1.212-.2-1.644-.598-.431-.416-.647-.947-.647-1.595 0-.63.216-1.154.647-1.569.432-.415.98-.623 1.645-.623h14.323l-2.615.897c0-1.61-.216-2.948-.648-4.01-.432-1.063-1.046-1.852-1.843-2.367-.798-.515-1.777-.772-2.94-.772-1.18 0-2.242.299-3.189.897-.946.597-1.702 1.527-2.267 2.79-.564 1.262-.846 2.856-.846 4.782 0 2.21.265 4.036.797 5.48.531 1.429 1.278 2.492 2.242 3.19.98.68 2.15 1.02 3.512 1.02 1.428 0 2.6-.398 3.512-1.195.914-.814 1.479-1.968 1.694-3.463h6.378c-.233 1.91-.856 3.57-1.869 4.983-.996 1.411-2.341 2.507-4.035 3.288-1.694.764-3.662 1.146-5.904 1.146Zm17.263-26.88h6.178v3.987c.382-.88.93-1.678 1.644-2.392.714-.714 1.594-1.279 2.641-1.694 1.062-.415 2.275-.623 3.637-.623 1.71 0 3.188.374 4.434 1.121 1.245.731 2.192 1.777 2.84 3.14.664 1.344.996 2.914.996 4.707v17.911h-6.302V85.157c0-1.461-.366-2.582-1.097-3.363-.73-.78-1.785-1.17-3.163-1.17-1.163 0-2.159.299-2.989.896-.814.582-1.437 1.454-1.869 2.616-.432 1.146-.647 2.55-.647 4.21v14.174h-6.303V76.364Zm38.761 26.63c-1.66 0-3.08-.249-4.259-.747a5.896 5.896 0 0 1-2.766-2.441c-.647-1.113-.971-2.574-.971-4.384V81.246h-4.459v-4.882h.548c1.113 0 2.018-.166 2.715-.498.698-.35 1.221-.897 1.57-1.644.365-.764.581-1.786.647-3.064l.15-2.566h5.156v7.772h5.705v4.882h-5.705v13.502c0 1.13.283 1.935.847 2.416.565.482 1.37.723 2.417.723.714 0 1.378-.075 1.992-.224v4.857a13.595 13.595 0 0 1-3.587.473Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.event-wrapper .event-cta .cta-bottom {
  align-items: flex-end;
}
.event-wrapper .event-cta .cta-bottom p {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--color-blue);
}
.event-wrapper .event-cta .cta-bottom a {
  background-color: var(--color-blue);
  color: black;
}
@keyframes event-icon-rotate {
  to {
    transform: rotate(360deg);
  }
}
.event-wrapper .cta-bottom {
  margin-top: auto;
}
.event-wrapper .cta-bottom a {
  margin-left: auto;
  color: var(--color-blue);
  background-color: black;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .event-wrapper {
    display: flex;
    flex-direction: column;
  }
  .event-wrapper .title {
    padding: 0.7rem 0.9rem 0.9rem;
    aspect-ratio: 5/3;
  }
  .event-wrapper .title h3 {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .event-wrapper .event-cta {
    padding: 0.7rem 0.9rem 0.9rem;
    aspect-ratio: 5/3;
  }
  .event-wrapper .event-cta .cta-top h3 {
    font-size: 3.8rem;
    line-height: 0.95;
  }
  .event-wrapper .event-cta .cta-top h3 br:last-child {
    display: none;
  }
  .event-wrapper .event-cta .cta-top .event-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .event-wrapper .event-cta .cta-bottom p {
    font-size: 1.2rem;
  }
}
.event-wrapper .cta-bottom a {
  padding: 0.5rem 0.8rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
}

.welcom-wrapper {
  background-color: #F3F3F3;
}
.welcom-wrapper .title h3 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  .welcom-wrapper .title h3 {
    font-size: 2.2rem;
  }
}
.welcom-wrapper .welcome-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: black;
  border-radius: 3rem;
  padding: 3rem;
  color: white;
}
.welcom-wrapper .welcome-card .text-wrapper {
  flex: 1;
}
.welcom-wrapper .welcome-card .text-wrapper .top {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.welcom-wrapper .welcome-card .text-wrapper .top h5 {
  margin-bottom: 0.2rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}
.welcom-wrapper .welcome-card .text-wrapper .top p {
  margin-bottom: 0;
}
.welcom-wrapper .welcome-card .text-wrapper p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
.welcom-wrapper .welcome-card .text-wrapper .bottom {
  position: relative;
  max-height: var(--welcome-collapsed-height, 16.45rem);
  overflow: hidden;
}
.welcom-wrapper .welcome-card .text-wrapper .bottom::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 9rem;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, black 65%);
  transition: opacity 0.25s ease;
}
.welcom-wrapper .welcome-card .text-wrapper a.read-more-btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: black;
  background-color: white;
  padding: 0.55rem 3rem 0.55rem 0.8rem;
  border-radius: 0.75rem;
}
.welcom-wrapper .welcome-card .text-wrapper a.read-more-btn:after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='3' d='M14.998 0v30M30 14.998H0'/%3e%3c/svg%3e");
}
.welcom-wrapper .welcome-card .text-wrapper a.read-more-btn[hidden] {
  display: none;
}
.welcom-wrapper .welcome-card.is-ready .text-wrapper .bottom {
  transition: max-height 0.6s ease;
}
.welcom-wrapper .welcome-card.is-expanded .text-wrapper .bottom::after {
  opacity: 0;
}
.welcom-wrapper .welcome-card .image-wrapper {
  width: 30%;
  border-radius: 50%;
  overflow: hidden;
}
.welcom-wrapper .welcome-card .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .welcom-wrapper .welcome-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 2rem;
  }
  .welcom-wrapper .welcome-card .text-wrapper {
    order: 2;
    position: static;
  }
  .welcom-wrapper .welcome-card .text-wrapper .top {
    position: absolute;
    top: calc(16vw + 1rem);
    left: 42%;
    width: 56%;
    transform: translateY(-50%);
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .welcom-wrapper .welcome-card .text-wrapper .top h5 {
    font-size: 1.3rem;
  }
  .welcom-wrapper .welcome-card .text-wrapper .top p {
    font-size: 1.15rem;
  }
  .welcom-wrapper .welcome-card .text-wrapper .bottom::after {
    height: 5rem;
    background: linear-gradient(to bottom, transparent, black 90%);
  }
  .welcom-wrapper .welcome-card .text-wrapper p {
    font-size: 1.15rem;
  }
  .welcom-wrapper .welcome-card .text-wrapper a.read-more-btn {
    padding: 0.55rem 2.2rem 0.55rem 0.8rem;
    font-size: 1.2rem;
  }
  .welcom-wrapper .welcome-card .text-wrapper a.read-more-btn::after {
    right: 0.5rem;
    background-size: 70%;
  }
  .welcom-wrapper .welcome-card .image-wrapper {
    order: 1;
    width: 38%;
    border-radius: 50%;
  }
}

header.wdo-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
header.wdo-header.scrolled {
  background-color: var(--active-color);
  height: var(--header-height);
}
@media (max-width: 1024px) {
  header.wdo-header.scrolled {
    background-color: transparent;
  }
  header.wdo-header.scrolled .header-left a img.header-logo {
    pointer-events: none;
  }
}
header.wdo-header .desktop-menu {
  z-index: 101;
}
@media (max-width: 1024px) {
  header.wdo-header .desktop-menu {
    display: flex;
  }
}
header.wdo-header .header-left a {
  display: block;
}
header.wdo-header .header-left a img.header-logo {
  display: block;
  width: var(--wdo-logo-w, 22rem);
  height: auto;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  header.wdo-header .header-left a img.header-logo {
    width: 40vw;
    opacity: calc(1 - var(--wdo-logo-p, 0));
    transition: 0s;
  }
}
header.wdo-header .header-right nav.gb-navigation {
  width: 100%;
}
header.wdo-header .header-right nav.gb-navigation ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1rem;
}
header.wdo-header .header-right nav.gb-navigation ul li.menu-item {
  font-size: 1.25rem;
  font-weight: 500;
  transition: 0s !important;
}
header.wdo-header .header-right nav.gb-navigation ul li.menu-item:hover {
  transition: 0s !important;
}
header.wdo-header .header-right nav.gb-navigation ul li.menu-item a {
  display: block;
  height: 100%;
  padding: 0;
}
header.wdo-header .header-right nav.gb-navigation ul li.menu-item.current_page_item a, header.wdo-header .header-right nav.gb-navigation ul li.menu-item:hover a {
  text-decoration: underline;
  text-underline-offset: 0.14rem;
  text-decoration-thickness: 0.07rem;
}
header.wdo-header .header-right .lang-menu {
  position: fixed;
  top: 0;
  right: 0;
}
header.wdo-header .header-right .lang-menu a {
  background-color: black;
  color: white;
  padding: 0.1rem 0.4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header.wdo-header .header-right .lang-menu {
    top: 20.2vw;
    right: 1rem;
    opacity: 0;
    pointer-events: none;
  }
  header.wdo-header .header-right .lang-menu a {
    background-color: white;
    color: black;
  }
}

.lang-menu .english,
.lang-menu .korean {
  display: none;
}

html:not(:lang(en)) .lang-menu .english {
  display: block;
}

html:lang(en) .lang-menu .korean {
  display: block;
}

body:not(.home) header.wdo-header .header-left a img.header-logo {
  width: 6.2rem !important;
}
@media (max-width: 1024px) {
  body:not(.home) header.wdo-header .header-left a img.header-logo {
    width: 11rem !important;
  }
}

.modal-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 100;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.modal-menu-container nav.gb-navigation {
  width: 100%;
  margin-top: 14rem;
  border-top: 1px solid white;
  padding-top: 1rem;
}
.modal-menu-container nav.gb-navigation ul {
  display: flex;
  gap: 0.5rem;
}
.modal-menu-container nav.gb-navigation ul li.menu-item {
  font-size: 9vw;
  font-weight: 500;
  line-height: 1;
  transition: 0s !important;
}
.modal-menu-container nav.gb-navigation ul li.menu-item a {
  display: block;
  height: 100%;
  padding: 0;
  color: white;
}
.modal-menu-container nav.gb-navigation ul li.menu-item a br {
  display: none;
}
.modal-menu-container .sns-wrapper {
  margin-top: auto;
}
.modal-menu-container .sns-wrapper .wp-block-gallery {
  display: flex;
}
.modal-menu-container .sns-wrapper .wp-block-gallery figure.wp-block-image {
  flex-grow: unset;
  width: 2.5rem !important;
}
.modal-menu-container .sns-wrapper .wp-block-gallery figure.wp-block-image img {
  filter: invert(1);
}

.menu-btn-wrapper {
  position: fixed;
  z-index: 1000;
  right: 1rem;
  top: 0.7rem;
}
@media (min-width: 1025px) {
  .menu-btn-wrapper {
    display: none;
  }
}
.menu-btn-wrapper button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  padding: 0;
  background: none;
  color: black;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.menu-btn-wrapper button:hover, .menu-btn-wrapper button:focus {
  background: none;
}
.menu-btn-wrapper button.menu::after {
  content: "";
  position: relative;
  top: 0.15rem;
  width: 1.6rem;
  height: 0.82rem;
  border-top: 0.18rem solid currentColor;
  border-bottom: 0.18rem solid currentColor;
}
.menu-btn-wrapper button.close {
  display: none;
}
.menu-btn-wrapper button.close::after {
  content: "";
  position: relative;
  top: 0.05rem;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(currentColor, currentColor) center/100% 0.18rem no-repeat, linear-gradient(currentColor, currentColor) center/0.18rem 100% no-repeat;
  transform: rotate(45deg);
}

header.wdo-header.is-open button.menu {
  display: none;
}
header.wdo-header.is-open .header-right .lang-menu {
  opacity: 1;
  pointer-events: auto;
}
header.wdo-header.is-open button.close {
  display: flex;
  color: white;
}
header.wdo-header.is-open .header-left a img.header-logo {
  filter: invert(1);
  opacity: 0.5;
}
header.wdo-header.is-open .modal-menu-container {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

.site-footer {
  background-color: white;
}
.site-footer footer {
  gap: 1rem;
}
.site-footer footer .footer-logo {
  max-width: 15rem;
}
.site-footer footer ul#menu-footer-menu li.menu-item a {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.site-footer footer .footer-center {
  display: flex;
  flex-direction: column;
}
.site-footer footer .footer-center p {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.site-footer footer .footer-right {
  display: flex;
  flex-direction: column;
}
.site-footer footer .footer-right .sns-wrapper .wp-block-gallery {
  display: flex;
  gap: 0.25rem;
}
.site-footer footer .footer-right .sns-wrapper .wp-block-gallery figure {
  flex-grow: unset;
  width: 1.5rem !important;
}
.site-footer footer .footer-right .sponsor-wrapper {
  margin-top: auto;
}
.site-footer footer .footer-right .sponsor-wrapper .wp-block-gallery {
  display: flex;
  gap: 1.5rem;
}
.site-footer footer .footer-right .sponsor-wrapper .wp-block-gallery figure {
  flex-grow: unset;
  width: auto !important;
}
@media (max-width: 1024px) {
  .site-footer footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer footer .footer-left {
    order: 1;
  }
  .site-footer footer .footer-left .footer-logo {
    max-width: 14rem;
  }
  .site-footer footer .footer-center {
    order: 3;
  }
  .site-footer footer .footer-center nav .gb-menu-container {
    position: static;
    display: block;
    padding: 0.5rem 0 1.5rem;
    background-color: transparent;
    color: black;
  }
  .site-footer footer .footer-center nav .gb-menu-container ul {
    align-items: center;
  }
  .site-footer footer .footer-center nav .gb-menu-container ul li {
    padding-bottom: 0.2rem;
  }
  .site-footer footer .footer-center nav .gb-menu-container ul li a {
    font-size: 1.1rem !important;
  }
  .site-footer footer .footer-center p {
    font-size: 1.1rem;
  }
  .site-footer footer .footer-right {
    width: 100%;
    order: 2;
    align-items: center;
    gap: 1rem;
  }
  .site-footer footer .footer-right .sns-wrapper {
    order: 2;
  }
  .site-footer footer .footer-right .sns-wrapper .wp-block-gallery figure {
    width: 2rem !important;
  }
  .site-footer footer .footer-right .sponsor-wrapper {
    order: 1;
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid rgb(121, 121, 121);
    border-bottom: 1px solid rgb(121, 121, 121);
  }
  .site-footer footer .footer-right .sponsor-wrapper .wp-block-gallery {
    justify-content: center;
  }
}

.page-title-wrapper {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  z-index: 1;
}
.page-title-wrapper h2.page-title {
  top: -0.3rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.2rem;
  text-shadow: 0 0 0.2rem var(--active-color), 0 0 0.2rem var(--active-color);
  font-family: "wdo-plus", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
@media (max-width: 1024px) {
  .page-title-wrapper {
    top: -1px;
    border-top: 1px solid;
    padding-top: 1.1rem;
  }
  .page-title-wrapper h2.page-title {
    top: 0;
    margin-top: -0.3rem;
    font-size: 1.7rem;
    font-weight: 500;
    padding-right: 7rem;
    line-height: 1.1;
    text-shadow: none;
    font-family: "wdo", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  }
}

.identity-section {
  padding-bottom: 2rem;
  background-color: var(--color-green);
}
.identity-section .identity-box {
  background-color: #F3F3F3;
  border-radius: 1.5rem;
  padding: 2rem;
}
.identity-section .wdo-logo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 3rem 4rem 4rem;
}
.identity-section .wdo-logo .wp-block-video {
  width: 80%;
  max-width: 900px;
  position: relative;
}
.identity-section .wdo-logo .wp-block-video video {
  clip-path: inset(2px 4px);
  display: block;
  width: 100%;
  height: auto;
}
.identity-section .wdo-logo .wp-block-video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 28px 20px #F3F3F3;
}
.identity-section .text-wrapper {
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid black;
}
.identity-section .text-wrapper p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .identity-section .identity-box {
    padding: 1.5rem;
  }
  .identity-section .identity-box .wdo-logo {
    padding: 1rem 0 3rem;
  }
  .identity-section .identity-box .wdo-logo .wp-block-video {
    width: 90%;
  }
  .identity-section .identity-box .wdo-logo .wp-block-video::after {
    box-shadow: inset 0 0 4px 4px #F3F3F3;
  }
  .identity-section .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .identity-section .text-wrapper p {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}

.theme-section {
  background-color: #F1EFE8;
}
.theme-section .theme-box {
  padding: 3rem 0;
}
.theme-section .theme-box .theme {
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  margin-bottom: 10rem;
}
.theme-section .theme-box .theme .wdo-slogan {
  max-height: 61vh;
}
.theme-section .theme-box .sticky-text-wrapper {
  align-items: flex-start;
  margin-bottom: 2rem;
}
.theme-section .theme-box .sticky-text-wrapper > div {
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.333%;
  min-height: 25rem;
  background: linear-gradient(to bottom, var(--color-green) 50%, #86ee94 100%);
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.theme-section .theme-box .sticky-text-wrapper > div h4 {
  padding: 3rem 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
.theme-section .theme-box .sticky-text-wrapper > div h4 .ml-ko {
  line-height: 1.2;
}
.theme-section .theme-box .sticky-text-wrapper > div h3 {
  margin-bottom: 1rem;
  padding: 0.2rem 0.4rem;
  background-color: black;
  color: var(--color-green);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.theme-section .theme-box .sticky-text-wrapper > div p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.theme-section .theme-box .sticky-text-wrapper > div:nth-child(2) {
  margin-top: 20rem;
}
.theme-section .theme-box .sticky-text-wrapper > div:nth-child(3) {
  margin-top: 40rem;
}
@media (max-width: 1024px) {
  .theme-section .theme-box .sticky-text-wrapper {
    flex-direction: column;
  }
  .theme-section .theme-box .sticky-text-wrapper > div {
    top: 3.6rem;
    width: 100%;
  }
  .theme-section .theme-box .sticky-text-wrapper > div p {
    font-size: 1.3rem;
  }
  .theme-section .theme-box .sticky-text-wrapper > div:nth-child(2) {
    margin-top: 4rem;
  }
  .theme-section .theme-box .sticky-text-wrapper > div:nth-child(3) {
    margin-top: 4rem;
  }
}

.event-overview-section .sticky-text-wrapper {
  margin-top: 12rem;
  display: flex;
  gap: 1rem;
}
.event-overview-section .sticky-text-wrapper .left {
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  width: 50%;
  height: 100%;
  min-height: 25rem;
  background: linear-gradient(to bottom, var(--color-green) 50%, #86ee94 100%);
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.event-overview-section .sticky-text-wrapper .left h3 {
  font-family: "wdo-plus", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
.event-overview-section .sticky-text-wrapper .right {
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  width: 50%;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.event-overview-section .sticky-text-wrapper .right > div {
  padding: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  background-color: #F3F3F3;
}
.event-overview-section .sticky-text-wrapper .right > div.numbering-box {
  background-color: #e8e8e8;
  padding-bottom: 7rem;
}
.event-overview-section .sticky-text-wrapper .right > div.numbering-box div {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.event-overview-section .sticky-text-wrapper .right > div p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}
.event-overview-section .sticky-text-wrapper .right > div table {
  margin-bottom: 0;
  border: 0;
}
.event-overview-section .sticky-text-wrapper .right > div table td {
  vertical-align: top;
  border: 0;
  padding: 0 0.5rem 1.2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.15;
}
.event-overview-section .sticky-text-wrapper .right > div table td:first-child {
  width: 30%;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .event-overview-section .sticky-text-wrapper {
    flex-direction: column;
  }
  .event-overview-section .sticky-text-wrapper .left {
    top: 3.6rem;
    width: 100%;
    margin-bottom: 1rem;
    min-height: calc(100vw - 2rem);
  }
  .event-overview-section .sticky-text-wrapper .left h3 {
    font-size: 3rem;
  }
  .event-overview-section .sticky-text-wrapper .right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .event-overview-section .sticky-text-wrapper .right > div {
    min-height: calc(100vw - 2rem);
  }
  .event-overview-section .sticky-text-wrapper .right > div.numbering-box {
    position: sticky;
    top: 3.6rem;
    aspect-ratio: 1/1;
  }
  .event-overview-section .sticky-text-wrapper .right > div.numbering-box div {
    font-size: 2.5rem;
  }
  .event-overview-section .sticky-text-wrapper .right > div table td {
    padding: 0 0.5rem 0.7rem 0;
    font-size: 1.2rem;
  }
}

.wdo-section {
  padding-bottom: 2rem;
  background-color: var(--color-green);
}
.wdo-section .text-wrapper {
  align-items: start;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid black;
}
.wdo-section .text-wrapper .left p {
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.3;
}
.wdo-section .text-wrapper .left p a {
  text-decoration: underline;
}
.wdo-section .text-wrapper .right {
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.wdo-section .text-wrapper .right img {
  width: 100%;
  padding: 3rem 2rem;
  margin-bottom: 0.2rem;
  border-radius: 1.5rem;
  background-color: white;
}
.wdo-section .text-wrapper .right .sns-wrapper a {
  gap: 0.3rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.wdo-section .text-wrapper .right .sns-wrapper a svg {
  height: 1.4em;
  width: 1.4em;
}
@media (max-width: 1024px) {
  .wdo-section .text-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .wdo-section .text-wrapper .left {
    width: 100%;
  }
  .wdo-section .text-wrapper .left p {
    font-size: 1.3rem;
  }
  .wdo-section .text-wrapper .right {
    width: 100%;
    position: static;
  }
  .wdo-section .text-wrapper .right img {
    padding: 3rem;
    width: 100%;
  }
}

.preview-section {
  min-height: 70svh;
  padding-bottom: 3rem;
  background-color: var(--color-purple);
}
.preview-section .page-title-wrapper {
  z-index: 3;
}
.preview-section .page-title-wrapper h2.page-title {
  margin-bottom: 3rem;
}
.preview-section .summary {
  position: sticky;
  top: calc(var(--header-height) + 8.1rem);
  margin-bottom: 5rem;
  border-top: 1px solid black;
}
.preview-section .summary p {
  margin: 0;
  border-bottom: 1px solid black;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.preview-section .preview-speakers {
  z-index: 2;
}
.preview-section .preview-speakers:after {
  content: "";
  position: absolute;
  left: -4rem;
  top: -4rem;
  opacity: 0.9;
  z-index: -1;
  width: calc(100% + 8rem);
  height: calc(100% + 8rem);
  background: var(--color-purple);
  filter: blur(25px);
}
.preview-section .preview-speakers .pv-speakers {
  align-items: start;
  --pv-cols: 4;
  --pv-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(var(--pv-cols), 1fr);
  gap: var(--pv-gap);
  width: 100%;
}
.preview-section .preview-speakers .pv-speaker {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  border-radius: 1.5rem;
  background: #fff;
  color: #111;
}
.preview-section .preview-speakers .pv-speaker__open {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.1rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 1.5rem;
  border: 0.2rem solid white;
  transition: 0.3s;
}
.preview-section .preview-speakers .pv-speaker__open:hover, .preview-section .preview-speakers .pv-speaker__open:focus-visible {
  border-color: #a755cb;
}
.preview-section .preview-speakers .pv-speaker__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.preview-section .preview-speakers .pv-speaker__photo {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #e6e6e6;
}
.preview-section .preview-speakers .pv-speaker__photo--empty {
  display: block;
}
.preview-section .preview-speakers .pv-speaker__id {
  width: 100%;
  min-width: 0;
  padding-top: 2px;
}
.preview-section .preview-speakers .pv-speaker__name {
  display: block;
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.preview-section .preview-speakers .pv-speaker__category {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}
.preview-section .preview-speakers .pv-speaker__affiliation {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  border-top: 1px solid black;
  padding-top: 0.3rem;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .preview-section .preview-speakers .pv-speakers {
    --pv-cols: 3 !important;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__open {
    padding: 0.7rem;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__head {
    flex-direction: column;
    gap: 0.5rem;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__category {
    font-size: 1rem;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__affiliation {
    font-size: 0.9rem;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__name {
    margin-bottom: 0;
  }
}
@media (max-width: 780px) {
  .preview-section .preview-speakers .pv-speakers {
    --pv-cols: 2 !important;
  }
}
@media (max-width: 480px) {
  .preview-section .preview-speakers .pv-speakers {
    --pv-cols: 1 !important;
  }
  .preview-section .preview-speakers .pv-speakers .pv-speaker__head {
    flex-direction: row;
    gap: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .preview-section .summary {
    top: 5.2rem;
  }
  .preview-section .summary p {
    padding: 0.2rem 0;
    font-size: 1.7rem;
  }
}

.timetable-section {
  padding-bottom: 3rem;
  background-color: var(--color-purple);
}
.timetable-section .page-title-wrapper {
  margin-bottom: 2rem;
}
.timetable-section .timetable-wrap {
  width: 100%;
}
.timetable-section .timetable-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.timetable-section .tt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.timetable-section .timetable {
  width: 100%;
  min-width: 920px;
  border: 0;
  border-collapse: collapse;
  color: #141414;
  background: #fff;
  font-size: 15px;
}
.timetable-section .timetable th,
.timetable-section .timetable td {
  padding: 11px 14px;
  border: 1px solid var(--color-purple);
  text-align: left;
  vertical-align: top;
  font-size: 1.1rem;
}
.timetable-section .timetable {
  line-height: 1.45;
  font-weight: 400;
}
.timetable-section .timetable .tt-time {
  white-space: nowrap;
  font-weight: 600;
}
.timetable-section .timetable .tt-dur {
  white-space: nowrap;
  color: #333;
}
.timetable-section .timetable .tt-track {
  font-weight: 600;
}
.timetable-section .timetable .tt-sub {
  font-weight: 500;
}
.timetable-section .timetable .tt-who {
  white-space: normal;
  color: #333;
}
.timetable-section .timetable .tt-speaker {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.14rem;
  text-decoration-thickness: 0.07rem;
  cursor: pointer;
}
.timetable-section .timetable tbody {
  border-bottom: 5px solid var(--color-purple);
}
.timetable-section .tt--gray td,
.timetable-section .tt--gray th {
  background: #f1f1f1;
}
.timetable-section .tt--lavender td,
.timetable-section .tt--lavender th {
  background: #f2e6fb;
}
.timetable-section .tt--green td,
.timetable-section .tt--green th {
  background: #e6f6ec;
}
.timetable-section .tt--blue td,
.timetable-section .tt--blue th {
  background: #e7eefc;
}
.timetable-section .tt-c-time {
  width: 17%;
}
.timetable-section .tt-c-dur {
  width: 5%;
}
.timetable-section .tt-c-track {
  width: 15%;
}
.timetable-section .tt-c-sub {
  width: 15%;
}
.timetable-section .tt-c-desc {
  width: 33%;
}
.timetable-section .tt-c-who {
  width: 15%;
}
@media (max-width: 1024px) {
  .timetable-section .timetable__title {
    font-size: 1.8rem;
  }
  .timetable-section .timetable-wrap {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .timetable-section .timetable-wrap .timetable-scroll {
    padding: 0 1rem;
  }
  .timetable-section .timetable {
    font-size: 13px;
  }
  .timetable-section .timetable th,
  .timetable-section .timetable td {
    padding: 4px 7px;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.preview-cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: var(--color-purple);
}
.preview-cta-section p {
  padding-right: 20%;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.preview-cta-section p span {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.2rem;
}
html[lang=ko-KR] .preview-cta-section p {
  font-size: 3.3rem;
  line-height: 1.3;
}
.preview-cta-section .cta-btn {
  margin-top: 1rem;
  margin-bottom: 5rem;
  padding: 1.5rem 1.3rem;
  border-radius: 1.35rem;
  background-color: var(--color-purple);
  color: black;
  font-size: 2.7rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .preview-cta-section {
    align-items: flex-start;
  }
  .preview-cta-section p {
    padding-right: 0;
    font-size: 1.8rem;
  }
  html[lang=ko-KR] .preview-cta-section p {
    font-size: 1.7rem;
  }
  .preview-cta-section .cta-btn {
    margin-bottom: 3rem;
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
  }
}

.pv-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.5rem 1.5rem 1.5rem;
}
.pv-modal[hidden] {
  display: none;
}
.pv-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(80, 80, 80, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pv-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(56rem, 100%);
  max-height: calc(100svh - 6rem);
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.pv-modal.is-open .pv-modal__backdrop {
  opacity: 1;
}
.pv-modal.is-open .pv-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.pv-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateY(calc(-100% - 0.5rem));
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.4rem 0.7rem;
  border: 0;
  border-radius: 999px;
  background: black;
  color: #fff;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.pv-modal__close:focus {
  background-color: black;
}
.pv-modal__close-x {
  font-size: 0;
  color: transparent;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='white' stroke-width='2' d='M18.705.707.707 18.705m18 0L.71.707'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pv-modal__panel {
  display: grid;
  grid-template-columns: minmax(11rem, 30%) 1fr;
  gap: 1rem;
  align-items: start;
  overflow: auto;
  max-height: calc(100svh - 6rem);
  padding: 1rem;
  border-radius: 1.5rem;
  background: #fff;
  color: #111;
}
.pv-modal__panel:has(.pv-modal__photo-wrap[hidden]) {
  grid-template-columns: 1fr;
}
.pv-modal__photo-wrap {
  min-width: 0;
}
.pv-modal__photo-wrap[hidden] {
  display: none;
}
.pv-modal__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 1rem;
  background: #e6e6e6;
}
.pv-modal__text {
  min-width: 0;
}
.pv-modal__name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}
.pv-modal__category {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.pv-modal__category[hidden] {
  display: none;
}
.pv-modal__affiliation, .pv-modal__summary {
  margin: 0.4rem 0 0;
  padding-top: 0.4rem;
  border-top: 1px solid #111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: pre-wrap;
}
.pv-modal__affiliation[hidden], .pv-modal__summary[hidden] {
  display: none;
}

body.pv-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .pv-modal__backdrop,
  .pv-modal__dialog {
    transition: none;
  }
}
@media (max-width: 780px) {
  .pv-modal {
    padding: 4rem 0.8rem 0.8rem;
  }
  .pv-modal__dialog {
    max-height: calc(100svh - 5rem);
  }
  .pv-modal__close {
    right: 0.4rem;
  }
  .pv-modal__panel {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 1.3rem 1.2rem 1.5rem;
    max-height: calc(100svh - 5rem);
  }
  .pv-modal__photo {
    aspect-ratio: 4/3;
    max-height: 16rem;
  }
}
.overview-section {
  min-height: 70svh;
  padding-bottom: 3rem;
  background-color: var(--color-blue);
}
.overview-section .page-title-wrapper {
  margin-bottom: 3rem;
}
.overview-section .page-title-wrapper h2.page-title {
  margin-bottom: 3rem;
}
.overview-section .summary {
  position: sticky;
  top: calc(var(--header-height) + 8.1rem);
  margin-bottom: 5rem;
  border-top: 1px solid black;
}
.overview-section .summary p {
  margin: 0;
  border-bottom: 1px solid black;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .overview-section .summary p {
    padding: 0.2rem 0;
    font-size: 1.7rem;
  }
}

.overview-timetable-section {
  position: sticky;
  top: calc(var(--header-height));
  padding-bottom: 3rem;
  background-color: var(--color-blue);
}
.overview-timetable-section.white {
  background-color: #E4F1FB;
}
.overview-timetable-section .table-title-wrapper {
  width: 100%;
  gap: 1rem;
  margin-bottom: 2rem;
}
.overview-timetable-section .table-title-wrapper h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.overview-timetable-section .table-title-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}
.overview-timetable-section .table-title-wrapper span {
  font-size: 1.5rem;
  font-weight: 500;
}
.overview-timetable-section .table table {
  border: 0;
}
.overview-timetable-section .table table th {
  border-top: 0;
}
.overview-timetable-section .table table th, .overview-timetable-section .table table td {
  padding-right: 1rem;
  border-bottom: 1px solid black;
  border-right: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
.overview-timetable-section .table table th:nth-child(1), .overview-timetable-section .table table td:nth-child(1) {
  width: 18%;
}
.overview-timetable-section .table table th:nth-child(2), .overview-timetable-section .table table td:nth-child(2) {
  width: 41%;
}
.overview-timetable-section .table table th:nth-child(3), .overview-timetable-section .table table td:nth-child(3) {
  width: 41%;
}
.overview-timetable-section .assembly-text {
  border-top: 1px solid black;
  margin-top: 6rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
  padding-left: calc(24.7% + 1rem);
}
.overview-timetable-section .assembly-text h4 {
  margin-bottom: 0.8rem !important;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.overview-timetable-section .assembly-text h4 strong {
  font-weight: 600;
}
.overview-timetable-section .assembly-text p {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.comingsoon-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
  min-height: 50vh;
  background-color: #E4F1FB;
}
.comingsoon-section h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.comingsoon-section p {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .comingsoon-section h3 {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .comingsoon-section p {
    font-size: 1.2rem;
  }
}

.visit-section {
  background-color: var(--color-yellow);
}
.visit-section .page-title-wrapper {
  margin-bottom: 5rem;
  z-index: 2;
}
.visit-section .summary {
  position: sticky;
  top: calc(var(--header-height) + 8.1rem);
  margin-bottom: 5rem;
  border-top: 1px solid black;
}
.visit-section .summary h3 {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.visit-section .summary p {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.visit-section .accommodation-wrapper {
  padding-bottom: 3rem;
}
.visit-section .accommodation-wrapper .accommodation {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 40px);
}
.visit-section .accommodation-wrapper .accommodation__grid {
  display: grid;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 28px);
}
.visit-section .accommodation-wrapper .accommodation:after {
  content: "";
  position: absolute;
  left: -4rem;
  top: -4rem;
  opacity: 0.9;
  z-index: -1;
  width: calc(100% + 8rem);
  height: calc(100% + 8rem);
  background: var(--color-yellow);
  filter: blur(25px);
  z-index: 0;
}
.visit-section .accommodation-wrapper .acc-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 0.5rem;
}
.visit-section .accommodation-wrapper .acc-card__img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  aspect-ratio: 5/3;
}
.visit-section .accommodation-wrapper .acc-card__body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 1.5rem;
  background: white;
}
.visit-section .accommodation-wrapper .acc-card__name {
  margin: 0 0 14px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
}
.visit-section .accommodation-wrapper .acc-card__row {
  margin: 0;
  padding: 0.4rem 0;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #222;
  border-top: 1px solid black;
}
.visit-section .accommodation-wrapper .acc-card__row:last-child {
  padding-bottom: 0;
}
.visit-section .accommodation-wrapper .acc-notes {
  background: black;
  color: white;
  padding: 1rem;
  z-index: 1;
}
.visit-section .accommodation-wrapper .acc-notes__title {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: inherit;
}
.visit-section .accommodation-wrapper .acc-notes__list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1.2rem;
  line-height: 1.1;
}
.visit-section .accommodation-wrapper .acc-notes__list li {
  margin: 0;
}
@media (max-width: 900px) {
  .visit-section .accommodation-wrapper .accommodation__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .visit-section .summary {
    top: 5.2rem;
  }
  .visit-section .summary h3 {
    font-size: 1.7rem;
  }
  .visit-section .summary p {
    padding: 0.2rem 0;
    font-size: 1.7rem;
  }
  .visit-section .accommodation-wrapper .acc-card__name {
    font-size: 1.4rem;
  }
  .visit-section .accommodation-wrapper .acc-card__row {
    font-size: 1rem;
  }
}

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

html {
  font-size: calc(0.8vw + 6px) !important;
}
@media (max-width: 1024px) {
  html {
    font-size: calc(1.5vw + 8px) !important;
  }
}

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

body {
  overflow-x: hidden;
}

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

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

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

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.caption {
  font-size: 0.7rem;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

.separate-containers .site-main {
  margin: 0;
}
.separate-containers .site-main .inside-article {
  padding: 0;
}

.site {
  max-width: 100%;
  padding-top: var(--header-height);
}
@media (max-width: 1024px) {
  .site {
    padding-top: 0;
  }
  .site .mobile-top-section {
    padding-top: 8.2rem;
  }
}

html[lang=en-US] .ko {
  display: none;
}

html[lang=ko-KR] .en {
  display: none;
}

.ml-ko {
  position: relative;
  font-size: 95%;
  top: -0.02em;
  line-height: 1.45;
}