.dashboard_year {
  margin-bottom: 20px;
  font-size: 14px;
}

.dashboard_year .select-box {
  width: 120px;
}

article {margin-bottom: 30px;}

.dashboard_row {
  gap: 20px;
}

.title {
  font-size: 18px;
}

.dashboard_row.row_01 > div {
  height: 200px;
}

.dashboard_row.row_01 > div ul {
  height: 100%;
  padding: 0 50px;
}

.dashboard_row.row_01 > div p {
  font-size: 40px;
  margin-top: 20px;
  font-weight: 500;
}
.dashboard_row.row_01 div:nth-child(1) {
  width: calc(60% - 10px);
}
.dashboard_row.row_01 div:nth-child(2) {
  width: calc(40% - 10px);
}
.dashboard_row.row_01 li.after {
  width: 2px;
  height: 100px;
  background-color: #ccc;
}



.dashboard_row.row_02 > div {
  width: calc(33.3333% - 13.3333px);
  padding: 30px 28px;
  height: 500px;
}

.dashboard_row.row_02 > div .chart-wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 80px);
}

.dashboard_row.row_02 .tit_box {
  width: 150px;
  padding: 16px 0;
  font-size: 18px;
  text-align: center;
}

.dashboard_row.row_02 .tit_box.tit_01 {
  background-color: #ACD9A9;
}

.dashboard_row.row_02 .tit_box.tit_02 {
  background-color: #F9CACC;
}

.dashboard_row.row_02 > div p.t-semibold {
  font-size: 19px;
}

.dashboard_row a.more_btn {
  width: 84px;
  height: 32px;
  margin: 4px 0 20px auto;
  gap: 4px;
  font-size: 14px;
}

.dashboard_row a.more_btn span.ico {
  background-image: var(--ico-arrow);
  width: 15px;
  height: 15px;
}

.dashboard_row.row_02 li a {
  padding: 20px 12px;
  font-size: 17px;
}



.dashboard_row.row_03 > div {
  width: calc(50% - 10px);
  padding: 30px 24px;
  height: 486px;
}

.dashboard_row.row_03 > div a.more_btn {
  margin: 0;
}

.dashboard_row.row_03 table thead tr th {
  height: 44px;
}



.dashboard_row.row_03 .business_box {
  margin-top: 30px;
}
.dashboard_row.row_03 .business_box div p {
  font-size: 20px;
}
.dashboard_row.row_03 .circle {
  width: 66px;
  height: 66px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.dashboard_row.row_03 .circle.circle_01 {
  background-color: #ACD9A9;
}
.dashboard_row.row_03 .circle.circle_02 {
  background-color: #F9CACC;
}
.dashboard_row.row_03 .circle.circle_03 {
  background-color: #F7BA9E;
}
.dashboard_row.row_03 .business_box li>p {
  font-size: 40px;
  margin-top: 14px;
}



.dashboard_row.row_04 > div:nth-child(1) {
  width: calc(40% - 10px);
  padding: 30px 28px 46px;
}

.dashboard_row.row_04 > div:nth-child(2) {
  width: calc(60% - 10px);
  padding: 30px 28px 46px;
}

.dashboard_row.row_04 > div h3 {
  margin-bottom: 20px;
}

.dashboard_row.row_04 > div .chart {
  height: 280px;
}

.dashboard_row.row_04 canvas {
  width: 100% !important;
  height: 100% !important;
}


.dashboard_row.row_05 > div {
  width: 100%;
  padding: 30px 28px;
  height: 400px;
}

.dashboard_row.row_05 .chart_box {
  margin-top: 30px;
  height: 300px;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}



.dashboard_row.row_03 > div ul.lend_box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.dashboard_row.row_03 > div .chart_box {
  gap: 30px;
  height: 100%;
}
.chart-labels {
  display: flex;
  flex-direction: column;
  gap: 8px; /* 라벨 간격 */
  font-size: 14px;
}
.chart-labels .label-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-labels .color-box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}


.row_table {
  padding: 20px;
}

.row_table table thead tr th {
  font-weight: 500;
}

.row_table table thead tr th,
.row_table table tbody tr td {
  height: 44px;
}




@media (max-width: 1500px) {

  .dashboard_row.row_01 > div {
    height: 200px;
  }

  .dashboard_row.row_01 > div ul {
    padding: 0 30px;
  }

  .dashboard_row.row_01 > div p {
    font-size: 30px;
  }

  .dashboard_row.row_01 li.after {height: 80px;}

  .dashboard_row.row_02 > div {height: 440px;}

  .dashboard_row.row_02 li a {
    padding: 16px 10px;
    font-size: 16px;
  }



  .dashboard_row.row_03 > div {
    padding: 20px 14px;
    height: 400px;
  }
  .dashboard_row.row_03 ul.lend_box li {
    padding: 10px 0;
    font-size: 15px;
  }
  .dashboard_row.row_03 ul.lend_box li.bg-m {
    height: 40px;
  }
  .dashboard_row.row_03 .circle {
    width: 55px;
    height: 55px;
  }
  .dashboard_row.row_03 .business_box div p {
    font-size: 18px;
  }
  .dashboard_row.row_03 .business_box li>p {
    font-size: 30px;
  }


  .dashboard_row.row_04 > div .chart {
    height: 240px;
  }


}



@media (max-width: 1200px) {

  .title {
    font-size: 16px;
  }

  .dashboard_row.row_01 > div {
    height: 160px;
  }
  .dashboard_row.row_01 > div ul {padding: 0 20px;}
  .dashboard_row.row_01 > div p {
    margin-top: 10px;
  }
  .dashboard_row.row_01 li.after {
    height: 50px;
  }




  .dashboard_row.row_02 > div {
    height: 360px;
    padding: 20px 18px;
  }
  .dashboard_row.row_02 > div p.t-semibold {
    font-size: 17px;
  }
  .dashboard_row.row_02 .tit_box {
    width: 120px;
    font-size: 15px;
    padding: 12px 0;
  }
  .dashboard_row.row_02 li a {
    padding: 13px 6px;
    font-size: 14px;
  }

  .dashboard_row a.more_btn {
    width: 70px;
    height: 30px;
    margin-bottom: 14px;
    font-size: 13px;
  }


  .dashboard_row.row_03 .business_box {
    margin-top: 16px;
  }


  .dashboard_row.row_04 > div .chart {
    height: 210px;
  }
  .dashboard_row.row_05 > div {
    height: 330px;
  }
  .dashboard_row.row_05 .chart_box {
    height: 250px;
  }


}


