﻿harset "UTF-8";

* {
    box-sizing: border-box;
}

@font-face {
    font-family: '나눔고딕';
    src: url('../fonts/나눔고딕\ extrabold.ttf')
}

@font-face {
    font-family: 'HANYheadL';
    src: url('../fonts/HANYheadL.ttf')
}

@font-face {
    font-family: 'malgun';
    src: url('../fonts/malgun.ttf')
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: '나눔고딕' !important;
}

h6 {
    font-size: 22px;
    font-family: '나눔고딕' !important;
}

li {
    font-size: 16px;
    font-family: 'malgun' !important;
    margin-left: 30px;
}

.markimg {
    display: flex;
    justify-content: right;
    text-align: center;
}

p {
    font-size: 16px;
    font-family: 'malgun';
}
