@charset "utf-8";
/* ----------------------------------------------------------- */
/* ----------------------- 베이스 영역  ---------------------- */
/* ----------------------------------------------------------- */

/* -------------------------- visual  ------------------------ */
#visual {
	padding: 20px 0;
	padding-top: 40px;
	background: #F3F3F3;
}
#visualInner {
}
#visualInner .visualLeft {
	float: left;
	padding: 1%;
	width: 22%;
	margin-right: 0.5%;
	background: #fff;
	border: 1px solid #ccc;
}
#visualInner .visualLeft .telNoWrap{
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#visualInner .visualLeft .telNoWrap h2.telNoWrapTitle{
	margin-bottom: 23px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
#visualInner .visualLeft .telNoWrap h2.telNoWrapTitle span.subText{
	display: block;
	margin-top: 3px;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
}
#visualInner .visualLeft .telNoWrap p.ceoName{
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
#visualInner .visualLeft .telNoWrap p.telno{
	font-size: 2em;
	font-weight: bold;
	color: #FF6600;
}
#visualInner .visualLeft .telNoWrap p.emailAddr{
	font-size: 1.2em;
	color: #999;
}
#visualInner .visualLeft .noticeWrap {
	position: relative;	
	background: #fff;
}
#visualInner .visualLeft .noticeWrap h2.noticeTitle{
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}
#visualInner .visualLeft .noticeWrap ul {
	width: 100%;
}
#visualInner .visualLeft .noticeWrap ul li {
	position: relative;
	padding: 4px 0;
	padding-left: 10px;
	background: url(../images/dot_icon_green.gif) no-repeat 0px center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*text-overflow: ellipsis/* text가 width값보다 크면 자동으로 말줄임 표...삽입*/
	/*-moz-line-clamp: 1;/*글의 라인수를 지정*/
	/*-webkit-line-clamp: 1;
	/*word-wrap: break-word;/*공백없는 문자열 입력시 폭밖으로 벗어나는 것을 금지*/
}
#visualInner .visualLeft .noticeWrap span.date {
	position: absolute;
	top: 0;
	right: 0px;
	color: #999;
	display: none;
}
#visualInner .visualLeft .noticeWrap p.moreBut {
	position: absolute;
	right: 0px;
	top: 4px;
	padding-right: 20px;
	background:url(../images/more_plus_gray.png) no-repeat right center;
}
#visualInner .visualMiddle {
	float: left;
	width: 50.5%;
	background: #fff;
	border: 1px solid #ccc;
}
#visualInner .visualRight {
	float: right;
	width: 24%;
}
#visualInner .visualRight .landWrap {
	position: relative;	
	margin-bottom: 5px;
	padding: 19px 20px;
	background: #fff;
	border: 1px solid #ccc;
}
#visualInner .visualRight .landWrap h2.landTitle{
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}
#visualInner .visualRight .landWrap ul {
	width: 100%;
}
#visualInner .visualRight .landWrap ul li {
	position: relative;
	padding: 4px 0;
	padding-left: 10px;
	background: url(../images/dot_icon_green.gif) no-repeat 0px center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*text-overflow: ellipsis/* text가 width값보다 크면 자동으로 말줄임 표...삽입*/
	/*-moz-line-clamp: 1;/*글의 라인수를 지정*/
	/*-webkit-line-clamp: 1;
	/*word-wrap: break-word;/*공백없는 문자열 입력시 폭밖으로 벗어나는 것을 금지*/
}
#visualInner .visualRight .landWrap span.date {
	position: absolute;
	top: 0;
	right: 0px;
	color: #999;
	display: none;
}
#visualInner .visualRight .landWrap p.moreBut {
	position: absolute;
	right: 20px;
	top: 24px;
	padding-right: 20px;
	background:url(../images/more_plus_gray.png) no-repeat right center;
}

/* ------------------------- contents  ----------------------- */
#contents {
	padding-bottom: 30px;
	background: #F3F3F3;
}
#contentsInner {
}
#contentsInner .contentsLeft {
	float: left;
	width: 24%;
}
#contentsInner .contentsLeft .businessWrap {
	position: relative;	
	margin-bottom: 7px;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li{
	margin-bottom: 5px;
	background: #fff;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li:first-child{
	background: #c2e7f9;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li:nth-child(2){
	background: #f5d49e;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li a {
	display: block;
	width: 100%;
	height: 100%;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li .wrap{
	position: relative;
	padding: 14px;
	border: 1px solid #ccc;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li h2.wrapTitle{
	margin-bottom: 6px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li p.detailView{
	position: absolute;
	top: 0;
	right: 1px;
	width: 30px;
	height: 30px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#contentsInner .contentsLeft .businessWrap ul.businessList li p.wrapText{
}
#contentsInner .contentsLeft .bunyangBoardWrap {
	position: relative;	
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
#contentsInner .contentsLeft .bunyangBoardWrap h2.bunyangBoardTitle{
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}
#contentsInner .contentsLeft .bunyangBoardWrap ul {
	width: 100%;
}
#contentsInner .contentsLeft .bunyangBoardWrap ul li {
	position: relative;
	padding: 4px 0;
	padding-left: 10px;
	background: url(../images/dot_icon_green.gif) no-repeat 0px center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*text-overflow: ellipsis/* text가 width값보다 크면 자동으로 말줄임 표...삽입*/
	/*-moz-line-clamp: 1;/*글의 라인수를 지정*/
	/*-webkit-line-clamp: 1;
	/*word-wrap: break-word;/*공백없는 문자열 입력시 폭밖으로 벗어나는 것을 금지*/
}
#contentsInner .contentsLeft .bunyangBoardWrap span.date {
	position: absolute;
	top: 0;
	right: 0px;
	color: #999;
	display: none;
}
#contentsInner .contentsLeft .bunyangBoardWrap p.moreBut {
	position: absolute;
	right: 20px;
	top: 25px;
	padding-right: 20px;
	background:url(../images/more_plus_gray.png) no-repeat right center;
}
#contentsInner .contentsLeft .recruteWrap {
	position: relative;
	height: 160px;
}
#contentsInner .contentsRight {
	float: right;
	width: 75.3%;
}
#contentsInner .contentsRight .boardWrap {
	position: relative;
	float: left;
	width: 44%;
	height: 293px;
	margin-bottom: 5px;
	padding: 19px 20px;
	background: #fff;
	border: 3px solid #ccc;
}
#contentsInner .contentsRight .boardWrap2 {
	float: right;
}
#contentsInner .contentsRight .boardWrap h2.noticeTitle{
	margin-bottom: 12px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}
#contentsInner .contentsRight .boardWrap ul {
	width: 100%;
}
#contentsInner .contentsRight .boardWrap ul li {
	position: relative;
	padding: 4px 0;
	padding-left: 10px;
	background: url(../images/dot_icon_green.gif) no-repeat 0px center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/*text-overflow: ellipsis/* text가 width값보다 크면 자동으로 말줄임 표...삽입*/
	/*-moz-line-clamp: 1;/*글의 라인수를 지정*/
	/*-webkit-line-clamp: 1;
	/*word-wrap: break-word;/*공백없는 문자열 입력시 폭밖으로 벗어나는 것을 금지*/
}
#contentsInner .contentsRight .boardWrap span.date {
	position: absolute;
	top: 0;
	right: 0px;
	color: #999;
}
#contentsInner .contentsRight .boardWrap p.moreBut {
	position: absolute;
	right: 20px;
	top: 24px;
	padding-right: 20px;
	background:url(../images/more_plus_gray.png) no-repeat right center;
}