{"id":1915,"date":"2025-12-27T01:46:16","date_gmt":"2025-12-27T09:46:16","guid":{"rendered":"https:\/\/qyonz.com\/?page_id=1915"},"modified":"2026-01-05T23:54:33","modified_gmt":"2026-01-06T07:54:33","slug":"%ec%82%ac%eb%a1%80-%ec%97%b0%ea%b5%ac","status":"publish","type":"page","link":"https:\/\/qyonz.com\/ko\/case-studies\/","title":{"rendered":"\uc0ac\ub840 \uc5f0\uad6c"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1915\" class=\"elementor elementor-1915\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-7842cdc e-flex e-con-boxed e-con e-parent\" data-id=\"7842cdc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a331b4d elementor-widget elementor-widget-html\" data-id=\"a331b4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Qyonz Case Studies Page - Elementor Compatible HTML -->\n<style>\n.case-studies-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    color: #333;\n    line-height: 1.8;\n}\n\n@media (max-width: 768px) {\n    .case-studies-container {\n        max-width: 100%;\n    }\n}\n\n\/* Hero Section *\/\n.cs-hero {\n    background: linear-gradient(135deg, #65886D 0%, #4a6b50 100%);\n    color: #fff;\n    padding: 70px 40px;\n    text-align: center;\n    border-radius: 30px;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 50px;\n}\n\n.cs-hero::before {\n    content: '';\n    position: absolute;\n    top: -40%;\n    right: -15%;\n    width: 400px;\n    height: 400px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 50%;\n}\n\n.cs-hero h1 {\n    font-size: 38px;\n    font-weight: 700;\n    margin: 0 0 15px 0;\n    position: relative;\n    z-index: 1;\n    color: #fff;\n}\n\n.cs-hero .subtitle {\n    font-size: 17px;\n    opacity: 0.95;\n    max-width: 650px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n}\n\n@media (max-width: 768px) {\n    .cs-hero {\n        padding: 50px 20px;\n    }\n    .cs-hero h1 {\n        font-size: 28px;\n    }\n}\n\n\/* Section Styles *\/\n.cs-section {\n    padding: 0 30px 60px;\n}\n\n@media (max-width: 768px) {\n    .cs-section {\n        padding: 0 20px 40px;\n    }\n}\n\n.cs-section h2 {\n    color: #65886D;\n    font-size: 26px;\n    text-align: center;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.cs-section .section-subtitle {\n    text-align: center;\n    color: #666;\n    font-size: 15px;\n    max-width: 650px;\n    margin: 0 auto 40px;\n}\n\n\/* Stats Banner *\/\n.stats-banner {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    background: #f9faf9;\n    border-radius: 20px;\n    padding: 35px 30px;\n    margin-bottom: 50px;\n}\n\n@media (max-width: 768px) {\n    .stats-banner {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 15px;\n        padding: 25px 20px;\n    }\n}\n\n.stat-box {\n    text-align: center;\n}\n\n.stat-box .number {\n    font-size: 36px;\n    font-weight: 700;\n    color: #65886D;\n    line-height: 1;\n    margin-bottom: 5px;\n}\n\n.stat-box .label {\n    font-size: 13px;\n    color: #666;\n}\n\n\/* Case Study Cards *\/\n.case-study-card {\n    background: #fff;\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: 0 5px 30px rgba(0,0,0,0.08);\n    margin-bottom: 40px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.case-study-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(101, 136, 109, 0.15);\n}\n\n.case-study-card.featured {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n}\n\n@media (max-width: 768px) {\n    .case-study-card.featured {\n        grid-template-columns: 1fr;\n    }\n}\n\n.cs-image-placeholder {\n    background: linear-gradient(135deg, #e8ede9 0%, #d4ddd6 100%);\n    min-height: 300px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n}\n\n.cs-image-placeholder .placeholder-icon {\n    width: 80px;\n    height: 80px;\n    background: rgba(101, 136, 109, 0.15);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.cs-image-placeholder svg {\n    width: 40px;\n    height: 40px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n.cs-badge {\n    position: absolute;\n    top: 20px;\n    left: 20px;\n    background: #65886D;\n    color: #fff;\n    padding: 6px 15px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n}\n\n.cs-content {\n    padding: 35px;\n}\n\n.cs-content .client-info {\n    margin-bottom: 20px;\n}\n\n.client-info h3 {\n    font-size: 18px;\n    color: #333;\n    margin: 0 0 3px 0;\n    font-weight: 600;\n}\n\n.client-info .industry {\n    font-size: 13px;\n    color: #888;\n}\n\n.cs-content h4 {\n    font-size: 22px;\n    color: #333;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.cs-content p {\n    color: #555;\n    font-size: 14px;\n    margin-bottom: 20px;\n    text-align: left;\n}\n\n.cs-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 20px;\n}\n\n.cs-tag {\n    background: #f0f5f1;\n    color: #65886D;\n    padding: 5px 12px;\n    border-radius: 15px;\n    font-size: 12px;\n    font-weight: 500;\n}\n\n.cs-results {\n    background: #f9faf9;\n    border-radius: 12px;\n    padding: 20px;\n    margin-bottom: 20px;\n}\n\n.cs-results h5 {\n    font-size: 13px;\n    color: #65886D;\n    margin: 0 0 12px 0;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n}\n\n.results-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n}\n\n@media (max-width: 576px) {\n    .results-grid {\n        grid-template-columns: 1fr;\n        gap: 10px;\n    }\n}\n\n.result-item {\n    text-align: center;\n}\n\n.result-item .value {\n    font-size: 24px;\n    font-weight: 700;\n    color: #65886D;\n    line-height: 1;\n}\n\n.result-item .desc {\n    font-size: 11px;\n    color: #777;\n    margin-top: 3px;\n}\n\n.cs-link {\n    display: inline-flex;\n    align-items: center;\n    color: #65886D;\n    font-weight: 600;\n    font-size: 14px;\n    text-decoration: none;\n    transition: all 0.2s ease;\n}\n\n.cs-link:hover {\n    color: #4a6b50;\n}\n\n.cs-link svg {\n    width: 16px;\n    height: 16px;\n    margin-left: 6px;\n    transition: transform 0.2s ease;\n}\n\n.cs-link:hover svg {\n    transform: translateX(4px);\n}\n\n\/* Grid Layout for smaller cards *\/\n.case-studies-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n    margin-bottom: 40px;\n}\n\n@media (max-width: 768px) {\n    .case-studies-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n.case-studies-grid .case-study-card {\n    margin-bottom: 0;\n}\n\n.case-studies-grid .cs-image-placeholder {\n    min-height: 200px;\n}\n\n.case-studies-grid .cs-content {\n    padding: 25px;\n}\n\n.case-studies-grid .cs-content h4 {\n    font-size: 18px;\n}\n\n\/* Testimonial Section *\/\n.testimonial-section {\n    background: linear-gradient(135deg, #65886D 0%, #4a6b50 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    margin: 50px 0;\n    position: relative;\n    overflow: hidden;\n}\n\n.testimonial-section::before {\n    content: '\"';\n    position: absolute;\n    top: 20px;\n    left: 30px;\n    font-size: 150px;\n    color: rgba(255,255,255,0.1);\n    font-family: Georgia, serif;\n    line-height: 1;\n}\n\n.testimonial-content {\n    position: relative;\n    z-index: 1;\n    max-width: 800px;\n    margin: 0 auto;\n    text-align: center;\n}\n\n.testimonial-content p {\n    color: #fff;\n    font-size: 20px;\n    font-style: italic;\n    margin-bottom: 25px;\n    line-height: 1.7;\n}\n\n.testimonial-author {\n    color: #fff;\n}\n\n.testimonial-author .name {\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 3px;\n}\n\n.testimonial-author .title {\n    font-size: 13px;\n    opacity: 0.85;\n}\n\n@media (max-width: 768px) {\n    .testimonial-section {\n        padding: 40px 25px;\n    }\n    .testimonial-content p {\n        font-size: 16px;\n    }\n}\n\n\/* Industry Filter *\/\n.industry-filter {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 40px;\n}\n\n.filter-btn {\n    background: #fff;\n    border: 2px solid #e0e5e0;\n    color: #555;\n    padding: 10px 22px;\n    border-radius: 25px;\n    font-size: 14px;\n    font-weight: 500;\n    cursor: pointer;\n    transition: all 0.2s ease;\n}\n\n.filter-btn:hover,\n.filter-btn.active {\n    border-color: #65886D;\n    background: #65886D;\n    color: #fff;\n}\n\n\/* CTA Section *\/\n.cs-cta {\n    background: #f9faf9;\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    margin-top: 50px;\n}\n\n.cs-cta h3 {\n    color: #333;\n    font-size: 26px;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.cs-cta p {\n    color: #666;\n    font-size: 15px;\n    max-width: 550px;\n    margin: 0 auto 25px;\n}\n\n.cta-btn {\n    display: inline-flex;\n    align-items: center;\n    padding: 14px 30px;\n    border-radius: 30px;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    background: #65886D;\n    color: #fff;\n    transition: all 0.3s ease;\n}\n\n.cta-btn:hover {\n    background: #4a6b50;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(101, 136, 109, 0.3);\n}\n\n.cta-btn svg {\n    width: 18px;\n    height: 18px;\n    margin-left: 8px;\n}\n\n\/* Footer *\/\n.cs-footer {\n    text-align: center;\n    padding: 30px;\n    color: #888;\n    font-size: 13px;\n}\n<\/style>\n\n<div class=\"case-studies-container\">\n    <!-- Hero Section -->\n    <div class=\"cs-hero\">\n        <h1>\uc0ac\ub840 \uc5f0\uad6c<\/h1>\n        <p class=\"subtitle\">\uc804 \uc138\uacc4 \ube0c\ub79c\ub4dc\uac00 \ud654\uc7a5\ud488 \ube44\uc804\uc744 \uc2e4\ud604\ud558\ub294 \ub370 \uc5b4\ub5bb\uac8c \ub3c4\uc6c0\uc744 \uc8fc\uc5c8\ub294\uc9c0 \uc54c\uc544\ubcf4\uc138\uc694. \uc2e4\uc81c \ud30c\ud2b8\ub108\uc2ed\uc744 \ud1b5\ud55c \uc2e4\uc81c \uacb0\uacfc.<\/p>\n    <\/div>\n\n    <div class=\"cs-section\">\n        <!-- Stats Banner -->\n        <div class=\"stats-banner\">\n            <div class=\"stat-box\">\n                <div class=\"number\">1000+<\/div>\n                <div class=\"label\">\uc131\uacf5\uc801\uc778 \ud504\ub85c\uc81d\ud2b8<\/div>\n            <\/div>\n            <div class=\"stat-box\">\n                <div class=\"number\">50+<\/div>\n                <div class=\"label\">\uc11c\ube44\uc2a4 \ub300\uc0c1 \uad6d\uac00<\/div>\n            <\/div>\n            <div class=\"stat-box\">\n                <div class=\"number\">98%<\/div>\n                <div class=\"label\">\uace0\uac1d \ub9cc\uc871<\/div>\n            <\/div>\n            <div class=\"stat-box\">\n                <div class=\"number\">15+<\/div>\n                <div class=\"label\">\uc218\ub144\uac04\uc758 \uacbd\ud5d8<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Industry Filter -->\n        <div class=\"industry-filter\">\n            <button class=\"filter-btn active\">\ubaa8\ub4e0 \uc0b0\uc5c5<\/button>\n            <button class=\"filter-btn\">\uc2a4\ud0a8\ucf00\uc5b4<\/button>\n            <button class=\"filter-btn\">\ud5e4\uc5b4\ucf00\uc5b4<\/button>\n            <button class=\"filter-btn\">\ubc14\ub514 \ucf00\uc5b4<\/button>\n            <button class=\"filter-btn\">\uc0c9\uc870 \ud654\uc7a5\ud488<\/button>\n        <\/div>\n\n        <!-- Featured Case Study -->\n        <div class=\"case-study-card featured\">\n            <div class=\"cs-image-placeholder\">\n                <span class=\"cs-badge\">\ucd94\ucc9c<\/span>\n                <div class=\"placeholder-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                        <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                        <polyline points=\"21 15 16 10 5 21\"\/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <div class=\"cs-content\">\n                <div class=\"client-info\">\n                    <h3>\uae00\ub85c\uc6b0\ub7ed\uc2a4 \ubdf0\ud2f0<\/h3>\n                    <span class=\"industry\">\ud504\ub9ac\ubbf8\uc5c4 \uc2a4\ud0a8\ucf00\uc5b4 \ube0c\ub79c\ub4dc - \ubbf8\uad6d<\/span>\n                <\/div>\n                <h4>6\uac1c\uc6d4 \ub9cc\uc5d0 \uc644\ubcbd\ud55c \uc548\ud2f0\uc5d0\uc774\uc9d5 \uc2a4\ud0a8\ucf00\uc5b4 \ub77c\uc778 \ucd9c\uc2dc<\/h4>\n                <p>\uae00\ub85c\uc6b0\ub7ed\uc2a4 \ubdf0\ud2f0\ub294 \ubd81\ubbf8 \uc2dc\uc7a5\uc744 \uaca8\ub0e5\ud55c \ud504\ub9ac\ubbf8\uc5c4 \uc548\ud2f0\uc5d0\uc774\uc9d5 \uc2a4\ud0a8\ucf00\uc5b4 \ub77c\uc778\uc744 \ub9cc\ub4e4\uaca0\ub2e4\ub294 \ube44\uc804\uc744 \uac00\uc9c0\uace0 \uc6b0\ub9ac\uc5d0\uac8c \uc811\uadfc\ud588\uc2b5\ub2c8\ub2e4. \ucee8\uc149\ubd80\ud130 \uc2dc\uc791\ud558\uc5ec \ucd5c\ucca8\ub2e8 \ud3a9\ud0c0\uc774\ub4dc\uc640 \uc2dd\ubb3c \ucd94\ucd9c\ubb3c\uc744 \ud568\uc720\ud55c 12\uac00\uc9c0 \ub3c5\ud2b9\ud55c \ud3ec\ubbac\ub7ec\ub97c \uac1c\ubc1c\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                <div class=\"cs-tags\">\n                    <span class=\"cs-tag\">ODM<\/span>\n                    <span class=\"cs-tag\">\uc2a4\ud0a8\ucf00\uc5b4<\/span>\n                    <span class=\"cs-tag\">\ub178\ud654 \ubc29\uc9c0<\/span>\n                    <span class=\"cs-tag\">FDA \uaddc\uc815 \uc900\uc218<\/span>\n                <\/div>\n                <div class=\"cs-results\">\n                    <h5>\uc8fc\uc694 \uacb0\uacfc<\/h5>\n                    <div class=\"results-grid\">\n                        <div class=\"result-item\">\n                            <div class=\"value\">12<\/div>\n                            <div class=\"desc\">\uc81c\ud488 \ucd9c\uc2dc<\/div>\n                        <\/div>\n                        <div class=\"result-item\">\n                            <div class=\"value\">6 \uac1c\uc6d4<\/div>\n                            <div class=\"desc\">\ucd9c\uc2dc \uc2dc\uac04 \ub2e8\ucd95<\/div>\n                        <\/div>\n                        <div class=\"result-item\">\n                            <div class=\"value\">$2M+<\/div>\n                            <div class=\"desc\">\uccab\ud574 \uc218\uc775<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                            <\/div>\n        <\/div>\n\n        <!-- Case Studies Grid -->\n        <div class=\"case-studies-grid\">\n            <!-- Case Study 2 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\ud5e4\uc5b4\ucf00\uc5b4<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>\uc2e4\ud06c &amp; \ud5c8\ub2c8<\/h3>\n                        <span class=\"industry\">\ub0b4\ucd94\ub7f4 \ud5e4\uc5b4\ucf00\uc5b4 - \uc601\uad6d<\/span>\n                    <\/div>\n                    <h4>\ud669\uc0b0\uc5fc\uc774 \uc5c6\ub294 \ucc9c\uc5f0 \ud5e4\uc5b4\ucf00\uc5b4 \uceec\ub809\uc158 \ub9cc\ub4e4\uae30<\/h4>\n                    <p>\uc2e4\ud06c\uc564\ud5c8\ub2c8\ub294 \uc720\uae30\ub18d \uc7ac\ub8cc\ub97c \uc0ac\uc6a9\ud55c \uc644\ubcbd\ud55c \ucc9c\uc5f0 \ud5e4\uc5b4\ucf00\uc5b4 \uc81c\ud488\uad70\uc744 \uac1c\ubc1c\ud558\uc5ec \uc720\ub7fd \uc2dc\uc7a5\uc744 \uc704\ud55c \uc5ec\ub7ec \uc778\uc99d\uc744 \ud68d\ub4dd\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">ODM<\/span>\n                        <span class=\"cs-tag\">\uc790\uc5f0\uc2a4\ub7ec\uc6b4<\/span>\n                        <span class=\"cs-tag\">EU \uc778\uc99d<\/span>\n                    <\/div>\n                    <div class=\"cs-results\">\n                        <h5>\uc8fc\uc694 \uacb0\uacfc<\/h5>\n                        <div class=\"results-grid\">\n                            <div class=\"result-item\">\n                                <div class=\"value\">8<\/div>\n                                <div class=\"desc\">SKU<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">100%<\/div>\n                                <div class=\"desc\">\uc790\uc5f0\uc2a4\ub7ec\uc6b4<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">3<\/div>\n                                <div class=\"desc\">\uc778\uc99d<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <\/div>\n            <\/div>\n\n            <!-- Case Study 3 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\ubc14\ub514 \ucf00\uc5b4<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>\ud4e8\uc5b4 \ubcf4\ud0c0\ub2c9\uc2a4<\/h3>\n                        <span class=\"industry\">\ub7ed\uc154\ub9ac \ubc14\ub514 \ucf00\uc5b4 - \ud638\uc8fc<\/span>\n                    <\/div>\n                    <h4>\uc6d4 5K\uc5d0\uc11c 50\ub9cc \ub300\uae4c\uc9c0 \uc0dd\uc0b0\ub7c9 \ud655\uc7a5<\/h4>\n                    <p>\ud4e8\uc5b4 \ubcf4\ud0c0\ub2c9\uc2a4\ub294 \uc8fc\uc694 \uc18c\ub9e4 \ud30c\ud2b8\ub108\uc2ed\uc744 \ud655\ubcf4\ud55c \ud6c4 \ube60\ub974\uac8c \ud655\uc7a5\ud574\uc57c \ud588\uc2b5\ub2c8\ub2e4. \uc720\ub2c8\ud2f0\ub294 \ud504\ub9ac\ubbf8\uc5c4 \ud488\uc9c8 \uae30\uc900\uc744 \uc720\uc9c0\ud558\uba74\uc11c \uc0dd\uc0b0\ub7c9\uc744 10\ubc30 \ub298\ub9b4 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">OEM<\/span>\n                        <span class=\"cs-tag\">\uc2a4\ucf00\uc77c\ub9c1<\/span>\n                        <span class=\"cs-tag\">\ub7ed\uc154\ub9ac<\/span>\n                    <\/div>\n                    <div class=\"cs-results\">\n                        <h5>\uc8fc\uc694 \uacb0\uacfc<\/h5>\n                        <div class=\"results-grid\">\n                            <div class=\"result-item\">\n                                <div class=\"value\">10x<\/div>\n                                <div class=\"desc\">\uc0dd\uc0b0 \uaddc\ubaa8<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">99.8%<\/div>\n                                <div class=\"desc\">\ud488\uc9c8 \ube44\uc728<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">15%<\/div>\n                                <div class=\"desc\">\ube44\uc6a9 \uc808\uac10<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <\/div>\n            <\/div>\n\n            <!-- Case Study 4 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\uc2a4\ud0a8\ucf00\uc5b4<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>K-\uc11c\uc6b8 \ubdf0\ud2f0<\/h3>\n                        <span class=\"industry\">K-\ubdf0\ud2f0 \ube0c\ub79c\ub4dc - \ub300\ud55c\ubbfc\uad6d<\/span>\n                    <\/div>\n                    <h4>\ud601\uc2e0\uc801\uc778 \uc2dc\ud2b8 \ub9c8\uc2a4\ud06c \uae30\uc220 \uac1c\ubc1c<\/h4>\n                    <p>\ucf00\uc774\uc11c\uc6b8\ubdf0\ud2f0\ub294 \ub3c5\uc790\uc801\uc778 \uc804\ub2ec \uae30\uc220\uc744 \uc801\uc6a9\ud55c \uc0c8\ub85c\uc6b4 \ubc14\uc774\uc624 \uc140\ub8f0\ub85c\uc624\uc2a4 \uc2dc\ud2b8 \ub9c8\uc2a4\ud06c\ub97c \uc120\ubcf4\uc774\uace0\uc790 \ud588\uc2b5\ub2c8\ub2e4. \uc800\ud76c R&amp;D \ud300\uc740 \ud2b9\ud5c8\ub97c \ubc1b\uc744 \uc218 \uc788\ub294 \uc81c\ud615 \uc2dc\uc2a4\ud15c\uc744 \uac1c\ubc1c\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">R&amp;D<\/span>\n                        <span class=\"cs-tag\">\ud601\uc2e0<\/span>\n                        <span class=\"cs-tag\">K-\ubdf0\ud2f0<\/span>\n                    <\/div>\n                    <div class=\"cs-results\">\n                        <h5>\uc8fc\uc694 \uacb0\uacfc<\/h5>\n                        <div class=\"results-grid\">\n                            <div class=\"result-item\">\n                                <div class=\"value\">1<\/div>\n                                <div class=\"desc\">\ud2b9\ud5c8 \ucd9c\uc6d0<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">5M+<\/div>\n                                <div class=\"desc\">\ud310\ub9e4 \ub2e8\uc704<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">#1<\/div>\n                                <div class=\"desc\">\ubca0\uc2a4\ud2b8\uc140\ub7ec<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <\/div>\n            <\/div>\n\n            <!-- Case Study 5 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\uc2dc\uc791<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>\ubca0\ub974\ub370 \uae00\ub85c\uc6b0<\/h3>\n                        <span class=\"industry\">\ube44\uac74 \uc2a4\ud0a8\ucf00\uc5b4 \uc2a4\ud0c0\ud2b8\uc5c5 - \uce90\ub098\ub2e4<\/span>\n                    <\/div>\n                    <h4>12\uac1c\uc6d4 \ub9cc\uc5d0 \ud0a5\uc2a4\ud0c0\ud130\uc5d0\uc11c \ub9ac\ud14c\uc77c\ub85c \uc804\ud658\ud558\uae30<\/h4>\n                    <p>\ubca0\ub974\ub370 \uae00\ub85c\uc6b0\ub294 \uc131\uacf5\uc801\uc778 \ud06c\ub77c\uc6b0\ub4dc \ud380\ub529 \ucea0\ud398\uc778\uc73c\ub85c \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. \uc800\ud76c\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\uc5d0 \uc801\ud569\ud55c \ub0ae\uc740 MOQ\ub85c \ud504\ub85c\ud1a0\ud0c0\uc785\uc5d0\uc11c \uc815\uc2dd \uc0dd\uc0b0\uc73c\ub85c \uc804\ud658\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">\uac1c\uc778 \uc0c1\ud45c<\/span>\n                        <span class=\"cs-tag\">\ube44\uac74<\/span>\n                        <span class=\"cs-tag\">\ub0ae\uc740 MOQ<\/span>\n                    <\/div>\n                    <div class=\"cs-results\">\n                        <h5>\uc8fc\uc694 \uacb0\uacfc<\/h5>\n                        <div class=\"results-grid\">\n                            <div class=\"result-item\">\n                                <div class=\"value\">$500K<\/div>\n                                <div class=\"desc\">\ubaa8\uae08\ub41c \uc790\uae08<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">200+<\/div>\n                                <div class=\"desc\">\uc18c\ub9e4\uc810<\/div>\n                            <\/div>\n                            <div class=\"result-item\">\n                                <div class=\"value\">12\uac1c\uc6d4<\/div>\n                                <div class=\"desc\">\ub9ac\ud14c\uc77c\ub85c<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Testimonial -->\n        <div class=\"testimonial-section\">\n            <div class=\"testimonial-content\">\n                <p>\"\uce74\uc628\uc988\uc640 \ud568\uaed8 \uc77c\ud558\uba74\uc11c \ube44\uc988\ub2c8\uc2a4\uc5d0 \ud070 \ubcc0\ud654\ub97c \uac00\uc838\uc654\uc2b5\ub2c8\ub2e4. \uc81c\ud615\uc5d0 \ub300\ud55c \uc804\ubb38\uc131\uacfc \ud488\uc9c8\uc5d0 \ub300\ud55c \ud5cc\uc2e0 \ub355\ubd84\uc5d0 \uae30\ub300\ub97c \ub6f0\uc5b4\ub118\ub294 \uc81c\ud488\uc744 \ucd9c\uc2dc\ud560 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. \ud300\uc758 \ub300\uc751\ub825\uacfc \uc138\ubd80 \uc0ac\ud56d\uc5d0 \ub300\ud55c \uc138\uc2ec\ud55c \ubc30\ub824 \ub355\ubd84\uc5d0 \uc804\uccb4 \ud504\ub85c\uc138\uc2a4\uac00 \uc6d0\ud65c\ud558\uac8c \uc9c4\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\"<\/p>\n                <div class=\"testimonial-author\">\n                    <div class=\"name\">\uc0ac\ub77c \uccb8<\/div>\n                    <div class=\"title\">\uae00\ub85c\uc6b0\ub7ed\uc2a4 \ubdf0\ud2f0 \ucc3d\ub9bd\uc790 \uacb8 CEO<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- More Case Studies Grid -->\n        <h2 style=\"margin-top: 50px;\">\ub354 \ub9ce\uc740 \uc131\uacf5 \uc0ac\ub840<\/h2>\n        <p class=\"section-subtitle\">\ub2e4\uc591\ud55c \uc2dc\uc7a5 \ubc0f \uc81c\ud488 \uce74\ud14c\uace0\ub9ac\uc758 \ube0c\ub79c\ub4dc\uc640 \ud30c\ud2b8\ub108\uc2ed\uc744 \ub9fa\uc740 \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uc138\uc694.<\/p>\n\n        <div class=\"case-studies-grid\">\n            <!-- Case Study 6 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\ub0a8\uc131\uc6a9 \ucf00\uc5b4<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>\ud0c0\uc774\ud0c4 \ub0a8\uc131\uc6a9<\/h3>\n                        <span class=\"industry\">\ub0a8\uc131 \uadf8\ub8e8\ubc0d - \ub3c5\uc77c<\/span>\n                    <\/div>\n                    <h4>\uc644\ubcbd\ud55c \ub0a8\uc131 \uadf8\ub8e8\ubc0d \ub77c\uc778 \uad6c\ucd95<\/h4>\n                    <p>\uc720\ub7fd \uc2dc\uc7a5\uc744 \uc704\ud55c \uc2a4\ud0a8\ucf00\uc5b4, \ud5e4\uc5b4\ucf00\uc5b4, \uc218\uc5fc \uad00\ub9ac \uc81c\ud488\uc744 \ud3ec\ud568\ud55c \uc885\ud569\uc801\uc778 \ub0a8\uc131 \uadf8\ub8e8\ubc0d \uceec\ub809\uc158 15\uac1c \uc81c\ud488\uc744 \uac1c\ubc1c\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">ODM<\/span>\n                        <span class=\"cs-tag\">\ub0a8\uc131\uc6a9 \ucf00\uc5b4<\/span>\n                    <\/div>\n                    <\/div>\n            <\/div>\n\n            <!-- Case Study 7 -->\n            <div class=\"case-study-card\">\n                <div class=\"cs-image-placeholder\">\n                    <span class=\"cs-badge\">\ud638\ud154 \ud3b8\uc758 \uc2dc\uc124<\/span>\n                    <div class=\"placeholder-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n                            <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/>\n                            <polyline points=\"21 15 16 10 5 21\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"cs-content\">\n                    <div class=\"client-info\">\n                        <h3>\ub7ed\uc2a4 \ud638\ud154 \uadf8\ub8f9<\/h3>\n                        <span class=\"industry\">\ud638\uc2a4\ud53c\ud0c8\ub9ac\ud2f0 - UAE<\/span>\n                    <\/div>\n                    <h4>50\uac1c \uc774\uc0c1\uc758 \uc219\ubc15 \uc2dc\uc124\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \ud638\ud154 \uc5b4\uba54\ub2c8\ud2f0 \uceec\ub809\uc158<\/h4>\n                    <p>\ub9de\ucda4\ud615 \ud5a5\uc218\uc640 \uc9c0\uc18d \uac00\ub2a5\ud55c \ud3ec\uc7a5 \uc194\ub8e8\uc158\uc744 \ud3ec\ud568\ud55c \uace0\uae09 \ud638\ud154 \uccb4\uc778\uc744 \uc704\ud55c \ub3c5\uc810 \uc5b4\uba54\ub2c8\ud2f0 \ub77c\uc778\uc744 \ub9cc\ub4e4\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n                    <div class=\"cs-tags\">\n                        <span class=\"cs-tag\">OEM<\/span>\n                        <span class=\"cs-tag\">\ud638\uc2a4\ud53c\ud0c8\ub9ac\ud2f0<\/span>\n                    <\/div>\n                    <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA Section -->\n        <div class=\"cs-cta\">\n            <h3>\uc131\uacf5 \uc2a4\ud1a0\ub9ac\ub97c \uc791\uc131\ud560 \uc900\ube44\uac00 \ub418\uc168\ub098\uc694?<\/h3>\n            <p>\ud654\uc7a5\ud488 \ube44\uc804\uc744 \uc2e4\ud604\ud558\uae30 \uc704\ud574 \uce74\uc628\uc988\ub97c \uc2e0\ub8b0\ud558\ub294 \uc218\ubc31 \uac1c\uc758 \ube0c\ub79c\ub4dc\uc640 \ud568\uaed8\ud558\uc138\uc694. \uc9c0\uae08 \ubc14\ub85c \ud504\ub85c\uc81d\ud2b8\uc5d0 \ub300\ud574 \ub17c\uc758\ud574 \ubcf4\uc138\uc694.<\/p>\n            <a href=\"\/ko\/%eb%ac%b8%ec%9d%98%ed%95%98%ea%b8%b0\/\" class=\"cta-btn\">\n                \ud504\ub85c\uc81d\ud2b8 \uc2dc\uc791\ud558\uae30\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                <\/svg>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <p class=\"cs-footer\">\u00a9 2025 - 2026 Qyonz. \ubaa8\ub4e0 \uad8c\ub9ac \ubcf4\uc720.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Case Studies Discover how we&#8217;ve helped brands worldwide bring their cosmetic visions to life. Real results from real partnerships. 1000+<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"rank_math_title":"Case Studies | OEM & ODM Success Stories in Beauty | Qyonz","rank_math_description":"Explore Qyonz\u2019s case studies showcasing OEM and ODM success stories in beauty and personal care manufacturing. Discover innovation, partnerships, and real resul","rank_math_focus_keyword":"Qyonz case studies  OEM & ODM success stories  beauty manufacturing projects  private label brand growth  skincare OEM case study  haircare ODM example  custom formulation results  beauty industry partnerships","footnotes":""},"class_list":["post-1915","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/pages\/1915","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/comments?post=1915"}],"version-history":[{"count":4,"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/pages\/1915\/revisions"}],"predecessor-version":[{"id":1920,"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/pages\/1915\/revisions\/1920"}],"wp:attachment":[{"href":"https:\/\/qyonz.com\/ko\/wp-json\/wp\/v2\/media?parent=1915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}