.box_1200 {
  width: 60vw;
}

.boxSlide1 {
  position: relative;
}

.boxSlide1 .imgBox {
  position: relative;
  width: 100vw;
  max-height: 100vh;
}

.boxSlide1 .imgBox img {
  width: 100vw;
  max-height: 100vh;
  object-fit: cover;
}

.boxSlide1 .textBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.boxSlide1 .textBox h1 {
  position: absolute;
  width: 100%;
  top: 75px;
  font-size: 38px;
  font-family: 'Demibold';
  margin: 0;
  line-height: 1;
  color: #1e2025;
}

.boxSlide1 .textBox p {
  position: absolute;
  width: 100%;
  top: 125px;
  font-size: 18px;
  font-family: 'Medium';
  margin: 0;
  line-height: 1;
  color: #1e2025;
}

.boxSlide1 .textBox .more {
  position: absolute;
  width: 100%;
  bottom: 10vh;
  display: flex;
  justify-content: center;
}

.boxSlide1 .textBox .more a {
  display: block;
  margin: 0 5px;
  color: #1e2025;
  width: 270px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-family: 'Normal';
}

.boxSlide1 .textBox .more a:first-child {
  background: #e3c3a4;
}

.boxSlide1 .textBox .more a:last-child {
  background: #fff;
}

.boxSlide1 .textBox .more span {
  font-family: 'Demibold';
}

/* 2 */
.boxSlide2 {
  position: relative;
}

.boxSlide2 .imgBox {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.boxSlide2 .textBigBox {
  width: 100vw;
  height: 25vh;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
}

.boxSlide2 .textBigBox .box_1200 {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.textBigBox .box_1200>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.textBigBox h1 {
  font-size: 24px;
  font-family: 'Medium';
  text-align: center;
}

.textBigBox h2 {
  font-size: 48px;
  font-family: 'Semibold';
  text-align: center;
}

.textBigBox p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  font-family: 'Normal';
  line-height: 1.2;
  letter-spacing: 0px;
}

.textBigBox a {
  display: block;
  width: 270px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: 'Normal';
  display: flex;
  align-items: center;
  justify-content: center;
}

.textBigBox span {
  font-family: 'Demibold';
}

/* 3 */
.boxSlide3 {
  position: relative;
}

.textLeftBox {
  width: 24vw;
  height: 110vh;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textLeftBox>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
}

.textLeftBox>div img {
  margin: 15px 0;
  width: 110px;
}

.textLeftBox a {
  margin-top: 5vh;
}

/* 4 */
.boxSlide4 {
  position: relative;
}

.textLeftBox.right {
  left: auto;
  right: 0;
}