{"id":132,"date":"2026-03-25T09:46:39","date_gmt":"2026-03-25T00:46:39","guid":{"rendered":"https:\/\/beaunpl.com\/?page_id=132"},"modified":"2026-04-01T09:34:00","modified_gmt":"2026-04-01T00:34:00","slug":"privacy","status":"publish","type":"page","link":"https:\/\/beaunpl.com\/ko\/privacy\/","title":{"rendered":"privacy"},"content":{"rendered":"<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');\n\n  .pp {\n    font-family: 'Inter', system-ui, sans-serif;\n    color: #1A1A1A;\n    background: #FAF8F6;\n    box-sizing: border-box;\n    -webkit-font-smoothing: antialiased;\n  }\n  .pp *, .pp *::before, .pp *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  .pp a { color: inherit; text-decoration: none; }\n\n  \/* Tokens *\/\n  .pp .serif { font-family: 'Playfair Display', Georgia, serif; }\n  .pp .gold { color: #B8956A; }\n  .pp .muted { color: #6B6560; }\n  .pp .dark { color: #1A1A1A; }\n\n  \/* Hero *\/\n  .pp .pp-hero {\n    padding: 112px 24px 48px;\n    text-align: center;\n    max-width: 768px;\n    margin: 0 auto;\n  }\n  .pp .pp-hero .pp-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.3em;\n    color: #B8956A;\n    margin-bottom: 16px;\n  }\n  .pp .pp-hero h1 {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(32px, 5vw, 48px);\n    color: #1A1A1A;\n    margin-bottom: 16px;\n    font-weight: 400;\n  }\n  .pp .pp-hero .pp-desc {\n    font-size: 13px;\n    color: #6B6560;\n    line-height: 1.7;\n    max-width: 512px;\n    margin: 0 auto;\n  }\n  .pp .pp-hero .pp-date {\n    font-size: 11px;\n    color: #6B6560;\n    margin-top: 24px;\n    letter-spacing: 0.05em;\n  }\n\n  \/* TOC *\/\n  .pp .pp-toc-wrap {\n    padding: 0 24px 64px;\n    max-width: 768px;\n    margin: 0 auto;\n  }\n  .pp .pp-toc {\n    background: #fff;\n    border-radius: 16px;\n    border: 1px solid rgba(232,224,216,0.6);\n    padding: 32px 40px;\n  }\n  .pp .pp-toc .pp-toc-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.25em;\n    color: #B8956A;\n    font-weight: 600;\n    margin-bottom: 24px;\n  }\n  .pp .pp-toc ol {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 40px;\n    font-size: 13px;\n    color: #6B6560;\n    list-style: decimal;\n    list-style-position: inside;\n    padding: 0;\n  }\n  @media (max-width: 639px) {\n    .pp .pp-toc ol { grid-template-columns: 1fr; }\n    .pp .pp-toc { padding: 24px; }\n  }\n  .pp .pp-toc a {\n    transition: color 0.2s ease, padding-left 0.2s ease;\n  }\n  .pp .pp-toc a:hover {\n    color: #B8956A;\n    padding-left: 4px;\n  }\n\n  \/* Content sections *\/\n  .pp .pp-content {\n    padding: 0 24px 96px;\n    max-width: 768px;\n    margin: 0 auto;\n  }\n  .pp .pp-section {\n    margin-bottom: 64px;\n    scroll-margin-top: 5rem;\n  }\n  .pp .pp-section:last-child { margin-bottom: 0; }\n  .pp .pp-section .pp-num {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.25em;\n    color: #B8956A;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n  .pp .pp-section h2 {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(24px, 3vw, 30px);\n    color: #1A1A1A;\n    font-weight: 400;\n    margin-bottom: 20px;\n  }\n  .pp .pp-section .pp-body {\n    font-size: 14px;\n    color: #6B6560;\n    line-height: 1.85;\n  }\n  .pp .pp-section .pp-body p { margin-bottom: 16px; }\n  .pp .pp-section .pp-body p:last-child { margin-bottom: 0; }\n  .pp .pp-section .pp-body strong { color: #1A1A1A; font-weight: 500; }\n  .pp .pp-section .pp-body a.gold-link { color: #B8956A; }\n  .pp .pp-section .pp-body a.gold-link:hover { text-decoration: underline; }\n\n  \/* Table card *\/\n  .pp .pp-card {\n    background: rgba(245,240,235,0.5);\n    border-radius: 12px;\n    border: 1px solid rgba(232,224,216,0.4);\n    padding: 24px;\n    margin: 16px 0;\n  }\n  .pp .pp-card-row {\n    display: flex;\n    gap: 12px;\n    padding: 8px 0;\n  }\n  .pp .pp-card-row:first-child { padding-top: 0; }\n  .pp .pp-card-row:last-child { padding-bottom: 0; }\n  .pp .pp-card-label {\n    color: #B8956A;\n    font-weight: 500;\n    font-size: 13px;\n    flex-shrink: 0;\n    width: 128px;\n  }\n  .pp .pp-card-label.wide { width: 176px; }\n  .pp .pp-card-value { font-size: 13px; }\n  .pp .pp-card-divider {\n    border: none;\n    border-top: 1px solid rgba(232,224,216,0.4);\n    margin: 0;\n  }\n\n  \/* Bullet list *\/\n  .pp .pp-list { list-style: none; padding: 0; margin: 16px 0; }\n  .pp .pp-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 8px;\n    font-size: 14px;\n    color: #6B6560;\n    line-height: 1.85;\n  }\n  .pp .pp-list li::before {\n    content: '';\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #B8956A;\n    flex-shrink: 0;\n    margin-top: 9px;\n  }\n  .pp .pp-list li strong { color: #1A1A1A; font-weight: 500; }\n<\/style>\n\n<div class=\"pp\">\n\n  <!-- ===== HERO ===== -->\n  <div class=\"pp-hero\">\n    <p class=\"pp-label\">Legal<\/p>\n    <h1 class=\"serif\">Privacy Policy<\/h1>\n    <p class=\"pp-desc\">\n      How BNP Clinic collects, uses, and protects your personal information in accordance with Korea&#8217;s Personal Information Protection Act (PIPA).\n    <\/p>\n    <p class=\"pp-date\">Effective Date: March 1, 2026 &nbsp;&middot;&nbsp; Last Updated: March 1, 2026<\/p>\n  <\/div>\n\n  <!-- ===== TABLE OF CONTENTS ===== -->\n  <div class=\"pp-toc-wrap\">\n    <div class=\"pp-toc\">\n      <p class=\"pp-toc-label\">Table of Contents<\/p>\n      <ol>\n        <li><a href=\"#introduction\">Introduction<\/a><\/li>\n        <li><a href=\"#information-we-collect\">Information We Collect<\/a><\/li>\n        <li><a href=\"#how-we-collect\">How We Collect Information<\/a><\/li>\n        <li><a href=\"#purpose\">Purpose of Collection<\/a><\/li>\n        <li><a href=\"#retention\">Retention Period<\/a><\/li>\n        <li><a href=\"#third-parties\">Sharing with Third Parties<\/a><\/li>\n        <li><a href=\"#international-transfer\">International Data Transfer<\/a><\/li>\n        <li><a href=\"#your-rights\">Your Rights<\/a><\/li>\n        <li><a href=\"#cookies\">Cookies &amp; Analytics<\/a><\/li>\n        <li><a href=\"#security\">Security Measures<\/a><\/li>\n        <li><a href=\"#marketing\">Marketing Communications<\/a><\/li>\n        <li><a href=\"#children\">Children&#8217;s Privacy<\/a><\/li>\n        <li><a href=\"#changes\">Changes to This Policy<\/a><\/li>\n        <li><a href=\"#dpo\">Data Protection Officer<\/a><\/li>\n        <li><a href=\"#contact\">Contact Us<\/a><\/li>\n      <\/ol>\n    <\/div>\n  <\/div>\n\n  <!-- ===== POLICY CONTENT ===== -->\n  <div class=\"pp-content\">\n\n    <!-- 1. Introduction -->\n    <div id=\"introduction\" class=\"pp-section\">\n      <p class=\"pp-num\">01<\/p>\n      <h2 class=\"serif\">Introduction<\/h2>\n      <div class=\"pp-body\">\n        <p>BNP Clinic (&#8220;we,&#8221; &#8220;our,&#8221; or &#8220;the Clinic&#8221;), located in Gangnam-gu, Seoul, Republic of Korea, is committed to protecting the personal information of all patients and website visitors. We handle personal data in strict compliance with the <strong>Personal Information Protection Act (PIPA)<\/strong> of the Republic of Korea (Act No. 16930).<\/p>\n        <p>This Privacy Policy explains what personal information we collect, how we use it, how long we retain it, and the rights you have regarding your data. By using our website or services, you acknowledge that you have read and understood this policy.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 2. Information We Collect -->\n    <div id=\"information-we-collect\" class=\"pp-section\">\n      <p class=\"pp-num\">02<\/p>\n      <h2 class=\"serif\">Information We Collect<\/h2>\n      <div class=\"pp-body\">\n        <p>We collect the following categories of personal information to provide and improve our medical services:<\/p>\n        <div class=\"pp-card\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Identity<\/span><span class=\"pp-card-value\">Full name, date of birth, gender<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Contact<\/span><span class=\"pp-card-value\">Phone number, email address, messaging app IDs (WeChat, WhatsApp, KakaoTalk)<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Preferences<\/span><span class=\"pp-card-value\">Language preference, preferred communication channel<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">\uba54\ub514\uceec<\/span><span class=\"pp-card-value\">Treatment history, consultation notes, appointment records, before\/after photographs (with separate consent)<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Payment<\/span><span class=\"pp-card-value\">Billing information, payment transaction records<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Technical<\/span><span class=\"pp-card-value\">IP address, browser type, device information, website usage data<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 3. How We Collect -->\n    <div id=\"how-we-collect\" class=\"pp-section\">\n      <p class=\"pp-num\">03<\/p>\n      <h2 class=\"serif\">How We Collect Information<\/h2>\n      <div class=\"pp-body\">\n        <p>We collect personal information through the following channels:<\/p>\n        <ul class=\"pp-list\">\n          <li><strong>Website reservation form<\/strong> &mdash; when you book an appointment through our online system<\/li>\n          <li><strong>Phone inquiries<\/strong> &mdash; when you contact us by telephone to schedule or inquire about services<\/li>\n          <li><strong>In-clinic consultation<\/strong> &mdash; during your visit, including registration forms and medical consultation<\/li>\n          <li><strong>Messaging platforms<\/strong> &mdash; through WeChat, WhatsApp, or KakaoTalk when you reach out to our international patient coordinators<\/li>\n          <li><strong>Automated collection<\/strong> &mdash; cookies and similar technologies when you visit our website<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- 4. Purpose of Collection -->\n    <div id=\"purpose\" class=\"pp-section\">\n      <p class=\"pp-num\">04<\/p>\n      <h2 class=\"serif\">Purpose of Collection<\/h2>\n      <div class=\"pp-body\">\n        <p>We use your personal information for the following purposes:<\/p>\n        <ul class=\"pp-list\">\n          <li><strong>Appointment booking and management<\/strong> &mdash; scheduling, rescheduling, and sending appointment reminders<\/li>\n          <li><strong>Medical treatment records<\/strong> &mdash; maintaining accurate treatment history as required by Korean medical regulations<\/li>\n          <li><strong>Patient communication<\/strong> &mdash; follow-up care instructions, appointment confirmations, and responding to inquiries<\/li>\n          <li><strong>Marketing communications<\/strong> &mdash; promotional offers, new treatment announcements, and seasonal campaigns (only with your explicit consent)<\/li>\n          <li><strong>Service improvement<\/strong> &mdash; analyzing aggregated data to enhance our treatments, website experience, and patient satisfaction<\/li>\n          <li><strong>Legal compliance<\/strong> &mdash; fulfilling obligations under Korean medical law and tax regulations<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- 5. Retention Period -->\n    <div id=\"retention\" class=\"pp-section\">\n      <p class=\"pp-num\">05<\/p>\n      <h2 class=\"serif\">Retention Period<\/h2>\n      <div class=\"pp-body\">\n        <p>We retain your personal information only for as long as necessary to fulfill the purposes for which it was collected, or as required by law:<\/p>\n        <div class=\"pp-card\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label wide\">Medical records<\/span><span class=\"pp-card-value\"><strong>10 years<\/strong> from the date of last treatment, as required by the Korean Medical Service Act (Article 22)<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label wide\">Marketing data<\/span><span class=\"pp-card-value\">Until you <strong>withdraw your consent<\/strong>, at which point data is deleted within 5 business days<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label wide\">Account &amp; booking data<\/span><span class=\"pp-card-value\"><strong>3 years<\/strong> after your last activity or service<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label wide\">Payment records<\/span><span class=\"pp-card-value\"><strong>5 years<\/strong> as required by Korean tax law<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label wide\">Website log data<\/span><span class=\"pp-card-value\"><strong>12 months<\/strong> from the date of collection<\/span><\/div>\n        <\/div>\n        <p>Once the retention period expires, your data is promptly and securely destroyed in accordance with our internal data disposal procedures.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 6. Sharing with Third Parties -->\n    <div id=\"third-parties\" class=\"pp-section\">\n      <p class=\"pp-num\">06<\/p>\n      <h2 class=\"serif\">Sharing with Third Parties<\/h2>\n      <div class=\"pp-body\">\n        <p>We do not sell your personal information. We may share your data with the following parties only as necessary:<\/p>\n        <ul class=\"pp-list\">\n          <li><strong>Medical equipment and product suppliers<\/strong> &mdash; anonymized and aggregated treatment data for equipment calibration and safety reporting<\/li>\n          <li><strong>Payment processors<\/strong> &mdash; transaction data necessary to process your payments securely (e.g., credit card processors, bank transfer services)<\/li>\n          <li><strong>Government and regulatory bodies<\/strong> &mdash; when required by Korean law, including the Ministry of Health and Welfare, National Tax Service, or upon lawful request by judicial authorities<\/li>\n          <li><strong>IT service providers<\/strong> &mdash; cloud hosting, website maintenance, and appointment system providers, bound by strict data processing agreements<\/li>\n        <\/ul>\n        <p>All third-party recipients are contractually obligated to protect your personal information and use it only for the specified purposes.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 7. International Data Transfer -->\n    <div id=\"international-transfer\" class=\"pp-section\">\n      <p class=\"pp-num\">07<\/p>\n      <h2 class=\"serif\">International Data Transfer<\/h2>\n      <div class=\"pp-body\">\n        <p>BNP Clinic primarily stores and processes all personal data within the Republic of Korea. However, for our international patients, please be aware of the following:<\/p>\n        <ul class=\"pp-list\">\n          <li>Your personal information is stored on servers located in the Republic of Korea<\/li>\n          <li>If you communicate with us via <strong>WeChat<\/strong>, your messages may be processed through servers operated by Tencent in the People&#8217;s Republic of China, subject to Tencent&#8217;s own privacy policy<\/li>\n          <li>If you communicate with us via <strong>\uc640\uce20\uc571<\/strong>, your messages may be processed through Meta&#8217;s global infrastructure<\/li>\n          <li>Appointment confirmation notifications may be sent via international messaging services<\/li>\n        <\/ul>\n        <p>Where cross-border transfer of personal data occurs, we ensure appropriate safeguards are in place as required under PIPA Article 17 and relevant guidelines from the Personal Information Protection Commission (PIPC).<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 8. Your Rights -->\n    <div id=\"your-rights\" class=\"pp-section\">\n      <p class=\"pp-num\">08<\/p>\n      <h2 class=\"serif\">Your Rights<\/h2>\n      <div class=\"pp-body\">\n        <p>Under PIPA, you have the following rights regarding your personal information:<\/p>\n        <ul class=\"pp-list\">\n          <li><strong>Right of access<\/strong> &mdash; request a copy of the personal data we hold about you<\/li>\n          <li><strong>Right of correction<\/strong> &mdash; request correction of inaccurate or incomplete personal data<\/li>\n          <li><strong>Right of deletion<\/strong> &mdash; request deletion of your personal data, except where retention is required by law (e.g., medical records)<\/li>\n          <li><strong>Right to withdraw consent<\/strong> &mdash; withdraw previously given consent at any time, without affecting the lawfulness of prior processing<\/li>\n          <li><strong>Right to suspend processing<\/strong> &mdash; request that we stop processing your personal data<\/li>\n          <li><strong>Right to file a complaint<\/strong> &mdash; lodge a complaint with the Personal Information Protection Commission (PIPC) at <a href=\"https:\/\/www.pipc.go.kr\" class=\"gold-link\" target=\"_blank\" rel=\"noopener\">www.pipc.go.kr<\/a><\/li>\n        <\/ul>\n        <p>To exercise any of these rights, please contact our Data Protection Officer using the details provided in Section 14 below. We will respond to your request within <strong>10 days<\/strong> of receipt, as required by law.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 9. Cookies & Analytics -->\n    <div id=\"cookies\" class=\"pp-section\">\n      <p class=\"pp-num\">09<\/p>\n      <h2 class=\"serif\">Cookies &amp; Analytics<\/h2>\n      <div class=\"pp-body\">\n        <p>Our website uses cookies and similar technologies to improve your browsing experience:<\/p>\n        <div class=\"pp-card\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\" style=\"width:160px;\">Essential cookies<\/span><span class=\"pp-card-value\">Required for the website and reservation system to function properly. These cannot be disabled.<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\" style=\"width:160px;\">Session cookies<\/span><span class=\"pp-card-value\">Maintain your session during a single visit, including reservation form progress. Deleted when you close your browser.<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\" style=\"width:160px;\">Analytics cookies<\/span><span class=\"pp-card-value\">Help us understand how visitors use our website (e.g., pages visited, time spent). Data is aggregated and anonymized.<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\" style=\"width:160px;\">Marketing cookies<\/span><span class=\"pp-card-value\">Optional. Used to deliver relevant advertisements. Only activated with your explicit consent.<\/span><\/div>\n        <\/div>\n        <p>You can manage your cookie preferences through your browser settings at any time. Disabling certain cookies may affect the functionality of our reservation system.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 10. Security Measures -->\n    <div id=\"security\" class=\"pp-section\">\n      <p class=\"pp-num\">10<\/p>\n      <h2 class=\"serif\">Security Measures<\/h2>\n      <div class=\"pp-body\">\n        <p>We implement comprehensive technical and organizational measures to protect your personal information:<\/p>\n        <ul class=\"pp-list\">\n          <li><strong>Encryption<\/strong> &mdash; all personal data is encrypted in transit (TLS 1.2+) and at rest (AES-256)<\/li>\n          <li><strong>Access controls<\/strong> &mdash; role-based access ensures only authorized medical and administrative staff can view patient data<\/li>\n          <li><strong>Staff training<\/strong> &mdash; all employees receive annual training on personal information protection and data handling procedures<\/li>\n          <li><strong>Regular audits<\/strong> &mdash; internal and external security audits are conducted to identify and address vulnerabilities<\/li>\n          <li><strong>Incident response<\/strong> &mdash; a documented breach notification procedure ensures prompt response and reporting to the PIPC within 72 hours if a breach occurs<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- 11. Marketing Communications -->\n    <div id=\"marketing\" class=\"pp-section\">\n      <p class=\"pp-num\">11<\/p>\n      <h2 class=\"serif\">Marketing Communications<\/h2>\n      <div class=\"pp-body\">\n        <p>We only send marketing communications with your <strong>explicit opt-in consent<\/strong>, in compliance with PIPA and Korea&#8217;s Act on Promotion of Information and Communications Network Utilization and Information Protection.<\/p>\n        <ul class=\"pp-list\">\n          <li>Marketing messages may be sent via SMS, email, KakaoTalk, or other messaging channels you have consented to<\/li>\n          <li>Each message includes a clear and easy <strong>unsubscribe<\/strong> option<\/li>\n          <li>Unsubscribe requests are processed within <strong>5 business days<\/strong><\/li>\n          <li>Withdrawing marketing consent does not affect your ability to receive essential appointment-related communications<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- 12. Children's Privacy -->\n    <div id=\"children\" class=\"pp-section\">\n      <p class=\"pp-num\">12<\/p>\n      <h2 class=\"serif\">Children&#8217;s Privacy<\/h2>\n      <div class=\"pp-body\">\n        <p>BNP Clinic&#8217;s dermatological services are intended for individuals aged <strong>19 years and older<\/strong>, in accordance with the Korean age of majority for independent medical consent under the Civil Act.<\/p>\n        <p>We do not knowingly collect personal information from individuals under 19 without verifiable parental or legal guardian consent. If we become aware that we have collected data from a minor without appropriate consent, we will take immediate steps to delete such information.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 13. Changes to Policy -->\n    <div id=\"changes\" class=\"pp-section\">\n      <p class=\"pp-num\">13<\/p>\n      <h2 class=\"serif\">Changes to This Policy<\/h2>\n      <div class=\"pp-body\">\n        <p>We may update this Privacy Policy from time to time to reflect changes in our practices, legal requirements, or services. When we make changes:<\/p>\n        <ul class=\"pp-list\">\n          <li>We will post the revised policy on this page with an updated effective date<\/li>\n          <li>Material changes will be announced on our website at least <strong>7 days<\/strong> before they take effect<\/li>\n          <li>For significant changes affecting your rights, we will make reasonable efforts to notify you via email or SMS<\/li>\n        <\/ul>\n        <p>We encourage you to review this policy periodically to stay informed about how we protect your data.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 14. Data Protection Officer -->\n    <div id=\"dpo\" class=\"pp-section\">\n      <p class=\"pp-num\">14<\/p>\n      <h2 class=\"serif\">Data Protection Officer<\/h2>\n      <div class=\"pp-body\">\n        <p>BNP Clinic has appointed a Data Protection Officer (DPO) responsible for overseeing our personal information protection practices and handling your inquiries:<\/p>\n        <div class=\"pp-card\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Title<\/span><span class=\"pp-card-value dark\">Data Protection Officer, BNP Clinic<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Department<\/span><span class=\"pp-card-value dark\">Administration &amp; Compliance<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Email<\/span><span class=\"pp-card-value\"><a href=\"mailto:privacy@bnpclinic.com\" class=\"gold-link\">privacy@bnpclinic.com<\/a><\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Phone<\/span><span class=\"pp-card-value dark\">+82 2-1234-5678 (ext. 200)<\/span><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 15. Contact Us -->\n    <div id=\"contact\" class=\"pp-section\">\n      <p class=\"pp-num\">15<\/p>\n      <h2 class=\"serif\">Contact Us<\/h2>\n      <div class=\"pp-body\">\n        <p>If you have any questions, concerns, or requests regarding this Privacy Policy or the handling of your personal information, please contact us:<\/p>\n        <div class=\"pp-card\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Clinic<\/span><span class=\"pp-card-value dark\">BNP Clinic<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Address<\/span><span class=\"pp-card-value dark\">Gangnam-gu, Seoul, Republic of Korea<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Phone<\/span><span class=\"pp-card-value dark\">+82 2-1234-5678<\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Email<\/span><span class=\"pp-card-value\"><a href=\"mailto:contact@bnpclinic.com\" class=\"gold-link\">contact@bnpclinic.com<\/a><\/span><\/div>\n          <hr class=\"pp-card-divider\">\n          <div class=\"pp-card-row\"><span class=\"pp-card-label\">Privacy Email<\/span><span class=\"pp-card-value\"><a href=\"mailto:privacy@bnpclinic.com\" class=\"gold-link\">privacy@bnpclinic.com<\/a><\/span><\/div>\n        <\/div>\n        <p>You may also file a complaint with the following government agencies:<\/p>\n        <ul class=\"pp-list\">\n          <li>Personal Information Protection Commission (PIPC): <a href=\"https:\/\/www.pipc.go.kr\" class=\"gold-link\" target=\"_blank\" rel=\"noopener\">www.pipc.go.kr<\/a><\/li>\n          <li>Korea Internet &amp; Security Agency (KISA) Privacy Center: 118<\/li>\n          <li>Personal Information Dispute Mediation Committee: +82 2-2100-2499<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Legal Privacy Policy How BNP Clinic collects, uses, and protects your personal information in accordance with Korea&#8217;s Personal Information Protection Act (PIPA). Effective Date: March 1, 2026 &nbsp;&middot;&nbsp; Last Updated: March 1, 2026 Table of Contents Introduction Information We Collect How We Collect Information Purpose of Collection Retention Period Sharing with Third Parties International Data [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-132","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":5,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":329,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/132\/revisions\/329"}],"wp:attachment":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}