* {margin:0; padding:0; box-sizing:border-box}
body {width:100%; font-family: 'Inter', 'Noto Sans KR', sans-serif; font-size:16px; font-weight: 400}
a {text-decoration:none; color:inherit}
ul,ol,dl {list-style:none}
input[type="text"],
input[type="number"],
input[type="tel"]  {-webkit-appearance:none; -moz-appearance:none; appearance:none; outline:none; border:0; padding:0 10px; font-family: inherit; font-size: inherit}
button {background:transparent; border:0; outline:0; cursor:pointer; font-family: inherit; font-size: inherit;}
img {border:0; vertical-align:middle}
iframe {width:0; height:0; visibility:hidden; position:absolute; top:0; left:0}

#repiera {width:100%; max-width:750px; margin:0 auto; position:relative}
#repiera > img {width:100%}

#main_db {padding: 5%; border: 5px solid #e5224d}
#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}

/* 메인DB 증상 선택 영역 */
.n_content {background: #f1f1f1; margin-bottom: 30px; padding: 30px}
.n_content .n_content_title {letter-spacing: -1px; margin-bottom: 15px}
.n_content .n_content_title p {font-size: 21px; font-weight: 500}
.content_wrap {margin: 0 -5px}
.content_wrap:before,
.content_wrap:after {content:''; width: 100%; display: block}
.content_wrap:after {clear: both}
.content_wrap > div {width: 33.33%; float: left; padding: 0 5px; margin: 5px 0}
.content_wrap > div label {display: block; width: 100%; height: 40px; text-align: center; line-height: 38px; border: 1px solid #555; font-size: 18px; cursor: pointer}
.content_wrap > div input[type="checkbox"] {display: none}
.content_wrap > div input[type="checkbox"]:checked + label {background: #ff2576; border-color: #ff2576; color:#fff; font-weight: 500}

.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:9px; opacity:.6}

/* 하단 픽스 디비창 */
.fix_db_form {width: 100%;padding: 10px;background: #c6c8ff;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}

    .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}

    .n_content {padding: 15px}
    .n_content .n_content_title p {font-size: 18px}
    .content_wrap > div label {font-size: 16px}
}

#main_db dl.gen {margin-bottom:0px;}
#main_db dl.gen dd {display:flex; white-space: nowrap;}