.no-image {
    width: 188px;
    height: 160px;
    text-align: center;
    margin: auto;
    border: 1px #5F5959 dashed;
}
.no-image > p {
    margin: 0;
    height: 20px
}

@media (max-width: 1024px) {
    .swiper {
        overflow: visible !important;
    }

    .swiper-slide {
        width: inherit !important;
    }

    .phone-item {
        width: 100%;
    }

    .pad-cont.swiper-cont {
        max-width: 400px;
        overflow-x: hidden;
        margin-inline: auto;
    }

    .popup-layer .swiper {
        overflow: hidden !important;
    }

    .react-tooltip {
        max-width: 30vw;
    }
}

@media (min-width: 1025px) {
    .img-detail img { max-width: 140px; }
}

.header { margin-bottom: -1px }

.help-info {
    font-weight: 700;
    background-color: #EFEEEE;
    color: #969191;
}

.form-select.select-lg {
    font-weight: 700;
}

.tab {
    background-color: #EFEEEE;
    color: black;
}

.p-card-item3.active { border: 1px solid #000000; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); transition: box-shadow 0.3s ease; }
.p-card-item3.active .phone-name2, .p-card-item3.active .phone-info .price, .p-card-item3.active .phone-title { color: #000000; }
.p-card-item3 {
    flex: 1 1 30%;
    max-width: 250px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #EFEEEE;
    border-radius: 20px;
    position: relative;
}

.p-card-item3.active .btn { display: block; }

.outlined-btn-gray {
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    border: 1px solid #DFD9D9;
    background-color: #eee;
    font: normal normal 600 14px/21px Paperlogy;
    cursor: pointer;
}
.outlined-btn-gray.selected {
    background-color: #aaa;
}

/* 푸터 인증 아이콘 반응형 */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-info {
    width: 100%;
}
.footer-cert {
    margin-top: 10px;
}
.footer-cert img {
    cursor: pointer;
}
@media (min-width: 500px) {
    .footer-content {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
    }
    .footer-info {
        width: auto;
    }
    .footer-cert {
        margin-top: 0;
    }
    .footer-cert img {
        width: 80px;
        height: auto;
    }
}
