/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_news
====================================================================== */
.p_news .l_content {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p_news .l_content {
    padding: 0 4.6875vw 60px;
  }
}
.p_news .news-lists {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_news .news-lists {
    width: 100%;
    margin: 10px 0 0;
  }
}
.p_news .news-link {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
}
.p_news .news-link p {
  font-size: 16px;
  font-weight: bold;
  color: #1170C3;
}
.p_news .news-link:hover .u_txt_3 {
  color: #637A91;
}
.p_news .news-link:hover .u_txt_3 .arrow:after {
  opacity: 1;
  right: 7px;
}
@media screen and (max-width: 768px) {
  .p_news .news-link:hover .u_txt_3 .arrow:after {
    right: 9px;
  }
}
.p_news .news-link .u_txt_3 {
  margin: 10px 0 0;
  color: #0D3863;
  padding: 0 50px 0 0;
  position: relative;
  transition: all .2s ease;
}
.p_news .news-link .u_txt_3 .arrow {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #0D3863;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_news .news-link .u_txt_3 .arrow {
    right: 0;
  }
}
.p_news .news-link .u_txt_3 .arrow:after {
  content: url(../img/p_top/btn-arrow1.svg);
  position: absolute;
  top: 39%;
  right: 9px;
  transform: translateY(-50%);
  transition: all .2s ease;
}

/*# sourceMappingURL=p_news.css.map */
