.news .detail__info {
  padding: 0 10rem 4rem;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .news .detail__info {
    padding: 0 4rem 5rem;
  }
}
.news .detail__info .headline {
  color: #00b1dd;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__info .headline {
    font-size: 4.2rem;
  }
}
.news .detail__detail {
  display: flex;
  align-items: center;
}
.news .detail__wrapper {
  padding: 8rem 10rem;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .news .detail__wrapper {
    padding: 10rem 4rem;
  }
}
.news .detail__content:not(:first-child) {
  margin-top: 8rem;
}
.news .detail__content .gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem 0;
}
.news .detail__content .gallery figure.big {
  margin: auto;
  width: 70rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__content .gallery figure.big {
    width: 100%;
  }
}
.news .detail__content .gallery .small {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 5rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news .detail__content .gallery .small {
    flex-wrap: wrap;
    gap: 5rem 0;
  }
}
.news .detail__content .gallery .small figure {
  width: calc(50% - 2.5rem);
}
@media only screen and (max-width: 767px) {
  .news .detail__content .gallery .small figure {
    flex-wrap: wrap;
    width: 70%;
  }
}
.news .detail__content .content .titleType03__warpper, .news .detail__content .content .titleType05 {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__content .content .titleType03__warpper, .news .detail__content .content .titleType05 {
    margin-top: 6rem;
  }
}
.news .detail__content .content .note {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__content .content .note {
    margin-top: 4rem;
  }
}
.news .detail__content .btnType02-download {
  margin-top: 4rem;
}
.news .detail__nav {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__nav {
    padding: 0 4rem;
    margin-top: 7rem;
  }
}
.news .detail__nav .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto -5rem;
  width: 80rem;
}
.news .detail__nav .pagination.first {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .pagination {
    margin-bottom: -10rem;
    width: 100%;
  }
}
.news .detail__nav .pagination a {
  position: relative;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  border-bottom: 2px solid #333;
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .pagination a {
    height: 10rem;
    line-height: 10rem;
    width: 12rem;
    text-align: left;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .pagination a[rel=prev] {
    text-align: right;
    padding: 0 2rem 0 0;
  }
}
.news .detail__nav .pagination a[rel=prev]::after {
  right: auto;
  left: 2rem;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .pagination a[rel=prev]::after {
    left: 0;
  }
}
.news .detail__nav .pagination a::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  bottom: 0;
  margin: auto;
  background-size: cover;
  height: 1.25rem;
  width: 1.6rem;
  transition: all ease-in-out 0.3s;
  background-image: url("../../assets/img/common/icon-arrow-black.svg");
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .pagination a::after {
    top: 1rem;
    right: 0;
  }
}
.news .detail__nav .btnType02 {
  margin: auto;
  background-color: #B3B3B3;
}
@media only screen and (max-width: 767px) {
  .news .detail__nav .btnType02 {
    width: 32rem;
  }
}
.news .detail__nav .btnType02::before, .news .detail__nav .btnType02::after {
  display: none;
}
.news .detail__nav .btnType02:hover {
  opacity: 0.7;
}
.news .detail__nav .btnType02 span {
  justify-content: center;
  padding: 0;
  color: #fff;
}
.news .detail__nav .btnType02 span::after {
  right: auto;
  left: 2rem;
  transform: scale(-1, 1);
  background-image: url("../../assets/img/common/icon-arrow-white.svg");
}