.yns .content {
    font-family: Roboto !important;
    color: #333;
    line-height: 1.6;
}

.yn-detail-contents .box {
    display: flex;
    /* flex-direction: row; */
    flex-direction: row-reverse;
    width: 100%;
}

.yn-detail-contents .box .left {
    width: 69%;
}

.yn-detail-contents .box .right {
    width: 31%;
    top: 101px;
}


@media (max-width: 479px) {
    .yns .list-box {
        background-color: #fff;
    }

    .yn-detail-contents .box {
        display: block;
    }

    .yn-detail-contents .box .left {
        width: 100%;

    }

    .yn-detail-contents .box .right {
        width: 100%;
        margin-right: 0px;
    }
}
