.sub01 {
    gap: 20px;
}
.sub01 h3.tit {
    display: block;
}
.sub01 .menu_tab {
    display: none;
}
.sub01 .func_btn {
    justify-content: end;
    position: absolute;
    top: 2px;
    right: 20px;
}
.sub01 .func_btn button {
    width: 130px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #AAA;
    text-indent: 32px;
    background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 23px;
    box-sizing: border-box;
}
.sub01 .func_btn button.type_list {
    background-image: url("../images/icon_gallery.svg");
}
.sub01 .func_btn button.type_gallery {
    display: none;
    background-image: url("../images/icon_list.svg");
}

.board_search {
    display: none;
}

.sub01 .list {
    gap: 10px;
}
.sub01 .list .item {
    position: relative;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.sub01 .list .item .badge {
    color: #ff1212;
    padding: 10px 0;
    font-weight: 500;
    box-sizing: border-box;
}
.sub01 .list .item .thumb {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.sub01 .list .item .thumb img {
    width: 100%;
}
.sub01 .list .item .thumb img.badge {
    width: 23%;
    max-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.sub01 .list .item .info {
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
}
.sub01 .list .item .info h4 {
    font-size: 17px;
    padding: 10px 0;
    gap: 10px;
    justify-content: end;
}
.sub01 .list .item .info h4 p {
    flex: 1;
    width: 100%;
}
.sub01 .list .item .info .util {
    gap: 5px;
}
.sub01 .list .item .info .util span {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.sub01 .list .item .info .util span.cmt {
    background: url("../images/ic_cmt.png")no-repeat 0 50% / 15px;
}
.sub01 .list .item .info .util span.view {
    background: url("../images/ic_view.png")no-repeat 0 50% / 13px;
}
.sub01 .list .item .info .link {
    padding: 0;
    font-size: 18px;
}
.sub01 .list .item .info .link strong {
    color: #f00;
}
.sub01 .list .item .info .link a {
    word-break: break-all;
}
.sub01 .list .item .price {
    color: var(--key-color);
    margin: 10px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub01 .list_type .item {
    width: calc(25% - 8px);
}
.sub01 .list .item:hover {
    border: 3px solid #f00;
}
.sub01 .list_type.premium .item {
    width: calc(50% - 5px);
}
.sub01 .list_gallery .item {
    flex-direction: row;
    width: calc(50% - 5px);
    gap: 10px;
}
.sub01 .list_gallery.premium .item {
    width: 100%;
}
.sub01 .list_gallery .item .thumb {
    width: 280px;
}
.sub01 .list_gallery.premium .item .thumb {
    width: 450px;
}
.sub01 .list_gallery .item .info {
    flex: 1;
    width: 100%;
    text-align: left;
}
.sub01 .list .item.item_bn {
    display: none;
}


.sub01_2 .list {
    gap: 20px 10px;
}


@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1024px) {
    .sub01 {
        gap: 10px;
    }

    .sub01 h3.tit {
        display: none;
    }
    .sub01 .menu_tab {
        display: flex;
    }
    
    .sub01 .func_btn {
        display: none;
    }

    .sub01 .list_type.premium .item {
        width: 100%;
    }
    .sub01 .list_type .item {
        width: calc(50% - 5px);
    }
    .sub01 .list .item .info h4 {
        font-size: 15px;
    }
    .sub01 .list .item .info {
        font-size: 13px;
    }
    .sub01 .list .item .info .link {
        font-size: 14px;
    }
    .sub01 .list .item .info .link strong {
        display: block;
    }
    .sub01 .list_gallery .item {
        gap: 0;
        width: calc(50% - 5px);
    }
    .sub01 .list_gallery .item .thumb {
        width: 100%;
    }
    .sub01 .list_gallery.premium .item {
        width: 100%;
    }
    .sub01 .list_gallery.premium .item .thumb {
        width: 100%;
    }
    .sub01 .list_gallery .item .info {
        width: 100%;
        text-align: center;
    }
    .sub01 .list .item .info {
        padding-bottom: 30px;
    }
    .sub01 .list .item .info .util {
        position: absolute;
        bottom: 7px;
        right: 10px;
        width: calc(100% - 20px);
        justify-content: end;
        padding-top: 5px;
    }
    .sub01 .list .item .info .util span {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}