@font-face {
    font-family: 'PLight';
    src: url('/Font/Pretendard-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PRegular';
    src: url('/Font/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PMedium';
    src: url('/Font/Pretendard-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PSemiBold';
    src: url('/Font/Pretendard-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PBold';
    src: url('/Font/Pretendard-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;

    background-color: #171A1C;
    overflow-x:hidden;
    font-family: 'PSemiBold', 'PRegular', 'PRegular', 'PMedium', sans-serif;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.block {
    display: flex;
    flex-direction: column;
}



.login {
    width: 80%;
    max-width: 400px;
    padding: 20px 40px;
    margin-top: 100px;
    border-radius: 20px;
}

.top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.monoegg_logo {
    margin-right: 10px;
    height: 24px;
    opacity: 0.9;
    transform: translateY(5px);
}

.h1 {
    font-family: 'PMedium';
    font-size: 24px;
    opacity: 0.9;
    margin: 0;
    margin-left: 10px;
    text-align: right;
    color: #ffffff;
    margin-bottom: 20px;
}

.p {
    font-family: 'PRegular';
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    color: #A0A5AB;
}


.verify_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.loading {
    display: inline-block;
    width: 14px;
    height: auto;
}

.loading.none {
    display: none;
    width: 14px;
    height: auto;
}




.verify_button.true  {
    width: 100%;
    outline: none;
    border: none;
    background-color:#3555D4;
    border-radius: 10px;
    font-family: 'PRegular';
    padding: 18px 16px;
    font-size: 15px;
    color: #ecedff;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;

    transition: 
        0.3s background-color;
}






.line {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.sc_hr {
    flex: 1;
    border: none;
    border-top: 1px solid #3e3f41;
}

.scl_title {
    font-family: 'PRegular';
    text-align: center;
    font-size: 15px;
    color: #717377;
    white-space: nowrap;
}

.social-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#kakao-login-btn {
    border-radius: 10px;
    width: 100%;
    padding: 18px;
    background-color: #FEE500;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    justify-content: center;
    margin-bottom: 100px;
}

.kakao_sign_login{
    margin: 0;
    transform: translateY(1px);
    font-family: 'PMedium';
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    opacity: 85%;
    white-space: nowrap;
}

#kakao-login-btn img {
    height: 17px;
}




.verify_button.false  {
    width: 100%;
    outline: none;
    border: none;
    background-color: #222427;
    border-radius: 10px;
    font-family: 'PMedium';
    padding: 18px 16px;
    font-size: 15px;
    color: #55575E;
    cursor: not-allowed;
    text-align: center;
    box-sizing: border-box;
    transition: 
        0.3s background-color;
}


.verify_button.true:hover {
    background-color:#2e4cc4;
}



.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}









.signup {
    margin-top: 20px;
    font-family: 'PRegular';
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    color: #A0A5AB;
}

.signup a {
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

.signup a:hover {
    opacity: 0.8;
    text-decoration: underline;
}



.lin {
    outline: none;
    background-color:transparent;
    border-color: #31363F;
    border-width:1px;
    border-style: solid;
    border-radius: 13px;
    padding: 19px 17.5px;
    font-family: 'PRegular';
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    cursor: text;
    transition: border-color 0.3s ease;
    text-align: left;
    resize: vertical;
}


.lin::placeholder {
    color: #36383b;
    font-family: 'PRegular';
}




.lin:focus {
    border-color: #547cff;
}




.speech-bubble {
    position: absolute;
    background-color: #171a1c7e;
    color: #000000;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'PReuglar';
    border: 2px solid rgb(75, 77, 83);
    white-space: nowrap;
    z-index: 10;
    animation: bobbing 1.5s infinite ease-in-out;
}

.speech-bubble span {
    font-family: 'PMedium';
    color: #ffffff;
    opacity: 80%;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    
    bottom: 100%;
    left: 50%;
    
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent rgb(75, 77, 83) transparent;
}

@keyframes bobbing {
    0%, 100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(-3px);
    }
}