@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

/* html, body { height:100%; overflow:hidden } */
html, body {height:100%;}

/* Footer */
.footer{background:url(../img/footer-bg.jpg)no-repeat; background-size:cover;}
.footer .wrap{overflow: hidden; background:rgba(0,0,0,.87);}
.contact{float: left; color:#B8B8B8;}
.contact a{color:#B8B8B8;}
.contact h2{font-size: 36px; font-weight: bold; margin-bottom: 5px;}
.contact p{font-size: 16px; margin-bottom:6px;font-weight:300;}
.contact p:last-child{margin-top:67px; font-weight:100;}
.contact p em{font-weight: bold; }