* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


html, body {
    width: 100%;
    height: 100%;
}




body {
    background: url(./../images/Background-img.png) center center no-repeat;
    background-size: cover;

    overflow: hidden;
}


button:focus {
    outline: none;
}











#completeJoin {
    /* display: none; */
}

#pwEmail {
    display: none;
}

#confirmEmail {
    display: none;
}

#failEmail {
    /* display: none; */
}

#sendEmail {
    display: none;
}

#findPassword {
    /* display: none; */
}

#findEmail {
    display: none;
}

#join {
    display: none;
}

#completePassword {
    display: none;
}







.modal-landing-popup {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);

    display: flex;
    justify-content: center;
    align-items: center;

    user-select: none;
}

.sqs-block-popup {
    width: 520px;
    height: 400px;
    background: #fff;
    border-radius: 6px;

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

    position: relative;
}

@media screen and (max-width:640px) {
    .sqs-block-popup {
        width: 300px;
        height: 230px;

        padding: 0 50px;
        box-sizing: border-box;
    }
}

.area-text-img {
    pointer-events: none;
}


@media screen and (max-width:640px) {
    .area-text-img img{
        width: 100%;
    }
}


.btn-landing-popup {
    width: 290px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;

    font-size: 17px;
    color: #fff;
    background: #666666;;

    border: none;
    cursor: pointer;

    margin-top: 26px;

    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-landing-popup:hover {
    background: #000;
}



@media screen and (max-width:640px) {
    .btn-landing-popup {
        width: 165px;
        height: 25px;
        padding: 6px;

        font-size: 10px;

    
        margin-top: 10px;
    }
}

.area-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}


.btn-landing-popup-close {
    cursor: pointer;
    border: none;

    display: flex;
    justify-content: center;
    align-items: center;
}

.img-landing-popup-close {

}

@media screen and (max-width:640px) {
    .img-landing-popup-close {
        width: 8px;
    }
}


















/* landing popup 2 */


.sqs-block-popup2 {
    width: 520px;
    height: 310px;
    background: #fff;
    border-radius: 6px;

    padding: 0 35px;
    box-sizing: border-box;

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

    position: relative;
}

@media screen and (max-width:640px) {
    .sqs-block-popup2 {
        width: 320px;
        height: 184px;

        padding: 0 20px;
        box-sizing: border-box;
    }
}

.area-text-img {
    width: 100%;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width:640px) {
    .area-text-img img{
        width: 66%;
    }
}


.area-popup-text {
    width: 100%;
}


.title-landing-popup2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'SpoqaHanSansNeo';
}

@media screen and (max-width:640px) {
    .title-landing-popup2 {
        font-size: 20px;
    }
}


.hr-landing-popup2 {
    margin: 10px 0 20px 0;
}

@media screen and (max-width:640px) {
    .hr-landing-popup2 {
        margin: 5px 0 10px 0;
    }
}


.detail-landing-popup2 {
    font-size: 14px;
    font-weight: 300;
    font-family: 'SpoqaHanSansNeo';
}

@media screen and (max-width:640px) {
    .detail-landing-popup2 {
        font-size: 10px;
    }
}





.area-popup-btn2 {
    width: 100%;
}

.input-landing-popup2 {
    width: 100%;
    height: 40px;

    text-indent: 16px;

    /* margin: 23px 0; */
    margin-top: 23px;

    border-radius: 6px;
    border: 1px solid #9C9C9C;


    font-family: 'SpoqaHanSansNeo';

    outline: none;
}


@media screen and (max-width:640px) {
    .input-landing-popup2 {
        width: 100%;
        height: 20px;
    
        text-indent: 10px;
    
        margin: 12px 0 0 0;
    
        border-radius: 3px;

        font-size: 10px;
    }
}


.text-wrong-email {
    height: 30px;
    font-size: 10px;
    color: #FF1111;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width:640px) {
    .text-wrong-email {
        height: 20px;
        font-size: 10px;
        color: #FF1111;
        padding: 3px 0 0px 0;
        box-sizing: border-box;
        text-align: center;
    }
}


.btn-landing-popup2 {
    width: 100%;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;

    font-size: 17px;
    color: #fff;
    background: #666666;;

    border: none;
    cursor: pointer;

}



.btn-landing-popup2:hover {
    background: #000;
}



@media screen and (max-width:640px) {
    .btn-landing-popup2 {
        height: 25px;
        padding: 6px;

        font-size: 10px;


    }
}



.btn-change-pw {
    pointer-events: none;
}

.btn-change-pw.active {
    background: #000;
}




/* font-family: 'SpoqaHanSansNeo'; */





.area-input-pw {
    width: 100%;

}

.input-pw-block {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
}

