@charset "UTF-8";
/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  vertical-align: top;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

span {
  display: inline-block;
}

ul, ol {
  list-style: none;
}

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

address {
  font-style: normal;
}

html, body {
  font-family: "SUIT", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.tdu {
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 0.8px;
}

.cl-point {
  color: #82B1F5;
}

.mb-only {
  display: none;
}

.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;
}

@media (max-width: 768px) {
  .mb-only {
    display: initial;
  }
  .dt-only {
    display: none !important;
  }
}
.to-content {
  position: absolute;
  top: -40px; /* 화면 밖에 숨겨두기 */
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 14px;
  transition: top 0.3s ease;
}

.to-content:focus {
  top: 10px; /* 초점이 갔을 때 화면에 나타남 */
}

.page-header {
  position: relative;
  width: 100%;
  height: 577px;
}
.page-header h1 {
  position: absolute;
  top: 20px;
  left: 20px;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.infos {
  position: relative;
  height: 100%;
}
.infos .pic-cap {
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 0;
  padding: 0 20px;
  color: white;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
}

.event-info {
  position: absolute;
  bottom: 48px;
  right: 20px;
  background: #073062;
  padding: 20px;
  width: 320px;
  color: white;
}
.event-info h2 {
  font-family: "Cal Sans", sans-serif;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 12px;
}
.event-info h2 span {
  display: block;
}
.event-info h2 i {
  font-style: normal;
  color: #82B1F5;
}
.event-info .label {
  display: inline-block;
  padding-right: 4px;
}

.gnb-wrap {
  width: 100%;
  border-bottom: 0.8px solid #dadada;
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
}

.gnb {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 54px;
}
.gnb li {
  width: 25%;
  position: relative;
  text-align: center;
}
.gnb li a {
  display: inline-block;
  line-height: 54px;
  width: 100%;
}
.gnb li a:hover {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 800;
}
.gnb li::after {
  content: "";
  position: absolute;
  bottom: -0.8px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0);
}
.gnb li.current-menu-item a {
  font-weight: 800;
}
.gnb li.current-menu-item::after {
  background: #82B1F5;
}

@media (max-width: 768px) {
  .page-header {
    height: auto;
  }
  .hero-img {
    height: 284px;
  }
  .inner.infos {
    padding: 284px 0 0;
  }
  .event-info {
    position: static;
    width: 100%;
  }
  .infos .pic-cap {
    bottom: 250px;
    font-size: 12px;
  }
}
.page-content {
  padding: 64px 0 150px;
}

.inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 0;
}
.inner-sp {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px;
}
.inner-sp-xs {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 12px;
}
.inner-sp-sm {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 24px;
}
.inner-sp-lg {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 100px;
}
.inner-full {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.inner--mbfull {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .inner--mbfull {
    padding: 0;
  }
}
.inner--mbfull-sp {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .inner--mbfull-sp {
    padding: 0;
  }
}
.inner--mbfull-sp-lg {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .inner--mbfull-sp-lg {
    padding: 0;
  }
}

.page-heading {
  font-size: 20px;
}

footer {
  background: #f0f0f0;
  padding: 20px 0;
}

.copyright {
  margin-top: 16px;
}

.session {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.session > div {
  width: 80%;
}
.session:not(:last-child) {
  margin-bottom: 64px;
}
.session .cl-point {
  font-weight: bold;
}

.session-title {
  font-family: "Cal Sans", sans-serif;
  font-size: 20px;
  color: #82B1F5;
  font-weight: normal;
  width: 20%;
  line-height: 1.2;
}

.session-list {
  margin-top: 20px;
}
.session-list li {
  position: relative;
  padding-left: 70px;
}
.session-list li:not(:last-child) {
  margin-bottom: 4px;
}
.session-list .label {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .session {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .session > div {
    width: 100%;
  }
  .session:not(:last-child) {
    margin-bottom: 64px;
  }
  .session-title {
    width: 100%;
    margin-bottom: 12px;
  }
  .session-list {
    margin-top: 12px;
  }
}
.now-playing {
  scroll-margin-top: 54.5px;
}
.now-playing.off {
  display: none;
}

.playing-area {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.playing-area iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.heading-area h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.heading-area div {
  padding: 12px 20px 24px;
  background: #f0f0f0;
}

.meta {
  font-size: 14px;
}

.playlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.vid-item .thumb {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.vid-item .thumb img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.vid-item.on .thumb::after {
  content: "현재 영상";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #82B1F5;
  color: white;
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.13);
}

.desc-title {
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 768px) {
  .playlist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .vid-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .vid-item .thumb {
    width: 168px;
  }
  .vid-item .desc {
    width: calc(100% - 168px - 12px);
  }
}
@media (max-width: 450px) {
  .playlist {
    gap: 40px;
  }
  .vid-item .thumb, .vid-item .desc {
    width: 100%;
  }
}
.picture img {
  aspect-ratio: 1.4814814815;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pic-thumb {
  margin-bottom: 12px;
}

.pic-item h5 {
  line-height: 1.3;
  font-weight: 400;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.modal.on {
  visibility: visible;
}
.modal h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.modal button {
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 0.8px;
}
.modal button.deactivate {
  text-decoration: none;
  color: #D9D9D9;
  pointer-events: none;
}
.modal button:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  outline-offset: 2px;
}
.modal .btn-area {
  text-align: center;
  position: relative;
}
.modal .prev, .modal .next {
  padding: 0 12px;
}
.modal .close {
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media (max-width: 768px) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}/*# sourceMappingURL=main.css.map */