  @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/premium_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;
      }
    } 




/* premium 4°³ÀÌ¹ÌÁö ºÎºÐ */

    .wrapper2 {
      width: 100%;
      background-color: #212121;
      padding: 50px 20px;
      box-sizing: border-box;
    }

    .container2 {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .box {
      background-color: #2c2c2c;
      border-radius: 20px;
      display: flex;
      flex-direction: row;
      padding: 30px;
      flex: 1 1 calc(50% - 30px);
      box-sizing: border-box;
      min-width: 300px;
      align-items: flex-start; /* »ó´Ü Á¤·Ä */
    }

    .img-wrap {
      width: 350px;
      border-radius: 20px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .img-wrap img {
      width: 100%;
      height: auto;
      transition: transform 0.3s ease-in-out;
      display: block;
    }

    .img-wrap img:hover {
      transform: scale(1.05);
    }

    .text-area {
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* »ó´Ü Á¤·Ä */
    }

    .highlight {
      background-color: #1e1e1e;
      border-radius: 20px;
      padding: 10px 30px; /* ÁÂ¿ì ¿©¹é ³Ð°Ô */
      font-size: 20px;
      display: inline-block;
      margin-bottom: 12px;
      width: fit-content;
      color: white;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .text-area p {
      font-size: 16px;
      line-height: 1.6;
      margin: 0 0 10px 0;
      color: white;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    /* ÅÂºí¸´ & ¸ð¹ÙÀÏ ´ëÀÀ */
    @media (max-width: 1300px) {
      .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .text-area {
        margin-left: 0;
        margin-top: 20px;
        align-items: center;
      }

      .img-wrap {
        width: 100%;
        max-width: 100%;
      }

      .highlight {
        font-size: 20px;
        padding: 10px 30px; /* ÁÂ¿ì ¿©¹é ³Ð°Ô */
      }

      .text-area p {
        font-size: 16px;
      }
    }

    @media (max-width: 640px) {
      .highlight {
        font-size: 20px;
        padding: 10px 30px; /* ÁÂ¿ì ¿©¹é ³Ð°Ô */
      }

      .text-area p {
        font-size: 16px;
      }
    }




/* premium ÇÏ´Ü 5°³ ¼­ºñ½ºÀÌ¿ë ºÎºÐ */

    .wrapper4 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 30px 20px;
      box-sizing: border-box;
      text-align: center;
    }

    .section-title {
      font-size: 40px;
	  font-family:'NanumSquareNeo', sans-serif;
      color: white;
      margin-bottom: 34px;
    }

    @media (max-width: 1024px) {
      .section-title {
        font-size: 28px;
      }
    }

    @media (max-width: 600px) {
      .section-title {
        font-size: 25px;
      }
    }

    .container4 {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .container5 {
      position: relative;
      z-index: 2;
      max-width: 1400px;
      margin: 0 auto;
      color: #fff;
    }

    .step-box {
      background-color: #212121;
      border-radius: 20px;
      padding: 30px 20px;
      flex: 1 1 calc(20% - 20px); /* ±âº» PC¿ë */
      min-height: 200px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: top;
      gap: 20px;
      transition: transform 0.3s ease;
    }

    .step-box:hover {
      transform: translateY(-5px);
    }

    .circle {
      width: 50px;
      height: 50px;
      background-color: #4975e8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
	  font-family:'NanumSquareNeo', sans-serif;
      font-weight: bold;
      color: #fff;
    }

    .step-text {
      font-size: 16px;
      line-height: 1.5;
      text-align: center;	  
      color: white;
      word-break: keep-all;
    }

    .custom-button1 {
      display: inline-block;
      width: 100%;
      padding: 25px 50px;
      font-size: 22px;
      background-color: #4975e8;
      color: #fff;
      border: 2px solid #4975e8;
      border-radius: 28px;
      text-decoration: none;
      text-align: center;
      transition: all 0.3s ease;
      margin-top: 40px;	  
      margin-bottom: 20px;
	  font-weight:bold;
      font-family:'NanumSquareNeo', sans-serif;
    }

    .custom-button1:hover {
      background-color: #fff;
      color: #333;
	  text-decoration:none
    }

    .button-wrapper1 {
      text-align: center;
      margin-top: 40px;
    }

    /* ÅÂºí¸´ ÀÌÇÏ: 2°³¾¿ */
    @media (max-width: 1024px) {
      .step-box {
        flex: 1 1 calc(50% - 10px);
      }
    }
      .custom-button1 {
        display: block;
        width: 100%;
        margin: 60px auto 0;
      }

    /* ¸ð¹ÙÀÏ 2+2+1 ±¸Á¶ */
    @media (max-width: 600px) {
      .step-box {
        flex: 1 1 calc(50% - 10px);
        min-width: unset; /* °­Á¦·Î Á¼°Ô µé¾î°¡°Ô */
      }

      .step-box:last-child {
        flex: 1 1 100%;
      }
      .custom-button1 {
        display: block;
        width: 100%;
        margin: 60px auto 0;
      }
    }