﻿.main-row {
    margin: 0px;
    border: 0px;
    margin-top: -20px;
}
.card-body {
    /*background: #fff;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/

    padding: 0px;
}

.card-body-contents {
    padding: 25px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

.card-body-contents .top-contents {
    text-align: center;
    padding-bottom: 25px;
    color: #00753f;
    line-height: 1.3;
}
.card-body-contents .top-contents div {
    font-size: 20px;
    line-height: 44px;
}
.card-body-contents .top-contents div.title {
    font-size: 36px;
    /*line-height: 44px;*/
    font-weight: 700;
}

    .card-body-contents .top-body {
        /*font-size: 17px;*/
        line-height: 27px;
        font-weight: 400;
        padding: 10px 20px 40px 20px;
    }

.card-body-contents .top-body-img img {
    width: 100%;
    height: 250px;
    padding: 2px 0px;
    object-fit: cover;
}

.card-body-contents .footer-contents .footer-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 44px;
    padding-top: 25px;
    padding-bottom: 10px;
}
    .card-body-contents .footer-contents div {
        /*font-size: 17px;*/
        font-weight: 400;
        line-height: 27px;
    }

.custom-contents {
    /*padding-top: 50px;*/
    padding: 50px 12px 10px 12px;
}

.custom-contents .custom-contents-title {
    padding: 20px;
    letter-spacing: 4px;
    text-align: center;
    font-size: 18px;
}
.custom-contents .moreBtn {
    padding: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(122, 122, 122, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    display: block;
    width: 361px;
    margin: 10px 0px;
}
/*
.custom-slider {
    padding: 0px 10px;
}
*/

.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-bottom:20px;
}

.custom-box {
    height: 300px;
    text-align: center;
    box-shadow: 6px 10px 11px 0px rgba(0, 0, 0, 0.1);
    /*margin: 5px 10px 17px 10px;*/
    padding: 0px;
    font-size: 12px;
    border-radius: 10px;
    height: 100%;
}

.custom-box .slider-img {
    height: 210px;
}

.custom-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.slider-body > * {
    box-sizing: content-box;
}

.slider-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    height: 99px;
    justify-content: center;
}

.slider-body .slider-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom:10px
}
.slider-body .slider-description {
    text-align: left;
    padding-left: 0px;
    
}
.slider-body .slider-description span {
    display:inline-block;
    font-size: 15px;
    font-weight: 300;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

