* {
  margin: 0px;
}

@media (pointer: none), (pointer: coarse) {
  * {
    width: 100%;
  }
}

.img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.img-container img {
  max-width: 100%;
  height: auto;
}

.btn {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  cursor: pointer;
}

.btn-bookcafe-1 {
  max-width: 88%;
  width: 950px;
  height: 73%;
  top: 50%;
  left: 50%;
}

.btn-bookcafe-2 {
  max-width: 67%;
  width: 725px;
  height: 77%;
  top: 48%;
  left: 50%;
}

.btn-sconn-app-google-1 {
  max-width: 67%;
  width: 725px;
  height: 75%;
  top: 50%;
  left: 50%;
}

.btn-sconn-app-ios-1 {
  max-width: 67%;
  width: 725px;
  height: 75%;
  top: 48%;
  left: 50%;
}

.btn-sconn-app-google-2 {
  max-width: 84%;
  width: 910px;
  height: 76%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-sconn-app-ios-2 {
  max-width: 84%;
  width: 910px;
  height: 68%;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 20240618 */
.btns_container3{
  position: absolute;
  width: calc(100% - 34%);
  height: 80%;
  bottom: 8%;
  /* left: 0; */
  /* right: 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btns_container3 a{
  width: 45%;
  height: 100%;
  cursor: pointer;
}
.img-container03{
  background: #012258;
}
.slider_area{
  background: #fff9e6;
  padding-bottom: 60px;
}
.slider_area .inner{
  padding: 0 30px;
  width: 80%;
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container07 a{
  width: 56vw;
  height: 10vw;
  position: absolute;
  bottom: 42%;
  margin-top: -7vw;
  left: 50%;
  margin-left: -28vw;
}
.img-container09 a{
  width: 48vw;
  height: 13vw;
  position: absolute;
  top: 50%;
  margin-top: -7vw;
  left: 50%;
  margin-left: -24vw;
}






.doongdoong_ani{
  animation : ani 1.2s cubic-bezier(.36, .07, .57, .99) infinite;
}

@keyframes ani {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-6px);
	}
	30% {
		transform: translateY(6px);
	}
	50% {
		transform: translateY(-6px);
	}
	60% {
		transform: translateY(6px);
	}
	100% {
		transform: translateY(0);
	}
}








/* ===== slider ==== */
.owl-carousel{
  background: #fff9e6;
  max-width: 650px;
}
.owl-nav{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 118%;
  top: 44%;
  left: 50%;
  margin-left: -60%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
  width: 25px;
  height: 25px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
  font-size: 40px;
  padding: 10px !important;
}
.owl-dots{
  display: none;
}
.owl-carousel video{
  width: 100%;
  height: auto;
} 



@media (max-width: 490px) {
  .owl-nav{
    width: 118%;
    top: 38%;
    margin-left: -60%;
  }
  .owl-carousel .owl-nav button.owl-prev span, 
  .owl-carousel .owl-nav button.owl-next span {
    font-size: 25px;
  }
}