.btn-area {
    margin-left: 30px;
    position: relative;
    text-align: right;
}

.btn-apply {
    cursor: default;
    min-width: 200px;
    height: 56px;
    padding: 12px 32px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #111;
    border-radius: 4px;
    background: #fff;
}

.btn-complete {
    cursor: default;
    min-width: 200px;
    height: 56px;
    padding: 12px 32px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #111;
    border-radius: 4px;
    background: #000;
}

.btn-apply:disabled {
    cursor: not-allowed;
    background-color: #DDDDDD;
    color: #000000;
    border: none;
}

.btn-complete:disabled {
    cursor: not-allowed;
    background-color: #111111;
    color: #ffffff;
    border: none;
}

.board-btn .btn:first-child {
    margin-left: 0;
}
.board-btn .btn {
    margin-left: 10px;
}
.btn-darkgray, .btn-darkgray:hover {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.button-strong {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.btn-lg {
    width: 180px;
    font-size: 18px;
}

.button {
    width: 100%;
    height: 60px;
    line-height: 58px;
    padding: 0;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: center;
    letter-spacing: -.025em;
    box-sizing: border-box;
}

.button-black {
    color: #fff;
    border: 0;
    background: #111;
}

.button-block {
    display: block;
    text-align: center;
    padding: 5px 10px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .btn-apply {
        cursor: default;
        min-width: 150px;
        height: 40px;
        padding: 0 20px;
        color: #111;
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        border: 1px solid #111;
        border-radius: 4px;
        background: #fff;
    }
}

@media all and (max-width: 767px) {
    .btn-apply {
        cursor: default;
        min-width: 100px;
        height: 35px;
        padding: 0 10px;
        color: #111;
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        border: 1px solid #111;
        border-radius: 4px;
        background: #fff;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .btn-complete {
        cursor: default;
        min-width: 150px;
        height: 40px;
        padding: 0 20px;
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        border: 1px solid #111;
        border-radius: 4px;
        background: #000;
    }
}

@media all and (max-width: 767px) {
    .btn-complete {
        cursor: default;
        min-width: 100px;
        height: 35px;
        padding: 0 10px;
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        border: 1px solid #111;
        border-radius: 4px;
        background: #000;
    }
}