#content-body-title {
    font-family: "Khula SemiBold";
    font-size: 48;
    color: black;
    margin: 0;
    position: absolute;
    top: 5.55555vh;
}

#content-body-body {
    width: 81.25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content-body-body-img {
    width: 54vw;
    height: 22.22222222vh;
    overflow: hidden;
    object-fit: cover;
    border-radius: 5px;
    position: absolute;
    top: 18%;
}

#content-body-body-title {
    font-family: "Khula SemiBold";
    font-size: 36;
    color: black;
    margin: 0;
    position: absolute;
    top: 44%;
}

#content-body-body-separator {
    width: 50vw;
    height: 0;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 100%) 10%, rgba(0, 0, 0, 100%) 90%, rgba(0, 0, 0, 0) 100%) 1;
    border-width: 0.5px;
    border-style: solid;
    position: absolute;
}

#content-body-body-desc {
    position: absolute;
    top: 50%;
    font-family: "Khula Light";
    text-align: center;
    font-size: 24;
}

#content-body-body-left, #content-body-body-right {
    font-family: "KoPub Batang";
    font-size: 48;
    cursor: pointer;
}

#content-body-body-left {
    position: absolute;
    left: 60;
}

#content-body-body-right {
    position: absolute;
    right: 60;
}

#content-body-body-desc a {
    text-decoration: none;
    color: black;
}