.input-pw-block-second {
    margin-top: 20px;
}

@media screen and (max-width:640px) {
    .input-pw-block-second {
        margin-top: 10px;
    }
}


.label-find-pw {
    font-size: 20px;
}
@media screen and (max-width:640px) {
    .label-find-pw {
        font-size: 13px;
    }
}


.input-find-pw {
    width: 270px;
    height: 40px;

    text-indent: 16px;

    box-sizing: border-box;

    font-size: 13px;
    /* color: #fff; */

    border: none;
    border-radius: 3px;
    border: 1px solid #666666;
    outline: none;
    cursor: pointer;

}

@media screen and (max-width:640px) {
    .input-find-pw {
        width: 180px;
        height: 26px;
    
        text-indent: 10px;
        font-size: 10px;

    
    }
}


input:focus {
    outline: none;
}

input:focus::placeholder {
    color: transparent;
}

.img-input-pw {
    height: 100%;
    position: absolute;
    right: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}


@media screen and (max-width:640px) {
    .img-input-pw {
        right: 5px;
    }
}


























/* join */
.sqs-block-join {
    width: 560px;
    /* height: 560px; */
    background: #fff;
    border-radius: 6px;

    padding: 24px 34px;
    box-sizing: border-box;

    /* display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; */

    position: relative;

    /* font-family: 'SpoqaHanSansNeo'; */
}

@media screen and (max-width:640px) {
    .sqs-block-join {
        width: 308px;
        border-radius: 6px;
    
        padding: 13px 18px;
    }
}

.area-join-logo {
    width: 100%;
    padding-bottom: 14px;

    pointer-events: none;
}

.join-text-box {
    width: 100%;
}

.join-text-box img{
    width: 100%;
}


.area-join-form {
    width: 100%;
    /* border: 1px solid black; */
}

.join-input-block {
    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    padding-bottom: 24px;
    
}

@media screen and (max-width:640px) {
    .join-input-block {
        width: 100%;
    
        display: flex;
        justify-content: flex-start;
        align-items: center;
    
        padding-bottom: 14px;
        
    }
}



.join-warning-block {
    padding-bottom: 0;
}

.join-label {
    display: block;
    width: 135px;
    /* height: 40px; */
}

@media screen and (max-width:640px) {
    .join-label {
        width: 74px;
        font-size: 11px;
    }
}

.join-input {
    width: 270px;
    height: 40px;
    border: 1px solid #9C9C9C;
    border-radius: 3px;

    box-sizing: border-box;

    text-indent: 10px;
}

@media screen and (max-width:640px) {
    .join-input {
        width: 148px;
        height: 22px;

        font-size: 10px;
        text-indent: 3px;
    }
}

.text-join-warning {
    height: 24px;
    font-size: 10px;
    /* padding: 6px 0px 6px 135px; */
    padding-left: 135px;

    display: flex;
    align-items: center;

    color: #FF1111;
}

@media screen and (max-width:640px) {
    .text-join-warning {
        height: 14px;
        font-size: 10px;
        padding-left: 74px;
    }
}



.join-input-check {
    width: 20px;
    height: 20px;

    color: #000;
}
.join-input-chec:checked {
    background: none;
}

.text-join-check {
    padding-left: 10px;

    font-size: 13px;
    /* font-weight: 200; */
    line-height: 15px;

    word-break: keep-all;
}

@media screen and (max-width:640px) {
    .text-join-check {
        padding-left: 6px;
    
        font-size: 10px;
        /* font-weight: 200; */
        line-height: 13px;
    }
}

.btn-join-popup {
    height: 40px;
    color: #fff;

    background: #666666;
    border-radius: 2px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    cursor: pointer;
}

@media screen and (max-width:640px) {
    .btn-join-popup {
        height: 22px;
    }
}


.btn-join-complete.active {
    background: #000;
}

.btn-join-confirmID:hover {
    background: #000;
}

.btn-join-confirmID {
    width: 77px;

    font-size: 13px;
    margin-left: 12px;
}

@media screen and (max-width:640px) {
    .btn-join-confirmID {
        width: 48px;
    
        font-size: 10px;
        margin-left: 2px;
    }
}

.btn-join-complete {
    width: 100%;

    font-size: 17px;

    pointer-events: none;
    /* padding-bottom: 24px; */
    /* margin-bottom: 24px; */
}

@media screen and (max-width:640px) {
    .btn-join-complete {
        font-size: 10px;
    }
}

.img-join-pw {
    /* height: 100%; */
    position: absolute;
    right: 130px;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

@media screen and (max-width:640px) {
    .img-join-pw {
        right: 46px;
    }
}




















.correct {
    color: #1DCF00;
}