@charset "UTF-8";

/* ---------- clearfix ---------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---------- contentsArea ---------- */
#approachList {
	width: 100%;
	min-width: 1100px;
	background: #eee;
	padding: 80px 0;
}
#approachList ul {
	width: 1020px;
	padding-right: 20px;
	margin: -20px auto 0;
	overflow: hidden;
}
#approachList ul li {
	float: left;
	margin: 20px 0 0 20px;
}
#approachList ul .approach05 {
	float: right;
}
#approachList ul li a {
	display: block;
	width: 320px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#approachList ul .approach04 a {
	width: 660px;
}
#approachList ul .approach05 a {
	height: 500px;
}
#approachList ul .approach07 a {
	width: 470px;
}
#approachList ul li a .img {
	position: relative;
	z-index: 1;
}
#approachList ul li a .rollover {
	display: none;
	width: 100%;
	height: 100%;
	background: url(/recruit/common/img/nav_rollover_bg.png);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#approachList ul li a .rollover i {
	display: block;
	width: 68px;
	height: 68px;
	background: url(/recruit/common/img/nav_rollover.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -34px 0 0 -34px;
}
#approachList ul li a h2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#approachList ul li a h2 img {
	width: 320px;
	height: auto;
}

/* popUp */
#blackBack {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}
#approachDetail {
	display: none;
	width: 800px;
	margin-left: -500px;
	padding: 60px 100px;
	position: absolute;
	left: 50%;
	top: 80px;
	z-index: 11000;
}
#approachDetail .close {
	display: block;
	width: 49px;
	position: absolute;
	right: 0;
	top: 0;
}
#approachDetail .detail {
	display: none;
	color: #fff;
}
#approachDetail .detail h2 {
	margin-top: 30px;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
#approachDetail .detail p {
	line-height: 30px;
	margin-top: 20px;
}
#approachDetail .detail p a {
	color: #fff;
}
body.locked {
	overflow-y: scroll;
}
body.locked #container {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

@media only screen and (max-width:640px){

#approachList {
	min-width: 640px;
}
#approachList ul {
	width: 620px;
	padding-right: 0;
	margin: 0 auto;
	overflow: hidden;
}
#approachList ul li {
	float: none;
	margin: 0;
}
#approachList ul li.approach10,
#approachList ul li.approach09,
#approachList ul li.approach08,
#approachList ul li.approach06,
#approachList ul li.approach05 {
	display: none;
}
#approachList ul .approach05 {
	float: none;
}
#approachList ul li a {
	display: block;
	width: 640px !important;
	height: 464px;
	overflow: hidden;
	position: relative;
}
#approachList ul li a .rollover {
	display: none;
}
#approachList ul li a h2 img {
	width: 480px;
	height: auto;
}
#approachDetail {
	width: 600px;
	padding: 60px 20px;
	margin-left: 0;
	left: 0;
}
#approachDetail .close {
	right: 20px;
}
#approachDetail .detail figure img {
	width: 600px;
	height: auto;
}
#approachDetail .detail h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
#approachDetail .detail p {
	line-height: 32px;
}

}
