.main-place-list .elementor-icon-list-item a {
    flex-direction: row;
    justify-content: space-between !important;
}

.main-place-list li.elementor-icon-list-item a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    background: url(/wp-content/uploads/2024/04/ico_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
}

.bubble {
    position: relative;
    background: #000000;
    color: white;
    border-radius: 30px;
}

.bubble:after {
    border-top: 9px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
}

#notice_latest {
    position: relative;
    display: flex;
    padding-left: 100px;
    width: 100%;
}
.noticeLatestSwiper {
    width: 100%;
    overflow: hidden;
}
#notice_latest .slide-btn button img {
    width: 33px;
}
#notice_latest .slide-btn button {
    padding: 0;
    background: transparent;
}
#notice_latest .slide-btn {
    position: absolute;
    width: max-content;
    display: flex;
    left: calc(0%);
    top: 50%;
    transform: translateY(-50%);
    gap: 10px;
}
#notice_latest .swiper-slide a {
    display: block;
    padding: 6px 20px;
    border-left: 1px solid #ececec;
}
#notice_latest .swiper-slide a .date {
    font-size: 12px;
    color: #777;
}
#notice_latest .swiper-slide a h5 {
    font-size: 15px;
}

@media screen and (max-width : 1024px) {
    #notice_latest .slide-btn {
        left: auto;
        right: 0;
        top: -50px;
        transform: unset;
    }
    #notice_latest {
        padding-left: 0;
    }
    #notice_latest .swiper-slide a {
        border: 0;
        padding: 5px 0;
    }
}