@charset "utf-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 0.625em;
}

body {
	font-family: 'NanumSquare' , sans-serif;
	line-height: 1;
}

li{
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

button{
	outline: none;
	background: transparent;
	cursor: pointer;
  border: none;
}
b,i{
	font-style: normal;
}




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

.screen_out {
	position: absolute;
	top: -9999em;
}

.ir_pm {
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
}


.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99;
}