@charset "utf-8";
/* font */

/* 고딕 a1 */
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:100;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-Thin.ttf) format('truetype');
}
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:200;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-ExtraLight.ttf) format('truetype');
}
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:300;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-Light.ttf) format('truetype');
}
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:400;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-Regular.ttf) format('truetype');
}
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:500;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-Medium.ttf) format('truetype');
}
@font-face {
    font-family:'Gothic A1';
    font-style:normal;
    font-weight:800;
    src:url(/resources/css/fonts/Gothic_A1/GothicA1-ExtraBold.ttf) format('truetype');
}

/* 지마켓산스*/
@font-face {
    font-family:'GmarketSans';
    font-style:normal;
    font-weight:300;
    src:
    url(/resources/css/fonts/GmarketSans/GmarketSansTTFLight.ttf) format('truetype'),
    url(/resources/css/fonts/GmarketSans/GmarketSansTTFLight.woff) format('woff');
}
@font-face {
    font-family:'GmarketSans';
    font-style:normal;
    font-weight:500;
    src: url(/resources/css/fonts/GmarketSans/GmarketSansTTFMedium.ttf) format('truetype'),
    url(/resources/css/fonts/GmarketSans/GmarketSansTTFMedium.woff) format('woff');
}
@font-face {
    font-family:'GmarketSans';
    font-style:normal;
    font-weight:700;
    src: url(/resources/css/fonts/GmarketSans/GmarketSansTTFBold.ttf) format('truetype'),
    url(/resources/css/fonts/GmarketSans/GmarketSansTTFBold.woff) format('woff');
}

/* 애플산돌네오 */

@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:100;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoUL.ttf) format('truetype');
}
@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:200;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoT.ttf) format('truetype');
}
@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:300;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoL.ttf) format('truetype');
}
@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:400;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoR.ttf) format('truetype');
}
@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:500;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoM.ttf) format('truetype');
}
@font-face {
    font-family:'AppleSD';
    font-style:normal;
    font-weight:600;
    src:
    url(/resources/css/fonts/AppleSandolNeo/AppleSDGothicNeoB.ttf) format('truetype');
}