{"id":2848,"date":"2016-12-02T22:07:17","date_gmt":"2016-12-02T14:07:17","guid":{"rendered":"http:\/\/www.custom-displays.com\/?page_id=2848"},"modified":"2026-07-30T23:05:54","modified_gmt":"2026-07-30T15:05:54","slug":"how-to-order","status":"publish","type":"page","link":"https:\/\/www.sundayknight.com\/ko\/how-to-order\/","title":{"rendered":"\uc8fc\ubb38 \ubc29\ubc95"},"content":{"rendered":"<style>\n.sk-flow-wrap * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n.sk-flow-wrap {\n    padding: 40px 15px;\n    max-width: 1280px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n}\n.sk-flow-title {\n    text-align: center;\n    font-size: 28px;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 30px;\n}\n.sk-desktop-flow {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 8px;\n}\n.sk-tablet-flow {\n    display: none;\n    flex-direction: column;\n    gap: 24px;\n}\n.sk-tablet-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 8px;\n}\n.sk-mobile-flow {\n    display: none;\n    flex-direction: column;\n    align-items: center;\n    gap: 0;\n}\n.sk-step {\n    flex: 1;\n    min-width: 120px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    transition: transform 0.3s ease;\n}\n.sk-step:hover {\n    transform: translateY(-8px);\n}\n.sk-circle {\n    width: 90px;\n    height: 90px;\n    border-radius: 50%;\n    background: #f9a865;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    transition: background 0.3s ease;\n}\n.sk-step:hover .sk-circle {\n    background: #f28c38;\n}\n.sk-circle svg {\n    width: 42px;\n    height: 42px;\n    fill: #fff;\n}\n.sk-step h3 {\n    font-size: 16px;\n    color: #1e293b;\n    font-weight: 600;\n    line-height: 1.4;\n}\n.sk-arrow-h {\n    width: 28px;\n    height: 4px;\n    background: #d92525;\n    position: relative;\n    margin-top: -45px;\n    flex-shrink: 0;\n}\n.sk-arrow-h::after {\n    content: \"\";\n    position: absolute;\n    right: 0;\n    top: -6px;\n    border-top: 8px solid transparent;\n    border-bottom: 8px solid transparent;\n    border-left: 14px solid #d92525;\n}\n.sk-arrow-v-gap {\n    width: 4px;\n    height: 40px;\n    background: #d92525;\n    position: relative;\n    margin: 0 auto;\n}\n.sk-arrow-v-gap::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: -6px;\n    border-left: 8px solid transparent;\n    border-right: 8px solid transparent;\n    border-top: 14px solid #d92525;\n}\n.sk-arrow-v {\n    width: 4px;\n    height: 40px;\n    background: #d92525;\n    position: relative;\n    margin: 0 auto;\n}\n.sk-arrow-v::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: -6px;\n    border-left: 8px solid transparent;\n    border-right: 8px solid transparent;\n    border-top: 14px solid #d92525;\n}\n\/* FAQ *\/\n.sk-faq {\n    margin-top: 60px;\n    background: #f8fafc;\n    padding: 24px 30px;\n    border-radius: 8px;\n}\n.sk-faq h4 {\n    font-size: 20px;\n    margin-bottom: 16px;\n    color: #0f172a;\n}\n.sk-faq ul {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    grid-template-rows: repeat(2, auto);\n    gap: 12px 24px;\n}\n.sk-faq li {\n    font-size: 14px;\n    line-height: 1.5;\n    color: #334155;\n}\n.sk-faq li strong {\n    color: #0f172a;\n}\n.sk-cta {\n    margin-top: 40px;\n    text-align: center;\n}\n.sk-cta a.button_default {\n    display: inline-block !important;\n    background: #922b21 !important;          \n    color: #ffffff !important;\n    padding: 14px 32px !important;\n    border-radius: 6px !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    text-decoration: none !important;\n    border: none !important;\n    box-shadow: 0 4px 12px rgba(146, 43, 33, 0.35) !important;\n    transition: all 0.3s ease !important;\n    line-height: 1.4 !important;\n}\n.sk-cta a.button_default:hover {\n    background: #7a1f1a !important;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(146, 43, 33, 0.45) !important;\n}\n@media screen and (max-width: 992px) and (min-width: 768px) {\n    .sk-desktop-flow {\n        display: none;\n    }\n    .sk-tablet-flow {\n        display: flex;\n    }\n    .sk-circle {\n        width: 80px;\n        height: 80px;\n    }\n    .sk-circle svg {\n        width: 36px;\n        height: 36px;\n    }\n    .sk-arrow-h {\n        width: 22px;\n        margin-top: -40px;\n    }\n}\n@media screen and (max-width: 767px) {\n    .sk-desktop-flow,\n    .sk-tablet-flow {\n        display: none;\n    }\n    .sk-mobile-flow {\n        display: flex;\n    }\n    .sk-circle {\n        width: 76px;\n        height: 76px;\n    }\n    .sk-circle svg {\n        width: 34px;\n        height: 34px;\n    }\n    .sk-step h3 {\n        font-size: 15px;\n    }\n    .sk-faq ul {\n        grid-template-columns: 1fr;\n        grid-template-rows: auto;\n    }\n}\n<\/style>\n<div class=\"sk-flow-wrap\">\n<h2 class=\"sk-flow-title\">\ub2f9\uc0ac\uc758 \uac04\ub2e8\ud55c 6\ub2e8\uacc4 \ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \uc81c\uc870 \uacf5\uc815<\/h2>\n<div class=\"sk-desktop-flow\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ud544\uc694\ud55c \uc0ac\ud56d\uc744 \uc54c\ub824\uc8fc\uc138\uc694<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                    <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ud574\uacb0 \ubc29\uc548 \ubc0f \uacac\uc801 \ubc1b\uae30<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                    <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc2dc\uc81c\ud488 \ubc1b\uc544\ubcf4\uc138\uc694<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc8fc\ubb38 \ud655\uc778<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                    <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ub300\ub7c9 \uc0c1\ud488 \uc0dd\uc0b0<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc804 \uc138\uacc4 \ubc30\uc1a1<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"sk-tablet-flow\">\n<div class=\"sk-tablet-row\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\ud544\uc694\ud55c \uc0ac\ud56d\uc744 \uc54c\ub824\uc8fc\uc138\uc694<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                        <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\ud574\uacb0 \ubc29\uc548 \ubc0f \uacac\uc801 \ubc1b\uae30<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                        <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\uc2dc\uc81c\ud488 \ubc1b\uc544\ubcf4\uc138\uc694<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"sk-arrow-v-gap\"><\/div>\n<div class=\"sk-tablet-row\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\uc8fc\ubb38 \ud655\uc778<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                        <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\ub300\ub7c9 \uc0c1\ud488 \uc0dd\uc0b0<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-h\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                    <svg viewbox=\"0 0 24 24\">\n                        <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                    <\/svg>\n                <\/div>\n<h3>\uc804 \uc138\uacc4 \ubc30\uc1a1<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"sk-mobile-flow\">\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ud544\uc694\ud55c \uc0ac\ud56d\uc744 \uc54c\ub824\uc8fc\uc138\uc694<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 17H6V4h7v5h5v10z\"\/>\n                    <path d=\"M8 12h8v2H8zm0 4h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ud574\uacb0 \ubc29\uc548 \ubc0f \uacac\uc801 \ubc1b\uae30<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z\"\/>\n                    <path d=\"M19 15l-1.4 1.4 2.1 2.1-2.1 2.1L19 22l3.5-3.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc2dc\uc81c\ud488 \ubc1b\uc544\ubcf4\uc138\uc694<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc8fc\ubb38 \ud655\uc778<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 16H6V6h12v13z\"\/>\n                    <path d=\"M8 9h8v2H8zm0 3h8v2H8zm0 3h5v2H8z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\ub300\ub7c9 \uc0c1\ud488 \uc0dd\uc0b0<\/h3>\n<\/p><\/div>\n<div class=\"sk-arrow-v\"><\/div>\n<div class=\"sk-step\">\n<div class=\"sk-circle\">\n                <svg viewbox=\"0 0 24 24\">\n                    <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n                <\/svg>\n            <\/div>\n<h3>\uc804 \uc138\uacc4 \ubc30\uc1a1<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FAQ --><\/p>\n<div class=\"sk-faq\">\n<h4>\uc8fc\uc694 \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38(FAQ)<\/h4>\n<ul>\n<li><strong>MOQ:<\/strong> \uae30\ubcf8 \uc218\ub7c9\uc740 100\uac1c\uc774\uba70, \uc8fc\ubb38 \uc218\ub7c9\uc774 \ub9ce\uc744\uc218\ub85d \ub2e8\uac00\uac00 \ub0ae\uc544\uc9d1\ub2c8\ub2e4.<\/li>\n<li><strong>\ub85c\uace0 \ub9de\ucda4 \uc81c\uc791:<\/strong> UV \uc778\uc1c4, \uc2e4\ud06c\uc2a4\ud06c\ub9b0, \uac01\uc778, \uc5d0\uce6d \ubc0f \ube44\ub2d0 \ub370\uce7c<\/li>\n<li><strong>\ud488\uc9c8 \ubcf4\uc99d:<\/strong> \uacb0\ud568\uc774 \ud655\uc778\ub41c \uc0c1\ud488\uc5d0 \ub300\ud574\uc11c\ub294 \ubb34\uc0c1 \uc218\ub9ac \ub610\ub294 \uc804\uc561 \ud658\ubd88\ud574 \ub4dc\ub9bd\ub2c8\ub2e4.<\/li>\n<li><strong>\uacb0\uc81c:<\/strong> T\/T(\uc804\uc2e0\ud658), PayPal \ubc0f \uae30\ud0c0 \uacb0\uc81c \uc218\ub2e8 \uc774\uc6a9 \uac00\ub2a5<\/li>\n<\/ul><\/div>\n<p>    <!-- CTA --><\/p>\n<div class=\"sk-cta\">\n<p style=\"text-align: center;\">\n            <a class=\"fancybox button_default small icon-edit-alt margin-t0 aligncenter\" href=\"#contact_form_pop\">\ub2f9\uc0ac\uc758 \uc804\ubb38\uac00\uc640 \uc0c1\ub2f4\ud574 \ubcf4\uc138\uc694<br \/>\n<\/a>\n        <\/p>\n<div class=\"fancybox-hidden\" style=\"display: none;\">\n<div id=\"contact_form_pop\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2438-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2438\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/ko\/wp-json\/wp\/v2\/pages\/2848#wpcf7-f2438-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\ubb38\uc758 \uc591\uc2dd\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/ko\/wp-json\/wp\/v2\/pages\/2848#wpcf7-f2438-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2438\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2438-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div id=\"enquiry-form\">\n\t<p class=\"t\">\uc0ac\uc6a9\uc790 \uc774\ub984:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\uc774\ub984\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t<\/p>\n\t<p class=\"t\">\uc774\uba54\uc77c:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\uc774\uba54\uc77c\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t<\/p>\n\t<p class=\"t\">\uba54\uc2dc\uc9c0:\n\t<\/p>\n\t<p class=\"c\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\uadc0\ud558\uc758 \uba54\uc2dc\uc9c0\" name=\"your-message\"><\/textarea><\/span>\n\t<\/p>\n<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n\t<p class=\"t\"><span class=\"wpcf7-form-control-wrap\" data-name=\"quiz-math\"><label><span class=\"wpcf7-quiz-label\">1+1=?<\/span> <input size=\"40\" class=\"wpcf7-form-control wpcf7-quiz quiz\" autocomplete=\"off\" aria-required=\"true\" aria-invalid=\"false\" type=\"text\" name=\"quiz-math\" \/><\/label><input type=\"hidden\" name=\"_wpcf7_quiz_answer_quiz-math\" value=\"a1af658db247a670a098df0e989b8d4f\" \/><\/span>\n\t<\/p>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\ubcf4\ub0b4\uae30\" \/>\n\t<\/p>\n<\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"ko\"\/><\/form>\n<\/div>\n<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2848","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight<\/title>\n<meta name=\"description\" content=\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sundayknight.com\/ko\/how-to-order\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight\" \/>\n<meta property=\"og:description\" content=\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sundayknight.com\/ko\/how-to-order\/\" \/>\n<meta property=\"og:site_name\" content=\"Sunday Knight\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T15:05:54+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\",\"name\":\"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#website\"},\"datePublished\":\"2016-12-02T14:07:17+00:00\",\"dateModified\":\"2026-07-30T15:05:54+00:00\",\"description\":\"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/how-to-order\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.sundayknight.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Order\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#website\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/\",\"name\":\"Sunday Knight\",\"description\":\"Custom Acrylic Displays, Boxes &amp; Trays\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#organization\"},\"alternateName\":\"Sunday Knight Co Ltd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.sundayknight.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#organization\",\"name\":\"Sunday Knight Co. Ltd\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.sundayknight.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/LOGO202107182.png\",\"contentUrl\":\"https:\\\/\\\/www.sundayknight.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/LOGO202107182.png\",\"width\":414,\"height\":80,\"caption\":\"Sunday Knight Co. Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.sundayknight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \uc81c\uc870 \uc11c\ube44\uc2a4 | \ub9de\ucda4\ud615 \uc194\ub8e8\uc158 | Sunday Knight","description":"\ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \uc194\ub8e8\uc158\uc744 \ucc3e\uace0 \uacc4\uc2e0\uac00\uc694? \ub514\uc790\uc778\uacfc \uc2dc\uc81c\ud488 \uc81c\uc791\ubd80\ud130 \ub300\ub7c9 \uc0dd\uc0b0\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0, \ub2f9\uc0ac\ub294 \uc804\ubb38\uc801\uc778 \uc81c\uc870 \uc11c\ube44\uc2a4, \uc2e0\uc18d\ud55c \ub0a9\uae30, \uc804 \uc138\uacc4 \ubc30\uc1a1\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uacac\uc801\uc744 \uc6d0\ud558\uc2dc\uba74 \ubb38\uc758\ud574 \uc8fc\uc138\uc694.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sundayknight.com\/ko\/how-to-order\/","og_locale":"ko_KR","og_type":"article","og_title":"Custom Acrylic Manufacturing Services | Tailored Solutions | Sunday Knight","og_description":"Looking for custom acrylic solutions? From design and prototyping to mass production, we provide professional manufacturing, quick turnaround, and global shipping. Contact us for a quote.","og_url":"https:\/\/www.sundayknight.com\/ko\/how-to-order\/","og_site_name":"Sunday Knight","article_modified_time":"2026-07-30T15:05:54+00:00","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sundayknight.com\/how-to-order\/","url":"https:\/\/www.sundayknight.com\/how-to-order\/","name":"\ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \uc81c\uc870 \uc11c\ube44\uc2a4 | \ub9de\ucda4\ud615 \uc194\ub8e8\uc158 | Sunday Knight","isPartOf":{"@id":"https:\/\/www.sundayknight.com\/#website"},"datePublished":"2016-12-02T14:07:17+00:00","dateModified":"2026-07-30T15:05:54+00:00","description":"\ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \uc194\ub8e8\uc158\uc744 \ucc3e\uace0 \uacc4\uc2e0\uac00\uc694? \ub514\uc790\uc778\uacfc \uc2dc\uc81c\ud488 \uc81c\uc791\ubd80\ud130 \ub300\ub7c9 \uc0dd\uc0b0\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0, \ub2f9\uc0ac\ub294 \uc804\ubb38\uc801\uc778 \uc81c\uc870 \uc11c\ube44\uc2a4, \uc2e0\uc18d\ud55c \ub0a9\uae30, \uc804 \uc138\uacc4 \ubc30\uc1a1\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uacac\uc801\uc744 \uc6d0\ud558\uc2dc\uba74 \ubb38\uc758\ud574 \uc8fc\uc138\uc694.","breadcrumb":{"@id":"https:\/\/www.sundayknight.com\/how-to-order\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sundayknight.com\/how-to-order\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sundayknight.com\/how-to-order\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sundayknight.com\/"},{"@type":"ListItem","position":2,"name":"How To Order"}]},{"@type":"WebSite","@id":"https:\/\/www.sundayknight.com\/#website","url":"https:\/\/www.sundayknight.com\/","name":"\uc120\ub370\uc774 \ub098\uc774\ud2b8","description":"\ub9de\ucda4\ud615 \uc544\ud06c\ub9b4 \ub514\uc2a4\ud50c\ub808\uc774, \uc0c1\uc790 \ubc0f \ud2b8\ub808\uc774","publisher":{"@id":"https:\/\/www.sundayknight.com\/#organization"},"alternateName":"Sunday Knight Co Ltd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sundayknight.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.sundayknight.com\/#organization","name":"Sunday Knight Co. Ltd","url":"https:\/\/www.sundayknight.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.sundayknight.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.sundayknight.com\/wp-content\/uploads\/2021\/07\/LOGO202107182.png","contentUrl":"https:\/\/www.sundayknight.com\/wp-content\/uploads\/2021\/07\/LOGO202107182.png","width":414,"height":80,"caption":"Sunday Knight Co. Ltd"},"image":{"@id":"https:\/\/www.sundayknight.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/pages\/2848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/comments?post=2848"}],"version-history":[{"count":5,"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/pages\/2848\/revisions"}],"predecessor-version":[{"id":42213,"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/pages\/2848\/revisions\/42213"}],"wp:attachment":[{"href":"https:\/\/www.sundayknight.com\/ko\/wp-json\/wp\/v2\/media?parent=2848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}