@charset "utf-8";

/* 내용관리 */
#ctt {margin:30px 0;padding:0;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


.button-container {
	display: flex;
	gap: 10px; margin:100px 0 0 0;
}
.btn {
	flex: 1;
	padding: 15px;
	text-align: center;
	font-size: 18px !important;
	font-weight: bold;
	color: white;
	border: none; height:45px !important; line-height:45px !important;
	cursor: pointer; border-radius:5px;
}
.btn-back {
	background-color: #1d97ad;
}
.btn-register {
	background-color: #666;
}
.btn-register2 {
	background-color: #000;
}
