.wrapper { padding: 52px 0 64px; }
.wrapper { padding: 52px 0 100px; height: 100dvh; overflow-y: scroll; }
.wrapper { scrollbar-width: none;     /* Firefox */ -ms-overflow-style: none;     /* IE and Edge */ }
.wrapper::-webkit-scrollbar { display: none;     /* Chrome, Safari, Opera */ }

.wrapper.special_list{
display: flex;
flex-direction: column;
grid-gap: 16px;
}

.list_box { display: flex; flex-direction: column; grid-gap: 12px; width: 100%; }
.special_list .list_box .row { background-color: #fff; transition: background-color 0.3s ease-in-out; display: flex; flex-direction: column; overflow: hidden; }
.special_list .list_box .img_box { width: 100%; aspect-ratio: 3 / 2; position: relative; overflow: hidden; }
.img_box > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.special_list .list_box .row .txt_box { padding: 24px 22px; padding: 20px; flex: 1; display: flex; flex-direction: column; }
.special_list .list_box .row .txt_box .category { color: #000; font-size: clamp(14px, 0.8333vw, 16px); font-style: normal; font-weight: 300; margin-bottom: clamp(16px, 1.1458vw, 22px); }
.special_list .list_box .row .txt_box .margin_box { display: flex; flex-direction: column; justify-content: space-between; grid-gap: 40px; flex: 1; }
.special_list .list_box .row .txt_box .title_box { display: flex; flex-direction: column; grid-gap: 12px; color: #000; font-size: clamp(12px, 0.9375vw, 18px); font-style: normal; font-weight: 300; line-height: 150%; }
.special_list .list_box .row .txt_box .title_box .title { color: #000; font-family: URWClassico; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -0.72px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;     /* 최대 줄 수 */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-word;     /* 긴 단어 줄바꿈 */ }
.special_list .list_box .row .txt_box .title_box .basic { color: #000;     /* sub/re12 */ font-family: Pretendard; font-size: 12px; font-style: normal; font-weight: 400; line-height: 140%;     /* 16.8px */ letter-spacing: -0.24px; }
.special_list .more_info { display: flex; justify-content: space-between; align-items: flex-start; }
.special_list .more_info .price_box { display: flex; flex-direction: column; grid-gap: clamp(6px, 0.5208vw, 10px); }
.tit_box { display: flex; flex-direction: column; padding: 20px; grid-gap: 16px; background-color: #fff;}
.tit_box .tit { color: var(--gray-90, #172225);     /* tit/b20 */ font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 700; line-height: 140%;     /* 28px */ letter-spacing: -0.4px; }
.tit_box .desc { color: var(--gray-60, #565E66);     /* sub/re14 */ font-family: Pretendard; font-size: 14px; font-style: normal; font-weight: 400; line-height: 140%;     /* 19.6px */ letter-spacing: -0.28px; }
