@charset "utf-8";

/* common reset */
*{margin: 0; padding: 0; box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,a,p,button,header,footer,table,caption,thead,tr,th,tbody,td,span,legend{margin: 0; padding: 0;}
body,input,select,textarea,header,footer,button {
    font-family: "Noto Sans KR","Nanum Gothic","나눔고딕","돋움",Dotum,Arial,sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}
body{background: #fff;-wekit-text-size-adjust:none; height: 100%; width: 100%;}
ol, ul{list-style:none}
table{table-layout:fixed; width:100%; border-spacing:0; font-size:inherit;}
caption{overflow:hidden;width:0;visibility:hidden;font-size:0;line-height:0;height:0;text-indent:-9999px;}
button{border:0; cursor:pointer; display: inline-block; text-align: center; white-space: nowrap; vertical-align: top; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent;}
img{vertical-align:top; border:0;}
h1, h2, h3, h4, h5, h6{font-weight:600;}
a{text-decoration:none; color: inherit;}
img,input,select,textarea {vertical-align: middle; border-radius: 0;}
input, select { -webkit-appearance: none; -moz-appearance: none;appearance: none; }
select::-ms-expand { display:none; }

#login {position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-weight: 600; text-align: center; min-width: 700px;}
#login .title {position: absolute; bottom: 50%; left: 0; right: 0; margin: 0 auto; width: 590px; background: url(/images/icon_user.png) 50px 50% no-repeat; height: 47px; line-height: 47px; font-size: 32px; padding-left: 70px; letter-spacing: -0.5px; margin-bottom: 50px; color: #3d3c4a;}
#login .center {position: absolute; top: 50%; left: 0; right: 0; min-height: 50%; background: #3d3c4a; }
#login .center .login_container { margin: 0 auto; width: 500px; color: #fff; padding-top: 70px; }
#login .center .login_contents {text-align: left; position: relative;}
#login .center .login_contents .half {font-size: 16px; width: calc(100% - 90px);}
#login .center .login_contents .half label {width: 100px; float: left; line-height: 40px;}
#login .center .login_contents .half input {width: calc(100% - 100px); float: left;}
#login .center .login_contents .half > div {overflow: hidden;}
#login .center .login_contents .half > div + div {margin-top: 10px;}
#login .center .login_contents .login {position: absolute; top: 0; right: 0; bottom: 0; width: 80px; height: 90px; background-color: #f15a24; color: #fff; font-weight: 600;}
#login .center .login_contents input {border: 1px solid #ccc; height: 40px; padding: 0 10px;}
#login .center .login_container .under {margin: 30px 0 50px; color: #8cc63f; font-weight: normal;}
#login .center .login_container .under a {border-bottom: 1px solid #8cc63f; padding-bottom: 3px;}
#login .center .login_container .under .warning {color: #f15a24; font-size: 13px; margin-bottom: 30px;}
#login .footer { color: #75747b; font-size: 13px; font-weight: normal; text-align: center; margin-bottom: 50px; }