*{box-sizing:border-box}.wrap{min-width:1120px}a{text-decoration:none}header .top{width:100%;padding:0 200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #dfdfdf;background:#fff}.logo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8.592px;width:153px;height:51px}.logoImg{width:40px;height:40.135px;flex-shrink:0}.logoTxt{color:#3692ff;font-size:25.633px;font-style:normal;font-weight:700;line-height:normal}.loginBtn{display:flex;justify-content:center;align-items:center;border-radius:8px;cursor:pointer;background:none;border:none;height:42px;padding:12px 23px;gap:10px}.btnStyle{background:#3692ff;color:#fff}.btnTxt{width:128px;height:48px;color:#f3f4f6;font-size:16px;font-style:normal;font-weight:600;line-height:26px}.newPage{display:flex;justify-content:center;align-items:center;padding-right:950px;gap:30px}.newPageTxt{color:#4b5563;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.bestProducts{margin-bottom:60px;margin-top:24px}.sectionTitle{font-size:20px;font-weight:700;margin-bottom:24px;color:#1f2937}.bestGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.bestProductCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.bestProductCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.bestProductCard:hover .productImage{transform:scale(1.05)}@media (max-width: 768px){.bestGrid{grid-template-columns:repeat(2,1fr);gap:16px}.productImageContainer{height:160px}.productInfo{padding:12px}.productName{font-size:14px}.productPrice{font-size:16px}.sectionTitle{font-size:18px}}@media (max-width: 480px){.bestGrid{grid-template-columns:1fr}}@media (min-width: 1024px){.bestGrid{grid-template-columns:repeat(4,1fr)}}.productList{margin-bottom:48px}.productListHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.sectionTitle{font-size:20px;font-weight:700;color:#1f2937}.controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.searchForm{position:relative}.searchContainer{position:relative;display:flex;align-items:center}.searchIcon{position:absolute;left:12px;color:#9ca3af;z-index:1}.mainSearchInput{width:325px;padding:12px 12px 12px 40px;outline:none;border:none;border-radius:12px;font-size:16px;background:#f3f4f6;height:42px}.mainSearchInput:focus{border:1px solid #3692ff;box-shadow:0 0 0 3px #3b82f61a}.mainSearchInput::placeholder{color:#9ca3af}.registerBtn{background:#3692ff;color:#f3f4f6;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;font-size:16px;height:42px;display:flex;align-items:center}.sortContainer{position:relative}.sortSelect{padding:8px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font-size:14px;cursor:pointer;min-width:100px;transition:border-color .2s ease;height:42px}.sortSelect:focus{outline:none;border-color:#3b82f6}.productGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.productCard{background:#fcfcfc;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.productCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.productImageContainer{width:100%;height:220px;overflow:hidden}.productImage{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.productCard:hover .productImage{transform:scale(1.05)}.productName{font-size:16px;font-weight:600;margin-bottom:8px;color:#1f2937;line-height:1.4;display:-webkit-box;overflow:hidden}.productPrice{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:12px}.productStats{display:flex;align-items:center;gap:16px}.likes{display:flex;align-items:center;gap:4px;color:#6b7280;font-size:14px}.heartIcon{color:#ef4444}@media (max-width: 768px){.productListHeader{flex-direction:column;align-items:stretch}.controls{flex-direction:column}.searchInput{width:100%}.productGrid{grid-template-columns:repeat(2,1fr);gap:16px}.productImageContainer{height:160px}.productInfo{padding:12px}.productName{font-size:14px}.productPrice{font-size:16px}.sectionTitle{font-size:18px}}@media (max-width: 480px){.productGrid{grid-template-columns:1fr}.registerBtn{width:100%;text-align:center}}@media (min-width: 1024px){.productGrid{grid-template-columns:repeat(5,1fr)}}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:48px;margin-bottom:140px}.pageBtn{min-width:40px;height:40px;border:1px solid #d1d5db;background:#fff;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:500;transition:all .2s ease;color:#374151}.pageBtn:hover:not(:disabled){background:#fff;border-color:#e5e7eb}.pageBtn.active{background:#2f80ed;color:#fff;border-color:#2f80ed}.pageBtn:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb;color:#9ca3af}.pageBtn:disabled:hover{background:#f9fafb;border-color:#d1d5db}@media (max-width: 480px){.pagination{gap:4px;margin-top:32px}.pageBtn{min-width:36px;height:36px;font-size:14px}}.underBar{padding:32px 200px;background:#111827;height:160px}.foot{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.copyRight{color:#9ca3af}.privacyFaq{display:flex;gap:30px;color:#e5e7eb}.sns{display:flex;gap:12px}.foot a{text-decoration:none}.privacyFaq a{color:#e5e7eb}.registration{min-height:calc(100vh - 200px);padding:40px 20px;background-color:#fff}.registrationContainer{max-width:800px;margin:0 auto;padding:0}.registrationHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px}.registrationTitle{color:#1f2937;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.registrationForm{display:flex;flex-direction:column;gap:32px}.formGroup{display:flex;flex-direction:column}.formLabel{color:#1f2937;font-size:18px;font-style:normal;font-weight:700;line-height:26px;margin-bottom:16px}.formInput,.formTextarea{display:flex;height:56px;padding:16px 24px;align-items:flex-start;gap:10px;align-self:stretch;border-radius:12px;background:#f3f4f6;border-style:none}.formInput::placeholder,.formTextarea::placeholder{color:#9ca3af}.formInput:focus,.formTextarea:focus{outline:none;background-color:#e5e7eb}.formTextarea{min-height:200px;font-family:inherit;line-height:1.5}.tagButtons{display:flex;gap:8px;margin-top:12px}.tagButton{padding:8px 16px;background-color:#f3f4f6;border:none;border-radius:20px;font-size:14px;color:#6b7280;cursor:pointer;transition:all .2s}.tagButton:hover{background-color:#e5e7eb;color:#374151}.tagButton.active{background-color:#3b82f6;color:#fff}.submitBtn{display:flex;padding:12px 23px;justify-content:center;align-items:center;gap:10px;background-color:#3692ff;color:#fff;border:none;border-radius:8px;font-size:16px;font-style:normal;font-weight:600;line-height:26px;cursor:pointer;transition:background-color .2s;min-width:80px}.submitBtn:hover:not(:disabled){background-color:#3692ff}.submitBtn:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.registration{padding:20px 16px}.registrationHeader{flex-direction:column;gap:16px;align-items:stretch}.registrationTitle{font-size:20px;text-align:center}.submitBtn{width:100%}.tagButtons{flex-wrap:wrap}}.marketContainer{max-width:1200px;margin:0 auto;padding:40px 20px;background-color:#fff}.marketHeader{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:24px}.marketTitle{color:#1f2937;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.marketControls{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.searchForm{display:flex;gap:12px;flex:1;max-width:400px}.searchInput{display:flex;width:325px;height:42px;padding:9px 20px 9px 16px;flex-direction:column;align-items:flex-start;gap:10px;flex:1;border:1px solid #f3f4f6;border-radius:12px;font-size:14px;outline:none;transition:border-color .2s;background:#f3f4f6}.searchInput:focus{border-color:#3692ff}.searchInput::placeholder{color:#9ca3af}.registerButton{background:#3692ff;color:#f3f4f6;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;font-size:16px;height:42px;display:flex;align-items:center}.registerButton:hover{background-color:#2563eb}.sortSelect{display:flex;width:130px;height:42px;padding:12px 20px;flex-direction:column;align-items:flex-start;gap:10px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;background-color:#fff;cursor:pointer;outline:none;min-width:100px;background:#fff}.sortSelect:focus{border-color:#3692ff}.productsGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:60px}.productCard{background:#fff;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.productCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.productImage{width:100%;height:180px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.productImage img{width:100%;height:100%;object-fit:cover;background-color:#e5e7eb}.productInfo{padding:16px}.productName{font-size:14px;font-weight:400;color:#1f2937;margin:0 0 8px;line-height:1.4;display:-webkit-box;overflow:hidden}.productPrice{font-size:16px;font-weight:700;color:#1f2937;margin:0 0 12px}.productStats{display:flex;align-items:center;justify-content:flex-start}.likes{font-size:12px;color:#ef4444;display:flex;align-items:center;gap:4px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px}.paginationArrow,.paginationNumber{width:40px;height:40px;border:1px solid #d1d5db;background-color:#fff;color:#6b7280;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s}.paginationArrow:hover,.paginationNumber:hover{border-color:#3692ff;color:#3692ff}.paginationNumber.active{background-color:#3692ff;border-color:#3692ff;color:#fff}.loading{display:flex;justify-content:center;align-items:center;height:300px;font-size:16px;color:#6b7280}@media (max-width: 1024px){.productsGrid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (max-width: 768px){.marketContainer{padding:20px 16px}.marketControls{flex-direction:column;align-items:stretch}.searchForm{max-width:none}.productsGrid{grid-template-columns:repeat(2,1fr);gap:16px}.productImage{height:140px}}@media (max-width: 480px){.productsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.productImage{height:120px}.productInfo{padding:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f2937;line-height:1.6}.app{min-height:100vh;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:18px;color:#666}@media (max-width: 768px){.container{padding:0 16px}.app{padding:16px 0}}@media (max-width: 480px){.container{padding:0 12px}}
