 /* ÀÏ¹Ý ÅÂºí¸´ ¹× ¼ÒÇü µ¥½ºÅ©Åé */
@media (max-width: 1199px) {
  #s_blank {
    height: 40px;
  }
}

/* ¸ð¹ÙÀÏ ±â±â (½º¸¶Æ®Æù) */
@media (max-width: 767px) {
  #s_blank {
    height: 0px;
  }
}

/* µ¥½ºÅ©Åé */
@media (min-width: 1200px) {
  #s_blank {
    height: 40px;
  }
}
	
	
	.wrapper2 {
      width: 100%;
      background: #fff;
      padding: 0 10px;
      box-sizing: border-box;
    }

    .container2 {
      max-width: 1200px;
      margin: 0 auto;
      background: #fff;
    }

    /* °øÅë ÅØ½ºÆ® */
    p, li {
      font-size: 13px;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .left img,
    .center-img img,
    .crew-img img {
     max-width: 100%;
     height: auto;
     display: block;
    }

    /* À¯Æ©ºê ¿µ»ó */
    .video-box {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 840px;
      aspect-ratio: 16 / 9;
    }

    .video-box iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .section {
      margin-top: 50px;
      text-align: center;
    }

    /* ABOUT ºÎºÐ */
    .about {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      margin-top: 100px;
    }

    .about .left {
      width: 42%;
    }
    .about .right {
      width: 58%;
    }

    .about .right {
      font-size: 14px;
	  text-align: left;
    }

    /* ±¸ºÐ¼± */
    .divider {
      margin: 100px 0;
      border-top: 1px solid #c2c2c2;
    }

    /* °¡¿îµ¥ ÀÌ¹ÌÁö */
    .center-img {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 650px;
    }

    .center-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* CREW ÀÌ¹ÌÁö */
    .crew-img {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 950px;
    }

    .crew-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ¹ÝÀÀÇü */
    @media (max-width: 1024px) {
	.container1 {
    padding: 0 10px;
    box-sizing: border-box;
     }
      p, li {
        font-size: 12px;
      }

    .title {
      font-size: 15px;	  
      font-weight: bold;
    }

      .about {
        flex-direction: column;
      }

      .about .left,
      .about .right {
        width: 100%;
      }
    }