@charset "utf-8";
@font-face {
  font-family: "NotoSansKR";
  src: url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://fonts.googleapis.com/css?family=Roboto:400,100,700");
  unicode-range: U+0020-007E, U+0041-005A, U+0061-007A;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, center,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{	
	padding:0px;
	margin:0px;
	vertical-align:top
}
html {overflow-y:auto;text-align:center;color:#333;font-size:13px;line-height:1;font-weight:400}
html, body {-webkit-text-size-adjust:none}
body.login{position:relative;background:#fff;}
body.common{position:relative;overflow:hidden;background:#fff;}
ul, ol {list-style-type:none}
h1,h2,h3,h4,h5,h6,th{font-weight:300}
table{border-collapse:collapse;border-spacing:0}
img,fieldset{border:0;outline:none}
label {cursor:pointer}
i, em, address {font-style:normal}
caption,legend{visibility:hidden;width:0px;height:0px;font-size:0px;line-height:0px}
iframe,object,video,embed{position:relative;top:0;left:0;max-width:100%}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display:block;
   padding:0;
   margin:0
}

input,select,textarea{letter-spacing:-1px}
textarea{resize:none;border:none;background:none}

a {text-decoration:none;color:#333;cursor:pointer;}
a:link, a:visited {text-decoration:none;color:#333;}
a:hover, a:focus, a:active{background:none;text-decoration:none;}

iframe,object,video,embed{position:relative;top:0;left:0;max-width:100%}

.letter{letter-spacing:normal !important}

.F_Robo{font-family:'Roboto' !important}

.f_w100{font-weight:100}
.f_w300{font-weight:300}
.f_w400{font-weight:400}
.f_w700{font-weight:700}

.color01{color:#333 !important}
.color02{color:#666 !important}
.color03{color:#848484 !important}
.color04{color:#e75069 !important}

.under{text-decoration: underline !important}