@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: 298px;
  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;
}

.m_sett_cal {
  width: 398px;
  height: 78px;
  border: 1px solid #DEDEDE;
  background: #fff;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_sett_cal_main {
  width: 340px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.m_sett_cal_select {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
}

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

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

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

.m_sett_cal_select>i:hover {
  color: #333;
  transition: color 0.3s ease;
}

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


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

/* ---------------------------------------------------------------- */
.infor_card_section {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

ul.cm_cate {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

ul.cm_cate>li {
  width: 98px;
  height: 38px;
  border: 1px solid #DEDEDE;
  background: #fff;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

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

ul.cm_cate>li:hover,
ul.cm_cate>li.active {
  background: #333;
  width: 100px;
  height: 40px;
  border: none;
  transition: background-color 0.3s ease;
}

ul.cm_cate>li:hover p,
ul.cm_cate>li.active p {
  color: #fff;
  transition: color 0.3s ease;
}

ul.infor_card {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

ul.infor_card>li {
  width: 148px;
  height: 98px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 14px;
}

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

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

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

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

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

ul.infor_card>li:hover span {
  color: #10BD00;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.275px;
}

/* ---------------------------------------------------------------- */
.customer_mng_main_section {
  width: 100%;
  height: 986px;
  margin-top: 40px;
}

.cm_search_down {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.cm_search {
  width: 592px;
  height: 40px;
  display: flex;
  align-items: center;
}

.cm_search>select {
  width: 150px;
  height: 40px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  cursor: pointer;
}

.cm_search>select>option {
  color: #868686;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.143px;
}

.cm_search>input {
  width: 308px;
  height: 36px;
  border: 1px solid #A7A7A7;
  background: #fff;
  margin-left: 14px;
}

.search_btn>button {
  width: 100px;
  height: 40px;
  border: none;
  margin-left: 14px;
  background: #333;
  cursor: pointer;
}

.search_btn>button>p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}

.search_btn>button:hover {
  background: #10BD00;
  transition: background-color 0.3s ease;
}

.f5 {
  width: 200px;
  height: 40px;
  background: #10BD00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

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

.f5:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

/* ---------------------------------------------------------------- */
.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;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
