@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@import url('http://fonts.cdnfonts.com/css/myriad-pro');




@font-face {
    font-family: 'KCC-eunyoung';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Apple SDGothic Neo';
    font-weight: 300;
    src: local('Apple SDGothic Neo Light'),
    url('font/AppleSDGothicNeoL.ttf') format('woff2'),
    url('font/AppleSDGothicNeoL.woff') format('woff'),
    url('font/AppleSDGothicNeoL.ttf') format('truetype');
}

@font-face {
    font-family: 'Apple SDGothic Neo';
    font-weight: 500;
    src: local('Apple SDGothic Neo Regular'),
    url('font/AppleSDGothicNeoM.ttf') format('woff2'),
    url('font/AppleSDGothicNeoM.woff') format('woff'),
    url('font/AppleSDGothicNeoM.ttf') format('truetype');
}
/* @font-face {
    font-family: 'Apple SDGothic Neo';
    font-weight: 500;
    src: local('Apple SDGothic Neo Medium'),
    url('font/AppleSDGothicNeoH.ttf') format('woff2'),
    url('font/AppleSDGothicNeoH.woff') format('woff'),
    url('font/AppleSDGothicNeoH.ttf') format('truetype');
} */

@font-face {
    font-family: 'Apple SDGothic Neo';
    font-weight: 700;
    src: local('Apple SDGothic Neo Bold'),
    url('font/AppleSDGothicNeoB.ttf') format('woff2'),
    url('font/AppleSDGothicNeoB.woff') format('woff'),
    url('font/AppleSDGothicNeoB.ttf') format('truetype');
}

@font-face {
    font-family: 'Apple SDGothic Neo';
    font-weight: 800;
    src: local('Apple SDGothic Neo Extra Bold'),
    url('font/AppleSDGothicNeoEB.ttf') format('woff2'),
    url('font/AppleSDGothicNeoEB.woff') format('woff'),
    url('font/AppleSDGothicNeoEB.ttf') format('truetype');
}