.about_park {
    padding: 0 !important;
}

.bg-light {
    background: #fff !important;
}

.block_nav {
}

.block-big-title {
    padding-top: 0 !important;
}

.position-relative {
    position: relative;
}

.top_banner {
}

.top_banner .banner_title {
    position: absolute;
    top: 16vw;
    right: 10vw;
}

.top_banner .banner_title .big_title {
    font-size: 3.91vw;
    font-weight: bold;
    letter-spacing: 1vw;
    text-align: right;
}

.top_banner .banner_title .small_title {
    font-size: 1.3vw;
    line-height: 2em;
    letter-spacing: 0.5vw;
    text-align: right;
}

.top_banner .banner_title_mobile {
    position: absolute;
    top: 16vw;
    right: 6vw;
}

.top_banner .banner_title_mobile .big_title {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 1vw;
    text-align: right;
}

.top_banner .banner_title_mobile .small_title {
    font-size: 2.5vw;
    line-height: 2em;
    letter-spacing: 0.5vw;
    text-align: right;
}

.position-name {
    border-left: 6px solid #D52738;
    font-size: 4.7vw;
    padding-left: 10px;
    margin: 10px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.position-brief {
    padding: 20px 0;
    color: #777;
}

.position-brief .position-line {
    display: flex;
    align-items: center;
}

.position-brief .position-cut-line {
    width: 1px;
    border-right: 1px solid #d3d3d3;
    margin: 0 20px;
}

.position-desc {
    color: var(--font-color);
}

.position-desc > div:first-child {
    line-height: 2em;
}

.position-button {
    text-align: center;
    padding: 30px 0;
    font-size: 3.7vw;
}

.position-button button {
    border: 1px solid #aeaeae;
}

.position-button button .bi {
    color: #D52738;
}

.position-button button:hover .bi {
    color: white;
}

.contract-item {
    border-left: 6px solid #D52738;
    margin-top: 10vw;
    padding-left: 10px;
    font-size: 3.7vw;
    color: #000;
}

.contract-item .big-title {
    font-size: var(--font-size-20);
    color: #2d2d2d;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.footer-cut-line {
    border-bottom: 1px solid #d3d3d3;
}

.project-status {
    width: 18vw;
    height: 7vw;
    line-height: 7vw;
    border-radius: 5.8vw;
    font-size: var(--font-size-14);
    text-align: center;
    color: white;
}

.status-going {
    background: #d52738;
}

.status-close {
    background: #bec2c4;
}

@media (min-width: 992px) {
    .block-big-title {
        padding-bottom: 0 !important;
    }

    .position-name {
        font-size: var(--font-size-30);
        margin-top: 60px;
    }

    .position-line {
    }

    .position-button {
        padding: 0;
        font-size: 20px;
        text-align: right;
        position: relative;
    }

    .position-button button {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .position-desc {
        margin-bottom: 60px;
        font-size: var(--font-size-20);
    }

    .contract-item {
        font-size: 1vw;
        margin-top: 40px;
    }

    .contract-item .big-title {
        font-size: 1.4vw;
    }

    .footer-cut-line {
        margin: 120px 0 0 0;
    }

    .pagination {
        margin-bottom: 40px;
    }

    .project-container {
        flex-grow: 1;
        text-align: right;
    }

    .project-status {
        display: inline-block;
        width: 89px;
        height: 35px;
        line-height: 35px;
        border-radius: 25px;
        font-size: var(--font-size-14);
        text-align: center;
        color: white;
    }
}