@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

/* 珥덇린�� 怨듯넻 */
*{font-family: 'Noto Sans KR', sans-serif; margin:0; padding:0; box-sizing:border-box;}

body {font-size:13px;font-weight:normal; overflow-x:hidden; overflow-y:auto;}
body.on{overflow-y:hidden;}
a{text-decoration:none; color:#222;}
a:hover{text-decoration:none !important;}
ul, li {margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6{margin:0;}
img{width:100%;}
.overflow{overflow:hidden;}






@media screen and (max-width:640px)
{
  body{padding:0 15px;}
  .header{display:block; position:fixed; top:0; left:0;width:100%; height:70px; background:#fff; z-index:9999;}
	.header a{display: flex; align-items: center; height:70px;}
	.header a img{width:150px;}



}

#footer{position:fixed; z-index:999999; left:0; bottom:0; width:100%; border-top:1px solid #e3e3e3; background:#fff;}
#footer ul {display:flex;}
#footer ul li {flex:1;}
#footer ul li a{display:block; text-align:center; padding:10px 0; font-size:.85rem; color:#222; font-weight:500;}
#footer ul li a img{width:22px; display:block; margin:0 auto 3px;}
