.slideshow {
    height: calc(700 / 1920 * 100vw);
    min-height: 400px;
    object-fit: cover;
    z-index: 1;
}
#dma-img-wrap {
    height: auto !important;
}
@media (min-width: 768px) {
    #dma-img-wrap {
        height: 230px !important;
    }
    .AIcb-center-img {
        max-width: 700px !important;
    }
}


.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-img-200 img, .card-img-250 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-img-250 {
    height: 250px;
    overflow: hidden;
}
.card-title {
    min-height: 3.2rem;
    display: flex;
    align-items: center;
}
.card-title a {
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    .navbar-nav .nav-item {
        min-width: 120px;
        text-align: center;
    }
    .navbar-nav .nav-link {
        font-size: 16px !important;
    }
    .navbar-nav .nav-link:hover {
        background-color: #007bff;
        color: #fff !important;
        border-radius: 4px;
    }
}

/* Slide text styles */
.swiper-slide {
    position: relative;
    overflow: hidden;
}
.slide-1-text {
    top: 50% !important;
    left: 30% !important;
    transform: translate(-50%, -50%) !important;
    text-align: left;
    z-index: 10;
}
.slide-2-text {
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    z-index: 10;
}

/* �ֻ��� */
@media (max-width: 767px) {
    .slideshow {
        height: auto;
        min-height: auto;
        aspect-ratio: 16 / 9;
    }
    .slide-1-text {
        width: 80% !important;
        left: 45% !important;
        transform: translate(-50%, -50%) !important;
        text-align: left;
    }
    .slide-2-text {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center;
    }
    .slide-1-text > div {
        font-size: 0.7rem !important;
        margin-top: 5px !important;
    }
    .slide-1-text > div:first-child {
        font-size: 1.2rem !important;
    }
    .slide-2-text > div {
        font-size: 0.7rem !important;
        margin-top: 5px !important;
    }
    .slide-2-text > div:first-child {
        font-size: 1.4rem !important;
    }
    .slide-2-text > div:nth-child(2) {
        font-size: 0.9rem !important;
    }
    .slide-2-text img {
        width: 30px !important;
        height: 30px !important;
    }
    .slide-2-text .icon-label {
        font-size: 0.5rem !important;
    }
    .about-title {
        font-size: 20px !important;
        margin-top: 60px !important;
    }
    .stat-row .col-6 > div:first-child {
        font-size: 22px !important;
    }
    .stat-row .col-6 > div:last-child {
        font-size: 13px !important;
    }
    .content {
        font-size: 14px !important;
        padding: 0 15px;
    }
    .content p, .content span, .content div {
        font-size: 14px !important;
    }
    .index-stat-row .col-4 > div:first-child {
        font-size: 1.2rem !important;
    }
    .index-stat-row .col-4 > div:last-child {
        font-size: 13px !important;
    }
    .card-title {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
}
