@font-face {
    font-family: 'Arita-dotum-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Arita-dotum-Medium'!important;
    min-height: 100vh;
}

.main-text {
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin-bottom: 4px;
}

input{
    font-family: 'Arita-dotum-Medium'!important;
}
form {
    font-size: 12px;
    color: #6f7074;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-12 {
    font-size: 12px;
}

.w-color {
    color: white;
}

.b-color {
    color: #000000;
}

.g-color {
    color: #6f7074;
}

.g-bg-color {
    background: #e0e0e0;
}

.ml_40{
    margin-left: 40px;
}
.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.pt_40 {
    padding-top: 40px;
}

.pl_30 {
    padding-left: 30px;
}

.pr_30 {
    padding-right: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pt_20 {
    padding-top: 20px;
}

.mt_30{
    margin-top:30px;
}
.line-side {
    display: flex;
    flex-basis: 100%;
    align-items: center;
}

.line-side::before {
    content: "";
    flex-grow: 1;
    background: #000000;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.line-side::after {
    content: "";
    flex-grow: 1;
    background: #000000;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.btn-sns {
    text-align: center;
    font-size: 14px;
    padding: 8px;
    border-radius: 0.6rem;
    position: relative;
}

.naver-color {
    background: #03CF5C;
    color: black;
}

.kakao-color {
    background: #FFE500;
    color: black;
}

form{
    border: 1px solid #e0e0e0;
}



.sub-text {
    font-size: 14px;
    color: #6f7074;
    margin-bottom: 30px;
}

.main-size{
    max-width: 450px;
    background: white;
    padding:0px!important;
}

.line-height-18{
    line-height: 18px;
}

.btn-sns img{
    position: absolute;
    top: auto;
    left: 10px;
}
@media all and (max-width: 500px)  {
    body {
        min-height: 0;
    }
}
