.arch02-template-11 {
  position: relative;
  padding-top: 0;
  display: block;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.arch02-template-11 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 202103 */

.arch02-template-11 .bg.mobile {
  display: none;
}

.arch02-template-11 .video-first {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.arch02-template-11 .video-first .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.arch02-template-11 .video-first video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  z-index: -1;
}

.arch02-template-11 .bg.front {
  z-index: 6;
  left: 50%;
  top: 50%;
  pointer-events: none;
  background-size: contain;
}

/* 202103 */

.arch02-template-11 .text_box {
  width: 85%;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.arch02-template-11 .text_box div:last-child::after {
  content: '';
  background-color: #b6b6b6;
  position: absolute;
  top: 100%;
  height: 30vw;
  width: 1px;
  left: 50%;
  margin-top: 30px;
}

.arch02-template-11 .text_box .title {
  font-size: 65px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 5px;
  line-height: 70px;
  width: 100%;
  position: relative;
}

.arch02-template-11 .text_box .title img {
  max-width: 100%;
}

.arch02-template-11 .text_box .sub_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.arch02-template-11 .text_box .slogan {
  color: black;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 3px;
  display: block;
  line-height: 75px;
  width: 100%;
  position: relative;
}

.arch02-template-11 .text_box .sub_slogan {
  color: #044041;
  font-size: 37px;
  font-weight: bold;
  display: block;
  line-height: 75px;
  width: 100%;
  position: relative;
}

@media (min-width: 1199px) {
}

@media (max-width: 1200px) {
  .arch02-template-11 .text_box .title {
    font-size: 50px;
    line-height: 60px;
  }
  .arch02-template-11 .text_box .sub_title {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .arch02-template-11 .text_box .slogan {
    font-size: 50px;
    line-height: 60px;
  }
  .arch02-template-11 .text_box .sub_slogan {
    margin-top: 20px;
    font-size: 32px;
    line-height: 48px;
  }
  .arch02-template-11 {
    min-height: 500px;
  }
}

@media (max-width: 1000px) {
  .arch02-template-11 .text_box .title {
    font-size: 40px;
    line-height: 50px;
  }
  .arch02-template-11 .text_box .sub_title {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .arch02-template-11 .text_box .slogan {
    font-size: 40px;
    line-height: 50px;
  }
  .arch02-template-11 .text_box .sub_slogan {
    margin-top: 20px;
    font-size: 26px;
    line-height: 38px;
  }
  .arch02-template-11 .text_box div:last-child::after {
    height: 50vw;
  }
  .arch02-template-11 .bg.front {
    left: 0;
    top: 0;
  }
  /* 202103 */
  .arch02-template-11 .bg {
    display: none;
  }
  .arch02-template-11 .bg.mobile {
    display: block;
  }
}

@media (max-width: 600px) {
  .arch02-template-11 .text_box .slogan {
    font-size: 30px;
    line-height: 45px;
  }
  .arch02-template-11 .text_box .title {
    font-size: 35px;
    line-height: 40px;
  }
  .arch02-template-11 .text_box .sub_slogan {
    margin-top: 5px;
    font-size: 22px;
    line-height: 30px;
  }
  .arch02-template-11 .text_box div:last-child::after {
    height: 80vh;
  }
  .arch02-template-11 .bg.front {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 365px) {
  .arch02-template-11 .text_box .slogan {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .arch02-template-11 .text_box .title {
    font-size: 30px;
    line-height: 35px;
  }
  .arch02-template-11 .text_box .sub_title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .arch02-template-11 .text_box .sub_slogan {
    font-size: 16px;
    line-height: 25px;
  }
}

/* 額外影片 */

.arch02-template-11 .video-first {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none;
}

.arch02-template-11 .video-first .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.arch02-template-11 .video-first video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  z-index: -1;
}

.arch02-template-11 .bg-bk {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
