@charset "UTF-8";
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transition: opacity 3s; } }
/* 這裡的選單是靠左邊的
.index .header nav.navbar{
    display: flex;
    justify-content: center;
    width: 300px;
    padding-top: 4vw;
    border: 0; 
    background: $black;
    li{font-size: 1.6rem;}
    .container-fluid{
        align-content: flex-start;
        flex-direction: column;
        width: initial;
        margin: 0;
        .navbar-nav{flex-direction: column;}
    }
    
    ul.navbar-nav li.has-megamenu .dropdown-menu{
        left: 10%;
        top: 0;
        right: 0;
        width: initial;
        margin: 0;
        .container {
            align-items: flex-start;
            padding: 84px 2vw;
        }
    }
    .nav-item.fade_ef .dropdown-menu{
        position: absolute;
        left: 100%;
        transform: initial;
        
        &.show{top: 0;}
        .dropdown-menu{left: 100%;}
    }
    .logo.pchidmobshow{ display: block;}
    .logo.pchshowmobhid{ display: none;}
}
.index header {
    ul.navbar-nav > li { 
        margin-top: 0;
            &.sub_nav{
            position: relative;
            top: initial;
            right: initial;
            justify-content: flex-start;
            i{display: none;}
        }
    }
    .navbar-brand {
        margin: 20px 0;;
    }
}
.index .header .navbar-expand-md .navbar-collapse{background-color: rgba(0, 0, 0, 0.8);}
 ./這裡的選單是靠左邊的 */
/*
.index .header{
    .navbar.navbar-expand-md.scrolled-up{
        padding: 12px 0;
        width: 100%;
        .navbar-brand{margin: 0}
        .container-fluid{
            flex-direction: initial;
            width: initial;
        }
        .navbar-nav { flex-direction: row;}
        .sub_nav {
            position: relative;
            right: initial;
            top: initial;
            flex-direction: initial;
        }
    }
}
*/
.index .layout.m5_5 .col,
.index .layout.m5_5 .col:last-child {
  align-items: flex-start;
  padding: 0 44px; }
.index .layout.m5_5.ind_lay {
  align-items: center; }
.index .element_graphic {
  display: flex;
  flex-wrap: wrap;}
.index .element_graphic .text {
  padding: 0 2vw;
  line-height: 1.4;
  background-color: #EFF2F9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;}
.index .element_graphic .element_contents .right > .text{
  padding: 2vw;
}
.index .element_graphic .text h4 {
  font-family: "Alata", Sans-serif;
  font-size: 2rem;
  font-weight: bold; }
.index .element_graphic .images {
  overflow: hidden; }
.index .element_graphic .element_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index .element_graphic .left {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: initial;
  width: calc(68.5% - 20px);
  padding: 0;
  justify-content: center;}
.index .element_graphic .left .list {
  display: flex;
  overflow: hidden;}
.index .element_graphic .left > div:first-child {
  margin-bottom: 20px;
}
.index .element_graphic .left .list .images {
  line-height: 0; }
.index .element_graphic .left .list div {
  flex: 6; }
.index .element_graphic .left .list:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #26A792;
  bottom: 0; }
.index .element_graphic .left .list .images img {
  transition: .3s;
  transform: scale(1.0); }
.index .element_graphic .left .list:hover .images img {
  transition: .3s;
  transform: scale(1.2); }
.index .element_graphic .right {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: initial;
  width: 31.5%;
  padding: 0;
  background-color: #EFF2F9;}
.index .element_graphic .right .images {
  height: 100%; }
.index .element_graphic .right:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #26A792;
  bottom: 0; }
.index .element_graphic .right .images img {
  transition: .3s;
  transform: scale(1.0); }
.index .element_graphic .right:hover .images img {
  transition: .3s;
  transform: scale(1.2); }
