.about_park {
    padding: 0;
    margin: 0;
}

.top_nav {
    background: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
}

.btn {
    width: 162px;
    height: 48px;
}

.news-container {
    min-height: 600px;
}

.title {
    display: flex;
    justify-content: space-between;
}

.title h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

.from-time {
    display: flex;
    justify-content: space-between;
    color: var(--font-color-gray);
    padding-bottom: 28px;
    font-size: 13px;
}

.pub-time {
    display: inline-block;
    border: 1px solid #d3d3d3;
    font-size: 1vw;
    color: var(--font-color-gray);
    width: 7.8vw;
    height: 5.2vw;
    text-align: center;
    padding: 1vw 8px 4px;
}

.news-content {
    color: var(--font-color);
}

.end-line {
    text-align: right;
    color: var(--font-color-gray);
}

.end-line:after {
    content: "";
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 992px) {
    .title h1 {
        font-size: 1.86vw;
    }

    .from-time {
        font-size: 0.73vw;
    }
}