.page.faq .main-contens {
  background-color: #f0f0f9;
  padding-bottom: 28px;
}
.page.faq .page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 4.9138888889;
  width: 96%;
  margin: 0 auto 0px;
}
.page.faq .nav-line {
  border-top: 1px solid #180097;
  border-bottom: 1px solid #180097;
}
.page.faq .faq-nav {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #180097;
  border-right: 1px solid #180097;
  border: none;
}
.page.faq .faq-nav-list {
  border-right: 1px solid #180097;
}
.page.faq .faq-nav-list:last-child {
  border-right: none;
}
.page.faq .faq-nav-list.count-one {
  width: 100%;
}
.page.faq .faq-nav-list.count-two {
  width: 50%;
}
.page.faq .faq-nav-list.count-three {
  width: 33.333333%;
}
.page.faq .faq-nav-list.count-four {
  width: 50%;
}
.page.faq .faq-nav-list.count-four:nth-child(n+4) {
  border-top: 1px solid #180097;
}
.page.faq .faq-nav-list.count-five {
  width: 33.33333%;
}
.page.faq .faq-nav-list.count-five:nth-child(3) {
  border-right: none;
}
.page.faq .faq-nav-list.count-five:nth-child(n+4) {
  width: 50%;
  border-top: 1px solid #180097;
}
.page.faq .faq-nav-list.count-six {
  width: 33.33333%;
}
.page.faq .faq-nav-list.count-six:nth-child(n+4) {
  border-top: 1px solid #180097;
}
.page.faq .faq-nav-link {
  font-size: 13px;
  font-weight: bold;
  color: #180097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}
.page.faq .faq-nav-link span {
  position: relative;
  overflow-x: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.faq .faq-nav-link span::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #180097;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: -100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page.faq .faq-box {
  max-width: 1000px;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 12px;
}
.page.faq .faq-box-title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.24;
  color: #180097;
  margin-bottom: 12px;
}
.page.faq .faq-contens-bpx {
  margin-bottom: 10px;
}
.page.faq .faq-contens-question-box {
  background-color: #180097;
  padding: 12px 14px;
  padding-right: 70px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}
