.club-content {
    background: #fff;
}

.club-wrap-1 {
    position: relative;
}

.club-wrap-1-img {
    width: 100%;
}


.club-wrap-1-btn {
    background: #fec953;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: max-content;
    padding: 12px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-radius: 12px;
    margin-top: -25px;
    z-index: 9;
    position: relative;
    transition: 0.3s;
}

.club-wrap-1-btn:hover {
    background: #fbad23;
    color: #000;
}

.club-warp-2-title {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 600;
    color: var(--color1);
}

.club-warp-2-text {
    text-align: justify;
    font-size: 18px;
    color: #000;
    line-height: 2;
    margin-top: 20px;
}


.club-wrap-3 {
    background: #005ca8;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
}

.club-wrap-3-star {
    width: 40px;
    margin-left: 15px;
}

.club-wrap-4-inner {
    padding: 25px;
    text-align: center;
}

.club-wrap-4-item:hover{
    background: #e4e4e4;
}
.club-wrap-4-item {
    transition: 0.3s;
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 18px;
    margin-top: 100px;
}

.club-wrap-4-icon {
    height: 100px;
    object-fit: contain;
    margin-top: -70px;
}

.club-wrap-4-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #0067b3;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 15px;
}

.club-wrap-4-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.club-wrap-4-star img {
    width: 30px;
    margin: 0 5px;
}

.club-wrap-4-title {
    font-size: 32px;
    font-weight: bold;
    color: #0067b3;
    margin-top: 20px;
}

.club-wrap-4-text {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 81px;
}

.club-wrap-4-box::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50px;
}

.club-wrap-4-box::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50px;
}

.club-wrap-4-box {
    position: relative;
    border-top: 3px dashed #fff;
    background: #e42622;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 0 0 18px 18px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.club-wrap-5 {
    margin-top: 80px;
}

.club-wrap-5-float {
    position: relative;
    color: #056ab4;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.club-wrap-5-arrow {
    height: 100px;
}

.club-wrap-5-head {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}


.club-wrap-5-head strong {
    color: #056ab4;
    font-weight: bold;
}

.club-wrap-5-item:hover{
    background: #efefef;
}
.club-wrap-5-item {
    transition: 0.3s;
    display: flex;
    align-items: center;
    background: #f6f6f9;
    border-radius: 12px;
    justify-content: space-between;
    padding: 30px;
    margin-top: 25px;
}

.club-wrap-5-icon {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-right: 20px;
}


.club-wrap-5-number {
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-left: 10px;
}

.club-wrap-5-flex {
    display: flex;
    align-items: center;
}

.club-icon-5-text {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin-top: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.club-wrap-5-arrow {
    height: 100px;
    margin-right: auto;
    transform: rotate(45deg);
    padding-left: 58px;
}

.club-wrap-5-img {
    width: 100%;
    margin-top: 50px;
    margin-bottom: -82px;
}

@media (max-width:767px) {
    .club-wrap-1-btn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 9px;
        margin-top: -20px;
    }

    .club-wrap-1-img {
        height: 330px;
        object-fit: cover;
    }

    .club-warp-2-title {
        margin-top: 20px;
        font-size: 20px;
    }

    .club-warp-2-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .club-wrap-3 {
        margin-top: 20px;
        font-size: 16px;
        padding: 15px;
    }

    .club-wrap-4-icon {
        height: 65px;
        margin-top: -50px;
    }

    .club-wrap-4-item {
        margin-top: 50px;
    }

    .club-wrap-4-inner {
        padding: 15px;
    }

    .club-wrap-4-badge {
        font-size: 14px;
        margin-top: 10px;
    }

    .club-wrap-4-star {
        margin-top: 15px;
    }

    .club-wrap-4-star img {
        width: 16px;
        margin: 0 5px;
    }

    .club-wrap-4-title {
        font-size: 20px;
    }

    .club-wrap-4-text {
        font-size: 14px;
        margin-top: 10px;
        height: 75px;
    }

    .club-wrap-4-box {
        padding: 15px;
        font-size: 16px;
    }

    .club-wrap-5 {
        margin-top: 35px;
    }

    .club-wrap-5-float {
        text-align: center;
    }

    .club-wrap-5-head {
        font-size: 18px;
    }

    .club-wrap-5-arrow {
        height: 50px;
        margin-right: unset;
        transform: unset;
        padding-left: 0;
        margin-left: auto;
    }

    .club-wrap-5-item {
        padding: 15px;
        margin-top: 15px;
    }

    .club-wrap-5-icon {
        height: 50px;
        width: 50px;
        margin-right: 15px;
    }

    .club-icon-5-text {
        font-size: 12px;
        margin-top: 10px;
        -webkit-line-clamp: unset;
    }

    .club-wrap-5-number {
        height: 20px;
        width: 20px;
    }

    .club-wrap-5-img {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

.club-warp-2-text p{
    font-size: 17px;
}

/* end 3:32 AM ;) */