.mb-6{margin-bottom: 2rem}
.pb-6{padding-bottom: 2rem}
.pb-7{padding-bottom: 5rem}
.like_btn input {
    pointer-events: none;
}
.item_img{border-radius: 0.6rem}
.link.selected {
    background-color: #0d6efd;
    color: #fff;
    font-weight: bold;
}
.text-right{text-align: right}
.tit_1{font-size: 1.8rem; font-weight: bold; padding-bottom: 2rem}

#img_modal1{
    display: none;
}

#img_modal2{
    display: none;
}

.img_modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #333;
    z-index: 999;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.modal-header2{
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    justify-content: center;
    top: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 20;
}
.mySwiper2{width: 80%}
.mySwiper2 .swiper-pagination {
    position: absolute;
    top: 20px;
    color: #fff;
    font-weight: bold;
}

.modal-close {
    cursor: pointer;
}

/* 네비 버튼 */
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    color: #333333;
}
.ps_txt{font-size: 1.2rem; color: var(--gray-400)}
