@charset "utf-8";

/*-------------------------------------------------------------------
    @ GongGothic - 이사만루
-------------------------------------------------------------------*/
@font-face {
    font-family: 'GongGothic';
    src: local('GongGothic'),
	url('GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothic';
    src: local('GongGothic'),
	url('GongGothicMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothic';
    src: local('GongGothic'),
	url('GongGothicBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}