@charset "euc-kr";
.youtube_bg01 {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: 50% 50%;
}

.youtube_header {
	background: #222;
	overflow: hidden;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}


.video_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000000a;
  opacity: 0.2;
}
.youtube_header .youtube_content {
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgb(0 0 0 / 0%);
  color: white;
  padding: 5% 2%;
  width: 80%;
  margin: auto;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
.youtube_bg01 .youtube_header {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../../../images/Ss1.webp);
	background-position: center 0%;
}
.youtube_bg01 > .youtube_header iframe {
    overflow: hidden;
    z-index: -99;
    width: 0;
    height: 0;
/*    display: none; �댁냽�깆쓣 �ъ슜�섏떆硫� �쒓렇媛� �щ씪�몄꽌 �숈쁺�� �뚯냼嫄� �쒖뼱瑜� �좎닔 �놁뼱�� 紐⑤컮�쇱뿉�� �뚮━�⑸땲��. 二쇱쓽�붾쭩 */
}
}



