header,
body {
  min-width: 320px;
}

/* 디자인상없는 h2용 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap; /* 텍스트가 줄바꿈되지 않도록 */
}

.link__ads {
  margin: 0 8px;
}

.blue-text {
  white-space: nowrap;
}

/* 1p */
.main__name {
  line-height: 1.6;
  max-width: 300px;
}

@media (min-width: 768px) {
  .main__name {
    max-width: 500px;
  }
}

@media (min-width: 1280px) {
  .main__name {
    max-width: unset;
  }
}

/* 2p about */
.content__wrapper {
  height: 324px;
}

.about__icon__container {
  padding: 136px 20px 64px;
}

.about__swiper__container {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .about__swiper__container {
    padding-bottom: 138px;
  }
}
@media (min-width: 768px) {
  .content__wrapper {
    height: 334px;
  }
  .swiper-slide.swiper-slide-active .content__wrapper {
    height: 426px;
  }
  .about__icon__container {
    padding: 120px 20px 66px;
  }
}

@media (min-width: 997px) {
  .about__icon__container {
    padding: 120px 20px 92px;
  }
}

@media (min-width: 1024px) {
  .about__icon__container {
    padding: 139px 20px 72px;
  }
}

/* 3p mobile */
#mobile {
  height: 1000px;
}

.mobile__image__wrapper {
  width: 321px;
  height: 624px;
}

.mobile__content__description {
  top: 538px;
  right: 20px;
}

@media (min-width: 768px) {
  #mobile {
    height: 1194px;
  }

  .mobile__image__wrapper {
    width: 362px;
    height: 1194px;
  }

  .mobile__content__description {
    top: 224px;
    left: 43.53%;
  }
}
@media (min-width: 997px) {
  #mobile {
    height: 1220px;
  }
  .mobile__image__wrapper {
    width: 525px;
    height: 1220px;
  }
  .mobile__content__description {
    top: 224px;
    left: 54%;
  }
}
@media (min-width: 1280px) {
  #mobile {
    height: 1280px;
  }
  .mobile__image__wrapper {
    width: 59%;
    max-width: 1030px;
  }
  .mobile__content__description {
    left: 0;
    right: 0;
  }
}

@media (min-width: 1920px) {
  #mobile {
    height: 1280px;
  }

  .mobile__image__wrapper {
    width: 1080px;
    height: 1280px;
  }
}

/* 4p schedule */
.schedule__content__header__text {
  max-width: 320px;
}

.schedule__content__text {
  max-width: 370px;
}

@media (min-width: 768px) {
  .schedule__content__header__text.booking {
    max-width: 460px;
  }
  .schedule__content__header__text.ticket {
    max-width: 350px;
  }

  .schedule__content__text {
    max-width: 464px;
  }

  .ticket2__main__text {
    width: 260px;
  }
}

/* 5p ticket */
.ticket2__sub__text {
  max-width: 335px;
}

/* 6p member */

.member__header__text {
  max-width: 335px;
}

.member__text__wrapper .content__text {
  max-width: 335px;
}
.member__detail__wrapper {
  box-shadow: none;
}

/* 파트너 */
.partner__text__sub {
  max-width: 335px;
}

@media (min-width: 768px) {
  .partner__text__sub {
    max-width: unset;
  }
}

#contact {
  padding-bottom: 108px;
}

@media (min-width: 1280px) {
  .call__wrapper + .contact__buttons__wrapper {
    padding-bottom: 75px;
  }
}

/* main, ads contact */

.contact__button,
.contact__button__lg {
  padding-left: 0;
  padding-right: 0;
}

.contained {
  border: 1px solid #2d80eb;
}

.chat, /* main */
.contact__chat /* ads */ {
  background-color: #06c755;
  padding: 11px 0;
}

.chat p, /* main */
.contact__chat-label /* ads */ {
  color: white;
}

.chat__wrapper, /* main */
.contact__chat-icon /* ads */ {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  .chat__wrapper, /* main */
  .contact__chat-icon /* ads */ {
    width: 56px;
    height: 56px;
  }
  .chat, /* main */
  .contact__chat /* ads */ {
    padding: 15px 0;
  }
}
.contact__button-group, /* main */
.contact__chat, /* ads */
.contact__buttons__wrapper /* ads */ {
  width: 100%;
  max-width: 467px;
}

.chat, /* main */
.contact__button, /* ads */
.outline /* ads */ {
  width: unset;
  flex: 1;
  min-width: 227.5px;
}

/* only mobile */
@media (max-width: 767px) {
  .contact__button,
  .outline,
  .chat {
    flex: 1;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ads */

.chart-text-percent {
  text-align: center;
}

@media (min-width: 1280px) {
  .mau__content-text,
  .mau__header-text {
    max-width: 424px;
  }

  #legend-container,
  .mau-chart__wrapper {
    margin: 0;
    margin-left: auto;
  }
}
