body {

	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	padding: 0 auto;
	margin: 0 auto;
	/* background-image:url('https://inviteme.kr/bmf/images/bg.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	margin: 0;
	/*position:absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); */
	max-width: 800px;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}


.imagemap {
	position: relative;
	width: 100%;
}

img {
	display: block;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0);
	backface-visibility: hidden;
}

video {
	display: block;
	width: 100%;
	border: 0;
}


.link01{
	position: absolute;
    top: 75%;
    height: 13%;
    left: 7%;
    width: 18%;
	}

.link02{
	position: absolute;
    top: 75%;
    height: 13%;
    left: 29.5%;
    width: 18%;
	}

.link03{
	position: absolute;
    top: 75%;
    height: 13%;
    left: 52.5%;
    width: 18%;
	}

.link04{
	position: absolute;
    top: 75%;
    height: 13%;
    left: 75.5%;
    width: 18%;
	}
	
.kakaomap {
	position: absolute;
    top: 18%;
    left: 7%;
    width: 86%;
    height: 42.6%;
}

button {
	padding: 10px 20px 10px 20px;
	text-align: center;
	margin: 0 auto;
	background: #000;
	color: #fff;
	border: none;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

#musicb {
	position: fixed;
	text-align: center;
	padding: 2px 2px 2px 2px;
	top: 5px;
	left: 5px;
	z-index: 10000;
	font-size: 10px;
	background: skyblue;
}


video {
	width: 100%;
	height: auto;
}

.videoxy3 {
	position: absolute;
    top: 15.7%;
    left: 7%;
    width: 86%;
    height: auto;
}

.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	opacity: 1;
	transition: opacity 2s ease-in-out;
}

.popup-content {
	max-width: 90%;
	max-height: 90%;
}

.popup-content img {
	display: block;
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
	max-width: 800px;
}


.scrolldown {
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: 1000;
	max-width: 800px;
	margin: 0 auto;
	display: none;
}

.scrollani {
	animation: scroll-move 1.5s infinite linear;
}

@keyframes scroll-move {

	0%,
	100% {
		transform: translate(0%, -50%);
	}

	50% {
		transform: translate(0%, -60%);
	}
}

	.link1 {position:absolute; top:0%; left:0%; width:100%; height:33.3%;}
	.link2 {position:absolute; top:33.3%; left:0%; width:100%; height:33.3%;}
	.link3 {position:absolute; top:66.6%; left:0%; width:100%; height:33.4%;}

	.sidebar {
				position: fixed;
				bottom:30%;
				width:7%;
				max-width:65px;
				left:0px;
				z-index:1000;
	}
	
	
.nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
	bottom: 0px;
	z-index: 1000;
}

.nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.nav-text {
	font-size: 20px;
	margin: auto;
	text-align: center;
	font-weight: 500;
	display: none;
	transition: all 0.3s ease;
}

.material-icons {
	display: inline;
	font-size: 32px;
	transition: color .3s;
}

.data-cardnews {
	font-weight: 100;
	width: 100%;
	text-align: center;
	background: #F6F6F6;
}

.data-cardnews hr {
	width: 90%;
}

.data-cardnews h3 {
	padding-top: 10px;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
	height: 50px;
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    transform: translatey(-50%);
    bottom: 0;
    left: 0;
    background: #000 url(themes.gif) no-repeat left 50%;
    width: 32px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
