@charset 'UTF-8';

img {
    max-width: 100%;
}
/*news*/

.news-detail-wrapper {
    background-color: #fff;
}

.news-detail-wrapper .news-detail .page-title {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 10px 0;
    transition: 0.2s all linear;
    border-bottom: 1px #E5E5E5 solid;
}


.news-detail-wrapper .news-detail .info .date {
    color: #0066B5;
    transition: 0.2s all linear;
    margin-right: 1rem;
}


.news-detail-wrapper .news-detail .info .tag {
    border-color: #E79600;
    border-width: 1px;
    border-style: solid;
    color: #E79600;
    background-color: #fff;
    padding: 1px 5px;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 1rem;
    min-width: 90px;
    text-align: center;
}

.news-detail-wrapper .news-detail .info .tag.anniv {
    border-color: #D43807;
    border-width: 1px;
    border-style: solid;
    color: #D43807;
}

.news-detail-wrapper .news-detail .info .tag.system{
    border-color: #338DD3;
    border-width: 1px;
    border-style: solid;
    color: #338DD3;
}

.news-detail-wrapper .news-detail .title {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: burlywood;
}
