{"id":12,"date":"2026-04-29T14:10:56","date_gmt":"2026-04-29T05:10:56","guid":{"rendered":"https:\/\/janet620.mycafe24.com\/?page_id=12"},"modified":"2026-05-13T13:00:20","modified_gmt":"2026-05-13T04:00:20","slug":"home","status":"publish","type":"page","link":"https:\/\/ekpilates.kr\/","title":{"rendered":"HOME"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n<link href=\"https:\/\/gistcdn.githack.com\/michalsnik\/aos\/2.3.4\/dist\/aos.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n\n\n\n<style>\n:root {\n    --primary-green: #14473d;\n    --point-gold: #c2a36d;\n    --bg-light: #f8faf9;\n    --text-dark: #222222;\n    --text-gray: #666666;\n    --white: #ffffff;\n}\n\n.ek-wrap {\n    width: 100%;\n    overflow: hidden;\n    background: #fff;\n}\n\n.ek-wrap * {\n    box-sizing: border-box;\n    word-break: keep-all;\n}\n\n.ek-wrap .container {\n    width: 90%;\n    max-width: 1400px;\n    margin: 0 auto;\n}\n\n.section-padding {\n    padding: 110px 0;\n    width: 100%;\n}\n\n\/* ================================\n   HERO\n   ================================ *\/\n\n.hero {\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    background: var(--primary-green);\n    color: var(--white);\n    position: relative;\n    overflow: hidden;\n    padding: 120px 0 130px;\n}\n\n.hero::after {\n    content: \"\";\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    width: 100%;\n    height: 86px;\n    background: var(--white);\n    border-top-left-radius: 100% 86px;\n    border-top-right-radius: 100% 86px;\n    z-index: 5;\n}\n\n.hero-flex {\n    display: flex;\n    align-items: center;\n    gap: 70px;\n    position: relative;\n    z-index: 2;\n}\n\n.hero-text {\n    flex: 1.15;\n    position: relative;\n    z-index: 3;\n}\n\n.hero-text .badge {\n    font-size: clamp(1.5rem, 2.2vw, 2.5rem);\n    color: var(--point-gold);\n    margin-bottom: 24px;\n    display: block;\n    font-weight: 700;\n    line-height: 1.35;\n}\n\n.hero-text h2 {\n    font-size: clamp(4rem, 5.4vw, 6.4rem);\n    line-height: 1.18 !important;\n    font-weight: 900;\n    margin: 0 0 28px;\n    color: #fff;\n    letter-spacing: -0.04em;\n}\n\n.hero-text p {\n    font-size: clamp(1.45rem, 1.65vw, 2rem);\n    opacity: 0.92;\n    margin: 0 0 48px;\n    line-height: 1.75 !important;\n    font-weight: 300;\n}\n\n.btn-group {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n}\n\n.btn {\n    min-width: 230px;\n    padding: 21px 42px;\n    font-size: 1.65rem;\n    font-weight: 800;\n    border-radius: 999px;\n    transition: 0.3s ease;\n    cursor: pointer;\n    text-align: center;\n    line-height: 1.2;\n}\n\n.btn-1 {\n    background: rgba(255,255,255,0.2);\n    color: var(--white);\n    border: 1px solid rgba(255,255,255,0.45);\n}\n\n.btn-2 {\n    background: rgba(255,255,255,0.1);\n    color: var(--white);\n    border: 1px solid rgba(255,255,255,0.25);\n}\n\n.btn:hover {\n    background: var(--white);\n    color: var(--primary-green);\n    transform: translateY(-3px);\n}\n\n.hero-img-area {\n    flex: 0.95;\n    position: relative;\n}\n\n.hero-img {\n    position: relative;\n    z-index: 2;\n    overflow: hidden;\n    border-radius: 2px;\n    box-shadow: 0 30px 60px rgba(0,0,0,0.4);\n}\n\n.hero-img img {\n    width: 100%;\n    display: block;\n}\n\n.gold-frame {\n    position: absolute;\n    top: -28px;\n    left: -28px;\n    width: calc(100% + 56px);\n    height: calc(100% + 56px);\n    border: 2px solid var(--point-gold);\n    z-index: 1;\n}\n\n\/* ================================\n   SECTION TITLE\n   ================================ *\/\n\n.sec-head {\n    margin-bottom: 54px;\n}\n\n.sec-label {\n    font-size: 2.1rem;\n    color: var(--point-gold);\n    font-weight: 700;\n    margin-bottom: 14px;\n    display: block;\n    line-height: 1.35;\n}\n\n.sec-title {\n    font-size: clamp(3.4rem, 4.4vw, 5.2rem);\n    color: var(--primary-green);\n    font-weight: 900;\n    margin: 0 0 20px !important;\n    line-height: 1.2 !important;\n    letter-spacing: -0.04em;\n}\n\n.sec-desc {\n    font-size: 2rem !important;\n    color: var(--text-gray);\n    margin: 0 !important;\n    line-height: 1.65 !important;\n    font-weight: 400;\n}\n\n\/* ================================\n   PROGRAM\n   ================================ *\/\n\n.program-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 26px;\n}\n\n.program-card,\n.program-card.wide {\n    width: 100%;\n    border: 1px solid #eee;\n    transition: 0.4s ease;\n    background-color: var(--white);\n    overflow: hidden;\n    display: block;\n}\n\n.program-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 24px 48px rgba(20,71,61,0.12);\n}\n\n.card-img {\n    height: 320px;\n    overflow: hidden;\n    background: #f5f5f5;\n}\n\n.card-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: 0.5s ease;\n}\n\n.program-card:hover .card-img img {\n    transform: scale(1.05);\n}\n\n.card-body {\n    padding: 34px 32px;\n    border-top: 5px solid transparent;\n    transition: 0.3s;\n}\n\n.program-card:hover .card-body {\n    border-top-color: var(--point-gold);\n    background: #fafafa;\n}\n\n.card-body h4 {\n    font-size: 2.45rem;\n    color: var(--primary-green);\n    margin: 0;\n    font-weight: 900;\n    line-height: 1.35 !important;\n    letter-spacing: -0.035em;\n}\n\n\/* ================================\n   MIDDLE BANNER\n   ================================ *\/\n\n.middle-banner {\n    background: #e9eeed;\n    padding: 110px 0;\n    text-align: center;\n    margin: 40px 0 0;\n}\n\n.middle-banner h3 {\n    font-size: clamp(3rem, 4vw, 4.7rem);\n    color: var(--primary-green);\n    line-height: 1.48 !important;\n    font-weight: 900;\n    margin: 0;\n    letter-spacing: -0.04em;\n}\n\n\/* ================================\n   SYSTEM\n   ================================ *\/\n\n.system-grid {\n    display: flex;\n    gap: 24px;\n    margin-top: 56px;\n}\n\n.system-box {\n    flex: 1;\n    background: #fff;\n    padding: 62px 32px;\n    min-height: 260px;\n    text-align: center;\n    border: 1px solid #eeeeee;\n    transition: 0.4s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n}\n\n.system-box:hover {\n    border-color: var(--point-gold);\n    transform: translateY(-10px);\n    box-shadow: 0 24px 48px rgba(20,71,61,0.1);\n}\n\n.system-box i {\n    font-size: 3.4rem;\n    color: var(--point-gold);\n    margin-bottom: 28px;\n    display: block;\n}\n\n.system-box h4 {\n    font-size: 2.35rem;\n    line-height: 1.45 !important;\n    margin: 0;\n    color: var(--primary-green);\n    font-weight: 900;\n    letter-spacing: -0.035em;\n}\n\n\/* ================================\n   TABLET\n   ================================ *\/\n\n@media (max-width: 1024px) {\n    .section-padding {\n        padding: 90px 0;\n    }\n\n    .hero {\n        padding: 140px 0 120px;\n    }\n\n    .hero-flex {\n        flex-direction: column;\n        text-align: center;\n        gap: 52px;\n    }\n\n    .hero-text {\n        width: 100%;\n    }\n\n    .hero-text p br {\n        display: none;\n    }\n\n    .btn-group {\n        justify-content: center;\n    }\n\n    .hero-img-area {\n        width: 78%;\n        margin: 0 auto;\n    }\n\n    .gold-frame {\n        display: none;\n    }\n\n    .program-grid {\n        gap: 22px;\n    }\n\n    .card-img {\n        height: 260px;\n    }\n\n    .card-body h4 {\n        font-size: 2.1rem;\n    }\n\n    .system-grid {\n        gap: 18px;\n    }\n\n    .system-box {\n        padding: 50px 22px;\n    }\n\n    .system-box h4 {\n        font-size: 2.1rem;\n    }\n}\n\n\/* ================================\n   MOBILE\n   ================================ *\/\n\n@media (max-width: 768px) {\n    .ek-wrap .container {\n        width: 88%;\n    }\n\n    .section-padding {\n        padding: 74px 0;\n    }\n\n    \/* \ubaa8\ubc14\uc77c\uc5d0\uc11c \ud5e4\ub354\uac00 \ud770\uc0c9\uc73c\ub85c \uae54\ub9ac\ub3c4\ub85d \ud398\uc774\uc9c0 \uc0c1\ub2e8 \uc5ec\ubc31 \ud655\ubcf4 *\/\n    .hero {\n        min-height: auto;\n        padding: 128px 0 110px;\n        align-items: flex-start;\n        text-align: center;\n    }\n\n    .hero::after {\n        height: 56px;\n        border-top-left-radius: 100% 56px;\n        border-top-right-radius: 100% 56px;\n    }\n\n    .hero-flex {\n        gap: 0;\n    }\n\n    .hero-text .badge {\n        font-size: 1.72rem;\n        line-height: 1.45;\n        margin-bottom: 18px;\n    }\n\n    .hero-text h2 {\n        font-size: 3.35rem;\n        line-height: 1.25 !important;\n        margin-bottom: 24px;\n        letter-spacing: -0.055em;\n    }\n\n    .hero-text p {\n        font-size: 1.55rem;\n        line-height: 1.85 !important;\n        margin-bottom: 34px;\n        opacity: 0.95;\n    }\n\n    .hero-text p br {\n        display: none;\n    }\n\n    .btn-group {\n        flex-direction: column;\n        width: 100%;\n        max-width: 100%;\n        gap: 16px;\n        margin: 0 auto;\n    }\n\n    .btn {\n        width: 100%;\n        min-width: 0;\n        padding: 20px 24px;\n        font-size: 1.55rem;\n        border-radius: 999px;\n    }\n\n    \/* \ubaa8\ubc14\uc77c\uc5d0\uc11c\ub294 \ud788\uc5b4\ub85c \uc774\ubbf8\uc9c0\ub97c \uc228\uaca8\uc11c \ub85c\uace0\/\ud14d\uc2a4\ud2b8 \uacb9\uce68 \ub290\ub08c \uc81c\uac70 *\/\n    .hero-img-area {\n        display: none;\n    }\n\n    .sec-head {\n        margin-bottom: 40px;\n    }\n\n    .sec-label {\n        font-size: 1.55rem;\n        margin-bottom: 10px;\n    }\n\n    .sec-title {\n        font-size: 3.25rem;\n        line-height: 1.24 !important;\n        margin-bottom: 22px !important;\n    }\n\n    .sec-desc {\n        font-size: 1.72rem !important;\n        line-height: 1.75 !important;\n    }\n\n    .program-grid {\n        grid-template-columns: 1fr;\n        gap: 22px;\n    }\n\n    .card-img {\n        height: 230px;\n    }\n\n    .card-body {\n        padding: 28px 24px;\n    }\n\n    .card-body h4 {\n        font-size: 2.05rem;\n        line-height: 1.45 !important;\n    }\n\n    .middle-banner {\n        padding: 72px 22px;\n        margin-top: 20px;\n    }\n\n    .middle-banner h3 {\n        font-size: 2.55rem;\n        line-height: 1.5 !important;\n    }\n\n    .system-grid {\n        flex-direction: column;\n        gap: 20px;\n        margin-top: 44px;\n    }\n\n    .system-box {\n        padding: 58px 26px;\n        min-height: 230px;\n    }\n\n    .system-box i {\n        font-size: 3.4rem;\n        margin-bottom: 28px;\n    }\n\n    .system-box h4 {\n        font-size: 2.55rem;\n        line-height: 1.45 !important;\n    }\n}\n\n\/* ================================\n   SMALL MOBILE\n   ================================ *\/\n\n@media (max-width: 420px) {\n    .ek-wrap .container {\n        width: 88%;\n    }\n\n    .hero {\n        padding-top: 122px;\n        padding-bottom: 100px;\n    }\n\n    .hero-text .badge {\n        font-size: 1.55rem;\n    }\n\n    .hero-text h2 {\n        font-size: 3rem;\n    }\n\n    .hero-text p {\n        font-size: 1.42rem;\n    }\n\n    .btn {\n        font-size: 1.45rem;\n        padding: 18px 20px;\n    }\n\n    .sec-title {\n        font-size: 2.9rem;\n    }\n\n    .sec-desc {\n        font-size: 1.55rem !important;\n    }\n\n    .card-img {\n        height: 210px;\n    }\n\n    .card-body h4 {\n        font-size: 1.9rem;\n    }\n\n    .middle-banner h3 {\n        font-size: 2.25rem;\n    }\n\n    .system-box h4 {\n        font-size: 2.28rem;\n    }\n}\n<\/style>\n\n\n\n<div class=\"ek-wrap\">\n\n    <section class=\"hero\" id=\"about\">\n        <div class=\"container hero-flex\">\n            <div class=\"hero-text\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\n                <span class=\"badge\">13\ub144 \uacbd\ub825\uc758 1:1 \ub9de\ucda4 \ud544\ub77c\ud14c\uc2a4<\/span>\n                <h2>\ud1b5\uc99d\uc758 \uc6d0\uc778\uc744 \ucc3e\uace0<br>\uc6c0\uc9c1\uc784\uc744 \ud68c\ubcf5\ud569\ub2c8\ub2e4.<\/h2>\n                <p>\n                    \uc218\uc220 \u00b7 \uc2dc\uc220 \ud6c4 \uae30\ub2a5 \ud68c\ubcf5\uc744 \uc704\ud55c \ud504\ub77c\uc774\ube57 \ud544\ub77c\ud14c\uc2a4 \uc13c\ud130<br>\n                    13\ub144 \uacbd\ub825 \ub300\ud45c\uc758 \uc9c1\uc811 \uc9c0\ub3c4 \uc544\ub798,<br>\n                    \ud1b5\uc99d \uc644\ud654\uc640 \uc2e0\uccb4 \uae30\ub2a5 \ud68c\ubcf5\uc744 \uc911\uc2ec\uc73c\ub85c \uac1c\uc778\ubcc4 \ub9de\ucda4 \ud504\ub85c\uadf8\ub7a8\uc744 \uc9c4\ud589\ud569\ub2c8\ub2e4.\n                <\/p>\n                <div class=\"btn-group\">\n                    <a href=\"\/?page_id=157\" class=\"btn btn-1\" style=\"display: inline-block;\">\ud504\ub85c\uadf8\ub7a8 \ubcf4\ub7ec\uac00\uae30<\/a>\n                    <a href=\"tel: 010-6546-2451\" class=\"btn btn-2\" style=\"display: inline-block;\">\ubb34\ub8cc\uc0c1\ub2f4 \uc2e0\uccad\ud558\uae30<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"hero-img-area\" data-aos=\"fade-left\" data-aos-delay=\"300\" data-aos-duration=\"1000\">\n                <div class=\"gold-frame\"><\/div>\n                <div class=\"hero-img\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/148d10fd-4230-4d72-a026-c98fe554203d-e1778115387219.png\" alt=\"Main Support\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-padding\" id=\"program\">\n        <div class=\"container\">\n            <div class=\"sec-head\" data-aos=\"fade-up\" data-aos-duration=\"800\">\n                <span class=\"sec-label\">EK \ud504\ub85c\uadf8\ub7a8<\/span>\n                <h3 class=\"sec-title\">\uc774\ub7f0 \ubd84\ub4e4\uc744 \uc704\ud55c \uc13c\ud130\uc785\ub2c8\ub2e4<\/h3>\n            <\/div>\n\n            <div class=\"program-grid\">\n                <a href=\"\/?page_id=157\" class=\"program-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <div class=\"card-img\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/ef4c972c-595c-414c-afda-c8321e20c4d5.png\" alt=\"\uc218\uc220 \u00b7 \uc2dc\uc220 \ud6c4 \ud68c\ubcf5\uc774 \ud544\uc694\ud55c \ubd84\">\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h4>\uc218\uc220 \u00b7 \uc2dc\uc220 \ud6c4 \ud68c\ubcf5\uc774 \ud544\uc694\ud55c \ubd84<\/h4>\n                    <\/div>\n                <\/a>\n\n                <a href=\"\/?page_id=157\" class=\"program-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <div class=\"card-img\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/834f6bb5-0801-4d08-8995-0ac621aa2fa9.png\" alt=\"\uac31\ub144\uae30 \uccb4\ub825\uc800\ud558 \ub290\ub07c\ub294 \ubd84\">\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h4>\uac31\ub144\uae30 \uccb4\ub825\uc800\ud558 \ub290\ub07c\ub294 \ubd84<\/h4>\n                    <\/div>\n                <\/a>\n\n                <a href=\"\/?page_id=157\" class=\"program-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n                    <div class=\"card-img\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/72e83a68-e09c-4a74-b7e6-f71cdef5ef46.png\" alt=\"\uace8\ud504 \uae30\ub2a5 \uac1c\uc120\uc774 \ud544\uc694\ud55c \ubd84\">\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h4>\uace8\ud504 \uae30\ub2a5 \uac1c\uc120\uc774 \ud544\uc694\ud55c \ubd84<\/h4>\n                    <\/div>\n                <\/a>\n\n                <a href=\"\/?page_id=157\" class=\"program-card wide\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n                    <div class=\"card-img\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/95bd94a3-9d94-44c4-9fdc-181538a4945d.png\" alt=\"\ud5c8\ub9ac \u00b7 \ubb34\ub98e \ud1b5\uc99d\uc73c\ub85c \uc6b4\ub3d9\uc774 \uc5b4\ub824\uc6b4 \ubd84\">\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h4>\ud5c8\ub9ac \u00b7 \ubb34\ub98e \ud1b5\uc99d\uc73c\ub85c \uc6b4\ub3d9\uc774 \uc5b4\ub824\uc6b4 \ubd84<\/h4>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"middle-banner\" data-aos=\"zoom-in\" data-aos-duration=\"1000\">\n        <div class=\"container\">\n            <h3>\ucc98\uc74c\ubd80\ud130 \ub05d\uae4c\uc9c0 \uc6d0\uc7a5\uc774 \uc9c1\uc811 \uc9c0\ub3c4\ud569\ub2c8\ub2e4.<br>\ud68c\uc6d0 \ud55c \ubd84 \ud55c \ubd84 \uad00\ub9ac\ud569\ub2c8\ub2e4.<\/h3>\n        <\/div>\n    <\/div>\n\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"sec-head\" data-aos=\"fade-up\" data-aos-duration=\"800\">\n                <span class=\"sec-label\">EK \ud504\ub85c\uc138\uc2a4<\/span>\n                <h3 class=\"sec-title\">\uc804\ubb38\uc801\uc778 \uad00\ub9ac \uc2dc\uc2a4\ud15c<\/h3>\n                <p class=\"sec-desc\">13\ub144\uc758 \ub370\uc774\ud130\uc640 \uc804\ubb38\uc131 \uae30\ubc18\uc758 \uaf3c\uaf3c\ud558\uace0 \uc138\ubc00\ud55c \uc2dc\uc2a4\ud15c\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n\n            <div class=\"system-grid\">\n                <div class=\"system-box\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                    <i class=\"fa-solid fa-hand-holding-heart\"><\/i>\n                    <h4>\ud558\ub8e8 \uc81c\ud55c\ub41c<br>\uc778\uc6d0\ub9cc \uc9d1\uc911 \ucf00\uc5b4<\/h4>\n                <\/div>\n\n                <div class=\"system-box\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n                    <i class=\"fa-solid fa-user-doctor\"><\/i>\n                    <h4>\ub300\ud45c\uac00 \uc9c1\uc811<br>1:1 \uc9c0\ub3c4<\/h4>\n                <\/div>\n\n                <div class=\"system-box\" data-aos=\"fade-up\" data-aos-delay=\"500\">\n                    <i class=\"fa-solid fa-briefcase-medical\"><\/i>\n                    <h4>\uc6b4\ub3d9\uc774 \uc544\ub2cc<br>\ud68c\ubcf5\uc744 \ubaa9\ud45c\ub85c \uc9c4\ud589<\/h4>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n\n\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    if (typeof AOS !== 'undefined') {\n        AOS.init({\n            easing: 'ease-out-cubic',\n            duration: 800,\n            once: true,\n            offset: 120\n        });\n\n        setTimeout(function () {\n            AOS.refresh();\n        }, 500);\n    }\n\n    var header = document.querySelector('header.headerclass, .headerclass');\n\n    function headerScroll() {\n        if (!header) return;\n\n        if (window.innerWidth <= 768) {\n            header.classList.add('scrolled');\n            return;\n        }\n\n        if (window.scrollY > 30) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    }\n\n    headerScroll();\n    window.addEventListener('scroll', headerScroll);\n    window.addEventListener('resize', headerScroll);\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>13\ub144 \uacbd\ub825\uc758 1:1 \ub9de\ucda4 \ud544\ub77c\ud14c\uc2a4 \ud1b5\uc99d\uc758 \uc6d0\uc778\uc744 \ucc3e\uace0\uc6c0\uc9c1\uc784\uc744 \ud68c\ubcf5\ud569\ub2c8\ub2e4. \uc218\uc220 \u00b7 \uc2dc\uc220 \ud6c4 \uae30\ub2a5 \ud68c\ubcf5\uc744 \uc704\ud55c \ud504\ub77c\uc774\ube57 \ud544\ub77c\ud14c\uc2a4 \uc13c\ud130 13\ub144 \uacbd\ub825 \ub300\ud45c\uc758 \uc9c1\uc811 \uc9c0\ub3c4 \uc544\ub798, \ud1b5\uc99d \uc644\ud654\uc640 \uc2e0\uccb4 \uae30\ub2a5 \ud68c\ubcf5\uc744 \uc911\uc2ec\uc73c\ub85c \uac1c\uc778\ubcc4 \ub9de\ucda4 \ud504\ub85c\uadf8\ub7a8\uc744 \uc9c4\ud589\ud569\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub7a8 \ubcf4\ub7ec\uac00\uae30 \ubb34\ub8cc\uc0c1\ub2f4 \uc2e0\uccad\ud558\uae30 EK &hellip; <a href=\"https:\/\/ekpilates.kr\/\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"kt_blocks_editor_width":"","footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ekpilates.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":102,"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":373,"href":"https:\/\/ekpilates.kr\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/373"}],"wp:attachment":[{"href":"https:\/\/ekpilates.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}