
.cmdPage_button {
    width: 170px;
    font-size: 20px;
    font-family: Roboto-Regular;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    padding: 10.5px 20px;
    border: none;
    border-radius: 22px;
    background: #005cb8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.cmdPage_button:hover{
    color: #fff;
    text-decoration: none;
    background: #60cabc;
}

.cmdPage_sel {
    width: 340px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*border:1px solid #959595;*/
    border: 1px solid #bfbfbf;
    border-radius: 3px !important;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
    background: url(../../images/common/tp_sel_bg_1.png) no-repeat right;
    background-color: #fff;
    padding: 7px 50px 7px 16px;
}

.cmdPage_container {
    display: flex;
    justify-content: center;
    align-items: center;
}