article {
}
.max_width-320p {
    max-width: 320px;
}
.login-container {
    max-width: 320px;
    margin: 0 auto;
}
.login-each-box {
    width: 100%;
    height: 60px;
}
.border-400 {
    border-bottom: 1px solid var(--gray400);
}
.login-btext {
    text-align: justify;
}
.login-btext p{
    letter-spacing: 1px;
}
.login-title{
    font-size: 38px;
    margin-bottom: 28px;
}
.login_sns {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.email-input {
    border-radius: 4px;
}
.email-input,
.email-input-red {
    width: 100%;
    height: 60px;
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
}
.email-input-red {
    border: 1px solid var(--red);
    border-radius: 4px;
}
.email-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
}
.email-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
}
.email-input::placeholder {
    font-size: 16px;
    line-height: 26px;
}

.pwFind-wrap {
    justify-content: center;
    padding-bottom: 170px;
}

.find-pw {
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: right;
    text-decoration: underline;
    display: block;    
    text-underline-position: under;
}

.find-pw:focus,
.find-pw:hover {
    -webkit-text-decoration: underline solid 2px;
    text-decoration: underline solid 2px;
}
.btn-login {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-check {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    pointer-events: auto;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.or_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.or_line{
    height: 1px;
    width: 100%;
    background-color: var(--Gold100);
}
.signup_title_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.signup_title{
    width: 100%;
    white-space: nowrap;
    margin-right: 10px;
    text-align: left;
}
.signup_line{
    width: 100%;
    height: 1px;
    background-color: var(--Gold100);
}
input[id='cb1'] + label,
input[id='cb2'] + label,
input[id='cb3'] + label {
    cursor: pointer;
}
.check-box,
input[id='cb1'] + label,
input[id='cb2'] + label,
input[id='cb3'] + label {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 1px solid var(--gray400);
    border-radius: 4px;
    margin-bottom: 0;
}
input[id='cb1']:checked + label,
input[id='cb2']:checked + label,
input[id='cb3']:checked + label {
    width: 24px;
    height: 24px;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-checkbox {
    display: none;
}
.login-center {
    display: flex;
    position: relative;
}
.linear-line-container {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
.login-each-btn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    outline: none;
    border-radius: 4px;
    border: 1px solid var(--gray400);
}
.confirm-info {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px;
    margin: 30px auto 0;
    border-radius: 4px;
}
.confirm-id {
    margin-right: 40px;
}
.reward-box {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto 0;
    border-radius: 4px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-image: url("/img/global/desktop/aura/default/reward_bg.png");
    background-size: cover;

    padding: 18px 94px 24px;
}
.signup-main-link {
    height: 60px;
    border-radius: 4px;
    border: 1px solid var(--gray400);
}
.signup-main-link,
.welcome-bottom-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.li-tag {
    list-style: disc;
    margin-left: 2rem;
}

.loading_img {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 14;
    justify-content: center;
    align-items: center;
    display: none;
}
.loading_img img{
    width: 200px;
    height: 200px;
}
.agree-warp {
    margin: 40px auto 26px;
    width: 322px;
    display: flex;
}

.check-wrap,
.check-wrap2 {
    margin-top: 0.3rem;
}
.check-wrap input,
.check-wrap2 input {
    display: none;
}

#alert-danger2 {
    display: none;
}
#email-check,
#pw-check,
.check-icon {
    display: none;
}

.check-icon {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.terms-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 22222;
    display: none;
}
.terms_bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}
.terms-box {
    width: 100%;
    max-width: 400px;
    z-index: 2;
    border-radius: 7px;
    padding: 3rem;
    background-color: var(--Gray100);
}

.terms-title-warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terms-title {
    font-size: 2.4rem;
    letter-spacing: -2%;
}
.close-img {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 22222;
}

.terms-text {
    width: 100%;
    height: 320px;
    max-height: 320px;
    border: none;
    resize: none;
    margin-top: 2rem;
    background-color: transparent;
    cursor: default;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.terms-text:focus{
    outline: 0;
}
.terms-text::-webkit-scrollbar {
    width: 4px;
}
.terms-text::-webkit-scrollbar-thumb {
    background-color: var(--gray400);
    border-radius: 30px;
}

article input[type='checkbox']:checked + label {
    background-image: url(/images/squidNFT/default/icon/selected.svg);
    background-size: contain;
    border: none;
}


.kakao{
    background-color: #FEE500;
    border: 1px solid transparent;
    color: rgba(0,0,0,0.85);
}
.kakao:hover{
    border: 1px solid var(--black);
    background-color: #FEE500;
}
.naver{
    background-color: #03C75A;
    color: var(--white);
    border: 1px solid transparent;
}
.naver:hover{
    border: 1px solid var(--black);
    background-color: #03C75A;
    color: white;
}
.photo-close {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #000;
    position: absolute;
    top: -6px;
    right: -6px;
}
.journal-modal-photo-preview {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    margin-right: 16px;
}
.swal2-styled.swal2-confirm {
    background-color: var(--Gold500);
    color: var(--white);
    border: 1px solid var(--Gold100);
    transition: 0.2s;
}

.swal2-styled:focus {
    box-shadow: none;
}
.swal2-styled.swal2-confirm:hover {
    background-color: var(--Gold100);
}
.succesHd {
    padding: 0;
    width: 35%;
}
.succesTitle {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}
.succesTitle img{
    width: 100%;
}
.succesBtn {
    width: 100%;
    height: 60px;
    transition: 0.2s;
    margin: 0;
    font-weight: bold;
}
.succesPop {
    min-width: 600px;
    max-width: 80%;
    background-image: url(/images/squidNFT/default/background.png);
    border: 1px solid var(--Gold100);
    padding: 6rem;
}
.succesCon {
    text-align: left;
    margin-bottom: 4rem;
    padding: 0;
    background: transparent;
    font-weight: bold;
}
.succesFooter {
    border-top: 0;
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
    font-size: 14px;
    color: var(--gray700);
}
.succesFooter a {
    text-decoration: underline;
    color: var(--gray700);
}
.succespopText{
    background-color: transparent;
}

.signup-main-link {
    height: 60px;
    border-radius: 4px;
    border: 1px solid var(--gray400);
}
.signup-main-link, .welcome-bottom-btn {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    margin: 0 auto;
}
.linear-line-container {
    display: flex;
    flex-direction: column;
    flex: 1 1;
}
.welcome-bottom-btn {
    height: 48px;
    border-radius: 4px;
}
.welcome-bottom-btn:hover {
    background-color: var(--gray700);
}
.nickNameP{
    white-space: nowrap;
}
.wellcomeWrap{
    display: flex;
    justify-content: center;
}
.signup-main-link:hover{
    border: 1px solid var(--black);
}

@media (max-width:764px) {
    .login-container{
        /* max-width: 100%; */
    }
}
@media (max-width:630px) {
    .succesPop{
        min-width: fit-content;
        width: 100%;
        height: 100vh;
        max-width: none;
    }
    .swal2-container{
        padding: 0;
    }
}
@media (max-width:410px) {
    .signup_title{
        white-space: inherit;
        font-size: 17px;
    }
    .subtitle{
        font-size: 14px;
    }
    article{
        margin: 6rem 2rem !important;
    }
}