{"id":349,"date":"2026-04-01T09:56:00","date_gmt":"2026-04-01T00:56:00","guid":{"rendered":"https:\/\/beaunpl.com\/?page_id=349"},"modified":"2026-04-21T08:58:56","modified_gmt":"2026-04-20T23:58:56","slug":"home-2","status":"publish","type":"page","link":"https:\/\/beaunpl.com\/ko\/","title":{"rendered":"home2"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>BEAUNPL Clinic | Premium Aesthetic Dermatology in Gangnam, Seoul<\/title>\n  <meta name=\"description\" content=\"BEAUNPL Clinic \u2014 Beauty &#038; Pleasure. Premium aesthetic dermatology in Gangnam, Seoul. Botox, Ultherapy, Thermage, Pico Laser and more.\">\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700&#038;family=Work+Sans:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n  <!-- Swiper CSS -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\">\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          colors: {\n            cream: '#F5F0EB',\n            sand: '#E8E0D8',\n            warm: '#D4C5B5',\n            taupe: '#B8A9A0',\n            'taupe-light': '#C8BBB2',\n            'taupe-dark': '#9E8E84',\n            dark: '#1A1A1A',\n            muted: '#8B8B8B',\n            'muted-dark': '#6B6560',\n            light: '#FAF9F6',\n            charcoal: '#2A2625',\n            marble: '#F0EBE3',\n            border: '#EDEDED',\n          },\n          fontFamily: {\n            serif: ['Outfit', 'sans-serif'],\n            sans: ['Work Sans', 'sans-serif'],\n          },\n          letterSpacing: {\n            'widest-plus': '0.25em',\n            'ultra': '0.35em',\n          }\n        }\n      }\n    }\n  <\/script>\n  <style>\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: 'Work Sans', sans-serif;\n      overflow-x: hidden;\n      background: #FAF9F6;\n      color: #1A1A1A;\n    }\n    \/* \u2500\u2500 Global side padding ~100px \u2500\u2500 *\/\n    section:not(#attractions) > div,\n    section.px-6,\n    section.lg\\:px-16 {\n      padding-left: 150px !important;\n      padding-right: 150px !important;\n    }\n    @media (max-width: 768px) {\n      section:not(#attractions) > div,\n      section.px-6,\n      section.lg\\:px-16 {\n        padding-left: 24px !important;\n        padding-right: 24px !important;\n      }\n    }\n    .font-serif { font-family: 'Outfit', sans-serif; }\n\n    \/* Smooth scrollbar *\/\n    html { scrollbar-width: thin; scrollbar-color: #D4C5B5 transparent; }\n    ::-webkit-scrollbar { width: 6px; }\n    ::-webkit-scrollbar-track { background: transparent; }\n    ::-webkit-scrollbar-thumb { background: #D4C5B5; border-radius: 3px; }\n\n    \/* Director image padding *\/\n    #director-img > img { padding: 50px; }\n\n    \/* \u2500\u2500 Scroll-triggered animations \u2500\u2500 *\/\n    .reveal {\n      opacity: 0; transform: translateY(50px);\n      transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal.visible { opacity: 1; transform: translateY(0); }\n    .reveal-left {\n      opacity: 0; transform: translateX(-50px);\n      transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal-left.visible { opacity: 1; transform: translateX(0); }\n    .reveal-right {\n      opacity: 0; transform: translateX(50px);\n      transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal-right.visible { opacity: 1; transform: translateX(0); }\n    .reveal-scale {\n      opacity: 0; transform: scale(0.95);\n      transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal-scale.visible { opacity: 1; transform: scale(1); }\n\n    \/* Stagger children *\/\n    .stagger > * { transition-delay: calc(var(--i, 0) * 0.12s); }\n\n    \/* \u2500\u2500 Attractions Swiper \u2500\u2500 *\/\n    .attractions-swiper { overflow: hidden; }\n    .attractions-swiper .swiper-slide {\n      width: 340px;\n      transition: opacity 0.3s ease;\n    }\n    @media (max-width: 640px) {\n      .attractions-swiper .swiper-slide { width: 280px; }\n    }\n    #attractions { padding-left: 150px; padding-right: 150px; }\n    @media (max-width: 768px) {\n      #attractions { padding-left: 24px; padding-right: 24px; }\n    }\n    .attraction-card {\n      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                  box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n    .attraction-card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 20px 60px rgba(0,0,0,0.08);\n    }\n    .img-zoom img {\n      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n    .img-zoom:hover img { transform: scale(1.05); }\n    .arrow-animate { transition: transform 0.3s ease; }\n    .group:hover .arrow-animate { transform: translateX(4px); }\n    .travel-badge { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }\n    .transport-info {\n      border-top: 1px solid rgba(184,169,160,0.15);\n    }\n    .transport-row {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .transport-row svg {\n      flex-shrink: 0;\n      color: #B8A9A0;\n    }\n    .explore-maps-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      color: #B8A9A0;\n      transition: color 0.2s ease;\n      cursor: pointer;\n    }\n    .explore-maps-link:hover {\n      color: #1A1A1A;\n    }\n    .swiper-nav-btn {\n      width: 48px; height: 48px;\n      border: 1px solid rgba(184,169,160,0.3);\n      background: transparent;\n      display: flex; align-items: center; justify-content: center;\n      cursor: pointer;\n      transition: all 0.3s ease;\n    }\n    .swiper-nav-btn:hover {\n      background: #1A1A1A;\n      border-color: #1A1A1A;\n      color: #FAF9F6;\n    }\n    .swiper-nav-btn.swiper-button-disabled {\n      opacity: 0.3; cursor: default; pointer-events: none;\n    }\n    .attractions-scrollbar,\n    .attractions-scrollbar .swiper-scrollbar-drag {\n      border-radius: 0 !important;\n    }\n    .attractions-scrollbar {\n      background: rgba(184,169,160,0.15) !important;\n      height: 2px !important;\n    }\n    .attractions-scrollbar .swiper-scrollbar-drag {\n      background: #B8A9A0 !important;\n    }\n\n\n    \/* \u2500\u2500 Hero video overlay \u2500\u2500 *\/\n    .hero-overlay {\n      background: linear-gradient(\n        180deg,\n        rgba(26, 26, 26, 0.20) 0%,\n        rgba(26, 26, 26, 0.05) 35%,\n        rgba(26, 26, 26, 0.10) 65%,\n        rgba(26, 26, 26, 0.45) 100%\n      );\n    }\n\n    \/* \u2500\u2500 Hero video \u2500\u2500 *\/\n    .hero-video {\n      position: absolute; inset: 0;\n      width: 100%; height: 100%;\n      object-fit: cover;\n    }\n    .hero-youtube {\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 100vw; height: 56.25vw; \/* 16:9 ratio *\/\n      min-height: 100vh; min-width: 177.78vh; \/* cover entire area *\/\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    \/* \u2500\u2500 Section divider \u2500\u2500 *\/\n    .divider-taupe { width: 48px; height: 1px; background: #B8A9A0; }\n\n    \/* \u2500\u2500 Treatment card hover \u2500\u2500 *\/\n    .treatment-card {\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .treatment-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);\n    }\n\n    \/* \u2500\u2500 Image zoom on hover \u2500\u2500 *\/\n    .img-zoom { overflow: hidden; }\n    .img-zoom img { transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }\n    .img-zoom:hover img { transform: scale(1.05); }\n\n    \/* \u2500\u2500 Scroll progress \u2500\u2500 *\/\n    .scroll-progress {\n      position: fixed; top: 0; left: 0; height: 2px;\n      background: linear-gradient(90deg, #B8A9A0, #C8BBB2);\n      z-index: 100; transition: width 0.1s linear;\n    }\n\n    \/* \u2500\u2500 Feature icon ring \u2500\u2500 *\/\n    .icon-ring {\n      width: 56px; height: 56px;\n      border: 1px solid rgba(184, 169, 160, 0.3);\n      border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      transition: border-color 0.3s ease, background 0.3s ease;\n    }\n    .icon-ring:hover {\n      border-color: #B8A9A0;\n      background: rgba(184, 169, 160, 0.06);\n    }\n\n    \/* \u2500\u2500 Gallery lightbox effect \u2500\u2500 *\/\n    .gallery-item { position: relative; }\n    .gallery-item::after {\n      content: ''; position: absolute; inset: 0;\n      background: rgba(26,26,26,0);\n      transition: background 0.4s ease;\n    }\n    .gallery-item:hover::after {\n      background: rgba(26,26,26,0.08);\n    }\n\n    \/* \u2500\u2500 Auto-scroll gallery (Fine Clinic style) \u2500\u2500 *\/\n    .gallery-scroll {\n      display: flex; gap: 16px;\n      animation: galleryScroll 40s linear infinite;\n      width: max-content;\n    }\n    .gallery-scroll:hover { animation-play-state: paused; }\n    .gallery-scroll-item {\n      flex: 0 0 auto;\n      width: 340px; height: 430px;\n      border-radius: 16px;\n      overflow: hidden;\n      position: relative;\n    }\n    .gallery-scroll-item img {\n      width: 100%; height: 100%; object-fit: cover;\n      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .gallery-scroll-item:hover img { transform: scale(1.05); }\n    .gallery-scroll-caption {\n      position: absolute; bottom: 0; left: 0; right: 0;\n      padding: 16px 20px;\n      background: linear-gradient(transparent, rgba(26,26,26,0.5));\n      color: #fff; font-size: 12px; letter-spacing: 0.15em;\n      opacity: 0; transition: opacity 0.3s ease;\n    }\n    .gallery-scroll-item:hover .gallery-scroll-caption { opacity: 1; }\n    @keyframes galleryScroll {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n    @media (max-width: 768px) {\n      .gallery-scroll-item { width: 280px; height: 360px; }\n    }\n\n    \/* \u2500\u2500 Testimonial slider \u2500\u2500 *\/\n    .testimonial-track {\n      display: flex; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .testimonial-slide { flex: 0 0 100%; min-width: 0; }\n    .testimonial-dot {\n      width: 6px; height: 6px; border-radius: 50%;\n      background: #D4C5B5; transition: all 0.3s ease;\n    }\n    .testimonial-dot.active {\n      width: 24px; border-radius: 3px; background: #B8A9A0;\n    }\n\n    \/* \u2500\u2500 Marble texture \u2500\u2500 *\/\n    .bg-marble {\n      background-image: url(\"data:image\/svg+xml,%3Csvg width='600' height='600' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.015' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    }\n\n    \/* \u2500\u2500 Reduced motion \u2500\u2500 *\/\n    @media (prefers-reduced-motion: reduce) {\n      .reveal, .reveal-left, .reveal-right, .reveal-scale {\n        opacity: 1; transform: none; transition: none;\n      }\n      .treatment-card { transition: none; }\n      .img-zoom img { transition: none; }\n      .testimonial-track { transition: none; }\n      html { scroll-behavior: auto; }\n    }\n  <\/style>\n<\/head>\n<body class=\"bg-light\">\n\n  <!-- Scroll Progress -->\n  <div class=\"scroll-progress\" id=\"scrollProgress\" style=\"width: 0%\"><\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 1 \u2014 HERO (Full-screen video background)\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"hero\" class=\"relative h-screen min-h-[600px] flex items-end overflow-hidden\">\n    <!-- Hero Video Background -->\n    <div class=\"absolute inset-0 overflow-hidden bg-black\">\n      <video\n        class=\"hero-video\"\n        src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/2026\/04\/%EB%B7%B0%EC%95%A4%ED%94%8C_260420_1920-1-1.mp4\"\n        autoplay\n        muted\n        loop\n        playsinline\n        preload=\"auto\"\n        id=\"heroVideo\"\n      ><\/video>\n      <div class=\"hero-overlay absolute inset-0 z-[2]\"><\/div>\n    <\/div>\n\n    <!-- Hero Content \u2014 Bottom-left aligned for video breathing room -->\n    <div class=\"relative z-10 w-full pb-16 sm:pb-20 lg:pb-24\">\n      <div class=\"max-w-7xl\">\n        <div class=\"max-w-2xl\">\n          <div class=\"reveal\" style=\"transition-delay: 0.3s\">\n            <p class=\"text-xs sm:text-sm tracking-ultra text-white\/60 mb-4 font-light\">GANGNAM, SEOUL<\/p>\n          <\/div>\n          <div class=\"reveal\" style=\"transition-delay: 0.5s\">\n            <h1 class=\"font-serif text-4xl sm:text-5xl md:text-6xl lg:text-7xl text-white leading-[1.05] tracking-wide\">\n              Beauty<br>\n              <em class=\"italic font-normal\">&#038;<\/em> Pleasure\n            <\/h1>\n          <\/div>\n          <div class=\"reveal\" style=\"transition-delay: 0.7s\">\n            <p class=\"text-sm sm:text-base text-white\/70 font-light leading-relaxed max-w-md mt-6 sm:mt-8\">\n              Where advanced dermatology meets the art of well-being.\n              Your skin deserves the finest care in the heart of Gangnam.\n            <\/p>\n          <\/div>\n          <div class=\"reveal\" style=\"transition-delay: 0.9s\">\n            <div class=\"flex flex-col sm:flex-row items-start gap-4 mt-8 sm:mt-10\">\n              <a href=\"\/booking\" class=\"inline-flex items-center px-8 py-3.5 text-xs tracking-widest-plus bg-white\/95 text-dark hover:bg-white transition-colors duration-200 cursor-pointer\">\n                BOOK APPOINTMENT\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 2 \u2014 ABOUT \/ PHILOSOPHY\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"about\" class=\"py-24 sm:py-32 lg:py-40 bg-cream\">\n    <div>\n      <div class=\"grid lg:grid-cols-2 gap-16 lg:gap-28 items-center\">\n        <!-- Text -->\n        <div class=\"order-2 lg:order-1 reveal-left\">\n          <p class=\"text-xs tracking-ultra text-taupe mb-6\">ABOUT DR. JC<\/p>\n          <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight mb-8\">\n            The pursuit of<br>\n            <em class=\"italic\">timeless<\/em> beauty\n          <\/h2>\n          <div class=\"divider-taupe mb-8\"><\/div>\n          <p class=\"text-muted-dark text-sm sm:text-base leading-[1.8] mb-6\">\n            With years of dedication to non-surgical facial rejuvenation \/ especially lifting and filler techniques \/ Dr. JC has developed a deep understanding of facial anatomy and what creates natural, balanced results through thousands of procedures and continuous refinement.\n          <\/p>\n          <p class=\"text-muted-dark text-sm sm:text-base leading-[1.8] mb-10\">\n            In an industry often driven by aggressive marketing, Dr. JC&#8217;s philosophy remains simple: <em class=\"text-dark\">natural, balanced, and precise results.<\/em> His goal is not to change who you are, but to help you look like the best version of yourself. Choose experience. Choose a doctor who truly understands the face.\n          <\/p>\n          <a href=\"#treatments\" class=\"inline-flex items-center gap-3 text-xs tracking-widest-plus text-dark hover:text-taupe transition-colors duration-200 cursor-pointer group\">\n            OUR TREATMENTS\n            <svg class=\"w-4 h-4 transform group-hover:translate-x-1 transition-transform duration-200\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\/><\/svg>\n          <\/a>\n        <\/div>\n        <!-- Doctor Profile Image -->\n        <div class=\"order-1 lg:order-2 reveal-right\">\n          <div class=\"relative\">\n            <div id=\"director-img\" class=\"img-zoom aspect-[3\/4] cursor-pointer\">\n              <img decoding=\"async\"\n                src=\"\/wp-content\/uploads\/2026\/04\/\uc6d0\uc7a5\ub2d8_6_\uc644-scaled.png\"\n                alt=\"Dr. Hwang Jong-cheol, Director of BEAUNPL Clinic\"\n                class=\"w-full h-full object-cover\"\n                loading=\"lazy\"\n              >\n            <\/div>\n            <!-- Floating quote card -->\n            <div class=\"absolute -bottom-8 -left-4 md:-left-12 bg-white p-6 md:p-8 shadow-xl max-w-xs\">\n              <svg class=\"w-6 h-6 text-taupe\/40 mb-3\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M11 7.05V4a1 1 0 0 0-1-1H7a8 8 0 0 0-8 8v6a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H3.07A6 6 0 0 1 7 5.05V7a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm13 0V4a1 1 0 0 0-1-1h-3a8 8 0 0 0-8 8v6a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-1.93A6 6 0 0 1 20 5.05V7a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z\"\/><\/svg>\n              <p class=\"font-serif text-lg italic leading-snug text-dark\">&#8220;My goal is not to change who you are, but to help you look like the best version of yourself.&#8221;<\/p>\n              <p class=\"text-[10px] tracking-[0.2em] uppercase text-muted mt-3\">Dr. JC &middot; Director<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 3 \u2014 CLINIC GALLERY\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"clinic\" class=\"py-24 sm:py-32 lg:py-40 bg-cream\/40\">\n    <div>\n      <div class=\"text-center mb-16 sm:mb-20 reveal\">\n        <p class=\"text-xs tracking-ultra text-taupe mb-6\">THE CLINIC<\/p>\n        <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight\">\n          A sanctuary of<br>\n          <em class=\"italic\">calm<\/em> &#038; care\n        <\/h2>\n      <\/div>\n    <\/div>\n\n    <!-- Auto-scroll Gallery (Fine Clinic style) -->\n    <div class=\"overflow-hidden reveal\" id=\"galleryContainer\">\n      <div class=\"gallery-scroll\" id=\"galleryScroll\">\n        <!-- Set 1 -->\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/20251211_161017_\ubcf4\uc815-scaled.jpg\" alt=\"Private consultation room\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">CONSULTATION ROOM<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/IMG_0540_\ubcf4\uc815-scaled.jpg\" alt=\"Treatment room with equipment\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">TREATMENT ROOM<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153651636_13-scaled.jpg\" alt=\"Interior detail with ceramic vases\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">INTERIOR DETAIL<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153720154_06-1-scaled.jpg\" alt=\"Warm interior with lighting detail\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">HALLWAY<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153720154_12-1.jpg\" alt=\"Shelf with ceramic vases and flowers\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">WAITING AREA<\/div>\n        <\/div>\n        <!-- Set 2 (duplicate for seamless loop) -->\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/20251211_161017_\ubcf4\uc815-scaled.jpg\" alt=\"Consultation room\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">CONSULTATION ROOM<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/IMG_0540_\ubcf4\uc815-1-scaled.jpg\" alt=\"Treatment room\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">TREATMENT ROOM<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153651636_13-scaled.jpg\" alt=\"Interior detail\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">INTERIOR DETAIL<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153651636_22-scaled.jpg\" alt=\"Equipment\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">EQUIPMENT<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153720154_06-scaled.jpg\" alt=\"Hallway\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">HALLWAY<\/div>\n        <\/div>\n        <div class=\"gallery-scroll-item cursor-pointer\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153720154_12-scaled.jpg\" alt=\"Waiting area\" loading=\"lazy\">\n          <div class=\"gallery-scroll-caption\">WAITING AREA<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 4 \u2014 RESULTS \/ BEFORE & AFTER\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"results\" class=\"py-24 sm:py-32 lg:py-40\" style=\"background-color: rgb(245 240 235 \/ 1);\">\n    <div>\n      <div class=\"grid lg:grid-cols-2 gap-16 lg:gap-24 items-center\">\n        <!-- Image collage -->\n        <div class=\"reveal-left relative\">\n          <div class=\"grid grid-cols-2 gap-4\">\n            <div class=\"img-zoom rounded-sm overflow-hidden aspect-[3\/4] cursor-pointer\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/03\/KakaoTalk_20241004_153651636_01-scaled.jpg\" alt=\"Before and after treatment result\" class=\"w-full h-full object-cover\" loading=\"lazy\">\n            <\/div>\n            <div class=\"img-zoom rounded-sm overflow-hidden aspect-[3\/4] mt-8 cursor-pointer\">\n              <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/KakaoTalk_20241004_153651636_05-scaled.jpg\" alt=\"Treatment result showcasing skin improvement\" class=\"w-full h-full object-cover\" loading=\"lazy\">\n            <\/div>\n          <\/div>\n          <!-- Floating stat card -->\n          <div class=\"absolute -bottom-6 left-1\/2 -translate-x-1\/2 bg-white px-8 py-5 shadow-lg rounded-sm text-center\">\n            <p class=\"font-serif text-3xl text-taupe\">98%<\/p>\n            <p class=\"text-xs text-muted tracking-wide mt-1\">Client Satisfaction<\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Text -->\n        <div class=\"reveal-right lg:pl-4\">\n          <p class=\"text-xs tracking-ultra text-taupe mb-6\">RESULTS<\/p>\n          <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight mb-8\">\n            Real<br>\n            <em class=\"italic\">transformations<\/em>\n          <\/h2>\n          <div class=\"divider-taupe mb-8\"><\/div>\n          <p class=\"text-muted-dark text-sm sm:text-base leading-relaxed mb-6\">\n            See real client results \u2014 from subtle enhancements to stunning transformations. Every procedure at BEAUNPL is designed to bring out your natural radiance.\n          <\/p>\n\n          <!-- Stats row -->\n          <div class=\"grid grid-cols-3 gap-6 mb-10\">\n            <div>\n              <p class=\"font-serif text-2xl sm:text-3xl text-dark\">15+<\/p>\n              <p class=\"text-xs text-muted mt-1\">Years Experience<\/p>\n            <\/div>\n            <div>\n              <p class=\"font-serif text-2xl sm:text-3xl text-dark\">30K+<\/p>\n              <p class=\"text-xs text-muted mt-1\">Procedures Done<\/p>\n            <\/div>\n            <div>\n              <p class=\"font-serif text-2xl sm:text-3xl text-dark\">5<\/p>\n              <p class=\"text-xs text-muted mt-1\">Specialist Doctors<\/p>\n            <\/div>\n          <\/div>\n\n          <a href=\"#\" class=\"inline-flex items-center gap-3 text-xs tracking-widest-plus text-dark hover:text-taupe transition-colors duration-200 cursor-pointer group\">\n            VIEW ALL RESULTS\n            <svg class=\"w-4 h-4 transform group-hover:translate-x-1 transition-transform duration-200\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 5 \u2014 SIGNATURE TREATMENTS\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"treatments\" class=\"py-24 sm:py-32 lg:py-40\">\n    <div>\n      <!-- Header -->\n      <div class=\"text-center mb-16 sm:mb-20 reveal\">\n        <p class=\"text-xs tracking-ultra text-taupe mb-6\">SIGNATURE PROGRAMS<\/p>\n        <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight\">\n          Signature<br>\n          <em class=\"italic\">Procedures<\/em>\n        <\/h2>\n      <\/div>\n\n      <!-- Treatment Cards \u2014 3 column grid -->\n      <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-8\">\n        <!-- Card 1: Ultherapy -->\n        <a href=\"#\" class=\"group reveal cursor-pointer block\" style=\"--i: 0\">\n          <div class=\"img-zoom aspect-[4\/3] mb-6 relative rounded-sm overflow-hidden\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/hardware-cosmetology-cosmetology-face-procedure-ultraformer-lifting-scaled.jpg\" alt=\"Professional facial treatment at BEAUNPL\" class=\"w-full h-full object-cover\" loading=\"lazy\">\n            <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n          <\/div>\n          <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe mb-2\">Lifting<\/p>\n          <h3 class=\"font-serif text-2xl md:text-3xl font-light mb-2 group-hover:text-taupe transition-colors\">Ultherapy<\/h3>\n          <p class=\"text-sm text-muted leading-relaxed mb-4\">Non-invasive lifting and tightening using focused ultrasound energy for the face and neck.<\/p>\n          <div class=\"flex flex-wrap gap-2\">\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">Ulthera<\/span>\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">HIFU<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- Card 2: Thermage -->\n        <a href=\"#\" class=\"group reveal cursor-pointer block\" style=\"--i: 1\">\n          <div class=\"img-zoom aspect-[4\/3] mb-6 relative rounded-sm overflow-hidden\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/9432.jpg\" alt=\"Skin rejuvenation treatment at BEAUNPL\" class=\"w-full h-full object-cover\" loading=\"lazy\">\n            <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n          <\/div>\n          <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe mb-2\">Skin Tightening<\/p>\n          <h3 class=\"font-serif text-2xl md:text-3xl font-light mb-2 group-hover:text-taupe transition-colors\">Thermage FLX<\/h3>\n          <p class=\"text-sm text-muted leading-relaxed mb-4\">Radiofrequency skin tightening that stimulates collagen renewal for firmer, smoother skin.<\/p>\n          <div class=\"flex flex-wrap gap-2\">\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">Thermage<\/span>\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">RF<\/span>\n          <\/div>\n        <\/a>\n\n        <!-- Card 3: Pico Laser -->\n        <a href=\"#\" class=\"group reveal cursor-pointer block\" style=\"--i: 2\">\n          <div class=\"img-zoom aspect-[4\/3] mb-6 relative rounded-sm overflow-hidden\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1512290923902-8a9f81dc236c?w=800&#038;h=450&#038;fit=crop\" alt=\"Body treatment and skin therapy at BEAUNPL\" class=\"w-full h-full object-cover\" loading=\"lazy\">\n            <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n          <\/div>\n          <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe mb-2\">Rejuvenation<\/p>\n          <h3 class=\"font-serif text-2xl md:text-3xl font-light mb-2 group-hover:text-taupe transition-colors\">Pico Laser<\/h3>\n          <p class=\"text-sm text-muted leading-relaxed mb-4\">Ultra-short pulse laser for pigmentation, acne scars, and skin rejuvenation with minimal downtime.<\/p>\n          <div class=\"flex flex-wrap gap-2\">\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">Pico Laser<\/span>\n            <span class=\"text-[10px] tracking-widest uppercase text-taupe border border-sand px-3 py-1.5\">Fraxel<\/span>\n          <\/div>\n        <\/a>\n      <\/div>\n\n      <!-- View All -->\n      <div class=\"text-center mt-16 reveal\">\n        <a href=\"\/treatments\" class=\"inline-flex items-center gap-3 px-10 py-4 border border-dark\/20 text-dark text-[10px] tracking-[0.2em] uppercase hover:bg-dark hover:text-light transition-all duration-300 cursor-pointer\">\n          View All Treatments\n          <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M4 12h16m0 0l-6-6m6 6l-6 6\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 4.5 \u2014 GOOGLE REVIEWS (WP plugin shortcode)\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"google-reviews\" class=\"bg-light\">\n    <div class=\"text-center pt-24 lg:pt-32\">\n      <p class=\"text-xs tracking-ultra text-taupe-dark mb-6 reveal\">GOOGLE REVIEWS<\/p>\n      <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight reveal\">\n        Words from our<br>\n        <em class=\"italic\">guests<\/em>\n      <\/h2>\n    <\/div>\n    <style>#wprev-slider-2 .wprev_preview_bradius_T1 {border-radius: 0px;}#wprev-slider-2 .wprev_preview_bg1_T1::after{ border-top: 30px solid ; }<\/style><style>.wprs_unslider { max-width: 1440px; margin: 0 auto; padding: 96px 150px; font-family: &#039;Work Sans&#039;, sans-serif; color: #1A1A1A; position: relative; } @media (max-width: 1024px) { .wprs_unslider { padding: 80px 60px; } } @media (max-width: 768px) { .wprs_unslider { padding: 64px 24px; } } \/* \uc2ac\ub77c\uc774\ub354 \ubc15\uc2a4 &mdash; unslider\uc758 \ub3d9\uc791(width 300%, left \ud2b8\ub79c\uc9c0\uc158)\uc744 \ubcf4\uc874\ud574\uc57c \ud558\ubbc0\ub85c height\/overflow\/wrap\uc758 flex \ubcc0\ud658\uc740 \uc808\ub300 \uac74\ub4dc\ub9ac\uc9c0 \uc54a\ub294\ub2e4. *\/ \/* \uc2ac\ub77c\uc774\ub4dc \ub0b4\ubd80 3-\uceec\ub7fc \uadf8\ub9ac\ub4dc (li \uc548\ucabd\uc774\ub77c \uc2ac\ub77c\uc774\ub354 \ub3d9\uc791\uc5d0 \uc601\ud5a5 \uc5c6\uc74c) *\/ .wprevpro_t1_outer_div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 8px 0 56px; box-sizing: border-box; \/* \ubaa8\ub4e0 \uc2ac\ub77c\uc774\ub4dc\uc758 \uce74\ub4dc \ud589 \ub192\uc774\ub97c \ud1b5\uc77c *\/ align-items: stretch; min-height: 460px; } @media (max-width: 1024px) { .wprevpro_t1_outer_div { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .wprevpro_t1_outer_div { grid-template-columns: 1fr; gap: 20px; } } \/* \uceec\ub7fc wrapper \ucd08\uae30\ud654 *\/ .wprevpro_t1_DIV_1.w3_wprs-col { width: 100% !important; padding: 0 !important; display: flex; flex-direction: column; } \/* \ub9d0\uaf2c\ub9ac(speech tail) \uc81c\uac70 &mdash; \ud15c\ud50c\ub9bf\uc774 ::before\/::after\ub85c \uadf8\ub9ac\ub294 \uc0bc\uac01\ud615 *\/ .indrevdiv::before, .indrevdiv::after, .wprevpro_t1_DIV_2::before, .wprevpro_t1_DIV_2::after, .wprevpro_t1_DIV_1::before, .wprevpro_t1_DIV_1::after { display: none !important; content: none !important; border: 0 !important; background: none !important; } \/* \u2500\u2500 \uce74\ub4dc \ubcf8\uccb4 \u2500\u2500 *\/ .indrevdiv.wprevpro_t1_DIV_2 { background: #FAF9F6 !important; border: 1px solid #EDEDED; border-radius: 4px !important; padding: 32px 28px 28px !important; flex: 1; display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s ease; box-shadow: 0 1px 0 rgba(26, 26, 26, 0.02); } .indrevdiv.wprevpro_t1_DIV_2:hover { transform: translateY(-4px); border-color: #D4C5B5; box-shadow: 0 18px 40px -22px rgba(26, 26, 26, 0.18); } \/* \ub9ac\ubdf0 \ubcf8\ubb38 \ud14d\uc2a4\ud2b8 &mdash; 8\uc904 \uace0\uc815 \ubc15\uc2a4\ub85c \uce74\ub4dc \ub192\uc774 \ud1b5\uc77c *\/ .wprevpro_t1_P_3 { font-size: 14px !important; line-height: 1.75 !important; color: #6B6560 !important; font-weight: 400; margin: 0 0 20px !important; letter-spacing: 0.005em; display: -webkit-box; -webkit-line-clamp: 8; line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; \/* 14px * 1.75 * 8\uc904 = 196px \uace0\uc815 *\/ height: 196px; } \/* \ubbf8\ub514\uc5b4 \uc378\ub124\uc77c\uc774 \uc788\ub294 \uacbd\uc6b0\uc5d4 \ubcf8\ubb38 \uc904 \uc218\ub97c \uc904\uc5ec \uce74\ub4dc \ucd1d \ub192\uc774 \uc720\uc9c0 *\/ .wprevpro_t1_DIV_2:has(.wprev_media_div) .wprevpro_t1_P_3 { -webkit-line-clamp: 4; line-clamp: 4; height: 98px; } \/* \ubcc4\uc810 \ud589 *\/ .wprevpro_star_imgs_T1 { display: flex; align-items: center; gap: 2px; margin-bottom: 14px; } .wprevpro_star_imgs.wprevpro_star_imgsloc1 { display: inline-flex; gap: 2px; } .svg-wprsp-star { display: inline-block; width: 14px; height: 14px; background: #B8A9A0 !important; -webkit-mask: url(&quot;data:image\/svg+xml;utf8,&lt;svg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; viewBox=&#039;0 0 24 24&#039;&gt;&lt;path d=&#039;M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z&#039;\/&gt;&lt;\/svg&gt;&quot;) center\/contain no-repeat; mask: url(&quot;data:image\/svg+xml;utf8,&lt;svg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; viewBox=&#039;0 0 24 24&#039;&gt;&lt;path d=&#039;M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z&#039;\/&gt;&lt;\/svg&gt;&quot;) center\/contain no-repeat; } \/* Verified \ubc43\uc9c0 *\/ .verifiedloc1.wprevpro_verified_svg { display: inline-block; margin: 0 8px 0 6px; vertical-align: middle; } .svg-wprsp-verified { display: inline-block; width: 14px; height: 14px; background: #B8A9A0; -webkit-mask: url(&quot;data:image\/svg+xml;utf8,&lt;svg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; viewBox=&#039;0 0 24 24&#039;&gt;&lt;path d=&#039;M12 2l2.39 2.45 3.4-.49.49 3.4L20.73 9.6 19.27 12l1.46 2.4-2.45 2.24-.49 3.4-3.4-.49L12 22l-2.39-2.45-3.4.49-.49-3.4L3.27 14.4 4.73 12 3.27 9.6l2.45-2.24.49-3.4 3.4.49L12 2zm-1.2 13.4l5.66-5.66-1.42-1.42-4.24 4.24-2.12-2.12L7.27 12l3.53 3.4z&#039;\/&gt;&lt;\/svg&gt;&quot;) center\/contain no-repeat; mask: url(&quot;data:image\/svg+xml;utf8,&lt;svg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; viewBox=&#039;0 0 24 24&#039;&gt;&lt;path d=&#039;M12 2l2.39 2.45 3.4-.49.49 3.4L20.73 9.6 19.27 12l1.46 2.4-2.45 2.24-.49 3.4-3.4-.49L12 22l-2.39-2.45-3.4.49-.49-3.4L3.27 14.4 4.73 12 3.27 9.6l2.45-2.24.49-3.4 3.4.49L12 2zm-1.2 13.4l5.66-5.66-1.42-1.42-4.24 4.24-2.12-2.12L7.27 12l3.53 3.4z&#039;\/&gt;&lt;\/svg&gt;&quot;) center\/contain no-repeat; } \/* \ubbf8\ub514\uc5b4 \uc378\ub124\uc77c *\/ .wprev_media_div { display: flex; gap: 8px; margin: 4px 0 18px; flex-wrap: wrap; } .wprev_media_img_a { display: block; line-height: 0; } .wprev_media_img { width: 64px; height: 64px; object-fit: cover; border-radius: 3px; border: 1px solid #EDEDED; transition: transform 0.4s ease, border-color 0.3s ease; } .wprev_media_img:hover { transform: scale(1.04); border-color: #B8A9A0; } \/* \uc791\uc131\uc790 \uc601\uc5ed *\/ .wprevpro_t1_A_8 { display: inline-flex; vertical-align: middle; margin-top: auto; padding-top: 8px; } .wprevpro_t1_IMG_4 { width: 40px !important; height: 40px !important; border-radius: 50% !important; border: 1px solid #EDEDED; object-fit: cover; } .wprevpro_t1_SPAN_5 { display: inline-block; vertical-align: middle; margin-left: 12px; font-family: &#039;Outfit&#039;, sans-serif !important; font-size: 14px !important; font-weight: 500 !important; color: #1A1A1A !important; letter-spacing: 0.02em; padding-top: 8px; } .wprev_showdate_T1 { display: block; font-family: &#039;Work Sans&#039;, sans-serif !important; font-size: 11px !important; font-weight: 400 !important; color: #8B8B8B !important; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; } \/* \u2500\u2500 Prev \/ Next \ud654\uc0b4\ud45c \u2500\u2500 *\/ .wprs_unslider-arrow { position: absolute; top: 38%; width: 44px; height: 44px; border-radius: 50%; background: #FAF9F6 !important; border: 1px solid #EDEDED; color: transparent !important; font-size: 0 !important; cursor: pointer; transition: all 0.3s ease; z-index: 5; } .wprs_unslider-arrow:hover { background: #B8A9A0 !important; border-color: #B8A9A0; } .wprs_unslider-arrow.prev { left: 90px; } .wprs_unslider-arrow.next { right: 90px; } @media (max-width: 768px) { .wprs_unslider-arrow.prev { left: 0; } .wprs_unslider-arrow.next { right: 0; } } .wprs_unslider-arrow::before { content: &#039;&#039;; position: absolute; inset: 0; margin: auto; width: 10px; height: 10px; border-top: 1.5px solid #1A1A1A; border-right: 1.5px solid #1A1A1A; transition: border-color 0.3s ease; } .wprs_unslider-arrow.prev::before { transform: rotate(-135deg); margin-left: 18px; } .wprs_unslider-arrow.next::before { transform: rotate(45deg); margin-right: 18px; } .wprs_unslider-arrow:hover::before { border-color: #FAF9F6; } \/* \u2500\u2500 \ub3c4\ud2b8 \ub124\ube44\uac8c\uc774\uc158 (home2 testimonial-dot \uc2a4\ud0c0\uc77c) \u2500\u2500 *\/ .wprs_unslider-nav { display: flex; justify-content: center; margin-top: 8px; } .wprs_unslider-nav ol { display: flex; gap: 10px; padding: 0; margin: 0; list-style: none; } .wprs_unslider-nav ol li { width: 6px; height: 6px; border-radius: 50%; background: #D4C5B5; text-indent: -9999px; cursor: pointer; transition: all 0.3s ease; } .wprs_unslider-nav ol li.wprs_unslider-active { width: 24px; border-radius: 3px; background: #B8A9A0; } \/* \uc774\ubaa8\uc9c0 \uc815\ub82c *\/ .wprevpro_t1_P_3 img.emoji { width: 14px; height: 14px; vertical-align: -2px; display: inline-block; }<\/style><div class=\"wprev-slider revnotsameheight\" id=\"wprev-slider-2\" data-revsameheight=\"no\" data-onemobil=\"\" data-sliderautoplay=\"\"  data-slidespeed=\"1\" data-slideautodelay=\"5\" data-sliderhideprevnext=\"\" data-sliderhidedots=\"\" data-sliderfixedheight=\"\"><ul><li>\t\t<div class=\"wprevpro_t1_outer_div w3_wprs-row-padding\">\r\n\t\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I came across Dr. JC on Instagram by chance and quickly became a huge fan, so I made sure to visit the clinic during my trip to Korea!\n\nFrom the moment I arrived, the clinic felt as luxurious as a 5-star hotel, and all the staff were incredibly kind and welcoming. Before meeting the doctor, I had a consultation with a professional consultant, and then I was able to meet Dr. JC in person to discuss everything in more detail.\n\nSince it was my first time visiting a dermatology clinic, I didn\u2019t know much\u2014but they carefully identified exactly what I needed and the areas I wanted to improve, and recommended the most suitable treatments for me.\n\nI\u2019m extremely satisfied with my experience and will definitely come back on my next trip to Korea. I will also be recommending this clinic to my friends and family!\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLS3JO1rVmZmaTilKAQArGwV0HQ7YHYpwuZn6t2eA-CoyrFZw=s64-c-rp-mo-br100\" alt=\"\uba85\uc218\ud604 Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">\uba85\uc218\ud604<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 1, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I visited this clinic again after a while, and I\u2019m still extremely satisfied\nThe consultation was very thorough, and they explained everything clearly based on my skin condition, which made me feel really confident and comfortable.\n\nThe procedure itself was done very carefully step by step, and all the staff were so kind, making the whole experience relaxing and pleasant\n\nMost importantly, I can definitely see an improvement in my skin texture, and the lifting effect looks very natural\u2014I absolutely love the results!\n\nI\u2019ll definitely keep coming back\nHighly recommended for anyone with skin concerns \ud83d\udc9b\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLyRCfcbQaH8hnOCgevRK7q5qP1gihLopYvFzAU0hLgCZPutg=s64-c-rp-mo-br100\" alt=\"\ucd5c\uc815\uc724 Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">\ucd5c\uc815\uc724<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 5, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I visited this clinic for the first time through a friend\u2019s recommendation, and it exceeded my expectations\nFrom consultation to the procedure, everything felt very systematic and detail-oriented.\n\nThey accurately assessed my skin condition and only recommended treatments that were truly necessary, which made me trust them even more\ud83d\ude42\n\nDuring the procedure, they kept checking on my condition and made sure I was comfortable, so I was able to relax the whole time.\n\nAfter the treatment, my skin looks clearer and feels more lifted and firm\u2014I\u2019m really happy with the results!\nI\u2019ll definitely be coming back again!!\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVMDr3vnwr1W2V75jWZ37X6jUCdtdimzqNyJET5usZU0yLj5im_=s64-c-rp-mo-br100\" alt=\"BO Jang Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">BO Jang<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 5, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t<\/div>\r\n<\/li><li class=\"wprevnextslide\">\t\t<div class=\"wprevpro_t1_outer_div w3_wprs-row-padding\">\r\n\t\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I recently visited a dermatology clinic that specializes in lifting treatments \ud83d\ude0a\nI\u2019ve been concerned about skin elasticity lately, so I decided to book a consultation\u2014and I\u2019m really glad I did.\n\nFrom the consultation to the explanation of the procedure, everything was very thorough and professional.\nThey didn\u2019t push unnecessary treatments and instead recommended options that suited my skin condition, which I really appreciated.\n\nThey also explained the lifting process, expected results, and afte\t\t\t\t<\/p>\r\n\t\t\t\t<div class=\"wprev_media_div 2\"><a data-fslightbox=\"wprevgallery30\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36a0103e-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36a0103e-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 0\"><\/a><a data-fslightbox=\"wprevgallery30\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36a2f75f-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36a2f75f-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 1\"><\/a><\/div>\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocI54Px3vjqE0iQRZcJKnTWv_BXoOMreP6zUXioKl8jXuC9DAg=s64-c-rp-mo-br100\" alt=\"\uc720\ud6a8\uc9c4 Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">\uc720\ud6a8\uc9c4<br\/><span class=\"wprev_showdate_T1\">3\uc6d4 20, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>From consultation to treatment, everything is handled with great care and attention to detail. The clinic takes time to understand each patient rather than rushing, which makes the experience feel more personalized.\n\nThe head doctor is known for delivering natural, well-balanced results, especially with treatments like Thermage, Ultherapy, Rejuran, and fillers. There\u2019s a clear sense of experience and aesthetic judgment behind the work.\n\nI also appreciated how private and discreet the overall process is. It feels calm, professional, and well-managed from start to finish.\n\nRecommended for those looking for a high-quality, detail-focused clinic experience in Seoul\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLHcCH1mX7qnULyuv79SH0JGLQZEtqPl3ZD62amu5qRSsFLYw=s64-c-rp-mo-br100\" alt=\"\uc7a5\uc900\uadfc Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">\uc7a5\uc900\uadfc<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 6, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I discovered this clinic through Instagram, and after seeing a lot of information, I felt like I had to visit this place\u2014so I did.\n\nFrom the cleansing to the consultation, the entire process was very well-organized and professional, which made me feel confident. They recommended treatments tailored to my skin through a personalized design, which was extremely helpful for someone like me who isn\u2019t very familiar with procedures.\n\nI had been unsure about what treatments to choose and how to improve\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJq3J0j-O6NNKx5ok_MtfZ24k41UEkYAeoGud6kGwpeSJ5NTg=s64-c-rp-mo-br100\" alt=\"Sora Youn Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">Sora Youn<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 4, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t<\/div>\r\n<\/li><li class=\"wprevnextslide\">\t\t<div class=\"wprevpro_t1_outer_div w3_wprs-row-padding\">\r\n\t\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>It was an amazing experience, they are really nice and professional.\nIt\u2019s a really beautiful place.\nAnd it was really easy to communicate and understand the procedures. Grace was so amazing and kind helping my daughter and I with every doubt that we have. We definitely will back.\t\t\t\t<\/p>\r\n\t\t\t\t<div class=\"wprev_media_div 4\"><a data-fslightbox=\"wprevgallery25\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb366cf4d4-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb366cf4d4-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 0\"><\/a><a data-fslightbox=\"wprevgallery25\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36711b1d-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36711b1d-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 1\"><\/a><a data-fslightbox=\"wprevgallery25\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36743902-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb36743902-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 2\"><\/a><a data-fslightbox=\"wprevgallery25\" class=\"wprev_media_img_a notyoutu\" href=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb3677503a-0.jpg\" ><img decoding=\"async\" src=\"https:\/\/beaunpl.com\/wp-content\/uploads\/wp-google-reviews\/images\/review-image-69ddb3677503a-0.jpg\" class=\"wprev_media_img\"  alt=\"media thumbnail 3\"><\/a><\/div>\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUvHGiZeat26AT_sXb3EXeFrGhpXz0ikmRuJ7IdYobc-i9YNOkT=s64-c-rp-mo-br100\" alt=\"Janny Flores Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">Janny Flores<br\/><span class=\"wprev_showdate_T1\">3\uc6d4 27, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>I visited this clinic after making a reservation in advance before my trip to Korea, based on a recommendation from a friend. From the moment I arrived, it exceeded my expectations\u2014the place itself is beautiful, well-maintained, and very professional. The facilities are modern and spotless, and the staff were incredibly kind, attentive, and welcoming throughout my visit.\n\nAs someone who doesn\u2019t have much experience with dermatology treatments, I especially appreciated how thoroughly they took the time to understand my skin and concerns. They explained everything in detail and carefully guided me through which treatments would be most suitable for me, without any pressure.\n\nOverall, I had a very satisfying experience and felt well taken care of from start to finish. I would definitely recommend this clinic to anyone visiting Korea and looking for high-quality skincare services \ud83d\ude0a\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjX3n-i3CPbVbVUSO8qYvSCW3w4xdKg2ncwHnAXcXJ6zNcyeP-E=s64-c-rp-mo-br100\" alt=\"lotsokimm Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">lotsokimm<br\/><span class=\"wprev_showdate_T1\">3\uc6d4 17, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t\t<div class=\"wprevpro_t1_DIV_1 w3_wprs-col l4\">\r\n\t\t\t<div class=\"indrevdiv wprevpro_t1_DIV_2 wprev_preview_bg1_T1 wprev_preview_tcolor1_T1 wprev_preview_bradius_T1\">\r\n\t\t\t\t<p class=\"wprevpro_t1_P_3 wprev_preview_tcolor1_T1\">\r\n\t\t\t\t\t<span class=\"wprevpro_star_imgs_T1\"><span class=\"starloc1 wprevpro_star_imgs wprevpro_star_imgsloc1\"><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><span class=\"svgicons svg-wprsp-star\"><\/span><\/span><\/span><span class=\"verifiedloc1 wprevpro_verified_svg wprevtooltip\" data-wprevtooltip=\"Verified on Google\"><span class=\"svgicons svg-wprsp-verified\"><\/span><\/span>This was my first visit to Beauty&Pleasure, and I was very impressed. The clinic\u2019s interior is beautiful, and its location is very convenient, being close to the subway station. The staff were incredibly kind, which made my entire visit comfortable and pleasant.\nThey kindly recommended treatments that suited me well and provided detailed explanations, which I really appreciated. Both the consultant and the doctors were highly professional, so I felt reassured and confident receiving the treatment.\nIt\u2019s such an excellent dermatology clinic that I would gladly recommend it to my friends. I will definitely visit again next time.\t\t\t\t<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div><span class=\"wprevpro_t1_A_8\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjX9a7dX-DBmGw1BfNRPp7ZYs0_nRyPwAkzp_tqd6sPKUtXR6es=s64-c-rp-mo-br100\" alt=\"ho I Avatar\" class=\"wprevpro_t1_IMG_4\" loading=\"lazy\" \/><\/span> <span class=\"wprevpro_t1_SPAN_5 wprev_preview_tcolor2_T1\">ho I<br\/><span class=\"wprev_showdate_T1\">4\uc6d4 1, 2026<\/span> <\/span>\r\n\t\t<\/div>\r\n\t\t<\/div>\r\n<\/li><\/ul><\/div>\r\n\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 5 \u2014 WHY BEAUNPL (Full-width parallax + features)\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section class=\"relative py-24 sm:py-32 lg:py-40 overflow-hidden\" style=\"background: linear-gradient(135deg, #E8E0D8 0%, #D4C5B5 40%, #C8BBB2 100%)\">\n    <div class=\"absolute inset-0 bg-marble opacity-40\"><\/div>\n    <div class=\"relative z-10 text-center\">\n      <div class=\"reveal\">\n        <p class=\"text-xs tracking-ultra text-taupe-dark mb-6\">WHY BEAUNPL<\/p>\n        <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight mb-8\">\n          Where science meets<br>\n          <em class=\"italic\">sophistication<\/em>\n        <\/h2>\n        <div class=\"divider-taupe mx-auto mb-10\"><\/div>\n      <\/div>\n      <div class=\"grid sm:grid-cols-3 gap-8 sm:gap-12 stagger\">\n        <div class=\"reveal text-center\" style=\"--i: 0\">\n          <div class=\"icon-ring mx-auto mb-4\">\n            <svg class=\"w-5 h-5 text-taupe-dark\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\/><\/svg>\n          <\/div>\n          <h3 class=\"font-serif text-lg text-dark mb-2\">Board-Certified<\/h3>\n          <p class=\"text-muted-dark text-xs leading-relaxed\">All procedures performed by board-certified dermatologists with 15+ years of experience.<\/p>\n        <\/div>\n        <div class=\"reveal text-center\" style=\"--i: 1\">\n          <div class=\"icon-ring mx-auto mb-4\">\n            <svg class=\"w-5 h-5 text-taupe-dark\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\"\/><\/svg>\n          <\/div>\n          <h3 class=\"font-serif text-lg text-dark mb-2\">Advanced Technology<\/h3>\n          <p class=\"text-muted-dark text-xs leading-relaxed\">State-of-the-art equipment including Ultherapy, Thermage FLX, and the latest Pico lasers.<\/p>\n        <\/div>\n        <div class=\"reveal text-center\" style=\"--i: 2\">\n          <div class=\"icon-ring mx-auto mb-4\">\n            <svg class=\"w-5 h-5 text-taupe-dark\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\"\/><\/svg>\n          <\/div>\n          <h3 class=\"font-serif text-lg text-dark mb-2\">Personalized Care<\/h3>\n          <p class=\"text-muted-dark text-xs leading-relaxed\">Every treatment plan is customized after thorough consultation and skin analysis.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION \u2014 NEARBY ATTRACTIONS\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"attractions\" class=\"py-24 sm:py-32 lg:py-40 bg-light overflow-hidden\">\n\n    <!-- Section Header + Nav -->\n    <div class=\"mb-14 sm:mb-16\">\n      <div class=\"flex flex-col sm:flex-row sm:items-end sm:justify-between gap-8 reveal\">\n        <div>\n          <p class=\"text-xs tracking-ultra text-taupe-dark mb-6 font-sans uppercase\">EXPLORE NEARBY<\/p>\n          <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-dark leading-tight font-light\">\n            Discover Gangnam&#8217;s<br><em class=\"italic font-light\">finest<\/em> destinations\n          <\/h2>\n          <p class=\"text-muted-dark text-sm leading-relaxed mt-5 max-w-md font-light\">\n            Must-visit attractions just steps away from our clinic in the heart of Apgujeong.\n          <\/p>\n        <\/div>\n        <!-- Navigation Arrows + View All -->\n        <div class=\"flex items-center gap-3 flex-shrink-0\">\n          <button class=\"swiper-nav-btn swiper-prev-btn\" aria-label=\"Previous attraction\">\n            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M19.5 12h-15m0 0l6.75 6.75M4.5 12l6.75-6.75\"\/><\/svg>\n          <\/button>\n          <button class=\"swiper-nav-btn swiper-next-btn\" aria-label=\"Next attraction\">\n            <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75\"\/><\/svg>\n          <\/button>\n          <a href=\"\/attraction\" class=\"hidden sm:inline-flex items-center gap-2 ml-4 text-[10px] tracking-widest-plus uppercase text-taupe-dark hover:text-dark transition-colors cursor-pointer\">\n            View All\n            <svg class=\"w-3.5 h-3.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Swiper Carousel -->\n    <div class=\"reveal\">\n      <div class=\"swiper attractions-swiper\">\n        <div class=\"swiper-wrapper\">\n\n          <!-- Slide 1: Garosu-gil -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Garosu-gil.jpg\"\n                     alt=\"Garosu-gil - tree-lined boulevard with designer boutiques and cafes in Sinsa-dong, Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Shopping &#038; Lifestyle<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Garosu-gil<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">Designer boutiques, artisan cafes, and contemporary galleries along a tree-lined boulevard.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 3min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 8min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/garosugil\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 2: Dosan Park -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Dosan-Park.jpeg\"\n                     alt=\"Dosan Park - tranquil urban park with walking paths and sculpture garden in Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Nature &#038; Relaxation<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Dosan Park<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">A tranquil urban retreat with walking paths and sculpture gardens in the heart of Gangnam.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 2min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 5min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/dosanpark\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 3: Cheongdam Luxury Street -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Cheongdam-Luxury-Street.jpg\"\n                     alt=\"Cheongdam Luxury Street - flagship stores of Louis Vuitton, Dior, Chanel in Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Luxury Shopping<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Cheongdam Street<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">Flagship stores of Louis Vuitton, Dior, and Chanel along Seoul&#8217;s most prestigious avenue.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 5min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 15min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/cheongdam\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 4: Bongeunsa Temple -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Bongeunsa-Temple-scaled.jpg\"\n                     alt=\"Bongeunsa Temple - 1,200 year old Buddhist temple near COEX in Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Culture &#038; Heritage<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Bongeunsa Temple<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">A serene 1,200-year-old Buddhist sanctuary offering meditative calm amidst modern Gangnam.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 7min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 25min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/bongeunsa\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 5: COEX Mall -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/COEX-Mall-Starfield-Library-scaled.jpg\"\n                     alt=\"COEX Mall and Starfield Library - Asia's largest underground shopping center in Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Entertainment &#038; Dining<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">COEX Mall<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">Asia&#8217;s largest underground mall featuring the iconic Starfield Library, dining, and an aquarium.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 10min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 30min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/coex\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 6: Hangang Park -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Hangang-Park-scaled.jpg\"\n                     alt=\"Hangang Park and Han River - riverside cycling and picnic area near Gangnam, Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">Nature &#038; Nightscape<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Hangang Park<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">Riverside cycling, twilight picnics, and iconic bridge views along Seoul&#8217;s beloved waterfront.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 12min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 35min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/hangang\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Slide 7: Apgujeong Rodeo Street -->\n          <div class=\"swiper-slide\">\n            <div class=\"attraction-card group bg-white rounded-sm overflow-hidden h-full\">\n              <div class=\"img-zoom aspect-[4\/3] overflow-hidden relative\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/Apgujeong-Rodeo-Street.jpg\"\n                     alt=\"Apgujeong Rodeo Street - trendy K-fashion district with luxury brands and cafes in Seoul\"\n                     class=\"w-full h-full object-cover\" loading=\"lazy\">\n                <div class=\"absolute inset-0 bg-dark\/0 group-hover:bg-dark\/10 transition-colors duration-500\"><\/div>\n              <\/div>\n              <div class=\"p-5 sm:p-6 flex flex-col flex-1\">\n                <p class=\"text-[10px] tracking-[0.3em] uppercase text-taupe-dark mb-2\">K-Fashion &#038; Trends<\/p>\n                <h3 class=\"font-serif text-xl sm:text-2xl font-light text-dark mb-2\">Apgujeong Rodeo<\/h3>\n                <p class=\"text-sm text-muted leading-relaxed mb-5\">Trendy street with luxury brands, designer shops, and stylish cafes &#8211; K-fashion at its best.<\/p>\n                <div class=\"transport-info mt-auto pt-4 space-y-2.5\">\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M8 17h8M8 17a2 2 0 11-4 0m4 0a2 2 0 10-4 0m12 0a2 2 0 11-4 0m4 0a2 2 0 10-4 0M3 11V6a2 2 0 012-2h14a2 2 0 012 2v5M3 11h18M3 11v4a1 1 0 001 1h1m14-5v4a1 1 0 01-1 1h-1\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Uber : 4min<\/span>\n                  <\/div>\n                  <div class=\"transport-row\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4.5\" r=\"1.5\"\/><path d=\"M7 21l3-7m0 0l2-4m-2 4h-2m4-4l4-3m-4 3l4 7m-4-7h2\"\/><\/svg>\n                    <span class=\"text-xs text-muted-dark\">Walk : 10min<\/span>\n                  <\/div>\n                  <a href=\"https:\/\/maps.app.goo.gl\/rodeo\" target=\"_blank\" rel=\"noopener\" class=\"explore-maps-link pt-1\">\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\/><path d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\/><\/svg>\n                    <span class=\"text-xs\">Explore on Maps<\/span>\n                  <\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Scrollbar -->\n    <div class=\"mt-12\">\n      <div class=\"attractions-scrollbar\"><\/div>\n    <\/div>\n\n    <!-- Mobile View All -->\n    <div class=\"sm:hidden text-center mt-10\">\n      <a href=\"\/attraction\" class=\"inline-flex items-center gap-2 text-[10px] tracking-widest-plus uppercase text-taupe-dark hover:text-dark transition-colors cursor-pointer\">\n        View All Attractions\n        <svg class=\"w-3.5 h-3.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\"><path d=\"M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75\"\/><\/svg>\n      <\/a>\n    <\/div>\n\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 7 \u2014 BOOKING CTA\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"booking\" class=\"py-24 sm:py-32 lg:py-40 bg-charcoal text-light\">\n    <div class=\"text-center\">\n      <div class=\"reveal\">\n        <p class=\"text-xs tracking-ultra text-taupe mb-6\">BOOK NOW<\/p>\n        <h2 class=\"font-serif text-3xl sm:text-4xl lg:text-5xl text-light leading-tight mb-6\">\n          Begin your<br>\n          <em class=\"italic\">transformation<\/em>\n        <\/h2>\n        <p class=\"text-white\/40 text-sm sm:text-base leading-relaxed mb-10 max-w-md mx-auto\">\n          Schedule your consultation with our specialists. Multilingual support available on-site (English, Korean, Chinese, Japanese, Spanish, etc.)\n        <\/p>\n        <div class=\"flex flex-col sm:flex-row items-center justify-center gap-4\">\n          <a href=\"\/booking\" class=\"inline-flex items-center px-10 py-4 text-xs tracking-widest-plus text-white transition-colors duration-200 cursor-pointer\" style=\"background-color:#B8956A;\" onmouseover=\"this.style.backgroundColor='#c9a67b'\" onmouseout=\"this.style.backgroundColor='#B8956A'\">\n            BOOK APPOINTMENT\n          <\/a>\n          <a href=\"https:\/\/wa.me\/821034769829\" target=\"_blank\" class=\"inline-flex items-center gap-2 px-8 py-4 border border-white\/15 text-xs tracking-widest-plus text-white\/60 hover:border-taupe hover:text-taupe transition-all duration-200 cursor-pointer\">\n            <svg class=\"w-4 h-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n            WHATSAPP\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Back to Top -->\n\n  <!-- Swiper JS -->\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n  <script>\n    const attractionsSwiper = new Swiper('.attractions-swiper', {\n      slidesPerView: 'auto',\n      spaceBetween: 24,\n      freeMode: { enabled: true, sticky: false },\n      grabCursor: true,\n      scrollbar: { el: '.attractions-scrollbar', draggable: true },\n      navigation: {\n        prevEl: '.swiper-prev-btn',\n        nextEl: '.swiper-next-btn',\n      },\n      breakpoints: {\n        640: { spaceBetween: 28 },\n        1024: { spaceBetween: 32 },\n      },\n    });\n  <\/script>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       JAVASCRIPT\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <script>\n    const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n    \/\/ \u2500\u2500 Intersection Observer for scroll animations \u2500\u2500\n    if (!prefersReducedMotion) {\n      const revealObserver = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('visible');\n            revealObserver.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.15, rootMargin: '0px 0px -60px 0px' });\n\n      document.querySelectorAll('.reveal, .reveal-left, .reveal-right, .reveal-scale').forEach(el => {\n        revealObserver.observe(el);\n      });\n    } else {\n      document.querySelectorAll('.reveal, .reveal-left, .reveal-right, .reveal-scale').forEach(el => {\n        el.classList.add('visible');\n      });\n    }\n\n\n    \/\/ \u2500\u2500 Scroll progress bar \u2500\u2500\n    const scrollProgress = document.getElementById('scrollProgress');\n    window.addEventListener('scroll', () => {\n      const scrollTop = window.pageYOffset;\n      const docHeight = document.documentElement.scrollHeight - window.innerHeight;\n      scrollProgress.style.width = (scrollTop \/ docHeight) * 100 + '%';\n    }, { passive: true });\n\n    \/\/ \u2500\u2500 Parallax for background images \u2500\u2500\n    if (!prefersReducedMotion) {\n      const parallaxImages = document.querySelectorAll('.parallax-img');\n      window.addEventListener('scroll', () => {\n        const scrollTop = window.pageYOffset;\n        parallaxImages.forEach(img => {\n          const parent = img.closest('section');\n          if (!parent) return;\n          const rect = parent.getBoundingClientRect();\n          if (rect.bottom > 0 && rect.top < window.innerHeight) {\n            img.style.transform = `translateY(${rect.top * 0.3}px) scale(1.1)`;\n          }\n        });\n      }, { passive: true });\n    }\n\n\n\n    \/\/ \u2500\u2500 Testimonial carousel \u2500\u2500\n    const track = document.getElementById('testimonialTrack');\n    const dots = document.querySelectorAll('.testimonial-dot');\n    let currentSlide = 0;\n    const totalSlides = dots.length;\n\n    function goToSlide(index) {\n      currentSlide = index;\n      track.style.transform = `translateX(-${index * 100}%)`;\n      dots.forEach((d, i) => d.classList.toggle('active', i === index));\n    }\n\n    dots.forEach(dot => {\n      dot.addEventListener('click', () => goToSlide(parseInt(dot.dataset.index)));\n    });\n\n    \/\/ Auto-advance every 6s\n    let autoSlide = setInterval(() => goToSlide((currentSlide + 1) % totalSlides), 6000);\n    dots.forEach(dot => {\n      dot.addEventListener('click', () => {\n        clearInterval(autoSlide);\n        autoSlide = setInterval(() => goToSlide((currentSlide + 1) % totalSlides), 6000);\n      });\n    });\n\n    \/\/ \u2500\u2500 Back to top \u2500\u2500\n  <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BEAUNPL Clinic | Premium Aesthetic Dermatology in Gangnam, Seoul GANGNAM, SEOUL Beauty &#038; Pleasure Where advanced dermatology meets the art of well-being. Your skin deserves the finest care in the heart of Gangnam. BOOK APPOINTMENT ABOUT DR. JC The pursuit of timeless beauty With years of dedication to non-surgical facial rejuvenation \/ especially lifting and [&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-349","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/349","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=349"}],"version-history":[{"count":5,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/349\/revisions"}],"predecessor-version":[{"id":1103,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/349\/revisions\/1103"}],"wp:attachment":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/media?parent=349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}