html, body {
    font-weight: 400;
}
.authPageWrapper {
    padding: 50px 15px 150px 15px;
    line-height: 1.5;
    box-sizing: border-box;
}
.authPageWrapper .registerWrap {
    width: 450px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 auto;
}
.authPageWrapper .bxx_tip {
    font-size: 14px; font-weight: 500;
    margin-bottom: 7px;
}
.authPageWrapper .bxx {
    margin-bottom: 18px;
}
.authPageWrapper .bxx .put {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;

    padding: 0.775rem 1rem;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;

    color: #5E6278;
    border: 1px solid #E4E6EF;
}
.authPageWrapper .bxx .put::placeholder {
    font-weight: 400;
    font-size: 14px;
}
.authPageWrapper .bxx .put:focus {
    border-color: #000;
}
/* Chrome, Safari, Edge, Opera */
.authPageWrapper .bxx input::-webkit-outer-spin-button,
.authPageWrapper .bxx input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.authPageWrapper .bxx input[type='number'] {
    -moz-appearance: textfield;
}

.authPageWrapper .bxx .err {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}
.authPageWrapper .bxx_buttn {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;

    font-size: 15px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease;
    border-radius: 0.3rem;
    background-color: #212529;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding: 16px 20px;

    transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
    /*
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    */

    background: #F7E600;
    color: #3A1D1D;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;

    background: #212529;
    color: #fff;
}

.authPageWrapper .bxx_buttn.off {
    background: rgba(0, 0, 0, 0.1) !important;
    color: rgb(148, 148, 148) !important;
    border: none !important;
    cursor: auto;
}

.authPageWrapper .bxx_buttn.v2 {
    border: 1px solid #212529;
    background: #fff;
    color: #000;
}

.authPageWrapper .bxx_buttn.kakao {
    color: #222;
    background: #fee500 url(/src/icons/ic-kakao.svg) no-repeat 20px center;
    background-size: 18px auto;
}
.authPageWrapper .bxx_buttn.naver {
    color: #fff;
    background: #1ec800 url(//img.echosting.cafe24.com/skin/skin/member/ico_naver.svg) no-repeat 20px center;
    background-size: 18px auto;
}
.authPageWrapper .bxx_buttn.emails {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    margin: 0 0 10px 0 !important;
    /*background: #1ec800 url(//img.echosting.cafe24.com/skin/skin/member/ico_naver.svg) no-repeat 20px center;
    background-size: 18px auto;*/

}
.hidden-email-login-wrap {
    display: none;
}

/*.authPageWrapper .bxx_buttn:hover {
    background: #F7E600;
    color: #3A1D1D;
}*/

.orline {
    margin: 25px 0;
    text-align: center;
    position: relative;
}
.orline::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.orline span {
    display: inline-block;
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 500;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.authPageWrapper .head {
    text-align: center;
    margin-bottom: 44px;
}
.authPageWrapper .head h2 {
    font-size: 26px; font-weight: 700;
    margin-bottom: 12px;

}
.authPageWrapper .head h2 > span {
    position: relative;
}
.authPageWrapper .head h2 > span:after {
    position: absolute;
    z-index: -1;
    background: #F7E600;
    opacity: 0.4;
    width: 115%;
    top: 0;
    bottom: 0;
    left: -7.5%;
    margin: auto;
    height: 20px;
    content: " ";
}
.authPageWrapper .head p {
    font-size: 14px; font-weight: 500; color: #A1A5B7;
    font-size: 0.9rem !important;
}
.authPageWrapper .sub_desc {
    text-align: center;
    color: #A1A5B7;
    font-weight: 500;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 15px;

}
.authPageWrapper .sub_desc.gap {
    gap: 10px;
}
.authPageWrapper .sub_desc > a {
    position: relative;
    color: #888;
    font-weight: 500;
    line-height: 1;
}
.authPageWrapper .sub_desc > a.b {
    color: #222;
}
.authPageWrapper .sub_desc > a:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 8px 0 8px;
    vertical-align: top;
    background: #e0e0e0;
    transform: translateY(2px);
}
.authPageWrapper .sub_desc > a:hover {
    text-decoration: underline;
    color: #444;
}

