﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro);

/*
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular'), url(/common/lib/css/font/NanumBarunGothic.woff) format('woff');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold'), url(/common/lib/css/font/NanumBarunGothicBold.woff) format('woff');
}

@font-face {
  font-family: 'Nanum Barun Gothic Light';
  font-style: normal;
  font-weight: 300;
  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light'), url(/common/lib/css/font/NanumBarunGothicLight.woff) format('woff');
}
*/

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}

#lyTopSubMenuBox2 { display: none; }
#lyHeaderBoxW { width: 100%; margin: 0; padding: 0 0 0 0; background-color: #000; min-height:50px; min-width:330px; }

body {
	font-family: 'Noto Sans KR', sans-serif, 'Apple Gothic';
	font-weight: 300;
}

code, kbd, pre, samp {
	font-family: 'Noto Sans KR', sans-serif, 'Apple Gothic';
}
.hr-primary { width:100%; border:none; border-bottom: 1px solid #ddd; margin: 15px 0; }

b, strong {
 font-weight: bold;
}