@charset "UTF-8";
@import url("normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,900&display=swap");
* {
  font-family: "Wooridaum";
  font-weight: 100;
  letter-spacing: -0.5px;
  user-select: none;
}

.headers {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}
.headers.nav-on .menu-btn img:nth-of-type(1) {
  display: none;
}
.headers.nav-on .menu-btn img:nth-of-type(2) {
  display: block;
}
.headers__inner {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0));
}
.headers__left {
  display: flex;
  align-items: center;
}
.headers__left p {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.headers__left p span {
  display: block;
  font-weight: 100;
  margin-bottom: 5px;
}
.headers__right h1 a {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.headers .menu-btn img:nth-of-type(1) {
  display: block;
}
.headers .menu-btn img:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 1100px) {
  headers {
    background: rgba(0, 0, 0, 0.77);
  }
}

@media (max-width: 576px) {
  .headers {
    height: 100px;
  }
  .headers__inner {
    padding: 20px;
  }
  .headers__left {
    display: flex;
    align-items: center;
  }
  .headers__left p {
    margin-left: 10px;
    font-size: 12px;
  }
  .headers__left p span {
    margin-bottom: 5px;
  }
  .headers__right h1 a {
    font-size: 26px;
  }
  .headers .menu-btn img {
    width: 50px;
  }
  .headers .banner-wrap .banner-dot,
  .banner-pg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer__inner {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 40px;
}
.footer__bg {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}
.footer__text {
  max-width: 470px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.footer__text p {
  word-break: keep-all;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}

.main-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
  box-sizing: border-box;
}
.main-bg.on video {
  transform: scale(1);
}
.main-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 1s 0.1s;
}

.main01 {
  overflow: hidden;
  padding-bottom: 200px;
  box-sizing: border-box;
  position: relative;
  transform: scale(0.7);
  opacity: 0;
  transition: all 1.2s 0.2s;
}
.main01 .paging-box {
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.45s;
  opacity: 0;
}
.main01 .paging-box .prev, .main01 .paging-box .next {
  width: 15%;
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  font-size: 120%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  aspect-ratio: 1/1;
}
.main01.on {
  transform: scale(1);
  opacity: 1;
}
.main01 .main01-slide-contain {
  padding-top: calc(101px + 5vw + 8px);
}
.main01 .main01-slide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.main01 .main01-slide__container {
  width: 100%;
  box-sizing: border-box;
}
.main01 .main01-slide__wrapper {
  width: 100%;
}
.main01 .main01-slide__slide {
  width: 100%;
}
.main01 .main01-slide__slide > a {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  transition: all 0.5s;
}
.main01 .main01-slide__slide.swiper-slide-active a {
  transform: translateY(0%) scale(1);
  opacity: 1;
}
.main01 .main01-slide__slide.swiper-slide-active .main01-title {
  transform: translateY(0px);
  opacity: 1;
}

.main01 .main01-slide__slide.swiper-slide-active .main01-title p {
  margin-bottom: 0.5em;
}

.main01 .main01-slide__slide.swiper-slide-active dotlottie-player {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0.8;
}
.main01 .main01-slide__slide.swiper-slide-active .main-next {
  opacity: 1;
}
.main01 .main01-slide__slide.swiper-slide-active .paging-box {
  opacity: 1;
}
.main01 .main01-slide__slide.swiper-slide-prev a {
  transform: translateY(20%) scale(0.8) rotate(-10deg);
}
.main01 .main01-slide__slide.swiper-slide-next a {
  transform: translateY(20%) scale(0.8) rotate(10deg);
}
.main01 .main01-slide__pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.main01 .main01-slide__prev {
  cursor: pointer;
  font-size: 0;
}
.main01 .main01-slide__next {
  cursor: pointer;
  font-size: 0;
}
.main01 .main01-slide__pagination p {
  color: #fff;
  padding: 12px 26px;
  background-color: #333;
  border-radius: 30px;
  font-size: 22px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  margin: 0px 10px;
}
.main01-obj {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.main01-obj dotlottie-player {
  cursor: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 1s 0.4s;
}
.main01-obj img {
  display: block;
  max-width: 100%;
}
.main01-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.2s, transform 0.5s 0.2s;
  transform: translateY(100%);
}
.main01-title img {
  max-width: 100%;
}
.main01-title p {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  word-break: keep-all;
}
.main01-title small {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
}

.main03 {
  padding-top: 140px;
  padding-bottom: 200px;
}
.main03.on .main03__title {
  transform: translateY(0);
  opacity: 1;
}
.main03__inner {
  max-width: 1100px;
  padding: 0px 30px;
  margin: 0px auto;
  box-sizing: border-box;
}
.main03__title {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  transform: translateY(15%);
  opacity: 0;
  transition: all 1s;
}
.main03__title img {
  max-width: 100%;
}
.main03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 0;
}
.main03-list__text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
  font-size: 1rem;
  color: #fff;
}
.main03-list__text .category {
  width: max-content;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  background-color: #333;
}
.main03-list__text span {
  font-size: 18px;
  word-break: keep-all;
}
.main03-list__text p {
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 900;
  word-break: keep-all;
  line-height: 1.3;
}
.main03-list li {
  width: calc(50% - 15px);
  opacity: 0;
  transform: translateY(15%);
  transition: transform 1s, opacity 1s, box-shadow 0.25s;
  box-sizing: border-box;
  pointer-events: none;
}
.main03-list li:hover a {
  box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.6);
}
.main03-list li img {
  width: 100%;
}
.main03-list li.on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.main03-list li a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 26px;
  overflow: hidden;
}

