html,
body {
    font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은고딕',  'Lato', 'Noto Sans KR', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #111;
    word-break:keep-all;
    font-weight: 400;
    letter-spacing: -0.01em;
    -webkit-text-size-adjust: 100%;
}


a {
    color: #111;
    text-decoration: none;
}

.font-pbgothic {
    font-family: 'PBGothic';
}


.font-pbgothic-inline {
    font-family: 'PBGothic Inline';
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.5;
}


p {
    line-height: 1.65;
}

b,
strong,
.bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}


.font-normal {
    font-weight: 400;
}

.txt-italic {
    font-style: italic;
}

.txt-accent,
.txt-blue {
    color: #023586 !important;
}

.txt-yellow {
    color: #ffcc00 !important;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}
