.holiday-detail-wrap{
    margin-bottom: 25px;
}
#big .item img {
    width: 100%;
    height: 320px;
}
.scroll_able{ height: 400px;   overflow-y:auto;padding-right: 8px;}
.scroll_able::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.scroll_able::-webkit-scrollbar {width: 6px; height: 9px; background: #f5f5f5; border-radius:10px;}
.scroll_able::-webkit-scrollbar-thumb {  border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background:var(--main-color);}
@media screen and (max-width: 768px) {
    #big .item img {
        height: 200px;
    }
    .scroll_able{ height: 250px;   overflow-y:auto;}
    
}
