@charset "UTF-8";
/* 오버레이 */
.main_latest {
  margin-top: 50px;
}
.main_latest ._con .board-wrap {
  width: 100%;
  display: flex;
}
.main_latest ._con .board-wrap__left, .main_latest ._con .board-wrap .left-box {
  display: flex;
  width: 50%;
  border: 1px solid #f2f2f5;
}
.main_latest ._con .board-wrap__left .left-box, .main_latest ._con .board-wrap .left-box .left-box {
  width: 50%;
  padding: 20px;
}
.main_latest ._con .board-wrap__left .left-box .boardImg, .main_latest ._con .board-wrap .left-box .left-box .boardImg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_latest ._con .board-wrap__left .right-box, .main_latest ._con .board-wrap .left-box .right-box {
  width: 50%;
}
.main_latest ._con .board-wrap__left .right-box ul, .main_latest ._con .board-wrap .left-box .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.main_latest ._con .board-wrap__left .right-box ul li, .main_latest ._con .board-wrap .left-box .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.main_latest ._con .board-wrap__left .right-box ul li:last-of-type, .main_latest ._con .board-wrap .left-box .right-box ul li:last-of-type {
  border-bottom: 0px solid #f2f2f5;
}
.main_latest ._con .board-wrap__left .right-box ul li a, .main_latest ._con .board-wrap .left-box .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main_latest ._con .board-wrap__left .right-box ul li a p, .main_latest ._con .board-wrap .left-box .right-box ul li a p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  text-align: left;
}
.main_latest ._con .board-wrap__left .right-box ul li a p span, .main_latest ._con .board-wrap .left-box .right-box ul li a p span {
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #939599;
  margin-right: 20px;
}
.main_latest ._con .board-wrap__left .right-box ul li::after, .main_latest ._con .board-wrap .left-box .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.main_latest ._con .board-wrap__left .right-box ul li.actLi::after, .main_latest ._con .board-wrap .left-box .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(0%);
}
.main_latest ._con .board-wrap__right {
  display: flex;
  width: 50%;
  border: 1px solid #f2f2f5;
  border-left: 0 solid #000;
}
.main_latest ._con .board-wrap__right .left-box {
  width: 50%;
  padding: 20px;
}
.main_latest ._con .board-wrap__right .left-box .boardImg2 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_latest ._con .board-wrap__right .right-box {
  width: 50%;
}
.main_latest ._con .board-wrap__right .right-box ul {
  width: 100%;
  padding: 10px 10px 0 0;
}
.main_latest ._con .board-wrap__right .right-box ul li {
  overflow: hidden;
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #f2f2f5;
}
.main_latest ._con .board-wrap__right .right-box ul li:last-of-type {
  border-bottom: 0px solid #f2f2f5;
}
.main_latest ._con .board-wrap__right .right-box ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
.main_latest ._con .board-wrap__right .right-box ul li a p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  text-align: left;
}
.main_latest ._con .board-wrap__right .right-box ul li a p span {
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #939599;
  margin-right: 20px;
}
.main_latest ._con .board-wrap__right .right-box ul li::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(-110%);
  transition: all 0.7s ease;
}
.main_latest ._con .board-wrap__right .right-box ul li.actLi::after {
  z-index: -1;
  position: absolute;
  content: "";
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff0f5;
  transform: translateX(0%);
}

