.nav-top {
    height: var(--header-height);
    width: 100%;
}

.page-container-inner {
    padding-right: var(--spacer) !important;
    padding-left: var(--spacer) !important;
    background: #FEEAB8;
}

.back {
    display: flex;
    padding: 68px 0 80px 0;
    align-items: center;
}

.back img {
    width: 38px;
    height: 38px;
}

.back .back-text {
    font-size: 24px;
    line-height: 38px;
    color: #1D1D1D;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 300;
}

.inner-title {
    font-size: 75px;
    font-weight: bold;
    color: #1D1D1D;
    margin-bottom: 2rem;
}

.top-center {
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.top-left {
    width: 70%;
    padding-bottom: 2rem;
}

.top-left .text,.top-left p {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 33px;
    margin-bottom: 0;
}

.top-left .time,.top-left p {
    font-size: 24px;
    font-weight: 300;
    color: #1D1D1D;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 48px;
}

.top-right-img {
    width: 10%;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10%;
}

.inner-banner {
    width: 100%;
    position: relative;
}

.inner-banner .banner-img {
    width: 100%;
    display: block;
}

.inner-banner .banner-bg-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 12%;
    width: 10%;
    display: block;
    transform: translateY(55%);
}

.inner-center {
    margin-top: 192px;
}

.inner-center-top {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.inner-center-top .inner-center-left {
    position: relative;
    width: 44%;
    margin-right: 6%;
    order: -1;
}

.inner-center-top .banner-bg-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 67%;
    width: 27%;
    display: block;
    transform: translateY(50%);
}

.inner-center-top .inner-center-img {
    width: 100%;
    display: block;
}

.inner-center-right {
    flex: 1;
    color: #1D1D1D;
}
.inner-center-right img{max-width: 100%;}

.inner-center-right h1 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 80px;
}
.inner-center-right ul,.inner-center-right ol{
    list-style: unset;
    margin-bottom: 2rem;
    padding-left: 1rem;
}
.inner-center-right li{
    line-height: 2;
}
.inner-center-right .inner-center-text,.inner-center-right p {
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 33px;
    margin-bottom: 48px;
}
.inner-center-footer {
    max-width: 793px;
    margin: 138px auto;

}

.inner-center-footer .inner-center-text {
    font-size: 24px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 33px;
    margin-bottom: 80px;
}

@media (max-width: 1600px) {
    .back {
        padding: 50px 0 60px 0;
    }

    .inner-title {
        font-size: 50px;
    }

    .top-left .text,.top-left p {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .inner-center-right {
        padding-top: 70px;
    }

    .top-left .time,.top-left p {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 20px;
        line-height: 30px;
    }

    .inner-center {
        margin-top: 160px;
    }

    .inner-center-right .inner-center-text,.inner-center-right p {
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 30px;
    }

    .inner-center-footer .inner-center-text {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 30px;
    }

    .inner-center-footer {
        margin: 100px auto;
    }

    .top-right-img {
        bottom: -10px;
    }

}

@media (max-width: 1350px) {
    .back {
        padding: 40px 0 50px 0;
    }

    .inner-title {
        font-size: 65px;
    }

    .top-left .text,.top-left p {
        margin-top: 0;
        font-size: 18px;
        line-height: 25px;
    }

    .inner-center-right {
        padding-top: 50px;
    }

    .top-left .time,.top-left p {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 25px;
    }

    .inner-center {
        margin-top: 130px;
    }

    .inner-center-right .inner-center-text,.inner-center-right p {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 25px;
    }

    .inner-center-footer .inner-center-text {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 25px;
    }

    .inner-center-footer {
        margin: 80px auto;
    }

    .top-right-img {
        bottom: 0;
    }
}

@media (max-width: 1150px) {
    .inner-title {
        font-size: 40px;
    }

    .top-left .text,.top-left p {
        font-size: 16px;
        margin-top: 0;
    }

    .top-left .time,.top-left p {
        font-size: 16px;
        margin-top: 0;
    }

    .inner-center {
        margin-top: 100px;
    }

    .inner-center-right {
        padding-top: 20px;
    }

    .inner-center-right .inner-center-text,.inner-center-right p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .inner-center-footer .inner-center-text {
        font-size: 16px;
    }

    .inner-center-footer .inner-center-text {
        margin-bottom: 20px
    }
}

@media (max-width: 1000px) {
    .back {
        padding: 30px 0 40px 0;
    }

    .back img {
        width: 30px;
        height: 30px;
    }

    .back .back-text {
        font-size: 20px;
    }

    .inner-title {
        font-size: 30px;
    }

    .top-center {
        display: block;
    }

    .inner-center {
        margin-top: 60px;
    }

    .top-left {
        width: 100%;
    }

    .top-right-img {
        bottom: 10px;
    }

    .inner-center-top {
        display: block;
    }

    .inner-center-top .inner-center-left {
        margin-right: 0;
        width: 100%;
    }

    .inner-center-footer .inner-center-text {
        margin-bottom: 20px
    }
}

@media (max-width: 600px) {
    .top-left .text,.top-left p {
        margin-top: 0;
    }

    .top-left .time,.top-left p {
        margin-bottom: 20px;
    }

    .top-right-img {
        bottom: 0;
    }

    :root{
        --spacer: 15px;
    }
}