.nft-img-container {
    background-color: white;
    height: 100%;
    padding: 0;
    /* border-radius: 15px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nft-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#payment-data-box {
    padding: 0 10px 0 30px;
    flex-direction: column;
}

.payment-line {
    height: 3px;
    color: black;
    /* background-color: black;
    border: 1px solid black; */
}

.card-pin{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* Modal */

.modal {
    display: none; /* 처음에 숨김 */
    position: fixed;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding-top: 80px;
    background-color: rgba(0,0,0,0.5); /* 반투명 배경 */
}

/* 모달 콘텐츠 스타일 */
.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    background-color: white;
    width: 70%;
    height: 80%;
    border-radius: 10px;
}

/* 닫기 버튼 스타일 */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

#modal_nft_a {
    color: rgb(54, 77, 89);
    font-size: 20px;
    font-weight: 900;
    padding: 10px 12px 10px 12px;
    border: 5px solid rgb(54, 77, 89);
}