  @font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}	
	
	* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .wrapper1 {
      width: 100%;
      position: relative;
      background-image: url('../images/golf_bg.jpg'); /* ¹è°æ ÀÌ¹ÌÁö °æ·Î */
      background-size: cover;
      background-position: center;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* ¾îµÎ¿î ¹ÝÅõ¸í ¿À¹ö·¹ÀÌ */
      z-index: 1;
    }

    .banner {
      position: relative;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      z-index: 2;
    }

    .banner-text h1 {
      font-size: 40px;
      color: white;
      margin-bottom: 10px;	  
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .banner-text p {
      font-size: 20px;
      color: white;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    @media (max-width: 1024px) {
      .banner {
        height: 200px;
        padding: 20px;
      }

      .banner-text h1 {
        font-size: 25px;
      }

      .banner-text p {
        font-size: 15px;
      }
    } 



/* golf »ó´Ü 3°³ ±Û ºÎºÐ */
    .wrapper2 {
      width: 100%;
      background-color: #212121;
      padding: 50px 20px;
      box-sizing: border-box;
    }

    .container2 {
      max-width: 1400px;
      margin: 0 auto;
    }

    .box {
      display: flex;
      align-items: center; /* ¼¼·Î Áß¾Ó Á¤·Ä·Î ¼öÁ¤ */
      background-color: #2c2c2c;
      border-radius: 16px;
      padding: 30px;
      margin-bottom: 30px;
      gap: 20px;
    }

    .circle {
      min-width: 50px;
      min-height: 50px;
      background-color: #4975e8;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 20px;
      flex-shrink: 0;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .text {
      flex: 1;
      font-size: 18px;
      line-height: 1.6;
      color: white;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .footer-text {
      margin-top: 40px;
      font-size: 18px;
      line-height: 1.5;
      text-align: left;
      color: white;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    /* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
    @media (max-width: 1024px) {
      .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .circle {
        margin-bottom: 15px;
      }

      .text {
        text-align: center;
        font-size: 16px; /* ¸ð¹ÙÀÏ¿¡¼­ ±ÛÀÚ Å©±â ÀÛ°Ô */
      }

      .footer-text {
        text-align: left;
        font-size: 16px;
      }
    }

    /* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
    @media (max-width: 1024px) {
      .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .circle1 {
        margin-bottom: 15px;
      }

      .text1 {
        text-align: center;
        font-size: 16px; /* ¸ð¹ÙÀÏ¿¡¼­ ±ÛÀÚ Å©±â ÀÛ°Ô */
      }

      .footer-text1 {
        text-align: left;
        font-size: 16px;
      }
    }





 /* golf ÇÏ´Ü ½ºÅ¸ÀÏ */
    .wrapper4 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 40px 20px;
    }

    .container4 {
      max-width: 1400px;
      margin: 0 auto;
      background-color: #212121;
      border-radius: 20px;
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }

    .image-box {
      flex: 0 0 50%;
      overflow: hidden;
      position: relative;
      min-height: 300px;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      display: block;
    }

    .image-box:hover img {
      transform: scale(1.05);
    }

    .text-box {
      flex: 0 0 50%;
      padding: 50px 40px 40px 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 30px;
    }

    .text-box p {
      font-size: 18px;
      line-height: 1.8;
      white-space: pre-line;
      color: #fff;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .quote-btn {
      display: inline-block;
      background-color: #4975e8;
      color: #fff;
      border: 2px solid #527eef;
      padding: 12px 30px;
      border-radius: 50px;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      width: auto;
      font-weight: bold;
      font-family: 'NanumSquareNeo', sans-serif;
      align-self: flex-start;
    }

    .quote-btn:hover {
      background-color: #fff;
      color: #111;
      text-decoration: none;
    }

    @media (max-width: 1024px) {
      .container {
        flex-direction: column;
      }

      .image-box,
      .text-box {
        flex: 0 0 100%;
      }

      .text-box {
      padding: 40px;
        align-items: flex-start;  /* ¿ÞÂÊ Á¤·Ä */
        text-align: left;         /* ±ÛÀÚ ¿ÞÂÊ Á¤·Ä */
      }

      .text-box p {
      font-size: 16px;
      }

      .quote-btn {
        align-self: flex-start;   /* ¹öÆ°µµ ¿ÞÂÊ Á¤·Ä */
      }
    }

    @media (max-width: 600px) {
      .text-box p {
      font-size: 15px;
      }

      .text-box {
      padding: 40px;
      }
    }