@font-face {
	font-family: 'MapoFlowerIsland';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoFlowerIslandA.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'MapoFlowerIsland' , serif;
}
:root {
	--swiper-theme-color: #fff;
}
html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: 'MapoFlowerIsland' , serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	
	/* 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;
	flex-direction: column;
}

.swiper-slide .slidebgimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#chojjeom {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
}
#chojjeom2 {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
}

.swiper-slide .overay{
	background: #000;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	height: 100%;
}

.swiper-slide .slidetext{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 9;
	opacity: 0.8;
	line-height: 1.5;
	padding-bottom: 200px;
	transition: all 5s cubic-bezier(0.04, 0.82, 0.33, 0.99);
	opacity: 0;
	transform: translateY(70px);
}
.swiper-slide .slidetext.chojjeom013{
	padding-bottom: 0px;
}


.swiper-slide-active .slidetext{
	opacity: 1;
	transform: translateY(0);
}

.swiper-slide .title01 {
	font-size: 18px;
	margin-top: 30px;
	color: #fff;
}
.reservation{
	text-align: center;
}
.reservation a{
	display: block;
	padding: 9px 5px 5px 5px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 20px;
	width: 160px;
}
.reservation a:hover{
	background: #fff;
	color: #000;
}

.logoimg img{
	width: 100px;
	text-align: center;
}

.scrolltext{
	color: #fff;
	position: absolute;
	bottom: 100px;
	font-size: 14px;
	opacity: 0.7;
}
.swiper-pagination-bullet{
	background: #aaa !important;
}
.scroll-down1 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 30px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 99;
  position: absolute;
  bottom: 30px;
}
.scroll-down1 i {
  color: #fff;
  animation: scrollDown1 1.5s ease infinite;
}

@keyframes scrollDown1{
	0%{
		transform: translateY(-15px);
		opacity: 0;
	}
	50%{
		transform: translateY(0px);
		opacity: 1;
	}
	100%{
		transform: translateY(15px);
		opacity: 0;
	}
}

.copyright{
	  position: absolute;
	  bottom: 20px;
	  font-size: 10px;
	  color: #eee;
	  letter-spacing: 0;
	  z-index: 99
  }
  
  

.slidebgimg.c01,
.slidebgimg.c014{
	display: none;
}
@media only screen and (max-width: 400px) {
  .swiper-slide-active .slidetext{
	  width: 300px;
	  padding-bottom: 50px;
  }
  #chojjeom{
	  display: none;
  }

  .slidebgimg.c01,
  .slidebgimg.c014{
	  display: block;
  }
  .swiper-slide{
	  font-size: 13px;
	  letter-spacing: -1px;
	  word-break: keep-all;
	  white-space: normal;
  }
  .swiper-slide-active .slidetext.chojjeom001{
	  transform: translateY(0px);
  }
  .swiper-slide-active .slidetext{
	  transform: translateY(-30px);
  }
  
  
}


