/*AREANEWS*/

.areaNews {
    margin-bottom: 303px;
}

.areaNews .inner {
    max-width: 960px;
}

.areaNews .newMain {
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 38px;
    margin-bottom: 37px;
}

.areaNews .newMain .date {
    font-size: 21px;
    color: #808080;
    letter-spacing: 1.3px;
    margin-bottom: 2px;
    font-weight: 500;
}

.areaNews .newMain .newsTxt {
    font-size: 24px;
    letter-spacing: -0.8px;
}

.areaNews .newsContent p {
    font-size: 18px;
    line-height: 2.23;
    letter-spacing: -0.8px;
    text-align: justify;
}

.areaNews .newsContent .areaBtn {
    text-align: center;
    margin-top: 97px;
}

.areaNews .newsContent .areaBtn a {
    font-weight: 400;
    padding: 13px 59px 14px;
    line-height: 1;
    letter-spacing: 1.3px;
    background:#F56E6E url(../images/common/icon-btn-02-hover.svg) no-repeat left 12px center/13px;
}

/*END-AREANEWS*/

@media(min-width: 769px) {
    .areaNews .newsContent .areaBtn a:hover {
        background-image: url(../images/common/icon-btn-02.svg);
        background-color: #fff;
        color: #F56E6E;
    }
}

@media(max-width: 768px) {
    .areaNews {
        margin-bottom: 106px;
    }

    .areaNews .inner {
        padding: 0 7%;
    }

    .areaNews .newMain {
        padding-bottom: 21px;
        margin-bottom: 22px;
    }

    .areaNews .newsContent .areaBtn a {
        color: #F56E6E;
    }

    .areaNews .newsContent .areaBtn {
        margin-top: 58px;
    }
}

@media(max-width: 414px) {
    .areaNews .newMain .date {
        font-size: 13px;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }

    .areaNews .newMain .newsTxt {
        font-size: 15px;
        letter-spacing: -1.5px;
    }

    .areaNews .newsContent p {
        font-size: 11px;
        line-height: 2.13;
        letter-spacing: -1px;
    }

    .areaNews .newsContent .areaBtn a {
        letter-spacing: 0.8px;
        padding: 7px 33px 8px;
        background-size: 7px;
        background-position: left 5px center;
    }


}