@CHARSET "UTF-8";

/*CSS 초기화*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, 
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0; padding:0; border:0; vertical-align:baseline; background:transparent;
}

body{
	font-size:12px; color:#000; font-weight:normal; letter-spacing:0px; background:#fff; line-height:1;
}

ul, ol, dl, dd, dt, li {
	list-style-type:none;
}

i, em {
	font-style:normal;
}

a{
	margin:0; padding:0; font-size:100%; text-decoration:none; vertical-align:baseline; background:transparent;
}

a,a:link,a:visited,a:active {color:#000;}


img{
	vertical-align:top;border:0; outline:none;}

button{
	cursor: pointer; border:0; outline:none;
}

table {
	table-layout:fixed;
}

table, tbody, tfoot, thead, tr, th, td {
	border-collapse:collapse; border-spacing:0;
}

/* 6 		* html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}  */
/* 7		 * + html table, tbody, tfoot, thead, tr, th, td {border-collapse:collapse;}		*/

legend {
	display:none; position:absolute; visibility:hidden;
}
caption {
	visibility:hidden; width:0px; height:0px; overflow:hidden; font-size:0px; line-height:0px;
}
optgroup {
	font-style:normal; font-size:0px; height:0px; line-height:0px;
}
label {
	cursor:pointer; line-height:2em; display:inline-block
}
 
fieldset {
	border:0 none transparent;/*'transparent' for Opera7*/
}


input{
	box-sizing: border-box/* content-box */; vertical-align:top; /* appearance:none; */ 
}




/**
https://stackoverflow.com/questions/33238792/difference-in-height-css-in-ie-vs-chrome
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}



/* 
textarea {border:1px solid #dedede; padding:5px; color:#666; resize: none;}

input[type="text"],input[type="password"] {height:24px; line-height:1.7em;}
 
input:disabled {background:#dbdbdb} 
select:disabled {background:#dbdbdb}
button:disabled {background:#dbdbdb} */

