html {
    font-size: 19.2px;
    overflow: unset;
}

html body {
    all: initial;
}

html body .total-contain {
    all: initial;
}

.attribution-content {
    width: 100%;
}

.attribution-content .contents-attribution {
    width: 100%;
    display: flex;
    margin-top: 4rem;
}

.attribution-content .contents-attribution .overview {
    width: 100%;
    opacity: 0;
    transition: all .35s ease-in;
}

.attribution-content .contents-attribution .overview .attribution-overview {
    background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
    background-image: linear-gradient(45deg, #e7f6f6, #eef8f2);
    width: 80%;
    margin: 3rem auto;
    margin-top: 0;
    border-radius: 2rem;
    box-shadow: 2px 2px 10px #81ccbd;
    padding: 3.5rem;
    overflow: hidden;
}

.attribution-content .contents-attribution .overview .attribution-overview .attribution-title {
    display: inline-block;
    color: #F6A894;
    width: auto;
    height: 5vw;
    line-height: 5vw;
    overflow: hidden;
    background-color: #D1F2FB;
    font-size: 5vw;
    margin-bottom: 1rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    border-radius: 0.3125rem;
    padding: 0 1.25rem;
}

.attribution-content .contents-attribution .overview .attribution-overview p {
    font-size: 1.5vw;
    margin-bottom: 1rem;
    font-family: NavTitle;
    line-height: 3vw;
    text-align: justify;
    text-justify: newspaper;
}

.attribution-content .contents-attribution .overview .attribution-overview .attribution-bold {
    font-weight: bold;
}

.attribution-content .contents-attribution .overview .attribution-overview img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 3.75rem;
}

.attribution-content .contents-attribution .suspend {
    transition: all .35s ease-in;
    position: fixed;
    right: 0;
    top: 20%;
    transform: translateX(100px);
    opacity: 0;
}

.attribution-content .contents-attribution .suspend .catlogue-item {
    cursor: pointer;
    background-color: #F6A894;
    color: #fff;
    padding: 0.5vw;
    font-size: 1.5vw;
    border-radius: 0.5vw;
    font-family: hawk;
    margin: 0.5rem 0;
    transition: all .35s ease-in;
    transform: translateX(70px);
}

.attribution-content .contents-attribution .suspend .catlogue-item:hover {
    transform: translateX(0px);
}

.attribution-content .contents-attribution .suspend .active {
    border-left: none !important;
}