/* 콘텐츠 관리 */
.custom_box {background: url('./smile.jpg');
	height: 280px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 60px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.theme_area{
	height: 280px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 60px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.custom_box .info p {
	font-size: 3.0rem;
	color: #fff;
	font-weight: 600;
}

.custom_box .info strong {
	display: block;
	font-size: 1.75rem;
	color: #fff;
	padding: 20px 0 25px 0;
}

.custom_box .info a.btn_more {
	display: inline-block;
	min-width: 250px;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 20px;
	background: #006CC7 url(../images/btn_go.png) no-repeat 95% center;
	color: #fff;
}
