.cross-image {
  width: 100vw;
  height: 44rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cross-image {
    height: 11rem;
  }
  .cross-image img {
    object-position: center;
  }
}
.cross-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #feature-app .page-title {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 1.5rem;
    padding: 5.6rem 2rem 2rem 2rem;
  }
  #feature-app .page-title h1 {
    line-height: 3.6rem;
    width: 15rem;
  }
  #feature-app .page-title .tips {
    line-height: 2rem;
    letter-spacing: 1px !important;
  }
}
#feature-app .feature-top-posts {
  width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding: 14rem 0 20rem 0;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts {
    width: calc(100vw - 4rem);
    padding: 4rem 0 0 0;
    gap: 0;
  }
}
#feature-app .feature-top-posts .post-item {
  height: 44.5rem;
  position: relative;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item {
    display: flex;
    height: 40rem;
    flex-direction: column-reverse;
  }
}
#feature-app .feature-top-posts .post-item .info {
  width: 52rem;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 20rem;
  z-index: 7;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .info {
    width: auto;
    padding: 2rem;
    top: -4rem;
    position: relative;
  }
}
#feature-app .feature-top-posts .post-item .info .number {
  color: #0086CC;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .info .number {
    font-size: 1.2rem;
  }
}
#feature-app .feature-top-posts .post-item .info .title {
  font-size: 3.2rem;
  line-height: 5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .info .title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#feature-app .feature-top-posts .post-item .info .title br {
  display: none !important;
}
#feature-app .feature-top-posts .post-item .info .title span {
  background: linear-gradient(to right, #2c2c2c, #2c2c2c) no-repeat right bottom;
  background-size: 0 2px;
  transition: background-size 500ms;
  font-weight: 500;
}
#feature-app .feature-top-posts .post-item .info .content {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .info .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#feature-app .feature-top-posts .post-item .image {
  width: 77rem;
  height: 44.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .image {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
#feature-app .feature-top-posts .post-item .image img {
  transition: all 0.3s ease-in-out;
  max-width: auto;
  width: 77rem;
  height: 44.5rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  #feature-app .feature-top-posts .post-item .image img {
    width: 100%;
    height: 22.6rem;
  }
}
@media (min-width: 769px) {
  #feature-app .feature-top-posts .post-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
#feature-app .feature-top-posts .post-item:hover .image img {
  transform: scale(1.1);
}
#feature-app .feature-top-posts .post-item:hover .title span {
  background-position-x: left;
  background-size: 100% 2px;
}
#feature-app .feature-more-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  width: 117rem;
  margin: 0 auto 14rem auto;
}
@media (max-width: 768px) {
  #feature-app .feature-more-posts {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100vw - 4rem);
    row-gap: 3rem;
    column-gap: 1rem;
    margin: 0 auto 4rem auto;
  }
}
#feature-app .feature-more-posts .post-item .image {
  width: 36rem;
  height: 23rem;
  overflow: hidden;
}
#feature-app .feature-more-posts .post-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #feature-app .feature-more-posts .post-item .image {
    width: 16rem;
    height: 10rem;
  }
}
#feature-app .feature-more-posts .post-item .info .number {
  padding: 2.6rem 0 0 0;
  font-size: 1.8rem;
  color: #0086CC;
}
@media (max-width: 768px) {
  #feature-app .feature-more-posts .post-item .info .number {
    font-size: 1.4rem;
    padding: 1.5rem 0 0 0;
  }
}
#feature-app .feature-more-posts .post-item .info .title {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media (max-width: 768px) {
  #feature-app .feature-more-posts .post-item .info .title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#feature-app .feature-more-posts .post-item .info .title span {
  background: linear-gradient(to right, #2c2c2c, #2c2c2c) no-repeat right bottom;
  background-size: 0 2px;
  transition: background-size 500ms;
}
#feature-app .feature-more-posts .post-item .info .title br {
  display: none !important;
}
#feature-app .feature-more-posts .post-item .info .content {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  #feature-app .feature-more-posts .post-item .info .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#feature-app .feature-more-posts .post-item:hover .image img {
  transform: scale(1.1);
}
#feature-app .feature-more-posts .post-item:hover .title span {
  background-position-x: left;
  background-size: 100% 2px;
}
#feature-app .load-more {
  display: flex;
  justify-content: center;
  padding: 7rem 0 14rem 0;
}
#feature-app .load-more .more-post-btn {
  width: fit-content;
  cursor: pointer;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#feature-app .feature-slide-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts {
    gap: 6rem;
    padding-bottom: 8rem;
  }
}
#feature-app .feature-slide-posts .posts-container {
  width: 117rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts .posts-container {
    width: calc(100vw - 4rem);
  }
}
#feature-app .feature-slide-posts .posts-container h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts .posts-container h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
#feature-app .feature-slide-posts .posts-container .swiper-slide {
  cursor: pointer;
}
#feature-app .feature-slide-posts .posts-container .swiper-slide .feature-post-image {
  width: 100%;
  height: 23rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts .posts-container .swiper-slide .feature-post-image {
    height: 10rem;
  }
}
#feature-app .feature-slide-posts .posts-container .swiper-slide .feature-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
#feature-app .feature-slide-posts .posts-container .swiper-slide .feature-post-title {
  font-size: 2.4rem;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts .posts-container .swiper-slide .feature-post-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 2rem;
  }
}
#feature-app .feature-slide-posts .posts-container .swiper-slide:hover .feature-post-image img {
  transform: scale(1.1);
}
#feature-app .feature-slide-posts .posts-container .nav-container {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
#feature-app .feature-slide-posts .posts-container .nav-container div {
  cursor: pointer;
}
#feature-app .feature-slide-posts .posts-container .nav-container img {
  width: 1.6rem;
}
#feature-app .feature-slide-posts .posts-container .nav-container .swiper-button-disabled {
  opacity: 0.3;
}
#feature-app .feature-slide-posts .posts-container .nav-container .prev-button img {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #feature-app .feature-slide-posts .posts-container .nav-container {
    gap: 3rem;
    right: 50%;
    transform: translateX(50%);
    bottom: -3rem;
    top: auto;
  }
  #feature-app .feature-slide-posts .posts-container .nav-container img {
    width: 0.8rem;
  }
}
.hover-under-line {
  position: relative;
}
.hover-under-line img {
  width: 0.7rem;
}
.hover-under-line::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.hover-under-line:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  #feature-detail-page {
    width: 100vw;
    overflow-x: hidden;
  }
  #feature-detail-page .page-title {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 1.5rem;
    padding: 5.6rem 2rem 2rem 2rem;
  }
  #feature-detail-page .page-title h1 {
    line-height: 3.6rem;
    width: 15rem;
  }
  #feature-detail-page .page-title .tips {
    line-height: 2rem;
    letter-spacing: 1px !important;
  }
  #feature-detail-page p {
    letter-spacing: 0 !important;
    line-height: 2.2rem !important;
  }
}
#feature-detail-page .blue-text {
  color: #0086CC;
}
#feature-detail-page h1 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 7.6rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page h1 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
#feature-detail-page h2 {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 5.5rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#feature-detail-page h4 {
  font-size: 2.4rem;
  padding-left: 3rem;
  position: relative;
}
#feature-detail-page h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 2px;
  background-color: #0086CC;
}
@media screen and (max-width: 768px) {
  #feature-detail-page h4 {
    padding-left: 2rem;
  }
}
#feature-detail-page .feature-poster {
  width: 100vw;
  height: 35.8vw;
  overflow: hidden;
}
#feature-detail-page .feature-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#feature-detail-page .title-head {
  padding-top: 14rem;
  width: 117rem;
  margin: 0 auto;
}
#feature-detail-page .title-head .school {
  margin: 0.6rem 0 6rem 0;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .title-head {
    padding-top: 3.7rem;
    width: calc(100vw - 4rem);
  }
  #feature-detail-page .title-head .number {
    font-size: 1rem;
  }
  #feature-detail-page .title-head .school {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
