/* */

@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Playfair+Display:ital,wght@0,593;1,593&display=swap');

.agbalumo-regular {
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
    font-style: normal;
}

._emp {
    font-size: 48px;
}

/* */

body {
    word-break: keep-all;
}

p {
    letter-spacing: -0.9px;
}

.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: #000000 !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;
}

/* 헤더 */

#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.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;
}

/* popup */

.dialog {
    position: relative;
    max-width: 500px;
    margin: 40px auto;
}

.modal_box {
    position: relative;
    padding: 40px 10px;
    background: #fff;
    text-align: center;
}

.modal_header {
    text-align: left
}

.mfp-content .mfp-close {
    display: block;
    overflow: hidden;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    text-indent: -9999em;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
    transition: -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
    transition: transform 1s cubic-bezier(.075, .82, .165, 1);
    transition: transform 1s cubic-bezier(.075, .82, .165, 1), -webkit-transform 1s cubic-bezier(.075, .82, .165, 1)
}

.mfp-content .mfp-close:before,
.mfp-content .mfp-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    width: 30px;
    height: 1px;
    background-color: #222;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out
}

.mfp-content .mfp-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.mfp-content .mfp-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.mfp-content .mfp-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}