.authPageWrapper .checkbox-style-v1:checked + label,
.authPageWrapper .checkbox-style-v1:not(:checked) + label {
    padding-left: 28px;
}



.udss {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: column;
}
.udss .item {
    display: grid;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    grid-template-columns: 24px 2fr 24px;
    box-sizing: border-box;
    gap: 15px;
    font-size: 14px;
}
.udss .item img {
    width: 22px;
}
.udss .item svg {
    width: 24px;
}
.udss .item svg.em {
    display: block;
    width: 24px;
    fill: rgb(12, 12, 12);
}
.udss .item svg.em > path {
    fill: rgb(12, 12, 12);
}
.udss .item > div {

}
.udss .item .emails {
    font-weight: bold;
    font-size: 16px;
}
.udss .item .dates {
    color: rgb(148, 148, 148);
}

.bottom_help_ment {
    margin-top: 40px;
    font-size: 14px;
    color: #888;
}
.bottom_help_ment a {
    font-weight: bold;
}


.acklist {
    margin-bottom: 20px;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.acklist li {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
}
.acklist li > * {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
}
.acklist li .a-r,
.acklist li .a-r > path {
    width: 16px;
    height: 16px;
}
.acklist li .lk {
    justify-content: right;
    cursor: pointer;
}

.agreechk {
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 20%;
    background-color: #fff;
    transition: background .3s;
    cursor: pointer;
    margin: 0 7px 0 0;

    box-sizing: border-box;
    padding: 0;
}
.agreechk+label {
    cursor: pointer;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.agreechk::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;

    box-shadow: none;
    background-image: url(/src/icons/ic_check_949494.svg);
    background-size: 18px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.agreechk:checked::before {

    background-image: url(/src/icons/ic_check_376dfa.svg);

}

.agree-top {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 18px;
    margin-bottom: 10px;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.agreechk.big {
    width: 24px;
    height: 24px;
    line-height: 1.5;
}
.agreechk.big::before {
    background-size: 24px auto;
}


.termspop {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.termspop h1 {
    font-size: 20px;
}
.termspop .c_t {
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: -1;
    inset: 0px;
    position: fixed;
    animation-name: animation-plwpox;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    cursor: default;
}
.termspop .c_t .c_t_in {
    width: 480px;
    height: unset;
    max-height: calc(100% - 48px);
    padding-bottom: 32px;
    margin-top: 0px;
    align-items: stretch;
    flex-direction: column;
    background: #fff;
    display: flex;
    border-radius: 12px;
}
.termspop .c_t .c_t_in .h_d {
    display: flex;
    justify-content: right;
    padding: 32px 32px 0 32px;
}
.termspop .c_t .c_t_in .h_d .eix {
    width: 36px;
    cursor: pointer;
}
.termspop .t_n {
    padding: 0 32px;
    display: flex;
    overflow-y: auto;
    flex: 1 1 0%;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: column;
    line-height: 1.75;
    vertical-align: baseline;
    font-size: 15px;
}


@media only screen and (max-width: 999px) {


    .authPageWrapper .registerWrap {
        padding: 0 10px;
    }

    .authPageWrapper .bxx_buttn {
        padding: 12px 15px;
    }

    .acc_full_page_wrapper {
        height: auto !important;
    }

    .authPageWrapper {

    }

    .acc_full_page_wrapper .vcenterbox {
        position: static; transform: none;
        top: 0;
    }

    .authPageWrapper .registerWrap {
        width: auto;

    }
    .authPageWrapper .bxx {
        margin-bottom: 22px;
    }
    .authPageWrapper .bxx .put {
        font-size: 0.9rem;
    }

    .checkbox-style-v1:checked + label, .checkbox-style-v1:not(:checked) + label {
        font-size: 0.8rem;
    }

    .authPageWrapper .sub_desc {
        font-size: 14px;
    }


    .txt_primary {
        position: static !important;
        bottom: 0;
        padding-bottom: 30px;
    }

    .authPageWrapper .head p {
        font-size: 0.8rem !important;
    }

    .txt_primary li a {
        font-size: 13px;
    }

    .authPageWrapper .head.login {
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .authPageWrapper .head h2 {
        font-size: 22px;
    }
    .authPageWrapper .head.login > img {
        width: 36px !important;
        margin-bottom: 15px !important;
    }
}
