
#info-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

#paper-page {
    padding: 0 45px;
    background-color: #FFF;
    margin-right: 100px;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
}

#info-header {
    background: rgb(230, 230, 230);
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
    background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    background: linear-gradient(90deg, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#info-header img {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    width: 35%;
    object-fit: cover;
}

.inner-segment {
    max-width: 1640px;
    width: 100%;
    padding: 20px 20px 20px 65px;
    margin: 0 auto;
}

#info-header p {
    margin: 10px 0;
}

#page-body {
    position: relative;
    max-width: 1640px;
    padding: 0 20px;
    margin: -30px auto 113px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#info-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    position: sticky;
    top: 160px;
}

.info-nav-inner {
    background-color: #FFF;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgb(76 76 76 / 47%), 0 0 20px 0 rgb(76 76 76 / 1%);
    box-shadow: 0 0 2px 0 rgb(76 76 76 / 47%), 0 0 20px 0 rgb(76 76 76 / 1%);
}

.info-nav-inner:not(:first-child) {
    margin-top: 50px;
}

.info-nav-inner a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.info-nav-inner a:hover {
    background: #ececec;
}

.info-nav-inner a.selected {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background: #f1f1f1;
}

.nav-header {
    text-align: center;
    padding: 15px;
    background-color: #fbfbfb;
    border: 1px #e6e6e6 solid;
    margin: -1px;
    border-radius: 4px;
}

#under-paper {
    margin: 50px 100px 0 0;
}

.under-nav.back {
    float: left;
    text-align: right;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.under-nav.forward {
    float: right;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.under-nav {
    background-color: #FFF;
    text-decoration: none;
    color: #353535;
    padding: 23px;
    width: 38%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0 4px 1px rgb(0 0 0 / 9%), 0px 0px 4px 2px rgb(0 0 0 / 7%);
    box-shadow: 0px 0 4px 1px rgb(0 0 0 / 9%), 0px 0px 4px 2px rgb(0 0 0 / 7%);
}

.under-nav:hover {
    background-color: #f1f4f9;
}

@media (max-width: 75em) {
    #page-body {
        flex-direction: column;
    }

    #info-content {
        margin-right: 20px;
        position: relative;
        top: 0;
    }

    #paper-page {
        margin-right: 20px;
    }

    #under-paper {
        margin: 50px 20px 0 0;
    }

    #info-header {
        background: rgb(230, 230, 230);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
        background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
        background: linear-gradient(90deg, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
    }

    #info-header img {
        width: 50%;
    }
    #info-nav {
        margin: 70px 5px 0 5px;
    }
}

@media (max-width: 48em) {
    #info-header {
        background: rgb(230 230 230 / 88%)
    }

    #info-header img {
        width: 100%;
    }

    #info-content {
        margin-right: 0;
    }

    #paper-page {
        margin-right: 0;
    }

    #under-paper {
        margin: 50px 0 0 0;
    }

    .under-nav-bottom {
        font-size: x-large;
    }

    .inner-segment {
        padding: 20px;
    }
}

@media (max-width: 610px) {
    .inner-segment {
        padding: 0 20px 40px 20px;
    }

    #info-header{
        height: 250px;
    }

    #info-header .header-huge {
        font-size: 33px;
    }

    #info-header .header-medium {
        font-size: 20px;
    }

    #page-body {
        padding: 0;
    }

    #paper-page {
        padding: 15px 0 0;
        margin: 0 5px;
        border-radius: 35px 35px 5px 5px;
        -webkit-box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
        box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    }

    .under-nav.forward {
        margin: 0 5px;
        float: left;
        width: calc(100% - 56px);
        border-radius: 5px 5px 30px 30px;
        -webkit-box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
        box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    }

    .under-nav.back {
        display: none;
    }

    #under-paper {
        margin: 10px 0 0 0;
    }

    .ssr-content {
        font-size: 16px;
        line-height: 24px;
    }

    .react-page-cell-inner-leaf {
        padding: 5px;
    }
}
