@charset "UTF-8";
@import url("admin.css");
@import url("admin_comp.css");
@import url("package.css");
@import url("dashboard.css");
/* noto sans */
@font-face{
	font-family:"Noto Sans KR";
	font-style:normal;font-weight:300;
	src:url('./fonts/NotoSans-Light.eot');
	src:url('./fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
	url('./fonts/NotoSans-Light.woff') format('woff'),
	url('./fonts/NotoSans-Light.otf') format('opentype');
	url('./fonts/NotoSans-Light.ttf') format('truetype');
	src:local('?'), url('./fonts/NotoSans-Light.woff') format('woff');
}
@font-face{
	font-family:"Noto Sans KR";
	font-style:normal;font-weight:400;
	src:url('./fonts/NotoSans-Regular.eot');
	src:url('./fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/NotoSans-Regular.woff') format('woff'),
	url('./fonts/NotoSans-Regular.otf') format('opentype');
	url('./fonts/NotoSans-Regular.ttf') format('truetype');
	src:local('?'), url('./fonts/NotoSans-Regular.woff') format('woff');
}
@font-face{
	font-family:"Noto Sans KR";
	font-style:normal; font-weight:500;
	src:url('./fonts/NotoSans-Medium.eot');
	src:url('./fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
	url('./fonts/NotoSans-Medium.woff') format('woff'),
	url('./fonts/NotoSans-Medium.otf') format('opentype');
	url('./fonts/NotoSans-Medium.ttf') format('truetype');
	src:local('?'), url('./fonts/NotoSans-Medium.woff') format('woff');
}
@font-face{
	font-family:"Noto Sans KR";
	font-style:normal; font-weight:700;
	src:url('./fonts/NotoSans-Bold.eot');
	src:url('./fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/NotoSans-Bold.woff') format('woff'),
	url('./fonts/NotoSans-Bold.otf') format('opentype');
	url('./fonts/NotoSans-Bold.ttf') format('truetype');
	src:local('?'), url('./fonts/NotoSans-Bold.woff') format('woff');
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNY.eot)
    format('eot'),
    url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf)
    format('truetype'),
    url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff)
    format('woff'),
    url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

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, 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 { margin: 0; padding: 0; border: 0;font-family: 'Noto Sans KR', 'sans-serif'; line-height:1.5; }
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: top;}
audio:not([controls]) {display: none;height: 0}
[hidden],template {display: none}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }
a {color:inherit;}
a, a:hover, a:active, a:focus {text-decoration: none !important;}
abbr[title] {border-bottom: 1px dotted}
em, address { font-style: normal;}
b,strong {font-weight: 500; }
small {font-size: 80%}
.small {font-size: 13px; }
img {vertical-align: top;}
hr,
legend,
caption {margin: 0; padding: 0; width: 100%; height: 0; line-height: 0; font-size: 0; color: transparent;border: none; overflow: hidden;}
pre {overflow: auto}
button { cursor: pointer;overflow: visible; border:0; background: transparent; line-height: 1; }
button,input,optgroup,select,textarea {color: inherit;margin: 0; }
button,select {text-transform: none}
button,html input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer}
button[disabled],html input[disabled] {cursor: default}
input {line-height: normal}
button:active>*, button:focus>* { position: relative; top: 0px; left: 0px;}
table { border-spacing: 0; border-collapse: collapse;}
caption,legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
td,th {padding: 0}
html {height:100%; font-size:16px; } /* -webkit-tap-highlight-color:transparent; */
html, body { font-weight:400; color:#4f4f4f; line-height:1.5; word-break:keep-all; letter-spacing:0.001em;}
* {box-sizing: border-box}
*:before,*:after {box-sizing: border-box}
label { margin-bottom:0 !important; }
textarea { border: 1px solid #C6CEDA; border-radius: 8px; padding: 1em; }

hr, legend .hide, .hidden,
.collapse, .close, .blind  {display:none;}

.behind {position:absolute; top:-9999em; left:-9999em; overflow:hidden; width:0; height:0;}
.sr-only, .hidden, .blind, .IR { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.fs14 { font-size: 14px; }

.float-title { display: none; top: 0; width: 198px; min-height: 60px; background: #5774d3;border-bottom: 1px solid #ccc; box-sizing: border-box; padding: 15px; transition: all 2s; }
      .fixed{display: block; position: fixed; left: 0; top: 150px; }
      .float-title span { display: block; font-size: 18px; color: #fff; }
      .arrow-right { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #5774d3; position: absolute; right:-10px; top: 20px;}
.float-title span a {word-break:break-all;}