{"id":3558,"date":"2016-07-04T10:31:29","date_gmt":"2016-07-04T10:31:29","guid":{"rendered":"https:\/\/fishnaut.com\/home\/"},"modified":"2026-09-09T12:48:03","modified_gmt":"2026-09-09T12:48:03","slug":"home","status":"publish","type":"page","link":"https:\/\/fishnaut.com\/ko\/","title":{"rendered":"Home"},"content":{"rendered":"<!-- INLINE STYLES (immunity to CSS load issues) -->\n<style type=\"text\/css\">\n\n\/* ============ FISHNAUT HOMEPAGE - PLAN A v2 (Robust) ============ *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');\n\n:root {\n  --fa-navy: #0d2b3e;\n  --fa-navy-light: #1a4057;\n  --fa-orange: #FF6B00;\n  --fa-orange-light: #ff8c33;\n  --fa-orange-dark: #e55a00;\n  --fa-gray-50: #f8f9fa;\n  --fa-gray-100: #f1f3f5;\n  --fa-gray-200: #e9ecef;\n  --fa-gray-500: #6b7280;\n  --fa-gray-700: #374151;\n  --fa-gray-900: #111827;\n  --fa-white: #ffffff;\n  --fa-font-display: 'Oswald', sans-serif;\n  --fa-font-body: 'Source Sans Pro', sans-serif;\n}\n\n.fa-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Buttons *\/\n.fa-btn {\n  display: inline-flex; align-items: center; justify-content: center;\n  padding: 14px 32px; font-family: var(--fa-font-display); font-size: 15px;\n  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;\n  border-radius: 4px; text-decoration: none; transition: all 0.3s ease;\n  cursor: pointer; border: 2px solid transparent;\n}\n.fa-btn-primary { background: var(--fa-orange); color: var(--fa-white); }\n.fa-btn-primary:hover { background: var(--fa-orange-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,0,0.3); }\n.fa-btn-outline { background: transparent; color: var(--fa-white); border-color: rgba(255,255,255,0.5); }\n.fa-btn-outline:hover { background: var(--fa-white); color: var(--fa-navy); border-color: var(--fa-white); transform: translateY(-2px); }\n.fa-btn-white { background: var(--fa-white); color: var(--fa-navy); }\n.fa-btn-white:hover { background: var(--fa-orange); color: var(--fa-white); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); }\n\n\/* HERO *\/\n.fa-hero {\n  position: relative; min-height: 80vh; display: flex; align-items: center;\n  background: linear-gradient(135deg, #0a1f2e 0%, var(--fa-navy) 40%, #1a4057 100%);\n  overflow: hidden;\n}\n.fa-hero-bg {\n  position: absolute; inset: 0;\n  background: linear-gradient(135deg, #0a1f2e 0%, var(--fa-navy) 40%, #1a4057 100%);\n}\n.fa-hero-overlay {\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 70% 50%, rgba(255,107,0,0.12) 0%, transparent 50%),\n              radial-gradient(circle at 20% 80%, rgba(26,64,87,0.4) 0%, transparent 50%);\n}\n.fa-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 20px; width: 100%; }\n.fa-hero-badge {\n  display: inline-block; padding: 8px 20px; background: rgba(255,107,0,0.15);\n  border: 1px solid rgba(255,107,0,0.4); border-radius: 50px;\n  font-family: var(--fa-font-display); font-size: 12px; font-weight: 600;\n  letter-spacing: 2px; color: var(--fa-orange-light); margin-bottom: 28px;\n  animation: faFadeUp 0.8s ease-out;\n}\n.fa-hero-title {\n  font-family: var(--fa-font-display); font-size: clamp(36px, 5.5vw, 64px);\n  font-weight: 700; line-height: 1.1; color: var(--fa-white); margin: 0 0 20px;\n  letter-spacing: -0.5px; animation: faFadeUp 0.8s ease-out 0.1s both;\n}\n.fa-accent { color: var(--fa-orange); }\n.fa-accent-light { color: var(--fa-orange-light); }\n.fa-hero-sub {\n  font-family: var(--fa-font-body); font-size: clamp(15px, 1.8vw, 19px);\n  color: rgba(255,255,255,0.75); max-width: 600px; line-height: 1.6; margin: 0 0 36px;\n  animation: faFadeUp 0.8s ease-out 0.2s both;\n}\n.fa-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; animation: faFadeUp 0.8s ease-out 0.3s both; }\n.fa-hero-stats { display: flex; gap: 48px; flex-wrap: wrap; animation: faFadeUp 0.8s ease-out 0.4s both; }\n.fa-stat { display: flex; flex-direction: column; }\n.fa-stat-num { font-family: var(--fa-font-display); font-size: 34px; font-weight: 700; color: var(--fa-orange); line-height: 1; }\n.fa-stat-label { font-family: var(--fa-font-body); font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }\n@keyframes faFadeUp { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }\n\n\/* ADVANTAGES *\/\n.fa-advantages { background: var(--fa-white); padding: 56px 0; border-bottom: 1px solid var(--fa-gray-200); }\n.fa-adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n.fa-adv-item { text-align: center; padding: 20px 16px; transition: all 0.3s ease; border-radius: 8px; }\n.fa-adv-item:hover { background: var(--fa-gray-50); transform: translateY(-3px); }\n.fa-adv-icon {\n  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 12px;\n  display: flex; align-items: center; justify-content: center; font-size: 26px;\n}\n.fa-adv-icon-1 { background: rgba(13,43,62,0.08); }\n.fa-adv-icon-2 { background: rgba(255,107,0,0.1); }\n.fa-adv-icon-3 { background: rgba(13,43,62,0.08); }\n.fa-adv-icon-4 { background: rgba(255,107,0,0.1); }\n.fa-adv-item h3 { font-family: var(--fa-font-display); font-size: 17px; font-weight: 600; color: var(--fa-gray-900); margin: 0 0 8px; letter-spacing: 0.3px; }\n.fa-adv-item p { font-family: var(--fa-font-body); font-size: 14px; color: var(--fa-gray-500); line-height: 1.5; margin: 0; }\n\n\/* SECTION HEAD *\/\n.fa-section-head { margin-bottom: 44px; max-width: 700px; }\n.fa-section-head-center { text-align: center; margin-left: auto; margin-right: auto; }\n.fa-section-tag {\n  display: inline-block; font-family: var(--fa-font-display); font-size: 12px;\n  font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--fa-orange);\n  margin-bottom: 10px;\n}\n.fa-section-title {\n  font-family: var(--fa-font-display); font-size: clamp(28px, 3.5vw, 42px);\n  font-weight: 700; color: var(--fa-gray-900); margin: 0 0 14px; line-height: 1.15;\n}\n.fa-section-desc { font-family: var(--fa-font-body); font-size: 16px; color: var(--fa-gray-500); line-height: 1.7; margin: 0; }\n\n\/* CATEGORIES *\/\n.fa-categories { padding: 80px 0; background: var(--fa-gray-50); }\n.fa-cat-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }\n.fa-cat-card {\n  position: relative !important; height: 240px !important; min-height: 240px !important;\n  border-radius: 10px !important; overflow: hidden !important;\n  text-decoration: none !important; display: flex !important; align-items: flex-end !important;\n  transition: all 0.4s ease !important;\n  background-size: cover !important; background-position: center !important;\n}\n.fa-cat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.12); }\n.fa-cat-content {\n  width: 100%; padding: 28px; display: flex; flex-direction: column;\n  position: relative; z-index: 2;\n}\n.fa-cat-icon {\n  width: 44px; height: 44px; border-radius: 10px; background: rgba(255,255,255,0.2);\n  display: flex; align-items: center; justify-content: center; font-size: 22px;\n  margin-bottom: 12px;\n}\n.fa-cat-content h3 { font-family: var(--fa-font-display); font-size: 22px; font-weight: 700; color: var(--fa-white); margin: 0 0 6px; letter-spacing: 0.3px; }\n.fa-cat-content p { font-family: var(--fa-font-body); font-size: 13px; color: rgba(255,255,255,0.85); margin: 0 0 10px; }\n.fa-cat-count {\n  display: inline-block; font-family: var(--fa-font-display); font-size: 11px;\n  font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;\n  color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.2);\n  padding: 4px 12px; border-radius: 20px; align-self: flex-start;\n}\n\n\/* PRODUCTS *\/\n.fa-products { padding: 80px 0; background: var(--fa-white); }\n.fa-products-light { background: var(--fa-gray-50); }\n.fa-products ul.products { margin: 0; }\n.fa-products .woocommerce-loop-product__title { font-family: var(--fa-font-display) !important; font-weight: 600 !important; font-size: 15px !important; }\n.fa-products .price { font-family: var(--fa-font-display) !important; color: var(--fa-orange) !important; font-weight: 600 !important; }\n.fa-products .button { font-family: var(--fa-font-display) !important; background: var(--fa-navy) !important; border-radius: 4px !important; text-transform: uppercase !important; font-size: 12px !important; letter-spacing: 0.5px !important; }\n.fa-products .button:hover { background: var(--fa-orange) !important; }\n\n\/* PROMO BANNER *\/\n.fa-promo { padding: 60px 0; background: var(--fa-white); }\n.fa-promo-inner {\n  background: linear-gradient(135deg, var(--fa-navy) 0%, var(--fa-navy-light) 100%);\n  border-radius: 16px; padding: 56px 48px; display: grid;\n  grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center;\n  position: relative; overflow: hidden;\n}\n.fa-promo-inner::after {\n  content: ''; position: absolute; inset: 0;\n  background: radial-gradient(circle at 80% 50%, rgba(255,107,0,0.15) 0%, transparent 50%);\n}\n.fa-promo-text { position: relative; z-index: 2; }\n.fa-promo-tag {\n  display: inline-block; font-family: var(--fa-font-display); font-size: 11px;\n  font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;\n  color: var(--fa-orange-light); background: rgba(255,107,0,0.15);\n  padding: 6px 16px; border-radius: 20px; margin-bottom: 16px;\n}\n.fa-promo-title { font-family: var(--fa-font-display); font-size: clamp(26px, 3vw, 38px); font-weight: 700; color: var(--fa-white); margin: 0 0 14px; line-height: 1.2; }\n.fa-promo-desc { font-family: var(--fa-font-body); font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0 0 28px; max-width: 480px; }\n.fa-promo-visual { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }\n.fa-promo-badge {\n  width: 140px; height: 140px; border-radius: 50%; background: var(--fa-orange);\n  display: flex; align-items: center; justify-content: center;\n  font-family: var(--fa-font-display); font-size: 32px; font-weight: 700;\n  color: var(--fa-white); letter-spacing: 2px;\n  box-shadow: 0 0 0 12px rgba(255,107,0,0.2), 0 0 0 24px rgba(255,107,0,0.1);\n  animation: faPulse 2s ease-in-out infinite;\n}\n@keyframes faPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }\n\n\/* TRUST BADGES *\/\n.fa-trust { padding: 48px 0; background: var(--fa-gray-50); border-top: 1px solid var(--fa-gray-200); border-bottom: 1px solid var(--fa-gray-200); }\n.fa-trust-grid { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }\n.fa-trust-item { display: flex; align-items: center; gap: 10px; color: var(--fa-gray-500); font-family: var(--fa-font-display); font-size: 15px; font-weight: 600; letter-spacing: 0.5px; }\n.fa-trust-item span { font-size: 24px; }\n\n\/* NEWSLETTER *\/\n.fa-newsletter { padding: 64px 0; background: linear-gradient(135deg, var(--fa-orange) 0%, var(--fa-orange-light) 100%); }\n.fa-news-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }\n.fa-news-title { font-family: var(--fa-font-display); font-size: clamp(24px, 2.8vw, 34px); font-weight: 700; color: var(--fa-white); margin: 0 0 10px; line-height: 1.2; }\n.fa-news-desc { font-family: var(--fa-font-body); font-size: 16px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.6; }\n.fa-news-form .mailpoet_form { background: transparent !important; padding: 0 !important; margin: 0 !important; }\n.fa-news-form .mailpoet_paragraph { margin: 0 0 10px 0 !important; }\n.fa-news-form input[type=\"email\"] {\n  width: 100%; padding: 14px 18px !important; border: none !important;\n  border-radius: 6px !important; font-family: var(--fa-font-body) !important;\n  font-size: 15px !important;\n}\n.fa-news-form .mailpoet_submit {\n  background: var(--fa-navy) !important; color: var(--fa-white) !important;\n  border: none !important; border-radius: 6px !important; padding: 14px 32px !important;\n  font-family: var(--fa-font-display) !important; font-size: 14px !important;\n  font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 1px !important;\n  cursor: pointer !important; transition: all 0.3s ease !important;\n}\n.fa-news-form .mailpoet_submit:hover { background: #0a1f2e !important; transform: translateY(-2px); }\n\n\/* RESPONSIVE *\/\n@media (max-width: 1024px) {\n  .fa-adv-grid { grid-template-columns: repeat(2, 1fr) !important; }\n  .fa-cat-grid { grid-template-columns: repeat(2, 1fr) !important; }\n  .fa-promo-inner { grid-template-columns: 1fr; padding: 40px 32px; }\n  .fa-news-inner { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .fa-hero { min-height: 70vh; }\n  .fa-hero-stats { gap: 24px; }\n  .fa-stat-num { font-size: 26px; }\n  .fa-adv-grid { grid-template-columns: 1fr 1fr !important; gap: 16px; }\n  .fa-cat-grid { grid-template-columns: 1fr !important; }\n  .fa-cat-card { height: 200px !important; min-height: 200px !important; }\n  .fa-promo-inner { padding: 32px 24px; }\n  .fa-promo-badge { width: 100px; height: 100px; font-size: 24px; }\n  .fa-trust-grid { gap: 24px; }\n  .fa-hero-cta { flex-direction: column; }\n  .fa-btn { width: 100%; }\n}\n\n\n<\/style>\n<!-- ============ FISHNAUT HOMEPAGE - PLAN A v2 (Robust) ============ -->\n\n<!-- HERO SECTION -->\n<section class=\"fa-hero\">\n  <div class=\"fa-hero-bg\"><\/div>\n  <div class=\"fa-hero-overlay\"><\/div>\n  <div class=\"fa-hero-inner\">\n    <div class=\"fa-hero-badge\">\ub3c4\ub9e4 \ub09a\uc2dc \uc6a9\ud488 &middot; \uacf5\uc7a5 \uc9c1\ud310<\/div>\n    <h1 class=\"fa-hero-title\">\ud504\ub9ac\ubbf8\uc5c4 \ub09a\uc2dc \uc6a9\ud488,<br><span class=\"fa-accent\">\ub3c4\ub9e4 \uac00\uaca9<\/span><\/h1>\n    <p class=\"fa-hero-sub\">\uacf5\uc7a5 \uc9c1\ud310 \uac00\uaca9 &middot; MOQ 10\uac1c\ubd80\ud130 &middot; 48\uc2dc\uac04 \uc774\ub0b4 \ubc1c\uc1a1 &middot; \ucee4\uc2a4\ud140 OEM \uac00\ub2a5<\/p>\n    <div class=\"fa-hero-cta\">\n      <a href=\"https:\/\/fishnaut.com\/ko\/%ec%83%81%ec%a0%90\/\" class=\"fa-btn fa-btn-primary\">\uc9c0\uae08 \uad6c\ub9e4\ud558\uae30<\/a>\n      <a href=\"https:\/\/fishnaut.com\/product-category\/\" class=\"fa-btn fa-btn-outline\">\uce74\ud0c8\ub85c\uadf8 \ubcf4\uae30<\/a>\n      <a href=\"https:\/\/fishnaut.com\/reseller-starter-pack\/\" class=\"fa-btn fa-btn-white\">\ubb34\ub8cc \ub3c4\ub9e4 \uac00\uc774\ub4dc<\/a>\n    <\/div>\n    <div class=\"fa-hero-stats\">\n      <div class=\"fa-stat\"><span class=\"fa-stat-num\">10+<\/span><span class=\"fa-stat-label\">\ub144 \uacbd\ud5d8<\/span><\/div>\n      <div class=\"fa-stat\"><span class=\"fa-stat-num\">500+<\/span><span class=\"fa-stat-label\">\uc804 \uc138\uacc4 \uace0\uac1d<\/span><\/div>\n      <div class=\"fa-stat\"><span class=\"fa-stat-num\">2000+<\/span><span class=\"fa-stat-label\">\uc0ac\uc6a9 \uac00\ub2a5\ud55c SKU<\/span><\/div>\n      <div class=\"fa-stat\"><span class=\"fa-stat-num\">48h<\/span><span class=\"fa-stat-label\">\ube60\ub978 \ubc30\uc1a1<\/span><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ADVANTAGES BAR -->\n<section class=\"fa-advantages\">\n  <div class=\"fa-container\">\n    <div class=\"fa-adv-grid\">\n      <div class=\"fa-adv-item\">\n        <div class=\"fa-adv-icon fa-adv-icon-1\">&#128666;<\/div>\n        <h3>\ubb34\ub8cc \ubc30\uc1a1<\/h3>\n        <p>\uc804 \uc138\uacc4\uc5d0\uc11c $200 \uc774\uc0c1 \uc8fc\ubb38 \uc2dc<\/p>\n      <\/div>\n      <div class=\"fa-adv-item\">\n        <div class=\"fa-adv-icon fa-adv-icon-2\">&#128230;<\/div>\n        <h3>\ub0ae\uc740 MOQ<\/h3>\n        <p>\ud488\ubaa9\ub2f9 10\uac1c\ubd80\ud130 \uc2dc\uc791 \uac00\ub2a5<\/p>\n      <\/div>\n      <div class=\"fa-adv-item\">\n        <div class=\"fa-adv-icon fa-adv-icon-3\">&#128274;<\/div>\n        <h3>\uc548\uc804\ud55c \uacb0\uc81c<\/h3>\n        <p>PayPal, Google Pay, Apple Pay &amp; \uc8fc\uc694 \uc2e0\uc6a9\uce74\ub4dc<\/p>\n      <\/div>\n      <div class=\"fa-adv-item\">\n        <div class=\"fa-adv-icon fa-adv-icon-4\">&#128172;<\/div>\n        <h3>24\/7 \uc9c0\uc6d0<\/h3>\n        <p>\uc804\ub2f4 \uacc4\uc815 \uad00\ub9ac\uc790<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CATEGORIES SECTION -->\n<section class=\"fa-categories\">\n  <div class=\"fa-container\">\n    <div class=\"fa-section-head\">\n      <span class=\"fa-section-tag\">\uc81c\ud488 \ub77c\uc778\uc5c5 \ubcf4\uae30<\/span>\n      <h2 class=\"fa-section-title\">\uce74\ud14c\uace0\ub9ac\ubcc4 \uc1fc\ud551 <span class=\"fa-accent\">\uce74\ud14c\uace0\ub9ac<\/span><\/h2>\n      <p class=\"fa-section-desc\">\ub85c\ub4dc\uc640 \ub9b4\ubd80\ud130 \ub3c4\uad6c\uc640 \uc561\uc138\uc11c\ub9ac\uae4c\uc9c0 \uc804\ubb38 \ub09a\uc2dc \uc6a9\ud488\uc758 \uc804\uccb4 \ub77c\uc778\uc5c5\uc744 \uc0b4\ud3b4\ubcf4\uc138\uc694<\/p>\n    <\/div>\n    <div class=\"fa-cat-grid\"><a href=\"https:\/\/fishnaut.com\/product-category\/fishing-rods\/\" class=\"fa-cat-card fa-cat-1\" style=\"background:linear-gradient(135deg,#0d2b3e 0%,#1a4057 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 21 L 18 7\"\/><path d=\"M18 7 L 20 5\"\/><path d=\"M19 6 C 20.5 9.5 17.5 12 13.5 12 C 12 12 11 13 11 14.5\"\/><path d=\"M11 14.5 C 11 17 13 17.5 13.5 16\"\/><\/svg><\/div><h3>\ub09a\uc2ef\ub300<\/h3><p>\uc2a4\ud53c\ub2dd &middot; \uce90\uc2a4\ud305 &middot; \ud154\ub808\uc2a4\ucf54\ud53d<\/p><span class=\"fa-cat-count\">120+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><a href=\"https:\/\/fishnaut.com\/product-category\/bait-lures\/\" class=\"fa-cat-card fa-cat-2\" style=\"background:linear-gradient(135deg,#FF6B00 0%,#ff8c33 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z\"\/><path d=\"M18 12v.5\"\/><path d=\"M16 17.93a9.77 9.77 0 0 1 0-11.86\"\/><path d=\"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33\"\/><path d=\"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4\"\/><path d=\"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98\"\/><\/svg><\/div><h3>\ubbf8\ub07c &amp; \ub8e8\uc5b4<\/h3><p>\ud558\ub4dc \ubca0\uc774\ud2b8 &middot; \uc18c\ud504\ud2b8 \ud50c\ub77c\uc2a4\ud2f1 &middot; \uc9c0\uadf8<\/p><span class=\"fa-cat-count\">350+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><a href=\"https:\/\/fishnaut.com\/product-category\/fishing-tools\/\" class=\"fa-cat-card fa-cat-3\" style=\"background:linear-gradient(135deg,#1a5c45 0%,#2d7a5e 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\/><\/svg><\/div><h3>\ub09a\uc2dc \ub3c4\uad6c<\/h3><p>\ud50c\ub77c\uc774\uc5b4 &middot; \uac00\uc704 &middot; \ub9e4\ub4ed \ub3c4\uad6c<\/p><span class=\"fa-cat-count\">80+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><a href=\"https:\/\/fishnaut.com\/product-category\/fish-lines\/\" class=\"fa-cat-card fa-cat-4\" style=\"background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"13\" r=\"7\"\/><path d=\"M12 6 L 12 20\"\/><path d=\"M12 6 C 12 4 13.5 3 15 4 C 16.5 5 16 6.5 14.5 7\"\/><\/svg><\/div><h3>\ub09a\uc2ef\uc904<\/h3><p>\ub098\uc77c\ub860 &middot; \ud569\uc0ac &middot; \ubd88\uc18c\uc218\uc9c0<\/p><span class=\"fa-cat-count\">150+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><a href=\"https:\/\/fishnaut.com\/product-category\/fish-hooks\/\" class=\"fa-cat-card fa-cat-5\" style=\"background:linear-gradient(135deg,#7c2d12 0%,#9a3412 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"19.5\" r=\"1.8\"\/><path d=\"M9 17.7 V 9\"\/><path d=\"M9 9 A 4.5 4.5 0 0 1 18 9 L 18 10.5\"\/><path d=\"M18 10.5 C 18 12.8 15.8 13 15.2 11.8\"\/><\/svg><\/div><h3>\ub09a\uc2dc\ubc14\ub298<\/h3><p>\uc2f1\uae00 &middot; \ud2b8\ub808\ube14 &middot; \uc9c0\uadf8 \ud5e4\ub4dc<\/p><span class=\"fa-cat-count\">200+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><a href=\"https:\/\/fishnaut.com\/product-category\/fishing-accessories\/\" class=\"fa-cat-card fa-cat-6\" style=\"background:linear-gradient(135deg,#0e7490 0%,#0891b2 100%);\"><div class=\"fa-cat-content\"><div class=\"fa-cat-icon\"><svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z\"\/><path d=\"M12 22V12\"\/><path d=\"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7\"\/><path d=\"m7.5 4.27 9 5.15\"\/><\/svg><\/div><h3>\uc561\uc138\uc11c\ub9ac<\/h3><p>\uc2a4\uc704\ube14 &middot; \ubd09\ub3cc &middot; \ucc0c &middot; \uae30\ud0c0<\/p><span class=\"fa-cat-count\">300+ \uac1c \uc0c1\ud488<\/span><\/div><\/a><\/div>\n  <\/div>\n<\/section>\n\n<!-- BESTSELLERS PRODUCTS -->\n<section class=\"fa-products fa-products-light\">\n  <div class=\"fa-container\">\n    <div class=\"fa-section-head fa-section-head-center\">\n      <span class=\"fa-section-tag\">\ucd5c\uace0 \ud3c9\uc810<\/span>\n      <h2 class=\"fa-section-title\">\ubca0\uc2a4\ud2b8\uc140\ub7ec<\/h2>\n      <p class=\"fa-section-desc\">\uc804 \uc138\uacc4 \uc18c\ub9e4\uc5c5\uccb4\uac00 \uc2e0\ub8b0\ud558\ub294 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub09a\uc2dc \uc6a9\ud488<\/p>\n    <\/div>\n    <div class=\"woocommerce columns-4 \"><div class=\"products row row-small large-columns-4 medium-columns-3 small-columns-2\">\n<div class=\"product-small col has-hover product type-product post-1473 status-publish first instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/5%ec%b9%b8-pp-%eb%a3%a8%ec%96%b4%eb%b0%95%ec%8a%a4-%ea%b0%9c%ea%b5%ac%eb%a6%ac-%eb%a3%a8%ec%96%b4-%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &amp; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of 5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &amp; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1473 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1473\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1473,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1473&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1473\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1473\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/5%ec%b9%b8-pp-%eb%a3%a8%ec%96%b4%eb%b0%95%ec%8a%a4-%ea%b0%9c%ea%b5%ac%eb%a6%ac-%eb%a3%a8%ec%96%b4-%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &#038; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>8 697<\/bdi><\/span><span aria-hidden=\"true\">~<\/span><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>10 704<\/bdi><\/span><span class=\"screen-reader-text\">\uac00\uaca9 \ubc94\uc704: &#8361;8 697~&#8361;10 704<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1523 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ec%b9%b8%eb%a7%89%ec%9d%b4-%ed%8f%ac%ed%95%a8-%ed%9c%b4%eb%8c%80%ec%9a%a9-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1523 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1523\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1523,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1523&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1523\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1523\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ec%b9%b8%eb%a7%89%ec%9d%b4-%ed%8f%ac%ed%95%a8-%ed%9c%b4%eb%8c%80%ec%9a%a9-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>19 736<\/bdi><\/span><span aria-hidden=\"true\">~<\/span><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>25 088<\/bdi><\/span><span class=\"screen-reader-text\">\uac00\uaca9 \ubc94\uc704: &#8361;19 736~&#8361;25 088<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1573 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ed%88%ac%eb%aa%85-%ed%94%8c%eb%9d%bc%ec%8a%a4%ed%8b%b1-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1573 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1573\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1573,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;simple&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1573&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1573\"\n\t\tdata-product-type=\"simple\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1573\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ed%88%ac%eb%aa%85-%ed%94%8c%eb%9d%bc%ec%8a%a4%ed%8b%b1-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>5 687<\/bdi><\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1601 status-publish last instock product_cat-uncategorized has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n<div class=\"callout badge badge-circle\"><div class=\"badge-inner secondary on-sale\"><span class=\"onsale\">\ud560\uc778!<\/span><\/div><\/div>\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%ed%81%ac%eb%9e%ad%ed%81%ac%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%a3%a8%ec%96%b4-5%ea%b0%9c-%ec%84%b8%ed%8a%b8-7-5cm-10g-%ed%95%98%eb%93%9c%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%b0%94%eb%b8%8c-%ed%8a%b8%eb%a0%88\/\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-300x300.webp 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-400x400.webp 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-280x280.webp 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-768x768.webp 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-600x600.webp 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-100x100.webp 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-500x500.webp 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-300x300.webp\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-300x300.webp 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-400x400.webp 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-280x280.webp 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-768x768.webp 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-600x600.webp 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-100x100.webp 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-500x500.webp 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1601 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1601\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1601,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1601&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1601\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1601\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%ed%81%ac%eb%9e%ad%ed%81%ac%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%a3%a8%ec%96%b4-5%ea%b0%9c-%ec%84%b8%ed%8a%b8-7-5cm-10g-%ed%95%98%eb%93%9c%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%b0%94%eb%b8%8c-%ed%8a%b8%eb%a0%88\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>15 708<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">\uc6d0\ub798 \uac00\uaca9: &#8361;15 708.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>10 704<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">\ud604\uc7ac \uac00\uaca9: &#8361;10 704.<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><\/div><!-- row -->\n<\/div>\n  <\/div>\n<\/section>\n\n<!-- PROMO BANNER -->\n<section class=\"fa-promo\">\n  <div class=\"fa-container\">\n    <div class=\"fa-promo-inner\">\n      <div class=\"fa-promo-text\">\n        <span class=\"fa-promo-tag\">\ud55c\uc815 \uc2dc\uac04 \uc624\ud37c<\/span>\n        <h2 class=\"fa-promo-title\">\ucd5c\ub300 <span class=\"fa-accent-light\">30% \ud560\uc778<\/span> \ub8e8\uc5b4<\/h2>\n        <p class=\"fa-promo-desc\">\ubca0\uc2a4\ud2b8\uc140\ub7ec \ubbf8\ub07c\uc640 \ub8e8\uc5b4\ub97c \ube44\ucd95\ud558\uc138\uc694. \ub3c4\ub9e4 \uac00\uaca9\uc740 \uc774\ubbf8 \uc800\ub834\ud558\uc9c0\ub9cc, \ud55c\uc815 \uc2dc\uac04 \ub3d9\uc548 \ub354\uc6b1 \uc800\ub834\ud574\uc9d1\ub2c8\ub2e4.<\/p>\n        <a href=\"https:\/\/fishnaut.com\/product-category\/bait-lures\/\" class=\"fa-btn fa-btn-white\">Shop \ub8e8\uc5b4 Sale<\/a>\n      <\/div>\n      <div class=\"fa-promo-visual\">\n        <div class=\"fa-promo-badge\">\uc138\uc77c<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- NEW ARRIVALS -->\n<section class=\"fa-products\">\n  <div class=\"fa-container\">\n    <div class=\"fa-section-head fa-section-head-center\">\n      <span class=\"fa-section-tag\">\uc2e0\uc0c1\ud488<\/span>\n      <h2 class=\"fa-section-title\">\uc2e0\uaddc <span class=\"fa-accent\">\uc785\uace0<\/span><\/h2>\n      <p class=\"fa-section-desc\">\uacf5\uc7a5\uc5d0\uc11c \uc9c1\uc811 &mdash; \ub3c4\ub9e4 \uce74\ud0c8\ub85c\uadf8\uc5d0 \ucd94\uac00\ub41c \ucd5c\uc2e0 \uc0c1\ud488<\/p>\n    <\/div>\n    <div class=\"woocommerce columns-4 \"><div class=\"products row row-small large-columns-4 medium-columns-3 small-columns-2\">\n<div class=\"product-small col has-hover product type-product post-1473 status-publish first instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/5%ec%b9%b8-pp-%eb%a3%a8%ec%96%b4%eb%b0%95%ec%8a%a4-%ea%b0%9c%ea%b5%ac%eb%a6%ac-%eb%a3%a8%ec%96%b4-%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &amp; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-3.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of 5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &amp; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-3.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1473 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1473\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1473,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1473&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1473\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1473\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/5%ec%b9%b8-pp-%eb%a3%a8%ec%96%b4%eb%b0%95%ec%8a%a4-%ea%b0%9c%ea%b5%ac%eb%a6%ac-%eb%a3%a8%ec%96%b4-%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">5\uce78 PP \ub8e8\uc5b4\ubc15\uc2a4, \uac1c\uad6c\ub9ac \ub8e8\uc5b4 &#038; \ub09a\uc2dc \ubc14\ub298 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>8 697<\/bdi><\/span><span aria-hidden=\"true\">~<\/span><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>10 704<\/bdi><\/span><span class=\"screen-reader-text\">\uac00\uaca9 \ubc94\uc704: &#8361;8 697~&#8361;10 704<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1523 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ec%b9%b8%eb%a7%89%ec%9d%b4-%ed%8f%ac%ed%95%a8-%ed%9c%b4%eb%8c%80%ec%9a%a9-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1523 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1523\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1523,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1523&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1523\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1523\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ec%b9%b8%eb%a7%89%ec%9d%b4-%ed%8f%ac%ed%95%a8-%ed%9c%b4%eb%8c%80%ec%9a%a9-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \uce78\ub9c9\uc774 \ud3ec\ud568 \ud734\ub300\uc6a9 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>19 736<\/bdi><\/span><span aria-hidden=\"true\">~<\/span><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>25 088<\/bdi><\/span><span class=\"screen-reader-text\">\uac00\uaca9 \ubc94\uc704: &#8361;19 736~&#8361;25 088<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1573 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ed%88%ac%eb%aa%85-%ed%94%8c%eb%9d%bc%ec%8a%a4%ed%8b%b1-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_01.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-300x300.jpg\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-300x300.jpg 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-400x400.jpg 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-800x800.jpg 800w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-280x280.jpg 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-768x768.jpg 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-600x600.jpg 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-100x100.jpg 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02-500x500.jpg 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/09\/main_02.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1573 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1573\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1573,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;simple&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1573&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1573\"\n\t\tdata-product-type=\"simple\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1573\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%eb%82%9a%ec%8b%9c-%eb%b0%94%eb%8a%98-%eb%b3%b4%ea%b4%80%ed%95%a8-%ed%88%ac%eb%aa%85-%ed%94%8c%eb%9d%bc%ec%8a%a4%ed%8b%b1-%ed%83%9c%ed%81%b4-%ec%a0%95%eb%a6%ac%ed%95%a8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ub09a\uc2dc \ubc14\ub298 \ubcf4\uad00\ud568, \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \ud0dc\ud074 \uc815\ub9ac\ud568<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>5 687<\/bdi><\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><div class=\"product-small col has-hover product type-product post-1601 status-publish last instock product_cat-uncategorized has-post-thumbnail sale shipping-taxable purchasable product-type-variable\">\n\t<div class=\"col-inner\">\n\t\n<div class=\"badge-container absolute left top z-1\">\n<div class=\"callout badge badge-circle\"><div class=\"badge-inner secondary on-sale\"><span class=\"onsale\">\ud560\uc778!<\/span><\/div><\/div>\n<\/div>\n\t<div class=\"product-small box \">\n\t\t<div class=\"box-image\">\n\t\t\t<div class=\"image-fade_in_back\">\n\t\t\t\t<a href=\"https:\/\/fishnaut.com\/ko\/product\/%ed%81%ac%eb%9e%ad%ed%81%ac%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%a3%a8%ec%96%b4-5%ea%b0%9c-%ec%84%b8%ed%8a%b8-7-5cm-10g-%ed%95%98%eb%93%9c%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%b0%94%eb%b8%8c-%ed%8a%b8%eb%a0%88\/\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-300x300.webp 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-400x400.webp 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-280x280.webp 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-768x768.webp 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-600x600.webp 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-100x100.webp 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960-500x500.webp 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S7d479b6043da4964954a5da4e0c81a4ap.jpg_960x960.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-300x300.webp\" class=\"show-on-hover absolute fill hide-for-small back-image\" alt=\"Alternative view of \ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec\" aria-hidden=\"true\" srcset=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-300x300.webp 300w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-400x400.webp 400w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-280x280.webp 280w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-768x768.webp 768w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-600x600.webp 600w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-100x100.webp 100w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960-500x500.webp 500w, https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/S59454f1551ff45ebb3b6b0dac6cfb9c5V.jpg_960x960.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small top right show-on-hover\">\n\t\t\t\t\t\t<div class=\"wishlist-icon\">\n\t\t\t<button class=\"wishlist-button button is-outline circle icon\" aria-label=\"Wishlist\">\n\t\t\t\t<i class=\"icon-heart\" aria-hidden=\"true\"><\/i>\t\t\t<\/button>\n\t\t\t<div class=\"wishlist-popup dark\">\n\t\t\t\t\n<div\n\tclass=\"yith-wcwl-add-to-wishlist add-to-wishlist-1601 yith-wcwl-add-to-wishlist--link-style wishlist-fragment on-first-load\"\n\tdata-fragment-ref=\"1601\"\n\tdata-fragment-options=\"{&quot;base_url&quot;:&quot;&quot;,&quot;product_id&quot;:1601,&quot;parent_product_id&quot;:0,&quot;product_type&quot;:&quot;variable&quot;,&quot;is_single&quot;:false,&quot;in_default_wishlist&quot;:false,&quot;show_view&quot;:false,&quot;browse_wishlist_text&quot;:&quot;Browse wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in your wishlist!&quot;,&quot;product_added_text&quot;:&quot;\\u52a0\\u5165\\u6536\\u85cf\\uff01&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:&quot;after_add_to_cart&quot;,&quot;item&quot;:&quot;add_to_wishlist&quot;}\"\n>\n\t\t\t\n\t\t\t<!-- ADD TO WISHLIST -->\n\t\t\t\n<div class=\"yith-wcwl-add-button\">\n\t\t<a\n\t\thref=\"?add_to_wishlist=1601&#038;_wpnonce=8f31642d8f\"\n\t\tclass=\"add_to_wishlist single_add_to_wishlist\"\n\t\tdata-product-id=\"1601\"\n\t\tdata-product-type=\"variable\"\n\t\tdata-original-product-id=\"0\"\n\t\tdata-title=\"Add to wishlist\"\n\t\trel=\"nofollow\"\n\t>\n\t\t<svg id=\"yith-wcwl-icon-heart-outline\" class=\"yith-wcwl-icon-svg\" fill=\"none\" stroke-width=\"1.5\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"><\/path>\n<\/svg>\t\t<span>Add to wishlist<\/span>\n\t<\/a>\n<\/div>\n\n\t\t\t<!-- COUNT TEXT -->\n\t\t\t\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools is-small hide-for-small bottom left show-on-hover\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover\">\n\t\t\t\t<a href=\"#quick-view\" class=\"quick-view\" role=\"button\" data-prod=\"1601\" aria-haspopup=\"dialog\" aria-expanded=\"false\" data-flatsome-role-button>Quick View<\/a>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"box-text box-text-products\">\n\t\t\t<div class=\"title-wrapper\">\t\t<p class=\"category uppercase is-smaller no-text-overflow product-cat op-8\">\n\t\t\tUncategorized\t\t<\/p>\n\t<p class=\"name product-title woocommerce-loop-product__title\"><a href=\"https:\/\/fishnaut.com\/ko\/product\/%ed%81%ac%eb%9e%ad%ed%81%ac%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%a3%a8%ec%96%b4-5%ea%b0%9c-%ec%84%b8%ed%8a%b8-7-5cm-10g-%ed%95%98%eb%93%9c%eb%b2%a0%ec%9d%b4%ed%8a%b8-%eb%b0%94%eb%b8%8c-%ed%8a%b8%eb%a0%88\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\ud06c\ub7ad\ud06c\ubca0\uc774\ud2b8 \ub8e8\uc5b4 5\uac1c \uc138\ud2b8 7.5cm 10g \ud558\ub4dc\ubca0\uc774\ud2b8, \ubc14\ube0c \ud2b8\ub808\ube14\ud6c5, \ubc30\uc2a4 \ub09a\uc2dc \ud0dc\ud074, \uc778\uacf5 \uc6cc\ube14\ub7ec<\/a><\/p><\/div><div class=\"price-wrapper\">\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>15 708<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">\uc6d0\ub798 \uac00\uaca9: &#8361;15 708.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8361;<\/span>10 704<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">\ud604\uc7ac \uac00\uaca9: &#8361;10 704.<\/span><\/span>\n<\/div>\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\n<\/div><\/div><!-- row -->\n<\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT \/ WHY CHOOSE -->\n<style type=\"text\/css\">\n\/* ===== FISHNAUT ABOUT + TESTIMONIALS (Plan A v2) ===== *\/\n.fa-about { background: #f6f9fc; padding: 84px 0 70px; }\n.fa-about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }\n.fa-about-visual { position: relative; }\n.fa-about-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; display: block; box-shadow: 0 30px 60px rgba(13,43,62,0.18); }\n.fa-about-visual::before { content: ''; position: absolute; top: -18px; left: -18px; right: 26px; bottom: 26px; border: 2px solid #FF6B00; border-radius: 24px; z-index: 0; }\n.fa-about-visual img { position: relative; z-index: 1; }\n.fa-about-badge { position: absolute; z-index: 2; right: -22px; bottom: 34px; background: #FF6B00; color: #fff; border-radius: 16px; padding: 18px 20px; text-align: center; font-family: 'Oswald', sans-serif; font-weight: 600; line-height: 1.2; box-shadow: 0 12px 30px rgba(255,107,0,0.4); }\n.fa-about-badge b { display: block; font-size: 26px; letter-spacing: 1px; }\n.fa-about-badge span { display: block; font-size: 11px; letter-spacing: 1.6px; margin-top: 4px; text-transform: uppercase; }\n.fa-about-content { position: relative; z-index: 3; }\n.fa-about-title { font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 600; line-height: 1.1; color: #0d2b3e; text-transform: uppercase; margin: 0 0 18px; letter-spacing: 0.4px; }\n.fa-about-title .fa-accent { color: #FF6B00; }\n.fa-about-desc { font-family: 'Source Sans Pro', sans-serif; font-size: 16.5px; line-height: 1.75; color: #4b5563; margin: 0 0 26px; }\n.fa-about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin-bottom: 30px; }\n.fa-about-point { display: flex; align-items: center; gap: 11px; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: 600; color: #1f2937; }\n.fa-about-point .fa-pt-ic { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,107,0,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.fa-about-point .fa-pt-ic svg { width: 18px; height: 18px; }\n.fa-about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: #fff; border-radius: 16px; padding: 20px 22px; box-shadow: 0 10px 30px rgba(13,43,62,0.07); margin-bottom: 30px; border: 1px solid #eef2f6; }\n.fa-about-stat { text-align: center; }\n.fa-about-stat b { display: block; font-family: 'Oswald', sans-serif; font-size: 27px; font-weight: 700; color: #0d2b3e; line-height: 1; }\n.fa-about-stat span { display: block; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; letter-spacing: 0.6px; text-transform: uppercase; color: #9aa4b0; margin-top: 6px; }\n.fa-about-cta { display: flex; gap: 14px; flex-wrap: wrap; }\n.fa-btn-outline-dark { background: transparent; color: #0d2b3e; border: 2px solid #0d2b3e; }\n.fa-btn-outline-dark:hover { background: #0d2b3e; color: #fff; }\n\n\/* ===== TESTIMONIALS ===== *\/\n.fa-ts { background: linear-gradient(135deg, #0d2b3e 0%, #16374f 55%, #1a4057 100%); padding: 84px 0 96px; position: relative; overflow: hidden; }\n.fa-ts::before { content: ''; position: absolute; top: -140px; right: -120px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,107,0,0.28) 0%, transparent 65%); }\n.fa-ts::after { content: ''; position: absolute; left: -100px; bottom: -160px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 65%); }\n.fa-ts .fa-section-tag { color: #FF8C33; }\n.fa-ts .fa-section-title { color: #fff; }\n.fa-ts .fa-section-desc { color: rgba(255,255,255,0.7); }\n.fa-ts-head { text-align: center; margin-bottom: 44px; }\n.fa-ts-viewport { overflow: hidden; position: relative; z-index: 2; }\n.fa-ts-track { display: flex; transition: transform 0.65s cubic-bezier(0.4,0,0.2,1); }\n.fa-ts-slide { min-width: 100%; display: flex; justify-content: center; padding: 6px 8px; }\n.fa-ts-card { background: #fff; border-radius: 22px; padding: 46px 56px 40px; max-width: 820px; width: 100%; text-align: center; position: relative; box-shadow: 0 30px 70px rgba(0,0,0,0.28); }\n.fa-ts-card::before { content: '\\201C'; position: absolute; top: 6px; left: 30px; font-family: Georgia, serif; font-size: 120px; line-height: 1; color: rgba(255,107,0,0.16); }\n.fa-ts-stars { color: #FFB400; font-size: 21px; letter-spacing: 5px; margin-bottom: 14px; }\n.fa-ts-quote { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; line-height: 1.75; color: #374151; font-style: italic; margin: 0 0 30px; }\n.fa-ts-person { display: flex; align-items: center; justify-content: center; gap: 16px; }\n.fa-ts-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid #FF6B00; box-shadow: 0 6px 16px rgba(13,43,62,0.2); }\n.fa-ts-name { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: #0d2b3e; text-transform: uppercase; letter-spacing: 0.4px; text-align: left; }\n.fa-ts-role { font-family: 'Source Sans Pro', sans-serif; font-size: 13.5px; color: #9aa4b0; text-align: left; margin-top: 2px; }\n.fa-ts-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 36px; position: relative; z-index: 2; }\n.fa-ts-arrow { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }\n.fa-ts-arrow:hover { background: #FF6B00; border-color: #FF6B00; }\n.fa-ts-dots { display: flex; gap: 9px; }\n.fa-ts-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; padding: 0; transition: all 0.3s ease; }\n.fa-ts-dot.active { background: #FF6B00; transform: scale(1.35); }\n@media (max-width: 1024px) {\n  .fa-about-grid { grid-template-columns: 1fr; gap: 44px; }\n  .fa-about-visual { max-width: 560px; }\n}\n@media (max-width: 640px) {\n  .fa-about { padding: 56px 0 48px; }\n  .fa-about-title { font-size: 30px; }\n  .fa-about-points { grid-template-columns: 1fr; }\n  .fa-about-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }\n  .fa-about-badge { right: 6px; bottom: 18px; padding: 12px 14px; }\n  .fa-ts { padding: 56px 0 64px; }\n  .fa-ts-card { padding: 36px 26px 32px; }\n  .fa-ts-quote { font-size: 16.5px; line-height: 1.7; }\n  .fa-about-cta .fa-btn { width: 100%; }\n}\n<\/style>\n\n<section class=\"fa-about\">\n  <div class=\"fa-container\">\n    <div class=\"fa-about-grid\">\n      <div class=\"fa-about-visual\">\n        <img decoding=\"async\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/about_shop.jpg\" alt=\"FishNaut wholesale fishing tackle showroom\">\n        <div class=\"fa-about-badge\"><b>10+<\/b><span>\ub144 \uacf5\uc7a5 \uc9c1\ud310 \uacbd\ud5d8<\/span><\/div>\n      <\/div>\n      <div class=\"fa-about-content\">\n        <span class=\"fa-section-tag\">FishNaut\ub97c \uc120\ud0dd\ud558\ub294 \uc774\uc720<\/span>\n        <h2 class=\"fa-about-title\">\ub2f9\uc2e0\uc758 \uc804\ubb38\uc801\uc778 <span class=\"fa-accent\">\ub3c4\ub9e4 \ub09a\uc2dc \uc6a9\ud488<\/span> \uacf5\uae09\uc5c5\uccb4<\/h2>\n        <p class=\"fa-about-desc\">\uc911\uad6d \ub09a\uc2dc\uc6a9\ud488 \uc0b0\uc5c5\uc758 \uc911\uc2ec\uc9c0\uc5d0 \uc790\ub9ac\ud55c FishNaut\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ub09a\uc2ef\ub300, \ub9b4, \ub8e8\uc5b4\ub97c \uc0dd\uc0b0\ud574 \uc628 10\ub144 \uc774\uc0c1\uc758 \uacbd\ud5d8\uc744 \uac00\uc9c4 \uc804\ubb38 \uc81c\uc870\uc5c5\uccb4\uc785\ub2c8\ub2e4. \uc804 \uc138\uacc4 \ub09a\uc2dc \uc6a9\ud488\uc810\uacfc \ub09a\uc2dc \uad00\ub828 \ube44\uc988\ub2c8\uc2a4\uc5d0 \uacf5\uc7a5 \uc9c1\ud310 \ud488\uc9c8, \uc720\uc5f0\ud55c MOQ, \uc2e0\uc18d\ud55c \uc9c0\uc6d0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n        <div class=\"fa-about-points\">\n          <div class=\"fa-about-point\">\n            <span class=\"fa-pt-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B00\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21V8l6-4 6 4v13\"\/><path d=\"M15 21V4l6 3v14\"\/><path d=\"M3 21h18\"\/><\/svg><\/span>\n            <span>\uacf5\uc7a5 \uc9c1\ud310 \uac00\uaca9<\/span>\n          <\/div>\n          <div class=\"fa-about-point\">\n            <span class=\"fa-pt-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B00\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2 3 14h7l-1 8 10-12h-7l1-8z\"\/><\/svg><\/span>\n            <span>48\uc2dc\uac04 \ube60\ub978 \ubc30\uc1a1<\/span>\n          <\/div>\n          <div class=\"fa-about-point\">\n            <span class=\"fa-pt-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B00\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3v18\"\/><path d=\"M7 7h10\"\/><path d=\"M7 12h10\"\/><path d=\"M7 17h10\"\/><\/svg><\/span>\n            <span>\uc720\uc5f0\ud55c MOQ \uaddc\uce59<\/span>\n          <\/div>\n          <div class=\"fa-about-point\">\n            <span class=\"fa-pt-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FF6B00\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z\"\/><\/svg><\/span>\n            <span>\ucee4\uc2a4\ud140 OEM \uc11c\ube44\uc2a4<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"fa-about-stats\">\n          <div class=\"fa-about-stat\"><b>98%<\/b><span>\ubc30\uc1a1\ub960<\/span><\/div>\n          <div class=\"fa-about-stat\"><b>48h<\/b><span>\ube60\ub978 \ubc30\uc1a1<\/span><\/div>\n          <div class=\"fa-about-stat\"><b>500+<\/b><span>\uc804 \uc138\uacc4 \ud30c\ud2b8\ub108<\/span><\/div>\n          <div class=\"fa-about-stat\"><b>30+<\/b><span>\uac1c\uad6d<\/span><\/div>\n        <\/div>\n        <div class=\"fa-about-cta\">\n          <a href=\"https:\/\/fishnaut.com\/contact-us\/\" class=\"fa-btn fa-btn-primary\">\ud30c\ud2b8\ub108\uc2ed \uc2dc\uc791\ud558\uae30<\/a>\n          <a href=\"https:\/\/fishnaut.com\/about-us\/\" class=\"fa-btn fa-btn-outline-dark\">\ud68c\uc0ac \uc18c\uac1c \ub354 \ubcf4\uae30<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section class=\"fa-ts\">\n  <div class=\"fa-container\">\n    <div class=\"fa-ts-head\">\n      <span class=\"fa-section-tag\">\uace0\uac1d \ud6c4\uae30<\/span>\n      <h2 class=\"fa-section-title\">\uc6b0\ub9ac\uc758 <span class=\"fa-accent\">\ud30c\ud2b8\ub108\uc758 \ub9d0<\/span><\/h2>\n      <p class=\"fa-section-desc\">30\uac1c \uc774\uc0c1\uc758 \uad6d\uac00\uc5d0 \uac78\uccd0 \ub09a\uc2dc \uc6a9\ud488\uc810, \uc544\uc6c3\ub3c4\uc5b4 \uc18c\ub9e4\uc5c5\uccb4, \uc628\ub77c\uc778 \ud310\ub9e4\uc790\uac00 \uc2e0\ub8b0\ud569\ub2c8\ub2e4<\/p>\n    <\/div>\n    <div class=\"fa-ts-viewport\">\n      <div class=\"fa-ts-track\">\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;FishNaut&rsquo;s factory direct pricing has helped us increase our profit margins by 30%. Their 48-hour shipping is a game-changer for our business.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_john.jpg\" alt=\"John Mitchell\">\n              <div><div class=\"fa-ts-name\">John Mitchell<\/div><div class=\"fa-ts-role\">Owner, ProTackle Shop &middot; USA<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;The flexible MOQ rules let us test new products without risking too much capital. Their customization service helped us build our brand.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_sarah.jpg\" alt=\"Sarah Lopez\">\n              <div><div class=\"fa-ts-name\">Sarah Lopez<\/div><div class=\"fa-ts-role\">CEO, AnglerHub Online<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;Net-30 payment terms have been crucial for our cash flow management. FishNaut truly understands B2B wholesale business needs.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_daniel.jpg\" alt=\"Daniel Kim\">\n              <div><div class=\"fa-ts-name\">Daniel Kim<\/div><div class=\"fa-ts-role\">Purchasing Mgr, Coastline Outfitters<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;We&rsquo;ve reordered three times in six months. Product quality is consistent and the wholesale pricing beats every local distributor we&rsquo;ve tried.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_mike.jpg\" alt=\"Mike Thompson\">\n              <div><div class=\"fa-ts-name\">Mike Thompson<\/div><div class=\"fa-ts-role\">Buyer, BassLine Supply Co.<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;Their custom branding service turned our small shop into a recognized brand. The packaging quality is excellent every single order.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_emily.jpg\" alt=\"Emily Carter\">\n              <div><div class=\"fa-ts-name\">Emily Carter<\/div><div class=\"fa-ts-role\">Owner, TackleBox Retail &middot; UK<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"fa-ts-slide\">\n          <div class=\"fa-ts-card\">\n            <div class=\"fa-ts-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n            <p class=\"fa-ts-quote\">&ldquo;48-hour dispatch is real &mdash; from order to our warehouse in 9 days, every single time. A truly reliable long-term partner.&rdquo;<\/p>\n            <div class=\"fa-ts-person\">\n              <img decoding=\"async\" class=\"fa-ts-avatar\" src=\"https:\/\/fishnaut.com\/wp-content\/uploads\/2026\/08\/head_chris.jpg\" alt=\"Chris Wilson\">\n              <div><div class=\"fa-ts-name\">Chris Wilson<\/div><div class=\"fa-ts-role\">Director, Northern Angling &middot; UK<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"fa-ts-controls\">\n      <button class=\"fa-ts-arrow fa-ts-prev\" aria-label=\"Previous testimonial\">&#8592;<\/button>\n      <div class=\"fa-ts-dots\">\n        <button class=\"fa-ts-dot active\" aria-label=\"Go to slide 1\"><\/button>\n        <button class=\"fa-ts-dot\" aria-label=\"Go to slide 2\"><\/button>\n        <button class=\"fa-ts-dot\" aria-label=\"Go to slide 3\"><\/button>\n        <button class=\"fa-ts-dot\" aria-label=\"Go to slide 4\"><\/button>\n        <button class=\"fa-ts-dot\" aria-label=\"Go to slide 5\"><\/button>\n        <button class=\"fa-ts-dot\" aria-label=\"Go to slide 6\"><\/button>\n      <\/div>\n      <button class=\"fa-ts-arrow fa-ts-next\" aria-label=\"Next testimonial\">&#8594;<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var track = document.querySelector('.fa-ts-track');\n  if (!track) return;\n  var slides = track.children.length;\n  var dots = Array.prototype.slice.call(document.querySelectorAll('.fa-ts-dot'));\n  var prev = document.querySelector('.fa-ts-prev');\n  var next = document.querySelector('.fa-ts-next');\n  var idx = 0, timer = null;\n  function go(n){\n    idx = (n + slides) % slides;\n    track.style.transform = 'translateX(' + (-idx * 100) + '%)';\n    dots.forEach(function(d, i){ d.classList.toggle('active', i === idx); });\n  }\n  function start(){ timer = setInterval(function(){ go(idx + 1); }, 5000); }\n  function reset(){ if (timer) clearInterval(timer); start(); }\n  if (prev) prev.addEventListener('click', function(){ go(idx - 1); reset(); });\n  if (next) next.addEventListener('click', function(){ go(idx + 1); reset(); });\n  dots.forEach(function(d, i){ d.addEventListener('click', function(){ go(i); reset(); }); });\n  start();\n})();\n<\/script>\n\n<!-- NEWSLETTER -->\n<section class=\"fa-newsletter\">\n  <div class=\"fa-container\">\n    <div class=\"fa-news-inner\">\n      <div class=\"fa-news-text\">\n        <h2 class=\"fa-news-title\">Get Wholesale Deals &amp; \uc2e0\uaddc \uc785\uace0<\/h2>\n        <p class=\"fa-news-desc\">\ub3c5\uc810 \ub3c4\ub9e4 \uac00\uaca9, \uc81c\ud488 \uce74\ud0c8\ub85c\uadf8, \uc2e0\uc0c1\ud488 \uc54c\ub9bc\uc744 \uad6c\ub3c5\ud558\uc138\uc694.<\/p>\n      <\/div>\n      <div class=\"fa-news-form\">\n          \n  \n  <div class=\"\n    mailpoet_form_popup_overlay\n      \"><\/div>\n  <div\n    id=\"mailpoet_form_1\"\n    class=\"\n      mailpoet_form\n      mailpoet_form_shortcode\n      mailpoet_form_position_\n      mailpoet_form_animation_\n    \"\n      >\n\n    <style type=\"text\/css\">\n     #mailpoet_form_1 .mailpoet_form {  }\n#mailpoet_form_1 .mailpoet_column_with_background { padding: 10px; }\n#mailpoet_form_1 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }\n#mailpoet_form_1 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }\n#mailpoet_form_1 .mailpoet_segment_label, #mailpoet_form_1 .mailpoet_text_label, #mailpoet_form_1 .mailpoet_textarea_label, #mailpoet_form_1 .mailpoet_select_label, #mailpoet_form_1 .mailpoet_radio_label, #mailpoet_form_1 .mailpoet_checkbox_label, #mailpoet_form_1 .mailpoet_list_label, #mailpoet_form_1 .mailpoet_date_label { display: block; font-weight: normal; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date_month, #mailpoet_form_1 .mailpoet_date_day, #mailpoet_form_1 .mailpoet_date_year, #mailpoet_form_1 .mailpoet_date { display: block; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea { width: 200px; }\n#mailpoet_form_1 .mailpoet_checkbox {  }\n#mailpoet_form_1 .mailpoet_submit {  }\n#mailpoet_form_1 .mailpoet_divider {  }\n#mailpoet_form_1 .mailpoet_message {  }\n#mailpoet_form_1 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }\n#mailpoet_form_1 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_1{border-radius: 6px;}#mailpoet_form_1 form.mailpoet_form {padding: 0px;}#mailpoet_form_1 .mailpoet_message {margin: 0; padding: 0 20px;}\n        #mailpoet_form_1 .mailpoet_validate_success {color: #1B6B4F}\n        #mailpoet_form_1 input.parsley-success {color: #1B6B4F}\n        #mailpoet_form_1 select.parsley-success {color: #1B6B4F}\n        #mailpoet_form_1 textarea.parsley-success {color: #1B6B4F}\n      \n        #mailpoet_form_1 .mailpoet_validate_error {color: #cf2e2e}\n        #mailpoet_form_1 input.parsley-error {color: #cf2e2e}\n        #mailpoet_form_1 select.parsley-error {color: #cf2e2e}\n        #mailpoet_form_1 textarea.textarea.parsley-error {color: #cf2e2e}\n        #mailpoet_form_1 .parsley-errors-list {color: #cf2e2e}\n        #mailpoet_form_1 .parsley-required {color: #cf2e2e}\n        #mailpoet_form_1 .parsley-custom-error-message {color: #cf2e2e}\n      #mailpoet_form_1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_1 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} \n    <\/style>\n\n    <form\n      target=\"_self\"\n      method=\"post\"\n      action=\"https:\/\/fishnaut.com\/wp-admin\/admin-post.php?action=mailpoet_subscription_form\"\n      class=\"mailpoet_form mailpoet_form_form mailpoet_form_shortcode\"\n      novalidate\n      data-delay=\"\"\n      data-exit-intent-enabled=\"\"\n      data-font-family=\"\"\n      data-cookie-expiration-time=\"\"\n    >\n      <input type=\"hidden\" name=\"data[form_id]\" value=\"1\" \/>\n      <input type=\"hidden\" name=\"token\" value=\"a651751d20\" \/>\n      <input type=\"hidden\" name=\"api_version\" value=\"v1\" \/>\n      <input type=\"hidden\" name=\"endpoint\" value=\"subscribers\" \/>\n      <input type=\"hidden\" name=\"mailpoet_method\" value=\"subscribe\" \/>\n\n      <label class=\"mailpoet_hp_email_label\" style=\"display: none !important;\">Please leave this field empty<input type=\"email\" name=\"data[email]\"\/><\/label><div class=\"mailpoet_paragraph\"><label for=\"form_email_1\" class=\"mailpoet-screen-reader-text\"  data-automation-id=\"form_email_label\" >\uc774\uba54\uc77c \uc8fc\uc18c <span class=\"mailpoet_required\">*<\/span><\/label><input type=\"email\" autocomplete=\"email\" class=\"mailpoet_text\" id=\"form_email_1\" name=\"data[form_field_MTM5YWE1MDg0YmJhX2VtYWls]\" title=\"\uc774\uba54\uc77c \uc8fc\uc18c\" value=\"\" style=\"padding:14px;font-family:&#039;Arial&#039;;\" data-automation-id=\"form_email\"  placeholder=\"\uc774\uba54\uc77c \uc8fc\uc18c *\" data-parsley-required=\"true\" data-parsley-minlength=\"6\" data-parsley-maxlength=\"150\" data-parsley-type-message=\"This value should be a valid email.\" data-parsley-errors-container=\".mailpoet_error_email_\" data-parsley-required-message=\"This field is required.\"\/><\/div>\n<div class=\"mailpoet_paragraph\"><input type=\"submit\" class=\"mailpoet_submit\" value=\"Subscribe\" data-automation-id=\"subscribe-submit-button\" style=\"padding:14px;font-family:&#039;Arial&#039;;border-color:transparent;\" \/><span class=\"mailpoet_form_loading\"><span class=\"mailpoet_bounce1\"><\/span><span class=\"mailpoet_bounce2\"><\/span><span class=\"mailpoet_bounce3\"><\/span><\/span><\/div>\n\n      <div class=\"mailpoet_message\">\n        <p class=\"mailpoet_validate_success\"\n                style=\"display:none;\"\n                >\ubc1b\uc740 \ud3b8\uc9c0\ud568\uc744 \ud655\uc778\ud558\uc5ec \uad6c\ub3c5\uc744 \ud655\uc778\ud558\uc138\uc694.\n        <\/p>\n        <p class=\"mailpoet_validate_error\"\n                style=\"display:none;\"\n                >        <\/p>\n      <\/div>\n    <\/form>\n\n      <\/div>\n\n  \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>\ub3c4\ub9e4 \ub09a\uc2dc \uc6a9\ud488 &middot; \uacf5\uc7a5 \uc9c1\ud310 \ud504\ub9ac\ubbf8\uc5c4 \ub09a\uc2dc \uc6a9\ud488,\ub3c4\ub9e4 \uac00\uaca9 \uacf5\uc7a5 \uc9c1\ud310 \uac00\uaca9 &middot; MOQ 10\uac1c\ubd80\ud130 &middot; 48\uc2dc\uac04 \uc774\ub0b4 \ubc1c\uc1a1 &middot; \ucee4\uc2a4\ud140 OEM \uac00\ub2a5 \uc9c0\uae08 \uad6c\ub9e4\ud558\uae30 \uce74\ud0c8\ub85c\uadf8 \ubcf4\uae30 \ubb34\ub8cc \ub3c4\ub9e4 \uac00\uc774\ub4dc 10+\ub144 \uacbd\ud5d8 500+\uc804 \uc138\uacc4 \uace0\uac1d 2000+\uc0ac\uc6a9 \uac00\ub2a5\ud55c SKU 48h\ube60\ub978 \ubc30\uc1a1 &#128666; \ubb34\ub8cc \ubc30\uc1a1 \uc804 \uc138\uacc4\uc5d0\uc11c $200 \uc774\uc0c1 \uc8fc\ubb38 \uc2dc &#128230; \ub0ae\uc740 MOQ \ud488\ubaa9\ub2f9 10\uac1c\ubd80\ud130 [&#8230;]\n","protected":false},"author":2,"featured_media":3778,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3558","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/pages\/3558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/comments?post=3558"}],"version-history":[{"count":5,"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/pages\/3558\/revisions"}],"predecessor-version":[{"id":3710,"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/pages\/3558\/revisions\/3710"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/media\/3778"}],"wp:attachment":[{"href":"https:\/\/fishnaut.com\/ko\/wp-json\/wp\/v2\/media?parent=3558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}