﻿@charset "utf-8";
/*폰트*/
@font-face {
    font-family: 'Lato-L';
    src: url('font/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/Lato/Lato-Light.svg#Lato-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Lato-R';
    src: url('font/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/Lato/Lato-Regular.svg#Lato-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Lato-B';
    src: url('font/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/Lato/Lato-Bold.svg#Lato-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Lato-EB';
    src: url('font/Lato/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/Lato/Lato-Black.svg#Lato-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}
