/* BASIC css start */
#mcontent{  position: relative;  margin:0px auto 0px; height: 100vh; *zoom:1; }  
#mcontent:after{content:""; display:block; clear:both;}

.background {
        bottom: 0;
	left: 0;
	overflow: hidden; /* blur Ã³¸® ÈÄ Æ¢¾î³ª¿Â°Å Àß¶ó³¿ */
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1; /* ¹è°æÀ¸·Î ¸¸µé±â À§ÇØ ¸Ç µÚ·Î º¸³¿ */
      
}
.background-video {
	bottom: -9999px; /* °¡·Î¼¼·Î °¡¿îµ¥ Áß¾Ó Á¤·Ä */
	filter: blur(0rem); /* °¡¿ì½Ã¾È ºí·¯ */
	height: 110vw; /* viewport-width °ª */
	left: -9999px; /* °¡·Î¼¼·Î °¡¿îµ¥ Áß¾Ó Á¤·Ä */
	margin: auto; /* °¡·Î¼¼·Î °¡¿îµ¥ Áß¾Ó Á¤·Ä */
	position: absolute;
	right: -9999px; /* °¡·Î¼¼·Î °¡¿îµ¥ Áß¾Ó Á¤·Ä */
	top: -9999px; /* °¡·Î¼¼·Î °¡¿îµ¥ Áß¾Ó Á¤·Ä */
	width: 100vw; /* viewport-width °ª */
}

.text-box { display:table;height:100vh;width:100%; z-index:999  }
.text h1 { font-size:30px;  font-family: Roboto, Noto Sans; font-weight:700 ; color:#fff; margin:10px  }
.text p {  margin:10px;  }
.text { box-sizing: border-box;
	color: #f8f8f8;
	font: 1rem ;
	height: 100vh;
	padding: 1rem;
	text-shadow: 0 0 1rem #000;
        display:table-cell; 
        vertical-align:middle;
        font-size:20px;
        text-align:center;
}

.text ._kor { font-size:14px; font-weight:bold;}





@media screen and (max-aspect-ratio: 16/9) { /* youtube µ¿¿µ»óÀÇ ºñÀ² 720p */
	.background-video {
	height: 100vh; /* viewport-height °ª */
	width: calc(110vh * 1.78); /* viewport-height °ª ( ³ÐÀÌ¸¦ 16/9 ºñÀ²·Î ¸¸µë ) */
	}
}



/* ÀÌ¹ÌÁö */

.background_img { position:absolute;left:0;top:0;  width:100%;height:100vh; text-align:center;background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;  z-index: -1; /* ¹è°æÀ¸·Î ¸¸µé±â À§ÇØ ¸Ç µÚ·Î º¸³¿ */
}

/* BASIC css end */

