@charset "utf-8";

@font-face {
    font-family: 'AppleSDGothicNeoL00';
    src: url('../font/applesdgothicneo/AppleSDGothicNeoL00.eot');
    src: url('../font/applesdgothicneo/AppleSDGothicNeoL00.eot?#iefix') format('embedded-opentype'),
        url('../font/applesdgothicneo/AppleSDGothicNeoL00.woff2') format('woff2'),
        url('../font/applesdgothicneo/AppleSDGothicNeoL00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeoM00';
    src: url('../font/applesdgothicneo/AppleSDGothicNeoM00.eot');
    src: url('../font/applesdgothicneo/AppleSDGothicNeoM00.eot?#iefix') format('embedded-opentype'),
        url('../font/applesdgothicneo/AppleSDGothicNeoM00.woff2') format('woff2'),
        url('../font/applesdgothicneo/AppleSDGothicNeoM00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeoH00';
    src: url('../font/applesdgothicneo/AppleSDGothicNeoH00.eot');
    src: url('../font/applesdgothicneo/AppleSDGothicNeoH00.eot?#iefix') format('embedded-opentype'),
        url('../font/applesdgothicneo/AppleSDGothicNeoH00.woff2') format('woff2'),
        url('../font/applesdgothicneo/AppleSDGothicNeoH00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeoB00';
    src: url('../font/applesdgothicneo/AppleSDGothicNeoB00.eot');
    src: url('../font/applesdgothicneo/AppleSDGothicNeoB00.eot?#iefix') format('embedded-opentype'),
        url('../font/applesdgothicneo/AppleSDGothicNeoB00.woff2') format('woff2'),
        url('../font/applesdgothicneo/AppleSDGothicNeoB00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeoEB00';
    src: url('../font/applesdgothicneo/AppleSDGothicNeoEB00.eot');
    src: url('../font/applesdgothicneo/AppleSDGothicNeoEB00.eot?#iefix') format('embedded-opentype'),
        url('../font/applesdgothicneo/AppleSDGothicNeoEB00.woff2') format('woff2'),
        url('../font/applesdgothicneo/AppleSDGothicNeoEB00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gmarket-Sans';
    src: url('../font/gmarketsans/GmarketSansTTFBold.eot');
    src: url('../font/gmarketsans/GmarketSansTTFBold.eot?#iefix') format('embedded-opentype'),
        url('../font/gmarketsans/GmarketSansTTFBold.woff2') format('woff2'),
        url('../font/gmarketsans/GmarketSansTTFBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gmarket-Sans';
    src: url('../font/gmarketsans/GmarketSansTTFMedium.eot');
    src: url('../font/gmarketsans/GmarketSansTTFMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/gmarketsans/GmarketSansTTFMedium.woff2') format('woff2'),
        url('../font/gmarketsans/GmarketSansTTFMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gmarket-Sans';
    src: url('../font/gmarketsans/GmarketSansTTFLight.eot');
    src: url('../font/gmarketsans/GmarketSansTTFLight.eot?#iefix') format('embedded-opentype'),
        url('../font/gmarketsans/GmarketSansTTFLight.woff2') format('woff2'),
        url('../font/gmarketsans/GmarketSansTTFLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.font p{
    font-family: 'Gmarket-Sans';
}
.font p:nth-child(1){
    font-weight: 300;
}
.font p:nth-child(2){
    font-weight: 500;
}
.font p:nth-child(3){
    font-weight: bold;
}

.font-2 p:nth-child(1){
    font-family: 'AppleSDGothicNeoL00';
}
.font-2 p:nth-child(2){
    font-family: 'AppleSDGothicNeoM00';
}
.font-2 p:nth-child(3){
    font-family: 'AppleSDGothicNeoH00';
}
.font-2 p:nth-child(4){
    font-family: 'AppleSDGothicNeoB00';
}
.font-2 p:nth-child(5){
    font-family: 'AppleSDGothicNeoEB00';
}