#feature-detail-page .top-content {
  width: 117rem;
  margin: 0 auto;
  padding: 3rem 0 6rem 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .top-content {
    width: calc(100vw - 4rem);
    padding: 0;
  }
}
#feature-detail-page .content {
  margin: 0 auto;
  max-width: 117rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content {
    width: calc(100vw - 4rem);
  }
}
#feature-detail-page .content .blue-text {
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content .blue-text {
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: 1px;
  }
}
#feature-detail-page .content p {
  margin: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content p {
    margin: 2rem 0 3rem 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#feature-detail-page .content .section-poster {
  margin: 2rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content .section-poster {
    margin: 1.6rem 0 2rem 0;
  }
}
#feature-detail-page .content .three-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content .three-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
#feature-detail-page .content .three-images img {
  width: 100%;
}
#feature-detail-page .content .two-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content .two-images {
    gap: 1.5rem;
  }
}
#feature-detail-page .content .two-images img {
  width: 100%;
}
#feature-detail-page .content .one-images-with-text {
  display: flex;
  gap: 4.5rem;
}
#feature-detail-page .content .one-images-with-text div {
  width: 48%;
}
#feature-detail-page .content .one-images-with-text img {
  width: 100%;
  max-width: 57rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .content .one-images-with-text {
    flex-direction: column;
    gap: 0;
    font-size: 1.4rem;
    align-items: center;
  }
  #feature-detail-page .content .one-images-with-text div {
    width: 100%;
  }
  #feature-detail-page .content .one-images-with-text img {
    width: 16rem;
  }
  #feature-detail-page .content .one-images-with-text p {
    font-size: 1.4rem;
  }
  #feature-detail-page .content .one-images-with-text .full-image {
    width: 100%;
  }
}
#feature-detail-page .content .aligncenter {
  margin: 0 auto;
}
#feature-detail-page .section-container {
  max-width: 117rem;
  margin: 0 auto;
}
#feature-detail-page .gray-bg {
  padding: 14rem 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .gray-bg {
    padding: 4rem 0;
    gap: 4rem;
  }
}
#feature-detail-page .gray-bg::after {
  position: absolute;
  top: 0;
  content: '';
  background-color: #F4F4F4;
  left: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
