@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;
  justify-content: space-between;
  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;
}

.down_select_cal {
  width: 840px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_sett_down {
  width: 198px;
  height: 78px;
  background: #fff;
  border: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

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

.m_sett_down>a>i {
  font-size: 15px;
  color: #898989;
  margin-left: 10px;
}

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

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

.down_select_cal>select {
  width: 200px;
  height: 80px;
  border: 1px solid #A7A7A7;
  background: #F5F5F0;
  cursor: pointer;
}

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

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

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

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

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

.stot_ment>h3 {
  color: #333;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.418px;
}

.stot_ment>h3>span {
  color: #10BD00;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.418px;
}


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

.graph {
  width: 98%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

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

#myChart {
  margin-top: 50px;
}

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

#myChart2 {
  margin-top: 50px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
