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

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

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

/* ---------------------------------------------------------------- */
.sg_box {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg_box_spacing {
  margin-top: 50px;
}

.sg_box_main {
  width: 96.58%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sg_tit {
  width: 100%;
  height: auto;
}

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

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

ul.sg_step {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

ul.sg_step>li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

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

.line1 {
  width: 492px;
}

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

.num {
  width: 30px;
  height: 30px;
  background: #10BD00;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.js_tit>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 15px;
}

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

.js_txt>p {
  margin-top: 14px;
  margin-left: 45px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.line2 {
  width: 600px;
}

.etc_area {
  width: 80px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.etc_txt>p {
  margin-top: 14px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.js_top_spacing {
  margin-top: 30px;
}

.js_txt_wide {
  width: 100% !important;
}

.etc_area_warring {
  background: #9C0000 !important;
}

/* ---------------------------------------------------------------- */
.item_pg_create_guide_main {
  display: flex !important;
  align-items: center !important;
}

.ipcg_tit {
  width: 32% !important;
}

.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;
}
/* ---------------------------------------------------------------- */
.notice_move_main {
  display: flex !important;
  align-items: center !important;
}

.nm_tit {
  width: 32% !important;
}

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

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

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

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

.notice_move_btn>a>button>p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}
/* ---------------------------------------------------------------- */
.faq_move_main {
  display: flex !important;
  align-items: center !important;
}

.fm_tit {
  width: 32% !important;
}

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

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

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

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

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