.sub02 {
    gap: 20px;
}

.sub02 .list {
    gap: 20px 10px;
}
.sub02 .list .item {
    position: relative;
    width: calc(25% - 8px);
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.sub02 .list .item:hover {
    border: 1px solid var(--key-color)!important;
}
.sub02 .list .item .thumb {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}
.sub02 .list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub02 .list .item .thumb .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px #000;
}
.sub02 .list .item .info {
    position: relative;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.sub02 .list .item .info h4 {
    flex: 1;
    width: 100%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub02 .list .item .info .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 7px 0;
}
.sub02 .list .item .info .util {
    gap: 5px;
}
.sub02 .list .item .info .util > div {
    gap: 5px;
}
.sub02 .list .item .info .util span {
    padding-left: 15px;
}
.sub02 .list .item .info .util .cmt {
    background: url("../images/ic_cmt.png")no-repeat 0 50% / 15px;
}
.sub02 .list .item .info .util .view {
    background: url("../images/ic_view.png")no-repeat 0 50% / 13px;
}

.sub02 .photo_list {
    gap: 30px 20px;
}
.sub02 .photo_list .item {
    width: calc(25% - 15px);
}
.sub02 .photo_list .item .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.sub02 .photo_list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub02 .photo_list .item .info {
    margin-top: 10px;
}
.sub02 .photo_list .item .info .title {
    gap: 5px;
    margin-bottom: 10px;
}
.sub02 .photo_list .item .info .title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sub02 .photo_list .item .info .title .cmt {
    color: #f00;
    font-weight: 500;
    font-size: 14px;
}
.sub02 .photo_list .item .info .util {
    font-size: 14px;
    gap: 5px;
}
.sub02 .photo_list .item .info .util .writer .badge {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 7px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px;
    color: var(--white);
}
.sub02 .photo_list .item .info .util .writer .badge.level {
	padding: 0;
	font-size: 0;
	width: 22px;
    height: 26px;
	background-image: url("../images/level_img.png?v=2");
	background-repeat: no-repeat;
	background-size: 110px;
}
.sub02 .photo_list .item .info .util .writer .badge.level1 {
	/* background: #05C471; */
	background-position: 0 -1px;
}
.sub02 .photo_list .item .info .util .writer .badge.level2 {
	/*background: #0584C4;*/
	background-position: -43px -1px;
}
.sub02 .photo_list .item .info .util .writer .badge.level3 {
	/*background: #C40F05;*/
	background-position: -88px -1px;
}
.sub02 .photo_list .item .info .util .writer .badge.level4 {
	/*background: #C40591;*/
	background-position: 0px -49px;
}
.sub02 .photo_list .item .info .util .writer .badge.level5 {
	/*background: #4A05C4;*/
	background-position: -45px -49px;
}
.sub02 .photo_list .item .info .util .writer .badge.b_admin {
	background: #F0AE07;
}
.sub02 .photo_list .item .info .util .writer .badge.level.b_admin {
	/*background: #F0AE07;*/
	background-position: -67px -49px;
}


.sub02 .photo_list .item .info .util .writer .btn_memo {
    background: url("../images/ic_memo.svg?v=1") no-repeat 100% 50% / 15px;
    padding-right: 14px;
    font-size: inherit;
}



.sub02_2 .btn_group {
    justify-content: end;
}
.sub02_2 .btn_group a {
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--key-color);
    color: var(--white);
    font-size: 14px;
    border-radius: 3px;
}

.sub02_2 .list_table span.btn_color {
    padding: 4px 5px;
    border-radius: 5px;
}



.win_event .list_table .btn {
    width: 55px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 3px 0;
}



@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1024px) {
    .sub02 {
        gap: 10px;
    }

    .sub02 .list .item {
        width: calc(50% - 5px);
    }
    .sub02 .list .item .info h4 {
        font-size: 14px;
    }
    .sub02 .list .item .info {
        font-size: 13px;
    }
    .sub02 .list .item .info .util {
        gap: 10px;
    }
    .sub02 .list .item .info .util span {
        padding-left: 18px;
    }


    .sub02 .photo_list {
        gap: 30px 15px;
    }
    .sub02 .photo_list .item {
        width: calc(33.333% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .sub02 .photo_list .item {
        width: calc(50% - 8px);
    }
}
@media screen and (max-width: 480px) {
    .sub02 .photo_list .item {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
}