@charset "utf-8";
@import url(font.awesome.css);
@import url(font.notoSansKr.css);


input[type="submit"] { font-family:'Font Awesome 5 Pro'}
body {margin:0;padding:0;background-color:#f4f5f9; font-family: "Noto Sans KR", sans-serif !important; letter-spacing: -0.07em;}
hr {display:none;clear:both;}
img {border:0 none;}
h1,h2,h3,h4,h5,dl,dt,dd,ul,li,ol,th,td,p,blockquote,form {margin:0;padding:0;}
table {border-collapse:collapse;border:0 none; }
table th, table td {vertical-align: top !important; text-align: center;}

form, p {margin: 0px;}
button {margin:0;padding:0;border:0 none;background:transparent;*overflow:visible;cursor:pointer;}
button::-moz-focus-inner {padding:0;border:0;}
ul, li, ol, dt, dd { list-style: none;}
body,table,th,td,input,select,textarea,div {
font-size: 12px;
font-style: normal;
line-height:18px;
margin:0;
word-spacing:-1pt;
word-break:break-all;
}

a{text-decoration:none; color:#333;}
a:hover{text-decoration:none}


#wrap {
    width: 664px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 100px;

}

.logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 37px 50px;
    justify-content: flex-end;
    box-sizing: border-box;
}

.logo ul {
    display: flex;
    flex-direction: row;
}

.logo ul li {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    margin-left: 15px;
}

.logo ul li:first-child { margin-left: 0;}

.login_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 107px;
}

.login_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
}

.login_title h3{
    padding: 24px 0px;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    border-bottom: 4px solid #2264b2;
}

.login_title span{
    padding: 30px 0px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

/* form 시작 */
.login_form {
    margin-top: 40px;
    width: 100%;
}

.login_form ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login_form ul li {
    width: 100%;
}

.login_form ul li { margin-bottom: 10px;}

.login_form ul li input[type='text'],
.login_form ul li input[type='password']{
    border:1px solid #dfdfdf;
    width: 100%;
    border-radius: 5px;
    padding: 19px 20px;
    box-sizing: border-box;
}

.login_form ul li label {
    font-size: 14px;
    color: #656565;
}

.login_form ul li input[type='checkbox']{
    border: 1px solid #cfcfcf;
    margin-right: 10px;
}

.login_form ul .idClass {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:20px;
    margin-bottom: 20px;
}

.login_form ul li input[type='submit']{
    width:100%;
    padding: 20px 0px;
    text-align: center;
    background-color: #2264b2;
    color: #fff;
    border-radius: 2px;
    font-size: 20px;
    border: 0 none;
    font-weight: 700;
}

/*  */
@media(max-width:768px){
    #wrap {
        width: 100%;
        box-sizing: border-box;
    }

    .login_box {
        padding: 0px 50px;
    }

    .login_title span {
        text-align: center;
        word-break: keep-all;
    }

    .login_title { margin-top: 30px;}

	.login_title h3 { font-size: 35px;}
	.login_form ul li input[type='submit'] { font-size: 17px;} 
}

@media(max-width:460px){
    .login_box {
        padding: 0px 20px;
    }
    
    .logo {
        padding: 37px 20px;
    }
    
    .logo ul {
        justify-content: space-between;
        width: 100%;
    }

    .logo ul li {
        margin-left: 0px;
        font-size: 15px;
    }    
}

@media(max-width:341px){
    .logo ul li {
        margin-left: 0px;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0px 5px;
        text-align: center;
        line-height: 1.5em;
        word-break: keep-all;
    }

	.login_title h3 { font-size: 32px;} 
	.login_title span { font-size: 15px;}

}