@charset "UTF-8";
/**************************************** sub03 공통 시작*/
/**************************************** sub03 공통 끝*/
/**************************************** 언론보도 시작*/
.pre__list_wrap {
  width: 100%;
  border-top: 2px solid #0d2a4d;
  margin-bottom: 50px;
}

.pre__list {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.pre__list a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.pre__list a figure {
  width: 420px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.pre__list a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.pre__list a .con_wrap {
  position: relative;
}
.pre__list a .con_wrap .title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.pre__list a .con_wrap .cap {
  font-size: 1.125rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pre__list a .con_wrap .etc {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre__list a .con_wrap .etc .date {
  font-size: 1.125rem;
  font-weight: 500;
  color: #aaa;
}
.pre__list a .con_wrap .etc img {
  max-width: 24px;
  width: 100%;
}

/**************************************** 언론보도 끝*/
@media screen and (max-width: 1024px) {
  .pre__list_wrap {
    margin-bottom: 30px;
  }
  .pre__list a {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .pre__list a figure {
    width: 360px;
    height: 220px;
  }
  .pre__list a .con_wrap .title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .pre__list a .con_wrap .cap {
    font-size: 1.0625rem;
  }
  .pre__list a .con_wrap .etc .date {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .pre__list_wrap {
    margin-bottom: 30px;
  }
  .pre__list a {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .pre__list a figure {
    width: 100%;
    height: 240px;
  }
  .pre__list a .con_wrap .etc {
    margin-top: 20px;
    position: static;
  }
}
@media screen and (max-width: 540px) {
  .pre__list {
    padding: 20px 0;
  }
  .pre__list a .con_wrap .title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .pre__list a .con_wrap .cap {
    font-size: 1.0625rem;
  }
}/*# sourceMappingURL=sub04.css.map */