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

/* ---------------------------------------------------------------- */
header {
  width: 100%;
  height: 130px;
  position: fixed; 
  background: #fff;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: 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: 87%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_create_modal_close {
  width: 6.5%;
  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;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

/* ---------------------------------------------------------------- */
#item_detail_img_c {
  width: 100%;
  height: auto;
  margin-top: 130px;
}

.item_pg_guide {
  width: 100%;
  height: auto;
  margin-top: 150px;
}

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