/* BASIC css start */
#contentWrapper {
    padding: 0;
    background: #FFFCF8;
}

#contentWrap {
    max-width: 100%;
    padding: 0 19px;
}

.tab-contents-wrap .inner-box .desc {
    color: #211D1D;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    word-break: break-all;
    margin: 8px 0 60px;
}

.login-wrap .tab-contents-wrap .inner-box {
    max-width: 400px;
}

.login-wrap .input-wrap {
    margin-bottom: 16px;
}

.select-wrap {
    margin-bottom: 16px;
}

.select-wrap select {
    width: 100%;
}

.select-wrap .type1 {
    display: flex;
    gap: 12px;
}

.select-wrap .type1 dd {
    flex: 1;
}

.radio-wrap {
    gap: 0;
    margin-bottom: 16px;
}

.radio-wrap label {
    color: #211D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px;
}

.checkbox-wrap label.active:after {
    content: '';
    position: absolute;
    left: 6px;
    top: -2px;
    width: 24px;
    height: 24px;
    background: url('/design/hangso1/mallskin/pc/images/icon_checkbox.svg') no-repeat center center;
}

#chkwrap {
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #5A5858;
}

.agree-wrap #chkwrap .all-chk {
    height: auto;
    padding: 0 0 16px;
    border-bottom: 1px solid #DDDCD7;
    line-height: inherit;
}

.agree-wrap #chkwrap .all-chk label {
    font-size: 16px;
    font-weight: 500;
    color: #211D1D;
}

.agree-wrap #chkwrap .cont ul {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.agree-wrap #chkwrap .cont ul:after {
    content: none;
}

.agree-wrap #chkwrap .cont li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.agree-wrap #chkwrap .cont ul li a {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 0 8px;
    margin: 0;
    border: 1px solid #DDDCD7;
    background: #F4F2EF;
    color: #5A5858;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    box-sizing: border-box;
    white-space: nowrap;
}

.agree-wrap #chkwrap .cont label {
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.agree-wrap #chkwrap .p10 {
    padding: 0;
}

.agree-wrap #chkwrap .cont .marketing {
    border-top: 1px solid #DDDCD7;
    padding: 16px 16px 0;
}
.agree-wrap #chkwrap .cont .marketing .mk-wrap {
    height: auto;
    line-height: inherit;
    margin-bottom: 8px;
    font-size: 14px;
}

.agree-wrap #chkwrap .cont .marketing .mk-all {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #211D1D;
}

.agree-wrap #chkwrap .cont .marketing label[for="privacy_chk_6"] {
    margin-right: 16px;
}

.agree-wrap #chkwrap .cont .marketing .txt {
    color: #5A5858;
    font-size: 13px;
    font-weight: 400;
    line-height: inherit;
    word-break: keep-all;
}

.agree-wrap #chkwrap .cont .marketing .txt strong {
    color: #211D1D;
    font-size: 13px;
    font-weight: 500;
}

.login-wrap .new-btn-area {
    border: 0;
    margin: 16px 0 60px;
    padding: 0;
}

.login-wrap .new-btn-area a {
    width: 100%;
}

.login-wrap h4.tit {
    margin: 0 0 12px;
    padding: 0;
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.login-wrap .privercy-contract {
    margin-bottom: 32px;
}

.login-wrap .privercy-contract textarea {
    border: 1px solid #DDDCD7;
    width: 100% !important;
    height: 156px !important;
    box-sizing: border-box;
    resize: none;
}

.login-wrap table {
    margin-bottom: 32px;
}

.login-wrap table colgroup {
    display: none;
}

.login-wrap table th {
    height: 40px;
    border: 1px solid #DDDCD7;
    background: #F4F2EF;
    padding: 8px;
    box-sizing: border-box;
}

.login-wrap table td {
    text-align: center;
    border: 1px solid #DDDCD7;
    height: 62px;
    padding: 8px;
    box-sizing: border-box;
}

.login-wrap .btm-msg {
    padding: 0;
    color: #211D1D;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.input-wrap label, .input-wrap input:placeholder-shown ~ label {
    font-size: 16px;
    top: 13px;
}

.input-wrap input ~ label, .input-wrap input:focus ~ label {
    left: 8px;
    top: -6px;
    font-size: 14px;
    color: #5A5858;
    font-weight: 390;
    line-height: 14px;
}




@media (max-width: 768px) {
    .breadcrumb-wrap {
        margin-bottom: 32px;
    }

    .login-wrap .tab-contents-wrap {
        padding: 32px 16px 40px;
    }

    .agree-wrap #chkwrap .cont ul {
        padding: 16px 8px;
    }

}

@media (max-width: 375px) {

}

/* BASIC css end */

