@charset "UTF-8";
/* 오버레이 */
.main-notice {
  z-index: 100;
  padding: 50px 0 100px;
}
.main-notice ._con .full-latest-box {
  width: 100%;
}
.main-notice ._con .full-latest-box .full-latest-list {
  width: 100%;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list {
  width: 100%;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box {
  width: 100%;
  display: flex;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-right: 100px;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList img {
  width: calc(364px * 1);
  height: calc(149px * 1);
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList a {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList a::after {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #4b4c4d;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest {
  width: 100%;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article {
  display: flex;
  width: 100%;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap {
  width: 100%;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul li.list-li {
  display: flex;
  align-items: center;
  border: 0;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-status {
  width: 20%;
  height: 35px;
  text-align: center;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title {
  width: 80%;
  height: 35px;
  padding-left: 5px;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #6283bb;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings span.one-new-notify {
  zoom: 1;
  padding: 2px 2px;
  line-height: 10px;
  font-size: 8px;
  color: white;
  background-color: #f26520;
  font-weight: normal;
  margin-top: -5px;
  height: 10px;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings img.kboard-icon-lock {
  width: 16px !important;
  height: 16px !important;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-content {
  width: 80%;
  height: 40px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-date {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}

@media screen and (max-width: 1200px) {
  .main-notice {
    padding: 50px 10px 100px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box {
    display: flex;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList {
    width: 50%;
    padding-right: 50px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList img {
    width: calc(364px * 0.8);
    height: calc(149px * 0.8);
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList a {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList {
    width: 50%;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul {
    padding: 7px 0;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-status {
    width: 20%;
    height: 35px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title {
    width: 80%;
    height: 35px;
    padding-left: 5px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings span.one-new-notify {
    zoom: 1;
    padding: 2px 2px;
    line-height: 10px;
    font-size: 8px;
    margin-top: -5px;
    height: 10px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings img.kboard-icon-lock {
    width: 16px !important;
    height: 16px !important;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-content {
    width: 80%;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-date {
    width: 20%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 992px) {
  .main-notice {
    padding: 0 10px 18px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box {
    display: flex;
    flex-wrap: wrap;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList {
    width: 100%;
    padding-right: 0;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList img {
    width: calc(364px * 0.8);
    height: calc(149px * 0.8);
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList a {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul {
    padding: 7px 0;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-status {
    width: 20%;
    height: 35px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title {
    width: 80%;
    height: 35px;
    padding-left: 5px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings span.one-new-notify {
    zoom: 1;
    padding: 2px 2px;
    line-height: 10px;
    font-size: 8px;
    margin-top: -5px;
    height: 10px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings img.kboard-icon-lock {
    width: 16px !important;
    height: 16px !important;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-content {
    width: 80%;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-date {
    width: 20%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .main-notice {
    padding: 0 10px 18px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box {
    display: flex;
    flex-wrap: wrap;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList {
    width: 100%;
    padding-right: 0;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList img {
    width: calc(364px * 0.5);
    height: calc(149px * 0.5);
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .leftList a {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul {
    padding: 7px 0;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-status {
    width: 20%;
    height: 35px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title {
    width: 80%;
    height: 35px;
    padding-left: 5px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings span.one-new-notify {
    zoom: 1;
    padding: 2px 2px;
    line-height: 10px;
    font-size: 8px;
    margin-top: -5px;
    height: 10px;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-title a .kboard-ask-one-cut-strings img.kboard-icon-lock {
    width: 16px !important;
    height: 16px !important;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-content {
    width: 80%;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main-notice ._con .full-latest-box .full-latest-list .latest-list .list-box .rightList #kboard-ask-one-latest article .tbody-wrap ul .kboard-latest-date {
    width: 20%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

/*# sourceMappingURL=main-notice2.css.map */
