@charset "UTF-8";
.container{
	padding-right:0;
	padding-left:0;
}
.top-banner{
	position: relative;
    padding-bottom: 48%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner:before{
	position: absolute; 
	z-index: 1; 
	content: " "; 
	padding-top: 45%; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	color: #fff; 
	background-color: rgba(0, 0, 0, 0.3);
}
.top-banner .main-title{
	position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    z-index:2;
}
.today-class-container {
    padding-left: 15px;
    margin-top: 35px;
}
.default-card-section-container .title-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    color: #252525;
    font-size: 14px;
}
.default-card-section-container .title-box .main-title {
    font-weight: 700;
    font-size: 18px;
}
.default-card-section-container .title-box .sub-title {
    font-size: 14px;
}
.hotplace-container {
    padding-left: 15px;
    margin-top: 35px;
}
.sssd-rec-homclass-area{
	padding-left: 15px;
    margin-top: 35px;	
}
.hobbyplace-class-list-container{
	padding:0 15px;
    margin-top: 35px;
}
.swiper-fade > .swiper-wrapper .swiper-slide{
	opacity: 0 !important;
}
.swiper-fade > .swiper-wrapper .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}
.hobbyplace-class-list-container .pagination-box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.hobbyplace-class-list-container .pagination-box .pagination-txt strong{
	color:#252525;
}
.hobbyplace-class-list-container .pagination-box .pagination-txt span{
	color:#555555;
}
.hobbyplace-class-list-container .pagination-box .nav-btn{
	width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    cursor:pointer;
}
.hobbyplace-class-list-container .pagination-box .btn-arrow-left{
	background-image:url(/m/statics/img/contents/hobbyplace/btn-arrow-left.svg);
}
.hobbyplace-class-list-container .pagination-box .btn-arrow-right{
	background-image:url(/m/statics/img/contents/hobbyplace/btn-arrow-right.svg);
}
.user-reply-contents-container .reply-good{
    width: 28px;
    height: 28px;
    background-image:url(/m/statics/img/contents/hobbyplace/icon-reply-good.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 9px auto;
}
.user-reply-contents-container .right-arrow-btn{
    float: right;
}