/* */

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: #011938 !important;
    color: #fff;
    text-align: left;
}

.site-footer-wrap a {
    color: #fff;
}

.site-footer-wrap i.bar:after {
    background-color: #fff;
}

.site-footer-wrap .bar-sm:after {
    background-color: #fff;
}

/* 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.5)
}

#header-navbar.fixed:after {
    content: "";
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
}

.fixed#header-navbar {
    background: #fff;
}

#header-navbar .bi-list::before {
    color: #fff;
}

.fixed#header-navbar .bi-list::before {
    color: #333;
}

/* 메뉴 */

#header-navbar .site-nav a {
    font-size: 16px;
    color: #fff;
}
 
#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 .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;
}