@charset "utf-8";

.latest-zinex{margin:0; padding:0; list-style-type:none; border:1px solid #e8e8e8;}
.latest-zinex li{margin:14px 10px;}
.latest-zinex li:after{clear:both; content:' '; display:block;}
.latest-zinex li .img{position:absolute; display:block;}
.latest-zinex li span.img{border:1px solid #eee; background:#f3f3f3; color:#aaa; text-align:center; -moz-box-sizing:border-box; box-sizing:border-box;}
.latest-zinex li span.img:before{content:' '; display:inline-block; height:100%; vertical-align:middle;}
.latest-zinex li .article{min-height:96px; margin-left:145px;}
.latest-zinex li .article .title{display:block; font-weight:bold; white-space:nowrap; overflow:hidden;}
.latest-zinex li .article .co{margin-top:3px; font-size:11px; color:#777; line-height:1.4;}
.latest-zinex li .article .co a{color:#777;}
.latest-zinex li.nodata{text-align:center; padding-top:30px;}

body {
	width: 100%;
    min-width: 1620px;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
	color: #333;
	font-size: 0.85em;
	letter-spacing: 0.03em;
	font-family: "NanumBarunGothicBold", "나눔바른고딕볼드", "NanumGothic", "나눔고딕","나눔바른고딕","NanumBarunGothic", "맑은고딕";
    position: relative;
}


#plan h2 {width: 65px;}
div#plan {	position: relative;}

.box li.dot {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
	padding-top: 8px;
	padding-bottom: 7px;
	/*line-height:200%;*/
}

/***글목록***/
.box {
	/*border:solid 1px #ccc;*/
	width:350px;
	margin-bottom: 20px;
}
.box h2 {
	font-size: 110%;
	font-weight: 600;
	text-align : center;
	height: 27px;
	padding:3px 3px 0px 3px;
	color:#fff;
	margin-bottom:5px;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.box h2.blue {background-color: #0078ff;}
.box h2.green {background-color: #00b260;}
.box h2.orange {background-color: #ef5400;}
.more {
	position: absolute;
	top: 7px;
	right: 1px;
	font-size: 80%;
}
.box ul {
	/*margin:0px 18px 0px 18px;*/
	list-style:none;
	text-align:justify;
}
.box li {
	padding-top: 13px;
	padding-bottom: 7px;
}
.title {
	font-size:14px;
	line-height:150%;
	font-weight:500;	
}
.cate {
	color:#F97400;
	font-size:14px;
}
.date {
	font-size:75%;
}
