/* */

body {
  word-break: keep-all;
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  background-color: rgba(0, 0, 0, 50%);
}

/* */

.site-nav .has-sub > a {
  font-weight: 700;
}

/* footer */

.site-footer-wrap {
  background-color: #fff9ee !important;
  color: #4d4d4d;
  text-align: left;
}

.site-footer-wrap a {
  color: #4d4d4d;
}

.site-footer-wrap i.bar:after {
  background-color: #4d4d4d;
}

.site-footer-wrap .bar-sm:after {
  background-color: #4d4d4d;
}

/* Modal */

#exampleModal .list-group-item {
  padding: 0.4rem 1rem;
  border: 0;
  font-size: 14px;
}

#exampleModal .btn {
  font-size: 18px;
}

#exampleModal ._abs {
  position: absolute;
  top: 15px;
  right: 10px;
}

/* Icon */

.na-icon.na-file {
  width: 14px;
  height: 16px;
  background: url(../img/page/ico_file.png) no-repeat 0 0;
  background-size: 14px 16px;
}

.i-com {
  flex-shrink: 0;
  display: inline-block;
  /* margin: 0 10px 0 0; */
}

.i-home {
  width: 14px;
  height: 16px;
  background: url(../img/home/ico_home.png) no-repeat 0 0;
}

.i-plus {
  width: 20px;
  height: 20px;
  background: url(../img/home/ico_plus.png) no-repeat 0 0;
  background-size: 20px 20px;
}

.i-arr {
  display: block;
  width: 120px;
  height: 12px;
  background: url(../img/page/bg_arrow.png) no-repeat 0 0;
}

.i-prev {
  width: 10px;
  height: 20px;
  background: url(../img/home/ico_prev.png) no-repeat 0 0;
}

.i-next {
  width: 10px;
  height: 20px;
  background: url(../img/home/ico_next.png) no-repeat 0 0;
}

/* 헤더 */

#header-navbar.sticky-top {
  position: fixed;
  width: 100%;
}

#header-navbar.sticky-top.fixed {
  /* border-bottom: 1px solid #eee; */
}

#header-navbar {
  position: relative;
  background: rgba(0, 0, 0, 0);
}

#header-navbar:hover {
  background: rgba(255, 255, 255, 0.4);
}

#header-navbar.fixed:after {
  content: "";
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.fixed#header-navbar {
  background: rgba(255, 255, 255);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#header-navbar .bi-list::before {
  /* color: #fff; */
}

.fixed#header-navbar .bi-list::before {
  color: #333;
}

/* 메뉴 */

#header-navbar .site-nav a {
  font-size: 13.2px;
  font-weight: bold;
  color: #1a1a1a;
}

#header-navbar .site-nav a span {
  padding: 10px;
  border-radius: 999px;
}

#header-navbar .site-nav a:hover {
  color: #000;
}

#header-navbar .site-nav a span:hover {
  /* background-color: #fff; */
  font-weight: 900;
  color: #000;
  transition: all 0.3s ease-in-out;
}

#header-navbar .site-nav .has-sub > a:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  margin-left: 20%;
  height: 3px;
  background-color: transparent;
  border-bottom: 3px solid #00247d;
  transition: all 0.1s ease-in-out;
}

#header-navbar .site-nav .has-sub .dropdown > li > a {
  font-size: 16px;
}

.fixed#header-navbar .site-nav a {
  color: #333;
}

/* */

.scr-top {
  display: none;
}
