@charset "UTF-8";
/* =============================================== ==========================
   ## 공통 믹스인 모음
   ================================================= ======================== */
.sc_comm * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  font-family: "pretendard";
}
.sc_comm .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sc_comm .inner {
    max-width: 720px;
    padding: 0 40px;
  }
}
.sc_comm img {
  display: block;
  margin: 0 auto;
}

.show-tm,
.show-ta,
.show-mo {
  display: none !important;
}

@media all and (max-width: 1023px) {
  .show-pc {
    display: none !important;
  }
  .show-tm {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .show-ta {
    display: block !important;
  }
  .none-ta {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-mo {
    display: block !important;
  }
  .none-mo {
    display: none !important;
  }
}
.point {
  color: #ff6833;
}

.graph-wrap {
  width: 1280px;
  margin: 0 auto;
  overflow-x: scroll;
}
.graph-data-unit {
  font-size: 16px;
  font-weight: 300;
  font-family: "Pretendard";
  color: #666666;
  text-align: right;
  padding-bottom: 15px;
}
.graph-content {
  margin-top: 36px;
}
.graph-table {
  width: 1552px;
  border-top: 2px solid #545c73;
  border-bottom: 1px solid #e5e6e5;
  border-collapse: separate;
  border-spacing: 0;
}
.graph-table tr {
  display: table-row;
}
.graph-table tr > * {
  font-size: 16px;
  font-weight: 300;
  font-family: "Pretendard";
  color: #333333;
  border-right: 1px solid #e5e6e5;
  padding: 21px 0 20px;
  width: 320px;
}
.graph-table tr > *:last-child {
  border-right: 0;
}
.graph-table th,
.graph-table td {
  display: table-cell;
  border-bottom: 1px solid #e5e6e5;
}
.graph-table th:first-child {
  position: sticky;
  left: 1px;
  background: #fff;
}
.graph-head th {
  font-weight: 600;
  padding: 24px 0 20px;
}
.graph-body tr:last-child {
  border-bottom: 0;
}
.graph-body td {
  text-align: right;
  padding-right: 19px;
}
.graph-body-list.bg {
  background: #f5f5f5;
}
.graph-body-list.bg .graph-body-tit,
.graph-body-list.bg td {
  color: #ff6833;
  font-weight: 500;
}
.graph-body-list.bg .graph-body-tit {
  background: #f5f5f5;
}

@media (max-width: 1023px) {
  .sc_comm .inner {
    max-width: 640px;
    padding: 0;
    overflow: hidden;
  }
  .graph-wrap {
    width: 640px;
  }
  .graph-data-unit {
    font-size: 24px;
    font-weight: 400;
    font-family: "Pretendard";
    padding-bottom: 12px;
  }
  .graph-table {
    width: 1191px;
  }
  .graph-table tr > * {
    font-size: 27px;
    padding: 36px 0 39px;
  }
  .graph-table th:first-child {
    left: 0;
  }
  .graph-body td {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .graph-wrap {
    width: 100%;
  }
  .graph-data-unit {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .graph-table {
    width: 794px;
  }
  .graph-table tr > * {
    font-size: 18px;
    padding: 24px 0 26px;
  }
  .graph-body td {
    padding-right: 15px;
  }
}
.financial-tab-list {
  display: flex;
  margin: 30px 0 0 0;
}
.financial-tab-list-item {
  flex: 1;
  margin-right: -1px;
  border: 1px solid #e5e6e5;
  cursor: pointer;
}
.financial-tab-list-item .tab-button {
  font-size: 16px;
  font-weight: 500;
  font-family: "Pretendard";
  color: #666;
  width: 100%;
  height: 61px;
  border-right: 1px solid #e5e6e5;
}
.financial-tab-list-item .tab-button:last-child {
  border-right: 0;
}
.financial-tab-list-item .tab-button.on {
  margin: 0;
  font-weight: bold;
  background: #ff6833;
  border-color: #ff6833;
  color: #fff;
}