@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 공지사항 */
.notice {
  width: 100%;
  height: auto;
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.notice_section {
  width: 100%;
  height: 859px;
}

.notice_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice_area {
  width: 100%;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.notice_area_top {
  width: 100%;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.notice_area_top>li {
  width: 100%;
  height: 79px;
  border-bottom: 1px solid #eee;
}

ul.notice_area_top>li.n_list_tit {
  border-bottom: 1px solid #777;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n_list_tit_section {
  width: 1080px;
  height: 30px;
  display: flex;
  align-items: center;
}

.n_list_num_tit {
  width: 37px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n_list_num_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_tit_tit {
  width: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}

.n_list_tit_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_dt_tit {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 26px;
}

.n_list_dt_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_sum_tit {
  width: 37px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
}

.n_list_sum_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.n_list:hover {
  background: #F4FBFF;
  transition: background-color 0.3s ease;
}

.n_list>.n_list_txt_section {
  width: 1080px;
  height: 30px;
  display: flex;
  align-items: center;
}

.n_list_num_txt {
  width: 37px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n_list_num_txt>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_tit_txt {
  width: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}

.n_list_tit_txt>a>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_tit_txt:hover>a>p {
  color: #0F7BBD;
  transition: color 0.3s ease;
}

.n_list_dt_txt {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 26px;
}

.n_list_dt_txt>p {
  color: #BBB;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.n_list_sum_txt {
  width: 37px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
}

.n_list_sum_txt>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px
}

.notice_area_bottom {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_input_search {
  width: 575px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select_input {
  width: 500px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice_select select
{
  height: 50px;
  border: none;
  background: #fff;
  border: 1px solid #333;
  outline: none;
  border-radius: 10px 0 0 10px;
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
  cursor: pointer;
}

.notice_select select:focus option
{
  background: #fff;
  color: #555;
}

.notice_select select option
{
  color: #555;
  font-size: 20px;
  font-weight: 500;
}

.notice_input>input {
  width: 346px;
  height: 46px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0 10px 10px 0;
}

.notice_search {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  cursor: pointer;
}

.notice_search>i {
  font-size: 20px;
  color: #fff;
}

.notice_search:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

