@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: 334px;
  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;
  display: none;
}

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

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

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

.coupon_issue_main>h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
