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

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

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

/* ---------------------------------------------------------------- */
.item_mng_main {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* ---------------------------------------------------------------- */
.item_mng_add_section {
  width: 250px;
  height: 848px;
  position: sticky;
  top: 0;
  align-self: flex-start; 
  z-index: 10;
}

.item_mng_add_blank {
  width: 100%;
  height: 60px;
}

.item_mng_add_btn {
  width: 100%;
  height: 508px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  cursor: pointer;
}

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

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

.item_mng_add_btn>a>i {
  font-size: 60px;
  color: #10BD00;
}

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

.item_mng_add_btn>a>p {
  color: #8D8D8D;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
  margin-top: 40px;
}

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

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

ul.item_mng_btns>li {
  width: 100%;
  height: 30px;
  background: red;
}

.im_all_select_btn>button {
  width: 100%;
  height: 30px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
}

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

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

.im_all_select_btn>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.im_select_open_y_btn>button {
  width: 100%;
  height: 30px;
  background: #BFA76F;
  cursor: pointer;
  border: none;
}

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

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

.im_select_open_n_btn>button {
  width: 100%;
  height: 30px;
  background: #E5D5AE;
  cursor: pointer;
  border: none;
}

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

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

#sold_out_yn {
  width: 100%;
  height: 30px;
  background: #F5F5F0;
  border: 1px solid #A7A7A7;
  cursor: pointer;
}

#sold_out_yn>option {
  color: #868686;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

/* ---------------------------------------------------------------- */
.item_mng_btn_list_section {
  width: 1120px;
  height: auto;
}

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

ul.item_mng_top_btns>li {
  margin-right: 20px;
}

.imtb_all_select_btn>button {
  width: 160px;
  height: 60px;
  border: 1px solid #DEDEDE;
  background: #fff;
  cursor: pointer;
}

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

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

.imtb_all_select_btn>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

.imtb_select_open_y_btn>button {
  width: 160px;
  height: 60px;
  border: none;
  background: #BFA76F;
}

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

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

.imtb_select_open_n_btn>button {
  width: 160px;
  height: 60px;
  border: none;
  background: #E5D5AE;
}

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

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

#imtb_sold_out_yn {
  width: 160px;
  height: 60px;
  background: #F5F5F0;
  border: 1px solid #A7A7A7;
  cursor: pointer;
}

#imtb_sold_out_yn>option {
  color: #868686;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

/* ---------------------------------------------------------------- */
.item_mng_list_pg_section {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

ul.item_mng_list_section>li {
  width: 100%;
  min-height: 504px;
  height: auto;
  margin-top: 80px;
  display: flex;
  align-items: center;
}

ul.item_mng_list_section>li:first-child {
  margin-top: 0;
}

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

ul.item_mng_list>li {
  margin-left: 40px;
}

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

.iml_card_section {
  width: 250px;
  min-height: 504px;
  height: auto;
}

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

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

.iml_card_terms {
  width: 170px;
  height: 25px;
  display: flex;
  align-items: center;
}

#imlc_terms_open_yn {
  width: 80px;
  height: 25px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#imlc_terms_open_yn>option {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.143px;
}

#imlc_terms_ed_yn {
  width: 80px;
  height: 25px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}

#imlc_terms_ed_yn>option {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.143px;
}

.bim_item_img {
  margin-top: 15px;
}

.bim_item_img>.new_labbel {
  display: flex;
}

.bim_list {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bim_item_img {
  width: 100%;
  height: 300px;
  position: relative;
}

.new_labbel {
  width: 70px;
  height: 30px;
  border-radius: 0 20px 0 0;
  background: #333;
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.new_labbel>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.iml_card_tit_txt {
  width: 100%;
  min-height: 64px;
  height: auto;
  margin-top: 20px;
}

.iml_card_tit {
  width: 100%;
  min-height: 28px;
  height: auto;
  display: flex;
  align-items: center;
}

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

.iml_card_txt {
  width: 100%;
  min-height: 28px;
  height: auto;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.iml_card_txt>p {
  margin-left: 10px;
  margin-right: 10px;
}

.iml_card_amt {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.iml_card_amt_sell>span {
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

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

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

.iml_card_amt_ti>span {
  color: #CA2947;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}


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

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

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

.item_create_modal_bg.on {
  display: block;
}

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

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

.item_create_modal_top {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.item_create_logo {
  width: 870px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_create_modal_close {
  width: 65px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.item_create_modal_close_btn {
  width: 23px;
  height: 23px;
  border: 1px solid #CDCDCD;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_create_modal_close_btn:hover {
  width: 25px;
  height: 25px;
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.item_create_modal_close_btn>i {
  font-size: 15px;
  color: #CDCDCD;
}

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

.item_create_modal_tit {
  width: 100%;
  height: 50px;
  background: #F5F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_create_modal_tit>h2 {
  color: #868686;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.item_create_modal_btns {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F0;
}

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

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

.item_pg_create_guide_btn {
  width: 200px;
  height: 60px;
}

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

.item_pg_create_guide_btn>a>button {
  width: 100%;
  height: 100%;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

.item_pg_preview_btn {
  width: 200px;
  height: 60px;
}

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

.item_pg_preview_btn>a>button {
  width: 100%;
  height: 100%;
  background: #BFA76F;
  border: none;
  cursor: pointer;
}

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

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

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

.icm_oq_create>a>p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.154px;
  line-height: 1.4;
  cursor: pointer;
}

.icm_oq_create_btn {
  width: 140px;
  height: 60px;
}

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

.icm_oq_create_btn>a>button {
  width: 100%;
  height: 100%;
  background: #E5D5AE;
  border: none;
  cursor: pointer;
}

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

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

.item_create_modal_main {
  width: 920px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.icm_main {
  width: 260px;
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

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

ul.icm_main_btns>li {
  width: 50px;
  height: 100%;
}

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

.fsm_icons:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

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

ul.icm_main_btns>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.143px;
  margin-top: 7px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
