.con2_wrap {
  /* 	float:left; */
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}

.about_wrap {
  width: 80%;
  margin: 0px auto;
}

.about_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #434343;
  padding-bottom: 10px;
  text-align: center;
  /* 	float:left; */
  width: 100%;
}

.about_wrap section div {
  width: 100%;
  /* 	float:left; */
  border: 0px solid #fff;
  padding: 80px 20px;
}

.about_wrap .con1 {
  width: 100%;
  /* 	float:right; */
}
.about_wrap .main_image {
  width: 100%;
  /* 	float:left; */
  text-align: center;
}
.about_wrap .main_image img {
  max-width: 100%;
}

.about_wrap .con1 .con1_inner {
  /* 	float:left; */
  width: 100%;
  text-align: center;
  margin-top: -100px;
}

.about_wrap .con1 p {
  width: 100%;
  /* 	float:left; */
  font-size: 16px;
  line-height: 2em;
}

.about_wrap .con1 p span.line {
  width: 60px;
  height: 1px;
  background: #000;
  display: inline-block;
  margin: 0 auto;
}

.about_wrap .con2 {
  margin-top: 80px;
  /* 	float:left; */
}

.about_wrap .con2 table {
  width: 100%;
  /* 	float:left; */
  border: 1px solid #dcdcdc;
  background: #fff;
}

.about_wrap .con2 table tr {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  /* 	float:left; */
}

.about_wrap .con2 table tr:last-child {
  border-bottom: 0px solid #fff;
}

.about_wrap .con2 table tr th {
  padding: 20px;
  border-right: 1px solid #dcdcdc;
  width: 150px;
  background: #f7f7f7;
}

.about_wrap .con2 table tr td {
  padding: 20px;
  background: #fff;
}

.recruit_section .flex > div {
  width: 50%;
  /* float:left; */
  background: #fff;
  height: 300px;
  margin-bottom: 22px;
  border: 1px solid #efefef;
  position: relative;
  margin-right: 1.5%;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
}

.recruit_section .top > div:first-child {
  width: 50%;
}

.recruit_section .flex > div:nth-child(2) {
  width: 50%;
}

.recruit_section .flex div:nth-child(2) p {
  margin-top: 6px;
}

.recruit_section .flex > div:nth-child(even) {
  margin-right: 0px;
}

.recruit_section div div {
  width: 100%;
  position: relative;
  position: relative;
  top: -4px;
}

.recruit_section div h3 {
  width: 100%;
  padding: 40px 76px 33px 48px;
  font: 800 1vw "Noto Sans KR", sans-serif;
  color: #2c2c51;
}

.recruit_section div h3 span {
}

.recruit_section div p {
  padding: 0 55px;
  width: 100%;
  font: 400 0.95vw "Noto Sans KR", sans-serif;
  line-height: 2em;
  /* 	float:left; */
  color: #333;
}

.recruit_section div div p span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 6px double #fff;
  text-align: center;
  margin-right: 40px;
  display: inline-block;
  font-weight: bold;
  line-height: 7.5em;
  color: #fff;
  font-size: 0.8vw;
  /* 	float:left; */
}

.recruit_section div div p span:last-child {
  margin-right: 0px;
}

.recruit_img {
  width: 100%;
  /* 	float:left; */
}

.recruit_img_mobile {
  display: none;
}

/* @media all and (max-width:1299px) {
	.recruit_img {
	    width: 65%;
    min-width: 485px;
	}
	.recruit_section>div{
		height:auto;
		min-height:300px;
	}
	
	.recruit_section>div:first-child{
		width:100%;
	}
	.recruit_section>div:nth-child(2){
		width:100%;
	}
	.recruit_section div h3{
		padding:20px 10px;
		font-size: 18px;
	}
	.recruit_section div p{
		padding:10px;
	}
	
	.recruit_section div div p span{
	    width: 20%;
	    height: auto;
	    border-radius: 10px;
	    padding: 0;
	    margin-right: 2%;
	    font-size: 12px;
	}

	.flex:not(p) {
		flex-direction:column;
	}
	
	.recruit_section .top > div:first-child{width:100%;
	}
	
	.recruit_section .flex>div:nth-child(2){
	width:100%;
	height: auto;
	
	}
	
	.recruit_section .flex>div{
		width:100%;
		height: auto;
	}
	
		.recruit_section .flex div:nth-child(2) p {
	flex-wrap: wrap;
	    margin: 0;
	}
} */

@media all and (max-width: 1200px) {
  .container {
    padding-top: 70px !important;
  }
  .container .nav--next-div {
    padding: 30px 0;
  }
  .about_wrap section div {
    padding: 40px 0;
  }

  .about_wrap .con1 p {
    font-size: 12px;
  }

  .about_wrap .con2 {
    margin: 0px;
  }

  .about_wrap h3 {
    font-size: 20px;
  }

  .about_wrap .con2 table tr th {
    font-size: 12px;
    width: 60px;
    padding: 20px 5px;
  }
  .about_wrap .con2 table tr td {
    font-size: 12px;
    padding: 20px 5px;
  }

  .recruit_section div h3 {
    font-size: 14px;
    padding: 20px 10px;
  }

  .recruit_section div p,
  .recruit_section div p b {
    font-size: 12px;
    padding: 10px 10px 20px;
  }

  .recruit_section > div {
    width: 100%;
  }

  .recruit_img {
    display: none;
  }

  .recruit_img_mobile {
    display: block;
    width: 100%;
  }
  .recruit_section div div p span {
    width: 49%;
    height: auto;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .recruit_section div div p span:nth-child(2n-1) {
    margin-right: 2%;
  }
}
