/*문자열설정*/
@charset "utf-8";

/*woff  ------------------------------------------------------------------------- */

@font-face {
font-family: 'centurygothic';
font-style: normal;
font-weight: 400;
src: local('centurygothic'), url('/common/font/centurygothic.ttf') format('truetype');
}

@font-face {
font-family: 'centurygothic_bold';
font-style: normal;
font-weight: 400;
src: local('centurygothic_bold'), url('/common/font/centurygothic_bold.ttf') format('truetype');
}

