@charset "UTF-8";
.newsList .Txt .title {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.newsList .item:before {
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
}
.newsList {
    width: 100%;
}
.newsList .newsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
}
.newsList .newsItem:hover .item:before {
    width: 100%;
}
.newsList .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px 0 30px;
    position: relative;
}
.newsList .item:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #01a8ed;
    position: absolute;
    top: auto;
    left: 0px;
    bottom: -1px;
    right: auto;
}
@media (max-width: 1440px) {
    .newsList .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 640px) {
    .newsList .item {
        padding: 0px 0 25px;
    }
}
@media (min-width: 1201px) {
    .newsList .item:hover .Txt .title {
        color: #01a8ed;
    }
}
.newsList .Img img {
    display: block;
    width: 100%;
}
.newsList .TxtWrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 20px;
}
@media (max-width: 1440px) {
    .newsList .TxtWrap {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 20px 0 0;
    }
}
@media (max-width: 1180px) {
    .newsList .TxtWrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.newsList .date {
    width: 205px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 640px) {
    .newsList .date {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 10px;
        width: auto;
        height: 50px;
    }
}
.newsList .date .period {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -20px;
    right: auto;
    padding-right: 20px;
    word-spacing: justify;
}
.newsList .date .day {
    color: #01a8ed;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 10px;
}
@media (max-width: 1440px) {
    .newsList .date .day {
        font-size: 54px;
    }
}
@media (max-width: 1180px) {
    .newsList .date .day {
        font-size: 50px;
    }
}
@media (max-width: 840px) {
    .newsList .date .day {
        font-size: 46px;
    }
}
@media (max-width: 640px) {
    .newsList .date .day {
        font-size: 40px;
    }
}
.newsList .date .month,
.newsList .date .year {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3;
}
.newsList .classTitle {
    border-left: 1px solid rgba(27, 27, 27, 0.2);
    border-right: 1px solid rgba(27, 27, 27, 0.2);
    color: #01a8ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 5px 0;
    padding: 0 5px;
    position: relative;
}
@media (max-width: 640px) {
    .newsList .classTitle {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: none;
        margin: 0;
        padding: 0 0 0 10px;
        text-align: right;
        width: auto;
    }
}
.newsList .Txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 45px;
}
@media (max-width: 1180px) {
    .newsList .Txt {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0 0;
    }
}
@media (max-width: 640px) {
    .newsList .Txt {
        width: 100%;
    }
}
.newsList .Txt .title {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 30px;
}
.newsList .Txt .title.ellipsis {
    height: 30px;
}
@media (max-width: 640px) {
    .newsList .Txt .title.ellipsis {
        height: auto;
        max-height: 60px;
    }
}
.newsList .Txt .expStyle {
    margin-top: 5px;
}
.newsList .Txt .expStyle.ellipsis {
    height: 30px;
}
@media (max-width: 640px) {
    .newsList .arrowBox {
        display: none;
    }
}
.newsList .linkWrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}
.shareBox {
    float: right;
}
.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.topBox .newsDate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .topBox .newsDate {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.topBox .classTitle {
    border-left: 1px solid rgba(27, 27, 27, 0.2);
    border-right: 1px solid rgba(27, 27, 27, 0.2);
    color: #01a8ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .topBox .classTitle {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: none;
        margin: 0;
        padding: 0 0 0 10px;
        text-align: right;
        width: auto;
    }
}
.topBox .date {
    width: 205px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    padding-bottom: 10px;
    position: relative;
}
@media (max-width: 640px) {
    .topBox .date {
        padding-bottom: 0;
        height: 60px;
    }
}
.topBox .date.hasPeriod {
    height: 90px;
    padding-bottom: 30px;
}
.topBox .date .period {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 10px;
    right: auto;
    padding-right: 20px;
}
.topBox .date .day {
    color: #01a8ed;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 10px;
}
@media (max-width: 1180px) {
    .topBox .date .day {
        font-size: 56px;
    }
}
@media (max-width: 640px) {
    .topBox .date .day {
        font-size: 50px;
    }
}
.topBox .date .month,
.topBox .date .year {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3;
}
