.enterprise-space__body {
  padding: 4rem 2.5rem;
}
@media screen and (max-width: 991px) {
  .enterprise-space__body {
    padding: 1rem 1.5rem;
  }
}

.enterprise__nav {
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin: 0;
  margin-top: 2rem;
  padding: 0;

  list-style-type: none;
}

.enterprise__nav__item {
  display: block;
  padding: 16px;

  color: #e8be23;

  border: 2px solid #e8be23;
  border-radius: 4px;
}

.enterprise__nav__item:hover {
  color: #fff;

  background: #e8be23;
}

.enterprise__nav__item.active {
  color: #fff;

  background: #e8be23;
}
@media screen and (max-width: 991px) {
  .enterprise__nav {
    -ms-grid-columns: 1fr;

    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.enterprise__list {
  position: relative;
  display: grid;
  -ms-grid-columns: 225px 40px 225px 40px 225px;
  grid-template-columns: repeat(3, 225px);
  gap: 48px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 7.5rem 4.5rem;

  background-image: url("../../image/enterprise/bg-enterprise-01.png");
  background-repeat: repeat;
  background-size: 64px 64px;
}

.enterprise__list::before,
.enterprise__list::after {
  position: absolute;

  width: 100%;
  height: 64px;

  background-image: url("../../image/enterprise/bg-enterprise-02.png");
  background-repeat: repeat-x;
  background-size: 64px 64px;

  content: "";
}

.enterprise__list::before {
  top: 0;
  left: 0;
}

.enterprise__list::after {
  bottom: 0;
  left: 0;
}

.enterprise__item {
  text-decoration: none;
}

.enterprise__item:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

.enterprise__btn {
  margin-top: 0.5rem;
  padding: 1rem;

  color: #fff;
  font-size: 1rem;

  background: #000;
  border-radius: 4px;
}

.enterprise__btn::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;

  vertical-align: -2px;

  background: url("../../image/enterprise/icon-enterprise-link.svg") center/cover no-repeat;

  content: "";
}

.enterprise__company {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.enterprise__detail {
  margin-top: 1.5rem;
}

.enterprise__title {
  display: block;
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;

  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;

  background: #e8be23;
  border-radius: 4px;
}

.enterprise__plan {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.enterprise__plan strong {
  color: #f00;
}

.enterprise__plan small {
  display: inline-block;

  font-size: 0.8125rem;
  line-height: 1.5;
}

.enterprise__text {
  word-break: break-all;
}

.enterprise__text p {
  margin: 1rem 0;
}

.enterprise__note {
  margin-top: 1.5rem;
  padding: 2rem;

  border: 4px solid #e8be23;
}

.enterprise__note p {
  margin: 1rem 0;
}

.enterprise__link {
  display: block;
  margin-top: 2.5rem;
  padding: 1rem;

  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;

  background: #000;
  border-radius: 4px;
}

.enterprise__link:hover {
  color: #fff;

  opacity: 0.6;
}

.enterprise__link::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;

  vertical-align: -2px;

  background: url("../../image/enterprise/icon-enterprise-link.svg") center/cover no-repeat;

  content: "";
}
@media screen and (max-width: 1280px) {
  .enterprise__list {
    -ms-grid-columns: (50%) [2];

    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 690px) {
  .enterprise__list {
    gap: 1rem;
    padding: 7.5rem 2rem;
  }

  .enterprise__btn {
    padding: 1rem 0.6rem;

    font-size: 0.65rem;
  }

  .enterprise__btn::after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }

  .enterprise__title {
    font-size: 1rem;
  }

  .enterprise__plan {
    font-size: 1.25rem;
  }

  .enterprise__note {
    padding: 1rem;
  }

  .enterprise__link {
    margin-top: 1.5rem;
  }
}

.enterprise__modal--content {
  padding: 4.625rem 3.125rem;
}
@media screen and (max-width: 690px) {
  .enterprise__modal--content {
    padding: 0;
  }
}

.modaal-close {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: -56px;

  width: auto;
  height: auto;
  padding: 0.35rem 2rem !important;

  background: #e8be23 !important;
  border-radius: 4px;
}

.modaal-close::before,
.modaal-close::after {
  content: none;
}

.modaal-close:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

.modaal-close span {
  position: relative !important;

  font-size: 0.9375rem;
  line-height: 1;
}

.modaal-inner-wrapper {
  padding-bottom: 80px;
}
