.total-box {
    width: 449px;
}

.total-box-title {
    text-align: center;
    background-color: #002C87;
    border-radius: 15px;
    color: #fff;
    padding: 3px;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.total-box2-title {
    text-align: center;
    background-color: #002C87;
    border-radius: 15px;
    color: #fff;
    padding: 3px;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.color-aqua {
    color: #0EECFF;
}

.total-box-ca {
    display: flex;
    background: #91A5C0;
    color: #fff;
    margin: 15px 0px;
    padding: 7px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.total-box2-ca {
    display: flex;
    background: #91A5C0;
    color: #fff;
    margin: 15px 0px;
    padding: 7px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.total-box3-ca {
    display: flex;
    background: #91A5C0;
    color: #fff;
    margin: 15px 0px;
    padding: 7px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.total-box-ca>div:first-child {
    width: 48px;
    text-align: center;
}

.total-box-ca>div:nth-child(2) {
    width: 80px;
    text-align: center;
}

.total-box-ca>div:nth-child(3) {
    width: 79px;
    text-align: center;
}

.total-box-ca>div:nth-child(4) {
    width: 79px;
    text-align: center;
}

.total-box-ca>div:nth-child(5) {
    width: 56px;
    text-align: center;
}

.total-box-ca>div:nth-child(6) {
    width: 105px;
    text-align: center;
}

.total-box2-ca>div:first-child {
    width: 48px;
    text-align: center;
}

.total-box2-ca>div:nth-child(2) {
    width: 60px;
    text-align: center;
}

.total-box2-ca>div:nth-child(3) {
    width: 79px;
    text-align: center;
}

.total-box2-ca>div:nth-child(4) {
    width: 79px;
    text-align: center;
}

.total-box2-ca>div:nth-child(5) {
    width: 90px;
    text-align: center;
}

.total-box2-ca>div:nth-child(6) {
    width: 105px;
    text-align: center;
}

.first-box,
.second-box,
.third-box,
.fourth-box {
    display: flex;
    height: 80px;
    border: 1px solid #e2e2e2;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}


.first-box>div:first-child,
.second-box>div:first-child,
.third-box>div:first-child,
.fourth-box>div:first-child {
    width: 48px;
    text-align: center;
    color: #000000;
    background-color: #EBF5FF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-box>div:nth-child(2),
.second-box>div:nth-child(2),
.third-box>div:nth-child(2),
.fourth-box>div:nth-child(2) {
    width: 80px;
    text-align: center;
    color: #000000;
}

.first-box>div:nth-child(3),
.second-box>div:nth-child(3),
.third-box>div:nth-child(3),
.fourth-box>div:nth-child(3) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box>div:nth-child(4),
.second-box>div:nth-child(4),
.third-box>div:nth-child(4),
.fourth-box>div:nth-child(4) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box>div:nth-child(5),
.second-box>div:nth-child(5),
.third-box>div:nth-child(5),
.fourth-box>div:nth-child(5) {
    width: 56px;
    text-align: center;
    color: #000000;
}

.first-box>div:nth-child(6),
.second-box>div:nth-child(6),
.third-box>div:nth-child(6) {
    width: 105px;
    text-align: center;
    color: #1CCFED;
}

.fourth-box>div:nth-child(6) {
    width: 105px;
    text-align: center;
    color: #FB575D;
    letter-spacing: -1px;
    padding: 3px;
}

.first-box2>div:first-child,
.second-box2>div:first-child,
.third-box2>div:first-child,
.fourth-box2>div:first-child {
    width: 48px;
    text-align: center;
    color: #000000;
    background-color: #EBF5FF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-box2>div:nth-child(2),
.second-box2>div:nth-child(2),
.third-box2>div:nth-child(2),
.fourth-box2>div:nth-child(2) {
    width: 60px;
    text-align: center;
    color: #000000;
}

.first-box2>div:nth-child(3),
.second-box2>div:nth-child(3),
.third-box2>div:nth-child(3),
.fourth-box2>div:nth-child(3) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box2>div:nth-child(4),
.second-box2>div:nth-child(4),
.third-box2>div:nth-child(4),
.fourth-box2>div:nth-child(4) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box2>div:nth-child(5),
.second-box2>div:nth-child(5),
.third-box2>div:nth-child(5),
.fourth-box2>div:nth-child(5) {
    width: 90px;
    text-align: center;
    line-height: 16px;
    color: #555555;
    font-size: 13px;
}

.first-box2>div:nth-child(6),
.second-box2>div:nth-child(6),
.third-box2>div:nth-child(6),
.fourth-box2>div:nth-child(6) {
    width: 105px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.first-box2>div:nth-child(6)>div {
    line-height: 16px;
    color: #fff;
    background: #04B8FB;
    border-radius: 150px;
    width: 60px;
    height: 60px;
    padding: 15px;
}

.second-box2>div:nth-child(6)>div {
    line-height: 16px;
    color: #fff;
    background: #00D59B;
    border-radius: 150px;
    width: 60px;
    height: 60px;
    padding: 15px;
}

.third-box2>div:nth-child(6)>div {
    line-height: 16px;
    color: #fff;
    background: #FFAC03;
    border-radius: 150px;
    width: 60px;
    height: 60px;
    padding: 15px;
}

.fourth-box2>div:nth-child(6)>div {
    line-height: 16px;
    color: #fff;
    background: #FB575D;
    border-radius: 150px;
    width: 60px;
    height: 60px;
    letter-spacing: -1px;
    padding: 15px 7px;
    font-size: 12px;
}

.first-box2,
.second-box2,
.third-box2,
.fourth-box2 {
    display: flex;
    height: 80px;
    border: 1px solid #e2e2e2;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}


.table-add td {
    background-color: #f8f8f8 !important;
    padding: 30px;
}

span.size-d {
    font-size: 12px;
}


.total-box3-ca>div:first-child {
    width: 48px;
    text-align: center;
}

.total-box3-ca>div:nth-child(2) {
    width: 80px;
    text-align: center;
}

.total-box3-ca>div:nth-child(3) {
    width: 79px;
    text-align: center;
}

.total-box3-ca>div:nth-child(4) {
    width: 79px;
    text-align: center;
}

.total-box3-ca>div:nth-child(5) {
    width: 56px;
    text-align: center;
}

.total-box3-ca>div:nth-child(6) {
    width: 105px;
    text-align: center;
    letter-spacing: -0px;
    line-height: 13px;
    font-size: 13px;

}

.first-box3>div:first-child,
.second-box3>div:first-child,
.third-box3>div:first-child,
.fourth-box3>div:first-child {
    width: 48px;
    text-align: center;
    color: #000000;
    background-color: #EBF5FF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-box3>div:nth-child(2),
.second-box3>div:nth-child(2),
.third-box3>div:nth-child(2),
.fourth-box3>div:nth-child(2) {
    width: 80px;
    text-align: center;
    color: #000000;
}

.first-box3>div:nth-child(3),
.second-box3>div:nth-child(3),
.third-box3>div:nth-child(3),
.fourth-box3>div:nth-child(3) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box3>div:nth-child(4),
.second-box3>div:nth-child(4),
.third-box3>div:nth-child(4),
.fourth-box3>div:nth-child(4) {
    width: 79px;
    text-align: center;
    color: #000000;
}

.first-box3>div:nth-child(5),
.second-box3>div:nth-child(5),
.third-box3>div:nth-child(5),
.fourth-box3>div:nth-child(5) {
    width: 56px;
    text-align: center;
    line-height: 16px;
    color: #555555;
    font-size: 13px;
}

.first-box3>div:nth-child(6),
.second-box3>div:nth-child(6),
.third-box3>div:nth-child(6),
.fourth-box3>div:nth-child(6) {
    width: 105px;
    color: #04B8FB;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.first-box3,
.second-box3,
.third-box3,
.fourth-box3 {
    display: flex;
    height: 80px;
    border: 1px solid #e2e2e2;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#eeu_rank {
    display: none !important;
}



/* 헤더 네비게이션 */
.infinite-body .infinite-top-bar {
    position: fixed;
    width: 100%;
    top: 0;
    border: none !important;
    z-index: 11;
}

.admin-bar.infinite-body .infinite-top-bar {
    top: 32px;
}

.infinite-header-container {
    position: fixed !important;
    width: 100% !important;
    background-color: #ffffff !important;
}

.hover-nav-bg {
    height: 360px !important;
    background-color: #ffffff !important;
    position: fixed !important;
}

.hover-nav-ul {
    display: block !important;
}



/* 헤더 네비게이션 end */

@media screen and (max-width:1440px) {
    #infinite-page-wrapper {
        top: 0px !important;
    }
}

@media screen and (max-width:768px) {
    .eeu_rank .ul {
        display: flex;
        flex-direction: column;
    }

    .eeu_rank .ul .li {
        width: 100% !important;
    }
}

@media screen and (max-width:425px) {
    .ranking_tab {
        font-size: 12px !important;
    }

    .eeu_rank .tr .th {
        height: 50px !important;
        line-height: 18px !important;
        letter-spacing: -1.8px;
    }

    .eeu_rank .th>div {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .eeu_rank .td {
        font-size: 12px !important;
        letter-spacing: -1.8px;
    }

    .eeu_rank h3 {
        padding: 8px 15px !important;
    }
}

/* 푸터 */
.footer-div {
    display: flex;
    column-gap: 100px;
    text-transform: none;
}

.footer-info {
    text-align: left;
}

.footer-div2 {
    border-top: 1px solid #838383 !important;
    margin: 20px 0;
    padding: 20px;
    text-align: right;
    text-transform: none;
}

@media screen and (max-width:768px) {
    .footer-div {
        flex-direction: column;
    }

    .footer-info-txt {
        text-align: center;
    }

    .footer-div2 {
        text-align: center;
    }

}