.news__date {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    color: white;
}

.news__title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.7;
    margin-left: 3.47222vw;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: white;
}

.w_65 {
    text-align: right;
    width: 65%;
}

.w_10 {
    text-align: right;
}

.w_20 {
    width: 20%;
}

.w_10 {
    width: 10%;
    padding-left: 6% !important;
}

.c-news__arrow-inner {
    background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDEzIDI1Ij4KICA8dGV4dCBpZD0iXyIgZGF0YS1uYW1lPSLihpMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjApIiBmaWxsPSIjZjNmM2YzIiBmb250LXNpemU9IjIxIiBmb250LWZhbWlseT0iTW9udHNlcnJhdEFsdGVybmF0ZXMtUmVndWxhciwgTW9udHNlcnJhdCBBbHRlcm5hdGVzIiBsZXR0ZXItc3BhY2luZz0iMC4wM2VtIj48dHNwYW4geD0iMCIgeT0iMCI+4oaTPC90c3Bhbj48L3RleHQ+Cjwvc3ZnPgo=) -0.06944vw -0.13889vw;
    background-size: contain;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    height: 1.73611vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0.90278vw;
}

.c-news__arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: solid 1px #F3F3F3;
    border-radius: 50%;
    display: flex;
    height: 2.08333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: 0;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    width: 2.08333vw;
}

.pb_25 {
    padding-bottom: 25px !important;
}

.pt_25 {
    padding-top: 25px !important;
}

.new_content:hover {
    color: darkgrey;
}

.news__title:hover {
    color: darkgrey;
}

.c-news__arrow:hover {
    background: royalblue;
}

.table td {
    border-bottom: 0.1px solid #F3F3F3 !important;
}


/* new detail 1 */

.p-post__category.-news {
    background-color: #777;
    color: white;
    padding: 10px 10px;
}

.p-post__date {
    color: white;
    font-weight: 800;
    padding-left: 2%;
    padding-bottom: 30px;
}

.news-content-2 {
    padding-top: 30px;
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 50px;
}

.news-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2;
}

ul[class],
ol[class] {
    list-style: none;
}

.p-post__link-lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 2.08333vw;
    padding-left: 0px;
}

.p-post__link-list-item {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

@media (min-width: 767px) {
    .p-post__link-list-item {
        font-size: 14px;
    }
}

.p-post__share-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 5.27778vw;
}

.p-post__share-list-item {
    height: 48px;
    width: 55px;
}

.news-share-link.-twitter {
    background-color: #1DA1F2;
}

.news-share-twitter.-twitter {
    height: 58px;
    width: 120px;
}

img.twitter {
    height: auto;
    width: 100px;
    margin-left: 5px;
    margin-top: 3px;
}

img {
    max-width: 100%;
    display: block;
}

.news-share-link.-facebook {
    background-color: #1877F2;
}

.news-share-link {
    -webkit-box-align: center;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}

.image-new-detail-1 {
    width: 90%;
    height: auto;
}

@media (max-width: 1400px) {
    .cid-ta2mAQQyXB img {
        margin-top: 8px !important;
    }
}