@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: #000; font-family: '맑은 고딕', '나눔고딕', dotum; letter-spacing: -0.075em; }
.imgbox img { display: block; width: 100%; }
.imgbox2 img { display: block; width: 100%; }
::-webkit-input-placeholder { color: #868686; }
::-moz-placeholder { color: #868686; }
:-ms-input-placeholder { color: #868686 !important; }
:-moz-placeholder { color: #868686; }
.placeholder { color: #868686 !important; }
html,
body { height: 100%; }

/* 컨텐츠 */
.wrapper { position: relative; max-width: 1000px; margin: 0 auto; text-align: center; overflow: hidden; }
.wrapper .robot { background: url(../img/bg.jpg) no-repeat 50% 100%; background-size: cover; }
.header { max-width: 720px; margin: 0 auto; padding-bottom: 30px; }
.loader { border: 13px solid rgba(255, 255, 255, 0.5); /* Light grey */ border-top: 13px solid #fff; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: spin 1s linear infinite; }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.date { color: #fff;/* font-size: 1.1em; */ height: 50px; line-height: 50px; text-align: center; }
.date-box { display: inline-block; height: 100%; }
.time-box { display: inline-block; height: 100%; margin-left: 20px; }
.date-col { float: left; }
.date-col:after { content: ''; display: table; clear: both; }
.date-col > span { float: left; width: 38px; height: 100%; text-indent: -4px; background: url(../img/num_bg.png) no-repeat 50% 50%; }
.date .dot { float: left; width: 11px; height: 100%; margin-right: 2px; background: url(../img/num_dot.png) no-repeat 50% 50%; }
.date .dot2 { float: left; width: 11px; height: 100%; margin-right: 2px; background: url(../img/num_dot2.png) no-repeat 50% 50%; }
.step-list { position: relative; width: 10000px; margin-left: 0; transition: margin-left 0.2s; width: 300%; }
.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: 33.333%; min-height: 1px; }
.step-list .step > .inner { width: 95%; max-width: 720px; margin: 0 auto; }
.step-1 .step1 .active,
.step-2 .step2 .active,
.step-3 .step3 .active { width: 100%; transition: width 2s; }
.step0 { margin-top: 1%; }
.step0 .loader-box { width: 146px; margin: 30px auto; background: url(../img/loading_icon.png) no-repeat 50% 50%; background-size: 35%; }
.step0 .loader { margin: 0 auto; }
.step0 .str1 { padding-top: 5px; color: #000; text-shadow: 0 0 3px rgba(0, 0, 0, 1); }
.step1 img { display: block; width: 50%; max-width: 320px; margin: 0 auto; }
.str101 { padding-top: 5px; color: #fff; font-weight: bold; font-size: 38px; letter-spacing: -0.15em; }
.str102 { padding-top: 5px; color: #fdff3a; font-weight: bold; font-style: italic; }
.step3 .str102,
.step4 .str102,
.step5 .str102 { display: none; }
.chart { max-width: 710px; margin: 0 auto; background: #f5f5f5; }
.chart-title { background: url(../img/chart_title_bg.png) repeat-x; background-size: cover; }
.chart-title img { width: 100%; max-width: 580px; margin: 0 auto; }
.pr-list { margin: 0; padding: 20px 0;/* border: 4px solid #092236; */ box-sizing: border-box; }
.pr-list li { width: 90%; max-width: 640px; margin: 0 auto; }
.pr-title { padding: 5px 0 20px; text-align: center; }
.pr-title img { width: auto; max-width: none; }
.pr-title .ok { display: none; }
.pr-title .ok.is-active { display: block; }
.pr-title .def { }
.pr-title .ok.is-active + .def { display: none; }
.progress { border-radius: 10px; background-color: #fff; }
.progress-bar { text-align: right !important; }
.progress-bar-danger { background-color: #3e00e8; }
.footer { padding: 35px; background: #1a1a1a; color: #aeaeae; font-size: 0.55em; letter-spacing: -0.075em; text-align: left; line-height: 1.8; word-break: keep-all;}
.fullimg { position: relative; }
.fullimg img { position: relative; left: 50%; margin-left: -500px; display: block; }

/* 인증 */
.cert-wrap { position: relative; }
.cert-box { display: none; position: absolute; bottom: 0; left: 0; right: 0; font-size: 16px; }
.cert-box.is-active { display: block; }
.cert-box > .inner { position: relative; width: 100%; min-width: 200px; max-width: 300px; margin: 0 auto; padding: 30px 15px; border: 1px solid #000; background: #fff; box-sizing: border-box; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
.cert-box > .inner:after { content: ''; display: table; clear: both; }
.cert-box .cert-bg { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); }
.cert-box .cert-notice { color: #000; padding-bottom: 10px; }
.cert-box .input-num { float: left; width: 70%; height: 30px; padding: 5px; box-sizing: border-box; border: 0 none; background: #eee; }
.cert-box .input-submit { float: right; width: 30%; border: 0 none; background: #333; color: #eee; height: 30px; line-height: 30px; font-weight: bold; cursor: pointer; }
.cert-box .input-re { display: none; clear: both; margin-top: 20px; padding: 3px 10px; border: 2px solid #ddd; border-color: #ddd #bbb #bbb #ddd; background: #f6f6f6; border-radius: 15px; font-size: 13px; color: #666; letter-spacing: -0.1em; cursor: pointer; }
.cert-box .input-re.is-active { display: inline-block; }

/* 신청폼 */
.dbform { max-width: 670px; padding: 5% 0 6%; margin: 0 auto 15%; background: rgba(54, 32, 177, 0.75); border-radius: 35px 0 35px 0; }
.dbform .form-title { color: #fff; }
.dbform .form-title img { }
.dbform .form { max-width: 585px; margin: 0 auto; padding-top: 20px; }
.dbform .inner { width: 95%; max-width: 480px; margin: 0 auto; }

/* 입력폼 */
.dbform .text,
.dbform .textarea,
.dbform .select,
.dbform .field-btn { width: 100%; padding: 5px 10px; border: 0 none; background: #fff !important; background-image: none !important; height: 52px; box-sizing: border-box; text-align: left; letter-spacing: -0.1em; font-size: 0.9em;border-radius: 3px;}
.dbform .textarea { height: 140px; resize: none; }
.dbform .select {}
.dbform .field-btn { display: block; padding: 0; background-color: #ffd02f !important; color: #000; line-height: 52px; text-decoration: none; }

/* 폼 그룹 */
.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: 10px; margin-left: auto; margin-right: auto; }
.dbform .item-row .item-row { margin-bottom: 0; }
.dbform .item-col,
.dbform [class*="item-col-"] { float: left; box-sizing: border-box; padding: 0 4px; }
.dbform .item-col { width: 50%; }
.dbform .item-col-1 { width: 45%; }
.dbform .item-col-2 { width: 55%; }
.dbform .label,
.dbform .field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dbform .label { position: absolute; width: 150px; padding-left: 10px; text-align: left; line-height: 58px; font-weight: bold; height: 58px; }
.dbform .field { vertical-align: top; }
.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 .submit-area { clear: both; }
.dbform .agree { margin-top: 15px; margin-bottom: 15px; text-align: center; font-size: 13px; letter-spacing: -0.1em; color: #fff; }
.dbform .agree .agree-col { display: inline-block; margin: 0 5px; }
.dbform .agree .agree-label { display: inline-block; vertical-align: middle; font-weight: normal; }
.dbform .agree .agree-label input { margin-right: 5px; }
.dbform .agree .privacy-link { display: inline-block; margin: 0 5px; padding: 1px 5px; background: #606060; color: #fff; font-size: 0.9em; text-decoration: none; vertical-align: middle; }
.dbform .submit .submit-btn { width: 100%; display: block; margin: 0 auto; }

/* 폼 커스텀 */
.tels:after { content: ''; display: block; clear: both; }
.tels .text,
.tels .select { float: left; width: 32%; margin-right: 2%; }
.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) {
    html,
    body { overflow-x: hidden; font-size: 22px; }
    .date { height: 26.31px; line-height: 26.31px; }
    .pr-list { padding-bottom: 1px; }
    .pr-title { padding: 0 0 10px; }
    .pr-title img { height: 16px; }
    .step0 .loader-box { width: 96px; }
    .step0 .loader { margin: 0 auto; border-width: 8px; width: 80px; height: 80px; }
    .footer { padding: 20px 10px; }
    .dbform { }
    .dbform .inner { max-width: none; }
    .dbform .form { float: none; margin: 0 auto; }

    /* form */
    .dbform .item-list { margin: 0; }
    .dbform .agree { color: #fff; }

    /* form3 */
    .dbform { }
    .dbform .item-col { width: auto; float: none; padding: 0; margin-bottom: 8px; }
}
@media all and (max-width:719px) { }
@media all and (max-width:479px) { }
@media all and (max-width:414px) {
    body { font-size: 18px; }
    .date-col > span { width: 20px; background-size: 100%; }
    .date .dot { width: 5px; background-size: auto 100%; }
    .date .dot2 { width: 5px; background-size: auto 100%; }
    .time-box { margin-left: 10px; }

    /* form */
    .dbform .form { padding-left: 5px; padding-right: 5px; }
    .dbform .label { padding-left: 0; width: 110px; height: 40px; line-height: 40px; }
    .dbform .field { }
    .dbform .text,
    .dbform .select { height: 40px; }
    .dbform .field-btn { height: 40px; line-height: 40px; }
    .dbform .agree { font-size: 14px; color: #fff; }
    .dbform .agree .agree-col { display: block; }
    .dbform .agree .agree-label input { width: 12px; height: 12px; }
    .dbform .submit { padding: 0 5px; }
}
@media all and (max-width:359px) { }

/* 팝업 */
.popup { position: relative; font-size: 13px; color: #555; letter-spacing: 0; }
.popup h1 { margin-top: 0; padding: 10px; background: #333; color: #fff; font-size: 18px; font-weight: bold; }
.popup h2 { font-size: 14px; margin: 25px 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(../img/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.3; white-space: pre-wrap; text-align: left; }
.popup .pre .p5 { padding-top: 10px; }
.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; }
.agree_txt_all { padding: 20px; }
.text_st01 { padding-top: 15px; }
.popup table { margin-top: 15px; margin-bottom: 15px; }
.popup-tab { width: 95%; margin: 0 auto; padding: 10px 0; }
.popup-tab a { float: left; padding: 10px; text-decoration: none; color: #000; }
.popup-tab a.is-active { background: #eee; }
.popup-tab-content { }
.popup-tab-content textarea { display: none; width: 95%; height: 100px; margin: 0 auto; box-sizing: border-box; }
.popup-tab-content textarea.is-active { display: block; }
