.section.sec_top {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .section.sec_top {
        margin-bottom: 40px;
    }
}


.sec_list_grid.grid3 {
    margin-top: 64px;
    margin-bottom: 200px;
}

.sec_list_grid.magazine ul {
    margin: -50px -24px;
    min-height: 300px;
}

.sec_list_grid.grid3 ul li.on {
    opacity: 1;
}

.sec_list_grid.magazine ul li {
    padding: 50px 24px;
}

.sec_list_grid.grid3 ul li {
    width: 32%;
    padding: 36px 24px;
}

.sec_list_grid ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.sec_list_grid ul li a {
    display: inline-block;
    width: 100%;
}

.sec_list_grid.grid3 ul li a .thumb_height {
    max-height: 640px;
    position: relative;
    overflow: hidden;
}

.sec_list_grid ul li a .text4 {
    margin: 12px 0 5px;
    color: #000;
    line-height: 1.7;
}

.sec_list_grid .btn_area {
    margin: 50px 0;
    text-align: center;
}

.sec_list_grid.grid3 ul li:nth-of-type(3n + 2) {
    transition-delay: .1s;
}

.sec_list_grid.grid3 ul li:nth-of-type(3n) {
    transition-delay: .2s;
}

/* 2021-12-03 */

.section .thumb_height .recommand-badge {
    display: none;
}

.section .thumb_height.recommand .recommand-badge {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    font-size: 3em;
    width: 50px;
    height: 50px;
}

.section .msg-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(100vh / 2 - 102px) 0;
    font-size: 2em;
}

.event-state,
.curriculum-state {
    font-family: 'SDGothic', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.event-state.ing,
.curriculum-state.ing {
    color: #fff;
    background-color: #427fcb;
}

.event-state.standby,
.curriculum-state.standby {
    color: #999;
    background-color: #ddd;
}

.event-state.end,
.curriculum-state.end {
    color: #fff;
    background-color: #ddd;
}

@media screen and (max-width: 1023px) {
    .sec_list_grid.grid3 ul li {
        width: 32%;
    }

    .sec_list_grid.grid3 ul {
        margin: -25px -10px;
    }

    .sec_list_grid.grid3.magazine ul li {
        padding: 20px 10px;
    }

    .sec_list_grid.grid3 ul li a .text1 {
        margin-top: 12px;
    }

    .sec_list_grid ul li a .text1 {
        line-height: 22px;
    }

    .sec_list_grid.grid3 ul li a .text4 {
        margin: 5px 0 0;
    }

    .sec_list_grid .btn_area {
        margin-top: 42px;
    }
}

@media screen and (max-width: 767px) {
    .sec_list_grid.grid3 ul li {
        width: 49%;
    }
}

.section .thumb_height .recommand-badge {
    display: none;
}

.section .thumb_height.recommand .recommand-badge {
    display: block;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    font-size: 3em;
    width: 50px;
    height: 50px;
}

.section .msg-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(100vh / 2 - 102px) 0;
    font-size: 2em;
}

.follow {
    position: absolute;
    right: 0px;
    top: 0%;
    transform: translate(-100%, 0%);
    cursor: pointer;
}

.follow img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 767px) {
    .sec_list_grid.grid3 ul li .follow {
        right: 0;
        top: 0%;
        transform: translate(0%, -12%);
    }
}

.tab-content {
    display: none;
}

.tab-content.on {
    display: inherit;
}

.price-line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}

.sec_list_grid a h4 {
    margin-top: 12px;
    font-weight: 500;
}

.brandnew .title {
    position: relative;
    margin-top: 30px;
}

.brandnew .title:before {
    padding: 5px 6px 3px;
    position: absolute;
    line-height: 1.15em;
    font-family: 'GulimChe', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    background-color: #00ffb8;
    border: 1px solid #00eea7;
    border-radius: 3px;
    transform: translateY(-100%);
    content: '신작';
}

.swiper-container .direction_area>li.btn_arrow {
    float: right;
}

@media screen and (max-width: 767px) {
    .swiper-container .direction_area>li.btn_arrow {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .brandnew .title:before {
        position: static;
        margin-right: 5px;
    }
}
