/*================================================================================================
    서브이미지 :  기본, 배경이미지
================================================================================================*/
.sub_img{
	width: 100%;
	height: 460px;
	text-align: center;
	position: relative;
}
.sub_img1{
	background:url('../images/sub/sub_img01.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img2{
	background:url('../images/sub/sub_img02.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img3{
	background:url('../images/sub/sub_img03.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img4{
	background:url('../images/sub/sub_img04.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img5{
	background:url('../images/sub/sub_img05.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img6{
	background:url('../images/sub/sub_img06.jpg') no-repeat;
	background-position: 50% 50%;
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}

/*================================================================================================
    서브이미지 : 텍스트
================================================================================================*/
.sub_img .sub_img_title{
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 2.895rem;
	color: #ffffff;
	line-height: 3rem;
	padding: 10rem 0 0 0;
}
.sub_img5 .sub_img_title{
	padding-top: 11.579rem;
}
.sub_img .sub_img_text{
	font-size: 1.053rem;
	color: #ffffff;
	padding: 1.053rem 0 0 0;
}

/*================================================================================================
    서브메뉴1
================================================================================================*/
.sub_menu1{
	width: 100%;
	position: absolute;
	top: 420px;
	left: 0;	
}
.sub_menu1 ul{
	width: 100%;
	overflow: hidden;	
}
.sub_menu1 ul li{
	height: 84px;
	background: rgba(255, 255, 255, 1.0); 
	border-top: 2px solid #ff950d;
	border-bottom: 2px solid #ff950d;
	border-right: 1px solid #ff950d;
	text-align: center;
	float: left;
}
.sub_menu1 ul .li_1{
	border-left: 2px solid #ff950d;
	border-radius: 10px 0 0 10px;
}
.sub_menu1 ul li a{
	font-size: 1.053rem;
	color: #515151;
	line-height: 82px;
	display: block;
}
.sub_menu1 ul .on{
	background: rgba(255, 149, 13, 1.0); 
}
.sub_menu1 ul .on a{
	font-weight: 500;
	color: #ffffff;
}

@media (max-width: 1299px){
	.sub_menu1 ul li{
		height: 75px;
		background: rgba(255, 255, 255, 1.0); 
		border-right: 1px solid #ff950d;
		text-align: center;
		float: left;
	}
	.sub_menu1 ul li a{
		font-size: 1.053rem;
		color: #515151;
		line-height: 75px;
		display: block;
	}
}

/*================================================================================================
    서브메뉴1 : 한줄 3칸
================================================================================================*/
.sub_menu1_3 ul li{
	width: 33.33333333333333%;
}
.sub_menu1_3 ul .li_3{	
	border-right: 2px solid #ff950d;
	border-radius: 0 10px 10px 0;
}

/*================================================================================================
    서브메뉴1 : 한줄 4칸
================================================================================================*/
.sub_menu1_4 ul li{
	width: 25%;	
}
.sub_menu1_4 ul .li_4{
	border-right: 2px solid #ff950d;
	border-radius: 0 10px 10px 0;
}

/*================================================================================================
    서브메뉴1 : 한줄 5칸
================================================================================================*/
.sub_menu1_5 ul li{
	width: 20%;
}
.sub_menu1_5 ul .li_5{
	border-right: 2px solid #ff950d;
	border-radius: 0 10px 10px 0;
}

/*================================================================================================
    서브메뉴 : 텍스트
================================================================================================*/
.sub_menu_title{
	width: 100%;
	overflow: hidden;
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 2.368rem;
	color: #000000;
	line-height: 2.474rem;
	text-align: center;
	padding: 6.316rem 0 5.263rem 0;
}

@media (max-width: 1199px){
	.sub_menu_title{
		width: 100%;
		overflow: hidden;
		font-family: 'NanumSquareNeoExtraBold';
		font-size: 2.368rem;
		color: #000000;
		line-height: 2.474rem;
		text-align: center;
		padding: 6.316rem 0 3.684rem 0;
	}
}

/*================================================================================================
    서브내용
================================================================================================*/
.sub_content{
	width: 100%;
	overflow: hidden;
	min-height: 300px;
	padding: 0 0 5.263rem 0;
}

/*================================================================================================
    회사소개 : 인사말
================================================================================================*/
.page1_1 .page1_1_img{
	width: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.page1_1 .page1_1_img img{
	width: 100%;
}
.page1_1 .page1_1_content{
	width: 100%;
	overflow: hidden;
	padding: 3.579rem 0 0 0;
}
.page1_1 .page1_1_content dt{
	width: 45%;
	float: left;
	font-family: 'NanumSquareNeoExtraBold';
	font-size: 1.579rem;
	color: #010101;
	line-height: 1.684rem;
}
.page1_1 .page1_1_content dd{
	width: 55%;
	float: left;
}
.page1_1 .page1_1_content dd p{
	font-size: 1rem;
	color: #484545;
	line-height: 1.579rem;
	padding: 0 0 1.368rem 0;
}
.page1_1 .page1_1_content dt .page1_1_content_b{
	font-size: 2.632rem;
	color: #ff950d;
	line-height: 2.737rem;
	padding: 1.053rem 0 0 0;
}
.page1_1 .page1_1_content dd > ul{
	width: 100%;
	overflow: hidden;
	padding: 0 0 2.105rem 0;
}
.page1_1 .page1_1_content dd > ul li{
	font-family: 'NanumSquareNeoBold';
	font-size: 1.158rem;
	color: #010101;
	background: rgba(255, 230, 197, 1.0); 
	padding: 0.632rem 1.579rem;
	border-radius: 40px 40px;
	margin: 0 0.526rem 0 0;
	float: left;
}
.page1_1 .page1_1_content dd p > b{
	font-weight: 500;
	font-size: 1.158rem;
	color: #ff950d;
}
.page1_1 .page1_1_content dd .p_e{
	padding-bottom: 0;
}

/*================================================================================================
    회사소개 : 연혁 - 타이틀
================================================================================================*/
.page1_2 .page1_2_img{
	width: 100%;
	height: 19.474rem;
	background: url('../images/sub/page1_2_img01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px 10px;
	font-family: 'NanumSquareNeoBold';
	font-size: 1.368rem;
	color: #FFFFFF;
	line-height: 2.368rem;
	padding: 6.842rem 0 0 3.684rem;
}
.page1_2 .page1_2_img b{
	font-size: 1.789rem;
}

/*================================================================================================
    회사소개 : 연혁 - 리스트
================================================================================================*/
.page1_2 .page1_2_list{
	width: 100%;
	overflow: hidden;
}
.page1_2 .page1_2_list > li{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 2.105rem 3.684rem;
}
.page1_2 .page1_2_list > li > .page1_2_list_year{
	width: 30%;
	float: left;
	font-family: 'NanumSquareNeoHeavy';
	font-size: 2.105rem;
	color: #010101;
	line-height: 2.211rem;
}
.page1_2 .page1_2_list > li > .page1_2_list_point{
	width: 7px;
	height: 100%;
	position: absolute;	
	left: 25%;
	background: url('../images/sub/page1_2_line.png');
}
.page1_2 .page1_2_list > li > .page1_2_list_content{
	width: 70%;
	float: left;
}
.page1_2 .page1_2_list > li > .page1_2_list_point span{
	width: 7px;
	height: 7px;
	background-color: rgba(255, 149, 13, 1.0);
	border-radius: 50%;
	display: block;
	margin: 0.895rem 0 0 0;
}
.page1_2 .page1_2_list > li > .page1_2_list_content > dl{
	width: 100%;
	overflow: hidden;
	padding: 0 0 0.316rem 0;
}
.page1_2 .page1_2_list > li > .page1_2_list_content > dl > dt{
	width: 3%;
	float: left;
}
.page1_2 .page1_2_list > li > .page1_2_list_content > dl > dd{
	width: 97%;
	float: left;
	font-size: 1rem;
	color: #484545;
}
.page1_2 .page1_2_list > li > .page1_2_list_content > dl > dt > span{
	width: 6px;
	height: 6px;
	background-color: rgba(218, 218, 218, 1.0);
	display: block;
	margin: 10px 0 0 0;
}

.page1_2 .page1_2_list > .li_top{
	margin-top: 2.632rem;
}
.page1_2 .page1_2_list > .li_top > .page1_2_list_point{
	top: 0.789rem
}
.page1_2 .page1_2_list > .li_top > .page1_2_list_point span{
	margin-top: 0;
}
.page1_2 .page1_2_list > .li_end{
	padding-bottom: 0;
}

/*================================================================================================
    회사소개 : 오시는길 - 맵
================================================================================================*/
.page1_3 .page1_3_map{
	width: 100%;
	overflow: hidden;
}
.page1_3 .page1_3_map .root_daum_roughmap{
	width: 100%;
	height: 400px;
}
.page1_3 .page1_3_map .root_daum_roughmap .wrap_map{
	height: 400px;
}

/*================================================================================================
    회사소개 : 오시는길 - 정보
================================================================================================*/
.page1_3 .page1_3_info{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 2.105rem 2.105rem 1.579rem 2.105rem;
	border-radius: 0 0 10px 10px;
}
.page1_3 .page1_3_info .page1_3_info_left{
	width: 85%;
	float: left;
}
.page1_3 .page1_3_info .page1_3_info_right{
	width: 15%;
	float: left;
	text-align: right;
}
.page1_3 .page1_3_info .page1_3_info_left dl{
	float: left;
	padding: 0 2.632rem 1.053rem 0;
}
.page1_3 .page1_3_info .page1_3_info_left .dl_1{
	width: 100%;
	padding-right: 0;
}
.page1_3 .page1_3_info .page1_3_info_left .dl_4{
	padding-right: 0;
}
.page1_3 .page1_3_info .page1_3_info_left dl > dt{
	font-weight: 500;
	font-size: 1rem;
	color: #010101;
	float: left;
	padding: 0 1.053rem 0 0;
}
.page1_3 .page1_3_info .page1_3_info_left dl > dd{
	font-size: 1rem;
	color: #484545;
	float: left;
}
.page1_3 .page1_3_info .page1_3_info_left dl > dt img{
	height: 22px;
	margin: -5px 0.789rem 0 0;
	vertical-align: middle;
}

@media (max-width: 1199px){
	.page1_3 .page1_3_info .page1_3_info_left{
		width: 90%;
		float: left;
	}
	.page1_3 .page1_3_info .page1_3_info_right{
		width: 10%;
		float: left;
		text-align: right;
	}
	.page1_3 .page1_3_info .page1_3_info_left .dl_1{
		width: 100%;
		padding-right: 0;
		padding-top: 0.526rem;
	}
}

/*================================================================================================
    회사소개 : 오시는길 - 길찾기 버튼
================================================================================================*/
.page1_3 .page1_3_info .page1_3_info_right a{
	width: 110px;
	height: 110px;
	background: rgba(255, 149, 13, 1.0);
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.053rem;
	color: #FFFFFF;
	padding: 1.053rem 0 0 0;
}
.page1_3 .page1_3_info .page1_3_info_right a .pir_img img{
	width: 21px;
}

/*================================================================================================
    일자리 : 지역별담당자-기본레이아웃
================================================================================================*/
.page2_1{
	width: 100%;
	overflow: hidden;
	border: 1px solid #dadada;
	padding: 3.125rem 3.125rem;
}
.page2_1 .page2_1_map{
	width: 40%;
	float: left;
	padding: 0 0 0 0.625rem;
}
.page2_1 .page2_1_list{
	width: 60%;
	float: left;
}
.page2_1 .page2_1_map img{	
	width: 289px; 
}
.page2_1 .page2_1_list .page2_1_list_title{
	font-weight: 500;
	font-size: 1.684rem;
	color: #010101;
	line-height: 1.789rem;
}
.page2_1 .page2_1_list .page2_1_list_text{
	font-size: 1rem;
	color: #484545;
	border-bottom: 1px solid #dadada;
	padding: 0.438rem 0 2.105rem 0;
}

@media (max-width: 1199px){
	.page2_1 .page2_1_map{
		width: 35%;
		float: left;
		padding: 0 0 0 0;
	}
	.page2_1 .page2_1_list{
		width: 65%;
		float: left;
	}
}

/*================================================================================================
    일자리 : 지역별담당자-담당자리스트
================================================================================================*/
.page2_1 .page2_1_list > .page2_1_info{
	width: 100%;
	overflow: hidden;
}
.page2_1 .page2_1_list > .page2_1_info > li{
	width: 100%;
	overflow: hidden;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl{
	width: 100%;
	overflow: hidden;
	padding: 3.684rem 0 0 0;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dt{
	width: 40%;
	float: left;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dd{
	width: 60%;
	float: left;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dt img{
	width: 90%;
	max-width: 210px;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dd .page2_1_list_area{
	font-weight: 500;
	font-size: 1.053rem;
	color: #ff950d;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dd .page2_1_list_name{
	font-weight: 500;
	font-size: 1.368rem;
	color: #010101;
	line-height: 1.474rem;
	padding: 0.105rem 0 1.053rem 0;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dd .page2_1_list_name b{
	font-weight: 700;
}
.page2_1 .page2_1_list > .page2_1_info > li > dl > dd .page2_1_list_info{
	font-size: 1rem;
	color: #484545;
	line-height: 1.579rem;
}