.fixed-function {
  position: fixed;
  z-index: 7;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 1024px) {
  .main01 {
    padding-bottom: 100px;
  }
  .main01 .main01-slide__slide.swiper-slide-prev a {
    transform: translateY(10%) scale(0.8) rotate(-10deg);
  }
  .main01 .main01-slide__slide.swiper-slide-next a {
    transform: translateY(10%) scale(0.8) rotate(10deg);
  }
  .main01 .main01-slide__pagination-wrap {
    margin-bottom: 30px;
  }
  .main01 .main01-slide__pagination p {
    color: #fff;
    padding: 10px 26px;
    font-size: 18px;
  }
  .main01-title {
    margin-bottom: 50px;
  }
  .main01-title p {
    font-size: 24px;
  }
  .main03 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .main03__inner {
    padding: 0px 30px;
  }
  .main03__title {
    margin-bottom: 70px;
  }
  .main03__title img {
    max-width: 100%;
  }
  .main03-list {
    display: flex;
  }
  .main03-list li {
    max-width: 48%;
    box-sizing: border-box;
  }
  .main03-list__img img {
    max-width: 100%;
  }
  .main03-list__text p {
    font-size: 18px;
  }
  .main03-list__text span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .main01 .main01-slide__slide.swiper-slide-prev a {
    transform: translateY(5%) scale(0.8) rotate(-10deg);
  }
  .main01 .main01-slide__slide.swiper-slide-next a {
    transform: translateY(5%) scale(0.8) rotate(10deg);
  }
  .main01 .main01-slide__pagination-wrap {
    margin-bottom: 30px;
  }
  .main01 .main01-slide__pagination p {
    padding: 10px 26px;
    font-size: 18px;
  }
  .main01-title {
    margin-bottom: 50px;
  }
  .main01-title p {
    font-size: 24px;
  }
  .main03 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .main03__inner {
    padding: 0px 20px;
  }
  .main03__title {
    padding: 0px 10px;
    margin-bottom: 50px;
  }
  .main03-list {
    display: flex;
    justify-content: center;
  }
  .main03-list li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .main03-list__text span {
    font-size: 14px;
  }
  .main03-list__text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .main01 {
    padding-bottom: 80px;
  }
  .main01 .main01-slide__pagination-wrap {
    margin-bottom: 30px;
  }
  .main01 .main01-slide__pagination p {
    padding: 10px 22px;
    font-size: 16px;
  }
  .main01-title {
    margin-bottom: 40px;
  }
  .main01-title p {
    font-size: 20px;
  }
  .main02 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .main02__title {
    padding: 0px 30px;
    margin-bottom: 30px;
  }
  .main02__img img {
    border-radius: 17px;
  }
  .main03 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .main03__inner {
    padding: 0px 20px;
  }
  .main03__title {
    padding: 0px 10px;
    margin-bottom: 30px;
  }
  .main03-list li {
    margin-bottom: 0;
  }
  .main03-list li:last-of-type {
    margin-bottom: 50px;
  }
  .main03-list__text {
    padding: 15px;
  }
  .main03-list__text .category {
    font-size: 13px;
    padding: 7px 12px;
  }
  .fixed-function {
    bottom: 10px;
    right: 10px;
  }
  .fixed-function img {
    width: 50px;
  }
}
.star {
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#stars {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #191F49;
  font-size: 0;
}

#stars video {
  width: 100%;
  object-fit: cover;
}

@keyframes move_right {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}
@keyframes move_left {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(8px) rotate(360deg);
  }
}
.sub-page-layout .t-gradient {
  width: max-content !important;
  max-width: 100%;
  padding-right: 5px;
  display: inline-block;
  color: transparent !important;
  background: linear-gradient(to right, #8cf, #fc0);
  background-clip: text;
  word-break: break-word;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
.sub-page-layout .t-gradient-center {
  color: transparent !important;
  background: linear-gradient(to right, #8cf, #fc0);
  background-clip: text;
  word-break: break-word;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
.sub-page-layout .inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.sub-page-layout main {
  padding-top: calc(5vw + 8px);
}
.sub-page-layout main section {
  width: 100%;
}
.sub-page-layout main .sing-area {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .sub-page-layout main .sing-area {
    padding: 60px 0;
  }
}
.sub-page-layout main .sing-area p.img {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sub-page-layout main .sing-area p.img {
    padding: 60px 0;
  }
}
.sub-page-layout main .sing-area p.img:last-child {
  padding-bottom: 0;
}
.sub-page-layout main .sing-area p.img.b-pad {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .sub-page-layout main .sing-area p.img.b-pad {
    padding: 60px 0;
  }
}
.sub-page-layout main .shadw-dot-title {
  font-size: 22px;
  font-weight: 700;
  padding-left: 5px;
  color: #8accff;
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .sub-page-layout main .shadw-dot-title {
    font-size: 18px;
  }
}
.sub-page-layout main .shadw-dot-title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8accff;
  box-shadow: 0 0 8px 5px #7ab3e1;
  display: inline-block;
  margin-right: 6px;
}
.sub-page-layout main .qa-box .glow-box {
  margin-bottom: 70px;
}
.sub-page-layout main .qa-box .glow-box:last-child {
  margin-bottom: 0;
}
.sub-page-layout main .glow-box {
  width: 100%;
  padding: 40px;
  flex-direction: column;
  gap: 1em;
  position: relative;
  border: 2px solid #88ccff;
  border-radius: 25px;
}
.sub-page-layout main .glow-box.qna {
  padding: 30px;
  color: #fff;
  font-style: normal;
  line-height: 2;
  font-size: 17px;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.qna {
    font-size: 15px;
  }
}
.sub-page-layout main .glow-box.pad-type2 {
  padding: 80px;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.pad-type2 {
    padding: 40px;
  }
}
.sub-page-layout main .glow-box.pad-type2 * {
  font-style: normal;
  color: #fff;
  text-align: center;
}
.sub-page-layout main .glow-box.pad-type2 h4 {
  font-size: 30px;
  color: #88ccff;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.pad-type2 h4 {
    font-size: 22px;
  }
}
.sub-page-layout main .glow-box.play-list {
  padding: 0;
  overflow: hidden;
  margin-bottom: 36px;
}
.sub-page-layout main .glow-box.play-list * {
  font-style: normal;
  color: #fff;
}
.sub-page-layout main .glow-box.play-list img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.sub-page-layout main .glow-box.play-list .play {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
  background-color: #222;
}
.sub-page-layout main .glow-box.play-list .play p {
  line-height: 1.2;
}
.sub-page-layout main .glow-box.play-list .play p.sing-name {
  font-weight: 700;
}
.sub-page-layout main .glow-box.play-list .play p.human-name {
  font-size: 13px;
}
.sub-page-layout main .glow-box.play-list .play .time p span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box {
    padding: 30px;
  }
}
.sub-page-layout main .glow-box .sub-txt {
  padding-bottom: 12px;
}
.sub-page-layout main .glow-box .sub-txt,
.sub-page-layout main .glow-box .main-txt {
  display: block;
}
.sub-page-layout main .glow-box .main-txt {
  color: #88ccff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box .main-txt {
    font-size: 16px;
  }
}
.sub-page-layout main .glow-box .main-txt:last-child {
  padding-bottom: 0;
}

.sub-page-layout main .glow-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #88ccff;
  border-radius: 25px;
  filter: blur(8px);
  pointer-events: none;
}
.sub-page-layout main .glow-box.no-after::after {
  display: none;
}
.sub-page-layout main .glow-box.type-flex01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.type-flex01 {
    flex-direction: column;
  }

  .glow-box.no-after {
    display: none;
  }
}

