.as-page {
  position: relative;
  width: 100%;
}
.as-page .intro-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 12.5rem 5% 5rem;
  margin-bottom: 8rem;
}
.as-page .tab-section {
  margin-top: 8rem;
  padding: 0 5%;
}
.as-page .tab-section .nav-tabs {
  margin-bottom: 7.5rem;
  border-color: var(--clr-gray2);
}
.as-page .tab-section .nav-tabs .nav-link {
  background: none;
  border-radius: 0;
  border: none;
  color: var(--clr-gray2);
}
.as-page .tab-section .nav-tabs .nav-link.active {
  color: var(--clr-black);
  border-bottom: 2px solid var(--clr-black);
}
.as-page .tab-section .tab-content,
.as-page .tab-section .tab-content .tab-pane {
  width: 100%;
}
@media (max-width: 1024px) {
  .as-page .intro-section {
    margin-bottom: 6.25rem;
  }
  .as-page .tab-section {
    margin-top: 6.25rem;
  }
  .as-page .tab-section .nav-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 6.25rem;
    border: none;
  }
  .as-page .tab-section .nav-tabs .nav-item {
    width: 48%;
  }
  .as-page .tab-section .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  .as-page .tab-section .nav-tabs .nav-link {
    border-bottom: 2px solid var(--clr-gray2);
    padding: 0 0 0.625rem 0;
    text-align: left;
  }
  .as-page .tab-section .nav-tabs .nav-item:first-child {
    margin-right: 4%;
  }
}
@media (min-width: 1840px) {
  .as-page .tab-section {
    padding-left: 12%;
    padding-right: 12%;
  }
}

.as-page .info1-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.as-page .info1-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.as-page .info1-section .title-cont {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.as-page .info1-section .title-cont .title {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.as-page .info1-section .cont-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8%;
}
.as-page .info1-section .left-cont {
  position: relative;
  text-align: left;
  width: 45%;
  flex-grow: 1;
}
.as-page .info1-section .left-cont .subtext {
  color: var(--clr-gray2);
  margin-top: 0.625rem;
  margin-bottom: 5rem;
}
.as-page .info1-section .img-cont {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
.as-page .info1-section .title {
  position: relative;
  display: inline-flex;
  text-align: left;
  font-size: 3.4rem;
}
.as-page .info1-section .right-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  flex-grow: 1;
}
.as-page .info1-section .right-cont li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--clr-gray5);
}
.as-page .info1-section .right-cont li .num {
  color: var(--clr-gray2);
}
@media (max-width: 1024px) {
  .as-page .info1-section {
    margin: 6.25rem 0;
  }
  .as-page .info1-section .title-cont .title {
    word-break: break-all;
    font-size: 2.25rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .as-page .info1-section .cont-wrapper {
    flex-direction: column;
    gap: 5rem;
  }
  .as-page .info1-section .left-cont,
  .as-page .info1-section .right-cont {
    width: 100%;
  }
  .as-page .info1-section .left-cont .subtext {
    margin-bottom: 2.5rem;
  }
  .as-page .info1-section .left-cont .img-cont {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
  }
  .as-page .info1-section .right-cont li span:last-child {
    font-size: 1.25rem;
  }
  .as-page .info1-section .right-cont li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.as-page .info2-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 15rem 0;
}
.as-page .info2-section .top-cont {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 4rem;
}
.as-page .info2-section .top-cont .title {
  margin-top: 1.25rem;
  font-size: 3.4rem;
}
.as-page .info2-section .item-cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2.5rem;
  border: 1px solid var(--clr-gray5);
  border-right: none;
  border-bottom: none;
}
.as-page .info2-section .item-cont li {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2rem;
  aspect-ratio: 8/3;
  justify-content: space-between;
  border-bottom: 1px solid var(--clr-gray5);
  border-right: 1px solid var(--clr-gray5);
  position: relative;
}
.as-page .info2-section .item-cont li .title_cont {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.as-page .info2-section .item-cont li .meta {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  color: var(--clr-gray2);
}
.as-page .info2-section .item-cont li .info {
  color: var(--clr-gray2);
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .as-page .info2-section {
    margin: 11.25rem 0;
  }
  .as-page .info2-section .top-cont {
    margin-bottom: 2.5rem;
  }
  .as-page .info2-section .top-cont .title {
    word-break: break-all;
    line-height: 1.5;
    font-size: 2.25rem;
  }
  .as-page .info2-section .item-cont {
    border: none;
  }
  .as-page .info2-section .item-cont li {
    width: 100%;
    aspect-ratio: unset;
    border: 1px solid var(--clr-gray5);
    border-top: none;
    padding: 40px 20px;
  }
  .as-page .info2-section .item-cont li .info {
    margin-top: 5rem;
  }
  .as-page .info2-section .item-cont li:first-child {
    border-top: 1px solid var(--clr-gray5);
  }
}
