.con01_02 {
  width: 10.6037%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
  margin-top: 4.4vw;
}
.con01_tt {
  font-size: 1.1vw;
}
.con02 {
  padding-top: 11vw;
  padding-bottom: 4vw;
}
.news_wrap {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
div.news_item {
  height: 5vw;
  justify-content: space-between;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.news_row {
  display: flex;
  align-items: center;
}
.news_row01 {
  width: 20%;
  justify-content: center;
}
.news_row02 {
  width: 50%;
  justify-content: flex-start;
  font-weight: 400;
  cursor: pointer;
}
.news_row02:hover {
  text-decoration: underline;
}
.news_row03 {
  width: 20%;
  justify-content: center;
}
.gongji .news_row01 p {
  background-color: #013624;
  color: white;
  padding: 0.3vw 1vw;
  border-radius: 50vw;
}
.news_search {
  width: 26.1712%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4vw;
  right: 0%;
}
.news_search_input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 1.5vw;
  padding-right: 3vw;
  outline: none;
  font-size: 1vw;
  font-family: 'pretendard Variable';
}
.news_search_absol {
  right: 1.5vw;
  transform: rotate(90deg);
  cursor: pointer;
  font-weight: 500;
}








@media screen and (max-width:599px) {

  div.con01_01 {
    width: 227%;
  }
  .con01_02 {
    width: 32.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.5vw;
    margin-top: 11.4vw;
}
.con01_tt {
  font-size: 4.1vw;
}
.con02 {
  padding-top: 26vw;
  padding-bottom: 15vw;
}
.news_wrap {
  width: 91%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.news_search {
  width: 58.1712%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -12vw;
  right: 0%;
}
.news_search_input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 3.5vw;
  padding-right: 6vw;
  outline: none;
  font-size: 3.2vw;
  font-family: 'pretendard Variable';
}
.news_search_absol {
  right: 3.5vw;
  transform: rotate(90deg);
  cursor: pointer;
  font-weight: 500;
}
div.news_item {
  height: 11vw;
  justify-content: space-between;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.gongji .news_row01 p {
  background-color: #013624;
  color: white;
  padding: 1.3vw 3vw;
  border-radius: 50vw;
}














}