@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}
	
	* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .wrapper1 {
      width: 100%;
      position: relative;
      background-image: url('../images/info_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: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      z-index: 2;
    }

    .banner-text h1 {
      font-size: 55px;
      color: white;
      margin-bottom: 10px;	  
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .banner-text p {
      font-size: 20px;
      color: white;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    @media (max-width: 1024px) {
      .banner {
        height: 200px;
        padding: 20px;
      }

      .banner-text h1 {
        font-size: 28px;
      }

      .banner-text p {
        font-size: 15px;
      }
    } 




/* 1. ÀüÃ¼ ·¡ÆÛ */
.wrapper4 {
  width: 100%;
  background-color: #fff;
}

/* 2. °¡¿îµ¥ Á¤·Ä 1400px */
.container4 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;           /* ÁÂ¿ì ¿©¹é 10% */
  overflow: hidden; /* float ÇØÁ¦ */
}

/* 3. ¿ÞÂÊ ¹Ú½º ½ºÅ¸ÀÏ */
.left-box {
  width: calc(45% - 30px); /* ¿À¸¥ÂÊ ¿©¹éÀ» »« ½ÇÁ¦ ³Êºñ */
  float: left;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: #fff;
  padding: 18px 30px 38px 30px;
  box-sizing: border-box;
}

.left-box h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.left-box p {
  margin: 5px 0;
  font-size: 16px;
}

.left-box .small-text {
  font-size: 0.9em;
}

/* 4. ¿À¸¥ÂÊ ¿µ¿ª */
.right-box {
  width: 55%;
  float: right;
  box-sizing: border-box;
}

.btn10 {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #4cbed3;
  border: 2px solid #4cbed3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;	  
  text-shadow: none; 
  font-family:'NanumSquareNeoBold', sans-serif;
}

.btn10:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-family:'NanumSquareNeoBold', sans-serif;
}


/* 5. ¸ð¹ÙÀÏ ¹ÝÀÀÇü */
@media (max-width: 1024px) {
  .container4 {
    flex-direction: column;   /* ¼¼·Î ¹èÄ¡ */
    align-items: stretch;     /* ¹Ú½º Æø 100%·Î */
    padding: 0 10px;           /* ÁÂ¿ì ¿©¹é 10% */
  }

  .left-box {
    width: 100%;
  }

.left-box h2 {
  font-size: 25px;
}

.left-box p {
  font-size: 14px;
}

  .right-box {
    width: 100%;
    margin-top: 10px; /* ¿ÞÂÊ ±ÛÀÚ ¾Æ·¡ 10px */
  }

  .right-box p {
    margin-bottom: 0; /* Å×½ºÆ® ¹Ø ¿©¹é Á¦°Å */
  }
}