#topCarousel .carousel-item {
    position: relative;
}

#topCarousel .carousel-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body {
    word-break: break-all;
}

.slider_araival {
    display: none;
}

div.top.main-contents .sec03 .sec-sub-title h3 a.active {
    color: #000;
    position: relative;
}

div.top.main-contents .sec03 .sec-sub-title h3 a:hover:before, div.top.main-contents .sec03 .sec-sub-title h3 a.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #808080;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    div.main-contents .sec01.news {
        justify-content: flex-start!important;
    }

    div.news-items {
        width: 25%;
        padding-right: 30px;
    }
}