@CHARSET "UTF-8";

/* 1차 채용분야 섹션 작업   by 안규태 사원 */
/* 2016 . 03 . 09 - pm 16:08  */
/* 2016 . 03 . 17 - pm 14:27  */

.recruit_container{
	width:100%;
	height:auto;
	padding-top: 60px;
	background: repeating-linear-gradient(
  -30deg,
  rgba( 232, 230, 230, 0.2 ),
  rgba( 232, 230, 230, 0.2 ) 1px,
  white 2px,
  white 11px);
}

.section_img{
	width:100%;
	height:210px;
	background: url('../image/section/com.jpg');
	background-size:100% 100%;
}

.recruit_text1{
	color:#545353;
	width:100%;
	text-align: center;
	line-height: 30px;
	font-size:14pt;
	margin-top:50px;
}


.recruit_text2{
	color:#545353;
	width:100%;
	text-align: center;
	line-height: 45px;
	font-size:20pt;
	margin-top:50px;
	font-weight: bold;
	letter-spacing:0.8px;
}

.recruit_icon{
	margin-left:auto;
	margin-right:auto;	
	margin-top:20px;
	width:1280px;
	height:720px;
	background:url('../image/recruit/cer.png');
	background-size:1280px 720px;
}


.recruit_text{
	margin-top:30px;
	text-align: center;
	line-height: 25px;
	font-size:11pt;
	color:#545353;
}

.recruit_category{
	width:1100px;
	height:350px;
	margin-left:auto;
	margin-right: auto;
	margin-top:20px;
	/*border:1px solid red;  */
}

.height_center{
	margin-top:90px;
	line-height:50px;
	font-weight: bold;
}

.recruit_col1{
	width:300px;
	font-size:18pt;
	color:#313131;
	font-weight: bold;
	border-right: 4px solid #e8e6e6;
	float:left;
	height:270px;
	text-align: center;
}

.recruit_col2{
	margin-left:4%;
	float:left;
	width:700px;
	height:80px;
	line-height:30px;
	 border-bottom: 1px solid #e8e6e6;
	/* border:1px solid red; */
	font-size:11pt;
	color:#777777;
	margin-top:10px;
}

.recruit_button{
	width:200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
}
/* 
.recruit_button input{
		font-size:12pt;
		width:200px;
		height:60px;
		border-radius:10px;
		color:white;
		background:#116ec6;
		margin-bottom: 30px;
		cursor:pointer;
		
		-webkit-transition:  all 0.4s linear 0s;
		-moz-transition:  all 0.4s linear 0s;
		-ms-transition:  all 0.4s linear 0s;
		-o-transition:  all 0.4s linear 0s;
		transition:  all 0.4s linear 0s;
}
 */
.recruit_button input:hover{
		border: 2px solid #116ec6;
		border-radius:0px;
}

.recruit_col2 font{
	font-weight: bold;
}

.recruit_texts{
		font-size:11pt;
		color:#545353;
	}
	
.recruit_br{
		display:block;
}

/* 이미지 슬라이드 트랜지션 효과 
#owl-demo{
    -webkit-transition:  all 2s linear 0s;
	-moz-transition:  all 2s linear 0s;
	-ms-transition:  all 2s linear 0s;
	-o-transition:  all 2s linear 0s;
	transition:  all 2s linear 0s;
}*/

/* 반응형 쿼리  */

@media (max-width:1100px){
	.recruit_category{
		width:780px;
	}
	
	.recruit_col1{
		width:220px;
	}
	
	.recruit_col2{
		width:510px;
	}
}

@media (max-width:780px){
	.recruit_category{
		width:350px;
		height:600px;
	}
	
	.recruit_col1{
		width:350px;
		height:110px;
		border-bottom:1px solid #e8e6e6;
		border-top:1px solid #e8e6e6;
		border-right: 0px solid #e8e6e6;
	}
	.height_center{
		margin-top:10px;
	}
	
	.recruit_col2{
		width:350px;
		height:105px;
		margin-left:0%;
		float:left;
		line-height:30px;
		 border-bottom: 1px solid #e8e6e6;
		 margin-bottom:10px;
		font-size:11pt;
		color:#777777;
		margin-top:20px;
	}
	
	.recruit_texts{
		font-size: 10pt;
	}
	
	.section_img{
		background: url('../image/section/com_mobile.jpg');
		background-size:100% 100%;
		height:100px;
	}
}

@media (max-width:500px){
	.recruit_br{
		display:none;
	}
}

