@charset "utf-8";

/* ----------------------- 베이스 영역  ---------------------- */
#visual {
	height: 450px;
	background: url(../images/user_img/intro_bg.jpg) no-repeat center center;
	border-bottom: 1px solid #ccc;
}
#visualInner {
}
#visualInnerWrap {
}
#contents {
	background: url(../images/contents_pat.jpg) repeat-x 0 top;
}
#contentsInner {
}
#contentsInner .contentsFirst {
	padding: 30px 0;
	padding-bottom: 10px;
}

#contentsInner .contentsFirst .noticeWrap {
	position: relative;
	float: left;
	width: 520px;
	height: 118px;
	margin-right: 10px;
	padding: 20px;
	margin-bottom: 10px;
	background: #0099FF;
	border:1px solid #ccc;
}
#contentsInner .contentsFirst .noticeWrap h2.noticeTitle {
	margin-bottom: 14px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#contentsInner .contentsFirst .noticeWrap ul li {
	position: relative;
	padding: 4px 0;
	padding-left: 10px;
	background: url(../images/dot_icon_red.gif) no-repeat 0px center;
	/*text-overflow: ellipsis/* text가 width값보다 크면 자동으로 말줄임 표...삽입*/
	/*-moz-line-clamp: 1;/*글의 라인수를 지정*/
	/*-webkit-line-clamp: 1;
	/*word-wrap: break-word;/*공백없는 문자열 입력시 폭밖으로 벗어나는 것을 금지*/
}
#contentsInner .contentsFirst .noticeWrap ul li a {
	color: #eee;
}
#contentsInner .contentsFirst .noticeWrap ul li a:hover {
	color: #333;
}
#contentsInner .contentsFirst .noticeWrap ul li span.date {
	position: absolute;
	top: 0;
	right: 0px;
	color: #eee;
}
#contentsInner .contentsFirst .noticeWrap p.moreBut{
	position: absolute;
	top: 0;
	right: 1px;
	width: 30px;
	height: 30px;
}
#contentsInner .contentsFirst .noticeWrap p.moreBut a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #666;
}
#contentsInner .contentsFirst .noticeWrap p.moreBut a:hover {
	color: #FF6600;
}
#contentsInner .contentsFirst .bizWrap {
	float: left;
	width: 157px;
	height: 118px;
	margin-right: 10px;
	padding: 20px;
	padding-right: 130px;
	margin-bottom: 10px;
	background-color: #4bcfc1;
	background-image: url(../images/user_img/main_img10.png);
	background-repeat: no-repeat;
	background-position: 180px 40px;
	border:1px solid #4bcfc1;
}
#contentsInner .contentsFirst .bizWrap h2.bizTitle {
	margin-bottom: 14px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#contentsInner .contentsFirst .bizWrap p.bizText {
	font-weight: bold;
	color: #333;
}
#contentsInner .contentsFirst .inquiryWrap {
	float: right;
	width: 157px;
	height: 118px;
	padding: 20px;
	padding-right: 130px;
	margin-bottom: 10px;
	background-color: #a6927c;
	background-image: url(../images/user_img/main_img9.png);
	background-repeat: no-repeat;
	background-position: 180px 40px;
	border:1px solid #a6927c;
}
#contentsInner .contentsFirst .inquiryWrap h2.inquiryTitle {
	margin-bottom: 14px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#contentsInner .contentsFirst .inquiryWrap p.inquiryText {
	font-weight: bold;
	color: #333;
}