@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,
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;font-family:"Malgun Gothic","맑은 고딕",Dotum,"돋움",Gulim,"굴림",Helvetica,sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

input {margin:0;padding:0;vertical-align:middle;box-sizing:border-box;}

input, textarea, select, button {
    font-family: "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Gulim, "굴림", Helvetica, sans-serif;
}
input[type="password"] {
    font-family:"Malgun Gothic","맑은 고딕",Dotum,"돋움",Gulim,"굴림",Helvetica,sans-serif;
}
input[type="text"],input[type="password"],input[type="number"], textarea , select{
    width: 100%;
    height:100%;
    padding:0;
    border:0;
    vertical-align:middle;
    box-sizing: border-box; /* Opera/IE 8+ */
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}
/*
select {-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('../images/img/ic_select2_arrow_down.png') no-repeat 90% center;
    background-size:7px  5px;
}
*/
a {text-decoration:none;}
a:hover, a:active {text-decoration:none;}


caption, legend{position:absolute;left:-9999em;width:1px;height:1px;margin:0;padding:0;background:none;line-height:0;text-indent:-99999em;}

button{overflow:hidden;margin:0;padding:0;border:0;background:none;}
