.facList .Img img, .facList .Img a::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.facList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 5rem 3rem;
}
@media (max-width: 1366px) {
  .facList {
    gap: 4rem 2rem;
  }
}
@media (max-width: 991px) {
  .facList {
    gap: 3rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .facList {
    gap: 3rem 1rem;
  }
}
.facList .facItem {
  position: relative;
  width: calc(50% - 1.5rem);
}
@media (max-width: 1366px) {
  .facList .facItem {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 991px) {
  .facList .facItem {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 768px) {
  .facList .facItem {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 575px) {
  .facList .facItem {
    width: 100%;
  }
}
.facList .Img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.facList .Img a {
  position: relative;
  display: block;
}
@media (min-width: 1181px) {
  .facList .Img a:hover::before {
    height: 100%;
  }
  .facList .Img a:hover img {
    scale: 1.1;
  }
}
.facList .Img a::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.facList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: scale;
}
.facList .Txt {
  position: relative;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .facList .Txt {
    margin-top: 1rem;
  }
}
.facList .Txt .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #333333;
  text-align: center;
}
@media (max-width: 1180px) {
  .facList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .facList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .facList .Txt .title {
    font-size: 18px;
  }
}
.facList .Txt .title a {
  display: block;
  color: inherit;
}
@media (min-width: 1181px) {
  .facList .Txt .title a:hover {
    color: #e9ca49;
  }
}

.insIntroBox {
  position: relative;
}
.insIntroBox .introBox {
  position: relative;
}

.backBtn {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .backBtn {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=ib_fac_000.css.map */