@charset "utf-8";

/* ----------------------- 베이스 영역  ---------------------- */
#visual {
	margin-top: 121px;
	border-bottom: 1px solid #ccc;
}
#visualInner {
}
#visualInnerWrap {
}
#contents {
}
#contentsInner {
	position:relative;
	margin: 0 auto;
}
h3.indexTitle {
	margin-bottom:30px;
	padding: 8px 0px;
	text-align: center;	
}
h3.indexTitle span.titleName {
	display: block;
	padding: 0px 30px;
	font-size: 3em;
	font-weight: bold;
	color: #0099FF;
}
h3.indexTitle span.korText {
	padding: 0 20px;
	border-bottom: 3px solid  #669900;
}
p.indexText {
	margin-bottom: 50px;
	font-size: 1.6em;
	text-align: center;
}
#contentsInner .contentsFirst {
	padding: 30px 0;
	height: 380px;
	border-bottom: 1px solid #eee;
	background: url(../images/user_img/contents_first_bg.jpg) no-repeat center center;
}
#contentsInner .contentsFirst .noticeNserviceWrap {
	position: relative;
}
#contentsInner .contentsFirst .noticeNserviceWrap .firstWrap {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 10px;
}
#contentsInner .contentsFirst .noticeNserviceWrap .newsWrap {
	position: relative;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
}
#contentsInner .contentsFirst .noticeNserviceWrap .secondWrap {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 10px;
}
#contentsInner .contentsFirst .noticeNserviceWrap .therdWrap {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 10px;
}
#contentsInner .contentsFirst .noticeNserviceWrap .noticeWrap {
	position: relative;;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
}
#contentsInner .contentsFirst .noticeNserviceWrap h3.noticeTitle {
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}
#contentsInner .contentsFirst .noticeNserviceWrap .newsWrap ul li, #contentsInner .contentsFirst .noticeNserviceWrap .noticeWrap ul li {
	padding: 5px 0;
	font-size: 1.2em;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#contentsInner .contentsFirst .noticeNserviceWrap p.moreBut, #contentsInner .contentsFirst .noticeNserviceWrap p.moreBut {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 3em;
}
#contentsInner .contentsFirst .noticeNserviceWrap .fourthWrap {
	float: left;
	width: 250px;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap {
	padding: 20px;
	background: url(../images/user_img/customer_img1.jpg) no-repeat center center;
	background-size: 100% auto;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap h3.noticeTitle {
	margin-bottom: 28px;
	text-align: center;
	color: #fff;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap h3.noticeTitle span.subText {
	display: block;
	font-size: 0.8em;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap p.serviceList {
	display: block;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap p.serviceList span {
	display: block;
	text-align: center;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap p.serviceList span.telNo {
	margin-bottom: 5px;
	padding-left: 30px;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFCC00;
	background:url(../images/tel_icon.png) no-repeat 0 center;
}
#contentsInner .contentsFirst .noticeNserviceWrap .serviceWrap p.serviceList span.faxNo {
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: bold;
	color: #FF9900;
	padding-left: 30px;
	background:url(../images/fax_icon.png) no-repeat 0 center;
}
#contentsInner .contentsSecond {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
#contentsInner .contentsSecond span.phoneNo {
	font-size: 4em;
	color: #FF6600;
}
#contentsInner .contentsSecond ul.customerList {
}
#contentsInner .contentsSecond ul.customerList li {
	float: left;
}
#contentsInner .contentsSecond ul.customerList li a {
	display: block;
	width: 100%;
	height: 100%;
}
#contentsInner .contentsSecond ul.customerList li a span {
	display: block;
}
#contentsInner .contentsSecond ul.customerList li a span.icon {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 50%;
}
#contentsInner .contentsSecond ul.customerList li a span.title {
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
	color: #002157;
	text-align: center;
}
#contentsInner .contentsSecond ul.customerList li a span.text {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #666;
}
#contentsInner .contentsSecond ul.customerList li:nth-child(4) a span.text {
	text-align: center;
}
#contentsInner .contentsSecond ul.customerList li a span.text span.telNo {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF6600;
}
#contentsInner .contentsSecond ul.customerList li a span.moreBut {
	text-align: center;
}
