/** # COMMON **/
:root {
	--basic-font: Pretendard Variable, "Nanum Gothic", sans-serif;
	--basic-font-color: #3D3D3D;
	--title-color1: #004770;
	--title-color2: #3D3D3D;
}
#Recruit {
	color: var(--basic-font-color);
	font-family: var(--basic-font);
	font-size: 14px;
}
#Recruit .width-limit {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#Recruit .main-title1 {
	color: var(--title-color1);
	font-weight: 700;
	line-height: 150%;
	font-size: 35px;
	text-align: center;
}
#Recruit .main-title2 {
	color: var(--title-color2);
	font-weight: 600;
	line-height: 150%;
	font-size: 35px;
	text-align: center;
}

/** # SECTION1 # MAGUS High Technical Solution & Best Qualified Products **/
#Section1 {
	margin-bottom: 70px;
}
.section1-bg-img {
	width: 100%;
}
.section1-bg-wrap {
	width: 100%;
	position: relative;
}
.section1-top-title-wrap {
	position: absolute;
	left: 6%;
	top: 8%;
}
.section1-top-title-img {
	width: 70%;
}

/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
#Section2 {
	/* margin-top: -50px; */
	word-break: keep-all;
	margin-bottom: 120px;
}
.section2-title-wrap {
	text-align: center;
	position: relative;
	z-index: 2;
}
#Section2 .main-title {
	margin-bottom: 25px;
}
#Section2 .sub-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
}


/** # SECTION3 # 모집분야 및 자격요건 **/
#Section3 {
	margin-bottom: 120px;
}
#Section3 .title-wrap {
	margin-bottom: 32px;
}
#Section3 .section3-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Section3 .section3-box .item {
	margin-bottom: 32px;
	width: calc(50% - 16px);
	box-sizing: border-box;
	padding: 20px 34px;
	border: 1px solid #E6E6E6;
	min-height: 196px;
}
#Section3 .section3-box .item:nth-child(2n) {
	margin-right: 0;
}
#Section3 .section3-box .item .item-in {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
#Section3 .section3-box .item .item-in .left {
	width: 33%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Section3 .section3-box .item:nth-child(2n-1) .left{
	background-color: #E5F0F7;
	color: #166592;
}
#Section3 .section3-box .item:nth-child(2n) .left{
	background-color: #F8FBEC;
	color: #8EA717;
}
#Section3 .section3-box .item .item-in .left .left-title {
	text-align: center;
	margin-top: 5px;
	font-weight: 700;
	font-size: 18px;
}
#Section3 .section3-position-icon {
	width: 59px;
	display: table;
	margin: 0 auto;
}
#Section3 .section3-box .item .item-in .right {
	width: 62%;
	font-size: 16px;
	word-break: keep-all;
}
#Section3 .section3-box .item .item-in .right .right-title {
	text-align: center;
	background-color: #F3F3F3;
	line-height: 150%;
	padding: 2px 0;
	font-weight: 600;
	margin-bottom: 12px;
}
#Section3 .section3-box .item .item-in .right .line {
	line-height: 150%;
	width: 100%;
	display: flex;
	margin-bottom: 2px;
}
#Section3 .no-position {
	text-align: center;
	padding: 50px 0;
	width: 100%;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/** # SECTION4 # 지원 가이드 **/
