@charset "utf-8";
/* ----------------------- visual 영역(내용)  ------------------------- */
#visual {
	padding: 5px;
	background: #eee;
}
/* ----------------------- 컨텐츠 영역(내용)  ------------------------- */
#contents {
	padding: 5px;
	background: #eee;	
}
#contentsInner {
	position:relative;
}
h3.indexTitle {
	margin-bottom:20px;
	padding: 8px 0px;
	text-align: center;	
}
h3.indexTitle span.titleName {
	display: block;
	padding: 0px 30px;
	font-size: 2em;
	font-weight: bold;
	color: #0099FF;
}
h3.indexTitle span.korText {
	padding: 0 20px;
	border-bottom: 3px solid  #669900;
}
#contentsInner .contentsTherd {
	padding: 5px 0;
	background: #eee;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li {
	position: relative;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a {
	display: block;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span {
	display: block;
	text-align: center;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.move img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 33, 87, 1);
	color: #fff;
	line-height: 3.5;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-moz-transform: translateY(70%);
	-ms-transform: translateY(70%);
	transform: translateY(70%);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.titleMove {
	line-height: 11;
	background-color: rgba(0, 33, 87, 0.8);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.text {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.4em;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-moz-transform: translateY(70%);
	-ms-transform: translateY(70%);
	transform: translateY(70%);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li > a > span.textMove {
	opacity: 1;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li.noticeWrap div.notice {
	position: relative;
	padding: 24px;
	border: 1px solid #ccc;
	background: #fff;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li.noticeWrap div.notice span.noticeTitle {
	display: block;
	margin-bottom: 4px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li.noticeWrap div.notice ul li {
	line-height: 2;
	font-size: 1.2em;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li.noticeWrap div.notice ul li a {
}
#contentsInner .contentsTherd .siteWidthLayer > ul.customerImgList > li.noticeWrap div.notice span.moreBut {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 2em;
	font-weight: bold;	
}
