.bathhouse-list .svg-logo {
	display: none;
}
.bathhouse-list .svg-logo-fixed {
	display: block !important;
}
/*  */
section.bathhouse-list-section {
	margin-top: 80px !important;
}
.bathhouse-list-section .title h1 {
	font-family: Arsenal;
	font-weight: 700;
	font-style: Bold;
	font-size: 80px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -4%;
	vertical-align: bottom;
    margin-bottom: 23px;
}
.bathhouse-list-section .title p {
	font-family: Libre Franklin;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: -2%;
	max-width: 764px;
}
.bathhouse-list-wrap {
	margin-top: 54px;
}
.bathhouse-list-wrap .card {
    position: relative;
    border: none;
    border-radius: 20px;
    height: 420px;
}
.bathhouse-list-wrap .card-img {
    position: absolute;
    z-index: -1;
}
.bathhouse-list-wrap .card-info {
    position: absolute;
    color: #fff;
    display: contents;
    height: 100%;
}

button.load-more-bathhouse {
	border: none;
	background-color: #f5f5f7;
	width: 100%;
	border-radius: 20px;
	padding-top: 28px;
	padding-bottom: 32px;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin-top: 50px;
    color: #2E2E2E!important;
}
button.load-more-bathhouse svg {
	margin-right: 14px;
    margin-bottom: 0.1rem;
}
.bathhouse-list .footer.new_style {
	margin-top: 0;
}
@media (max-width: 1399.99px) {
	.bathhouse-list-wrap .card {
		height: 350px;
	}
}
@media (max-width: 1199.99px) {
    .bathhouse-list-wrap .card {
        height: 290px;
    }
}
@media (max-width: 991.99px) {
    .bathhouse-list-wrap .card {
        height: 330px;
    }
	section.bathhouse-list-section {
		padding-top: 0rem !important;
	}
}
@media (max-width: 575.99px) {
    .bathhouse-list-wrap .card {
        height: 333px;
        width: 345px;
        margin: auto;
    }
}
@media (max-width: 450px) {
	.bathhouse-list .content-wrapper {
		margin-top: 70px !important;
	}
	section.bathhouse-list-section {
		margin-top: 20px !important;
	}
	.bathhouse-list-section .title h1 {
		font-size: 35px;
	}
	.bathhouse-list-section .title p {
		font-size: 17px;
	}
}

@media (max-width: 360.99px) {
    .bathhouse-list-wrap .card {
        height: 333px;
        width: 325px;
        margin: auto;
    }
}
