+ + + + + + + + + + {book.title} + + + + {book.contents} + + + + + {detailList.map((detail) => ( + + {detail?.label} + {detail?.value} + + ))} + + + + +
- - - - - - - - - - {book.title} - - - - {book.contents} - - - - - - 작가 - {book.authors} - - - {book.translators && book.translators.length > 0 ? ( - - 번역 - {book.translators} - - ) : null} - - - 출판사 - {book.publisher} - - - - 출판 날짜 - - {book.datetime ? book.datetime.split("T")[0] : "x"} - - - - {book.isbn.split(" ")[0] && ( - - ISBN-10 - - {book.isbn.split(" ")[0]} - - - )} - - - ISBN-13 - - {book.isbn.split(" ")[1]} - - - - - - -