@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;
}

#section_1 {
  background-image: url(../images/electricity_new/banner_1.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
  background-color: #D9E0F3;
}

@media (max-width: 1200px) {
  #section_1 {
    background-size: 60%;
    height: 80vh;
  }
}

@media (max-width: 750px) {
  #section_1 {
    background-position: bottom;
    background-size: 80%;
  }
}

#section_1 .article {
  padding-top: 35vh;
}

@media (max-width: 750px) {
  #section_1 .article {
    padding-top: 15vh;
  }
}

#section_1 .article .big_title__ {
  color: #4E709D;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  #section_1 .article .big_title__ {
    text-align: center;
  }
}

#section_1 .article .subtitle__ {
  color: #80654A;
}

@media (max-width: 750px) {
  #section_1 .article .subtitle__ {
    text-align: center;
  }
}

#section_2 {
  background-image: url(../images/software_6/vector.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FAF8F6;
}

#section_2 .left img {
  width: 100%;
}

@media (max-width: 750px) {
  #section_2 .right {
    margin-top: 20vh;
  }
}

#section_2 .right .title__ {
  color: #4E709D;
}

#section_2 .right .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #E5E5E5), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #E5E5E5 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #E5E5E5 50%, transparent 0%);
  background: linear-gradient(to top, #E5E5E5 50%, transparent 0%);
}

#section_2 .right .subtitle__ {
  color: #80654A;
}

#section_2 .right .item_ {
  max-width: 500px;
  margin-top: 70px;
}

#section_2 .right .item_ .big_p__ {
  color: #4E709D;
}

#section_2 .right .item_ ul {
  padding-left: 1em;
}

#section_2 .right .item_ ul li {
  color: #484746;
  text-indent: -0.9em;
  padding-left: 0.9em;
  text-align: justify;
}

#section_3 {
  background-color: #FAF8F6;
  padding-top: 165px;
  padding-bottom: 140px;
}

@media (max-width: 750px) {
  #section_3 {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}

#section_3 .top .article .title__ {
  color: #4E709D;
}

#section_3 .top .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, white 50%, transparent 0%);
  background: -o-linear-gradient(bottom, white 50%, transparent 0%);
  background: linear-gradient(to top, white 50%, transparent 0%);
}

#section_3 .top .article .subtitle__ {
  color: #80654A;
}

#section_3 .bottom .box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

#section_3 .bottom .box .article {
  margin-bottom: 100px;
  display: inline-block;
  background-color: white;
  padding: 50px 30px;
}

@media (max-width: 750px) {
  #section_3 .bottom .box .article {
    margin-bottom: 20px;
  }
}

#section_3 .bottom .box .article ul li {
  text-indent: -1.35em;
  padding-left: 1.35em;
}

#section_3 .bottom .device img {
  width: 100%;
}

#section_3 .bottom .device img.pc {
  display: block;
}

@media (max-width: 540px) {
  #section_3 .bottom .device img.pc {
    display: none;
  }
}

#section_3 .bottom .device img.mobile {
  display: none;
}

@media (max-width: 540px) {
  #section_3 .bottom .device img.mobile {
    display: block;
  }
}

#section_3 .bottom .device .device {
  border: 25px solid white;
  width: 100%;
}

@media (max-width: 750px) {
  #section_3 .bottom .device .device {
    border: 10px solid white;
  }
}

#section_3 .bottom .device .logo {
  padding: 0 40px;
}

#section_3 .bottom .left_device {
  margin-right: -45px;
  z-index: 2;
}

@media (max-width: 750px) {
  #section_3 .bottom .left_device {
    margin-right: auto;
  }
}

#section_3 .bottom .right_device {
  margin-top: -120px;
  margin-left: -45px;
}

@media (max-width: 750px) {
  #section_3 .bottom .right_device {
    margin-top: auto;
    margin-left: auto;
  }
}

#section_3_new {
  background-color: #000;
  padding-top: 165px;
}

@media (max-width: 750px) {
  #section_3_new {
    padding-top: 100px;
  }
}

#section_3_new .title p {
  color: #fff;
}

#section_3_new .slogans {
  margin-top: 50px;
}

#section_3_new .slogans .slogan {
  display: inline-block;
  color: #669396;
  border: 1px solid white;
  padding: 18px 15px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#section_3_new .items {
  margin-top: 50px;
}

#section_3_new .items a {
  text-decoration: none;
}

#section_3_new .items a .item {
  text-align: center;
  margin-bottom: 50px;
}

#section_3_new .items a .item .photo {
  width: 100%;
}

#section_3_new .items a .item .logo_box {
  margin-top: 30px;
  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;
}

