.row-05-bg .box-1 {
    background-image: url("../images/row05/box-bg.avif");
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #ddd;
    border-right: 10px solid #4f1410;
    border-radius:20px 0px 0px 20px ;
    background-color: #ffffff;
    background-size: cover;
    box-shadow: -6px 4px 8px rgba(0, 0, 0, 0.12);
    min-height: 190px;
}

.row-05-bg .box-1 p{ font-size: 18px; }


.row-05-bg  .ezc-prefix {
    font-size: 46px;
    font-weight: bold;
    line-height: 1em;
}

.row-05-bg  .ezc-number {
    font-size: 46px;
    font-weight: bold;
    line-height: 1em;
}

.row-05-bg  .ezc-suffix {

}
.row-05-bg .value {
    font-size: 36px;
    line-height: 1em;
}


.row-05-bg .box-2{
  width: 100%;
  border-right: 10px solid #4f1410;
}

.row-05-bg .bar-chart {
  width: 100%;
  max-width: calc(100% - 60px);
}

.row-05-bg .chart-item {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 16px;
}

.row-05-bg .chart-year {
  flex: 0 0 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

.row-05-bg .chart-bar-area {
  flex: 1 1 auto;
  min-width: 0;
}

.row-05-bg .chart-bar-track {
  position: relative;
  width: 100%;
  overflow: visible;
}

.row-05-bg .chart-bar-fill {
  position: relative;
  width: 0;
  height: 14px;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: visible;
}

.row-05-bg .bar-blue {
  background: #b4172b;
}

.row-05-bg .bar-gold {
  background: #022a68;
}

.row-05-bg .chart-bar-value {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(10px, -50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

@media (min-width: 768px) and (max-width: 1199.9px) {
  .row-05-bg .box-1 {
    min-height: 150px;
    background-size: contain;
  }  
}

@media (max-width: 767.98px) {
.row-05-bg .chart-item {
    gap: 2px;
    margin-bottom: 16px;
  }

.row-05-bg .chart-year {
    flex: 0 0 48px;
    font-size: 14px;
  }

.row-05-bg .chart-bar-fill {
    height: 12px;
  }

.row-05-bg .chart-bar-value {
    font-size: 14px;
    transform: translate(8px, -50%);
  }


  .row-05-bg .box-1 {
    min-height: 130px;
    background-size: contain;
  }  
}