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

a {
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.banner {
    position: relative;
    width: 100%;
    height: 70vh;
    max-height: 560px;
    overflow: hidden;
}

.banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 30px;
    background-color: #353535;
    background-size: 100%, 100%;
}

.section-top-banner {
    width: 100%;
    height: 50vh;
    margin-top: 5em;
    position: relative;
}

.section-top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(92, 92, 92, 0.5);
    padding: 30px;
    font-size: 2em;
    font-weight: 500;
    color: #fff;
}

.nav-link {
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em;
}

.nav-link.active {
    font-weight: 700;
    border-bottom: 1px solid #333333;
}
