.content {
  width: 100%;
  height: 100vh;
  padding-top: 11.2rem;
  box-sizing: border-box;
}
.content .title {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  top: 7rem;
}
.content .csr_content_wrapper {
  padding: 2rem 2rem 4rem 2rem;
  box-sizing: border-box;
}
.content .csr_content_wrapper .csr_content {
  margin-top: 4rem;
  height: 46rem;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.content .csr_content_wrapper .csr_content .csr_img {
  height: 40%;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.content .csr_content_wrapper .csr_content .csr_img .swiper {
  width: 100%;
  height: 100%;
}
.content .csr_content_wrapper .csr_content .csr_img .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .csr_content_wrapper .csr_content .csr_img .swiper .swiper-pagination {
  --swiper-pagination-color: #d61718;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.7;
}
.content .csr_content_wrapper .csr_content .csr_img .swiper .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 0.5rem;
}
.content .csr_content_wrapper .csr_content .csr_text {
  height: 13%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 1rem;
  font-size: 1.8rem;
  padding: 2rem;
  box-sizing: border-box;
}
.content .csr_content_wrapper .csr_content .csr_text .csr_title {
  font-family: Nexon-Bold;
  width: 82%;
  overflow: hidden;
}
.content .csr_content_wrapper .csr_content .csr_text .csr_date {
  width: 18%;
  font-family: Nexon-Light;
  font-size: 1.2rem;
  color: var(--third-color);
}
.content .csr_content_wrapper .csr_content .csr_description {
  font-family: Nexon-Light;
  text-align: justify;
  height: 41%;
  padding: 0 2rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 280px) {
  .content {
    padding-top: 5rem;
  }
  .content .title {
    top: 6rem;
  }
  .csr_text {
    font-size: 1.2rem !important;
  }
  .csr_date {
    padding-top: 0.2rem !important;
    font-size: 1rem !important;
  }
  .csr_description {
    font-size: 1rem !important;
  }
}
