#background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: -99;
}

.col-12 {
    padding: 0 !important;
}

td input {
    width: 50%;
    height: 55px;
    padding: 10px 19px;
    margin: .5rem 0;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    border: 0px solid #3b3b3b;
    background: white;
    border-radius: 0px;
    border: 1px solid var(--stroke-primary);
    color: black;
    transition: all .3s;
}

.fot {
    width: 25%;
}

table {width: 100%;}

.row {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.p-white {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    text-align: center;
}

.p-yellow {
    color: #f2cd2b;
}
.img-01 {text-align: center;}
.img-02 {text-align: center;}
.img-01 a img {
    width: 80%;
    min-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.img-02 a img {
    width: 80%;
    min-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.title_01 {font-size: 36px; font-weight: 700; color: black;}
.title_02 {font-size: 20px; font-weight: 500; color: black;}
.title_02 span {color: rgb(099, 199, 176);}


.footer_back {
    background-image: url(2.png);
    height: 100%;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}


.footer_1 {
    POSITION: fixed; MARGIN-LEFT: 0px; bottom: 0px; LEFT: 0%;z-index:9999; width: 100%; height: 235px;
}

.pc {display: flex; flex-direction: row; vertical-align: middle; align-items: center; justify-content: center;}



#dbForm1 {
    background: url(../image/2.png) repeat-x bottom;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#dbForm1 .container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
#dbForm1 form {
    display: flex;
    gap: 15px;
    padding: 0;
    margin-top: 25px;
    width: 1000px;
}
#dbForm1 .input_wrap ul {
    flex-direction: row;
    flex-wrap: inherit;
    gap: 8px;
    width: 100%;
    display: flex;
}
#dbForm1 .input_wrap ul li {
    width: 50%;
    display: flex;
    align-items: center;
}
#dbForm1 .input_wrap ul li input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    letter-spacing: -1px;
    background: #fff;
}
#dbForm1 .input_wrap ul li select {
    padding: 14px 9px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 130%;
    background: #fff;
}
#dbForm1 .agree_wrap {
    margin: 7px 0 0 0;
}
#dbForm1 .agree_wrap p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
#dbForm1 .agree_wrap p input {
    margin-right: 3px;
}
#dbForm1 .agree_wrap a {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
#dbForm1 .db_btn_wrap button {
    display: block;
    width: 140%;
    text-align: center;
    padding: 20px 20px;
    border-radius: 5px;
    background: #1c1c1c;
    color: #fff;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 20px;
    margin: 0 auto;
}
    /*form*/
    #dbform {
        width: 100%;
        background-color: #e4f0f0;
        padding-bottom: 30px;
    }
    #dbform form {
        background-color: #f8f8f8;
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .db_title {
        font-size: 24px;
        text-align: center;
        padding-top: 40px;
        line-height: 36px;
    }
    .db_title p {
        font-size: 40px;
        font-weight: 700;
        padding-bottom: 15px;
    }
    #dbform .db_cont {
        width: 500px;
        padding: 40px 0;
        margin: 0px auto;
    }
    #dbform .input-wrap ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 30px;
    }
    #dbform .input-wrap ul li {
        display: flex;
        width: 100%;
        align-items: center;
    }
    #dbform .input-wrap ul li label {
        width: 80px;
        color: #111;
        font-size: 16px;
        font-weight: 600;
    }
    #dbform .input-wrap ul li input {
        padding: 10px 5px;
        background: #fff;
        border-radius: 5px;
        width: 100%;
        font-size: 16px;
        letter-spacing: -1px;
        border: none;
        font-family: 'GmarketSans';
        font-weight: 300;
    }
    #dbform .input-wrap ul li select {
        padding: 10px 5px;
        background: #fff;
        border-radius: 5px;
        width: 100%;
        border: 0;
        font-family: 'GmarketSans';
        font-weight: 300;
    }
    #dbform .input-wrap ul li .tel-con {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 5px;
    }
    #dbform .input-wrap ul li .tel-con span {
        display: flex;
        flex-basis: 32%;
    }
    #dbform .agree-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 15px 0;
        text-align: left;
        gap: 2px;
    }
    #dbform .agree-wrap p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    #dbform .agree-wrap p input {
        margin-right: 3px;
    }
    #dbform .db-btn-wrap {
        margin-top: 30px;
    }
    #dbform .db-btn-wrap button {
        display: block;
        width: 100%;
        text-align: center;
        width: 100%;
        border-radius: 5px;
        border: 0;
        background-color: #09cbcd;
        color: #fff;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        font-family: 'GmarketSans'
    }




@media (min-width: 250px) and (max-width: 693px) {
    .footer_1 {
        POSITION: fixed; MARGIN-LEFT: 0px; bottom: 0px; LEFT: 0%;z-index:9999; width: 100%; height: 100%; max-height: 235px;
    }




    .mo {display: flex; flex-direction: column; vertical-align: middle; align-items: center; justify-content: center;}


    .fot {
        width: 50%;}



        #dbform .db_cont {
            width: 90%;
        }
        #dbform .db_title span {
            display: block;
        }
        .wing {
            position: fixed;
            right: 0px;
            margin-right: 0;
            bottom: 100px;
            width: 120px;
        }
        #dbForm1 {
            display: none;
        }



}
    
    