@import url('https://webfontworld.github.io/Cafe24Ssurround/Cafe24Ssurround.css');

.main {
	padding: 3rem 1rem 2rem 1rem;
	min-height: calc(100vh - 6rem);
	min-width: 100vw;
	background: url("../img/background_blue.png") no-repeat center / cover;
}
.main .content_wrap {
	padding: 4rem 0 2rem 0;
	border-radius: 1rem;
	background-color: #fff;
}
.main .content_wrap .title_wrap img {
	width: 100%;
}
.main .content_wrap .category_wrap {
	margin: 2rem 0 2.5rem;
}
.main .content_wrap .category_wrap img {
	padding: 1rem 2rem; padding-bottom: 0;
	width: 100%;
}


.main .content_wrap .contents_wrap {
	
}
.main .content_wrap .custom_wrap {
	padding-bottom: 1rem;
}

.main .content_wrap .custom_wrap p, .main .content_wrap .custom_wrap em {
	font-family: 'Cafe24Ssurround', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.1rem;
	text-align: center;
	line-height: 1.3;
}
.main .content_wrap .custom_wrap p {
	background-color: #e3f5fc;
	padding: 1.5rem 0;
	margin: 0 2rem;
}
.main .content_wrap .custom_wrap em {
	color: #329ff9;
}

.swiper_wrap {
	overflow: hidden;
	margin: 0 2rem;
}
.swiper {
	width: 100%;
	height: 18rem;
	margin-top: 2rem;
}
.swiper-slide {
	display: flex !important;
	justify-content: space-between;
	padding: 0 2rem;
}
.swiper-slide p, em {
	font-size: 1.8rem;
}