@charset "UTF-8";


*{
  box-sizing: border-box;
}

body{
  width: 100vw;
  height: 100vh;
  margin:0;
  font-size:1rem;
  font-weight:normal;
  line-height:1.5;
  color:#333;
  overflow-x:hidden;
}

.v-header{
  height:70vh;
  display:flex;
  align-items:center;
  color:#fff;
}

/*.container{
  max-width:960px;
  padding-left:1rem;
  padding-right:1rem;
  margin:auto;
  text-align:center;
}*/

.fullscreen-video-wrap{
  position:absolute;
  top:-100px;
  left:0;
  width:100%;
  height:77.6vh;
  overflow:hidden;
  z-index: -1;
}
fullscreen-video-wrap[poster]{
		height: 100%
		width:100%
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

.header-overlay{
  height:70vh;
  position: absolute;
  top:0;
  left:0;
  width:100vw;
  z-index:1;
  background:#bbb;
  opacity:0.25;
}

.header-content{
  z-index:2;
}

.header-content h1{
	font-size:50px;
	margin-bottom:0;
	font-weight: bold;
	padding-bottom: 1rem;
	font-family: 'Nanum Gothic', 'Noto Sans KR', Tahoma, Geneva, Verdana, sans-serif;		

}

.header-content p{
  font-size:1.5rem;
  display:block;
  padding-bottom:1.5rem;
}

.btn{
  background: #34b3a0;
  color:#fff;
  font-size:1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.section{
  padding:20px 0;
}

.section-b{
  background:#333;
  color:#fff;
}
/* 유튜브 영상 입력 css */
.yb-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* @media(min-width:1200px){
  .container{
	max-width: 1140px;  
    padding-right:3rem;
    padding-left:3rem;
  }
}

@media (min-aspect-ratio: 16/9) {
	#videoBG {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	#videoBG {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 767px) {
	#videoBG {
		display: none;		
	}
	body {
		background: url('poster.jpg');
		background-size: cover;
	}
} */
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

/*	#featured-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #fff;
	}
	
	#featured h2
	{
		text-align: center;
	}

	#featured .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 20px auto;
		line-height:  normal;
		font-size: 6em;
		text-align: center;
		color: #3f3f3f;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2
	{
		float: left;
		margin-right: 24px;
	}
	
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}
*/
