{"id":3254,"date":"2025-07-10T03:55:07","date_gmt":"2025-07-10T03:55:07","guid":{"rendered":"https:\/\/xn--z69au6wh5golr.com\/?p=3254"},"modified":"2025-07-10T04:08:09","modified_gmt":"2025-07-10T04:08:09","slug":"%eb%82%a8%ec%96%91%ec%a3%bc%eb%a7%88%ec%82%ac%ec%a7%80-%ec%b4%88%eb%8b%b9%ed%83%80%ec%9d%b4","status":"publish","type":"post","link":"https:\/\/xn--z69au6wh5golr.com\/?p=3254","title":{"rendered":"\ub0a8\uc591\uc8fc\ub9c8\uc0ac\uc9c0-\ucd08\ub2f9\ud0c0\uc774"},"content":{"rendered":"\n<?php\n\/\/ Enable Gzip compression\nif (extension_loaded('zlib')) {\n    ini_set('zlib.output_compression', 'On');\n    ini_set('zlib.output_compression_level', '5');\n}\n\n\/\/ Set security headers\nheader('X-Powered-By: ');\nheader('Strict-Transport-Security: max-age=31536000; includeSubDomains');\nheader('X-Content-Type-Options: nosniff');\nheader('X-XSS-Protection: 1; mode=block');\nheader('X-Frame-Options: SAMEORIGIN');\nheader('Referrer-Policy: strict-origin-when-cross-origin');\n\n\/\/ Set cache control headers\n$request_uri = $_SERVER['REQUEST_URI'];\n$extension = pathinfo($request_uri, PATHINFO_EXTENSION);\n\n\/\/ Cache control for static assets\nif (in_array($extension, ['ico', 'pdf', 'flv', 'jpg', 'jpeg', 'png', 'gif', 'webp', 'avif', 'js', 'css', 'swf', 'woff', 'woff2', 'ttf', 'otf', 'svg'])) {\n    header('Cache-Control: max-age=31536000, public');\n    header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 31536000) . ' GMT');\n}\n\/\/ Cache control for HTML\nelseif (in_array($extension, ['html', 'htm'])) {\n    header('Cache-Control: max-age=86400, public');\n    header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');\n}\n\n\/\/ Keep-Alive settings\nheader('Connection: keep-alive');\n?>\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n         <meta name=\"description\" content=\"\ub0a8\uc591\uc8fc\uac74\ub9c8 | \ucd08\ub2f9\ud0c0\uc774 > \uac74\ub9c8\uc2dc\ud2f0 | 1\uc778\uc0f5 \uc2a4\uc6e8\ub514\uc2dc \uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0 \ud0c0\uc774\ub9c8\uc0ac\uc9c0 \ub85c\ubbf8\ub85c\ubbf8 \uc288\uc5bc\ub9c8\uc0ac\uc9c0&#8221;>\n     <meta name=\"keywords\" content=\"\ub0a8\uc591\uc8fc\uac74\ub9c8,\ub0a8\uc591\uc8fc\ub9c8\uc0ac\uc9c0,\ub0a8\uc591\uc8fc1\uc778\uc0f5,\ub0a8\uc591\uc8fc\uc2a4\uc6e8\ub514\uc2dc,\ub0a8\uc591\uc8fc\uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0,\ub0a8\uc591\uc8fc\ub85c\ubbf8\ub85c\ubbf8,\ub0a8\uc591\uc8fc\uc288\uc5bc\ub9c8\uc0ac\uc9c0,\ub0a8\uc591\uc8fc\ud0c0\uc774\ub9c8\uc0ac\uc9c0,\ub0a8\uc591\uc8fc\ud648\ud0c0\uc774,\ub0a8\uc591\uc8fc\ud648\ucf00\uc5b4\">\n\n    <!-- Language and Region -->\n    <meta http-equiv=\"content-language\" content=\"ko\">\n    <meta name=\"geo.region\" content=\"KR\">\n         <meta name=\"geo.placename\" content=\"Namyangju\">\n    \n    <!-- Canonical URL -->\n    <link rel=\"canonical\" href=\"https:\/\/xn--z69au6wh5golr.com\/?p=3254\">\n    \n    <!-- Favicon -->\n    <link rel=\"icon\" type=\"image\/x-icon\" href=\"https:\/\/xn--z69au6wh5golr.com\/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https:\/\/xn--z69au6wh5golr.com\/apple-touch-icon.png\">\n    <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"https:\/\/xn--z69au6wh5golr.com\/apple-touch-icon-152x152.png\">\n    <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"https:\/\/xn--z69au6wh5golr.com\/apple-touch-icon-120x120.png\">\n    <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"https:\/\/xn--z69au6wh5golr.com\/apple-touch-icon-76x76.png\">\n    <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n    <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n    <meta name=\"apple-mobile-web-app-title\" content=\"\uac74\ub9c8\uc2dc\ud2f0\">\n    \n    <!-- Preload critical assets -->\n    <link rel=\"preload\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@400;700&#038;display=swap\" as=\"style\">\n    \n    <!-- Critical CSS -->\n    <style>\n        \/* Critical CSS for above-the-fold content *\/\n        body{font-family:'Noto Sans KR',sans-serif;line-height:1.6;margin:0;padding:0;color:#333;width:100%;box-sizing:border-box}\n        .container{max-width:1000px;margin:0 auto;padding:0 15px}\n        header{text-align:center;margin-bottom:40px;background:linear-gradient(to right,#f8f9fa,#fff,#f8f9fa);border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.05)}\n        h1{font-size:2.8em;color:#2c3e50;margin:-10px 0 20px;font-weight:700;letter-spacing:-.5px}\n        h1 .main-title{font-size:0.7em;display:block;margin-bottom:10px}\n        header p{color:#666;font-size:1.2em;margin:12px 0;line-height:1.6}\n        \n        @media (max-width:768px){\n            header{padding:5px 15px;margin-bottom:30px}\n            h1{font-size:2.2em;display:flex;flex-direction:column;gap:10px}\n            h1 .main-title{font-size:0.7em;margin-bottom:-30px}\n            h1 br{display:block}\n            header p{font-size:1.1em}\n            .container{padding:0;width:110%;margin:0 auto;transform:translateX(-4.5%)}\n        }\n        @media (min-width:769px){\n            h1 br{display:none}\n        }\n        @media (max-width:480px){h1{font-size:2em}}\n\n        \/* Optimized phone link styles *\/\n        .phone-link {\n            color: black;\n            font-size: 1.5em;\n            font-weight: 700;\n        }\n        .phone-icon {\n            font-size: 1.5em;\n            margin-right: 10px;\n            color: #e74c3c;\n        }\n        .highlight {\n            color: black;\n            font-weight: 700;\n        }\n    <\/style>\n    \n    <!-- Defer non-critical CSS -->\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@400;700&#038;display=swap\" media=\"print\" onload=\"this.media='all'\">\n    <noscript><link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@400;700&#038;display=swap\"><\/noscript>\n    \n         <title>\ub0a8\uc591\uc8fc\uac74\ub9c8 | \ucd08\ub2f9\ud0c0\uc774 > \uac74\ub9c8\uc2dc\ud2f0 | 1\uc778\uc0f5 \uc2a4\uc6e8\ub514\uc2dc \uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0 \ud0c0\uc774\ub9c8\uc0ac\uc9c0 \ub85c\ubbf8\ub85c\ubbf8 \uc288\uc5bc\ub9c8\uc0ac\uc9c0<\/title>\n\n    <!-- Non-critical CSS -->\n    <style>\n        \/* Rest of the CSS styles *\/\n        .contact{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;text-align:center}\n        .program{margin:30px 0;padding-top:20px;text-align:center;background:#f8f9fa;border-radius:8px}\n        .program-section{margin-bottom:40px;width:96%;margin-left:auto;margin-right:auto}\n        .program-title{background:#34495e;color:#fff;font-size:1.2em;font-weight:700;padding:15px;text-align:center;border-radius:8px 8px 0 0;margin-bottom:0}\n        .course-card{background:#fff;border:1px solid #eee;border-radius:8px;margin:15px 0;padding:20px;box-shadow:0 2px 5px rgba(0,0,0,.1)}\n        .course-header{display:flex;justify-content:center;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:5px}\n        .course-info{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center}\n        .course-name{font-size:1.2em;font-weight:700;color:#2c3e50}\n        .course-time{color:#666;margin:0 5px}\n        .course-price{color:#e74c3c;font-weight:700;font-size:1.3em;margin-left:5px}\n        .course-detail {text-align: center;padding: 5px;background: #f8f9fa;border-radius: 6px;margin-top: 2px;font-size: 0.95em;color: #666;}\n        .business-hours{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;text-align:center}\n        .business-hours-card{display:flex;align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(44,62,80,.08);padding:24px 20px;margin:18px auto 0;gap:18px;max-width:100%;margin-left:auto;margin-right:auto;position:relative}\n        .business-hours-icon{font-size:2.2em;color:#2c3e50;margin-top:2px}\n        .business-hours-info{flex:1;text-align:center;position:relative}\n        .business-hours-main{font-size:1.15em;font-weight:700;color:#34495e;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}\n        .business-hours-detail{color:#666;font-size:1em;margin-bottom:8px}\n        .business-hours-note{font-size:1em;color:#e67e22;font-weight:700}\n        .business-hours-notice{margin:3px auto 0;color:#ff0000;padding:5px 18px;font-size:1.05em;font-weight:500;align-items:center;gap:8px;text-align:center}\n        .notice-icon{font-size:1.3em}\n        .location{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;text-align:center}\n        .location-card{display:flex;align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(44,62,80,.08);padding:24px 20px;margin-top:18px;gap:18px;max-width:100%;margin-left:auto;margin-right:auto}\n        .location-icon{font-size:1.5em;color:#2c3e50;margin-top:2px}\n        .location-info{flex:1}\n        .location-title{font-size:1.15em;font-weight:700;color:#34495e;margin-bottom:6px}\n        .location-address{color:#666;font-size:1em;margin-bottom:8px}\n        .location-parking{font-size:1em;color:#27ae60;font-weight:700}\n        .social-share{display:flex;justify-content:center;gap:10px;margin-top:20px;flex-wrap:wrap}\n        .social-share a,.social-share button{padding:10px 20px;color:#fff;text-decoration:none;border-radius:5px;border:none;cursor:pointer;font-size:14px;transition:opacity .3s ease}\n        .social-share a:hover,.social-share button:hover{opacity:.9}\n        .url-copy-btn{background:#4CAF50}\n        .facebook-share{background:#1877f2}\n        .twitter-share{background:#1da1f2}\n        .naver-share{background:#03c75a}\n        .kakao-share{background:#fee500;color:#000}\n        .floating-phone {\n            position: fixed;\n            bottom: 30px;\n            right: 10px;\n            width: 60px;\n            height: 60px;\n            background: #e74c3c;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-decoration: none;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.2);\n            z-index: 1000;\n            transition: all 0.3s ease;\n            transform: translateY(0);\n        }\n        .floating-phone {\n            justify-content: flex-start; \/* \u2190 \uc67c\ucabd \uc815\ub82c *\/\n            padding-left: 11px; \/* \uc544\uc774\ucf58\uc774 \ub108\ubb34 \ubd99\uc9c0 \uc54a\ub3c4\ub85d \uc57d\uac04 \uc5ec\uc720 *\/\n            padding-bottom: 8px; \/* \uc544\uc774\ucf58\uc774 \ub108\ubb34 \ubd99\uc9c0 \uc54a\ub3c4\ub85d \uc57d\uac04 \uc5ec\uc720 *\/\n        }\n        .floating-phone:hover {\n            transform: scale(1.1);\n            background: #c0392b;\n        }\n        .floating-phone .phone-icon {\n            font-size: 2em;\n        }\n        \/* \ub370\uc2a4\ud06c\ud0d1\uc5d0\uc11c\ub294 \uc228\uae30\uae30 (768px \uc774\uc0c1) *\/\n        @media screen and (min-width: 768px) {\n            .floating-phone {\n                display: none;\n            }\n        }\n        .section-title{text-align:center;font-size:2em;font-weight:700;color:#2c3e50;margin-bottom:24px;margin-top:10px;letter-spacing:-1px}\n        .section-centered{text-align:center}\n        \/* Common styles for both mobile and desktop *\/\n        .business-hours-card,\n        .location-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        .business-hours-icon,\n        .location-icon {\n            margin-bottom: 10px;\n        }\n        .business-hours-info,\n        .location-info {\n            position: static;\n        }\n        .business-hours-main {\n            position: static;\n            transform: none;\n        }\n        \n        \/* Mobile specific styles *\/\n        @media (max-width:600px) {\n            .business-hours-card,\n            .location-card {\n                padding: 16px 10px;\n                gap: 10px;\n            }\n            .business-hours-icon,\n            .location-icon {\n                font-size: 1.5em;\n            }\n        }\n        \/* Ensure container doesn't affect fixed positioning *\/\n        .container {\n            position: relative !important;\n            z-index: 1 !important;\n            overflow: visible !important;\n        }\n        \/* Reset any potential conflicting styles *\/\n        body {\n            position: relative !important;\n            overflow-x: hidden !important;\n            min-height: 100vh !important;\n            margin: 0 !important;\n            padding: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body>\n                 <a href=\"tel:0507-1859-6471\" class=\"floating-phone\">\n             <span class=\"phone-icon\">\ud83d\udcde<\/span>\n         <\/a>\n    <div class=\"container\">\n        <header>\n                         <h1><span class=\"main-title\">\ub0a8\uc591\uc8fc\uac74\ub9c8<\/span><br>\ucd08\ub2f9\ud0c0\uc774<\/h1>\n             <p>\ub0a8\uc591\uc8fc\ub9c8\uc0ac\uc9c0 \ucd5c\uace0\uc758 \uc11c\ube44\uc2a4\ub97c<\/p>\n             <p>\ubcf4\uc7a5\ud558\ub294 \ucd08\ub2f9 \ud0c0\uc774 \uc785\ub2c8\ub2e4.<\/p>\n             <p>\uc804\ubb38 \uad00\ub9ac\uc0ac\ubd84\ub4e4\uc774 \ud3b8\uc548\ud558\uace0 \uae54\ub054\ud55c<\/p>\n             <p>\ubd84\uc704\uae30 \uc18d\uc5d0\uc11c \uace0\uac1d\ub2d8\uaed8 \ub530\ub73b\ud55c \uc190\uae38\uacfc<\/p>\n             <p>\uc5f4\uc815\uc744 \ub2e4\ud574 \ucf00\uc5b4\ud574 \ub4dc\ub9b4\uac83\uc744 \uc57d\uc18d\ub4dc\ub9bd\ub2c8\ub2e4.<\/p>\n        <\/header>\n\n        <div class=\"main-image\" style=\"text-align: center; margin: 2px 0;\">\n                         <img decoding=\"async\" src=\"https:\/\/xn--z69au6wh5golr.com\/wp-content\/uploads\/2025\/07\/\ud0dc\uad6d\uc653\ud3ec\ub9c8\uc0ac\uc9c0-\ub0a8\uc591\uc8fc\ub9c8\uc0ac\uc9c0.jpg\" \n                  alt=\"\ucd08\ub2f9\ud0c0\uc774 - \ub0a8\uc591\uc8fc\uc758 \ud504\ub9ac\ubbf8\uc5c4 \ub9c8\uc0ac\uc9c0\uc0f5, \ud0c0\uc774\ub9c8\uc0ac\uc9c0, \uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0, \uc8fc\uac04\uc57c\uac04\ub9c8\uc0ac\uc9c0, \ucd5c\uace0\uc758 \ud790\ub9c1\uc744 \uc81c\uacf5\ud558\ub294 \ub9c8\uc0ac\uc9c0\"\n                  title=\"\ucd08\ub2f9\ud0c0\uc774 - \uc804\ubb38 \ud0dc\uad6d\uc778 \uad00\ub9ac\uc0ac\uc758 \uc12c\uc138\ud55c \uc190\uae38\ub85c \ud2b9\ubcc4\ud55c \ud734\uc2dd\uc744 \uc120\uc0ac\ud569\ub2c8\ub2e4\"\n                 style=\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\"\n                 loading=\"lazy\">\n        <\/div>\n\n        <section class=\"contact\">\n            <h2 class=\"section-title\">\uc608\uc57d\ubb38\uc758<\/h2>\n                         <a href=\"tel:0507-1859-6471\" style=\"text-decoration: none; color: #e74c3c; font-size: 1.5em; font-weight: 700;\">\n                 <span>\ud83d\udcde<\/span> 0507-1859-6471\n             <\/a>\n             <p style=\"margin-top: 10px;\">\uac74\ub9c8\uc2dc\ud2f0 \ud68c\uc6d0 \uc784\uc744 \ub9d0\uc500\ud558\uc154\uc57c \ud560\uc778\uac00 \uc801\uc6a9 \ub429\ub2c8\ub2e4<\/p>\n\n            <!-- \uc18c\uc15c \uacf5\uc720 \ubc84\ud2bc \ucd94\uac00 -->\n            <div class=\"social-share\" style=\"margin-top: 20px; display: flex; justify-content: center; gap: 10px;\">\n                <button onclick=\"copyUrl()\" class=\"url-copy-btn\" style=\"display: inline-block; margin: 0 10px; padding: 10px 20px; background: #4CAF50; color: white; text-decoration: none; border-radius: 5px; border: none; cursor: pointer; font-size: 14px;\">\n                    ? \uc774\uc05c\uc774 \uacf5\uc720\ud558\uae30\n                <\/button>\n            <\/div>\n        <\/section>\n\n        <section class=\"program\">\n            <h2 class=\"section-title\">\ud504\ub85c\uadf8\ub7a8<\/h2>\n            \n            <div class=\"program-section\">\n                <h3 class=\"program-title\">\ud0c0\uc774\ub9c8\uc0ac\uc9c0<\/h3>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 060\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 3.5\ub9cc \/ \uc57c 3.8\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 090\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 4.5\ub9cc \/ \uc57c 5.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 120\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 6.5\ub9cc \/ \uc57c 7.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 150\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 0.0\ub9cc \/ \uc57c 9.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"program-section\">\n                <h3 class=\"program-title\">\uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0<\/h3>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 060\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 4.0\ub9cc \/ \uc57c 4.8\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 090\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 5.5\ub9cc \/ \uc57c 6.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 120\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 7.5\ub9cc \/ \uc57c 8.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"course-card\">\n                    <div class=\"course-header\">\n                        <div class=\"course-info\">\n                            <span class=\"course-name\">\u2665 150\ubd84<\/span>\n                            <span class=\"course-price\">\uc8fc 9.5\ub9cc \/ \uc57c 10.5\ub9cc<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"course-detail\">\n                <p style=\"color: #e74c3c; font-weight: bold;\">( \uc8fc\uac04: \uc624\uc804 9\uc2dc ~ \uc624\ud6c4 18\uc2dc )<\/p>\n                <p style=\"color: #e74c3c; font-weight: bold;\">( \uc57c\uac04: \uc624\ud6c4 18\uc2dc ~ \uc624\uc804 9\uc2dc )<\/p>\n                <p style=\"color: #e74c3c; font-weight: bold;\">\ud560\uc778\uc740 \ud604\uae08\uac00 \uae30\uc900 \uc785\ub2c8\ub2e4<\/p>\n                <p style=\"color: #e74c3c; font-weight: bold;\">\ucc9c\uc5f0 \uc218\uc6a9\uc131 \uc624\uc77c \ub9cc\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4<\/p>\n                <p style=\"color: #e74c3c; font-weight: bold;\">\uad00\ub9ac \uc2dc\uac04\uc740 \uc785\uc2e4\ubd80\ud130 \ud1f4\uc2e4\uae4c\uc9c0 \uc2dc\uac04\uc785\ub2c8\ub2e4<\/p>\n            <\/div>\n        <\/section>\n\n                 <section class=\"therapists section-centered\">\n             <h2 class=\"section-title\">\uad00\ub9ac\uc0ac\ub2d8<\/h2>\n             <div style=\"background: white; padding: 20px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\n                 <p style=\"color: #2c3e50; font-size: 1.2em; margin: 12px 0; font-weight: 500;\">\uc804\uc6d0\u300e \ud0dc\uad6d\uc778\/\uc5ec \u300f\uc324\ub4e4\ufeff\ub85c<\/p>\n                 <p style=\"color: #e74c3c; font-weight: bold;\">\u3010 \uc0c1\uae30\uc885\ubaa9 \ud14c\ub77c\ud53c \uacfc\uc815\uc218\ub8cc \u3011<\/p>\n             <\/div>\n         <\/section>\n\n        <section class=\"business-hours section-centered\">\n            <h2 class=\"section-title\">\uc601\uc5c5\uc2dc\uac04<\/h2>\n                         <div class=\"business-hours-card\">\n                 <div class=\"business-hours-info\">\n                     <div class=\"business-hours-main\">\uc624\uc804 10\uc2dc ~ \uc0c8\ubcbd 5\uc2dc<\/div>\n                     <div class=\"business-hours-detail\">\u3010 \ud3f0\uc774\uaebc\uc9c4\uacbd\uc6b0: \ub9c8\uac10, \ub79c\ub364 \ud734\ubb34 \u3011<\/div>\n                 <\/div>\n             <\/div>\n        <\/section>\n\n                 <section class=\"location section-centered\">\n             <h2 class=\"section-title\">\uc624\uc2dc\ub294 \uae38<\/h2>\n             <div class=\"location-card\">\n                 <div class=\"location-info\">\n                     <div class=\"location-title\">\uae08\uace1\ub9ac \ub300\uc9c4\ud50c\ub7ec\uc2a4\ubab0\ub529 \uc778\uadfc<\/div>\n                     <div class=\"location-address\">\uacbd\uae30 \ub0a8\uc591\uc8fc\uc2dc \uc9c4\uc811\uc74d \uae08\uace1\ub9ac 750-3<\/div>\n                     <div class=\"location-parking\">\ubb34\ub8cc \uc8fc\ucc28<\/div>\n                 <\/div>\n             <\/div>\n         <\/section>\n\n                 <!-- FAQ \uc139\uc158 \ucd94\uac00 -->\n         <section class=\"faq\" style=\"background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0;\">\n             <h2 class=\"section-title\">\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/h2>\n             <div class=\"faq-container\" style=\"max-width: 800px; margin: 0 auto;\">\n                 <div class=\"faq-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <h3 style=\"color: #2c3e50; margin-bottom: 10px;\">\uc608\uc57d\uc740 \uc5b4\ub5bb\uac8c \ud558\ub098\uc694?<\/h3>\n                     <p style=\"color: #666;\">\uc804\ud654\ub85c \uc608\uc57d \uac00\ub2a5\ud569\ub2c8\ub2e4. 0507-1859-6471<\/p>\n                 <\/div>\n                 <div class=\"faq-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <h3 style=\"color: #2c3e50; margin-bottom: 10px;\">\uc8fc\ucc28\ub294 \uc5b4\ub5bb\uac8c \ud558\ub098\uc694?<\/h3>\n                     <p style=\"color: #666;\">\ubb34\ub8cc \uc8fc\ucc28\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4. \uae08\uace1\ub9ac \ub300\uc9c4\ud50c\ub7ec\uc2a4\ubab0\ub529 \uc778\uadfc\uc5d0 \uc704\uce58\ud574 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                 <\/div>\n                 <div class=\"faq-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <h3 style=\"color: #2c3e50; margin-bottom: 10px;\">\uc601\uc5c5\uc2dc\uac04\uc740 \uc5b4\ub5bb\uac8c \ub418\ub098\uc694?<\/h3>\n                     <p style=\"color: #666;\">\uc624\uc804 10\uc2dc ~ \uc0c8\ubcbd 5\uc2dc\uc785\ub2c8\ub2e4. \ud3f0\uc774 \uaebc\uc9c4 \uacbd\uc6b0 \ub9c8\uac10 \ub610\ub294 \ub79c\ub364 \ud734\ubb34\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                 <\/div>\n                 <div class=\"faq-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <h3 style=\"color: #2c3e50; margin-bottom: 10px;\">\uacb0\uc81c \ubc29\ubc95\uc740 \uc5b4\ub5bb\uac8c \ub418\ub098\uc694?<\/h3>\n                     <p style=\"color: #666;\">\ud604\uae08, \uce74\ub4dc, \uacc4\uc88c\uc774\uccb4 \ubaa8\ub450 \uac00\ub2a5\ud569\ub2c8\ub2e4. \ud560\uc778\uc740 \ud604\uae08 \uae30\uc900\uc73c\ub85c \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n                 <\/div>\n             <\/div>\n         <\/section>\n\n                 <!-- \uace0\uac1d \ud6c4\uae30 \uc139\uc158 \ucd94\uac00 -->\n         <section class=\"reviews\" style=\"background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0;\">\n             <h2 class=\"section-title\">\uace0\uac1d \ud6c4\uae30<\/h2>\n             <div class=\"review-container\" style=\"max-width: 800px; margin: 0 auto;\">\n                 <div class=\"review-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <div class=\"review-header\" style=\"display: flex; justify-content: space-between; margin-bottom: 10px;\">\n                         <span style=\"font-weight: bold; color: #2c3e50;\">\ub0a8\uc591\uc8fc \uace0\uac1d\ub2d8<\/span>\n                         <span style=\"color: #e74c3c;\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                     <\/div>\n                     <p style=\"color: #666;\">\ucd08\ub2f9\ud0c0\uc774\ub294 \uc815\ub9d0 \ud2b9\ubcc4\ud588\uc5b4\uc694. \ud0dc\uad6d\uc778 \uad00\ub9ac\uc0ac\ub2d8\uc758 \uc12c\uc138\ud55c \uc190\uae38\uc5d0 \ud53c\ub85c\uac00 \uc2f9 \ud480\ub838\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc5d0\ub3c4 \uaf2d \ubc29\ubb38\ud560 \uc608\uc815\uc785\ub2c8\ub2e4.<\/p>\n                 <\/div>\n                 <div class=\"review-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <div class=\"review-header\" style=\"display: flex; justify-content: space-between; margin-bottom: 10px;\">\n                         <span style=\"font-weight: bold; color: #2c3e50;\">\uae08\uace1\ub9ac \uace0\uac1d\ub2d8<\/span>\n                         <span style=\"color: #e74c3c;\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                     <\/div>\n                     <p style=\"color: #666;\">\ud0c0\uc774\ub9c8\uc0ac\uc9c0\ub294 \uc815\ub9d0 \ucd5c\uace0\uc600\uc5b4\uc694. \ud53c\ubd80\uac00 \ubd80\ub4dc\ub7ec\uc6cc\uc9c4 \ub290\ub08c\uc774 \ub4e4\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n                 <\/div>\n                 <div class=\"review-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <div class=\"review-header\" style=\"display: flex; justify-content: space-between; margin-bottom: 10px;\">\n                         <span style=\"font-weight: bold; color: #2c3e50;\">\uc9c4\uc811\uc74d \uace0\uac1d\ub2d8<\/span>\n                         <span style=\"color: #e74c3c;\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                     <\/div>\n                     <p style=\"color: #666;\">\uae08\uace1\ub9ac\uc5d0\uc11c \uac00\uae4c\uc6cc\uc11c \uc811\uadfc\uc131\uc774 \uc88b\uace0, \ubb34\ub8cc \uc8fc\ucc28\ub3c4 \uac00\ub2a5\ud574\uc11c \ud3b8\ub9ac\ud588\uc5b4\uc694. \uc11c\ube44\uc2a4\ub3c4 \ucd5c\uace0\uc785\ub2c8\ub2e4.<\/p>\n                 <\/div>\n                 <div class=\"review-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <div class=\"review-header\" style=\"display: flex; justify-content: space-between; margin-bottom: 10px;\">\n                         <span style=\"font-weight: bold; color: #2c3e50;\">\uc640\ubd80\uc74d \uace0\uac1d\ub2d8<\/span>\n                         <span style=\"color: #e74c3c;\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                     <\/div>\n                     <p style=\"color: #666;\">\ucd08\ub2f9\ud0c0\uc774\uc758 \ud504\ub9ac\ubbf8\uc5c4 \uc11c\ube44\uc2a4\uc5d0 \uac10\ub3d9\ud588\uc2b5\ub2c8\ub2e4. \uc8fc\uac04\uc57c\uac04 \uac00\uaca9\uc774 \ub2e4\ub974\uc9c0\ub9cc \ud569\ub9ac\uc801\uc774\uc5d0\uc694.<\/p>\n                 <\/div>\n                 <div class=\"review-item\" style=\"background: white; padding: 20px; border-radius: 8px; margin: 10px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n                     <div class=\"review-header\" style=\"display: flex; justify-content: space-between; margin-bottom: 10px;\">\n                         <span style=\"font-weight: bold; color: #2c3e50;\">\uc9c4\uc811\uc74d \uace0\uac1d\ub2d8<\/span>\n                         <span style=\"color: #e74c3c;\">\u2605\u2605\u2605\u2605\u2605<\/span>\n                     <\/div>\n                     <p style=\"color: #666;\">\ub300\uc9c4\ud50c\ub7ec\uc2a4\ubab0\ub529 \uadfc\ucc98\ub77c \ucc3e\uae30 \uc27d\uace0, \uc8fc\uac04\uc57c\uac04 \uac00\uaca9\uc774 \uba85\ud655\ud574\uc11c \uc88b\uc558\uc5b4\uc694. \uc544\ub85c\ub9c8\ub9c8\uc0ac\uc9c0\ub3c4 \uc815\ub9d0 \uc88b\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                 <\/div>\n             <\/div>\n         <\/section>\n\n    <\/div>\n\n    <script>\n        \/\/ Defer loading of non-critical scripts\n        function loadDeferredScripts() {\n            \/\/ Load Kakao SDK only when needed\n            if (typeof kakaoShare === 'function') {\n                const script = document.createElement('script');\n                script.src = 'https:\/\/developers.kakao.com\/sdk\/js\/kakao.min.js';\n                script.defer = true;\n                document.head.appendChild(script);\n            }\n        }\n\n        \/\/ Load deferred scripts when DOM is ready\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', loadDeferredScripts);\n        } else {\n            loadDeferredScripts();\n        }\n\n        \/\/ Optimize URL copy function\n                 function copyUrl() {\n             const url = 'https:\/\/xn--z69au6wh5golr.com\/?p=3254';\n            if (navigator.clipboard && window.isSecureContext) {\n                navigator.clipboard.writeText(url).then(() => {\n                    alert('URL\uc774 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc05c\uc774\ub97c \uce5c\uad6c\uc5d0\uac8c \uacf5\uc720\ud574\ubcf4\uc138\uc694! ?');\n                }).catch(err => {\n                    console.error('URL \ubcf5\uc0ac \uc2e4\ud328:', err);\n                    alert('URL \ubcf5\uc0ac\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.');\n                });\n            } else {\n                \/\/ Fallback for non-secure contexts\n                const textArea = document.createElement('textarea');\n                textArea.value = url;\n                document.body.appendChild(textArea);\n                textArea.select();\n                try {\n                    document.execCommand('copy');\n                    alert('URL\uc774 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc05c\uc774\ub97c \uce5c\uad6c\uc5d0\uac8c \uacf5\uc720\ud574\ubcf4\uc138\uc694! ?');\n                } catch (err) {\n                    console.error('URL \ubcf5\uc0ac \uc2e4\ud328:', err);\n                    alert('URL \ubcf5\uc0ac\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.');\n                }\n                document.body.removeChild(textArea);\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n<\/html>\n<\/html>\n<\/html>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3254","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/posts\/3254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3254"}],"version-history":[{"count":2,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/posts\/3254\/revisions"}],"predecessor-version":[{"id":3257,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=\/wp\/v2\/posts\/3254\/revisions\/3257"}],"wp:attachment":[{"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xn--z69au6wh5golr.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}