@charset "utf-8";

#container {
	padding-top: 100px;
}

/* 내용관리 */
#ctt {
	max-width: 1400px;
	padding: 0;
	margin: 0 auto 100px;
	padding: 20px;
	/* background: #fff; */
}
.ctt_admin {
	text-align: right;
}
#ctt header h1 {
	margin-bottom: 16px;
	font-size: 24px;
}
#ctt_con {
	max-height: 640px;
	overflow-y: auto;
	word-break: keep-all;
	padding: 0;
	font-size: 14px;
	line-height: 1.6em;
	background: transparent !important;
	font-weight: 400;
	font-family: var(--Pretendard) !important;
}
#ctt_con > * {
	line-height: 1.3 !important;
	background: transparent !important;
}
#ctt_con img {
	max-width: 100%;
	height: auto;
}
.ctt_img {
	text-align: center;
}

@media (max-width: 768px) {
	#container {
		padding: 0;
	}
	#ctt {
		margin-bottom: 0;
		padding: calc(var(--unit) * 21.88) calc(var(--unit) * 4.69)
			calc(var(--unit) * 6.25);
	}
	#ctt header h1 {
		font-size: 18px;
	}
	#ctt_con {
		max-height: 320px;
	}
}
