@charset "UTF-8";
/* CSS Document */
/**

 new reruit 
 
 **/

a:hover{
	transition:0.3s;
}

.rec_contents{
	background:#fff;
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	margin:0 auto;
	width:1020px;
	padding-top:13px;
	position:relative;
}

.att{
	color:#ed4c4c;
}

.subNav{
	margin:0 auto 30px;
	padding-left:680px;
}

.subNav li{
	display:inline-block;
	margin-left:20px;
	width:80px;
}

.subNav li a{
	display:block;
	opacity:0.5;
	text-align:center;
}

.subNav li a:after{
	background:#000;
	display:block;
	content:"";
	margin:0 auto;
	width:0%;
	height:2px;
	transition:0.25s;
}

.subNav li a:hover,
.subNav li.current a{
	opacity:1;
}

.subNav li a:hover:after,
.subNav li.current a:after{
	width:100%;
	height:2px;
}

.jobList{
	text-align:center;
	margin:0 auto 50px;
	padding:0;
}

.jobList li{
	display:inline-block;
	margin-right:40px;
}

.jobList li:last-child{
	margin:0;
}

.jobList a{
	border: 3px solid #cce16b;
	border-radius:40px;
	box-sizing:border-box;
	color:#333333;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	width:240px;	
	padding:20px 0;
}

.jobList a:hover,
.jobList .current a{
	background:#cce16b;
}

.column{
	line-height:2em;
	margin:0 110px 60px;
}

.column p{
	width:600px;
}

.cat{
	font-size:1.3em; 
	font-weight:bold; 
	line-height: 2.3em;
	margin-bottom:30px;
}

.col_dir{
	background:url(../../recruit/img/category/director_img01.jpg) no-repeat right bottom;
	min-height:229px;
}

.col_eng{
	background:url(../../recruit/img/category/engineer_img01.jpg) no-repeat right bottom;
	min-height:267px;
}

.col_des{
	background:url(../../recruit/img/category/designer_img01.jpg) no-repeat right bottom;
	min-height:219px;
}

section{
	border-top:1px solid #cfcfcf;
	margin-bottom:60px;
	padding:0 110px;
	position:relative;
}

section h2>span{
	background:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding:0 20px;
	position:relative;
	top:-30px;
	left:-20px;
	
}

section ul{
	margin:0;
	padding-left:15px;
}

.required,.welcome{
	padding:20px 0 0 80px;
	min-height:60px;
}

.required{
	background:url(../../recruit/img/category/icon_required.gif) no-repeat left top;
	margin-bottom:30px;
}

.welcome{
	background:url(../../recruit/img/category/icon_welcome.gif) no-repeat left top;
}

.rec_contents th,
.rec_contents td{
	padding-bottom:20px;
}

.rec_contents th{
	text-align:left;
	vertical-align:top;
	width:90px;
}

.btnArea{
	text-align:center;
	position:relative;
	height: 135px;
}

.btnArea a{
	border: 3px solid #cce16b;
	border-radius:40px;
	color:#333;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	width:300px;
	margin:0 auto;	
	padding:20px 0;
}

.btnArea a:hover{
	background:#cce16b;
}

.btnArea a:before{
	content:"";
	background:url(../../recruit/img/category/hand2.png) no-repeat;
	width:118px;
	height:20px;
	position:absolute;
	left:63%;
	bottom:-70px;
	transition:0.6s ease-in;
}

.btnArea a:hover:before{
	height:90px;
	left:55%;
	bottom:0;
	transition:0.4s;
}


footer{
	border-top:1px solid #e0e0e0;
}

#recruit_form .formError .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

#recruit_form .formError .formErrorArrow div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
}

a {outline:0;}