@charset "utf-8";
@import url('reset.css');
.clr:before,
.clr:after { content: ' '; display: block; }
.clr:after { clear: both; }
.hidden { position: absolute; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden; }
body { font-size: 26px; color: #383838; font-family: '맑은 고딕', '나눔고딕', dotum;/* letter-spacing: -0.075em; */ }
.imgbox img { display: block; width: 100%; }
::-webkit-input-placeholder { color: #555; opacity: 1 !important; }
::-moz-placeholder { color: #555; opacity: 1 !important; }
:-ms-input-placeholder { color: #555; opacity: 1 !important; }
:-moz-placeholder { color: #555; opacity: 1 !important; }
.placeholder { color: #555; opacity: 1 !important; }
html,
body { height: 100%; }
.font1 { font-size: 24px;/* font-style: italic; *//* font-weight: bold; */letter-spacing: -0.1em;/* color: #fff; *//* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; *//* -webkit-text-stroke: 1px #fff; */ }
.font2 { font-size: 22px; font-style: italic; font-weight: bold; letter-spacing: -0.1em; color: #fff;/* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */ }
.font3 { font-size: 42px; font-style: italic; font-weight: bold; letter-spacing: -0.1em; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

/* 컨텐츠 */
.wrapper { position: relative; max-width: 800px; min-height: 100%; margin: 0 auto; text-align: center; overflow: hidden; background: #fff url(../imgs/step0_bg.jpg) no-repeat 50% 0; background-size: 100% auto; }
.header { }
.header-title { padding-bottom: 13%; font-size: 48px; font-weight: bold; color: #fff; letter-spacing: -0.1em; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); }
.date { padding-top: 45%; font-size: 60px; font-weight: bold;/* font-style: italic; */ color: #fff; letter-spacing: -0.075em; line-height: 1; text-align: center; text-shadow: 2px 2px 3px rgb(0 0 0 / 80%); }
.date span { display: block; }
.footer { font-size: 12px; color: #999; padding: 20px 0 40px; }
.robot-title { display: none; margin-bottom: -5%; }
.loader { border: 10px solid rgba(0, 0, 0, 0.5); /* Light grey */ border-top: 10px solid #000; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: spin 1s linear infinite; }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.step-list .step0 { }
.step-list .step0 .img { display: block; width: 50%; max-width: 300px; margin: 5% auto; }
.step-list .step0 .total-count { font-size: 48px; font-weight: bold; font-style: italic; letter-spacing: -0.05em; }
.step-list .step0 .start-btn {/* padding-top: 25%; */ }
.step-list .step0 .start-btn button { display: block; width: 70%; max-width: 365px; margin: 0 auto; border: 0 none; background: transparent; }
.step-list .step0 .start-btn button img { display: block; width: 100%; max-width: 365px; margin: 0 auto; }
.step-list .step1 .loader-box { width: 146px; margin: 30px auto; }
.step-list .step1 .loader { margin: 0 auto; }
.step-list .step1 .loading { padding-top: 4%; }
.step-list .step1 .loading span { display: block; width: 25%; margin: 0 auto; padding-top: 7%; padding-bottom: 5%; }
.step-list .step1 .loading span img { display: block; width: 100%; -webkit-animation: spin 4s infinite linear; -o-animation: spin 4s infinite linear; -moz-animation: spin 4s infinite linear; animation: spin 4s infinite linear; }
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.step-list .step1 .str { padding-top: 0%; padding-bottom: 5%; }
.step-list { position: relative; width: 10000px; margin-left: 0; transition: margin-left 0.2s; width: 500%; }
.step-list:after { content: ''; display: table; clear: both; }
.step-list.step-1 { margin-left: -100%; }
.step-list.step-2 { margin-left: -200%; }
.step-list.step-3 { margin-left: -300%; }
.step-list.step-4 { margin-left: -400%; }
.step-list.step-5 { margin-left: -500%; }
.step-list.step-6 { margin-left: -600%; }
.step-list .step { float: left;/* width: 100%; *//* max-width: 800px; */width: 20%; min-height: 1px; }
.step-list .step > .inner { width: 95%; max-width: 740px; margin: 0 auto; }
.step-list .step-box { width: 95%; max-width: 600px; margin: 0 auto;/* background: rgba(255, 255, 255, 0.7); */ border-radius: 8px; box-sizing: border-box;/* color: #fff; */ }
.step-list .step-title { padding-bottom: 0.1em; font-size: 32px; font-weight: bold; color: #0195dd; letter-spacing: -0.1em; }

/*.step-list .step .loading { padding-bottom: 0.7em; }
.step-list .step .loading img { width: 13%; max-width: 68px; }*/
.chart { width: 95%; max-width: 500px; margin: 0 auto; }
.chart-title { font-size: 32px; line-height: 1; margin: 0 auto; letter-spacing: -0.075em; }
.chart-title img { display: block; width: 100%; margin-top: -2.5%; }
.pr-list { margin: 0; padding: 40px 0 0; border-radius: 150px; box-sizing: border-box; }
.pr-list li {/* width: 90%; *//* max-width: 640px; */margin: 0 auto; }
.pr-title { padding-top: 30px; text-align: center; font-size: 32px; }
.pr-title img { width: auto; max-width: none; }
.pr-title .ok { color: #0195dd; font-weight: bold; margin-top: 10px; transition: all 0.3s; opacity: 0; }
.pr-title .ok.is-active { opacity: 1; }
.pr-title .def { color: #004c7f; }
.pr-title .ok.is-active + .def { display: none; }
.progress { border-radius: 100px; border: 3px solid #fff; padding: 15px 25px; background-color: #eee; margin-bottom: 0; box-sizing: content-box; }
.progress-bar { text-align: right !important; transition: width 1.5s ease-out; }
.progress-bar-danger { background-color: #0090df; background-image: none !important; border-radius: 100px; }
.chart-data-count { padding-top: 0.7em; color: #fff; }
.chart-ok {/* padding-top: 3%; *//* padding-bottom: 3%; */line-height: 1; opacity: 0; transition: opacity 0.3s; letter-spacing: -0.1em; }
.chart-ok span { color: #00568a; }
.chart-success .chart-ok { opacity: 1; }
.count-box { width: 90%; max-width: 500px; margin: 0 auto; border: 3px solid #eee; background: #fff; border-radius: 25px; overflow: hidden; letter-spacing: -0.05em; }
.count-box .title { padding: 0.3em; background: #eee; color: #444; font-weight: bold; }
.count-box .cnt { padding: 0.5em; font-size: 1.3em; color: #1870cc; }

/* 신청폼3 */
#dbresult { display: block; width: 0; height: 0; }
.dbform { padding-bottom: 2%; }
.dbform .form-title {/* color: #fff; */letter-spacing: -0.125em; }
.dbform .form-title strong { display: block; font-size: 1.35em; padding-bottom: 0.1em; }
.dbform .form-title img { }
.dbform .form { width: 95%; max-width: 530px; margin: 0 auto; padding-top: 5%; }
.dbform .inner { width: 95%; max-width: 480px; margin: 0 auto; }

/* 입력폼2 */
.dbform .text,
.dbform .textarea,
.dbform .select { width: 100%; padding: 5px 30px; border: 3px solid #383838; background-color: transparent !important; background-image: none !important; height: 60px; box-sizing: border-box; border-radius: 100px; color: #000; }
.dbform .textarea { height: 140px; resize: none; }
.dbform .select { }

/* 폼 그룹2 */
.dbform .item-list { }
.dbform .item-row:before,
.dbform .item-row:after { content: ''; display: block; }
.dbform .item-row:after { clear: both; }
.dbform .item-row { margin-bottom: 15px;/* width: 95%; *//* max-width: 480px; *//* margin-left: auto; *//* margin-right: auto; */ }
.dbform .item-row .dbform .item-row { margin-bottom: 0; }
.dbform [class*="item-col-"] { float: left; box-sizing: border-box; border-bottom: 1px solid #000; }
.dbform .item-col-1 { width: 35%; }
.dbform .item-col-2 { width: 60%; margin-left: 5%; }
.dbform .item-col-2 .label2 { }
.dbform .item-col-2 .field2 { }
.dbform .item-col-3 { width: 100%; }
.dbform .label,
.dbform .field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dbform .label { position: absolute; left: 0; width: 90px; margin: 0; padding: 0 0 0 25px; text-align: left; line-height: 54px; font-weight: bold; color: #fff; }
.dbform .field { vertical-align: top;/* margin-left: 90px; */ }
.dbform .field-desc { display: inline-block; margin-top: 3px; margin-left: 5px; margin-bottom: 0; color: #fff; vertical-align: top; line-height: 1.5em; font-size: 11px; }
.dbform .dash { display: inline-block; width: 8%; text-align: center; }
.dbform .field-box {/* position: relative; *//* border: 2px solid #d1b64b; *//* border-radius: 150px; */ }

/* 폼하단,처리 */
.dbform .submit-area { clear: both; }
.dbform .agree { padding: 5px 0 10px; text-align: center; font-size: 11px !important; color: #999; }
.dbform .agree > div { display: inline-block; }
.dbform .agree .agree-label { }
.dbform .agree .agree-label span { font-size: 11px !important; }
.dbform .agree .agree-label input { }
.dbform .agree .privacy-link { display: inline-block; margin: 0 5px; text-decoration: none; color: inherit; font-size: inherit; }
.dbform .submit { padding-bottom: 5%; }
.dbform .submit .submit-btn { width: 100%; max-width: 376px; display: block; margin: 0 auto; }

/* 폼 커스텀 */
.tels:after { content: ''; display: block; clear: both; }
.tels .text,
.tels .select { float: left; width: 31%; margin-right: 3.5%; }
.tels .text:last-child,
.tels .select:last-child { margin-right: 0; }
.tels i { float: left; width: 3.5%; text-align: center; height: 58px; line-height: 58px; font-style: normal; font-weight: bold; }
.tels i:before { content: '-'; height: 100%; }
.form-result-frame { width: 0; height: 0; }

/* responsive */

/*@media all and (max-width:767px) {*/

/*@media all and (max-width:679px) {*/
@media all and (max-width:719px) {
    html,
    body { overflow-x: hidden; }
    .font1 { font-size: 5vw; }
    .font2 { font-size: 3.5vw; }
    .font3 { font-size: 6vw; }
    .footer {/* font-size: 5vw; */padding: 5% 0 10%; }
    .date { font-size: 7vw; }
    .header-title { font-size: 7vw; }
    .step-list .step0 .total-count { font-size: 7vw; }
    .step-list .step0 .start-btn {/* padding-top: 50%; */ }
    .step-list .step1 .str {/* padding-top: 15%; */padding-bottom: 10%; }
    .step-list .step1 .loading { padding-top: 14%; }
    .step-list .step-title { font-size: 6vw; }
    .progress-box { padding: 10px 0; border-radius: 10px; }
    .progress-bar { height: 20px; }
    .progress { padding: 8px 15px; }
    .chart-title { font-size: 4vw; }
    .pr-title { font-size: 7vw; }

    /* form */
    .dbform .form-title { font-size: 4vw; }
    .dbform .item-list { margin: 0; }
    .dbform [class*="item-col-"] { float: none; width: auto; }
    .dbform .item-col-2 { margin-left: 0; }
    .dbform .item-row .item-row { margin-bottom: 13px; }
    .dbform .agree { }
}
@media all and (max-width:479px) { }
@media all and (max-width:414px) {
    body { font-size: 18px; }
    .pr-list { padding: 10px 0; }

    /* form */
    .dbform .form { }
    .dbform .label { width: 80px; padding-left: 15px; line-height: 40px; }
    .dbform .field {/* margin-left: 80px; */ }
    .dbform .text,
    .dbform .select { height: 50px; border-radius: 15px; }
    .dbform .agree { }
    .dbform .agree .agree-label input { width: 12px; height: 12px; }
}
@media all and (max-width:359px) { }

/* etc */
.popup-body { margin: 0; overflow-x: auto; }
.msg_sound_only,
.sound_only { display: inline-block !important; position: absolute; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important; }
.popup { position: relative; font-size: 13px; color: #555; }
.popup h1 { margin-top: 0; padding: 10px; background: #333; color: #fff; font-size: 18px; font-weight: bold; }
.popup h2 { font-size: 14px; margin: 36px 15px 15px; }
.popup p { margin: 0; }
.popup .close-popup { position: absolute; top: 5px; right: 5px; }
.popup .close-popup a { display: inline-block; width: 30px; height: 30px; background: url(../imgs/close-popup.png) no-repeat; text-indent: -99999px; overflow: hidden; }
.popup .pre { font-family: "돋움", dotum, verdana; display: inline-block; width: 94%; padding: 1% 2%; word-wrap: break-word; word-break: break-all; line-height: 1.5; white-space: pre-wrap; text-align: left; }
.popup .pre .p5 { padding-top: 10px; }
.popup .table { margin: 0 10px; overflow: hidden; overflow-x: auto; }
.popup table { border-collapse: collapse; margin: 0 auto; }
.popup table th,
.popup table td { border: 1px solid #ccc; word-wrap: break-word; word-break: break-all; white-space: pre-wrap; line-height: 1.5; }
.popup table th { background: #f3f3f3; }
.popup table td { }
.no-pre { font-family: "돋움", dotum, verdana; display: inline-block; width: 94%; padding: 1% 2% 20px; line-height: 1.6; letter-spacing: -0.07em; }
.no-pre dl { margin-top: 10px; margin-bottom: 10px; }
.no-pre dd { padding-left: 10px; margin-bottom: 10px; }
.no-pre dt { margin-bottom: 10px; font-weight: bold; }
.no-pre ul { margin-top: 5px; margin-bottom: 10px; }
.no-pre li { padding-left: 15px; margin-bottom: 10px; }
.no-pre table { border-collapse: collapse; margin-top: 10px; margin-bottom: 20px; }
.no-pre table th { padding: 5px; background: #ddd; border: 1px solid #ccc; }
.no-pre table td { padding: 5px; border: 1px solid #ccc; }
.no-pre .old-link { display: block; text-align: center; }
.no-pre .old-link a { display: inline-block; padding: 10px; border: 1px solid #ccc; background: #f3f3f3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-decoration: none; color: #000; }
