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

/* Global styles */
:root {
    --primary-color: #002147;
    --secondary-color: #ff9900;
    --text-color: #333333;
    --light-bg: #f8f9fa;
}

body {
    color: var(--text-color);
    font-family: "Noto Sans KR", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #092e65;
    font-weight: 400;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
}

.btn-primary {
    background-color: #fe5f15;
    border: none;
    transition: .5s ease;
}

.btn-primary:hover {
    background-color: #c23f03;
    transition: .5s ease;
}

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

/* ================================================
header
=================================================== */
header .social-links {
    float: right;
}

li.nav-item {
    padding-bottom: 0;
}

header .social-links i {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.main-header {
    background-color: #092e65;
}

.logo h2 {
    color: #fff !important;
}

.gk-logo {
    width: 75px !important;
    border-radius: 10px;
}

a.nav-link {
    font-size: 16px;
}

/* Header customization */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.navbar .nav-link {
    font-weight: 500;
    color: rgb(3 31 66);
}

.navbar .nav-link.active {
    color: #da4427 !important;
    border-bottom: 2px solid;
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #031f42 !important;
}

.dropdown:hover .dropdown-menu {
    border: none;
}

/* Dropdown hover effects */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .nav-link {
    margin-right: 40px;
}

/* ================================================
logo header
================================================== */

.header-info-icon i {
    color: #ff5e13;
    margin-right: 10px;
    font-size: 20px;
}

.header-info-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

/* ==================================================
footer
===================================================== */
.site-footer {
    background: #d54401;
}

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

.site-footer .contact-item i {
    line-height: 1.8;
    margin-right: 10px;
}

.copyright-bar {
    background: #092e65;
}

.social-link i {
    padding: 10px;
    border: 1px solid #fff;
    margin-right: 10px;
}

ul.footer-links a {
    font-size: 16px;
}
ul.footer-links li{
padding: 0;
}

.footer-widget p {
    font-size: 16px;
}


/* =================================================
slider
==================================================== */
.carousel-item {
    position: relative;
}


.carousel-item::before {
    position: absolute;
    content: "";
    background: #092e6592;
    z-index: 11;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    /* left: -15%; */

}


.slider .carousel-caption {
    top: 35%;
    text-align: left;
    z-index: 111;
}

.slider .carousel-caption {
    color: #fe5f15;
}

.slider .carousel-caption h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.slider .carousel-caption p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding: 20px 0;
}

.slider .carousel-caption h1 {
    color: #fff;
}

/* ===================================
product categories
 ======================================*/

.category-item {
    border: 2px solid #fe5f15;
    border-radius: 10px;
    padding: 10px;
    min-height: 265px;
}

.category-item h5 {
    font-size: 18px;
    margin: 10px 0 0;
    text-align: center;
}

.application-description {
    font-size: 16px;
}


/* ===========================================
 inner banner
 ============================================= */

.page-hero {
    padding: 30px 0;
    text-align: center;
    background: #092e65c4;
}

.breadcrumb {
    justify-content: center;
}

.page-hero h1 {
    color: #fff;
    font-size: 30px;
}

.breadcrumb-item.active {
    color: #fe5f15;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}