  @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/new_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;
      }
    } 


    .wrapper6 {
      width: 100%;
      background-color: #2c2c2c;
      padding: 40px 20px;
      text-align: center;
    }

    .titles {
      color: #ffffff;
      font-size: 30px;
      margin-bottom: 30px;
	  font-weight: bold;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .container6 {
      max-width: 1400px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 40px 20px;
	  text-align: left;	  
    }

    /* ¹ÝÀÀÇü */
    @media (max-width: 768px) {
      .titles {
        font-size: 20px;
      }

      .container6 {
        padding: 20px 15px;
        border-radius: 12px;
      }
    }

