.bookstoreListSec{position:relative;padding-top:var(--bs-padding-top, 60px);padding-bottom:var(--bs-padding-bottom, 60px);background-color:var(--bs-bg, #ffffff);color:var(--bs-text, #0c0f24)}.bookstoreListSec .bookstoreList__title{color:var(--bs-text, #0c0f24);text-align:var(--bs-title-align, left);font-size:var(--bs-title-size, 38px);margin:0 0 var(--bs-title-mb, 18px);line-height:1.2}@media screen and (max-width:767px){.bookstoreListSec .bookstoreList__title{font-size:var(--bs-title-size-mobile, 24px)}.bookstoreListSec{padding-top:var(--bs-padding-top-mobile, 30px);padding-bottom:var(--bs-padding-bottom-mobile, 30px)}}.bookstoreListSec .bookstoreList__title *{color:inherit;margin:0;font-size:inherit;line-height:inherit}.bookstoreList{display:block}.bookstoreList__panel{background:#f6f6f8;border-radius:12px;padding:20px}.bookstoreList__controls{display:flex;gap:12px;align-items:stretch;margin-bottom:20px;flex-wrap:wrap}.bookstoreList__searchWrap{position:relative;flex:1 1 320px;min-width:220px}.bookstoreList__searchIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none}.bookstoreList__search{width:100%;height:44px;padding:0 40px;border-radius:999px;border:1px solid #d9d9de;background:#fff;font-size:14px;outline:none;transition:border-color .2s}.bookstoreList__search:hover,.bookstoreList__search:focus{border-color:#686672}.bookstoreList__searchClear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:none;background:#0000000f;color:#333;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:background .15s,color .15s}.bookstoreList__searchClear:hover{background:#333;color:#fff}.bookstoreList__searchWrap.has-value .bookstoreList__searchClear,.bookstoreList__searchWrap:hover .bookstoreList__searchClear,.bookstoreList__searchWrap:focus-within .bookstoreList__searchClear{display:inline-flex}.bookstoreList__filter{position:relative;flex:0 0 260px;min-width:240px}.bookstoreList__filterBtn{width:100%;height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-radius:999px;border:1px solid #d9d9de;background:#fff;font-size:14px;font-weight:500;color:inherit;cursor:pointer;text-align:left;transition:border-color .2s}.bookstoreList__filterBtn:hover{border-color:#686672}.bookstoreList__filterCaret{font-size:12px;transition:transform .2s ease-in-out}.bookstoreList__filter.is-open .bookstoreList__filterCaret{transform:rotate(180deg)}.bookstoreList__filterMenu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid #e2e2e6;border-radius:12px;box-shadow:0 10px 28px #0000001a;overflow-y:auto;display:none}.bookstoreList__filter.is-open .bookstoreList__filterMenu{display:block}.bookstoreList__filterOption{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;font-size:14px;cursor:pointer;color:inherit;transition:background .15s,color .15s}.bookstoreList__filterOption+.bookstoreList__filterOption{margin-top:4px}.bookstoreList__filterOption:hover{background:#0000000a}.bookstoreList__filterCheck{width:16px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;opacity:0}.bookstoreList__filterOption.is-selected{background:var(--bs-tag-bg, #2563eb);color:var(--bs-tag-text, #ffffff);font-weight:600}.bookstoreList__filterOption.is-selected .bookstoreList__filterCheck{opacity:1}.bookstoreList__filterOption.is-selected:hover{background:var(--bs-tag-bg, #2563eb);opacity:.9}.bookstoreList__scroll{max-height:var(--bs-max-height, 720px);overflow-y:auto;overscroll-behavior:contain;padding:8px 6px 8px 0}.bookstoreList__grid{display:grid;grid-template-columns:repeat(var(--bs-cols-desktop, 4),minmax(0,1fr));gap:var(--bs-gap-desktop, 16px)}@media screen and (max-width:991px){.bookstoreList__grid{grid-template-columns:repeat(var(--bs-cols-tablet, 2),minmax(0,1fr));gap:var(--bs-gap-mobile, 16px)}}@media screen and (max-width:575px){.bookstoreList__grid{grid-template-columns:repeat(var(--bs-cols-mobile, 1),minmax(0,1fr));gap:var(--bs-gap-mobile, 16px)}.bookstoreList__filter{flex:auto;width:100%}}.bookstoreList__empty{display:none;padding:40px 20px;text-align:center;color:var(--bs-text, #0c0f24);font-size:16px}.bookstoreList[data-empty=true] .bookstoreList__empty{display:block}.bookstoreList[data-empty=true] .bookstoreList__grid{display:none}.bookstoreCard{background:#fff;color:var(--bs-text, #0c0f24);border-radius:12px;border:1px solid #e2e2e6;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,border-color .2s ease-in-out}.bookstoreCard.is-hidden{display:none}.bookstoreCard:hover{transform:translateY(-4px);border-color:#686672;box-shadow:5px 8px #00000014}.bookstoreCard__imageLink{display:block;background:#fff}.bookstoreCard__imageWrap{position:relative;width:100%;overflow:hidden;aspect-ratio:3 / 4}.bookstoreCard__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.bookstoreCard:hover .bookstoreCard__image{transform:scale(1.03)}.bookstoreCard__body{padding:14px;display:flex;flex-direction:column;flex:1 1 auto;gap:4px}.bookstoreCard__title{font-size:15px;line-height:1.3;font-weight:700;margin:0 0 2px}.bookstoreCard__title a{color:inherit;text-decoration:none}.bookstoreCard__title a:hover{text-decoration:underline}.bookstoreCard__vendor{font-size:13px;color:var(--bs-vendor, rgba(12, 15, 36, .7));margin:0 0 8px}.bookstoreCard__tags{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;gap:6px}.bookstoreCard__tag{display:inline-block;background:var(--bs-tag-bg, #2563eb);color:var(--bs-tag-text, #ffffff);font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;line-height:1.2;transition:opacity .15s ease-in-out;cursor:default}.bookstoreCard__tag:hover{opacity:.75}.bookstoreCard__btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:999px;background:var(--bs-btn-bg, #1a1a1a);border:2px solid var(--bs-btn-bg, #1a1a1a);color:var(--bs-btn-text, #fff);font-weight:600;font-size:14px;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,transform .2s ease-in-out}.bookstoreCard__btn:hover{background:var(--bs-btn-bg-hover, #fff);color:var(--bs-btn-text-hover, #1a1a1a)!important;transform:translateY(-1px)}.bookstoreCard__btn i{font-size:16px}.bookstoreList__scroll::-webkit-scrollbar{width:8px}.bookstoreList__scroll::-webkit-scrollbar-track{background:transparent}.bookstoreList__scroll::-webkit-scrollbar-thumb{background:#c9c9cf;border-radius:4px}.bookstoreList__scroll::-webkit-scrollbar-thumb:hover{background:#a0a0a8}
/*# sourceMappingURL=/cdn/shop/t/22/assets/bookstore-list.css.map */
