@charset "utf-8";

/* secCmnNextLoad */
.secCmnNextLoad{
    width: 300px;
    height: 60px;
    margin: 100px auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnNextLoad .btn{
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 1px solid #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.secCmnNextLoad #listLoading{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        width: 275px;
        height: 50px;
        margin-top: 30px;
    }
    .secCmnNextLoad .btn{
        font-size: 12px;
    }
}