* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* 인터넷익스플로러 */
    user-select: none;
}
a {
    text-decoration: none;
}

.map_cate_item {
    height: 35px;
    margin-bottom:3px;
    line-height: 35px;
    padding-left: 7px;
    cursor:pointer;
}

.map_cate_item:hover {
    border-left: 4px solid #005cff8c;
    background: #00000012;
}

.paginate a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 20px;
    margin: 2px;
    padding-top: 6px;
    color:#00000085;
    font-size:14px;
}

.paginate a:hover, .paginate strong {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 20px;
    margin: 2px;
    padding-top: 6px;
    font-weight: bold;
    color:black;
    border-bottom:1px solid #00000085;
    font-size:14px;
}

.no-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.no-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
  
.img-section::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}
.img-section::-webkit-scrollbar-track {
    background-color:#00bfff1f;
    border-radius: 100px;
}
.img-section::-webkit-scrollbar-thumb {
    background-color: #00ffdf70;
    border-radius: 100px;
}
.img-section {
    scrollbar-color: #00ffdf70 #e4e4e4;
}

/* 이미지 스와이퍼 */
.swiper {
    width: 100%;
    height:100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 40%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    color:white;
}

:root{--swiper-navigation-size: 60px;}