@charset "UTF-8";
/* CSS Document */

/* 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, dl, dt, dd, ol, ul, li, fieldset, from, label, legend, table, caption, tboyd, 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;
	outline: 0;
	vertical-align: baseline;
}
body {
	font-weight: normal;
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, li {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}

img {
	vertical-align: top;
}
hr {
	display: block;
	height: 2px;
	border: 0;
	margin: 0;
	padding: 0;
}
input, textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-radius: 0;
	box-sizing: content-box;
	appearance: none;
}

::-moz-input-placeholder, ::-moz-textarea-placeholder {
 color: #999999;
}

::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
 color:#999999;
}

.cfixed:after {
	display: block;
	content: "";
	clear: both;
}

.img_border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #000;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

/*
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.5em;
	height: 3.0em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
*/
