@charset "UTF-8";

.dashboard {
    width: 100%;
    height: 100vh;
    background-color: #e5e9ed;
    position: relative;
}

.dashboard-wrap {
    width: 100%;
    max-width: 79.167vw; /* 1520px */
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard .d__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.625vw; /* 12px */
    margin-bottom: 5.729vw; /* 110px */
}

.dashboard .d__chart {
    padding: 1.667vw; /* 32px */
    background: #fff;
    border-radius: 0.521vw; /* 10px */
}

.dashboard .d__chart h3 {
    font-size: 1.042vw; /* 20px */
    font-weight: 500;
    letter-spacing: -0.065rem;
    margin-bottom: 0.833vw; /* 16px */
}

.dashboard .d__chartWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.d__chartContainer {
    width: 50%;
    height: calc(14.896vw - 0.833vw); /* 286px - 16px */
    text-align: center;
}

.d__chartContainer span {
    font-size: 0.909vw;
}

.dashboard .d__chartWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: auto;
}

.d__cate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.625vw; /* 12px */
}

.d__cate .d__item {
    padding: 1.667vw 1.25vw; /* 32px 24px */
    display: flex;
    flex-direction: column;
    gap: 1.667vw; /* 32px */
    border-radius: 0.521vw; /* 10px */
    background: #fff;
}

.d__cate .d__item.main {
    color: #fff;
    background: #002451;
}

.d__cate .d__item .title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.d__cate .d__item .title-wrap .unit {
    font-size: 0.729vw; /* 14px */
    font-weight: 400;
    letter-spacing: -0.065rem;
}

.d__cate .d__item .main-title {
    font-size: 1.042vw; /* 20px */
    font-weight: 500;
    letter-spacing: -0.065rem;
}

.d__cate .item-wrap {
    flex: 1 1;
    padding: 0 0.833vw; /* 16px */
    display: flex;
    justify-content: space-between;
    gap: 1.042vw; /* 20px */
}

.d__cate .item-side {
    width: fit-content;
    max-width: 50%;
    font-size: 0.833vw; /* 16px */
    gap: 0.833vw; /* 16px */
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.d__cate .sub-item {
    flex: 1 1;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 24px;
    letter-spacing: -0.0875rem;
}

.d__cate .sub-item li {
    max-width: 100%;
    font-size: 1.25vw; /* 24px */
    line-height: 2.604vw; /* 50px */
    color: #002451;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d__cate .sub-item .title {
    width: fit-content;
    font-size: 0.833vw; /* 16px */
    font-weight: 400;
    color: #000;
}

.d__cate .main .sub-item .title {
    opacity: 0.4;
}

.d__cate .main .sub-item li {
    color: #fff;
    font-weight: 500;
}

/* dashboard card */
.dashboard-card-wrap {
    width: 100%;
    max-width: 79.167vw; /* 1520px */
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    gap: 1.354vw; /* 26px */
}

.dashboard-card-wrap .dashboard-card {
    width: calc(50% - 0.677vw); /* 13px */
    border-radius: 0.521vw; /* 10px */
    background: #fff;
}


.dashboard-card .top-title-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #e4e4e4;
    align-items: center;
    padding: 5px 10px 5px 0;
    height: 48px;
}

.dashboard-card .dashboard-card-title {
    height: 2.604vw; /* 50px */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.042vw; /* 0 20px */
    font-size: 1.042vw; /* 20px */
    line-height: 1.563vw; /* 30px */
    font-weight: 500;
    letter-spacing: -0.065rem;
    /*border-bottom: 2px solid #e4e4e4;*/
}

.dashboard-card .card-content {
    height: calc(100% - 2.604vw); /* -50px */
    position: relative;
    padding: 1.302vw 1.302vw 3.125vw; /* 25px 25px 60px */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.823vw; /* 35px */
}

.dashboard-card.column .card-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
}

.dashboard-card.column .chart-wrap {
    /*height: 7.813vw; !* 100px *!*/
    /*max-height: 150px;*/

    height: 10.813vw;
    max-height: 165px;
}

.dashboard-card .data-wrap .data-title {
    font-size: 0.833vw; /* 16px */
    font-weight: 500;
    letter-spacing: -0.065rem;
    margin-bottom: 1.042vw; /* 20px */
}

.dashboard-card .data-wrap .data-list {
    display: flex;
    flex-direction: column;
    gap: 1.302vw; /* 25px */
}

.dashboard-card .data-wrap .data-list .item-title {
    font-size: 0.729vw; /* 14px */
    font-weight: 700;
    margin-bottom: 0.417vw; /* 8px */
    letter-spacing: -0.065rem;
}

.dashboard-card .data-wrap .data-list .item-number {
    font-size: 1.042vw; /* 20px */
    font-weight: 700;
    letter-spacing: -0.065rem;
    color: #002451;
}

.dashboard-card .chart-wrap {
    flex: 1;
    /*height: 14.583vw; !* 280px *!*/
    text-align: center;
}

.dashboard-card .comment-wrap {
    width: calc(100% - 2.604vw); /* -50px */
    position: absolute;
    bottom: 1.302vw; /* 25px */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-card .comment-wrap .comment-text {
    font-size: 0.625vw; /* 12px */
    color: #666;
    letter-spacing: -0.065rem;
}

.dashboard-card .card-box-item {
    width: 100%;
    height: 100%;
}

.dashboard-card .card-box-item:first-child {
    border-bottom: 1px solid #e5e9ed;
}

.dashboard-card .card-box-item .card-box-title {
    font-size: 0.833vw; /* 16px */
    font-weight: 600;
    letter-spacing: -0.065rem;
    padding: 0.417vw 1.354vw; /* 10px 26px 14px */
}

.dashboard-card .card-box-item .item-box-wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr 2fr;
    /*padding-bottom: 0.625vw; !* 12px *!*/
    padding-bottom: 2px;
}

.dashboard-card .card-box-item .item-box-wrap > div {
    width: 100%;
    padding: 0 1.354vw; /* 26px */
    position: relative;
}

.dashboard-card .card-box-item .item-box-wrap > div:not(:last-child) {
    border-right: 1px solid #ccc;
}

.dashboard-card .card-box-item .item-box-wrap .title {
    font-size: 0.729vw; /* 14px */
    font-weight: 300;
    letter-spacing: -0.065rem;
}

.dashboard-card .card-box-item .item-box-wrap .num-list {
    height: 4.688vw; /* 90px */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625vw; /* 12px */
    white-space: nowrap;
}

.dashboard-card .card-box-item .item-box-wrap .num-desc {
    font-size: 0.729vw; /* 14px */
    font-weight: 700;
    letter-spacing: -0.065rem;
    color: #ccc;
    margin-bottom: 0.521vw; /* 10px */
}

.dashboard-card .card-box-item .item-box-wrap .num-data {
    font-size: 1.042vw; /* 20px */
    font-weight: 700;
    letter-spacing: -0.065rem;
}

.dashboard-card .card-box-item .item-box-wrap .comment {
    font-size: 0.625vw; /* 12px */
    color: #666;
    letter-spacing: -0.065rem;
    text-align: right;
    position: absolute;
    right: 1.354vw;
    /*bottom: 0;*/
    bottom: 5px;
}

#statistics-section .statistics-top-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

