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

/* ---------------------------------------------------------------- */
.item_op_create_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9999; 
  display: none; 
}

.item_op_create_modal_bg.on {
  display: block;
}

.item_op_create_modal {
  width: 1000px;
  height: 832px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
}

.item_op_create_modal.on {
  display: flex;
  flex-direction: column;
}

.item_create_modal_guide_btns2 {
  width: 425px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item_detail_oq_c_main {
  width: 920px;
  height: 360px;
  margin-top: 50px;
}

.item_detail_oq_c_tit {
  width: 100%;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
}

.id_oq_c_tit {
  width: 198px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.id_oq_c_tit>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.id_oq_c_tit>i {
  font-size: 20px;
  color: #9C9C9C;
}

.id_oq_c_main_section {
  width: 100%;
  height: 294px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.id_oq_c_main_btn_c {
  width: 342px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.id_oq_c_main_btn_c>span {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.file_trigger {
  width: 60px;
  height: 60px;
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.file_trigger>i {
  font-size: 20px;
  color: #B2B2B2;
}

.file_trigger:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.file_trigger:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

#fileInput {
  display: none;
}

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

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

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

ul.id_oq_c_main_terms_btns>li>button {
  width: 100px;
  height: 40px;
  background: #AAAAAA;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.id_oq_c_all_select_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.id_oq_c_select_delete_btn>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.id_oq_c_all_delete_btn>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}


/* ---------------------------------------------------------------- */
.m_sett_list_section {
  width: 100%;
  height: 134px;
  margin-top: 20px;
}

.ois_list_section {
  width: 100%;
  height: 100%;
  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: 840px;
  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: 84px;
  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: 840px;
  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_num>p {
  text-align: right !important;
}

.list_select_icon>i {
  font-size: 25px;
  color: #E5E5E5;
  cursor: pointer;
}


/* ---------------------------------------------------------------- */
.id_oq_c_footer_btns_section {
  width: 100%;
  height: 120px;
  background: #F5F5F0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.id_oq_c_footer_btns {
  width: 410px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idoqcf_create_btn>button {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BFA76F;
  border: none;
  cursor: pointer;
}

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

.idoqcf_create_btn>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.idoqcf_cansel_btn>button {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5D5AE;
  border: none;
  cursor: pointer;
}

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

.idoqcf_cansel_btn>button:hover {
  background: #9C0000;
  transition: background-color 0.3s ease;
}