#home-banner-video {
    z-index: 1;
}

#home-banner-overlay {
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.15);
}

#home-banner-box {
    top: 0;
    left: 0;
    z-index: 3;
}

#home-banner-box > div {
    bottom: 1rem;
    left: 0px;
}


.download-box {
    height: 160px;
}

.download-box img{
    width: 50px;
}

/* #board {
    height: 420px;
} */

#board-box {
    top: 0px;
    left: 0px;
    z-index: 3;
}

/* #board-bg {
    border-radius: 20px;
} */

#board-filter {
    width: 100%;
    height: 100%;
    background-image: url(../img/home/Q&A.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transform: scale(1.01);
    filter: blur(1.2px);
}

#board-overlay {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

#carousel-next-e-service {
    top: 2rem;
}

#carousel-prev-e-service {
    top: 3rem;
}

section#route {
    background-image: url('../img/home/sightseeing-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-list-route {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
}

#event-news-card {
    padding: 0px 60px 0px 60px;
}

.arrow-event {
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    color: black;
}

#carousel-prev-event {
    left: -5rem;
}

#carousel-next-event {
    right: -5rem;
}

.e-service-icon {
    width: 100px;
}

#news-box .date-news {
    color: #848484;
}

#news-box .date-news {
    color: #2B2C2B;
}

#sub-banner-img {
    height: 50px;
}

.sub-banner-personal-list {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

#view-vote-score {
    background-color: #C9E165; 
}