/* 채용공고 */
#lnb_6030 .sub_lnb_6030 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;  
}
#lnb_6030 .sub_lnb_6030.dflex {
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}
#lnb_6030 .sub_lnb_6030_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 90px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
}
#lnb_6030 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_6030 .sub_lnb_6030_img_area.align-items {
    display: flex;
    width: calc(33.333333334% - 13.4px);
    height: auto;
    border: solid 1px #cccccc;
    flex-direction: column;
    align-items: flex-end;
	background: #f9f9f9;
    margin-right: 20px;
}
#lnb_6030 .sub_lnb_6030_img_area.align-items:nth-child(-n+3) {
	margin-bottom: 20px;
}
#lnb_6030 .sub_lnb_6030.dflex div:nth-child(3n) {
    margin-right: 0px;
}
#lnb_6030 .sub_lnb_6030_img_txt {
	width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    padding: 70px 40px;
    text-align: center;
}
#lnb_6030 .stxt_01 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
	margin-left: 0px;
}
#lnb_6030 .sub_lnb_6030_img_txt img {
	width: auto;
	height: 120px;
}
#lnb_6030 .w-30 {
	width: 300px;

}
#lnb_6030 .w-70 {
	width: 70%;
	margin-top: 115px;

}
#lnb_6030 .sub_lnb_6030_stxt {
    font-size: 20px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
    display: flex;
    width: 75%;
    align-items: flex-start;
}
#lnb_6030 .icon-dot-01 {
    width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-top: 18px;
}


/*채용절차*/
#lnb_6030 .contxt {
  margin: 40px 0;
  border: 1px solid #e5e5e5;
}
#lnb_6030 .contxt ol {
  display: flex;
}
#lnb_6030 .contxt ol li {
  width: 20%;
  height: 220px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 150px 0 100px;
  position: relative;
  line-height: 27px;
}
#lnb_6030 .contxt ol li span {
  width: 20%;
  text-align: center;
  color: #777;
  font-size: 17px;
  font-weight: 400;
}
#lnb_6030 .contxt ol li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#lnb_6030 .contxt ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #e60012;

  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 100px;
}
#lnb_6030 .contxt ol li:not(:last-child) i.icon-chevron-right {
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-image: url("../img/sub/sub_lnb_6030_img_arrow.png");
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  line-height: 50px;
  z-index: 9;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

#lnb_6030 .contxt ol li:nth-of-type(1):before { background-image: url("../img/sub/icon_cs_notice1.png");}
#lnb_6030 .contxt ol li:nth-of-type(2):before { background-image: url("../img/sub/icon_cs_notice2.png");}
#lnb_6030 .contxt ol li:nth-of-type(3):before { background-image: url("../img/sub/icon_cs_notice3.png");}
#lnb_6030 .contxt ol li:nth-of-type(4):before { background-image: url("../img/sub/icon_cs_notice4.png");}
#lnb_6030 .contxt ol li:nth-of-type(5):before { background-image: url("../img/sub/icon_cs_notice5.png");}





/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_6030 .sub_lnb_6030_img_area.align-items {
		width: calc(50% - 10px);	
		margin-right: 20px;
		height: auto;
	}
	#lnb_6030 .sub_lnb_6030_img_area.align-items:nth-child(-n+4) {
		margin-bottom: 20px;
	}
	#lnb_6030 .sub_lnb_6030.dflex div:nth-child(3n) {
		margin-right: 20px;
	}
	#lnb_6030 .sub_lnb_6030.dflex div:nth-child(2n) {
		margin-right: 0px;
	}
	#lnb_6030 .w-70 {
		width: 70%;
		margin-top: 0;
	}
	#lnb_6030 .sub_lnb_6030_stxt {
		font-size: 20px;
		font-weight: 400;
		line-height: 200%;
	}
	#lnb_6030 .stxt_01 {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		display: block;
		margin-top: 40px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	#lnb_6030 .w-30 {
		width: 100%;
	}
	#lnb_6030 .w-70 {
		width: 100%;
	}
	#lnb_6030 .contxt ol {
		display: flex;
		flex-direction: column;
	}
	#lnb_6030 .contxt ol li {
		width: 100%;
		height: 220px;
		margin-bottom: 80px;
	}
	#lnb_6030 .contxt ol li:not(:last-child) i.icon-chevron-right {
		top: 107%;
		right: 44.5%;
		width: 50px;
		height: 50px;
		transform: rotate( 90deg );
	}    margin-bottom: 40px;

}


/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	#lnb_6030 .sub_lnb_6030.dflex {
		display: flex;
		height: 100%;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#lnb_6030 .sub_lnb_6030_img_area.align-items {
		width: 100%;
		height: auto;
	}
	#lnb_6030 .sub_lnb_6030.dflex div {
		margin-right: 0px;
	}
	#lnb_6030 .sub_lnb_6030.dflex div:nth-child(3n) {
		margin-right: 0px;
	}
}

/*모바일 세로*/
@media screen and (max-width: 480px) {

}