@charset "utf-8";
/* Yehon.co.kr reset css */
@font-face {
    font-family: 'notokr';
    font-weight: 400;
    src: url('../font/notokr-demilight.eot');
    src: url('../font/notokr-demilight.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-demilight.woff2') format('woff2'),
         url('../font/notokr-demilight.woff') format('woff'),
         url('../font/notokr-demilight.ttf') format('truetype'),
         url('../font/notokr-demilight.svg') format('svg');
}

@font-face {
    font-family: 'notokr';
    font-weight: 200;
    src: url('../font/notokr-light.eot');
    src: url('../font/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-light.woff2') format('woff2'),
         url('../font/notokr-light.woff') format('woff'),
         url('../font/notokr-light.ttf') format('truetype'),
         url('../font/notokr-light.svg') format('svg');
}

@font-face {
    font-family: 'notokr';
    font-weight: 500;
    src: url('../font/notokr-medium.eot');
    src: url('../font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-medium.woff2') format('woff2'),
         url('../font/notokr-medium.woff') format('woff'),
         url('../font/notokr-medium.ttf') format('truetype'),
         url('../font/notokr-medium.svg') format('svg');
}

@font-face {
    font-family: 'notokr';
    font-weight: 700;
    src: url('../font/notokr-bold.eot');
    src: url('../font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-bold.woff2') format('woff2'),
         url('../font/notokr-bold.woff') format('woff'),
         url('../font/notokr-bold.ttf') format('truetype'),
         url('../font/notokr-bold.svg') format('svg');
}

@font-face {
  font-family: 'HeyAugust';
  src: url('../font/HeyAugust.eot');
  src: url('../font/HeyAugust.eot?#iefix') format('embedded-opentype'),
       url('../font/HeyAugust.ttf') format('truetype'),
       url('../font/HeyAugust.woff') format('woff'),
       url('../font/HeyAugust.woff2') format('woff2');
  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: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;
}
em{
	font-style:normal;
}