@media (max-width: 1200px) {
  #section_3_new .items a .item .logo_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#section_3_new .items a .item .logo_box .logo {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  #section_3_new .items a .item .logo_box .logo {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#section_3_new .items a .item .logo_box .logo_text {
  color: white;
  display: inline-block;
}

@media (max-width: 1200px) {
  #section_3_new .items a .item .logo_box .logo_text {
    text-align: center;
  }
}

#section_4 {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  #section_4 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

#section_4 .section_4_title {
  padding-bottom: 180px;
}

@media (max-width: 750px) {
  #section_4 .section_4_title {
    padding-bottom: 0px;
  }
}

#section_4 .section_4_title .title__ {
  color: #A1C19B;
}

#section_4 .section_4_title .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #524B4B), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #524B4B 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #524B4B 50%, transparent 0%);
  background: linear-gradient(to top, #524B4B 50%, transparent 0%);
}

#section_4 .article {
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
}

@media (max-width: 1000px) {
  #section_4 .article {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 750px) {
  #section_4 .article {
    padding-right: 0px;
    padding-left: 0px;
    padding: 70px 0 40px;
  }
}

#section_4 .article .title__ {
  white-space: nowrap;
  margin-top: -110px;
  margin-bottom: 110px;
  color: #A1C19B;
}

#section_4 .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #524B4B), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #524B4B 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #524B4B 50%, transparent 0%);
  background: linear-gradient(to top, #524B4B 50%, transparent 0%);
}

#section_4 .article .big_p__ {
  color: #E8B1AF;
}

#section_4 .article .p__ {
  color: white;
}

#section_4 .article ul {
  padding-left: 1em;
}

#section_4 .article ul li {
  text-indent: -0.9em;
  padding-left: 0.9em;
}

#section_4 .photo img {
  width: 100%;
}

#section_5 .box .items_ {
  padding: 80px 60px;
  text-align: justify;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (400px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 400px);
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  grid-gap: 50px;
}

@media (max-width: 1200px) {
  #section_5 .box .items_ {
    padding: 60px 10px;
    -ms-grid-columns: (300px)[auto-fill];
        grid-template-columns: repeat(auto-fill, 300px);
  }
}

@media (max-width: 750px) {
  #section_5 .box .items_ {
    padding: 70px 0px 0px;
  }
}

#section_5 .box .items_ .item {
  display: inline-block;
  margin: 0 40px;
  margin-bottom: 40px;
  width: 400px;
  height: 200px;
  text-align: justify;
  vertical-align: top;
}

@media (max-width: 1200px) {
  #section_5 .box .items_ .item {
    max-width: 300px;
    margin: 0 3px;
  }
}

@media (max-width: 750px) {
  #section_5 .box .items_ .item {
    margin: 0;
    width: auto;
  }
}

@media (max-width: 650px) {
  #section_5 .box .items_ .item {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  #section_5 .box .items_ .item {
    margin-bottom: 70px;
    height: auto;
  }
}

#section_5 .box .items_ .item .title__ {
  color: #878860;
}

#section_5 .box .items_ .item .title__ span {
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #A9AE75), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #A9AE75 3%, transparent 0%);
  background: -o-linear-gradient(bottom, #A9AE75 3%, transparent 0%);
  background: linear-gradient(to top, #A9AE75 3%, transparent 0%);
}

#section_5 .box .items_ .item .item_text {
  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;
}

#section_5 .box .items_ .item .item_text > .p__ {
  white-space: nowrap;
}

#section_5 .box .items_ .item .item_text .arrow {
  margin: 0 20px;
}

#section_5 .box .items_ .item .item_text .arrow img {
  max-width: 60px;
}

@media (max-width: 1200px) {
  #section_5 .box .items_ .item .item_text .arrow img {
    max-width: 30px;
  }
}

@media (max-width: 750px) {
  #section_5 .box .items_ .item .item_text .arrow img {
    max-width: 30px;
  }
}

#section_5 .box .items_ .item .item_text ul {
  margin-bottom: 0;
}

#section_5 .box .items_ .item .item_text ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

#section_6 {
  background-color: #000;
  padding-top: 175px;
  padding-bottom: 200px;
}

@media (max-width: 750px) {
  #section_6 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

#section_6 .title__ {
  color: #A1C19B;
  text-align: center;
  margin-bottom: 70px;
}

#section_6 .img_ {
  margin-bottom: 100px;
}

#section_6 .img_ .p__ {
  color: white;
  text-align: center;
}

#section_6 .img_ img {
  width: 100%;
}

#section_6 .items {
  text-align: center;
}

#section_6 .items .item {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 40px;
  width: 150px;
}

