#sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 1rem;
  table-layout: fixed;
}
#sub table td,
#sub table th {
  border: none;
  border-top: 1px solid rgba(75, 82, 89, 0.3);
  height: 100px;
}
@media (max-width: 750px) {
  #sub table td,
  #sub table th {
    height: 80px;
  }
}
#sub table td .small,
#sub table th .small {
  font-size: 80px;
}
#sub table th {
  height: 120px;
}
@media (max-width: 750px) {
  #sub table th {
    height: 60px;
  }
}
#sub table td:first-child,
#sub table th:first-child {
  border-left: none;
}
#sub table tr:first-child td,
#sub table tr:first-child th {
  border-top: none;
}
#sub table td:last-child,
#sub table th:last-child {
  border-right: none;
}
#sub table th {
  border-bottom: 1px solid rgba(75, 82, 89, 0.3);
}
#sub table td {
  border-bottom: 1px solid rgba(75, 82, 89, 0.3);
}
#sub h3 {
  margin-top: 150px;
}
@media (max-width: 750px) {
  #sub h3 {
    margin-top: 0;
  }
}
#sub h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  #sub li.flex {
    gap: 0;
  }
}
#sub #buy .contentwrapper {
  margin-top: 100px;
}
@media (max-width: 750px) {
  #sub #buy .contentwrapper {
    margin-top: 40px;
  }
}
#sub #set .left,
#sub #set .right {
  flex: 0 0 50%;
}
#sub #playguide button {
  border: 1px solid #595757;
  background-color: transparent;
  color: #595757;
  height: 50px;
}
#sub #senior h4 {
  margin-bottom: 0;
}
#sub #senior li.flex {
  gap: 2rem;
}
@media (max-width: 750px) {
  #sub #senior li.flex {
    gap: 0;
  }
}
#sub #senior h5 {
  color: #000;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 750px) {
  #sub #senior h5 {
    max-width: 100%;
  }
}
#sub .subtitle {
  margin-bottom: 8px;
}
#sub .item {
  margin: 2rem auto;
}/*# sourceMappingURL=ticket.css.map */