@charset "UTF-8";
* {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: '微軟正黑體';
}

.bold_ {
  font-weight: bold;
}

.d-flex-j-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.max_920 {
  max-width: 920px;
}

.transition {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navber {
  -webkit-box-align: unset !important;
  -webkit-align-items: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.navbar {
  display: block !important;
  padding: 0 !important;
}

.phone-icon {
  margin-top: 8px;
}

.menu-toggle span {
  background-color: #6d5c5f;
}

.software-header .menu__item {
  line-height: 1.15;
}

.nav__menu {
  margin-bottom: 0;
}

.contact-sub {
  padding-top: 100px;
}

.contact-inner h3.color--red {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 2px;
  margin-top: 0;
}

.contact-inner h5.h5 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.contact-inner a {
  color: #000;
  text-decoration: none;
}

.wrapper .section_1 {
  margin-bottom: -5%;
  padding-top: 270px;
  background-image: url(../images/software_2/banner-bgc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .wrapper .section_1 {
    padding-top: 150px;
    background-size: cover;
    background-position: center;
  }
}

.wrapper .section_1 .title_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .wrapper .section_1 .title_ .left img {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .title_ .left img {
    width: 50px;
  }
}

.wrapper .section_1 .title_ .right p {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.22em;
  color: #80654A;
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrapper .section_1 .title_ .right p {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .title_ .right p {
    line-height: 25px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.wrapper .section_1 .title_ .right p:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background: #BEE3E0;
}

@media (max-width: 500px) {
  .wrapper .section_1 .title_ .right p:after {
    height: 18px;
    bottom: -6px;
  }
}

.wrapper .section_1 .content_ {
  margin-top: 50px;
}

.wrapper .section_1 .content_ p {
  color: #80654A;
  font-weight: normal;
}

.wrapper .section_1 .bot {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 400px) {
  .wrapper .section_1 .bot {
    margin-top: 50px;
  }
}

.wrapper .section_1 .bot .bot_left .bot_L img {
  max-width: 600px;
  width: 100%;
  display: block;
  z-index: 0;
  margin-left: -0px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .wrapper .section_1 .bot .bot_left .bot_L img {
    margin-left: 0px;
  }
}

@media (max-width: 996px) {
  .wrapper .section_1 .bot .bot_left .bot_L img {
    margin-left: 0px;
    margin-bottom: -30px;
  }
}

.wrapper .section_1 .bot .bot_left .dialog_2 {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 30px 40px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .wrapper .section_1 .bot .bot_left .dialog_2 {
    padding: 15px 20px;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .bot .bot_left .dialog_2 {
    padding: 5px 10px;
  }
}

.wrapper .section_1 .bot .bot_left .dialog_2:before {
  content: "";
  position: absolute;
  top: calc(100%);
  right: 50%;
  background-image: url(../images/software_8/software-29-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 63px;
  width: 50px;
}

@media (max-width: 768px) {
  .wrapper .section_1 .bot .bot_left .dialog_2:before {
    background-size: 30px;
    height: 46px;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .bot .bot_left .dialog_2:before {
    background-size: 30px;
  }
}

.wrapper .section_1 .bot .bot_left .dialog_2 p {
  margin-top: 0;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .section_1 .bot .bot_right .bot_L img {
  max-width: 600px;
  width: 100%;
  display: block;
  z-index: 0;
  margin-left: -0px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .wrapper .section_1 .bot .bot_right .bot_L img {
    margin-left: 0px;
  }
}

@media (max-width: 996px) {
  .wrapper .section_1 .bot .bot_right .bot_L img {
    margin-left: 0px;
    margin-bottom: -30px;
  }
}

.wrapper .section_1 .bot .bot_right .dialog_2 {
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #bb8080;
  padding: 30px 40px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .wrapper .section_1 .bot .bot_right .dialog_2 {
    padding: 15px 20px;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .bot .bot_right .dialog_2 {
    padding: 5px 10px;
  }
}

.wrapper .section_1 .bot .bot_right .dialog_2:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  background-image: url(../images/software_8/software-29-5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 63px;
  width: 50px;
}

@media (max-width: 768px) {
  .wrapper .section_1 .bot .bot_right .dialog_2:before {
    background-size: 30px;
    height: 46px;
  }
}

@media (max-width: 500px) {
  .wrapper .section_1 .bot .bot_right .dialog_2:before {
    background-size: 30px;
  }
}

.wrapper .section_1 .bot .bot_right .dialog_2 p {
  margin-top: 0;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #80654A;
  margin-bottom: 0;
}

.wrapper .section_2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/software_8/box_2_bg.svg);
  background-size: cover;
  z-index: 2;
}

@media (max-width: 768px) {
  .wrapper .section_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.wrapper .section_2 .title_ .big_title__ {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.22em;
  color: #BB7F1B;
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrapper .section_2 .title_ .big_title__ {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 500px) {
  .wrapper .section_2 .title_ .big_title__ {
    line-height: 25px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.wrapper .section_2 .title_ .big_title__:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background: #FFFF;
}

@media (max-width: 500px) {
  .wrapper .section_2 .title_ .big_title__:after {
    height: 18px;
    bottom: -6px;
  }
}

.wrapper .section_2 .subtitle__ {
  color: #80654A;
  margin-top: 50px;
}

.wrapper .section_2 .content {
  margin-top: 50px;
}

.wrapper .section_2 .content .top .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.wrapper .section_2 .content .top .items .left {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #92A6AE;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
}

.wrapper .section_2 .content .top .items .right .top_ {
  margin-bottom: 5px;
}

.wrapper .section_2 .content .bottom img {
  width: 100%;
}

.wrapper .section_3 {
  background-color: #E5F6F5;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .wrapper .section_3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.wrapper .section_3 .title_ .big_title__ {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.22em;
  color: #8E8955;
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrapper .section_3 .title_ .big_title__ {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 500px) {
  .wrapper .section_3 .title_ .big_title__ {
    line-height: 25px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.wrapper .section_3 .title_ .big_title__:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background: #FFFF;
}

@media (max-width: 500px) {
  .wrapper .section_3 .title_ .big_title__:after {
    height: 18px;
    bottom: -6px;
  }
}

.wrapper .section_3 .content {
  margin-top: 150px;
}

@media (max-width: 768px) {
  .wrapper .section_3 .content {
    margin-top: 75px;
  }
}

.wrapper .section_3 .content .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .wrapper .section_3 .content .items {
    margin-left: 10px;
  }
}

.wrapper .section_3 .content .items .left {
  margin-right: 5px;
}

.wrapper .section_3 .content .items .left img {
  max-width: 65px;
}

.wrapper .section_3 .content .items .right p {
  margin-bottom: 0;
  text-align: left;
}

.wrapper .section_4 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #F1F3FF;
}

@media (max-width: 768px) {
  .wrapper .section_4 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

.wrapper .section_4 .title_ p {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.22em;
  color: #837389;
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrapper .section_4 .title_ p {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 500px) {
  .wrapper .section_4 .title_ p {
    line-height: 25px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.wrapper .section_4 .title_ p:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background: #D9DAF3;
}

@media (max-width: 500px) {
  .wrapper .section_4 .title_ p:after {
    height: 18px;
    bottom: -6px;
  }
}

.wrapper .section_4 .subtitle__ {
  color: #80654A;
  margin-top: 50px;
  letter-spacing: 0.8px;
  display: block;
}

@media (max-width: 768px) {
  .wrapper .section_4 .subtitle__ .br_ {
    display: none;
  }
}

.wrapper .section_4 .content .left {
  margin-top: 50px;
}

.wrapper .section_4 .content .left ul li {
  margin-bottom: 20px;
}

.wrapper .section_4 .content .right img {
  width: 100%;
}

.wrapper .section_5 {
  padding-top: 150px;
}

.wrapper .section_5 .left .title_ p {
  white-space: nowrap;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #80654A;
  position: relative;
  z-index: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .wrapper .section_5 .left .title_ p {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 500px) {
  .wrapper .section_5 .left .title_ p {
    line-height: 25px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.wrapper .section_5 .left .subtitle__ {
  color: #80654A;
  margin-top: 50px;
}

.wrapper .section_5 .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}

.wrapper .section_5 .right .item .item_left {
  margin-right: 10px;
}

.wrapper .section_5 .right .item .item_left .p__ {
  color: black;
}

.wrapper .contact-sub {
  padding-top: 200px;
}
