/* Card */
.card {
    width: 424px;
    min-height: 753px;
    background-color: #f4f4f4 !important;
}

.card-img-wrap {
    width: 376px;
    height: 468px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.card-img-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.card-title {
    font-size: 18px;
    color: #000;
}

.card-text {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    -webkit-line-clamp: 2;
    height: 50px;
}

.card-box {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-top: auto !important;
    gap: 0.25rem !important;
    height: 70px;
}

/* wr_1 buttons */
.wr1-btn {
    display: inline-block;
    background: #38a1db;
    color: #fff;
    margin-bottom:8px;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
    border-radius: 7px;
}

.wr1-btn-light {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.btnContact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #f0831f;
    width: 190px;
    height: 54px;
    border: 1px solid #f0831f;
    border-radius: 50rem;
    padding: 0px 10px;
    margin-top: 24px;
    text-decoration: none;
}

.viewExplainTitle {
    font-size: 28px;
    font-weight: 700;
    color: #38a1db;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #38a1db;
    margin-bottom: 20px;
}

.viewTopLeft {
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 636px;
}

@media (max-width: 576px) {
    .viewTopLeft {
        border: none;
    }
}