.model-house {
  background: url(../../img/model-house/img_sky.webp) no-repeat center center/cover;
}
.model-house__list {
  background: #fff;
  max-width: 812.5px;
  margin: 24.375px auto 0;
  border: 2px solid #1d4294;
  border-top: none;
}
.model-house__item {
  margin-bottom: 6.09375px;
}
.model-house__item:last-child {
  margin-bottom: 0;
}
.model-house__label {
  font-size: 32.5px;
  color: #fff;
  font-weight: 900;
  height: 81.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d4294;
  border-top: 2px solid #1d4294;
  border-bottom: 2px solid #1d4294;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .model-house__label {
    font-size: 25px;
    height: 70px;
  }
}
.model-house__inner ul.list {
  padding: 46.71875px 20.3125px;
  display: flex;
  flex-wrap: wrap;
  max-width: 587.4375px;
  margin: 0 auto;
  gap: 38.59375px 0;
}
@media (max-width: 767px) {
  .model-house__inner ul.list {
    padding: 30px;
    gap: 20px 0;
  }
}
.model-house__inner ul.list li {
  font-size: 24.375px;
  color: #1d4294;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  width: 25%;
}
@media (max-width: 767px) {
  .model-house__inner ul.list li {
    font-size: 20px;
    width: 33.333%;
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  transition: all 0.4s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #e8edf0;
}
.modal__box {
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.modal__inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 65px 0 75.15625px;
}
.modal__inner .exhibition {
  padding-top: 0;
}
@media (max-width: 767px) {
  .modal__inner .exhibition-item__img {
    padding: 0 18px;
    width: 100%;
  }
}
.modal__inner .exhibition-item__img img {
  border-radius: 12px;
}
.modal__inner .exhibition-item__body-inner {
  margin-top: 23px;
}
.modal__close {
  width: 32.5px;
  height: 32.5px;
  position: absolute;
  right: 26.40625px;
  top: 26.40625px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal__close {
    right: 15px;
    top: 15px;
  }
}
.modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal.open .modal__box {
  opacity: 1;
  visibility: visible;
}

.event {
  background: url(../../img/event/bg_event.webp) no-repeat center center/cover;
}
.event__list {
  max-width: 812.5px;
  margin: 0 auto;
}
.event__item {
  margin-bottom: 4.0625px;
  background: #fff;
  border-radius: 8.125px;
  overflow: hidden;
  cursor: pointer;
}
.event__item__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 113.75px;
}
.event__item__inner .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 38.59375px;
  width: 47.125px;
  height: 47.125px;
  border: 2px solid #1d4294;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .event__item__inner .ico {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.event__item__inner .ico:before, .event__item__inner .ico:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 23.5625px;
  height: 2px;
  background-color: #1d4294;
}
@media (max-width: 767px) {
  .event__item__inner .ico:before, .event__item__inner .ico:after {
    right: 21.5px;
    width: 16px;
    height: 2px;
  }
}
.event__item__inner .ico:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.event__item__inner.active .ico:after {
  transform: translate(-50%, -50%) rotate(0);
}
.event__item__img {
  width: 21.7%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .event__item__img {
    width: 35%;
  }
}
.event__item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event__item__txt {
  width: 78.3%;
  padding: 0 97.5px 0 36.5625px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .event__item__txt {
    width: 65%;
    padding: 10px 50px 10px 15px;
  }
}
.event__item__txt .stl {
  font-size: 9.75px;
  font-weight: 700;
  margin-bottom: 4.0625px;
}
.event__item__txt .ttl {
  font-size: 19.5px;
  color: #1d4294;
  font-weight: 700;
  margin-bottom: 6.09375px;
}
@media (max-width: 767px) {
  .event__item__txt .ttl {
    font-size: 17.0625px;
  }
}
.event__item__txt .txt {
  font-size: 8.9375px;
  font-weight: 700;
  line-height: 1.4;
}
.event__item__pulldown {
  width: 100%;
  border-top: 2px solid #1d4294;
  display: none;
}
.event__item__pulldown ul.list {
  padding: 46.71875px 20.3125px;
  display: flex;
  flex-wrap: wrap;
  max-width: 587.4375px;
  margin: 0 auto;
  gap: 38.59375px 0;
}
@media (max-width: 767px) {
  .event__item__pulldown ul.list {
    padding: 30px;
    gap: 20px 0;
  }
}
.event__item__pulldown ul.list li {
  font-size: 24.375px;
  color: #1d4294;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
  width: 25%;
}
@media (max-width: 767px) {
  .event__item__pulldown ul.list li {
    font-size: 20px;
    width: 33.333%;
  }
}