* {margin:0; padding:0; box-sizing:border-box}
body {width:100%; max-width:750px; margin:0 auto; font-family:'맑은고딕', sans-serif; font-size:16px}
a {text-decoration:none; color:inherit}
ul,ol,dl {list-style:none}
input[type="text"],
input[type="number"] {-webkit-appearance:none; -moz-appearance:none; appearance:none; outline:none; border:0; padding:0 10px}
button {background:transparent; border:0; outline:0; cursor:pointer}
img {border:0; vertical-align:middle}
img {border:0; vertical-align:middle}
iframe {width:0; height:0; visibility:hidden; position:absolute; top:0; left:0}

#icletime {width:100%}
#icletime > img {width:100%}

/* main_db */
#main_db {width:100%; padding:30px; text-align:center}
#main_db.db01 {background:#233863}
#main_db.db02 {background:#196e6b}
#main_db > img {width:100%; margin-bottom:10px}
#main_db p.warning {text-align: center; margin-bottom: 20px; color: #fff; letter-spacing: -1px; font-weight: 600}
#main_db p.warning i {font-size: 1.2em; vertical-align: -2px;}
#main_db dl {width:50%; height:auto; float:left; display:table; margin-bottom:10px}
#main_db dl > * {display:table-cell; vertical-align:middle}
#main_db dl dt {width:35%; font-weight:600; padding-right:10px; text-align:right; color:#fff}
#main_db dl dd {width:70%}
#main_db dl dd input {width:100%; height:45px; border-radius:5px; padding:0 10px}
#main_db dl dd .s_btn {width:100%; height:45px; line-height:45px; text-align:center}
#main_db dl dd .s_btn > div {width:50%; height:100%; float:left; background:#fff; cursor:pointer}
#main_db dl dd .s_btn > div.on {background:#ffd700; color:#222}
#main_db dl dd .s_btn .s_m {border-radius:5px 0 0 5px}
#main_db dl dd .s_btn .s_f {border-radius:0 5px 5px 0}

#main_db .agree {width:100%; height:40px; line-height:40px; margin:20px 0; text-align:center; clear:both}
#main_db.db01 .agree {background:#4e638e}
#main_db.db02 .agree {background:#329491}
#main_db .agree span,
#main_db .agree a {vertical-align:top; display:inline-block; font-size:0.8em; color:#fff}
#main_db .agree input[type="checkbox"] {vertical-align:0; margin-right:3px}
#main_db .bnr {text-align:center}
#main_db .bnr button {width:100%; max-width:500px}
#main_db .bnr button img {width:100%}

.incall a {display:block}
.incall a img {width:100%}

.ppl a {display:block}
.ppl a img {width:100%; max-width:750px;}

#footer {padding:20px 10px; background:#444; text-align:center}
#footer p {color:#eee; line-height:1.5; font-size:11px; font-weight:300; opacity:.6}

/* 하단 픽스 디비창 */
.fix_db_form {width: 100%; padding: 10px; background: #aa53f1; 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: 30%}
.fix_db_form .form_inner ul li.n_age {width: 25%}
.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) {
    body {font-size:13px}
    
    #main_db {padding:30px 10px}
    #main_db dl {width:100%}
    #main_db dl dt {width:25%; text-align:left}
    #main_db dl dd {width:75%}
    #main_db dl dd input {height:35px}
    #main_db dl dd .s_btn {height:35px; line-height:35px}
    #main_db .agree {height:30px; line-height:30px}

/* 하단 픽스 디비창 */

    .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}

}
