body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #cacaca;
}

.container-fluid {
    padding: 30px 25px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.navbar {
    margin-bottom: 0;
    background-color:#167b97 !important;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Malgun Gothic';
}

.navbar li a,
.navbar .navbar-brand {
    color: #cfcfcf !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(45, 46, 45);
}

.footer {
    background-color: #666666;
    ;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.copyright {
    text-align: center;
}

.glyphicon-exclamation-sign {
    color: white;
}

hr {
    font-weight: bolder;
}

.fumikasan_web {
    background-color: #36393E;
    text-align: left;
    font-family: 'SeoulNamsanM';
}

.fumikasan_web_post_left {
    background-color: #36393E;
    text-align: left!important;
    font-family: 'SeoulNamsanM';
}

.fumikasan_web_text_color {
    color: #4d4d4d;
    font-family: 'SeoulNamsanM';
    text-align: left;
    padding: 10px 20px 30px 40px;
    margin-bottom: 20px;
}

@font-face {
    font-family: 'SeoulNamsanM';
    src: url('SeoulNamsanM_1.woff');
}

.no_use_margin {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'SeoulNamsanM';
}
.leftLine {
    border-left-width: 3px;
    border-left-color: #167b97;
    border-left-style: solid;
    padding-left: 30px;
    line-height: 0%;
}

.lineToLine {
    border-left-width: 3px;
    border-left-color: darkseagreen;
    border-left-style: solid;
    padding-left: 30px;
    line-height: 0%;
}

.lineToLineTo {
    border-left-width: 3px;
    border-left-color: darkslategrey;
    border-left-style: solid;
    padding-left: 30px;
    line-height: 0%;
}
.notice {
    background-color: #0f6076;
}
.navbar-nav li.active a {
    color: #CEFBC9 !important;
    /*선택시 글자 바뀌는 색상*/
    background-color: #777 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #777 !important;
}