@charset "utf-8"; 

/* NanumBarunGothic font */
@font-face {
 font-family: 'NanumBarunGothic';
 src: url(../font/NanumBarunGothic.eot);
 src: url(../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
      url(../font/NanumBarunGothic.woff) format('woff'),
      url(../font/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothicBold';
 src: url(../font/NanumBarunGothicBold.eot);
 src: url(../font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
      url(../font/NanumBarunGothicBold.woff) format('woff'),
      url(../font/NanumBarunGothicBold.ttf) format('truetype');
}

/*  roboto font */
@font-face {
 font-family: 'roboto';
 src: url(../font/Roboto-Regular.eot);
 src: url(../font/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
      url(../font/Roboto-Regular.woff) format('woff'),
      url(../font/Roboto-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'robotoLight';
 src: url(../font/Roboto-Light.eot);
 src: url(../font/Roboto-Light.eot?#iefix) format('embedded-opentype'),
      url(../font/Roboto-Light.woff) format('woff'),
      url(../font/Roboto-Light.ttf) format('truetype');
}

@font-face {
 font-family: 'robotoBold';
 src: url(../font/Roboto-Bold.eot);
 src: url(../font/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
      url(../font/Roboto-Bold.woff) format('woff'),
      url(../font/Roboto-Bold.ttf) format('truetype');
}

/*  volte font */
@font-face {
font-family: 'volteRegular';
src: url(../font/Volte-Regular.eot);
src: url(../font/Volte-Regular.eot?#iefix) format('embedded-opentype'),
     url(../font/Volte-Regular.woff) format('woff'),
     url(../font/Volte-Regular.ttf) format('truetype');
}

@font-face {
font-family: 'volteSemiBold';
src: url(../font/Volte-Semibold.eot);
src: url(../font/Volte-Semibold.eot?#iefix) format('embedded-opentype'),
     url(../font/Volte-Semibold.woff) format('woff'),
     url(../font/Volte-Semibold.ttf) format('truetype');
}