* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 0px;
}
.page1 {
  position: relative;
  width: 100%;
}
.page1 .btm-img {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page1 img {
  width: 100%;
}
.page2 {
  position: relative;
  width: 100%;
}
.page2 > img {
  width: 100%;
}
.page2 .btn-row {
  position: absolute;
  left: 7%;
  top: -3vw;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 86%;
  justify-content: space-between;
}
.page2 .btn-row a {
  display: block;
  width: 33%;
}
.page2 .btn-row a img {
  width: 100%;
  transition: transform 0.2s;
}
.page2 .btn-row a:hover img {
  transform: scale(1.05);
}
.page3 {
  position: relative;
  width: 100%;
}
.page3 > img {
  width: 100%;
}
.page4 {
  position: relative;
  width: 100%;
}
.page4 > img {
  width: 100%;
}
.page4 .btn {
  position: absolute;
  left: 20%;
  top: 11.5vw;
  display: block;
  width: 62vw;
  height: 10vw;
}
.p4_swiper {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
.p4_swiper .swiper-wrapper {
  width: 100%;
}
.p4_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  margin-bottom: 5vw;
}
.p4_swiper .swiper-wrapper .swiper-slide > img {
  width: 70%;
  margin-left: 15%;
}
.swiper-pagination {
  position: absolute;
  width: 80%;
  left: 10%;
  height: 16px;
  z-index: 10;
  bottom: 0px;
}
.swiper-n {
  display: inline-block;
  width: 6%;
  height: 0.5vw;
  margin: 0.5%;
  border-radius: 100px;
  background-color: #ffffff;
}
.swiper-s {
  background-color: #eeb55c;
}
.swiper-button-prev-self {
  width: 10%;
  position: absolute;
  z-index: 10;
  top: 42%;
  left: 3%;
}
.swiper-button-prev-self > img {
  width: 100%;
}
.swiper-button-next-self {
  width: 10%;
  position: absolute;
  z-index: 10;
  top: 42%;
  right: 3%;
}
.swiper-button-next-self > img {
  transform: rotate(180deg);
  width: 100%;
}
footer {
  width: 100%;
  height: 200px;
  color: #ffffff;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer > p {
  font-size: 16px;
}
footer a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