#section_6 .items .item img {
  height: 20px;
}

#section_6 .items .item .p__ {
  color: #80654A;
  margin-left: 5px;
  vertical-align: middle;
}

#section_7 .device .device_T {
  padding: 150px 30px;
  max-height: 575px;
  height: 100%;
  text-align: center;
}

@media (max-width: 750px) {
  #section_7 .device .device_T {
    padding: 80px 30px;
  }
}

#section_7 .device .device_T .article {
  display: inline-block;
  text-align: left;
  max-width: 600px;
}

#section_7 .device .device_T .article ul li {
  text-indent: -0.9em;
  padding-left: 0.9em;
}

#section_7 .device .device_P {
  max-height: 575px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}

@media (max-width: 750px) {
  #section_7 .device .device_P {
    overflow: unset;
  }
}

#section_7 .device .device_P .photo {
  bottom: 0;
  text-align: center;
}

@media (max-width: 750px) {
  #section_7 .device .device_P .photo {
    margin-top: -45px;
  }
}

#section_7 .device_1 .device_T {
  background-color: #BFD3F0;
}

#section_7 .device_1 .device_T .article .title__ {
  color: #46698B;
}

#section_7 .device_1 .device_T .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #98BDF3), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #98BDF3 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #98BDF3 50%, transparent 0%);
  background: linear-gradient(to top, #98BDF3 50%, transparent 0%);
}

#section_7 .device_1 .device_T .article .subtitle__ {
  color: #80654A;
}

#section_7 .device_1 .device_T .article .p__ {
  color: #484746;
}

#section_7 .device_1 .device_P {
  background-color: #DAE4F3;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#section_7 .device_1 .device_P .photo img {
  width: 80%;
}

#section_7 .device_2 .device_T {
  background-color: #EDF0EA;
}

#section_7 .device_2 .device_T .article .title__ {
  color: #5C6039;
}

#section_7 .device_2 .device_T .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, white 50%, transparent 0%);
  background: -o-linear-gradient(bottom, white 50%, transparent 0%);
  background: linear-gradient(to top, white 50%, transparent 0%);
}

#section_7 .device_2 .device_T .article .subtitle__ {
  color: #80654A;
}

#section_7 .device_2 .device_T .article .p__ {
  color: #484746;
}

#section_7 .device_2 .device_P {
  background-color: #D9E8D4;
}

#section_7 .device_2 .device_P .photo img {
  width: 100%;
}

#section_7 .device_3 .device_T {
  background-color: #FAF4DE;
}

#section_7 .device_3 .device_T .article .title__ {
  color: #88BB80;
}

#section_7 .device_3 .device_T .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, white 50%, transparent 0%);
  background: -o-linear-gradient(bottom, white 50%, transparent 0%);
  background: linear-gradient(to top, white 50%, transparent 0%);
}

#section_7 .device_3 .device_T .article .subtitle__ {
  color: #80654A;
}

#section_7 .device_3 .device_T .article .p__ {
  color: #484746;
}

#section_7 .device_3 .device_P {
  background-color: white;
}

#section_7 .device_3 .device_P .photo img {
  width: 75%;
}

#section_7 .device_4 .device_T {
  background-color: #E7FFFB;
}

#section_7 .device_4 .device_T .article .title__ {
  color: #394460;
}

#section_7 .device_4 .device_T .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #C5E3ED), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, #C5E3ED 50%, transparent 0%);
  background: -o-linear-gradient(bottom, #C5E3ED 50%, transparent 0%);
  background: linear-gradient(to top, #C5E3ED 50%, transparent 0%);
}

#section_7 .device_4 .device_T .article .subtitle__ {
  color: #80654A;
}

#section_7 .device_4 .device_T .article .p__ {
  color: #484746;
}

#section_7 .device_4 .device_P {
  background-color: #ECF0F1;
}

#section_7 .device_4 .device_P .photo img {
  width: 75%;
}

#section_7 .device_5 .device_T {
  background-color: #FFF5EB;
}

#section_7 .device_5 .device_T .article .title__ {
  color: #88BB80;
}

#section_7 .device_5 .device_T .article .title__ span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, white 50%, transparent 0%);
  background: -o-linear-gradient(bottom, white 50%, transparent 0%);
  background: linear-gradient(to top, white 50%, transparent 0%);
}

#section_7 .device_5 .device_T .article .subtitle__ {
  color: #80654A;
}

#section_7 .device_5 .device_T .article .p__ {
  color: #484746;
}

#section_7 .device_5 .device_P {
  background-color: #FFDFD1;
}

#section_7 .device_5 .device_P .photo img {
  width: 75%;
}
