body, html, * {
    font-family: 'UD Shin Go Hangul Regular', sans-serif !important;
}
h1, h5, h6, b, strong {
    font-family: 'UD Shin Go Hangul DemiBold', sans-serif !important;
    font-weight: bold;
}
.shingo_demibold, section.next_revolution h2.liner, section.orca_intro h2.liner, section.overcome h2.liner  {
    font-family: 'UD Shin Go Hangul DemiBold', sans-serif !important;
}
.body-kr section.resources .cta_block {
    min-height: 370px;
}
.body-kr.ko-olina-page section.resources .cta_block {
    min-height: 325px;
}
/** RESPONSIVE **/
@media only screen and (min-width: 768px) {
    html {
        font-family: 'UD Shin Go Hangul Regular', sans-serif !important;
    }
}
@media only screen and (max-width: 1199px) {
    .body-kr section.resources .cta_block {
        min-height: 390px;
    }
    .body-kr.ko-olina-page section.resources .cta_block {
        min-height: 390px;
    }
}
@media only screen and (max-width: 991px) {
    .body-kr section.resources .cta_block {
        min-height: 470px;
    }
    .body-kr.ko-olina-page section.resources .cta_block {
        min-height: 480px;
    }
}