#Section4 {
	padding: 95px 0;
	background-color: #EAF2F7;
	margin-bottom: 120px;
}
#Section4 .title-wrap .sub-title {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	color: #003350;
	margin-top: 10px;
}
#Section4 .title-wrap {
	margin-bottom: 32px;
}
#Section4 .section4-content {
	display: flex;
	width: 100%;
	padding: 3px;
	overflow: hidden;
}
#Section4 .section4-content .left {
	width: 45.56%;
	background: url('../images/recruit_section4_main_img.png') no-repeat center / cover;
	position: relative;
	z-index: 5;
}
#Section4 .section4-content .right {
	flex: 1;
}
#Section4 .section4-recruit-step-box {
	display: flex;
	flex-wrap: wrap;
}
#Section4 .section4-recruit-step-box .item {
	width: 50%;
	min-height: 183px;
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #3A4041;
	box-shadow: 0px 1px 4px 0px #8F8F8F40;
	z-index: 1;
}
#Section4 .section4-recruit-step-box .item:nth-child(1) {
	z-index: 3;
}
#Section4 .section4-recruit-step-box .item:nth-child(2) {
	z-index: 2;
}
#Section4 .section4-recruit-step-box .item:nth-child(1):after {
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid #D5E4EE;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	transform: translateY(-50%);
	z-index: 1;
}
#Section4 .section4-recruit-step-box .item:nth-child(2):after {
	content: "";
	border-top: 15px solid #F9F9F9;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#Section4 .section4-recruit-step-box .item:nth-child(4):after {
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #D5E4EE;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 50%;
	right: calc(100% - 1px);
	transform: translateY(-50%);
	z-index: 4;
}
#Section4 .section4-recruit-step-box .item:nth-child(1), #Section4 .section4-recruit-step-box .item:nth-child(4) {
	background-color: #D5E4EE;
}
#Section4 .section4-recruit-step-box .item:nth-child(2), #Section4 .section4-recruit-step-box .item:nth-child(3) {
	background-color: #F9F9F9;
}
#Section4 .section4-recruit-item-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#Section4 .section4-recruit-item-content {
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	word-break: keep-all;
}
#Section4 .section4-recruit-item-content .sub {
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
}
.section4-msg {
	text-align: left;
	color: #D30000;
	font-size: 16px;
	font-weight: 400;
	margin-top: 32px;
	line-height: 140%;
}

/** # SECTION5 # 복지 제도 **/
#Section5 {
	margin-bottom: 120px;
}
#Section5 .title-wrap {
	margin-bottom: 32px;
}
#Section5 .title-wrap .sub-title {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	color: #5E5E5E;
	margin-top: 10px;
}
#Section5 .section5-content-wrap {
	box-shadow: 0px -1.2px 0 0 #a9a9a9;
}
#Section5 .section5-content-in {
	width: 100%;
	color: #3A4041;
	margin-top: 50px;
}
#Section5 .section5-content-in .line {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 22px 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #C6C6C6;
}
#Section5 .section5-content-in .line .left {
	margin-right: 24px;
}
#Section5 .section5-item-icon {
	width: 80px;
}
#Section5 .section5-item-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 8px;
}
#Section5 .section5-item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}

/** # SECTION6 # 문의 및 이메일 접수 **/
#Section6 {
	margin-bottom: 120px;
}
#Section6 .title-wrap .sub-title {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	color: #5E5E5E;
	margin-top: 10px;
}
#Section6 .title-wrap .sub-title a {
	transition: 0.3s;
	color: inherit;
}
#Section6 .title-wrap .sub-title a:hover {
	text-decoration: underline;
	color: var(--title-color1) !important;
}

@media screen and (max-width:1400px){
	/** # COMMON **/
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 30px;
	}
	#Recruit .width-limit {
		max-width: 900px;
	}

	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 .sub-title {
		font-size: 18px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 .section3-box .item .item-in .right {
		font-size: 14px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 .title-wrap .sub-title {
		font-size: 27px;
		margin-top: 7px;
	}
	#Section4 .section4-recruit-item-content {
		font-size: 15px;
	}
	#Section4 .section4-recruit-item-content .sub {
		font-size: 13px;
	}
	#Section4 .section4-recruit-step-box .item {
		padding: 30px 16px;
	}

	/** # SECTION5 # 복지 제도 **/
	#Section5 .title-wrap .sub-title {
		font-size: 27px;
		margin-top: 7px;
	}
	#Section5 .section5-content-in {
		margin-top: 40px;
	}

	/** # SECTION6 # 문의 및 이메일 접수 **/
	#Section6 .title-wrap .sub-title {
		font-size: 27px;
		margin-top: 7px;
	}
}

