.sp-sticky-header {
    z-index: 9999 !important;
}

body {
    background-color: #fff;
}

    body::-webkit-scrollbar {
        width: 2px;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(9, 20, 31, 1);
    }

    body::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 0px solid slategrey;
        background-color: #fff;
        border-radius: 3px;
    }

.magz-wrapper {
    margin-top: 44px;
    overflow: hidden;
}

.magz-header {
    width: 100vw;
    height: calc(100vh);
    overflow-x: hidden;
    display: flex;
    overflow: visible;
}

.mh-bg {
    background-color: #212121;
    width: 100vw;
    height: calc(100vh - 44px);
    position: absolute;
    z-index: 0;
}

.mh-round {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #0000ff;
    border-radius: 100%;
}

.mh-round-1 {
    top: 7% !important;
    left: 10% !important;
}

.mh-round-2 {
    top: 90% !important;
    left: 40% !important;
}

.mh-cover {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.mh-cover-1 {
    z-index: 1;
}

.mh-cover-2 {
    z-index: 2;
}

.mh-cover-3 {
}

.mh-cover-4 {
    z-index: 2;
}

.mh-cover-5 {
    z-index: 2;
}

.mh-cover-6 {
    z-index: 2;
}

.mh-cover-7 {
    z-index: 1;
}

.mh-cover-8 {
    z-index: 3;
}

.mh-cover-9 {
    z-index: 2;
}

.mh-cover-10 {
    z-index: 3;
}

.mh-cover > img {
    width: 300px;
    position: absolute;
}

.mh-cover-1 > img {
    top: 3%;
    right: 5%;
    transform: rotate(-10deg);
    z-index: 1;
}

.mh-cover-2 > img {
    left: 30%;
    top: 35%;
    transform: rotate(15deg);
}

.mh-cover-3 > img {
    bottom: 0%;
    right: -1%;
    transform: rotate(-15deg);
}

.mh-cover-4 > img {
    top: 25%;
    right: 30%;
    transform: rotate(20deg);
    z-index: 2;
}

.mh-cover-5 > img {
    top: 10%;
    right: 9%;
    transform: rotate(12deg);
}

.mh-cover-6 > img {
    top: 15%;
    left: -5%;
}

.mh-cover-7 > img {
    left: 25%;
    transform: rotate(-5deg);
    top: -4%;
}

.mh-cover-8 > img {
    bottom: 0;
    right: 50%;
    transform: rotate(-10deg);
}

.mh-cover-9 > img {
    bottom: 0%;
    left: 0;
    transform: rotate(15deg);
}

.mh-cover-10 > img {
    bottom: 0;
    right: 5%;
    transform: rotate(-7deg);
}

.mh-left {
    width: 50%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.mh-right {
    width: 50%;
    height: 100%;
    left: auto !important;
    right: 0px;
}

.mw-title {
    font-family: NotoSerif-Regular;
    padding: 0 250px;
    margin-top: 50px;
    position: relative;
    /* height: 50vh; */
}

.mwt-sub {
    font-family: NotoSerif-Regular;
    font-size: 150px;
    color: #212121;
}

.mwt-title {
    font-family: NotoSerif-Regular;
    text-align: right;
    font-size: 41px;
    color: #212121;
    text-decoration: underline;
    line-height: 55px;
}

.mwt-label {
    font-family: NotoSerif-Regular;
    font-size: 18px;
    color: #212121;
    position: absolute;
    bottom: 50px;
    left: 250px;
}

.mwt-label-right {
    font-family: NotoSerif-Regular;
    font-size: 18px;
    color: #212121;
    position: absolute;
    bottom: 50px;
    right: 250px;
}

.mwt-quote {
    font-family: NotoSerif-Regular;
    font-size: 30px;
    color: #212121;
    width: 60%;
    line-height: 37px;
    position: relative;
    margin-top: 150px;
    display: block;
    padding-left: 50px;
}

    .mwt-quote:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #212121;
        border-radius: 100px;
    }

.kpop-text {
    font-family: NotoSerif-Regular;
    font-size: 17px;
    color: #222;
    line-height: 25px;
    margin-bottom: 15px;
}

.full-col {
    display: flex;
    justify-content: space-between;
}

.half-col {
    width: 50%;
    position: relative;
}

.img-left-abs {
    position: absolute;
    right: 30px;
    top: -20px;
}

.album-mansory {
    width: 100%;
    margin-top: 50px;
}



.kpop-credit {
    font-family: NotoSerif-Regular;
    color: #212121;
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #222;
    padding-top: 50px;
    margin-bottom: 100px;
}

.kc-left {
    display: flex;
}

.kc-author {
    margin-right: 40px;
}

.kca-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.kca-data {
    font-size: 16px;
    font-weight: bold;
}

.kc-right {
}

.kc-source {
    text-align: right;
}

.kcs-label {
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.kcs-data {
    font-size: 15px;
}
