@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #404040;
  font-family: "noto_sansregular", Malgun Gothic, "맑은 고딕", AppleGothic,
    Dotum, "돋움", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
/* body {
    font-family: Noto Sans, Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움",
      sans-serif;
  } */
/* IE */
/* 스크롤바
html {
	scrollbar-3dLight-Color: scrollbar-3dLight-Color:  scrollbar-arrow-color: #dfdfdf; 
	scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; 
	scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef;
}
Chrome, Safari ::-webkit-scrollbar 
{width: 8px; height: 8px;border: 3px solid #fff;}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment 
{display: block; height: 10px; background: #efefef}
::-webkit-scrollbar-track {
background: #efefef;
-webkit-border-radius: 10px; border-radius:10px; 
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb 
{height: 50px; width: 50px; background: rgba(0,0,0,.2); 
-webkit-border-radius: 8px; border-radius: 8px; 
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}
 */
/* html 리셋 css 입니다. */
/*box-sizing:border-box; style로 이동 통합 개별적으로 사용 부트스트랩 충돌*/
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #dad9d9;
}
body,
html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
}
f ul,
ol,
li {
  list-style: none;
}
table,
th,
td {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border: 0;
  border-collapse: collapes;
  vertical-align: middle;
}
caption,
legend {
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
fieldset,
abbr,
acronym {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em var {
  font-style: normal;
}
hr {
  display: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  color: #404040;
  text-decoration: none;
  outline: none;
}
textarea,
pre {
  overflow: auto;
}
textarea {
  outline: none;
  color: #404040;
  font-size: 12px;
  font-family: "noto_sansregular", Malgun Gothic, "맑은 고딕", Helvatica,
    AppleGothic, dotum, "돋움", sans-serif;
}

label {
  cursor: pointer;
}

input,
select {
  font-family: "noto_sansregular", Malgun Gothic, "맑은 고딕", Helvatica,
    AppleGothic, dotum, "돋움", sans-serif;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*내작업 */

button {
  border: none;
  vertical-align: middle;
}

.blind,
legend {
  position: absolute;
  left: -9999px;
}
select {
  border-radius: 2px;
}