.page.faq .faq-contens-question-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  width: 12px;
  height: 14px;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.9em;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(90deg);
          transform: translateY(0.1em) scale(0.8) rotate(90deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.page.faq .faq-contens-question-box.clicked::after {
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(270deg);
          transform: translateY(0.1em) scale(0.8) rotate(270deg);
}
.page.faq .faq-contens-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.faq .faq-contens-question-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  width: calc(100% - 38px);
  font-weight: 500;
}
.page.faq .faq-contens-question-icon {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  line-height: 1;
  width: 38px;
}
.page.faq .faq-contens-answer-box {
  background-color: #fff;
  padding: 14px 18px;
  display: none;
}
.page.faq .faq-contens-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.faq .faq-contens-answer-icon {
  width: 38px;
  font-family: "Arial", sans-serif;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 400;
  color: #180097;
}
.page.faq .faq-contens-answer-text {
  width: calc(100% - 38px);
  color: #180097;
}
.page.faq .faq-contens-answer-text p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page.faq .faq-contens-answer-text a {
  text-decoration: underline;
}
.page.faq .ticket-note-title {
  font-size: 20px;
  line-height: 1.4;
}
.page.faq .ticket-note-open-box {
  padding: 32px 14px;
}
.page.faq .ticket-note-open-text {
  font-size: 14px;
  line-height: 2.0714285714;
}
.page.faq .venue-image {
  margin: 45px auto;
  width: 99.8%;
}
.page.faq .ticket-price-area {
  margin-bottom: 40px;
}
.page.faq .ticket-price-area.second {
  margin-bottom: 120px;
}
.page.faq .vip-price {
  margin-bottom: 0.5%;
}
.page.faq .vip-price.second {
  margin-bottom: 0.1%;
}
.page.faq .ticket-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.4% 0 0.2%;
}
.page.faq .ticket-price-box.second {
  margin: 0;
}
.page.faq .ticket-price-box.third {
  margin-top: 0;
}
.page.faq .ticket-price-box-name {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00196d;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  height: 54px;
  padding: 0 13px;
  font-size: 17px;
  letter-spacing: 0;
  width: 56%;
}
.page.faq .ticket-price-box-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4%;
  width: 16px;
  height: 14px;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.85em;
  border-color: transparent transparent transparent #00196d;
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(90deg);
          transform: translateY(0.1em) scale(0.8) rotate(90deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.page.faq .ticket-price-box-name.clicked::after {
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(270deg);
          transform: translateY(0.1em) scale(0.8) rotate(270deg);
}
.page.faq .ticket-price-box-name.bk-head {
  height: 30px;
  background-color: transparent;
}
.page.faq .ticket-price-box-name.bk-head::after {
  display: none;
}
.page.faq .ticket-price-box-name .text-s {
  display: none;
}
.page.faq .ticket-price-box-text {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #00196d;
  width: 43.4%;
  height: 54px;
  font-size: 16px;
}
.page.faq .ticket-price-box-text.second {
  width: 21.4%;
}
.page.faq .ticket-price-box-text.second.bk-head {
  letter-spacing: 0.06em;
  font-size: 14px;
  height: 26px;
  background-color: #e75326;
}
.page.faq .ticket-price-box-detail {
  display: none;
  background-color: #f3f3f6;
  padding: 0 16px;
}
.page.faq .ticket-price-box-detail-flex {
  border-bottom: 1px solid #ccd1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.faq .ticket-price-box-detail-first {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  padding: 22px 14px;
  padding-right: 0;
  width: 102px;
  color: #00196d;
}
.page.faq .ticket-price-box-detail-second {
  width: calc(100% - 102px);
  color: #00196d;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  font-weight: 400;
  padding: 22px 0;
  padding-right: 16px;
}
.page.faq .schedule-box {
  margin-bottom: 40px;
}
.page.faq .section-title {
  color: #e75326;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.053em;
  line-height: 1;
  margin-bottom: 50px;
}
.page.faq .schedule-box-title-area {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1px;
  height: 142px;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
.page.faq .schedule-box-title-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4%;
  width: 16px;
  height: 14px;
  border-style: solid;
  border-width: 0.65em 0 0.65em 1.25em;
  border-color: transparent transparent transparent #00196d;
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(90deg);
          transform: translateY(0.1em) scale(0.8) rotate(90deg);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.page.faq .schedule-box-title-area.clicked::after {
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(270deg);
          transform: translateY(0.1em) scale(0.8) rotate(270deg);
}
.page.faq .schedule-box-title-area-dummy {
  background: rgb(255, 255, 255);
  opacity: 0.68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1px;
  height: 142px;
  padding: 0 30px;
  position: relative;
}
.page.faq .schedule-box-day-text {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 400;
  color: #00196d;
}
.page.faq .schedule-box-title-text {
  color: #00196d;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.98625;
}
.page.faq .schedule-box-detail {
  background-color: #f3f3f6;
  padding: 0 16px;
  display: none;
}
.page.faq .schedule-box-detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccd1e2;
}
.page.faq .schedule-box-detail-first {
  width: 102px;
  padding: 22px 14px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9764285714;
  color: #00196d;
}
.page.faq .schedule-box-detail-second {
  width: calc(100% - 102px);
  color: #00196d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9764285714;
  padding: 22px 0;
}
.page.faq .schedule-box-detail-second.purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.faq .schedule-box-detail-second.note {
  font-size: 12px;
  line-height: 1.8058333333;
}
.page.faq .schedule-box-detail-second span {
  color: #ff0000;
}
.page.faq .purchase-first {
  max-width: 178px;
  width: 100%;
  display: inline-block;
  margin-right: 50px;
}
.page.faq .purchase-second {
  max-width: 90px;
  width: 100%;
  display: inline-block;
  margin-right: 50px;
}
.page.faq .purchase-third {
  max-width: 140px;
  width: 100%;
  display: inline-block;
  margin-right: 50px;
}
.page.faq .purchase-four {
  max-width: 218px;
  width: 100%;
  display: inline-block;
}
@media (hover: hover) {
  .page.faq .faq-nav-link:hover span::after {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media (min-width: 1000px) {
  .page.faq .page-title {
    font-size: 28px;
  }
  .page.faq .faq-nav-link {
    font-size: 15px;
  }
  .page.faq .faq-box-title {
    font-size: 32px;
  }
  .page.faq .faq-contens-question-icon {
    font-size: 26px;
  }
  .page.faq .faq-contens-question-text {
    font-size: 18px;
  }
  .page.faq .faq-contens-answer-icon {
    font-size: 24px;
  }
  .page.faq .faq-contens-answer-text p {
    font-size: 18px;
  }
}