@charset "utf-8";
/* Yehon.co.kr reset css */
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Binggrae-Two';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '62570체';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.3/62570체.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0;padding:0;border:0;outline:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
ul, ol, dl{
	list-style-type:none;
}

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

a{
	text-decoration:none;color:#222;
}
a:hover{
	text-decoration:none;
}
table{
	border-collapse:collapse;border-spacing:0;
}
input, select{
	vertical-align:middle;
}
body{
	font-family:'notokr', 'malgungothic', '맑은고딕', '돋움', 'dotum';font-size:80%;line-height:1;
}
label{
	cursor:pointer;
}
legend, hr, caption{
	display:block;overflow:hidden;position:absolute;top:0;left:-1000em;
}
.blind{
	display:block;text-indent:-9999px;width:1px;height:1px;
}
em{
	font-style:normal;
}
button{
    background:transparent;
    cursor:pointer;
}