@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap');

* {
    font-family: 'Maven Pro',
    sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    font-size: 100%;
}

/* Top Area */
.top-area {
    background: #000000;
    padding-top: 3.375rem;
    padding-bottom: 1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-6 {
    width: calc(100% / 2);
    padding: 0 15px;
}

.col-4 {
    width: calc(100% / 3);
    padding: 0 15px;
}

.col-12 {
    width: calc(100% / 1);
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.form-control {
    width: 100%;
    height: 2.375rem;
    display: block;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.488571px;
    color: #372A26;
    outline: 0 !important;
    border: none;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.form-control::placeholder {
    color: #372A26;
}

.top-button {
    display: block;
    width: 100%;
    height: 2.3125rem;
    border-radius: 38px 85px 84px 95px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.gray-button {
    background: #B1B6AF;
}

.view-avail-button {
    background: #4089A4;
}

.label {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}

.date-input[type='text'] {
    background: #FFFFFF url(../images/date.png) no-repeat center;
}

.date-input[type='date'],
.noBg {
    background: #FFFFFF !important;
}

.time-input-a-2[type='text'] {
    background: #FFFFFF url(../images/time-a-2.png) no-repeat center;
}

.time-input-a-2[type='time'],
.noBg {
    background: #FFFFFF !important;
}

.time-input-b-2[type='text'] {
    background: #FFFFFF url(../images/time-b-2.png) no-repeat center;
}

.time-input-b-2[type='time'],
.noBg {
    background: #FFFFFF !important;
}

.top-area .step-1 {
    padding: 0 30px;
}

.top-area .text {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.325714px;
    color: #FFFFFF;
    padding: 1rem 2rem 0;
}

@media (max-width: 991.98px) {
    .top-area .step-1 {
        padding: 0;
    }

    .top-area .step-1 > .col-6 {
        width: 100%;
    }

    .top-area .step-1>.col-6:nth-of-type(2) {
        margin-top: 3rem;
    }

    .top-area .pr-0 {
        padding-right: 15px !important;
    }
}

@media (max-width: 575.98px) {
    .top-area .step-2>.col-6,
    .top-area .step-2>.col-4 {
        width: 100%;
    }

    .top-area .step-2 .gray-button {
        margin-top: 1.25rem;
    }
}

/* Contents */
img {
    max-width: 100%;
}

.contents {
    padding: 1rem 0;
}

.position-relative {
    position: relative;
}

.bitmap {
    position: absolute;
    top: 0;
    left: 2rem
}

.contents .heading {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.76px;
    color: #372A26;
}

.contents .help-txt {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.325714px;
    color: #898989;
    margin: 0.5rem 0;
}

.more-contents {
    margin-top: 3rem;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: -0.325714px;
    color: #898989;
}

.more-contents .title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.contents ul {
    padding: 15px;
}

.button-wrapper button {
    color: #898989;
    font-weight: 600;
    border: 2px solid #898989;
    background: #FFFFFF;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
}

.button-wrapper button:hover {
    color: #305677;
    border: 2px solid #305677;
}

.img-wrapper {
    margin: 1rem 0;
}

.one-btn-wrapper .button {
    display: block;
    width: 70%;
    margin: auto;
    height: 2.3125rem;
    border-radius: 38px 85px 84px 95px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #4089A4;
}

@media (max-width: 991.98px) {
    .contents .step-1 > .col-6 {
        width: 100%;
    }

    .bitmap {
        position: absolute;
        top: unset;
        bottom: 0;
    }

    .contents .step-1>.col-6:nth-of-type(2) {
        margin-top: 2rem;
    }
}

@media (min-width: 1440px) {
    .contents .step-2 {
        align-items: center;
    }

    .contents .step-2 .col-12:nth-of-type(2),
    .contents .step-2 .col-12:nth-of-type(3) {
        width: calc(100% / 2);
    }

    .contents .step-2 .col-12:nth-of-type(3) .button {
        width: 100%;
    }
}

@media (max-width: 1100px) and (min-width: 992px),
(max-width: 575.98px) {
    .contents .step-2 .col-12:nth-of-type(3) .button {
        width: 100%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .contents .step-2 {
        align-items: center;
    }

    .contents .step-2 .col-12:nth-of-type(2),
    .contents .step-2 .col-12:nth-of-type(3) {
        width: calc(100% / 2);
    }

    .contents .step-2 .col-12:nth-of-type(3) .button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contents .heading {
        font-size: 20px;
        line-height: 30px;
    }
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}