
.imgView{
	text-align:center; width:100%; margin:0px auto; max-width:1120px;
}
.imgView .img1{
	width:95%; max-width:516px; padding-top:30px;  display:inline-block; zoom:1;*display:inline;/*IE7 HACK*/
}
.imgView .img2{
	width:95%; max-width:397px; padding-top:30px;  display:inline-block; zoom:1;*display:inline;
	/*IE7 HACK*/
	text-align:right;
}

.boxLayout{
	width:90%; margin:0px auto; text-align:center; display:table; padding-top:20px; padding-bottom:30px; 
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
.boxLayout .box {
    height:180px;width:280px;  max-width:280px; 
	color:black;
	display: inline-block;
	zoom:1;*display:inline/*IE7 HACK*/;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	letter-spacing: 1em;
	word-spacing: 0em;
	/*
	box-shadow:6px 6px 3px rgba(0,0,0,0.5);
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ffffff 50%, black 50%);
    -webkit-transition: background-position 1s;																						
    -moz-transition: background-position 1s;
    transition: background-position 0.5s;
	*/
	
}
.boxLayout .box1 {
	height:180px;width:280px;  max-width:280px; 
	/*
	box-shadow:6px 6px 3px rgba(0,0,0,0.5);
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ffffff 50%, black 50%);
    -webkit-transition: background-position 1s;																						
    -moz-transition: background-position 1s;
    transition: background-position 0.5s;
	*/
	color:black;
	float:left;
}

.boxLayout .box:hover {
    /*background-position: 0 -100%; color:white;*/
}

.subCon{
	position:absolute; width:95%; max-width:280px; height:180px;display:none; color:white; z-index:0;
	margin:0px auto; cursor:pointer;
	background-image:url(/yejo/images/main_over.png);

}
.boxLayout .subBox{
	width:280px; height:180px; 
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: 0;
	background-size: cover;
	
}
.boxLayout .img_title{
	font-size: 25px; letter-spacing:-1px; padding-top:60px; font-weight:bold;
}
.boxLayout .img_subTitle{
	font-size: 13px; letter-spacing:-0.5px; color:white; padding-top:10px;
}