

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 폰트 */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@200;400;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;500;700&display=swap');

/* 팝업 하단 코멘트 박스 */
.fontStyleA {

    /* font-family: 'KoPubWorldDotum';
    font-weight: 300; */
    
    font-family: 'Noto Sans KR', Gothic A1;
    font-weight: 200;

}

.fontStyleB {

    /* font-family: 'KoPubWorldDotum';
    font-weight: 500; */

    font-family: 'Noto Sans KR', Gothic A1;
    font-weight: 400;

}

/* 팝업 상단 안내 */
.fontStyleC {

    /* font-family: 'KoPubWorldDotum';
    font-weight: 700; */

    font-family: 'Noto Sans KR', Gothic A1;
    font-weight: 500;

}

.fontStyleD {

    /* font-family: 'KoPubWorldDotum';
    font-weight: 700; */

    font-family: 'Noto Sans KR', Gothic A1;
    font-weight: 800;

}



  