.sub-page-layout main .glow-box.type-flex01:last-child {
  margin-bottom: 0;
}
.sub-page-layout main .glow-box.type-flex01 * {
  font-style: normal;
}
.sub-page-layout main .glow-box.type-flex01 .rank img {
  max-width: 80px;
  display: block;
}
.sub-page-layout main .glow-box.type-flex01 .name {
  flex: 1;
}
.sub-page-layout main .glow-box.type-flex01 .name p {
  line-height: 1.2;
  width: 100%;
  font-size: 24px;
  padding-bottom: 0;
  font-weight: 500;
  color: #88ccff;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.type-flex01 .name p {
    font-size: 20px;
  }
}
.sub-page-layout main .glow-box.type-flex01 .name span {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 19px;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-page-layout main .glow-box.type-flex01 .name span {
    text-align: center;
    font-size: 15px;
  }
}
.sub-page-layout main .glow-box.type-flex01 .point {
  color: #88ccff;
  font-weight: 500;
  font-size: 19px;
}
.sub-page-layout main .visual {
  padding: 50px 0;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.sub-page-layout main .visual .visual-img-box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.sub-page-layout main .visual .visual-img-box img {
  width: 100%;
}
.sub-page-layout main .visual .circle01 {
  top: 60%;
  bottom: auto;
  z-index: -1;
}
.sub-page-layout main .visual .circle02 {
  top: 65%;
  bottom: auto;
  z-index: -1;
}
.sub-page-layout main .pg-box {
  margin-bottom: 30px;
}
.sub-page-layout main .category {
  padding: 12px 26px;
  margin: 0 10px;
  border-radius: 30px;
  line-height: 1.15;
}
.sub-page-layout main h1 {
  margin-bottom: 16px;
}
.sub-page-layout main .intro .intro-txt {
  max-width: 800px;
  margin: 0 auto 3.6em;
  text-align: center;
  font-weight: 100;
  line-height: 1.8;
  color: #88ccff;
}
.sub-page-layout main .intro .line {
  width: 100%;
  height: 1.1px;
  min-height: 1px;
  display: block;
  position: relative;
  background: linear-gradient(to right, transparent, 10%, #88ccff, 90%, transparent);
}
.sub-page-layout main .intro .line::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  background: linear-gradient(to right, transparent, 10%, #88ccff, 90%, transparent);
  filter: blur(7px);
}
.sub-page-layout main .intro .writer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 12em;
  text-align: center;
}
.sub-page-layout main .intro .ico-box {
  padding: 25px 0;
  gap: 10px 40px;
  color: #88ccff;
}
@media (max-width: 768px) {
  .sub-page-layout main .intro .ico-box {
    flex-direction: column;
  }
}
.sub-page-layout main .intro .ico-box i {
  margin-right: 10px;
}
.sub-page-layout main .cont-area {
  text-align: center;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .sub-page-layout main .cont-area {
    padding-bottom: 70px;
  }
}
.sub-page-layout main .cont-area .flex {
  align-items: flex-start;
  margin-bottom: 60px;
}
.sub-page-layout main .cont-area .flex:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sub-page-layout main .cont-area .flex {
    flex-wrap: wrap;
  }
}
.sub-page-layout main .cont-area .tit,
.sub-page-layout main .cont-area .tit2 {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #88ccff;
}
.sub-page-layout main .cont-area .tit2 img {
  margin-bottom: 1em;
  max-width: 100%;
}
.sub-page-layout main .cont-area .tit::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: 1em;
  display: block;
  border-radius: 50%;
  background-color: #88ccff;
  box-shadow: 0 0 5px 5px rgba(136, 204, 255, 0.4), 0 0 10px 5px rgba(136, 204, 255, 0.3);
  filter: blur(1px);
}
.sub-page-layout main .cont-area h4 {
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: left;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-page-layout main .cont-area h4 {
    font-size: 22px;
  }
}
.sub-page-layout main .cont-area h5 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 700;
  text-align: left;
}
.sub-page-layout main .cont-area h5.tag {
  padding-bottom: 10px;
  color: #000;
  font-size: 17px;
}
@media (max-width: 768px) {
  .sub-page-layout main .cont-area h5 {
    font-size: 19px;
  }
}
.sub-page-layout main .cont-area p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  color: #fff;
  text-align: justify;
  font-size: 1.125rem;
  padding-bottom: 30px;
}
.sub-page-layout main .cont-area p.img {
  padding-bottom: 40px;
}
.sub-page-layout main .cont-area p:last-child {
  padding-bottom: 0;
}
.sub-page-layout main .cont-area p.pb {
  padding-bottom: 100px;
}
.sub-page-layout main .img-area {
  padding: 8em 0;
  display: flex;
  align-items: center;
}
.sub-page-layout main .img-area img {
  width: auto;
  max-width: 100%;
}
.sub-page-layout main .img-area .left {
  max-width: 48%;
  margin-bottom: 18vw;
  justify-self: start;
}
.sub-page-layout main .img-area .right {
  max-width: 48%;
  margin-top: 18vw;
  justify-self: end;
}
.sub-page-layout main .img-area.img-two {
  justify-content: space-between;
}
.sub-page-layout main .img-area.img-solo {
  justify-content: center;
  overflow: hidden;
}
.sub-page-layout main .img-area.img-solo img {
  min-width: 800px;
  margin: 0 auto;
}
.sub-page-layout main .img-area.img-solo-small img {
  min-width: auto;
}
.sub-page-layout main .marquee-wrap {
  margin-top: 8em;
}
.sub-page-layout main .epilogue {
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
.sub-page-layout main .epilogue .ep-txt {
  max-width: 80%;
  font-weight: 700;
  text-wrap: balance;
}
.sub-page-layout main .epilogue .ring {
  width: auto;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sub-page-layout main .interview {
  padding: 150px 0;
  color: #fff;
}
.sub-page-layout main .interview h4 {
  margin-bottom: 0.5em;
}
.sub-page-layout main .interview .interview-box {
  max-width: 1000px;
  margin: 0 auto;
}
.sub-page-layout main .interview .interview-box .flex.zig {
  gap: 30px;
  align-items: flex-start;
}
.sub-page-layout main .interview .interview-box .flex.zig .interview-cont:nth-child(2) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box .flex.zig .interview-cont:nth-child(2) {
    margin-top: 0;
  }
}
.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box {
  padding: 32px 28px;
}
.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box span {
  text-wrap: unset;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box span.main-txt {
  font-size: 17px;
  line-height: 1.7;
}
.sub-page-layout main .interview li {
  margin-bottom: 6em;
}
.sub-page-layout main .interview .interview-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sub-page-layout main .interview .reverse {
  flex-direction: row-reverse;
}
.sub-page-layout main .interview .reverse .interview-cont {
  align-items: flex-end;
  text-align: right;
}
.sub-page-layout main .interview .photo {
  margin: 0 60px;
}
.sub-page-layout main .interview .comment {
  padding-bottom: 1em;
  line-height: 1.85;
  text-wrap: balance;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .comment {
    width: 100%;
  }
}
.sub-page-layout main .interview .glow-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #88ccff;
  border-radius: 25px;
  pointer-events: none;
  filter: blur(8px);
}
.sub-page-layout main .comment-wrap .inner-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.sub-page-layout main .comment-wrap h3 {
  margin-bottom: 1em;
  color: #88ccff;
}
.sub-page-layout main .comment-wrap h3 i {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.sub-page-layout main .comment-wrap textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 1em;
  height: 180px;
  resize: none;
  border: none;
  outline: none;
  border-radius: 5px;
  line-height: 1.5;
}
.sub-page-layout main .comment-wrap .nickname {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 3em;
  outline: none;
  border: none;
  border-radius: 5px;
}
.sub-page-layout main .comment-wrap button {
  margin-bottom: 5em;
  padding: 10px 60px;
  align-self: center;
  outline: none;
  border: none;
  border-radius: 20vw;
  background-color: #88ccff;
  cursor: pointer;
}
.sub-page-layout main .prevnext {
  margin-bottom: 3em;
  color: #fff;
}

.sub-page-layout main .prevnext .prev .btn-border {
  margin-right: 10px;
}

.sub-page-layout main .prevnext .next .btn-border {
  margin-left: 10px;
}

.sub-page-layout main .prevnext .line-wrap {
  padding: 3rem 1.5rem;
  border: 1px solid #fff;
  border-width: 1px 0 1px 0;
  justify-content: space-between;
}
.sub-page-layout main .prevnext * {
  color: #fff;
}
.sub-page-layout main .prevnext a .btn-border {
  font-size: 14px;
  font-weight: 100 !important;
  display: inline-block;
  color: inherit;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.sub-page-layout main .prevnext a:hover .btn-border {
  background-color: #fff;
  color: #191F49;
  font-weight: 700;
  transition: all 0.35s;
}
.sub-page-layout main .prevnext .page-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-page-layout main .prevnext .page-btn span {
  font-weight: 700;
}
.sub-page-layout main .old-page-wrap {
  color: #fff;
  margin-bottom: 8em;
}
.sub-page-layout main .old-page-wrap .inner-wrap {
  flex-direction: column;
}
.sub-page-layout main .old-page-wrap h3 {
  width: 100%;
  margin-bottom: 1em;
  font-weight: 600;
  color: #88ccff;
  text-align: left;
}
.sub-page-layout main .old-page-wrap h3 i {
  margin-right: 10px;
}
.sub-page-layout main .old-page-wrap a {
  padding: 20px 10px;
  display: block;
  display: flex;
  align-items: center;
  gap: 1em;
  text-decoration: none;
  color: inherit;
  word-break: keep-all;
  line-height: 1.5;
}
.sub-page-layout main .old-page-wrap ul {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.sub-page-layout main .old-page-wrap li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.sub-page-layout main .old-page-wrap .border-t {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .sub-page-layout main .inner-wrap {
    padding: 0 20px;
  }
  .sub-page-layout main .interview .each {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sub-page-layout main .interview li {
    margin-bottom: 6em;
  }
  .sub-page-layout main .interview .interview-cont {
    align-items: center;
  }
  .sub-page-layout main .interview .reverse .interview-cont {
    align-items: center;
    text-align: center;
  }
  .sub-page-layout main .interview .photo {
    width: 90%;
  }
  .sub-page-layout main .interview .photo img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub-page-layout main .img-area .left,
  .sub-page-layout main .img-area .right {
    max-width: 80%;
  }
  .sub-page-layout main .img-area.img-two {
    display: flex;
    flex-direction: column;
  }
  .sub-page-layout main .img-area.img-two img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sub-page-layout main .img-area.img-two .left {
    align-self: flex-start;
  }
  .sub-page-layout main .img-area.img-two .right {
    align-self: flex-end;
  }
  .sub-page-layout main .intro .writer-box {
    margin-bottom: 6em;
  }
  .sub-page-layout main .img-area {
    padding: 4em 0;
  }
  .sub-page-layout main .interview {
    padding: 70px 0;
  }
  .sub-page-layout main .old-page-wrap ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .sub-page-layout main {
    padding-top: 16vw;
  }
  .sub-page-layout main .prevnext .page-btn .btn-title {
    display: none;
  }
}
.marquee {
  width: 100%;
  padding-top: 150px;
  overflow: hidden;
}

.marquee-wrapper {
  width: max-content;
  display: flex;
  justify-content: start;
  will-change: transform;
}

.marquee-wrapper img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .marquee {
    padding-top: 70px;
  }
  .marquee-wrapper img {
    width: 1993px;
  }
}
.list-box01 ul {
  border: 1px solid #fff;
  padding: 50px 10px 30px 10px;
  position: relative;
}
.list-box01 ul .title {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  background-color: #8accff;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}
.list-box01 ul h6 {
  font-weight: 500;
  font-size: 20px;
  color: #88ccff;
  text-align: left;
  padding-bottom: 20px;
}
.list-box01 ul li {
  display: flex;
  color: #fff;
  padding-bottom: 10px;
}
.list-box01 ul li:last-child {
  padding-bottom: 0;
}
.list-box01 ul li span {
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.list-box01 ul li span:nth-child(1) {
  margin-right: 10px;
}

p.img {
  width: 100%;
  max-width: unset !important;
}
p.img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
p.img small {
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 7px;
  line-height: 1.5;
}
p.img.left img {
  margin: 0;
}

.flex {
  width: 100%;
}
@media (max-width: 768px) {
  .flex .epilogue-flex {
    flex-wrap: wrap;
  }
  .flex .epilogue-flex span {
    width: 100% !important;
    margin-bottom: 100px;
  }
  .flex .epilogue-flex span:last-child {
    margin-bottom: 0;
  }
}
.flex .span {
  margin-right: 5%;
}
@media (max-width: 768px) {
  .flex .span {
    max-width: 100% !important;
    width: 100%;
    margin-right: 0;
    display: block;
  }
}
.flex .span:last-child {
  margin-right: 0;
}

.new-year {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .new-year .flex {
    flex-direction: column;
  }
}
.new-year .flex li {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .new-year .flex li {
    padding: 40px 0;
  }
}
.new-year .flex li:nth-child(1) {
  padding-right: 80px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .new-year .flex li:nth-child(1) {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.new-year .flex li:nth-child(2) {
  padding-left: 80px;
}
@media (max-width: 768px) {
  .new-year .flex li:nth-child(2) {
    padding-left: 0;
  }
}
.new-year .flex li .img img {
  width: 100%;
}
.new-year .flex li .name {
  margin-top: 70px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.08rem;
}
@media (max-width: 768px) {
  .new-year .flex li .name {
    font-size: 20px;
    margin-top: 30px;
  }
}
.new-year .flex li .view-btn {
  margin-top: 24px;
  font-size: 20px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2em;
  color: #000;
  padding: 10px 20px;
  display: block;
  background: linear-gradient(to right, #8cf, #fc0);
  border-radius: 20vw;
  cursor: pointer;
  font-weight: 700;
}
@media (max-width: 768px) {
  .new-year .flex li .view-btn {
    font-size: 16px;
  }
}

.new-pop {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.new-pop.active {
  display: block;
}
.new-pop video {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.new-pop p {
  color: #f5f5f5;
  font-size: 19px;
  line-height: 1.7;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .new-pop p {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
.new-pop p.small {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
.new-pop small {
  font-size: 14px;
  display: block;
  color: #bbb;
}
.new-pop .close-btn {
  position: fixed;
  right: 50px;
  top: 60px;
  cursor: pointer;
  z-index: 9;
}
.new-pop .pop-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 150px 15px 30px;
  z-index: 2;
  max-width: 1190px;
  margin: 0 auto;
}
.new-pop .pop-cont .title {
  display: flex;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .new-pop .pop-cont .title {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.new-pop .pop-cont .title .img {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .new-pop .pop-cont .title .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.new-pop .pop-cont .title .img img {
  display: block;
}
@media (max-width: 768px) {
  .new-pop .pop-cont .title .img img {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
}
.new-pop .pop-cont .title h4,
.new-pop .pop-cont .title p {
  text-align: left;
}
.new-pop .pop-cont h4 {
  text-align: center;
  font-size: 32px;
  color: #8accff;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .new-pop .pop-cont h4 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.new-pop .pop-cont .sub-title {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: 26px;
  color: transparent !important;
  background: linear-gradient(to right, #8cf, #fc0);
  background-clip: text;
  word-break: break-word;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .new-pop .pop-cont .sub-title {
    font-size: 20px;
  }
}
.new-pop .pop-cont .box01 {
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background-color: #2185d1;
  padding: 10px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 2;
}

.sub-page-layout main .tag {
  width: max-content;
  max-width: 100%;
  margin-bottom: 2em;
  color: #000;
  padding: 10px 20px;
  display: block;
  background: linear-gradient(to right, #8cf, #fc0);
  border-radius: 20vw;
  font-weight: 700;
  font-size: 1.125rem;
}
.sub-page-layout main .tag.inline {
  display: inline-block;
  margin: 0 6px;
}
.sub-page-layout main .tag.zig {
  margin: 0 auto 60px auto;
}
@media (max-width: 768px) {
  .sub-page-layout main .tag.zig {
    margin: 0 auto 35px auto;
  }
}
.sub-page-layout main .small-title {
  font-size: 22px;
  font-weight: 700;
  color: #8accff;
  padding: 30px 0;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .sub-page-layout main .small-title {
    font-size: 18px;
  }
}
.sub-page-layout main .interview.even .interview-box.type2 li:last-child {
  margin-bottom: 280px;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview.even .interview-box.type2 li:last-child {
    margin-bottom: 10px;
  }
}
.sub-page-layout main .interview .interview-box.type2.type3 li {
  width: calc(50% - 25px);
  padding: 20px;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2.type3 li {
    width: 100%;
  }
}
.sub-page-layout main .interview .interview-box.type2.type3 li:nth-child(even) {
  margin-left: 50px;
  transform: translateY(200px);
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2.type3 li:nth-child(even) {
    margin-left: 0;
    transform: translateY(0);
  }
}
.sub-page-layout main .interview .interview-box.type2.type3 li:last-child {
  margin-bottom: 200px;
}
.sub-page-layout main .interview .interview-box.type2.type3.type4 li {
  width: calc(50% - 5px);
  padding: 0;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2.type3.type4 li {
    width: 100%;
  }
}
.sub-page-layout main .interview .interview-box.type2.type3.type4 li:nth-child(even) {
  margin-left: 10px;
  transform: translateY(200px);
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2.type3.type4 li:nth-child(even) {
    margin-left: 0;
    transform: translateY(0);
  }
}
.sub-page-layout main .interview .transform-bt {
  margin-bottom: 250px;
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .transform-bt {
    margin-bottom: 0;
  }
}
.sub-page-layout main .interview .interview-box.type2 {
  display: flex;
  flex-wrap: wrap;
}
.sub-page-layout main .interview .interview-box.type2 li {
  margin-bottom: 100px;
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2 li {
    width: 100%;
    margin-bottom: 30px;
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .sub-page-layout main .interview .interview-box.type2 li {
    padding: 60px 0;
  }
}
.sub-page-layout main .interview .interview-box.type2 li:nth-child(even) {
  margin-left: 30px;
  transform: translateY(280px);
}
@media (max-width: 768px) {
  .sub-page-layout main .interview .interview-box.type2 li:nth-child(even) {
    margin-left: 0;
    transform: translateY(0);
  }
}
.sub-page-layout main .interview .interview-box.type2 li:last-child {
  margin-bottom: 0;
}
.sub-page-layout main .interview .interview-box.type2 li .photo {
  width: 100%;
  margin: 0 0 20px 0;
}
.sub-page-layout main .interview .interview-box.type2 li .photo img {
  width: 100%;
  max-width: 100%;
}
.sub-page-layout main .interview .interview-box.type2 li .interview-cont {
  text-align: left;
}
.sub-page-layout main .interview .interview-box.type2 li .interview-cont h4 {
  width: 100%;
}

.thmb-slide img {
  width: 100%;
  display: block;
}
.thmb-slide .slide-top {
  position: relative;
  overflow: hidden;
}
.thmb-slide .slide-top .swiper-slide p.news-text {
  text-align: center;
  background-color: #fff;
  min-height: 110px;
  padding: 20px 15px 60px 15px;
}
.thmb-slide .slide-top .swiper-slide p.news-text span {
  color: #000;
}
.thmb-slide .slide-top .swiper-slide p.news-text span.date {
  font-weight: 700;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}
.thmb-slide .slide-top .swiper-slide p.news-text span.date::after {
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.thmb-slide .slide-top .swiper-pagination {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.thmb-slide .slide-top .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  opacity: 1;
  background-color: #ccc;
  transition: all 0.2s;
}
.thmb-slide .slide-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.thmb-slide .slide-bottom {
  overflow: hidden;
  margin-top: 30px;
}
.thmb-slide .slide-bottom .swiper-slide::after {
  box-shadow: 0 0 0 0 inset #108eff;
  transition: all 0.2s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thmb-slide .slide-bottom .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.thmb-slide .slide-bottom .swiper-slide.swiper-slide-thumb-active::after {
  box-shadow: 0 0 0 3px inset #108eff;
}

.table01 {
  width: 100%;
  border-spacing: 0;
}
.table01 th,
.table01 td {
  border-right: 1px solid #8992a3;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.table01 th:last-child,
.table01 td:last-child {
  border-right: 0;
}
.table01 thead th {
  background-color: #1a6a9f;
  border-top: 1px solid #8992a3;
  border-bottom: 1px solid #8992a3;
  font-weight: 700;
}
.table01 tbody tr.even {
  background-color: rgba(255, 255, 255, 0.1);
}
.table01 tbody tr td {
  border-bottom: 1px solid #8992a3;
  font-size: 15px;
}
.table01 tbody tr td.even {
  background-color: rgba(255, 255, 255, 0.1);
}
.table01 tbody tr td:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
.table01 tbody tr td:last-child {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.scroll {
  transform: translateY(30px);
  transition: all 0.8s;
  opacity: 0;
}
.scroll.scroll-on {
  transform: translateY(0);
  opacity: 1;
}

.opacity-video {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 15px;
  position: relative;
}
.opacity-video::before, .opacity-video::after {
  content: "";
  width: 100%;
  left: 0;
  height: 200px;
  position: absolute;
}
.opacity-video::before {
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #18204b, #18204b, #18204b, transparent);
}
.opacity-video::after {
  bottom: 0;
  transform: translateY(50%);
  background: linear-gradient(360deg, #18204b, #18204b, #18204b, transparent);
}
.opacity-video video {
  width: 100%;
}

.audioWrap {
  position: relative;
  background-color: #f2f2f2;
}

.audioWrap .con {
  position: absolute;
  top: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
}

.audioWrap .con img {
  margin-right: 10px;
}

.audioWrap.audioWrap__white .con img {
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.audioWrap .con .tit {
  font-size: 20px;
  color: #69513e;
  font-family: "WooridaumB";
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

.audioWrap .con p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 0 0 1em;
  padding: 0 24px;
  width: 100%;
  height: 96px;
  align-items: center;
  position: relative;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 12px solid transparent;
  border-right: none;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #69513e;
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 16px;
  height: 20px;
}

.audioWrap__white .audioplayer-playing .audioplayer-playpause a::before, .audioWrap__white .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #fff;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #69513e;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 16px;
  color: #69513e;
  font-family: "WooridaumL";
}

.audioplayer-time-current {
  position: relative;
  margin-left: 10px;
  margin-right: 12px;
}

.audioplayer-time-current::before {
  content: "/";
  position: absolute;
  display: block;
  color: #69513e;
  right: -8px;
}

.audioWrap__white .audioplayer-time-current::before {
  content: "/";
  position: absolute;
  display: block;
  color: #fff;
  right: -8px;
}

.audioplayer-time-duration {
  margin-right: 10px;
  font-family: "WooridaumB";
}

.audioplayer-bar {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 99;
  width: 100%;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  left: 0;
  height: 4px;
  background-color: #DDE2E6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 4px;
  background: #BEC8D2;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 4px;
  background: -webkit-linear-gradient(left, #0059FF, #09B1FA);
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -9px;
  right: -11px;
  margin-right: -5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}

.audioplayer-volume {
  display: none;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9A9FB0;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9A9FB0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9A9FB0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059FF;
}

/* responsive | you can change the max-width value to match your theme */
@media (max-width: 575.98px) {
  .audioplayer {
    padding: 0 15px;
    height: 70px;
  }
  .audioWrap .con {
    top: 15px;
    left: 15px;
    width: calc(100% - 80px);
  }
  .audioWrap .con img {
    width: 30px;
  }
  .audioWrap .con .tit {
    font-size: 18px;
  }
  .audioWrap .con p {
    font-size: 13px !important;
  }
  .audioplayer-playpause {
    width: 30px;
    height: 30px;
  }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #69513e;
  }
  .audioplayer-time {
    display: none;
  }
}
.comment-page {
  margin-bottom: 5em;
}

.comment-page * {
  color: #fff;
}

.comment-page .nickname {
  margin-bottom: 1em;
  font-weight: 900;
}

.comment-page .comment-cont {
  line-height: 1.5;
}

.comment-page ul li {
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
}

.comment-page ul li:first-of-type {
  border-top: 1px solid #fff;
}

.comment-page .comment-paging {
  gap: 10px;
  margin: 1em 0 2em;
  flex-wrap: wrap;
}

.comment-page .comment-paging a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: 900;
  border: 1px solid #fff;
}

.comment-page .comment-paging .page-center {
  background-color: #fff;
  color: #191F49;
}

.comment-page .comment-paging .page-center.active {
  background-color: #88ccff;
  border-color: #88ccff;
  color: #191F49;
}

.comment-page .comment-paging :not(.page-center):hover {
  background-color: #fff;
  color: #191F49;
}

@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 700;
  src: url("../font/WooridaumB.woff");
  src: local("☺"), url("../font/WooridaumB.ttf") format("truetype"), url("../font/WooridaumB.otf") format("otf");
}
@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 400;
  src: url("../font/WooridaumR.woff");
  src: local("☺"), url("../font/WooridaumR.ttf") format("truetype"), url("../font/WooridaumR.otf") format("otf");
}
@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 100;
  src: url("../font/WooridaumL.woff");
  src: local("☺"), url("../font/WooridaumL.ttf") format("truetype"), url("../font/WooridaumL.otf") format("otf");
}
* {
  box-sizing: border-box;
}

body {
  background-color: #191F49;
  font-family: "Wooridaum";
  overflow-x: hidden;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-rows: auto;
  place-items: center;
}

.inner-wrap {
  width: 100%;
  padding: 0 30px;
}

.br-mo,
.mo {
  display: none !important;
}

.font-heavy {
  font-weight: 700;
}

.font-light {
  font-weight: 100;
}

@media (max-width: 768px) {
  .br-pc {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .pc {
    display: none !important;
  }
  .br-mo,
  .mo {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}

.font-h1 {
  font-size: 3.25rem;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h2 {
  font-size: 2.5rem;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h3 {
  font-size: 2.5rem;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h4 {
  font-size: 2rem;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h5 {
  font-size: 1.5rem;
  word-break: keep-all;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h6 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

.font-h7 {
  font-size: 1.125rem;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
  .inner-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 475px) {
  html, body {
    font-size: 13px;
  }
  .font-h1 {
    font-size: 3rem;
  }
  .font-h2 {
    font-size: 2.25rem;
  }
  .font-h3 {
    font-size: 2.25rem;
  }
  .font-h4 {
    font-size: 1.75rem;
  }
  .font-h5 {
    font-size: 1.25rem;
  }
  .font-h6 {
    font-size: 1.175rem;
  }
  .font-h7 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 320px) {
  html, body {
    font-size: 12px;
  }
}
.banner-wrap {
  width: 95%;
  font-size: 0;
  margin: 0 auto;
  margin-top: 101px;
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner-pg {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 50%;
  z-index: 1;
}
.banner-wrap .banner-pg ul,
[data-banner-render="N"] .banner-wrap .banner-pg {
  padding-top: 8px;
  gap: 8px;
}
.banner-wrap ul {
  display: flex;
  width: 100%;
}
.banner-wrap li {
  border-radius: 10px;
  overflow: hidden;
}
.banner-wrap a {
  display: block;
}
.banner-wrap .banner-dot,
.banner-pg .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: background-color 0.25s;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.banner-wrap .banner-dot.active,
.banner-pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner-wrap img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .banner-wrap {
    margin-top: 77px;
  }
}
.t-ellipsis {
  max-width: 100%;
  max-width: 100vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scr-message {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 30px;
  border-radius: 20vw;
  color: #fff;
  border: 2px solid #fff;
  backdrop-filter: blur(5px);
  animation: moveTopBottom 0.45s infinite alternate;
  z-index: 50;
}

@keyframes moveTopBottom {
  from {
    transform: translate(-50%, 10%);
  }
  to {
    transform: translate(-50%, -10%);
  }
}
.loading {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #191f49;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 99;
  padding: 0px 30px;
}
.loading.on .loading__text path {
  stroke-dashoffset: 0px;
}
.loading.on .loading__text path.path-white {
  fill: #fff;
}
.loading.on .loading__text path.path-yellow {
  fill: #f5c620;
}
.loading.on .loading__text path.path-blue {
  fill: #3691d0;
}
.loading.on .loading__circle path {
  stroke-dashoffset: 0px;
}
.loading.on .loading__star:nth-of-type(1) {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.loading.on .loading__star:nth-of-type(2) {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.loading.on .loading__star:nth-of-type(3) {
  opacity: 1;
  transform: scale(0.6) rotate(0deg);
}
.loading__ani {
  position: relative;
}
.loading__text {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.loading__text path {
  fill: transparent;
  stroke-width: 1px;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  transition: stroke-dashoffset 2.2s, fill 1s 1s;
  will-change: stroke-dashoffset;
}
.loading__text path.path-white {
  stroke: #fff;
}
.loading__text path.path-yellow {
  stroke: #f5c620;
}
.loading__text path.path-blue {
  stroke: #3691d0;
}
.loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(33deg) scale(2.8);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.loading__circle path {
  stroke-dasharray: 220px;
  stroke-dashoffset: 220px;
  transition: stroke-dashoffset 0.7s 1.3s;
  will-change: stroke-dashoffset;
}
.loading__star {
  position: absolute;
}
.loading__star:nth-of-type(1) {
  top: -90px;
  right: 40px;
  opacity: 0;
  transform: scale(0) rotate(180deg);
  transition: all 0.5s 1.7s;
}
.loading__star:nth-of-type(2) {
  bottom: -130px;
  left: 50px;
  opacity: 0;
  transform: scale(0) rotate(180deg);
  transition: all 0.5s 1.9s;
}
.loading__star:nth-of-type(3) {
  bottom: -100px;
  left: 0px;
  opacity: 0;
  transform: scale(0) rotate(180deg);
  transition: all 0.5s 2s;
}
.loading__logo {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .loading {
    padding: 0px 30px;
  }
  .loading__circle {
    transform: translate(-50%, -50%) rotate(33deg) scale(2.8);
  }
  .loading__star {
    position: absolute;
  }
  .loading__star:nth-of-type(1) {
    top: -45%;
    right: -10px;
  }
  .loading__star:nth-of-type(2) {
    bottom: -130px;
    left: 50px;
  }
  .loading__star:nth-of-type(3) {
    bottom: -100px;
    left: 0px;
  }
}
@media (max-width: 576px) {
  .loading {
    padding: 0px 20px;
  }
  .loading__circle {
    transform: translate(-50%, -50%) rotate(33deg) scale(1.7);
  }
  .loading__star {
    position: absolute;
  }
  .loading__star:nth-of-type(1) {
    top: -25%;
    right: -10px;
  }
  .loading__star:nth-of-type(2) {
    bottom: -90px;
    left: 50px;
  }
  .loading__star:nth-of-type(3) {
    bottom: -60px;
    left: 0px;
  }
}
.gnb {
  position: fixed;
  top: 0;
  width: 100%;
  /* max-width: 600px; */
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  /* background: linear-gradient(to right, black, transparent); */
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  display: flex;
  /* transform: translateX(-102%); */
  transition: transform 0.35s, opacity 0.25s;
  opacity: 0;
  /* align-items: center; */
  align-items: flex-start;
  /* padding-top: 0; */
  /* padding-top: 120px; */
  overflow: hidden;
  overflow-y: scroll;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

.gnb * {
  font-weight: 100;
}
.gnb.on {
  /* transform: translateX(0); */
  opacity: 1;
  pointer-events: all;
}
.gnb::-webkit-scrollbar {
  display: none;
}
.gnb__inner {
  box-sizing: border-box;
  padding: 0px 30px;
  background-color: rgba(0, 0, 0, 0.77);
  min-height: 100%;
}

.gnb__list {
  padding-top: 120px;
}

.gnb__list > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.gnb__list > li h5 {
  display: flex;
  height: 32px;
  margin-bottom: 25px;
  margin-right: 100px;
  align-items: center;
}
.gnb__list > li h5 img {
  height: 100%;
}
.gnb__list > li:last-child {
  margin-bottom: 0;
}
.gnb__list ul {
  width: 100%;
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-columns: 1fr 1fr;
  gap: 12px 37px;
}

.gnb__list ul li {
  width: max-content;
  font-size: 0px;
}
.gnb__list ul li a {
  color: #fff;
  font-size: 18px;
}
.gnb__list .nav-last ul {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  transform: translateX(-10px);
  flex-direction: column;
}
.gnb__list .nav-last li {
  margin-bottom: 0;
}
.gnb__list .nav-last a {
  display: flex;
  align-items: center;
}
.gnb__list .nav-last img {
  height: 45px;
  margin-right: 5px;
}

@media (max-width: 1100px) {
  .gnb {
    width: 100%;
    max-width: none;
    align-items: start;
    backdrop-filter: none;
  }
  .gnb__inner {
    padding: 0px 30px;
  }
  .gnb__list > li {
    display: flex;
    margin-bottom: 50px;
  }
  .gnb__list > li h5 {
    display: flex;
    margin-right: 30px;
    align-items: start;
  }
  .gnb__list > li:last-child {
    margin-bottom: 0;
  }
  .gnb__list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gnb__list ul li {
    width: 50%;
    font-size: 0px;
    margin-bottom: 10px;
  }
  .gnb__list ul li a {
    color: #fff;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .gnb__list > li {
    flex-wrap: wrap;
  }
  .gnb__list > li h5 {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-right: 0px;
  }
  .gnb__list ul li {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 0px;
  }
  .gnb__list ul li a {
    color: #fff;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .gnb {
    background: rgba(0, 0, 0, 0.77);
  }
  .gnb__list > li h5 {
    margin-bottom: 30px;
  }
  .gnb__list > li h5 img {
    height: 24px;
  }
  .gnb__list ul li {
    width: 100%;
  }
  .gnb__list ul li a {
    font-size: 18px;
  }
}
.circle01 {
  width: 3000px;
  height: 3000px;
  border: 5px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: auto;
  border-radius: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.circle01-obj {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle01 15s cubic-bezier(0.01, 0.42, 1, 0.21) infinite;
}

@keyframes circle01 {
  0% {
    transform: rotate(0deg) translate(-1500px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-1500px) rotate(-360deg);
  }
}
@keyframes circle03 {
  0% {
    transform: rotate(0deg) translate(-1470px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-1470px) rotate(-360deg);
  }
}
.circle02 {
  width: 2945px;
  height: 2945px;
  border: 2px solid #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: auto;
  border-radius: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.circle02-obj {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  overflow: hidden;
  margin: auto;
  animation: circle02 15s cubic-bezier(0.01, 1.09, 0.99, 0.6) infinite;
}

.circle03 {
  width: 2945px;
  height: 2945px;
  border: 5px solid #fff;
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.circle03-obj {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle03 15s cubic-bezier(0, 1.18, 1, 0.87) infinite;
}

.circle04 {
  width: 3000px;
  height: 3000px;
  border: 2px solid #fff;
  position: absolute;
  bottom: -5%;
  left: 50%;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.circle04-obj {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle02 15s cubic-bezier(0, 0.51, 0.99, 0.6) infinite;
}

@keyframes circle02 {
  0% {
    transform: rotate(0deg) translate(-1500px) rotate(0deg);
  }
  100% {
    transform: rotate(-360deg) translate(-1500px) rotate(360deg);
  }
}
@media screen and (max-width: 1200px) {
  .circle01 {
    top: 65%;
  }
  .circle02 {
    top: 70%;
  }
}
@media (max-width: 1024px) {
  .circle01-obj {
    width: 30px;
    height: 30px;
  }
  .circle02-obj {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .circle01 {
    top: 65%;
  }
  .circle02 {
    top: 70%;
  }
}
:root {
  accent-color: #fc0;
}

input[type=checkbox] {
  outline: none;
  border: 0;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
}

.tag-gradient {
  width: max-content;
  max-width: 100%;
  color: #000;
  padding: 10px 20px;
  display: block;
  background: linear-gradient(to right, #8cf, #fc0);
  border-radius: 20vw;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  outline: none;
}

.btn-gradient {
  width: max-content;
  max-width: 100%;
  color: #000;
  padding: 20px 40px;
  display: block;
  background: linear-gradient(to right, #8cf, #fc0);
  border-radius: 20vw;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  outline: none;
  margin: 0 auto;
}

.point-color {
  color: #88ccff;
}

.event-top {
  width: 100%;
}
.event-top .tag-gradient {
  margin-bottom: 0.5em;
}
.event-top .color-down {
  color: #9ebad2;
}

.multi-choice h3 {
  margin-bottom: 2em;
}
.multi-choice .tag-gradient {
  margin: 0 auto;
  margin-bottom: 1em;
}
.multi-choice .choice-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}
.multi-choice .choice-each {
  padding: 20px 25px;
  position: relative;
  border-radius: #777;
  color: #777;
  border: 2px solid #777;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.multi-choice .choice-each.active {
  color: #88ccff;
  border-color: #88ccff;
  box-shadow: 0 0 5px 5px rgba(136, 204, 255, 0.3), inset 0 0 5px 5px rgba(136, 204, 255, 0.3);
  transition: all 0.25s;
}
.multi-choice .choice-each.inner-label {
  padding: 0;
}
.multi-choice .choice-each.inner-label label {
  padding: 20px 25px;
  display: block;
  font-weight: inherit;
  cursor: pointer;
}

.answer-no img {
  width: auto;
  max-width: 90%;
}
.answer-no h3 {
  margin-bottom: 1em;
}

.answer-yes img {
  width: auto;
  max-width: 90%;
  margin: 1em 0;
}
.answer-yes h3 {
  margin-bottom: 2em;
}
.answer-yes h5 {
  text-align: left;
  margin-bottom: 1em;
  color: #fff;
  font-weight: 900;
}

.comment_box01 {
  width: 100%;
  margin-bottom: 2em;
}
.comment_box01 * {
  color: #fff;
}
.comment_box01 > span {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.comment_box01 > span input {
  flex: 1;
  padding: 20px;
  outline: none;
  color: #333;
}
.comment_box01 textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
  padding: 20px;
}

.agree_box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 40px;
  backdrop-filter: blur(4px);
}

.check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#check01 {
  width: 1.5em;
  height: 1.5em;
  margin: 2em 0;
}

[for=check01] {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .agree_box {
    padding: 30px 20px;
  }
  .event-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sub-page-layout main .cont-area .event-top p {
    text-align: center;
  }
  .comment_box01 > span {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .comment_box01 > span input {
    width: 100%;
  }
  .multi-choice .choice-group {
    grid-template-columns: 1fr;
  }
  .sub-page-layout main .cont-area h5 {
    text-align: center;
  }
  .multi-choice .choice-each {
    padding: 15px 15px;
    font-size: 16px;
  }
  .event-layout main .cont-area {
    padding-bottom: 40px;
  }
  .event-layout main .epilogue {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 475px) {
  .agree_box {
    padding: 30px 20px;
  }
}
.select-coupon {
  display: flex;
  gap: 20px;
}
.select-coupon li {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.select-coupon li a img,
.select-coupon li button img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
.select-coupon li a img:first-of-type,
.select-coupon li button img:first-of-type {
  opacity: 1;
}
.select-coupon li a img:last-of-type,
.select-coupon li button img:last-of-type {
  opacity: 0;
}
.select-coupon li:hover a img:first-of-type,
.select-coupon li:hover button img:first-of-type {
  opacity: 0;
}
.select-coupon li:hover a img:last-of-type,
.select-coupon li:hover button img:last-of-type {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .select-coupon {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.loading-img {
  max-width: 100%;
  padding: 50px;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.loading-img img {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .loading-img {
    width: 80%;
  }
}
@media screen and (max-width: 475px) {
  .loading-img {
    width: 90%;
    padding: 40px 20px;
  }
}
/*
    font-family: 'WooridaumB';
    font-family: 'NanumSquareNeoLight';
    font-family: 'NanumSquareNeo';
    font-family: 'NanumSquareNeoBold';
    font-family: 'NanumSquareNeoExtraBold';
    font-family: 'NanumSquareNeoHeavy';
*//*# sourceMappingURL=style.css.map */

.safari-browser .gnb {
  padding-top: 120px;
  align-items: flex-start;
}

.safari-browser .gnb__list ul {
  grid-template-columns: 1fr;
}

/* back */
.old-body * {
  color: #fff;
  text-align: center;
}

.old-body .sub .content.content-top {
  padding-top: 150px;
  padding-bottom: 100px;
}

.old-body .sub .content .inner .old li .text p {
  padding-bottom: 20px;
}

.old {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.old .font-h3 {
  color: #fff;
}

.old li {
	width: 20%;
	box-sizing: border-box;
	margin-right: 6%;
	margin-bottom: 100px;
}

.old li:nth-of-type(4n) {
	margin-right: 0;
}

.old li .img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 20px;
}

.old li .img > img {
	display: block;
	width: 100%;
}

.old .link > a {
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	max-width: 150px;
	margin: 0px auto;
	color: #fff;
	font-weight: bold;
	font-family: "WooridaumL";
	margin-bottom: 10px;
}

.old .link > a:hover {
  color: #191F49;
  background-color: #fff;
  transition: background-color .25s, color .25s;
}

@media (max-width: 580px) {
  .old-body .sub .content.content-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .old li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.old li:nth-of-type(2n) {
		margin-right: 0;
	}

	.old .link > a {
		font-size: 14px;
	}
}

/* 서버 적용 이후 추가 */
