{"id":982,"date":"2026-04-10T09:53:10","date_gmt":"2026-04-10T00:53:10","guid":{"rendered":"https:\/\/beaunpl.com\/?page_id=982"},"modified":"2026-05-19T11:06:36","modified_gmt":"2026-05-19T02:06:36","slug":"restaurants","status":"publish","type":"page","link":"https:\/\/beaunpl.com\/ko\/restaurants\/","title":{"rendered":"restaurants"},"content":{"rendered":"<!doctype html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n<title>Great Restaurants \u2014 Near Our Clinic<\/title>\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=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #F7F5F0;\n    --bg-soft: #EFEAE0;\n    --ink: #1A1A1A;\n    --ink-soft: #4A4A4A;\n    --muted: #8A7B6A;\n    --eyebrow: #9A8C7C;\n    --gold: #B89968;\n    --gold-deep: #8E7042;\n    --line: rgba(26,26,26,.12);\n    --serif: \"Cormorant Garamond\", Georgia, serif;\n    --sans: \"Inter\", system-ui, -apple-system, Segoe UI, sans-serif;\n  }\n  *, *::before, *::after { box-sizing: border-box; }\n  html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }\n  body {\n    margin: 0;\n    font-family: var(--sans);\n    color: var(--ink);\n    background: var(--bg);\n    font-size: 16px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n  img { display: block; max-width: 100%; height: auto; }\n  a { color: inherit; text-decoration: none; }\n\n  \/* ---------- Header ---------- *\/\n  .site-header {\n    position: absolute;\n    inset: 0 0 auto 0;\n    z-index: 10;\n    padding: 28px clamp(20px, 5vw, 64px);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    color: #fff;\n  }\n  .brand {\n    font-family: var(--serif);\n    font-size: 22px;\n    letter-spacing: .18em;\n    line-height: 1;\n    display: flex;\n    align-items: baseline;\n    gap: 2px;\n  }\n  .brand small {\n    display: block;\n    font-family: var(--sans);\n    font-size: 9px;\n    letter-spacing: .35em;\n    margin-top: 6px;\n    opacity: .7;\n  }\n  .brand-wrap { display: flex; flex-direction: column; }\n  .header-actions { display: flex; gap: 18px; align-items: center; font-family: var(--sans); font-size: 12px; letter-spacing: .12em; }\n  .header-actions button {\n    background: transparent; border: none; color: inherit; cursor: pointer;\n    padding: 8px; font: inherit; letter-spacing: inherit;\n  }\n  .menu-icon {\n    width: 28px; height: 18px;\n    display: inline-flex; flex-direction: column; justify-content: space-between;\n  }\n  .menu-icon span { display: block; height: 1.5px; background: currentColor; }\n  .menu-icon span:nth-child(2) { width: 70%; align-self: flex-end; }\n\n  \/* ---------- Hero ---------- *\/\n  .hero {\n    position: relative;\n    min-height: 78vh;\n    display: flex;\n    align-items: center;\n    padding: 140px clamp(20px, 8vw, 120px) 100px;\n    color: #fff;\n    overflow: hidden;\n    isolation: isolate;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(180deg, rgba(20,14,10,.55) 0%, rgba(20,14,10,.78) 100%),\n      url(\"https:\/\/images.unsplash.com\/photo-1517248135467-4c7edcad34c4?w=1800&q=80&auto=format&fit=crop\") center\/cover no-repeat;\n    z-index: -1;\n    filter: saturate(.85);\n  }\n  .hero-inner { max-width: 640px; }\n  .eyebrow {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: .3em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,.72);\n    margin: 0 0 22px;\n    font-weight: 400;\n  }\n  .hero h1 {\n    font-family: var(--serif);\n    font-weight: 500;\n    font-size: clamp(40px, 6vw, 72px);\n    line-height: 1.05;\n    margin: 0 0 28px;\n    letter-spacing: -.01em;\n  }\n  .hero h1 em {\n    font-style: italic;\n    font-weight: 400;\n    color: #E6D2B0;\n  }\n  .hero p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: rgba(255,255,255,.78);\n    max-width: 460px;\n    margin: 0;\n  }\n\n  \/* ---------- Section ---------- *\/\n  .section {\n    padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 80px);\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n  .section-eyebrow {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: .3em;\n    text-transform: uppercase;\n    color: var(--eyebrow);\n    text-align: center;\n    margin: 0 0 14px;\n  }\n  .section-title {\n    font-family: var(--serif);\n    font-weight: 500;\n    text-align: center;\n    font-size: clamp(34px, 4.5vw, 52px);\n    line-height: 1.15;\n    margin: 0 auto 18px;\n    max-width: 780px;\n    letter-spacing: -.005em;\n  }\n  .section-title em { font-style: italic; color: var(--gold-deep); font-weight: 400; }\n  .section-lede {\n    text-align: center;\n    max-width: 620px;\n    margin: 0 auto 80px;\n    color: var(--ink-soft);\n    font-size: 15px;\n  }\n\n  \/* ---------- Restaurant cards ---------- *\/\n  .restaurant-list {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(60px, 8vw, 110px);\n  }\n  .restaurant {\n    display: grid;\n    grid-template-columns: 1.05fr 1fr;\n    gap: clamp(32px, 5vw, 80px);\n    align-items: center;\n  }\n  .restaurant:nth-child(even) .r-image { order: 2; }\n  .restaurant:nth-child(even) .r-content { order: 1; }\n\n  .r-image {\n    position: relative;\n    aspect-ratio: 4 \/ 3;\n    overflow: hidden;\n    background: var(--bg-soft);\n  }\n  .r-image img {\n    width: 100%; height: 100%; object-fit: cover;\n    transition: transform 900ms cubic-bezier(.2,.7,.2,1);\n  }\n  .restaurant:hover .r-image img { transform: scale(1.04); }\n  .r-number {\n    position: absolute;\n    top: 0; left: 0;\n    width: 56px; height: 56px;\n    background: var(--bg);\n    color: var(--ink);\n    font-family: var(--serif);\n    font-size: 20px;\n    font-style: italic;\n    display: grid;\n    place-items: center;\n    letter-spacing: .02em;\n  }\n\n  .r-content { padding: 8px 0; }\n  .r-category {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: .28em;\n    text-transform: uppercase;\n    color: var(--eyebrow);\n    margin: 0 0 14px;\n  }\n  .r-title {\n    font-family: var(--serif);\n    font-weight: 500;\n    font-size: clamp(30px, 3.6vw, 42px);\n    line-height: 1.1;\n    margin: 0 0 6px;\n    color: var(--ink);\n    letter-spacing: -.005em;\n  }\n  .r-subtitle {\n    font-family: var(--serif);\n    font-style: italic;\n    font-size: 18px;\n    color: var(--muted);\n    margin: 0 0 22px;\n  }\n  .r-divider {\n    width: 44px;\n    height: 1px;\n    background: var(--gold);\n    margin: 0 0 22px;\n    border: 0;\n  }\n  .r-desc {\n    color: var(--ink-soft);\n    font-size: 15px;\n    line-height: 1.8;\n    margin: 0 0 32px;\n    max-width: 520px;\n  }\n\n  .r-meta {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0,1fr));\n    gap: 18px 28px;\n  }\n  .r-meta-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 13px;\n    color: var(--ink-soft);\n    line-height: 1.5;\n  }\n  .r-meta-item svg {\n    width: 16px; height: 16px; flex: 0 0 16px;\n    margin-top: 2px;\n    stroke: var(--gold-deep);\n    stroke-width: 1.4;\n    fill: none;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .r-meta-item a {\n    border-bottom: 1px solid transparent;\n    transition: border-color .2s ease, color .2s ease;\n    color: var(--ink);\n    cursor: pointer;\n  }\n  .r-meta-item a:hover { border-color: var(--gold); color: var(--gold-deep); }\n\n  \/* ---------- CTA ---------- *\/\n  .cta {\n    background: var(--bg-soft);\n    text-align: center;\n    padding: clamp(80px, 10vw, 130px) 24px;\n    margin-top: 60px;\n  }\n  .cta .eyebrow { color: var(--eyebrow); }\n  .cta h2 {\n    font-family: var(--serif);\n    font-weight: 500;\n    font-size: clamp(36px, 5vw, 42px);\n    line-height: 1.1;\n    margin: 0 0 18px;\n  }\n@media (max-width: 768px) {\n  .cta h2 {\n    font-size: 23px;\n  }\n}\n  .cta h2 em { font-style: italic; color: var(--gold-deep); font-weight: 400; }\n  .cta p {\n    color: var(--ink-soft);\n    max-width: 520px;\n    margin: 0 auto 40px;\n    font-size: 15px;\n  }\n  .cta-actions {\n    display: inline-flex;\n    gap: 14px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 16px 34px;\n    border-radius: 999px;\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: .25em;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition: background-color .25s ease, color .25s ease, border-color .25s ease;\n    border: 1px solid transparent;\n  }\n  .btn-primary {\n    background: var(--gold-deep);\n    color: #fff;\n  }\n  .btn-primary:hover { background: #6e5430; }\n  .btn-secondary {\n    background: transparent;\n    color: var(--ink);\n    border-color: var(--ink);\n  }\n  .btn-secondary:hover { background: var(--ink); color: var(--bg); }\n\n  \/* ---------- Footer ---------- *\/\n  .footer {\n    background: #14110D;\n    color: #C9BFA8;\n    padding: 70px clamp(20px, 6vw, 80px) 36px;\n    font-size: 13px;\n  }\n  .footer-grid {\n    max-width: 1280px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.5fr 1fr 1fr;\n    gap: 48px;\n    padding-bottom: 50px;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n  }\n  .footer h4 {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: .25em;\n    text-transform: uppercase;\n    color: #fff;\n    margin: 0 0 18px;\n    font-weight: 500;\n  }\n  .footer p { margin: 0 0 8px; line-height: 1.7; }\n  .footer ul { list-style: none; padding: 0; margin: 0; }\n  .footer ul li { margin-bottom: 10px; }\n  .footer ul a { transition: color .2s ease; }\n  .footer ul a:hover { color: var(--gold); }\n  .footer .brand { color: #fff; margin-bottom: 16px; }\n  .footer-bottom {\n    max-width: 1280px;\n    margin: 28px auto 0;\n    font-size: 12px;\n    color: #6F6557;\n    text-align: center;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 860px) {\n    .restaurant {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .restaurant:nth-child(even) .r-image { order: 0; }\n    .restaurant:nth-child(even) .r-content { order: 0; }\n    .footer-grid { grid-template-columns: 1fr; gap: 36px; }\n    .hero { min-height: 70vh; padding-top: 120px; }\n  }\n  @media (max-width: 520px) {\n    .r-meta { grid-template-columns: 1fr; }\n    .site-header { padding: 22px 20px; }\n    .hero { padding: 110px 22px 80px; }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    *, *::before, *::after { transition: none !important; animation: none !important; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<section class=\"hero\" aria-labelledby=\"hero-title\">\n  <div class=\"hero-inner\">\n    <p class=\"eyebrow\">\uc555\uad6c\uc815, \uac15\ub0a8\uc758 \ub9db<\/p>\n    <h1 id=\"hero-title\" class=\"translation-block\">\uc6b0\ub9ac\uac00 \ucd94\ucc9c\ud558\ub294<br>\uc8fc\ubcc0 \ub9db\uc9d1 &amp; \uce74\ud398<\/h1>\n    <p>\uc815\ud1b5 \ud55c\uc2dd \ubc14\ube44\ud050\ubd80\ud130 \ubc14\uc0ad\ud55c \uce58\ud0a8, \uac13 \uad6c\uc6b4 \ud398\uc774\uc2a4\ud2b8\ub9ac\uae4c\uc9c0.\nBEAUNPL \uadfc\ucc98\uc5d0\uc11c \uc990\uae38 \uc218 \uc788\ub294 \uac15\ub0a8\uc758 \ub2e4\uc591\ud55c \ubbf8\uc2dd \uacf5\uac04\uc744 \uc5c4\uc120\ud588\uc2b5\ub2c8\ub2e4.\n\uc2dc\uc220 \uc804\ud6c4 \uac00\ubccd\uac8c \uc2dd\uc0ac\ub97c \uc990\uae30\uac70\ub098, \uc5ec\uc720\ub85c\uc6b4 \ucee4\ud53c \ud55c \uc794\uacfc \ub514\uc800\ud2b8\ub97c \uc990\uae30\uae30\uc5d0 \uc88b\uc740 \uc7a5\uc18c\ub4e4\uc785\ub2c8\ub2e4.<\/p>\n  <\/div>\n<\/section>\n\n<main class=\"section\">\n  <h2 class=\"section-title translation-block\">BEAUNPL \uc9c1\uc6d0\ub4e4\uc774 <br>\uc9c1\uc811 \ucd94\ucc9c\ud558\ub294 \uacf5\uac04<\/h2>\n  <p class=\"section-lede\">\uc804\ud1b5 \ud55c\uc2dd \ubc14\ube44\ud050 \ub9db\uc9d1\ubd80\ud130 \uc544\ub291\ud55c \ub3d9\ub124 \uc228\uc740 \ub9db\uc9d1\uae4c\uc9c0, <br>BEAUNPL \ud300\uc774 \uc9c1\uc811 \uc990\uaca8 \ucc3e\uace0 \ucd94\ucc9c\ud558\ub294 \uc8fc\ubcc0 \uc2a4\ud31f\ub4e4\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4.<\/p>\n\n  <div class=\"restaurant-list\">\n\n    <!-- 01 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/eat.jpeg\"\n             alt=\"Sizzling Korean pork BBQ on a charcoal grill at Apgujeong Gogi-jip\">\n        <div class=\"r-number\">01<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Pork BBQ \u00b7 Heritage<\/p>\n        <h3 class=\"r-title\">\uc555\uad6c\uc815 \uace0\uae30\uc9d1<\/h3>\n        <p class=\"r-subtitle\">\uc555\uad6c\uc815 \uace0\uae30\uc9d1 \ubcf8\uc810<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\ud504\ub9ac\ubbf8\uc5c4 \ub3fc\uc9c0\uace0\uae30\ub97c \uc804\ubb38\uc73c\ub85c \ud558\ub294 \uc555\uad6c\uc815\uc758 \uc624\ub79c \uba85\uc18c. \uc22f\ubd88 \uc704\uc5d0\uc11c \uc9c1\uc811 \uad6c\uc6cc\uc8fc\ub294 \uace0\uae30\uc640 \uc9c1\uc811 \ub9cc\ub4e0 \ubc18\ucc2c, \uadf8\ub9ac\uace0 \uc218\uc2ed \ub144\uac04 \ub2e8\uace8\ub4e4\uc758 \ubc1c\uac78\uc74c\uc744 \ubd99\uc7a1\uc544 \uc628 \ub530\ub73b\ud55c \ud658\ub300\uae4c\uc9c0 \ud568\uaed8 \uc990\uae30\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\" title=\"Walking time\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ud074\ub9ac\ub2c9\uc5d0\uc11c \ub3c4\ubcf4\ub85c \uac00\uae4c\uc6b4 \uac70\ub9ac<\/span>\n          <\/div>\n          <div class=\"r-meta-item\" title=\"Hours\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>\uc810\uc2ec &amp; \uc800\ub141 \u00b7 \uc5f0\uc911\ubb34\ud734<\/span>\n          <\/div>\n          <div class=\"r-meta-item\" title=\"Address\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/dMUUn7SPyFicCEJDA\" target=\"_blank\" rel=\"noopener\">\uc555\uad6c\uc815\ub85c50\uae38 18, 1\uce35<\/a>\n          <\/div>\n          <div class=\"r-meta-item\" title=\"Specialty\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uc22f\ubd88\uad6c\uc774, \ud504\ub9ac\ubbf8\uc5c4 \ub3fc\uc9c0\uace0\uae30<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 02 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/eat1.jpeg\"\n             alt=\"Traditional Korean cuisine spread at Baetgodong with banchan and stews\">\n        <div class=\"r-number\">02<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Korean Cuisine \u00b7 Traditional<\/p>\n        <h3 class=\"r-title\">\ubc43\uace0\ub3d9<\/h3>\n        <p class=\"r-subtitle\">\uace0\uc694\ud55c \ud55c\uc625\uc758 \uc2dd\ud0c1<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\uc624\ub798 \ub053\uc5ec\ub0b8 \ucc0c\uac1c\ubd80\ud130 \uc81c\ucca0 \ubc18\ucc2c\uae4c\uc9c0, \uc815\uc131 \uac00\ub4dd\ud55c \uc804\ud1b5 \ud55c\uc2dd\uc744 \uc120\ubcf4\uc774\ub294 \uace0\uc988\ub109\ud55c \ud55c\uc2dd\ub2f9. \uaca9\uc870 \uc788\uc73c\uba74\uc11c\ub3c4 \ud3b8\uc548\ud55c \ubd84\uc704\uae30 \uc18d\uc5d0\uc11c, \uac15\ub0a8 \uc0ac\ub78c\ub4e4\uc774 \uc5ec\uc720\ub86d\uac8c \ud55c\uad6d\uc758 \uae4a\uc740 \ub9db\uc744 \uc990\uae30\ub7ec \ucc3e\ub294 \uacf3\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 1\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>11:30~22:00 \u00b7 \uc77c\uc694\uc77c \ud734\ubb34<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/T4YjLfqE5iwf3qiT8\" target=\"_blank\" rel=\"noopener\">\uc5b8\uc8fc\ub85c172\uae38 54<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\ucc0c\uac1c, \ubc18\ucc2c, \ud55c\uc815\uc2dd<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 03 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/eat2.jpeg\"\n             alt=\"Premium Korean beef BBQ slices marbled and sizzling at Udoncheong\">\n        <div class=\"r-number\">03<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Beef BBQ \u00b7 Premium<\/p>\n        <h3 class=\"r-title\">\uc6b0\ub3c8\uccad<\/h3>\n        <p class=\"r-subtitle\">\ud55c\uc6b0 \ubcf8\uc5f0\uc758 \ub9db<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\ud504\ub9ac\ubbf8\uc5c4 \ud55c\uc6b0 \ubc14\ube44\ud050\ub97c \uc81c\ub300\ub85c \uacbd\ud5d8\ud560 \uc218 \uc788\ub294 \ud2b9\ubcc4\ud55c \uacf5\uac04\uc785\ub2c8\ub2e4.\n\uc544\ub984\ub2e4\uc6b4 \ub9c8\ube14\ub9c1\uc758 \ucd5c\uace0\uae09 \ud55c\uc6b0\ub97c \uc815\uc131\uc2a4\ub7fd\uac8c \uad6c\uc6cc\ub0b4\uba70, \uc2e0\uc120\ud55c \uc81c\ucca0 \ucc44\uc18c\uc640 \ud568\uaed8 \ud55c\uc6b0 \ubcf8\uc5f0\uc758 \uae4a\uc740 \ud48d\ubbf8\ub97c \uc990\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ucc28\ubd84\ud558\uace0 \uc138\ub828\ub41c \ub2e4\uc774\ub2dd \uacf5\uac04 \ub610\ud55c \uace0\uae30\uc758 \ud488\uc9c8\uc744 \ub354\uc6b1 \ub3cb\ubcf4\uc774\uac8c \ud569\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 8\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>17:00~23:00 \u00b7 \uc608\uc57d \uad8c\uc7a5<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/QC6rDrD4AppUULTX8\" target=\"_blank\" rel=\"noopener\">\uc5b8\uc8fc\ub85c170\uae38 37<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\ud55c\uc6b0, \uc219\uc131\uc721<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 04 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/04\/eat3.jpg\"\n             alt=\"Crispy Korean fried chicken with signature sauce at Kyochon Apgujeong\">\n        <div class=\"r-number\">04<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Korean Fried Chicken \u00b7 Iconic<\/p>\n        <h3 class=\"r-title\">\uad50\ucd0c\uce58\ud0a8<\/h3>\n        <p class=\"r-subtitle\">\uad50\ucd0c\uce58\ud0a8 \uc555\uad6c\uc815\uc810<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\uac04\uc7a5 \ub9c8\ub298 \uc2dc\uadf8\ub2c8\ucc98 \uc18c\uc2a4\ub97c \ud55c \ub9c8\ub9ac \ud55c \ub9c8\ub9ac \uc815\uc131\uaecf \ubc1c\ub77c \uc644\uc131\ud558\ub294, \ud55c\uad6d\uc778\uc774 \uac00\uc7a5 \uc0ac\ub791\ud558\ub294 \uce58\ud0a8 \ube0c\ub79c\ub4dc. \ubc14\uc0ad\ud558\uace0 \uc724\uae30 \ub098\ub294, \ud55c \ubc88 \ub9db\ubcf4\uba74 \uc78a\uc744 \uc218 \uc5c6\ub294 \ub9e4\ub825. \uc2dc\uc220 \ud6c4 \uac00\ubccd\uac8c \uc990\uae30\uae30\uc5d0\ub3c4 \uc88b\uc740 K-\ud478\ub4dc\uc758 \uc9c4\uc218\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 11\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>12:00~24:00 \u00b7 \uc5f0\uc911\ubb34\ud734<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/5hPdAX1h2tfRa5bG7\" target=\"_blank\" rel=\"noopener\">\uc5b8\uc8fc\ub85c172\uae38 29, 1\uce35<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\ud5c8\ub2c8, \uac04\uc7a5, \ub808\ub4dc<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 05 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Dakeuro-Ga.jpg\"\n             alt=\"Crispy Korean fried chicken plate at Dakeuro-Ga in Sinsa\">\n        <div class=\"r-number\">05<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Korean Chicken \u00b7 Local Favorite<\/p>\n        <h3 class=\"r-title\">\ub2ed\uc73c\ub85c\uac00<\/h3>\n        <p class=\"r-subtitle\">A Hometown Chicken House \u2014 \ub2ed\uc73c\ub85c\uac00<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\uc9c4\ud558\uace0 \uac10\uce60\ub9db \ub098\ub294 \uc591\ub150\uacfc \ud478\uc9d0\ud55c \uc591\uc73c\ub85c \uc0ac\ub791\ubc1b\ub294 \ub85c\uceec \ub2ed\uac08\ube44 \ub9db\uc9d1\uc785\ub2c8\ub2e4.\n\ud3b8\uc548\ud558\uace0 \ubd80\ub2f4 \uc5c6\ub294 \ubd84\uc704\uae30 \uc18d\uc5d0\uc11c, \ud558\ub8e8\ub97c \ub9c8\ubb34\ub9ac\ud558\uba70 \uac15\ub0a8\uc758 \uc77c\uc0c1\uc744 \ub290\ub084 \uc218 \uc788\ub294 \uacf3\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 1\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>16:00\u201324:00 \u00b7 Daily<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/JxzW1UcD18wcA6Yt7\" target=\"_blank\" rel=\"noopener\">\uc2e0\uc0ac\ub3d9, \uac15\ub0a8\uad6c<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uce58\ud0a8, \uc0dd\ub9e5\uc8fc<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 06 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/London-Bagel-Museum-Dosan.jpg\"\n             alt=\"Hand-rolled bagels with cream cheese at London Bagel Museum Dosan\">\n        <div class=\"r-number\">06<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Bagels &amp; Coffee \u00b7 Iconic<\/p>\n        <h3 class=\"r-title\">\ub7f0\ub358 \ubca0\uc774\uae00 \ubba4\uc9c0\uc5c4<\/h3>\n        <p class=\"r-subtitle\">Seoul&#8217;s Most-Loved Bagels \u2014 \ub7f0\ub358 \ubca0\uc774\uae00 \ubba4\uc9c0\uc5c4<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\ub3c4\uc0b0\uacf5\uc6d0\uc744 \ub300\ud45c\ud558\ub294 \ubca0\uc774\uae00 \ub9db\uc9d1\uc73c\ub85c,\n\ucac4\uae43\ud55c \uc218\uc81c \ubca0\uc774\uae00\uacfc \uc9c1\uc811 \ub9cc\ub4e0 \ud06c\ub9bc\uce58\uc988, \uacc4\uc808\uac10\uc774 \ub2f4\uae34 \uc2a4\ud504\ub808\ub4dc\ub97c \ud568\uaed8 \uc990\uae38 \uc218 \uc788\ub294 \uacf5\uac04\uc785\ub2c8\ub2e4.\n\uc544\ub291\ud55c \ub7f0\ub358 \uac10\uc131\uc758 \uc778\ud14c\ub9ac\uc5b4\uc640 \ub298 \uc774\uc5b4\uc9c0\ub294 \uc6e8\uc774\ud305\ub9c8\uc800 \uc774\uacf3\uc758 \ub9e4\ub825\ucc98\ub7fc \ub290\uaef4\uc9d1\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 4\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>08:00\u201318:00 \u00b7 Daily<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/m4fBvxY43kXMk2z99\" target=\"_blank\" rel=\"noopener\">\ub3c4\uc0b0\ub300\ub85c 13\uae38, \uc2e0\uc0ac\ub3d9<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\ud50c\ub808\uc778 \u00b7 \uc528\uc194\ud2b8 \u00b7 \uccb4\ub2e4 \ubca0\uc774\uae00<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 07 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Conte-de-Tulear.jpg\"\n             alt=\"Delicate French-style pastries and seasonal cakes at Conte de Tulear\">\n        <div class=\"r-number\">07<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Patisserie \u00b7 Dessert<\/p>\n        <h3 class=\"r-title\">\ucf69\ud14c\ub4dc\ud234\ub808\uc544<\/h3>\n        <p class=\"r-subtitle\">A Quiet Sweet Atelier \u2014 \ucf69\ud14c\ub4dc\ud234\ub808\uc544<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\ub3c4\uc0b0\uacf5\uc6d0 \uc778\uadfc\uc5d0 \uc704\uce58\ud55c \uac10\uac01\uc801\uc778 \ud30c\ud2f0\uc138\ub9ac\ub85c,\n\ud504\ub80c\uce58 \uac10\uc131\uc758 \ub514\uc800\ud2b8\uc640 \uacc4\uc808\ub9c8\ub2e4 \ub2ec\ub77c\uc9c0\ub294 \ucf00\uc774\ud06c\ub85c \uc0ac\ub791\ubc1b\ub294 \uacf5\uac04\uc785\ub2c8\ub2e4.\n\uc12c\uc138\ud558\uac8c \uc644\uc131\ub41c \ub514\uc800\ud2b8 \ud558\ub098\ud558\ub098\uc5d0\uc11c \uc808\uc81c\ub41c \uc544\ub984\ub2e4\uc6c0\uc774 \ub290\uaef4\uc9c0\uba70,\n\uc2dc\uc220 \ud6c4 \uc5ec\uc720\ub85c\uc6b4 \uc624\ud6c4\ub97c \ubcf4\ub0b4\uae30\uc5d0 \uc644\ubcbd\ud55c \uc7a5\uc18c\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 1\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>11:00\u201321:00 \u00b7 Daily<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/8269t65kjQxeZXdp8\" target=\"_blank\" rel=\"noopener\">\ub3c4\uc0b0\ub300\ub85c, \uc2e0\uc0ac\ub3d9<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uc2dc\uc98c \ucf00\uc774\ud06c \u00b7 \ud398\uc774\uc2a4\ud2b8\ub9ac<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 08 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Senjairyoku.jpg\"\n             alt=\"Seasonal Japanese plates and simmered dishes at Senjairyoku\">\n        <div class=\"r-number\">08<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Japanese \u00b7 Refined<\/p>\n        <h3 class=\"r-title\">\uc13c\uc790\uc774\ub8cc\ucfe0<\/h3>\n        <p class=\"r-subtitle\">A Quiet Japanese Address \u2014 \uc13c\uc790\uc774\ub8cc\ucfe0<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\uc815\uac08\ud55c \ud50c\ub808\uc774\ud305\uacfc \uc81c\ucca0 \ud574\uc0b0\ubb3c, \uc815\uc131\uc2a4\ub7fd\uac8c \ub053\uc5ec\ub0b8 \uc694\ub9ac\ub85c \uc0ac\ub791\ubc1b\ub294 \uc77c\ubcf8 \uac00\uc815\uc2dd \ub2e4\uc774\ub2dd\uc785\ub2c8\ub2e4.\n\ucc28\ubd84\ud558\uace0 \uc138\ub828\ub41c \ubd84\uc704\uae30 \uc18d\uc5d0\uc11c \ud3b8\uc548\ud55c \uc2dd\uc0ac \uc2dc\uac04\uc744 \uc990\uae38 \uc218 \uc788\uc73c\uba70,\n\uc5ec\uc720\ub85c\uc6b4 \uc810\uc2ec\uc774\ub098 \uc870\uc6a9\ud55c \uc800\ub141 \uc2dd\uc0ac\uc5d0 \ud2b9\ud788 \uc798 \uc5b4\uc6b8\ub9ac\ub294 \uacf5\uac04\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 6\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>11:30~22:00 \u00b7 \uc6d4\uc694\uc77c \ud734\ubb34<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/HDhSxEPBDWT8B9T2A\" target=\"_blank\" rel=\"noopener\">\uc555\uad6c\uc815\ub85c, \uc2e0\uc0ac\ub3d9<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uc81c\ucca0 \uc77c\ubcf8 \uac00\uc815\uc2dd<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 09 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/toto.jpeg\"\n             alt=\"Specialty coffee and pastries on a marble counter at Tua Tua\">\n        <div class=\"r-number\">09<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Cafe \u00b7 Contemporary<\/p>\n        <h3 class=\"r-title\">\ud22c\uc544\ud22c\uc544<\/h3>\n        <p class=\"r-subtitle\">A Dosan Coffee Stop \u2014 \ud22c\uc544\ud22c\uc544<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\ub3c4\uc0b0\uacf5\uc6d0 \uc778\uadfc\uc5d0 \uc704\uce58\ud55c \uac10\uac01\uc801\uc778 \uce74\ud398\ub85c,\n\uc815\uad50\ud55c \uc5d0\uc2a4\ud504\ub808\uc18c \uc74c\ub8cc\uc640 \uc2f1\uae00 \uc624\ub9ac\uc9c4 \ucee4\ud53c, \uadf8\ub9ac\uace0 \uc5c4\uc120\ub41c \ud398\uc774\uc2a4\ud2b8\ub9ac\ub97c \ud568\uaed8 \uc990\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ucc28\ubd84\ud558\uace0 \uc808\uc81c\ub41c \ubd84\uc704\uae30 \uc18d\uc5d0\uc11c \uc2dc\uc220 \uc804\ud6c4 \ud3b8\uc548\ud558\uac8c \uba38\ubb3c\uae30 \uc88b\uc740 \uacf5\uac04\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 2\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>12:00~24:00 \u00b7 \uc5f0\uc911\ubb34\ud734<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/By69k9Nj9kScLTLs9\" target=\"_blank\" rel=\"noopener\">\ub3c4\uc0b0\ub300\ub85c, \uc2e0\uc0ac\ub3d9<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uc2a4\ud398\uc15c\ud2f0 \ucee4\ud53c \u00b7 \ud398\uc774\uc2a4\ud2b8\ub9ac<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n    <!-- 10 -->\n    <article class=\"restaurant\">\n      <div class=\"r-image\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/ja.jpg\"\n             alt=\"Buttery salt bread rolls dusted with flaky sea salt at Jayeondo Salt Bread Dosan\">\n        <div class=\"r-number\">10<\/div>\n      <\/div>\n      <div class=\"r-content\">\n        <p class=\"r-category\">Bakery \u00b7 Salt Bread<\/p>\n        <h3 class=\"r-title\">\uc790\uc5f0\ub3c4 \uc18c\uae08\ube75 \ub3c4\uc0b0\uc810<\/h3>\n        <p class=\"r-subtitle\">The Original Salt Bread \u2014 \uc790\uc5f0\ub3c4 \uc18c\uae08\ube75 \ub3c4\uc0b0\uc810<\/p>\n        <hr class=\"r-divider\">\n        <p class=\"r-desc\">\uc790\uc5f0\ub3c4\uc5d0\uc11c \uc2dc\uc791\ub418\uc5b4 \ub3c4\uc0b0\uc73c\ub85c \uc774\uc5b4\uc9c4, \ud55c\uad6d\uc744 \ub300\ud45c\ud558\ub294 \uc18c\uae08\ube75 \ub9db\uc9d1\uc785\ub2c8\ub2e4.\n\ubc14\uc0ad\ud55c \uacb0 \uc0ac\uc774\ub85c \uc740\uc740\ud55c \ubc84\ud130 \ud48d\ubbf8\uac00 \ud37c\uc9c0\ub294 \ube75 \uc704\uc5d0 \uc9ed\uc870\ub984\ud55c \uc528\uc194\ud2b8\ub97c \ub354\ud574,\n\uc791\uc9c0\ub9cc \uae4a\uc740 \ub9cc\uc871\uac10\uc744 \uc8fc\ub294 \ud2b9\ubcc4\ud55c \ud55c \uc785\uc744 \uc644\uc131\ud569\ub2c8\ub2e4.\n\uc7a0\uc2dc \uac78\uc74c\uc744 \uc62e\uae38 \uac00\uce58\uac00 \ucda9\ubd84\ud55c \ubca0\uc774\ucee4\ub9ac\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"r-meta\">\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M13 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\/><path d=\"M11 8l-3 6 3 2v6\"\/><path d=\"M14 14l4-2-3-4-4 2\"\/><\/svg>\n            <span>\ubcd1\uc6d0\uc5d0\uc11c \ub3c4\ubcf4 1\ubd84<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n            <span>09:00\u201321:00 \u00b7 Daily<\/span>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 21s-7-7.5-7-12a7 7 0 1 1 14 0c0 4.5-7 12-7 12Z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n            <a href=\"https:\/\/maps.app.goo.gl\/ftEzZeKksNDzUa8d8\" target=\"_blank\" rel=\"noopener\">\ub3c4\uc0b0\ub300\ub85c 13\uae38, \uc2e0\uc0ac\ub3d9<\/a>\n          <\/div>\n          <div class=\"r-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M5 11h14\"\/><path d=\"M5 11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3\"\/><path d=\"M9 11V5\"\/><path d=\"M15 11V5\"\/><path d=\"M12 14v6\"\/><\/svg>\n            <span>\uc18c\uae08\ube75, \ubc84\ud130\ub864<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/article>\n\n  <\/div>\n<\/main>\n\n<section class=\"cta\">\n  <p class=\"eyebrow translation-block\">\uc2dc\uc220\uacfc \ud568\uaed8 \uc11c\uc6b8\uc758 \ub9db\uae4c\uc9c0 \uc990\uaca8\ubcf4\uc138\uc694<\/p>\n  <h2 class=\"translation-block\">\ub2f9\uc2e0\uc758 \ud53c\ubd80\uc640 \ubbf8\uac01, <br>\ubaa8\ub450 \ucd5c\uace0\uc758 \uacbd\ud5d8\uc744 \ub204\ub9b4 \uc790\uaca9\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/h2>\n  <div class=\"cta-actions\">\n    <a href=\"\/ko\/booking\/\" class=\"btn btn-primary\">\uc608\uc57d\ud558\uae30<\/a>\n    <a href=\"https:\/\/wa.me\/821034769829\" class=\"btn btn-secondary\" target=\"_blank\" rel=\"noopener\">\uc640\uce20\uc571<\/a>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Great Restaurants \u2014 Near Our Clinic Taste of Apgujeong, Gangnam Nearby Restaurants&amp; Caf\u00e9s We Love A curated taste of Gangnam, from sizzling Korean BBQ to crispy fried chicken and fresh pastries. Handpicked spots just minutes from BEAUNPL, perfect for a meal, a quiet coffee break, or a little treat before or after your treatment. Personal [&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-982","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/982","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=982"}],"version-history":[{"count":5,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/982\/revisions"}],"predecessor-version":[{"id":1455,"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/pages\/982\/revisions\/1455"}],"wp:attachment":[{"href":"https:\/\/beaunpl.com\/ko\/wp-json\/wp\/v2\/media?parent=982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}