.load-more {
    font-size: clamp(15px, 2vw, 20px);
}

.dd-categories {
    display: block !important;
    float: right;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
}

.no-pad {
    padding: 0 !important;
}

.row.datalist {
    margin: 0 -10px;
}

.self-intro {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
}

.keywords {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .keywords span {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.card {
    padding-bottom: 10px;
}

    .card .course-title {
        background-color: #fbddc3ff;
        align-content: center;
        height: 55px;
        display: flex;
    }

        .card .course-title .card-title {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            font-size: clamp(18px, 2.5vw, 25px);
            font-weight: bold;
            align-content: center;
        }

.a-course-detail-tag .card-content {
    padding: 10px 0 !important;
    height: 200px;
    overflow: hidden;
    font-size: clamp(16px, 1.2vw, 20px);
}

.row-space {
    margin-bottom: 10px;
}

.card .card-image {
    aspect-ratio: 1 / 1;
}

    .card .card-image img {
        height: 100%;
        object-fit: cover !important;
    }


.charater-tags {
    margin-right: 5px;
    border-radius: 10px;
}

a {
    color: inherit; /* Inherit the color from the parent element */
    text-decoration: none; /* Remove underline */
}


    a:hover, a:visited, a:active {
        color: inherit; /* Prevent color changes on hover, visited, and active states */
        text-decoration: none; /* Ensure no underline on hover or active */
    }

.card-image img {
    height: 250px;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.banner-vertical {
    display: none;
}

.banner-horizontal {
    display: none;
}

#banner {
    position: relative;
    z-index: +2;
}

@media only screen and (max-width: 767px) {
    .banner-pc {
        display: none;
    }

    .banner-vertical {
        display: block;
    }
}

@media only screen and (max-height:500px) {
    .banner-pc {
        display: none;
    }

    .banner-horizontal {
        display: block;
    }
}
