/* 카운트 css */
.count-1 {
    position: relative;
}
.count-1.dark-mode .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #124157;
}
.count-1 .countup-1-flex {
    row-gap: 6.8em;
}
.count-1 .count-1-1 {
    text-align: center;
}
.count-1 .count-1-1 img {
    height: 80px;
    width: 100%;
}
.count-1 .count-1-1 span.odometer {
    display: block;
    font-size: min(8.4vw,48px);
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.0;
    color: #303030;
}
.count-1.dark-mode .count-1-1 span.odometer {
    color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    text-indent: 0.12em;
    letter-spacing: -0.12em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: 0em;
    letter-spacing: -0.12em;
}
.count-1 .count-1-1 span.symbol {
    display: block;
    color: rgba(0,0,0,0.7);
}
.count-1 .count-1-1 small {
    display: block;
    color: #303030;
    font-weight: 600;
    font-size: 100%;
}
.count-1.dark-mode .count-1-1 span.symbol {
    color: rgba(255,255,255,0.5);
}
.count-1.dark-mode .count-1-1 small {
    color: rgba(255,255,255,0.9);
}
.count-1 .animation-btn {
    margin-top: 50px;
}
#bo_btn_top {width: 100%;}

/* 커스텀 타이틀 */
.count-1 .custom-title {
    width: 100%;
    padding-bottom: 5.5%;
}
.count-1 .custom-title .title-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.count-1 .custom-title .title-box .title {
    text-align: center;
    color: rgba(0,0,0,0.8);
    line-height: 1.2;
}
.count-1.dark-mode .custom-title .title-box .title {
    color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 1199px) {
    .count-1 .custom-title {
        padding-bottom: 6.8em;
    }
}