body  {
    font-family: "Noto Sans KR";
    background: transparent;
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    background-image: none;
}
button {
    border: none;
    outline: none;
    margin: 0;
    vertical-align: middle;
    background-color: transparent;
}
.sub-contents {
    margin: 70px auto 120px;
}
.inner {
    position: relative;
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.signup-inner {
    max-width: 900px;
    min-height: 47vh;
}
.clear::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.signup-step span.active {
    color: #fff;
    background-color: #000;
}
.signup-step span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.signup-tit {
    font-size: 28px;
    font-weight: 600;
}
.signup-body {
    /* margin-top: 30px; */
    padding: 0 15px;
    border-top: 1px solid #000;
}
.signup-type {
    padding: 50px 0;
}
.signup-type-box.on {
    color: #fff;
    background-color: #0e3173;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.signup-type-box {
    float: left;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 20px;
    box-sizing: border-box;
}
.signup-type-box:last-child {
    margin-right: 0;
}
.type-txt {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
}
input[type="checkbox"] {
    width: 22px;
    height: 22px;
    padding: 0;
    background-image: url(/images/icon_chk_off.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}
input[type="checkbox"]:checked {
    background-image: url(/images/icon_chk_on.png);
}
input[type="radio"], input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #ddd;
}
.signup-body .agree-all {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.signup-body .agree-all input[type="checkbox"] + label {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}
.signup-body input[type="checkbox"] + label {
    font-size: 18px;
}
input[type="checkbox"] + label {
    padding-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}
.agree-list {
    width: 100%;
    background-color: #fff;
}
.agree-list > ul > li {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
}
.agree-02 {
    margin-top: 20px;
}
.signup-body input[type="checkbox"] + label {
    font-size: 18px;
}
input[type="checkbox"] + label {
    padding-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}
.agree-header .agree-choice {
    font-size: 16px;
    color: #ee2375;
}
.agree-info {
    display: none;
    width: 100%;
    /* height: 200px; */
    margin: 20px 0 8px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    overflow-y: scroll;
}
.arrow-agree-right .arrow-agree {
    width: 27px;
    height: 27px;
    background-image: url(/images/arrow_down_b.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center center;
}
.arrow-agree-right.on .arrow-agree {
    background-image: url(/images/arrow_up_b.png);
}
.txt-hidden {
    display: block;
    text-indent: -99999px;
    width: 0;
    height: 0;
}
.policy-wrapper {
    width: 100%;
    box-sizing: border-box;
}
.policy-text {
    margin-bottom: 15px;
    line-height: 1.5;
}
.policy-wrapper .list-depth > li {
    margin-top: 8px;
    list-style: none;
}
.list-dash > li {
    position: relative;
    padding-left: 12px;
}
.con-table {
    text-align: center;
    border-top: 2px solid #222;
    margin-top: 20px;
    overflow-y: auto;
}
.policy-wrapper table {
    margin-bottom: 10px;
}
.con-table table tr th {
    padding: 10px 15px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    word-break: keep-all;
}
.con-table table tbody tr {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.con-table table tr td {
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    /* word-break: keep-all; */
    word-wrap: break-word;
    letter-spacing: -0.07em;
    text-align: justify;
}
.btn-bottom-full {
    margin: 40px auto 0;
    text-align: center;
}
.btn-bottom-full button {
    display: block;
    width: 90%;
    max-width: 200px;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 700;
}
.landing-footer .footer-bottom {
    background-color: #211b2c;
}
@media (max-width: 1024px) {
    .sub-contents {
        margin: 40px 0 80px;
    }
}
@media (max-width: 1024px) {
    .inner {
        padding: 0 15px;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .signup-header div {
        float: none;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .signup-step {
        padding-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .signup-body {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .signup-type {
        padding: 30px 0;
    }
}
@media (max-width: 1024px) {
    .type-txt {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1024px) {
    body, select, input, button {
        font-size: 14px !important;
    }
}
@media (max-width: 1024px) {
    .signup-type-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 15px;
        padding: 20px;
    }
}
@media (max-width: 1024px) {
    .signup-body .agree-all input[type="checkbox"] + label, .signup-body input[type="checkbox"] + label {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .signup-type-box i {
        max-width: 60px;
        margin-right: 20px;
        margin-left: 0.5em;
    }
}

.signup-type-box i {
    width: 100%;
    max-width: 100px;
    /* margin: 0 auto; */
}


.signup-guide {
    margin-top: 15px;
}
.required {
    color: red;
}

@media (max-width: 1024px) {
    .banner-bg-img {
        width: -webkit-fill-available !important;
    }
    .email {
        display: block;
    }
}
  