

.all_wrap {
    color: #111111;
    padding-top: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
    word-break: keep-all;
}


    .all_wrap .sub_wrap {
        max-width: 1200px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 100px 0;
        align-items: center;
    }


.title_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    text-align: center;
    width: 100%;
}

    .title_box .sub_tit {
        color: #999;
        letter-spacing: 5px;
        text-transform: uppercase;
    }

    .title_box .main_tit {
        font-size: 48px;
        font-weight: 700;
        margin: 10px 0 20px 0;
    }


.thumb_wrap .rol_list {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
	justify-content: flex-start;
    /*gap: 20px;*/
}

    .thumb_wrap .rol_list .thumb_ctn {
        width: 25%;
        background: #261e19;
        border-radius: 30px;
    }

        .thumb_wrap .rol_list .thumb_ctn a.img {
            width: 100%;
            display: table;
            cursor: pointer;
        }

            .thumb_wrap .rol_list .thumb_ctn .img img {
                width: 100%;
                display: table-cell;
            }

        .thumb_wrap .rol_list .thumb_ctn a.btn {
            display: block;
            width: 100%;
            padding: 15px;
            font-size: 20px;
            color: #fff;
            font-weight: 500;
            cursor: pointer;
        }
            .thumb_wrap .rol_list .thumb_ctn a.btn i {
                padding-left: 10px;
            }

 .tag_list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top:120px;
}

     .tag_list .tag_ctn {
        width: 16%;
    }
         .tag_list .tag_ctn a.img {
            width: 100%;
            display: table;
            cursor: pointer;
            border-radius: 30px;
        }

             .tag_list .tag_ctn a.img img {
                width: 100%;
                display: table-cell;
            }

         .tag_list .tag_ctn .hash {
            font-size: 14px;
            color: #777;
            padding: 10px 10px 0 10px;
            text-align: left;
        }



        @media (min-width: 768px) and (max-width: 1024px) {
            .title_box {
        padding-top: 70px;
    }

            .all_wrap .sub_wrap {
                padding: 70px 20px;
            }
            .thumb_wrap .rol_list .thumb_ctn a.btn {
                padding: 10px;
                font-size: 16px;
            }

            .thumb_wrap .tag_list .tag_ctn {
                width: 20%;
            }

}



@media (max-width: 767px) {

    .all_wrap .sub_wrap {
        display: block;
        padding: 50px 0 100px 0;
    }

    .title_box {
        padding-top: 0;
    }

        .title_box .main_tit {
            font-size: 36px;
            padding: 0 30px;
        }

        .title_box .sub_tit {
            letter-spacing: 4px;
            font-size: 15px;
        }

    .thumb_wrap {
        overflow: scroll;
    }

        .thumb_wrap .rol_list {
            display: inline-flex;
            width: auto;
        }

        .thumb_wrap .rol_list .thumb_ctn {
            width: 300px;
        }


    .tag_list {
        gap: 20px;
        margin-top: 80px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
        .tag_list .tag_ctn {
            width: 46%;
        }

}



.thumb_wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.rol_list {
	display: flex;
	width: max-content;
	animation: slideLoop 20s linear infinite;
}


.swiper-slide {
	box-sizing: border-box;
}






@media (max-width: 767px) {
	.swiper-slide {
		width: 80vw !important;
	}
}

@media (min-width: 768px) {
	.swiper-slide {
		width: 23.7% !important;
	}
}