/*문자열설정*/
@charset "utf-8";

@font-face {
    font-family: 'Paperlogy';
    font-weight: 100;
    font-style: normal;
    src: url('/common/font/Paperlogy-1Thin.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 200;
    font-style: normal;
    src: url('/common/font/Paperlogy-2ExtraLight.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 300;
    font-style: normal;
    src: url('/common/font/Paperlogy-3Light.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    src: url('/common/font/Paperlogy-4Regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    src: url('/common/font/Paperlogy-5Medium.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    src: url('/common/font/Paperlogy-6SemiBold.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    src: url('/common/font/Paperlogy-7Bold.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-style: normal;
    src: url('/common/font/Paperlogy-8ExtraBold.ttf') format('truetype'),
}

@font-face {
    font-family: 'Paperlogy';
    font-weight: 900;
    font-style: normal;
    src: url('/common/font/Paperlogy-9Black.ttf') format('truetype'),
}