@import url(/plugin/fontawesome-free-5.11.2-web/css/all.css);@charset "UTF-8";
@import url(/font/fonts.css);@charset "UTF-8";

* {
    font-size:14px;
    text-decoration: none;
    color: #3a3f43;
    line-height: 1;
    font-family: 'Nanum Gothic', 'Noto Sans KR', 'Noto Sans', 'Nanum Gothic Coding';
    transform: rotate(-0.0000000001deg);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    -webkit-text-size-adjust: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 폰트 보정 : 그림자를 보이지 않게 회전하여 글자를 짙게 표현 */
/* 폰트 보정 : 크롬,파이어폭스 안티앨리어싱 적용 */
/* 음절 자르기 word-break: break-all; */
/* 단어 자르기 word-break: keep-all; */

html, body{
    -webkit-text-size-adjust: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-0.0000000001deg);
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}



* a:hover, a:focus { text-decoration: none; animation-duration: 3s; animation-name: rainbowLinkAll; animation-iteration-count: infinite; }
@keyframes rainbowLinkAll {
    5% { color: #ff2a2a; }
    15% { color: #ff7a2a; }
    30% { color: #ffc52a; }
    45% { color: #43ff2a; }
    60% { color: #2a89ff; }
    75% { color: #78aebc; }
    90% { color: #a964ff; }
    100% { color: #e82aff; }
}
nav * {
    font-size:18px;
    font-family: 'LotteMartHappy';
}

nav {
    background-color: #0067C4 !important;
}

nav .navbar-brand i{
    font-size: 1em; color: darkgoldenrod;
}
nav .navbar-brand span{
    font-size: 1.3em; color: #ffffff; font-family: 'LotteMartHappy';
}

nav .navbar-toggler span{
    font-size: 1em; color: #f6f3f0;
}

nav .navbar-toggler {
    border-color: #555557 !important;
}

.cursor_pointer{
    cursor: pointer;
}

.nav_color {
    background-color: #0067C4 !important;
}
