@charset "UTF-8";

main{
}
/*.b_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}*/

.under_mv{
  background: url("/eco/news/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn_list {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 55px auto 0;
    gap: 20px;
  flex-wrap: wrap;
}
a.link_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 324px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}
a.link_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}
.news_col {
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
}
.news_row {
    display: flex;
    gap: 35px;
    padding: 20px 20px 20px 130px;
    border-bottom: 1px solid #CCCCCC;
}
.news_date {
    min-width: 85px;
}
a.news_cont {
    color: #000;
}
.news_detail, .m-postBody {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.news_detail a, .m-postBody a {
    color: #05626D;
    text-decoration: underline;
}
.news_detail a:hover,.m-postBody a:hover {
    color: #05626D;
    text-decoration: none;
}
@media screen and (max-width: 767px) {

.news_row {
    padding: 10px 5%;
    flex-direction: column;
    gap: 10px;
}
}
@media print {

}