/* <=== hpmembermm ===> */
.hpmembermm{
    padding: 40px 0 30px;
}
/* <=== hpmembermm ===> */

/* <=== hpmemberhh ===> */
.hpmemberhh{
    padding: 30px 0;
    border-top: 1px solid #eeeeee;
}
.tpmemberhh .hhwrap{
    max-width: 630px;
    margin: 0 auto;
}
.tpmemberhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpmemberhh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itmemberhh select{
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
}
/* <=== hpmemberhh ===> */

/* <=== hpmemberbb ===> */
.hpmemberbb{
    padding: 50px 0 120px;
    background-color: #f6f6f6;
    margin-bottom: -40px;
}
.tpmemberbb .bblist{
    margin-bottom: 10px;
}
.tpmemberbb .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpmemberbb .ligrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itmemberbb{
    padding: 20px 20px 25px 20px;
    background-color: #fff;
    height: 100%;
}
.itmemberbb .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itmemberbb .vvgrip > div{
    padding: 0 10px;
}
.itmemberbb .vvgrip .lcol{
    width: 45.902%;
}
.itmemberbb .vvgrip .rcol{
    width: calc(100% - 45.902%);
}
.itmemberbb .thumb{
    display: block;
    padding-top: 66.924%;
    position: relative;
    overflow: hidden;
}
.itmemberbb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itmemberbb .dstitle{
    margin-bottom: 5px;
    color: #274e91;
    text-transform: uppercase;
}
.itmemberbb .dstitle, .itmemberbb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
}
.itmemberbb .dsconts{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}
.itmemberbb .dslines{
    margin-bottom: 15px;
}
.itmemberbb .dslines .ccgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.itmemberbb .ccgrip > div{
    padding: 0 5px;
}
.itmemberbb .ccgrip .xcol{
    width: 35px;
}
.itmemberbb .ccgrip .ycol{
    width: calc(100% - 35px);
} 
.itmemberbb .niicon{
    width: 25px;
    height: 25px;
    background-color: #274e91;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 10px;
}
.itmemberbb .ninumb{
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.itmemberbb .dsmapbd{
    display: flex;
}
.itmemberbb .dsmapbd a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #eeeeee;
}
.itmemberbb .dsmapbd a .micon{
    margin-right: 10px;
}
.itmemberbb .dsmapbd a:hover{
    background-color: #274e91;
    color: #fff;
}
/* <=== hpmemberbb ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpmembermm ===> */
    .hpmembermm{
        padding: 30px 0 10px;
    }
    /* <=== hpmembermm ===> */

    /* <=== hpmemberhh ===> */
    .hpmemberhh{
        padding: 20px 0;
    }
    .tpmemberhh .hhgrip{
        margin: 0 -5px;
    }
    .tpmemberhh .hhgrip > div{
        padding: 0 5px;
    }
    /* <=== hpmemberhh ===> */

    /* <=== hpmemberbb ===> */
    .hpmemberbb{
        padding: 40px 0 70px;
        margin-bottom: -45px;
    }
    .tpmemberbb .ligrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itmemberbb .dstitle, .itmemberbb .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== hpmemberbb ===> */
}
@media all and (max-width: 767px){
    /* <=== hpmemberbb ===> */
    .itmemberbb .vvgrip .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itmemberbb .vvgrip .rcol{
        width: 100%;
    }
    .itmemberbb .dsmapbd a{
        width: 100%;
        justify-content: center;
    }
    /* <=== hpmemberbb ===> */
}