@charset "UTF-8";

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr,
	th, td, caption, form, fieldset, input, select, textarea, blockquote,
	address, button {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol, li {
	list-style: none;
}

img, fieldset, button {
	border: 0 none;
}

button {
	background: none;
	cursor: pointer;
	box-sizing: content-box;
}

address, em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

body {
	background: #fff;
}

body, input, select, textarea, button, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	color: #000;
	font-family: "맑은 고딕", Malgun Gothic, "돋움", Dotum, Arial, sans-serif;
	line-height: 1;
	word-break: break-word;
}

input, select, textarea, button {
	font-size: 1em;
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus {
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: top;
}

hr {
	display: none;
}

/* html5 tag */
article, aside, details, figure, figcaption, footer, header, hgroup,
	menu, nav, section, main {
	display: block;
	padding: 0;
	margin: 0;
}

/* global */
.blind {
	position: absolute;
	top: -9999px;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 1%;
	line-height: 0;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} /* 1줄 말줄임 */
.lineClamp {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
} /* 2줄 말줄임 */

/* skip-navi */
.skipNavi {;
	
}

.skipNavi a {
	position: fixed;
	left: -9999em;
	top: -9999em;
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #ddd;
	color: #000;
	font-size: 16px;
	text-align: center;
}

.skipNavi a:focus {
	left: 0;
	top: 0;
	z-index: 1000;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
} /* i phon number color reset */

/* input reset */
input[type=text], input[type=tel], input[type=number], input[type=password],
	input[type=submit], input[type=reset] {
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #555;
} /* WebKit browsers */
:-moz-placeholder {
	color: #555;
	opacity: 1;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
	color: #555;
	opacity: 1;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
	color: #555;
} /* Internet Explorer 10+ */

/* IE10, IE11 Hack */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
}