.newsList .newsItem .item .Txt .moreBtn .more::before, .newsList .newsItem .item .Img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sdgsList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px -5px 20px;
}
.sdgsList li {
    max-width: 110px;
    padding: 0 5px;
    text-align: center;
}
.sdgsList li img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.newsInfoBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    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;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.newsInfoBox .dateBox .classTitle {
    color: #626262;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 10px;
}
.newsInfoBox .dateBox .day {
    color: #555555;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    margin-right: 15px;
}
.newsInfoBox .dateBox .month,
.newsInfoBox .dateBox .year {
    color: #555555;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.newsInfoBox .dateBox .month .slash,
.newsInfoBox .dateBox .year .slash {
    margin: 0 5px;
}
.newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 1px;
}
.newsInfoBox .tagBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}
.newsInfoBox .tagBox .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsInfoBox .tagBox .sdgImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2px;
}
.newsInfoBox .tagBox .sdgImg {
    width: 56px;
    height: 56px;
}

.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}
.newsList .newsItem {
    width: 33.3333333333%;
    padding: 50px 20px;
}
@media (max-width: 1600px) {
    .newsList .newsItem {
        padding: 40px 20px;
    }
}
@media (max-width: 1180px) {
    .newsList .newsItem {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .newsList .newsItem {
        width: 100%;
        padding: 30px 20px;
    }
}
.newsList .newsItem .item {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}
@media (min-width: 1181px) {
    .newsList .newsItem .item:hover .Img {
        -webkit-filter: brightness(0.8);
                filter: brightness(0.8);
    }
    .newsList .newsItem .item:hover .Txt .title {
        color: #108835;
    }
    .newsList .newsItem .item:hover .Txt .title a {
        color: #108835;
    }
    .newsList .newsItem .item:hover .Txt .moreBtn .more {
        color: #108835;
    }
    .newsList .newsItem .item:hover .Txt .moreBtn .more::before {
        -webkit-transform: translate(3px, -3px);
                transform: translate(3px, -3px);
    }
}
.newsList .newsItem .item .Img {
    width: 100%;
}
.newsList .newsItem .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.newsList .newsItem .item .Txt {
    padding-top: 20px;
}
.newsList .newsItem .item .Txt .title {
    display: inline-block;
    height: 70px;
    color: #231815;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}
@media (max-width: 1180px) {
    .newsList .newsItem .item .Txt .title {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .newsList .newsItem .item .Txt .title {
        height: auto;
    }
}
.newsList .newsItem .item .Txt .title a {
    display: inline-block;
    color: #231815;
}
.newsList .newsItem .item .Txt .title a:hover {
    color: #108835;
}
.newsList .newsItem .item .Txt .text {
    max-height: 90px;
    color: #626262;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
}
.newsList .newsItem .item .Txt .moreBtn {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
}
.newsList .newsItem .item .Txt .moreBtn .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.newsList .newsItem .item .Txt .moreBtn .more::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../images/esg/arrow2.png") no-repeat center;
    background-size: contain;
    top: 0;
    right: -25px;
}
.newsList .newsItem .item .Txt .linkWrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.newsList .item {
    position: relative;
}

.introBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.introBox .dateBox {
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}
.introBox .classTitle {
    margin-right: 10px;
}
.introBox .articleTitle {
    width: 100%;
    padding-top: 10px;
}