﻿@charset "utf-8";

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,blockquote,button{margin:0;padding:0;-webkit-text-size-adjust:none}
body,input,textarea,select,table,button{color:#000;font-family:dotum,'돋움',AppleGothic,sans-serif;font-size:12px;font-weight:normal;}
table {border-collapse:collapse; border-spacing:0;}
img,fieldset {border:0;}
img,input,select,textarea{vertical-align:top;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
abbr,acronym {border:0;}

a{color:#000;text-decoration:none;}
a:link,a:hover,a:active{text-decoration:none;}

caption,
legend,
.accessibility {position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}

hr {margin-bottom:30px; font-size:0; line-height:0; border:1px solid #fff;}
hr.line {border-bottom:1px solid #ddd;}

.tCenter {text-align:center;}
.tRight {text-align:right;}

.fArea {*zoom:1;}
.fArea:after {content:""; display:block; clear:both;}
.fArea * {vertical-align:middle;}
.fLeft {float:left;}
.fRight {float:right;}
.clear {clear:both;}


.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -400px 0 0 -668px;
    width: 1336px;
    height: 800px;
    background: url(https://img.hunet.co.kr/gw/login/2019/bg.png) no-repeat center center;
}
.login-field {width: 332px; position: absolute; top: 50%; left: 50%; margin: -280px 0 0 -355px; font-size: 13px; font-weight: 600;}
.login-field .tit-login {font-size: 18px; padding-left: 154px; margin-bottom: 12px;}
.login-field ul {float: left;}
.login-field input[type=text],
.login-field input[type=password] {width: 204px; height: 37px; line-height: 37px; background: #eee; border: 0; font-size: 15px; color: #333; padding: 0 10px; margin-bottom: 5px;}
.login-field input[type=checkbox] {width: 15px; height: 15px; color: #333; vertical-align: middle;}
.login-field input::placeholder {color: #333;}
.login-field label {line-height: 24px;}
.login-field #btnLogon {float: right;}
