.contents {
    padding-top: 150px;
}

.price {
    text-align: right;
    font-weight: 500;
    padding-right: 30px;
}

.line-through {
    color: #aaa;
    text-decoration: line-through red;
}

.section.sec_list_grid.grid3.magazine .thumb_height, 
.section.sec_list_grid.grid3.magazine .info {
    cursor: pointer;
}

.section.sec_list_grid.grid3.magazine .thumb_height {
    position: relative;
}

/*
.section.sec_list_grid.grid3.magazine li.recomm .thumb_height:after {
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    font-family: tahoma, helvetica;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #7117ff;
    border-width: 5px;
    border-style: double;
    border-color: #7117ff;
    border-radius: 50%;
    filter: drop-shadow(0 0 1px #ffffff7e);
    -webkit-filter: drop-shadow(0 0 1px #ffffff7e);
    content: 'BEST';
}
*/

@media screen and (max-width: 1023px) {
    .section.sec_list_grid.grid3.magazine li.recomm .thumb_height:after {
        top: -15px;
        left: -15px;
        transform: rotateZ(-45deg) scale(0.5);
        -webkit-transform: rotateZ(-45deg) scale(0.5);
    }
}