@charset "utf-8";

@font-face {
    font-family:'GOYANGDEOGYANG';
    src: url(/assets/fonts/GoyangDeogyang.woff) format('woff')
}

body,h1,h2,h3,h4,h5,h5,ol,ul,li,dl,dt,dd,table,tr,td,th,button{ margin:0; padding:0; }
li{ list-style: none; }
a{ text-decoration: none; }
button{ border:0; background:none; cursor:pointer; }
input{ border: 1px solid #d9d9d9; }
*{
    font-family:'GOYANGDEOGYANG';
    font-weight:100;
}
table {
    border-spacing: 0px;
    border-style: none;
    padding: 0px;}
td {
    border-spacing: 0px;
    border-style: none;
    padding: 0px;}

@media screen and (max-width:500px){
    #container{
        width:100%; height:100%;
        box-sizing: border-box;
        border-collapse: collapse;
    }
    h2{
        display:flex;
        justify-content:center;
        margin-top:45%;
        font-size:30px;
        color:#ea41a4;
    }
    form{
        width:80%;
        margin:25px auto auto auto;
    }
    .login_id{
        width: 99%;
        height: 40PX;
        margin-bottom: 15px;
        border-radius: 3px;
        font-size: 14px;
        text-indent: 5px;
    }
    .login_pw{
        width: 99%;
        height: 40px;
        border-radius: 3px;
        font-size: 14px;
        text-indent: 5px;
    }
    form p{
        font-size:12px;
        color:red;
    }
    .login_btn{
        width: 100.7%;
        height: 40px;
        border: 0px;
        border-radius: 3px;
        color: #fff;
        background: #ea41a4;
        font-size: 14px;
        margin-top: 15px;
    }
}


@media screen and (min-width:500px){
    #container{
        width:100%; height:100%;
        box-sizing: border-box;
        border-collapse: collapse;
    }
    h2{
        display:flex;
        justify-content:center;
        margin-top:300px;
        font-size:35px;
        color:#ea41a4;
    }
    form{
        width:356px; height:190px;
        margin:30px auto auto auto;
    }
    .login_id{
        width:350px;
        height:40px;
        margin-bottom:15px;
        border-radius:3px;
    }
    .login_pw{
        width:350px;
        height:40px;
        border-radius:3px;
    }
    form p{
        font-size:12px;
        color:red;
    }
    .login_btn{
        width:356px;
        height:40px;
        border:0px;
        border-radius:3px;
        color:#fff;
        background:#ea41a4;
        font-size:14.5px;
        margin-top:15px;
    }
}
