@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");


*{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
	overflow-x: hidden;
}
html, body{
	width: 100%;
	min-height:100%;
}
ul li{
	list-style: none;
}
body, input{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1b1b1b;
	position: relative;
}
table{
	border-collapse: collapse;/*칸 사이의 기본여백 제거 및 중첩테두리 상쇄효과*/
}
input{
	vertical-align: middle;
}
img{
	border: 0; /*이미지링크시 나타나는 테두리 제거*/
}
a{
	color: #313131;
	text-decoration: none;
}
a:hover{

}
.hidden{
	display: none;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
	*zoom: 1;
}

.font_s3{
	font-family: 'S-CoreDream-3Light';
	letter-spacing: -0.025em;
}
.font_s4{
	font-family: 'S-CoreDream-4Regular';
	letter-spacing: -0.025em;
}
.font_s5{
	font-family: 'S-CoreDream-5Medium';
	letter-spacing: -0.025em;
}
.font_s6{
	font-family: 'S-CoreDream-6Bold';
	letter-spacing: -0.025em;
}
.font_s8{
	font-family: 'S-CoreDream-8Heavy';
	letter-spacing: -0.025em;
}
.font_gb{
	font-family: 'GmarketSansBold';
}
.font_gl{
	font-family: 'GmarketSansLight';
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}


