.multi_aboutus {
  margin-top: 100px;
  position: relative;
  background: url(../img/about-bottom.svg) no-repeat left bottom #f8f8f8;
}
.multi_aboutus:before {
  content: "";
  background: url(../img/about-top.svg) no-repeat center top;
  z-index: -1;
  left: 0;
  right: 0;
  position: absolute;
  height: 415px;
  top: -380px;
}

body.yContrast .multi_aboutus:before,
body.dContrast .multi_aboutus:before {
  background: none !important;
}

.movietextBox.center {
  gap: 40px;
}
.movietextBox.center .text {
  width: calc(50% - 40px);
  padding-bottom: 85px;
}
.movietextBox.center .movie {
  top: 0;
  bottom: 85px;
  position: absolute;
  width: calc(50% - 129px);
  right: 63px;
  overflow: hidden;
}
.movietextBox.center .movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.movietextBox.center .introbox h4 {
  font-size: 19px;
  color: var(--main-color);
  font-weight: 400;
}
.movietextBox.center .introbox h3 {
  font-size: 43px;
  color: var(--darker);
  font-weight: 800;
  margin-top: -5px;
}
.movietextBox.center .introbox p {
  font-size: 17px;
  color: #777c7f;
  line-height: 1.8em;
  margin-top: 25px;
}
.movietextBox.center .image {
  top: 0;
  bottom: 85px;
  position: absolute;
  width: calc(50% - 129px);
  right: 63px;
  overflow: hidden;
}
.movietextBox.center .image .inside, .movietextBox.center .image:before {
  filter: grayscale(100%);
  opacity: 0.7;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 590px;
}
.movietextBox.center .image:before {
  background-color: var(--main-color);
  filter: grayscale(0);
  z-index: 1;
}
.movietextBox.center .navlist {
  margin: 30px 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 1px solid #e5eaea;
  border-radius: 5px;
  min-height: 72px;
  justify-content: center;
}
.movietextBox.center .navlist .item {
  color: #696d6f;
  font-size: 16px;
}
.movietextBox.center .navlist .item i {
  color: #696d6f;
  margin-right: 14px;
  font-size: 20px;
}
.movietextBox.center .navlist .item.active {
  color: var(--db);
}
.movietextBox.center .navlist .item.active i {
  color: var(--main-color);
}
.movietextBox.center .navlist .break {
  margin: 0 30px;
  background-color: #e5eaea;
  min-width: 1px;
  height: 20px;
}
.movietextBox.center .item-text {
  font-size: 15px;
  color: var(--tgrey);
  line-height: 1.8em;
  font-weight: 300;
  margin-left: auto;
}
.movietextBox.center .item-text h2,
.movietextBox.center .item-text h3 {
  color: #6a7073;
  font-size: 19px;
  font-weight: 400;
  margin-top: 25px;
}
.movietextBox.center .more {
  margin-top: 39px;
}
.movietextBox.center .more > * + * {
  margin-left: 3vw;
}
.movietextBox.center .phone i {
  font-size: 20px;
  color: var(--white);
  background-color: var(--main-color);
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}
.movietextBox.center .phone span {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 300;
}
.movietextBox.center .phone strong {
  display: block;
  color: var(--db);
  font-size: 18px;
}

@media (max-width: 990px) {
  .multi_aboutus .image {
    display: none;
  }
  .multi_aboutus .left {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .multi_aboutus .navlist {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .multi_aboutus .navlist .break {
    width: 100%;
    height: 1px !important;
    margin: 10px 0 !important;
  }
  .multi_aboutus .navlist .item {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 10px;
  }
  .multi_aboutus .more {
    flex-direction: column;
    align-items: flex-start;
  }
  .multi_aboutus .more a + a {
    margin-top: 30px;
  }
}/*# sourceMappingURL=mod_movietext.css.map */