@charset "UTF-8";

/* CSS Document */


img, video{ max-width:100%; height:auto; }
video{ min-width:100%; }

body, th, td, dt, dd, li, p, a {
	word-break:keep-all;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Montserrat', 'Nanum Barun Gothic',  sans-serif;
	font-size:18px;
	font-weight: normal;
	color:#9e9e9e;
}

p, span, li, a {
    line-height: 1.4;
}

fieldset, img, button {
	border: 0;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

dl, ul, ol, menu, li {
	list-style-type: none;
}

a {
    cursor: pointer;
}

a, a:hover {
	text-decoration: none;
}

/*높이값 픽스 시작*/
.height-fix:before, .height-fix:after {display:table; content:""; line-height:0;}
.height-fix:after {clear:both;}
/*높이값 픽스 끝*/

.fl-left {
	float:left;
}

.fl-right {
	float:right;
}

.clear {
	clear: both;
}