@charset "euc-kr";

/* 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;
}
ol, ul, li {
	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;
}


/*  user - add reset  */

a{font-family:inherit; color:inherit; text-decoration:none;}
input, select, button{font-family:'Lato', 'NotoSans', sans-serif;}


/* textarea, select  */
textarea, select {
    border:1px solid #ddd;
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
textarea{resize:none;}
select::-ms-expand {opacity:0;}

select{padding-left:.9rem; padding-right:2.9rem; background-image:url(../images/comm/ico_select.png); background-repeat:no-repeat; background-position:right .9rem top 50%;}

/*  input */

input {
line-height:normal;
border-radius:0; 
-webkit-border-radius:0; 
box-sizing:border-box; 
-webkit-box-sizing:border-box;
}

input[type="text"], input[type="password"], input[type="search"], input[type="number"]{
    padding-left:5px;
    border:1px solid #ddd;
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none;
    outline:none;
    box-sizing:border-box;
}
input::-webkit-input-placeholder{color:#999; font-size:inherit; font-weight:inherit; letter-spacing:inherit;}
input::-ms-input-placeholder{color:#999; font-size:inherit; font-weight:inherit;letter-spacing:inherit;}
input::-moz-input-placeholder{color:#999; font-size:inherit; font-weight:inherit; letter-spacing:inherit;}

textarea::-webkit-input-placeholder{color:#999; font-size:inherit; font-weight:inherit; font-family:'Lato', 'NotoSans', sans-serif; letter-spacing:inherit;}
textarea::-ms-input-placeholder{color:#999; font-size:inherit; font-weight:inherit; font-family:'Lato', 'NotoSans', sans-serif; letter-spacing:inherit;}
textarea::-moz-input-placeholder{color:#999; font-size:inherit; font-weight:inherit; font-family:'Lato', 'NotoSans', sans-serif; letter-spacing:inherit;}

/* button */

button {
    background:none;
    border:none;
    outline:none;
    padding:0;
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    cursor:pointer;
}

button::-moz-focus-inner{border:0; padding:0;}


