@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  background-repeat: no-repeat;
  text-decoration: none; /*去底線*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  position: relative;
  background-color: #042b00;
  overflow: hidden;
}
.wrapper .banner {
  /*background-size: cover;*/
  height: 100vh;
  padding-top: 75px;
  position: relative;
  /*background-image: url(../uploads/index/banner01.jpg);*/
  /*background-position: 49.2% 50%;*/
}
.banner_bg {
  /* background-image: url(../uploads/news/news-open-banner.jpg); */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 25%;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.banner_bg.pc {
  visibility: visible;
}
.banner_bg.phone {
  visibility: hidden;
}
.banner_txt {
  width: 100%;
  color: #fff;
  font-family: Microsoft JhengHei;
  text-align: center;
  text-shadow: 3px 3px 10px #000;
}

.banner_txt h2 {
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 0 auto;
  letter-spacing: 0.05vw;
  position: relative;
}

.banner_txt h2::before {
  content: "";
  width: 2vw;
  height: 1px;
  position: absolute;
  left: -3vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.banner_txt h2::after {
  content: "";
  width: 2vw;
  height: 1px;
  position: absolute;
  right: -3vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.banner_txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #a1a1a1;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02vw;
}
.banner_txt h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0.5rem 0 0 0;
}
.banner_ch {
  font-size: 2rem;
  font-weight: bold;
}
.banner_en {
  font-size: 1.5rem;
}

.banner_min {
  margin-top: 10%;
}
.min_txt {
  padding: 2%;
  /*margin-top: 5%;*/
  border: 1px #fff solid;
  font-size: 1.5rem;
  font-weight: bold;
}
.contant_tittle {
  width: 100%;
  height: 10%;
  text-align: center;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main {
  width: 100%;
  position: relative;
  padding: 1vw 0 1vw 0;
}

.news-video-content {
  width: 89%;
  min-height: 29.8vw;
  position: relative;
  margin: 9vw auto;
}

.news-video-content-left {
  width: 52%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.video-middle {
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-video-content-right {
  width: 48%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.txt-middle {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.txt-middle .news-txt {
  margin: 0 auto;
}

.news-video-content::after {
  content: "";
  clear: both;
  display: block;
}

.video {
  width: 100%;
  height: 29.8vw;
}

.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.player {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  display: none;
  cursor: pointer;
}

.news-txt {
  width: 90%;
  height: auto;
  position: relative;
  margin: 0 0 0 10%;
}

.news-txt h2 {
  width: fit-content;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05vw;
  font-size: 2.2rem;
  margin: 0 auto 2vw auto;
  line-height: 1.5;
  position: relative;
}

.news-txt h2::after {
  content: "";
  width: 98%;
  height: 2px;
  background-color: #ae0002;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
}

.news-txt h3 {
  width: 100%;
  color: #fff;
  letter-spacing: 0.05vw;
  font-size: 1.55rem;
  margin: 0 0 0.5vw 0;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.news-txt h4 {
  max-height: 23.3vw;
  color: #dadbdb;
  letter-spacing: 0.05vw;
  font-size: 1.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  font-weight: normal;
  overflow: auto;
  padding-right: 1vw;
  box-sizing: border-box;
}

/* 滾動條的設定 */
.news-txt h4::-webkit-scrollbar {
  width: 0.3vw;
  background-color: transparent;
}
.news-txt h4::-webkit-scrollbar-track {
  background-image: url(../uploads/news/txt-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} /* the new scrollbar will have a flat appearance with the set background color */

.news-txt h4::-webkit-scrollbar-thumb {
  background-color: #fff;
  cursor: pointer;
} /* this will style the thumb, ignoring the track*/

.news-icon {
  width: 3vw;
  position: fixed;
  right: 1vw;
  bottom: 4vw;
}

.news-icon::after {
  content: "";
  clear: both;
  display: block;
}

.news-icon-li {
  width: 100%;
  margin: 0 0 0.5vw 0;
  display: block;
}

.news-icon-li-img {
  width: 1.7vw;
  height: 1.7vw;
  position: relative;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
  cursor: pointer;
}

.fb {
  background-image: url("../uploads/news/fb.png");
}

.line {
  background-image: url("../uploads/news/line.png");
}

.ig {
  background-image: url("../uploads/news/ig.png");
}

.fb:hover {
  background-image: url("../uploads/news/fb-h.png");
}

.line:hover {
  background-image: url("../uploads/news/line-h.png");
}

.ig:hover {
  background-image: url("../uploads/news/ig-h.png");
}

@media screen and (max-width: 1024px) {
  .wrapper .banner {
    padding-top: 0px;
  }
  .banner_bg.pc {
    visibility: hidden;
  }
  .banner_bg.phone {
    visibility: visible;
  }
  .banner_txt {
    padding-top: 75px;
  }

  .banner_txt h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .banner_txt h3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .banner_txt h4 {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .main {
    padding: 9vw 0 20vw 0;
  }

  .video {
    height: 57.5vw;
  }

  .news-video-content {
    margin: 20vw auto;
  }

  .news-video-content-left {
    width: 100%;
    position: relative;
    margin: 0 auto;
    transform: none;
    left: auto;
    top: auto;
  }

  .news-video-content-right {
    width: 100%;
    margin: 10vw 0 0 0;
    clear: both;
    position: relative;
    transform: none;
    right: auto;
  }

  .txt-middle {
    left: auto;
    transform: none;
  }

  .news-txt {
    width: 78%;
    margin: 0 auto 0 auto;
  }

  .news-txt h4::-webkit-scrollbar {
    width: 1vw;
    background-color: transparent;
  }

  .news-txt h2 {
    letter-spacing: 0.2vw;
    font-size: 2rem;
    margin: 0 auto 2vw auto;
    line-height: 1.5;
  }

  .news-txt h2::after {
    height: 1px;
  }

  .news-txt h3 {
    letter-spacing: 0.2vw;
    font-size: 1.25rem;
    margin: 0 0 2.5vw 0;
    line-height: 1.5;
  }

  .news-txt h4 {
    max-height: 50vw;
    letter-spacing: 0.2vw;
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .news-icon {
    width: 10vw;
    right: 3vw;
    bottom: 41vw;
  }

  .news-icon-li {
    margin: 0 0 2vw 0;
  }

  .news-icon-li-img {
    width: 6vw;
    height: 6vw;
  }

  .fb {
    background-image: url("../uploads/news/fb-h.png");
  }

  .line {
    background-image: url("../uploads/news/line-h.png");
  }

  .ig {
    background-image: url("../uploads/news/ig-h.png");
  }
}
@media screen and (max-width: 450px) {
  .news-txt h2 {
    font-size: 1.6rem;
  }

  .news-txt h2::after {
    height: 1px;
  }

  .news-txt h3 {
    font-size: 1.15rem;
  }

  .news-txt h4 {
    font-size: 0.96rem;
  }

  .banner_txt {
    padding-top: 0px;
  }
  .wrapper .banner {
    height: 100vh;
  }
  .banner_ch {
    font-size: 1.8rem;
  }
  .line_min {
    width: 20px;
    vertical-align: middle;
  }
  .min_txt,
  .banner_en {
    font-size: 1.2rem;
  }
  .banner_bg {
  }
  .contant_tittle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .banner_ch {
    font-size: 1.5rem;
  }
  .min_txt,
  .banner_en {
    font-size: 1rem;
  }
  .banner_bg {
    /*height: 85%;*/
  }
  .contant_tittle {
    height: 15%;
    font-size: 0.8rem;
  }
}
.back-to-top {
  position: fixed;
  width: 1.7vw;
  bottom: 2.2vw;
  right: 1.65vw;
  z-index: 11;
  cursor: pointer;
}
.back-to-top img {
  width: 100%;
}

.logos_img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .logos_img {
    display: block;
    position: absolute;
    top: 0;
    width: 70px;
    left: 10%;
    z-index: 10;
  }
  .logos_img img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .back-to-top {
    width: 6vw;
    bottom: 34.2vw;
    right: 4.9vw;
  }
}

.phone_pic {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
}
.phone_pic img {
  width: 100%;
  height: auto;
  position: relative;
}

/*step*/
.wrapper .step_box {
  width: 100%;
  max-width: 1200px;
  /* height: 70vh; */
  position: relative;
  margin: 0 auto;
  font-size: 0px;
  overflow: hidden;
  padding: 5% 0;
}
.wrapper .step_box .step_all {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.wrapper .step_box .step_all .step_item {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.wrapper .step_box .step_all .step_item:last-child {
  margin-bottom: 50px;
}
.wrapper .step_box .step_all .step_item.left_item {
  background-image: url(../uploads/glory/design_border_arrow_pion.png),
    url(../uploads/glory/design_border_line.png);
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, repeat-y;
}
.wrapper .step_box .step_all .step_item.right_item {
  background-image: url(../uploads/glory/design_border_arrow_pion.png),
    url(../uploads/glory/design_border_line.png);
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, repeat-y;
}
.wrapper .step_box .step_all .step_item.right_item.lest_item {
  background-image: url(../uploads/glory/design_border_arrow_pion.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.wrapper .step_box .step_all .step_item .step_pic {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px 10px 70px;
}
.wrapper .step_box .step_all .step_item .step_pic img {
  height: 90%;
  width: 75%;
}
.wrapper .step_box .step_all .left_item .step_cent {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-align: right;
  padding: 0% 0px;
  float: left;
}
.wrapper .step_box .step_all .right_item .step_cent {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-align: left;
  padding: 0% 0px;
  float: right;
}
.wrapper .step_box .step_all .step_item .step_cent h2 {
  line-height: 180%;
}
.wrapper .step_box .step_all .step_item .step_cent h4 {
  line-height: 180%;
}
.step_cent {
  min-height: 56px;
  overflow: hidden;
}
.date_txt {
  color: #a77e00;
  /* font-weight: bold; */
  font-size: 3rem;
  /* line-height: 180%; */
  letter-spacing: 1.5px;
  margin-top: -1%;
}
.con_txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 180%;
  letter-spacing: 1.5px;
}
.con_txt.importen_txt {
  color: #a77e00;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  padding-top: 1%;
}

.wrapper .step_box .step_all .step_item {
  padding-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .con_txt.importen_txt {
    font-size: 1.5rem;
  }
  .date_txt {
    font-size: 2.5rem;
  }
  .con_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 414px) {
  .wrapper .step_box .step_all .step_item.left_item {
    background-image: url(../uploads/glory/design_border_arrow_pion.png),
      url(../uploads/glory/design_border_line.png);
    background-position: 5% 0, 7.7%;
    background-repeat: no-repeat, repeat-y;
  }
  .wrapper .step_box .step_all .step_item.right_item {
    background-image: url(../uploads/glory/design_border_arrow_pion.png),
      url(../uploads/glory/design_border_line.png);
    background-position: 5% 0, 7.7%;
    background-repeat: no-repeat, repeat-y;
  }
  .wrapper .step_box .step_all .step_item.right_item.lest_item {
    background-image: url(../uploads/glory/design_border_arrow_pion.png);
    background-position: 5% 0;
    background-repeat: no-repeat;
  }
  .wrapper .step_box .step_all .left_item .step_cent {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: left;
    padding: 0% 0px;
    float: right;
  }
  .wrapper .step_box .step_all .right_item .step_cent {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: left;
    padding: 0% 0px;
    float: right;
  }
  .phone_pic {
    display: block;
  }
  .time {
    background-image: none;
    background-color: #000;
  }
}
@media screen and (max-width: 414px) {
  .date_txt {
    font-size: 2rem;
  }
  .con_txt {
    font-size: 0.9rem;
  }
  .con_txt.importen_txt {
    font-size: 1.2rem;
  }

  .change_btn {
    width: 10%;
    padding: 5% 0;
  }
  .wrapper .step_box .step_all .step_item {
    padding-bottom: 10%;
  }
  /*.wrapper .step_box .step_all .step_item.right_item {
    padding-left: 3%;
}
.wrapper .step_box .step_all .step_item.left_item {
    padding-right: 3%;
}*/
  .wrapper .step_box {
    padding: 0% 0 20%;
  }
  .wrapper .step_box .step_all {
    margin: 5% auto 0;
  }
}

.contant_tittle {
  display: none;
}