@media screen and (max-width:1200px){
	/** # COMMON **/
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 27px;
	}
	#Recruit {
		font-size: 16px;
	}
	#Recruit .width-limit {
		max-width: 840px;
	}

	/** # SECTION1 # MAGUS High Technical Solution & Best Qualified Products **/
	/*
	.section1-bg-img {
		width: 80%;
	}
	*/

	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 {
		/* margin-top: -30px; */
	}
	#Section2 .sub-title {
		font-size: 16px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 .section3-box .item .item-in .left .left-title {
		font-size: 16px;
	}
	#Section3 .section3-box .item {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 .title-wrap .sub-title {
		font-size: 22px;
	}
	#Section4 .section4-recruit-item-title {
		font-size: 16px;
	}
	.section4-msg {
		font-size: 14px;
	}

	/** # SECTION5 # 복지 제도 **/
	#Section5 .title-wrap .sub-title {
		font-size: 22px;
	}
	#Section5 .section5-content-in {
		margin-top: 30px;
	}
	#Section5 .section5-item-title {
		font-size: 18px;
	}
	#Section5 .section5-item-text {
		font-size: 16px;
	}
	#Section5 .section5-content-in .line {
		padding: 18px 15px;
	}

	/** # SECTION6 # 문의 및 이메일 접수 **/
	#Section6 .title-wrap .sub-title {
		font-size: 27px;
		margin-top: 7px;
	}
}

@media screen and (max-width:970px){
	/** # COMMON **/
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 25px;
	}

	/** # SECTION1 # MAGUS High Technical Solution & Best Qualified Products **/
	/*
	.section1-bg-img {
		width: 90%;
	}
	*/

	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 {
		/* margin-top: -20px; */
		margin-bottom: 100px;
	}
	#Section2 .sub-title {
		font-size: 15px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 {
		margin-bottom: 100px;
	}
	#Section3 .section3-box .item {
		padding: 15px 20px;
		width: calc(50% - 8px);
		margin-bottom: 16px;
		padding-right: 15px;
		min-height: 175px;
	}
	#Section3 .section3-box .item .item-in .right {
		width: 67%;
		font-size: 13px;
	}
	#Section3 .section3-box .item .item-in .left .left-title {
		font-size: 15px;
	}
	#Section3 .section3-position-icon {
		width: 50px;
	}
	#Section3 .section3-box .item .item-in .left {
		width: 32%;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 {
		padding: 80px 0;
		margin-bottom: 100px;
	}
	#Section4 .title-wrap {
		margin-bottom: 20px;
	}
	#Section4 .title-wrap .sub-title {
		font-size: 20px;
	}
	#Section4 .section4-recruit-step-box .item {
		padding: 20px 14px;
		min-height: 157px;
	}
	#Section4 .section4-recruit-item-content {
		font-size: 13px;
	}
	#Section4 .section4-recruit-item-content .sub {
		font-size: 11px;
	}
	.section4-msg {
		margin-top: 20px;
		font-size: 13px;
	}
	#Section4 .title-wrap .sub-title {
		margin-top: 5px;
	}

	/** # SECTION5 # 복지 제도 **/
	#Section5 {
		margin-bottom: 100px;
	}
	#Section5 .title-wrap .sub-title {
		font-size: 20px;
	}
	#Section5 .section5-content-in {
		margin-top: 20px;
	}
	#Section5 .title-wrap {
		margin-bottom: 20px;
	}

	/** # SECTION6 # 문의 및 이메일 접수 **/
	#Section6 {
		margin-bottom: 100px;
	}
	#Section6 .title-wrap .sub-title {
		font-size: 20px;
	}
}

