/* CSS Document */
.newsArea .newsList .Txt .moreBtn a::before, .newsArea .newsList .ImgBox .Img img, .newsArea .newsList .ImgBox .Img, .newsArea .newsList .item, .newsTopArea .dotsBox li::before, .newsTopArea .dotsBox li::after, .newsTopArea .item .ImgBox .Img img {
  transition: all 0.4s;
}

.mainArea {
  padding-top: 0;
}
.mainArea .wrap {
  max-width: 1430px;
}
.mainArea.mainAreaIns .wrap {
  max-width: 1040px;
}
.mainAreaIndex {
  padding-bottom: 0;
}
.mainArea .topBox {
  padding-top: 60px;
}

.newsInfoBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  padding: 10px 0;
}
.newsInfoBox .classTitle {
  margin-right: 25px;
  padding: 7px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
  background: #868686;
  border-radius: 40px;
}
.newsInfoBox .dateBox {
  display: flex;
  align-items: center;
}
.newsInfoBox .dateBox::before {
  content: "";
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: block;
  width: 13px;
  height: 14px;
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.newsInfoBox .dateBox .date {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #4f4f4f;
}

.outerWrap:has(.bannerArea) .newsTopArea {
  padding-top: 55px;
}
@media (max-width: 640px) {
  .outerWrap:has(.bannerArea) .newsTopArea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.newsTopArea {
  padding: 15px 0 100px;
}
.newsTopArea .newsBox {
  position: relative;
}
.newsTopArea .arrowBox {
  display: none;
}
.newsTopArea .item {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .newsTopArea .item {
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 960px;
    width: 100%;
  }
}
.newsTopArea .item .Txt {
  flex: 1;
  padding: 60px 0;
  padding-right: 5.5%;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .newsTopArea .item .Txt {
    width: 100%;
    padding: 30px 0;
  }
}
.newsTopArea .item .Txt .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.45;
  color: #272626;
}
@media (max-width: 768px) {
  .newsTopArea .item .Txt .title {
    font-size: 20px;
  }
}
.newsTopArea .item .Txt .title a {
  color: #272626;
}
@media (min-width: 1181px) {
  .newsTopArea .item .Txt .title a:hover {
    color: #f14595;
  }
}
.newsTopArea .item .Txt .intro {
  padding-top: 18px;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  color: #4f4f4f;
}
.newsTopArea .item .Txt .btnBox {
  padding-top: 55px;
  margin: 0;
}
@media (max-width: 1180px) {
  .newsTopArea .item .Txt .btnBox {
    padding-top: 30px;
  }
}
.newsTopArea .item .ImgBox {
  flex-shrink: 0;
  width: 66%;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .newsTopArea .item .ImgBox {
    width: 100%;
  }
}
.newsTopArea .item .ImgBox .Img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .newsTopArea .item .ImgBox .Img:hover img {
    transform: scale(1.05);
  }
}
.newsTopArea .item .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsTopArea .dotsBox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 30px;
  width: 34%;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .newsTopArea .dotsBox {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.newsTopArea .dotsBox .dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .newsTopArea .dotsBox .dots {
    justify-content: center;
  }
}
.newsTopArea .dotsBox li {
  position: relative;
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.newsTopArea .dotsBox li.slick-active::before, .newsTopArea .dotsBox li.slick-active::after {
  background: #f14595;
}
.newsTopArea .dotsBox li.slick-active::after {
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1181px) {
  .newsTopArea .dotsBox li:hover::before, .newsTopArea .dotsBox li:hover::after {
    background: #f14595;
  }
  .newsTopArea .dotsBox li:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.newsTopArea .dotsBox li::before, .newsTopArea .dotsBox li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  aspect-ratio: 1/1;
  background: #272626;
  border-radius: 100%;
}
.newsTopArea .dotsBox li::before {
  transform: translate(-50%, -50%);
  width: 5px;
}
.newsTopArea .dotsBox li::after {
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  opacity: 0.2;
}
.newsTopArea .dotsBox li button {
  font-size: 0;
}

.newsArea {
  padding: 60px 0 90px;
  background: #f4f4f4;
}
.newsArea .newsBox {
  display: flex;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    flex-direction: column;
  }
}
.newsArea .newsBox .leftBox {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-right: 6.5%;
  max-width: 285px;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .leftBox {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.newsArea .newsBox .leftBox .titleBox {
  margin-bottom: 10px;
  visibility: hidden;
}
@media (max-width: 640px) {
  .newsArea .newsBox .leftBox .titleBox {
    display: none;
  }
}
.newsArea .newsBox .leftBox .classBox {
  visibility: hidden;
}
.newsArea .newsBox .rightBox {
  flex: 1;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .rightBox {
    padding: 0;
    width: 100%;
  }
}
.newsArea .newsList .newsItem {
  padding: 20px 0;
  visibility: hidden;
}
.newsArea .newsList .item {
  position: relative;
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 15.36px 0.64px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .item {
    margin: 0 auto;
    flex-direction: column;
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .newsArea .newsList .item:hover {
    transform: translate(-5px, -5px);
  }
  .newsArea .newsList .item:hover .ImgBox .Img img {
    transform: scale(1.05);
  }
  .newsArea .newsList .item:hover .Txt .title a {
    color: #f14595;
  }
  .newsArea .newsList .item:hover .Txt .moreBtn a {
    color: #f14595;
  }
  .newsArea .newsList .item:hover .Txt .moreBtn a::before {
    filter: invert(37%) sepia(59%) saturate(2525%) hue-rotate(309deg) brightness(101%) contrast(89%);
  }
}
.newsArea .newsList .ImgBox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 48.5%;
}
@media (max-width: 1180px) {
  .newsArea .newsList .ImgBox {
    width: 100%;
  }
}
.newsArea .newsList .ImgBox .Img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .newsArea .newsList .ImgBox .Img:hover img {
    transform: scale(1.05);
  }
}
.newsArea .newsList .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .newsList .Txt {
  flex: 1;
  padding: 35px 50px 30px 55px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .Txt {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .Txt {
    padding: 20px;
  }
}
.newsArea .newsList .Txt .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #272626;
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt .title {
    font-size: 18px;
  }
}
.newsArea .newsList .Txt .title a {
  color: #272626;
}
@media (min-width: 1181px) {
  .newsArea .newsList .Txt .title a:hover {
    color: #f14595;
  }
}
.newsArea .newsList .Txt .intro {
  padding-top: 10px;
  letter-spacing: 0.3px;
  color: #4f4f4f;
}
.newsArea .newsList .Txt .moreBtn {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  color: #272626;
}
.newsArea .newsList .Txt .moreBtn a {
  position: relative;
  padding-right: 40px;
  color: #4f4f4f;
}
@media (min-width: 1181px) {
  .newsArea .newsList .Txt .moreBtn a:hover {
    color: #f14595;
  }
  .newsArea .newsList .Txt .moreBtn a:hover::before {
    filter: invert(37%) sepia(59%) saturate(2525%) hue-rotate(309deg) brightness(101%) contrast(89%);
  }
}
.newsArea .newsList .Txt .moreBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scaleX(-1);
  display: block;
  width: 12px;
  height: 11px;
  background-image: url("../images/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: invert(30%) sepia(7%) saturate(0%) hue-rotate(245deg) brightness(97%) contrast(92%);
}
.newsArea .newsList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contentBox .articleTitle, .contentBox .newsInfoBox, .contentBox .textEditor {
  visibility: hidden;
}
