@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff}
.ctt_admin {position:absolute;right:0;margin-top:20px;}
#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}

#woa_quick {
	padding:40px 0 80px;
}

.woa_quick .quick_place {
	display:inline-block;
	width:100%;
}

.woa_quick .quick_area {
	width:calc(50% - 12px);
	float:left;
}

.woa_quick .quick_area:first-child {
	margin-right:24px;
}

.woa_quick .quick_area:first-child .quick_btn:first-child {
	margin-bottom:25px;
}

.woa_quick .quick_btn img {
	width:100%;
}

.woa-plus{
	position:absolute;
	top:0;
	right:15px;

}

/*최신글 스타일*/
.pro-content {
	position:relative;
}

.plus{
	position:absolute;
	top:0;
	right:15px;
}

.plus a{
	font-size:24px;
	font-weight:300;
	color:#009444;
	border:1px solid #009444;
	padding:3px 8px;
}

.plus a:hover{
	color:#009444;
}

.photo-list {
	display:inline-block;
	width:100%;
	margin-top:20px;
}

.photo-post {
	background-color:#ffffff;
	margin-right:30px;
	padding:15px;
	border:3px solid #009444;
	float:left;
	border-radius:5px;
}

.photo-post>a>img {
	width:100%;
}

.photo-post .post-img {
	position:relative;
	text-align:center;
	height:268px;
	max-height:268px;
	overflow:hidden;
}

.photo-post .post-img img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
}

.photo-post .photo_title {
	color:#231f20;
	font-size:21px;
	font-weight:bold;
	margin-top:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.photo-post .photo_title a {
	color:#231f20;
	font-size:21px;
	font-weight:bold;
}

.photo-post .photo_content {
	margin:10px 0 0;
}

.photo-post .photo_content a {
	color:#414042;
	font-size:17px;
	word-break:keep-all;
}
/*최신글 스타일 끝*/

#program {
	padding-bottom:80px;
}

#activems {
	padding-bottom:80px;
}

.activems .act-content {
	position:relative;
}