@charset "UTF-8";

@font-face {
    font-family: suite;
    src: url(../font/SUITE-Light.ttf);
    font-weight: 300;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-Regular.ttf);
    font-weight: 400;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-Medium.ttf);
    font-weight: 500;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-SemiBold.ttf);
    font-weight: 600;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-Bold.ttf);
    font-weight: 700;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-ExtraBold.ttf);
    font-weight: 800;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}
@font-face {
    font-family: suite;
    src: url(../font/SUITE-Heavy.ttf);
    font-weight: 900;
    unicode-range:U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+0030-0039;
}

/* en font */
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonThin.ttf);
    font-weight: 100;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonExtraLight.ttf);
    font-weight: 200;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonLight.ttf);
    font-weight: 300;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonBook.ttf);
    font-weight: 400;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonMedium.ttf);
    font-weight: 700;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonSemiBold.ttf);
    font-weight: 800;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonBold.ttf);
    font-weight: 900;
    unicode-range:U+0041-005A, U+0061-007A;	
}
/* @font-face {
    font-family: campton;
    src: url(../font/en/CamptonExtraBold.ttf);
    font-weight: 800;
    unicode-range:U+0041-005A, U+0061-007A;	
}
@font-face {
    font-family: campton;
    src: url(../font/en/CamptonBlack.ttf);
    font-weight: 900;
    unicode-range:U+0041-005A, U+0061-007A;	
} */

/* gs font */
@font-face {
    font-family: whitney;
    src: url(../font/en/whitneybook.ttf);
    font-weight: 400;
}
@font-face {
    font-family: whitney;
    src: url(../font/en/whitneymedium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: whitney;
    src: url(../font/en/whitneysemibold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: whitney;
    src: url(../font/en/whitneybold.ttf);
    font-weight: 700;
}


/* add font */
@font-face {
    font-family: gmarket;
    src: url(../font/add/GmarketSansTTFLight.ttf);
    font-weight: 300;
}
@font-face {
    font-family: gmarket;
    src: url(../font/add/GmarketSansTTFMedium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: gmarket;
    src: url(../font/add/GmarketSansTTFBold.ttf);
    font-weight: 900;
}


/* add font */
@font-face {
    font-family: Ydestreet;
    src: url(../font/yde/YdestreetL.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Ydestreet;
    src: url(../font/yde/YdestreetB.ttf);
    font-weight: 700;
}