@media screen and (max-width:768px){
	/** # COMMON **/
	#Recruit {
		font-size: 14px;
	}
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 22px;
	}

	/** # SECTION1 # MAGUS High Technical Solution & Best Qualified Products **/
	#Section1 {
		margin-bottom: 50px;
	}
	/*
	.section1-bg-img {
		width: 100%;
	}
	*/

	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 {
		margin-top: 0;
		margin-bottom: 80px;
	}
	#Section2 .main-title {
		margin-bottom: 20px;
	}
	#Section2 .sub-title {
		font-size: 14px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 {
		margin-bottom: 80px;
	}
	#Section3 .title-wrap {
		margin-bottom: 20px;
	}
	#Section3 .section3-box .item {
		padding: 7px 11px;
		width: calc(50% - 4px);
		margin-bottom: 8px;
		min-height: 160px;
		padding-right: 5px;
	}
	#Section3 .section3-box .item .item-in .right {
		width: 68%;
		font-size: 13px;
	}
	#Section3 .section3-box .item .item-in .right .line .spot {
		font-size: 11px;
	}
	#Section3 .section3-box .item .item-in .left {
		width: 30%;
		font-size: 12px;
	}
	#Section3 .section3-box .item .item-in .left .left-title {
		font-size: 13px;
	}
	#Section3 .section3-position-icon {
		width: 45px;
	}
	#Section3 .section3-box .item .item-in .right .right-title {
		margin-bottom: 6px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 {
		margin-bottom: 80px;
		padding: 60px 0;
	}
	#Section4 .section4-content {
		max-width: 500px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#Section4 .title-wrap .sub-title {
		font-size: 18px;
	}
	#Section4 .section4-content .left {
		width: 100%;
		min-height: 350px;
	}
	#Section4 .section4-recruit-step-box2 {
		width: 100%;
	}
	#Section4 .section4-recruit-step-box2 .item {
		height: 186px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		box-shadow: 0px 1px 4px 0px #8F8F8F40;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(1) {
		z-index: 3;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(2) {
		z-index: 2;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(3) {
		z-index: 1;
	}
	#Section4 .section4-recruit-step-box2 .item:not(:last-child):after {
		content: "";
		border-top: 15px solid #D5E4EE;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		position: absolute;
		left: 50%;
		top: calc(100% - 1px);
		transform: translateX(-50%);
		z-index: 1;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(2):after {
		border-top: 15px solid #F9F9F9;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(1), #Section4 .section4-recruit-step-box2 .item:nth-child(3) {
		background-color: #D5E4EE;
	}
	#Section4 .section4-recruit-step-box2 .item:nth-child(2), #Section4 .section4-recruit-step-box2 .item:nth-child(4) {
		background-color: #F9F9F9;
	}
	#Section4 .section4-recruit-item-title {
		font-size: 17px;
	}
	#Section4 .section4-recruit-item-content {
		font-size: 14px;
	}
	#Section4 .section4-recruit-item-content .sub {
		font-size: 12px;
	}

	/** # SECTION5 # 복지 제도 **/
	#Section5 {
		margin-bottom: 80px;
	}
	#Section5 .title-wrap .sub-title {
		font-size: 18px;
	}
	#Section5 .section5-content-in {
		margin-top: 15px;
	}
	#Section5 .section5-item-icon {
		width: 64px;
	}
	#Section5 .section5-content-in .line {
		padding: 15px;
		min-height: 105px;
	}
	#Section5 .section5-item-title {
		font-size: 16px;
	}
	#Section5 .section5-item-text {
		font-size: 14px;
	}

	/** # SECTION6 # 문의 및 이메일 접수 **/
	#Section6 {
		margin-bottom: 80px;
	}
	#Section6 .title-wrap .sub-title {
		font-size: 18px;
	}
}

