/* Reset */
body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol {
	list-style:none;
}
table {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	_border-collapse:collapse;
}
*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input, select, button, textarea {
	color:#5a5a5a;
	font-size:100%;
	font-family:'nanum-barun-gothic-regular',dotum,sans-serif;
}

/* Base */
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	color:#5a5a5a;
	font-size:13px;
	font-family:'nanum-barun-gothic-regular',dotum,sans-serif;
	line-height:21px;
	font-weight: 400;
	-webkit-font-smoothing:antialiased;
}
hr {display:none}
caption, legend {
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	font-size:0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#skipNavi{position:absolute; top:0; left:0; right:0; z-index:1000;}
#skipNavi a{position:absolute;top:-50px;left:0; right:0; padding:7px 0;text-align:center;font-weight:bold;color:#000;background:#ebebeb;border:1px solid;}
#skipNavi a:focus,#skip a:active{top:3px; left:0px;}
a {
	color:#5a5a5a;
	text-decoration:none;
}
/*a:focus, a:hover, a:active {
	text-decoration:underline;
}*/
strong {font-weight:normal;}
input[type='text'],
input[type='password'] {font-family:'nanum-barun-gothic-regular',dotum,sans-serif; vertical-align:middle; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;}
input[type='password'] {font-family:dotum,sans-serif;}
input[type='text']::-ms-clear {display:none;}
input[type='password']::-ms-reveal {display:none;}
*::-webkit-input-placeholder {color:#a0a0a0; font-family:'nanum-barun-gothic-regular',dotum,sans-serif;}
*::-moz-placeholder {color:#a0a0a0; font-family:'nanum-barun-gothic-regular',dotum,sans-serif;}
*:-ms-input-placeholder {color:#a0a0a0; font-family:'nanum-barun-gothic-regular',dotum,sans-serif;}
*:-moz-placeholder {color:#a0a0a0; font-family:'nanum-barun-gothic-regular',dotum,sans-serif;}
textarea.textarea {
	padding:10px;
	border:1px solid #d1d1d1;
	font-family:'nanum-barun-gothic-regular',dotum,sans-serif;
}
label,
input.button, input.submit , input.image,input[type='submit'],input[type='button'],input[type='images'],
button {
	border:none;
	cursor:pointer;
	vertical-align:middle;
}
textarea, pre {
	overflow:auto;
}
select {
	vertical-align:middle;
	cursor:pointer;
}
select::-ms-expand { /* for IE 11 */
	/* display:none; */
}
.clearfix:after  {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix   {display: block;}
/* End hide from IE-mac */

.cboth {
	clear:both;
}
.invisible {
	overflow:hidden;
	/*visibility:hidden;*/
	position:absolute;
	width:0;
	height:0;
	/*font-size:0;*/
	line-height:0;
}
@font-face {
    font-family: 'nanum-barun-gothic-regular';
    src: url('../../../user/font/nanumbarungothicregular.eot');
    src: url('../../../user/font/nanumbarungothicregular.eot?#iefix') format('embedded-opentype'),
         url('../../../user/font/nanumbarungothicregular.woff2') format('woff2'),
         url('../../../user/font/nanumbarungothicregular.woff') format('woff'),
         url('../../../user/font/nanumbarungothicregular.ttf') format('truetype'),
         url('../../../user/font/nanumbarungothicregular.svg#nanum-barun-gothic-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}