@font-face {
    font-family: 'NanumSquareNeoBold';
    src: local('NanumSquareNeoBold'), url('../../../fonts/NanumSquareNeoTTF-cBd.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: local('NanumSquareNeoExtraBold'), url('../../../fonts/NanumSquareNeoTTF-dEb.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: local('NanumSquareNeoHeavy'), url('../../../fonts/NanumSquareNeoTTF-eHv.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: local('NanumSquareNeo'), url('../../../fonts/NanumSquareNeoTTF-bRg.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoLight';
    src: local('NanumSquareNeoLight'), url('../../../fonts/NanumSquareNeoTTF-aLt.woff') format('woff');
}
body {
    background: #fff;
}
/* Modal */
.sign-modal-overlay{
    width: 100%;
    height: 100vh;
    /* position */
    position: fixed;
    top: 0;
    left: 0;
    /* background */
    background: rgba(0, 0, 0, 0.50);
    z-index: 1000;
}

.sign-modal-cont-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    transform: translate(-50%, -50%);
    /* size */
    width: 280px;
    padding: 23px 8px 8px 24px;
    border-radius: 4px;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* background */
    background-color: #fff;
    /* shadow */
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.20), 0px 6px 30px 0px rgba(0, 0, 0, 0.12), 0px 16px 24px 0px rgba(0, 0, 0, 0.14);
}

.sign-modal-title{
    font-size: 16px;
    color: #000000DE;
    padding: 8px 0 16px 0;
}

.sign-modal-cont{
    width: 100%;
    height: auto;
    min-height: 60px;
    padding-right: 16px;
    font-family: var(--font-kr);
    color: #00000099;
    text-align: left;
    font-size: 14px;
}

.sign-modal-confirm{
    display: inline-block;
    width: 100%;
    padding: 10px 8px;
    color: var(--dark-main-color) !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
}

/* Terms Modal */
.terms-modal{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* bg */
    background-color: #fff;
}
/* Terms Modal Header */
.terms-modal-header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    gap: 15px;
}

/* Back button */
.terms-back-button{
    width: 25px;
    height: 25px;

}

.terms-back-button img{
    width: 100%;
    height: 100%;
}

.terms-title{
    color: #000;
    font-size: 18px;
}

.terms-contents{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 16px;
    font-size: 14px !important;
    padding-bottom: 20px;
}




/* MAIN CSS */
/* PC Nav Hidden */
.pc-nav{
    display: none;
}