@media screen and (max-width: 1200px) {
  .main_latest {
    margin-top: 50px;
  }
  .main_latest ._con {
    padding: 0 20px;
  }
  .main_latest ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main_latest ._con .board-wrap__left, .main_latest ._con .board-wrap .left-box {
    display: flex;
    width: 100%;
    border: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box, .main_latest ._con .board-wrap .left-box .left-box {
    width: 50%;
    padding: 20px;
    border-bottom: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box .boardImg, .main_latest ._con .board-wrap .left-box .left-box .boardImg {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__left .right-box, .main_latest ._con .board-wrap .left-box .right-box {
    width: 50%;
    border-top: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul, .main_latest ._con .board-wrap .left-box .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__left .right-box ul li, .main_latest ._con .board-wrap .left-box .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li:last-of-type, .main_latest ._con .board-wrap .left-box .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a, .main_latest ._con .board-wrap .left-box .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p, .main_latest ._con .board-wrap .left-box .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p span, .main_latest ._con .board-wrap .left-box .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__left .right-box ul li::after, .main_latest ._con .board-wrap .left-box .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__left .right-box ul li.actLi::after, .main_latest ._con .board-wrap .left-box .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .main_latest ._con .board-wrap__left {
    border-left: 1px solid #f2f2f5;
    border-top: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #f2f2f5;
    border-left: 0 solid #000;
  }
  .main_latest ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
    order: 3;
  }
  .main_latest ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .main_latest ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 992px) {
  .main_latest {
    margin-top: 50px;
  }
  .main_latest ._con {
    padding: 0 20px;
  }
  .main_latest ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main_latest ._con .board-wrap__left, .main_latest ._con .board-wrap .left-box {
    display: flex;
    width: 100%;
    border: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box, .main_latest ._con .board-wrap .left-box .left-box {
    width: 50%;
    padding: 20px;
    border-bottom: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box .boardImg, .main_latest ._con .board-wrap .left-box .left-box .boardImg {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__left .right-box, .main_latest ._con .board-wrap .left-box .right-box {
    width: 50%;
    border-top: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul, .main_latest ._con .board-wrap .left-box .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__left .right-box ul li, .main_latest ._con .board-wrap .left-box .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li:last-of-type, .main_latest ._con .board-wrap .left-box .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a, .main_latest ._con .board-wrap .left-box .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p, .main_latest ._con .board-wrap .left-box .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p span, .main_latest ._con .board-wrap .left-box .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__left .right-box ul li::after, .main_latest ._con .board-wrap .left-box .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__left .right-box ul li.actLi::after, .main_latest ._con .board-wrap .left-box .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .main_latest ._con .board-wrap__left {
    border-left: 1px solid #f2f2f5;
    border-top: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #f2f2f5;
    border-left: 0 solid #000;
  }
  .main_latest ._con .board-wrap__right .left-box {
    width: 50%;
    padding: 20px;
    order: 3;
  }
  .main_latest ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__right .right-box {
    width: 50%;
  }
  .main_latest ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .main_latest {
    margin-top: 50px;
  }
  .main_latest ._con {
    padding: 0 20px;
  }
  .main_latest ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main_latest ._con .board-wrap__left, .main_latest ._con .board-wrap .left-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box, .main_latest ._con .board-wrap .left-box .left-box {
    width: 100%;
    height: 300px;
    padding: 20px;
    border-bottom: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box .boardImg, .main_latest ._con .board-wrap .left-box .left-box .boardImg {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__left .right-box, .main_latest ._con .board-wrap .left-box .right-box {
    width: 100%;
    border-top: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul, .main_latest ._con .board-wrap .left-box .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__left .right-box ul li, .main_latest ._con .board-wrap .left-box .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li:last-of-type, .main_latest ._con .board-wrap .left-box .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a, .main_latest ._con .board-wrap .left-box .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p, .main_latest ._con .board-wrap .left-box .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p span, .main_latest ._con .board-wrap .left-box .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__left .right-box ul li::after, .main_latest ._con .board-wrap .left-box .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__left .right-box ul li.actLi::after, .main_latest ._con .board-wrap .left-box .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .main_latest ._con .board-wrap__left {
    border-left: 1px solid #f2f2f5;
    border-top: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #f2f2f5;
    border-left: 0 solid #000;
  }
  .main_latest ._con .board-wrap__right .left-box {
    width: 100%;
    height: 300px;
    padding: 20px;
    order: 0;
  }
  .main_latest ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .main_latest ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 576px) {
  .main_latest {
    margin-top: 50px;
  }
  .main_latest ._con {
    padding: 0 20px;
  }
  .main_latest ._con .board-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main_latest ._con .board-wrap__left, .main_latest ._con .board-wrap .left-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box, .main_latest ._con .board-wrap .left-box .left-box {
    width: 100%;
    height: 240px;
    padding: 20px;
    border-bottom: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .left-box .boardImg, .main_latest ._con .board-wrap .left-box .left-box .boardImg {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__left .right-box, .main_latest ._con .board-wrap .left-box .right-box {
    width: 100%;
    border-top: 0 solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul, .main_latest ._con .board-wrap .left-box .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__left .right-box ul li, .main_latest ._con .board-wrap .left-box .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li:last-of-type, .main_latest ._con .board-wrap .left-box .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a, .main_latest ._con .board-wrap .left-box .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p, .main_latest ._con .board-wrap .left-box .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__left .right-box ul li a p span, .main_latest ._con .board-wrap .left-box .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__left .right-box ul li::after, .main_latest ._con .board-wrap .left-box .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__left .right-box ul li.actLi::after, .main_latest ._con .board-wrap .left-box .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
  .main_latest ._con .board-wrap__left {
    border-left: 1px solid #f2f2f5;
    border-top: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #f2f2f5;
    border-left: 0 solid #000;
  }
  .main_latest ._con .board-wrap__right .left-box {
    width: 100%;
    height: 240px;
    padding: 20px;
    order: 0;
  }
  .main_latest ._con .board-wrap__right .left-box .boardImg2 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_latest ._con .board-wrap__right .right-box {
    width: 100%;
  }
  .main_latest ._con .board-wrap__right .right-box ul {
    width: 100%;
    padding: 10px 10px 0 0;
  }
  .main_latest ._con .board-wrap__right .right-box ul li {
    overflow: hidden;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li:last-of-type {
    border-bottom: 0px solid #f2f2f5;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: left;
  }
  .main_latest ._con .board-wrap__right .right-box ul li a p span {
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    margin-right: 20px;
  }
  .main_latest ._con .board-wrap__right .right-box ul li::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(-110%);
    transition: all 0.7s ease;
  }
  .main_latest ._con .board-wrap__right .right-box ul li.actLi::after {
    z-index: -1;
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff0f5;
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=main_latest_board.css.map */
