div.p-exhibition--mediaPosts {
  margin: 3rem 0 1rem;
}
div.p-exhibition--mediaPosts--items {
  display: flex;
  flex-wrap: wrap;
}
div.p-exhibition--mediaPosts--item {
  width: calc(33% - 0.5rem);
  margin-bottom: 1rem;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 700px) {
  div.p-exhibition--mediaPosts--item {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
  }
  div.p-exhibition--mediaPosts--item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 701px) {
  div.p-exhibition--mediaPosts--item:nth-child(3n) {
    margin-right: 0;
  }
}
div.p-exhibition--mediaPosts--item h3 {
  margin: 1rem 0;
  font-size: 0.8rem;
}
div.p-exhibition--mediaPosts--item img {
  height: 200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal {
    height: auto;
  }
}
div.p-exhibition--modal-inner {
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  div.p-exhibition--modal-inner {
    padding-bottom: 30px;
  }
}
div.p-exhibition--modal-inner .btn-close2 {
  display: none;
}
@media only screen and (min-width: 1051px) {
  div.p-exhibition--modal-inner .btn-close2 {
    right: calc((100% - 1040px) / 2 + 120px);
    width: 70px;
    transform: none;
    left: inherit;
    bottom: 70px;
  }
}
div.p-exhibition--modal-inner .desc2 {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-inner .btn-yellow2 {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-inner .btn-view4 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1051px) {
  div.p-exhibition--modal-list {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
div.p-exhibition--modal-item {
  min-height: initial;
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-item {
    margin: 0 4px 10px;
  }
}
div.p-exhibition--modal-item-thumb {
  display: none;
}
div.p-exhibition--modal-item .title-lv4.type3 {
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-item .title-lv4.type3 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  div.p-exhibition--modal-item .cat5 {
    font-size: 10px;
  }
}
div.p-exhibition--modal .p-exhibition--modal-alert {
  margin-bottom: 0;
  display: none;
}
div.p-exhibition--modal .btn-yellowWrap.pc-only {
  position: absolute;
  right: 0;
  top: 3rem;
  width: 33%;
}
