/*=========================================================
                     css common style 
===========================================================*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

body {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}

a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
}

i, span, a {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    color: #072654;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

ul {
    padding: 0 !important;
}

ul li{
font-size: 18px;
padding-bottom: 10px;
}

a {
    text-decoration: none !important;
}

.section-space {
    padding: 60px 0;
}

.btn-outline-primary{
    color: #072654;
    border-color:#072654;
}

.btn-outline-primary:hover{
    color: #fff;
    background-color: #072654;
    border-color:#072654;
}

.btn-primary {
    background-color: #fdb513 !important;
    border-color: #fdb513 !important;
}

.section-title h6{
    color: #feb614 !important;
margin-bottom: 20px;
}

.section-title h6:after{
    background-color: #feb614 !important;
}

#toolbarContainer{
    display: none;
}

/* =====================================================
top bar 
======================================================== */

.top-bar i{
    font-size: 14px !important;
}

.top-bar a{
    font-size: 14px !important;
}

/* ======================================================
nav bar
========================================================== */

.navbar .nav-link{
color: #fff !important;
}

.navbar ul li{
padding-bottom: 0;
font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #072654;
}

.nav-link:focus,
.nav-link:hover {
    color: #feb614 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #072654 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav .nav-link::after{
    display: none !important;
}

/* =====================================================
gallery section
======================================================= */

.gallery-section{
    background: url(../images/abt1.jpg) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

/*  */


.cta-section{
    background: url(../images/abt1.jpg) !important;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.cta-section h2{
margin-bottom: 20px !important;
}

li.breadcrumb-item a{
color: #072654 !important;
}


.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2a70dd6 !important;

}
/* .navbar .nav-link.active{
    color: #111d5e !important;
    font-weight: 500;
} */


    /* Page Header Styles */
    .page-header {
        padding:35px 0 !important;
        text-align: center;
        position: relative;
        background: url(../images/inner-banner.jpg) !important;
    }
    
    .page-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f2a70dd6 !important;
        opacity: 1 !important;
    }
    
    .breadcrumb {
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 5px 20px;
        border-radius: 30px;
        margin-bottom: 0 !important;
    }


    
    .page-header h1{
        font-size: 34px !important;
        font-weight: 400 !important;
        margin-bottom: 10px;
    }
    

    