<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>yourmaninkorea</title>
    <link>https://yourmaninkorea.tistory.com/</link>
    <description>Your local friend in korea.</description>
    <language>ko</language>
    <pubDate>Fri, 8 May 2026 12:48:04 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>yourmaninkorea</managingEditor>
    <item>
      <title>The Coffee Republic: How South Korea Became One of the World's Great Coffee Nations</title>
      <link>https://yourmaninkorea.tistory.com/entry/The-Coffee-Republic-How-South-Korea-Became-One-of-the-Worlds-Great-Coffee-Nations</link>
      <description>&lt;style&gt;
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&amp;family=DM+Sans:wght@300;400;500&amp;display=swap');

.ymk-wrap *, .ymk-wrap *::before, .ymk-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
.ymk-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #111111;
  -webkit-font-smoothing: antialiased;
}

/* Header */
.ymk-post-header {
  padding: 56px 0 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 48px;
}
.ymk-post-category {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}
.ymk-post-category span { color: #c8652a; }
.ymk-post-title {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #111111;
  margin-bottom: 16px;
}
.ymk-post-subtitle {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-size: clamp(15px, 2.5vw, 17px);
  color: #666666;
  line-height: 1.65;
  margin-bottom: 28px;
}
.ymk-post-meta {
  font-size: 12px;
  color: #bbbbbb;
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
}

/* Stats */
.ymk-stats-bar {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 52px;
}
.ymk-stat-item {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.ymk-stat-item:last-child { border-right: none; }
.ymk-stat-num {
  display: block;
  font-family: 'Lora', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ymk-stat-label {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'DM Sans', sans-serif;
}

/* Section */
.ymk-section { margin-bottom: 60px; }
.ymk-section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.ymk-section-num {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #c8652a;
  min-width: 24px;
  flex-shrink: 0;
  font-family: 'DM Sans', sans-serif;
}
.ymk-section-title {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(17px, 3vw, 21px);
  font-weight: 600;
  color: #111111;
  line-height: 1.35;
}

/* Body text */
.ymk-wrap p {
  font-size: clamp(15px, 2.5vw, 16.5px);
  line-height: 1.85;
  color: #333333;
  margin-bottom: 22px;
  font-family: 'DM Sans', sans-serif;
}
.ymk-wrap p:last-child { margin-bottom: 0; }

/* Links — override tistory default blue */
.ymk-wrap a {
  color: #c8652a !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(200, 101, 42, 0.25);
  padding-bottom: 1px;
}
.ymk-wrap a:hover { border-color: #c8652a; }

/* Brand label */
.ymk-brand-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 36px 0 12px;
  font-family: 'DM Sans', sans-serif;
}

/* Brand table */
.ymk-brand-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
}
.ymk-brand-table tr { border-bottom: 1px solid #f0f0f0; }
.ymk-brand-table tr:last-child { border-bottom: none; }
.ymk-brand-table td {
  padding: 11px 0;
  font-size: 14px;
  vertical-align: middle;
  font-family: 'DM Sans', sans-serif;
}
.ymk-brand-table td:first-child {
  width: 40%;
  padding-right: 16px;
}
.ymk-brand-table td:last-child {
  color: #888888;
  font-size: 13px;
  line-height: 1.5;
}
.ymk-brand-link {
  font-weight: 500;
  color: #c8652a !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(200, 101, 42, 0.25);
  padding-bottom: 1px;
}

.ymk-note-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  color: #888888;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
  font-family: 'DM Sans', sans-serif;
}

/* Info box */
.ymk-info-box {
  border-left: 2px solid #dddddd;
  padding: 14px 20px;
  margin: 28px 0;
  background-color: #fafafa;
}
.ymk-info-box-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
}
.ymk-info-box p {
  font-size: 14px;
  color: #555555;
  line-height: 1.75;
  margin: 0;
}

/* Blockquote */
.ymk-wrap blockquote {
  border-left: 2px solid #111111;
  padding: 2px 20px;
  margin: 28px 0;
  background: none;
}
.ymk-wrap blockquote p {
  font-family: 'Lora', Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: #333333;
  line-height: 1.7;
  margin: 0;
}

/* Divider */
.ymk-divider {
  text-align: center;
  color: #dddddd;
  font-size: 14px;
  letter-spacing: 10px;
  margin: 12px 0 48px;
}

/* Coda */
.ymk-coda {
  border-top: 1px solid #e8e8e8;
  padding-top: 48px;
  margin-top: 16px;
  margin-bottom: 60px;
}
.ymk-coda-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}
.ymk-coda-title {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 24px;
}

/* Sources */
.ymk-sources {
  border-top: 1px solid #e8e8e8;
  padding: 40px 0 64px;
}
.ymk-sources-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}
.ymk-source-list { list-style: none; padding: 0; }
.ymk-source-list li {
  font-size: 13px;
  color: #888888;
  padding: 8px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
}
.ymk-source-list li:last-child { border-bottom: none; }
.ymk-source-list em { font-style: italic; color: #666666; }

.ymk-sig {
  font-size: 12px;
  color: #bbbbbb;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
  line-height: 1.7;
  font-family: 'DM Sans', sans-serif;
}

/* Mobile */
@media (max-width: 480px) {
  .ymk-wrap { padding: 0 20px; }
  .ymk-post-header { padding: 40px 0 32px; margin-bottom: 36px; }
  .ymk-stats-bar { flex-direction: column; }
  .ymk-stat-item { border-right: none; border-bottom: 1px solid #e8e8e8; padding: 14px 16px; }
  .ymk-stat-item:last-child { border-bottom: none; }
  .ymk-section { margin-bottom: 48px; }
  .ymk-brand-table td:first-child { width: 40%; }
  .ymk-note-tag { display: block; margin-left: 0; margin-top: 4px; }
}
&lt;/style&gt;

&lt;div class=&quot;ymk-wrap&quot;&gt;

  &lt;!-- Header --&gt;
  &lt;header class=&quot;ymk-post-header&quot;&gt;
    &lt;span class=&quot;ymk-post-category&quot;&gt;Thoughts &amp;nbsp;·&amp;nbsp; &lt;span&gt;Korean Coffee Market&lt;/span&gt;&lt;/span&gt;
    &lt;h1 class=&quot;ymk-post-title&quot;&gt;The Coffee Republic&lt;/h1&gt;
    &lt;p class=&quot;ymk-post-subtitle&quot;&gt;How South Korea turned a humble sachet of instant coffee into one of the world's most sophisticated café cultures — and what it reveals about the society behind it.&lt;/p&gt;
    &lt;div class=&quot;ymk-post-meta&quot;&gt;yourmaninkorea &amp;nbsp;·&amp;nbsp; 2026&lt;/div&gt;
  &lt;/header&gt;

  &lt;!-- Stats --&gt;
  &lt;div class=&quot;ymk-stats-bar&quot;&gt;
    &lt;div class=&quot;ymk-stat-item&quot;&gt;
      &lt;span class=&quot;ymk-stat-num&quot;&gt;512&lt;/span&gt;
      &lt;span class=&quot;ymk-stat-label&quot;&gt;cups / year / person&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-stat-item&quot;&gt;
      &lt;span class=&quot;ymk-stat-num&quot;&gt;#2&lt;/span&gt;
      &lt;span class=&quot;ymk-stat-label&quot;&gt;world per capita&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-stat-item&quot;&gt;
      &lt;span class=&quot;ymk-stat-num&quot;&gt;~100k&lt;/span&gt;
      &lt;span class=&quot;ymk-stat-label&quot;&gt;cafés nationwide&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- Intro --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;p&gt;South Koreans drink, on average, somewhere between 405 and 512 cups of coffee per year — more than twice the global average of 152. Among adults, South Korea ranks second in the world, trailing only France. That number is worth sitting with for a moment. Not the United States, not Italy, not the Nordic countries so romantically associated with coffee culture — but South Korea, a nation that, within living memory, had never tasted a coffee bean that wasn't dissolved in hot water from a paper sachet.&lt;/p&gt;
    &lt;p&gt;These are not the statistics of a trend. They are the biography of a society.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;· · ·&lt;/div&gt;

  &lt;!-- 01 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;01&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;The First Cup — War, Poverty, and the Birth of Instant&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;Korea's relationship with coffee didn't begin in a café. It began in a war.&lt;/p&gt;
    &lt;p&gt;During the Korean War, American soldiers brought instant coffee to the peninsula — black powder in glass jars, bitter and utilitarian. The Koreans who encountered it weren't wealthy patrons of coffeehouses. They were people rebuilding a shattered country from rubble, living through what economists would later call &quot;compressed modernization&quot; — decades of industrial growth packed into a single generation. There was no time for luxury. Speed was a survival mechanism.&lt;/p&gt;
    &lt;p&gt;The American instant coffee planted a seed. But what grew from it was distinctly Korean.&lt;/p&gt;
    &lt;p&gt;In 1976, a Dongsuh Foods engineer named Jo Pil-je invented something the world had never seen: the coffee mix sachet. Not just instant coffee, but a single-serve packet — coffee, sugar, and powdered creamer combined into one tear-and-pour stick. It sounds modest. It was revolutionary. Korea had taken an imported product and reimagined it for its own tempo, its own palate, and its own pocket. By 1990, South Korea had become the world's largest consumer of instant coffee. Dongsuh's brand, Maxim, went on to dominate over 80 percent of the domestic market — and today is exported globally.&lt;/p&gt;
    &lt;p&gt;The coffee mix sachet ranked 5th in a national survey of &quot;Inventions That Made Korea Shine.&quot; A Korean solution, born from necessity, that the world now buys.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 02 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;02&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;The Tanbi-sil — When Coffee Became Organizational Grammar&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;Before Starbucks arrived, before the age of the pour-over, there was the &lt;em&gt;tanbi-sil&lt;/em&gt; — the office break room.&lt;/p&gt;
    &lt;p&gt;Every Korean company of any size had one: a hot water dispenser, a basket of Maxim sticks, small paper cups. The tanbi-sil wasn't a perk. It was infrastructure. In a work culture defined by long hours, hierarchical deference, and collective performance, the coffee break became a ritualized pause — a moment when the pressure valve could briefly open.&lt;/p&gt;
    &lt;p&gt;But it was also social architecture. Who made the coffee mattered. Junior staff — particularly women — were often expected to prepare cups for their seniors, encoding gender dynamics and organizational hierarchy into something as banal as stirring a paper cup. The 1997 financial crisis accelerated the end of this era: mass layoffs eliminated those roles, and those who remained had to manage their own caffeine. The dispenser became self-service. The Maxim stick became a personal ritual.&lt;/p&gt;
    &lt;p&gt;Fast forward to today, and Korea's tech companies and large startups have reinvented the concept entirely. Bean-to-cup espresso machines are standard. Fridges stocked with drinks and oat milk, shelves lined with snacks and protein bars. The Silicon Valley influence is obvious — but the instinct traces back to the tanbi-sil. The sense that coffee belongs to the organization, that the workplace owes its people caffeine, never really went away.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 03 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;03&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;The Space Problem — What Korea Needed, What Europe Already Had&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;When Starbucks opened its first Korean location in 1999 — inside Ewha Womans University in Seoul — it wasn't selling coffee. It was selling space.&lt;/p&gt;
    &lt;p&gt;Korea is one of the most densely urbanized societies on earth. Seoul packs nearly ten million people into 605 square kilometers. Apartments are small. Public space is transactional. Libraries are full. There are few equivalents of what sociologist Ray Oldenburg called &quot;the third place&quot; — the informal social environment that is neither home nor work. In European cities, this role has historically been filled by the café or the piazza. In American cities, by the diner, the bar, the public library reading room. In Korea, no such institution had properly taken root.&lt;/p&gt;
    &lt;p&gt;Starbucks offered a template, and Korean society immediately understood what it was for. The café became, at once, several things that Korean urban life had been missing — the equivalent of the Italian piazza, where one could exist without agenda; the American meeting room, for interviews, study groups, first dates; and for the solitary urbanite, something the Spanish call &lt;em&gt;querencia&lt;/em&gt;: a place where one's strength is recovered, a refuge that is neither the obligation of home nor the performance of the office.&lt;/p&gt;
    &lt;p&gt;The density of Korean cafés is not a market anomaly. It is a spatial solution to a spatial problem. A society that lacked squares built cafés instead.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 04 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;04&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;Competition, Concentration, and the Café Study Tribe&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;To understand the explosion of café culture in the 2000s, you must understand what Korean society was asking of its young people.&lt;/p&gt;
    &lt;p&gt;The &lt;em&gt;suneung&lt;/em&gt; — the national college entrance exam — structures Korean adolescence around a single high-stakes outcome. University determines trajectory; trajectory determines everything. The pressure extends into university, where employment competition is equally fierce. To be ambitious in 2000s Korea was to live in a permanent state of concentrated effort.&lt;/p&gt;
    &lt;p&gt;And yet, effort requires a location. Libraries were full. Home was distracting. The café, with its ambient noise, caffeine, and socially acceptable loitering, became the study hall of a generation. The term &lt;em&gt;kafe-gong-jok&lt;/em&gt; — literally &quot;café study tribe&quot; — entered the Korean vocabulary. It describes something with no precise English equivalent: people who use a café not primarily as a place to eat or drink, but as a personal productivity environment.&lt;/p&gt;
    &lt;p&gt;There's a deeper layer. In a society where visible effort carries moral weight, the café serves as a theater of industry. Opening a laptop in a café is a public declaration that one is not wasting time. The &lt;em&gt;kafe-gong-jok&lt;/em&gt; is not laziness disguised as ambition. It is ambition finding its own geography.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 05 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;05&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;The Great Bifurcation — Specialty, Drip, and the $2.30 Americano&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;By the 2010s, the Korean coffee market had fractured into distinct worlds that coexist without much conversation between them.&lt;/p&gt;

    &lt;div class=&quot;ymk-brand-label&quot;&gt;Specialty &amp;amp; Third Wave&lt;/div&gt;

    &lt;div class=&quot;ymk-info-box&quot;&gt;
      &lt;div class=&quot;ymk-info-box-title&quot;&gt;What is a Q-Grader?&lt;/div&gt;
      &lt;p&gt;A Q-Grader is an internationally certified coffee taster, licensed by the Coffee Quality Institute (CQI). Candidates must pass a rigorous six-day examination covering 22 subjects — evaluating aroma, acidity, body, flavor, and green bean grading with scientific precision. Think of it as the sommelier qualification of the coffee world. South Korea has one of the highest concentrations of certified Q-Graders per capita anywhere on earth — a fact that surprises most people outside the industry.&lt;/p&gt;
    &lt;/div&gt;

    &lt;table class=&quot;ymk-brand-table&quot;&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.terarosa.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Terarosa&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Founded 2002, Gangneung. Korea's first-generation specialty roaster. Opened global flagship near the Louvre, Paris, in 2023.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://en.momos.co.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Momos Coffee&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Busan, est. 2007. Home of 2019 World Barista Champion Jeon Joo-yeon. Ranked among the world's top 100 cafés. Operates only in Busan — by choice.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.anthracitecoffee.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Anthracite Coffee&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Seoul. Known for adaptive reuse spaces — a former rubber factory in Hapjeong, a heritage building in Jeju. Design and coffee in equal measure.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.fritzcoffeecompany.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Fritz Coffee&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Seoul. Cult following for its pastries as much as its beans. Mapo-gu flagship draws queues on weekend mornings.&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;

    &lt;p&gt;Korea came to specialty coffee with no orthodoxy to defend — no espresso tradition, no filter coffee heritage. It could simply pursue excellence. The neighborhoods of Seongsu-dong, Yeonnam-dong, and Hapjeong have become international reference points for third-wave coffee. The Seoul Café Show, held annually at COEX, draws industry professionals from across Asia.&lt;/p&gt;

    &lt;div class=&quot;ymk-brand-label&quot;&gt;Premium Chains — Mid-Market&lt;/div&gt;

    &lt;table class=&quot;ymk-brand-table&quot;&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.starbucks.co.kr/en/index.do&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Starbucks Korea&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;The template that introduced &quot;café as space&quot; to Korea in 1999. Still the most recognized name in the market.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.twosomeplace.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Twosome Place&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Consistent top performer by revenue per outlet. Strong dessert-led positioning.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.artisee.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Artisée&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Premium bakery-café hybrid. Elevated interiors, pastry-forward menu. Positioned above the mid-market average.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://ediya.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Ediya Coffee&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;3,000+ locations nationwide. Neighbourhood staple — accessible price point with a loyal local customer base.&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;

    &lt;div class=&quot;ymk-brand-label&quot;&gt;Value Coffee — The Daily Ritual&lt;/div&gt;

    &lt;table class=&quot;ymk-brand-table&quot;&gt;
      &lt;tr&gt;
        &lt;td&gt;
          &lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://www.mega-mgccoffee.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Mega MGC Coffee&lt;/a&gt;
          &lt;span class=&quot;ymk-note-tag&quot;&gt;M&amp;amp;A&lt;/span&gt;
        &lt;/td&gt;
        &lt;td&gt;3,000+ stores. First low-cost chain to reach that milestone in Korea. Expanded to Mongolia and beyond.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;
          &lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://composecoffee.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Compose Coffee&lt;/a&gt;
          &lt;span class=&quot;ymk-note-tag&quot;&gt;Jollibee&lt;/span&gt;
        &lt;/td&gt;
        &lt;td&gt;Acquired in 2024 by Jollibee Group (Philippines) for approx. ₩470 billion — the largest foreign acquisition of a Korean coffee brand.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;
          &lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://mammothcoffee.co.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Mammoth Coffee&lt;/a&gt;
          &lt;span class=&quot;ymk-note-tag&quot;&gt;Japan&lt;/span&gt;
        &lt;/td&gt;
        &lt;td&gt;Following a private equity buyout, launched in Japan in 2025. Now operating multiple locations there.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td&gt;&lt;a class=&quot;ymk-brand-link&quot; href=&quot;https://paiks.com&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Paik's Coffee&lt;/a&gt;&lt;/td&gt;
        &lt;td&gt;Founded by celebrity businessman Paik Jong-won. Strong brand recognition; positioned as high-volume, affordable.&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;

    &lt;p&gt;The iced Americano deserves its own paragraph. Consumed year-round — including in the depths of a Korean winter — it has become the defining drink of Korean working life. No milk to froth, no temperature to manage, no time to waste. There's a running joke in Korea that office workers would drink an iced Americano through an IV drip. It lands because it isn't entirely a joke.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 06 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;06&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;The Bakery Café — Aesthetic Logic and Economic Necessity&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;Walk through any prosperous Korean neighbourhood today and you'll encounter the latest evolution: the large-format bakery café. Vaulted ceilings, exposed concrete, elaborate pastry counters, corners designed as deliberately as film sets.&lt;/p&gt;
    &lt;p&gt;To the visitor, these spaces read as cultural confidence — and they are. But to the operator, they are also a calculated survival strategy. The economics of the standalone café in Korea are brutal. Rents in desirable neighbourhoods are high and rising. Competition, with nearly 100,000 cafés nationally, is savage. The margin on a single cup of coffee is thin.&lt;/p&gt;
    &lt;p&gt;Bakery items — croissants, cream cakes, financiers — carry significantly better margins and raise the average transaction value. They extend dwell time and justify premium price points that coffee alone cannot. Many of Korea's most beautiful café spaces were designed as much by financial modelling as by aesthetic vision. This is not cynicism; it is pragmatism wearing good taste.&lt;/p&gt;
    &lt;p&gt;Café entrepreneurship remains one of the most common ambitions in Korea, and one of the most common sources of failure. The dream of one's own aesthetic, one's own hours, one's own craft meets a market of exceptional sophistication and remorseless competition. Most close within two years. The survivors are typically the ones who understood the economics before they fell in love with the fantasy.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- 07 --&gt;
  &lt;div class=&quot;ymk-section&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-section-num&quot;&gt;07&lt;/span&gt;
      &lt;h2 class=&quot;ymk-section-title&quot;&gt;Querencia and the Ritual Cup — Two Modes of the Korean Café&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p&gt;Strip away the market analysis and cultural history, and something more intimate remains.&lt;/p&gt;
    &lt;p&gt;For many Koreans who visit cafés alone, the experience is &lt;em&gt;querencia&lt;/em&gt; — that Spanish word for a place where one's strength is recovered, where one feels most oneself. In a society where the pressure to perform is constant and the boundary between work and self is often blurred, the café offers a particular kind of permission: to sit, to be quiet, to want nothing in particular. Not productivity. Not sociability. Just the presence of warmth and the soft noise of other people being alive nearby.&lt;/p&gt;
    &lt;p&gt;This is distinct from the European café tradition, where the social dimension — the conversation, the debate, the lingering — is the point. The Korean café at its most personal is about solitude within proximity. Not alone in the existential sense; simply, briefly, released from obligation.&lt;/p&gt;
    &lt;p&gt;And then there is the other mode: the post-lunch ritual. In office districts across Korea, there is a daily migration that occurs approximately forty minutes after noon. Workers emerge from restaurants and walk — often in groups, sometimes alone — to the nearest value coffee brand. An iced Americano is ordered, paid for, consumed in ten minutes. Then the afternoon begins.&lt;/p&gt;
    &lt;blockquote&gt;&lt;p&gt;The ₩2,300 Americano is not a budget choice. It is a necessary ceremony — marking the boundary between the first half of the day and the second.&lt;/p&gt;&lt;/blockquote&gt;
    &lt;p&gt;This is not a coffee break in the European sense. It is a physiological and social ritual: caffeine as punctuation, the walk as micro-recovery, the shared order as a brief maintenance of human connection before the afternoon resumes. The most reliable, unremarkable, quietly essential thing — like a deep breath.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- Coda --&gt;
  &lt;div class=&quot;ymk-coda&quot;&gt;
    &lt;div class=&quot;ymk-coda-label&quot;&gt;Closing&lt;/div&gt;
    &lt;h2 class=&quot;ymk-coda-title&quot;&gt;Not a Lifestyle. Infrastructure.&lt;/h2&gt;
    &lt;p&gt;The mistake most outside observers make about Korean coffee culture is to treat it as a lifestyle choice — the way one might discuss Italian espresso culture or Viennese coffeehouse tradition. But Korean coffee is not, primarily, a lifestyle. It is infrastructure.&lt;/p&gt;
    &lt;p&gt;It began with a sachet designed for a people who had no time to brew. It grew into office ritual, then into spatial solution, then into competitive arena, then into identity market. It bifurcated into an art form and a utility, and both coexist without contradiction in the same life — because they serve different needs.&lt;/p&gt;
    &lt;p&gt;The café has become what Korea lacked and needed: a public room. Not the piazza — Korea's urban density doesn't allow for that. Not the pub — Korean social life doesn't organise around alcohol the same way. Something in between: a climate-controlled, commercially operating, socially neutral space where a person can be a student, a worker, a dreamer, or simply someone who needs twenty minutes without being anyone at all.&lt;/p&gt;
    &lt;p&gt;What Koreans are buying, cup by cup, five hundred times a year, is permission. Permission to pause. Permission to focus. Permission to be alone in public, or together in private. Permission to exist, briefly, outside the machinery of a society that never quite stops running.&lt;/p&gt;
    &lt;p&gt;South Korea didn't become one of the world's great coffee nations because Koreans happen to love coffee. They built — cup by cup, café by café — the social infrastructure they needed to keep going.&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- Sources --&gt;
  &lt;div class=&quot;ymk-sources&quot;&gt;
    &lt;div class=&quot;ymk-sources-title&quot;&gt;Sources &amp;amp; References&lt;/div&gt;
    &lt;ul class=&quot;ymk-source-list&quot;&gt;
      &lt;li&gt;Euromonitor International / Korean Economic Institute of America — South Korea per capita coffee consumption 405–512 cups, ranked 2nd globally among adults (Tea &amp;amp; Coffee Trade Journal, 2024)&lt;/li&gt;
      &lt;li&gt;Specialty Coffee Association — &lt;em&gt;Love at First Sip: A History of Coffee in Korea&lt;/em&gt;, SCA News Issue 16&lt;/li&gt;
      &lt;li&gt;Korea Times — &lt;em&gt;Maxim Mocha Gold marks 37 years&lt;/em&gt;; &lt;em&gt;Korean's beloved instant coffee mix finds its place on global stage&lt;/em&gt; (2023–2026)&lt;/li&gt;
      &lt;li&gt;Korea Herald — &lt;em&gt;Creator of Korean coffee mix Jo Pil-je dies at 101&lt;/em&gt; (2026)&lt;/li&gt;
      &lt;li&gt;Korean Culture Organization — &lt;em&gt;The Dynamic Evolution of Korea's Coffee Scene&lt;/em&gt; (2026.03)&lt;/li&gt;
      &lt;li&gt;Longblack — Interview: Terarosa founder Kim Yong-deok; Momos Coffee founder Jeon Joo-yeon&lt;/li&gt;
      &lt;li&gt;Busan Ilbo — &lt;em&gt;Momos Coffee ranked 22nd, World's Top 100 Cafés&lt;/em&gt; (Feb 2026)&lt;/li&gt;
      &lt;li&gt;Seoul Gyeongje — &lt;em&gt;Compose Coffee: Jollibee acquisition ₩470 billion&lt;/em&gt; (2024)&lt;/li&gt;
      &lt;li&gt;The Scoop — &lt;em&gt;Mammoth Coffee Japan expansion&lt;/em&gt; (Apr 2026)&lt;/li&gt;
      &lt;li&gt;SCA Korea Chapter — Q-Grader certification overview (korea.sca.coffee)&lt;/li&gt;
      &lt;li&gt;USDA Foreign Agricultural Service / Statista — Korea coffee consumption data (2023)&lt;/li&gt;
      &lt;li&gt;Korea Fair Trade Commission — 2025 Franchise Industry Report (ZDNet Korea, Apr 2026)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;ymk-sig&quot;&gt;
      Thoughts · Korean Coffee Market&lt;br&gt;
      yourmaninkorea · 2026
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;</description>
      <category>Thoughts</category>
      <category>korea cafe</category>
      <category>Korea Coffee</category>
      <category>korea travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/31</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/The-Coffee-Republic-How-South-Korea-Became-One-of-the-Worlds-Great-Coffee-Nations#entry31comment</comments>
      <pubDate>Wed, 6 May 2026 18:00:19 +0900</pubDate>
    </item>
    <item>
      <title>Starbucks in Korea, Samseong Station : History, Korea-Only Goods, and Prices (2026)</title>
      <link>https://yourmaninkorea.tistory.com/entry/Starbucks-in-Korea-Samseong-Station-History-Korea-Only-Goods-and-Prices-2026</link>
      <description>&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;Starbucks in Korea: Reserve Locations, Korea-Only Goods, and Prices (2026)&lt;/title&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
&lt;/head&gt;
&lt;body style=&quot;margin:0;padding:0;background:#FAFAF8;font-family:'Inter',-apple-system,'Helvetica Neue',sans-serif;font-weight:300;line-height:1.75;color:#1C1C1C;-webkit-font-smoothing:antialiased;&quot;&gt;

&lt;article style=&quot;max-width:720px;margin:0 auto;padding:0 24px;&quot;&gt;

  &lt;!-- HEADER --&gt;

  &lt;header style=&quot;padding:64px 0 48px;border-bottom:1px solid #E0E0E0;&quot;&gt;
    &lt;div style=&quot;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:#C8611A;margin-bottom:28px;&quot;&gt;
      Seoul Guide &lt;span style=&quot;color:#9B9B9B;&quot;&gt;·&lt;/span&gt; Coffee &lt;span style=&quot;color:#9B9B9B;&quot;&gt;·&lt;/span&gt; Samseong
    &lt;/div&gt;
    &lt;h1 style=&quot;font-size:clamp(32px,6vw,52px);font-weight:600;line-height:1.1;letter-spacing:-0.03em;color:#111111;margin:0 0 18px 0;&quot;&gt;
      Starbucks in &lt;span style=&quot;color:#C8611A;&quot;&gt;Korea&lt;/span&gt;
    &lt;/h1&gt;
    &lt;p style=&quot;font-size:clamp(14px,2vw,16px);font-weight:300;color:#6B6B6B;line-height:1.7;margin:0 0 28px 0;max-width:560px;&quot;&gt;
      A complete guide for the traveler who just wants a reliable cup — and everything that makes Korean Starbucks unlike anywhere else.
    &lt;/p&gt;
    &lt;div style=&quot;display:flex;align-items:center;gap:12px;font-size:11px;color:#6B6B6B;letter-spacing:0.06em;flex-wrap:wrap;&quot;&gt;
      yourmaninkorea
      &lt;span style=&quot;width:3px;height:3px;border-radius:50%;background:#C8611A;display:inline-block;&quot;&gt;&lt;/span&gt;
      April 29, 2026 (KST)
      &lt;span style=&quot;width:3px;height:3px;border-radius:50%;background:#C8611A;display:inline-block;&quot;&gt;&lt;/span&gt;
      Seoul · Gangnam · Samseong
    &lt;/div&gt;
  &lt;/header&gt;

  &lt;!-- LEAD --&gt;

  &lt;section style=&quot;padding:48px 0 40px;border-bottom:1px solid #E0E0E0;&quot;&gt;
    &lt;p style=&quot;font-size:clamp(14px,2vw,16px);color:#1C1C1C;line-height:1.85;max-width:640px;margin:0 0 16px 0;&quot;&gt;When you're traveling in Korea and want a coffee without having to think too hard, Starbucks is the safest call. Menus are bilingual, mobile ordering works flawlessly, and the baseline quality is consistent wherever you walk in.&lt;/p&gt;
    &lt;p style=&quot;font-size:clamp(14px,2vw,16px);color:#1C1C1C;line-height:1.85;max-width:640px;margin:0 0 16px 0;&quot;&gt;But Korean Starbucks is more than a backup plan. It started with an American brand and a single store in front of Ewha Womans University in 1999 — and grew into something that now belongs distinctly to Korea. The scale, the goods culture, the Reserve program, the relationship with Shinsegae Group. It's a system worth understanding before you visit.&lt;/p&gt;
    &lt;p style=&quot;font-size:clamp(14px,2vw,16px);color:#1C1C1C;line-height:1.85;max-width:640px;margin:0;&quot;&gt;This post covers the full picture: the history of Starbucks in the US and Korea, the Shinsegae connection, the first store, Reserve locations, Korea-only goods and current prices, and three Starbucks locations within walking distance of Samseong Station and COEX.&lt;/p&gt;
  &lt;/section&gt;

  &lt;!-- 01 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;01&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;Starbucks — The American Story&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;History&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;Starbucks opened in 1971 at Pike Place Market in Seattle — not as a café, but as a specialty coffee bean retailer. The founders, Jerry Baldwin, Gordon Bowker, and Zev Siegl, were selling roasted beans and spices. The experience as we know it today didn't exist yet.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;The turning point came in 1987, when Howard Schultz acquired the company and reframed it around the concept of the &lt;em&gt;Third Place&lt;/em&gt; — somewhere that wasn't home and wasn't work. That idea, borrowed from Italian espresso bar culture, became the foundation of global expansion.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 28px 0;&quot;&gt;Asia followed in 1996 with the first store in Tokyo. Korea joined three years later, in 1999.&lt;/p&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 16px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Current Scale (FY2024)&lt;/div&gt;
      &lt;div style=&quot;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#E0E0E0;border:1px solid #E0E0E0;margin:0 0 28px 0;&quot;&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;Global Revenue&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;$36.2B&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;FY2024 · +1% YoY&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;US Stores&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;16,941&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;End of FY2024&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;Global Stores&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;40,000+&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;Worldwide&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;US Coffee Market Rankings&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 16px 0;&quot;&gt;In the US, Starbucks holds approximately 41% market share in the food service coffee segment — a figure no single competitor comes close to matching.&lt;/p&gt;
      &lt;div style=&quot;border-top:1px solid #E0E0E0;&quot;&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;text-align:center;&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Starbucks&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;~41% market share&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Dunkin'&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;Nationwide scale&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Tim Hortons&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;US + Canada&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Blue Bottle / Specialty&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;Premium segment&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;hr style=&quot;border:none;border-top:1px solid #E0E0E0;margin:56px 0 0;&quot;&gt;

  &lt;!-- 02 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;02&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;Starbucks Korea&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 16px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;History&lt;/div&gt;
      &lt;!-- Timeline --&gt;
      &lt;div style=&quot;margin:0 0 28px 0;&quot;&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;margin-bottom:16px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;1999&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;First Korean store opens in front of Ewha Womans University, Seoul — July 27. The first premium franchise café concept in Korea.&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;margin-bottom:16px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;2000&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;Starbucks Korea established as a joint venture with Shinsegae Group. Each party holds 50% equity.&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;margin-bottom:16px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;2004&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;100th store opens in Itaewon.&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;margin-bottom:16px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;2016&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;1,000th store milestone reached.&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;margin-bottom:16px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;2021&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;Emart (Shinsegae) acquires an additional 17.5% stake from US headquarters, becoming the majority shareholder. The entity is renamed SCK Company.&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:52px 1fr;gap:0 20px;&quot;&gt;&lt;div style=&quot;font-size:13px;font-weight:600;color:#C8611A;text-align:right;padding-top:2px;&quot;&gt;2024&lt;/div&gt;&lt;div style=&quot;border-left:1px solid #E0E0E0;padding:0 0 16px 20px;font-size:13px;color:#1C1C1C;line-height:1.75;position:relative;&quot;&gt;&lt;span style=&quot;position:absolute;left:-4px;top:7px;width:7px;height:7px;border-radius:50%;background:#C8611A;display:block;&quot;&gt;&lt;/span&gt;Annual revenue exceeds ₩3 trillion for the first time. Total stores reach 2,009 — 4th most in the world after the US, China, and Japan.&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;The Shinsegae Connection&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;Starbucks Korea is operated by SCK Company, a subsidiary of Emart — itself part of Shinsegae Group. The Shinsegae footprint is everywhere in Seoul: department stores, Starfield malls, Emart supercenters. Starbucks locations cluster within these properties by design. Shinsegae Points can be earned and used at Starbucks.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 28px 0;&quot;&gt;Shinsegae Group traces its founding lineage to the Samsung family. Lee Myung-hee, daughter of Samsung founder Lee Byung-chul, built Shinsegae into one of Korea's three dominant retail conglomerates. Today, her son Chung Yong-jin chairs the Emart side (which includes Starbucks Korea), while her daughter Chung Yoo-kyung chairs the Shinsegae department store side — formally separated in late 2024.&lt;/p&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 16px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Current Scale (2024)&lt;/div&gt;
      &lt;div style=&quot;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#E0E0E0;border:1px solid #E0E0E0;margin:0 0 28px 0;&quot;&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;Korea Revenue&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;₩3.1T&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;FY2024 · First ₩3T+&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;Operating Profit&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;₩191B&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;+36.5% YoY&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:8px;&quot;&gt;Total Stores&lt;/div&gt;&lt;div style=&quot;font-size:clamp(20px,3vw,26px);font-weight:600;color:#111111;line-height:1.1;&quot;&gt;2,009&lt;/div&gt;&lt;div style=&quot;font-size:10px;color:#6B6B6B;margin-top:4px;&quot;&gt;All company-operated&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Korea Coffee Market Rankings&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 16px 0;&quot;&gt;By revenue, Starbucks leads by a wide margin. By store count, low-cost chains like Mega Coffee and Compose Coffee have surpassed it — but their franchise model makes the comparison more structural than competitive. In brand reputation surveys, Starbucks held No. 1 throughout 2024.&lt;/p&gt;
      &lt;div style=&quot;border-top:1px solid #E0E0E0;margin:0 0 24px 0;&quot;&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;text-align:center;&quot;&gt;1&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Starbucks Korea&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;Revenue leader · 2,009 stores&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;2&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Twosome Place&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;Premium · ~1,510 stores&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;3&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Mega Coffee&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;~3,325 franchise&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;4&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Compose Coffee&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;~2,649 franchise&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:0 16px;padding:13px 0;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;div style=&quot;font-size:15px;font-weight:300;color:#9B9B9B;text-align:center;&quot;&gt;5&lt;/div&gt;&lt;div style=&quot;font-size:13px;color:#1C1C1C;&quot;&gt;Ediya / Paik's Coffee&lt;/div&gt;&lt;div style=&quot;font-size:10.5px;color:#9B9B9B;text-align:right;&quot;&gt;Value segment&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div style=&quot;border-left:2px solid #C8611A;padding:18px 22px;background:#FDF0E8;&quot;&gt;
        &lt;p style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin:0;&quot;&gt;Korean coffee culture has bifurcated: premium chains (Starbucks, Twosome) on one end; low-cost franchise chains (Mega, Compose, Paik's) on the other. Mid-tier brands are under pressure from both directions. The premium side continues to grow — driven by goods culture, loyalty programs, and Reserve experiences.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;hr style=&quot;border:none;border-top:1px solid #E0E0E0;margin:56px 0 0;&quot;&gt;

  &lt;!-- 03 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;03&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;The First Store — Ewha&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;On July 27, 1999, Korea's first Starbucks opened at 34 Ewhayeodae-gil, Seodaemun-gu — directly in front of Ewha Womans University. At the time, the Ewha shopping district was one of Seoul's most energetic young consumer corridors. Starbucks chose it deliberately: the best place to introduce a new coffee concept is where its target audience already concentrates.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 24px 0;&quot;&gt;In 1999, Ediya Coffee hadn't been founded yet (2002), and neither had Caffe Bene (2008). The store that opened in front of Ewha wasn't just introducing a brand — it was introducing the concept of a premium franchise café to Korean consumers for the first time.&lt;/p&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Current Status&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;The store has been renovated twice since opening. In September 2024, for the 25th anniversary, it was reconfigured as a Heritage Flagship. Hand-written menu boards, a manual Black Eagle espresso machine, staff who write your order directly on the cup — a recreation of the 1999 service style. 14 exclusive merchandise items are sold only here, including a tumbler engraving service, the first in any Korean Starbucks.&lt;/p&gt;
      &lt;div style=&quot;border-left:2px solid #C8611A;padding:18px 22px;background:#FDF0E8;margin:0 0 32px 0;&quot;&gt;
        &lt;p style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin:0;&quot;&gt;&lt;strong style=&quot;font-weight:600;color:#C8611A;&quot;&gt;Visitor note:&lt;/strong&gt; The real draw is the exclusive merchandise and the engraving service. Arrive early — the line for engraving builds quickly on weekends.&lt;/p&gt;
      &lt;/div&gt;
      &lt;!-- Map: Ewha --&gt;
      &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#C8611A;margin-bottom:10px;&quot;&gt;Location — Ewha First Store&lt;/div&gt;
      &lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d791.3!2d126.9433767!3d37.5584915!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357c98843a6973fb%3A0xc3388854d73ee19c!2sStarbucks%20Ewha!5e0!3m2!1sen!2skr!4v1714348800000&quot; width=&quot;100%&quot; height=&quot;340&quot; style=&quot;border:1px solid #E0E0E0;display:block;margin-bottom:10px;&quot; allowfullscreen loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;&lt;/iframe&gt;
      &lt;a href=&quot;https://maps.app.goo.gl/gz9MYCjDyxYmq5M77&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;
        &lt;span style=&quot;width:26px;height:26px;background:#FDF0E8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;&quot;&gt;☕&lt;/span&gt;
        &lt;span style=&quot;display:flex;flex-direction:column;&quot;&gt;&lt;span style=&quot;font-weight:500;font-size:11.5px;color:#1C1C1C;&quot;&gt;Starbucks Ewha — Korea's First Store&lt;/span&gt;&lt;span style=&quot;font-size:10px;color:#9B9B9B;margin-top:1px;&quot;&gt;34 Ewhayeodae-gil, Seodaemun-gu · Open in Google Maps&lt;/span&gt;&lt;/span&gt;
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;hr style=&quot;border:none;border-top:1px solid #E0E0E0;margin:56px 0 0;&quot;&gt;

  &lt;!-- 04 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;04&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;Starbucks Reserve&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Standard vs. Reserve&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;A standard Starbucks operates on efficiency: automated machines, a consistent menu, fast throughput. That's the point, and it works. You know exactly what you're getting.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 14px 0;&quot;&gt;A Reserve location runs a different operation. Small-batch single-origin beans, extracted through siphon, pour-over, or Clover brewing methods. Baristas who have passed Starbucks global certification. A menu that changes with the origin offering. The pace is slower, the interaction more considered, and the price reflects it.&lt;/p&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0;&quot;&gt;In Korea, out of 2,009 total locations, only a few dozen carry the Reserve designation. Two of those are within walking distance of Samseong Station — covered in Section 06.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;hr style=&quot;border:none;border-top:1px solid #E0E0E0;margin:56px 0 0;&quot;&gt;

  &lt;!-- 05 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;05&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;Korea-Only Goods&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 24px 0;&quot;&gt;Korean Starbucks has developed a merchandise culture that operates on a different level from most markets. Limited editions sell out in hours. The Frequency Program — buy a set number of drinks in a season, receive exclusive goods — drives customer behavior in ways that would feel unusual elsewhere. If you're planning to pick anything up, a few things are worth knowing before you arrive.&lt;/p&gt;
      &lt;!-- Goods Grid --&gt;
      &lt;div style=&quot;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#E0E0E0;border:1px solid #E0E0E0;margin:0 0 28px 0;&quot;&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Korea City Tumblers&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;Seoul, Busan, Jeju — each season brings new designs. Stainless, 473ml. Exclusive to Korea.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;₩35,000–55,000 &lt;span style=&quot;font-size:10.5px;color:#9B9B9B;font-weight:300;&quot;&gt;≈ $24–37&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Dancheong Series&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;Traditional Korean architectural lacquer patterns applied to tumblers and mugs. One of the most distinctly Korean designs available.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;₩45,000 &lt;span style=&quot;font-size:10.5px;color:#9B9B9B;font-weight:300;&quot;&gt;≈ $30&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Ewha First Store Exclusives&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;14 items sold only at the first store: mugs, tumblers, bags with pear blossom motifs and the original 1999 logo.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;₩25,000–55,000 &lt;span style=&quot;font-size:10.5px;color:#9B9B9B;font-weight:300;&quot;&gt;≈ $17–37&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Seasonal Goods&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;Cherry blossom (Mar–Apr), summer, Christmas. Christmas goods cause nationwide sell-outs; arrive day of release or expect nothing.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;₩9,000–65,000 &lt;span style=&quot;font-size:10.5px;color:#9B9B9B;font-weight:300;&quot;&gt;≈ $6–44&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Miniature Tumbler Keyring&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;2025 limited release. Sold out at 90%+ of stores on release day. Resale: ₩30,000–40,000. Retail was ₩9,000.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;₩9,000 retail &lt;span style=&quot;font-size:10.5px;color:#9B9B9B;font-weight:300;&quot;&gt;≈ $6&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div style=&quot;background:#fff;padding:20px 18px;&quot;&gt;&lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:5px;&quot;&gt;Frequency Program Gifts&lt;/div&gt;&lt;div style=&quot;font-size:11.5px;color:#6B6B6B;line-height:1.6;margin-bottom:10px;&quot;&gt;Buy a set number of designated drinks in a season → receive exclusive goods. Diaries, bags, camping gear. Not purchasable separately.&lt;/div&gt;&lt;div style=&quot;font-size:15px;font-weight:600;color:#C8611A;&quot;&gt;Earned, not purchased&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#111111;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 10px 0;&quot;&gt;&lt;span style=&quot;display:inline-block;width:5px;height:5px;background:#C8611A;border-radius:50%;margin-right:8px;vertical-align:middle;position:relative;top:-1px;&quot;&gt;&lt;/span&gt;Drinks &amp; Goods Price Reference&lt;/div&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 16px 0;&quot;&gt;Prices below reflect the January 2025 increase. Exchange rate as of April 29, 2026 (KST): &lt;strong style=&quot;font-weight:600;&quot;&gt;1 USD = ₩1,476.&lt;/strong&gt;&lt;/p&gt;
      &lt;table style=&quot;width:100%;border-collapse:collapse;margin:0 0 6px 0;font-size:13px;&quot;&gt;
        &lt;thead&gt;&lt;tr style=&quot;border-bottom:2px solid #111111;&quot;&gt;&lt;th style=&quot;font-weight:600;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#6B6B6B;padding:0 0 10px;text-align:left;&quot;&gt;Item&lt;/th&gt;&lt;th style=&quot;font-weight:600;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#6B6B6B;padding:0 0 10px;text-align:right;&quot;&gt;KRW (Tall)&lt;/th&gt;&lt;th style=&quot;font-weight:600;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#6B6B6B;padding:0 0 10px;text-align:right;&quot;&gt;USD&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
        &lt;tbody&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Caffe Americano&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩4,700&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$3.18&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Caffe Latte&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩5,200&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$3.52&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Caramel Macchiato&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩6,300&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$4.27&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Cold Brew&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩5,800&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$3.93&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Reserve Drinks&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩7,000–9,000&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$4.74–6.10&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Tumbler (standard)&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩35,000&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$23.71&lt;/td&gt;&lt;/tr&gt;
          &lt;tr style=&quot;border-bottom:1px solid #E0E0E0;&quot;&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Tumbler (premium)&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩45,000–55,000&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$30.49–37.26&lt;/td&gt;&lt;/tr&gt;
          &lt;tr&gt;&lt;td style=&quot;padding:12px 0;color:#1C1C1C;&quot;&gt;Mug&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#1C1C1C;&quot;&gt;₩25,000–35,000&lt;/td&gt;&lt;td style=&quot;padding:12px 0;text-align:right;color:#C8611A;font-weight:600;&quot;&gt;$16.94–23.71&lt;/td&gt;&lt;/tr&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
      &lt;p style=&quot;font-size:10px;color:#9B9B9B;text-align:right;margin:0 0 24px 0;&quot;&gt;Exchange rate: 1 USD = ₩1,476 · April 29, 2026 (KST)&lt;/p&gt;
      &lt;div style=&quot;border-left:2px solid #C8611A;padding:18px 22px;background:#FDF0E8;&quot;&gt;
        &lt;p style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin:0;&quot;&gt;&lt;strong style=&quot;font-weight:600;color:#C8611A;&quot;&gt;Tip:&lt;/strong&gt; Download the Korean Starbucks app before arriving. It allows mobile ordering (Siren Order — first launched in Korea), seasonal goods alerts, and reward tracking. Popular limited items sell out the morning of release.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/section&gt;

  &lt;hr style=&quot;border:none;border-top:1px solid #E0E0E0;margin:56px 0 0;&quot;&gt;

  &lt;!-- 06 --&gt;

  &lt;section style=&quot;padding:56px 0 0;&quot;&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:40px 1fr;gap:0 20px;margin-bottom:32px;align-items:baseline;&quot;&gt;
      &lt;div style=&quot;font-size:11px;font-weight:600;color:#C8611A;letter-spacing:0.1em;&quot;&gt;06&lt;/div&gt;
      &lt;div&gt;
        &lt;h2 style=&quot;font-size:clamp(20px,3.2vw,26px);font-weight:600;letter-spacing:-0.02em;color:#111111;line-height:1.2;margin:0;&quot;&gt;Samseong &amp; COEX — Three Locations&lt;/h2&gt;
        &lt;div style=&quot;height:1px;background:#E0E0E0;margin-top:14px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-left:60px;&quot;&gt;
      &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 28px 0;&quot;&gt;The stretch of Teheran-ro from Gangnam Station to Samseong Station is one of the most Starbucks-dense corridors in Seoul. Within walking distance of Samseong Station, there are three stores worth knowing about specifically.&lt;/p&gt;

```
  &lt;!-- Map: Samseong cluster --&gt;
  &lt;div style=&quot;margin:0 0 28px 0;&quot;&gt;
    &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#C8611A;margin-bottom:10px;&quot;&gt;Samseong &amp; COEX — Store Locations&lt;/div&gt;
    &lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1581!2d127.0606844!3d37.5077168!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca5945a632693%3A0xb1feba8c0beb4abb!2sStarbucks%20Samseong%20Textile%20Center%20R!5e0!3m2!1sen!2skr!4v1714348800000&quot; width=&quot;100%&quot; height=&quot;360&quot; style=&quot;border:1px solid #E0E0E0;display:block;margin-bottom:10px;&quot; allowfullscreen loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;&lt;/iframe&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;&quot;&gt;
      &lt;a href=&quot;https://maps.app.goo.gl/5m1cH2q4A4QL7Rak9&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;&lt;span style=&quot;width:26px;height:26px;background:#FDF0E8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;display:flex;flex-direction:column;&quot;&gt;&lt;span style=&quot;font-weight:500;font-size:11.5px;color:#1C1C1C;&quot;&gt;Textile Center R (Reserve)&lt;/span&gt;&lt;span style=&quot;font-size:10px;color:#9B9B9B;margin-top:1px;&quot;&gt;518 Teheran-ro · Exit 4, 3 min&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;
      &lt;a href=&quot;https://maps.app.goo.gl/UcSn6WQxdra61pFf7&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;&lt;span style=&quot;width:26px;height:26px;background:#FDF0E8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;display:flex;flex-direction:column;&quot;&gt;&lt;span style=&quot;font-weight:500;font-size:11.5px;color:#1C1C1C;&quot;&gt;COEX Mall R (Reserve)&lt;/span&gt;&lt;span style=&quot;font-size:10px;color:#9B9B9B;margin-top:1px;&quot;&gt;COEX B1 · Exit 5&amp;amp;6, underground&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;
      &lt;a href=&quot;https://maps.app.goo.gl/sycbHQKvVTXNt8hq9&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;&lt;span style=&quot;width:26px;height:26px;background:#FDF0E8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;&quot;&gt;⚫&lt;/span&gt;&lt;span style=&quot;display:flex;flex-direction:column;&quot;&gt;&lt;span style=&quot;font-weight:500;font-size:11.5px;color:#1C1C1C;&quot;&gt;Samseong Hwimun (New)&lt;/span&gt;&lt;span style=&quot;font-size:10px;color:#9B9B9B;margin-top:1px;&quot;&gt;947-1 Daechi-dong · Near Exit 4&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;
      &lt;a href=&quot;https://maps.app.goo.gl/gz9MYCjDyxYmq5M77&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;&lt;span style=&quot;width:26px;height:26px;background:#FDF0E8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;display:flex;flex-direction:column;&quot;&gt;&lt;span style=&quot;font-weight:500;font-size:11.5px;color:#1C1C1C;&quot;&gt;Ewha — Korea's First Store&lt;/span&gt;&lt;span style=&quot;font-size:10px;color:#9B9B9B;margin-top:1px;&quot;&gt;34 Ewhayeodae-gil, Seodaemun-gu&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- Store Card 1 --&gt;
  &lt;div style=&quot;border:1px solid #E0E0E0;padding:26px;margin-bottom:14px;background:#fff;&quot;&gt;
    &lt;div style=&quot;display:inline-block;font-size:9px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:#fff;background:#C8611A;padding:4px 10px;margin-bottom:12px;&quot;&gt;Reserve&lt;/div&gt;
    &lt;div style=&quot;font-size:clamp(15px,2.2vw,18px);font-weight:600;color:#111111;margin-bottom:6px;line-height:1.25;&quot;&gt;Samseong Station Textile Center R&lt;/div&gt;
    &lt;div style=&quot;font-size:11.5px;color:#6B6B6B;margin-bottom:12px;&quot;&gt;↗ 518 Teheran-ro, Gangnam-gu · My Art Museum Building, 1F&lt;/div&gt;
    &lt;div style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;&quot;&gt;The most convenient Reserve location for anyone staying near COEX. The building also houses My Art Museum, so the combination of exhibition and coffee works naturally as a half-day itinerary. High ceilings, but a tendency to fill up quickly during commuting hours. Best approached as a takeaway stop during peak hours; sit-down is better in the early morning or early evening.&lt;/div&gt;
    &lt;div style=&quot;display:flex;gap:6px;margin-top:14px;font-size:10.5px;color:#6B6B6B;align-items:center;&quot;&gt;&lt;span style=&quot;width:5px;height:5px;border-radius:50%;background:#4CAF50;display:inline-block;flex-shrink:0;&quot;&gt;&lt;/span&gt;Mon–Fri 07:00–22:00 · Sat–Sun 08:00–20:00 · Exit 4, Samseong Station (200m)&lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- Store Card 2 --&gt;
  &lt;div style=&quot;border:1px solid #E0E0E0;padding:26px;margin-bottom:14px;background:#fff;&quot;&gt;
    &lt;div style=&quot;display:inline-block;font-size:9px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:#fff;background:#C8611A;padding:4px 10px;margin-bottom:12px;&quot;&gt;Reserve&lt;/div&gt;
    &lt;div style=&quot;font-size:clamp(15px,2.2vw,18px);font-weight:600;color:#111111;margin-bottom:6px;line-height:1.25;&quot;&gt;Starfield COEX Mall R&lt;/div&gt;
    &lt;div style=&quot;font-size:11.5px;color:#6B6B6B;margin-bottom:12px;&quot;&gt;↗ 513 Yeongdong-daero, Gangnam-gu · COEX Mall Underground B1&lt;/div&gt;
    &lt;div style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;&quot;&gt;Inside COEX Mall, directly connected to Samseong Station exits 5 and 6 via underground walkway — no umbrella needed in the rain. From the exit, pass McDonald's and H&amp;amp;M, then look for the escalator toward Hyundai Art Hall; the store is beside it. Dark-toned interior, comfortable lounge seating, and a solid Reserve selection. Weekends are consistently at capacity. Weekday mornings and early evenings are the windows.&lt;/div&gt;
    &lt;div style=&quot;display:flex;gap:6px;margin-top:14px;font-size:10.5px;color:#6B6B6B;align-items:center;&quot;&gt;&lt;span style=&quot;width:5px;height:5px;border-radius:50%;background:#4CAF50;display:inline-block;flex-shrink:0;&quot;&gt;&lt;/span&gt;Mon–Fri 07:00–21:00 · Sat–Sun 08:00–21:00 · Exit 5&amp;amp;6, Samseong Station (underground, direct)&lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- Store Card 3 --&gt;
  &lt;div style=&quot;border:1px solid #E0E0E0;padding:26px;background:#fff;&quot;&gt;
    &lt;div style=&quot;display:inline-block;font-size:9px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:#fff;background:#111111;padding:4px 10px;margin-bottom:12px;&quot;&gt;New Opening&lt;/div&gt;
    &lt;div style=&quot;font-size:clamp(15px,2.2vw,18px);font-weight:600;color:#111111;margin-bottom:6px;line-height:1.25;&quot;&gt;Samseong Hwimun&lt;/div&gt;
    &lt;div style=&quot;font-size:11.5px;color:#6B6B6B;margin-bottom:12px;&quot;&gt;↗ 947-1 Daechi-dong, Gangnam-gu · Near Textile Center R, walkable&lt;/div&gt;
    &lt;div style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin-bottom:12px;&quot;&gt;The newest addition to the Samseong cluster, and worth paying attention to as a case study in how Starbucks approaches a dense office district launch.&lt;/div&gt;
    &lt;div style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin-bottom:12px;&quot;&gt;The layout is split across two floors with a clear logic. The ground floor is built around speed: pickup counter, mobile order station, and a minimal number of seats — designed to handle the morning and lunch rush of the surrounding office buildings without bottlenecks. If you're grabbing a coffee between meetings, this is the floor.&lt;/div&gt;
    &lt;div style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin-bottom:16px;&quot;&gt;The second floor is a different environment: generous seating and a set of meeting rooms. The meeting rooms come with conditions — a minimum number of occupants and a minimum spend per person. It's a deliberate signal. Starbucks isn't positioning this as a free co-working drop-in; they're targeting the professional use case of a proper sit-down, with consumption to match.&lt;/div&gt;
    &lt;div style=&quot;border-left:2px solid #C8611A;padding:16px 20px;background:#FDF0E8;margin-bottom:14px;&quot;&gt;&lt;p style=&quot;font-size:13px;color:#1C1C1C;line-height:1.8;margin:0;&quot;&gt;For anyone working in the Samseong area, this format makes practical sense. Ground floor for quick transactions; second floor for small-group meetings without committing to a formal venue. A more structured version of what office-district Starbucks locations have always informally provided.&lt;/p&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex;gap:6px;font-size:10.5px;color:#6B6B6B;align-items:center;&quot;&gt;&lt;span style=&quot;width:5px;height:5px;border-radius:50%;background:#4CAF50;display:inline-block;flex-shrink:0;&quot;&gt;&lt;/span&gt;Standard hours · Near Samseong Station Exit 4 corridor&lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
```

  &lt;/section&gt;

  &lt;!-- RELATED POSTS --&gt;

  &lt;div style=&quot;padding:48px 0 0;border-top:1px solid #E0E0E0;margin-top:56px;&quot;&gt;
    &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#C8611A;margin-bottom:14px;&quot;&gt;From the same series&lt;/div&gt;
    &lt;div style=&quot;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;&quot;&gt;
      &lt;a href=&quot;https://yourmaninkorea.tistory.com/m/entry/Samseong-COEX-Seoul-Where-to-Stay-What-to-See-and-Why-It-Works-as-a-Base&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid #E0E0E0;text-decoration:none;background:#fff;&quot;&gt;
        &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#C8611A;&quot;&gt;Seoul Guide&lt;/div&gt;
        &lt;div style=&quot;font-size:13px;font-weight:400;color:#111111;line-height:1.4;flex:1;&quot;&gt;Samseong &amp;amp; COEX: Where to Stay, What to See, and Why It Works as a Base&lt;/div&gt;
        &lt;div style=&quot;font-size:13px;color:#C8611A;margin-top:4px;&quot;&gt;→&lt;/div&gt;
      &lt;/a&gt;
      &lt;div style=&quot;display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid #E0E0E0;background:#fff;opacity:0.45;&quot;&gt;
        &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#C8611A;&quot;&gt;Coming Next&lt;/div&gt;
        &lt;div style=&quot;font-size:13px;font-weight:400;color:#111111;line-height:1.4;flex:1;&quot;&gt;Specialty Coffee Near Samseong — Beyond the Green Siren&lt;/div&gt;
        &lt;div style=&quot;font-size:13px;color:#C8611A;margin-top:4px;&quot;&gt;→&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- CLOSING --&gt;

  &lt;div style=&quot;padding:52px 0 64px;border-top:1px solid #E0E0E0;margin-top:52px;&quot;&gt;
    &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 16px 0;max-width:600px;&quot;&gt;Starbucks in Korea is a reliable entry point — and sometimes the most sensible one, especially if you don't want to think too hard after a long flight or a full day of walking. The consistency, the mobile ordering, the spatial comfort. It does what it's supposed to do.&lt;/p&gt;
    &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 16px 0;max-width:600px;&quot;&gt;But the coffee culture around Samseong and COEX goes further than that. Blue Bottle's Samsung location sits on the ground-floor terrace of Hyundai Department Store Trade Center. There are specialty roasters within a short walk that operate on an entirely different register. The Starbucks you already know is a good baseline. What comes next is worth the detour.&lt;/p&gt;
    &lt;p style=&quot;font-size:clamp(13.5px,1.8vw,15px);line-height:1.9;color:#1C1C1C;margin:0 0 32px 0;max-width:600px;&quot;&gt;The specialty coffee side of this neighborhood — and Seoul more broadly — will be the subject of the next few posts.&lt;/p&gt;
    &lt;div style=&quot;font-size:clamp(15px,2.5vw,18px);font-weight:300;font-style:italic;color:#6B6B6B;padding-top:32px;border-top:1px solid #E0E0E0;&quot;&gt;More on Seoul's specialty coffee scene to follow.&lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- AUTHOR CARD --&gt;

  &lt;div style=&quot;padding:20px 24px;background:#fff;border:1px solid #E0E0E0;border-left:3px solid #C8611A;display:flex;align-items:flex-start;gap:16px;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;width:38px;height:38px;border-radius:50%;background:#FDF0E8;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#C8611A;flex-shrink:0;&quot;&gt;Y&lt;/div&gt;
    &lt;div&gt;
      &lt;div style=&quot;font-weight:600;font-size:12.5px;color:#111111;margin-bottom:3px;&quot;&gt;Your Friend in Korea&lt;/div&gt;
      &lt;div style=&quot;font-size:11px;color:#6B6B6B;line-height:1.65;&quot;&gt;A Seoul-based business owner writing about this city as a local — not as a traveler. No sponsored content. No paid recommendations.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- FOOTER --&gt;

  &lt;footer style=&quot;padding:28px 0 48px;border-top:1px solid #E0E0E0;&quot;&gt;
    &lt;div style=&quot;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:28px;&quot;&gt;
      &lt;div style=&quot;font-size:12px;font-weight:300;font-style:italic;color:#6B6B6B;&quot;&gt;yourmaninkorea · Seoul · April 29, 2026&lt;/div&gt;
      &lt;div style=&quot;display:flex;flex-wrap:wrap;gap:6px;&quot;&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Seoul Coffee&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Starbucks Korea&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Samseong&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;COEX&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Gangnam&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Korea Travel&lt;/span&gt;
        &lt;span style=&quot;font-size:9px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:#9B9B9B;border:1px solid #E0E0E0;padding:4px 10px;&quot;&gt;Reserve&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;padding-top:22px;border-top:1px solid #E0E0E0;&quot;&gt;
      &lt;div style=&quot;font-size:9px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#9B9B9B;margin-bottom:10px;&quot;&gt;Sources &amp;amp; References&lt;/div&gt;
      &lt;ul style=&quot;list-style:none;padding:0;margin:0;font-size:11px;color:#6B6B6B;line-height:1.8;&quot;&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Starbucks FY2024 Q4 Earnings Release — SEC Filing, investor.starbucks.com&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;SCK Company 2024 Annual Results — Segye Ilbo, February 2025&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Korea Brand Reputation Institute — Coffee Chain Rankings 2024&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Herald Korea — &quot;Starbucks Ewha Flagship Renewal&quot; September 2024&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Fair Trade Commission (Korea) — 2025 Franchise Industry Statistics&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Opensurvey — Cafe Trend Report 2024&lt;/li&gt;
        &lt;li&gt;&lt;span style=&quot;color:#C8611A;&quot;&gt;— &lt;/span&gt;Exchange rate: 1 USD = ₩1,476 · Investing.com · April 29, 2026 (KST)&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/footer&gt;

&lt;/article&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Posts</category>
      <category>COEX Seoul</category>
      <category>Gangnam Cafe</category>
      <category>Korea Coffee</category>
      <category>korea travel</category>
      <category>Korean Starbucks Goods</category>
      <category>STARBUCKS KOREA</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/30</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Starbucks-in-Korea-Samseong-Station-History-Korea-Only-Goods-and-Prices-2026#entry30comment</comments>
      <pubDate>Wed, 29 Apr 2026 18:00:41 +0900</pubDate>
    </item>
    <item>
      <title>Samseong &amp;amp; COEX Seoul: Where to Stay, What to See, and Why It Works as a Base</title>
      <link>https://yourmaninkorea.tistory.com/entry/Samseong-COEX-Seoul-Where-to-Stay-What-to-See-and-Why-It-Works-as-a-Base</link>
      <description>&lt;!-- ✅ Tistory — paste entire content into HTML editor --&gt;

&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;family=Noto+Sans+KR:wght@300;400;500;600&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
.ymk-wrap {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-weight: 300;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  color: #1A1108;
  background-color: #FDFAF6 !important;
  max-width: 740px;
  margin: 0 auto;
}
.ymk-wrap * { box-sizing: border-box; }

/* HERO */
.ymk-hero {
  background-color: #F7F3EE !important;
  border: 1px solid #D9CFC4 !important;
  padding: 56px 28px 48px;
  text-align: center;
  margin-bottom: 0;
}
.ymk-hero-series {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8601C !important;
  border: 0.5px solid #E8601C !important;
  padding: 5px 14px;
  margin-bottom: 28px;
  background-color: transparent !important;
}
.ymk-hero-title {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  color: #1A1108 !important;
  letter-spacing: -0.02em;
  margin: 0 auto 18px;
  max-width: 580px;
}
.ymk-hero-subtitle {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(13px, 2vw, 15px);
  color: #8A7D72 !important;
  font-weight: 300;
  line-height: 1.8;
  max-width: 460px;
  margin: 0 auto 28px;
}
.ymk-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8A7D72 !important;
  text-transform: uppercase;
}
.ymk-dot {
  width: 3px;
  height: 3px;
  background-color: #B8924A !important;
  border-radius: 50%;
  display: inline-block;
}

/* ARTICLE */
.ymk-article { background-color: #FDFAF6 !important; padding: 0 4px; }

/* SECTION */
.ymk-section { padding: 48px 0 0; }
.ymk-section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D9CFC4 !important;
}
.ymk-num {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #E8601C !important;
  text-transform: uppercase;
  flex-shrink: 0;
}
.ymk-title {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(17px, 3.5vw, 22px);
  font-weight: 600;
  color: #1A1108 !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}

/* BODY TEXT */
.ymk-p {
  font-size: clamp(14px, 2.2vw, 15.5px);
  line-height: 1.95;
  color: #3D2B1F !important;
  margin-bottom: 1.2em;
  font-weight: 300;
}
.ymk-p:last-child { margin-bottom: 0; }
.ymk-p strong { font-weight: 600; color: #1A1108 !important; }

/* MAP BOX */
.ymk-map-box {
  margin: 28px 0;
  border: 1px solid #D9CFC4 !important;
  background-color: #F7F3EE !important;
}
.ymk-map-label {
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #8A7D72 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #D9CFC4 !important;
  background-color: #F7F3EE !important;
}
.ymk-map-label span {
  color: #E8601C !important;
  margin-right: 8px;
}
.ymk-map-box iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: none;
}

/* PULL QUOTE */
.ymk-pull-quote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 2px solid #E8601C !important;
  background-color: #F2E8DF !important;
}
.ymk-pull-quote p {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  color: #3D2B1F !important;
  line-height: 1.85;
  margin: 0;
}

/* LINK BOX */
.ymk-link-box {
  margin: 24px 0;
  padding: 16px 20px;
  background-color: #F7F3EE !important;
  border: 1px solid #D9CFC4 !important;
  border-left: 3px solid #B8924A !important;
}
.ymk-link-box a {
  font-size: 13px;
  color: #E8601C !important;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6;
}
.ymk-link-box .ymk-link-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #8A7D72 !important;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 400;
}

/* HOTEL GRID */
.ymk-hotel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #D9CFC4 !important;
  border: 1px solid #D9CFC4 !important;
  margin: 28px 0 0;
}
.ymk-hotel-item {
  background-color: #FDFAF6 !important;
  padding: 18px 16px;
}
.ymk-hotel-tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #B8924A !important;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 500;
}
.ymk-hotel-name {
  font-size: 14px;
  font-weight: 600;
  color: #1A1108 !important;
  margin-bottom: 6px;
  line-height: 1.35;
}
.ymk-hotel-name a {
  color: #1A1108 !important;
  text-decoration: none;
  border-bottom: 1px solid #D9CFC4;
}
.ymk-hotel-name a:hover {
  border-bottom-color: #E8601C;
  color: #E8601C !important;
}
.ymk-hotel-desc {
  font-size: 12px;
  color: #8A7D72 !important;
  line-height: 1.65;
  font-weight: 300;
}

/* INFO BOX */
.ymk-info {
  margin: 20px 0;
  padding: 14px 18px;
  background-color: #F7F3EE !important;
  border: 1px solid #D9CFC4 !important;
  font-size: 12px;
  color: #8A7D72 !important;
  line-height: 1.7;
}
.ymk-info strong { color: #3D2B1F !important; font-weight: 600; }
.ymk-info a { color: #E8601C !important; text-decoration: none; }

/* DIVIDERS */
.ymk-hr {
  border: none;
  border-top: 1px solid #D9CFC4 !important;
  margin: 36px 0 0;
  background: none;
}
.ymk-ornament {
  text-align: center;
  margin: 44px 0 0;
  color: #B8924A !important;
  font-size: 13px;
  letter-spacing: 0.3em;
  opacity: 0.6;
}

/* CLOSING */
.ymk-closing-border {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #D9CFC4 !important;
}
.ymk-closing-box {
  margin-top: 44px;
  padding: 32px 28px;
  background-color: #1A1108 !important;
  text-align: center;
}
.ymk-closing-box p {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(15px, 3.5vw, 20px);
  font-weight: 300;
  color: #F7F3EE !important;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0;
}
.ymk-author {
  display: block;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #B8924A !important;
  text-transform: uppercase;
  font-weight: 500;
}

/* TAGS */
.ymk-tags {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #D9CFC4 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ymk-tag {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8A7D72 !important;
  border: 0.5px solid #D9CFC4 !important;
  padding: 5px 13px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: transparent !important;
}

/* SOURCES */
.ymk-sources {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #D9CFC4 !important;
}
.ymk-sources-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #8A7D72 !important;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ymk-sources-group {
  margin-bottom: 18px;
}
.ymk-sources-group-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #B8924A !important;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ymk-sources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ymk-sources-list li {
  font-size: 12px;
  color: #8A7D72 !important;
  line-height: 1.7;
  font-weight: 300;
  padding-left: 12px;
  position: relative;
}
.ymk-sources-list li::before {
  content: &quot;–&quot;;
  position: absolute;
  left: 0;
  color: #D9CFC4 !important;
}
.ymk-sources-list a {
  color: #8A7D72 !important;
  text-decoration: none;
  border-bottom: 0.5px solid #D9CFC4 !important;
}
.ymk-sources-list a:hover {
  color: #E8601C !important;
  border-bottom-color: #E8601C !important;
}

/* FOOTER */
.ymk-footer {
  margin-top: 32px;
  padding: 20px 0 40px;
  border-top: 1px solid #D9CFC4 !important;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #8A7D72 !important;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .ymk-hero { padding: 36px 16px 32px; }
  .ymk-pull-quote { padding: 18px; margin: 24px 0; }
  .ymk-closing-box { padding: 24px 16px; }
  .ymk-hotel-grid { grid-template-columns: 1fr; }
  .ymk-map-box iframe { height: 240px; }
}
&lt;/style&gt;

&lt;!-- ══════════════════════════════════════════════ --&gt;

&lt;div class=&quot;ymk-wrap&quot;&gt;

  &lt;!-- HERO --&gt;
  &lt;div class=&quot;ymk-hero&quot;&gt;
    &lt;div class=&quot;ymk-hero-series&quot;&gt;Seoul Guide · Samseong&lt;/div&gt;
    &lt;h1 class=&quot;ymk-hero-title&quot; style=&quot;color: #1A1108 !important;&quot;&gt;On Staying Near Samseong Station&lt;/h1&gt;
    &lt;p class=&quot;ymk-hero-subtitle&quot;&gt;Alone or with family — there's far more to this neighborhood than it lets on&lt;/p&gt;
    &lt;div class=&quot;ymk-hero-meta&quot;&gt;
      &lt;span&gt;yourmaninkorea&lt;/span&gt;
      &lt;span class=&quot;ymk-dot&quot;&gt;&lt;/span&gt;
      &lt;span&gt;2026. 4. 20.&lt;/span&gt;
      &lt;span class=&quot;ymk-dot&quot;&gt;&lt;/span&gt;
      &lt;span&gt;Seoul Guide&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ARTICLE --&gt;
  &lt;div class=&quot;ymk-article&quot;&gt;

    &lt;!-- Opening --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;When planning a trip to Seoul, most people default to Hongdae or Myeongdong as their base. The reasons are solid enough — central location, plenty of energy, lots of options. But if your trip stretches beyond two days and you have even a passing interest in Seoul beyond what's been built for tourists, Samseong Station deserves serious consideration as a base.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;This is also the neighborhood where I work. I pass through this station every day, walk these streets, and spend my days among these spaces. That means I can write about it honestly. Whether you're traveling solo or with family — Samseong is a far more useful neighborhood than it appears.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;On the surface, it's quiet. Intentionally so. But beneath that calm, there's far more than a first-time visitor would expect.&lt;/p&gt;
    &lt;/div&gt;

    &lt;!-- Samseong Station Map --&gt;
    &lt;div class=&quot;ymk-map-box&quot;&gt;
      &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Samseong Station (World Trade Center) · Seoul Subway Line 2&lt;/div&gt;
      &lt;iframe
        src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.3!2d127.0609!3d37.5089!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca4406a580fb3%3A0x23e9cd24e4c87c6b!2sSamseong+(World+Trade+Center+Seoul)!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
        allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
      &lt;/iframe&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 01 Samseong Station --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;01&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Samseong Station — As a Starting Point&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Samseong sits on Line 2, the green circular line. That single fact connects you to virtually every major point in Seoul without a transfer. Gangnam Station is four stops west. Hongik University is under thirty minutes away. Airport buses to both Incheon and Gimpo depart from right outside the station.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;For any traveler who wants to move freely across Seoul without burning half a day on connections, this location is hard to argue with. Exits 5 or 6 lead directly into the COEX complex. The underground passage connects you all the way to COEX Mall without stepping outside — meaning even on rainy days, an umbrella is optional for most destinations.&lt;/p&gt;

      &lt;div class=&quot;ymk-link-box&quot;&gt;
        &lt;div class=&quot;ymk-link-label&quot;&gt;Related Post&lt;/div&gt;
        &lt;a href=&quot;https://yourmaninkorea.tistory.com/m/entry/Seoul-History-101-Subway-Line-2-Reading-the-City-through-the-Green-Circle-Line&quot; target=&quot;_blank&quot;&gt;Seoul History 101 — Seoul Subway Line 2, Reading the City through the Green Circle Line →&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 02 COEX --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;02&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;COEX — What to Know Before You Go In&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;&lt;a href=&quot;https://m.starfield.co.kr/coexmall&quot; target=&quot;_blank&quot; style=&quot;color:#E8601C;text-decoration:none;&quot;&gt;COEX Mall&lt;/a&gt; means something different to everyone. The underground shopping area is large — one of the largest in Asia. But once you understand the layout, it's less complicated than it seems. Most of it follows a single long corridor, so the actual flow is simpler than the floor map implies. To solve the wayfinding problem at the heart of this labyrinth, the architects placed a single landmark at the center — and that's how Starfield Library came to be.&lt;/p&gt;

      &lt;p class=&quot;ymk-p&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://maps.app.goo.gl/fyr1PooTVvnafRJo8&quot; target=&quot;_blank&quot; style=&quot;color:#1A1108;text-decoration:none;&quot;&gt;Starfield Library&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;Located in the underground center of COEX. Thirteen-meter-high bookshelves, 70,000 volumes, free admission. Designed by Gensler, the American global architecture firm, it has become one of Seoul's most photographed spaces since opening in 2017.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;One thing worth knowing: the library's interior changes with the seasons. Spring brings floral installations; during the Christmas season, 365 star-shaped ornaments cover the entire 13-meter bookshelf structure. Depending on when you visit, it can feel like an entirely different space. Worth checking their official Instagram &lt;a href=&quot;https://www.instagram.com/starfield.library/&quot; target=&quot;_blank&quot; style=&quot;color:#E8601C;text-decoration:none;&quot;&gt;@starfield.library&lt;/a&gt; before you go.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;The % Arabica café inside is the Korean debut of the Japanese brand. Weekend mornings, before the crowds arrive, is the best time.&lt;/p&gt;

      &lt;div class=&quot;ymk-info&quot;&gt;
        &lt;strong&gt;&lt;a href=&quot;https://maps.app.goo.gl/fyr1PooTVvnafRJo8&quot; target=&quot;_blank&quot;&gt;Starfield Library&lt;/a&gt;&lt;/strong&gt; · Hours: 10:30 – 22:00 · Free admission&lt;br&gt;
        Samseong Station Exits 5 &amp;amp; 6 → underground walkway · Bongeunsa Station Exit 7 → 1 min walk
      &lt;/div&gt;

      &lt;p class=&quot;ymk-p&quot;&gt;&lt;strong&gt;Hotel Connections Around COEX&lt;/strong&gt;&lt;br&gt;Grand InterContinental Seoul Parnas connects directly to COEX underground via Parnas Mall — no umbrella needed to get from the lobby to the mall, rain or shine. Park Hyatt Seoul is the closest hotel to the station itself, a one-minute walk from Exits 1 and 2. Shilla Stay Samsung sits directly across the street.&lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 03 Bongeunsa --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;03&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Bongeunsa — Five Steps from the Mall&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Directly across from COEX sits Bongeunsa Temple. The contrast is one of those things you really have to experience firsthand.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Bongeunsa was founded during the Silla period, over 1,200 years ago. It's still an actively functioning temple, which means the atmosphere is genuine rather than performed. Stone-paved paths through the grounds, lanterns hanging between the trees, the muffled hum of the city just out of reach.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Evening visits are preferable. The surrounding office towers illuminate the temple grounds from above, and the resulting view — a thousand-year-old structure silhouetted against Gangnam's glass towers — is one of the scenes only Seoul can offer. Not the kind that photographs well. A &lt;a href=&quot;https://eng.templestay.com/temple_view.aspx?t_id=bongeunsa&quot; target=&quot;_blank&quot; style=&quot;color:#E8601C;text-decoration:none;&quot;&gt;templestay program&lt;/a&gt; is also available, letting visitors spend a night following the rhythm of monastic life.&lt;/p&gt;

      &lt;div class=&quot;ymk-info&quot;&gt;
        &lt;strong&gt;&lt;a href=&quot;https://english.visitseoul.net/attractions/bongeunsa_/432&quot; target=&quot;_blank&quot;&gt;Bongeunsa Temple&lt;/a&gt;&lt;/strong&gt; · 531 Bongeunsa-ro, Gangnam-gu, Seoul · Open year-round · Free admission&lt;br&gt;
        Samseong Station Exit 6 → approx. 10 min walk · Bongeunsa Station Exit 1 → 3 min walk
      &lt;/div&gt;

      &lt;div class=&quot;ymk-map-box&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Bongeunsa Temple · 531 Bongeunsa-ro, Gangnam-gu, Seoul&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3164.8!2d127.0551!3d37.5149!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca46941fa9981%3A0x45689c57c2e44d69!2sBongeunsa+Temple!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 04 Seolleung --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;04&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Seolleung — The Place Most People Walk Past&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Between Seolleung and Seonjeongneung stations, a short distance from Samseong, lies Seolleung Park. Royal tombs from the Joseon dynasty. A UNESCO World Heritage Site. The entrance fee is 1,000 won.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Most visitors to the area walk right by it. In a way, that's exactly what makes it good. Open lawns, shade, and genuine quiet — not the performed kind, but the natural stillness that comes from a space that simply hasn't been commercialized. Visit in spring or early summer, and the green of the grass is sharper than anywhere else in Gangnam.&lt;/p&gt;

      &lt;div class=&quot;ymk-info&quot;&gt;
        &lt;strong&gt;&lt;a href=&quot;https://korean.visitseoul.net/walking-tour/%EB%8F%84%EB%B3%B4%EA%B4%80%EA%B4%91-%EC%84%A0%EC%A0%95%EB%A6%89/KON000626&quot; target=&quot;_blank&quot;&gt;Seolleung &amp;amp; Jeongneung (Seolleung Park)&lt;/a&gt;&lt;/strong&gt; · 1 Seolleung-ro 100-gil, Gangnam-gu, Seoul&lt;br&gt;
        Admission: 1,000 KRW · Mar–Oct: 06:00–21:00 / Nov–Feb: 06:00–17:30&lt;br&gt;
        Seolleung Station Exit 8 → 5 min walk
      &lt;/div&gt;

      &lt;div class=&quot;ymk-map-box&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Seolleung &amp;amp; Jeongneung (Seolleung Park) · UNESCO World Heritage Site&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.5!2d127.0497!3d37.5074!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca578ebd042f7%3A0xf2acb73aa069131e!2sSeolleung+and+Jeongneung+Royal+Tombs!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 05 Eating --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;05&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Where to Eat — COEX Underground &amp;amp; Hyundai Department Store&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;This is also where I eat lunch every day. Honestly, these are spaces frequented more by office workers like me than by tourists — and that's actually an advantage. You can eat really well here at everyday prices, not tourist markups.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;COEX underground, Hyundai Department Store's basement food hall, the alleyways around Samseong Station, and the stretch toward Seolleung — each of these deserves its own dedicated post, which I'll get to. For now, just a quick orientation.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;&lt;strong&gt;COEX Mall Underground&lt;/strong&gt;&lt;br&gt;Over 100 food and beverage outlets ranging from food courts to standalone restaurants. International options are well represented — Thai restaurant &lt;strong&gt;So-i Yeonnam&lt;/strong&gt;, halal-certified Turkish restaurant &lt;strong&gt;Kervan&lt;/strong&gt;, and more.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://www.ehyundai.com/DP/lang/en/DP000002.do?branchCd=B00122000&quot; target=&quot;_blank&quot; style=&quot;color:#1A1108;text-decoration:none;&quot;&gt;Hyundai Department Store Trade Center&lt;/a&gt; — Basement &amp;amp; Restaurant Floor&lt;/strong&gt;&lt;br&gt;Connected directly to COEX underground. The restaurant floor includes Gordon Ramsay Street Burger, authentic Chinese restaurant Dowon, an Italian option, and more. On the ground-floor terrace, Blue Bottle Coffee Samsung occupies a prime corner. More on Hyundai in the next chapter.&lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 06 Hyundai --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;06&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Hyundai Department Store Trade Center — The Other Anchor of the Area&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Any honest account of the Samseong area has to include &lt;a href=&quot;https://www.ehyundai.com/DP/lang/en/DP000002.do?branchCd=B00122000&quot; target=&quot;_blank&quot; style=&quot;color:#E8601C;text-decoration:none;&quot;&gt;Hyundai Department Store Trade Center&lt;/a&gt;. Connected to COEX underground, this store has functioned as the core retail anchor of Gangnam's business district since opening in 1988.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Korean department stores largely break into three groups: Shinsegae, Lotte, and Hyundai. Where Shinsegae leads with prestige and Lotte with scale and accessibility, Hyundai's concept is distinct — closer to lifestyle curation. It has positioned itself not as a place to buy things, but as a place that proposes a way of living.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;The Trade Center branch houses the full lineup of major luxury names — Hermès, Louis Vuitton, Gucci, Balenciaga, Prada, Cartier, Tiffany, and more. Foreign visitors are eligible for tax refund benefits.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;The food strategy is particularly worth noting. Following the success of The Hyundai Seoul, the brand has shifted toward aggressively recruiting destination restaurants. The idea: customers who come for a meal end up staying to shop. Gordon Ramsay Street Burger made its Korean debut here as part of that strategy. With Decibel Bakery, Blue Bottle, and Dowon-style dining all under one roof, this building works as a destination in its own right — no need to plan shopping and meals separately.&lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;ymk-hr&quot;&gt;

    &lt;!-- 07 Accommodation --&gt;
    &lt;div class=&quot;ymk-section&quot;&gt;
      &lt;div class=&quot;ymk-section-header&quot;&gt;
        &lt;span class=&quot;ymk-num&quot;&gt;07&lt;/span&gt;
        &lt;h2 class=&quot;ymk-title&quot;&gt;Staying Here — Solo or with Family&lt;/h2&gt;
      &lt;/div&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;Accommodation near Samseong covers a wide spectrum. There are good options for solo travelers and for families traveling with children. Whatever your style of travel, there's almost certainly a hotel here that fits.&lt;/p&gt;

      &lt;div class=&quot;ymk-hotel-grid&quot;&gt;
        &lt;div class=&quot;ymk-hotel-item&quot;&gt;
          &lt;div class=&quot;ymk-hotel-tag&quot;&gt;5-Star · Steps from Station&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-name&quot;&gt;&lt;a href=&quot;https://www.hyatt.com/park-hyatt/en-US/selph-park-hyatt-seoul&quot; target=&quot;_blank&quot;&gt;Park Hyatt Seoul&lt;/a&gt;&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-desc&quot;&gt;One minute walk from Samseong Station Exits 1 &amp;amp; 2. Closest hotel to the station, quiet and refined. Particularly well-suited for solo travelers and business visitors.&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ymk-hotel-item&quot;&gt;
          &lt;div class=&quot;ymk-hotel-tag&quot;&gt;5-Star · Direct COEX Access&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-name&quot;&gt;&lt;a href=&quot;https://www.ihg.com/intercontinental/hotels/us/en/seoul/seoha/hoteldetail&quot; target=&quot;_blank&quot;&gt;Grand InterContinental Seoul Parnas&lt;/a&gt;&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-desc&quot;&gt;Underground direct connection to COEX via Parnas Mall. Reach the aquarium without an umbrella. The optimal choice for families traveling with children.&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ymk-hotel-item&quot;&gt;
          &lt;div class=&quot;ymk-hotel-tag&quot;&gt;Business Class · Across the Street&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-name&quot;&gt;&lt;a href=&quot;https://www.shillastay.com/samsung/index.do&quot; target=&quot;_blank&quot;&gt;Shilla Stay Samsung&lt;/a&gt;&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-desc&quot;&gt;One street over from Park Hyatt. The signature cleanliness and service of the Shilla Hotels lineage at a more accessible price point — a consistently popular choice.&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;ymk-hotel-item&quot;&gt;
          &lt;div class=&quot;ymk-hotel-tag&quot;&gt;Practical · Station Adjacent&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-name&quot;&gt;&lt;a href=&quot;https://www.glad-hotels.com/gangnamcoex/index.do&quot; target=&quot;_blank&quot;&gt;GLAD Gangnam COEX Center&lt;/a&gt;&lt;/div&gt;
          &lt;div class=&quot;ymk-hotel-desc&quot;&gt;Right next to Samseong Station Exit 1. Fitness center, lounge, 24-hour front desk. A practical, no-frills choice for travelers who value convenience over ceremony.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;

      &lt;!-- Hotel Maps --&gt;
      &lt;div class=&quot;ymk-map-box&quot; style=&quot;margin-top: 24px;&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Park Hyatt Seoul · 606 Teheran-ro, Gangnam-gu&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.3!2d127.0619!3d37.5086!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca46ce4136127%3A0x8ab40617ed855503!2sPark+Hyatt+Seoul!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-map-box&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Grand InterContinental Seoul Parnas · 521 Teheran-ro, Gangnam-gu&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.3!2d127.0585!3d37.5089!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca41ac062a551%3A0xe1e3206ca296580a!2sGrand+InterContinental+Seoul+Parnas!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-map-box&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;Shilla Stay Samsung · 425 Yeongdong-daero, Gangnam-gu&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.2!2d127.0608!3d37.5100!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca4404f2a16e9%3A0x12a0c70f6afecbd9!2sShilla+Stay+Samsung!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-map-box&quot;&gt;
        &lt;div class=&quot;ymk-map-label&quot;&gt;&lt;span&gt; &lt;/span&gt;GLAD Gangnam COEX Center · 322 Bongeunsa-ro, Gangnam-gu&lt;/div&gt;
        &lt;iframe
          src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3165.3!2d127.0622!3d37.5088!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca440f0d38a89%3A0x98ab5cdb05080c44!2sGLAD+Gangnam+COEX+Center!5e0!3m2!1sen!2skr!4v1713600000000!5m2!1sen!2skr&quot;
          allowfullscreen=&quot;&quot; loading=&quot;lazy&quot; referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
        &lt;/iframe&gt;
      &lt;/div&gt;

      &lt;p class=&quot;ymk-p&quot; style=&quot;margin-top:24px;&quot;&gt;That's the real case for using Samseong as a base. When you know exactly where you're returning to, the rest of the day moves better. With kids, spend a morning at the aquarium and walk back to your hotel through the underground connection. Solo, finish an evening stroll through Bongeunsa, grab a Blue Bottle coffee, and head quietly back.&lt;/p&gt;
    &lt;/div&gt;

    &lt;!-- Closing --&gt;
    &lt;div class=&quot;ymk-ornament&quot;&gt;— — —&lt;/div&gt;

    &lt;div class=&quot;ymk-section&quot; style=&quot;padding-top: 36px;&quot;&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;There are neighborhoods in Seoul that reveal themselves immediately. Samseong is not one of them.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;The first impression is business district: large buildings straight out of the exit, people in suits. It's reasonable to wonder what there is to actually do here.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;But as someone who works in this neighborhood every day — passing through COEX on the morning commute, eating lunch in the Hyundai basement, walking past Starfield Library in the evening — it's genuinely not bad. Honestly, it's quite good.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;The reason to recommend Samseong as a travel base is simple. If you know what you want to do, everything you need is here. If you don't, you can just walk and still fill the time. Solo, with kids, mixing work and leisure — the neighborhood adapts.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;That's enough to recommend it.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;ymk-closing-box&quot;&gt;
      &lt;p&gt;Samseong · COEX · Bongeunsa · Seolleung&lt;br&gt;Gangnam, Seoul — the story from the inside&lt;/p&gt;
      &lt;span class=&quot;ymk-author&quot;&gt;yourmaninkorea · 2026&lt;/span&gt;
    &lt;/div&gt;

    &lt;!-- SOURCES --&gt;
    &lt;div class=&quot;ymk-sources&quot;&gt;
      &lt;div class=&quot;ymk-sources-label&quot;&gt;Sources &amp;amp; References&lt;/div&gt;

      &lt;div class=&quot;ymk-sources-group&quot;&gt;
        &lt;div class=&quot;ymk-sources-group-title&quot;&gt;Places &amp;amp; Attractions&lt;/div&gt;
        &lt;ul class=&quot;ymk-sources-list&quot;&gt;
          &lt;li&gt;&lt;a href=&quot;https://english.visitseoul.net/attractions/bongeunsa_/432&quot; target=&quot;_blank&quot;&gt;Bongeunsa Temple — Visit Seoul (Seoul Metropolitan Government)&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://korean.visitseoul.net/walking-tour/%EB%8F%84%EB%B3%B4%EA%B4%80%EA%B4%91-%EC%84%A0%EC%A0%95%EB%A6%89/KON000626&quot; target=&quot;_blank&quot;&gt;Seolleung &amp;amp; Jeongneung Royal Tombs — Visit Seoul&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-sources-group&quot;&gt;
        &lt;div class=&quot;ymk-sources-group-title&quot;&gt;Shopping &amp;amp; Dining&lt;/div&gt;
        &lt;ul class=&quot;ymk-sources-list&quot;&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.ehyundai.com/DP/lang/en/DP000002.do?branchCd=B00122000&quot; target=&quot;_blank&quot;&gt;Hyundai Department Store Trade Center — Official Website (English)&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-sources-group&quot;&gt;
        &lt;div class=&quot;ymk-sources-group-title&quot;&gt;Hotels&lt;/div&gt;
        &lt;ul class=&quot;ymk-sources-list&quot;&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.hyatt.com/park-hyatt/en-US/selph-park-hyatt-seoul&quot; target=&quot;_blank&quot;&gt;Park Hyatt Seoul — Official Website&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.ihg.com/intercontinental/hotels/us/en/seoul/seoha/hoteldetail&quot; target=&quot;_blank&quot;&gt;Grand InterContinental Seoul Parnas — Official Website (IHG)&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.shillastay.com/samsung/index.do&quot; target=&quot;_blank&quot;&gt;Shilla Stay Samsung — Official Website&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://www.glad-hotels.com/gangnamcoex/index.do&quot; target=&quot;_blank&quot;&gt;GLAD Gangnam COEX Center — Official Website&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

      &lt;div class=&quot;ymk-sources-group&quot;&gt;
        &lt;div class=&quot;ymk-sources-group-title&quot;&gt;Tourism &amp;amp; Government&lt;/div&gt;
        &lt;ul class=&quot;ymk-sources-list&quot;&gt;
          &lt;li&gt;&lt;a href=&quot;https://english.visitseoul.net/shopping/COEX-Mall/ENP000268&quot; target=&quot;_blank&quot;&gt;COEX Mall — Visit Seoul (Seoul Metropolitan Government)&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://english.visitseoul.net/shopping/HyundaiDepartmentStoreTradeCenterBranch/ENP009606&quot; target=&quot;_blank&quot;&gt;Hyundai Department Store Trade Center — Visit Seoul&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href=&quot;https://english.visitkorea.or.kr/svc/contents/contentsView.do?vcontsId=106285&quot; target=&quot;_blank&quot;&gt;Hyundai Department Store Trade Center — Korea Tourism Organization&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- TAGS --&gt;
    &lt;div class=&quot;ymk-tags&quot;&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Seoul Travel&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Samseong Station&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;COEX&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Gangnam&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Bongeunsa&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Starfield Library&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Hyundai Department Store&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Seoul Hotels&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;Seoul Itinerary&lt;/span&gt;
      &lt;span class=&quot;ymk-tag&quot;&gt;yourmaninkorea&lt;/span&gt;
    &lt;/div&gt;

    &lt;!-- FOOTER --&gt;
    &lt;div class=&quot;ymk-footer&quot;&gt;
      Seoul Guide · Samseong · yourmaninkorea · 2026
    &lt;/div&gt;

  &lt;/div&gt;&lt;!-- /ymk-article --&gt;
&lt;/div&gt;&lt;!-- /ymk-wrap --&gt;</description>
      <category>Posts</category>
      <category>Bongeunsa Temple</category>
      <category>COEX Seoul</category>
      <category>Gangnam hotel</category>
      <category>hotels near COEX</category>
      <category>Samseong Station</category>
      <category>Seoul Gangnam</category>
      <category>Seoul neighborhood guide</category>
      <category>seoul travel</category>
      <category>Starfield Library</category>
      <category>where to stay in seoul</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/29</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Samseong-COEX-Seoul-Where-to-Stay-What-to-See-and-Why-It-Works-as-a-Base#entry29comment</comments>
      <pubDate>Sat, 25 Apr 2026 18:00:53 +0900</pubDate>
    </item>
    <item>
      <title>The Age of AI, Gen MZ, and the Opportunity for Individuals</title>
      <link>https://yourmaninkorea.tistory.com/entry/The-Age-of-AI-Gen-MZ-and-the-Opportunity-for-Individuals</link>
      <description>&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;family=Noto+Sans+KR:wght@300;400;500;600&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

&lt;style&gt;
.ymk-wrap {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-weight: 300;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  color: #1A1108;
  background-color: #FDFAF6 !important;
  max-width: 740px;
  margin: 0 auto;
}
.ymk-wrap * {
  box-sizing: border-box;
}

/* HERO */
.ymk-hero {
  background-color: #F7F3EE !important;
  border: 1px solid #D9CFC4 !important;
  padding: 56px 28px 48px;
  text-align: center;
  margin-bottom: 0;
}
.ymk-hero-series {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8601C !important;
  border: 0.5px solid #E8601C !important;
  padding: 5px 14px;
  margin-bottom: 28px;
  background-color: transparent !important;
}
.ymk-hero-title {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(26px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  color: #1A1108 !important;
  letter-spacing: -0.02em;
  margin: 0 auto 18px;
  max-width: 580px;
}
.ymk-hero-subtitle {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(13px, 2vw, 15px);
  color: #8A7D72 !important;
  font-weight: 300;
  line-height: 1.8;
  max-width: 420px;
  margin: 0 auto 28px;
}
.ymk-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8A7D72 !important;
  text-transform: uppercase;
}
.ymk-dot {
  width: 3px;
  height: 3px;
  background-color: #B8924A !important;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* ARTICLE */
.ymk-article {
  background-color: #FDFAF6 !important;
  padding: 0 4px;
}

/* SECTION */
.ymk-section {
  padding: 48px 0 0;
}
.ymk-section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D9CFC4 !important;
}
.ymk-num {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #E8601C !important;
  text-transform: uppercase;
  flex-shrink: 0;
}
.ymk-title {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(17px, 3.5vw, 22px);
  font-weight: 600;
  color: #1A1108 !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}

/* BODY TEXT */
.ymk-p {
  font-size: clamp(14px, 2.2vw, 15.5px);
  line-height: 1.95;
  color: #3D2B1F !important;
  margin-bottom: 1.2em;
  font-weight: 300;
}
.ymk-p:last-child { margin-bottom: 0; }
.ymk-p strong {
  font-weight: 600;
  color: #1A1108 !important;
}

/* PULL QUOTE */
.ymk-pull-quote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 2px solid #E8601C !important;
  background-color: #F2E8DF !important;
}
.ymk-pull-quote p {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 400;
  color: #3D2B1F !important;
  line-height: 1.85;
  margin: 0;
}

/* SPEND GRID */
.ymk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1px;
  background-color: #D9CFC4 !important;
  border: 1px solid #D9CFC4 !important;
  margin: 28px 0;
}
.ymk-grid-item {
  background-color: #FDFAF6 !important;
  padding: 18px 14px;
}
.ymk-grid-num {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #B8924A !important;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.ymk-grid-name {
  font-size: 13px;
  font-weight: 600;
  color: #1A1108 !important;
  margin-bottom: 6px;
  line-height: 1.4;
}
.ymk-grid-desc {
  font-size: 12px;
  color: #8A7D72 !important;
  line-height: 1.65;
  font-weight: 300;
}

/* CASE */
.ymk-case {
  border: 1px solid #D9CFC4 !important;
  margin: 0 0 14px;
  background-color: #FDFAF6 !important;
}
.ymk-case-top {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #D9CFC4 !important;
}
.ymk-case-idx {
  width: 44px;
  min-width: 44px;
  background-color: #F7F3EE !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #D9CFC4 !important;
  font-size: 13px;
  color: #B8924A !important;
  font-weight: 600;
}
.ymk-case-hd {
  padding: 13px 16px;
  flex: 1;
  background-color: #FDFAF6 !important;
}
.ymk-case-tag {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #E8601C !important;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 400;
}
.ymk-case-name {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(14px, 2.8vw, 17px);
  font-weight: 600;
  color: #1A1108 !important;
  line-height: 1.3;
}
.ymk-case-body {
  padding: 16px 16px 12px;
  font-size: clamp(13px, 2vw, 14.5px);
  line-height: 1.85;
  color: #3D2B1F !important;
  font-weight: 300;
  background-color: #FDFAF6 !important;
}
.ymk-case-insight {
  padding: 11px 16px;
  background-color: #F7F3EE !important;
  border-top: 1px solid #D9CFC4 !important;
  font-size: 12px;
  color: #8A7D72 !important;
  line-height: 1.7;
}
.ymk-case-insight strong {
  font-weight: 600;
  color: #3D2B1F !important;
}

/* CLOSING */
.ymk-closing-border {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #D9CFC4 !important;
}
.ymk-closing-box {
  margin-top: 44px;
  padding: 32px 28px;
  background-color: #1A1108 !important;
  text-align: center;
}
.ymk-closing-box p {
  font-family: 'Inter', 'Noto Sans KR', sans-serif;
  font-size: clamp(15px, 3.5vw, 20px);
  font-weight: 300;
  color: #F7F3EE !important;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0;
}
.ymk-closing-box .ymk-author {
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #B8924A !important;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

/* DIVIDERS */
.ymk-ornament {
  text-align: center;
  margin: 44px 0 0;
  color: #B8924A !important;
  font-size: 13px;
  letter-spacing: 0.3em;
  opacity: 0.6;
}
.ymk-hr {
  border: none;
  border-top: 1px solid #D9CFC4 !important;
  margin: 36px 0 0;
  background: none;
}

/* TAGS */
.ymk-tags {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #D9CFC4 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ymk-tag {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8A7D72 !important;
  border: 0.5px solid #D9CFC4 !important;
  padding: 5px 13px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: transparent !important;
}

/* FOOTER */
.ymk-footer {
  margin-top: 32px;
  padding: 20px 0 40px;
  border-top: 1px solid #D9CFC4 !important;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #8A7D72 !important;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .ymk-hero { padding: 36px 16px 32px; }
  .ymk-pull-quote { padding: 18px; margin: 24px 0; }
  .ymk-closing-box { padding: 24px 16px; }
  .ymk-grid { grid-template-columns: 1fr 1fr; }
  .ymk-case-idx { width: 36px; min-width: 36px; }
}
@media (min-width: 768px) {
  .ymk-grid { grid-template-columns: repeat(5, 1fr); }
}
&lt;/style&gt;

&lt;!-- ══════════════════════════════════ --&gt;

&lt;div class=&quot;ymk-wrap&quot;&gt;

  &lt;!-- HERO --&gt;

  &lt;div class=&quot;ymk-hero&quot;&gt;
    &lt;div class=&quot;ymk-hero-series&quot;&gt;Thoughts · AI &amp;amp; Business&lt;/div&gt;
    &lt;h1 class=&quot;ymk-hero-title&quot;&gt;The Age of AI, Gen MZ,&lt;br&gt;and the Opportunity for Individuals&lt;/h1&gt;
    &lt;p class=&quot;ymk-hero-subtitle&quot;&gt;When the way we work changes, the way we spend changes too.&lt;br&gt;What can we read from the cracks of that transformation?&lt;/p&gt;
    &lt;div class=&quot;ymk-hero-meta&quot;&gt;
      &lt;span&gt;yourmaninkorea&lt;/span&gt;
      &lt;span class=&quot;ymk-dot&quot;&gt;&lt;/span&gt;
      &lt;span&gt;2026. 4. 15.&lt;/span&gt;
      &lt;span class=&quot;ymk-dot&quot;&gt;&lt;/span&gt;
      &lt;span&gt;Thoughts&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ARTICLE --&gt;

  &lt;div class=&quot;ymk-article&quot;&gt;

```
&lt;!-- Intro --&gt;
&lt;div class=&quot;ymk-section&quot;&gt;
  &lt;div class=&quot;ymk-section-header&quot;&gt;
    &lt;span class=&quot;ymk-num&quot;&gt;Intro&lt;/span&gt;
    &lt;h2 class=&quot;ymk-title&quot;&gt;AI Is Not the Enemy — It Is My Colleague&lt;/h2&gt;
  &lt;/div&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;The way Gen MZ engages with AI these days is rather telling. There is no fear — only utilisation. Draft reports are handed off to ChatGPT, meeting summaries are compiled by AI, and repetitive correspondence is dispatched with a single prompt. Using AI at work has ceased to be a matter of choice; it has simply become habit.&lt;/p&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;The question, then, must be reframed. Rather than asking, &quot;Will AI take my job?&quot; — one ought to ask this instead.&lt;/p&gt;
  &lt;div class=&quot;ymk-pull-quote&quot;&gt;
    &lt;p&gt;AI has given us time. Where shall we choose to spend it?&lt;/p&gt;
  &lt;/div&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;That question is the seed of a business. When the allocation of time and money shifts, so too does the landscape of consumption. Those who read that shift first will claim the next market.&lt;/p&gt;
&lt;/div&gt;

&lt;hr class=&quot;ymk-hr&quot;&gt;

&lt;!-- 01 --&gt;
&lt;div class=&quot;ymk-section&quot;&gt;
  &lt;div class=&quot;ymk-section-header&quot;&gt;
    &lt;span class=&quot;ymk-num&quot;&gt;01&lt;/span&gt;
    &lt;h2 class=&quot;ymk-title&quot;&gt;The Daily Life of Gen MZ — Reshaped by AI&lt;/h2&gt;
  &lt;/div&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;Not so long ago, a considerable portion of the working day was consumed by repetition — reports that followed the same template, answers to the same questions, the mechanical transposition of data from one place to another. AI handles that repetition with ease. For Gen MZ, the result is twofold.&lt;/p&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;The first is &lt;strong&gt;discretionary time&lt;/strong&gt; — an earlier finish, a longer lunch, a weekend that finally feels whole. The second is &lt;strong&gt;discretionary income&lt;/strong&gt; — productivity gains that translate into higher earnings, or at the very least, the capacity to accomplish more within the same hours.&lt;/p&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;A generation is emerging in which both are growing simultaneously. To the eye of the entrepreneur, this represents the arrival of an entirely new class of consumer.&lt;/p&gt;
&lt;/div&gt;

&lt;hr class=&quot;ymk-hr&quot;&gt;

&lt;!-- 02 --&gt;
&lt;div class=&quot;ymk-section&quot;&gt;
  &lt;div class=&quot;ymk-section-header&quot;&gt;
    &lt;span class=&quot;ymk-num&quot;&gt;02&lt;/span&gt;
    &lt;h2 class=&quot;ymk-title&quot;&gt;And This Is Where Gen MZ Opens Their Wallets&lt;/h2&gt;
  &lt;/div&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;Trace where the newfound ease — born of AI — tends to flow, and a pattern emerges. Efficiency, once gained, is rarely reinvested in further efficiency. People turn instead toward the more human, the more sensory, the more distinctly personal.&lt;/p&gt;

  &lt;div class=&quot;ymk-grid&quot;&gt;
    &lt;div class=&quot;ymk-grid-item&quot;&gt;
      &lt;div class=&quot;ymk-grid-num&quot;&gt;01&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-name&quot;&gt;Wellness &amp;amp; Mental Care&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-desc&quot;&gt;Pilates, meditation apps, sleep care. Resting well has become a competitive advantage.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-grid-item&quot;&gt;
      &lt;div class=&quot;ymk-grid-num&quot;&gt;02&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-name&quot;&gt;Space &amp;amp; Experience&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-desc&quot;&gt;Café workspaces, workations, atmospheric coffee shops. Investment in where one works.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-grid-item&quot;&gt;
      &lt;div class=&quot;ymk-grid-num&quot;&gt;03&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-name&quot;&gt;Self-Development &amp;amp; Content&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-desc&quot;&gt;Courses, AI literacy programmes, class subscriptions. The ambition to master one's tools.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-grid-item&quot;&gt;
      &lt;div class=&quot;ymk-grid-num&quot;&gt;04&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-name&quot;&gt;Taste &amp;amp; Lifestyle&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-desc&quot;&gt;Plants, cooking, interior design. Life itself becomes a brand.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-grid-item&quot;&gt;
      &lt;div class=&quot;ymk-grid-num&quot;&gt;05&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-name&quot;&gt;Community &amp;amp; Connection&lt;/div&gt;
      &lt;div class=&quot;ymk-grid-desc&quot;&gt;Social clubs, interest-based gatherings. Genuine relationships beyond the digital.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;ymk-p&quot;&gt;There is a common thread. These are all things AI cannot do on one's behalf — indeed, they are things that become more precious precisely because of the AI age.&lt;/p&gt;
&lt;/div&gt;

&lt;hr class=&quot;ymk-hr&quot;&gt;

&lt;!-- 03 --&gt;
&lt;div class=&quot;ymk-section&quot;&gt;
  &lt;div class=&quot;ymk-section-header&quot;&gt;
    &lt;span class=&quot;ymk-num&quot;&gt;03&lt;/span&gt;
    &lt;h2 class=&quot;ymk-title&quot;&gt;The Conglomerates Have Already Begun to Move&lt;/h2&gt;
  &lt;/div&gt;
  &lt;p class=&quot;ymk-p&quot;&gt;It is not only individuals who have sensed this shift. Korea's major corporations are responding with deliberate, targeted service design aimed squarely at Gen MZ. The cases below speak for themselves.&lt;/p&gt;

  &lt;div class=&quot;ymk-case&quot;&gt;
    &lt;div class=&quot;ymk-case-top&quot;&gt;
      &lt;div class=&quot;ymk-case-idx&quot;&gt;I&lt;/div&gt;
      &lt;div class=&quot;ymk-case-hd&quot;&gt;
        &lt;div class=&quot;ymk-case-tag&quot;&gt;Telecom · SKT&lt;/div&gt;
        &lt;div class=&quot;ymk-case-name&quot;&gt;0 Youth Plan&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-case-body&quot;&gt;Designed for customers aged 34 and under, this plan offers up to 50% more data at the same price point, bundled with lifestyle perks including discounts on coffee, cinema, and roaming. Rather than positioning itself as a mere mobile plan, it has been conceived as a daily-life subscription package.&lt;/div&gt;
    &lt;div class=&quot;ymk-case-insight&quot;&gt;&lt;strong&gt;Entrepreneur's Takeaway&lt;/strong&gt; — Age itself was used as a segment, and that cohort's spending patterns were embedded directly into the plan's architecture.&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-case&quot;&gt;
    &lt;div class=&quot;ymk-case-top&quot;&gt;
      &lt;div class=&quot;ymk-case-idx&quot;&gt;II&lt;/div&gt;
      &lt;div class=&quot;ymk-case-hd&quot;&gt;
        &lt;div class=&quot;ymk-case-tag&quot;&gt;Telecom · LG U+&lt;/div&gt;
        &lt;div class=&quot;ymk-case-name&quot;&gt;Uidok Subscription Platform&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-case-body&quot;&gt;A platform offering 123 services — spanning OTT, self-development, food, and pet care — that subscribers may freely select and rotate on a monthly basis. Seventy-one percent of its members fall within the 20–30 age bracket. The defining principle is freedom of choice and frictionless cancellation — a direct remedy for the subscription fatigue that defines Gen MZ.&lt;/div&gt;
    &lt;div class=&quot;ymk-case-insight&quot;&gt;&lt;strong&gt;Entrepreneur's Takeaway&lt;/strong&gt; — Loyalty is built not by bundling, but by granting the freedom to choose.&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-case&quot;&gt;
    &lt;div class=&quot;ymk-case-top&quot;&gt;
      &lt;div class=&quot;ymk-case-idx&quot;&gt;III&lt;/div&gt;
      &lt;div class=&quot;ymk-case-hd&quot;&gt;
        &lt;div class=&quot;ymk-case-tag&quot;&gt;F&amp;amp;B · Starbucks Korea&lt;/div&gt;
        &lt;div class=&quot;ymk-case-name&quot;&gt;The Three-Pronged Strategy&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;ymk-case-body&quot;&gt;Buddy Pass (a monthly beverage discount subscription at ₩7,900), Dear Twenty (a complimentary membership for those aged 19–29), and Focus Zone (dedicated study-friendly spaces expanded across university-area stores). A single brand pursuing Gen MZ on three simultaneous fronts — subscription, age-based membership, and spatial design. Within two months of Buddy Pass launching, average spend per member rose 61% and purchase frequency increased 72%.&lt;/div&gt;
    &lt;div class=&quot;ymk-case-insight&quot;&gt;&lt;strong&gt;Entrepreneur's Takeaway&lt;/strong&gt; — Design a relationship rather than a product, and the spend per customer follows naturally.&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- Closing --&gt;
&lt;div class=&quot;ymk-section&quot;&gt;
  &lt;hr class=&quot;ymk-hr&quot;&gt;
  &lt;div class=&quot;ymk-section&quot; style=&quot;padding-top: 48px;&quot;&gt;
    &lt;div class=&quot;ymk-section-header&quot;&gt;
      &lt;span class=&quot;ymk-num&quot;&gt;Closing&lt;/span&gt;
      &lt;h2 class=&quot;ymk-title&quot;&gt;Then — Is There Still an Opportunity for the Individual?&lt;/h2&gt;
    &lt;/div&gt;
    &lt;p class=&quot;ymk-p&quot;&gt;The fact that major corporations are already in motion is itself a signal that the market is being validated. And yet a certain question persists. In an era where capital-laden conglomerates are taking precise aim at Gen MZ, does any meaningful opportunity remain for the individual?&lt;/p&gt;
    &lt;p class=&quot;ymk-p&quot;&gt;As AI reshapes the landscape, that question circles more frequently than ever. The corporations are growing more sophisticated, moving faster, and now have AI at their disposal as well. Where, then, does the individual carve out a space?&lt;/p&gt;

    &lt;div class=&quot;ymk-closing-border&quot;&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;My own thinking tends toward this: the minimum condition for not merely surviving the AI era, but genuinely growing within the market, may ultimately come down to owning something worth subscribing to.&lt;/p&gt;
      &lt;p class=&quot;ymk-p&quot;&gt;We speak of an age in which people subscribe rather than own — yet on the other side of every subscription stands someone who does own. Whether it is content, a space, or a community — someone possesses something worth subscribing to. That, I believe, is the position the individual must work to occupy in the age of AI.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;ymk-ornament&quot;&gt;— — —&lt;/div&gt;

    &lt;div class=&quot;ymk-closing-box&quot;&gt;
      &lt;p&gt;What opportunities remain for the individual to forge&lt;br&gt;in the age of AI? I continue to turn the question over.&lt;/p&gt;
      &lt;span class=&quot;ymk-author&quot;&gt;yourmaninkorea · 2026&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- TAGS --&gt;
&lt;div class=&quot;ymk-tags&quot;&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Age of AI&lt;/span&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Gen MZ&lt;/span&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Business Ideas&lt;/span&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Individual Opportunity&lt;/span&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Subscription Economy&lt;/span&gt;
  &lt;span class=&quot;ymk-tag&quot;&gt;Thoughts&lt;/span&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;div class=&quot;ymk-footer&quot;&gt;
  Thoughts · yourmaninkorea · 2026
&lt;/div&gt;
```

  &lt;/div&gt;&lt;!-- /ymk-article --&gt;
&lt;/div&gt;&lt;!-- /ymk-wrap --&gt;</description>
      <category>Thoughts</category>
      <category>AI Age</category>
      <category>Biz Insight</category>
      <category>Gen MZ</category>
      <category>korea tour</category>
      <category>korea travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/28</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/The-Age-of-AI-Gen-MZ-and-the-Opportunity-for-Individuals#entry28comment</comments>
      <pubDate>Wed, 22 Apr 2026 18:00:29 +0900</pubDate>
    </item>
    <item>
      <title>AI Turning Points &amp;amp; Seoul</title>
      <link>https://yourmaninkorea.tistory.com/entry/AI-Turning-Points-Seoul</link>
      <description>&lt;style&gt;
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&amp;family=Lora:ital,wght@0,300;0,400;1,300;1,400&amp;family=JetBrains+Mono:wght@400;500&amp;display=swap');

.ymk-post {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 1.25rem 5rem;
  font-family: 'Lora', Georgia, serif;
  font-weight: 300;
  color: #1c1c1a;
  background: #faf9f6;
  line-height: 1.85;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

/* ── HEADER ── */
.ymk-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #e07b39;
  margin-bottom: 1.2rem;
}

.ymk-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  color: #1c1c1a;
  margin: 0 0 .9rem;
  letter-spacing: -.01em;
}

.ymk-title em {
  font-style: italic;
}

.ymk-subtitle {
  font-size: 1rem;
  color: #666660;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.ymk-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  color: #a0a098;
  letter-spacing: .06em;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #e2e0d8;
  margin-bottom: 2.8rem;
}

/* ── DIVIDER ── */
.ymk-divider {
  text-align: center;
  color: #c8c6be;
  letter-spacing: .4em;
  font-size: .78rem;
  margin: 2.5rem 0;
  user-select: none;
}

/* ── CHAPTER ── */
.ymk-ch {
  margin-bottom: 3rem;
}

.ymk-ch-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #e07b39;
  display: block;
  margin-bottom: .55rem;
}

.ymk-ch h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1c1c1a;
  margin: 0 0 1.2rem;
}

.ymk-ch p {
  margin: 0 0 1.1rem;
  color: #3a3a36;
}

.ymk-ch p:last-child {
  margin-bottom: 0;
}

/* ── BLOCKQUOTE ── */
.ymk-quote {
  border-left: 2px solid #e07b39;
  padding: .7rem 0 .7rem 1.4rem;
  margin: 1.8rem 0;
}

.ymk-quote p {
  font-style: italic;
  color: #666660 !important;
  font-size: .97rem;
  line-height: 1.7;
  margin-bottom: .35rem !important;
}

.ymk-quote p:last-child {
  margin-bottom: 0 !important;
}

/* ── TIMELINE ── */
.ymk-timeline {
  background: #1c1c1a;
  border-radius: 4px;
  padding: 1.8rem 1.6rem;
  margin: 1.8rem 0;
  overflow-x: auto;
}

.ymk-tl-row {
  display: flex;
  gap: .9rem;
  margin-bottom: 1.4rem;
  align-items: flex-start;
}

.ymk-tl-row:last-child {
  margin-bottom: 0;
}

.ymk-tl-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  color: #7a7a72;
  min-width: 52px;
  padding-top: .1rem;
  flex-shrink: 0;
}

.ymk-tl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e07b39;
  margin-top: .32rem;
  flex-shrink: 0;
}

.ymk-tl-body {
  flex: 1;
}

.ymk-tl-event {
  font-family: 'JetBrains Mono', monospace;
  font-size: .74rem;
  color: #e8e6de;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .2rem;
}

.ymk-tl-desc {
  font-family: 'Lora', Georgia, serif;
  font-size: .74rem;
  color: #6a6a62;
  line-height: 1.55;
  font-weight: 300;
}

/* ── SPEED CARD ── */
.ymk-speed {
  background: #f2f0eb;
  border: 1px solid #e2e0d8;
  border-left: 3px solid #e07b39;
  border-radius: 0 3px 3px 0;
  padding: 1.1rem 1.4rem;
  margin: 1.6rem 0;
}

.ymk-speed-nums {
  font-family: 'JetBrains Mono', monospace;
  font-size: .72rem;
  color: #1c1c1a;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  margin-bottom: .55rem;
}

.ymk-speed-nums span b {
  color: #e07b39;
  font-weight: 500;
}

.ymk-speed p {
  font-size: .88rem;
  color: #666660;
  line-height: 1.7;
  margin: 0;
}

/* ── PLACE CARD ── */
.ymk-place-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a0a098;
  margin-bottom: .5rem;
  display: block;
}

.ymk-card {
  border: 1px solid #e2e0d8;
  border-radius: 3px;
  overflow: hidden;
  margin: 1.2rem 0 2.5rem;
}

.ymk-card-head {
  background: #1c1c1a;
  padding: 1.1rem 1.4rem;
}

.ymk-card-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #faf9f6;
  line-height: 1.3;
  margin-bottom: .2rem;
}

.ymk-card-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: .63rem;
  letter-spacing: .07em;
  color: #7a7a72;
  text-transform: uppercase;
}

.ymk-card-body {
  padding: 1.3rem 1.4rem;
}

.ymk-info-table {
  width: 100%;
  border-bottom: 1px solid #e2e0d8;
  margin-bottom: 1rem;
  font-size: .82rem;
  border-collapse: collapse;
}

.ymk-info-table tr td {
  padding: .32rem 0;
  vertical-align: top;
  line-height: 1.55;
}

.ymk-info-table tr td:first-child {
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  color: #a0a098;
  white-space: nowrap;
  padding-right: 1rem;
  letter-spacing: .03em;
  width: 88px;
}

.ymk-info-table tr td:last-child {
  color: #3a3a36;
}

.ymk-info-table a {
  color: #e07b39;
  text-decoration: none;
  border-bottom: 1px solid rgba(224,123,57,.3);
}

.ymk-info-table a:hover {
  border-bottom-color: #e07b39;
}

.ymk-card-desc {
  font-size: .92rem;
  color: #555550;
  line-height: 1.78;
}

/* ── SUBWAY BADGE ── */
.ymk-sub {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: .63rem;
  font-weight: 500;
  padding: .1rem .45rem .12rem;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: .02em;
  vertical-align: middle;
  margin: 0 .1rem;
}
.ymk-sub-purple { background: #6b3fa0; color: #fff; }
.ymk-sub-green  { background: #357a46; color: #fff; }
.ymk-sub-yellow { background: #c89a10; color: #1c1c1a; }
.ymk-sub-red    { background: #b83228; color: #fff; }
.ymk-sub-blue   { background: #1a5fa0; color: #fff; }

/* ── TAGS ── */
.ymk-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .9rem;
}

.ymk-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: .62rem;
  letter-spacing: .05em;
  color: #a0a098;
  border: 1px solid #e2e0d8;
  padding: .18rem .55rem;
  border-radius: 2px;
}

/* ── VIATOR NOTE ── */
.ymk-viator-note {
  background: #fdf6f0;
  border: 1px solid #f0d4be;
  border-left: 3px solid #e07b39;
  border-radius: 0 3px 3px 0;
  padding: .9rem 1.2rem;
  margin-top: .9rem;
  font-size: .82rem;
  color: #7a5030;
  line-height: 1.65;
}

.ymk-viator-note a {
  color: #e07b39;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid rgba(224,123,57,.4);
}

/* ── REFERENCE BOX ── */
.ymk-ref-box {
  border: 1px solid #e2e0d8;
  border-radius: 3px;
  overflow: hidden;
  margin: 1.2rem 0;
}

.ymk-ref-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: .62rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #a0a098;
  padding: .6rem 1.1rem;
  border-bottom: 1px solid #e2e0d8;
  background: #f6f4ef;
}

.ymk-ref-label span {
  color: #e07b39;
}

.ymk-ref-body {
  padding: 1rem 1.1rem;
}

.ymk-ref-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1c1c1a;
  margin: 0 0 .55rem !important;
  line-height: 1.3;
}

.ymk-ref-broadcaster {
  font-family: 'JetBrains Mono', monospace;
  font-size: .62rem;
  color: #a0a098;
  font-weight: 400;
  letter-spacing: .05em;
  margin-left: .5rem;
  vertical-align: middle;
}

.ymk-ref-desc {
  font-size: .88rem;
  color: #666660;
  line-height: 1.72;
  margin: 0 0 .9rem !important;
}

.ymk-ref-link {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  color: #e07b39;
  text-decoration: none;
  border: 1px solid rgba(224,123,57,.35);
  padding: .28rem .75rem;
  border-radius: 2px;
  margin-right: .45rem;
  margin-top: .15rem;
  letter-spacing: .03em;
  transition: background .15s, color .15s;
}

.ymk-ref-link:hover {
  background: #e07b39;
  color: #fff;
  border-color: #e07b39;
}

/* ── CLOSING ── */
.ymk-closing {
  border-top: 1px solid #e2e0d8;
  padding-top: 2.2rem;
  margin-top: 2.8rem;
}

.ymk-closing-q {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #666660;
  line-height: 1.65;
  margin: 1rem 0 1.8rem;
}

.ymk-sig {
  font-family: 'JetBrains Mono', monospace;
  font-size: .68rem;
  color: #a0a098;
  letter-spacing: .07em;
}

/* ── HASHTAGS ── */
.ymk-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid #e2e0d8;
}

.ymk-hashtag {
  font-family: 'JetBrains Mono', monospace;
  font-size: .62rem;
  letter-spacing: .04em;
  color: #a0a098;
  border: 1px solid #e2e0d8;
  padding: .16rem .5rem;
  border-radius: 2px;
}

/* ── MOBILE (iPhone mini 375px) ── */
@media (max-width: 420px) {
  .ymk-post {
    padding: 2rem .95rem 3.5rem;
    font-size: .95rem;
  }
  .ymk-title {
    font-size: 1.65rem;
    line-height: 1.25;
  }
  .ymk-info-table tr td:first-child {
    width: 72px;
    padding-right: .7rem;
  }
  .ymk-timeline {
    padding: 1.4rem 1.1rem;
  }
  .ymk-tl-year {
    min-width: 42px;
    font-size: .62rem;
  }
  .ymk-tl-event {
    font-size: .68rem;
  }
  .ymk-speed-nums {
    gap: .5rem 1rem;
    font-size: .66rem;
  }
  .ymk-card-head {
    padding: .9rem 1.1rem;
  }
  .ymk-card-body {
    padding: 1rem 1.1rem;
  }
  .ymk-sub {
    font-size: .58rem;
    padding: .09rem .38rem;
  }
}
&lt;/style&gt;

&lt;div class=&quot;ymk-post&quot;&gt;

  &lt;!-- HEADER --&gt;
  &lt;p class=&quot;ymk-eyebrow&quot;&gt;AI × Korea Travel &amp;nbsp;·&amp;nbsp; Posts&lt;/p&gt;

  &lt;h1 class=&quot;ymk-title&quot;&gt;
    From the Day a Machine&lt;br&gt;
    &lt;em&gt;Passed for Human&lt;/em&gt;&lt;br&gt;
    to the Day a Robot Touched Ground
  &lt;/h1&gt;

  &lt;p class=&quot;ymk-subtitle&quot;&gt;— Walking AI History in Seoul &amp;amp; Suwon&lt;/p&gt;

  &lt;p class=&quot;ymk-meta&quot;&gt;yourmaninkorea &amp;nbsp;·&amp;nbsp; April 2026 &amp;nbsp;·&amp;nbsp; 8 min read&lt;/p&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 01 --&gt;
  &lt;div class=&quot;ymk-ch&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;01&lt;/span&gt;
    &lt;h2&gt;Why I Wrote This&lt;/h2&gt;

    &lt;p&gt;There was a simple reason.&lt;/p&gt;

    &lt;p&gt;We are at an inflection point — AI shifting from &lt;strong&gt;learning&lt;/strong&gt; to &lt;strong&gt;reasoning&lt;/strong&gt;. I wanted to sit down, trace the arc of how we got here, and make sense of it properly. But as I thought about where to actually &lt;em&gt;experience&lt;/em&gt; that story in person, I realized something: there aren't many places for it. Even living in Seoul, when the thought crossed my mind — &quot;let's go somewhere and feel this&quot; — I struggled to come up with a short list.&lt;/p&gt;

    &lt;p&gt;As a businessman in my forties, I'll be honest: AI is no longer something I'm preparing for. It's already rewriting how I work and redefining what my team does. So rather than look away, I'd rather understand it well. This post is that attempt — and Seoul turns out to be a surprisingly good place to start.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 02 --&gt;
  &lt;div class=&quot;ymk-ch&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;02&lt;/span&gt;
    &lt;h2&gt;A Timeline — How All of This Began&lt;/h2&gt;

    &lt;div class=&quot;ymk-timeline&quot;&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;1950&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;Alan Turing proposes the Turing Test&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;&quot;Can machines think?&quot; — The concept of machine intelligence declared to the world for the first time.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;1956&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;Dartmouth Conference — &quot;Artificial Intelligence&quot; coined&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;John McCarthy gives it a name. AI becomes a formal field of study.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;1997&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;IBM Deep Blue defeats world chess champion Kasparov&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;The first time the world watched a machine outperform the best human mind in a strategic domain.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2011&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;IBM Watson wins Jeopardy!&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;A machine processes language, context, and humor — and wins. AI steps past calculation into something that feels like understanding.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2012&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;Deep Learning Revolution — AlexNet surpasses human-level image recognition&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;Geoffrey Hinton's team changes everything. The real starting gun of modern AI.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2016&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;AlphaGo vs. Lee Se-dol — Seoul, Gwanghwamun&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;AI beats the world's best Go player. 200 million people watch live. The match takes place in Korea.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2017&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;Transformer architecture — &quot;Attention Is All You Need&quot;&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;The blueprint for GPT, Claude, Gemini — every major language model today. One paper changes the direction of an entire field.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2022&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;ChatGPT — 1 million users in 5 days&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;AI leaves the lab and enters everyday life. The before-and-after moment for almost everyone.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-tl-row&quot;&gt;
        &lt;span class=&quot;ymk-tl-year&quot;&gt;2024~&lt;/span&gt;
        &lt;div class=&quot;ymk-tl-dot&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-tl-body&quot;&gt;
          &lt;div class=&quot;ymk-tl-event&quot;&gt;Agentic AI &amp;amp; Physical AI — the era begins&lt;/div&gt;
          &lt;div class=&quot;ymk-tl-desc&quot;&gt;AI moves beyond conversation into action. It gains a body. It touches the physical world.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;ymk-speed&quot;&gt;
      &lt;div class=&quot;ymk-speed-nums&quot;&gt;
        &lt;span&gt;1950 → 1997 &amp;nbsp;&lt;b&gt;47 years&lt;/b&gt;&lt;/span&gt;
        &lt;span&gt;1997 → 2022 &amp;nbsp;&lt;b&gt;25 years&lt;/b&gt;&lt;/span&gt;
        &lt;span&gt;2022 → now &amp;nbsp;&amp;nbsp;&lt;b&gt;3 years&lt;/b&gt;&lt;/span&gt;
      &lt;/div&gt;
      &lt;p&gt;Within those three years alone: GPT-4, multimodal AI, Agentic AI, Physical AI. The acceleration isn't just notable — at some point, the word &quot;latest&quot; may stop meaning anything at all. AI is now running on a different clock.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 03 --&gt;
  &lt;div class=&quot;ymk-ch&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;03&lt;/span&gt;
    &lt;h2&gt;Seoul — The Day the World Stopped&lt;/h2&gt;

    &lt;p&gt;March 2016. Gwanghwamun, Seoul.&lt;/p&gt;

    &lt;p&gt;Google DeepMind's AlphaGo played five games of Go against Lee Se-dol, the reigning world champion. Two hundred million people watched it live. The result: 4 wins to 1. AlphaGo.&lt;/p&gt;

    &lt;p&gt;That this happened in &lt;strong&gt;Seoul&lt;/strong&gt; — not New York, not London, not Tokyo — wasn't coincidental. Korea was already running at the front edge of the global technology race. Samsung, SK, LG, Naver. The infrastructure, the talent density, the appetite for what's next. The country had been quietly building toward exactly this kind of moment.&lt;/p&gt;

    &lt;p&gt;The match was held at the &lt;strong&gt;Four Seasons Hotel Seoul&lt;/strong&gt;, right in the heart of Gwanghwamun. Walking through that lobby now, I find myself thinking the same thing each time: in March 2016, a page of human history turned in this building.&lt;/p&gt;

    &lt;span class=&quot;ymk-place-label&quot;&gt;Historical Site&lt;/span&gt;
    &lt;div class=&quot;ymk-card&quot;&gt;
      &lt;div class=&quot;ymk-card-head&quot;&gt;
        &lt;div class=&quot;ymk-card-name&quot;&gt;Four Seasons Hotel Seoul&lt;/div&gt;
        &lt;div class=&quot;ymk-card-sub&quot;&gt;AlphaGo vs. Lee Se-dol · Match Venue, March 2016&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-card-body&quot;&gt;
        &lt;table class=&quot;ymk-info-table&quot;&gt;
          &lt;tr&gt;
            &lt;td&gt;Address&lt;/td&gt;
            &lt;td&gt;97 Saemunan-ro, Jongno-gu, Seoul&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Subway&lt;/td&gt;
            &lt;td&gt;
              &lt;span class=&quot;ymk-sub ymk-sub-purple&quot;&gt;Line 5 · Purple&lt;/span&gt;
              Gwanghwamun Station, Exit 7 · 5 min walk
            &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Google Maps&lt;/td&gt;
            &lt;td&gt;&lt;a href=&quot;https://maps.google.com/?q=Four+Seasons+Hotel+Seoul&quot; target=&quot;_blank&quot;&gt;Four Seasons Hotel Seoul ↗&lt;/a&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
        &lt;p class=&quot;ymk-card-desc&quot;&gt;Not a museum or an exhibit — just a hotel. But standing in that lobby with this context in mind changes what you see. A quiet coffee here, knowing what happened inside in 2016, turns a routine stop into something worth remembering.&lt;/p&gt;
        &lt;div class=&quot;ymk-tag-row&quot;&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Historical Context&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Gwanghwamun&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;No reservation needed&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;ymk-quote&quot;&gt;
      &lt;p&gt;Lee Se-dol's single win in Game 4 remains on record as the last time a human defeated an AI at the top level of Go. Sitting near Gwanghwamun with that in mind — it doesn't feel like tourism. It feels like sitting on top of history.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 04 --&gt;
  &lt;div class=&quot;ymk-ch&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;04&lt;/span&gt;
    &lt;h2&gt;When AI Got a Body — Agentic AI &amp;amp; Physical AI&lt;/h2&gt;

    &lt;p&gt;After the Turing Test, AI spent decades trapped inside conversation. That era is over.&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;Agentic AI&lt;/strong&gt; doesn't wait for instructions on every step. It sets its own sub-goals, builds a plan, picks up the tools it needs, and executes through to completion. Tell it to arrange a business trip — it searches flights, compares hotels, resolves conflicts in your calendar, and reports back when it's done. You direct. AI delivers.&lt;/p&gt;

    &lt;p&gt;&lt;strong&gt;Physical AI&lt;/strong&gt; goes one step further: it leaves the screen entirely. Factory robots, autonomous vehicles, surgical systems, delivery drones — AI has acquired a body and begun to act in the material world. Not metaphorically. Literally.&lt;/p&gt;

    &lt;p&gt;Turing asked in 1950: &lt;em&gt;&quot;Can a machine think?&quot;&lt;/em&gt; The question we face now is different:&lt;/p&gt;

    &lt;div class=&quot;ymk-quote&quot;&gt;
      &lt;p&gt;&quot;Can a machine act?&quot;&lt;/p&gt;
      &lt;p&gt;The answer is already yes.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 05 --&gt;
  &lt;div class=&quot;ymk-ch&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;05&lt;/span&gt;
    &lt;h2&gt;Three Places to Experience It in Korea&lt;/h2&gt;

    &lt;!-- PLACE 01 --&gt;
    &lt;span class=&quot;ymk-place-label&quot;&gt;Place 01 · Suwon&lt;/span&gt;
    &lt;div class=&quot;ymk-card&quot;&gt;
      &lt;div class=&quot;ymk-card-head&quot;&gt;
        &lt;div class=&quot;ymk-card-name&quot;&gt;Samsung Innovation Museum &lt;span style=&quot;font-family:'JetBrains Mono',monospace;font-size:.68rem;color:#7a7a72;font-weight:400;&quot;&gt;S/I/M&lt;/span&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-card-sub&quot;&gt;The full arc — from Edison to AI&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-card-body&quot;&gt;
        &lt;table class=&quot;ymk-info-table&quot;&gt;
          &lt;tr&gt;
            &lt;td&gt;Address&lt;/td&gt;
            &lt;td&gt;129 Samsung-ro, Yeongtong-gu, Suwon, Gyeonggi-do&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Subway&lt;/td&gt;
            &lt;td&gt;
              &lt;span class=&quot;ymk-sub ymk-sub-yellow&quot;&gt;Bundang Line · Yellow&lt;/span&gt;
              Girogu Station, Exit 1 · shuttle bus available
            &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Hours&lt;/td&gt;
            &lt;td&gt;Weekdays by reservation · Saturday walk-in (no reservation needed)&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Admission&lt;/td&gt;
            &lt;td&gt;Free&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Docent&lt;/td&gt;
            &lt;td&gt;English available&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Website&lt;/td&gt;
            &lt;td&gt;&lt;a href=&quot;https://www.samsunginnovationmuseum.com&quot; target=&quot;_blank&quot;&gt;samsunginnovationmuseum.com ↗&lt;/a&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Google Maps&lt;/td&gt;
            &lt;td&gt;&lt;a href=&quot;https://maps.google.com/?q=Samsung+Innovation+Museum+Suwon&quot; target=&quot;_blank&quot;&gt;Samsung Innovation Museum ↗&lt;/a&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
        &lt;p class=&quot;ymk-card-desc&quot;&gt;Five floors inside Samsung Digital City — and &quot;electronics museum&quot; undersells it significantly. The exhibition moves chronologically: from the age of inventors through the revolutions in semiconductor, display, and mobile technology, all the way to AI and what comes next. One of the few places in the world where you can trace the full context of how the devices in your pocket came to exist — in a single visit. The English-language docent tour is genuinely well done. About an hour by train from central Seoul.&lt;/p&gt;

        &lt;div class=&quot;ymk-viator-note&quot;&gt;
          &lt;strong&gt;Tip for travelers:&lt;/strong&gt; Viator offers a private guided tour combining this museum with Suwon Hwaseong Fortress — a UNESCO World Heritage site nearby. If you'd prefer a guided experience with transportation arranged, search &lt;em&gt;&quot;Samsung Innovation Museum&quot;&lt;/em&gt; on &lt;a href=&quot;https://www.viator.com&quot; target=&quot;_blank&quot;&gt;viator.com ↗&lt;/a&gt; to see available options.
        &lt;/div&gt;

        &lt;div class=&quot;ymk-tag-row&quot;&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Free Entry&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;English Docent&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;~1hr from Seoul&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- PLACE 02 --&gt;
    &lt;span class=&quot;ymk-place-label&quot;&gt;Place 02 · Seoul · Euljiro&lt;/span&gt;
    &lt;div class=&quot;ymk-card&quot;&gt;
      &lt;div class=&quot;ymk-card-head&quot;&gt;
        &lt;div class=&quot;ymk-card-name&quot;&gt;SKT Future Tech Experience Center &lt;span style=&quot;font-family:'JetBrains Mono',monospace;font-size:.68rem;color:#7a7a72;font-weight:400;&quot;&gt;T.um&lt;/span&gt;&lt;/div&gt;
        &lt;div class=&quot;ymk-card-sub&quot;&gt;An immersive journey to 2052&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-card-body&quot;&gt;
        &lt;table class=&quot;ymk-info-table&quot;&gt;
          &lt;tr&gt;
            &lt;td&gt;Address&lt;/td&gt;
            &lt;td&gt;65 Euljiro, Jung-gu, Seoul · SKT T-Tower, 1F&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Subway&lt;/td&gt;
            &lt;td&gt;
              &lt;span class=&quot;ymk-sub ymk-sub-green&quot;&gt;Line 2 · Green&lt;/span&gt;
              Euljiro 1(il)-ga Station, Exit 5 · 3 min walk
            &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Access&lt;/td&gt;
            &lt;td&gt;Business inquiry required · not open to general public&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Contact&lt;/td&gt;
            &lt;td&gt;Currently under maintenance — check back for updates&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Google Maps&lt;/td&gt;
            &lt;td&gt;&lt;a href=&quot;https://maps.google.com/?q=SKT+T-Tower+Euljiro+Seoul&quot; target=&quot;_blank&quot;&gt;SKT T-Tower ↗&lt;/a&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
        &lt;p class=&quot;ymk-card-desc&quot;&gt;T.um is no longer open for general visits. Cambridge MBA cohorts, European corporate delegations, and global business partners come here by appointment. The experience itself is a guided immersive tour through &quot;Hi-Land&quot; — a fictional AI city of 2052 — walking through hyperloop transit, autonomous vehicles, remote medicine, and metaverse environments. Agentic AI managing cities. Physical AI taking flight. An hour here leaves a clear picture of where the technology is heading. If you'd like to arrange a visit, the business inquiry page has been under maintenance — worth checking back periodically.&lt;/p&gt;

        &lt;p class=&quot;ymk-card-desc&quot; style=&quot;margin-top:.8rem;font-style:italic;color:#888882;&quot;&gt;If the visit doesn't come together — the short clip below gives a real sense of what T.um is. It's from a Korean variety show called &lt;em&gt;어서와~ 한국은 처음이지?&lt;/em&gt; (Welcome, First Time in Korea?) — foreigners visiting Korea for the first time, filmed at T.um. Worth searching your own country's episode too; there's a good chance someone from your part of the world has already done this tour on camera.&lt;/p&gt;

        &lt;div class=&quot;ymk-ref-box&quot;&gt;
          &lt;div class=&quot;ymk-ref-label&quot;&gt;Reference · &lt;span&gt;어서와~ 한국은 처음이지?&lt;/span&gt;&lt;/div&gt;
          &lt;div class=&quot;ymk-ref-body&quot;&gt;
            &lt;p class=&quot;ymk-ref-title&quot;&gt;Welcome, First Time in Korea? &lt;span class=&quot;ymk-ref-broadcaster&quot;&gt;MBC every1&lt;/span&gt;&lt;/p&gt;
            &lt;p class=&quot;ymk-ref-desc&quot;&gt;A Korean variety show where foreigners visit Korea for the first time — filmed at real locations including places like T.um. If T.um isn't accessible during your visit, this show gives a genuine sense of the experience. Worth searching your own country's episode: there's a good chance someone from your part of the world has already done this tour on camera.&lt;/p&gt;
            &lt;a class=&quot;ymk-ref-link&quot; href=&quot;https://www.youtube.com/results?search_query=%EC%96%B4%EC%84%9C%EC%99%80+%ED%95%9C%EA%B5%AD%EC%9D%80+%EC%B2%98%EC%9D%8C%EC%9D%B4%EC%A7%80&quot; target=&quot;_blank&quot;&gt;Search on YouTube ↗&lt;/a&gt;
            &lt;a class=&quot;ymk-ref-link&quot; href=&quot;https://www.ondemandkorea.com/player/vod/welcome-first-time-in-korea&quot; target=&quot;_blank&quot;&gt;Watch on OnDemandKorea ↗&lt;/a&gt;
          &lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;ymk-tag-row&quot;&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;By Appointment&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Business Visit&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Euljiro&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- PLACE 03 --&gt;
    &lt;span class=&quot;ymk-place-label&quot;&gt;Place 03 · Pangyo · Seongnam&lt;/span&gt;
    &lt;div class=&quot;ymk-card&quot;&gt;
      &lt;div class=&quot;ymk-card-head&quot;&gt;
        &lt;div class=&quot;ymk-card-name&quot;&gt;Kakao Pangyo Agit&lt;/div&gt;
        &lt;div class=&quot;ymk-card-sub&quot;&gt;Korea's answer to Silicon Valley — on foot&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;ymk-card-body&quot;&gt;
        &lt;table class=&quot;ymk-info-table&quot;&gt;
          &lt;tr&gt;
            &lt;td&gt;Address&lt;/td&gt;
            &lt;td&gt;166 Pangyo-yeok-ro, Bundang-gu, Seongnam, Gyeonggi-do&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Subway&lt;/td&gt;
            &lt;td&gt;
              &lt;span class=&quot;ymk-sub ymk-sub-red&quot;&gt;Sinbundang Line · Red&lt;/span&gt;
              /
              &lt;span class=&quot;ymk-sub ymk-sub-blue&quot;&gt;Gyeonggang Line · Blue&lt;/span&gt;
              Pangyo Station, Exit 4 · 2 min walk
            &lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Access&lt;/td&gt;
            &lt;td&gt;1F lobby &amp;amp; retail — open to the public&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
            &lt;td&gt;Google Maps&lt;/td&gt;
            &lt;td&gt;&lt;a href=&quot;https://maps.google.com/?q=Kakao+Pangyo+Agit+Seongnam&quot; target=&quot;_blank&quot;&gt;Kakao Pangyo Agit ↗&lt;/a&gt;&lt;/td&gt;
          &lt;/tr&gt;
        &lt;/table&gt;
        &lt;p class=&quot;ymk-card-desc&quot;&gt;&quot;Korea's Silicon Valley&quot; is a phrase that risks sounding like a tourism tagline. Walk out of Pangyo Station Exit 4 and it doesn't. Kakao Pangyo Agit — 15 floors, 6,000+ employees across Kakao and its subsidiaries — sits right in front of you. Kakao Pay, Kakao Brain, Kakao Healthcare. The companies actively shaping Korea's AI ecosystem are in this building, building something right now. The ground floor is open to anyone. Pull up a seat, order a coffee, look around. You can feel where the city is going from inside it.&lt;/p&gt;
        &lt;div class=&quot;ymk-tag-row&quot;&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Free / Walk-in&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Tech Hub&lt;/span&gt;
          &lt;span class=&quot;ymk-tag&quot;&gt;Pangyo&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;ymk-divider&quot;&gt;✦ &amp;nbsp; ✦ &amp;nbsp; ✦&lt;/div&gt;

  &lt;!-- 06 --&gt;
  &lt;div class=&quot;ymk-ch ymk-closing&quot;&gt;
    &lt;span class=&quot;ymk-ch-num&quot;&gt;06&lt;/span&gt;
    &lt;h2&gt;A Note to Close&lt;/h2&gt;

    &lt;p&gt;AI moving from learning to reasoning — this felt like the right moment to put it all in one place. The timeline, the places, the ideas. A record for this particular point in time.&lt;/p&gt;

    &lt;p class=&quot;ymk-closing-q&quot;&gt;Does your country have places where you can experience AI in person — tours, labs, open facilities? If so, I'd genuinely like to know. Leave a comment.&lt;/p&gt;

    &lt;p class=&quot;ymk-sig&quot;&gt;yourmaninkorea — Your local friend in Korea.&lt;/p&gt;

    &lt;div class=&quot;ymk-hashtags&quot;&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#AI&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#TuringTest&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#AlphaGo&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#AgenticAI&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#PhysicalAI&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#SamsungInnovationMuseum&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#SKTTum&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#KakaoPangyo&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#KoreaTravel&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#BusinessTravel&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#Seoul&lt;/span&gt;
      &lt;span class=&quot;ymk-hashtag&quot;&gt;#KoreaAI&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;</description>
      <category>Thoughts</category>
      <category>agenticai</category>
      <category>AI</category>
      <category>AlphaGo</category>
      <category>Kakaopangyo</category>
      <category>koreatravel</category>
      <category>physicalai</category>
      <category>SamsungInnovationMuseum</category>
      <category>seoul</category>
      <category>SKTTum</category>
      <category>TuringTest</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/27</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/AI-Turning-Points-Seoul#entry27comment</comments>
      <pubDate>Wed, 15 Apr 2026 18:00:05 +0900</pubDate>
    </item>
    <item>
      <title>Seoul - City and Peak : Discovering Seoul&amp;rsquo;s Natural Trails</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-City-and-Peak-Discovering-Seoul%E2%80%99s-Natural-Trails</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;Seoul's Nature — Mountains &amp;amp; Hiking&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;Seoul is surrounded by real mountains. One river runs through it all. This is the side of the city most first-time visitors don't see coming — and shouldn't miss.&quot;/&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&amp;family=DM+Sans:wght@200;300;400&amp;family=DM+Mono:wght@300;400&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;
&lt;style&gt;
/* ── TISTORY RESET: scoped to .ymik-post to avoid conflicts with Tistory skin ── */
.ymik-post *,
.ymik-post *::before,
.ymik-post *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ymik-post {
  --black: #0a0a0a;
  --white: #faf8f4;
  --mid: #8a8070;
  --light: #d8d0c0;
  --rule: #e0d8cc;
  --accent: #c8521a;
  --accent-light: #f5ede4;
  --green: #3a7a4a;

  background-color: var(--white);
  color: var(--black);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}

/* ── HERO ── */
.ymik-post .hero {
  padding: 72px 24px 64px;
  text-align: center;
  border-bottom: 1px solid var(--rule);
  background-color: var(--white);
}

.ymik-post .label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 36px;
  display: block;
}

.ymik-post .hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 8vw, 3.8rem);
  font-weight: 200;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: 24px;
}

.ymik-post .hero-rule {
  width: 36px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 24px;
  border: none;
  display: block;
}

.ymik-post .hero-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: 300;
  font-style: italic;
  color: var(--mid);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── PART HEADER ── */
.ymik-post .part-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: nowrap;
}

.ymik-post .part-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 9vw, 4.5rem);
  font-weight: 200;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.ymik-post .part-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--black);
  line-height: 1.2;
}

/* ── LAYOUT ── */
.ymik-post .section {
  max-width: 660px;
  margin: 0 auto;
  padding: 56px 24px;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .section-alt {
  background-color: var(--accent-light);
}

.ymik-post .section-alt .section {
  border-bottom: 1px solid var(--rule);
}

/* ── BODY TEXT ── */
.ymik-post p {
  font-size: 16px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.9;
  margin-bottom: 18px;
}

.ymik-post p:last-child { margin-bottom: 0; }

.ymik-post strong { font-weight: 400; }

.ymik-post a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.ymik-post a:hover { opacity: 0.75; }

/* ── ACCENT LINE — reusable orange line ── */
.ymik-post .accent-line {
  width: 36px;
  height: 2px;
  background: var(--accent);
  display: block;
  border: none;
  margin-bottom: 28px;
}

/* ── DATA TABLE ── */
.ymik-post .data-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.ymik-post .data-row:first-child { border-top: 1px solid var(--rule); }

.ymik-post .data-key {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 2px;
}

.ymik-post .data-val {
  font-size: 15px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.75;
}

/* ── PULL QUOTE ── */
.ymik-post .pull-quote {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  padding: 24px 0;
  margin: 36px 0;
}

.ymik-post .pull-quote p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.65;
  margin: 0;
}

/* ── MOUNTAIN CARD ── */
.ymik-post .mountain {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .mountain:first-child { border-top: 1px solid var(--rule); }

.ymik-post .mountain-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.ymik-post .mountain-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: 400;
  color: var(--accent);
  line-height: 1.2;
}

.ymik-post .mountain-elev {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--accent);
  flex-shrink: 0;
  background: var(--accent-light);
  padding: 2px 6px;
  border-radius: 2px;
}

.ymik-post .mountain-station {
  font-family: 'DM Mono', monospace;
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.10em;
  color: var(--mid);
  margin-bottom: 10px;
  line-height: 1.7;
  display: block;
}

.ymik-post .mountain p {
  font-size: 15px;
  margin: 0;
  color: #444440;
}

/* ── LAKE BLOCK ── */
.ymik-post .lake {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .lake:first-child { border-top: 1px solid var(--rule); }

.ymik-post .lake-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.05rem, 3vw, 1.2rem);
  font-weight: 400;
  color: var(--accent);
  margin-bottom: 4px;
}

.ymik-post .lake-station {
  font-family: 'DM Mono', monospace;
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.10em;
  color: var(--mid);
  margin-bottom: 10px;
  line-height: 1.7;
  display: block;
}

.ymik-post .lake p {
  font-size: 15px;
  margin: 0;
  color: #444440;
}

/* ── COURSE BLOCK ── */
.ymik-post .course {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .course:first-child { border-top: 1px solid var(--rule); }

.ymik-post .course-label {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}

.ymik-post .course p {
  font-size: 15.5px;
  margin: 0;
}

/* ── FOOD BLOCK ── */
.ymik-post .food-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .food-item:first-child { border-top: 1px solid var(--rule); }

.ymik-post .food-kr {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 3px;
  display: block;
}

.ymik-post .food-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.05rem, 3vw, 1.2rem);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 8px;
}

.ymik-post .food-item p {
  font-size: 15px;
  margin: 0;
  color: #444440;
}

/* ── WARN BLOCK ── */
.ymik-post .warn-block {
  border-left: 3px solid var(--accent);
  background: #fff;
  padding: 12px 14px;
  margin-top: 14px;
}

.ymik-post .warn-block p {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--black);
  margin: 0;
  line-height: 1.75;
}

/* ── CLOSING ── */
.ymik-post .closing {
  text-align: center;
  padding: 72px 24px;
  max-width: 660px;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
}

.ymik-post .closing-rule {
  width: 36px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 32px;
  display: block;
  border: none;
}

.ymik-post .closing p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 300;
  color: var(--black);
  line-height: 1.85;
  max-width: 480px;
  margin: 0 auto 18px;
}

.ymik-post .closing p.muted {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: var(--mid);
}

.ymik-post .closing-sig {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-weight: 300;
  color: var(--accent);
  margin: 0;
  display: block;
}

/* ── SOURCE ── */
.ymik-post .source-category {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 18px;
  display: block;
}

.ymik-post .source-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.ymik-post .source-dot {
  width: 2px;
  background: var(--accent);
  margin-top: 6px;
  align-self: stretch;
  border-radius: 1px;
  flex-shrink: 0;
}

.ymik-post .source-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 2px;
}

.ymik-post .source-desc {
  font-size: 12px;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

/* ── FOOTER ── */
.ymik-post footer {
  padding: 36px 24px;
  text-align: center;
  background: var(--white);
}

.ymik-post footer .mono {
  font-family: 'DM Mono', monospace;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
}

/* ── FOOTER RULE ── */
.ymik-post .footer-rule {
  width: 36px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 16px;
  display: block;
  border: none;
}

/* ── INLINE RULE (closing interior) ── */
.ymik-post .inline-rule {
  width: 36px;
  height: 1px;
  background: var(--accent);
  margin: 32px auto;
  display: block;
  border: none;
}

/* ══════════════════════════════════════
   RESPONSIVE — iPhone mini (≤375px) &amp; small phones
══════════════════════════════════════ */

@media screen and (max-width: 479px) {
  .ymik-post {
    font-size: 15px;
  }

  .ymik-post .hero {
    padding: 48px 18px 44px;
  }

  .ymik-post .section {
    padding: 40px 18px;
  }

  .ymik-post .closing {
    padding: 48px 18px;
  }

  /* Stack data rows on very small screens */
  .ymik-post .data-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .ymik-post .data-key {
    padding-top: 0;
  }

  .ymik-post .part-header {
    gap: 10px;
  }

  .ymik-post .mountain-header {
    gap: 8px;
  }

  /* Source items tighter on small screens */
  .ymik-post .source-item {
    grid-template-columns: 8px 1fr;
    gap: 10px;
  }
}

@media screen and (max-width: 374px) {
  .ymik-post .hero {
    padding: 40px 16px 36px;
  }

  .ymik-post .section {
    padding: 36px 16px;
  }

  .ymik-post .part-num {
    font-size: 2.4rem;
  }

  .ymik-post .part-title {
    font-size: 1.15rem;
  }
}

/* ── Tablet &amp; Desktop ── */
@media screen and (min-width: 768px) {
  .ymik-post .section {
    padding: 64px 32px;
  }

  .ymik-post .hero {
    padding: 88px 32px 72px;
  }

  .ymik-post .closing {
    padding: 88px 32px;
  }
}

@media screen and (min-width: 1024px) {
  .ymik-post .section {
    padding: 72px 0;
  }

  .ymik-post .closing {
    padding: 96px 0;
  }
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ══════════════════════════════════════════════════════════════════
     TISTORY 포스팅 시작: 아래 div.ymik-post 전체를 HTML 편집기에 붙여넣기
══════════════════════════════════════════════════════════════════ --&gt;
&lt;div class=&quot;ymik-post&quot;&gt;

&lt;!-- ══════════════════════════════ HERO ══════════════════════════════ --&gt;
&lt;div class=&quot;hero&quot;&gt;
  &lt;span class=&quot;label&quot;&gt;Seoul's Nature &amp;nbsp;·&amp;nbsp; Mountains Edition&lt;/span&gt;
  &lt;h1&gt;Seoul's Nature&lt;br&gt;Mountains &amp;amp; Hiking&lt;/h1&gt;
  &lt;hr class=&quot;hero-rule&quot;/&gt;
  &lt;p class=&quot;hero-sub&quot;&gt;The side of Seoul most first-time visitors don't see coming — and shouldn't miss&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ OPENING ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;p&gt;Most people arrive in Seoul with a very specific image in their head. K-dramas, K-pop, street food alleys, neon-lit shopping districts. All of it real, all of it worth your time.&lt;/p&gt;
  &lt;p&gt;But Seoul has another side that most first-time visitors don't see coming — and it is one of the things that makes this city genuinely unusual among the world's great capitals.&lt;/p&gt;
  &lt;p&gt;Seoul is surrounded by mountains. Real ones. And the Han River cuts through the middle of it all.&lt;/p&gt;
  &lt;p&gt;This post is about that side of the city.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 01 · NATURAL SETTING ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;01&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Seoul's Natural Setting&lt;/span&gt;
  &lt;/div&gt;

  &lt;p&gt;Seoul sits in the middle of the Korean Peninsula, along the lower reaches of the Han River. The city covers roughly 605 km², home to around 9.5 million people — with the greater metropolitan area exceeding 25 million, one of the largest urban concentrations on earth.&lt;/p&gt;
  &lt;p&gt;What makes Seoul's geography unusual is this: the city is ringed by mountains. To the north, Bukhansan and Dobongsan form a dramatic ridge. To the south, Gwanaksan and Cheonggyesan anchor the other end. At the very centre of the old city, four inner mountains — Naksan, Namsan, Inwangsan, and Bugaksan — encircle the site of the Joseon-era capital, still standing in roughly the same form they always have.&lt;/p&gt;
  &lt;p&gt;According to Seoul Metropolitan Government records, Seoul is unlike most foreign capital cities in that its outer mountains form a continuous green belt around the city's edge, while the inner four mountains serve as natural oases within the urban core — all connected by the Han River and its tributaries, the Cheonggyecheon, Jungnangcheon, and Anyangcheon.&lt;/p&gt;

  &lt;div class=&quot;pull-quote&quot;&gt;
    &lt;p&gt;Mountains and river, city and nature — in Seoul, they are not separated.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 02 · HAN RIVER ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;02&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;The River — Han River&lt;/span&gt;
  &lt;/div&gt;

  &lt;div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Total length&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;514 km · from source at Geomnyongso, Taebaek, Gangwon Province&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Seoul section&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Approximately 41 km east to west through the city&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Width&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Average approximately 1 km · up to approximately 1.2 km near Yeouido&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Depth&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Average approximately 6–8 m in the Seoul section&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;margin-top:28px;&quot;&gt;The Han River runs through Seoul from east to west, dividing the city into its northern and southern halves. But for Seoul residents, the Han River is far more than a geographic boundary.&lt;/p&gt;
  &lt;p&gt;It is the city's living room.&lt;/p&gt;
  &lt;p&gt;If you have spent any time watching Korean content — dramas, reality shows, vlogs — you have almost certainly seen it already. People spread out on the grass with convenience store food and instant ramen cooked on portable stoves. Couples cycling along the riverside paths. Friends gathered with fried chicken and a view of the bridges at night. That is not a stylised version of Seoul life for the camera. That is just a weekend on the Han River.&lt;/p&gt;
  &lt;p&gt;Twelve Han River Parks line both banks, with Yeouido, Banpo, Ttukseom, and Mangwon among the most frequented. Cycling paths run continuously along both sides of the river. If the timing works, go at dusk. The view across the water with the city lit behind it is one of Seoul's quiet rewards.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 03 · LAKES ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;03&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Lakes &amp;amp; Reservoirs&lt;/span&gt;
  &lt;/div&gt;

  &lt;p&gt;Beyond the Han, the greater Seoul area has a number of lakes and reservoirs worth knowing — each with a distinct character.&lt;/p&gt;

  &lt;div&gt;
    &lt;div class=&quot;lake&quot;&gt;
      &lt;div class=&quot;lake-name&quot;&gt;Seokchon Lake&lt;/div&gt;
      &lt;span class=&quot;lake-station&quot;&gt;Songpa-gu, Seoul &amp;nbsp;·&amp;nbsp; Jamsil Station · Line 2 (Green) / Line 8 (Pink)&lt;/span&gt;
      &lt;p&gt;Right in the middle of Jamsil, with Lotte World and Lotte Tower forming the backdrop. The lake is split into two sections — East Lake and West Lake — with a combined perimeter of approximately 2.5 km. Seokchon Lake is at its absolute best in spring, when the cherry blossom trees that line the entire perimeter come into bloom. It is one of the most beautiful spots in Seoul during that window — and one of the most visited. I covered it in detail in an earlier post: &lt;a href=&quot;https://yourmaninkorea.tistory.com/entry/Seoul-in-Spring-Cherry-Blossom-Seokchon-Lake-and-Coffee&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Seoul in Spring — Cherry Blossom, Seokchon Lake and Coffee →&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;lake&quot;&gt;
      &lt;div class=&quot;lake-name&quot;&gt;Ilsan Lake Park&lt;/div&gt;
      &lt;span class=&quot;lake-station&quot;&gt;Goyang-si, Gyeonggi Province &amp;nbsp;·&amp;nbsp; Daehwa Station · Line 3 (Orange)&lt;/span&gt;
      &lt;p&gt;One of the largest artificial lakes in the metropolitan area, created as part of the Ilsan New Town development. The park surrounding it is well maintained, with cycling paths, seasonal flower festivals, and broad open spaces. A solid half-day destination if you are spending time in the northwest of the metro area.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;lake&quot;&gt;
      &lt;div class=&quot;lake-name&quot;&gt;Gwanggyo Lake Park&lt;/div&gt;
      &lt;span class=&quot;lake-station&quot;&gt;Suwon-si, Gyeonggi Province &amp;nbsp;·&amp;nbsp; Gwanggyo Jungang Station · Sinbundang Line (Dark Red)&lt;/span&gt;
      &lt;p&gt;Built within the Gwanggyo New Town development, centred on two connected lakes — Woncheon and Sidae. The waterfront walkways are well designed, and the area around the lake has a high density of cafés and restaurants. Popular as a weekend destination for residents of southern Gyeonggi.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;lake&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;lake-name&quot;&gt;Uijeongbu &amp;amp; Namyangju Area&lt;/div&gt;
      &lt;span class=&quot;lake-station&quot;&gt;Various stations · Line 1 (Dark Blue) / Gyeongui–Jungang Line (Sky Blue)&lt;/span&gt;
      &lt;p&gt;The hills north and east of Seoul contain numerous smaller reservoirs, streams, and valley paths. These are less destination-specific and more about the experience of hiking into the terrain and finding a valley restaurant on the way down — which is very much a local way of spending a Sunday.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 04 · MOUNTAINS ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;04&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Mountains — Seoul &amp;amp; the Capital Region&lt;/span&gt;
  &lt;/div&gt;

  &lt;p&gt;Many visitors to Seoul don't think of hiking as part of the itinerary. But the conditions are genuinely remarkable — subway to trailhead in under twenty minutes, summit in one to two hours, back in the city for dinner. Very few world capitals offer this.&lt;/p&gt;
  &lt;p&gt;Seoul's tourism infrastructure has begun to reflect it: the Seoul Urban Hiking Tourism Center (&lt;a href=&quot;https://seoulhiking.or.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;seoulhiking.or.kr&lt;/a&gt;) provides free equipment rental — boots, trousers, shirts — specifically for international visitors who haven't packed for the trail.&lt;/p&gt;

  &lt;div style=&quot;margin-top:28px;&quot;&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Bukhansan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;837m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Bukhansan Ui Station · Ui–Sinseol Line (Gold) &amp;nbsp;/&amp;nbsp; Dobongsan Station · Line 7 (Olive)&lt;/span&gt;
      &lt;p&gt;Seoul's highest peak and its only national park. Located on the northern boundary between Seoul and Goyang-si. The main summit, Baegundae (836.5m), is joined by Insubong (811m) and Mangyeongdae (800m). Ninety-seven hiking trails in total. Accessible by subway from virtually anywhere in the city. The fastest route to the summit takes approximately ninety minutes.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Dobongsan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;725m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Dobongsan Station · Line 1 (Dark Blue) / Line 7 (Olive)&lt;/span&gt;
      &lt;p&gt;Part of the same national park as Bukhansan, with its own distinct character. The trail begins almost directly from Dobongsan Station — one of the most convenient trailhead access points of any major mountain in the region. Known for its sharp granite ridgelines and strong visual drama.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Gwanaksan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;629m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Seoul National University Station · Line 2 (Green)&lt;/span&gt;
      &lt;p&gt;The dominant peak south of the Han River, rising behind Seoul National University. A rocky summit with excellent views from Yeonjudae. Accessible from both Seoul and Anyang.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Suraksan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;640m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Danggogae Station · Line 4 (Light Blue)&lt;/span&gt;
      &lt;p&gt;Known for its unusual rock formations and multiple waterfalls. Particularly popular for valley hiking in summer, when the streams are running.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Cheonggyesan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;609m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Cheonggyesan Station · Sinbundang Line (Dark Red)&lt;/span&gt;
      &lt;p&gt;Located on Seoul's southern edge, straddling Seocho-gu, Gwacheon, and Seongnam. The name translates roughly as &quot;clear stream mountain,&quot; named for the quality of the water that runs off it. Well-maintained trails, mostly staired, make this one of the most beginner-friendly mountains in the area. The view from the summit ridge, Maebong, is wide and satisfying.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Inwangsan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;338m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Gyeongbokgung Station · Line 3 (Orange) &amp;nbsp;/&amp;nbsp; Dongnimmun Station · Line 3 (Orange)&lt;/span&gt;
      &lt;p&gt;One of Seoul's four inner mountains, located between Jongno-gu and Seodaemun-gu. This is the mountain depicted in &lt;em&gt;Inwang Jesaekdo&lt;/em&gt; — the famous ink painting by Joseon-era master Jeong Seon. The Seoul City Wall runs along the summit. Excellent views across the old city centre. Accessible for most fitness levels.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Bugaksan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;342m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Gyeongbokgung Station · Line 3 (Orange)&lt;/span&gt;
      &lt;p&gt;Directly behind Gyeongbokgung Palace. The trails here were closed for over fifty years from 1968 and were only gradually reopened between 2020 and 2022. Walking the ridge alongside the restored City Wall is one of the better historical walks in Seoul.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Namsan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;265m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Myeongdong Station · Line 4 (Light Blue) &amp;nbsp;/&amp;nbsp; Dongguk University Station · Line 3 (Orange)&lt;/span&gt;
      &lt;p&gt;The most accessible mountain in Seoul, and the one most visitors encounter first — N Seoul Tower sits on its summit. Cable car available. Also walkable on foot from Myeongdong or Itaewon. The summit view across the city is excellent, and the approach through the forested path is a genuine respite from the urban density below. The ideal first mountain for visitors.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Samseongsan&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;481m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Seoul National University Station · Line 2 (Green)&lt;/span&gt;
      &lt;p&gt;Connects to Gwanaksan for a longer combined route. Accessible from both Anyang and southern Seoul.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;mountain&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;mountain-header&quot;&gt;
        &lt;span class=&quot;mountain-name&quot;&gt;Gwanggyo Mountain&lt;/span&gt;
        &lt;span class=&quot;mountain-elev&quot;&gt;582m&lt;/span&gt;
      &lt;/div&gt;
      &lt;span class=&quot;mountain-station&quot;&gt;Gwanggyo Jungang Station · Sinbundang Line (Dark Red)&lt;/span&gt;
      &lt;p&gt;On the border of Suwon and Yongin in southern Gyeonggi. Dense forest, relatively gentle gradient. Popular for woodland trail walking rather than technical climbing.&lt;/p&gt;
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 05 · COURSES ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;05&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Recommended Courses&lt;/span&gt;
  &lt;/div&gt;

  &lt;p&gt;Four courses worth planning around — each covered in detail in a dedicated post.&lt;/p&gt;

  &lt;div&gt;
    &lt;div class=&quot;course&quot;&gt;
      &lt;span class=&quot;course-label&quot;&gt;Course 01 · Namsan → Myeongdong&lt;/span&gt;
      &lt;p&gt;Start at the summit of Namsan — cable car up if you prefer, trail down on foot. Descend through the forested slope toward Myeongdong. The transition from mountain quiet to city noise takes about thirty minutes and is one of Seoul's stranger pleasures. Finish with dinner or street food in Myeongdong.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;course&quot;&gt;
      &lt;span class=&quot;course-label&quot;&gt;Course 02 · Achasan → Seongsu&lt;/span&gt;
      &lt;p&gt;Trail up Achasan from the east side of the city, then descend toward Ttukseom and walk into Seongsu. One of Seoul's most satisfying half-day loops — the mountain is modest in difficulty, and Seongsu is one of the city's best neighbourhoods for coffee and food after. Plan to spend the afternoon there.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;course&quot;&gt;
      &lt;span class=&quot;course-label&quot;&gt;Course 03 · Naksan → Hyehwa or Dongdaemun&lt;/span&gt;
      &lt;p&gt;Naksan is one of Seoul's four inner mountains — modest in height at 125m, but its ridge walk along the old City Wall is one of the most rewarding in the city. Start from Naksan Park and follow the wall south. The views across Ihwa Mural Village and the old Jongno rooftops are excellent. Descend toward Hyehwa for university-district cafés and theatre-district energy, or continue down to Dongdaemun for the market and the Zaha Hadid-designed DDP. A half-day loop that connects old Seoul to the contemporary city.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;course&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;span class=&quot;course-label&quot;&gt;Course 04 · Namhansanseong · UNESCO Heritage Walk&lt;/span&gt;
      &lt;p&gt;Namhansanseong Fortress in Gwangju, Gyeonggi Province is a UNESCO World Heritage Site. The fortress walls run along the mountain ridge and the full circuit walk is around 7.7 km. An ideal day trip from central Seoul — history, nature, and a long lunch in the fortress village at the end.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 06 · HIKING CULTURE ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;06&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Korean Hiking Culture&lt;/span&gt;
  &lt;/div&gt;

  &lt;p&gt;In Korea, hiking is not simply exercise. It is a culture — something all generations enjoy, from young couples on a first date to grandparents who have been climbing the same mountain every weekend for decades.&lt;/p&gt;

  &lt;div class=&quot;pull-quote&quot;&gt;
    &lt;p&gt;After the hike, you eat. This is non-negotiable.&lt;/p&gt;
  &lt;/div&gt;

  &lt;p&gt;Around the entrance of virtually every major mountain in Seoul, there is a cluster of restaurants — and eating there after a descent is as much a part of the experience as the climb itself. Below are the things worth knowing about.&lt;/p&gt;

  &lt;div style=&quot;margin-top:8px;&quot;&gt;

    &lt;div class=&quot;food-item&quot;&gt;
      &lt;span class=&quot;food-kr&quot;&gt;Dotori-muk&lt;/span&gt;
      &lt;div class=&quot;food-name&quot;&gt;Acorn Jelly&lt;/div&gt;
      &lt;p&gt;Yes — acorn, as in the things squirrels eat. Dotori-muk is technically translated as &quot;jelly&quot; but the texture is closer to a firm, silky pudding — smooth and dense, with a mild, slightly nutty flavour. It is made from ground acorn starch and served two ways: tossed cold with seasoning, sesame oil, and vegetables as a salad-style side dish (dotori-muk-muchim), or served warm in a savoury broth with rice as something closer to a soup (dotori-muk-bap). It is the kind of dish you almost only find at mountain-entrance restaurants — part of what makes post-hike eating in Seoul a distinct experience.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;food-item&quot;&gt;
      &lt;span class=&quot;food-kr&quot;&gt;Pajeon&lt;/span&gt;
      &lt;div class=&quot;food-name&quot;&gt;Green Onion Pancake&lt;/div&gt;
      &lt;p&gt;A thick, pan-fried pancake built on a base of green onions — &quot;pa&quot; means green onion in Korean, which is where the name comes from. The ideal pajeon is crispy on the outside and tender on the inside — that contrast is considered the mark of a well-made one. The three most common variations: &lt;strong&gt;haemul pajeon&lt;/strong&gt; with mixed seafood, &lt;strong&gt;kimchi-jeon&lt;/strong&gt; made with fermented kimchi, and &lt;strong&gt;gamja-jeon&lt;/strong&gt; made from grated potato. The informal rule is that pajeon goes with makgeolli. This is widely observed.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;food-item&quot;&gt;
      &lt;span class=&quot;food-kr&quot;&gt;Samgyetang&lt;/span&gt;
      &lt;div class=&quot;food-name&quot;&gt;Ginseng Chicken Soup&lt;/div&gt;
      &lt;p&gt;A whole small chicken, stuffed with glutinous rice, ginseng, jujube dates, and garlic, then slow-simmered in a clear broth. Rich and deeply savoury. Traditionally eaten in summer as a restorative — after a hot-weather climb, a bowl of samgyetang is hard to argue with.&lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;food-item&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;span class=&quot;food-kr&quot;&gt;Makgeolli&lt;/span&gt;
      &lt;div class=&quot;food-name&quot;&gt;Rice Wine&lt;/div&gt;
      &lt;p&gt;An unfiltered Korean brew made from rice and nuruk (a fermentation starter), lightly fizzy, mildly sweet, and low in alcohol — typically around 6%. It has a long history as the working person's drink in Korea, and its pairing with pajeon on a mountain-entrance terrace is one of those combinations that feels entirely right in context.&lt;/p&gt;
    &lt;/div&gt;

  &lt;/div&gt;

  &lt;p style=&quot;margin-top:28px;&quot;&gt;Before you go, search the mountain name on Google Maps to find the restaurants near the trailhead. The better ones fill up on weekend lunchtimes — worth knowing in advance.&lt;/p&gt;
  &lt;p&gt;Koreans call this the &lt;em&gt;course&lt;/em&gt; — the mountain plus the meal after, treated as a single outing. You hike the course. You don't just hike the mountain.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ 07 · PRACTICAL NOTES ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;part-header&quot;&gt;
    &lt;span class=&quot;part-num&quot;&gt;07&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Practical Notes&lt;/span&gt;
  &lt;/div&gt;

  &lt;div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Footwear&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;A significant number of Seoul's mountains are granite rock mountains. Wet granite is slippery. Bring trail shoes or hiking boots with solid grip. If you haven't packed them, the Seoul Urban Hiking Tourism Center offers free rental.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Layering&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Temperature at the summit is consistently lower than at the trailhead. Rather than one heavy layer, wear multiple thin layers you can add or remove as conditions change — this is the standard approach among Korean hikers.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Daylight&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Rocky sections are dangerous without light. Check the sunset time before you start and allow yourself enough margin to be off the trail before dark.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;data-row&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;data-key&quot;&gt;Emergency&lt;/div&gt;
      &lt;div class=&quot;data-val&quot;&gt;Download the 119 emergency app in advance. Korea's mountain rescue teams are fast and professional, but accurate location information makes everything easier.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ CLOSING ══════════════════════════════ --&gt;
&lt;div class=&quot;closing&quot;&gt;
  &lt;hr class=&quot;closing-rule&quot;/&gt;
  &lt;p&gt;You don't need to be an experienced hiker to enjoy Seoul's mountains.&lt;/p&gt;
  &lt;p class=&quot;muted&quot;&gt;If you've never hiked before, Namsan or Inwangsan are gentle enough for a first attempt. If you're dealing with jet lag and want to reset your body clock, an early morning climb — cool air, quiet trails, the city slowly waking up below you — is one of the better remedies. And if you simply want to see Seoul from a different angle, the view from any of these summits is worth the effort.&lt;/p&gt;
  &lt;p class=&quot;muted&quot;&gt;A city seen from the ground is one thing. Seen from the ridge above it, it becomes something else entirely.&lt;/p&gt;
  &lt;hr class=&quot;inline-rule&quot;/&gt;
  &lt;span class=&quot;closing-sig&quot;&gt;Go up. It's worth it.&lt;/span&gt;
  &lt;span class=&quot;label&quot; style=&quot;margin-top:20px;margin-bottom:0;&quot;&gt;yourmaninkorea&lt;/span&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ SOURCES ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot; style=&quot;border-bottom:none;&quot;&gt;

  &lt;div class=&quot;part-header&quot; style=&quot;margin-bottom:36px;&quot;&gt;
    &lt;span class=&quot;part-num&quot; style=&quot;font-size:clamp(1.8rem,5vw,2.8rem);&quot;&gt;Src.&lt;/span&gt;
    &lt;span class=&quot;part-title&quot;&gt;Sources &amp;amp; References&lt;/span&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-bottom:32px;&quot;&gt;
    &lt;span class=&quot;source-category&quot;&gt;Government &amp;amp; Official&lt;/span&gt;
    &lt;div class=&quot;source-item&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Metropolitan Government — Parks &amp;amp; Nature&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Seoul's ecological environment, inner and outer mountain system, Han River tributary network. parks.seoul.go.kr&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;source-item&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Metropolitan Government Official Portal&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;City statistics, district information, natural environment documentation. seoul.go.kr&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;source-item&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Han River Parks — Official Recommended Courses&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Han River park information, cycling routes, riverside access. hangang.seoul.go.kr&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;source-item&quot; style=&quot;margin-bottom:0;&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Urban Hiking Tourism Center&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Hiking equipment rental for international visitors, mountain access information. seoulhiking.or.kr&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-bottom:32px;&quot;&gt;
    &lt;span class=&quot;source-category&quot;&gt;Media &amp;amp; Editorial&lt;/span&gt;
    &lt;div class=&quot;source-item&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Welfare Foundation Blog&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Seoul's mountains guide — Inwangsan, Bugaksan, Bukhansan, Namsan. blog.naver.com/swf1004/223059904752&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;source-item&quot; style=&quot;margin-bottom:0;&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Children's Newspaper — Enjoying the Many Charms of Seoul's Mountains&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Article covering Seoul's major mountains and hiking safety guidelines. kids.seoul.go.kr · Article No. 802657&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;margin-bottom:32px;&quot;&gt;
    &lt;span class=&quot;source-category&quot;&gt;Tourism&lt;/span&gt;
    &lt;div class=&quot;source-item&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Visit Seoul — Official Tourism Website&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Hiking course recommendations, mountain access information, beginner hiking guides. visitseoul.net&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;source-item&quot; style=&quot;margin-bottom:0;&quot;&gt;&lt;div class=&quot;source-dot&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;source-name&quot;&gt;Seoul Magazine — K-Hiking Is On the Rise&lt;/div&gt;&lt;div class=&quot;source-desc&quot;&gt;Seoul Urban Hiking Tourism Center feature, hiking culture and international visitor data. love.seoul.go.kr&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;border-top:1px solid var(--rule);padding-top:24px;&quot;&gt;
    &lt;span class=&quot;source-category&quot; style=&quot;margin-bottom:12px;&quot;&gt;Editorial Note&lt;/span&gt;
    &lt;p style=&quot;font-size:12.5px;color:var(--mid);&quot;&gt;This post is original editorial content written for an international travel audience. All information has been compiled and synthesised from the publicly available sources listed above.&lt;/p&gt;
    &lt;p style=&quot;font-size:12.5px;color:var(--mid);&quot;&gt;Mountain elevations and subway access information are accurate as of 2026. Trail conditions, opening hours, and equipment rental availability should be verified before visiting.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════════════════════ FOOTER ══════════════════════════════ --&gt;
&lt;footer&gt;
  &lt;hr class=&quot;footer-rule&quot;/&gt;
  &lt;p class=&quot;mono&quot;&gt;Seoul's Nature Series &amp;nbsp;·&amp;nbsp; Mountains Edition &amp;nbsp;·&amp;nbsp; yourmaninkorea &amp;nbsp;·&amp;nbsp; 2026&lt;/p&gt;
&lt;/footer&gt;

&lt;/div&gt;
&lt;!-- ══════════════════════════════════════════════════════════════════
     TISTORY 포스팅 끝
══════════════════════════════════════════════════════════════════ --&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Posts</category>
      <category>CityHiking</category>
      <category>Mountain Trails</category>
      <category>Nature In Seoul</category>
      <category>Seoul Mountains</category>
      <category>Seoul Outdoor</category>
      <category>Seoul tour</category>
      <category>seoul travel</category>
      <category>SeoulHike</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/25</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-City-and-Peak-Discovering-Seoul%E2%80%99s-Natural-Trails#entry25comment</comments>
      <pubDate>Fri, 10 Apr 2026 18:00:48 +0900</pubDate>
    </item>
    <item>
      <title>After Cherry Blossom Posting</title>
      <link>https://yourmaninkorea.tistory.com/entry/After-Cherry-Blossom-Posting</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --black: #0a0a0a; --white: #faf8f4; --mid: #8a8070; --light: #d8d0c0; --rule: #e0d8cc; --accent: #c8521a; --accent-light: #f5ede4; --green: #3a7a4a; }
  html { scroll-behavior: smooth; }
  body { background-color: var(--white); color: var(--black); font-family: 'DM Sans', system-ui, sans-serif; font-weight: 300; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
  .hero { padding: 80px 24px 72px; text-align: center; border-bottom: 1px solid var(--rule); }
  .label { font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: var(--mid); margin-bottom: 40px; display: block; }
  .hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.2rem, 8vw, 4rem); font-weight: 200; line-height: 1.08; letter-spacing: 0.02em; color: var(--black); margin-bottom: 28px; }
  .hero-rule { width: 36px; height: 1px; background: var(--accent); margin: 0 auto 28px; }
  .hero-sub { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(0.95rem, 2.5vw, 1.1rem); font-weight: 300; font-style: italic; color: var(--mid); max-width: 420px; margin: 0 auto; line-height: 1.7; }
  .part-header { display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px; }
  .part-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 10vw, 5rem); font-weight: 200; line-height: 1; color: var(--accent); letter-spacing: -0.02em; flex-shrink: 0; }
  .part-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.4rem, 4vw, 1.85rem); font-weight: 500; letter-spacing: 0.01em; color: var(--black); line-height: 1.2; }
  .section { max-width: 660px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid var(--rule); }
  .section-alt { background-color: #f5ede4; padding: 4px 0; }
  .section-alt .section { border-bottom: 1px solid var(--rule); }
  p { font-size: 16.5px; font-weight: 300; color: var(--black); line-height: 1.9; margin-bottom: 20px; }
  p:last-child { margin-bottom: 0; }
  strong { font-weight: 400; }
  a { color: var(--accent); text-decoration: none; border-bottom: 1px solid currentColor; }
  a:hover { opacity: 0.75; }
  .pull-quote { border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent); padding: 28px 0; margin: 40px 0; }
  .pull-quote p { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: clamp(1.1rem, 3vw, 1.3rem); font-weight: 300; color: var(--black); line-height: 1.65; margin: 0; }
  .data-row { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
  .data-row:first-child { border-top: 1px solid var(--rule); }
  .data-key { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); padding-top: 2px; }
  .data-val { font-size: 15.5px; font-weight: 300; color: var(--black); line-height: 1.75; }
  .place { padding: 24px 0; border-bottom: 1px solid var(--rule); }
  .place:first-child { border-top: 1px solid var(--rule); }
  .place-header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
  .place-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.1rem, 3vw, 1.3rem); font-weight: 400; color: var(--accent); line-height: 1.2; }
  .place-station { font-family: 'DM Mono', monospace; font-size: 8px; font-weight: 300; letter-spacing: 0.10em; color: var(--mid); margin-bottom: 10px; line-height: 1.7; }
  .place p { font-size: 15px; margin: 0; color: #444440; }

  /* ── 수정된 MAP BLOCK ── */
  .map-block { margin: 20px 0 0; border: 1px solid var(--rule); overflow: hidden; }
  .map-block iframe { display: block; width: 100%; height: 280px; border: 0; }
  .map-caption { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.12em; color: var(--mid); padding: 10px 12px; border-top: 1px solid var(--rule); background: var(--white); line-height: 1.7; }

  .photo-block { margin: 36px 0 0; border-top: 1px solid var(--rule); padding-top: 20px; }
  .photo-placeholder { width: 100%; aspect-ratio: 4/3; background: var(--accent-light); border: 1px solid var(--rule); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
  .photo-placeholder svg { opacity: 0.35; }
  .photo-placeholder-text { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); }
  .photo-caption { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.12em; color: var(--mid); margin-top: 10px; line-height: 1.7; }
  .closing { text-align: center; padding: 80px 24px; max-width: 660px; margin: 0 auto; border-bottom: 1px solid var(--rule); }
  .closing-rule { width: 36px; height: 1px; background: var(--accent); margin: 0 auto 36px; }
  .closing p { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1rem, 3vw, 1.25rem); font-weight: 300; color: var(--black); line-height: 1.85; max-width: 480px; margin: 0 auto 20px; }
  .closing p.muted { font-size: clamp(0.9rem, 2.5vw, 1rem); color: var(--mid); }
  .closing-sig { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: clamp(1rem, 2.5vw, 1.15rem); font-weight: 300; color: var(--accent); margin: 0; }
  footer { padding: 40px 24px; text-align: center; background: var(--white); }
  footer .mono { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); }
  @media (max-width: 375px) { .hero { padding: 52px 18px 48px; } .section { padding: 44px 18px; } .part-header { gap: 12px; } .data-row { grid-template-columns: 80px 1fr; gap: 12px; } .closing { padding: 56px 18px; } }
  @media (max-width: 480px) { body { font-size: 15px; } .hero { padding: 56px 20px 52px; } .section { padding: 48px 20px; } .data-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; } .data-key { padding-top: 0; } .place-header { gap: 8px; } p { font-size: 15.5px; } }
  @media (min-width: 768px) { .section { padding: 72px 32px; } .hero { padding: 96px 32px 80px; } .closing { padding: 96px 32px; } }
  @media (min-width: 1024px) { .section { padding: 80px 0; } .closing { padding: 104px 0; } }
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;hero&quot;&gt;&lt;span class=&quot;label&quot;&gt;Seoul in Spring &amp;nbsp;&amp;middot;&amp;nbsp; Cherry Blossom Edition&lt;/span&gt;
&lt;h1&gt;On Seeing&lt;br /&gt;Cherry Blossoms&lt;/h1&gt;
&lt;div class=&quot;hero-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;On posting famous spots, seeing flowers in a city, and a quiet path I keep returning to&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;While putting together a list of cherry blossom spots, one thought kept returning.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;I should post the well-known ones. The reasoning is straightforward: when someone is working through a busy itinerary and deciding where to spend a few hours, there needs to be a clear reason to go. A place earns its place on a list by being genuinely beautiful, easy to reach, and flexible enough to fit between other plans.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Apply those criteria and the same names come up every time &amp;mdash; the places already on most people's radar.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;01&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;On Seeing Flowers&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;After finishing the list, a different question stayed with me.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;What does it actually mean to see a flower?&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Is it simply pleasure &amp;mdash; a small joy in an ordinary day? An escape from the rhythm of the week? Perhaps both at once. There is something particular about a flower that blooms for a short window in spring and then is gone. That brevity is part of what makes it worth seeking out. You cannot decide to go next month and expect to find the same thing.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;To encounter nature at the centre of a city &amp;mdash; fully, unexpectedly &amp;mdash; is something worth going out of your way for.&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;And there is something else worth noting. For some people, an experience like this &amp;mdash; standing beneath blossom trees in the middle of a major city, surrounded by something genuinely natural &amp;mdash; may be entirely new. That alone makes it worth the detour.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;02&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;After Posting the List&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Once the cherry blossom post was done, something lingered.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Cherry blossoms draw people for good reason &amp;mdash; they are worth it. The famous spots are famous because they deliver. At peak bloom, though, the crowds can be larger than expected. Worth knowing before you arrive.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;I have a place I return to regularly. Less known, quieter, still very much worth the trip. I debated whether to include it here. By next spring, things may look different. Even so &amp;mdash; here it is.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;03&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;A Quiet Alternative&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;place&quot;&gt;
&lt;div class=&quot;place-header&quot;&gt;&lt;span class=&quot;place-name&quot;&gt;Maeheon Citizens' Forest &amp;mdash; Yeoui Stream Path&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;place-station&quot;&gt;Yangjae Citizens' Forest Station &amp;nbsp;&amp;middot;&amp;nbsp; Line 3 (Orange) &amp;nbsp;/&amp;nbsp; Sinbundang Line (Dark Red)&lt;/div&gt;
&lt;!-- ✅ 수정된 구글맵: API 키 불필요, place_id 방식 --&gt;
&lt;div class=&quot;map-block&quot;&gt;&lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3166.3!2d127.038396!3d37.469913!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca12d65f8e9b7%3A0xa6d99040c6fef2f7!2z7JWI7Iq57IS87J2Y7Ja0!5e0!3m2!1sko!2skr!4v1712000000000!5m2!1sko!2skr&quot; width=&quot;100%&quot; height=&quot;280&quot; allowfullscreen=&quot;&quot;&gt;
        &lt;/iframe&gt;
&lt;div class=&quot;map-caption&quot;&gt;Maeheon Citizens' Forest &amp;nbsp;&amp;middot;&amp;nbsp; Yangjae-dong, Seocho-gu, Seoul&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;margin-top: 20px;&quot; data-ke-size=&quot;size16&quot;&gt;Walkable in both directions from the station. The path runs alongside Yeoui Stream, lined with cherry trees that bloom quietly without the density of foot traffic you'll find at the city's main blossom destinations. Parking is available &amp;mdash; there can be a wait during peak season, but it moves. A place that rewards arriving without expectations.&lt;/p&gt;
&lt;div class=&quot;photo-block&quot;&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;hidden place cherry blossom.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/IUMpM/dJMcacbB7F0/HZWkdaGqTkBhAkNa4Znbok/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/IUMpM/dJMcacbB7F0/HZWkdaGqTkBhAkNa4Znbok/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/IUMpM/dJMcacbB7F0/HZWkdaGqTkBhAkNa4Znbok/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FIUMpM%2FdJMcacbB7F0%2FHZWkdaGqTkBhAkNa4Znbok%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;4032&quot; height=&quot;3024&quot; data-filename=&quot;hidden place cherry blossom.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;div class=&quot;photo-caption&quot;&gt;Maeheon Citizens' Forest, Yeoui Stream Path &amp;nbsp;&amp;middot;&amp;nbsp; April 7, 2026&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;04&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;April &amp;amp; May in Korea&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;April&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Cherry blossom season. The city's trees bloom in a short, concentrated window. Worth building a visit around.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;May&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Known in Korea as Family Month, and described by many as the queen of seasons. Temperatures are mild, skies are clear, and the city's green deepens significantly after the blossoms fall. One of the best times to be anywhere in Korea.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;pull-quote&quot; style=&quot;margin-top: 40px;&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;If the timing is yours to choose, April and May is the window I would always recommend.&lt;/p&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul in that stretch of weeks &amp;mdash; warm days, long evenings, the city at its most liveable &amp;mdash; is something worth planning around.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;closing&quot;&gt;
&lt;div class=&quot;closing-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Spring in Seoul is brief. That is exactly the point.&lt;/p&gt;
&lt;p class=&quot;muted&quot; data-ke-size=&quot;size16&quot;&gt;The blossoms last a week, maybe two. The mild air of May follows close behind. If you have any flexibility in your schedule, build your visit around this window. You will not regret it.&lt;/p&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 36px auto;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;closing-sig&quot; data-ke-size=&quot;size16&quot;&gt;Go in spring. Stay for May.&lt;/p&gt;
&lt;span style=&quot;margin-top: 20px; margin-bottom: 0;&quot; class=&quot;label&quot;&gt;yourmaninkorea&lt;/span&gt;&lt;/div&gt;
&lt;footer&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 0 auto 16px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;mono&quot; data-ke-size=&quot;size16&quot;&gt;Seoul in Spring Series &amp;nbsp;&amp;middot;&amp;nbsp; Cherry Blossom Edition &amp;nbsp;&amp;middot;&amp;nbsp; yourmaninkorea &amp;nbsp;&amp;middot;&amp;nbsp; 2026&lt;/p&gt;
&lt;/footer&gt;</description>
      <category>Thoughts</category>
      <category>hidden place</category>
      <category>Seoul Cherry Blossom</category>
      <category>Seoul tour</category>
      <category>seoul travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/24</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/After-Cherry-Blossom-Posting#entry24comment</comments>
      <pubDate>Wed, 8 Apr 2026 17:00:07 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 - Seoul Subway Line 2, Reading the City through the Green Circle Line</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-Subway-Line-2-Reading-the-City-through-the-Green-Circle-Line</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --black: #0a0a0a;
    --white: #faf8f4;
    --mid: #8a8070;
    --light: #d8d0c0;
    --rule: #e0d8cc;
    --accent: #c8521a;
    --accent-light: #f5ede4;
    --line2: #3a9c47;
  }

  html { scroll-behavior: smooth; }

  body {
    background-color: var(--white);
    color: var(--black);
    font-family: 'DM Sans', system-ui, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
  }

  /* ── HERO ── */
  .hero {
    padding: 80px 24px 72px;
    text-align: center;
    border-bottom: 1px solid var(--rule);
  }

  .label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 40px;
    display: block;
  }

  .hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.2rem, 8vw, 4rem);
    font-weight: 200;
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: var(--black);
    margin-bottom: 28px;
  }

  .hero-rule {
    width: 36px;
    height: 1px;
    background: var(--accent);
    margin: 0 auto 28px;
  }

  .hero-sub {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    font-weight: 300;
    font-style: italic;
    color: var(--mid);
    max-width: 360px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ── PART HEADER ── */
  .part-header {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 32px;
  }

  .part-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3rem, 10vw, 5rem);
    font-weight: 200;
    line-height: 1;
    color: var(--accent);
    letter-spacing: -0.02em;
    flex-shrink: 0;
  }

  .part-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.4rem, 4vw, 1.85rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--black);
    line-height: 1.2;
  }

  /* ── LAYOUT ── */
  .section {
    max-width: 660px;
    margin: 0 auto;
    padding: 64px 24px;
    border-bottom: 1px solid var(--rule);
  }

  .section-alt {
    background-color: #f5ede4;
    padding: 4px 0;
  }

  .section-alt .section {
    border-bottom: 1px solid var(--rule);
  }

  /* ── BODY TEXT ── */
  p {
    font-size: 16.5px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.9;
    margin-bottom: 20px;
  }

  p:last-child { margin-bottom: 0; }

  strong { font-weight: 400; }

  /* ── DATA TABLE ── */
  .data-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--rule);
    align-items: baseline;
  }

  .data-row:first-child { border-top: 1px solid var(--rule); }

  .data-key {
    font-family: 'DM Mono', monospace;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    padding-top: 2px;
  }

  .data-val {
    font-size: 15.5px;
    font-weight: 300;
    color: var(--black);
    line-height: 1.75;
  }

  /* ── PULL QUOTE ── */
  .pull-quote {
    border-top: 1px solid var(--accent);
    border-bottom: 1px solid var(--accent);
    padding: 28px 0;
    margin: 40px 0 0;
  }

  .pull-quote p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.65;
    margin: 0;
  }

  /* ── ZONE BLOCKS ── */
  .zone {
    padding: 24px 0;
    border-bottom: 1px solid var(--rule);
  }

  .zone:first-child { border-top: 1px solid var(--rule); }

  .zone-label {
    font-family: 'DM Mono', monospace;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 6px;
  }

  .zone-stops {
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: var(--mid);
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .zone p { font-size: 15.5px; margin: 0; }

  /* ── WARNING BLOCKS ── */
  .warn-block {
    border-left: 2px solid var(--accent);
    background: var(--accent-light);
    padding: 12px 14px;
    margin-top: 12px;
  }

  .warn-block p {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: var(--black);
    margin: 0;
    line-height: 1.75;
  }

  /* ── UNIVERSITY LIST ── */
  .uni-row {
    padding: 14px 0;
    border-bottom: 1px solid var(--rule);
  }

  .uni-row:first-child { border-top: 1px solid var(--rule); }

  .uni-station {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 4px;
  }

  .uni-desc {
    font-size: 15.5px;
    font-weight: 300;
    color: #555550;
    line-height: 1.75;
  }

  /* ── TRANSFER GRID ── */
  .transfer-row {
    padding: 16px 0;
    border-bottom: 1px solid var(--rule);
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .transfer-row:first-child { border-top: 1px solid var(--rule); }

  .transfer-station {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
  }

  .transfer-line {
    font-size: 15.5px;
    font-weight: 300;
    color: var(--black);
  }

  .transfer-note {
    font-size: 14px;
    font-weight: 300;
    color: var(--mid);
  }

  /* ── ROUTE MAP SECTION ── */
  .map-section {
    max-width: 660px;
    margin: 0 auto;
    padding: 48px 24px 0;
  }

  .map-label {
    font-family: 'DM Mono', monospace;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 12px;
    display: block;
  }

  .map-wrap {
    border: 1px solid var(--rule);
    overflow: hidden;
    background: var(--white);
  }

  /* ── SVG ROUTE MAP ── */
  .route-map-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--white);
    border: 1px solid var(--rule);
  }

  .route-map-container svg {
    display: block;
    min-width: 620px;
    width: 100%;
    height: auto;
  }

  .map-caption {
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: var(--mid);
    padding: 10px 14px;
    border-top: 1px solid var(--rule);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    background: var(--white);
  }

  /* ── SOURCES ── */
  .source-category {
    font-family: 'DM Mono', monospace;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 18px;
    display: block;
  }

  .source-item {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .source-dot {
    width: 2px;
    background: var(--accent);
    margin-top: 6px;
    align-self: stretch;
    border-radius: 1px;
  }

  .source-name {
    font-size: 13px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 2px;
  }

  .source-desc {
    font-size: 12px;
    font-weight: 300;
    color: var(--mid);
    line-height: 1.75;
  }

  /* ── CLOSING ── */
  .closing {
    text-align: center;
    padding: 80px 24px;
    max-width: 660px;
    margin: 0 auto;
    border-bottom: 1px solid var(--rule);
  }

  .closing-rule {
    width: 36px;
    height: 1px;
    background: var(--accent);
    margin: 0 auto 36px;
  }

  .closing p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.85;
    max-width: 480px;
    margin: 0 auto 20px;
  }

  .closing p.muted {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: var(--mid);
  }

  .closing-sig {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    font-weight: 300;
    color: var(--accent);
    margin: 0;
  }

  /* ── FOOTER ── */
  footer {
    padding: 40px 24px;
    text-align: center;
    background: var(--white);
  }

  footer .mono {
    font-family: 'DM Mono', monospace;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mid);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 375px) {
    .hero { padding: 52px 18px 48px; }
    .section { padding: 44px 18px; }
    .part-header { gap: 12px; }
    .data-row { grid-template-columns: 80px 1fr; gap: 12px; }
    .source-item { grid-template-columns: 10px 1fr; }
    .closing { padding: 56px 18px; }
    .map-section { padding: 36px 18px 0; }
  }

  @media (max-width: 480px) {
    body { font-size: 15px; }
    .hero { padding: 56px 20px 52px; }
    .section { padding: 48px 20px; }
    .data-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
    .data-key { padding-top: 0; }
  }

  @media (min-width: 768px) {
    .section { padding: 72px 32px; }
    .hero { padding: 96px 32px 80px; }
    .map-section { padding: 56px 32px 0; }
    .closing { padding: 96px 32px; }
  }

  @media (min-width: 1024px) {
    .section { padding: 80px 0; }
    .map-section { padding: 64px 0 0; }
    .closing { padding: 104px 0; }
  }

  /* Tistory compatibility */
  .tt-body-article img, .tt-body-article figure { max-width: 100%; }
&lt;/style&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     HERO
     ══════════════════════════════ --&gt;
&lt;div class=&quot;hero&quot;&gt;&lt;span class=&quot;label&quot;&gt;Seoul History Series &amp;nbsp;&amp;middot;&amp;nbsp; Part 7 of 7&lt;/span&gt;
&lt;h1&gt;Reading Seoul&lt;br /&gt;Through Line 2&lt;/h1&gt;
&lt;div class=&quot;hero-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;One circle line as a map of everything the city is&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     OPENING
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul has 23 subway lines. If you only understand one of them, make it Line 2.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The Green Circle Line &amp;mdash; opened in full in 1984 &amp;mdash; is not just the busiest subway line in Korea. It is a cross-section of the city itself. In a single loop, it passes through the old commercial heart of the north side of the city, crosses into the south, runs along the edge of the Han River, visits the 1988 Olympic district, passes through five major university campuses, and connects the two halves of Seoul that history built separately.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Understanding how Line 2 moves through the city is one of the fastest ways to understand Seoul's geography &amp;mdash; and why different neighborhoods feel the way they do.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     OFFICIAL METRO MAP
     ══════════════════════════════ --&gt;
&lt;div class=&quot;map-section&quot; style=&quot;margin-top: 48px;&quot;&gt;&lt;span class=&quot;map-label&quot;&gt;Seoul Metropolitan Government &amp;mdash; Official English Subway Map&lt;/span&gt;
&lt;div class=&quot;route-map-container&quot; style=&quot;overflow-x: auto; -webkit-overflow-scrolling: touch;&quot;&gt;&lt;img style=&quot;width: 100%; max-width: 100%; height: auto; display: block;&quot; src=&quot;https://blog.kakaocdn.net/dna/bZyxIT/dJMcacvT27f/AAAAAAAAAAAAAAAAAAAAAHiMwepudV6B65mJAndOfBASorb8cXVftW03_Q4DSVhj/img.jpg?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&amp;amp;expires=1777561199&amp;amp;allow_ip=&amp;amp;allow_referer=&amp;amp;signature=3SWKWR1CvCA2FvBQJ3ytZKuSyIw%3D&quot; alt=&quot;Seoul Metro Map &amp;mdash; Official English route map issued by Seoul Metropolitan Government&quot; /&gt;
&lt;div class=&quot;map-caption&quot;&gt;&lt;span&gt;Seoul Metro Map (서울 지하철 노선도) &amp;mdash; English Edition&lt;/span&gt; &lt;span&gt;Source: Seoul Metropolitan Government (서울특별시) &amp;middot; seoul.go.kr&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 01 — THE BASICS
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot; style=&quot;margin-top: 48px;&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;01&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;The Basics&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Color&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Green &amp;middot; officially designated color since 1984&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Structure&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Main circle loop (43 stations) + two branch lines (7 stations) = 50 stations total&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Loop length&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;60.2 km &amp;middot; one full loop takes approximately 1 hour 22 minutes&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Daily riders&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Approximately 2 million passengers per day &amp;middot; ~20% of Seoul Metro total&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Direction&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Inner Circle Line = clockwise &amp;nbsp;&amp;middot;&amp;nbsp; Outer Circle Line = counterclockwise&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Because it is a circle, there is no wrong direction &amp;mdash; only a longer way around. This is both its greatest practical virtue and the source of most first-timer confusion at Seongsu Station.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 02 — GANGBUK &amp; GANGNAM
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;02&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;North and South of the River&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Koreans divide Seoul by the Han River. &lt;b&gt;North of the Han River&lt;/b&gt; is the old city: the Joseon-era capital, the colonial-period grid, the postwar reconstruction. &lt;b&gt;Gangnam&lt;/b&gt; &amp;mdash; &quot;south of the river&quot; &amp;mdash; is the planned city built from the 1970s onward, covered in Part 4 of this series.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;This distinction is not just geographic. It carries social, economic, and cultural weight. Real estate prices, school districts, corporate addresses, and social register all map onto this north/south divide in ways that are immediately legible to any Seoul resident.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Line 2 is the only subway line that makes a complete loop connecting both sides. It crosses the Han River twice &amp;mdash; once at Dangsan Station going south, and once at Jamsil Station going north &amp;mdash; which is why it became the structural backbone of Seoul's daily commute.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 03 — FOUR ZONES
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;03&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;The Loop in Four Zones&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The most useful way to read Line 2 is to divide the circle into four arcs, each with its own character.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;zone&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Zone 1 &amp;middot; North-West &amp;mdash; Culture &amp;amp; University Arc&lt;/div&gt;
&lt;div class=&quot;zone-stops&quot;&gt;City Hall &amp;rarr; Euljiro &amp;rarr; Hongik University &amp;rarr; Sinchon &amp;rarr; Ewha &amp;rarr; Hapjeong &amp;rarr; Dangsan&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The arc that runs through Seoul's creative and academic west. City Hall Station is where the line brushes the old city center &amp;mdash; Deoksugung Palace and Gwanghwamun are minutes away on foot. Euljiro 3-ga and 4-ga are the industrial-turned-nightlife district. Hongik University Station is the nexus of Seoul's youth culture and the airport railroad connection. Sinchon and Ewha Womans University Station are the twin-university commercial district that has existed in this form since the 1980s.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;zone&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Zone 2 &amp;middot; North-East &amp;mdash; History &amp;amp; Transition Arc&lt;/div&gt;
&lt;div class=&quot;zone-stops&quot;&gt;Sindorim &amp;rarr; Guro &amp;rarr; Yeongdeungpo-gu Office &amp;rarr; Seongsu &amp;rarr; Wangsimni &amp;rarr; Konkuk University&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The working-city arc. Sindorim is one of Seoul's great transit junctions &amp;mdash; Line 1 and Line 2 cross here, and the volume during peak hours is extraordinary. Guro and Yeongdeungpo-gu were the industrial heartland of 1960s&amp;ndash;70s Seoul &amp;mdash; the actual factories where the economic miracle was assembled. Seongsu Station is where the line enters the design and pop-up district. Wangsimni and Konkuk University Station are large commercial nodes serving the eastern residential districts.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;zone&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Zone 3 &amp;middot; South-East &amp;mdash; Olympic &amp;amp; Leisure Arc&lt;/div&gt;
&lt;div class=&quot;zone-stops&quot;&gt;Jamsil &amp;rarr; Sports Complex &amp;rarr; Samsung &amp;rarr; Seolleung &amp;rarr; Yeoksam &amp;rarr; Gangnam&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Jamsil Station anchors this zone &amp;mdash; Lotte World, Lotte Tower, the Olympic Main Stadium, and the baseball stadium are all within walking distance of a single station. The line then runs west along Teheran-ro: Samsung Station (COEX Mall, major corporate towers), Seolleung Station (the royal Joseon tombs, a UNESCO site tucked between glass towers &amp;mdash; genuinely worth the stop), Yeoksam and Gangnam stations marking the commercial peak of the boulevard.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;zone&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Zone 4 &amp;middot; South-West &amp;mdash; Residential &amp;amp; Return Arc&lt;/div&gt;
&lt;div class=&quot;zone-stops&quot;&gt;Gangnam &amp;rarr; Gyodae &amp;rarr; Seocho &amp;rarr; Bangbae &amp;rarr; Sadang &amp;rarr; Sindorim&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The quieter arc. Gyodae Station is a major legal and judicial district &amp;mdash; the Supreme Court and Seoul Central District Court are nearby. Seocho and Bangbae are dense residential neighborhoods. Sadang Station is the southern hub for buses toward Suwon and Anyang. The arc completes the loop back to Sindorim, returning to the industrial west.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 04 — BRANCH LINES
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;04&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;The Two Branch Lines&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Line 2 has two branch lines that split from the main loop. Missing these is the most common navigation error for visitors.&lt;/p&gt;
&lt;div style=&quot;padding: 20px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-bottom: 24px;&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Seongsu Branch Line&lt;/div&gt;
&lt;p style=&quot;font-size: 14px; margin-bottom: 10px;&quot; data-ke-size=&quot;size16&quot;&gt;Splits from Seongsu Station toward Sinseoldong. Passes through Yongdap, Sindap, Yongdu, Sinseoldong. Serves eastern residential neighborhoods with no major tourist destinations.&lt;/p&gt;
&lt;div class=&quot;warn-block&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;⚠ If you board a train at Seongsu Station heading toward Sinseoldong instead of the main loop, you will need to get off and backtrack. Check the destination display above the platform doors before boarding.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 20px 0;&quot;&gt;
&lt;div class=&quot;zone-label&quot;&gt;Sinjeong Branch Line&lt;/div&gt;
&lt;p style=&quot;font-size: 14px; margin-bottom: 10px;&quot; data-ke-size=&quot;size16&quot;&gt;Splits from Kkachisan Station toward Sindorim. Passes through Kkachisan, Omokgyo, Yangcheon-gu Office, Sinjeong. Primarily serves southwestern residential commuters.&lt;/p&gt;
&lt;div class=&quot;warn-block&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;⚠ If you board toward Kkachisan from Sindorim expecting the main loop, check the terminus displayed. The branch and main loop trains share the same platform.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 05 — UNIVERSITIES
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;05&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Line 2 &amp;amp; Universities&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;One of the defining features of Line 2 is how many major universities it serves directly. This is not coincidental &amp;mdash; the line was routed to connect student populations across the city, and the commercial districts that grew around each station reflect the university character of their neighborhoods.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;uni-row&quot;&gt;
&lt;div class=&quot;uni-station&quot;&gt;Hongik University Station&lt;/div&gt;
&lt;div class=&quot;uni-desc&quot;&gt;Hongik University &amp;middot; arts, design, architecture &amp;middot; birthplace of Seoul's club and indie music culture&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;uni-row&quot;&gt;
&lt;div class=&quot;uni-station&quot;&gt;Sinchon Station&lt;/div&gt;
&lt;div class=&quot;uni-desc&quot;&gt;Yonsei University &amp;middot; one of Korea's top three universities &amp;middot; surrounded by one of Seoul's densest student commercial districts&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;uni-row&quot;&gt;
&lt;div class=&quot;uni-station&quot;&gt;Ewha Womans University Station&lt;/div&gt;
&lt;div class=&quot;uni-desc&quot;&gt;Ewha Womans University &amp;middot; Korea's most prominent women's university &amp;middot; the main street leading from the station to campus is one of Seoul's better shopping corridors&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;uni-row&quot;&gt;
&lt;div class=&quot;uni-station&quot;&gt;Konkuk University Station&lt;/div&gt;
&lt;div class=&quot;uni-desc&quot;&gt;Konkuk University &amp;middot; large campus with an interior lake &amp;middot; the commercial district around the station has a younger, less-touristed energy than Hongdae&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;uni-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;uni-station&quot;&gt;Seoul National University of Education Station&lt;/div&gt;
&lt;div class=&quot;uni-desc&quot;&gt;Seoul National University of Education &amp;middot; legal and judicial district &amp;middot; a quieter station with an unusually high density of long-established Korean restaurants nearby&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 06 — KEY TRANSFERS
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;06&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Key Transfer Stations&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Line 2's value multiplies at its transfer points. These are the stations worth knowing before you need them.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;City Hall Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 1 &amp;middot; Dark Blue Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Access to Seoul Station (KTX), Dongdaemun, Cheongnyangni&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Euljiro 3-ga Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 3 &amp;middot; Orange Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Access to Anguk (Bukchon), Gyeongbokgung, Express Bus Terminal&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Dongdaemun History &amp;amp; Culture Park Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 4 &amp;middot; Light Blue Line &amp;nbsp;/&amp;nbsp; Line 5 &amp;middot; Purple Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;DDP (Dongdaemun Design Plaza), Heunginjimun Gate, Myeongdong access&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Hongik University Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Airport Railroad (AREX) &amp;nbsp;/&amp;nbsp; Gyeongui&amp;ndash;Jungang Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Direct to Incheon International Airport (43 min express / 56 min all-stop)&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Wangsimni Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 5 &amp;middot; Purple Line &amp;nbsp;/&amp;nbsp; Gyeongui&amp;ndash;Jungang Line &amp;nbsp;/&amp;nbsp; Bundang Line &amp;middot; Gold Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;One of Seoul's most complex interchange stations&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Jamsil Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 8 &amp;middot; Pink Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Lotte World, Lotte Tower, Olympic Main Stadium, Songpa district access&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Gangnam Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Sinbundang Line &amp;middot; Dark Red Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Fast connection to Pangyo tech district and Suwon&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Gyodae Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 3 &amp;middot; Orange Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Express Bus Terminal, Apgujeong, Sinchon via Line 3&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;transfer-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;transfer-station&quot;&gt;Sindorim Station&lt;/div&gt;
&lt;div class=&quot;transfer-line&quot;&gt;Transfer: Line 1 &amp;middot; Dark Blue Line&lt;/div&gt;
&lt;div class=&quot;transfer-note&quot;&gt;Southwest Seoul, Incheon, Suwon access via Line 1. Peak-hour congestion is significant.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     PART 07 — PRACTICAL NOTES
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;07&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Practical Notes for Visitors&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;T-money&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Purchase at any convenience store (GS25, CU, 7-Eleven) inside Incheon Airport or throughout the city. ₩3,000 card fee, then top up as needed. Valid on all Seoul Metro lines, buses, and some taxis. Transfer discounts apply within 30 minutes of your last journey &amp;mdash; always use the card rather than single-use tickets.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Peak hours&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Weekdays 7:30&amp;ndash;9:30 am and 6:00&amp;ndash;8:00 pm. Sindorim, Gangnam, and Hongik University stations are particularly dense during these windows. If your schedule allows, plan sightseeing to avoid arriving at major transfer stations during peak hours.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Hours&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;First train approximately 5:30 am. Last train approximately 1:00 am. Times vary slightly by station &amp;mdash; check the Seoul Metro app for exact departure times from your station. No 24-hour service; late nights require taxis or the night bus network.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Navigation&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Naver Maps and Kakao Maps both provide accurate real-time transit directions in English. Google Maps works for subway but is less reliable for bus routing in Seoul. Download one before you arrive &amp;mdash; the transit information is significantly better than any foreign mapping app.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ══════════════════════════════
     CLOSING
     ══════════════════════════════ --&gt;
&lt;div class=&quot;closing&quot;&gt;
&lt;div class=&quot;closing-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seven parts. One city. Two thousand years compressed into a subway ride.&lt;/p&gt;
&lt;p class=&quot;muted&quot; data-ke-size=&quot;size16&quot;&gt;Seoul rewards the visitor who arrives with some sense of the layers beneath it. A palace that survived three centuries of war. A city wall that was dismantled by colonial administrators and quietly rebuilt. An entire district built on reclaimed river land. A subway line that connects everything a government once had to separate by law.&lt;/p&gt;
&lt;p class=&quot;muted&quot; data-ke-size=&quot;size16&quot;&gt;None of that history is hidden. It is in the city, in the streets, in the names of the stations you pass through. You just need to know where to look.&lt;/p&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 36px auto;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;closing-sig&quot; data-ke-size=&quot;size16&quot;&gt;Thank you for reading the full series.&lt;br /&gt;Seoul is worth every hour you give it.&lt;/p&gt;
&lt;span style=&quot;margin-top: 20px; margin-bottom: 0;&quot; class=&quot;label&quot;&gt;yourmaninkorea&lt;/span&gt;&lt;/div&gt;
&lt;!-- ══════════════════════════════
     SOURCES
     ══════════════════════════════ --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;part-header&quot; style=&quot;margin-bottom: 40px;&quot;&gt;&lt;span style=&quot;font-size: clamp(2rem,6vw,3rem);&quot; class=&quot;part-num&quot;&gt;Src.&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Sources &amp;amp; Notes&lt;/span&gt;&lt;/div&gt;
&lt;p style=&quot;font-size: 13px; color: var(--mid); margin-bottom: 40px;&quot; data-ke-size=&quot;size16&quot;&gt;This series is original editorial content compiled and synthesized from publicly available academic, institutional, and journalistic sources. All historical claims, figures, and references are drawn from the sources listed below.&lt;/p&gt;
&lt;!-- Government --&gt;
&lt;div style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Government &amp;amp; Official&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;National Heritage Portal of Korea&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official records on Hanyangdoseong, Jongmyo Shrine, Gyeongbokgung Palace, and designated National Intangible Cultural Heritages. &lt;i&gt;Parts 1, 2, 3.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Seoul Metropolitan Government&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;City statistics, district histories, Hanyangdoseong restoration records, Han River Comprehensive Development project documentation. &lt;i&gt;Parts 3, 4, 5, 6.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Statistics Korea&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Historical population statistics for Seoul from 1945 to present. GDP per capita data from 1953 onward. &lt;i&gt;Parts 4, 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Seoul Metro (서울교통공사)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official Line 2 route data, station count, daily ridership figures, transfer station information, and branch line documentation. &lt;i&gt;seoulmetro.co.kr &amp;middot; Part 7.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Seoul Metropolitan Government &amp;mdash; Official English Subway Map (서울 지하철 노선도 영문판)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official English-language Seoul Metro Map issued by the Seoul Metropolitan Government (서울특별시). Reproduced for reader reference. &lt;i&gt;seoul.go.kr &amp;middot; Part 7.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- International --&gt;
&lt;div style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;International Institutions&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;UNESCO World Heritage Centre&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official designation records for Republic of Korea World Heritage Sites &amp;mdash; 16 total (14 cultural, 2 natural) as of 2024. &lt;i&gt;Parts 2, 3, 6.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;World Bank &amp;mdash; GDP Data&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;GDP per capita figures for the Republic of Korea from 1960 to present. &lt;i&gt;Part 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;IMF &amp;mdash; Republic of Korea Country Report&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Documentation of the 1997 Asian Financial Crisis, bailout terms, and early repayment in 2001. &lt;i&gt;Part 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Academic --&gt;
&lt;div style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Academic &amp;amp; Research&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;The Annals of the Joseon Dynasty&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Primary historical record for Joseon Dynasty events. Referenced for the 1394 capital relocation, Jeong Dojeon's city planning, and the Princes' Rebellions. &lt;i&gt;Part 2.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;National Institute of Korean History&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Academic resources on Korean history from the prehistoric era through the modern period. &lt;i&gt;Parts 1, 2, 3.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Korea Culture &amp;amp; Tourism Institute&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Research on tourism trends and Seoul's cultural economy. Referenced for district-level tourism statistics. &lt;i&gt;Parts 5, 6.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Historical --&gt;
&lt;div style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Historical Records &amp;amp; Archives&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Seodaemun Prison History Hall&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official institutional records of Seodaemun Prison (est. 1908). Referenced for the Japanese colonial period and independence movement history. &lt;i&gt;Part 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Seoul Museum of History&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Archival materials on Seoul's urban history. Key reference for colonial-era Gyeongseong maps and post-war reconstruction documentation. &lt;i&gt;Parts 3, 4, 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Jeon Tae-il Memorial Foundation&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Documentation of the labor rights movement during Korea's high-growth era. &lt;i&gt;Part 5.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Travel --&gt;
&lt;div style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Travel &amp;amp; Practical Reference&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Korea Tourism Organization (KTO)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official visitor information for all heritage sites and attractions mentioned throughout the series. &lt;i&gt;Parts 1&amp;ndash;6.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Hanyangdoseong Trail Official Guide&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official trail documentation for the Seoul City Wall hiking route. Trail lengths, section descriptions, and access points. &lt;i&gt;Part 3.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Editorial note --&gt;
&lt;div style=&quot;border-top: 1px solid var(--rule); padding-top: 24px;&quot;&gt;&lt;span style=&quot;margin-bottom: 12px;&quot; class=&quot;source-category&quot;&gt;Editorial Note&lt;/span&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid);&quot; data-ke-size=&quot;size16&quot;&gt;This series is original editorial content written for an international travel audience. All historical information has been compiled and synthesized from the publicly available sources listed above.&lt;/p&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid);&quot; data-ke-size=&quot;size16&quot;&gt;Historical dates and figures represent the scholarly consensus at the time of writing (2026) and may be subject to ongoing academic revision. Where multiple interpretations exist, the most widely accepted position has been presented.&lt;/p&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid);&quot; data-ke-size=&quot;size16&quot;&gt;Traveler information including subway lines, access routes, and site availability is accurate as of 2026. Always verify opening hours and admission before visiting.&lt;/p&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid);&quot; data-ke-size=&quot;size16&quot;&gt;The subway map reproduced in Part 7 is the official English-language Seoul Metro Map issued by the Seoul Metropolitan Government (서울특별시). All rights belong to the original issuer.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- FOOTER --&gt;&lt;footer&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 0 auto 16px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;mono&quot; data-ke-size=&quot;size16&quot;&gt;Seoul History Series &amp;nbsp;&amp;middot;&amp;nbsp; Parts 1&amp;ndash;7 Complete &amp;nbsp;&amp;middot;&amp;nbsp; yourmaninkorea &amp;nbsp;&amp;middot;&amp;nbsp; 2026&lt;/p&gt;
&lt;/footer&gt;</description>
      <category>Posts</category>
      <category>GANG NAM</category>
      <category>Hong Dae</category>
      <category>How To Get Around Seoul</category>
      <category>Seoul Metro line 2</category>
      <category>seoul subway</category>
      <category>seoul travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/23</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-Subway-Line-2-Reading-the-City-through-the-Green-Circle-Line#entry23comment</comments>
      <pubDate>Wed, 8 Apr 2026 11:30:49 +0900</pubDate>
    </item>
    <item>
      <title>Seoul in Spring - Cherry Blossom, Seokchon Lake, and Coffee</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-in-Spring-Cherry-Blossom-Seokchon-Lake-and-Coffee</link>
      <description>&lt;div&gt;
&lt;style&gt;
  .sg-wrap *, .sg-wrap *::before, .sg-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
  .sg-wrap {
    --black: #0a0a0a; --white: #faf8f4; --mid: #8a8070;
    --light: #d8d0c0; --rule: #e0d8cc; --accent: #c8521a; --accent-light: #f5ede4;
    background-color: var(--white); color: var(--black);
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.85;
    -webkit-font-smoothing: antialiased;
  }
  .sg-wrap .hero { padding: 80px 24px 72px; text-align: center; border-bottom: 1px solid var(--rule); }
  .sg-wrap .label { font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: var(--mid); margin-bottom: 40px; display: block; }
  .sg-wrap .hero h1 { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif; font-size: clamp(2.2rem, 8vw, 3.6rem); font-weight: 300; line-height: 1.15; letter-spacing: -0.01em; color: var(--black); margin-bottom: 28px; }
  .sg-wrap .hero-rule { width: 36px; height: 1px; background: var(--accent); margin: 0 auto 28px; }
  .sg-wrap .hero-sub { font-family: 'Noto Sans KR', sans-serif; font-size: clamp(0.9rem, 2.5vw, 1rem); font-weight: 300; font-style: normal; color: var(--mid); max-width: 400px; margin: 0 auto; line-height: 1.7; letter-spacing: 0.02em; }

  .sg-wrap .part-header { display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px; }
  .sg-wrap .part-num { font-family: 'Noto Sans KR', sans-serif; font-size: clamp(2.8rem, 10vw, 4.5rem); font-weight: 300; line-height: 1; color: var(--accent); letter-spacing: -0.03em; flex-shrink: 0; }
  .sg-wrap .part-title { font-family: 'Noto Sans KR', sans-serif; font-size: clamp(1.2rem, 4vw, 1.6rem); font-weight: 500; letter-spacing: -0.01em; color: var(--black); line-height: 1.2; }

  .sg-wrap .section { max-width: 660px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid var(--rule); }
  .sg-wrap .section-alt { background-color: #f5ede4; padding: 4px 0; }
  .sg-wrap .section-alt .section { border-bottom: 1px solid var(--rule); }

  .sg-wrap p { font-size: 16.5px; font-weight: 300; color: var(--black); line-height: 1.9; margin-bottom: 20px; }
  .sg-wrap p:last-child { margin-bottom: 0; }
  .sg-wrap strong { font-weight: 400; }

  .sg-wrap .data-row { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
  .sg-wrap .data-row:first-child { border-top: 1px solid var(--rule); }
  .sg-wrap .data-key { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); padding-top: 2px; }
  .sg-wrap .data-val { font-size: 15.5px; font-weight: 300; color: var(--black); line-height: 1.75; }

  .sg-wrap .pull-quote { border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent); padding: 28px 0; margin: 40px 0 0; }
  .sg-wrap .pull-quote p { font-family: 'Noto Sans KR', sans-serif; font-style: normal; font-size: clamp(1rem, 3vw, 1.15rem); font-weight: 300; color: var(--black); line-height: 1.75; margin: 0; letter-spacing: 0.01em; }

  .sg-wrap .flower-row { display: grid; grid-template-columns: 140px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
  .sg-wrap .flower-row:first-child { border-top: 1px solid var(--rule); }
  .sg-wrap .flower-name { font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
  .sg-wrap .flower-time { font-size: 14.5px; font-weight: 300; color: var(--black); line-height: 1.65; }

  .sg-wrap .spot-row { padding: 18px 0; border-bottom: 1px solid var(--rule); }
  .sg-wrap .spot-row:first-child { border-top: 1px solid var(--rule); }
  .sg-wrap .spot-name { font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
  .sg-wrap .spot-desc { font-size: 15.5px; font-weight: 300; color: var(--black); line-height: 1.8; }

  .sg-wrap .note-block { border-left: 2px solid var(--accent); background: var(--accent-light); padding: 14px 16px; margin-top: 24px; }
  .sg-wrap .note-block p { font-size: 14.5px; font-weight: 300; color: var(--black); margin: 0; line-height: 1.8; }

  .sg-wrap .map-wrap { border: 1px solid var(--rule); overflow: hidden; }
  .sg-wrap .map-label { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); margin-bottom: 12px; display: block; }

  .sg-wrap .photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
  .sg-wrap .photo-placeholder { aspect-ratio: 4/3; background: #ede5da; display: flex; align-items: center; justify-content: center; border: 1px solid var(--rule); }
  .sg-wrap .photo-placeholder span { font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); text-align: center; padding: 8px; line-height: 1.8; }
  .sg-wrap .photo-caption { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.1em; color: var(--mid); text-align: center; margin-top: 8px; line-height: 1.6; }

  .sg-wrap .lake-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
  .sg-wrap .lake-card { border: 1px solid var(--rule); padding: 20px 18px; }
  .sg-wrap .lake-card-title { font-family: 'DM Mono', monospace; font-size: 9px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
  .sg-wrap .lake-card p { font-size: 13.5px; line-height: 1.8; margin-bottom: 8px; }
  .sg-wrap .lake-card p:last-child { margin-bottom: 0; }

  .sg-wrap .source-category { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); padding-bottom: 10px; border-bottom: 1px solid var(--rule); margin-bottom: 18px; display: block; }
  .sg-wrap .source-item { display: grid; grid-template-columns: 16px 1fr; gap: 12px; margin-bottom: 14px; }
  .sg-wrap .source-dot { width: 2px; background: var(--accent); margin-top: 5px; align-self: stretch; border-radius: 1px; }
  .sg-wrap .source-name { font-size: 13px; font-weight: 400; color: var(--black); margin-bottom: 2px; }
  .sg-wrap .source-desc { font-size: 12px; font-weight: 300; color: var(--mid); line-height: 1.75; }

  .sg-wrap .closing { text-align: center; padding: 80px 24px; max-width: 660px; margin: 0 auto; border-bottom: 1px solid var(--rule); }
  .sg-wrap .closing-rule { width: 36px; height: 1px; background: var(--accent); margin: 0 auto 36px; }
  .sg-wrap .closing p { font-family: 'Noto Sans KR', sans-serif; font-size: clamp(0.95rem, 3vw, 1.1rem); font-weight: 300; color: var(--black); line-height: 1.9; max-width: 480px; margin: 0 auto 20px; }
  .sg-wrap .closing p.muted { font-size: clamp(0.875rem, 2.5vw, 0.95rem); color: var(--mid); }
  .sg-wrap .closing-sig { font-family: 'Noto Sans KR', sans-serif; font-style: normal; font-size: clamp(0.95rem, 2.5vw, 1.05rem); font-weight: 400; color: var(--accent); margin: 0; }

  .sg-wrap footer { padding: 40px 24px; text-align: center; background: var(--white); }
  .sg-wrap footer .mono { font-family: 'DM Mono', monospace; font-size: 8.5px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); }

  @media (max-width: 480px) {
    .sg-wrap { font-size: 15px; }
    .sg-wrap .hero { padding: 56px 20px 52px; }
    .sg-wrap .section { padding: 48px 20px; }
    .sg-wrap .data-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
    .sg-wrap .data-key { padding-top: 0; }
    .sg-wrap .flower-row { grid-template-columns: 1fr; gap: 4px; }
    .sg-wrap .lake-split { grid-template-columns: 1fr; }
    .sg-wrap .photo-grid { grid-template-columns: 1fr; }
  }
  @media (min-width: 768px) {
    .sg-wrap .section { padding: 72px 32px; }
    .sg-wrap .hero { padding: 96px 32px 80px; }
    .sg-wrap .closing { padding: 96px 32px; }
  }
  @media (min-width: 1024px) {
    .sg-wrap .section { padding: 80px 0; }
    .sg-wrap .closing { padding: 104px 0; }
  }
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sg-wrap&quot;&gt;&lt;!-- HERO --&gt;
&lt;div class=&quot;hero&quot;&gt;&lt;span class=&quot;label&quot;&gt;Seoul Travel Guide &amp;nbsp;&amp;middot;&amp;nbsp; Spring Edition&lt;/span&gt;
&lt;h1&gt;Seoul in Spring&lt;/h1&gt;
&lt;div class=&quot;hero-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;The shortest, most beautiful season in a city that comes fully alive&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 01 SPRING IN KOREA --&gt;
&lt;div class=&quot;section-alt&quot; style=&quot;margin-top: 0;&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;01&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Spring in Korea&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Korea is one of the few countries in the world where the four seasons still arrive with genuine conviction. Spring, summer, autumn, winter &amp;mdash; each carries its own distinct character. While climate change has blurred seasonal boundaries across much of the world, Korea's four seasons remain remarkably defined. Winter is genuinely cold. Summer is genuinely hot. And in between, spring and autumn arrive briefly but beautifully. Of the four, spring is the most anticipated. It has an unofficial nickname: &lt;b&gt;the season of flowers.&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul's spring temperatures break down like this. In &lt;b&gt;March&lt;/b&gt;, mornings and evenings can drop to 5&amp;ndash;8&amp;deg;C, while afternoons warm to around 13&amp;deg;C. By &lt;b&gt;April&lt;/b&gt;, daytime highs reach 18&amp;deg;C and the city settles into full spring mode. &lt;b&gt;May&lt;/b&gt; brings 15&amp;ndash;23&amp;deg;C warmth, though the midday sun is already noticeably strong. All three months share one critical trait: &lt;b&gt;large daily temperature swings.&lt;/b&gt; April in particular has the widest temperature range of any month in Seoul. It is entirely normal to leave the hotel in a padded jacket and want a t-shirt by lunch.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;One more thing to watch: &lt;b&gt;air quality.&lt;/b&gt; Spring brings yellow dust (hwangsa) blowing in from mainland China, alongside tree pollen. High particulate days are common throughout March and April. Download a weather app before you arrive &amp;mdash; Naver Weather or KakaoMap both show real-time air quality. Plan outdoor activities around clear days. This is basic preparation for any Seoul spring trip.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Coming to a country where spring is called the season of flowers &amp;mdash; and arriving during the very weeks when that name proves true. It sounds obvious. But standing inside those weeks, it feels like anything but.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 02 WHY NOW --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;02&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Why Seoul, Why Now&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul is an unusual city. It is a dense metropolis and yet it has mountains &amp;mdash; Bukhansan and Dobongsan form a northern wall visible from almost anywhere in the city. The Han River cuts a wide path through the middle. And between those two features lies one of the most varied urban landscapes in Asia: mountain trails, riverside parks, dense commercial districts, and quiet alleyways all within the same city limits.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Spring is the season when all of it wakes up at once. Flowers appear on the mountain slopes. The river banks turn pink. Caf&amp;eacute; terraces open. The light gets longer. It is the moment Seoul looks exactly like the version of itself it most wants to be.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The weather also happens to be ideal for travel. Not heavy, not humid, not yet hot. The kind of temperature where you can walk for hours without thinking about it. For first-time visitors and returning ones alike, spring shows Seoul at its most generous.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 03 SPRING FLOWERS --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;03&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Spring Flowers &amp;amp; When They Bloom&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul's spring doesn't arrive all at once. The flowers take turns &amp;mdash; a relay of bloom running from late February through early May. Knowing the sequence helps you plan around what you most want to see.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Plum Blossom&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Late Feb &amp;ndash; early Mar &amp;middot; The first sign of spring&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Cornelian Cherry&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Early &amp;ndash; mid Mar &amp;middot; Small yellow clusters&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Magnolia&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Mid &amp;ndash; late Mar &amp;middot; Large white flowers, brief and dramatic&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Forsythia&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Late Mar &amp;ndash; early Apr &amp;middot; Bright yellow, visible everywhere in Seoul&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Azalea&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Late Mar &amp;ndash; early Apr &amp;middot; Pink hillsides across the city&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Cherry Blossom&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Early &amp;ndash; mid Apr &amp;middot; Seoul peak typically April 7&amp;ndash;10&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Royal Azalea&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Late Apr &amp;ndash; early May &amp;middot; The closing act of spring&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;flower-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;flower-name&quot;&gt;Lilac&lt;/div&gt;
&lt;div class=&quot;flower-time&quot;&gt;Late Apr &amp;ndash; early May &amp;middot; You'll smell it before you see it&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;note-block&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Of everything on this list, the strongest recommendation is &lt;b&gt;cherry blossom.&lt;/b&gt; The scale, the atmosphere, and the way it transforms the city is unmatched. Seoul's average peak bloom falls around April 7&amp;ndash;10 &amp;mdash; but this shifts by several days depending on the year's temperatures. Always check the bloom forecast before finalising your travel dates.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 04 CHERRY BLOSSOM ORIGINS --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;04&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;The Cherry Blossom &amp;mdash; Origins&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The wild ancestors of the cherry blossom originate near the Himalayan foothills. Cherry trees grew across temperate Asia for centuries. But the ornamental trees lining city streets today &amp;mdash; dense with petals, bred for beauty &amp;mdash; are not wild species. They are carefully developed cultivars refined over hundreds of years.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;There is a long-running debate about origins. Korean researchers have argued for decades that the ancestor of the most common variety, the Somei-yoshino, is native to Jeju Island. A French missionary, Father &amp;Eacute;mile Taquet, found a self-growing king cherry (wangbeotnam) on the slopes of Mt. Halla in 1908 at 600 metres elevation. In 2018, the National Arboretum of Korea completed a full genome analysis and concluded that Jeju's cherry and Japan's Somei-yoshino are two distinct species &amp;mdash; both self-developed in their own regions. The origin debate settled, but the existence of a Jeju native cherry remains undisputed.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The &lt;b&gt;culture of cherry blossom viewing&lt;/b&gt; &amp;mdash; gathering beneath blooming trees in spring &amp;mdash; was formalised in Japan as hanami (花見). The earliest recorded hanami took place in 812 CE. Japan's role in spreading cherry blossom culture globally is significant: in 1912, Japan gifted over 3,000 cherry trees to Washington D.C., giving birth to the Tidal Basin festival that continues today.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- 05 KOREA VS JAPAN --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;05&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Korea &amp;amp; Japan &amp;mdash; Two Ways to See Cherry Blossoms&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Japan comes to mind first for most people when cherry blossoms are mentioned &amp;mdash; and with good reason. In Japan, cherry blossom is more than a flower. It is woven into national identity: police and military insignia, centuries of haiku and woodblock art. In Japanese culture, cherry blossom carries the weight of &lt;b&gt;mono no aware&lt;/b&gt; &amp;mdash; the bittersweet awareness of impermanence, the beauty of things precisely because they do not last.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Korea's relationship with the flower is different, and more complicated. During the Japanese colonial period (1910&amp;ndash;1945), cherry trees were planted across Korea by Japanese residents. After liberation, many were cut down as symbols of occupation. The mood shifted when researchers confirmed the Jeju king cherry as a distinct Korean native. Today, cherry blossom in Korea carries no philosophical weight &amp;mdash; it is the flower of spring, associated with warmth, family, festivals, and the first real outdoor day of the year.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Bloom timing&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Tokyo: late March &amp;middot; Seoul: early to mid April &amp;middot; Roughly two weeks apart due to climate&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Main variety&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Both countries primarily plant Somei-yoshino. Korea is gradually expanding Jeju king cherry planting&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Cultural meaning&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Japan &amp;mdash; impermanence, artistic symbolism / Korea &amp;mdash; spring celebration, family outings, seasonal festivals&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Washington D.C.&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;1912: Japan gifted 3,000+ trees to the U.S. During WWII the trees nearly faced removal &amp;mdash; Korean independence activists including Syngman Rhee are said to have intervened by arguing the trees were of Korean origin&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 06 CHERRY BLOSSOM SPOTS --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;06&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Cherry Blossom Spots in Korea&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Korea has over 200 cherry blossom festivals and viewing spots nationwide. These are the ones worth knowing.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;spot-row&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Jinhae Military Harbor Festival &amp;middot; Changwon&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;Korea's largest cherry blossom festival. The entire district of Jinhae turns pink for 10 days in early April. The naval base and warships provide a backdrop found nowhere else. Crowds are enormous &amp;mdash; plan well in advance.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spot-row&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Yeouido Yunjungno &amp;middot; Seoul&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;The most famous cherry blossom road in Seoul. Over 1,600 trees along the Han River embankment form a continuous pink tunnel. During the Spring Flower Festival the area is extremely crowded &amp;mdash; weekday mornings are significantly calmer.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spot-row&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Seokchon Lake &amp;middot; Jamsil, Seoul&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;2.5 km of cherry-lined lake path with Lotte Tower as the backdrop. One of Seoul's most photogenic spring locations. Family-friendly, flat, and easily accessible by subway. Detailed in the next chapter.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spot-row&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Gyeongju Cherry Blossoms&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;The ancient Silla capital surrounded by cherry blossoms. Bomun Lake, the city centre, and the Bulguksa Temple grounds all bloom together. The historical setting gives this a completely different mood from Seoul.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spot-row&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Yangjae Stream &amp;middot; Gangnam, Seoul&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;A quieter riverside path through southern Seoul. Significantly less crowded than Yeouido or Seokchon. A local favourite for those who want atmosphere without festival-level crowds.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spot-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;spot-name&quot;&gt;Gyeongpo Lake &amp;middot; Gangneung&lt;/div&gt;
&lt;div class=&quot;spot-desc&quot;&gt;A 4.3 km cherry blossom path along a coastal lake. The view combines ocean, lake and blossoms in one frame. Blooms 2&amp;ndash;3 days later than Seoul &amp;mdash; good for extending the season if you're heading east.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 07 SEOKCHON LAKE --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;07&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Seokchon Lake &amp;amp; Jamsil &amp;mdash; For Families&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;If you're travelling with children, or simply want one area where you can spend an entire day without needing to move far, Jamsil is the answer. No single district in Seoul concentrates this much into a walkable area.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seokchon Lake is divided into two sections:&lt;/p&gt;
&lt;div class=&quot;lake-split&quot;&gt;
&lt;div class=&quot;lake-card&quot;&gt;
&lt;div class=&quot;lake-card-title&quot;&gt;East Lake (Dongho)&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The side facing &lt;b&gt;Lotte Tower and Lotte Mall.&lt;/b&gt; The view of Lotte Tower reflected across the lake with cherry blossoms in the foreground is one of the defining spring images of Seoul.&lt;/p&gt;
&lt;p style=&quot;margin-top: 10px;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Access:&lt;/b&gt;&lt;br /&gt;Jamsil Station &amp;middot; Line 2 (Green Line) &amp;middot; Exit 2&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;lake-card&quot;&gt;
&lt;div class=&quot;lake-card-title&quot;&gt;West Lake (Seoho)&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The side facing &lt;b&gt;Lotte Department Store, Lotte World, and Lotte Hotel.&lt;/b&gt; More activity-centred, with the theme park directly adjacent.&lt;/p&gt;
&lt;p style=&quot;margin-top: 10px;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Access:&lt;/b&gt;&lt;br /&gt;Jamsil Station &amp;middot; Line 2 (Green Line) &amp;middot; Exit 3&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;note-block&quot; style=&quot;margin-top: 20px;&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The two lakes are connected. Walking the full 2.5 km perimeter takes you naturally from East to West and back. There is no barrier between the two sides &amp;mdash; the path simply continues around the full loop. You can start at either exit and end up at the other.&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-top: 32px;&quot;&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Lotte World&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Theme park directly adjacent to the West Lake. Indoor and outdoor facilities mean it works in almost any weather. The natural anchor for a full family day in Jamsil.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Lotte Tower&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Seoul's tallest building at 123 floors. The observation deck on clear spring days offers views of the Han River, the mountains, and the city in every direction.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Songridan-gil&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;The caf&amp;eacute; and restaurant street surrounding Seokchon Lake. Well-established dining options ranging from Korean set meals to brunch caf&amp;eacute;s. Several spots have lake-facing terraces that are particularly good in spring.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Olympic Park&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;15 minutes on foot. Wide lawns, 1988 Olympic monuments, and enough open space for children to run freely. A good second stop after the lake walk.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Getting there&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Jamsil Station &amp;middot; Line 2 (Green Line). Accessible from virtually anywhere in Seoul. On cherry blossom weekends, arrive before 10am or after 6pm to avoid peak crowds.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-top: 36px;&quot;&gt;&lt;span class=&quot;map-label&quot;&gt;Jamsil Station &amp;middot; Seokchon Lake&lt;/span&gt;
&lt;div class=&quot;map-wrap&quot;&gt;&lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3164.4953012!2d127.0991!3d37.5133!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca5e2e977df79%3A0x6b7ad5a48f5f3aef!2sSeokchon%20Lake!5e0!3m2!1sen!2skr!4v1700000000000!5m2!1sen!2skr&quot; width=&quot;100%&quot; height=&quot;320&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 08 PHOTOS --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;08&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Seokchon Lake in Bloom&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The photos below were taken at &lt;b&gt;East Lake (Dongho)&lt;/b&gt;, looking toward Lotte Tower &amp;mdash; on April 3rd, 2026 at approximately 11:00 AM Seoul time, right at the edge of peak bloom.&lt;/p&gt;
&lt;div class=&quot;photo-grid&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;eokchon-lake-east-cherry-blossom-jamsil-april-2026.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/b4SMff/dJMcad2x6IX/gqQUMke0X6n6nOXCSFJtfk/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/b4SMff/dJMcad2x6IX/gqQUMke0X6n6nOXCSFJtfk/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/b4SMff/dJMcad2x6IX/gqQUMke0X6n6nOXCSFJtfk/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb4SMff%2FdJMcad2x6IX%2FgqQUMke0X6n6nOXCSFJtfk%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;4032&quot; height=&quot;3024&quot; data-filename=&quot;eokchon-lake-east-cherry-blossom-jamsil-april-2026.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;East Lake (Dongho) &amp;middot; Seokchon Lake&lt;br /&gt;April 3, 2026 &amp;middot; 11:00 AM Seoul time&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;korea-cherry-blossom-season-seokchon-lake-pink-petals.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bmsNBL/dJMcabDI3Ct/y6ZeyyFOq60zWi7b71jLD1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bmsNBL/dJMcabDI3Ct/y6ZeyyFOq60zWi7b71jLD1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bmsNBL/dJMcabDI3Ct/y6ZeyyFOq60zWi7b71jLD1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbmsNBL%2FdJMcabDI3Ct%2Fy6ZeyyFOq60zWi7b71jLD1%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;4032&quot; height=&quot;3024&quot; data-filename=&quot;korea-cherry-blossom-season-seokchon-lake-pink-petals.jpg&quot; data-origin-width=&quot;4032&quot; data-origin-height=&quot;3024&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;East Lake (Dongho) &amp;middot; Seokchon Lake&lt;br /&gt;April 3, 2026 &amp;middot; 11:00 AM Seoul time&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;seoul-cherry-blossom-seokchon-lake-lotte-tower-spring-01.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/uSQXq/dJMcac3FvtO/srtZOzEYBv6GDOmiD0Gn91/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/uSQXq/dJMcac3FvtO/srtZOzEYBv6GDOmiD0Gn91/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/uSQXq/dJMcac3FvtO/srtZOzEYBv6GDOmiD0Gn91/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FuSQXq%2FdJMcac3FvtO%2FsrtZOzEYBv6GDOmiD0Gn91%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3024&quot; height=&quot;4032&quot; data-filename=&quot;seoul-cherry-blossom-seokchon-lake-lotte-tower-spring-01.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;East Lake (Dongho) &amp;middot; Seokchon Lake&lt;br /&gt;April 3, 2026 &amp;middot; 11:00 AM Seoul time&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;seoul-cherry-blossom-seokchon-lake-lotte-tower-spring.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/BuToj/dJMcagSzrsX/JN9mNZsC3TsrLIFJTvHvc0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/BuToj/dJMcagSzrsX/JN9mNZsC3TsrLIFJTvHvc0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/BuToj/dJMcagSzrsX/JN9mNZsC3TsrLIFJTvHvc0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FBuToj%2FdJMcagSzrsX%2FJN9mNZsC3TsrLIFJTvHvc0%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3024&quot; height=&quot;4032&quot; data-filename=&quot;seoul-cherry-blossom-seokchon-lake-lotte-tower-spring.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;East Lake (Dongho) &amp;middot; Seokchon Lake&lt;br /&gt;April 3, 2026 &amp;middot; 11:00 AM Seoul time&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 09 WICKER PARK --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;09&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Where to Have Coffee &amp;mdash; Wicker Park&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;After the lake walk, there is one caf&amp;eacute; worth singling out: &lt;b&gt;Wicker Park.&lt;/b&gt; A specialty coffee shop on the caf&amp;eacute; street surrounding Seokchon Lake &amp;mdash; quiet, well-made, and not a chain. The kind of place locals return to regularly rather than discover once.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;There are two locations, and they are meaningfully different from each other.&lt;/p&gt;
&lt;div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;East (Dongho)&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;&lt;b&gt;Coffee-focused.&lt;/b&gt; This is where you come for espresso-based drinks. The signature order is the warm cappuccino with a slice of chocolate laid across the top &amp;mdash; a small detail that makes a real difference in both texture and flavour. &lt;b&gt;The chocolate cappuccino is available at this location only.&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;West (Seoho)&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;&lt;b&gt;Brunch-focused.&lt;/b&gt; Floor-to-ceiling windows, abundant plants, spacious layout. The menu leans toward food &amp;mdash; sandwiches, salads, the Big Breakfast. The coffee menu is also different. The chocolate cappuccino is &lt;i&gt;not&lt;/i&gt; available here.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Must order&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Warm cappuccino with sliced chocolate &amp;mdash; East location only. The chocolate is laid across the top of the cup and softens gradually into the foam. Simple concept, executed well.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Finding it&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;The entrance can be easy to walk past. The East location sits on a street corner &amp;mdash; look for it at the intersection, not mid-block. See photos below for reference.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Address (East)&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;298 Seokchonhosu-ro, Songpa-gu, Seoul&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;data-row&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;data-key&quot;&gt;Hours&lt;/div&gt;
&lt;div class=&quot;data-val&quot;&gt;Mon&amp;ndash;Sun 10:00&amp;ndash;22:00 (standard hours). &lt;b&gt;Hours may change during cherry blossom season &amp;mdash; always confirm before visiting.&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;photo-grid&quot; style=&quot;margin-top: 28px;&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;wicker-park-seoul-jamsil-seokchon-cafe-exterior-corner.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/pmSax/dJMb990eyTr/B59KcB9gR7kqBXcRmUnACk/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/pmSax/dJMb990eyTr/B59KcB9gR7kqBXcRmUnACk/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/pmSax/dJMb990eyTr/B59KcB9gR7kqBXcRmUnACk/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FpmSax%2FdJMb990eyTr%2FB59KcB9gR7kqBXcRmUnACk%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3024&quot; height=&quot;4032&quot; data-filename=&quot;wicker-park-seoul-jamsil-seokchon-cafe-exterior-corner.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;Wicker Park East &amp;middot; Corner entrance&lt;br /&gt;Easy to miss &amp;mdash; use as reference&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;photo-placeholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;wicker-park-east-cappuccino-chocolate-slice-seoul-cafe.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bnEAg9/dJMcah40ZBs/Y8t4egcKArz0dry5Nk5Cq1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bnEAg9/dJMcah40ZBs/Y8t4egcKArz0dry5Nk5Cq1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bnEAg9/dJMcah40ZBs/Y8t4egcKArz0dry5Nk5Cq1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbnEAg9%2FdJMcah40ZBs%2FY8t4egcKArz0dry5Nk5Cq1%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3024&quot; height=&quot;4032&quot; data-filename=&quot;wicker-park-east-cappuccino-chocolate-slice-seoul-cafe.jpg&quot; data-origin-width=&quot;3024&quot; data-origin-height=&quot;4032&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;photo-caption&quot; data-ke-size=&quot;size16&quot;&gt;Warm cappuccino with sliced chocolate&lt;br /&gt;East location only&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-top: 32px;&quot;&gt;&lt;span class=&quot;map-label&quot;&gt;Wicker Park East &amp;middot; 298 Seokchonhosu-ro, Songpa-gu, Seoul&lt;/span&gt;
&lt;div class=&quot;map-wrap&quot;&gt;&lt;iframe src=&quot;https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3164.8!2d127.1059!3d37.5117!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca5743500ddf3%3A0x7707db387305d466!2sWicker%20Park!5e0!3m2!1sen!2skr!4v1743600000000!5m2!1sen!2skr&quot; width=&quot;100%&quot; height=&quot;280&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p style=&quot;font-family: 'DM Mono',monospace; font-size: 9px; letter-spacing: 0.1em; color: var(--mid); margin-top: 10px; text-align: right;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;a style=&quot;color: var(--accent); text-decoration: none;&quot; href=&quot;https://maps.app.goo.gl/WJYen8S34zTGDBwX9&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Open in Google Maps ↗&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 10 TIMING &amp; LUCK --&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;part-header&quot;&gt;&lt;span class=&quot;part-num&quot;&gt;10&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Timing Is Everything &amp;mdash; And Luck Helps&lt;/span&gt;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Cherry blossoms have conditions. The weather has to cooperate. The timing has to align with your travel dates. And the two have to agree with each other.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;From first bloom to full peak takes about 5&amp;ndash;7 days. The window of full bloom lasts only 3&amp;ndash;5 days. Rain shortens it. Wind can end it in a morning. A cold snap in early April pushes the whole sequence back by a week. The Korea Meteorological Administration publishes official bloom forecasts starting in late February &amp;mdash; worth tracking before you finalise any plans.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Which means cherry blossom travel requires a small amount of luck. Plan carefully, check the forecasts, but hold the schedule loosely. A day of half-bloom is still a beautiful day. Petals falling in the wind is its own kind of scene. Seoul in spring does not need to be perfect to be worth it.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Cherry blossoms are not beautiful only on the perfect day. A tree half in bloom, or one shedding petals in the wind &amp;mdash; that is also spring, and also Seoul, and also worth the trip.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CLOSING --&gt;
&lt;div class=&quot;closing&quot;&gt;
&lt;div class=&quot;closing-rule&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul's spring is brief. That is exactly what makes it worth planning for.&lt;/p&gt;
&lt;p class=&quot;muted&quot; data-ke-size=&quot;size16&quot;&gt;Mountains behind, a river through the middle, and a city that knows how to come alive in the space between. Cherry blossoms above Lotte Tower. A warm cappuccino with chocolate at a corner caf&amp;eacute;. A child walking along a lakeside path lined with pink. Travel is the accumulation of scenes like these &amp;mdash; and Seoul in spring provides them generously.&lt;/p&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 36px auto;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;closing-sig&quot; data-ke-size=&quot;size16&quot;&gt;Thank you for reading.&lt;br /&gt;Hope to see you in Seoul this spring.&lt;/p&gt;
&lt;span style=&quot;margin-top: 20px; margin-bottom: 0;&quot; class=&quot;label&quot;&gt;yourmaninkorea&lt;/span&gt;&lt;/div&gt;
&lt;!-- SOURCES --&gt;
&lt;div class=&quot;section-alt&quot;&gt;
&lt;div class=&quot;section&quot; style=&quot;border-bottom: none;&quot;&gt;
&lt;div class=&quot;part-header&quot; style=&quot;margin-bottom: 36px;&quot;&gt;&lt;span style=&quot;font-size: clamp(2rem,6vw,3rem);&quot; class=&quot;part-num&quot;&gt;Src.&lt;/span&gt; &lt;span class=&quot;part-title&quot;&gt;Sources &amp;amp; References&lt;/span&gt;&lt;/div&gt;
&lt;p style=&quot;font-size: 13px; color: var(--mid); margin-bottom: 36px;&quot; data-ke-size=&quot;size16&quot;&gt;All factual content in this guide has been compiled from the publicly available sources listed below. Bloom timing data reflects 2026 forecasts and historical averages. Caf&amp;eacute; information is accurate as of April 2026.&lt;/p&gt;
&lt;div style=&quot;margin-bottom: 32px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Weather &amp;amp; Climate&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Korea Meteorological Administration (KMA)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Official spring bloom forecasts, temperature averages, and seasonal climate data for Seoul. weather.go.kr&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;National Institute of Forest Science (산림청)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;2026 cherry blossom bloom forecast &amp;mdash; national average peak date April 7. Primary source for bloom timing data throughout this guide.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;AccuWeather &amp;mdash; Seoul Monthly Weather&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Monthly temperature ranges for Seoul, March&amp;ndash;May. Used for seasonal temperature summary in Chapter 01.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 32px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Cherry Blossom &amp;amp; Botanical&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;National Arboretum of Korea (국립수목원)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;2018 genome analysis establishing Jeju king cherry and Japanese Somei-yoshino as genetically distinct species. Primary botanical reference for Chapter 04.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Changwon City Government &amp;mdash; Jinhae Cherry Blossom&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Historical documentation of the Jinhae cherry blossom story including post-liberation removal and replanting. changwon.go.kr&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Wikipedia &amp;mdash; Cherry Blossom (ko / en)&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;General reference for species classification, bloom timing data, and cultural history. Cross-referenced against KMA and academic sources.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 32px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Jamsil &amp;amp; Wicker Park&lt;/span&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Wicker Park Seoul &amp;mdash; @wickerpark_seoul&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Caf&amp;eacute; information, location details, and menu overview. Address: 298 Seokchonhosu-ro, Songpa-gu, Seoul. instagram.com/wickerpark_seoul&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Creatrip &amp;mdash; Jamsil Itinerary Guide&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Reference for Seokchon Lake area overview, Songridan-gil context, and Wicker Park West brunch menu. creatrip.com&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;source-item&quot; style=&quot;margin-bottom: 0;&quot;&gt;
&lt;div class=&quot;source-dot&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;source-name&quot;&gt;Google Maps&lt;/div&gt;
&lt;div class=&quot;source-desc&quot;&gt;Mapping and address verification for all Jamsil locations referenced in this guide. maps.app.goo.gl/aoc5tCdqWJc1nW199&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;border-top: 1px solid var(--rule); padding-top: 24px;&quot;&gt;&lt;span class=&quot;source-category&quot;&gt;Editorial Note&lt;/span&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid); margin-bottom: 10px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;This guide is original editorial content written for an international travel audience. All factual claims have been compiled from the publicly available sources listed above.&lt;/p&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid); margin-bottom: 10px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;Bloom timing is based on 2026 forecasts and long-term averages. Actual dates vary year to year &amp;mdash; always verify with KMA or Naver Weather before travel.&lt;/p&gt;
&lt;p style=&quot;font-size: 12.5px; color: var(--mid); margin: 0; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;Caf&amp;eacute; hours and menus are accurate as of April 2026. Confirm current hours directly with the venue, especially during cherry blossom season when operating hours may change.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- FOOTER --&gt;&lt;footer&gt;
&lt;div style=&quot;width: 36px; height: 1px; background: var(--accent); margin: 0 auto 16px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p class=&quot;mono&quot; data-ke-size=&quot;size16&quot;&gt;Seoul Travel Guide &amp;nbsp;&amp;middot;&amp;nbsp; Spring Edition &amp;nbsp;&amp;middot;&amp;nbsp; yourmaninkorea &amp;nbsp;&amp;middot;&amp;nbsp; 2026&lt;/p&gt;
&lt;/footer&gt;&lt;/div&gt;</description>
      <category>Posts</category>
      <category>Cherry Blossom Season</category>
      <category>Lotte tower</category>
      <category>lotte world</category>
      <category>Seokchon Lake</category>
      <category>seoul</category>
      <category>Seoul Jamsil</category>
      <category>seoul spring</category>
      <category>seoul travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/22</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-in-Spring-Cherry-Blossom-Seokchon-Lake-and-Coffee#entry22comment</comments>
      <pubDate>Fri, 3 Apr 2026 17:27:39 +0900</pubDate>
    </item>
    <item>
      <title>Do They Do April Fools There Too? &amp;mdash; Korea's Best Brand Pranks of 2026</title>
      <link>https://yourmaninkorea.tistory.com/entry/Do-They-Do-April-Fools-There-Too-%E2%80%94-Koreas-Best-Brand-Pranks-of-2026</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;Do They Do April Fools There Too? — Korea's Best Brand Pranks of 2026&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;From Starbucks to Seoul Land — how Korean brands turned April 1st into a marketing masterclass. A case study for business owners and planners everywhere.&quot;/&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&amp;family=DM+Sans:wght@300;400;500&amp;family=DM+Mono:wght@400&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;
&lt;style&gt;
  /* ── Reset &amp; Base ── */
  *, *::before, *::after { box-sizing: border-box; }
  body {
    margin: 0; padding: 0;
    background-color: #faf8f4;
    color: #1c1a17;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
  }

  /* ── Shared Layout ── */
  .section-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 52px 20px;
    border-bottom: 1px solid #e8e0d0;
  }
  .section-bg { background-color: #f5f0e8; padding: 4px 0; }

  /* ── Typography ── */
  .mono-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 10px;
  }
  .mono-sub {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b0a090;
  }
  .serif-h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    font-weight: 400;
    line-height: 1.25;
    color: #1c1a17;
    margin: 0 0 6px;
    letter-spacing: 0.01em;
  }
  .body-text {
    font-size: 15.5px;
    color: #1c1a17;
    margin-bottom: 18px;
    line-height: 1.85;
  }
  .body-text:last-child { margin-bottom: 0; }

  /* ── Image Block ── */
  .img-wrap {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e0d0;
    background: #f0ece4;
    padding: 20px 20px 14px;
    text-align: center;
    margin-bottom: 28px;
  }
  .img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
  }
  .img-caption {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b0a090;
    margin: 12px 0 0;
  }
  .caption-accent { color: #d4622a; }

  /* ── Pull Quote ── */
  .pull-quote {
    border-left: 2px solid #d4622a;
    padding: 16px 18px;
    margin: 0 0 20px;
  }
  .pull-quote p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #1c1a17;
    margin: 0;
    line-height: 1.65;
    font-weight: 300;
  }

  /* ── Context Box ── */
  .context-box {
    background-color: #faf8f4;
    border-top: 1px solid #e8e0d0;
    border-bottom: 1px solid #e8e0d0;
    padding: 14px 0;
    margin: 0;
  }
  .context-box-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 5px;
  }
  .context-box p {
    font-size: 13.5px;
    color: #4a4030;
    margin: 0;
    line-height: 1.75;
  }

  /* ── Event List (Baskin-Robbins) ── */
  .event-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 28px; }
  .event-item { padding: 14px 0; border-bottom: 1px solid #e0d8c8; }
  .event-item:last-child { border-bottom: none; }
  .event-item-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 4px;
  }
  .event-item-desc { font-size: 14px; color: #1c1a17; line-height: 1.75; }

  /* ── Seoul Land Steps ── */
  .steps-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 28px; border-top: 1px solid #e0d8c8; }
  .step-item {
    padding: 14px 0;
    border-bottom: 1px solid #e0d8c8;
    display: grid;
    grid-template-columns: 28px 1fr;   /* slightly wider number col */
    gap: 10px;
    align-items: start;
  }
  .step-item:last-child { border-bottom: none; }
  .step-num {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: #d4622a;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .step-text { font-size: 14.5px; color: #1c1a17; line-height: 1.75; }

  /* ── Dukki: 2-col grid → 1-col on mobile ── */
  .dukki-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;           /* reduced; caption row below handles spacing */
  }
  .dukki-cell {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e0d0;
    background: #f0ece4;
    padding: 12px 12px 10px;
    text-align: center;
  }
  .dukki-cell img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
  }
  .dukki-cell-caption {
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b0a090;
    margin: 8px 0 0;
    line-height: 1.5;              /* prevents overlap on narrow cells */
  }
  .dukki-overall-caption {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d4622a;
    text-align: center;
    margin-bottom: 28px;
  }

  /* Stack Dukki grid on phones ≤ 480px */
  @media (max-width: 480px) {
    .dukki-grid {
      grid-template-columns: 1fr;
    }
    .dukki-cell img {
      height: 220px;               /* taller when full-width */
    }
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ══════════════ HERO ══════════════ --&gt;
&lt;div style=&quot;background-color:#faf8f4;padding:64px 20px 56px;text-align:center;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.22em;text-transform:uppercase;color:#b0a090;margin-bottom:32px;&quot;&gt;
    yourmaninkorea &amp;nbsp;·&amp;nbsp; April 2026
  &lt;/div&gt;
  &lt;h1 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,7vw,3.4rem);line-height:1.15;font-weight:300;max-width:600px;margin:0 auto 20px;color:#1c1a17;letter-spacing:0.01em;&quot;&gt;
    Do They Do April Fools&lt;br&gt;There Too?
  &lt;/h1&gt;
  &lt;div style=&quot;width:36px;height:1px;background-color:#d4622a;margin:0 auto 20px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1rem,3vw,1.2rem);color:#6a6050;max-width:460px;margin:0 auto;font-weight:300;line-height:1.7;font-style:italic;&quot;&gt;
    How Korean brands turned April 1st into a marketing masterclass — even in difficult times
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ OPENING ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;p class=&quot;body-text&quot;&gt;The economy is rough. Global tensions are high. War-related anxiety has settled into the background noise of daily life in a way that feels heavier than usual.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;And yet — Korean brands showed up for April Fools' Day 2026 with genuine creativity and energy. Watching them do it made me curious: do brands in other countries put in this kind of effort? Are these ideas unique to Korea, or is this a global phenomenon?&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;I put this post together as something between a case study and a celebration. If you run a business, work in a planning team, or just want to steal ideas — read on. If you're just here for the fun of it, that works too.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;Everything below is real. Not a joke. Promise.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 01 — STARBUCKS ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;01&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Starbucks Korea&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;스타벅스 코리아&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Starbucks operates in over 80 countries worldwide — but the Korea operation has developed its own distinct identity within the global brand. Starbucks Korea is known for running seasonal and limited-time drinks that aren't available anywhere else, and over the years, customer demand has occasionally been strong enough to push a limited menu item into a permanent one.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;The most talked-about recent example: the &lt;strong&gt;Chai Tea Latte&lt;/strong&gt;. After its limited-time run ended, it developed a devoted following — and this April Fools' Day, Starbucks Korea brought it back with the tagline &lt;em&gt;&quot;Back like a lie&quot;&lt;/em&gt; (거짓말같이 돌아온 — literally, &quot;returned as if it were a lie&quot;). The event ran across &lt;strong&gt;112 selected stores&lt;/strong&gt;, offering a free Chai Tea Latte to the first 30 customers per store, while limited quantities lasted.&lt;/p&gt;

  &lt;div class=&quot;img-wrap&quot;&gt;
    &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FdtwDgz%2FdJMcaiiu39j%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1VLu6B4rY0lPM_tr4-JHq2y-76sYO18SQrp1-gRNQ6Q7YbVqG166Pi2dMvgBWyVyKXezpgR6Lv66i0zwg53kZuZ%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3D2CmSbcuudexsci8aOCPW1QEFsFQ%253D&quot; alt=&quot;starbucks-korea-april-fools-chai-tea-latte-free-event-2026&quot;/&gt;
    &lt;p class=&quot;img-caption&quot;&gt;&quot;Back like a lie&quot; — Starbucks Korea · Chai Tea Latte · Free for first 30 customers · 112 stores · Limited quantities · April 2026 &amp;nbsp;·&amp;nbsp; &lt;span class=&quot;caption-accent&quot;&gt;Not a joke.&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:20px;&quot;&gt;
    &lt;p&gt;The &quot;limited menu that became permanent through customer demand&quot; model is something brands in any country can learn from. Korea's Starbucks customers are unusually vocal and organised — and the brand listens.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;context-box&quot;&gt;
    &lt;div class=&quot;context-box-label&quot;&gt;Does Starbucks do April Fools elsewhere?&lt;/div&gt;
    &lt;p&gt;In the US and UK, Starbucks occasionally runs social media pranks or fake drink names on April 1st — but free product giveaways at this scale, tied to a beloved comeback menu item, feel distinctly Korean in their execution.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 02 — DUKKI ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;02&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Dukki — All-You-Can-Eat Tteokbokki&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;두끼 떡볶이&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;&lt;strong&gt;Dukki&lt;/strong&gt; (두끼) is Korea's leading all-you-can-eat tteokbokki chain — and one of the most successful Korean food brands to expand internationally. It currently operates in over 10 countries including the US, Canada, Australia, Vietnam, Thailand, Singapore, and the Philippines, bringing the Korean street food dining format to a global audience.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;Tteokbokki (떡볶이) is Korea's most iconic street food: chewy rice cakes simmered in a spicy-sweet gochujang sauce. It's a staple of Korean pojangmacha culture and one of the first foods most visitors to Korea encounter. For April Fools' Day, Dukki launched a &lt;strong&gt;pink tteokbokki&lt;/strong&gt; — a strawberry cream-based sauce version of the classic dish — available until the menu sold out.&lt;/p&gt;

  &lt;!-- 2-col grid, stacks to 1-col on phones --&gt;
  &lt;div class=&quot;dukki-grid&quot;&gt;
    &lt;div class=&quot;dukki-cell&quot;&gt;
      &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbmlXrG%2FdJMcaiCM2in%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1XfmFMflVGf3Ag4v0433a8M5HyCvEhIF5lHYsFfuO1FEP8fP2MtMD5yaahcXAfiyftn-IsUb8dS__B7h-yXyVGP%2Fimg.webp%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3DctgYCEfsGQ%252Fua%252Fjt%252F%252F%252FKhSTmmEQ%253D&quot; alt=&quot;dukki-tteokbokki-classic-korean-rice-cake-spicy-sauce&quot;/&gt;
      &lt;p class=&quot;dukki-cell-caption&quot;&gt;Classic tteokbokki — spicy gochujang sauce&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;dukki-cell&quot;&gt;
      &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FzRlup%2FdJMcaduFCMk%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1U2ZWxzA1e98inBQqnoFvaWFB_ZY40b-dzpXULnowUd47SmVuSThhYcwa5gyJNEzZlrEKJ25ihYl54FIrnWFkYh%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3DecB%252FI67hcHxbNvlv6C5Zb%252F3D11I%253D&quot; alt=&quot;dukki-pink-tteokbokki-strawberry-cream-april-fools-limited-menu-2026&quot;/&gt;
      &lt;p class=&quot;dukki-cell-caption&quot;&gt;Pink tteokbokki — strawberry cream · limited until sold out&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;p class=&quot;dukki-overall-caption&quot;&gt;Left: the original. Right: the April Fools version. &amp;nbsp;·&amp;nbsp; Not a joke.&lt;/p&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:0;&quot;&gt;
    &lt;p&gt;The genius here is simplicity. Same dish, different color. It photographs immediately, it's shareable, and it's gone before the joke wears out. &quot;Available until sold out&quot; is its own marketing mechanism.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 03 — GONG CHA ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;03&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Gong Cha — The Boba Tea Brand&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;공차&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;&lt;strong&gt;Gong Cha&lt;/strong&gt; (공차) is one of the world's largest bubble tea (boba) chains, originating in Taiwan and expanding globally through franchise operations. It currently operates in over 30 countries — including the UK, US, Australia, Canada, France, Germany, Japan, Singapore, and across Southeast Asia — with a particularly strong presence in East and Southeast Asia.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;For April Fools' Day, Gong Cha Korea launched the &lt;strong&gt;Gorgonzola Pearl Pizza&lt;/strong&gt; — a flatbread pizza topped with gorgonzola cheese, honey, and tapioca pearls (the same black boba pearls used in their drinks). The tagline on the promotional poster reads: &lt;em&gt;&quot;The person in charge is of sound mind!&quot;&lt;/em&gt; (담당자 제정신입니다!) — a knowing wink at just how absurd the combination sounds. Exclusive to Gong Cha. Available only on April Fools' Day.&lt;/p&gt;

  &lt;div class=&quot;img-wrap&quot;&gt;
    &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fbza9PU%2FdJMcaaLyeaY%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1Xyitbv8YYjOXDpfX-9XhkkHnUhkHvyVE1BM_iJMP6bRDeY8klJpBYFj_YT9mIjT-sWvOvqldjM2KfrgPzAHUDx%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3DpDLSuguhDOinPi6jI%252B9BGbsuj1Q%253D&quot; alt=&quot;gong-cha-korea-gorgonzola-pearl-pizza-boba-april-fools-2026&quot;/&gt;
    &lt;p class=&quot;img-caption&quot;&gt;Gong Cha Gorgonzola Pearl Pizza — boba pearls + gorgonzola + honey flatbread · &quot;The person in charge is of sound mind!&quot; · Only in Gong Cha Korea &amp;nbsp;·&amp;nbsp; &lt;span class=&quot;caption-accent&quot;&gt;Not a joke.&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:0;&quot;&gt;
    &lt;p&gt;The self-awareness is the whole joke — and the whole point. &quot;We know this sounds insane. We made it anyway.&quot; That's a brand with enough confidence to play with its own identity, which is exactly what April Fools marketing at its best looks like.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 04 — BURGER KING ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;04&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Burger King Korea&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;버거킹 코리아&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Burger King needs no introduction globally — but the Korea operation consistently runs some of the most creative local campaigns in the brand's worldwide network. This April Fools' event was a masterclass in deadpan marketing.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;The promotional poster was presented as a handwritten note, taped to the wall. It read: &lt;em&gt;&quot;Urgent notice — due to a procurement error, we have far too many Whoppers. Holding back tears, we have no choice but to run a sale.&quot;&lt;/em&gt;&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;The Whopper, normally priced at ₩7,400 (approx. &lt;strong&gt;$4.93 USD&lt;/strong&gt;), was discounted to ₩3,900 (&lt;strong&gt;$2.60 USD&lt;/strong&gt;) — a 47% reduction. The event ran from &lt;strong&gt;March 30 to April 3&lt;/strong&gt; — notably starting two days &lt;em&gt;before&lt;/em&gt; April Fools' Day, giving the joke a longer runway and catching people off guard. Smart.&lt;/p&gt;

  &lt;div class=&quot;img-wrap&quot;&gt;
    &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FBo3JX%2FdJMcaaSkNLb%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1V7SSpPHhc1nYZpUODEKJLATldOGGW8hllhrhCMjxVxVFegmSku6bKWi3bS925rW9PFP1KodgADZWuejEPUyh0n%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3DwbBqr0hsxgoJjJkoSCzGBKZc9fQ%253D&quot; alt=&quot;burger-king-korea-whopper-discount-april-fools-procurement-error-3900-won-2026&quot;/&gt;
    &lt;p class=&quot;img-caption&quot;&gt;&quot;Urgent notice: procurement error — too many Whoppers&quot; · ₩7,400 → ₩3,900 ($4.93 → $2.60) · 47% off · March 30 – April 3, 2026 &amp;nbsp;·&amp;nbsp; &lt;span class=&quot;caption-accent&quot;&gt;Not a joke.&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:0;&quot;&gt;
    &lt;p&gt;Starting the event on March 30 is the most interesting business decision here. It extends the campaign window, builds word-of-mouth before the actual date, and makes the joke feel more real — because who would run a fake sale for five days?&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 05 — BASKIN-ROBBINS ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;05&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Baskin-Robbins Korea — Gangnam-daero Flagship&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;배스킨라빈스 강남대로점&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;This event was not at just any Baskin-Robbins. It ran exclusively at the &lt;strong&gt;Gangnam-daero flagship store&lt;/strong&gt; — located on Gangnam-daero, the main commercial boulevard running through the heart of Gangnam, Seoul's most high-profile district. This particular branch is Baskin-Robbins Korea's most strategically important location: it carries the largest selection of flavors, stocks premium and seasonal products that smaller branches don't, and serves as the brand's de facto showroom in the city.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;The event ran from &lt;strong&gt;March 25 to April 5, 2026&lt;/strong&gt;, with three separate offers stacked together:&lt;/p&gt;

  &lt;div class=&quot;event-list&quot; style=&quot;border-top:1px solid #e0d8c8;&quot;&gt;
    &lt;div class=&quot;event-item&quot;&gt;
      &lt;div class=&quot;event-item-label&quot;&gt;Event 1 — Happy Point App Scan&lt;/div&gt;
      &lt;div class=&quot;event-item-desc&quot;&gt;Waffle Single Scoop for ₩1,000 (~$0.67 USD) · First 100 customers per day&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;event-item&quot;&gt;
      &lt;div class=&quot;event-item-label&quot;&gt;Event 2 — The &quot;31 Minutes&quot; Challenge&lt;/div&gt;
      &lt;div class=&quot;event-item-desc&quot;&gt;Unlimited ice cream for 31 minutes for ₩6,900 (~$4.60 USD) · First 50 customers per day&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;event-item&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;event-item-label&quot;&gt;Event 3 — Signature Parfait Discount&lt;/div&gt;
      &lt;div class=&quot;event-item-desc&quot;&gt;31% off on three selected parfaits: Strawberry, Nutella Banana, and Dubai-Style Chewy Ice Cream Parfait&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;img-wrap&quot;&gt;
    &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FXPATf%2FdJMcahjDovU%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1UgnjCx9GOs0AQ1lcKMhFfemmxrExbyrJYSIVljGZ_6pj-fQYYBqMH--dqvs094MZbh6quFHYfmR7-6-aIVP1WG%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3D%252B1sLUn3CJOIKYkIiYlgrwTyOlGA%253D&quot; alt=&quot;baskin-robbins-korea-gangnam-daero-flagship-mega-event-unlimited-ice-cream-april-2026&quot;/&gt;
    &lt;p class=&quot;img-caption&quot;&gt;Baskin-Robbins Gangnam-daero Flagship · Mega Event · March 25 – April 5, 2026 · Unlimited ice cream for 31 min / $4.60 · Waffle scoop / $0.67 · 31% off parfaits &amp;nbsp;·&amp;nbsp; &lt;span class=&quot;caption-accent&quot;&gt;Not a joke.&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:0;&quot;&gt;
    &lt;p&gt;The 31-minute unlimited offer is a reference to the brand name itself — 31 flavors. That's the kind of brand-consistent detail that separates a good promotion from a memorable one.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 06 — SEOUL LAND ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;mono-label&quot;&gt;06 &amp;nbsp;·&amp;nbsp; Best in Show&lt;/div&gt;
    &lt;h2 class=&quot;serif-h2&quot;&gt;Seoul Land — &quot;Trick Seoul Land&quot;&lt;/h2&gt;
    &lt;div class=&quot;mono-sub&quot;&gt;서울랜드 · 서울랜드를 속여라&lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;&lt;strong&gt;Seoul Land&lt;/strong&gt; is Korea's original theme park — opened in 1988 alongside the Seoul Olympics, it's the closest thing Korea has to a hometown Disneyland. Located in Gwacheon, just south of Seoul, it sits within Seoul Grand Park and has been a landmark of Korean family culture for over three decades.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;Their April Fools' event was — by some distance — the most creative of the year. The concept: &lt;strong&gt;&quot;Trick Seoul Land.&quot;&lt;/strong&gt;&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:16px;&quot;&gt;Here's how it worked. On April 1st only:&lt;/p&gt;

  &lt;div class=&quot;steps-list&quot;&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;①&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;Show up at Seoul Land's main or east gate with an &lt;strong&gt;Everland or Lotte World annual membership pass&lt;/strong&gt; — Korea's two biggest competing theme parks.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;②&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;Tell the gate staff, out loud: &lt;em&gt;&quot;I am a Seoul Land annual member.&quot;&lt;/em&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;③&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;&lt;strong&gt;Free entry&lt;/strong&gt; for the pass holder.&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;step-item&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;step-num&quot;&gt;④&lt;/div&gt;
      &lt;div class=&quot;step-text&quot;&gt;&lt;strong&gt;50% off all-day passes&lt;/strong&gt; for up to 3 accompanying guests.&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;img-wrap&quot;&gt;
    &lt;img src=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FwyRoQ%2FdJMcaaLyegu%2FAAAAAAAAAAAAAAAAAAAAAH0jbLXtr-KI2v6FaKE2S1Xet767iKDzHIBP2qqCA0nS6ba1fKiX73yHyVbu5avpWJymYHH71jlJhNzYdsKwT01HKMmtmDap6MGS6k_R-Kth%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1777561199%26allow_ip%3D%26allow_referer%3D%26signature%3DWZDEmWskzTRptdt37Qkb6KTXoqo%253D&quot; alt=&quot;seoul-land-korea-april-fools-trick-event-free-entry-everland-lotte-world-annual-pass-2026&quot;/&gt;
    &lt;p class=&quot;img-caption&quot;&gt;&quot;Trick Seoul Land&quot; · April 1 only · Show Everland or Lotte World annual pass → say &quot;I'm a Seoul Land member&quot; → Free entry + 50% off for 3 guests &amp;nbsp;·&amp;nbsp; &lt;span class=&quot;caption-accent&quot;&gt;Not a joke.&lt;/span&gt;&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;pull-quote&quot; style=&quot;margin-bottom:0;&quot;&gt;
    &lt;p&gt;This is the one that gets me. It's funny, it's generous, it's memorable — but it's also brilliant business. You're pulling competitor customers directly through your gate, on the one day of the year when a competitor's annual pass is worthless at home. The conversion opportunity is built right into the joke.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ CLOSING ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div class=&quot;mono-sub&quot; style=&quot;margin-bottom:20px;&quot;&gt;Why This Matters&lt;/div&gt;
  &lt;p class=&quot;body-text&quot;&gt;There were more. This is just the shortlist — the cases that stood out across industries. If you want to go deeper, the Instagram account &lt;strong&gt;thingthing.kr&lt;/strong&gt; (딩딩) has been documenting Korean brand events obsessively for years, and their April 1st coverage was the source for most of what's above.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;If you're running a business, working in a planning or marketing team, or just thinking about how brands build loyalty — I hope something here was useful. Even a single idea adapted to your context is worth the read.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;And if you're just here because you like the idea of unlimited ice cream for $4.60 — completely valid. That's the April Fools special. We're done here.&lt;/p&gt;

  &lt;div style=&quot;border-top:1px solid #e0d8c8;margin-top:32px;padding-top:28px;&quot;&gt;
    &lt;div class=&quot;mono-sub&quot; style=&quot;margin-bottom:14px;&quot;&gt;One More Thing&lt;/div&gt;
    &lt;p class=&quot;body-text&quot;&gt;Watching all of this unfold, one thought kept coming back. The global situation right now is not easy — and that includes Korea. Ongoing war-related anxiety, shifting trade relationships, and broader economic uncertainty are all part of the backdrop that these campaigns launched into.&lt;/p&gt;
    &lt;p class=&quot;body-text&quot;&gt;I get asked fairly often by readers who run businesses: &lt;em&gt;how do you keep operating when geopolitical pressure is this present?&lt;/em&gt; And from people in employment: &lt;em&gt;is the company I work for actually being affected by all of this?&lt;/em&gt; Those are real questions, and they deserve a proper answer.&lt;/p&gt;
    &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:0;&quot;&gt;Korea's economy has been through more structural change in the past two years than most people outside the country realise. I'm planning to write about that directly — what it looks like from the ground, for both business owners and employees. If that's something you'd want to read, stay tuned.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ SOURCE ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div class=&quot;mono-sub&quot; style=&quot;margin-bottom:16px;&quot;&gt;Source&lt;/div&gt;
  &lt;p style=&quot;font-size:13.5px;color:#6a6050;line-height:1.8;margin:0;&quot;&gt;
    All event images sourced from &lt;strong&gt;@thingthing.kr&lt;/strong&gt; on Instagram.&lt;br&gt;
    &lt;a href=&quot;https://www.instagram.com/thingthing.kr&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-family:'DM Mono',monospace;font-size:11px;color:#d4622a;letter-spacing:0.06em;text-decoration:none;border-bottom:1px solid #d4622a;padding-bottom:1px;&quot;&gt;instagram.com/thingthing.kr&lt;/a&gt;
  &lt;/p&gt;
  &lt;p style=&quot;font-size:12px;color:#b0a090;line-height:1.8;margin-top:12px;&quot;&gt;
    All prices as of event date. KRW/USD at ₩1,500 = $1.00. Event details accurate as of April 1, 2026.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ FOOTER ══════════════ --&gt;
&lt;div style=&quot;background-color:#f5f0e8;border-top:1px solid #e8e0d0;padding:28px 20px;text-align:center;&quot;&gt;
  &lt;div style=&quot;width:28px;height:1px;background-color:#d4622a;margin:0 auto 14px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.16em;color:#b0a090;text-transform:uppercase;margin:0;&quot;&gt;yourmaninkorea &amp;nbsp;·&amp;nbsp; April 2026 &amp;nbsp;·&amp;nbsp; All of the above is real. Not a joke.&lt;/p&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Posts</category>
      <category>April day Brand</category>
      <category>April day marketing</category>
      <category>BASKIN ROBBINS</category>
      <category>Burger King</category>
      <category>business</category>
      <category>dukki</category>
      <category>korea marketing</category>
      <category>Seoul Land</category>
      <category>seoul travel</category>
      <category>STARBUCKS KOREA</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/21</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Do-They-Do-April-Fools-There-Too-%E2%80%94-Koreas-Best-Brand-Pranks-of-2026#entry21comment</comments>
      <pubDate>Wed, 1 Apr 2026 15:54:58 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 - Where to Go and What Each District Is Really Like</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-Where-to-Goand-What-Each-District-Is-Really-Like</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;Seoul Neighborhood Guide — Where to Go and What Each Area Is Really Like&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;Jongno, Hongdae, Itaewon, Seongsu, Gangnam — why every district in Seoul feels like a different city, and where to go for what.&quot;/&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&amp;family=DM+Sans:wght@300;400;500&amp;family=DM+Mono:wght@400&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; }
  body {
    margin: 0; padding: 0;
    background-color: #faf8f4;
    color: #1c1a17;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
  }

  /* ── Layout ── */
  .section-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 52px 20px;
    border-bottom: 1px solid #e8e0d0;
  }
  .section-bg { background-color: #f5f0e8; padding: 4px 0; }

  /* ── Google Maps iframe — responsive ── */
  .map-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 20px 40px;   /* added bottom padding */
  }
  .map-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b0a090;
    margin-bottom: 14px;
  }
  /* 16:9 aspect-ratio container so iframe scales on all screens */
  .map-frame-outer {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e0d0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .map-frame-outer iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  /* ── Place cards ── */
  .place-list { display: flex; flex-direction: column; gap: 16px; }
  .place-card { display: grid; grid-template-columns: 2px 1fr; gap: 18px; }
  .place-bar { background-color: #d4622a; border-radius: 1px; }
  .place-name {
    font-size: 14px;
    font-weight: 500;
    color: #1c1a17;
    margin: 0 0 3px;
  }

  /* FIX: subway label wraps gracefully on narrow screens */
  .subway-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.1em;          /* slightly reduced from 0.12em */
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 5px;
    line-height: 1.6;               /* allows wrap without overlap */
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .place-desc {
    font-size: 13.5px;
    color: #6a6050;
    margin: 0;
    line-height: 1.75;
  }

  /* ── Info / note box ── */
  .info-box {
    background-color: #faf8f4;
    border-top: 1px solid #e8e0d0;
    border-bottom: 1px solid #e8e0d0;
    padding: 16px 0;
    margin: 24px 0;
  }
  .info-box-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 6px;
  }
  .info-box p {
    font-size: 13.5px;
    color: #4a4030;
    margin: 0;
    line-height: 1.75;
  }

  /* ── Pull quote ── */
  .pull-quote {
    border-left: 2px solid #d4622a;
    padding: 16px 18px;
    margin: 24px 0;
  }
  .pull-quote p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #1c1a17;
    margin: 0;
    line-height: 1.65;
    font-weight: 300;
  }

  /* ── Quick reference rows ── */
  .ref-row { padding: 12px 0; border-bottom: 1px solid #e0d8c8; }
  .ref-row:last-child { border-bottom: none; }
  .ref-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 4px;
  }
  .ref-value { font-size: 14px; color: #1c1a17; }

  /* ── Purpose rows ── */
  .purpose-row { padding: 16px 0; border-bottom: 1px solid #e0d8c8; }
  .purpose-row:last-child { border-bottom: none; }
  .purpose-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 5px;
  }
  .purpose-text { font-size: 14px; color: #1c1a17; margin: 0; line-height: 1.75; }

  /* ── Body text ── */
  .body-text { font-size: 15.5px; color: #1c1a17; margin-bottom: 18px; line-height: 1.85; }
  .body-text:last-child { margin-bottom: 0; }

  /* ── Chapter header ── */
  .ch-num {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4622a;
    margin-bottom: 10px;
  }
  .ch-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    font-weight: 400;
    line-height: 1.25;
    color: #1c1a17;
    margin: 0;
    letter-spacing: 0.01em;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ══════════════ HERO ══════════════ --&gt;
&lt;div style=&quot;background-color:#faf8f4;padding:64px 20px 56px;text-align:center;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.22em;text-transform:uppercase;color:#b0a090;margin-bottom:32px;&quot;&gt;
    Seoul History Series &amp;nbsp;·&amp;nbsp; Part 6 of 7
  &lt;/div&gt;
  &lt;h1 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,7vw,3.4rem);line-height:1.15;font-weight:300;max-width:560px;margin:0 auto 20px;color:#1c1a17;letter-spacing:0.01em;&quot;&gt;
    Seoul by&lt;br&gt;Neighborhood
  &lt;/h1&gt;
  &lt;div style=&quot;width:36px;height:1px;background-color:#d4622a;margin:0 auto 20px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1rem,3vw,1.2rem);color:#6a6050;max-width:400px;margin:0 auto;font-weight:300;line-height:1.7;font-style:italic;&quot;&gt;
    Why every district feels like a different city
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ OPENING ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;p class=&quot;body-text&quot;&gt;Seoul is 605 square kilometers. Nearly ten million people. If you try to understand it as a single place, you will fail — because it isn't one.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;The quiet stone alleys of Bukchon and the glass towers of Teheran-ro are twenty minutes apart by subway. The colonial-era architecture of Euljiro and the pop-up store energy of Seongsu exist in the same city at the same time. Every district in Seoul has its own character — its own history, its own economy, its own social register.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;Understanding those differences is the difference between visiting Seoul and actually reading it.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ QUICK REFERENCE ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:20px;&quot;&gt;Quick Reference — by Purpose&lt;/div&gt;
  &lt;div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;History &amp;amp; palaces&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Jongno · Bukchon · Insadong&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Shopping &amp;amp; K-beauty&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Myeongdong · Gangnam · Namdaemun Market&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Nightlife &amp;amp; youth culture&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Hongdae · Itaewon · Sinchon&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Design &amp;amp; pop-up culture&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Seongsu · Mangwon · Yeonnam&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Luxury &amp;amp; galleries&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Hannam-dong · Cheongdam · Apgujeong&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Business &amp;amp; K-pop industry&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Gangnam · Teheran-ro · Cheongdam&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;ref-row&quot; style=&quot;border-bottom:none;&quot;&gt;&lt;div class=&quot;ref-label&quot;&gt;Old Seoul &amp;amp; street food&lt;/div&gt;&lt;div class=&quot;ref-value&quot;&gt;Euljiro · Jongno · Gwangjang Market&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ MAP ══════════════ --&gt;
&lt;div class=&quot;map-wrap&quot;&gt;
  &lt;div class=&quot;map-label&quot;&gt;Seoul — Key Neighborhoods&lt;/div&gt;
  &lt;div class=&quot;map-frame-outer&quot;&gt;
    &lt;iframe
      src=&quot;https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d50550.84497870634!2d126.9779692!3d37.5326354!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2skr!4v1700000000000!5m2!1sen!2skr&quot;
      allowfullscreen=&quot;&quot;
      loading=&quot;lazy&quot;
      referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
    &lt;/iframe&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 01 — JONGNO &amp; BUKCHON ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;01&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Jongno &amp;amp; Bukchon — Where Seoul Began&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;If you want to understand what Seoul was before it became the city it is today, start here. Jongno was the commercial spine of Joseon's capital — the street running east to west through the walled city, lined with government-licensed shops for five centuries. Bukchon was where the aristocratic class, the &lt;em&gt;yangban&lt;/em&gt;, lived.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;Both are still physically legible. Bukchon Hanok Village is not a reconstruction — it is an actual residential neighborhood of traditional Korean houses that has been continuously inhabited. When you walk its narrow lanes, you are walking through something that has been there for centuries. The residents are real; the quiet is real; the sign asking you to keep your voice down is also real and worth respecting.&lt;/p&gt;

  &lt;div class=&quot;pull-quote&quot;&gt;
    &lt;p&gt;Bukchon is the neighborhood where Seoul's longest time axis is most visible. The view from the upper lanes — hanok rooftiles in the foreground, modern towers in the distance — is one of the defining images of the city.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Bukchon Hanok Village&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 3 · Orange Line — Anguk Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Best visited early morning — before 9am — when the lanes are quiet. The upper sections near Gahoe-dong have the most intact streetscapes. Free to walk through at any time.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Insadong&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 3 · Orange Line — Anguk Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Traditional crafts, tea houses, and galleries along the main street. More commercialized than it once was, but the side alley of Ssamziegil and the smaller lanes still reward a slow walk. Connected directly to Bukchon — both in one morning is entirely manageable.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Ikseon-dong&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 1 · Dark Blue Line — Jonggak Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;1930s-era hanok converted into cafes and small restaurants. Narrower and less touristy than Bukchon. The alley density here is unusually high — easy to get pleasantly lost. Best in the late afternoon.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 02 — MYEONGDONG ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;02&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Myeongdong — Seoul's Front Door&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Myeongdong is where most international visitors land first, and for good reason. It is purpose-built for arrival: English, Chinese, and Japanese are spoken everywhere; currency exchange booths line the streets; K-beauty flagships for every major brand occupy multiple floors.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;It is not where Seoul's most interesting life happens — but it is efficient, and the street food vendors running along the main pedestrian stretch are genuinely worth stopping for. Egg bread, tteokbokki, hotteok, skewered meats. The rule is simple: if there is a queue, join it.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:24px;&quot;&gt;Namdaemun Market, a ten-minute walk from Myeongdong, opens before dawn and operates as a wholesale market with retail access. The scale is disorienting at first. Best visited in the morning, before the tour buses arrive.&lt;/p&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Myeongdong&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 4 · Light Blue Line — Myeongdong Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Also walking distance from Euljiro 1-ga Station (Line 2 · Green Line). Currency exchange rates here are among the best in Seoul — better than airports or hotels.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 03 — HONGDAE ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;03&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Hongdae · Yeonnam · Hapjeong — Where Seoul Is Young&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Hongdae grew from the art culture around Hongik University — independent music venues, street performance, underground clubs, gallery spaces that didn't fit anywhere else. That energy is still there, underneath a more commercial surface. The clubs around Hongdae remain some of the best in Asia for electronic music and indie live performance.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;Yeonnam-dong, immediately adjacent, is what happened when the creative class decided the main street had become too loud. A neighborhood of independent cafes, small restaurants, and design studios that grew along the Gyeongui Line Forest Park — a disused railway corridor converted into a linear park, similar in concept to New York's High Line. Excellent for an afternoon of no particular agenda.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:24px;&quot;&gt;Hapjeong and Mangwon continue the trajectory westward — each slightly quieter and more local than the last. Mangwon Market is one of Seoul's most intact traditional covered markets, still operating as a daily food market for the surrounding residential neighborhood.&lt;/p&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Hongdae&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 2 · Green Line — Hongik University Station · Airport Railroad&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Direct airport railroad connection makes this a practical first or last stop for travelers. The street performance area near Exit 9 is active most evenings.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Yeonnam-dong &amp;amp; Gyeongui Line Forest Park&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 2 · Green Line — Hongik University Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;The forest park entrance is a 5-minute walk from the station. Walk the park north toward Yeonnam-dong for the best density of independent cafes and small restaurants.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 04 — ITAEWON &amp; HANNAM ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;04&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Itaewon &amp;amp; Hannam-dong — Seoul's International Quarter&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Itaewon developed around the US military base at Yongsan — which meant it absorbed international influence decades before the rest of Seoul. Halal restaurants, international cuisine, English-speaking bars, and a long-established LGBTQ+ district all developed here when they had nowhere else to go. That history gives the neighborhood a specific texture that no other part of Seoul quite replicates.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;Hannam-dong, immediately east, represents a different register entirely. As the US military presence reduced and the area upgraded, Hannam became Seoul's most quietly expensive neighborhood — galleries, concept stores, destination restaurants, and residential towers with views over the Han River. Walking the Hannam hillside is one of the better ways to encounter Seoul's current luxury register without going to Gangnam.&lt;/p&gt;

  &lt;div class=&quot;info-box&quot;&gt;
    &lt;div class=&quot;info-box-label&quot;&gt;A note on Itaewon&lt;/div&gt;
    &lt;p&gt;In October 2022, a crowd crush in the Itaewon alleyways during Halloween resulted in 159 deaths. The neighborhood has recovered commercially, but the event is part of its recent history. A small memorial remains near the site.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Itaewon&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 6 · Ochre Line — Itaewon Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;The main street runs from Itaewon Station west toward Gyeongnidan-gil. The side streets heading uphill toward Haebangchon (HBC) are quieter, more residential, and have some of the best independent restaurants in the city.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Hannam-dong&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 6 · Ochre Line — Hangangjin Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Walk uphill from the station into the residential streets. The gallery density increases as you move east. Slow the pace down — this is a neighborhood for wandering rather than checking off a list.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 05 — EULJIRO ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;05&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Euljiro — Seoul's Most Layered Neighborhood&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Euljiro is the most difficult neighborhood in Seoul to explain and the most rewarding to visit. During the day, it is an industrial district — printing shops, electrical suppliers, hardware wholesalers, lighting showrooms — that has operated largely unchanged since the 1960s. The craftspeople here are specialists, some of them third-generation, who supply the city's construction and manufacturing trades.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:24px;&quot;&gt;After dark, the same alleyways transform. The bars and pojangmacha (street tent restaurants) that open among the workshops became a destination for Seoul's creative class in the late 2010s — specifically because of the contrast. Artists, designers, and architects began coming here for the aesthetic texture that could not be found anywhere more polished. The neighborhood is now genuinely dual — old industrial city by day, one of Seoul's most atmospheric drinking and eating districts by night.&lt;/p&gt;

  &lt;div class=&quot;pull-quote&quot;&gt;
    &lt;p&gt;Euljiro is where Seoul is most honest about its own complexity. Come for dinner and stay until midnight. Walk slowly. The best places here have no signs.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Euljiro 3-ga &amp;amp; 4-ga&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 2 · Green Line — Euljiro 3-ga Station · Euljiro 4-ga Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Exit the station and walk into the alleyways rather than along the main road. The printing district starts immediately. The bar and restaurant cluster is densest between the two stations — on foot is the only way to navigate it properly.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 06 — SEONGSU ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;06&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Seongsu — Seoul's Fastest-Moving District&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Seongsu-dong was a light industrial zone — printing, auto repair, custom shoemaking. Rents were low. Artists and small studios moved in during the early 2010s, followed by cafes, then concept stores, then brand pop-ups.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;It is now the most sought-after location in Seoul for brand activations. Domestic and international companies — Nike, Gentle Monster, Alo Yoga, local Korean labels — open temporary installations here specifically to reach Seoul's taste-making demographic. The pop-up changes faster than any guide can track. What you find in Seongsu on a given weekend may not exist the weekend after.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:24px;&quot;&gt;The original craft shoemakers are still there, operating alongside the concept stores. That coexistence — old trade and new commerce in the same building — is the texture that keeps Seongsu from feeling like any other gentrified district.&lt;/p&gt;

  &lt;div class=&quot;info-box&quot;&gt;
    &lt;div class=&quot;info-box-label&quot;&gt;Before you go&lt;/div&gt;
    &lt;p&gt;Check Instagram for current pop-ups before visiting. Seongsu rewards planning more than most neighborhoods — the best experiences here are often time-limited and not widely advertised outside of social media.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Seongsu-dong&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 2 · Green Line — Seongsu Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;The main cluster of cafes and stores is a 10-minute walk from the station — follow the foot traffic. The area between the station and the Han River is where the warehouse conversions are most concentrated. Seoul Forest Park is a 15-minute walk east — worth combining for a half-day.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 07 — GANGNAM ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;07&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;Gangnam &amp;amp; Cheongdam — The South Side&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot;&gt;Gangnam was covered in depth in Part 4 of this series. In terms of travel use, the district breaks into several distinct zones worth treating separately.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;&lt;strong&gt;Gangnam Station area&lt;/strong&gt; is Seoul's highest foot-traffic commercial node — underground malls, department stores, and the beginning of Teheran-ro. Functional and dense. &lt;strong&gt;Cheongdam-dong&lt;/strong&gt; is where the luxury flag is planted — Chanel, Dior, Louis Vuitton flagships, and the headquarters of the major K-pop entertainment companies (SM, YG, JYP are all within a few blocks of each other). &lt;strong&gt;Apgujeong Rodeo&lt;/strong&gt; is the medical tourism and vintage shopping district that was once Gangnam's most fashionable address. &lt;strong&gt;Daechi-dong&lt;/strong&gt; is the hagwon district — the highest concentration of private tutoring academies in the world, which tells you everything about why Gangnam property remains what it is.&lt;/p&gt;

  &lt;div class=&quot;place-list&quot;&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Gangnam Station&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 2 · Green Line — Gangnam Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Start of Teheran-ro. Underground Gangnam Terminal Mall connects to Sinnonhyeon Station. Highest pedestrian density in the south of the city.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Cheongdam &amp;amp; K-pop District&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 7 · Olive Line — Cheongdam Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;SM Entertainment, YG Entertainment, and JYP Entertainment headquarters are all within walking distance. The luxury brand flagships on Cheongdam-daero are worth seeing for the architecture alone — several are landmark buildings.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;place-card&quot;&gt;
      &lt;div class=&quot;place-bar&quot;&gt;&lt;/div&gt;
      &lt;div&gt;
        &lt;h3 class=&quot;place-name&quot;&gt;Apgujeong Rodeo Street&lt;/h3&gt;
        &lt;div class=&quot;subway-label&quot;&gt;Line 3 · Orange Line — Apgujeong Station&lt;/div&gt;
        &lt;p class=&quot;place-desc&quot;&gt;Medical tourism, vintage shops, independent cafes in the side streets. The main strip is dense; the value is in the alleys behind it.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ 08 — BY PURPOSE ══════════════ --&gt;
&lt;div class=&quot;section-bg&quot;&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;margin-bottom:24px;&quot;&gt;
    &lt;div class=&quot;ch-num&quot;&gt;08&lt;/div&gt;
    &lt;h2 class=&quot;ch-title&quot;&gt;How to Use This — By Travel Purpose&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p class=&quot;body-text&quot; style=&quot;margin-bottom:28px;&quot;&gt;Seoul is large enough that neighborhood choices matter. A few frameworks that hold up in practice:&lt;/p&gt;

  &lt;div&gt;
    &lt;div class=&quot;purpose-row&quot;&gt;
      &lt;div class=&quot;purpose-label&quot;&gt;First time in Seoul · 3 days&lt;/div&gt;
      &lt;p class=&quot;purpose-text&quot;&gt;Day 1: Jongno / Bukchon / Gyeongbokgung — the historical foundation. Day 2: Hongdae or Itaewon in the evening, Myeongdong for shopping. Day 3: Gangnam or Seongsu depending on interest. This gives you the full register of the city without overloading the itinerary.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;purpose-row&quot;&gt;
      &lt;div class=&quot;purpose-label&quot;&gt;Return visit · going deeper&lt;/div&gt;
      &lt;p class=&quot;purpose-text&quot;&gt;Euljiro at night. Haebangchon (HBC) in Itaewon. Mangwon Market on a weekday morning. The Bugaksan city wall trail. These are the places that reward repeat visitors and don't show up on first-timer itineraries.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;purpose-row&quot;&gt;
      &lt;div class=&quot;purpose-label&quot;&gt;For food specifically&lt;/div&gt;
      &lt;p class=&quot;purpose-text&quot;&gt;Gwangjang Market (Line 1 · Dark Blue Line — Jongno 5-ga Station) for raw market food — bindaetteok, mayak gimbap, yukhoe. Euljiro for late-night pojangmacha. Mapo for Korean BBQ density. Itaewon for international cuisine. The best meals in Seoul are rarely in tourist zones.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;purpose-row&quot; style=&quot;border-bottom:none;&quot;&gt;
      &lt;div class=&quot;purpose-label&quot;&gt;Where to stay — a framework&lt;/div&gt;
      &lt;p class=&quot;purpose-text&quot;&gt;Jongno / Myeongdong: central, walkable to history, good transport links. Hongdae: convenient for nightlife and airport connection, younger energy. Itaewon / Hannam: quieter, more international, better restaurant access. Gangnam: if your purpose is business or K-pop; otherwise the subway journey to the historic center adds time.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ══════════════ CLOSING ══════════════ --&gt;
&lt;div class=&quot;section-inner&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:20px;&quot;&gt;A Note on These Recommendations&lt;/div&gt;
  &lt;p class=&quot;body-text&quot;&gt;Everything in this guide is framed from the perspective of how most international visitors experience Seoul — what tends to land, what tends to confuse, and what is genuinely worth the detour. It is not a local's guide, and it does not pretend to be. Seoul rewards return visits precisely because a single trip can only cover so much ground.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;If you are looking for something more specific — food deep dives, day trips outside the city, how the subway actually works in practice — there are other posts in this series that go further on each of those threads. The navigation is at the top of any post.&lt;/p&gt;
  &lt;p class=&quot;body-text&quot;&gt;This is Part 6 of 7 in the Seoul History Series. Thank you for reading this far — one more to go.&lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ NEXT UP ══════════════ --&gt;
&lt;div style=&quot;border-top:1px solid #e8e0d0;max-width:640px;margin:0 auto;padding:48px 20px;text-align:center;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:18px;&quot;&gt;Up Next&lt;/div&gt;
  &lt;h3 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.2rem,4vw,1.6rem);font-weight:300;margin-bottom:12px;color:#1c1a17;line-height:1.3;&quot;&gt;Part 7 — Reading Seoul Through Line 2&lt;/h3&gt;
  &lt;div style=&quot;width:28px;height:1px;background-color:#d4622a;margin:0 auto 16px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:clamp(0.95rem,2.5vw,1.1rem);color:#8a7a6a;max-width:380px;margin:0 auto;line-height:1.8;font-weight:300;&quot;&gt;
    The Green Line circle connects Gangbuk and Gangnam, universities and business districts, old city and new. One subway line as a map of everything Seoul is.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ══════════════ FOOTER ══════════════ --&gt;
&lt;div style=&quot;background-color:#f5f0e8;border-top:1px solid #e8e0d0;padding:28px 20px;text-align:center;&quot;&gt;
  &lt;div style=&quot;width:28px;height:1px;background-color:#d4622a;margin:0 auto 14px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.16em;color:#b0a090;text-transform:uppercase;margin:0;&quot;&gt;Seoul History Series &amp;nbsp;·&amp;nbsp; yourmaninkorea &amp;nbsp;·&amp;nbsp; Part 6 of 7&lt;/p&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Posts</category>
      <category>Gangnam</category>
      <category>hongdae</category>
      <category>Itaewon</category>
      <category>Korea Travel 2026</category>
      <category>Seongsu</category>
      <category>seoul for tourists</category>
      <category>Seoul travel guide</category>
      <category>things to do in seoul</category>
      <category>where to stay in seoul</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/20</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-Where-to-Goand-What-Each-District-Is-Really-Like#entry20comment</comments>
      <pubDate>Wed, 1 Apr 2026 12:24:52 +0900</pubDate>
    </item>
    <item>
      <title>Reading Guide</title>
      <link>https://yourmaninkorea.tistory.com/entry/Reading-Guide</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Display looks off?&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;- Try switching to landscape (horizontal) mode &amp;mdash; it usually clears things right up.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Sorry for the trouble&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;- If anything feels clunky or hard to read, I sincerely apologize for the inconvenience.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Still finding my feet&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;- I'm a beginner blogger, learning as I go. Your patience and understanding mean the world to me.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Thank you~^^&lt;/p&gt;</description>
      <category>About</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/19</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Reading-Guide#entry19comment</comments>
      <pubDate>Fri, 27 Mar 2026 11:44:55 +0900</pubDate>
    </item>
    <item>
      <title>Reflections on Starting My Blog</title>
      <link>https://yourmaninkorea.tistory.com/entry/Reflections-on-Starting-My-Blog</link>
      <description>&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot; /&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
  &lt;title&gt;Reflections on Starting My Blog | My Thoughts&lt;/title&gt;
  &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;
  &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;
  &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&amp;family=Noto+Serif+KR:wght@300;400&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;

  &lt;style&gt;
    :root {
      --ink: #1c1a17;
      --paper: #f7f3ec;
      --warm-mid: #e8e0d0;
      --accent: #b5622e;
      --accent-soft: #d4845a;
      --muted: #8a8070;
      --gold: #c49a3c;
      --rule: #d0c8b8;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      background-color: var(--paper);
      color: var(--ink);
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      line-height: 1.75;
      font-size: 17px;
      min-height: 100vh;
    }

    /* ── Grain overlay ── */
    body::before {
      content: '';
      position: fixed; inset: 0;
      background-image: url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E&quot;);
      pointer-events: none; z-index: 0; opacity: 0.35;
    }

    /* ── Header ── */
    .site-header {
      position: sticky; top: 0; z-index: 100;
      background: rgba(247,243,236,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--rule);
      padding: 0 clamp(1.5rem, 6vw, 5rem);
      display: flex; align-items: center; justify-content: space-between;
      height: 60px;
    }
    .site-header .logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem; font-weight: 500; letter-spacing: 0.08em;
      color: var(--ink); text-decoration: none;
    }
    .site-header nav { display: flex; gap: 2rem; }
    .site-header nav a {
      font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--muted); text-decoration: none;
      transition: color 0.2s;
    }
    .site-header nav a:hover { color: var(--accent); }
    .site-header nav a.active { color: var(--ink); border-bottom: 1px solid var(--accent); }

    /* ── Category badge ── */
    .category-bar {
      padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 6vw, 5rem) 0;
      animation: fadeUp 0.6s ease both;
    }
    .category-label {
      display: inline-flex; align-items: center; gap: 0.5rem;
      font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--accent); font-weight: 500;
    }
    .category-label::before {
      content: '';
      display: block; width: 28px; height: 1px; background: var(--accent);
    }

    /* ── Hero ── */
    .hero {
      padding: 2rem clamp(1.5rem, 6vw, 5rem) 0;
      max-width: 820px;
      animation: fadeUp 0.7s 0.1s ease both;
    }
    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 300; line-height: 1.15;
      letter-spacing: -0.01em;
      color: var(--ink);
    }
    .hero-title em {
      font-style: italic; color: var(--accent-soft);
    }
    .hero-meta {
      margin-top: 1.2rem;
      display: flex; align-items: center; gap: 1.5rem;
      font-size: 0.78rem; letter-spacing: 0.08em;
      color: var(--muted);
    }
    .hero-meta span { display: flex; align-items: center; gap: 0.4rem; }
    .hero-meta .dot {
      width: 3px; height: 3px; border-radius: 50%;
      background: var(--rule); flex-shrink: 0;
    }

    /* ── Divider ── */
    .ornament {
      display: flex; align-items: center; gap: 1rem;
      padding: 2.5rem clamp(1.5rem, 6vw, 5rem);
      animation: fadeUp 0.7s 0.2s ease both;
    }
    .ornament::before, .ornament::after {
      content: ''; flex: 1; height: 1px; background: var(--rule);
    }
    .ornament-glyph {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem; color: var(--gold); letter-spacing: 0.3em;
    }

    /* ── Layout ── */
    .content-grid {
      display: grid;
      grid-template-columns: 1fr min(600px, 100%) 1fr;
      padding: 0 clamp(1.5rem, 2vw, 2rem);
    }
    .content-grid &gt; * { grid-column: 2; }

    /* ── Section ── */
    .section {
      margin-bottom: 3.5rem;
      opacity: 0; transform: translateY(18px);
      animation: fadeUp 0.65s ease both;
    }
    .section:nth-child(1) { animation-delay: 0.3s; }
    .section:nth-child(2) { animation-delay: 0.42s; }
    .section:nth-child(3) { animation-delay: 0.54s; }
    .section:nth-child(4) { animation-delay: 0.66s; }
    .section:nth-child(5) { animation-delay: 0.78s; }

    .section-header {
      display: flex; align-items: baseline; gap: 1rem;
      margin-bottom: 1.2rem;
      padding-bottom: 0.8rem;
      border-bottom: 1px solid var(--rule);
    }
    .section-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.75rem; color: var(--gold);
      letter-spacing: 0.1em; font-weight: 400;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem; font-weight: 500;
      color: var(--ink); letter-spacing: 0.02em;
    }

    .section p {
      color: #3a3630;
      font-size: 1rem;
      line-height: 1.85;
      margin-bottom: 1rem;
    }
    .section p:last-child { margin-bottom: 0; }

    /* ── Callout ── */
    .callout {
      margin: 1.4rem 0;
      padding: 1.1rem 1.4rem;
      border-left: 2.5px solid var(--accent);
      background: rgba(181,98,46,0.05);
      border-radius: 0 4px 4px 0;
    }
    .callout p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.08rem; font-style: italic;
      color: var(--ink); line-height: 1.7;
      margin: 0 !important;
    }

    /* ── Korean note ── */
    .kr-note {
      display: inline-block;
      font-family: 'Noto Serif KR', serif;
      font-size: 0.82rem; color: var(--muted);
      background: var(--warm-mid);
      padding: 0.15rem 0.55rem;
      border-radius: 2px;
      letter-spacing: 0.04em;
    }

    /* ── Tag pill ── */
    .tag-row {
      display: flex; flex-wrap: wrap; gap: 0.5rem;
      margin-top: 0.8rem;
    }
    .tag {
      font-size: 0.71rem; letter-spacing: 0.12em; text-transform: uppercase;
      padding: 0.22rem 0.7rem;
      border: 1px solid var(--rule);
      border-radius: 2px; color: var(--muted);
    }

    /* ── List ── */
    .plan-list {
      list-style: none; padding: 0;
      display: flex; flex-direction: column; gap: 0.6rem;
    }
    .plan-list li {
      display: flex; align-items: flex-start; gap: 0.75rem;
      font-size: 1rem; color: #3a3630; line-height: 1.7;
    }
    .plan-list li::before {
      content: '◆';
      font-size: 0.45rem; color: var(--accent);
      flex-shrink: 0; margin-top: 0.6rem;
    }

    /* ── Footer rule ── */
    .post-footer {
      grid-column: 2;
      border-top: 1px solid var(--rule);
      margin-top: 1rem;
      padding: 2rem 0 4rem;
      display: flex; justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 1rem;
      animation: fadeUp 0.65s 0.9s ease both; opacity: 0;
    }
    .post-footer .back-link {
      font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--muted); text-decoration: none;
      display: flex; align-items: center; gap: 0.5rem;
      transition: color 0.2s;
    }
    .post-footer .back-link:hover { color: var(--accent); }
    .post-footer .back-link::before { content: '←'; }
    .post-footer .share-note {
      font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em;
    }

    /* ── Keyframes ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── Mobile ── */
    @media (max-width: 600px) {
      .site-header nav { display: none; }
      .content-grid { grid-template-columns: 1fr; padding: 0 1.2rem; }
      .content-grid &gt; * { grid-column: 1; }
    }
  &lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;

  &lt;!-- Hero --&gt;

  &lt;div class=&quot;hero&quot;&gt;
    &lt;h1 class=&quot;hero-title&quot;&gt;
      Reflections on&lt;br&gt;
      &lt;em&gt;Starting This Blog&lt;/em&gt;
    &lt;/h1&gt;
    &lt;div class=&quot;hero-meta&quot;&gt;
      &lt;span&gt;March 2025&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- Ornament --&gt;

  &lt;div class=&quot;ornament&quot;&gt;
    &lt;span class=&quot;ornament-glyph&quot;&gt;✦ ✦ ✦&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- Body --&gt;

  &lt;div class=&quot;content-grid&quot;&gt;

```
&lt;!-- 1. The Beginning --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;section-header&quot;&gt;
    &lt;span class=&quot;section-num&quot;&gt;01&lt;/span&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;The Beginning&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p&gt;
    I hesitated for a long time. To start or not to start — that was the question.
    But in an age increasingly shaped by artificial intelligence, I found myself
    craving something more human: genuine connection, real exchange, the kind of
    conversation you can't script.
  &lt;/p&gt;

  &lt;div class=&quot;callout&quot;&gt;
    &lt;p&gt;
      &quot;Language without nuance is just information. I wanted something more — 
      and that's what pushed me to finally begin.&quot;
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;p&gt;
    Once I started posting, I noticed the gaps quickly. The nuance and rhythm of
    English felt different from Korean. My awareness of IT conventions was thinner
    than I'd hoped. Legal disclosure requirements were a blind spot I hadn't even
    considered. Humbling, but instructive.
  &lt;/p&gt;

  &lt;p&gt;
    I've also passed &lt;span class=&quot;kr-note&quot;&gt;불혹 (不惑)&lt;/span&gt; — the Korean term for
    one's forties, meaning &lt;em&gt;&quot;no longer confused.&quot;&lt;/em&gt; In the East Asian tradition,
    each decade of life carries a name. At forty, one's values and judgments are said
    to be settled, no longer easily swayed. (I'll write a full post about these age
    names someday — there's a beautiful one for every decade.)
  &lt;/p&gt;

  &lt;p&gt;
    Having crossed that threshold, I wanted to build friendships beyond borders —
    especially with fellow entrepreneurs, however small our ventures may be right now.
    So instead of hesitating further, I took the first step.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- 2. Ten Posts In --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;section-header&quot;&gt;
    &lt;span class=&quot;section-num&quot;&gt;02&lt;/span&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;Nearly Ten Posts In&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p&gt;
    Some posts make me wince. There are entries I'd love to rewrite, others I'd
    quietly revise. But I've decided to leave them as they are.
  &lt;/p&gt;

  &lt;div class=&quot;callout&quot;&gt;
    &lt;p&gt;
      Those early, imperfect posts are the honest record of who I was
      when I first started — and I expect they'll make me smile years from now.
    &lt;/p&gt;
  &lt;/div&gt;

  &lt;p&gt;
    Every beginner leaves traces of their beginning. These are mine.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- 3. The Vision --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;section-header&quot;&gt;
    &lt;span class=&quot;section-num&quot;&gt;03&lt;/span&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;What I'm Building Toward&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p&gt;
    Language barriers are falling. A young entrepreneur in Lagos, a designer in
    Lisbon, a startup founder in Osaka — we can now read each other's worlds more
    easily than any generation before us. I want to be part of that.
  &lt;/p&gt;

  &lt;p&gt;
    My goal is for this blog to become a useful, honest reference for anyone visiting
    Seoul — especially those who might find themselves near &lt;strong&gt;Samseong Station&lt;/strong&gt;,
    where my office is. If our paths cross, I'd genuinely love to connect over coffee
    or a meal.
  &lt;/p&gt;

  &lt;p&gt;
    This will be a journey of stumbles and discoveries, and I hope you'll come along
    for the ride.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- 4. Coming Up --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;section-header&quot;&gt;
    &lt;span class=&quot;section-num&quot;&gt;04&lt;/span&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;What's Coming Next&lt;/h2&gt;
  &lt;/div&gt;

  &lt;ul class=&quot;plan-list&quot;&gt;
    &lt;li&gt;Wrapping up the &lt;em&gt;History of Seoul&lt;/em&gt; series (currently on Part 4)&lt;/li&gt;
    &lt;li&gt;A deep dive into &lt;em&gt;Sundae Gukbap&lt;/em&gt; — Korea's beloved pork &amp; rice soup&lt;/li&gt;
    &lt;li&gt;A look at the hottest street snacks and desserts trending in Korea right now&lt;/li&gt;
    &lt;li&gt;More of the creative struggle and joy that comes with writing&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;

&lt;!-- 5. Let's Connect --&gt;
&lt;div class=&quot;section&quot;&gt;
  &lt;div class=&quot;section-header&quot;&gt;
    &lt;span class=&quot;section-num&quot;&gt;05&lt;/span&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;Let's Connect&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p&gt;
    I'm still figuring out the best way to connect with readers. Comments, email,
    Instagram — all on the table. I'll find my rhythm as I go.
  &lt;/p&gt;

  &lt;p&gt;
    For now: thank you for being here. Whether you stumbled across this page by
    chance or followed along from the beginning — your presence means everything to a
    blog that's still finding its voice.
  &lt;/p&gt;

  &lt;div class=&quot;callout&quot;&gt;
    &lt;p&gt;
      &quot;The world feels smaller and bigger at the same time lately. 
      I'm grateful for every corner of it that finds its way here.&quot;
    &lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
```

  &lt;/div&gt;&lt;!-- /content-grid --&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Thoughts</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/18</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Reflections-on-Starting-My-Blog#entry18comment</comments>
      <pubDate>Fri, 27 Mar 2026 11:29:37 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 &amp;mdash; Gangnam, Seoul &amp;mdash; the History Behind</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-Gangnam-Seoul-%E2%80%94-the-History-Behind</link>
      <description>&lt;!DOCTYPE html&gt;

&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;
&lt;title&gt;How Seoul Crossed the River — The Making of Gangnam&lt;/title&gt;
&lt;meta name=&quot;description&quot; content=&quot;Until the 1960s, the land south of the Han River was rice paddies. How a government plan turned farmland into Korea's most expensive real estate.&quot;/&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&amp;family=DM+Sans:wght@300;400;500&amp;family=DM+Mono:wght@400&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;
&lt;/head&gt;
&lt;body style=&quot;margin:0;padding:0;background-color:#faf8f4;color:#1c1a17;font-family:'DM Sans',system-ui,sans-serif;font-size:16px;line-height:1.85;-webkit-font-smoothing:antialiased;&quot;&gt;

&lt;!-- ==============================
     HERO
     ============================== --&gt;

&lt;div style=&quot;background-color:#faf8f4;padding:64px 24px 56px;text-align:center;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.22em;text-transform:uppercase;color:#b0a090;margin-bottom:32px;&quot;&gt;
    Seoul History Series &amp;nbsp;·&amp;nbsp; Part 4 of 7
  &lt;/div&gt;

  &lt;h1 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,7vw,3.4rem);line-height:1.15;font-weight:300;max-width:600px;margin:0 auto 20px;color:#1c1a17;letter-spacing:0.01em;&quot;&gt;
    How Seoul&lt;br&gt;Crossed the River
  &lt;/h1&gt;

  &lt;div style=&quot;width:36px;height:1px;background-color:#d4622a;margin:0 auto 20px;&quot;&gt;&lt;/div&gt;

  &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1rem,3vw,1.2rem);color:#6a6050;max-width:400px;margin:0 auto;font-weight:300;line-height:1.7;font-style:italic;&quot;&gt;
    The making of Gangnam
  &lt;/p&gt;

&lt;/div&gt;

&lt;!-- ==============================
     OPENING
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:56px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    Seoul's most expensive addresses — Apgujeong, Banpo, Jamsil, Daechi — all sit south of the Han River. In 2024, a single square meter in parts of Gangnam can exceed ₩50 million (~$35,000). Among the highest real estate prices in Asia.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    North of the river — Gangbuk — holds a different kind of weight: Hannam-dong, Pyeongchang-dong, the historic center near Gyeongbokgung. Old money, old streets, old hills.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:0;line-height:1.85;&quot;&gt;
    In 1960, almost none of this existed. The land south of the Han River was classified as &lt;strong&gt;Gyeonggi Province — not Seoul.&lt;/strong&gt; What happened over the next three decades is one of the most deliberate acts of city-building in modern Asian history.
  &lt;/p&gt;

&lt;/div&gt;

&lt;!-- ==============================
     MAP
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:40px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:12px;text-align:center;&quot;&gt;
    Seoul · Han River Overview
  &lt;/div&gt;
  &lt;div style=&quot;border:1px solid #e8e0d0;border-radius:4px;overflow:hidden;&quot;&gt;
    &lt;iframe
      src=&quot;https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d50457.58!2d126.986!3d37.528!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2skr!4v1700000000000!5m2!1sen!2skr&quot;
      width=&quot;100%&quot;
      height=&quot;280&quot;
      style=&quot;border:0;display:block;&quot;
      allowfullscreen=&quot;&quot;
      loading=&quot;lazy&quot;
      referrerpolicy=&quot;no-referrer-when-downgrade&quot;&gt;
    &lt;/iframe&gt;
  &lt;/div&gt;
  &lt;p style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:#b0a090;margin:10px 0 0;text-align:center;&quot;&gt;
    Han River divides Gangbuk (north) and Gangnam (south)
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 01
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;01&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;The Pressure That Forced the Crossing&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    In 1945, Seoul's population was roughly 900,000. By 1970 — just 25 years later — it had reached 5.43 million. The city had more than quintupled. The old city north of the river had no room left. Hillside slums spread across every slope. Roads were at a standstill. Housing was structurally inadequate.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:32px;line-height:1.85;&quot;&gt;
    The solution was not subtle. Cross the river, and build an entirely new city on the other side.
  &lt;/p&gt;

  &lt;!-- Timeline --&gt;

  &lt;div style=&quot;border-top:1px solid #e8e0d0;padding-top:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:20px;&quot;&gt;Population · Seoul&lt;/div&gt;

```
&lt;div style=&quot;padding:12px 0;border-bottom:1px solid #f0e8d8;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:3px;&quot;&gt;1945&lt;/div&gt;
  &lt;div style=&quot;font-size:14px;color:#4a4030;line-height:1.7;&quot;&gt;~900,000 &amp;nbsp;·&amp;nbsp; Post-liberation baseline&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:12px 0;border-bottom:1px solid #f0e8d8;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:3px;&quot;&gt;1953&lt;/div&gt;
  &lt;div style=&quot;font-size:14px;color:#4a4030;line-height:1.7;&quot;&gt;Ceasefire. War refugees and rural migrants flood the capital.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:12px 0;border-bottom:1px solid #f0e8d8;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:3px;&quot;&gt;1960&lt;/div&gt;
  &lt;div style=&quot;font-size:14px;color:#4a4030;line-height:1.7;&quot;&gt;2.44 million &amp;nbsp;·&amp;nbsp; North bank near saturation&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:12px 0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:3px;&quot;&gt;1970&lt;/div&gt;
  &lt;div style=&quot;font-size:14px;color:#1c1a17;line-height:1.7;&quot;&gt;&lt;strong&gt;5.43 million&lt;/strong&gt; &amp;nbsp;·&amp;nbsp; Crossing the river becomes unavoidable&lt;/div&gt;
&lt;/div&gt;
```

  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 02
     ============================== --&gt;

&lt;div style=&quot;background-color:#f5f0e8;padding:4px 0;&quot;&gt;
&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;02&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;The Plan — A State-Directed Project&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    The development of Gangnam was not organic. It was driven by the Park Chung-hee government (1961–1979) with two simultaneous objectives: relieve the overcrowded north, and establish the southern anchor of a new industrial corridor running from Seoul to Busan.
  &lt;/p&gt;

  &lt;div style=&quot;border-top:1px solid #e0d8c8;padding-top:28px;margin-top:32px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:20px;&quot;&gt;Key Decisions · 1963–1988&lt;/div&gt;

```
&lt;div style=&quot;padding:14px 0;border-bottom:1px solid #ece4d4;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:5px;&quot;&gt;1963&lt;/div&gt;
  &lt;div style=&quot;font-size:14.5px;color:#1c1a17;line-height:1.75;&quot;&gt;Seoul's administrative boundary expands. Land south of the Han River — previously Gyeonggi Province — is absorbed into Seoul. Gangnam becomes Seoul.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:14px 0;border-bottom:1px solid #ece4d4;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:5px;&quot;&gt;1968&lt;/div&gt;
  &lt;div style=&quot;font-size:14.5px;color:#1c1a17;line-height:1.75;&quot;&gt;Gyeongbu Expressway breaks ground — Seoul to Busan. Gangnam is set as the northern terminus. The south becomes the gateway to the entire industrial corridor.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:14px 0;border-bottom:1px solid #ece4d4;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:5px;&quot;&gt;1969&lt;/div&gt;
  &lt;div style=&quot;font-size:14.5px;color:#1c1a17;line-height:1.75;&quot;&gt;Hannam Bridge opens. First permanent road connection between Gangbuk and Gangnam. Before this, crossing the Han River required a ferry.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:14px 0;border-bottom:1px solid #ece4d4;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:5px;&quot;&gt;1972&lt;/div&gt;
  &lt;div style=&quot;font-size:14.5px;color:#1c1a17;line-height:1.75;&quot;&gt;Yeongdong District land readjustment begins. Rice paddies are surveyed, divided, and converted into the grid street system that defines Gangnam today.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding:14px 0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:10px;color:#d4622a;margin-bottom:5px;&quot;&gt;1988&lt;/div&gt;
  &lt;div style=&quot;font-size:14.5px;color:#1c1a17;line-height:1.75;&quot;&gt;Seoul Olympics. Jamsil and Songpa transformed. The world watches Gangnam on television for the first time.&lt;/div&gt;
&lt;/div&gt;
```

  &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 03
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;03&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;The Move That Changed Everything — 15 Elite Schools Relocated&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    Infrastructure was built. Land was cleared. Roads were laid. But no one wanted to move. In the mid-1970s, Gangnam remained largely empty — a grid of new streets with almost no residents.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    The government made a single policy decision that changed everything.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:32px;line-height:1.85;&quot;&gt;
    Beginning in 1976 with Gyeonggi High School, Seoul's most prestigious secondary schools were forcibly relocated from the historic center — the old city north of the river — to Gangnam. By the late 1980s, 15 elite schools had made the move, including Whimoon High School, Sookmyung Girls' High School, Seoul High School, and Baejai High School.
  &lt;/p&gt;

  &lt;!-- Pull quote --&gt;

  &lt;div style=&quot;border-left:2px solid #d4622a;padding:18px 20px;margin:32px 0;&quot;&gt;
    &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:1.15rem;color:#1c1a17;margin:0;line-height:1.65;font-weight:300;&quot;&gt;In Korea, secondary school placement has historically determined university entry, which determines career trajectory. Moving the schools was not an education policy. It was a real estate policy.&lt;/p&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    The result was immediate. Middle-class families with school-age children relocated south. Residents brought commerce. Commerce brought more residents. Within a decade, Gangnam had achieved critical mass.
  &lt;/p&gt;

  &lt;!-- Info note --&gt;

  &lt;div style=&quot;background-color:#f5f0e8;border-top:1px solid #e8e0d0;border-bottom:1px solid #e8e0d0;padding:20px 0;margin-top:32px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:8px;&quot;&gt;Why Daechi-dong Is What It Is Today&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#4a4030;margin:0;line-height:1.75;&quot;&gt;
      Daechi-dong — the neighborhood housing the highest concentration of private tutoring academies (hagwon) in the world — is a direct legacy of the 1976 relocation. The schools moved. Families followed. The tutoring industry followed the families. Fifty years later, the original policy decision is still shaping daily life.
    &lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 04
     ============================== --&gt;

&lt;div style=&quot;background-color:#f5f0e8;padding:4px 0;&quot;&gt;
&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;04&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;Gangnam Was Built in Phases&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:28px;line-height:1.85;&quot;&gt;
    The Gangnam that exists today was assembled over roughly three decades. Each sub-district arrived on its own timeline.
  &lt;/p&gt;

  &lt;div style=&quot;display:flex;flex-direction:column;gap:1px;border-top:1px solid #e8e0d0;&quot;&gt;

```
&lt;div style=&quot;padding:20px 0;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;1970s · Gangnam-gu &amp;amp; Seocho-gu&lt;/div&gt;
  &lt;p style=&quot;font-size:14.5px;color:#1c1a17;margin:0;line-height:1.75;&quot;&gt;The original Gangnam grid. Apgujeong Hyundai apartment complex breaks ground. The first high-rise residential buildings south of the river. Banpo and Jamwon estates follow.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;padding:20px 0;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;1977 · Jamsil — Built on a Former Island&lt;/div&gt;
  &lt;p style=&quot;font-size:14.5px;color:#1c1a17;margin:0;line-height:1.75;&quot;&gt;Jamsil was an island in the Han River until the 1970s. A reclamation project rerouted the river's southern channel, connecting the island to the mainland. The land where Lotte World and Lotte Tower now stand was open water until the late 1970s.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;padding:20px 0;border-bottom:1px solid #e8e0d0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;1979–1980s · Administrative Formalization&lt;/div&gt;
  &lt;p style=&quot;font-size:14.5px;color:#1c1a17;margin:0;line-height:1.75;&quot;&gt;Gangnam-gu becomes its own independent district in 1979. Seocho-gu and Songpa-gu follow in the early 1980s. The 1981 Olympic bid triggers a second wave of infrastructure investment across the entire south bank.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;padding:20px 0;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.14em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;1988 · Seoul Olympics&lt;/div&gt;
  &lt;p style=&quot;font-size:14.5px;color:#1c1a17;margin:0;line-height:1.75;&quot;&gt;Olympic Stadium, Olympic Park, and the Athletes' Village are built in the Jamsil–Songpa corridor. The 1988 Games were, in significant part, a showcase for the new city built south of the river. The world saw Gangnam for the first time.&lt;/p&gt;
&lt;/div&gt;
```

  &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 05
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;05&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;Teheran-ro — The Address of Korean Business&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    The 3.7km boulevard running from Gangnam Station to Samsung Station is called &lt;strong&gt;Teheran-ro&lt;/strong&gt;. The name comes from a 1977 sister-city agreement between Seoul and Tehran — Teheran-ro in Seoul, Seoul-ro in Tehran.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    By the late 1990s, following the IT venture boom that emerged from the IMF recovery, Teheran-ro had become the central address of Korean corporate life. Samsung, Hyundai, SK, and LG all maintain major presences here. The country's leading law firms, private equity offices, and management consultancies line the boulevard.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:0;line-height:1.85;&quot;&gt;
    Gangnam is where Korea's education system and Korea's business establishment physically converge. That combination — elite schools and corporate headquarters within walking distance of each other — is what sustains the area's property premium, decade after decade.
  &lt;/p&gt;

&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 06
     ============================== --&gt;

&lt;div style=&quot;background-color:#f5f0e8;padding:4px 0;&quot;&gt;
&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;border-bottom:1px solid #e8e0d0;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;06&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;What the Development Cost&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    Every major Gangnam development project required prior residents to be displaced. People living in the informal settlements along the Han River banks and in the hillside communities of Gangbuk were relocated — largely without adequate compensation — to peripheral areas outside the city boundary.
  &lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:18px;line-height:1.85;&quot;&gt;
    A significant number were moved to the Seongnam area east of Seoul. In 1971, the displacement reached a breaking point. Tens of thousands of residents, having been relocated to undeveloped land with no infrastructure and no legal title to their plots, organized and refused to leave. The resulting confrontation — known as the &lt;strong&gt;Gwangju Danji Incident&lt;/strong&gt;, also called the Seongnam Civil Rights Movement — was the largest civil uprising in Korea between the 1960 student revolution and the 1980 Gwangju Democratization Movement.
  &lt;/p&gt;

  &lt;!-- Pull quote --&gt;

  &lt;div style=&quot;border-left:2px solid #d4622a;padding:18px 20px;margin:32px 0;&quot;&gt;
    &lt;p style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:1.15rem;color:#1c1a17;margin:0;line-height:1.65;font-weight:300;&quot;&gt;Gangnam's rise is a genuine urban achievement. The displacement that made it possible is part of the same story. Both are true. Neither cancels the other.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- ==============================
     CHAPTER 07
     ============================== --&gt;

&lt;div style=&quot;max-width:640px;margin:0 auto;padding:52px 24px;&quot;&gt;

  &lt;div style=&quot;margin-bottom:28px;&quot;&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#d4622a;margin-bottom:10px;&quot;&gt;07&lt;/div&gt;
    &lt;h2 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:400;line-height:1.25;color:#1c1a17;margin:0;letter-spacing:0.01em;&quot;&gt;What Travelers Can See Today&lt;/h2&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px;color:#1c1a17;margin-bottom:32px;line-height:1.85;&quot;&gt;
    The physical history of Gangnam is still readable in the city, if you know where to look.
  &lt;/p&gt;

  &lt;div style=&quot;display:flex;flex-direction:column;gap:24px;&quot;&gt;

```
&lt;div style=&quot;display:grid;grid-template-columns:1px 1fr;gap:20px;&quot;&gt;
  &lt;div style=&quot;background-color:#d4622a;border-radius:1px;&quot;&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;h3 style=&quot;font-size:14px;font-weight:500;color:#1c1a17;margin:0 0 4px;letter-spacing:0.01em;&quot;&gt;Apgujeong Rodeo Street&lt;/h3&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;Subway Line 3 · Orange Line — Apgujeong Station&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#6a6050;margin:0;line-height:1.75;&quot;&gt;The commercial center of 1980s–90s Gangnam. Now Seoul's medical tourism district — plastic surgery clinics occupy almost every building. Side streets have independent cafes, vintage shops, and galleries worth exploring.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;display:grid;grid-template-columns:1px 1fr;gap:20px;&quot;&gt;
  &lt;div style=&quot;background-color:#d4622a;border-radius:1px;&quot;&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;h3 style=&quot;font-size:14px;font-weight:500;color:#1c1a17;margin:0 0 4px;letter-spacing:0.01em;&quot;&gt;Teheran-ro&lt;/h3&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;Subway Line 2 · Green Line — Gangnam Station to Samsung Station&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#6a6050;margin:0;line-height:1.75;&quot;&gt;The physical address of Korean corporate power. Walk it during the day to understand the scale of the business district. The night view of the boulevard is one of Seoul's more striking streetscapes.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;display:grid;grid-template-columns:1px 1fr;gap:20px;&quot;&gt;
  &lt;div style=&quot;background-color:#d4622a;border-radius:1px;&quot;&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;h3 style=&quot;font-size:14px;font-weight:500;color:#1c1a17;margin:0 0 4px;letter-spacing:0.01em;&quot;&gt;Olympic Park &amp;amp; Jamsil&lt;/h3&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;Subway Line 5 · Purple Line — Olympic Park Station &amp;nbsp;/&amp;nbsp; Line 2 · Green Line — Jamsil Station&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#6a6050;margin:0;line-height:1.75;&quot;&gt;The 1988 Olympics infrastructure is fully open. The sculpture park is one of Seoul's best green spaces. Inside the grounds: Mongchon Toseong, a Baekje earthen fortress from the 4th century — sitting quietly within the 1988 Olympic perimeter. Two thousand years, one park.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;display:grid;grid-template-columns:1px 1fr;gap:20px;&quot;&gt;
  &lt;div style=&quot;background-color:#d4622a;border-radius:1px;&quot;&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;h3 style=&quot;font-size:14px;font-weight:500;color:#1c1a17;margin:0 0 4px;letter-spacing:0.01em;&quot;&gt;Han River Park — Banpo &amp;amp; Jamwon&lt;/h3&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;Subway Line 3 · Orange Line — Express Bus Terminal Station&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#6a6050;margin:0;line-height:1.75;&quot;&gt;The Banpo Bridge Rainbow Fountain holds a Guinness record as the world's longest bridge fountain. Evening, with the city skyline behind it, is when it's worth seeing. Riverfront picnics with food delivery are a Seoul institution — entirely locals, entirely relaxed.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div style=&quot;display:grid;grid-template-columns:1px 1fr;gap:20px;&quot;&gt;
  &lt;div style=&quot;background-color:#d4622a;border-radius:1px;&quot;&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;h3 style=&quot;font-size:14px;font-weight:500;color:#1c1a17;margin:0 0 4px;letter-spacing:0.01em;&quot;&gt;Lotte World Tower&lt;/h3&gt;
    &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#d4622a;margin-bottom:6px;&quot;&gt;Subway Line 2 · Green Line — Jamsil Station&lt;/div&gt;
    &lt;p style=&quot;font-size:14px;color:#6a6050;margin:0;line-height:1.75;&quot;&gt;555 meters. Stands on land that was a river channel until the 1970s reclamation. The observation deck gives the clearest aerial read of how the Han River divides the city — Gangbuk and Gangnam laid out below in full.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
```

  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ==============================
     NEXT UP
     ============================== --&gt;

&lt;div style=&quot;border-top:1px solid #e8e0d0;max-width:640px;margin:0 auto;padding:48px 24px;text-align:center;&quot;&gt;
  &lt;div style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.18em;text-transform:uppercase;color:#b0a090;margin-bottom:20px;&quot;&gt;Up Next&lt;/div&gt;
  &lt;h3 style=&quot;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.2rem,4vw,1.6rem);font-weight:300;margin-bottom:12px;color:#1c1a17;line-height:1.3;&quot;&gt;Part 5 — The Miracle on the Han River&lt;/h3&gt;
  &lt;div style=&quot;width:28px;height:1px;background-color:#d4622a;margin:0 auto 16px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-size:13.5px;color:#8a7a6a;max-width:400px;margin:0 auto;line-height:1.8;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-weight:300;&quot;&gt;
    In 1953, Korea's GDP per capita was $67. By the 1980s, it was exporting semiconductors and hosting the Olympics. How a country rebuilt itself from almost nothing.
  &lt;/p&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;

&lt;div style=&quot;background-color:#f5f0e8;border-top:1px solid #e8e0d0;padding:28px 24px;text-align:center;&quot;&gt;
  &lt;div style=&quot;width:28px;height:1px;background-color:#d4622a;margin:0 auto 14px;&quot;&gt;&lt;/div&gt;
  &lt;p style=&quot;font-family:'DM Mono',monospace;font-size:9px;letter-spacing:0.16em;color:#b0a090;text-transform:uppercase;margin:0;&quot;&gt;Seoul History Series &amp;nbsp;·&amp;nbsp; yourmaninkorea &amp;nbsp;·&amp;nbsp; Part 4 of 7&lt;/p&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>Posts</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/17</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-Gangnam-Seoul-%E2%80%94-the-History-Behind#entry17comment</comments>
      <pubDate>Fri, 27 Mar 2026 11:17:05 +0900</pubDate>
    </item>
    <item>
      <title>Why Your Teenage 'Hero' Still Matters: A Reflection on Fictional Identities</title>
      <link>https://yourmaninkorea.tistory.com/entry/Why-Your-Teenage-Hero-Still-Matters-A-Reflection-on-Fictional-Identities</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;!-- HERO --&gt;
&lt;div style=&quot;background-color: #0e0e0e; padding: 64px 20px 52px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #9a9690; margin-bottom: 20px;&quot;&gt;K-Drama &amp;nbsp;&amp;middot;&amp;nbsp; Culture &amp;nbsp;&amp;middot;&amp;nbsp; Personal&lt;/div&gt;
&lt;h1 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.8rem,6vw,3rem); line-height: 1.2; font-weight: 400; max-width: 680px; margin: 0 auto 16px; color: #fafaf8;&quot;&gt;Do You Have a&lt;br /&gt;&lt;span style=&quot;color: #f89009;&quot;&gt;&lt;i&gt;Favorite Character?&lt;/i&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p style=&quot;font-size: 14px; color: #a8a49e; max-width: 480px; margin: 0 auto 40px; font-weight: 300; line-height: 1.7;&quot; data-ke-size=&quot;size16&quot;&gt;Romance of the Three Kingdoms. Slam Dunk. Six Flying Dragons.&lt;br /&gt;The character you love says more about you than you might expect.&lt;/p&gt;
&lt;div style=&quot;display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 40px; padding: 7px 18px; font-size: 11px; font-family: 'DM Mono',monospace; letter-spacing: 0.08em; color: #c8c4be;&quot;&gt;&lt;span style=&quot;width: 6px; height: 6px; background: #c8490a; border-radius: 50%; display: inline-block; flex-shrink: 0;&quot;&gt;&lt;/span&gt; yourmaninkorea &amp;middot; Culture &amp;amp; K-Content&lt;/div&gt;
&lt;/div&gt;
&lt;!-- WHY THIS POST --&gt;
&lt;div style=&quot;background-color: #1c1c1a; padding: 32px 20px; text-align: center;&quot;&gt;
&lt;p style=&quot;max-width: 560px; margin: 0 auto; font-size: 13.5px; color: #7a7672; line-height: 1.8; font-style: italic;&quot; data-ke-size=&quot;size16&quot;&gt;This post started with something I heard from an entrepreneur who works with teenagers. Her point was simple: the fictional characters you loved as a teenager &amp;mdash; before social pressures, before self-interest, before you learned to perform &amp;mdash; those characters tend to carry a specific kind of meaning through your life and work. It stuck with me. So I thought about mine.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- NOTE BEFORE --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border-top: 3px solid #c8490a; padding: 48px 20px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 14px;&quot;&gt;A Note Before We Begin&lt;/div&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.4rem,4vw,2rem); font-weight: 400; margin-bottom: 18px; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;Do You Have a Favorite Character?&lt;/h2&gt;
&lt;p style=&quot;max-width: 580px; margin: 0 auto 14px; color: #5a5754; font-size: 15px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;Reading a novel, watching a show, flipping through a manga &amp;mdash; at some point, a specific character just gets you. Not always the protagonist. Sometimes it's the villain. Sometimes it's someone morally complicated, and that's exactly why you can't look away.&lt;/p&gt;
&lt;p style=&quot;max-width: 580px; margin: 0 auto 14px; color: #5a5754; font-size: 15px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;I don't think that's random. The way people connect with fictional characters tends to fall into one of two patterns: either the character reflects who you already are, or they reflect who you want to be &amp;mdash; or sometimes, the version of yourself you've never let out.&lt;/p&gt;
&lt;p style=&quot;max-width: 580px; margin: 0 auto; color: #5a5754; font-size: 15px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;I want to talk about that. Through three very different stories &amp;mdash; &lt;b&gt;Romance of the Three Kingdoms, Slam Dunk,&lt;/b&gt; and a Korean historical drama called &lt;b&gt;Six Flying Dragons.&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 01 — THREE KINGDOMS
     ============================== --&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;01&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;Romance of the Three Kingdoms &amp;mdash; China's Greatest Story, Still Running After 1,800 Years&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Romance of the Three Kingdoms (三國志, Samgukji in Korean) is a historical novel written by Chinese author Luo Guanzhong in the 14th century. The setting is late 2nd century China &amp;mdash; the Han Dynasty is collapsing, and three kingdoms &amp;mdash; Wei (魏), Shu (蜀), and Wu (吳) &amp;mdash; are fighting to take everything.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The scale is overwhelming. Hundreds of characters, decades of warfare, politics and betrayal and loyalty all tangled together. It's been consistently popular in Korea for generations &amp;mdash; because it's not really a war story. &lt;b&gt;It's a story about human ambition and the choices people make under pressure.&lt;/b&gt;&lt;/p&gt;
&lt;!-- Character grid --&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 24px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 18px;&quot;&gt;Key Characters&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Liu Bei &amp;middot; 유비 (劉備)&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Lord of Shu. An idealist who leads through virtue and empathy. Exceptional at winning people's hearts &amp;mdash; sometimes criticized for being too soft for the world he lives in.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character people choose when they believe in doing the right thing.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Cao Cao &amp;middot; 조조 (曹操)&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;The dominant power of Wei. Cold, pragmatic, ruthless &amp;mdash; and brilliant. A meritocrat who respects talent above all else, regardless of origin.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The most debated character. People either love him or can't stand him. Rarely indifferent.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Zhuge Liang &amp;middot; 제갈량 (諸葛亮)&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Liu Bei's chief strategist. A once-in-a-generation genius. The symbol of total loyalty paired with total intelligence.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;Consistently the most beloved character among Korean readers.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Guan Yu &amp;middot; 관우 (關羽)&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Liu Bei's sworn brother. The embodiment of loyalty and martial prowess. So revered he was literally deified after death.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;Still worshipped in temples across East Asia today.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Sun Quan &amp;middot; 손권 (孫權)&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Lord of Wu. A balanced, steady leader &amp;mdash; neither the idealist nor the cold strategist, but something more pragmatically grounded.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character who doesn't get enough credit.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;What's interesting is how clearly people's character preferences diverge. Liu Bei fans, Cao Cao fans, Zhuge Liang fans &amp;mdash; they're picking completely different value systems. And more often than not, the choice tracks back to something real about the person making it.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 02 — SLAM DUNK
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 4px 0;&quot;&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;02&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;Slam Dunk &amp;mdash; A Manga That's Still Playing, 30 Years Later&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Slam Dunk (スラムダンク) is a basketball manga by Japanese artist Inoue Takehiko, serialized from 1990. It exploded in Korea in the 90s &amp;mdash; and when the theatrical film came out in 2022, the country went through it all over again.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The setup: Hanamichi Sakuragi is a delinquent with zero basketball knowledge who joins the school team to impress a girl. From there, it's the story of a team chasing a national championship. That's all I'll say without spoiling anything. The rest needs to be experienced.&lt;/p&gt;
&lt;!-- Character grid --&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 24px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 18px;&quot;&gt;Key Characters&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Hanamichi Sakuragi &amp;middot; 강백호&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;The protagonist. Explosive natural talent, zero technical skill. His growth arc is the spine of the entire story.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character for people who believe in raw effort and potential.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Rukawa Kaede &amp;middot; 서태웅&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Sakuragi's rival. A natural genius. Silent, independent, and utterly self-reliant. Does everything alone &amp;mdash; and pulls it off.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;Consistently the most popular character. Cool in the truest sense of the word.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Takenori Akagi &amp;middot; 채치수&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Team captain. The anchor. Carries the weight of the team's expectations without complaint.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character for people who identify as the reliable one in any group.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Hisashi Mitsui &amp;middot; 정대만&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;The player who quit &amp;mdash; and came back. Famous for the line: &quot;I have no intention of giving up.&quot;&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character that hits hardest for anyone who's walked away from something and returned.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 12px; color: #c8490a; font-weight: 500; margin-bottom: 5px;&quot;&gt;Ryota Miyagi &amp;middot; 송태섭&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65; margin-bottom: 4px;&quot;&gt;Point guard. Small, fast, smart. Plays bigger than his size suggests.&lt;/div&gt;
&lt;div style=&quot;font-size: 12px; color: #6a6662;&quot;&gt;The character for people who've had to work twice as hard just to be taken seriously.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Same pattern. Sakuragi fans, Rukawa fans, Mitsui fans &amp;mdash; each picking a fundamentally different type of person to root for. The choice is never random.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 03 — THE THEORY
     ============================== --&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;03&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;Why We Love the Characters We Love&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 24px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;After thinking about this for a while, I've landed on three patterns.&lt;/p&gt;
&lt;!-- Theory card 1 --&gt;
&lt;div style=&quot;display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid #e8e4dc; border-radius: 10px; background-color: #fafaf8; margin-bottom: 12px;&quot;&gt;
&lt;div style=&quot;width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background-color: #c8490a; display: flex; align-items: center; justify-content: center; font-size: 1.1rem;&quot;&gt; &lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-weight: 600; font-size: 15px; color: #0e0e0e; margin: 0 0 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Because they're like you&lt;/h3&gt;
&lt;p style=&quot;font-size: 14.5px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;You're the responsible one in every group, so you gravitate toward Akagi. You've fought back from quitting something, so Mitsui hits different. Recognition is the root of the connection.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Theory card 2 --&gt;
&lt;div style=&quot;display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid #e8e4dc; border-radius: 10px; background-color: #fafaf8; margin-bottom: 12px;&quot;&gt;
&lt;div style=&quot;width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background-color: #c8490a; display: flex; align-items: center; justify-content: center; font-size: 1.1rem;&quot;&gt; &lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-weight: 600; font-size: 15px; color: #0e0e0e; margin: 0 0 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Because they're who you want to be&lt;/h3&gt;
&lt;p style=&quot;font-size: 14.5px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Rukawa's self-sufficiency. Zhuge Liang's clarity. The version of yourself you're working toward &amp;mdash; or maybe secretly wish you could just already be. Projection as admiration.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Theory card 3 --&gt;
&lt;div style=&quot;display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid #e8e4dc; border-radius: 10px; background-color: #fafaf8; margin-bottom: 28px;&quot;&gt;
&lt;div style=&quot;width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background-color: #c8490a; display: flex; align-items: center; justify-content: center; font-size: 1.1rem;&quot;&gt; &lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-weight: 600; font-size: 15px; color: #0e0e0e; margin: 0 0 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Because they're nothing like you &amp;mdash; and that's exactly why&lt;/h3&gt;
&lt;p style=&quot;font-size: 14.5px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;This is the most interesting one. You would never live like Cao Cao. You couldn't. But watching him move through the world is magnetic. Something in the character unlocks something in you that doesn't get much air in real life.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Pull quote --&gt;
&lt;div style=&quot;border-left: 3px solid #c8490a; padding: 16px 20px; background-color: #f0ddd4; border-radius: 0 8px 8px 0;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-style: italic; font-size: 1.05rem; color: #0e0e0e; margin: 0; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;Your favorite character is a mirror. Sometimes it reflects who you are. Sometimes it reflects the part of you that doesn't get much space.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 04 — THE ERA
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 4px 0;&quot;&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;04&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;Why Korean Dramas Keep Returning to This One Era&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;There's a specific period in Korean history that keeps showing up in drama after drama: the transition from the Goryeo Dynasty to Joseon &amp;mdash; roughly late 14th to early 15th century. Korean historians call it &lt;i&gt;yeomalseoncho&lt;/i&gt; (여말선초, 麗末鮮初).&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The reason it keeps getting made is simple. &lt;b&gt;It's one of the most compressed periods of change in Korean history.&lt;/b&gt; A 500-year dynasty collapses. A new kingdom is born. Best friends become enemies. A mentor is killed by his own student. The old world ends and a new one begins &amp;mdash; simultaneously, in the same place, involving the same people.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Stable eras produce stable characters. Turbulent eras force people into choices. And choices are what make characters worth watching. Every person in this story had to decide, over and over, what they were willing to do and what they weren't. Those decisions are what we're actually watching when we watch historical drama.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Which brings me to the drama I want to recommend.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 05 — SIX FLYING DRAGONS
     ============================== --&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;05&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;Six Flying Dragons &amp;mdash; And the Character Everyone Talks About&lt;/h2&gt;
&lt;/div&gt;
&lt;!-- Watch info box --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border: 1px solid #e8e4dc; border-left: 3px solid #c8490a; border-radius: 0 8px 8px 0; padding: 16px 20px; margin-bottom: 24px;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #c8490a; margin-bottom: 8px;&quot;&gt;Where to Watch&lt;/div&gt;
&lt;p style=&quot;font-size: 14px; color: #1c1c1a; margin-bottom: 6px; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;background-color: #e50914; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 3px; margin-right: 8px;&quot;&gt;● Netflix&lt;/span&gt; Available in most regions &amp;middot; 50 episodes &amp;middot; 2015 &amp;middot; SBS&lt;/p&gt;
&lt;p style=&quot;font-size: 13px; color: #5a5754; margin: 0; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;Korean title: 육룡이 나르샤 &amp;middot; Romanization: Yung-nyong-i Na-reu-sha &amp;middot; English title: Six Flying Dragons&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Six Flying Dragons covers the final years of the Goryeo Dynasty and the founding of Joseon &amp;mdash; the exact era I wrote about in &lt;a style=&quot;color: #c8490a; text-decoration: underline; text-underline-offset: 3px;&quot; href=&quot;https://yourmaninkorea.tistory.com/m/entry/Seoul-History-101-%E2%80%94-How-Seoul-Became-the-Capital-of-Korea&quot;&gt;Seoul History 101: How Seoul Became the Capital of Korea&lt;/a&gt;. If you want the historical context behind what you're watching &amp;mdash; who Lee Seonggye was, why the Goryeo-to-Joseon transition mattered, and what it meant for the city that would become Seoul &amp;mdash; that post is the background reading. Six Flying Dragons is the drama version of the same story.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Six characters, each representing a different vision of what the new kingdom should be, navigate the collapse of one world and the construction of another.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Of the six, the character that gets talked about most &amp;mdash; the one people can't stop thinking about &amp;mdash; is &lt;b&gt;Lee Bang-won (이방원), played by Yoo Ah-in.&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Lee Bang-won is the fifth son of Lee Seonggye, the founder of Joseon. Not the first. Not the heir apparent. The fifth. He starts the drama as a romanticist &amp;mdash; a young man who admires his mentor Jeong Dojeon and believes in the new kingdom they're all trying to build together.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 24px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Then he finds out what that new kingdom actually means for someone like him.&lt;/p&gt;
&lt;!-- Character arc box --&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 24px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 18px;&quot;&gt;Lee Bang-won &amp;mdash; The Character Arc&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #c8490a; font-weight: 500; margin-bottom: 6px;&quot;&gt;The Beginning&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65;&quot;&gt;A romantic young man. He admires Jeong Dojeon as a mentor and believes in the vision of a just new kingdom. &lt;i&gt;Full of idealism.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #c8490a; font-weight: 500; margin-bottom: 6px;&quot;&gt;The Turn&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65;&quot;&gt;He discovers Jeong Dojeon's real design for Joseon: &lt;i&gt;&quot;The king is merely a symbol. Power belongs to the ministers.&quot;&lt;/i&gt; To Lee Bang-won, this isn't a philosophy. It's a declaration of war.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #c8490a; font-weight: 500; margin-bottom: 6px;&quot;&gt;The Choice&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65;&quot;&gt;He kills his mentor. Fights his brothers. Dismantles everything he once believed in &amp;mdash; to build something he believes in more. &lt;i&gt;&quot;The game is over now.&quot;&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 14px 0;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #c8490a; font-weight: 500; margin-bottom: 6px;&quot;&gt;The End&lt;/div&gt;
&lt;div style=&quot;font-size: 13.5px; color: #a8a49e; line-height: 1.65;&quot;&gt;He becomes Taejong &amp;mdash; the third king of Joseon, and one of the most powerful rulers in the dynasty's history. Whether what he built justified what he destroyed: still debated.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Lee Bang-won is compelling for the same reason Cao Cao is compelling. He's not good. He's not evil. He has a vision, and he's willing to pay any price &amp;mdash; including prices that involve people he loves &amp;mdash; to make it real. The drama doesn't tell you whether he's right. It just shows you what he does, and lets you sit with that.&lt;/p&gt;
&lt;!-- Pull quote --&gt;
&lt;div style=&quot;border-left: 3px solid #c8490a; padding: 16px 20px; background-color: #f0ddd4; border-radius: 0 8px 8px 0; margin: 24px 0;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-style: italic; font-size: 1.05rem; color: #0e0e0e; margin: 0; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;People who loved Cao Cao in Three Kingdoms tend to be drawn to Lee Bang-won. People who loved Rukawa in Slam Dunk often feel the same pull. The structure is identical: someone who operates by their own internal logic, at full cost, without apology.&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;If that type of character does something for you &amp;mdash; Six Flying Dragons is worth your time.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 06 — FOOD
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 4px 0;&quot;&gt;
&lt;div style=&quot;max-width: 700px; margin: 0 auto; padding: 56px 20px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;06&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.2rem,3.5vw,1.6rem); font-weight: 400; line-height: 1.3; color: #0e0e0e; margin: 0;&quot; data-ke-size=&quot;size26&quot;&gt;One More Thing &amp;mdash; The Food You'll See in Every Joseon Drama&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Watch enough Korean historical dramas set in the Joseon era and you'll notice something. No matter the character's rank or the drama's stakes &amp;mdash; at some point, someone sits down in front of a bowl of hot soup with rice.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;That's &lt;b&gt;gukbap (국밥)&lt;/b&gt; &amp;mdash; rice served in broth, eaten from a stone pot. It's been a staple of Korean food culture for centuries. Street vendors in Joseon's markets sold it. It showed up in palace kitchens and roadside stalls alike. It's one of those foods that has genuinely never gone out of style.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 16px; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;If you're coming to Seoul, gukbap is worth seeking out. Sundae-gukbap, seolleongtang, gomtang, ppyeo-haejangguk &amp;mdash; each region, each neighborhood has its own version. Sitting down to a bowl of something that's been eaten in essentially the same form for 600 years is a specific kind of experience.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 15.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Specific restaurant recommendations coming in a separate post &amp;mdash; but consider this a heads-up to save room.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CLOSER
     ============================== --&gt;
&lt;div style=&quot;background-color: #0e0e0e; padding: 56px 20px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 18px;&quot;&gt;Before You Go&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.4rem,4vw,1.9rem); font-weight: 400; margin-bottom: 20px; color: #fafaf8; line-height: 1.3;&quot; data-ke-size=&quot;size23&quot;&gt;So &amp;mdash; Who's Your Character?&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #8a8682; max-width: 480px; margin: 0 auto 10px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;In Three Kingdoms: &lt;b&gt;Liu Bei, Cao Cao, or Zhuge Liang?&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #8a8682; max-width: 480px; margin: 0 auto 10px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;In Slam Dunk: &lt;b&gt;Sakuragi, Rukawa, or Mitsui?&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #8a8682; max-width: 480px; margin: 0 auto 24px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;And if you watch Six Flying Dragons &amp;mdash; &lt;b&gt;which of the six do you end up rooting for?&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #8a8682; max-width: 480px; margin: 0 auto 32px; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;Drop it in the comments. I genuinely want to know. And I have a feeling the answers will be more telling than people expect.&lt;/p&gt;
&lt;!-- Closing note --&gt;
&lt;div style=&quot;border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; max-width: 480px; margin: 0 auto;&quot;&gt;
&lt;p style=&quot;font-size: 13px; color: #5a5654; line-height: 1.8; font-style: italic;&quot; data-ke-size=&quot;size16&quot;&gt;One last thought: the characters you loved as a teenager &amp;mdash; before you had a social role to protect, before interests and stakes entered the picture &amp;mdash; those choices tend to mean something. They were made in a purer state. That's worth sitting with.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- FOOTER --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border-top: 1px solid #e8e4dc; padding: 28px 20px; text-align: center;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #9a9690; text-transform: uppercase; margin: 0;&quot; data-ke-size=&quot;size16&quot;&gt;yourmaninkorea &amp;middot; Culture &amp;amp; K-Content &amp;middot; 2026&lt;/p&gt;
&lt;/div&gt;</description>
      <category>Thoughts</category>
      <category>archetypes</category>
      <category>Fictional Identity</category>
      <category>K-contents</category>
      <category>Life Philosophy</category>
      <category>persona</category>
      <category>Pop Culture</category>
      <category>Self-Discovery</category>
      <category>Teenage Heroes</category>
      <category>Value Consumption</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/16</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Why-Your-Teenage-Hero-Still-Matters-A-Reflection-on-Fictional-Identities#entry16comment</comments>
      <pubDate>Thu, 26 Mar 2026 11:12:55 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 &amp;mdash; The Fortress City:Seoul's Four Great Gates &amp;amp; City Wall Explained</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-The-Fortress-CitySeouls-Four-Great-Gates-City-Wall-Explained</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
  .grid-2col {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    align-items: start;
  }
  .grid-2col:last-child { border-bottom: none; }

.grid-3col {
display: grid;
grid-template-columns: 52px 140px 1fr;
gap: 12px;
padding: 14px 0;
border-bottom: 1px solid rgba(255,255,255,0.07);
align-items: center;
}
.grid-3col:last-child { border-bottom: none; }

.grid-2col-wide {
display: grid;
grid-template-columns: 110px 1fr;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.07);
align-items: start;
}
.grid-2col-wide:last-child { border-bottom: none; }

@media (max-width: 480px) {
.grid-2col,
.grid-3col,
.grid-2col-wide {
grid-template-columns: 1fr;
gap: 4px;
}
.grid-3col .col-gate {
display: flex;
gap: 8px;
align-items: baseline;
}
}
&lt;/style&gt;
&lt;/div&gt;
&lt;!-- ==============================
     HERO
     ============================== --&gt;
&lt;div style=&quot;background-color: #0e0e0e; padding: 80px 24px 64px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #9a9690; margin-bottom: 24px;&quot;&gt;&lt;span style=&quot;margin: 0 8px;&quot;&gt;Seoul Travel Guide&lt;/span&gt; &lt;span style=&quot;margin: 0 8px;&quot;&gt;&amp;middot;&lt;/span&gt; &lt;span style=&quot;margin: 0 8px;&quot;&gt;Korea History&lt;/span&gt; &lt;span style=&quot;margin: 0 8px;&quot;&gt;&amp;middot;&lt;/span&gt; &lt;span style=&quot;margin: 0 8px;&quot;&gt;Joseon Dynasty&lt;/span&gt;&lt;/div&gt;
&lt;h1 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(2rem,5vw,3.4rem); line-height: 1.15; font-weight: 400; max-width: 780px; margin: 0 auto 20px; letter-spacing: -0.01em; color: #fafaf8;&quot;&gt;Seoul History 101 &amp;mdash;&lt;br /&gt;&lt;span style=&quot;color: #f89009;&quot;&gt;&lt;i&gt;The Fortress City&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;Seoul's Four Great Gates &amp;amp; City Wall&lt;/h1&gt;
&lt;p style=&quot;font-size: 15px; color: #a8a49e; max-width: 520px; margin: 0 auto 48px; font-weight: 300; line-height: 1.7;&quot; data-ke-size=&quot;size16&quot;&gt;An 18km wall. Four great gates. The structure that defined where Joseon's Seoul began and ended &amp;mdash; and what you can still walk today.&lt;/p&gt;
&lt;div style=&quot;display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 40px; padding: 8px 20px; font-size: 12px; font-family: 'DM Mono',monospace; letter-spacing: 0.08em; color: #c8c4be;&quot;&gt;&lt;span style=&quot;width: 6px; height: 6px; background: #c8490a; border-radius: 50%; display: inline-block;&quot;&gt;&lt;/span&gt; Seoul History Series &amp;middot; Part 3 of 7&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     NOTE BEFORE
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border-top: 3px solid #c8490a; padding: 56px 24px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 16px;&quot;&gt;A Note Before We Begin&lt;/div&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.6rem,3.5vw,2.2rem); font-weight: 400; margin-bottom: 20px; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;A City With Walls&lt;/h2&gt;
&lt;p style=&quot;max-width: 600px; margin: 0 auto 16px; color: #5a5754; font-size: 16px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;Today's Seoul has no clear boundaries. You can drive from the city center toward the outskirts and barely notice where Seoul ends and Gyeonggi Province begins.&lt;/p&gt;
&lt;p style=&quot;max-width: 600px; margin: 0 auto 16px; color: #5a5754; font-size: 16px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;Joseon's Hanyang was completely different. &lt;b&gt;There was a wall.&lt;/b&gt; The city had a precise beginning and a precise end. Inside the wall was Hanyang. Outside was not.&lt;/p&gt;
&lt;p style=&quot;max-width: 600px; margin: 0 auto; color: #5a5754; font-size: 16px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;That wall &amp;mdash; 18.6km of stone and earth wrapping around the city &amp;mdash; is called &lt;b&gt;Hanyangdoseong (한양도성)&lt;/b&gt;. Large sections of it still stand. You can walk on top of it today.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 01 — THE WALL
     ============================== --&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;01&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;Hanyangdoseong &amp;mdash; The 18km City Wall&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Four years after founding Joseon, Yi Seonggye ordered the construction of a city wall around the new capital. Nearly 200,000 workers were mobilized from across the country. The wall was completed in just 98 days.&lt;/p&gt;
&lt;!-- Stats block --&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 28px 0; font-family: 'DM Mono',monospace; font-size: 13px; line-height: 1.9;&quot;&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Completed&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;1396 (Taejo, Year 5 of Joseon)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Total length&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;18.6km &amp;mdash; encircling the entire capital&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Height&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;Average 5&amp;ndash;8m. Higher on flat ground, lower on ridgelines.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Workers&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;~197,000 mobilized from across the country&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Material&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;Stone on mountain sections. Earthen packed walls on flat ground.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Today&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;~70% restored. A continuous hiking trail runs along the wall.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;One detail stands out. Each construction team was assigned a specific section of wall, and the name of the responsible region was carved directly into the stones. If the wall collapsed or was built poorly, there was a clear record of who was responsible. Some of those carved inscriptions are still visible in the stones today.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 02 — FOUR GREAT GATES
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;02&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;The Four Great Gates &amp;mdash; Sadaemun (사대문)&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Eight gates were set into the wall in total &amp;mdash; four large gates at the cardinal points, and four smaller gates between them. The four main gates are called &lt;b&gt;Sadaemun (사대문)&lt;/b&gt;.&lt;/p&gt;
&lt;!-- Gate 1 --&gt;
&lt;div style=&quot;background-color: #fafaf8; border: 1px solid #e8e4dc; border-radius: 12px; padding: 28px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 12px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 3px; text-transform: uppercase; flex-shrink: 0;&quot;&gt;East Gate&lt;/div&gt;
&lt;div style=&quot;height: 1px; background-color: #e8e4dc; flex: 1;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; color: #9a9690;&quot;&gt;Original ✓&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: 1.3rem; font-weight: 400; color: #0e0e0e; margin-bottom: 4px;&quot; data-ke-size=&quot;size23&quot;&gt;Heunginjimun &amp;middot; 흥인지문&lt;/h3&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #9a9690; margin-bottom: 12px;&quot;&gt;Commonly known as Dongdaemun (동대문) &amp;middot; &quot;Great East Gate&quot;&lt;/div&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 12px; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;The only surviving gate with an &lt;i&gt;ongseong&lt;/i&gt; (瓮城) &amp;mdash; a semicircular outer wall that wraps around the front of the gate, adding a second layer of defense. An enemy who broke through the outer wall would find themselves trapped in a killing ground before reaching the actual gate.&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;National Treasure No. 1.&lt;/b&gt; Still stands in its original location. Subway Line 1 &amp;amp; 4, Dongdaemun Station. Now surrounded by the DDP (Dongdaemun Design Plaza) &amp;mdash; one of Seoul's most dramatic visual contrasts: a Joseon-era stone gate next to a Zaha Hadid spaceship.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- Gate 2 --&gt;
&lt;div style=&quot;background-color: #fafaf8; border: 1px solid #e8e4dc; border-radius: 12px; padding: 28px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 12px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;background-color: #5a5754; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 3px; text-transform: uppercase; flex-shrink: 0;&quot;&gt;West Gate&lt;/div&gt;
&lt;div style=&quot;height: 1px; background-color: #e8e4dc; flex: 1;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; color: #c8490a;&quot;&gt;Demolished ✗&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: 1.3rem; font-weight: 400; color: #0e0e0e; margin-bottom: 4px;&quot; data-ke-size=&quot;size23&quot;&gt;Donuimun &amp;middot; 돈의문&lt;/h3&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #9a9690; margin-bottom: 12px;&quot;&gt;Commonly known as Seodaemun (서대문) &amp;middot; &quot;Great West Gate&quot;&lt;/div&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Demolished in 1915 during the Japanese colonial period &amp;mdash; torn down to widen a road. It is the only one of the four great gates that no longer exists. The Seodaemun intersection (서대문 사거리) in present-day Seoul marks the approximate location where it stood. A digital recreation now appears on screens installed near the site.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- Gate 3 --&gt;
&lt;div style=&quot;background-color: #fafaf8; border: 1px solid #e8e4dc; border-radius: 12px; padding: 28px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 12px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 3px; text-transform: uppercase; flex-shrink: 0;&quot;&gt;South Gate&lt;/div&gt;
&lt;div style=&quot;height: 1px; background-color: #e8e4dc; flex: 1;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; color: #9a9690;&quot;&gt;Restored ✓&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: 1.3rem; font-weight: 400; color: #0e0e0e; margin-bottom: 4px;&quot; data-ke-size=&quot;size23&quot;&gt;Sungnyemun &amp;middot; 숭례문&lt;/h3&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #9a9690; margin-bottom: 12px;&quot;&gt;Commonly known as Namdaemun (남대문) &amp;middot; &quot;Great South Gate&quot;&lt;/div&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 12px; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;National Treasure No. 1 (architecture) &amp;mdash; the oldest wooden structure in Seoul.&lt;/b&gt; The south gate was the main entrance to the capital for foreign envoys and official visitors arriving from the south. In February 2008, it was deliberately set on fire by an arsonist and largely destroyed. The restoration took five years and was completed in 2013.&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Near Seoul Station, Subway Line 1 &amp;amp; 4. The gate now stands in a small plaza surrounded by traffic &amp;mdash; a slightly surreal sight, but worth stopping at.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- Gate 4 --&gt;
&lt;div style=&quot;background-color: #fafaf8; border: 1px solid #e8e4dc; border-radius: 12px; padding: 28px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 12px; margin-bottom: 16px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 3px; text-transform: uppercase; flex-shrink: 0;&quot;&gt;North Gate&lt;/div&gt;
&lt;div style=&quot;height: 1px; background-color: #e8e4dc; flex: 1;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; color: #9a9690;&quot;&gt;REconstructed ✓&lt;/div&gt;
&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: 1.3rem; font-weight: 400; color: #0e0e0e; margin-bottom: 4px;&quot; data-ke-size=&quot;size23&quot;&gt;Sukjeongmun &amp;middot; 숙정문&lt;/h3&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; color: #9a9690; margin-bottom: 12px;&quot;&gt;Also called Bukdaemun (북대문) &amp;middot; &quot;Great North Gate&quot;&lt;/div&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin-bottom: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;The most unusual of the four gates. Built near the summit of Bugaksan mountain, the north gate was almost never used &amp;mdash; the terrain made it impractical as an actual entrance. For most of Joseon's history, it was kept permanently closed. Today it sits along the Bugaksan ridge trail, which was restricted military land until 2006. Now open to the public as part of the city wall hiking route.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 03 — NAMES &amp; MEANING
     ============================== --&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;03&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;The Names &amp;mdash; A Philosophy Written Into the City&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The four gate names weren't chosen randomly. Each one encodes one of the five Confucian virtues &amp;mdash; &lt;b&gt;Oesang (오상, 五常)&lt;/b&gt; &amp;mdash; the moral pillars of the Joseon state.&lt;/p&gt;
&lt;!-- 3-column grid — collapses to stacked on mobile --&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 28px 0; font-family: 'DM Mono',monospace; font-size: 13px;&quot;&gt;
&lt;div class=&quot;grid-3col&quot;&gt;&lt;span style=&quot;color: #9a9690; font-size: 11px;&quot; class=&quot;col-dir&quot;&gt;East&lt;/span&gt; &lt;span style=&quot;color: #c8490a; font-weight: 500;&quot; class=&quot;col-gate&quot;&gt;흥인지문&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;&lt;b&gt;인 (仁)&lt;/b&gt; &amp;mdash; Benevolence / Humanity&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-3col&quot;&gt;&lt;span style=&quot;color: #9a9690; font-size: 11px;&quot; class=&quot;col-dir&quot;&gt;West&lt;/span&gt; &lt;span style=&quot;color: #c8490a; font-weight: 500;&quot; class=&quot;col-gate&quot;&gt;돈의문&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;&lt;b&gt;의 (義)&lt;/b&gt; &amp;mdash; Righteousness&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-3col&quot;&gt;&lt;span style=&quot;color: #9a9690; font-size: 11px;&quot; class=&quot;col-dir&quot;&gt;South&lt;/span&gt; &lt;span style=&quot;color: #c8490a; font-weight: 500;&quot; class=&quot;col-gate&quot;&gt;숭례문&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;&lt;b&gt;예 (禮)&lt;/b&gt; &amp;mdash; Propriety / Ritual&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-3col&quot;&gt;&lt;span style=&quot;color: #9a9690; font-size: 11px;&quot; class=&quot;col-dir&quot;&gt;North&lt;/span&gt; &lt;span style=&quot;color: #c8490a; font-weight: 500;&quot; class=&quot;col-gate&quot;&gt;숙정문&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;&lt;b&gt;지 (智)&lt;/b&gt; &amp;mdash; Wisdom&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-3col&quot;&gt;&lt;span style=&quot;color: #9a9690; font-size: 11px;&quot; class=&quot;col-dir&quot;&gt;Center&lt;/span&gt; &lt;span style=&quot;color: #c8490a; font-weight: 500;&quot; class=&quot;col-gate&quot;&gt;보신각 (종로)&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;&lt;b&gt;신 (信)&lt;/b&gt; &amp;mdash; Integrity / Trust&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The fifth virtue &amp;mdash; &lt;i&gt;sin&lt;/i&gt; (信, integrity) &amp;mdash; was placed at the center of the city: Bosingak (보신각), the bell pavilion on Jongno Street. The bell inside was rung at dawn to open the gates and at dusk to close them, regulating the rhythm of daily life in the capital.&lt;/p&gt;
&lt;div style=&quot;border-left: 3px solid #c8490a; padding: 16px 24px; margin: 32px 0; background-color: #f0ddd4; border-radius: 0 8px 8px 0;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-style: italic; font-size: 1.1rem; color: #0e0e0e; margin: 0; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;These weren't just gates. Joseon was encoding its entire state philosophy &amp;mdash; what it meant to be a just kingdom &amp;mdash; into the physical geography of the city.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 04 — FOUR SMALL GATES
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;04&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;The Four Small Gates &amp;mdash; Sasomun (사소문)&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Between each of the four great gates sat a smaller gate. These were used for daily foot traffic and specific purposes &amp;mdash; some more grim than others.&lt;/p&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; font-family: 'DM Mono',monospace; font-size: 13px; line-height: 1.9;&quot;&gt;```
&lt;div style=&quot;padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;혜화문 &amp;middot; Hyehwamun&lt;/span&gt; &lt;span style=&quot;background-color: rgba(200,73,10,0.2); color: #e8846a; font-size: 10px; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.06em; white-space: nowrap;&quot;&gt;현존 &amp;mdash; RESTORED&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: #c8c4be;&quot;&gt;Northeast &amp;middot; Also called Dongsoamun (동소문). A restored gate structure exists today near Hyehwa Station, Subway Line 4.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;창의문 &amp;middot; Changuimun&lt;/span&gt; &lt;span style=&quot;background-color: rgba(45,106,79,0.3); color: #6fcf97; font-size: 10px; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.06em; white-space: nowrap;&quot;&gt;원형 보존 &amp;mdash; ORIGINAL&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: #c8c4be;&quot;&gt;Northwest &amp;middot; Also called Jahamun (자하문). The only gate among all eight &amp;mdash; large and small &amp;mdash; that survives in its &lt;b&gt;original, unrestored form&lt;/b&gt;. Located at the entrance to the Bugaksan trail. A hidden gem most tourists miss entirely.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07);&quot;&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;소의문 &amp;middot; Soeuimun&lt;/span&gt; &lt;span style=&quot;background-color: rgba(90,87,84,0.4); color: #a8a49e; font-size: 10px; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.06em; white-space: nowrap;&quot;&gt;철거됨 &amp;mdash; DEMOLISHED&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: #c8c4be;&quot;&gt;Southwest &amp;middot; Also called Seosomun (서소문). Demolished during the Japanese colonial period. Notable as the gate through which the bodies of executed criminals were carried out &amp;mdash; including Christian martyrs in the 19th century.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;padding: 12px 0;&quot;&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;광희문 &amp;middot; Gwanghuimun&lt;/span&gt; &lt;span style=&quot;background-color: rgba(200,73,10,0.2); color: #e8846a; font-size: 10px; padding: 2px 8px; border-radius: 3px; letter-spacing: 0.06em; white-space: nowrap;&quot;&gt;복원 &amp;mdash; RESTORED&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: #c8c4be;&quot;&gt;Southeast &amp;middot; Also called Sugumun (수구문) &amp;mdash; the &quot;water gate,&quot; as it sat near a stream outlet through the wall. Also used to carry corpses out of the city during outbreaks of disease. Restored and standing near Dongdaemun History &amp;amp; Culture Park.&lt;/div&gt;
&lt;/div&gt;
```&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 05 — INSIDE THE WALL
     ============================== --&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;05&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;Inside the Wall &amp;mdash; How the City Was Structured&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The population inside the wall grew from roughly 100,000 in early Joseon to over 200,000 by the late dynasty &amp;mdash; making it one of the largest cities in the world at the time.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Social class determined where you lived. The layout was not random.&lt;/p&gt;
&lt;div style=&quot;background-color: #0e0e0e; border-radius: 12px; padding: 24px 20px; margin: 0 0 28px; font-family: 'DM Mono',monospace; font-size: 13px; line-height: 1.9;&quot;&gt;
&lt;div class=&quot;grid-2col-wide&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;North village&lt;br /&gt;북촌 (北村)&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;The hillside neighborhood between Gyeongbokgung and Changdeokgung. Home to high-ranking officials and aristocratic families (yangban). The neighborhood that is now &lt;b&gt;Bukchon Hanok Village.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col-wide&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;South village&lt;br /&gt;남촌 (南村)&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;The area south of Cheonggyecheon stream toward Namsan. Home to middle-class officials, scholars, and skilled tradespeople. The present-day &lt;b&gt;Namsan and Jung-gu area.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col-wide&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Jongno&lt;br /&gt;종로 (鐘路)&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;The main commercial street running east to west through the capital. Government-licensed shops (sijeong, 시전) lined this road. Still one of Seoul's primary streets today.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;grid-2col-wide&quot;&gt;&lt;span style=&quot;color: #c8490a; font-weight: 500;&quot;&gt;Cheonggyecheon&lt;br /&gt;청계천&lt;/span&gt; &lt;span style=&quot;color: #c8c4be;&quot;&gt;The stream running through the center of the city. Served as the primary drainage and water system. Covered over in the 1970s, then restored and reopened as a public waterway in 2005.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The difference in character between Bukchon and the Namsan area today &amp;mdash; the quiet, traditional feel of one versus the denser, more layered urban feel of the other &amp;mdash; is not accidental. It traces back directly to who lived where inside the wall 500 years ago.&lt;/p&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 06 — COLONIAL DAMAGE
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px; border-bottom: 1px solid #e8e4dc;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;06&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;What the Japanese Colonial Period Did to the Wall&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;If you walk the city wall trail today, you'll notice gaps. Sections where the wall suddenly stops and restarts. Those gaps have a specific cause.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;During the Japanese colonial period (1910&amp;ndash;1945), the colonial government systematically dismantled portions of Hanyangdoseong. Roads were widened through the wall. Tram lines were laid across it. Donuimun &amp;mdash; the west gate &amp;mdash; was demolished entirely in 1915 to make way for a road.&lt;/p&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;This wasn't purely practical. The destruction of the city wall &amp;mdash; the physical boundary of the Joseon capital &amp;mdash; was also symbolic. Erasing the structure of the old Korean state was part of how colonial governance worked.&lt;/p&gt;
&lt;div style=&quot;border-left: 3px solid #c8490a; padding: 16px 24px; margin: 32px 0; background-color: #f0ddd4; border-radius: 0 8px 8px 0;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-style: italic; font-size: 1.1rem; color: #0e0e0e; margin: 0; line-height: 1.6;&quot; data-ke-size=&quot;size16&quot;&gt;The gaps in the wall you see today are not decay. They are a record of what happened to this city during 35 years of occupation.&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 0; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;Restoration of Hanyangdoseong began in earnest in the 1970s and has continued through the present. About 70% of the original wall has been restored. South Korea has applied for UNESCO World Heritage status for the city wall &amp;mdash; a decision still pending.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     CHAPTER 07 — WHERE TO GO
     ============================== --&gt;
&lt;div style=&quot;max-width: 720px; margin: 0 auto; padding: 64px 24px;&quot;&gt;
&lt;div style=&quot;display: flex; align-items: baseline; gap: 20px; margin-bottom: 32px;&quot;&gt;&lt;span style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #c8490a; text-transform: uppercase; flex-shrink: 0;&quot;&gt;07&lt;/span&gt;
&lt;h2 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: clamp(1.35rem,2.8vw,1.75rem); font-weight: 400; line-height: 1.25; color: #0e0e0e;&quot; data-ke-size=&quot;size26&quot;&gt;What Travelers Can See Today&lt;/h2&gt;
&lt;/div&gt;
&lt;p style=&quot;color: #1c1c1a; margin-bottom: 28px; font-size: 16.5px;&quot; data-ke-size=&quot;size16&quot;&gt;The city wall trail is one of the best and most underrated things you can do in Seoul. Here's how to approach it.&lt;/p&gt;
&lt;!-- Place items --&gt;
&lt;div style=&quot;display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px;&quot;&gt;```
&lt;div style=&quot;display: grid; grid-template-columns: 3px 1fr; gap: 20px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; border-radius: 2px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-size: 15px; font-weight: 600; color: #0e0e0e; margin-bottom: 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Sungnyemun &amp;middot; 숭례문 (South Gate / Namdaemun)&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Near Seoul Station, Subway Line 1 &amp;amp; 4. The oldest wooden structure in Seoul. The restored gate stands in a small plaza &amp;mdash; surrounded by traffic, which makes the scale of the building even more striking up close. Free to view from outside at any time.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 3px 1fr; gap: 20px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; border-radius: 2px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-size: 15px; font-weight: 600; color: #0e0e0e; margin-bottom: 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Heunginjimun &amp;middot; 흥인지문 (East Gate / Dongdaemun)&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Subway Line 1 &amp;amp; 4, Dongdaemun Station. The gate with the semicircular outer defensive wall. Right next to the DDP &amp;mdash; the contrast between the 15th-century stone gate and Zaha Hadid's building is one of Seoul's most photographed scenes. Both are worth exploring together.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 3px 1fr; gap: 20px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; border-radius: 2px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-size: 15px; font-weight: 600; color: #0e0e0e; margin-bottom: 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Changuimun &amp;middot; 창의문 (Northwest Small Gate)&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Bus from Gyeongbokgung Station area. The only gate surviving in its original unrestored form &amp;mdash; and almost no tourists know about it. The Bugaksan hiking trail starts here, running along the ridgeline with the city wall. Views over central Seoul from the ridge are exceptional.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 3px 1fr; gap: 20px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; border-radius: 2px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-size: 15px; font-weight: 600; color: #0e0e0e; margin-bottom: 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Hanyangdoseong Trail &amp;mdash; Naksan Section (낙산 구간)&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Start near Hyehwa Station, Subway Line 4. The easiest section of the full wall trail &amp;mdash; about 2km, walkable in under an hour. The wall runs along the Naksan ridgeline with views over the Ihwa Mural Village and central Seoul. Good for an evening walk. The full trail connecting all mountain sections takes a full day.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 3px 1fr; gap: 20px;&quot;&gt;
&lt;div style=&quot;background-color: #c8490a; border-radius: 2px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 style=&quot;font-size: 15px; font-weight: 600; color: #0e0e0e; margin-bottom: 6px;&quot; data-ke-size=&quot;size23&quot;&gt;Bosingak Bell Pavilion &amp;middot; 보신각 (Jongno)&lt;/h3&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65;&quot; data-ke-size=&quot;size16&quot;&gt;Subway Line 1, Jonggak Station. The pavilion that held the bell rung to open and close the city gates each day &amp;mdash; representing the fifth Confucian virtue, &lt;i&gt;sin&lt;/i&gt; (信, integrity). Still standing at the center of Jongno, Seoul's oldest commercial street. The bell is rung publicly every New Year's Eve.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
```&lt;/div&gt;
&lt;!-- Practical tip box --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border: 1px solid #e8e4dc; border-left: 3px solid #c8490a; border-radius: 0 8px 8px 0; padding: 20px 24px;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #c8490a; margin-bottom: 10px;&quot;&gt;Practical Note &amp;mdash; City Wall Trail&lt;/div&gt;
&lt;p style=&quot;font-size: 15px; color: #1c1c1a; margin-bottom: 8px; line-height: 1.7;&quot; data-ke-size=&quot;size16&quot;&gt;The full Hanyangdoseong trail is divided into sections by mountain: Naksan, Heunginjimun (flat), Namsan, Sungnyemun (flat), Inwangsan, and Bugaksan. Each section has its own access points and difficulty level.&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; color: #5a5754; margin: 0; line-height: 1.7;&quot; data-ke-size=&quot;size16&quot;&gt;The Bugaksan section (near Changuimun) requires ID registration at the entrance &amp;mdash; a holdover from when this was a restricted military zone. Bring your passport.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     NEXT UP
     ============================== --&gt;
&lt;div style=&quot;background-color: #0e0e0e; padding: 56px 24px; text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: 'DM Mono',monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #9a9690; margin-bottom: 20px;&quot;&gt;Up Next in the Series&lt;/div&gt;
&lt;h3 style=&quot;font-family: 'DM Serif Display',Georgia,serif; font-size: 1.6rem; font-weight: 400; margin-bottom: 16px; color: #fafaf8;&quot; data-ke-size=&quot;size23&quot;&gt;Part 4 &amp;mdash; How Seoul Crossed the River&lt;/h3&gt;
&lt;p style=&quot;font-size: 14px; color: #8a8682; max-width: 480px; margin: 0 auto; line-height: 1.8;&quot; data-ke-size=&quot;size16&quot;&gt;Until the 1960s, the land south of the Han River was farmland and rice paddies.&lt;br /&gt;How Gangnam was built from nothing &amp;mdash; and why it became&lt;br /&gt;the most expensive real estate in Korea.&lt;/p&gt;
&lt;div style=&quot;display: inline-block; background-color: #c8490a; color: #fafaf8; font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; padding: 6px 16px; border-radius: 4px; margin-top: 24px; text-transform: uppercase;&quot;&gt;Seoul History Series &amp;middot; Part 4 of 7&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ==============================
     FOOTER
     ============================== --&gt;
&lt;div style=&quot;background-color: #f4f1eb; border-top: 1px solid #e8e4dc; padding: 32px 24px; text-align: center;&quot;&gt;
&lt;p style=&quot;font-family: 'DM Mono',monospace; font-size: 11px; letter-spacing: 0.1em; color: #9a9690; text-transform: uppercase; margin: 0;&quot; data-ke-size=&quot;size16&quot;&gt;Seoul History Series &amp;middot; yourmaninkorea &amp;middot; Part 3 of 7&lt;/p&gt;
&lt;/div&gt;</description>
      <category>Posts</category>
      <category>dongdaemun gate</category>
      <category>hanyangdoseong</category>
      <category>Joseon Dynasty</category>
      <category>K-contents</category>
      <category>korea travel</category>
      <category>namdaemun gate</category>
      <category>seoul city wall</category>
      <category>seoul hiking</category>
      <category>seoul history</category>
      <category>things to do in seoul</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/15</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-The-Fortress-CitySeouls-Four-Great-Gates-City-Wall-Explained#entry15comment</comments>
      <pubDate>Wed, 25 Mar 2026 16:54:04 +0900</pubDate>
    </item>
    <item>
      <title>Disclaimer</title>
      <link>https://yourmaninkorea.tistory.com/entry/Disclaimer</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;Disclaimer&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Last updated: March 25, 2026&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The information provided on this blog is for general informational and educational purposes only.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;1. No Professional Advice&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;All content, including business, financial, and cultural analysis, is based on personal interpretation and publicly available information.&amp;nbsp;It should not be considered professional, financial, or legal advice.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;2. Accuracy of Information&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;While we strive to provide accurate and up-to-date information, we make no guarantees regarding completeness, reliability, or accuracy.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;3. External Links&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;This blog may contain links to external websites. We are not responsible for the content or practices of those websites.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;4. Affiliate Disclosure&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Some links on this blog may be affiliate links. This means we may earn a commission if you make a purchase through those links, at no additional cost to you.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;5. Limitation of Liability&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;We are not liable for any losses or damages resulting from the use of this website or reliance on its content.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;By using this blog, you agree to this disc&lt;/p&gt;</description>
      <category>Disclaimer</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/14</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Disclaimer#entry14comment</comments>
      <pubDate>Wed, 25 Mar 2026 16:21:21 +0900</pubDate>
    </item>
    <item>
      <title>Contact</title>
      <link>https://yourmaninkorea.tistory.com/entry/Contact</link>
      <description>&lt;h1&gt;&lt;b&gt;Last updated: March 25, 2026&lt;/b&gt;&lt;/h1&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;If you have any questions, business inquiries, or collaboration proposals, feel free to reach out.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Contact Method&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Email: temscho@gmail.com &lt;!-- ✏️ temscho@gmail.com --&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;I try to respond within 48 hours.&lt;/p&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Business &amp;amp; Partnerships&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;This blog is open to collaborations related to:&lt;/p&gt;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;Korea travel and tour Q&amp;amp;A(Recommendation)&lt;/li&gt;
&lt;li&gt;Business insights&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;For partnership inquiries, please include detailed information in your email.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Thank you for your inter&lt;/p&gt;</description>
      <category>Contact</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/13</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Contact#entry13comment</comments>
      <pubDate>Wed, 25 Mar 2026 16:18:03 +0900</pubDate>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://yourmaninkorea.tistory.com/entry/Privacy-Policy</link>
      <description>&lt;h1&gt;Privacy Policy&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Last updated: March 25, 2026&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
This Privacy Policy describes how information is collected, used, and protected when you visit this blog.
&lt;/p&gt;

&lt;h2&gt;1. Information We Collect&lt;/h2&gt;
&lt;p&gt;
This blog may collect certain non-personally identifiable information automatically when you visit, including:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Browser type and version&lt;/li&gt;
&lt;li&gt;Device type&lt;/li&gt;
&lt;li&gt;Pages visited and time spent&lt;/li&gt;
&lt;li&gt;Referring website&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
We do not collect personally identifiable information unless you voluntarily provide it (e.g., via email contact).
&lt;/p&gt;

&lt;h2&gt;2. Use of Cookies&lt;/h2&gt;
&lt;p&gt;
This blog uses cookies to enhance user experience. Cookies are small files stored on your device that help analyze web traffic and improve content delivery.
&lt;/p&gt;

&lt;p&gt;
You can choose to disable cookies through your browser settings. However, some parts of the site may not function properly.
&lt;/p&gt;

&lt;h2&gt;3. Google AdSense&lt;/h2&gt;
&lt;p&gt;
This blog may use Google AdSense, a third-party advertising service provided by Google Inc.
&lt;/p&gt;

&lt;p&gt;
Google AdSense uses cookies (including the DoubleClick cookie) to display ads relevant to users based on their visits to this and other websites.
&lt;/p&gt;

&lt;p&gt;
Users may opt out of personalized advertising by visiting:
&lt;br&gt;
https://www.google.com/settings/ads
&lt;/p&gt;

&lt;p&gt;
For more information, please refer to Google's Privacy Policy:
&lt;br&gt;
https://policies.google.com/privacy
&lt;/p&gt;

&lt;h2&gt;4. Third-Party Links&lt;/h2&gt;
&lt;p&gt;
This blog may contain links to third-party websites. We are not responsible for the privacy practices or content of those external sites.
&lt;/p&gt;

&lt;h2&gt;5. Data Protection&lt;/h2&gt;
&lt;p&gt;
We take reasonable measures to protect your information. However, no method of transmission over the Internet is 100% secure.
&lt;/p&gt;

&lt;h2&gt;6. Changes to This Policy&lt;/h2&gt;
&lt;p&gt;
This Privacy Policy may be updated from time to time. Any changes will be posted on this page with an updated date.
&lt;/p&gt;

&lt;h2&gt;7. Contact&lt;/h2&gt;
&lt;p&gt;
If you have any questions about this Privacy Policy, please contact us via the blog contact page.
&lt;/p&gt;

&lt;p&gt;
By using this blog, you consent to this Privacy Policy.
&lt;/p&gt;</description>
      <category>Policy</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/12</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Privacy-Policy#entry12comment</comments>
      <pubDate>Wed, 25 Mar 2026 15:56:11 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 &amp;mdash; How Seoul Became the Capital of Korea</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-How-Seoul-Became-the-Capital-of-Korea</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
    :root {
      --black: #0e0e0e;
      --white: #fafaf8;
      --cream: #f4f1eb;
      --stone: #e8e4dc;
      --muted: #9a9690;
      --accent: #c8490a;
      --accent-light: #f0ddd4;
      --text: #1c1c1a;
      --text-light: #5a5754;
      --serif: 'DM Serif Display', Georgia, serif;
      --sans: 'DM Sans', system-ui, sans-serif;
      --mono: 'DM Mono', monospace;
    }

```
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #fafaf8;
  color: #1c1c1a;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.hero {
  background: #0e0e0e;
  color: #fafaf8;
  padding: 80px 24px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 0%, rgba(200,73,10,0.18) 0%, transparent 65%),
              radial-gradient(ellipse at 20% 100%, rgba(200,73,10,0.10) 0%, transparent 55%);
  pointer-events: none;
}

.hero-meta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 24px;
}
.hero-meta span { margin: 0 8px; }

.hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.15;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: #e8846a; }

.hero-sub {
  font-size: 15px;
  color: #a8a49e;
  max-width: 520px;
  margin: 0 auto 48px;
  font-weight: 300;
}

.hero-series {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 12px;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.08em;
  color: #c8c4be;
}
.hero-series .dot { width: 6px; height: 6px; background: #c8490a; border-radius: 50%; }

/* ── LAYOUT ── */
.container { max-width: 720px; margin: 0 auto; padding: 0 24px; }

/* ── NOTE BEFORE ── */
.note-before {
  background: #f4f1eb;
  border-top: 3px solid #c8490a;
  padding: 56px 24px;
  text-align: center;
}
.note-before .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 16px;
}
.note-before h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 20px;
  color: #0e0e0e;
}
.note-before p {
  max-width: 580px;
  margin: 0 auto 16px;
  color: #5a5754;
  font-size: 16px;
}

/* ── CHAPTERS ── */
.chapter { padding: 64px 0; border-bottom: 1px solid #e8e4dc; }
.chapter:last-child { border-bottom: none; }

.chapter-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 32px;
}
.chapter-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #c8490a;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-top: 4px;
}
.chapter h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
  color: #0e0e0e;
}
.chapter p { color: #1c1c1a; margin-bottom: 18px; font-size: 16.5px; }
.chapter p:last-child { margin-bottom: 0; }

/* ── PULL QUOTE ── */
.pull-quote {
  border-left: 3px solid #c8490a;
  padding: 16px 24px;
  margin: 32px 0;
  background: #f0ddd4;
  border-radius: 0 8px 8px 0;
}
.pull-quote p {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #0e0e0e;
  margin: 0;
  line-height: 1.6;
}

/* ── PERSON CARDS ── */
.person-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}
.person-card {
  background: #0e0e0e;
  color: #fafaf8;
  border-radius: 12px;
  padding: 24px;
}
.person-card .role {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8490a;
  margin-bottom: 10px;
}
.person-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 6px;
  color: #fafaf8;
}
.person-card .dates {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #6a6662;
  margin-bottom: 12px;
}
.person-card p {
  font-size: 13.5px;
  color: #a8a49e;
  line-height: 1.65;
  margin: 0;
}
.person-card .tag {
  display: inline-block;
  background: rgba(200,73,10,0.2);
  border: 1px solid rgba(200,73,10,0.3);
  color: #e8846a;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 12px;
}

/* ── TIMELINE ── */
.timeline {
  background: #0e0e0e;
  color: #fafaf8;
  border-radius: 12px;
  padding: 32px;
  margin: 32px 0;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  line-height: 1.9;
}
.timeline-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.timeline-row:last-child { border-bottom: none; }
.timeline-year { color: #c8490a; font-weight: 500; font-size: 12px; }
.timeline-desc { color: #c8c4be; }
.timeline-desc .sub {
  color: #6a6662;
  font-size: 11.5px;
  display: block;
  margin-top: 3px;
}

/* ── REASONS GRID ── */
.reasons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 28px 0;
}
.reason-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}
.reason-num {
  width: 36px;
  height: 36px;
  background: #c8490a;
  color: #fafaf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}
.reason-body h3 {
  font-weight: 600;
  font-size: 15px;
  color: #0e0e0e;
  margin-bottom: 6px;
}
.reason-body p { font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65; }

/* ── INFO BOX ── */
.info-box {
  background: #f4f1eb;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 28px 0;
}
.info-box .info-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8490a;
  margin-bottom: 10px;
}
.info-box p { font-size: 15px; color: #1c1c1a; margin-bottom: 8px; line-height: 1.7; }
.info-box p:last-child { margin-bottom: 0; }

/* ── CITY PLAN ── */
.city-plan {
  background: #0e0e0e;
  border-radius: 12px;
  padding: 32px;
  margin: 28px 0;
}
.city-plan-title {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 20px;
}
.city-plan-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  align-items: start;
}
.city-plan-row:last-child { border-bottom: none; }
.city-plan-name {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #c8490a;
  font-weight: 500;
  line-height: 1.5;
}
.city-plan-desc {
  font-size: 13.5px;
  color: #a8a49e;
  line-height: 1.65;
}
.city-plan-desc .highlight {
  color: #e8e4de;
  font-weight: 500;
}

/* ── PLACES ── */
.places { display: flex; flex-direction: column; gap: 24px; margin-top: 8px; }
.place-item { display: grid; grid-template-columns: 3px 1fr; gap: 20px; }
.place-bar { background: #c8490a; border-radius: 2px; }
.place-item h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 6px;
}
.place-item p { font-size: 15px; color: #5a5754; margin: 0; line-height: 1.65; }

/* ── NEXT UP ── */
.next-up {
  background: #0e0e0e;
  color: #fafaf8;
  padding: 56px 24px;
  text-align: center;
}
.next-up .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 20px;
}
.next-up h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.6rem; font-weight: 400; margin-bottom: 16px; }
.next-up p { font-size: 14px; color: #8a8682; max-width: 480px; margin: 0 auto; line-height: 1.8; }
.next-badge {
  display: inline-block;
  background: #c8490a;
  color: #fafaf8;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 4px;
  margin-top: 24px;
  text-transform: uppercase;
}

/* ── FOOTER ── */
.footer {
  background: #f4f1eb;
  border-top: 1px solid #e8e4dc;
  padding: 32px 24px;
  text-align: center;
}
.footer p {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #9a9690;
  text-transform: uppercase;
}

/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .person-cards { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr; gap: 4px; }
  .city-plan-row { grid-template-columns: 1fr; gap: 6px; }
  .reason-item { grid-template-columns: 36px 1fr; }
  .hero { padding: 60px 20px 48px; }
  .chapter { padding: 48px 0; }
}
```

  &lt;/style&gt;
&lt;/div&gt;
&lt;!-- HERO --&gt;&lt;header class=&quot;hero&quot;&gt;
&lt;div class=&quot;hero-meta&quot;&gt;&lt;span&gt;Seoul Travel Guide&lt;/span&gt; &lt;span&gt;&amp;middot;&lt;/span&gt; &lt;span&gt;Korea History&lt;/span&gt; &lt;span&gt;&amp;middot;&lt;/span&gt; &lt;span&gt;Joseon Dynasty&lt;/span&gt;&lt;/div&gt;
&lt;h1&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Seoul History 101 &amp;mdash;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;&lt;i&gt;How Seoul Became&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;the Capital of Korea&lt;/span&gt;&lt;/h1&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #dddddd;&quot;&gt;In 1394, two men made a decision that shaped the next 600 years. Here's who they were, why they chose this land, and what they built.&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;hero-series&quot;&gt;&lt;span class=&quot;dot&quot;&gt;&lt;/span&gt; Seoul History Series &amp;middot; Part 2 of 7&lt;/div&gt;
&lt;/header&gt;&lt;!-- NOTE BEFORE --&gt;
&lt;section class=&quot;note-before&quot;&gt;
&lt;div class=&quot;label&quot;&gt;A Note Before We Begin&lt;/div&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Who Chose Seoul &amp;mdash; and Why&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;In 1392, the Goryeo Dynasty collapsed. A new kingdom &amp;mdash; Joseon &amp;mdash; began.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;And immediately, its founders faced one question: &lt;b&gt;where should the capital be?&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;They could have kept Goryeo's capital, Gaeseong &amp;mdash; present-day Kaesong, now in North Korea &amp;mdash; and saved everyone the trouble. They didn't. A new dynasty needed a new capital. The decision they made in 1394 is why Seoul exists the way it does today.&lt;/p&gt;
&lt;/section&gt;
&lt;!-- MAIN CONTENT --&gt;&lt;main&gt;``` &lt;!-- CHAPTER 01 — TWO MEN --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;01&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Two Men Behind the Decision &amp;mdash; Lee Seonggye and Jeong Dojeon&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;To understand Joseon's founding and the move of the capital, you need to know two people.&lt;/p&gt;
&lt;div class=&quot;person-cards&quot;&gt;
&lt;div class=&quot;person-card&quot;&gt;
&lt;div class=&quot;role&quot;&gt;The King&lt;/div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Lee Seonggye&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;이성계&lt;/span&gt;&lt;/h3&gt;
&lt;div class=&quot;dates&quot;&gt;1335 &amp;ndash; 1408 &amp;middot; Reigned 1392&amp;ndash;1398&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Goryeo's greatest military commander. Seized power through the Wihwado Retreat (1388) and founded Joseon in 1392. Given the posthumous title &lt;b&gt;Taejo (太祖)&lt;/b&gt; &amp;mdash; First Ancestor &amp;mdash; meaning the founding king of a dynasty.&lt;/p&gt;
&lt;span class=&quot;tag&quot;&gt;The Decision-Maker&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;person-card&quot;&gt;
&lt;div class=&quot;role&quot;&gt;The Architect&lt;/div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Jeong Dojeon&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;정도전&lt;/span&gt;&lt;/h3&gt;
&lt;div class=&quot;dates&quot;&gt;1342 &amp;ndash; 1398&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Joseon's chief strategist and city planner. Chose the capital's location, designed the urban layout, and personally named the palace and its major halls. He drew the blueprint for what Joseon would become.&lt;/p&gt;
&lt;span class=&quot;tag&quot;&gt;The Blueprint-Maker&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;When Lee Seonggye asked &quot;where do we put the capital?&quot;, Jeong Dojeon gave the answer: &lt;b&gt;Hanyang (漢陽) &amp;mdash; present-day Seoul.&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;info-box&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;What is Gaeseong &amp;mdash; and where is it now?&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Gaeseong (개성, also called Gaegyeong 開京) was the capital of the Goryeo Dynasty for nearly 500 years. It sits roughly 60km northwest of Seoul. Before the Korean War, it was administered as part of South Korea's Gyeonggi Province. After the war, it fell on the North Korean side of the armistice line &amp;mdash; and has remained there ever since. Today it is called Kaesong (개성특별시) and is one of North Korea's major cities. South Koreans cannot visit.&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 02 — WHY HANYANG --&gt;
&lt;div style=&quot;background: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;02&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Why Hanyang? &amp;mdash; Three Reasons&lt;/h2&gt;
&lt;/div&gt;
&lt;div class=&quot;reasons&quot;&gt;
&lt;div class=&quot;reason-item&quot;&gt;
&lt;div class=&quot;reason-num&quot;&gt;1&lt;/div&gt;
&lt;div class=&quot;reason-body&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Pungsu-jiri (풍수지리, Korea's Traditional Method of Evaluating Terrain and Location)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Joseon treated pungsu-jiri not as superstition but as a principle of statecraft &amp;mdash; a systematic way of reading how mountains, water, and wind flow through a landscape to determine whether a site is suitable for human settlement or governance. Hanyang was close to perfect by its standards. Mountains to the north (Bukhansan, Bugaksan), a river to the south (Han River), with Naksan to the east and Inwangsan to the west forming a natural enclosure &amp;mdash; the ideal arrangement for a capital city.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;reason-item&quot;&gt;
&lt;div class=&quot;reason-num&quot;&gt;2&lt;/div&gt;
&lt;div class=&quot;reason-body&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Geographic Center of the Peninsula&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Hanyang sits near the middle of the Korean peninsula &amp;mdash; roughly equal distance from the northern frontier and the southern coast. For a dynasty trying to govern the entire peninsula, it was the most logical administrative position.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;reason-item&quot;&gt;
&lt;div class=&quot;reason-num&quot;&gt;3&lt;/div&gt;
&lt;div class=&quot;reason-body&quot;&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;The Han River &amp;mdash; Domestic Logistics and China Trade&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The Han River was Joseon's primary logistics artery. Domestically, tax grain and goods from across the country were transported by boat to the capital. Internationally, the river connected to the Yellow Sea, enabling trade routes with China (Ming Dynasty) &amp;mdash; the dominant power in the region and Joseon's most important diplomatic partner. Control of the Han River meant control of Korea's economic bloodstream.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 03 — THE ROAD TO THE DECISION --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;03&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;The Road to the Decision &amp;mdash; It Wasn't Straightforward&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The capital relocation looked obvious in hindsight. At the time, it almost didn't happen at all.&lt;/p&gt;
&lt;div class=&quot;timeline&quot;&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-year&quot;&gt;1392&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Joseon founded. Gaeseong kept as temporary capital while the new dynasty stabilizes.&lt;span class=&quot;sub&quot;&gt;The old Goryeo capital &amp;mdash; now in North Korea &amp;mdash; remains in use.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-year&quot;&gt;1393&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Taejo Lee Seonggye considers Gyeryongsan (present-day South Chungcheong Province) as the new capital. Construction actually begins. Jeong Dojeon objects strongly &amp;mdash; &quot;Too far south. Unsuitable for governing the whole peninsula.&quot; Work stops.&lt;span class=&quot;sub&quot;&gt;Seoul almost wasn't Seoul. The capital nearly ended up 140km further south.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-year&quot;&gt;Early 1394&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Buddhist monk Muhak argues for Inwangsan as the primary mountain (main northern backdrop) of the new capital. Jeong Dojeon disagrees &amp;mdash; &quot;Bugaksan must be the primary mountain.&quot; Jeong Dojeon's position wins.&lt;span class=&quot;sub&quot;&gt;Even Hanyang's internal layout was contested before a stone was laid.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-year&quot;&gt;Oct 1394&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Taejo Lee Seonggye officially declares Hanyang as the new capital of Joseon. The decision is final.&lt;span class=&quot;sub&quot;&gt;The moment that made Seoul, Seoul.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-year&quot;&gt;1395&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Gyeongbokgung Palace completed. Jeong Dojeon personally names the palace and its major ceremonial halls.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 04 — THE CITY PLAN --&gt;
&lt;div style=&quot;background: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;04&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Jeong Dojeon's City &amp;mdash; The Blueprint of Joseon's Capital&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Jeong Dojeon didn't just pick a location. &lt;b&gt;He designed the entire city.&lt;/b&gt; Confucian principles &amp;mdash; the philosophical foundation of Joseon &amp;mdash; were embedded into the urban structure itself.&lt;/p&gt;
&lt;div class=&quot;city-plan&quot;&gt;
&lt;div class=&quot;city-plan-title&quot;&gt;The Layout of Hanyang &amp;mdash; as Jeong Dojeon Designed It&lt;/div&gt;
&lt;div class=&quot;city-plan-row&quot;&gt;
&lt;div class=&quot;city-plan-name&quot;&gt;Gyeongbokgung Palace&lt;br /&gt;경복궁&lt;/div&gt;
&lt;div class=&quot;city-plan-desc&quot;&gt;The king's primary residence. Built with Bugaksan directly behind and facing south &amp;mdash; the ideal pungsu-jiri orientation. &lt;span class=&quot;highlight&quot;&gt;'Gyeongbok' (景福) means &quot;great blessings&quot; &amp;mdash; named by Jeong Dojeon himself.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;city-plan-row&quot;&gt;
&lt;div class=&quot;city-plan-name&quot;&gt;Jongmyo Shrine&lt;br /&gt;종묘&lt;/div&gt;
&lt;div class=&quot;city-plan-desc&quot;&gt;East of the palace. The shrine where the royal ancestral tablets were kept and ceremonies held. &lt;span class=&quot;highlight&quot;&gt;UNESCO World Heritage Site &amp;mdash; one of Korea's 16 total UNESCO designations.&lt;/span&gt; Still standing today, next to Changdeokgung Palace.&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;city-plan-row&quot;&gt;
&lt;div class=&quot;city-plan-name&quot;&gt;Sajikdan Altar&lt;br /&gt;사직단&lt;/div&gt;
&lt;div class=&quot;city-plan-desc&quot;&gt;West of the palace. The ceremonial altar for the gods of land and grain. Placement followed the Confucian principle: &lt;span class=&quot;highlight&quot;&gt;&quot;Jongmyo to the east, Sajik to the west (左廟右社).&quot;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;city-plan-row&quot;&gt;
&lt;div class=&quot;city-plan-name&quot;&gt;Yukjo Street&lt;br /&gt;육조거리&lt;/div&gt;
&lt;div class=&quot;city-plan-desc&quot;&gt;The grand boulevard running directly in front of Gyeongbokgung's main gate. Six major government ministries &amp;mdash; the Ministries of Personnel, Finance, Rites, War, Justice, and Public Works &amp;mdash; lined both sides of this street. &lt;span class=&quot;highlight&quot;&gt;This is the exact site of today's Gwanghwamun Square and Sejong-daero.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The main gate of Gyeongbokgung is &lt;b&gt;Gwanghwamun (光化門)&lt;/b&gt; &amp;mdash; meaning &quot;the great virtue of the king illuminates the entire nation.&quot; This is the same square where BTS held their comeback concert in March 2026. Six hundred years of history converge at one address.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Jeong Dojeon didn't just plan a capital. He encoded an entire political philosophy into the geography of a city.&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 05 — THE CRISIS --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;05&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;The Capital Almost Moved Back &amp;mdash; The Princes' Rebellions&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Even after the capital was established, it was nearly abandoned.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;First Princes' Rebellion (1398)&lt;/b&gt; &amp;mdash; Lee Seonggye's sons fought violently over succession. Jeong Dojeon was killed in the conflict. The king's fifth son, &lt;b&gt;Lee Bangwon&lt;/b&gt;, seized power. Taejo Lee Seonggye &amp;mdash; shattered by what his family had become &amp;mdash; abdicated and left for his home region of Hamheung.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Second Princes' Rebellion (1400)&lt;/b&gt; &amp;mdash; Lee Bangwon suppressed a further challenge from another brother and moved the capital back to Gaeseong temporarily, distancing himself from the bloodshed at Gyeongbokgung. He became the third king of Joseon with the posthumous title &lt;b&gt;Taejong (太宗)&lt;/b&gt; &amp;mdash; meaning &quot;Great Ancestor.&quot; He was Lee Seonggye's fifth son by his first wife.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;1405 &amp;mdash; Taejong moves the capital back to Hanyang.&lt;/b&gt; Not to Gyeongbokgung, where the killings had taken place, but to a new palace he built to the east: &lt;b&gt;Changdeokgung (昌德宮)&lt;/b&gt;. From this point forward, Joseon's capital remained in Hanyang until the dynasty ended in 1910 &amp;mdash; over 500 years.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Jeong Dojeon designed the city and died before seeing it take hold. But the city he designed outlasted everything &amp;mdash; including the people who tried to abandon it.&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 06 — WHAT TO SEE --&gt;
&lt;div style=&quot;background: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;06&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;What Travelers Can See Today&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Every place mentioned in this post still exists. You can walk through this history.&lt;/p&gt;
&lt;div class=&quot;places&quot;&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Gyeongbokgung Palace (경복궁)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Joseon's first palace. Designed and named by Jeong Dojeon. Subway Line 3, Gyeongbokgung Station. A changing of the royal guard ceremony takes place daily at the main gate. The palace grounds are vast &amp;mdash; allow at least two hours. The National Folk Museum of Korea is inside the grounds and free with palace admission.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Gwanghwamun Square (광화문광장)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The site of Joseon's Yukjo Street &amp;mdash; the six-ministry boulevard &amp;mdash; for 600 years. Statues of King Sejong the Great and Admiral Yi Sun-sin stand here today. It's where BTS held their 2026 comeback concert. Seoul's most historically loaded public space, where the ancient and the contemporary collide most visibly.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Jongmyo Shrine (종묘)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Adjacent to Changdeokgung Palace. The royal ancestral shrine where Joseon kings and queens are enshrined. UNESCO World Heritage Site &amp;mdash; one of Korea's 16 total UNESCO designations. The space is austere and overwhelming in its stillness. On days when the royal ancestral rite (Jongmyo Jerye) is performed, the atmosphere is unlike anywhere else in Seoul.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Inwangsan &amp;amp; Bugaksan Trails (인왕산 &amp;middot; 북악산)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The two mountains at the center of Jeong Dojeon and Muhak's argument about the capital's orientation. Both are accessible on foot from central Seoul. The city wall trail runs along their ridgelines. From the top, the full geography of Joseon's capital design becomes visible &amp;mdash; the palace below, the river beyond, the mountains surrounding everything.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Changdeokgung Palace (창덕궁)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The palace Taejong built after refusing to return to Gyeongbokgung. UNESCO World Heritage Site. Where most Joseon kings actually lived and governed &amp;mdash; more intimate than Gyeongbokgung, built to follow the natural terrain of the hillside. The Huwon (Secret Garden) at the rear is one of Seoul's most beautiful spaces. Guided tours required for the garden; book in advance.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
```&lt;/main&gt;&lt;!-- K-CONTENT --&gt;
&lt;div style=&quot;background: #fafaf8; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;07&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;If You Want to Go Deeper &amp;mdash; Related K-Content&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The story of Joseon's founding &amp;mdash; Lee Seonggye, Jeong Dojeon, the power struggles, the palace intrigues &amp;mdash; has inspired some of Korea's most acclaimed historical dramas. All of them are set in the world this post covers.&lt;/p&gt;
```
&lt;div class=&quot;places&quot; style=&quot;margin-top: 28px;&quot;&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Jeong Dojeon &amp;middot; 정도전 &amp;middot; Jeong Do-jeon&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Where to watch:&lt;/b&gt; KBS (original broadcast 2014) &amp;mdash; available on KBS World YouTube channel with English subtitles. Not on Netflix.&lt;br /&gt;&lt;br /&gt;A 50-episode epic covering the full story of Joseon's founding &amp;mdash; from the fall of Goryeo through the construction of Hanyang. The most historically detailed dramatization of everything in this post: Lee Seonggye, Jeong Dojeon, the capital relocation, the Princes' Rebellions. Considered one of the finest Korean historical dramas ever made. If you want to understand Joseon's origin at depth, this is the one to watch. Dense and slow by modern standards &amp;mdash; but deeply rewarding.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Six Flying Dragons &amp;middot; 육룡이 나르샤 &amp;middot; Yung-nyong-i Na-reu-sha&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Where to watch:&lt;/b&gt; Netflix (available in most regions).&lt;br /&gt;&lt;br /&gt;A prequel of sorts to Jeong Dojeon &amp;mdash; covering the same era but centering on Yi Bangwon (later Taejong) and six characters who shaped Joseon's birth. Fast-paced, character-driven, and accessible for international audiences. A good entry point if the 50-episode Jeong Dojeon feels like too much commitment. Covers the political tensions between Jeong Dojeon and Lee Bangwon that end in the Princes' Rebellions.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Kingdom &amp;middot; 킹덤 &amp;middot; King-deom&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;Where to watch:&lt;/b&gt; Netflix &amp;mdash; 2 seasons + 1 special episode (Ashin of the North). Netflix's first-ever original Korean series.&lt;br /&gt;&lt;br /&gt;Not historically accurate &amp;mdash; but set in Joseon and one of the best-produced Korean dramas ever made. A political thriller and zombie horror series following a crown prince fighting both a plague and a court conspiracy in a fictional version of Joseon. The palace settings, court hierarchy, and class dynamics are deeply rooted in the real Joseon system you've just read about. After finishing this post, you'll watch Kingdom differently &amp;mdash; you'll recognize the political structures and the visual grammar of the palace.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-box&quot; style=&quot;margin-top: 32px;&quot;&gt;
&lt;div class=&quot;info-label&quot;&gt;A Note on Historical Accuracy&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;All three dramas take creative liberties with historical events. Jeong Dojeon is the most historically grounded. Six Flying Dragons and Kingdom prioritize character drama over strict accuracy. Treat them as a way to feel the era &amp;mdash; not as a substitute for the history itself.&lt;/p&gt;
&lt;/div&gt;
```&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- NEXT UP --&gt;
&lt;section class=&quot;next-up&quot;&gt;
&lt;div class=&quot;label&quot;&gt;Up Next in the Series&lt;/div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Part 3 &amp;mdash; The Fortress City: Seoul's Four Great Gates&lt;/span&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Once the capital was chosen, they built walls around it.&lt;br /&gt;An 18km city wall. Four great gates. The structure that defined&lt;br /&gt;where Joseon's Seoul began and ended &amp;mdash; and what survives today.&lt;/p&gt;
&lt;span class=&quot;next-badge&quot;&gt;Seoul History Series &amp;middot; Part 3 of 7&lt;/span&gt;&lt;/section&gt;
&lt;!-- FOOTER --&gt;&lt;footer class=&quot;footer&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul History Series &amp;middot; yourmaninkorea &amp;middot; Part 2 of 7&lt;/p&gt;
&lt;/footer&gt;</description>
      <category>Posts</category>
      <category>Gwanghwamun</category>
      <category>gyeongbokgung palace</category>
      <category>jeong dojeon</category>
      <category>Joseon Dynasty</category>
      <category>K-contents</category>
      <category>korea travel</category>
      <category>korean history</category>
      <category>Lee seonggye</category>
      <category>seoul history</category>
      <category>visit seoul</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/9</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-How-Seoul-Became-the-Capital-of-Korea#entry9comment</comments>
      <pubDate>Tue, 24 Mar 2026 10:47:48 +0900</pubDate>
    </item>
    <item>
      <title>Seoul History 101 &amp;mdash; Before Seoul Became Korea's Capital</title>
      <link>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-Before-Seoul-Became-Koreas-Capital</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;style&gt;
    :root {
      --black: #0e0e0e;
      --white: #fafaf8;
      --cream: #f4f1eb;
      --stone: #e8e4dc;
      --muted: #9a9690;
      --accent: #c8490a;
      --accent-light: #f0ddd4;
      --text: #1c1c1a;
      --text-light: #5a5754;
      --serif: 'DM Serif Display', Georgia, serif;
      --sans: 'DM Sans', system-ui, sans-serif;
      --mono: 'DM Mono', monospace;
    }

```
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #fafaf8;
  color: #1c1c1a;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.hero {
  background: #0e0e0e;
  color: #fafaf8;
  padding: 80px 24px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 0%, rgba(200,73,10,0.18) 0%, transparent 65%),
              radial-gradient(ellipse at 20% 100%, rgba(200,73,10,0.10) 0%, transparent 55%);
  pointer-events: none;
}

.hero-meta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 24px;
}

.hero-meta span { margin: 0 8px; }

.hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.15;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}

.hero h1 em {
  font-style: italic;
  color: #e8846a;
}

.hero-sub {
  font-size: 15px;
  color: #a8a49e;
  max-width: 520px;
  margin: 0 auto 48px;
  font-weight: 300;
}

.hero-series {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 12px;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.08em;
  color: #c8c4be;
}

.hero-series .dot {
  width: 6px; height: 6px;
  background: #c8490a;
  border-radius: 50%;
}

/* ── LAYOUT ── */
.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── NOTE BEFORE ── */
.note-before {
  background: #f4f1eb;
  border-top: 3px solid #c8490a;
  padding: 56px 24px;
  text-align: center;
  margin-bottom: 0;
}

.note-before .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 16px;
}

.note-before h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 20px;
  color: #0e0e0e;
}

.note-before p {
  max-width: 580px;
  margin: 0 auto 16px;
  color: #5a5754;
  font-size: 16px;
}

.note-before .italic-question {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #c8490a;
  margin: 20px 0;
}

/* ── CHAPTERS ── */
.chapter {
  padding: 64px 0;
  border-bottom: 1px solid #e8e4dc;
}

.chapter:last-child { border-bottom: none; }

.chapter-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 32px;
}

.chapter-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #c8490a;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-top: 4px;
}

.chapter h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
  color: #0e0e0e;
}

.chapter p {
  color: #1c1c1a;
  margin-bottom: 18px;
  font-size: 16.5px;
}

.chapter p:last-child { margin-bottom: 0; }

/* ── PULL QUOTE ── */
.pull-quote {
  border-left: 3px solid #c8490a;
  padding: 16px 24px;
  margin: 32px 0;
  background: #f0ddd4;
  border-radius: 0 8px 8px 0;
}

.pull-quote p {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #0e0e0e;
  margin: 0;
  line-height: 1.6;
}

/* ── TIMELINE ── */
.timeline {
  background: #0e0e0e;
  color: #fafaf8;
  border-radius: 12px;
  padding: 32px;
  margin: 32px 0;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  line-height: 1.9;
}

.timeline-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.timeline-row:last-child { border-bottom: none; }

.timeline-era {
  color: #c8490a;
  font-weight: 500;
  font-size: 12px;
}

.timeline-desc {
  color: #c8c4be;
}

.timeline-desc .sub {
  color: #7a7672;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}

/* ── GEO GRID ── */
.geo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.geo-card {
  background: #f4f1eb;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e8e4dc;
}

.geo-card .icon {
  font-size: 1.4rem;
  margin-bottom: 8px;
  display: block;
}

.geo-card .geo-title {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c8490a;
  margin-bottom: 6px;
}

.geo-card p {
  font-size: 14px;
  color: #5a5754;
  margin: 0;
  line-height: 1.6;
}

/* ── PLACES ── */
.places {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}

.place-item {
  display: grid;
  grid-template-columns: 3px 1fr;
  gap: 20px;
}

.place-bar {
  background: #c8490a;
  border-radius: 2px;
  flex-shrink: 0;
}

.place-item h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.place-item p {
  font-size: 15px;
  color: #5a5754;
  margin: 0;
  line-height: 1.65;
}

/* ── NEXT UP ── */
.next-up {
  background: #0e0e0e;
  color: #fafaf8;
  padding: 56px 24px;
  text-align: center;
}

.next-up .label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 20px;
}

.next-up h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fafaf8;
}

.next-up p {
  font-size: 14px;
  color: #8a8682;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.8;
}

.next-badge {
  display: inline-block;
  background: #c8490a;
  color: #fafaf8;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 4px;
  margin-top: 24px;
  text-transform: uppercase;
}

/* ── FOOTER ── */
.footer {
  background: #f4f1eb;
  border-top: 1px solid #e8e4dc;
  padding: 32px 24px;
  text-align: center;
}

.footer p {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #9a9690;
  text-transform: uppercase;
}

/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .timeline-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .geo-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding: 60px 20px 48px; }
  .chapter { padding: 48px 0; }
  .timeline { padding: 24px 20px; }
}
```

  &lt;/style&gt;
&lt;/div&gt;
&lt;!-- HERO --&gt;&lt;header class=&quot;hero&quot;&gt;
&lt;div class=&quot;hero-meta&quot;&gt;&lt;span&gt;Seoul Travel Guide&lt;/span&gt; &lt;span&gt;&amp;middot;&lt;/span&gt; &lt;span&gt;Korea History&lt;/span&gt; &lt;span&gt;&amp;middot;&lt;/span&gt; &lt;span&gt;2026&lt;/span&gt;&lt;/div&gt;
&lt;h1&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Seoul History Before the Capital &amp;mdash;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ee2323;&quot;&gt;&lt;i&gt;The Land That Was Always Destined&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;to Be Korea's Center&lt;/span&gt;&lt;/h1&gt;
&lt;p class=&quot;hero-sub&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #dddddd;&quot;&gt;Before 1394, this land was already one of the most contested territories on the Korean peninsula. Here's why.&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;hero-series&quot;&gt;&lt;span class=&quot;dot&quot;&gt;&lt;/span&gt; Seoul History Series &amp;middot; Part 1 of 7&lt;/div&gt;
&lt;/header&gt;&lt;!-- NOTE BEFORE --&gt;
&lt;section class=&quot;note-before&quot;&gt;
&lt;div class=&quot;label&quot;&gt;A Note Before We Begin&lt;/div&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Before Seoul Was Seoul&lt;/h2&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Most first-time visitors to Seoul ask the same question.&lt;/p&gt;
&lt;p class=&quot;italic-question&quot; style=&quot;text-align: center;&quot; data-ke-size=&quot;size16&quot;&gt;&quot;How long has Seoul been Seoul?&quot;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The short answer &amp;mdash; &lt;b&gt;since 1394.&lt;/b&gt; That's when the Joseon Dynasty moved its capital here.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;But long before that, people lived on this land, cities rose and fell, and history accumulated layer by layer. Three kingdoms fought over this territory for centuries. The Goryeo Dynasty nearly moved its capital here &amp;mdash; and gave up. And finally, Joseon made the choice that defined everything.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;This is the story of Seoul before it became the capital of Korea.&lt;/p&gt;
&lt;/section&gt;
&lt;!-- MAIN CONTENT --&gt;&lt;main&gt;``` &lt;!-- CHAPTER 01 --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;01&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;What Does &quot;Seoul&quot; Actually Mean?&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Most Korean city names come from Chinese characters. Seoul is different. &lt;b&gt;It's pure Korean.&lt;/b&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The most widely accepted theory traces the name to &lt;i&gt;Suri&lt;/i&gt; (首里) or &lt;i&gt;Seorabeol&lt;/i&gt; (徐羅伐) &amp;mdash; ancient Korean words meaning &quot;central place&quot; or &quot;great city.&quot; In other words, the word for &quot;capital&quot; became the city's name itself.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;During the Joseon Dynasty, the city had an official name &amp;mdash; &lt;b&gt;Hanyang (漢陽)&lt;/b&gt;, also called &lt;b&gt;Hanseong (漢城)&lt;/b&gt;. The name Seoul didn't become the official administrative name until 1946. But people had been calling it Seoul for centuries before that.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The city was named &quot;capital&quot; before it ever became one. Maybe it was always meant to be.&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 02 --&gt;
&lt;div style=&quot;background: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;02&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Before the Capital &amp;mdash; A Timeline of Who Ruled This Land&lt;/h2&gt;
&lt;/div&gt;
&lt;div class=&quot;timeline&quot;&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Prehistoric Era&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Multiple comb-pattern pottery sites excavated. The Han River basin has been continuously inhabited since the Neolithic and Bronze Ages.&lt;span class=&quot;sub&quot;&gt;~ BCE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Gojoseon&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Korea's first kingdom, founded by Dangun. Capital near present-day Pyongyang. Han River area was peripheral &amp;mdash; but populated.&lt;span class=&quot;sub&quot;&gt;2333 BCE &amp;ndash; 108 BCE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Samhan Period&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Three confederacies dominated the southern peninsula. Present-day Seoul fell within the Mahan (馬韓) territory.&lt;span class=&quot;sub&quot;&gt;2nd century BCE &amp;ndash; 3rd century CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Baekje&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;King Onjo founded Baekje near present-day Seoul at Wiryeseong. Han River basin under Baekje control for nearly 500 years &amp;mdash; Seoul's first era as a capital city.&lt;span class=&quot;sub&quot;&gt;18 BCE &amp;ndash; 475 CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Goguryeo&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;King Jangsu pushed south, seizing the Han River basin from Baekje. Military fortresses built across Achasan Mountain.&lt;span class=&quot;sub&quot;&gt;475 &amp;ndash; 553 CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Silla&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;King Jinheung drove out both Goguryeo and Baekje, claiming the Han River basin last among the Three Kingdoms. This territory became the base for Silla's unification of the peninsula.&lt;span class=&quot;sub&quot;&gt;553 &amp;ndash; 676 CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Unified Silla&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Capital remained in Gyeongju. The Han River area administered as Hansanju (漢山州) &amp;mdash; important, but treated as a regional outpost.&lt;span class=&quot;sub&quot;&gt;676 &amp;ndash; 918 CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Goryeo&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Capital in Gaeseong. Present-day Seoul designated Namgyeong (南京) &amp;mdash; the Southern Capital. King Sukjong attempted relocation here. The move never happened &amp;mdash; but a royal villa was actually built.&lt;span class=&quot;sub&quot;&gt;918 &amp;ndash; 1392 CE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;timeline-row&quot;&gt;&lt;span class=&quot;timeline-era&quot;&gt;Joseon Founded&lt;/span&gt; &lt;span class=&quot;timeline-desc&quot;&gt;Lee Seonggye overthrew Goryeo and founded Joseon. Two years later, the capital moved to this land.&lt;span class=&quot;sub&quot;&gt;1392 ~ &amp;middot; Continued in Part 2&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 03 --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;03&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Why This Land? &amp;mdash; Seoul's Geographic Advantage&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Throughout the Three Kingdoms period, the Han River basin was the single most contested piece of territory on the Korean peninsula. Three kingdoms fought over it for centuries. Not because it was symbolic. Because it was &lt;b&gt;strategically perfect.&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;geo-grid&quot;&gt;
&lt;div class=&quot;geo-card&quot;&gt;&lt;span class=&quot;icon&quot;&gt; ️&lt;/span&gt;
&lt;div class=&quot;geo-title&quot;&gt;Northern Defense&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Bukhansan (836m) &amp;mdash; natural fortress. Blocked invasion from the north.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;geo-card&quot;&gt;&lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
&lt;div class=&quot;geo-title&quot;&gt;Transportation Hub&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Han River &amp;mdash; connected to the Yellow Sea. Primary route for tax grain and goods from across the country.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;geo-card&quot;&gt;&lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
&lt;div class=&quot;geo-title&quot;&gt;Agricultural Base&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Wide plains along the Han River basin. Large-scale food production possible.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;geo-card&quot;&gt;&lt;span class=&quot;icon&quot;&gt; &lt;/span&gt;
&lt;div class=&quot;geo-title&quot;&gt;Geographic Center&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Middle of the Korean peninsula. Roughly equal distance to north and south.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;From a pungsu-jiri perspective &amp;mdash; Korea's traditional method of reading the land &amp;mdash; the site was nearly perfect. Mountains to the north (Bukhansan, Bugaksan), a river to the south (Han River), with Naksan to the east and Inwangsan to the west forming a natural enclosure. The founders of Joseon didn't choose this land by chance.&lt;/p&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 04 --&gt;
&lt;div style=&quot;background: #f4f1eb; padding: 8px 0;&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;04&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;Goryeo's Seoul &amp;mdash; When It Was Called Namgyeong&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The Goryeo Dynasty (918&amp;ndash;1392) kept its capital in Gaeseong. But it designated the present-day Seoul area as &lt;b&gt;Namgyeong (南京)&lt;/b&gt; &amp;mdash; the Southern Capital &amp;mdash; and managed it as one of four major cities alongside Gaeseong, Seogyeong (Pyongyang), and Donggyeong (Gyeongju).&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Here's the detail that stands out. &lt;b&gt;In 1101, King Sukjong of Goryeo actively attempted to relocate the capital to Namgyeong.&lt;/b&gt; The driving force was a feng shui prophecy attributed to the monk Doseon &amp;mdash; &lt;i&gt;&quot;If the capital is established at Namgyeong, 36 nations will pay tribute.&quot;&lt;/i&gt; A royal villa was actually constructed. But the full relocation never happened.&lt;/p&gt;
&lt;div class=&quot;pull-quote&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The very land Goryeo tried and failed to make its capital &amp;mdash; Joseon built its capital there roughly 300 years later.&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CHAPTER 05 --&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;section class=&quot;chapter&quot;&gt;
&lt;div class=&quot;chapter-header&quot;&gt;&lt;span class=&quot;chapter-num&quot;&gt;05&lt;/span&gt;
&lt;h2 data-ke-size=&quot;size26&quot;&gt;What Travelers Can See Today&lt;/h2&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;The history from this era is still visible across Seoul &amp;mdash; if you know where to look.&lt;/p&gt;
&lt;div class=&quot;places&quot;&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Pungnaptoseong Fortress (풍납토성)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Near Cheonho Station, Subway Line 8. An earthen fortress from Baekje, built before the common era. Sections of the original walls still stand today &amp;mdash; rising unexpectedly between apartment buildings. Standing here makes the depth of Seoul's timeline feel suddenly real.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Achasan Mountain (아차산)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Gwangjin-gu. The site of Goguryeo military fortresses built to defend the Han River basin. From the summit, the Han River and Seoul's city center stretch out below. The commanders of the Three Kingdoms era surveyed their enemies from this exact spot.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;place-item&quot;&gt;
&lt;div class=&quot;place-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;Bukhansan Mountain (북한산)&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Northern Seoul. Historical layers from every era &amp;mdash; the Three Kingdoms, Joseon, and beyond &amp;mdash; are embedded in this mountain. King Jinheung of Silla's Victory Stele (555 CE) was discovered here. Hiking trails and historical sites run side by side. One of the best half-day trips from central Seoul.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
```&lt;/main&gt;&lt;!-- NEXT UP --&gt;
&lt;section class=&quot;next-up&quot;&gt;
&lt;div class=&quot;label&quot;&gt;Up Next in the Series&lt;/div&gt;
&lt;h3 data-ke-size=&quot;size23&quot;&gt;&lt;span style=&quot;color: #ffffff;&quot;&gt;Part 2 &amp;mdash; How Seoul Became the Capital&lt;/span&gt;&lt;/h3&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Who chose this land, why they chose it, and how they built a city.&lt;br /&gt;Lee Seonggye and Jeong Dojeon. Feng shui and politics.&lt;br /&gt;And the construction of Gyeongbokgung Palace.&lt;/p&gt;
&lt;span class=&quot;next-badge&quot;&gt;Seoul History Series &amp;middot; Part 2 of 7&lt;/span&gt;&lt;/section&gt;
&lt;!-- FOOTER --&gt;&lt;footer class=&quot;footer&quot;&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;Seoul History Series &amp;middot; yourmaninkorea &amp;middot; Part 1 of 7&lt;/p&gt;
&lt;/footer&gt;</description>
      <category>Posts</category>
      <category>baekje history</category>
      <category>Gojoseon</category>
      <category>han river history</category>
      <category>korea history</category>
      <category>korea travel guide</category>
      <category>seoul history</category>
      <category>seoul travel</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/8</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Seoul-History-101-%E2%80%94-Before-Seoul-Became-Koreas-Capital#entry8comment</comments>
      <pubDate>Mon, 23 Mar 2026 17:49:56 +0900</pubDate>
    </item>
    <item>
      <title>[Special]BTS ARIRANG 2026: The Comeback Concert &amp;mdash; Context, Details, Thoughts</title>
      <link>https://yourmaninkorea.tistory.com/entry/SpecialBTS-ARIRANG-2026-The-Comeback-Concert-%E2%80%94-Context-Details-Thoughts</link>
      <description>&lt;!-- BTS ARIRANG 2026 — Style 1 Orange Magazine (Tistory Compatible, All Inline Styles) --&gt;

&lt;!-- HERO --&gt;

&lt;div style=&quot;background:#111111; color:#ffffff; padding:60px 32px 48px;&quot;&gt;
  &lt;div style=&quot;max-width:820px; margin:0 auto;&quot;&gt;
    &lt;span style=&quot;font-size:11px; letter-spacing:3px; color:#ff6a00; text-transform:uppercase; display:block; margin-bottom:16px; font-weight:700;&quot;&gt;BTS · 2026 · Complete Guide&lt;/span&gt;
    &lt;h1 style=&quot;font-size:clamp(26px,5vw,48px); font-weight:900; line-height:1.2; margin:0 0 16px; color:#ffffff;&quot;&gt;BTS ARIRANG 2026:&lt;br&gt;The Comeback Concert —&lt;br&gt;Context, Details, Thoughts&lt;/h1&gt;
    &lt;p style=&quot;font-size:12px; color:#aaaaaa; letter-spacing:1px; margin:0;&quot;&gt;March 21, 2026 · Gwanghwamun Square, Seoul · Complete Guide&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- STAT BAR --&gt;

&lt;div style=&quot;background:#ff6a00; padding:18px 32px; display:flex; gap:32px; flex-wrap:wrap; justify-content:center;&quot;&gt;
  &lt;div style=&quot;text-align:center; color:#fff;&quot;&gt;&lt;span style=&quot;font-size:22px; font-weight:900; display:block;&quot;&gt;260K&lt;/span&gt;&lt;span style=&quot;font-size:10px; letter-spacing:2px; opacity:.9; text-transform:uppercase;&quot;&gt;On-site Audience&lt;/span&gt;&lt;/div&gt;
  &lt;div style=&quot;text-align:center; color:#fff;&quot;&gt;&lt;span style=&quot;font-size:22px; font-weight:900; display:block;&quot;&gt;190&lt;/span&gt;&lt;span style=&quot;font-size:10px; letter-spacing:2px; opacity:.9; text-transform:uppercase;&quot;&gt;Netflix Countries&lt;/span&gt;&lt;/div&gt;
  &lt;div style=&quot;text-align:center; color:#fff;&quot;&gt;&lt;span style=&quot;font-size:22px; font-weight:900; display:block;&quot;&gt;$1B+&lt;/span&gt;&lt;span style=&quot;font-size:10px; letter-spacing:2px; opacity:.9; text-transform:uppercase;&quot;&gt;Economic Impact&lt;/span&gt;&lt;/div&gt;
  &lt;div style=&quot;text-align:center; color:#fff;&quot;&gt;&lt;span style=&quot;font-size:22px; font-weight:900; display:block;&quot;&gt;82+&lt;/span&gt;&lt;span style=&quot;font-size:10px; letter-spacing:2px; opacity:.9; text-transform:uppercase;&quot;&gt;World Tour Shows&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!-- CONTENT WRAPPER --&gt;

&lt;div style=&quot;max-width:820px; margin:0 auto; padding:48px 24px; background:#f5f3ef;&quot;&gt;

&lt;!-- WHY THIS MATTERS --&gt;

&lt;div style=&quot;border-left:4px solid #ff6a00; background:#fff7f2; padding:18px 20px; margin:0 0 40px; border-radius:0 6px 6px 0;&quot;&gt;
  &lt;span style=&quot;font-size:10px; letter-spacing:2.5px; color:#ff6a00; text-transform:uppercase; display:block; margin-bottom:8px; font-weight:700;&quot;&gt;Why This Matters&lt;/span&gt;
  &lt;p style=&quot;font-size:15px; color:#444; margin:0; line-height:1.75;&quot;&gt;BTS is not just returning. This is a global content event reshaping economics, media distribution, and IP ownership.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- NOTE --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;div style=&quot;margin-bottom:20px;&quot;&gt;
    &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0; color:#111;&quot;&gt;A Note Before We Begin&lt;/h2&gt;
  &lt;/div&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;&lt;strong style=&quot;color:#111; font-weight:700;&quot;&gt;To Every ARMY in Korea Right Now&lt;/strong&gt;&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;On March 21, 2026, BTS returns to the stage at Gwanghwamun Square in Seoul — their first full-member performance in nearly four years, following the completion of mandatory military service by all seven members.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;To every fan who traveled to Korea for this moment: welcome. It's a long way to come, and it says everything about what this group means to the people who follow them.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;This post covers everything surrounding the comeback — the concert details, how they got here, why Gwanghwamun was chosen, what &quot;Arirang&quot; means historically, the album, the Netflix partnership, and the economic scale of BTS's return. A complete reference, whether you're in Seoul tonight or watching from the other side of the world.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 01 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;01&lt;/span&gt;Comeback Concert — At a Glance&lt;/h2&gt;

  &lt;div style=&quot;background:#ffffff; border:1px solid #e8e8e8; border-radius:8px; padding:22px 24px; margin:0 0 20px; box-shadow:0 2px 10px rgba(0,0,0,0.04);&quot;&gt;
    &lt;p style=&quot;font-size:17px; font-weight:900; margin:0 0 16px; color:#111;&quot;&gt;BTS THE COMEBACK LIVE : ARIRANG&lt;/p&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Date &amp;amp; Time&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;March 21, 2026 (Sat) · 8:00 PM KST&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Venue&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;Gwanghwamun Square, Seoul&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Admission&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;Free (open to the public)&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Duration&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;Approx. 1 hour&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Global Broadcast&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;Netflix — exclusive worldwide livestream&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Expected Crowd&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;~260,000 (police estimate)&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Director&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;Hamish Hamilton (Super Bowl Halftime Show)&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:12px;&quot;&gt;Album&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;5th Studio Album ARIRANG · Released Mar 20&lt;/strong&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;This concert marks BTS's first full-member performance in &lt;strong style=&quot;color:#111;&quot;&gt;3 years and 9 months&lt;/strong&gt; — since the Busan concert in October 2022. For Netflix, it is also their very first live event broadcast from Korea to the entire world. The Korean Cultural Heritage Administration granted filming permits for Gyeongbokgung Palace and adjacent historic sites, allowing the space to serve as a cinematic backdrop.&lt;/p&gt;

  &lt;div style=&quot;border-left:4px solid #333; background:#fafafa; padding:16px 20px; border-radius:0 6px 6px 0;&quot;&gt;
    &lt;span style=&quot;font-size:10px; letter-spacing:2px; color:#555; text-transform:uppercase; display:block; margin-bottom:6px; font-weight:700;&quot;&gt;Business Insight&lt;/span&gt;
    &lt;p style=&quot;font-size:15px; color:#444; margin:0; line-height:1.75;&quot;&gt;This is not just a concert. It is a case study of platform leverage, global distribution, and cultural positioning at scale.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 02 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;02&lt;/span&gt;The Road Back — BTS's Story&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;Under South Korea's mandatory military service law, BTS members began enlisting in December 2022. Jin and J-Hope were discharged in 2024. RM, V, Jimin, and Jungkook followed in early June 2025, with Suga completing his service on June 21, 2025 — reuniting all seven members for the first time.&lt;/p&gt;

  &lt;div style=&quot;border-top:1px solid #e8e8e8; margin-bottom:24px;&quot;&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;December 2022&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Members begin enlisting one by one. Group activities come to a near-complete halt.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;2024&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Jin discharged (Jun 12), J-Hope discharged (Oct 17).&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;June 2025&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;RM, V, Jimin, Jungkook discharged (early June). Suga discharged (Jun 21). All seven reunited.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;Jul–Aug 2025&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Two months of group living in an LA house. Six days a week: morning workouts, afternoon studio sessions.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;November 2025&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Jimin announces on Weverse: &quot;The album is done.&quot;&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;January 5, 2026&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;HYBE officially announces the album release date and World Tour.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;January 15, 2026&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Album title 'ARIRANG' revealed. Pre-orders hit 4 million copies within one week.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;March 20, 2026&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;5th studio album ARIRANG drops simultaneously across all global streaming platforms.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:12px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; font-weight:700; display:inline-block; min-width:140px;&quot;&gt;March 21, 2026&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.7;&quot;&gt;Gwanghwamun Square comeback concert. Netflix livestream in 190 countries.&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;border-left:3px solid #ff6a00; padding:4px 24px; margin:28px 0;&quot;&gt;
    &lt;blockquote style=&quot;font-style:italic; font-size:clamp(15px,2.5vw,19px); color:#111; line-height:1.65; margin:0 0 10px;&quot;&gt;&quot;All seven of us are Korean — and we wanted something that symbolizes Korea at its core. That's how the word 'Arirang' found its way into this album.&quot;&lt;/blockquote&gt;
    &lt;cite style=&quot;font-size:11px; color:#888; letter-spacing:1px;&quot;&gt;— RM (Kim Namjoon)&lt;/cite&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 03 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;03&lt;/span&gt;Gwanghwamun — Why This Place Matters&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;Gwanghwamun (光化門) means &quot;the great virtue of the king illuminates the entire nation.&quot; Built in 1395 as the main gate of Gyeongbokgung Palace — the royal palace of the Joseon Dynasty — it has survived and been rebuilt through the Japanese invasion, colonial rule, and the Korean War.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;At the center of Gwanghwamun Square stand two monumental statues: &lt;strong style=&quot;color:#111;&quot;&gt;King Sejong the Great&lt;/strong&gt;, who created the Korean alphabet Hangul in 1443, and &lt;strong style=&quot;color:#111;&quot;&gt;Admiral Yi Sun-sin&lt;/strong&gt;, who repelled Japanese naval invasions in the 16th century. The square is also a living symbol of Korean democracy — in late 2024, citizens gathered here to resist the declaration of martial law by President Yoon Suk-yeol.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;HYBE stated: &lt;strong style=&quot;color:#111;&quot;&gt;&quot;Considering the symbolic weight of the word 'Arirang,' we chose Gwanghwamun — the most representative space in Korea — as the stage.&quot;&lt;/strong&gt; Some observers are already comparing it to Abbey Road in London: a location that will now be forever associated with a global music icon.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 04 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;04&lt;/span&gt;Arirang — Korea's Soul Song&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;The etymology of &quot;Arirang&quot; is uncertain. Scholars have proposed nearly &lt;strong style=&quot;color:#111;&quot;&gt;30 different origin theories&lt;/strong&gt;, and none has been accepted as definitive. This very openness — its refusal to be pinned down — is precisely why generations of Koreans have poured their own emotions into it.&lt;/p&gt;

  &lt;div style=&quot;background:#fafaf8; border:1px solid #e8e8e8; padding:24px; margin:0 0 20px; border-radius:6px;&quot;&gt;
    &lt;h3 style=&quot;font-size:18px; font-weight:900; margin:0 0 18px; color:#111;&quot;&gt;Top 4 Origin Theories (of ~30)&lt;/h3&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Pain Theory&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Derived from the verb &quot;arida&quot; (to sting, to ache). &quot;Arari ga nanne&quot; is interpreted as &quot;the ache has come.&quot; The name itself embodies the feeling of enduring pain.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Love Theory&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Young men and women were nicknamed &quot;al&quot; (gem/bead). A folk song about lovers crossing a mountain pass spread and evolved into a labor song sung in fields.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Chinese Characters&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;&quot;我離郎&quot; (I depart from my love), a Silla-era princess Alyeong, or the legendary figure Arang (阿娘) of Miryang — possible phonetic borrowings retroactively applied.&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Shamanism Theory&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Rooted in ancient northern shamanic funeral traditions — a song to welcome the soul and endure the grief of parting.&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;The first known recording of any Korean song is an 1896 recording of Arirang, now preserved at the United States Library of Congress. In 1926, director Na Un-gyu's film &lt;em&gt;Arirang&lt;/em&gt; — carrying an anti-Japanese resistance spirit — spread the song explosively across the nation.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;Its defining feature: &lt;strong style=&quot;color:#111;&quot;&gt;no fixed lyrics&lt;/strong&gt;. Anyone can improvise new verses over the repeating melody. There are hundreds of regional variants — the Gyeonggi, Miryang, Jindo, and Jeongseon versions being the most famous — and diaspora versions exist in China, Japan, and Kazakhstan.&lt;/p&gt;

  &lt;div style=&quot;border-left:3px solid #ff6a00; padding:4px 24px; margin:28px 0;&quot;&gt;
    &lt;blockquote style=&quot;font-style:italic; font-size:clamp(15px,2.5vw,19px); color:#111; line-height:1.65; margin:0 0 10px;&quot;&gt;&quot;Arirang transcended the boundaries of folk song to carry literature and history within it — a channel for the people to freely express a life weighed down by hardship and joy alike.&quot;&lt;/blockquote&gt;
    &lt;cite style=&quot;font-size:11px; color:#888; letter-spacing:1px;&quot;&gt;— Arirang Historical Research&lt;/cite&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;&lt;strong style=&quot;color:#111;&quot;&gt;UNESCO Intangible Cultural Heritage of Humanity — 2012.&lt;/strong&gt; UNESCO recognized that Arirang is continuously re-created across diverse social contexts, serving as a marker of communal identity and a catalyst for social cohesion. In 2015, it was also designated a National Intangible Cultural Heritage of Korea. Since 1991, it has been the official anthem for Korean unified sports teams at the Olympics — a tradition carried through the 2018 PyeongChang Winter Games.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 05 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;05&lt;/span&gt;Album ARIRANG — Tracks &amp;amp; Production&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;BTS's 5th studio album &lt;em&gt;ARIRANG&lt;/em&gt;, released March 20, 2026, contains 14 tracks. The album logo fuses the Korean consonants &quot;ㅇㄹㄹ&quot; (initials of Arirang) with the trigrams of the Korean flag and the crimson of flame. The 360-degree stadium stage design is itself shaped like the Taegeukgi (Korean flag).&lt;/p&gt;

  &lt;div style=&quot;border-top:1px solid #e8e8e8; margin-bottom:20px;&quot;&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;01&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Intro : ARIRANG&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;02&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Body to Body&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;03&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Hooligan&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;04&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Aliens&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center; background:#fff7f2;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ff6a00; min-width:28px; font-weight:700;&quot;&gt;05&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:700; color:#ff6a00; flex:1;&quot;&gt;ARIRANG (Title Track)&lt;/span&gt;&lt;span style=&quot;font-size:10px; background:#ff6a00; color:#fff; padding:2px 8px; text-transform:uppercase; font-weight:700; letter-spacing:.1em;&quot;&gt;Title&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;06&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Into the Sun&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center; background:#fff7f2;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ff6a00; min-width:28px; font-weight:700;&quot;&gt;07&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:700; color:#ff6a00; flex:1;&quot;&gt;Swim ★ Focus Track&lt;/span&gt;&lt;span style=&quot;font-size:10px; background:#ff6a00; color:#fff; padding:2px 8px; text-transform:uppercase; font-weight:700; letter-spacing:.1em;&quot;&gt;Focus&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;08&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#111;&quot;&gt;Interlude : Seven&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;display:flex; gap:16px; padding:12px 0; border-bottom:1px solid #e8e8e8; align-items:center;&quot;&gt;&lt;span style=&quot;font-size:14px; color:#ccc; min-width:28px; font-weight:700;&quot;&gt;09–14&lt;/span&gt;&lt;span style=&quot;font-size:15px; font-weight:500; color:#888;&quot;&gt;+ 6 B-side tracks&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;★ Track 7 &lt;strong style=&quot;color:#111;&quot;&gt;&quot;Swim&quot;&lt;/strong&gt; was highlighted in black on the official tracklist reveal — indicating it as the focus track beyond the title. Production collaborators include &lt;strong style=&quot;color:#111;&quot;&gt;Kevin Parker&lt;/strong&gt; (Tame Impala), &lt;strong style=&quot;color:#111;&quot;&gt;Flume&lt;/strong&gt;, &lt;strong style=&quot;color:#111;&quot;&gt;JPEGMAFIA&lt;/strong&gt;, and &lt;strong style=&quot;color:#111;&quot;&gt;Ryan Tedder&lt;/strong&gt; (OneRepublic). RM contributed lyrics to every track except the interlude.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;On Weverse Live, Jungkook delivered a line that encapsulated the album's spirit: &lt;strong style=&quot;color:#111;&quot;&gt;&quot;ARMYrang, Bangtan-irang, Arirang~!&quot;&lt;/strong&gt; — weaving together the fandom, the group, and the national folk song into one wordplay.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 06 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;06&lt;/span&gt;How BTS's Message Has Evolved&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;BTS's artistic identity has followed a clear arc. From sharp social critique about student life, to a philosophy of self-love, to pandemic-era longing — and now, after military service and reunion, a return to roots. The ARIRANG era is about &lt;strong style=&quot;color:#111;&quot;&gt;identity, origin, and homecoming&lt;/strong&gt;.&lt;/p&gt;

  &lt;div style=&quot;background:#fafaf8; border:1px solid #e8e8e8; padding:24px; margin:0 0 20px; border-radius:6px;&quot;&gt;
    &lt;h3 style=&quot;font-size:18px; font-weight:900; margin:0 0 18px; color:#111;&quot;&gt;The Evolution of BTS's Message&lt;/h3&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;2013–2015&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;School Trilogy — Critique of Korea's exam culture, school violence, and the dreams crushed by society. Direct and confrontational.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;2015–2017&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;HYYH (The Most Beautiful Moment in Life) — &quot;Right now is the most beautiful time.&quot; Youth's simultaneous beauty and anxiety.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;2017–2020&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Love Yourself Series — From self-loathing to self-acceptance. UN General Assembly speech. Global ARMY phenomenon begins.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;2020–2022&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Map of the Soul / BE — Isolation and connection in the pandemic age. &quot;Permission to Dance.&quot; Massive stadium tours.&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;2026 — ARIRANG&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Post-military reunion — Korean identity, cultural roots, the meaning of return. &quot;We wanted to show where we came from.&quot;&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;ARIRANG is not merely a comeback album. It is BTS returning to their homeland after experiencing the world — and &lt;strong style=&quot;color:#111;&quot;&gt;rediscovering what it means to be Korean&lt;/strong&gt;. Like the folk song itself, each of the seven members brings their own interpretation of &quot;coming home&quot; to the work.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 06½ --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;06½&lt;/span&gt;What Does &quot;Swim&quot; Mean? — Our Best Guess&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;Track 7 on &lt;em&gt;ARIRANG&lt;/em&gt; is called &lt;strong style=&quot;color:#111;&quot;&gt;&quot;Swim.&quot;&lt;/strong&gt; It was the only track highlighted in black on the official tracklist reveal — a quiet signal that this one carries particular weight. We don't have the full lyrics yet. But we've been sitting with the title, and we have a feeling about where it might go.&lt;/p&gt;

  &lt;div style=&quot;border-left:3px solid #ff6a00; padding:4px 24px; margin:28px 0;&quot;&gt;
    &lt;blockquote style=&quot;font-style:italic; font-size:clamp(15px,2.5vw,19px); color:#111; line-height:1.65; margin:0 0 10px;&quot;&gt;Looking at everything BTS has said over the years — every wave they've faced, every current they've pushed through — &quot;Swim&quot; feels like it might be exactly this: &lt;em&gt;no matter what the water throws at you, you keep moving through it.&lt;/em&gt;&lt;/blockquote&gt;
    &lt;cite style=&quot;font-size:11px; color:#888; letter-spacing:1px;&quot;&gt;— Our read, before the album drops&lt;/cite&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;Think about the arc. School Trilogy said: &lt;em&gt;the system is breaking us.&lt;/em&gt; Love Yourself said: &lt;em&gt;love yourself first.&lt;/em&gt; BE said: &lt;em&gt;we're all lost right now, but we're lost together.&lt;/em&gt; ARIRANG says: &lt;em&gt;this is where we come from.&lt;/em&gt;&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;And then, quietly, track 7 says: &lt;strong style=&quot;color:#111;&quot;&gt;&quot;Swim.&quot;&lt;/strong&gt;&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;Not &quot;float.&quot; Not &quot;survive.&quot; Swim — which means active effort, movement with intention, choosing to push forward even when the water is cold and the shore isn't visible. After military service, after years apart, after navigating one of the most unusual careers in music history, &quot;Swim&quot; might be BTS's most personal instruction to themselves — and to us.&lt;/p&gt;

  &lt;div style=&quot;background:#fafaf8; border:1px solid #e8e8e8; padding:24px; margin:0 0 20px; border-radius:6px;&quot;&gt;
    &lt;h3 style=&quot;font-size:18px; font-weight:900; margin:0 0 18px; color:#111;&quot;&gt;Why We're Curious — The Evidence&lt;/h3&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;The Title&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;&quot;Swim&quot; is a verb of sustained effort, not a state of rest. It implies ongoing motion — you don't swim once and stop. BTS's entire story has been about that kind of motion.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Track Position&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Track 7 on a 14-track album — the exact midpoint. In BTS albums, the center track often carries structural emotional weight. It's rarely accidental.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;Flume Collab&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Produced with Flume, whose sound lives in texture and immersion — music that surrounds you like water. The sonic choice fits the metaphor.&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;SWIMSIDE Campaign&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Spotify named their entire BTS partnership campaign &quot;SWIMSIDE.&quot; You don't build a global campaign name around a B-side. This track is clearly central to the album's identity.&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;We're genuinely curious. And we're waiting to find out if we're right. Whatever &quot;Swim&quot; turns out to mean — we already know BTS has earned the right to tell that story.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 07 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;07&lt;/span&gt;The Netflix Partnership&lt;/h2&gt;

  &lt;div style=&quot;background:#141414; color:#fff; padding:28px; margin:0 0 20px; border-radius:4px;&quot;&gt;
    &lt;h3 style=&quot;font-size:20px; font-weight:900; color:#e50914; margin:0 0 20px;&quot;&gt;Netflix × BTS ARIRANG Schedule&lt;/h3&gt;
    &lt;div style=&quot;border-left:2px solid #e50914; padding-left:16px; margin-bottom:14px;&quot;&gt;
      &lt;span style=&quot;font-size:14px; color:#e50914; font-weight:900; display:block; margin-bottom:4px;&quot;&gt;MAR 20&lt;/span&gt;
      &lt;strong style=&quot;color:#fff; font-size:15px; display:block; margin-bottom:3px;&quot;&gt;5th Studio Album ARIRANG — Released&lt;/strong&gt;
      &lt;span style=&quot;font-size:13.5px; color:#d4d4d4; line-height:1.6;&quot;&gt;Available simultaneously on Spotify, Apple Music, YouTube Music, and all major platforms worldwide.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style=&quot;border-left:2px solid #e50914; padding-left:16px; margin-bottom:14px;&quot;&gt;
      &lt;span style=&quot;font-size:14px; color:#e50914; font-weight:900; display:block; margin-bottom:4px;&quot;&gt;MAR 21&lt;/span&gt;
      &lt;strong style=&quot;color:#fff; font-size:15px; display:block; margin-bottom:3px;&quot;&gt;BTS THE COMEBACK LIVE | ARIRANG&lt;/strong&gt;
      &lt;span style=&quot;font-size:13.5px; color:#d4d4d4; line-height:1.6;&quot;&gt;Netflix exclusive worldwide livestream in 190 countries. Netflix's first-ever live event broadcast from South Korea. Projected viewership: 50 million+.&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style=&quot;border-left:2px solid #e50914; padding-left:16px;&quot;&gt;
      &lt;span style=&quot;font-size:14px; color:#e50914; font-weight:900; display:block; margin-bottom:4px;&quot;&gt;MAR 27&lt;/span&gt;
      &lt;strong style=&quot;color:#fff; font-size:15px; display:block; margin-bottom:3px;&quot;&gt;BTS: THE RETURN (Documentary)&lt;/strong&gt;
      &lt;span style=&quot;font-size:13.5px; color:#d4d4d4; line-height:1.6;&quot;&gt;Directed by Bao Nguyen. An intimate record of the journey from discharge to album completion — the creative process captured in full.&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;The concert is directed by &lt;strong style=&quot;color:#111;&quot;&gt;Hamish Hamilton&lt;/strong&gt; — whose credits include the Super Bowl Halftime Show, multiple Grammy ceremonies, and the 2012 London Olympics Opening Ceremony. Netflix described the collaboration as &lt;em&gt;&quot;a moment where a single stage is shared across all languages and cultures simultaneously.&quot;&lt;/em&gt;&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;The partnership extends beyond Netflix. Spotify launched the &lt;strong style=&quot;color:#111;&quot;&gt;&quot;SWIMSIDE&quot; campaign&lt;/strong&gt; — global pop-up events, in-app experiences, and exclusive content. Google Search integrated a BTS scavenger hunt feature, activated when fans search for the group. It is one of the most comprehensive cross-platform entertainment rollouts in K-pop history.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 07½ --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;07½&lt;/span&gt;The Detail That Stood Out: BTS Kept Their IP&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;The Netflix partnership made headlines for its scale — 190 countries, 300 million subscribers, the largest live music broadcast in streaming history. But buried inside the deal is a detail that, to me, matters more than any of those numbers.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;When asked directly whether intellectual property rights to the concert would transfer to Netflix, HYBE's response was unambiguous: &lt;strong style=&quot;color:#111;&quot;&gt;&quot;Unlike past cases, the core rights to the music and performances contained in this content are retained entirely by HYBE and the artists.&quot;&lt;/strong&gt; Netflix made requests for certain rights. HYBE declined.&lt;/p&gt;

  &lt;div style=&quot;border-left:3px solid #ff6a00; padding:4px 24px; margin:28px 0;&quot;&gt;
    &lt;blockquote style=&quot;font-style:italic; font-size:clamp(15px,2.5vw,19px); color:#111; line-height:1.65; margin:0 0 10px;&quot;&gt;Netflix wanted the rights. HYBE said no. And Netflix — the platform with 300 million subscribers — agreed to stream it anyway.&lt;/blockquote&gt;
    &lt;cite style=&quot;font-size:11px; color:#888; letter-spacing:1px;&quot;&gt;— What this deal actually says about leverage&lt;/cite&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;This is worth pausing on. Netflix's standard operating model — the one that built its empire — is IP acquisition. It doesn't license stories; it buys them. &lt;strong style=&quot;color:#111;&quot;&gt;Stranger Things, The Crown, Squid Game&lt;/strong&gt; — Netflix owns those. The entire strategic logic of the platform has been: stop renting, start owning.&lt;/p&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;The BTS deal runs in the opposite direction. HYBE brought a product Netflix wanted badly enough that the usual terms didn't apply. The music, the performances, the content — all of it stays with the creators. Netflix gets the broadcast window. That's it.&lt;/p&gt;

  &lt;div style=&quot;background:#fafaf8; border:1px solid #e8e8e8; padding:24px; margin:0 0 20px; border-radius:6px;&quot;&gt;
    &lt;h3 style=&quot;font-size:18px; font-weight:900; margin:0 0 18px; color:#111;&quot;&gt;Why This Deal Structure Is Unusual&lt;/h3&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;The Norm&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;Netflix typically acquires content rights outright or locks in multi-year exclusivity that effectively transfers creative control. Creators receive a fee; Netflix owns the asset.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;The BTS Deal&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;HYBE retains all core IP — music rights, performance rights, the content itself. Netflix holds a broadcast arrangement, not ownership. The creators remain the owners.&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;What Changed&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;BTS is one of the few artists whose audience is large enough, global enough, and loyal enough that a platform like Netflix needs them more than they need the platform. That inverts the usual power dynamic entirely.&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:10px;&quot;&gt;The Precedent&lt;/span&gt;&lt;span style=&quot;font-size:14.5px; color:#444; line-height:1.65;&quot;&gt;If this deal structure holds and is reported accurately, it may be the first time a solo music act has broadcast a live event on Netflix while retaining full core IP. The entertainment industry will be watching how this is documented and replicated.&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;I find this genuinely interesting — not just as a BTS story, but as an industry story. The conversation about creator rights and platform power has been running for years across music, film, and publishing. Most of the time, the platform wins. Here, at least on paper, it didn't. Whether this becomes a template or remains a one-time exception depends on what comes next. But the fact that it happened at all is worth noting.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 08 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;08&lt;/span&gt;The Economics of BTS — &quot;Arminomics&quot;&lt;/h2&gt;

  &lt;div style=&quot;display:grid; grid-template-columns:repeat(2,1fr); gap:2px; margin:0 0 24px; background:#e8e8e8;&quot;&gt;
    &lt;div style=&quot;background:#fff; padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:34px; font-weight:900; color:#111; line-height:1;&quot;&gt;$1.03B&lt;span style=&quot;font-size:16px; color:#ff6a00;&quot;&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12.5px; color:#888; margin-top:8px; line-height:1.5;&quot;&gt;Direct consumer spending triggered by the single Gwanghwamun concert&lt;/div&gt;&lt;/div&gt;
    &lt;div style=&quot;background:#fff; padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:34px; font-weight:900; color:#111; line-height:1;&quot;&gt;$1.86B&lt;span style=&quot;font-size:16px; color:#ff6a00;&quot;&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12.5px; color:#888; margin-top:8px; line-height:1.5;&quot;&gt;Total World Tour economic impact estimated through 2027 (IBK Securities)&lt;/div&gt;&lt;/div&gt;
    &lt;div style=&quot;background:#fff; padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:34px; font-weight:900; color:#111; line-height:1;&quot;&gt;$1.38B&lt;/div&gt;&lt;div style=&quot;font-size:12.5px; color:#888; margin-top:8px; line-height:1.5;&quot;&gt;Projected World Tour revenue (IBK Securities)&lt;/div&gt;&lt;/div&gt;
    &lt;div style=&quot;background:#fff; padding:22px 18px;&quot;&gt;&lt;div style=&quot;font-size:34px; font-weight:900; color:#111; line-height:1;&quot;&gt;5M&lt;span style=&quot;font-size:16px; color:#ff6a00;&quot;&gt;+&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12.5px; color:#888; margin-top:8px; line-height:1.5;&quot;&gt;Total World Tour attendance — largest single K-pop tour ever&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div style=&quot;overflow-x:auto; margin:0 0 20px;&quot;&gt;
    &lt;table style=&quot;width:100%; min-width:460px; border-collapse:collapse; font-size:14px;&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;background:#111; color:#ff6a00; padding:10px 13px; text-align:left; font-size:11px; letter-spacing:.1em; text-transform:uppercase;&quot;&gt;Category&lt;/th&gt;&lt;th style=&quot;background:#111; color:#ff6a00; padding:10px 13px; text-align:left; font-size:11px; letter-spacing:.1em; text-transform:uppercase;&quot;&gt;Estimated Value&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; color:#444; line-height:1.5;&quot;&gt;Economic impact per single concert (Korea Culture &amp;amp; Tourism Institute)&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;Up to ₩1.22 trillion (~$841M)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr style=&quot;background:#fafaf8;&quot;&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; color:#444; line-height:1.5;&quot;&gt;Direct consumer stimulus — Gwanghwamun concert&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;₩1.5 trillion+ (~$1.03B)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; color:#444; line-height:1.5;&quot;&gt;Production effect from 100,000 foreign visitors&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;₩900 billion (~$621M)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr style=&quot;background:#fafaf8;&quot;&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; color:#444; line-height:1.5;&quot;&gt;Full World Tour economic impact (through 2027)&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;₩2.7 trillion (~$1.86B)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; color:#444; line-height:1.5;&quot;&gt;HYBE projected operating profit, 2026&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; border-bottom:1px solid #e8e8e8; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;₩450–500 billion (~$310–345M)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr style=&quot;background:#fafaf8;&quot;&gt;&lt;td style=&quot;padding:11px 13px; color:#444; line-height:1.5;&quot;&gt;BTS management revenue (conservative estimate)&lt;/td&gt;&lt;td style=&quot;padding:11px 13px; font-weight:700; color:#111; white-space:nowrap;&quot;&gt;₩1.4 trillion+ (~$966M)&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:16px; line-height:1.85;&quot;&gt;On the ground level: convenience stores within 1km of the venue increased stock of water, drinks, hand warmers, and portable chargers by &lt;strong style=&quot;color:#111;&quot;&gt;10 to 300 times&lt;/strong&gt;. Five-star hotels in the area sold out months in advance. Rates at four-star and below hotels soared to &lt;strong style=&quot;color:#111;&quot;&gt;four times&lt;/strong&gt; the normal weekend price. Foreign visitor spending in the Myeongdong shopping district jumped 30%. The official light stick (ARMY Bomb) sold out instantly — reselling on secondary markets for up to ₩300,000 (~$220).&lt;/p&gt;

  &lt;div style=&quot;border-left:3px solid #ff6a00; padding:4px 24px; margin:28px 0;&quot;&gt;
    &lt;blockquote style=&quot;font-style:italic; font-size:clamp(15px,2.5vw,19px); color:#111; line-height:1.65; margin:0 0 10px;&quot;&gt;&quot;Staging a concert at Gwanghwamun — a symbol of the nation — and broadcasting it to the world is a powerful national branding event. The city of Seoul itself is being consumed as global content.&quot;&lt;/blockquote&gt;
    &lt;cite style=&quot;font-size:11px; color:#888; letter-spacing:1px;&quot;&gt;— Prof. Lee Byeong-min, Konkuk University&lt;/cite&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:0; line-height:1.85;&quot;&gt;Analysts suggest Seoul's foreign tourist numbers could &lt;strong style=&quot;color:#111;&quot;&gt;exceed 20 million for the first time ever&lt;/strong&gt; in 2026, partly driven by BTS's return. The economic wave is being compared to Taylor Swift's Eras Tour, which generated an estimated $5 billion in consumer spending across the United States.&lt;/p&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- CH 09 --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#ff6a00; letter-spacing:2px; font-weight:700; text-transform:uppercase; margin-right:12px;&quot;&gt;09&lt;/span&gt;ARIRANG World Tour 2026–2027&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;Following the Gwanghwamun concert, BTS launches their full World Tour starting April 9, 2026 in Goyang, South Korea. The tour spans &lt;strong style=&quot;color:#111;&quot;&gt;23 countries, 34 cities, 82+ shows&lt;/strong&gt;, running through 2027. Tickets across all legs — Korea, North America, Europe — sold out within hours of going on sale.&lt;/p&gt;

  &lt;div style=&quot;background:#fff; border:1px solid #e8e8e8; border-radius:8px; padding:22px 24px; margin:0 0 20px; box-shadow:0 2px 10px rgba(0,0,0,0.04);&quot;&gt;
    &lt;p style=&quot;font-size:17px; font-weight:900; margin:0 0 14px; color:#111;&quot;&gt;ARIRANG WORLD TOUR 2026–2027&lt;/p&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;First Show&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;April 9, 2026 — Goyang, South Korea&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;Tour Duration&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;April 2026 – March 2027&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;Total Shows&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;82+ performances&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;Cities&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;34 cities&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0; border-bottom:1px solid #e8e8e8;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;Countries&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;23 countries&lt;/strong&gt;&lt;/div&gt;
    &lt;div style=&quot;padding:7px 0;&quot;&gt;&lt;span style=&quot;font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.5px; margin-right:10px;&quot;&gt;Stage Design&lt;/span&gt;&lt;strong style=&quot;font-size:14px; color:#111;&quot;&gt;360° stadium — shaped after the Taegeukgi (Korean flag)&lt;/strong&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- TOUR RECOMMENDATION --&gt;

&lt;div style=&quot;margin:40px 0; padding:28px 0; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;&quot;&gt;
  &lt;div style=&quot;font-size:10px; letter-spacing:.3em; text-transform:uppercase; color:#ff6a00; margin-bottom:10px; font-weight:700;&quot;&gt;Recommended for Your Journey&lt;/div&gt;
  &lt;p style=&quot;font-size:19px; font-weight:900; margin:0 0 18px; color:#111;&quot;&gt;Here are some tours worth considering as part of your trip to Seoul.&lt;/p&gt;
  &lt;div style=&quot;margin-bottom:10px;&quot;&gt;&lt;span style=&quot;font-size:13px; color:#ff6a00; font-weight:700; margin-right:10px;&quot;&gt;→&lt;/span&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;aff_adid=1240281&amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F91805-bts-tour%2F%3Fdd_referrer%3D&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:15px; font-weight:500; color:#111; text-decoration:underline;&quot;&gt;BTS Tour Seoul — Official Klook Experience&lt;/a&gt;&lt;/div&gt;
  &lt;div style=&quot;margin-bottom:10px;&quot;&gt;&lt;span style=&quot;font-size:13px; color:#ff6a00; font-weight:700; margin-right:10px;&quot;&gt;→&lt;/span&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;aff_adid=1240284&amp;k_site=https%3A%2F%2Fwww.klook.com%2Fen-US%2Factivity%2F75044-tour-bts-seoul-hybe%2F&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:15px; font-weight:500; color:#111; text-decoration:underline;&quot;&gt;BTS Seoul &amp;amp; HYBE Insight Tour — English&lt;/a&gt;&lt;/div&gt;
  &lt;div&gt;&lt;span style=&quot;font-size:13px; color:#ff6a00; font-weight:700; margin-right:10px;&quot;&gt;→&lt;/span&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;aff_adid=1240289&amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F75044-tour-bts-seoul-hybe%2F&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;font-size:15px; font-weight:500; color:#111; text-decoration:underline;&quot;&gt;BTS Seoul &amp;amp; HYBE Insight Tour — Korean&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;hr style=&quot;border:none; border-top:1px solid #e8e8e8; margin:40px 0;&quot;&gt;

&lt;!-- SOURCES --&gt;

&lt;div style=&quot;margin-bottom:40px;&quot;&gt;
  &lt;h2 style=&quot;font-size:clamp(18px,3vw,26px); font-weight:900; border-bottom:2px solid #ff6a00; padding-bottom:6px; margin:0 0 20px; color:#111;&quot;&gt;Sources &amp;amp; Notes&lt;/h2&gt;
  &lt;p style=&quot;font-size:15.5px; color:#444; margin-bottom:20px; line-height:1.85;&quot;&gt;This post is original editorial content compiled and synthesized from the following publicly available sources. All economic figures, quotes, and factual claims are attributed to named institutions and individuals as cited below.&lt;/p&gt;

  &lt;div style=&quot;background:#fafaf8; border:1px solid #e8e8e8; padding:22px; margin:0 0 14px; border-radius:6px;&quot;&gt;
    &lt;h3 style=&quot;font-size:17px; font-weight:900; margin:0 0 16px; color:#111;&quot;&gt;Primary Sources&lt;/h3&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:8px;&quot;&gt;News&lt;/span&gt;&lt;span style=&quot;font-size:13.5px; color:#444; line-height:1.75;&quot;&gt;&lt;strong&gt;경향신문&lt;/strong&gt; — HYBE IP statement, Mar. 18, 2026 · &lt;strong&gt;아시아경제&lt;/strong&gt; — &quot;Arminomics ①②,&quot; Mar. 2026 · &lt;strong&gt;연합뉴스&lt;/strong&gt; — BTS ARIRANG coverage, Jan.–Mar. 2026 · &lt;strong&gt;빌보드코리아&lt;/strong&gt; — Tracklist reporting, Jan. 2026&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:8px;&quot;&gt;Financial&lt;/span&gt;&lt;span style=&quot;font-size:13.5px; color:#444; line-height:1.75;&quot;&gt;&lt;strong&gt;IBK투자증권&lt;/strong&gt; — Tour revenue projections · &lt;strong&gt;하나증권&lt;/strong&gt; — HYBE profit estimates · &lt;strong&gt;한국문화관광연구원&lt;/strong&gt; — Economic impact modeling&lt;/span&gt;&lt;/div&gt;
    &lt;div style=&quot;margin-bottom:14px;&quot;&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:8px;&quot;&gt;Official&lt;/span&gt;&lt;span style=&quot;font-size:13.5px; color:#444; line-height:1.75;&quot;&gt;&lt;strong&gt;HYBE Corp.&lt;/strong&gt; — Press releases · &lt;strong&gt;Netflix&lt;/strong&gt; — Livestream announcement · &lt;strong&gt;BTS / Weverse&lt;/strong&gt; — Member statements · &lt;strong&gt;Seoul Metropolitan Police&lt;/strong&gt; — Crowd estimates&lt;/span&gt;&lt;/div&gt;
    &lt;div&gt;&lt;span style=&quot;background:#111; color:#ff6a00; font-size:11px; padding:3px 10px; font-weight:700; margin-right:8px;&quot;&gt;Cultural&lt;/span&gt;&lt;span style=&quot;font-size:13.5px; color:#444; line-height:1.75;&quot;&gt;&lt;strong&gt;유네스코 (UNESCO)&lt;/strong&gt; — Arirang ICH registration, 2012 · &lt;strong&gt;국가문화유산포털&lt;/strong&gt; — National Heritage No. 129, 2015 · &lt;strong&gt;이병민 교수&lt;/strong&gt; (Konkuk Univ.) · &lt;strong&gt;서용구 교수&lt;/strong&gt; (Sookmyung Women's Univ.)&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;font-size:13px; color:#888; line-height:1.7; margin:0;&quot;&gt;All KRW to USD conversions are approximate, based on an exchange rate of ₩1,450 per $1 USD (as of March 2026). Economic projections are estimates — not guarantees. &quot;Swim&quot; analysis in Chapter 6½ is the author's interpretation and clearly labeled as speculative.&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- END CONTENT WRAPPER --&gt;

&lt;!-- FOOTER --&gt;

&lt;div style=&quot;background:#111111; text-align:center; padding:36px 20px; margin-top:0;&quot;&gt;
  &lt;p style=&quot;font-size:20px; font-style:italic; color:#cccccc; margin:0 0 10px;&quot;&gt;ARMYrang, Bangtan-irang, Arirang ~!  &lt;/p&gt;
  &lt;p style=&quot;font-size:12px; color:#555555; letter-spacing:1px; margin:0;&quot;&gt;Content compiled from publicly available press reports and official announcements · March 2026&lt;/p&gt;
&lt;/div&gt;</description>
      <category>Posts</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/7</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/SpecialBTS-ARIRANG-2026-The-Comeback-Concert-%E2%80%94-Context-Details-Thoughts#entry7comment</comments>
      <pubDate>Sat, 21 Mar 2026 00:39:36 +0900</pubDate>
    </item>
    <item>
      <title>One Detail in the BTS Concert Deal</title>
      <link>https://yourmaninkorea.tistory.com/entry/One-Detail-in-the-BTS-Concert-Deal</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;The&amp;nbsp;Netflix&amp;nbsp;partnership&amp;nbsp;made&amp;nbsp;headlines&amp;nbsp;for&amp;nbsp;its&amp;nbsp;scale&amp;nbsp;&amp;mdash;&amp;nbsp;190&amp;nbsp;countries,&amp;nbsp;300&amp;nbsp;million&amp;nbsp;subscribers,&amp;nbsp;the&amp;nbsp;largest&amp;nbsp;live&amp;nbsp;music&amp;nbsp;broadcast&amp;nbsp;in&amp;nbsp;streaming&amp;nbsp;history.&amp;nbsp;Everyone&amp;rsquo;s&amp;nbsp;talking&amp;nbsp;about&amp;nbsp;the&amp;nbsp;numbers. &lt;br /&gt;&lt;br /&gt;But&amp;nbsp;there&amp;rsquo;s&amp;nbsp;one&amp;nbsp;detail&amp;nbsp;buried&amp;nbsp;inside&amp;nbsp;this&amp;nbsp;deal&amp;nbsp;that&amp;nbsp;matters&amp;nbsp;more&amp;nbsp;to&amp;nbsp;me&amp;nbsp;than&amp;nbsp;any&amp;nbsp;of&amp;nbsp;those&amp;nbsp;numbers. &lt;br /&gt;&lt;br /&gt;When asked whether IP rights to the BTS concert would transfer to Netflix, HYBE&amp;rsquo;s response was unambiguous: &amp;ldquo;Unlike past cases, the core rights to the music and performances contained in this content are retained entirely by HYBE and the artists.&amp;rdquo; Netflix made requests for certain rights. HYBE declined. &lt;br /&gt;&lt;br /&gt;Netflix&amp;nbsp;wanted&amp;nbsp;the&amp;nbsp;rights.&amp;nbsp;HYBE&amp;nbsp;said&amp;nbsp;no.&amp;nbsp;And&amp;nbsp;Netflix&amp;nbsp;&amp;mdash;&amp;nbsp;the&amp;nbsp;platform&amp;nbsp;with&amp;nbsp;300&amp;nbsp;million&amp;nbsp;subscribers&amp;nbsp;&amp;mdash;&amp;nbsp;agreed&amp;nbsp;to&amp;nbsp;stream&amp;nbsp;it&amp;nbsp;anyway. &lt;br /&gt;&lt;br /&gt;&amp;mdash;&amp;mdash; &lt;br /&gt;&lt;br /&gt;Netflix&amp;rsquo;s&amp;nbsp;entire&amp;nbsp;operating&amp;nbsp;model&amp;nbsp;is&amp;nbsp;IP&amp;nbsp;acquisition.&amp;nbsp;It&amp;nbsp;doesn&amp;rsquo;t&amp;nbsp;license&amp;nbsp;stories;&amp;nbsp;it&amp;nbsp;buys&amp;nbsp;them.&amp;nbsp;Stranger&amp;nbsp;Things,&amp;nbsp;The&amp;nbsp;Crown,&amp;nbsp;Squid&amp;nbsp;Game&amp;nbsp;&amp;mdash;&amp;nbsp;Netflix&amp;nbsp;owns&amp;nbsp;those.&amp;nbsp;The&amp;nbsp;strategic&amp;nbsp;logic&amp;nbsp;has&amp;nbsp;always&amp;nbsp;been:&amp;nbsp;stop&amp;nbsp;renting,&amp;nbsp;start&amp;nbsp;owning. &lt;br /&gt;&lt;br /&gt;The&amp;nbsp;BTS&amp;nbsp;deal&amp;nbsp;runs&amp;nbsp;in&amp;nbsp;the&amp;nbsp;opposite&amp;nbsp;direction.&amp;nbsp;The&amp;nbsp;music,&amp;nbsp;the&amp;nbsp;performances,&amp;nbsp;the&amp;nbsp;content&amp;nbsp;&amp;mdash;&amp;nbsp;all&amp;nbsp;of&amp;nbsp;it&amp;nbsp;stays&amp;nbsp;with&amp;nbsp;the&amp;nbsp;creators.&amp;nbsp;Netflix&amp;nbsp;gets&amp;nbsp;the&amp;nbsp;broadcast&amp;nbsp;window.&amp;nbsp;That&amp;rsquo;s&amp;nbsp;it. &lt;br /&gt;&lt;br /&gt;BTS&amp;nbsp;is&amp;nbsp;one&amp;nbsp;of&amp;nbsp;the&amp;nbsp;few&amp;nbsp;artists&amp;nbsp;whose&amp;nbsp;audience&amp;nbsp;is&amp;nbsp;large&amp;nbsp;enough,&amp;nbsp;global&amp;nbsp;enough,&amp;nbsp;and&amp;nbsp;loyal&amp;nbsp;enough&amp;nbsp;that&amp;nbsp;Netflix&amp;nbsp;needs&amp;nbsp;them&amp;nbsp;more&amp;nbsp;than&amp;nbsp;they&amp;nbsp;need&amp;nbsp;Netflix.&amp;nbsp;That&amp;nbsp;inverts&amp;nbsp;the&amp;nbsp;usual&amp;nbsp;power&amp;nbsp;dynamic&amp;nbsp;entirely. &lt;br /&gt;&lt;br /&gt;&amp;mdash;&amp;mdash; &lt;br /&gt;&lt;br /&gt;I&amp;nbsp;find&amp;nbsp;this&amp;nbsp;interesting&amp;nbsp;&amp;mdash;&amp;nbsp;not&amp;nbsp;just&amp;nbsp;as&amp;nbsp;a&amp;nbsp;BTS&amp;nbsp;story,&amp;nbsp;but&amp;nbsp;as&amp;nbsp;an&amp;nbsp;industry&amp;nbsp;story.&amp;nbsp;The&amp;nbsp;conversation&amp;nbsp;about&amp;nbsp;creator&amp;nbsp;rights&amp;nbsp;and&amp;nbsp;platform&amp;nbsp;power&amp;nbsp;has&amp;nbsp;been&amp;nbsp;running&amp;nbsp;for&amp;nbsp;years.&amp;nbsp;Most&amp;nbsp;of&amp;nbsp;the&amp;nbsp;time,&amp;nbsp;the&amp;nbsp;platform&amp;nbsp;wins.&amp;nbsp;Here,&amp;nbsp;at&amp;nbsp;least&amp;nbsp;on&amp;nbsp;paper,&amp;nbsp;it&amp;nbsp;didn&amp;rsquo;t. &lt;br /&gt;&lt;br /&gt;Whether&amp;nbsp;this&amp;nbsp;becomes&amp;nbsp;a&amp;nbsp;template&amp;nbsp;or&amp;nbsp;remains&amp;nbsp;a&amp;nbsp;one-time&amp;nbsp;exception&amp;nbsp;&amp;mdash;&amp;nbsp;we&amp;rsquo;ll&amp;nbsp;see. &lt;br /&gt;&lt;br /&gt;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash; &lt;br /&gt;Recommended&amp;nbsp;Tours&amp;nbsp;for&amp;nbsp;Your&amp;nbsp;Seoul&amp;nbsp;Trip &lt;br /&gt;&lt;br /&gt;&amp;rarr;&amp;nbsp;BTS&amp;nbsp;Tour&amp;nbsp;Seoul&amp;nbsp;&amp;mdash;&amp;nbsp;Official&amp;nbsp;Klook&amp;nbsp;Experience &lt;br /&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240281&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F91805-bts-tour%2F%3Fdd_referrer%3D&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240281&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F91805-bts-tour%2F%3Fdd_referrer%3D&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;rarr;&amp;nbsp;BTS&amp;nbsp;Seoul&amp;nbsp;&amp;amp;&amp;nbsp;HYBE&amp;nbsp;Insight&amp;nbsp;Tour&amp;nbsp;&amp;mdash;&amp;nbsp;English &lt;br /&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240284&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Fen-US%2Factivity%2F75044-tour-bts-seoul-hybe%2F&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240284&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Fen-US%2Factivity%2F75044-tour-bts-seoul-hybe%2F&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;rarr;&amp;nbsp;BTS&amp;nbsp;Seoul&amp;nbsp;&amp;amp;&amp;nbsp;HYBE&amp;nbsp;Insight&amp;nbsp;Tour&amp;nbsp;&amp;mdash;&amp;nbsp;Korean &lt;br /&gt;&lt;a href=&quot;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240289&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F75044-tour-bts-seoul-hybe%2F&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://affiliate.klook.com/redirect?aid=116336&amp;amp;aff_adid=1240289&amp;amp;k_site=https%3A%2F%2Fwww.klook.com%2Factivity%2F75044-tour-bts-seoul-hybe%2F&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash; &lt;br /&gt;Source:&amp;nbsp;The&amp;nbsp;Kyunghyang&amp;nbsp;Shinmun,&amp;nbsp;March&amp;nbsp;18,&amp;nbsp;2026&amp;nbsp;&amp;mdash;&amp;nbsp;HYBE&amp;rsquo;s&amp;nbsp;official&amp;nbsp;response&amp;nbsp;to&amp;nbsp;Rep.&amp;nbsp;Kim&amp;nbsp;Jae-won&amp;rsquo;s&amp;nbsp;parliamentary&amp;nbsp;inquiry.&amp;nbsp;All&amp;nbsp;opinions&amp;nbsp;are&amp;nbsp;the&amp;nbsp;author&amp;rsquo;s&amp;nbsp;own.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;This&amp;nbsp;post&amp;nbsp;contains&amp;nbsp;affiliate&amp;nbsp;links.&lt;/p&gt;</description>
      <category>Thoughts</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/5</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/One-Detail-in-the-BTS-Concert-Deal#entry5comment</comments>
      <pubDate>Fri, 20 Mar 2026 12:35:34 +0900</pubDate>
    </item>
    <item>
      <title>Have a local friend in Korea</title>
      <link>https://yourmaninkorea.tistory.com/entry/Have-a-local-friend-in-Korea</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;About&amp;nbsp;This&amp;nbsp;Blog&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Your&amp;nbsp;Friend&amp;nbsp;in&amp;nbsp;Korea&lt;/b&gt;&amp;nbsp;&amp;mdash;&amp;nbsp;A&amp;nbsp;Local&amp;rsquo;s&amp;nbsp;Guide&amp;nbsp;for&amp;nbsp;the&amp;nbsp;Business-Minded&amp;nbsp;Traveler &lt;br /&gt;&lt;br /&gt;Have&amp;nbsp;you&amp;nbsp;ever&amp;nbsp;arrived&amp;nbsp;in&amp;nbsp;a&amp;nbsp;foreign&amp;nbsp;country&amp;nbsp;and&amp;nbsp;wished&amp;nbsp;you&amp;nbsp;had&amp;nbsp;a&amp;nbsp;friend&amp;nbsp;there?&amp;nbsp;Not&amp;nbsp;just&amp;nbsp;any&amp;nbsp;friend&amp;nbsp;&amp;mdash;&amp;nbsp;but&amp;nbsp;someone&amp;nbsp;who&amp;nbsp;knows&amp;nbsp;what&amp;nbsp;you&amp;nbsp;want&amp;nbsp;to&amp;nbsp;experience,&amp;nbsp;what&amp;nbsp;you&amp;nbsp;are&amp;nbsp;curious&amp;nbsp;about,&amp;nbsp;and&amp;nbsp;someone&amp;nbsp;who&amp;nbsp;actually&amp;nbsp;lives&amp;nbsp;and&amp;nbsp;works&amp;nbsp;there.&amp;nbsp;Someone&amp;nbsp;who&amp;nbsp;knows&amp;nbsp;which&amp;nbsp;restaurants&amp;nbsp;are&amp;nbsp;worth&amp;nbsp;the&amp;nbsp;wait&amp;nbsp;and&amp;nbsp;which&amp;nbsp;ones&amp;nbsp;are&amp;nbsp;just&amp;nbsp;tourist&amp;nbsp;traps.&amp;nbsp;Someone&amp;nbsp;who&amp;nbsp;can&amp;nbsp;share&amp;nbsp;the&amp;nbsp;business&amp;nbsp;and&amp;nbsp;cultural&amp;nbsp;angles&amp;nbsp;of&amp;nbsp;a&amp;nbsp;place&amp;nbsp;that&amp;nbsp;no&amp;nbsp;guidebook&amp;nbsp;ever&amp;nbsp;covers. &lt;br /&gt;&lt;br /&gt;That&amp;nbsp;is&amp;nbsp;exactly&amp;nbsp;the&amp;nbsp;kind&amp;nbsp;of&amp;nbsp;friend&amp;nbsp;I&amp;nbsp;want&amp;nbsp;to&amp;nbsp;be&amp;nbsp;for&amp;nbsp;you. &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;b&gt;Who&amp;nbsp;Am&amp;nbsp;I?&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;I&amp;nbsp;am&amp;nbsp;a&amp;nbsp;Korean&amp;nbsp;entrepreneur&amp;nbsp;who&amp;nbsp;has&amp;nbsp;spent&amp;nbsp;most&amp;nbsp;of&amp;nbsp;my&amp;nbsp;life&amp;nbsp;living&amp;nbsp;and&amp;nbsp;working&amp;nbsp;in&amp;nbsp;Korea.&amp;nbsp;I&amp;nbsp;have&amp;nbsp;not&amp;nbsp;been&amp;nbsp;to&amp;nbsp;every&amp;nbsp;corner&amp;nbsp;of&amp;nbsp;the&amp;nbsp;country,&amp;nbsp;but&amp;nbsp;I&amp;nbsp;travel&amp;nbsp;between&amp;nbsp;major&amp;nbsp;cities&amp;nbsp;and&amp;nbsp;regional&amp;nbsp;areas&amp;nbsp;for&amp;nbsp;work,&amp;nbsp;meeting&amp;nbsp;people&amp;nbsp;and&amp;nbsp;living&amp;nbsp;life&amp;nbsp;as&amp;nbsp;a&amp;nbsp;local&amp;nbsp;does. &lt;br /&gt;&lt;br /&gt;Through those experiences, I have come to realize something: Korea is a country that reveals itself slowly &amp;mdash; quite differently from the image projected by K-pop or K-content. Just as truly understanding any country&amp;rsquo;s culture and people takes time and experience, Korea also reveals more layers the longer you spend here. The food gets more interesting. The culture gets richer. The people become more fascinating. And the stories &amp;mdash; there are always more stories. &lt;br /&gt;&lt;br /&gt;One&amp;nbsp;thing&amp;nbsp;that&amp;nbsp;always&amp;nbsp;stayed&amp;nbsp;with&amp;nbsp;me&amp;nbsp;when&amp;nbsp;watching&amp;nbsp;tourists&amp;nbsp;visit&amp;nbsp;Korea&amp;nbsp;was&amp;nbsp;this:&amp;nbsp;the&amp;nbsp;first&amp;nbsp;person&amp;nbsp;who&amp;nbsp;introduces&amp;nbsp;you&amp;nbsp;to&amp;nbsp;something&amp;nbsp;matters&amp;nbsp;enormously.&amp;nbsp;I&amp;nbsp;have&amp;nbsp;seen&amp;nbsp;so&amp;nbsp;many&amp;nbsp;moments&amp;nbsp;where&amp;nbsp;someone&amp;nbsp;was&amp;nbsp;having&amp;nbsp;a&amp;nbsp;genuinely&amp;nbsp;exciting&amp;nbsp;experience&amp;nbsp;or&amp;nbsp;eating&amp;nbsp;truly&amp;nbsp;incredible&amp;nbsp;food&amp;nbsp;&amp;mdash;&amp;nbsp;but&amp;nbsp;it&amp;nbsp;was&amp;nbsp;not&amp;nbsp;being&amp;nbsp;introduced&amp;nbsp;properly,&amp;nbsp;and&amp;nbsp;something&amp;nbsp;was&amp;nbsp;lost.&amp;nbsp;That&amp;nbsp;feeling&amp;nbsp;is&amp;nbsp;a&amp;nbsp;big&amp;nbsp;part&amp;nbsp;of&amp;nbsp;why&amp;nbsp;I&amp;nbsp;started&amp;nbsp;this&amp;nbsp;blog. &lt;br /&gt;&lt;br /&gt;I&amp;nbsp;want&amp;nbsp;to&amp;nbsp;share&amp;nbsp;these&amp;nbsp;stories&amp;nbsp;with&amp;nbsp;travelers,&amp;nbsp;explorers,&amp;nbsp;and&amp;nbsp;curious&amp;nbsp;minds&amp;nbsp;who&amp;nbsp;want&amp;nbsp;to&amp;nbsp;experience&amp;nbsp;Korea&amp;nbsp;not&amp;nbsp;as&amp;nbsp;a&amp;nbsp;tourist,&amp;nbsp;but&amp;nbsp;as&amp;nbsp;someone&amp;nbsp;who&amp;nbsp;truly&amp;nbsp;belongs&amp;nbsp;here&amp;nbsp;&amp;mdash;&amp;nbsp;even&amp;nbsp;if&amp;nbsp;just&amp;nbsp;for&amp;nbsp;a&amp;nbsp;little&amp;nbsp;while. &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;b&gt;What&amp;nbsp;Will&amp;nbsp;You&amp;nbsp;Find&amp;nbsp;Here?&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;This&amp;nbsp;blog&amp;nbsp;is&amp;nbsp;built&amp;nbsp;around&amp;nbsp;three&amp;nbsp;things&amp;nbsp;I&amp;nbsp;know&amp;nbsp;and&amp;nbsp;love&amp;nbsp;deeply&amp;nbsp;about&amp;nbsp;Korea. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Korea&amp;nbsp;Travel&amp;nbsp;&amp;amp;&amp;nbsp;Sightseeing&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;Realistically,&amp;nbsp;most&amp;nbsp;of&amp;nbsp;my&amp;nbsp;coverage&amp;nbsp;will&amp;nbsp;focus&amp;nbsp;on&amp;nbsp;Seoul&amp;nbsp;and&amp;nbsp;the&amp;nbsp;Gyeonggi&amp;nbsp;region&amp;nbsp;surrounding&amp;nbsp;it&amp;nbsp;&amp;mdash;&amp;nbsp;but&amp;nbsp;I&amp;nbsp;will&amp;nbsp;make&amp;nbsp;it&amp;nbsp;count&amp;nbsp;with&amp;nbsp;practical,&amp;nbsp;honest&amp;nbsp;tips.&amp;nbsp;Beyond&amp;nbsp;just&amp;nbsp;pointing&amp;nbsp;you&amp;nbsp;to&amp;nbsp;historical&amp;nbsp;sites&amp;nbsp;and&amp;nbsp;trendy&amp;nbsp;spots,&amp;nbsp;I&amp;nbsp;want&amp;nbsp;to&amp;nbsp;share&amp;nbsp;the&amp;nbsp;kinds&amp;nbsp;of&amp;nbsp;places&amp;nbsp;where&amp;nbsp;you&amp;nbsp;can&amp;nbsp;actually&amp;nbsp;see&amp;nbsp;Korea&amp;nbsp;and&amp;nbsp;Koreans&amp;nbsp;as&amp;nbsp;they&amp;nbsp;really&amp;nbsp;are. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Korean&amp;nbsp;Food&amp;nbsp;&amp;amp;&amp;nbsp;Restaurants&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;As&amp;nbsp;in&amp;nbsp;any&amp;nbsp;country,&amp;nbsp;food&amp;nbsp;and&amp;nbsp;food&amp;nbsp;culture&amp;nbsp;in&amp;nbsp;Korea&amp;nbsp;go&amp;nbsp;far&amp;nbsp;beyond&amp;nbsp;simply&amp;nbsp;eating.&amp;nbsp;It&amp;nbsp;is&amp;nbsp;how&amp;nbsp;people&amp;nbsp;connect,&amp;nbsp;celebrate,&amp;nbsp;express&amp;nbsp;care,&amp;nbsp;and&amp;nbsp;pass&amp;nbsp;down&amp;nbsp;history.&amp;nbsp;Every&amp;nbsp;dish&amp;nbsp;has&amp;nbsp;a&amp;nbsp;story.&amp;nbsp;Every&amp;nbsp;region&amp;nbsp;has&amp;nbsp;its&amp;nbsp;own&amp;nbsp;specialty.&amp;nbsp;Every&amp;nbsp;season&amp;nbsp;brings&amp;nbsp;something&amp;nbsp;new&amp;nbsp;to&amp;nbsp;the&amp;nbsp;table. &lt;br /&gt;&lt;br /&gt;From world-famous dishes like bibimbap and Korean BBQ, to humble street food that costs next to nothing yet somehow captures the full depth of Korean flavor &amp;mdash; I will walk you through the full spectrum of Korean food culture. I will point you toward restaurants and local spots that are genuinely worth your time, with honest advice on what to order, how to order it, and what to expect when you walk through the door. &lt;br /&gt;&lt;br /&gt;No&amp;nbsp;sponsored&amp;nbsp;content.&amp;nbsp;No&amp;nbsp;paid&amp;nbsp;recommendations.&amp;nbsp;Just&amp;nbsp;real&amp;nbsp;food,&amp;nbsp;honestly&amp;nbsp;reviewed. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Korean&amp;nbsp;Life&amp;nbsp;&amp;amp;&amp;nbsp;Culture&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;This&amp;nbsp;is&amp;nbsp;perhaps&amp;nbsp;my&amp;nbsp;favorite&amp;nbsp;part&amp;nbsp;of&amp;nbsp;what&amp;nbsp;I&amp;nbsp;do&amp;nbsp;here.&amp;nbsp;Korea&amp;nbsp;has&amp;nbsp;one&amp;nbsp;of&amp;nbsp;the&amp;nbsp;most&amp;nbsp;dynamic&amp;nbsp;and&amp;nbsp;layered&amp;nbsp;cultures&amp;nbsp;in&amp;nbsp;the&amp;nbsp;world,&amp;nbsp;and&amp;nbsp;yet&amp;nbsp;so&amp;nbsp;much&amp;nbsp;of&amp;nbsp;it&amp;nbsp;remains&amp;nbsp;misunderstood&amp;nbsp;&amp;mdash;&amp;nbsp;or&amp;nbsp;simply&amp;nbsp;unknown&amp;nbsp;&amp;mdash;&amp;nbsp;to&amp;nbsp;visitors&amp;nbsp;from&amp;nbsp;abroad. &lt;br /&gt;&lt;br /&gt;I&amp;nbsp;want&amp;nbsp;to&amp;nbsp;help&amp;nbsp;close&amp;nbsp;that&amp;nbsp;gap.&amp;nbsp;I&amp;nbsp;will&amp;nbsp;write&amp;nbsp;about&amp;nbsp;Korean&amp;nbsp;customs&amp;nbsp;and&amp;nbsp;social&amp;nbsp;etiquette,&amp;nbsp;the&amp;nbsp;unspoken&amp;nbsp;rules&amp;nbsp;that&amp;nbsp;locals&amp;nbsp;follow&amp;nbsp;naturally,&amp;nbsp;the&amp;nbsp;values&amp;nbsp;that&amp;nbsp;shape&amp;nbsp;everyday&amp;nbsp;life,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;cultural&amp;nbsp;nuances&amp;nbsp;that&amp;nbsp;can&amp;nbsp;make&amp;nbsp;a&amp;nbsp;significant&amp;nbsp;difference&amp;nbsp;in&amp;nbsp;how&amp;nbsp;you&amp;nbsp;experience&amp;nbsp;your&amp;nbsp;time&amp;nbsp;here.&amp;nbsp;Understanding&amp;nbsp;the&amp;nbsp;culture&amp;nbsp;does&amp;nbsp;not&amp;nbsp;just&amp;nbsp;make&amp;nbsp;your&amp;nbsp;trip&amp;nbsp;smoother&amp;nbsp;&amp;mdash;&amp;nbsp;it&amp;nbsp;makes&amp;nbsp;it&amp;nbsp;richer,&amp;nbsp;deeper,&amp;nbsp;and&amp;nbsp;far&amp;nbsp;more&amp;nbsp;meaningful. &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;b&gt;Why&amp;nbsp;Trust&amp;nbsp;Me?&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;I am not a travel influencer. I do not get paid to promote hotels or tour packages now. I have no agenda other than offering you an honest, informed, and genuinely useful perspective on Korea. &lt;br /&gt;&lt;br /&gt;What&amp;nbsp;I&amp;nbsp;do&amp;nbsp;have&amp;nbsp;is&amp;nbsp;years&amp;nbsp;of&amp;nbsp;real&amp;nbsp;experience&amp;nbsp;living&amp;nbsp;and&amp;nbsp;working&amp;nbsp;here,&amp;nbsp;a&amp;nbsp;deep&amp;nbsp;curiosity&amp;nbsp;about&amp;nbsp;my&amp;nbsp;own&amp;nbsp;country,&amp;nbsp;and&amp;nbsp;a&amp;nbsp;sincere&amp;nbsp;hope&amp;nbsp;that&amp;nbsp;every&amp;nbsp;visitor&amp;nbsp;finds&amp;nbsp;their&amp;nbsp;best&amp;nbsp;possible&amp;nbsp;experience&amp;nbsp;in&amp;nbsp;Korea. &lt;br /&gt;&lt;br /&gt;Think&amp;nbsp;of&amp;nbsp;this&amp;nbsp;blog&amp;nbsp;as&amp;nbsp;a&amp;nbsp;long&amp;nbsp;conversation&amp;nbsp;with&amp;nbsp;a&amp;nbsp;local&amp;nbsp;friend&amp;nbsp;&amp;mdash;&amp;nbsp;someone&amp;nbsp;who&amp;nbsp;tells&amp;nbsp;you&amp;nbsp;the&amp;nbsp;truth,&amp;nbsp;shares&amp;nbsp;what&amp;nbsp;they&amp;nbsp;actually&amp;nbsp;know,&amp;nbsp;and&amp;nbsp;genuinely&amp;nbsp;wants&amp;nbsp;your&amp;nbsp;experience&amp;nbsp;here&amp;nbsp;to&amp;nbsp;become&amp;nbsp;something&amp;nbsp;you&amp;nbsp;carry&amp;nbsp;with&amp;nbsp;you&amp;nbsp;for&amp;nbsp;the&amp;nbsp;rest&amp;nbsp;of&amp;nbsp;your&amp;nbsp;life.&amp;nbsp;(That&amp;nbsp;said,&amp;nbsp;due&amp;nbsp;to&amp;nbsp;the&amp;nbsp;time&amp;nbsp;difference,&amp;nbsp;quick&amp;nbsp;back-and-forth&amp;nbsp;communication&amp;nbsp;may&amp;nbsp;not&amp;nbsp;always&amp;nbsp;be&amp;nbsp;possible.) &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;b&gt;A&amp;nbsp;Final&amp;nbsp;Word&amp;nbsp;Before&amp;nbsp;You&amp;nbsp;Dive&amp;nbsp;In&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;The&amp;nbsp;world&amp;nbsp;is&amp;nbsp;changing&amp;nbsp;fast.&amp;nbsp;Trends&amp;nbsp;come&amp;nbsp;and&amp;nbsp;go&amp;nbsp;at&amp;nbsp;remarkable&amp;nbsp;speed.&amp;nbsp;But&amp;nbsp;some&amp;nbsp;things&amp;nbsp;do&amp;nbsp;not&amp;nbsp;change&amp;nbsp;&amp;mdash;&amp;nbsp;what&amp;nbsp;you&amp;nbsp;might&amp;nbsp;call&amp;nbsp;heritage.&amp;nbsp;The&amp;nbsp;warmth&amp;nbsp;of&amp;nbsp;the&amp;nbsp;people,&amp;nbsp;the&amp;nbsp;depth&amp;nbsp;of&amp;nbsp;the&amp;nbsp;culture,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;feeling&amp;nbsp;that&amp;nbsp;there&amp;nbsp;is&amp;nbsp;always&amp;nbsp;more&amp;nbsp;to&amp;nbsp;discover&amp;nbsp;just&amp;nbsp;around&amp;nbsp;the&amp;nbsp;corner. &lt;br /&gt;&lt;br /&gt;I&amp;nbsp;will&amp;nbsp;do&amp;nbsp;my&amp;nbsp;best&amp;nbsp;to&amp;nbsp;keep&amp;nbsp;up&amp;nbsp;with&amp;nbsp;all&amp;nbsp;of&amp;nbsp;it,&amp;nbsp;and&amp;nbsp;I&amp;nbsp;will&amp;nbsp;be&amp;nbsp;right&amp;nbsp;here&amp;nbsp;with&amp;nbsp;you&amp;nbsp;along&amp;nbsp;the&amp;nbsp;way. &lt;br /&gt;&lt;br /&gt;Welcome&amp;nbsp;to&amp;nbsp;the&amp;nbsp;blog.&amp;nbsp;I&amp;nbsp;am&amp;nbsp;glad&amp;nbsp;you&amp;nbsp;are&amp;nbsp;here. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;&amp;mdash;&amp;nbsp;Your&amp;nbsp;Friend&amp;nbsp;in&amp;nbsp;Korea&lt;/b&gt;&lt;/p&gt;</description>
      <category>About</category>
      <category>korea travel</category>
      <category>korea#</category>
      <category>visitkorea</category>
      <author>yourmaninkorea</author>
      <guid isPermaLink="true">https://yourmaninkorea.tistory.com/1</guid>
      <comments>https://yourmaninkorea.tistory.com/entry/Have-a-local-friend-in-Korea#entry1comment</comments>
      <pubDate>Wed, 18 Mar 2026 17:42:03 +0900</pubDate>
    </item>
  </channel>
</rss>