@charset "utf-8";
/* 내용관리 */
.content__visual {
	position: relative;
	margin-top: -35px;
	height: 80vh;
	background: url(/img/sub/sub__bg.jpg) no-repeat center center/cover;
}
.content__visual h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 56px;
	font-weight: 800;
	color: var(--white-color);
	white-space: nowrap;
}
#ctt {
	max-width: 1400px;
	margin: 40px auto;
	padding: 20px;
	background: #fff;
}
.ctt_admin {
	text-align: right;
}

#ctt_con {
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}
#ctt_con img {
	max-width: 100%;
	height: auto;
}
.ctt_img {
	text-align: center;
}

@media (max-width: 1024px) {
	.content__visual h2 {
		font-size: calc(var(--unit) * 7.5);
	}
}
