

/* 순서 */
#ke-regist-steps .steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
}
#ke-regist-steps .steps:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
#ke-regist-steps .steps__step {
    display: flex;
    align-items: center;
    position: relative;
    padding: .2rem .5rem .8rem;
    text-decoration: none;
}
#ke-regist-steps .steps__step:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
}
#ke-regist-steps .steps__item.-active~.steps__item .steps__step:before {
    border-color: #f3f4f8;
    background-color: #f3f4f8;
}
#ke-regist-steps .steps__step.-join-agree:before {
    background: #fff url(/pages/header/images/step-agree-active.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__step.-join-certify:before {
    background: #fff url(/pages/header/images/step-certify.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__step.-join-forms:before {
    background: #fff url(/pages/header/images/step-forms.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__step.-join-compleat:before {
    background: #fff url(/pages/header/images/step-complete.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__item.-active .steps__step.-join-agree:before {
    background: var(--color-main) url(/pages/header/images/step-agree-active.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__item.-active .steps__step.-join-certify:before {
    background: var(--color-main) url(/pages/header/images/step-certify-active.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__item.-active .steps__step.-join-forms:before {
    background: var(--color-main) url(/pages/header/images/step-forms-active.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__item.-active .steps__step.-join-compleat:before {
    background: var(--color-main) url(/pages/header/images/step-complete-active.svg) no-repeat center center;
    background-size: 20px 20px;
}
#ke-regist-steps .steps__step:after {
    content: "";
    display: none;
    position: absolute;
    bottom: .3rem;
    left: 9px;
    width: 25px;
    height: 1px;
    background-color: var(--color-mainsub);
}
#ke-regist-steps .steps__item.-active .steps__step:after {
    display: block;
}
#ke-regist-steps .steps__item+.steps__item {
    position: relative;
    padding-left: 25px;
}
#ke-regist-steps .steps__item+.steps__item:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url(/pages/header/images/step-arrow.svg) no-repeat center center;
    transform: translateY(-50%);
}
#ke-regist-steps .steps__title {
    overflow: visible;
    white-space: normal;
    clip: inherit;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    position: static;
    width: auto;
    height: auto;
    color: var(--color-main);
    font-size: 13px;
    line-height: 1.58;
}
@media (max-width:1060px) {
    #ke-regist-steps .steps__title {
        display: none;
    }
}











/* error_msg */
#ke-alert-res {display: none;}
#ke-alert-res.-active {display: block;}
#ke-alert-res .alert {
    padding: 10px 10px 10px 50px;
    background-position: 10px 20px;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0;
    border-radius: 10px;
    background: #fff6f6 url(/pages/header/images/ico-caution.svg) no-repeat 20px 18px;
    background-size: 15px 15px;
}
#ke-alert-res .remark.-negative {
    color: #de001b;
    font-style: normal;
}







/* 약관동의 */
.data-all {
    padding: 20px 20px;
    border: 1px solid #d9dbe1;
    border-bottom: 0;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.selection {
    position: relative;
}
.selection [type=checkbox], .selection [type=radio] {
    opacity: 0;
    position: absolute;
    top: .3rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    border: 0;
}
.selection .label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #000;
    font-size: 13px;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
.selection [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    background-size: 11px 9px;
}
.selection label.-bold {
    font-weight: 700;
}
.selection [type=checkbox]:checked~label:before {
    background: var(--color-main) url(/pages/header/images/ico-checkbox.svg) no-repeat 50% 50%;
}

/* 약관목록 */
.data.-boxed {
    border: 1px solid #d9dbe1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.data__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.data__key {
    padding-right: 1rem;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
}



.data__value {
    flex-shrink: 0;
    margin-left: auto;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
}
.detail {
    min-width: 30px;
    padding: .1rem 1rem;
    min-height: 25px;
    border: 1px solid #d9dbe1;
    border-radius: 20px;
    background: none;
    color: #555;
    font-size: 12px;
    line-height: 1.58;
    text-decoration: none;
}




