#feature-detail-page .gray-bg p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .gray-bg p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #feature-detail-page .gray-bg .full-p {
    margin-bottom: 4rem !important;
  }
  #feature-detail-page .gray-bg .full-p:last-child {
    margin-bottom: 0 !important;
  }
}
#feature-detail-page .with-padding {
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .with-padding {
    padding: 3rem 0 4rem 0;
    font-size: 1.4rem !important;
  }
}
#feature-detail-page .with-top-padding {
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .with-top-padding {
    padding-top: 4rem;
  }
  #feature-detail-page .with-top-padding p {
    font-size: 1.4rem !important;
    line-height: 2.2rem;
    letter-spacing: 0;
  }
  #feature-detail-page .with-top-padding .one-images-with-text p {
    font-size: 1.4rem !important;
  }
  #feature-detail-page .with-top-padding .one-images-with-text img {
    width: 100% !important;
  }
}
#feature-detail-page .back-btn {
  border: 1px solid #2C2C2C;
  width: 31rem;
  height: 6rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 14rem auto;
  background-color: #fff;
  transition: all 0.3s ease;
  color: #2C2C2C;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #feature-detail-page .back-btn {
    width: 20rem;
    height: 4.5rem;
    font-size: 1.4rem;
    margin-top: 2rem;
    min-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
#feature-detail-page .back-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 0.8rem;
}
@media screen and (min-width: 769px) {
  #feature-detail-page .back-btn:hover img {
    filter: invert(1);
  }
}
#feature-detail-page .back-icon {
  left: 2.4rem;
  right: auto;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media (max-width: 768px) {
  #feature-detail-page .back-icon {
    left: 1.4rem;
  }
}
/*# sourceMappingURL=./feature.css.map */