@font-face {
    font-family: 'CJ ONLYONE NEW title';
    src: url('CJONLYONENEWtitleBold.woff2') format('woff2'),
        url('CJONLYONENEWtitleBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CJ ONLYONE NEW body';
    src: url('CJONLYONENEWbodyLight.woff2') format('woff2'),
        url('CJONLYONENEWbodyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CJ ONLYONE NEW body';
    src: url('CJONLYONENEWbodyRegular.woff2') format('woff2'),
        url('CJONLYONENEWbodyRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CJ ONLYONE NEW title';
    src: url('CJONLYONENEWtitleMedium.woff2') format('woff2'),
        url('CJONLYONENEWtitleMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'CJ ONLYONE NEW body',Verdana;
    font-size: 16px;
    line-height: 1.7em;
    overflow-x: hidden;
}

.list-item > * {
    font-size: 16px;
}