@charset "utf-8";

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#wrapper {
	flex: 1;
}

#container {
	height: 100%;
}

/* 내용관리 */
#ctt {
	margin: 0;
	padding: 0;
	line-height: 1.7em
}

.ctt_admin {
	margin: 0;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con {
	padding: 0
}

.ctt_img {
	text-align: center
}

.hd_ctt2 {
	width: 100%;
	background: #FFF;
	box-shadow: 2px 2px 5px #999;
	padding: 0 0 30px 0;
}

.hd_ctt2 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #298a3d;
	text-align: center;
	padding: 16px 0 16px 0;
}

.hd_ctt2 .ctt_bt {
	text-align: center;
}

.hd_ctt2 button {
	margin-top: 25px;
}

.hd_ctt2 table {
	margin: 10px 0 0 10px;
	width: 95%;
	border: 1px solid white;
	border-collapse: collapse;
}

.hd_ctt2 th,
td {
	border: 1px solid white;
	padding: 5px 10px;
}

.hd_ctt2 table .td_num1 {
	font-size: 26px;
	font-weight: 600;
	color: #298a3d;
	padding: 10px 10px;
}

.hd_ctt2 table .td_txt {
	font-size: 14px;
	font-weight: 600;
}

.hd_ctt2 .re_p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #07478D;
	text-align: center;
	padding: 16px 0 16px 0;
	margin-top: 40px;
}

.hd_ctt2 table .td_num2 {
	font-size: 26px;
	font-weight: 600;
	color: #07478D;
	padding: 10px 10px;
}