/* Mobile Header */
.mobile-header {
    width: 100%;
    height: 60px;
    padding: 0 16px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* mobile back button */
.mobile-back-btn {
    width: 25px;
    height: 25px;
}

.mobile-back-btn img {
    width: 100%;
}

/* 약관 동의 메인 
===========================================*/
.agree-main{
    
    width: 500px;
    height: 600px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    /* position */
    position: relative;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}



.checkarea {
    display: flex;
    flex-direction: column;
    gap:5px;
}

.checkitem {
    display: flex;
    gap: 10px;
    line-height: 18px;
}

.regcheckbox  {
    width: 100%;
    height: 20px;
    padding-left: 40px;
    background:url(../../../../img/regcheckoff.png);
    background-size:contain;
    background-repeat:no-repeat;
    display:flex;
    align-items: center;
    cursor: pointer;
}

.checkline {
    width: 100%;
    height: 1px;
    background:#e9e9e9;
    margin-top:10px;
    margin-bottom:10px;
}
.regcheckbox.checkon {
    background:url(../../../../img/regcheckon.png);
    background-size:contain;
    background-repeat:no-repeat;
}


.regdetail {
    background:url(../../../../img/regdetail.png);
    background-size:16px;
    background-repeat:no-repeat;
    width: 20px;
    height:20px;

}

 .btnnext{
    width: calc(100% - 80px);
    position: absolute;
    bottom: 30px;
    height: 56px;
    background: #D9D9D9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'NanumSqureNeoBold';
    color: #9E9E9E;
    cursor: pointer;
}
.checkrequire {
            color:#00A0B6;
        }


.btnnext.active {
    background:#00a0b6;
    color:white;
}
.regcheckbox > span {
    flex:1;
}

.txtbold{
    font-size:16px;      
    color:#141515;
    font-family:'NanumSquarNeoBold';
}

/* 전체 width 정해두기 */
.top-title-wrapper,
.agree-all-button,
.agree-list,
.limit-age-wrapper{
    max-width: 280px;
    width: 100%;
}

/* agree top title */
.agree-title{
    font-size: 28px;
    font-family: 'NanumSqureNeoExtraBold';
    color: #141415;
    font-weight: 800;
}
/* agree top description */
.agree-description{
    font-size: 15px;
    font-weight: 400;
    color: #141415;
    margin-top: 16px;
}

/* All agree button */
.agree-all-button{
    margin-top: 40px;
    height: 45px;
    border-radius: 2px;
    background: #E9E9E9;     
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    cursor: pointer;
}

.agree-all-word{
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; /* 100% */
}

.agree-all-icon{
    width: 25px;
    height: 25px;
    background-image: url('../../../../img/icon/agree/all-unable.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* 전체동의 시 */
.agree-all-valid{
    background-color: var(--dark-main-color);
}

.agree-all-valid > .agree-all-word{
    color: #fff;
}

.agree-all-valid-icon{
    background-image: url('../../../../img/icon/agree/all-able.png');
}

/* 약관 리스트 */
.agree-list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.agree-list-item{
    width: 100%;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* agree text */
.agree-text{
    color: var(--main-dark-grey);
    font-size: 14px;
}

/* 필수 동의 */
.required-agree .agree-text{
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.agree-icon{
    margin-right: 16px;
    width: 25px;
    height: 25px;
    background-image: url('../../../../img/icon/agree/unable.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
}
/* 동의할 시 */
.agree-valid-icon{
    background-image: url('../../../../img/icon/agree/able.png');
}


/* 연령 제한 스타일링 */
.limit-age-wrapper{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.limit-age-title{
    font-size: 14px;
    color: var(--main-dark-grey);
}

.limit-age-more{
    font-weight: 700;
    text-decoration: underline !important;
    cursor: pointer;
}

.limit-age-description{
    font-size: 12px;
    color: var(--main-dark-grey);
}

/* Agree Next button */
.agree-next-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    color: var(--main-dark-grey);
    font-weight: 700;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

/* Next Button Valid */
.agree-next-btn-valid{
    background-color: var(--main-color);
    color: #fff;
}

/* REGISTER PAGE
==================================== */
#form1{
   display: block;
}

/* 전체 메인 공통 스타일 */
.register-common-main{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Progress */
.progress{
    font-size: 14px;
    color: #000;
}

.progress-now{
    color: var(--dark-main-color);
}

/* input Sections */
.register-first-input-wrapper, .register-second-input-wrapper, .register-last-input-wrapper, .reset-wrapper{
    width: 100%;
    padding: 20px;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* register title */
.register-title{
    margin-top: 20px;
    width: 100%;
    color: #141415;
    font-size: 22px;
    font-weight: 800;
    line-height: 18px;
}
/* register description */
.register-description{
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: var(--main-dark-grey);
}

/* FIRST NAME & PROFILE SECTION */

/* 프로필 이미지 wrapper */
.register-profile-wrapper{
    /* margin */
    margin-top: 40px;
    /* position */
    position: relative;
    /* size */
    width: 120px;
    height: 120px;
}

/* 프로필 이미지 에리어 */

.profile-imgarea,.profile-imgarea > img{
    width: 100%;
    height: 100%;
}
/* 이미지 에리어만 스타일링 */
.profile-imgarea{
    overflow: hidden;
    border-radius: 50%;
}

/* Photo icon */
.photo-icon{
    /* size */
    width: 36px;
    height: 36px;    
    /* position */
    position: absolute;
    bottom: 0;
    right: 0;
    /* border */
    border-radius: 50%;    
}

.photo-icon img{
    width: 100%;
}

 .nickarea{
    display: flex;
    gap: 8px;
    width: 100%;
    position: relative;
    height:80px;
    margin-top:30px;
}

.btntextclear {
    position: absolute;
    right: 100px;
    background: url(../../../img/textclear.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 18px;
    cursor: pointer;
}

.inputparea {
    flex:1;
    display:flex;
    flex-direction: column;
    gap:5px;
    
}

.inputtitle {
    font-size: 12px;
    color:#57585a;
    
}

.nocheck {
            display:none;
            color:#F16B71;
            font-size: 13px;
            font-family:'NanumSqureNeoBold';
        }

        .nickerror {
            display:none;
            color:#F16B71;
            font-size: 13px;
            font-family:'NanumSqureNeoBold';
        }

        .success {
            display:none;
            color:#3FA654;
            font-size: 13px;
            font-family:'NanumSqureNeoBold';
            background:url(../../../img/successcheck.png);
            background-size:12px;
            background-repeat:no-repeat;
            background-position-y: center;
            padding-left:15px;
        }

        .nickcount {
            font-size: 12px;
            margin-bottom: 5px;
            display: block;
            color: #9e9e9e;
            position:absolute;
            top:20px;
            right:124px;
            font-family:'NanumSqureNeo';
        }

        .nickcount.over {
            color: red;
        }

.inputparea > input {
    height: 56px;
    padding: 14px 14px 14px 12px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    outline-color: #00A0B6;
}

.emailarea {
    width: 100%;
    display: flex;
    gap:5px;
    
}

.emailarea > input {
    height: 56px;
    padding: 14px 14px 14px 12px;
    flex:1;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    outline-color: #00A0B6;
}

.emailarea > input.error {
    outline-color: #f16871;
}

.emailcont {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap:8px;
    width: 100%;
    position: relative;
}

.passwordchk {

    color:#9e9e9e;
    font-size: 13px;
    font-family: 'NanumSqureNeoBold';
}

.passwordchk.error {
    color:#f16871;
}

.passwordchk.ok {
    color:#3fa654;
}

.btnnickcheck{
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 14px 12px;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height:56px;
    width: 80px;
}

.btnnickcheck.check {
    border: 1px solid #57585a;
    color: #57585a;
}

/* Name Input Section */
.input-name-section, .input-email-section, .input-pass-section{
    margin-top: 40px;
    width: 100%;
    position: relative;
}

/* Re Password */
.input-repass-section{
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.input-type{
    width: 100%;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    padding: 13px 28px 13px 40px;
}

.input-type::placeholder{
    font-size: 12px;
}

/* Name Input Icon Set up */
.input-icon, .delete-btn{
    width: 25px;
    height: 25px;
    /* position */
    position: absolute;
}

.input-icon{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.delete-btn{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

:is(.input-icon, .delete-btn) img{
    width: 100%;
    height: 100%;
}

/*  Next button */
.register-first-next-btn, .register-second-next-btn, .register-last-next-btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
    color: var(--main-dark-grey);
    font-weight: 700;
}


/* Common Next Button Valid */
.register-next-btn-valid{
    background-color: var(--main-color);
    color: #fff;
}

/* Valid */
.register-email-info, .register-repass-info, .register-pass-info{
    margin-top: 8px;
    width: 100%;
    height: 12px;
    font-size: 10px;
    color: var(--point-color);
}

/* Pass Valid */
#password, #repassword{
    padding-right: 60px;
}
.pass-delete{
    right: 30px;
}
.pass-valid-icon{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pass-valid-icon img{
    width: 100%;
}
/* OK sign size set */
#re-pass-ok, #pass-ok{
    transform: scale(60%) translateY(5px);
}

/* Bottom register info */
.register-bottom-info{
    margin-top: 150px;
    padding: 14px;
    width: 280px;
    height: auto;
    border-radius: 2px;
    border: 1px solid var(--point-color);
    color: var(--point-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

/* 비밀번호 리셋 */
.reset-pw-button{
    margin-top: 36px;
    width: 100%;
    height: 50PX;
    background-color: #E9E9E9;
    border-radius: 2px;
    color: var(--main-dark-grey);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.reset-pw-button-valid{
    color: #fff;
    background-color: var(--main-color);
}

/* 반응형 모바일 대응 */
@media screen and (max-width: 767px) {
     /* Terms Modal */
     .terms-modal{
        /* position */
        top: 0;
    }
}
/* 비밀번호 변경 FAQ */
.faq-button{
    right: 24px;
    bottom: 24px;
}

/* 회원가입 성공 페이지 */
.sign-complete-main{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}

/* 회원가입 성공 컨텐츠 */
.sign-complete-content{
    width: 280px;
    /* position */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* 회원가입 완료 모바일 배경 아이콘 */
.mobile-complete-icon{
    background: url('../../../img/icon/only-logo.png') no-repeat center/cover;
    opacity: 7%;
}

/* 1 */
.mobile-complete-icon-1{
    position: absolute;
    top: 0%;
    right: -50%;
    width: 320px;
    height: 320px;
    transform: rotate(53.661deg);
}
/* 2 */
.mobile-complete-icon-2{
    position: absolute;
    top: 10%;
    left: -75%;
    width: 451px;
    height: 449px;
}
/* 3 */
.mobile-complete-icon-3{
    position: absolute;
    bottom: -20%;
    right: -40%;
    width: 451px;
    height: 449px;
}



/* 회원가입 성공 아이콘 */
.sign-complete-icon {
    width: 175px;
}

.sign-complete-icon img {
    width: 100%;
}

/* 회원가입 완료 텍스트 wrapper */
.sign-complete-text-wrapper{
    width: 100%;
    font-family: var(--font-kr);
    text-align: center;
}

/* 회원가입 완료 타이틀 */
.sign-complete-title{
    color: var(--dark-main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    margin-bottom: 16px;
}

/* 회원가입 완료 Description */
.sign-complete-description{
    color: var(--dark-main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

/* 회원가입 완료 메인 가기 버튼 */
.sign-complete-go-main{
    /* margin */
    margin-top: 15px;
    /* size */
    width: 100%;
    height: 50px;
    border-radius: 2px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    text-align: center;
}

.pc_header{
        width: 100%;
        display: flex;
        align-items: center;
    }

    
.pc-back-btn{
    width: 40px;
    padding:8px;
    cursor: pointer;
}

.pc-back-btn > img {
    width: 100%;
}

.pc-title{
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #141515;
    font-family: 'NanumSquareNeoBold';
}


/* 반응형 PC 대응 */
@media screen and (min-width: 768px) {
    /* Terms Modal */
    .terms-modal{
        width: 90%;
        height: 85%;
        /* position */
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        /* border */
        border-radius: 2px;
        border: 1px solid #E9E9E9;
        background: #FFF;
        /* padding */
        padding: 25px 100px 0 100px ;
    }
    /* Terms Modal Header */
    .terms-modal-header{
        height: 100px;
    }
    /* 상단 모바일 헤더 제거 */
    .agree-mobile-header{
        display: none;
    }
    
     .pc_header{
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        margin-top:10px;
    }

    .regcont {
        padding: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding-bottom:20px;
    }
    /* PC wrapper Style */
    .pc-wrapper{
        width: 100%;
        height: 100vh;
        
    }
    /* PC nav */
    .pc-nav{
        width: 100%;
        height: 65px;
        /* flex */
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding */
        padding: 0 70px;
        /* background */
        background: #FFF;
        /* shadow */
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    }
    /* PC Nav Logo */
    .pc-logo-wrapper{
        width: 100px;
        cursor: pointer;
    }

    .pc-logo-wrapper img{
        width: 100%;
    }

    /* PC Login Sign */
    .pc-login-sign{
        display: flex;
        align-items: center;
        gap: 6px;
    }
    /* Sign Word */
    .pc-login-sign span{
        color: var(--dark-main-color);
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
    }
    /* Sign icon */
    .pc-login-sign-icon{
        width: 25px;
        height: 25px;
    }

    .pc-login-sign-icon img{
        width: 100%;
        height: 100%;
    }

    /* Mobile */
    .mobile-wrapper{
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: relative;
    }

   

    .agree-next-btn{
        width: 420px;
        position: relative;
        left: 0;
        top: 0;
    }

    /* REGISTER PC Version */
    /* 상단 백버튼 감추기 */
    .mobile-back-btn{
        visibility: hidden;
    }

    .register-header{
       padding-right: 20px;
    }

    /* Register Wrapper */
    .register-wrapper{
        width: 420px;
        position: fixed;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .register-wrapper main{
        border-radius: 2px;
        border: 1px solid #E9E9E9;
    }

    /* 첫번째 메인 */
    #register-first > main {
        width: 100%;
        height: 350px;
    }
    /* 두번째 메인 */
    #register-second > main {
        width: 100%;
        height: 350px;
    }
    /* Last */
    #register-last > main {
        width: 100%;
        height: 550px;
    }

    .register-bottom-info {
        margin-top: 120px;
    }

    .register-first-next-btn, .register-second-next-btn, .register-last-next-btn{
        position: relative;
    }

    /* Reset Password Wrapper */
    #change-pw-main{
        height: 250px;
        padding: 40px 0;
    }

    /* FAQ Button */
    .faq-button{
        right: 70px;
        bottom: 70px;
    }

    /* 회원가입 완료 */
    .mobile-complete-icon{
        display: none;
    }

    /* 회원가입 성공 페이지 */
    .sign-complete-main{
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        /* size */
        width: 420px;
        height: 440px;
        /* border */
        border: 1px solid #e9e9e9;
        border-radius: 2px;
    }
}


 @media screen and (max-width: 768px) {
          
        .agree-main {
            width: 100%;
            height: 100%;
            background-color: white;
            position: relative;
            display:flex;
            flex-direction: column;
        
        }

        .top-title-wrapper {
            width: calc(100% - 40px);
            margin-left:20px;
            margin-top:40px;
        }
            .login-logo-wrapper {
              margin-top: 40px;
            }

            .logintype {
              margin-top: 60px;
            }

            .pc_header{
                width: calc(100% - 20px);
                display: flex;
                align-items: center;
                margin-top:10px;
            }

            .pc-title {
                margin-right:40px;
                font-size:16px;
            }

            .regcont {                
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 32px;
                padding-bottom:20px;
            }

            .regtitle {
                font-family: 'NanumSquareNeoBold';
                font-size: 20px;
                color: #141515;
                line-height: 150%;
                width:160px;
                margin-left:20px;
                margin-top:20px;
            }

            .logincont {
              padding:20px;
            }

            .regpic {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .picarea {
                width: 90px;
                height:90px;
                position: relative;
            }

            .picarea > img {
                width: 100%;
                border-radius: 50%;
                aspect-ratio:1;
            }

            .register-title {
                font-size:18px;
            }

            .emailcont > .inputparea > .btntextclear {
                top:31px !important;
            }

            .emailarea > input {
                height:48px;
            }

            .btneditpic {
                width: 36px;
                height: 36px;
                position: absolute;
                bottom: 0px;
                right: 0px;
                background:url(img/picedit.png);
                background-size:contain;
                cursor: pointer;
            }

            .nickarea{
                display: flex;
                gap: 8px;
                width: 100%;
                position: relative;
                height:80px;                
            }

            .checkarea {
                width:calc(100% - 40px);
                margin-left:20px;
            }

            .inputparea {
                flex:1;
                display:flex;
                flex-direction: column;
                gap:5px;
            }

            .inputparea > input {
                height: 48px;
                padding: 14px 14px 14px 12px;
                width: 100%;
                border-radius: 8px;
                border: 1px solid #d9d9d9;
                outline-color: #00A0B6;
            }

            .btntextclear {
                top:14px;
            }

            .nickcount {
                top:18px;
            }

            .btnnickcheck{
                border-radius: 8px;
                border: 1px solid #D9D9D9;
                background: #FFF;
                padding: 14px 12px;
                font-size: 14px;
                color: #9e9e9e;
                line-height: 150%;
                display: flex;
                align-items: center;
                cursor: pointer;
                height:48px;
                width:80px;
            }

            .btnnext {
                position:fixed;
                bottom:0;
                border-radius:0px;
                width: 100%;
            }
         }