@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-family: 'Inter', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 300
}

ul,
ol,
dl {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: inherit
}

button {
    background: transparent;
    border: 0;
    cursor: pointer
}

input {
    border: 0
}

iframe {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}


#repiera {
    width: 100%;
    position: relative
}

#repiera>img {
    width: 100%
}

#main_db {
    padding: 5%;
    border: 10px solid #e31d5b
}

#main_db dl {
    width: 100%;
    display: table;
    margin-bottom: 10px
}

#main_db dl>* {
    display: table-cell;
    vertical-align: middle
}

#main_db dl dt {
    width: 25%;
    font-size: 21px;
    font-weight: 500
}

#main_db dl dd {
    width: 75%
}

#main_db dl dd input {
    width: 100%;
    height: 50px;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    font-family: inherit;
    font-size: 18px;
}

#main_db .agree {
    text-align: center;
    margin: 3% 0;
    font-size: 12px
}

#main_db .agree input[type="checkbox"] {
    vertical-align: middle
}

#main_db .agree a {
    vertical-align: middle
}

#requestBTN {
    text-align: center
}

#requestBTN button img {
    width: 100%;
    max-width: 650px
}

.incall {
    background: #194a8e
}

.incall a {
    display: block;
    max-width: 1000px;
    margin: 0 auto
}

.incall a img {
    width: 100%
}

#footer {
    padding: 20px 10px;
    background: #444;
    text-align: center
}

#footer p {
    color: #eee;
    line-height: 1.5;
    font-size: 12px;
    opacity: .6
}

/* 하단 픽스 디비창 */
.fix_db_form {
    width: 100%;
    padding: 10px;
    background: #f15392;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9
}

.fix_db_form h1 {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px
}

.fix_db_form .form_inner {
    max-width: 750px;
    margin: 0 auto
}

.fix_db_form .form_inner ul {
    width: 70%;
    float: left;
    display: flex;
}

.fix_db_form .form_inner ul li {
    margin-right: 5px
}

.fix_db_form .form_inner ul li.n_name {
    width: 35%
}

.fix_db_form .form_inner ul li.n_age {
    width: 20%
}

.fix_db_form .form_inner ul li.n_tel {
    width: 45%
}

.fix_db_form .form_inner ul li input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 18px;
    outline: 0;
    border: 0;
    text-align: center;
    letter-spacing: -1px
}

.fix_db_form .form_inner .agree {
    text-align: right;
    clear: both;
    line-height: 2
}

.fix_db_form .form_inner .agree input {
    vertical-align: middle
}

.fix_db_form .form_inner .agree a {
    font-size: 13px;
    color: #fff;
    letter-spacing: -1px
}

.fix_db_form .form_inner .bnr {
    width: 30%;
    float: left
}

.fix_db_form .form_inner .bnr button {
    width: 100%;
    height: 50px;
    background: #222;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: -1px;
    line-height: 50px
}


@media screen and (max-width:500px) {
    #main_db {
        border-width: 5px
    }

    #main_db dl dt {
        font-size: 18px
    }

    #main_db dl dd input {
        height: 40px
    }

    #footer p {
        font-size: 9px
    }

    .fix_db_form h1 {
        margin-bottom: 5px
    }

    .fix_db_form h1 img {
        width: 70%
    }

    .fix_db_form .form_inner ul li input {
        height: 40px;
        padding: 0;
        font-size: 15px
    }

    .fix_db_form .form_inner .bnr button {
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }

    .fix_db_form .form_inner .agree {
        text-align: center
    }

    .fix_db_form .form_inner .agree a {
        font-size: 11px
    }
}