/* Add here all your css styles (customizations) */

body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #7d7d8f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
    font-family: 'SUIT', 'SUIT Variable', 'Nanum Gothic', 'Malgun Gothic', 'Segoe UI', 'Apple SD Gothic Neo', 'Dotum', Tahoma, Geneva, sans-serif !important;
    word-break: keep-all !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #383339;
    font-family: 'SUIT', 'SUIT Variable', 'Nanum Gothic', 'Malgun Gothic', 'Segoe UI', 'Apple SD Gothic Neo', 'Dotum', Tahoma, Geneva, sans-serif !important;
    word-break: keep-all !important;
}

.dispNone {
    display: none;
}

.text-wb-ka { word-break: keep-all !important; }
#navi00 .js-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease-in-out;
}


