
@font-face {
 font-family: 'mgb';
 src: url('/css/font/NanumGothicBold.eot');
 src: local(※),
  url('/css/font/NanumGothicBold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/css/font/NanumGothicBold.woff') format('woff'),
  url('/css/font/NanumGothicBold.ttf') format('truetype'),
  url('/css/font/NanumGothicBold.svg#webfonturzspG4F') format('svg');
}

input, select, button, textarea {
	font-family:'Malgun Gothic','dotum',Arial,sans-serif;
}

/* Base */
body {
	font-family:"Malgun Gothic",Verdana,Dotum,AppleGothic,sans-serif;
}

/*버튼색상 구분하기위해*/
.btn_yellow03 span{background-color:#FF4242; border:1px solid #FF4242;}
