@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Dongle&family=Hi+Melody&family=Noto+Sans+KR:wght@100..900&display=swap');
@font-face {
    font-family: 'Ownglyph_ParkDaHyun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2411-3@1.0/Ownglyph_ParkDaHyun.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html, body {
    margin: 0 0 0 0;
    background: #626262;
    min-width: 100%;
    min-height: 100%;
}
.head {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    position: relative;
    border: 0px 0px 1px 0px;
    background-color: #a2a2a2;
    color: white;
    justify-content:center;
}
.title {
    font-family: 'Ownglyph_ParkDaHyun';
    width: 206px;
    height: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}
.body {
    width: 100%;
}
.bodytitle {
    font-family: 'Ownglyph_ParkDaHyun';
    width: 83px;
    height: 38px;
    margin: 264px auto 0;
    color: white;
}
.log {
    display: flex;
    width: 392px;
    height: 278px;
    margin: 18px 10px auto auto;
    position: relative;
    flex-direction: column;
}
.textemail {
    color: white;
    font-family: 'Ownglyph_ParkDaHyun';
    height: 18px;
    position: relative;
    margin: 49 18 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.9px;
    text-align: left;
}
.email {
    font-family: 'Ownglyph_ParkDaHyun';
    width: 355px;
    height: 33px;
    border-radius: 5px;
    position: relative;
    margin: 8 18;
    gap: 0px;
}
.textpassword {
    color: white;
    font-family: 'Ownglyph_ParkDaHyun';
    height: 18px;
    position: relative;
    margin: 16 18 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.9px;
    text-align: left;
}
.password {
    font-family: 'Ownglyph_ParkDaHyun';
    width: 355px;
    height: 33px;
    border-radius: 5px;
    position: relative;
    margin: 8 18 0;
}
.helper {
    font-family: 'Ownglyph_ParkDaHyun';
    font-size: 12px;
    color: red;
    height: 15px;
    position: relative;
    margin: 4 18 0;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
}
.flex{
    display: flex;
    align-items: center;
    flex-direction:row;
    margin: 0 auto;
}
.flex2{
    display: flex;
    align-items: center;
    flex-direction:row;
    margin: auto auto auto 10px;
    align-items: center;
    justify-content: center;
}
button {
    font-family: 'Ownglyph_ParkDaHyun';
    color: white;
    width: 100px;
    height: 60px;
    border: none;
    background-color: #26252d;
    border-radius: 5px;
    position: relative;
    margin: 0 18 0 0;
}
.signup {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: 'Ownglyph_ParkDaHyun';
    width: 100px;
    height: 60px;
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    margin: 0 auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
}
