<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GolfClub Archives - 공노리</title>
	<atom:link href="https://golfmembership.co.kr/category/golfclub/feed/" rel="self" type="application/rss+xml" />
	<link>https://golfmembership.co.kr/category/golfclub/</link>
	<description>세상 모든 골프장</description>
	<lastBuildDate>Sun, 12 Apr 2026 04:27:58 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://i0.wp.com/golfmembership.co.kr/wp-content/uploads/2024/04/cropped-logo-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>GolfClub Archives - 공노리</title>
	<link>https://golfmembership.co.kr/category/golfclub/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">223293181</site>	<item>
		<title>Gijang, Busan · Private Members Club Haeundae Country Club Complete Guide</title>
		<link>https://golfmembership.co.kr/haeundaecc_/</link>
					<comments>https://golfmembership.co.kr/haeundaecc_/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 12 Apr 2026 04:18:11 +0000</pubDate>
				<category><![CDATA[GolfClub]]></category>
		<guid isPermaLink="false">https://golfmembership.co.kr/?p=2379</guid>

					<description><![CDATA[<p>Haeundae Country Club – Complete Guide Gijang, Busan · Private Members Club · Golf Heritage Haeundae Country ClubComplete Guide Jeonggwan-myeon, Gijang-gun, Busan · 27 Holes · Royal · Silk · Golden 27 Holes · 3 Courses Par 108 Total Par 1.52M㎡ Total Area 454 Parking Spaces 📍 Address 265 Byeongsan 2-ro,Jeonggwan-myeon, Gijang-gun, Busan 📞 Phone ... <a title="Gijang, Busan · Private Members Club Haeundae Country Club Complete Guide" class="read-more" href="https://golfmembership.co.kr/haeundaecc_/" aria-label="Gijang, Busan · Private Members Club Haeundae Country Club Complete Guide에 대해 더 자세히 알아보세요">더 읽기</a></p>
<p>The post <a href="https://golfmembership.co.kr/haeundaecc_/">Gijang, Busan · Private Members Club Haeundae Country Club Complete Guide</a> appeared first on <a href="https://golfmembership.co.kr">공노리</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Haeundae Country Club – Complete Guide</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&#038;family=Inter:wght@300;400;500;700&#038;display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    background: #f9f8f5;
  }

  /* ====== HERO ====== */
  .hero {
    position: relative;
    background: linear-gradient(135deg, #0b3d2e 0%, #1a6b4a 50%, #0b3d2e 100%);
    padding: 80px 24px 60px;
    text-align: center;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
      radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%);
  }
  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #a8e6c8;
    font-size: 12px; font-weight: 500;
    letter-spacing: 2px; padding: 6px 16px;
    border-radius: 20px; margin-bottom: 24px;
    text-transform: uppercase;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 6vw, 52px);
    font-weight: 700; color: #fff;
    line-height: 1.2; margin-bottom: 16px;
    position: relative;
  }
  .hero h1 span { color: #6edfa8; }
  .hero-sub {
    color: rgba(255,255,255,0.65);
    font-size: 15px; font-weight: 300;
    letter-spacing: 0.5px; margin-bottom: 36px;
  }
  .hero-stats {
    display: flex; justify-content: center;
    gap: 40px; flex-wrap: wrap; position: relative;
  }
  .hero-stat { text-align: center; }
  .hero-stat strong {
    display: block; font-size: 28px;
    font-weight: 700; color: #6edfa8;
    line-height: 1; margin-bottom: 4px;
  }
  .hero-stat span { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; }

  /* ====== CONTENT ====== */
  .content { max-width: 780px; margin: 0 auto; padding: 0 20px 60px; }

  /* ====== INFO STRIP ====== */
  .info-strip {
    background: #fff; border: 1px solid #e4e0d8;
    border-radius: 12px; margin: 32px 0;
    padding: 20px 24px;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px;
  }
  .info-item { display: flex; align-items: flex-start; gap: 10px; }
  .info-icon {
    width: 32px; height: 32px; border-radius: 8px;
    background: #eef7f2;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 14px;
  }
  .info-label { font-size: 11px; color: #888; font-weight: 500; letter-spacing: 0.3px; margin-bottom: 2px; }
  .info-value { font-size: 13px; font-weight: 500; color: #1a1a1a; line-height: 1.4; }

  /* ====== SECTION ====== */
  .section { margin: 40px 0; }
  .section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
  .section-number {
    width: 28px; height: 28px; border-radius: 50%;
    background: #0b3d2e; color: #6edfa8;
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .section h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #0b3d2e; line-height: 1.3; }
  .section p { color: #444; font-size: 15px; line-height: 1.9; margin-bottom: 14px; }
  .divider { border: none; border-top: 1px solid #e8e4dc; margin: 40px 0; }

  /* ====== CALLOUT ====== */
  .callout {
    border-radius: 10px; padding: 16px 20px;
    margin: 20px 0; display: flex; gap: 12px; align-items: flex-start;
  }
  .callout-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
  .callout-text { font-size: 14px; line-height: 1.7; color: #333; }
  .callout-text strong { display: block; font-weight: 700; margin-bottom: 4px; font-size: 14px; }
  .callout.green { background: #eef7f2; border-left: 3px solid #1a6b4a; }
  .callout.amber { background: #fef7ea; border-left: 3px solid #c47a1a; }
  .callout.blue  { background: #e8f4fb; border-left: 3px solid #1a72a8; }
  .callout.red   { background: #fdf0f0; border-left: 3px solid #b84040; }

  /* ====== COURSE CARDS ====== */
  .course-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin: 20px 0; }
  .course-card {
    background: #fff; border: 1px solid #e4e0d8;
    border-radius: 10px; padding: 18px;
    position: relative; overflow: hidden;
  }
  .course-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
  .course-card.royal::before  { background: #6edfa8; }
  .course-card.silk::before   { background: #5bc4e8; }
  .course-card.golden::before { background: #f4a24e; }
  .course-emblem {
    font-family: 'Inter', sans-serif;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.5px; margin-bottom: 10px;
    padding: 4px 10px; border-radius: 4px;
    display: inline-block;
  }
  .course-card.royal  .course-emblem { background: #eef7f2; color: #1a6b4a; }
  .course-card.silk   .course-emblem { background: #e8f5fb; color: #1a72a8; }
  .course-card.golden .course-emblem { background: #fef5ea; color: #c47a1a; }
  .course-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; line-height: 1.1; margin-bottom: 4px; }
  .course-card.royal  .course-name { color: #1a6b4a; }
  .course-card.silk   .course-name { color: #1a72a8; }
  .course-card.golden .course-name { color: #c47a1a; }
  .course-spec { font-size: 11px; color: #aaa; font-weight: 500; letter-spacing: 0.5px; margin-bottom: 10px; }
  .course-desc { font-size: 13px; color: #555; line-height: 1.65; }

  /* ====== PRICE TABLE ====== */
  .price-section { background: #fff; border: 1px solid #e4e0d8; border-radius: 12px; overflow: hidden; margin: 20px 0; }
  .price-header {
    background: #0b3d2e; padding: 16px 20px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  }
  .price-header h3 { color: #fff; font-size: 15px; font-weight: 500; }
  .price-badge {
    background: rgba(110,223,168,0.2); border: 1px solid rgba(110,223,168,0.4);
    color: #6edfa8; font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 500;
  }
  .price-table { width: 100%; border-collapse: collapse; }
  .price-table th {
    background: #f5f3ee; font-size: 12px; font-weight: 700; color: #666;
    letter-spacing: 0.5px; padding: 10px 16px; text-align: left; border-bottom: 1px solid #e8e4dc;
  }
  .price-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid #f0ede7; color: #333; vertical-align: middle; }
  .price-table tr:last-child td { border-bottom: none; }
  .price-table tr:hover td { background: #fafaf7; }
  .price-type    { font-weight: 600; color: #1a1a1a; }
  .price-member  { font-weight: 700; color: #0b3d2e; }
  .price-amount  { font-weight: 700; color: #0b3d2e; }
  .price-weekend { font-weight: 700; color: #b84040; }
  .price-note    { font-size: 12px; color: #999; display: block; margin-top: 2px; font-weight: 400; }

  /* ====== RENTAL GRID ====== */
  .rental-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin: 16px 0; }
  .rental-card { background: #fff; border: 1px solid #e4e0d8; border-radius: 10px; padding: 14px 16px; text-align: center; }
  .rental-icon { font-size: 22px; margin-bottom: 6px; }
  .rental-name { font-size: 12px; font-weight: 700; color: #555; letter-spacing: 0.5px; margin-bottom: 4px; }
  .rental-price { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #0b3d2e; }
  .rental-unit  { font-size: 11px; color: #aaa; margin-top: 2px; }

  /* ====== RESERVATION TABLE ====== */
  .res-table-wrap { background: #fff; border: 1px solid #e4e0d8; border-radius: 12px; overflow: hidden; margin: 20px 0; }
  .res-table { width: 100%; border-collapse: collapse; }
  .res-table th { background: #0b3d2e; color: #fff; font-size: 12px; font-weight: 600; padding: 10px 14px; text-align: left; }
  .res-table td { padding: 11px 14px; font-size: 13px; border-bottom: 1px solid #f0ede7; color: #333; line-height: 1.6; vertical-align: top; }
  .res-table td:first-child { font-weight: 600; color: #0b3d2e; white-space: nowrap; background: #f9f8f5; }
  .res-table tr:last-child td { border-bottom: none; }
  .res-table tr:hover td { background: #fafaf7; }
  .res-table tr:hover td:first-child { background: #eef7f2; }

  /* ====== PENALTY GRID ====== */
  .penalty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 16px 0; }
  .penalty-card { background: #fff; border: 1px solid #e4e0d8; border-radius: 10px; padding: 14px; text-align: center; }
  .penalty-when { font-size: 12px; font-weight: 700; color: #0b3d2e; margin-bottom: 6px; line-height: 1.4; }
  .penalty-amount { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; line-height: 1; margin-bottom: 4px; }
  .penalty-amount.red { color: #b84040; }
  .penalty-amount.orange { color: #c47a1a; }
  .penalty-label { font-size: 11px; color: #888; line-height: 1.4; }

  /* ====== CHECKLIST ====== */
  .checklist { list-style: none; margin: 12px 0; }
  .checklist li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14px; color: #444;
    padding: 7px 0; border-bottom: 1px solid #f0ede7; line-height: 1.6;
  }
  .checklist li:last-child { border-bottom: none; }
  .check-icon {
    width: 18px; height: 18px; border-radius: 50%;
    background: #eef7f2; color: #1a6b4a;
    font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 3px;
  }

  /* ====== FLOW ====== */
  .flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
  .flow-step { background: #fff; border: 1px solid #e4e0d8; border-radius: 20px; padding: 6px 14px; font-size: 13px; font-weight: 600; color: #0b3d2e; }
  .flow-arrow { color: #bbb; font-size: 14px; }

  /* ====== FACILITY CARDS ====== */
  .fac-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 16px 0; }
  .fac-card { background: #fff; border: 1px solid #e4e0d8; border-radius: 10px; padding: 16px; }
  .fac-icon { font-size: 26px; margin-bottom: 8px; }
  .fac-title { font-size: 14px; font-weight: 700; color: #0b3d2e; margin-bottom: 4px; }
  .fac-desc { font-size: 12px; color: #666; line-height: 1.6; }

  /* ====== VIP BOX ====== */
  .vip-box {
    background: linear-gradient(135deg, #0b3d2e 0%, #1a5c3a 100%);
    border-radius: 12px; padding: 20px 24px; margin: 20px 0;
  }
  .vip-box-title { color: #6edfa8; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
  .vip-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
  .vip-item:last-child { margin-bottom: 0; }
  .vip-bullet { width: 6px; height: 6px; border-radius: 50%; background: #6edfa8; flex-shrink: 0; margin-top: 7px; }
  .vip-text { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.7; }
  .vip-text strong { color: #6edfa8; font-weight: 600; }

  /* ====== FOOTER ====== */
  .footer-note { background: #0b3d2e; border-radius: 12px; padding: 28px 24px; text-align: center; margin-top: 48px; }
  .footer-note p { color: rgba(255,255,255,0.65); font-size: 13px; margin-bottom: 16px; }
  .cta-btn {
    display: inline-block; background: #6edfa8; color: #0b3d2e;
    font-weight: 700; font-size: 14px;
    padding: 12px 28px; border-radius: 30px;
    text-decoration: none; letter-spacing: 0.3px; margin: 4px 6px;
  }
  .cta-btn.outline {
    background: transparent; border: 1px solid rgba(110,223,168,0.5); color: #6edfa8;
  }

  /* ====== RESPONSIVE ====== */
  @media (max-width: 520px) {
    .hero-stats { gap: 24px; }
    .hero-stat strong { font-size: 22px; }
    .info-strip { grid-template-columns: 1fr 1fr; }
    .penalty-grid { grid-template-columns: 1fr 1fr; }
    .res-table td:first-child { white-space: normal; }
  }
</style>
</head>
<body>

<!-- HERO -->
<div class="hero">
  <div class="hero-badge">Gijang, Busan · Private Members Club · Golf Heritage</div>
  <h1>Haeundae Country Club<br><span>Complete Guide</span></h1>
  <p class="hero-sub">Jeonggwan-myeon, Gijang-gun, Busan · 27 Holes · Royal · Silk · Golden</p>
  <div class="hero-stats">
    <div class="hero-stat">
      <strong>27</strong>
      <span>Holes · 3 Courses</span>
    </div>
    <div class="hero-stat">
      <strong>Par 108</strong>
      <span>Total Par</span>
    </div>
    <div class="hero-stat">
      <strong>1.52M㎡</strong>
      <span>Total Area</span>
    </div>
    <div class="hero-stat">
      <strong>454</strong>
      <span>Parking Spaces</span>
    </div>
  </div>
</div>

<!-- CONTENT -->
<div class="content">

  <!-- Basic Info Strip -->
  <div class="info-strip">
    <div class="info-item">
      <div class="info-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div>
        <div class="info-label">Address</div>
        <div class="info-value">265 Byeongsan 2-ro,<br>Jeonggwan-myeon, Gijang-gun, Busan</div>
      </div>
    </div>
    <div class="info-item">
      <div class="info-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div>
        <div class="info-label">Phone</div>
        <div class="info-value">051-726-8000</div>
      </div>
    </div>
    <div class="info-item">
      <div class="info-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5a8.png" alt="🖨" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div>
        <div class="info-label">Fax</div>
        <div class="info-value">051-726-8001</div>
      </div>
    </div>
    <div class="info-item">
      <div class="info-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div>
        <div class="info-label">Official Website</div>
        <div class="info-value">www.haeundaecc.com</div>
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 1: Club Overview -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">1</div>
      <h2>Club Overview</h2>
    </div>
    <p>Haeundae Country Club is a prestigious private members golf club located in <strong>Jeonggwan-myeon, Gijang-gun, Busan</strong>. Spanning 1,524,000㎡, the club features 27 holes across three distinct courses — Royal (North), Silk (West), and Golden (South) — set against breathtaking views of the East Sea and dramatic natural rock formations.</p>
    <p>Conceived under the philosophy of <em>Heaven · Earth · Man</em>, this course invites golfers into a space where sky, sea, and turf become one. The clubhouse sits at the heart of the property, offering panoramic views across all 27 holes from its basement and two-storey structure.</p>

    <div class="callout green">
      <div class="callout-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30a.png" alt="🌊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div class="callout-text">
        <strong>Tee Off With the East Sea as Your Backdrop</strong>
        From the Royal Course tee boxes, sweeping views of the East Sea unfold before your first shot — a truly rare ocean-view golf experience in Korea. From the rugged granite cliffs of the Royal Course to the golden pampas grass swaying in the breeze on the Golden Course, every hole delivers an unforgettable natural panorama.
      </div>
    </div>

    <div style="background:#fff; border:1px solid #e4e0d8; border-radius:10px; padding:18px 20px; margin:20px 0;">
      <div style="font-size:11px; font-weight:700; color:#888; letter-spacing:0.5px; text-transform:uppercase; margin-bottom:12px;">Club Fact Sheet</div>
      <div style="display:grid; grid-template-columns:1fr 1fr; gap:8px;">
        <div style="font-size:13px; color:#444;"><span style="color:#0b3d2e; font-weight:600;">Location</span><br>San 6, Byeongsan-ri, Jeonggwan-myeon, Gijang-gun, Busan</div>
        <div style="font-size:13px; color:#444;"><span style="color:#0b3d2e; font-weight:600;">Scale</span><br>1,524,000㎡ / 27 Holes</div>
        <div style="font-size:13px; color:#444;"><span style="color:#0b3d2e; font-weight:600;">Developer</span><br>Gyeongwon Development Co., Ltd.</div>
        <div style="font-size:13px; color:#444;"><span style="color:#0b3d2e; font-weight:600;">Constructor</span><br>Jinhung General Construction Co., Ltd.</div>
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 2: Course Guide -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">2</div>
      <h2>Course Guide</h2>
    </div>
    <p>Each of Haeundae CC&#8217;s three courses comprises 9 holes at Par 36, playable as an 18-hole or full 27-hole round. Every course has its own distinct character and difficulty, ensuring a fresh experience on every visit.</p>

    <div class="flow">
      <div class="flow-step"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3d4.png" alt="🏔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Royal Course (North) 3,328m</div>
      <div class="flow-arrow">+</div>
      <div class="flow-step"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30a.png" alt="🌊" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Silk Course (West) 3,265m</div>
      <div class="flow-arrow">+</div>
      <div class="flow-step"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2728.png" alt="✨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Golden Course (South) 3,245m</div>
    </div>

    <div class="course-grid">
      <div class="course-card royal">
        <div class="course-emblem">Royal · North Course</div>
        <div class="course-name">Royal Course</div>
        <div class="course-spec">9 Holes · Par 36 · 3,328m</div>
        <div class="course-desc">A powerful, high-difficulty course where the East Sea vista opens up from the very first tee. Massive exposed granite formations frame the fairways, while strategic bunkering rewards only the most thoughtful golfers.</div>
      </div>
      <div class="course-card silk">
        <div class="course-emblem">Silk · West Course</div>
        <div class="course-name">Silk Course</div>
        <div class="course-spec">9 Holes · Par 36 · 3,265m</div>
        <div class="course-desc">Located at the centre of the property, this elegant course rewards precision over power. A spectacular azalea grove and lake shimmer between holes 2 and 4. Gentle gradients make for a smooth, flowing round.</div>
      </div>
      <div class="course-card golden">
        <div class="course-emblem">Golden · South Course</div>
        <div class="course-name">Golden Course</div>
        <div class="course-spec">9 Holes · Par 36 · 3,245m</div>
        <div class="course-desc">Golden pampas grass rippling in the breeze defines this challenging layout. Hidden bunkers, water hazards, and a natural woodland opening hole demand precise shot-making and careful course management throughout.</div>
      </div>
    </div>

    <div class="callout amber">
      <div class="callout-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26f3.png" alt="⛳" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div class="callout-text">
        <strong>Course Strategy Tips</strong>
        All three courses share a &#8220;course draped over nature&#8221; design philosophy, preserving the natural skyline. Royal Course rewards power; Silk Course demands accuracy; Golden Course tests strategy and mental composure. Night golf is also available via a separate booking system — a unique experience under floodlights.
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 3: Green Fees & Rates -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">3</div>
      <h2>Green Fees &#038; Rates</h2>
    </div>
    <p>Haeundae CC is a private members club with four categories of access: Full Member, Family Member, Designated Member, and Non-Member (Visitor). Rates are subject to change based on discount policies — always confirm current fees on the official website before your visit.</p>

    <div class="price-section">
      <div class="price-header">
        <h3>Green Fee Schedule (Per Person / 18 Holes)</h3>
        <span class="price-badge">2026 Reference</span>
      </div>
      <table class="price-table">
        <thead>
          <tr>
            <th>Category</th>
            <th>Full Member ①</th>
            <th>Family Member ②</th>
            <th>Designated Member ③</th>
            <th>Visitor (Non-Member)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td><span class="price-type">Weekday (Mon–Fri)</span></td>
            <td><span class="price-member">₩23,500</span></td>
            <td><span class="price-member">₩78,000</span></td>
            <td><span class="price-member">₩23,500</span></td>
            <td>
              <span class="price-amount">₩175,000</span>
              <span class="price-note">1st Round</span>
              <span class="price-amount" style="display:block; margin-top:4px;">₩190,000</span>
              <span class="price-note">2nd Round</span>
            </td>
          </tr>
          <tr>
            <td><span class="price-type">Weekend &amp; Public Holidays</span></td>
            <td><span class="price-member">₩23,500</span></td>
            <td><span class="price-weekend">₩93,000</span></td>
            <td><span class="price-member">₩23,500</span></td>
            <td><span class="price-weekend">₩230,000</span></td>
          </tr>
        </tbody>
      </table>
    </div>

    <h3 style="font-family:'Playfair Display',serif; font-size:16px; color:#0b3d2e; margin:24px 0 12px;">Equipment Rental</h3>
    <div class="rental-grid">
      <div class="rental-card">
        <div class="rental-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6fa.png" alt="🛺" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="rental-name">Golf Cart</div>
        <div class="rental-price">₩100,000</div>
        <div class="rental-unit">per team</div>
      </div>
      <div class="rental-card">
        <div class="rental-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3cc.png" alt="🏌" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="rental-name">Club Set</div>
        <div class="rental-price">₩80,000</div>
        <div class="rental-unit">men&#8217;s &amp; ladies&#8217;</div>
      </div>
      <div class="rental-card">
        <div class="rental-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f45f.png" alt="👟" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="rental-name">Golf Shoes</div>
        <div class="rental-price">₩5,000</div>
        <div class="rental-unit">per round</div>
      </div>
    </div>

    <div class="callout blue">
      <div class="callout-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div class="callout-text">
        <strong>Night Golf — Separately Booked</strong>
        Haeundae CC operates a dedicated night golf booking system in addition to standard tee time reservations. Book through the &#8220;Night Reservation&#8221; section on the official website. A dedicated night golf community board is also available for member discussions and updates.
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 4: Clubhouse & Facilities -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">4</div>
      <h2>Clubhouse &amp; Facilities</h2>
    </div>
    <p>Positioned at the heart of the property, the clubhouse enjoys panoramic views across all 27 holes. The basement-plus-two-storey building houses a full suite of premium amenities, including lounge, front desk, locker rooms with sauna, main restaurant, pro shop, and on-course snack stations.</p>

    <div class="fac-grid">
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3db.png" alt="🏛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">Clubhouse</div>
        <div class="fac-desc">B1 + 2 floors. Full 27-hole views. Grand lobby and front desk. 5 separate tee houses on course.</div>
      </div>
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d6.png" alt="🧖" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">Locker &amp; Sauna</div>
        <div class="fac-desc">Separate men&#8217;s and women&#8217;s locker rooms and sauna facilities. Unwind in style after your round.</div>
      </div>
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f37d.png" alt="🍽" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">Main Restaurant</div>
        <div class="fac-desc">Course-view dining room open before and after your round. See the official website for current menu and pricing.</div>
      </div>
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26f1.png" alt="⛱" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">On-Course Kiosks</div>
        <div class="fac-desc">Mid-round snack stations (그늘집) for refreshments and a brief rest between nines.</div>
      </div>
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cd.png" alt="🛍" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">Pro Shop</div>
        <div class="fac-desc">Latest golf apparel and equipment. Club set and shoe rental available on-site.</div>
      </div>
      <div class="fac-card">
        <div class="fac-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f17f.png" alt="🅿" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
        <div class="fac-title">Parking</div>
        <div class="fac-desc">Capacity for 454 vehicles. Dedicated driver waiting room and staff dining area on site.</div>
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 5: Reservation Guide -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">5</div>
      <h2>Reservation Guide</h2>
    </div>
    <p>Haeundae CC accepts reservations exclusively through its official website and mobile site. Weekday and weekend booking conditions differ significantly — review the details below carefully before making a reservation.</p>

    <div class="res-table-wrap">
      <table class="res-table">
        <thead>
          <tr>
            <th>Category</th>
            <th>Weekday &amp; Public Holiday</th>
            <th>Weekend</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Booking Window</td>
            <td>Members — 10 days in advance<br>Associate members — 9 days (excl. holidays)</td>
            <td>Previous Tuesday<br>(Members only)</td>
          </tr>
          <tr>
            <td>Booking Hours</td>
            <td>09:00 – 17:00</td>
            <td>14:00 – 17:00</td>
          </tr>
          <tr>
            <td>Booking Method</td>
            <td colspan="2">Official website &amp; mobile website only</td>
          </tr>
          <tr>
            <td>Monthly Limit</td>
            <td>Unlimited (public holidays excluded)</td>
            <td>2 reservations per month (holidays included)</td>
          </tr>
          <tr>
            <td>Waitlist</td>
            <td colspan="2">Available when the date is fully booked</td>
          </tr>
          <tr>
            <td>Cancellation</td>
            <td colspan="2">By 17:00 five days prior · Online only (website or mobile)</td>
          </tr>
          <tr>
            <td>Cancellation Limit</td>
            <td colspan="2">Max 2 cancellations per month. Excess cancellations incur a penalty (20-day suspension)</td>
          </tr>
          <tr>
            <td>Booking Transfer</td>
            <td>No limit on weekdays</td>
            <td>Up to 3 times per year</td>
          </tr>
        </tbody>
      </table>
    </div>

    <div class="callout amber">
      <div class="callout-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f504.png" alt="🔄" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div class="callout-text">
        <strong>Priority Booking System</strong>
        Members who have had no weekend or public-holiday reservations and no rounds played in the past 8 weeks are eligible for priority booking. Applications accepted by fax from 09:00 to 11:00 the preceding Monday. Note: weekend bookings for the relevant week are restricted once a priority booking is submitted.
      </div>
    </div>

    <div class="vip-box">
      <div class="vip-box-title"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2b50.png" alt="⭐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> VIP Member Exclusive Benefits</div>
      <div class="vip-item">
        <div class="vip-bullet"></div>
        <div class="vip-text"><strong>Emergency Booking (2× per year):</strong> Weekday — fax application from 09:00 to 11:00, 11 days prior. Weekend — fax application from 09:00 to 11:00 the preceding Tuesday.</div>
      </div>
      <div class="vip-item">
        <div class="vip-bullet"></div>
        <div class="vip-text"><strong>Member Anniversary Privilege:</strong> When a VIP member plays alongside guests, all companions are charged at member rates. Register your preferred anniversary date by fax or in person in advance. Weekday — submit at least 11 days prior. Weekend — submit at least 14 days prior.</div>
      </div>
    </div>
  </div>

  <hr class="divider">

  <!-- SECTION 6: Cancellation & Penalty Policy -->
  <div class="section">
    <div class="section-header">
      <div class="section-number">6</div>
      <h2>Cancellation &amp; Penalty Policy</h2>
    </div>
    <p>Haeundae CC enforces its penalty policy strictly. All cancellations and changes must be processed online within the stated deadline. Penalty fees are charged alongside a reservation suspension where applicable.</p>

    <div class="penalty-grid">
      <div class="penalty-card">
        <div class="penalty-when">Same-Day Cancel<br>or No-Show</div>
        <div class="penalty-amount red">₩350,000</div>
        <div class="penalty-label">Weekday<br>+ 20-day suspension</div>
      </div>
      <div class="penalty-card">
        <div class="penalty-when">Same-Day Cancel<br>or No-Show</div>
        <div class="penalty-amount red">₩450,000</div>
        <div class="penalty-label">Weekend &amp; Holidays<br>+ 20-day suspension</div>
      </div>
      <div class="penalty-card">
        <div class="penalty-when">Weekday Cancel<br>1–4 Days Prior</div>
        <div class="penalty-amount orange">₩300,000</div>
        <div class="penalty-label">Weekday rate</div>
      </div>
      <div class="penalty-card">
        <div class="penalty-when">Weekend Cancel<br>1–4 Days Prior</div>
        <div class="penalty-amount orange">₩350,000</div>
        <div class="penalty-label">Weekend &amp; Holiday rate</div>
      </div>
    </div>

    <ul class="checklist">
      <li>
        <div class="check-icon">!</div>
        <span><strong>Proxy Entry (notified 3 days prior):</strong> Weekend reservation suspended for 1 month</span>
      </li>
      <li>
        <div class="check-icon">!</div>
        <span><strong>Proxy Entry (no prior notice):</strong> Weekend reservation suspended for 2 months</span>
      </li>
      <li>
        <div class="check-icon">!</div>
        <span><strong>Early Round Termination (member&#8217;s fault):</strong> Green fee charged for holes played + penalty fee (₩350,000 weekday / ₩450,000 weekend) + 20-day suspension</span>
      </li>
      <li>
        <div class="check-icon">!</div>
        <span><strong>Group Cancel 3–4 Days Prior:</strong> ₩300,000 — rebooking permitted after penalty payment</span>
      </li>
      <li>
        <div class="check-icon">!</div>
        <span><strong>Group Cancel 1–2 Days Prior:</strong> ₩350,000 — rebooking permitted after penalty payment</span>
      </li>
      <li>
        <div class="check-icon">✓</div>
        <span><strong>Force Majeure / Natural Disaster:</strong> Penalty fee only — suspension waived</span>
      </li>
    </ul>

    <div class="callout red">
      <div class="callout-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <div class="callout-text">
        <strong>All Cancellations Must Be Made Online</strong>
        Cancellations are only accepted <strong>by 17:00 five days prior</strong>, via the website or mobile app. Phone cancellations are not accepted. Exceeding 2 cancellations in a calendar month triggers an automatic 20-day booking suspension.
      </div>
    </div>
  </div>

  <!-- CTA FOOTER -->
  <div class="footer-note">
    <p>※ Fees and club policies are subject to change without notice.<br>Always verify the latest information on the official website before your visit.</p>
    <a href="https://www.haeundaecc.com/Reservation/Reservation.aspx" class="cta-btn" target="_blank">Book a Tee Time →</a>
    <a href="https://www.haeundaecc.com/Reservation/Reservation.aspx?rtype=4" class="cta-btn outline" target="_blank">Night Golf Booking →</a>
  </div>

</div><!-- /content -->

</body>
</html>
<p>The post <a href="https://golfmembership.co.kr/haeundaecc_/">Gijang, Busan · Private Members Club Haeundae Country Club Complete Guide</a> appeared first on <a href="https://golfmembership.co.kr">공노리</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://golfmembership.co.kr/haeundaecc_/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2379</post-id>	</item>
	</channel>
</rss>
