#news {
    margin-bottom: 160px;
}
#news h3 {
    text-align: center;
    margin-bottom: 20px;
}
#news ul li {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}
#news ul li a {
    /*background-color: #fff;*/
    color: #261F1A !important;
    display: flex;
    align-items: center;
    padding: 1em 2em;
    color: #FFF !important;
    width: 100%;
}
#news li:nth-child(odd) a {
    /*background-color: #E5E5E5;*/
}
#news ul li span {
    display: inline-block;
    /*margin-right: 1em;*/
    width: 15%;
}
#news ul li p {
    width: 85%;
    margin-bottom: 0;
}
#news .btn {
    text-align: center;
    margin: 40px auto 0;
}
.slick-slide {
    height: auto;
}
.covid19-ban {
    width: 185px;
    position: absolute;
    top: 300px;
    right: 40px;
    text-align: center;
    z-index: 20;
}
.keyVisual {
    margin-bottom: 50px;
    height: 950px;
}
#htlSide-A {
    top: 1210px;
}
@media (max-width: 1800px) {
     #htlSide-A {
        top: 1135px;
    }   
    .keyVisual {
        height: 860px;
    }
}

.map {
    margin-bottom: 100px;
}


#trip_ai_container {
    display: none !important;
}