@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: hidden;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    white-space: nowrap;
    line-height: 1;
}

.main {
    width: 100%;
    height: 100%;
    /*outline: 1px solid red;*/
    text-align: center;
    background: #f7f7f7;
    min-width: 600px;
}

.main .form_wrap {
    position: fixed!important;
    width: 398px;
    height: auto!important;
    margin: auto;
    position: absolute;
    display: inline-table;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: rgb(0 0 0 / 9%) 0px 4px 15px;
    padding: 0 55px;
    background: #fff;
    padding-bottom: 15px;
}

.main .form_wrap h1 {
    width: 200px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 32px;
}

.main .form_wrap h1 a {
    width: 100%;
    display: inline-block;
}

.main .form_wrap h1 a img {
    width: 100%;
    display: inline-block;
}

.main .form_wrap input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 11px;
    outline: none;
    border: 1px solid #D1D1D1;
    color: #4c4c4c;
    border-radius: 3px;
}

.main .form_wrap input::placeholder {
    color: #aaaaaa;
}

.form_btn {
        width: 100%;
        height: 35px;
        line-height: 34px;
        background: #333434;
        color: #fff;
        font-size: 13px;
        margin-top: 11px;
        margin-bottom: 52px;
        border-radius: 3px;
}

.main .form_wrap .txt_area {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    text-align: right;
}

.main .form_wrap .txt_area .tit_style1{
    font-size: 14px;
    line-height: 14px;
    color: #565656;
    /* margin-right: 9px; */
}
.main .form_wrap .txt_area a{
    font-size: 14px;
    line-height: 14px;
    color: #565656;
    font-weight: 400;
    text-decoration: underline;
}
.main .form_wrap.st2 .logo{
    margin-bottom: 10px!important;
}
.main .form_wrap.st2 .txt_area{
    margin-bottom: 39px;
}
.main .form_wrap .txt_area a{
    margin-right: 5px;
}
.main .form_wrap .txt_area a:last-child{
    margin-right: 0!important;
}
.left_align{
    float: left!important;
}
.txt_dc_n{
    text-decoration: none!important;
}
.txt_center{
    text-align: center!important;
}
.main .form_wrap.join{
    height: 521px;
}
.main .form_wrap.join h1{
    margin-bottom: 9px;
}
.main .form_wrap.join .txt_area{
    margin-bottom: 27px;
}
.txt_b{
    font-weight: bold!important;
}
.main .form_wrap.login_info h1{
    margin-bottom: 56px;
}
.main .form_wrap.login_info .txt_area{
    margin-bottom: 57px;
}
.main .form_wrap.login_info .txt_area .tit_style1{
    font-size: 16px;
}
.main .form_wrap.login_info{
    height: 372px;
}
.main .form_wrap.st2.pw{
    height: 443px;
}