  @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/drive_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;
      }
    } 



/* ¹ýÀÎ´ë¸®¿îÀü ±â»ç ¸ðÁý */
    .wrapper2 {
      width: 100%;
      background-color: #212121;
      padding: 40px 20px;
    }

    .container2 {
      max-width: 1400px;
      margin: 0 auto;
      width: 100%;
    }

    .hero {
      position: relative;
      background: url('../images/drive1_bg.jpg') center no-repeat;
      background-size: auto; /* ¶Ç´Â contain */
      height: 350px;
      border-radius: 30px;
      overflow: hidden;
      background-attachment: fixed;
      margin-bottom: 40px;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .hero-text {
      position: relative;
      z-index: 2;
      padding: 50px;
    }

    .hero-text h1 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .hero-text h2 {
      font-size: 24px;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .hero-text p {
      font-size: 24px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .qualification-title {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      margin: 60px 0 30px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .box-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
    }

    .info-box {
      flex: 1 1 calc(33.33% - 20px);
      background-color: #2c2c2c;
      border-radius: 20px;
      padding: 30px;
      box-sizing: border-box;
      min-width: 0;
    }

    .info-box h3 {
      font-size: 22px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .circle-number {
      width: 32px;
      height: 32px;
      background-color: #4975e8;
      border-radius: 50%;
      text-align: center;
      line-height: 32px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      flex-shrink: 0;
    }

    .info-box ul {
      list-style: disc;
      padding-left: 20px;
    }

    .info-box li {
      font-size: 16px;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    /* ¸ð¹ÙÀÏ ¹× ÅÂºí¸´ ¹ÝÀÀÇü */
    @media (max-width: 1024px) {
      .hero {
        height: 250px;
        border-radius: 20px;
        background-attachment: scroll;		
        background: url('../images/drive1_bg.jpg') center/cover no-repeat;
      }

      .hero-text {
        padding: 30px 20px;
      }

      .hero-text h1 {
        font-size: 28px;
      }

      .hero-text h2 {
        font-size: 22px;
      }

      .hero-text p {
        font-size: 18px;
      }

      .qualification-title {
        font-size: 28px;
      }

      .box-wrapper {
        flex-direction: column;
        gap: 20px;
      }

      .info-box {
        flex: 1 1 100%;
      }

      .info-box h3 {
        font-size: 20px;
      }

      .info-box ul {
        font-size: 16px;
      }
    }




/* ±â»ç ÀÎÀç ¾ç¼º ÇÁ·Î±×·¥ */
    .wrapper4 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 50px 20px;
    }

    .title {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 40px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .container4 {
      max-width: 1400px;
      margin: 0 auto;
      background-color: #212121;
      border-radius: 20px;
      padding: 40px;
    }

    .intro {
      font-size: 18px;
      margin-bottom: 40px;
      line-height: 1.6;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .boxes {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .box {
      background-color: #2c2c2c;
      border-radius: 16px;
      padding: 30px;
      flex: 1 1 calc(33.333% - 20px);
      min-width: 280px;
    }

    .box-title {
      background-color: #111;
      border-radius: 12px;
      padding: 15px 20px;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    .box ul {
      list-style: disc;
      padding-left: 20px;
    }

    .box li {
      font-size: 16px;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
    }

    @media (max-width: 1024px) {
      .title {
        font-size: 32px;
      }
      .box-title {
        font-size: 20px;
      }
      .box li {
        font-size: 15px;
      }
    }

    @media (max-width: 768px) {
      .title {
        font-size: 28px;
      }
      .container4 {
        padding: 30px 20px;
      }
      .box {
        flex: 1 1 100%;
      }
    .intro {
      font-size: 16px;
      margin-bottom: 40px;
    }
    }