@charset "utf-8";



.out {}
.employ-tit {}
.employ-tit h3 {padding:0 0 50px; color: #000;font-size:var(--fs40);font-weight: 700;line-height: normal;letter-spacing: -1.2px;}
.employ-tit .inner {display:flex; gap:50px; width:100%;}
.employ-tit .inner>div {flex:1; word-break:break-all;}
.employ-tit .inner p {position:relative; color: #333; font-size:var(--fs18);line-height: 180%; padding-left:20px;}
.employ-tit .inner p:after {content:""; position:absolute; left:5px; top:13px; width:4px; height:4px; background:#ccc; border-radius:100px;}
.employ-tit .img {display:flex; gap:20px; width:60%; flex-shrink:0;}
.employ-tit .img li {width:50%; border-radius:20px; overflow:hidden; background:#000;}
.employ-tit .img li:nth-child(1) {background:url(/images/business/img_employ_01.webp) no-repeat center/cover;}
.employ-tit .img li:nth-child(2) {background:url(/images/business/img_employ_02.webp) no-repeat center/cover;}
.employ-tit .img img {width:100%; height:100%; object-fit:cover;}

.employ-img {padding:100px 0;}
.employ-img img {margin:0 auto; }

.employ-process {}
.employ-process h3 {padding:0 0 20px; color: #000;font-size:var(--fs24);font-weight: 700;line-height: normal;}
.employ-process-list {display:grid; gap:40px; grid-template-columns: repeat(6, 1fr);}
.employ-process-list .item {padding:30px;border-radius: 15px; border: 1px solid var(--border1); background: #FFF; position:relative;}
.employ-process-list .item:after {width:11px; height:17px; background:url(/images/business/icon_hunting_process.svg)50% no-repeat; right:-27px; top:50%; position:absolute; display:block; content:''; transform:translateY(-50%);}
.employ-process-list .item:last-child{margin:0;}
.employ-process-list .item:last-child:after {display:none;}
.employ-process-list .item h4 {color: var(--base4);font-size:var(--fs18);font-weight: 700;line-height: normal;}
.employ-process-list .item p {padding:10px 0 0;color: #000;font-size:var(--fs14);font-weight: 700;line-height: normal;}



/* ************************ 태블릿 이하(~991) ************************ */
@media (max-width: 1199px) {
	
	.employ-tit {}
	.employ-tit .txt {width:100%;}
	.employ-tit .txt h3 {padding:0 0 40px}
	
	.employ-img {padding:80px 0;}

	.employ-process-list {gap:10px; grid-template-columns: repeat(3, 1fr);}
	.employ-process-list .item:after {right:20px;}	
}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	
	
	
	.employ-tit .txt h3 {padding:0 0 20px}
	.employ-tit .txt p+p {padding:14px 0 0;}
	
	
	.employ-img {padding:40px 0;}
	
	.employ-list .tit {padding:0 0 12px;}
	.employ-list-wrap {flex-direction:column;}
	.employ-list-item {width:100%;}
	.employ-list-item h5 {padding:20px 0 5px;}
	
	.employ-process-list {grid-template-columns: repeat(2, 1fr);}	
	
	
	
	
	
}

/* ************************ 모바일 ************************ */
@media (max-width: 500px) {
	
	
	
	
	
	
	
	
}