@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.subtop-wrap {
  background-image: url("../imgs/subtop_issue.png");
}
@media screen and (max-width: 767.98px) {
  .subtop-wrap {
    background-image: url("../imgs/subtop_issue_m.png");
  }
}
.subtop-wrap .lg {
  font-size: 48px;
}
@media screen and (max-width: 1199.98px) {
  .subtop-wrap .lg {
    font-size: 4.0033361134vw;
  }
}
@media screen and (max-width: 991.98px) {
  .subtop-wrap .lg {
    font-size: 22px;
  }
}

.divide-wrap {
  position: relative;
  display: flex;
}
.divide-wrap .img-txt {
  position: absolute;
  top: -60px;
  height: 60px;
}
@media screen and (max-width: 991.98px) {
  .divide-wrap .img-txt {
    height: 35px;
    top: -35px;
    animation: blink 0.7s steps(1, start) infinite;
  }
}

.today-news-wrap {
  display: flex;
  gap: 42px;
  flex: 1;
  padding-right: 50px;
  border-right: 1px solid #a8a8a8;
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap {
    border: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-right: 0;
  }
}
.today-news-wrap .img-item {
  position: relative;
  width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1499.98px) {
  .today-news-wrap .img-item {
    width: 26.6844563042vw;
  }
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap .img-item {
    width: 220px;
  }
}
.today-news-wrap .img-item:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.today-news-wrap .img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.today-news-wrap .text-wrap {
  position: relative;
  font-size: 24px;
  color: #1e2a24;
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap .text-wrap {
    font-size: 14px;
  }
}
.today-news-wrap .text-wrap .title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1499.98px) {
  .today-news-wrap .text-wrap .title {
    font-size: 2.8018679119vw;
  }
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap .text-wrap .title {
    font-size: 16px;
  }
}
.today-news-wrap .text-wrap .desc {
  margin-top: 45px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap .text-wrap .desc {
    margin-top: 16px;
    font-size: 14px;
    color: #a8a8a8;
  }
}
.today-news-wrap .text-wrap .btn-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .today-news-wrap .text-wrap .btn-more {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    margin-left: auto;
  }
}

.top-news-wrap {
  width: 30%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199.98px) {
  .top-news-wrap {
    width: 35%;
  }
}
@media screen and (max-width: 991.98px) {
  .top-news-wrap {
    display: none;
  }
}
.top-news-wrap .title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.top-news-wrap .title span {
  color: #f6cb42;
}
.top-news-wrap .lists {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.top-news-wrap .lists li {
  font-size: 24px;
}
.top-news-wrap .lists li:not(:last-child) {
  margin-bottom: 30px;
}
.top-news-wrap .lists li:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#section02 {
  padding-top: 234px;
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding-top: 64px;
  }
}
#section02 .title-wrap .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  #section02 .title-wrap .title {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}