@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");
}

@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");
}
 
 
 /* ÀÏ¹Ý ÅÂºí¸´ ¹× ¼ÒÇü µ¥½ºÅ©Åé */
@media (max-width: 1199px) {
  #s_blank {
    height: 97px;
  }
}

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

/* µ¥½ºÅ©Åé */
@media (min-width: 1200px) {
  #s_blank {
    height: 0px;
  }
}


/* ¸ÞÀÎ»ó´Ü µ¿¿µ»ó */

    .video-section {
      position: relative;
      width: 100%;
      height: 1300px;
      overflow: hidden;
    }

    .youtube-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }

.youtube-bg iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9 ºñÀ² */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 400vh;
}
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0);
      z-index: 1;
    }

    .content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 1200px;
      padding: 0 20px;
      color: white;
      z-index: 2;
      text-align: left;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    }

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

    .subtitle {
      font-size: 24px;
	  color:#fff;
      line-height: 1.5;
      margin-bottom: 30px;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .btn1 {
      display: inline-block;
      padding: 18px 30px 15px 30px;
      background-color: #4cbed3;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.3s ease;	  
      text-shadow: none; 
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .btn1:hover {
      background-color: #fff;
      color: #333;
	  text-decoration: none;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    @media (max-width: 1400px) {

    .video-section {
      position: relative;
      width: 100%;
      height: 900px;
      overflow: hidden;
    }

      .title {
        font-size: 40px;
      }

      .subtitle {
        font-size: 22px;
      }
      .content {
        padding-left: 60px;
      }
    }

    @media (max-width: 768px) {
      .video-section {
        height: 550px;
      }

      .title {
        font-size: 22px;
      }

      .subtitle {
        font-size: 17px;
      }

      .btn1 {
        font-size: 16px;
        padding: 10px 24px;
      }

      .content {
        padding-left: 30px;
      }
    }



/* ¸ÞÀÎÁß°£ RESERVATION */

    .wrapper3::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.6); /* ¾îµÎ¿î ¿À¹ö·¹ÀÌ */
      z-index: 1;
    }

    .container3 {
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .small-text {
      font-size: 17px;
      color: #fff;
      margin-bottom: 10px;
	  font-family:'NanumSquareNeo', sans-serif;
    }

    .big-phone {
      font-size: 60px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 15px;
	  font-family:'NanumSquareNeoBold', sans-serif;
    }

    .mid-text {
      font-size: 25px;
      color: #fff;
	  font-family:'NanumSquareNeo', sans-serif;
    }

.quote-btn1 {
  display: inline-block;
  background-color: #fff;
  color: #333;
  border: 2px solid #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: auto;
  font-weight:bold;
  font-family:'NanumSquareNeoBold', sans-serif;
  align-self: flex-start; /* ¹öÆ° ³Êºñ °íÁ¤ ¹× ¿ÞÂÊ Á¤·Ä */
}

    .quote-btn1:hover {
      background-color: #333;
      color: #fff;
      text-decoration:none;
    }

    @media (max-width: 768px) {
      .big-phone {
        font-size: 40px;
      }

      .mid-text {
        font-size: 18px;
      }

      .small-text {
        font-size: 14px;
      }
    }