.box {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0.375em;
    border: 0;
    box-shadow: inset 0 0 0 2px #6A91F6;
    color: #6A91F6;
    width: 85%;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 0.9em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 1.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }

    .plusbox {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: transparent;
        border-radius: 0.375em;
        border: 0;
        box-shadow: inset 0 0 0 2px #6A91F6;
        color: white;
        background-color: #6A91F6;
        width: 13%;
        cursor: pointer;
        display: inline-block;
        font-family: 'Nanum Gothic';
        font-size: 0.9em;
        font-weight: 700;
        height: 3.5em;
        letter-spacing: 0.075em;
        line-height: 3.5em;
        padding: 0 1.25em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap; }
        .minusbox {
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
            appearance: none;
            -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            background-color: transparent;
            border-radius: 0.375em;
            border: 0;
            box-shadow: inset 0 0 0 2px #fd7878;
            color: white;
            background-color: #fd7878;
            width: 13%;
            cursor: pointer;
            display: inline-block;
            font-family: 'Nanum Gothic';
            font-size: 0.9em;
            font-weight: 700;
            height: 3.5em;
            letter-spacing: 0.075em;
            line-height: 3.5em;
            padding: 0 1.25em;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap; }
        
            .box2 {
                -moz-appearance: none;
                -webkit-appearance: none;
                -ms-appearance: none;
                appearance: none;
                -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
                background-color: transparent;
                border-radius: 0.375em;
                border: 0;
                box-shadow: inset 0 0 0 2px #fd7878;
                color: #fd7878;
                width: 85%;
                cursor: pointer;
                display: inline-block;
                font-family: 'Nanum Gothic';
                font-size: 0.9em;
                font-weight: 700;
                height: 3.5em;
                letter-spacing: 0.075em;
                line-height: 3.5em;
                padding: 0 1.25em;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                white-space: nowrap; }
            