﻿.gButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    max-width: 340px;
    width: 100%;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.allArea .mainArea .main {
    position: relative;
}

.allArea .mainArea .pages {
    max-width: 760px;
    margin: 0px auto;
}

.topWarning {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: none; /* flex */
    max-width: 760px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Notice);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    z-index: 1;
}

    .topWarning span {
        margin: 0 auto;
    }

    .topWarning .close {
        margin-left: 4px;
        cursor: pointer;
    }


button.disabled {
    opacity: 0.25;
    background: var(--Primary);
    cursor: default;
}

@media only screen and (max-width: 360px) {
    select {
        height: 32px !important;
    }

    input[type=text], input[type=password], input[type=tel], input[type=number], input[type=date] {
        height: 32px !important;
        font-size: 14px !important;
    }

    .gButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px !important;
        color: white !important;
        font-size: 18px !important;
        line-height: 28.17px;
    }
}