﻿/*****************115*******************/
ul{
    list-style-type:none;
}
.brand-top, .img-club {
    display: flex;
    justify-content: center;
}

    .brand-top p {
        text-shadow: 0 0 8px #b3b3b3;
    }
    .brand-top p:first-child {
        font-size: 5rem;
    }
.club-115 {
    font-size: 2rem;
}
/*****************121*******************/
.clubTbl {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 335px;
    border-collapse: collapse;
}

    .clubTbl tr {
        border-bottom: 1px solid black;
    }

        .clubTbl tr td {
            height: 30px;
        }

#tick-mark {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
}

    #tick-mark::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 50%;
        width: 3px;
        background-color: #336699;
        content: "";
        transform: translateX(10px) rotate( -45deg);
        transform-origin: left bottom;
    }

    #tick-mark::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background-color: #336699;
        content: "";
        transform: translateX(10px) rotate( -45deg);
        transform-origin: left bottom;
    }

.btn-club:hover {
    color: #1c1b1b;
    background-color: transparent;
}
.club-link {
    color: blue;
}
.club-img-121{
    width:200px;
}
.club-table-121{
    width:500px;
}
.list-121 {
    list-style-type: initial;
}
/*****************116*******************/
.des-head {
    margin: auto;
    vertical-align: middle;
    color: #21409a;
    font-size: 2rem;
    vertical-align: middle;
    padding: 3rem 0 0 0;
}

.faq-club {
    border: 1px solid #e6e6e8;
    border-radius: 7px;
}

.faq-des {
    padding: 1rem 5rem 0 0;
}

    .faq-des p:first-child {
        margin: auto;
        padding: 10px;
        color: #c31f21;
    }
/*.title-show {
    padding: 0.5rem 4rem 0 8rem;
}*/
@media(max-width:767px) {
    .title-show {
        align-items: center;
        display: flex;
        margin: inherit;
        padding: initial;
    }

    .des-head {
        font-size: 1.5rem;
    }
}
/*****************138*******************/
.club-title-138 {
    font-size: 2rem;
    color: #005670;
}
.club-138 ul{
    list-style-type:disc;
}
.box-138 {
    text-align: center;
    color: #005670;
    border: 1px solid #005670;
    border-radius: 37px;
    max-width: max-content;
    padding: 1rem 2rem;
}
/*****************147*******************/
.club-147 ul{
    list-style-type:initial;
}
.club-btn-147 {
    padding: 5px;
    border-radius: 7px;
}
.white-popup-block {
    max-width: 1300px;
}