@charset "UTF-8";


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, div, 
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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
    outline: none;
}

h1::selection, h2::selection, h3::selection, dt::selection, dd::selection, div::selection,
h4::selection, h5::selection, p::selection, label::selection, img::selection, 
th::selection, td::selection, table::selection, tr::selection, b::selection,
a::selection, li::selection, span::selection, strong::selection 
{ background:#17a9ca; color:#fff; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: 'NotoSansKR', '돋움', Sans-serif;

}
.wife{ font-family: 'wife', '돋움', Sans-serif; }
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover,a:active,a:focus, a{text-decoration:none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.upper {text-transform:uppercase;}
.active {z-index:1;}
.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}

input { 
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
select { 
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    margin: 0;
    padding: 0;
    border: none;
}
select::-ms-expand {display:none}

::-webkit-scrollbar{width: 10px; height:10px;}
::-webkit-scrollbar-track {background-color:#f1f1f1;}
::-webkit-scrollbar-thumb {background-color:#a3a3a3;border-radius: 4px;}
/*::-webkit-scrollbar-thumb:hover {background: #17a9ca;}*/
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
width:10px;height:10px;background:#cecece;} 