@charset "utf-8";
/* CSS Document */

.section_different .different_imgwrap .different_img img {
  width: 100%;
  height: auto;
}

.section_different_wrap {
  background: url(../images/different/different_main_bg.jpg) fixed no-repeat;
  background-size: cover;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 767px) {
    height: 400px;
  }
}

.different_name {
  color: #000;
  text-align: center;
  letter-spacing: 12px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 991px) {
    font-size: 20px;
  }

  @media (max-width: 767px) {
    font-size: 16px;
    flex-direction: column !important;
  }
}

.section_different .main_title {
  margin-top: 5%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section_different .main_title .title-name_eng {
  font-family:
    "Brandon Grotesque", "AR YuanB5", "Microsoft JhengHei", 微軟正黑體, "Arial",
    sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  color: #242424;
  position: relative;
  font-style: italic;
}
.section_different .main_title span {
  margin: 0 3%;
}
.section_different .main_title span:nth-child(2) {
  width: 100%;
  height: 2px;
  background-color: #242424;
  display: block;
}
.section_different .different_imgwrap {
  flex: 0 0 50%;
  margin-right: 1%;
}
.section_different .different_imgwrap .different_img {
  margin-bottom: 5rem;
}
.section_different .different_aside .different_img_1 {
  margin-bottom: 2%;
}
.section_different .different_aside .different_img_1 img {
  width: 80%;
}
.section_different .different_aside_img_wrap {
  display: flex;
  margin-bottom: 2%;
  align-items: end;
  position: relative;
}
.section_different .different_aside_img_wrap .different_img_2 {
  flex: 0 0 50%;
  margin-right: 2%;
}
.img_decorate-eng_wrap {
  position: relative;
  overflow: hidden;
  width: 402px;
  height: 207px;
}

.section_different .different_aside .different_img_4 img {
  width: 85%;
}
.section_different .different_text {
  text-align: center;
}
/* .section_different .main_title  span:nth-child(1){margin-right: 50px;}
.section_different .main_title  span:nth-child(2):before{content: ""; position: absolute; width: 200px; height: 2px; background-color: #242424;left: 0;top: 50%;padding-left: 250px;} */
.section_different .img_decorate-eng {
  font-size: 4rem;
  position: absolute;
  top: -90%;
  right: 5%;
  writing-mode: vertical-rl;
  margin-left: -10rem;
  margin-top: 0rem;
  height: 70vh;
}
.section_different .different_img_3 .img_decorate-eng {
  color: #242424;
}
.section_different .different_img_3 .cimg_decorate-eng_clone {
  color: #fff;
  z-index: -1;
  font-size: 4rem;
}
.section_different .different_aside {
  position: relative;
}

.section_build .section_build_wrap .bulid_sym {
  position: absolute;
  background: url(../images/different/different_bg.png);
  width: 661px;
  height: 406px;
  background-size: cover;
  z-index: 0;
  margin: 390px 0 0 -18vw;
  top: 50%;
  left: 50%;
}
/* .section_build{background: url(../images/different/different_bg.png) left -10vw top -4vh;background-size: cover;padding: 8% 0 0;} */

.section_build .imgwrap {
  flex: 0 0 40%;
  text-align: center;
}
.section_build .imgwrap .section_build_img {
  width: 80%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 500px) {
  .section_build .imgwrap .section_build_img {
    padding-bottom: 80px;
  }
}

.section_build .aside {
  flex: 0 0 70%; /* align-self: flex-end; */
}
.section_build .aside .section_build_img {
  margin: auto;
  position: relative;
  width: 68%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
}
.section_build .aside .section_build_img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.section_build .aside .circle_sym {
  position: absolute;
  background: url(../images/different/circle_bg.png);
  width: 20vw;
  height: 20vw;
  left: 50%;
  top: 50%;
  background-size: cover;
  z-index: 1;
  margin: 56vw 0 0 -18vw;
  animation: up-down 2.6s ease-in-out infinite;
  -webkit-animation: up-down 2.6s ease-in-out infinite;
}

.section_different .main_title span:nth-child(2) {
  width: 0;
}
.section_different .main_title .active:span:nth-child(2) {
  width: 100%;
}

/* .section_present{padding: 6% 0 8%;} */
.section_present .imgwrap {
  flex: 0 0 65%;
  margin-right: 5%;
}
.section_present .aside {
  flex: 0 0 30%;
}
.section_present_wrap {
  margin-left: -8vw;
  position: relative;
}

@keyframes up-down {
  0%,
  to {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16%);
  }
}

@media (max-width: 1600px) {
  .section_build .section_build_wrap .bulid_sym {
    margin: 60px 0 0 -18vw;
  }
}

@media (max-width: 991px) {
  .section_different_wrap {
    position: relative;
    background: url(../images/different/different_main_bg.jpg) fixed no-repeat;
    background-size: 130%;
  }
  .section_different .different_imgwrap {
    flex: 0 0 46%;
    margin-right: 3%;
  }
  .section_build .imgwrap .section_build_img {
    width: 20vh;
    height: 31vh;
    margin: auto;
  }
  .section_build .aside .section_build_img {
    width: 33vh;
    height: 26vh;
  }
  .section_different .img_decorate-eng {
    right: 1%;
    font-size: 3rem;
  }
  .section_build .section_build_wrap .bulid_sym {
    display: none;
  }
  .section_build .aside .circle_sym {
    display: none;
  }
}
@media (max-width: 500px) {
  .section_different_wrap {
    position: relative;
    background: url(../images/different/different_main_bg.jpg) fixed no-repeat;
    background-size: 180%;
  }
  .section_different .main_title .title-name_eng {
    font-size: 1rem;
  }
  .section_different .main_title span {
    margin: 0 2%;
  }
  .section_different .main_title span:nth-child(2) {
    width: 100%;
  }
  .display_flex {
    flex-direction: column;
  }
  .section_different .different_imgwrap .different_img {
    margin-bottom: 5%;
  }
  .section_different .different_text {
    font-size: 0.9rem;
    margin-bottom: 5%;
  }
  .section_build .aside {
    flex: 0 0 100%;
    width: 100%;
  }
  /* .section_different{margin-top: 2.5em;} */
  .section_present_wrap {
    margin-left: inherit;
  }
  .section_present .imgwrap {
    margin-right: 0;
  }
  .section_present .aside {
    width: 100%;
  }
  .section_build .aside .section_build_img {
    display: none;
  }
  .section_build .imgwrap {
    width: 100%;
  }
  .section_build .imgwrap .section_build_img {
    width: 30vh;
    height: 47vh;
  }
  .section_different .different_aside {
    display: none;
  }
  .section_build {
    background: inherit;
  }
}