.index .element_graphic .mid{
  display: flex;
  flex-wrap: wrap;
}
.index .element_graphic .mid > div{
  width: 50%;
}
.element_video > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.element_video > div > iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
}
.index .element_graphic .mid > .text > .learn{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.index .element_graphic .mid > .text > .learn > a{
  color: #006CB5;
}

.index .idx_news {
  background: url("../images/index/index_newsbg.jpg") no-repeat top center;
  background-size: cover;
  padding: 3% 20px;
  margin-bottom: 80px;
}
.index .idx_news .h1_title_01 {
  text-align: center;
}
.index .idx_news .show {
  max-width: 1250px;
  margin: 60px auto 50px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.index .idx_news .show .show_1 {
  width: 41%;
  margin-right: 4%;
  position: relative;
  z-index: 1;
}
.index .idx_news .show .show_1 > div {
  position: relative;
  z-index: 1;
}
.index .idx_news .show .show_1 > div h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px;
  background: rgb(0 108 181 / 80%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  line-height: 2;
}
.index .idx_news .show .show_1 > div h3 span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .idx_news .show .show_2 {
  width: 55%;
  display: flex;
  flex-flow: row;
}
.index .idx_news .show .show_2 > div {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 48%;
}
.index .idx_news .show .show_2 > div:first-child {
  margin-right: 4%;
}
.index .idx_news .show .show_2 h3 {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .idx_news .show .show_2 h3 a {
  color: #000;
}
.index .idx_news .show .show_2 p {
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
  font-weight: 400;
}
.index .idx_news .show .show_2 .button {
  display: flex;
  justify-content: space-between;
  margin: auto 0 0 0;
  z-index: 20;
}
.index .idx_news .show .show_2 .button span {
  color: #fff;
  background: #F15E68;
  padding: 0px 15px;
  font-weight: 600;
}
.index .idx_news .show .show_2 .button a {
  color: #006cb5;
  font-weight: 600;
}
.index .idx_news .btn_01 {
  margin: auto;
}
.index .idx_news .btn_01 a {
  color: #006cb5;
  font-weight: 600;
}
.index .idx_news .btn_01 a::after,.index .idx_news .btn_01 a::before,.index .idx_news .btn_01 a span::after, .index .idx_news .btn_01 a span::before{
  background-color: #006cb5;
}
.index .idx_news .show .pic {
  overflow: hidden;
  transition: all .3s;
}
.index .idx_news .show > div > div img {
  width: 100%;
  transform: scale(1.0);
  transition: all .3s;
}
.index .idx_news .show > div > div:hover img {
  transition: all .3s;
  transform: scale(1.2);
}
.index .idx_news .show .show_1 > div > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.index .layout.m5_5.ind_boost {
  position: relative;
  color: #fff;
  background-image: url(../images/index/ind_bg_boost.jpg);
  background-position: top center;
  background-attachment: fixed; }
.index .layout.m5_5.ind_boost .h1_title_01 {
  color: #6FF0FF;
  font-size: 3.5rem; }
.index .layout.m5_5.ind_boost .col {
  flex-direction: column;
  flex-basis: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
  width: 50%; }
.index .layout.m5_5.ind_boost .elementor-background-overlay {
  height: calc(100% + 8vh);
  width: 100%;
  top: -4vh;
  left: 0;
  position: absolute;
  background-image: linear-gradient(120deg, #000C2C 57%, #FFFFFF00 0%);
  opacity: 0.82; }

.index .layout.m5_5.ind_credibility .col {
  flex-direction: column; }
.index .layout.m5_5.ind_credibility .col.left img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
.index .layout.m5_5.ind_credibility .col.right {
  padding: 0 12vw 0 44px;
  background: url(../images/index/index_credibility02.jpg) no-repeat center right; }

.index .layout.m5_5.ind_projects {
  position: relative;
  align-items: flex-start;
  margin-bottom: 0; }
.index .layout.m5_5.ind_projects .ind_projec {
  width: 100%; }
.index .layout.m5_5.ind_projects .col.copy {
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  flex: initial;
  flex-basis: initial;
  padding: 0; }
.index .layout.m5_5.ind_projects .col.copy .container {
  width: 24%;
  margin: initial;
  margin-left: 2%; }
.index .layout.m5_5.ind_projects .col.bg {
  position: absolute;
  z-index: 9;
  height: 100%;
  padding: 0;
  background: url(../images/index/chiher-project15.png) no-repeat;
  background-size: cover; }

@media screen and (max-width: 1280px) {
  .index header ul.navbar-nav > li.sub_nav {
    padding: 0; }

  .index .header nav.navbar ul.navbar-nav li.has-megamenu .dropdown-menu .container {
    padding: 40px 2vw; }
  .index .header nav.navbar .container-fluid {
    align-content: center;
    width: 100%; }
  .index .header nav.navbar .container-fluid .navbar-nav {
    margin-top: 0; }

  .index .layout.m5_5.ind_projects {
    flex-direction: column; }
  .index .layout.m5_5.ind_projects .col.copy {
    position: relative;
    top: initial;
    transform: initial; }
  .index .layout.m5_5.ind_projects .col.copy .container {
    width: 100%;
    margin: 0;
    padding: 0 6vw; }

}
@media screen and (max-width: 1279px) {
  .index header .navbar-brand {
    margin: 0; }
  .index .header nav.navbar .nav-item.fade_ef .dropdown-menu {
    position: static;
    left: 0; }
  .index .navbar-expand-md .navbar-collapse {
    width: 100%; }
  .index .header nav.navbar {
    align-items: flex-start;
    width: 100%;
    padding-top: 0; }
}
@media screen and (max-width: 992px) {
  .index .element_graphic {
    flex-direction: column; }
  .index .element_graphic .left .list {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;}
  .index .element_graphic .left .list div{
    flex:auto;
  }
  .index .element_graphic .left > div:nth-child(2) > .text{
    order: 2;
  }
  .index .element_graphic .left > div:nth-child(2) > .images{
    order: 1;
  }
  .index .element_graphic .left,
  .index .element_graphic .right {
    width: 100%;
    margin: 0; }
  .index .element_graphic .mid > div{
    width: 100%;
  }
  .index .element_graphic .mid > div:first-child{
    order: 2;
  }
  .index .element_graphic .mid > div:last-child{
    order: 1;
  }
  .index .element_graphic .text{
    padding: 2vw;
  }

  .index .layout.m5_5.ind_boost {
    margin-bottom: 120px; }
  .index .layout.m5_5.ind_boost .h1_title_01 {
    font-size: 2.4rem; }
  .index .layout.m5_5.ind_boost .col {
    width: 100%; }
  .index .layout.m5_5.ind_boost .elementor-background-overlay {
    background-image: linear-gradient(120deg, #000C2C 95%, #FFFFFF00 0%); }

  .index .layout.m5_5.ind_credibility .col.right {
    padding: 0 6vw;
    background: transparent; }

  .index .layout.m5_5 {
    margin-bottom: 44px; }
  .index .layout.m5_5 .col {
    margin-bottom: 24px; }
  .index .idx_news .show {
    margin: 20px auto 50px auto;
  }

  .index .idx_news .show .show_1 {
    width: 100%;
    margin-right:0;
  }
  .index .idx_news .show .show_2 {
    width: 100%;
  }

  .index .idx_news .show .show_2 > div {
    margin-top: 30px;
  }
  .index .idx_news .show .show_1 h3 span,.index .idx_news .show .show_2 h3 a {
    font-size: 22px;
  }

}

@media screen and (max-width: 768px) {
  .index .idx_news .show .show_1 h3 span,.index .idx_news .show .show_2 h3 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .index .idx_news .show .show_2 {
    flex-flow: column;
  }
  .index .idx_news .show .show_2 > div:first-child,.index .idx_news .show .show_2 > div {
    padding: 0;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .index .idx_news .show .show_1 > div h3 {
    padding: 5px 10px;
  }
}
/*# sourceMappingURL=index.css.map */
