@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');

/* ---------------------------------------------------------------- */
.main_section {
  margin-bottom: 230px;
}

.container {
  width: 1490px;
  height: auto;
  margin-left: 38px;
}

.m_sett_tit_cal {
  width: 100%;
  height: 98px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.m_sett_tit {
  width: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.m_sett_tit>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

.m_sett_tit>p {
  color: #8D8D8D;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

/* ---------------------------------------------------------------- */
.mng_notice_open_main {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 230px;
  display: flex;
  flex-direction: column;
}

/* ---------------------------------------------------------------- */
.mng_notice_open_main_section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ---------------------------------------------------------------- */
.notice_list {
  width: 100%;
  min-height: 120px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notice_list_tit {
  width: 100%;
  height: 50px;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice_list_tit_main {
  width: 1104px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice_list_tit_main>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.notice_list_dt {
  margin-right: 20px;
}

ul.notice_list_detail {
  width: 100%;
  min-height: 480px;
  height: auto;
}

ul.notice_list_detail>li.nld_section {
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.notice_list_detail_main {
  width: 1104px;
  height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice_list_detail_main>p.notice_list_detail_tit {
  color: #929292;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.154px;
  cursor: pointer;
  text-align: left;
}

.notice_list_detail_main>p.notice_list_detail_tit:hover {
  color: #333;
  transition: color 0.3s ease;
}

.notice_list_detail_main>p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.154px;
}

.nld_detail_open {
  width: 100%;
  height: auto;
  background: #F5F5F0;
  border: 1px solid #A7A7A7;
  display: none;
}

.nld_detail_open>pre {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 80px;
}

p.point {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.154px;
}

p.required {
  color: #10BD00 !important;
}

p.sos {
  color: #9C0000 !important;
}

/* ---------------------------------------------------------------- */
ul.pg_section {
  width: auto;
  height: 14px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

ul.pg_section>li {
  margin-left: 10px;
}

ul.pg_section>li:first-child {
  margin-left: 0;
}

li.pg_front_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_front_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_prev_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_prev_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_num {
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.pg_num>p {
  color: #CCC;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

li.pg_num>p:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_next_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_next_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

li.pg_last_icon>i {
  font-size: 16px;
  color: #CCCCCC;
  cursor: pointer;
}

li.pg_last_icon>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

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