@media screen and (max-width:540px){
	/** # COMMON **/
	#Recruit .width-limit {
		width: 90%;
	}
	/** # SECTION3 # 모집분야 및 자격요건 **/
	/*
			#Section3 .section3-box .item {
				padding: 5px 7px;
				padding-right: 5px;
				min-height: 140px;
				width: 100%;
			}
			#Section3 .section3-box .item .item-in .left .left-title {
				font-size: 12px;
			}
			#Section3 .section3-box .item .item-in .right {
				font-size: 12px;
			}
			#Section3 .section3-box .item .item-in .right .line {
				line-height: 140%;
			}
	*/
	#Section3 .section3-box {
		max-width: 440px;
		margin: 0 auto;
	}
	#Section3 .section3-box .item {
		width: 100%;
		padding: 20px 34px;
		min-height: 170px;
	}
	#Section3 .section3-position-icon {
		width: 60px;
	}
	#Section3 .section3-box .item .item-in .left .left-title {
		font-size: 14px;
	}
	#Section3 .section3-box .item .item-in .right {
		font-size: 13px;
		width: 62%;
	}
	#Section3 .section3-box .item:nth-child(2n) {
		margin-right: auto;
	}
	#Section3 .section3-box .item .item-in .left {
		width: 33%;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 .section4-content .left {
		min-height: 300px;
	}
	#Section4 .section4-recruit-step-box2 .item {
		height: 170px;
	}
}

@media screen and (max-width:480px){
	/** # COMMON **/
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 20px;
	}

	#Section2 {
		margin-top: 20px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 .section3-box .item {
		padding: 15px 20px;
		min-height: 165px;
	}
	#Section3 .section3-box .item .item-in .right {
		font-size: 12px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 .title-wrap .sub-title {
		font-size: 17px;
	}
	#Section4 .section4-content .left {
		min-height: 200px;
	}
	#Section4 .section4-recruit-item-title {
		font-size: 16px;
	}
	#Section4 .section4-recruit-item-content {
		font-size: 13px;
	}
}

@media screen and (max-width:360px){
	/** # COMMON **/
	#Recruit {
		font-size: 12px;
	}
	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 .sub-title {
		font-size: 13px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	.section4-msg {
		font-size: 12px;
		word-break: keep-all;
	}
}

@media screen and (max-width:320px){
	/** # COMMON **/
	#Recruit .main-title1, #Recruit .main-title2 {
		font-size: 18px;
	}
	/** # SECTION2 # 메이거스 테크놀로지와 함께 꿈을 펼쳐가세요 **/
	#Section2 .sub-title {
		font-size: 12px;
	}

	/** # SECTION3 # 모집분야 및 자격요건 **/
	#Section3 .section3-box .item {
		padding: 8px 10px;
		min-height: 160px;
	}
	#Section3 .section3-box .item .item-in .right {
		font-size: 12px;
		width: 64%;
	}
	#Section3 .section3-position-icon {
		width: 75%;
	}
	#Section3 .section3-box .item .item-in .left .left-title {
		font-size: 13px;
	}

	/** # SECTION4 # 지원 가이드 **/ 
	#Section4 .title-wrap .sub-title {
		font-size: 14px;
	}
	#Section4 .section4-content .left {
		min-height: 180px;
	}
	#Section4 .section4-recruit-item-title {
		font-size: 15px;
	}
	#Section4 .section4-recruit-item-content {
		font-size: 12px;
	}
	#Section4 .section4-recruit-step-box2 .item {
		height: 160px;
	}


	/** # SECTION5 # 복지 제도 **/
	#Section5 .title-wrap .sub-title {
		font-size: 14px;
	}
	#Section5 .section5-content-in .line .left {
		margin-right: 15px;
	}
	#Section5 .section5-content-in .line {
		padding: 15px 10px;
	}
	#Section5 .section5-item-title {
		font-size: 15px;
	}
	#Section5 .section5-item-text {
		font-size: 12px;
	}
	#Section5 .section5-item-icon {
		width: 60px;
	}

	/** # SECTION6 # 문의 및 이메일 접수 **/
	#Section6 .title-wrap .sub-title {
		font-size: 14px;
	}
}
