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

/* ---------------------------------------------------------------- */
.container {
  width: 1490px;
  height: auto;
  margin-left: 53px;
}

ul.main_infor {
  width: 100%;
  height: 255px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.main_infor>li {
  width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.main_infor>li>h2 {
  color: #727272;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.main_infor_card {
  width: 100%;
  height: 180px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_infor_card>h3 {
  color: #333;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.418px;
}

.m_ic_point>h3 {
  color: #10BD00;
}


/* ---------------------------------------------------------------- */
.m_sett_section {
  width: 100%;
  height: auto;
  margin-top: 120px;
  margin-bottom: 30px;
}

.m_sett_tit {
  width: 100%;
  height: 98px;
  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;
}

.m_sett_infor_down_card {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

ul.m_sett_infor_card {
  width: 1090px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.m_sett_infor_card>li {
  width: 248px;
  height: 98px;
  background: #fff;
  border: 1px solid #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.m_sett_infor_card>li>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.m_sett_infor_card>li>span {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.275px;
  margin-top: 14px;
}

ul.m_sett_infor_card>li:hover {
  border: 1px solid #333;
}

ul.m_sett_infor_card>li:hover p {
  font-weight: 700;
}

ul.m_sett_infor_card>li:hover span {
  color: #10BD00;
  transition: color 0.3s ease;
}

.m_sett_down {
  width: 198px;
  height: 78px;
  background: #fff;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.m_sett_down>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_sett_down>a>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.m_sett_down>a>i {
  font-size: 15px;
  color: #898989;
  margin-left: 10px;
}

.m_sett_down:hover {
  background: #333;
  border: none;
  transition: background-color 0.3s ease;
}

.m_sett_down>a:hover p,
.m_sett_down>a:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

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

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

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

.m_sett_ment>i {
  font-size: 30px;
  margin-left: 30px;
  color: #555;
  cursor: pointer;
}

.m_sett_ment>i.fa-toggle-on{
  color: #004225;
}

.m_sett_list_section {
  width: 100%;
  height: 925px;
  margin-top: 30px;
}

.ois_list_section {
  width: 100%;
  height: 880px;
  border-bottom: 1px solid #E9E9E9;
}

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

ul.ois_list_top_main {
  width: 1398px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_tit>p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.ois_list_main {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.ois_list_main>li {
  border-bottom: 1px solid #E9E9E9;
}

ul.ois_list_main>li:last-child {
  border-bottom: none;
}

ul.ois_list_main>li:hover {
  background: #F5F5F0;
  transition: background-color 0.3s ease;
}

ul.ois_list_main>li>ul {
  width: 1398px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_txt>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.198px;
}

.list_txt_point>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.198px;
}

.list_txt_point2>p {
  color: #10BD00;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.198px;
}

.list_txt_point3>p {
  color: #9C0000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.198px;
}

.list_txt_num>p {
  text-align: right !important;
}

.ois_list_no {
  width: 100%;
  height: 450px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.ois_list_no.show {
  display: flex;
}

.ois_list_no_main {
  width: 140px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ois_list_no_main>i {
  font-size: 40px;
  color: #CCCCCC;
}

.ois_list_no_main>p {
  color: #CCC;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.165px;
}
/* ---------------------------------------------------------------- */
ul.pg_section {
  width: auto;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; 
}

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;
}

/* ---------------------------------------------------------------- */
#main_board2 {
  width: 1568px;
  height: auto;
  margin-top: 230px;
  margin-left: 312px;
  margin-bottom: 230px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

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

.ti_tit {
  width: 100%;
  height: 60px;
  margin-top: 30px;
}

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

.calendar_section {
  width: 100%;
  height: 80px;
  margin-top: 50px;
}

.calendar {
  width: 398px;
  height: 78px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendar:hover {
  background: #F5F5F0;
  border: 1px solid #333;
  transition: background-color 0.3s ease;
}

.calendar_op_val {
  margin-left: 30px;
}

.calendar_op {
  display: flex;
  align-items: center;
}

.calendar_op>span {
  color: #898989;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.calendar_op>p {
  color: #898989;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-left: 10px;
  margin-right: 10px;
}

.calendar_op>i {
  font-size: 15px;
  color: #898989;
  margin-left: 15px;
  cursor: pointer;
}

.calendar_op>i:hover {
  color: #10BD00;
  transition: color 0.3s ease;
}

.calendar_val {
  margin-top: 10px;
}

ul.ti_cards {
  width: 100%;
  height: 650px;
  margin-top: 30px;
  margin-bottom: 30px;
}

li.ti_cards_section {
  margin-top: 50px;
}

li.ti_cards_section:first-child {
  margin-top: 0;
}

ul.ti_card {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.ti_card>li {
  width: 200px;
  height: 100%;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ti_card_dt {
  display: flex;
  align-items: center;
  height: 35px;
}

.ti_card_dt>p {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.253px;
}

.ti_card_dt>span {
  color: #10BD00;
  font-size: 23px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.253px;
  margin-left: 20px;
}

.ti_card_state {
  margin-top: 72px;
  height: 45px;
}

.ti_card_state>h3 {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.ti_card_down_section {
  width: 120px;
  height: 40px;
  margin-top: 68px;
}

.ti_card_down {
  width: 118px;
  height: 38px;
  background: #fff;
  border: 1px solid #DEDEDE;
  cursor: pointer;
}

.ti_card_down:hover {
  width: 120px;
  height: 40px;
  border: none;
  background: #333;
  transition: background-color 0.3s ease;
}

.ti_card_down>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ti_card_down>a>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.ti_card_down:hover a>p {
  color: #fff;
  transition: color 0.3s ease;
}

.ti_card_down>a>i {
  font-size: 15px;
  color: #898989;
  margin-left: 10px;
}

.ti_card_down:hover a>i {
  color: #fff;
  transition: color 0.3s ease;
}

ul.ti_card2 {
  margin-top: 50px;
}

.ti_card_dt2>span {
  color: #9C0000 !important;
}

.ti_card_down2 {
  display: none;
}

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