.expo {
  width: 83.3333333333vw;
  margin: 3.4722222222vw auto;
}
.expo-tabs {
  border-bottom: 1px solid #D30820;
  display: flex;
}
.expo-tabs h5 {
  background-color: transparent;
  font-size: 1.25vw;
  line-height: 1.25vw;
  padding: 0.9722222222vw 1.1111111111vw;
  font-weight: 500;
  color: #3B3B3B;
  cursor: pointer;
}
.expo-tabs h5.active {
  background-color: #D30820;
  color: #fff;
  cursor: default;
}
.expo-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.7361111111vw;
  padding: 1.3888888889vw 0 2.7777777778vw;
}
.expo-subtitle {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  margin: 2.0833333333vw 0 1.3888888889vw;
}
.expo-subtitle h5 {
  font-size: 1.25vw;
  line-height: 1.25vw;
  padding: 0.6944444444vw 0;
  font-weight: 500;
  color: #D30820;
  position: relative;
}
.expo-subtitle h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #D30820;
}
.expo-detail {
  width: 83.3333333333vw;
  margin: 0 auto;
  padding: 4.1666666667vw 0 4.8611111111vw;
}
.expo-summary {
  display: grid;
  grid-template-columns: 29.1666666667vw 1fr;
  grid-column-gap: 2.0833333333vw;
}
.expo-pic {
  border: 1px solid #e2e2e2;
}
.expo-pic img {
  width: 100%;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  display: block;
}
.expo-title {
  font-size: 1.3888888889vw;
  font-weight: 600;
  color: #3B3B3B;
}
.expo-ext {
  font-size: 1.1111111111vw;
  color: #555;
  margin-top: 1.0416666667vw;
}
.expo-content {
  font-size: 1.1111111111vw;
  line-height: 2.2222222222vw;
}
.expo-content p {
  margin: 1.0416666667vw 0;
}
.expo-content img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .expo {
    width: auto;
    margin: 0;
    padding: 6.6666666667vw 4vw;
  }
  .expo-tabs h5 {
    font-size: 3.4666666667vw;
    line-height: 3.4666666667vw;
    padding: 1.6vw 2.4vw;
  }
  .expo-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.3333333333vw;
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
  .expo-subtitle {
    margin: 4vw 0 2.6666666667vw;
  }
  .expo-subtitle h5 {
    font-size: 4vw;
    line-height: 4vw;
    padding: 1.3333333333vw 0;
  }
  .expo-detail {
    width: auto;
    padding: 5.3333333333vw 4vw;
  }
  .expo-summary {
    grid-template-columns: 1fr;
    grid-column-gap: unset;
  }
  .expo-pic {
    display: none;
  }
  .expo-title {
    font-size: 4.2666666667vw;
  }
  .expo-ext {
    font-size: 3.7333333333vw;
    margin-top: 2vw;
    display: flex;
  }
  .expo-ext span {
    flex-shrink: 0;
  }
  .expo-ext b {
    flex: 1;
  }
  .expo-content {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
  .expo-content p {
    margin: 2vw 0;
  }
}

/*# sourceMappingURL=expo.css.map */
