@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap&subset=korean');




/* CSS Document */
* {margin:0;padding:0; font-family:'Noto Sans KR', sans-serif;   font-weight: 400; /*color:#444444; */}
ol, ul{list-style: none;}
.none, hr, legend {display:none;}
.clear {clear:both;}
fieldset, img {border:0}

html,body,header,hgroup,nav,aside,section,article,footer,menu,ul,ol,dl,dt,dd,
div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,summary,fieldset,legend,form,label,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,time,mark,
table,caption,thead,tbody,tfoot,tr,th,td,audio,video,canvas,details,figure,figcaption
{margin:0;padding:0}

table{border-collapse:collapse;border-spacing:0;border:0}
table th{text-align:center;font-weight:bold}
table caption{width:0;height:0;line-height:0;overflow:hidden; font-size:0;}

form { margin:0px; }

a:link, a:visited, a:active { text-decoration:none; color:#000;}
a:hover { text-decoration:none; }
a.menu:link, a.menu:visited, a.menu:active { text-decoration:none;}
a.menu:hover { text-decoration:none; }


input.text {
    width: 30%;
    height: 25px;
    line-height: 25px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #CCC;
}

input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }
.backnone {background-image: none;}

body {overflow-x : hidden} 

ol, ul{list-style: none;}
.hidden {visibility:hidden;position:absolute;}
.none, legend, caption {display:none;}
fieldset, img {border:0}
.clear {clear:both;}

b, strong {font-style:normal; font-weight:bold;}

button {border:none;cursor:pointer;}

