body {
  font-family: "微軟正黑體", Arial, MS Gothic;
  background-color: #fff;
  /*height: 200vh;*/
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  /*color: #000000;*/
  font-weight: bold;
    font-size:14pt;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "微軟正黑體", Arial, MS Gothic; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

img {
    -moz-user-select : none;
    -webkit-user-select: none;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
.site-logo img {
    width: 130px;
}
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
padding-left:0px}
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 8px;
        font-size: 15px;
          font-weight:bold;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 230px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .social {
      /*display: inline-block;*/
    }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
border-top:3px #0068b7 solid;}
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 1)  }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff  }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.3); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #007bff !important; }

.index img {
    width:100%;
}

h2.title{
    width: 100%;
    text-align:center;
    color:#b60005;
    font-weight: bold;
    font-size:26pt;
}

h2.title::after{
    content: ''; 
    display: block; 
    width: 64px; 
    height: 8px; 
    margin:0 auto;
    margin-top:12px;
    margin-bottom:30px;
    background: #76b6ff;
}

.m-top40 {
    margin-top:80px;
}

.p20 {
    padding:20px;
}

.p0 {
    padding:0px;
}

@media (max-width: 600px) {
  .banner {
  position: relative;
  height: 600px; /* 設定 Banner 的高度 */
  overflow: hidden; /* 隱藏超出部分的內容 */
}
	
	.case_top {
		margin-top:120px;
	}
}

@media (min-width: 601px) {
  .banner {
  position: relative;
  height: 800px; /* 設定 Banner 的高度 */
  overflow: hidden; /* 隱藏超出部分的內容 */
	}
	
	  .case_top {
		margin-top:-50px;
	}
}


.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 按比例填充 Banner 的內容 */
  z-index: -1; /* 把影片放到最下層 */
}

.banner .img_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 按比例填充 Banner 的內容 */
  z-index: -1; /* 把影片放到最下層 */
}
.banner .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
    background-color: #000;
    background-image: url(https://www.transparenttextures.com/patterns/shine-dotted.png);
    opacity: .2;
    z-index: 1;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;*/
z-index: 2;
}
.banner img {
  width: 300px; /* 設定圖片的寬度 */
  height: auto; /* 讓高度隨比例自適應 */
  margin-bottom: 20px;
}

.banner_text {
    position: absolute;
  bottom: 0;
    margin-bottom:50px;
}
    
.banner_text_1 {
  font-size: 30px; /* 設定標題的字體大小 */
  /*text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: red;*/
    letter-spacing: 3px;
    color:#FFF;
    background-color: #0068b7;
    padding:15px;
    border-radius: 8px;
}
.banner_text_2 {
  /*font-size:28px; 
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;    
  color: #bc0404;
    -webkit-text-stroke: 2px white;
  letter-spacing: 5px;*/
}

.banner_text_2{
      color: #bc0404;
      font-size:28px;
    letter-spacing: 5px;
      position: relative;
      z-index: 0;
    }
        .banner_text_2::before,
        .banner_text_2::after {
            content: attr(data-storke);
            position: absolute;
            left: 0;
            z-index: -1;
        }

        .banner_text_2::after {
            -webkit-text-stroke: 3px white;
        }

.main_con {
    display: flex; /* 將 wrapper 設定為 flex container */
    flex-wrap: wrap;
    align-items: stretch; /* 將 flex item 的高度延展至父元素的高度 */
}

.main_con h1 {
    font-size:24pt;
    color:#0068b7;
    font-weight:bold;
}


.main_con img {
    border-radius: 0px 30px 0px 30px;
}

.product_con {
    display: flex; /* 將 wrapper 設定為 flex container */
    flex-wrap: wrap;
    align-items: stretch; /* 將 flex item 的高度延展至父元素的高度 */
    margin-top:20px;
}

.v-center {
    display: flex; /* 將 container 設定為 flex container */
    flex-wrap: wrap;
  align-items: center; /* 將 flex item 垂直置中 */    
}

#feature, #principle, #specification, #use, #package {
    padding: 40px 0px 20px 0px;
}

#feature .col-xs-6 {
    padding:20px;
    text-align: center;
}

/*#feature .col-xs-6 img {
  border-radius: 50%; 
  border: 5px solid white; 
  box-shadow: 0 0 0 4px #b60005; 
}*/

#feature .col-xs-6 p, #feature .col-sm-6 p {
    font-size: 16pt;
    font-weight:bold;
    line-height: 150%;
    margin-top:15px;
}

#use .col-xs-6 {
    padding:20px;
    text-align: center;
}

/*#use .col-xs-6 img {
  border-radius: 50%; 
  border: 5px solid white; 
  box-shadow: 0 0 0 4px #4499e9; 
}*/

#use .col-xs-6 p, #use .col-sm-6 p {
    font-size: 16pt;
    font-weight:bold;
    line-height: 150%;
    margin-top:15px;
}

#principle, #package {
    background: #EEE;  
}

#product_spec_up {
    text-align:center;
}

#product_spec_up .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
}

#product_spec_up .list li {
	float: left;
	width: 50%;
	/*padding-right: 18px;*/
}



#product_spec_up .list img {
	margin-top:0px;
	width:150px;
	height:150px;

}

#product_spec_up .list .last {
	padding: 0 0 0 1px;
}

#specification{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+39,75ccff+100 */
background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 39%, #75ccff 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  #ffffff 39%,#75ccff 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  #ffffff 39%,#75ccff 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#75ccff',GradientType=0 );*/ /* IE6-9 */

}

.spec_table2 {
    margin:8px;
}

.spec_table table, .spec_table2 table{
  width: 100%;
  border-collapse: collapse;
}

.spec_table table tr, .spec_table2 table tr{
  border-bottom: solid 2px white;
}

.spec_table table tr:last-child, .spec_table2 table tr:last-child{
  border-bottom: none;
}

.spec_table table th, .spec_table2 table th{
  position: relative;
  width: 30%;
  background-color: #7d7d7d;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.spec_table table th:after, .spec_table2 table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #7d7d7d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.spec_table table td, .spec_table2 table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

#size {
    border: #0068b7 2px solid;
    border-radius: 0px 0px 20px 20px;
    margin-top:-2px;
    padding-top:2px;
    background: #FFF;
}

.dialog-box {
  position: relative;
background: #b60005;
    color:#FFF;
  width: 200px;
  height: 46px;
    font-size:16pt;
    text-align:center;
    margin:0 auto;
    margin-bottom:50px;
    padding-top:8px;
    margin-top:20px;
}

.dialog-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #b60005 transparent transparent transparent;
    
}

.product_title {
    color:#b60005;
    font-weight:bold;
}

.product_title2 {
    font-size:16pt;
    color:#b60005;
    font-weight:bold;
    text-align: center;
}

.award .col-xs-6 {
}

.award .card {
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
    text-align: center;
}

.award .card p {
    font-size:12pt;
}

.award .card img {
    width:60%;
    margin:10px auto;
}

.use img {
    width:100%;
}

.use .text {
  box-sizing: border-box;  /* 設定盒模型為 border-box */
  border: 1px solid white;  /* 加上 1 像素的黑色實線框線 */
    text-align: center;
    font-size:16pt;
    font-weight: bold;
    color:#FFF;
    letter-spacing: 5px;
}

.blue1 {
    background: #4499e9;
}

.blue2 {
    background: #3e8dd7;
}

.blue3 {
    background: #397fc1;
}

.blue4 {
    background: #397fc1;
}

.reg {
    float:none;
    margin:0 auto;
    border:#0068b7 4px solid;
}



.video-container {
  position: relative;
    margin:0 auto;
  width: 80%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-top:20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pack_square {
    width: 50%;
  padding-top: 50%;
  background-color: red;
    display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.b_no_r img {
    border-radius: 0px;
}

@media (max-width: 780px) {
	.pc-n {display:none}
	}
	
@media (min-width: 781px) {
	.sp-n {display:none}
	}

.scrolldown {
  position: relative;
  width: 24px;
  height: 24px;
    margin:0 auto;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


.youtube {
	position:absolute;
	top:50%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index:999;
	}
	
.youtube img {
	width:60px;
	}

.video {
    display: flex; /* 將 wrapper 設定為 flex container */
    flex-wrap: wrap;
    align-items: stretch; /* 將 flex item 的高度延展至父元素的高度 */
}

.video .col-sm-4 {
    margin-top:30px;    
    border-bottom:#0068b7 1px solid;
}

.video_text {
    padding:10px;
    font-size:18px;
}

.video_text_sor {
    font-size:15px;
}

.case .col-sm-4 {
    margin-top:30px; 
	padding-bottom: 30px;
    border-bottom:#0068b7 1px solid;
}

#qa {
    width:100%;
}

.faq {
    padding:0px;
}
.faq li { padding: 20px 0px;
list-style:none}

.faq li.q {
  background:#FFF;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.q:hover{
    color:#FF0000;
    }

.faq li.q img{
  vertical-align:inherit;
}

.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;    
  font-size: 110%;
    padding:15px;
}

#announcement {
    width:100%;
	line-height: 200%;	
}

#announcement p {
    font-weight: normal;
	/*text-align: left;*/
}

#announcement p a {
    color: #000;
}

#announcement .b {
    font-weight: bold;
}

#announcement .u {
    text-decoration: underline;
}

#announcement .blue {
    color: #0068b7;
}

#announcement .red {
    color: #F00;
}

#announcement ul {
	margin-top: 40px;
    font-size: 14pt;
}

#announcement li {
	padding-bottom:20px;;
}

#announcement .final {
	font-size:18pt;
	
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px){
.about .intro_left {
    padding:0px 0px 0px 30px;
}

.about .intro_right {
    padding:0px 30px 0px 0px;
}
}

.about .intro_text {
    background:#0068b7;
    color:#FFF;
    padding:15px;
}

.about .intro_text h2 {
    font-size:24px;
    margin-bottom:14px;
    font-weight:bold;
}

.about .intro_text p {
    font-weight:normal;
    font-size:13pt;
}

#performance {
    margin-top:60px;
}

#performance .title, #contact .title,  .noaq-history-wrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .title {
    margin-top:40px;
        margin-bottom:40px;
}

#performance .left, #contact .left {
    width: 80px;
    height: 1px;
    margin-right: 20px;
    background-color: black;
}

#performance h2, #contact h2 {
    margin: 0 2px;
    font-size:24px;
    font-weight: bold;
}

#performance .right, #contact .right, .noaq-history-wrap .right{
    width: 80px;
    height: 1px;
    margin-left: 20px;
    background-color: black;
}

#performance .p_text, #contact .p_text {
    width:90%;
    padding:20px 0px;
    margin:0 auto;
    font-size:18px;
}

#product .col-sm-4 {
    margin-bottom: 40px;
}

#product .col-sm-4 img {
    width:100%;
    border-radius: 10px;
}

#product .item_title {
	color:#F00;
	font-weight:bold;
	font-size:14pt;
	margin-top:10px;
	text-align:center;
	}
	
#product .item_pay {
	color:#666;
	font-weight:bold;
	font-size:12pt;
	margin-top:10px;
	text-align:center;
	}

.btn {
  border-radius: 30px;
  font: 300 14px/26px 微軟正黑體, "Poppins", sans-serif;
  padding: 2px 33px 0;
  color: #b4bcc3;
  border-color: #e1e4e7;
}

.btn:hover, .btn:focus {
  background: #374048;
  border-color: #374048;
  color: #fff;
}

.btn-block {
  font: 600 19px/63px 微軟正黑體, "Poppins", sans-serif;
  text-transform: uppercase;
  border: none;
  transition: all 300ms linear 0s;
  border-radius: 0;
  background: #3698d4;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .btn-block.btn-rounded {
    font: 600 18px/60px 微軟正黑體, "Poppins", sans-serif;
  }
}

#iframe-container {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 設置高度為寬度的百分之百，讓iframe元素呈正方形 */
}

#iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_text2 {
	font-size:12pt;
	line-height:150%;
	color:#333;
    padding: 38px 40px 34px;
  width: 100%;
  margin: 0;
    line-height: 250%;
	}
	
.about_text2 a {
	color:#666;
	}
	
.about_text2 a:hover {
	color:#666;
	text-decoration:underline;
	}

/*============= Form Control - Form input Styles =============*/
.form-control {
  border-radius: 0;
  box-shadow: none;
  font: 300 17px/24px 微軟正黑體, "Poppins", sans-serif;
  padding: 12px 18px;
  height: 50px;
  border-color: #e0e8ee;
  background: #f8fbfd;
}

.form-control::-moz-placeholder {
  opacity: 1;
  font: 300 17px/24px 微軟正黑體, "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control:-ms-input-placeholder {
  font: 300 17px/24px 微軟正黑體, "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control::-webkit-input-placeholder {
  font: 300 17px/24px 微軟正黑體, "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.form-control.alt {
  background: #FFF;
  border-color: #CCCCCC;
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 20px;
}

.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
  border-color: #F96152;
  background: #fff;
}

#specs table{
	border:#0068B6 2px solid;
	margin:0 auto;
	}
	
#specs td{
	border-right:#0068B6 1px solid;
	border-bottom:#0068B6 1px solid;
	padding:10px;
	}
	
#specs .noright{
	border-right:#0068BF 0px solid;
    text-align: center;
	}


/*footer*/
.g-footer {
  background: #292929;
  padding-top: 0px;
}
.g-footer__top {
  max-width: 990px;
  margin: 0 auto 50px;
}
.g-footer__top .columnCommon {
  float: left;
}
.g-footer__top .columnCommon .leadTxt {
  margin-bottom: 11px;
}
.g-footer__top .columnCommon .leadTxt a {
  font-size: 18px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .leadTxt a:hover {
  opacity: 0.7;
}
.g-footer__top .columnCommon .leadTxt--addMb {
  margin-bottom: 48px;
}
.g-footer__top .columnCommon .linkTxt a {
  font-size: 14px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .linkTxt a:hover {
  opacity: 0.7;
}
.g-footer__top .columnCommon .list li {
  margin-bottom: 5px;
}
.g-footer__top .columnCommon .list li a {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .list li a:hover {
  opacity: .7;
}
.g-footer__top .columnCommon .list--addMb {
  margin-bottom: 25px;
}
.g-footer__top .column01 {
  width: 17.57%;
  margin-right: 9.6%;
}
.g-footer__top .column02 {
  width: 15.15%;
  margin-right: 12.12%;
}
.g-footer__top .column03 {
  width: 16.16%;
  margin-right: 11.01%;
}
.g-footer__top .column04 {
  width: 13.53%;
}
.g-footer__banner {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-footer__banner li {
  width: 22.73%;
}
.g-footer__banner li a {
  display: block;
  transition: .4s;
}
.g-footer__banner li a:hover {
  opacity: 0.7;
}
.g-footer__banner li a img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.g-footer__foot {
  border-top: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.g-footer__foot__caption {
  text-align: center;
  font-size: 10pt;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 12px;
}
.g-footer__foot .copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  line-height: 1.3;
  font-family: '微軟正黑體','Avenir','Helvetica Neue','Helvetica','Arial';
}
.g-footer__foot .copyright .pc-none {
  display: none;
}

.footer_social {
    text-align: center;
    padding-bottom: 10px;
}

.footer_social img {
    width:35px;
}


ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.abgne_tab {
		clear: left;
		width: 480px;
	}
	ul.tabs {
		width: 100%;
		height: 30px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top:25px;
		/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	}
	ul.tabs li {
		float: left;
		width:250px;
		height: 40px;
		line-height: 36px;
		overflow: hidden;
		position: relative;
		margin-right:5px;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		background: #0068b7;
		margin-top:15px;
		
	}
	ul.tabs li a {
		font-family:微軟正黑體;
		display: block;
		text-align:center;
		color: #FFF;
		/*border: 1px solid #f6f6f6;*/
		text-decoration: none;
		
	}
	ul.tabs li a:hover {
		background: #ededed;
		color:#E50011;
	}
	ul.tabs li.active  {
		font-weight:bold;
		background: #E50011;

		/*border-bottom: 1px solid #fff;*/
	}
	ul.tabs li.active a:hover {
		background: #ededed;
		
	}

.more_case {
	width:150px;
	margin:0 auto;
	border: #0068b7 2px solid;
	text-align:center;
	margin-top:25px;
	border-radius: 10px;
	letter-spacing: 3px;
}

.more_case:hover {
	background: #0068b7;
	color:#FFF;
}

.more_case_text {
	padding:10px 0px;
	font-weight:bold;
	font-size:14pt;
}

	.bd_bottom {border-bottom:1px #ccc dashed;}

@media (min-width: 767px) {
	.bd_right {border-right:1px #ccc dashed;}
	}

@media (max-width: 768px) {
	.bd_right {border-right:0px #ccc dashed;}
	}

.sa_h p {
	background: #179fed;
	color:#FFF;
	border-radius: 10px;
	width: fit-content;
	padding:10px;
	margin:15px auto;
}

/* 外層灰色框 */
.feature-box{
  background:#EEE;
  border-radius:16px;
  overflow:hidden;
  margin-bottom:25px;
  display:flex;
  align-items:stretch;
}

/* 讓 bootstrap float 不干擾 */
.feature-box > [class*="col-"]{
  float:none;
}

/* 左側圖片 */
.feature-img{
  padding:20px;
}

.feature-img img{
  width:100%;
  border-radius:12px;
  display:block;
}

/* 文字區 */
.feature-text{
  position:relative;
  padding:30px;
  display:flex;
  align-items:center; /* 桌機文字垂直置中 */
}

/* 桌機右上角大數字 */
.step-bg-number{
  position:absolute;
  right:20px;
  top:10px;
  font-size:120px;
  font-weight:700;
  color:#999;
  line-height:1;
}

/* 文字 */
.step-content{
  font-size:16px;
  line-height:1.8;
}

.step-text p{
  margin:0 0 8px 0;
	color:#0068b7;
}

.step-mobile-number{
  display:none;
}

/* 手機版 */
@media (max-width:767px){

  .feature-box{
    display:block;
  }

  .feature-text{
    display:block;
    padding:20px;
  }

  .step-bg-number{
    display:none;
  }

  .step-content{
    display:flex;
    align-items:flex-start;
  }

  .step-mobile-number{
    display:block;
    font-size:40px;
    font-weight:700;
    color:#999;
    margin-right:12px;
    line-height:1;
  }

}



.noaq-history-wrap{
  padding: 20px 0 40px;
	margin-top: 50px;
}

.noaq-section-title{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
}

.noaq-section-line{
  width: 70px;
  height: 3px;
  background: #da0000;
  margin: 12px 0 28px;
}

/* 榮耀卡片 */
.noaq-honor-row{
  margin-bottom: 50px;
}

.noaq-honor-card{
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 24px 22px;
  margin-bottom: 25px;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}

.noaq-honor-card:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
	background: #0068b7;
  /*background: linear-gradient(90deg,#c79a3b,#e5c57c);*/
}

.noaq-honor-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.noaq-year{
  font-size: 34px;
  font-weight: 700;
  color: #c79a3b;
  line-height: 1;
  margin-bottom: 14px;
}

.noaq-card-title{
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.noaq-honor-card p{
  margin: 0;
  color: #555;
  line-height: 1.9;
  font-size: 15px;
}

/* 發展時間軸 */
.noaq-dev-block{
  margin-top: 10px;
}

.noaq-timeline{
  position: relative;
  padding-left: 40px;
}

.noaq-timeline:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d9d9d9;
}

.noaq-timeline-item{
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 10px;
}

.noaq-timeline-item:before{
  content: "";
  position: absolute;
  left: -34px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c79a3b;
  box-shadow: 0 0 0 5px rgba(199,154,59,.15);
}

.noaq-timeline-year{
  font-size: 24px;
  font-weight: 700;
	color:#0068b7;
  /*color: #c79a3b;*/
  margin-bottom: 8px;
  line-height: 1.2;
}

.noaq-timeline-content{
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 22px 24px;
}

.noaq-timeline-content h3{
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  color: #222;
}

.noaq-timeline-content p{
  margin: 0 0 10px;
  color: #555;
  line-height: 1.95;
  font-size: 15px;
}

.noaq-timeline-content p:last-child{
  margin-bottom: 0;
}

/* 平板以下 */
@media (max-width: 991px){
  .noaq-honor-card{
    min-height: auto;
  }
}

/* 手機版 */
@media (max-width: 767px){
  .noaq-history-wrap{
    padding: 10px 0 30px;
  }

  .noaq-section-title{
    font-size: 26px;
  }

  .noaq-year{
    font-size: 30px;
  }

  .noaq-card-title{
    font-size: 18px;
  }

  .noaq-timeline{
    padding-left: 28px;
  }

  .noaq-timeline:before{
    left: 8px;
  }

  .noaq-timeline-item:before{
    left: -26px;
    width: 12px;
    height: 12px;
  }

  .noaq-timeline-year{
    font-size: 21px;
  }

  .noaq-timeline-content{
    padding: 18px 18px;
  }

  .noaq-timeline-content h3{
    font-size: 18px;
  }
}

.sigurd-photo{
    position: relative;
}

.sigurd-photo img{
    width:100%;
    display:block;
}

/* 左下角文字 */
.photo-caption{
    position:absolute;
    left:0px;
    bottom:0px;
    background:rgba(255,255,255,0.8);
    color:#000;
	font-weight: bold;
    padding:8px 14px;
    font-size:14px;
    border-radius:0px;
    letter-spacing:0.5px;
}


#site-logo{
    transition: all .3s ease;
}


/* Storm Anchor */

.storm-anchor-section{
  padding:60px 0;
}

.storm-anchor-box{
  display:flex;
  align-items:stretch;
  border-radius:18px;
  overflow:hidden;
  background:#1f2d3a;
}

/* 左側文字 */

.storm-anchor-text{
  width:50%;
  background:linear-gradient(135deg,#223344 0%,#18232d 100%);
  color:#fff;
}

.storm-anchor-inner{
  padding:55px 45px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
}

.storm-anchor-subtitle{
  font-size:13px;
  letter-spacing:2px;
  color:#caa24a;
  margin-bottom:15px;
  font-weight:700;
}

.storm-anchor-text h2{
  font-size:32px;
  margin:0 0 18px;
  line-height:1.35;
  color:#fff;
}

.storm-anchor-text p{
  font-size:16px;
  line-height:1.9;
  color:rgba(255,255,255,.85);
  margin-bottom:28px;
}

/* 按鈕 */

.storm-anchor-btn{
  display:inline-block;
  border:1px solid #caa24a;
  padding:12px 26px;
  border-radius:30px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  transition:.25s;
}

.storm-anchor-btn:hover{
  background:#caa24a;
  color:#1f2d3a;
}

/* 右側圖片 */

.storm-anchor-image{
  width:50%;
}

.storm-anchor-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* 手機 */

@media (max-width:767px){

  .storm-anchor-box{
    display:block;
  }

  .storm-anchor-text,
  .storm-anchor-image{
    width:100%;
  }

  .storm-anchor-inner{
    padding:30px 22px;
  }

  .storm-anchor-text h2{
    font-size:24px;
  }

}



/* 運用範圍廣 */
#use{
  padding: 20px 0 10px;
}

#use .title{
  margin-bottom: 30px;
}

#use .use-item{
  padding: 10px;
}

#use .use-card{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f5f5;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

#use .use-card img{
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

#use .use-card p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
}

#use .use-card:hover img{
  transform: scale(1.06);
}

#use .use-card:hover p{
  background: rgba(0,0,0,.68);
}

/* 手機版 */
@media (max-width: 767px){
  #use .use-item{
    padding: 6px;
  }

  #use .use-card{
    border-radius: 10px;
  }

  #use .use-card p{
    font-size: 15px;
    padding: 10px 12px;
  }
}


/* 獎項認證 */
#award{
  padding: 20px 0 30px;
}

#award .title{
  margin-bottom: 30px;
}

#award .award-grid{
  margin-left: -10px;
  margin-right: -10px;
}

#award .award-col{
  padding: 10px;
}

#award .award-card{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  border: 1px solid #ececec;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

#award .award-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

#award .award-img{
  background: #f8f8f8;
  text-align: center;
  padding: 18px;
}

#award .award-card-lg .award-img{
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#award .award-card-sm .award-img{
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#award .award-img img{
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
  display: inline-block;
}

#award .award-card-sm .award-img img{
  max-height: 160px;
}

#award .award-text{
  padding: 16px 18px;
  text-align: center;
  height: 70px;              /* 固定文字區高度 */
  display: flex;
  align-items: center;       /* 垂直置中 */
  justify-content: center;
}

#award .award-text p{
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

/* 手機版 */
@media (max-width: 767px){
  #award .award-col{
    padding: 6px;
  }

  #award .award-card{
    border-radius: 12px;
  }

  #award .award-card-lg .award-img{
    min-height: 220px;
    padding: 14px;
  }

  #award .award-card-sm .award-img{
    min-height: 150px;
    padding: 12px;
  }

  #award .award-img img{
    max-height: 180px;
  }

  #award .award-card-sm .award-img img{
    max-height: 110px;
  }

  #award .award-text{
    padding: 12px 12px 14px;
  }

  #award .award-text p{
    font-size: 14px;
    line-height: 1.5;
  }
}

/* 產品特色 */
#feature{
  padding: 20px 0 30px;
}

#feature .title{
  margin-bottom: 30px;
}

/* 上排四張特色卡 */
#feature .feature-grid{
  margin-left: -8px;
  margin-right: -8px;
}

#feature .feature-item{
  padding: 0 8px;
  margin-bottom: 16px;
}

#feature .feature-card{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.07);
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

#feature .feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

#feature .feature-img{
  overflow: hidden;	
  padding:0px;
}


#feature .feature-img img{
  width: 100%;
  display: block;
  transition: transform .4s ease;	
  border-radius:0px;
}

#feature .feature-card:hover .feature-img img{
  transform: scale(1.05);
}

#feature .feature-text{
  padding: 16px 14px 18px;
  text-align: center;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#feature .feature-text p{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

/* 下排大區塊 */
#feature .feature-bottom{
  margin-top: 14px;
}

#feature .feature-bottom-item{
  margin-bottom: 16px;
}

#feature .feature-highlight{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  height: 100%;
}

#feature .feature-media{
  position: relative;
  overflow: hidden;
}

#feature .feature-media img{
  width: 100%;
  display: block;
}

#feature .feature-video-box .feature-media img:first-child{
  transition: transform .45s ease;
}

#feature .feature-video-box:hover .feature-media img:first-child{
  transform: scale(1.03);
}

#feature .feature-play{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  transform: translate(-50%, -50%);
}

#feature .feature-play img{
  width: 100%;
  display: block;
}

#feature .feature-desc{
  padding: 20px 22px 22px;
}

#feature .feature-desc p{
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

/* 手機版 */
@media (max-width: 767px){
  #feature .feature-item{
    margin-bottom: 12px;
  }

  #feature .feature-card{
    border-radius: 12px;
  }

  #feature .feature-text{
    min-height: 72px;
    padding: 12px 10px 14px;
  }

  #feature .feature-text p{
    font-size: 15px;
    line-height: 1.45;
  }

  #feature .feature-highlight{
    border-radius: 14px;
  }

  #feature .feature-play{
    width: 58px;
  }

  #feature .feature-desc{
    padding: 16px 16px 18px;
  }

  #feature .feature-desc p{
    font-size: 15px;
    line-height: 1.7;
  }
}



/* 總代理聲明頁 */
.announcement-page{
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 15px 60px;
  color: #333;
}

.announcement-hero{
  text-align: center;
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
  border: 1px solid #e8edf3;
  border-radius: 22px;
  padding: 42px 30px;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
  margin-bottom: 28px;
}

.announcement-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1f4f8a;
  background: rgba(31,79,138,.08);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.announcement-hero h1{
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  color: #12263f;
}

.announcement-intro{
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #555;
	text-align: center;
}

.announcement-intro a{
  color: #1f4f8a;
  font-weight: 700;
  text-decoration: underline;
}

.highlight-blue{
  color: #1f4f8a;
  font-weight: 700;
}

.highlight-red{
  color: #c62828;
  font-weight: 700;
}

.announcement-banner{
  text-align: center;
  margin: 0 0 30px;
}

.announcement-banner span{
  display: inline-block;
  background: linear-gradient(90deg, #d62828 0%, #ef5350 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(214,40,40,.2);
}

.announcement-section-title{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #12263f;
  margin: 0 0 24px;
}

.announcement-cards{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.announcement-card{
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.announcement-card-icon{
  width: 90px;
  min-width: 90px;
  background: #1f4f8a;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-card-content{
  padding: 24px 26px;
  flex: 1;
}

.announcement-card-content h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  color: #12263f;
  font-weight: 700;
}

.announcement-card-content p{
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.warning-card .announcement-card-icon{
  background: #4f6f8f;
}

.alert-card{
  border-color: #f1d3d3;
  background: #fffafa;
}

.alert-card .announcement-card-icon{
  background: #c62828;
}

.announcement-final{
  margin: 34px 0 26px;
  text-align: center;
}

.announcement-final p{
  display: inline-block;
  margin: 0;
  padding: 14px 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #1f4f8a;
  background: #f4f8fc;
  border-radius: 16px;
}

.announcement-photo{
  text-align: center;
}

.announcement-photo img{
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  display: inline-block;
}

/* 手機版 */
@media (max-width: 767px){

  .announcement-page{
    padding: 20px 12px 40px;
  }

  .announcement-hero{
    padding: 28px 18px;
    border-radius: 16px;
  }

  .announcement-hero h1{
    font-size: 28px;
  }

  .announcement-intro{
    font-size: 16px;
    line-height: 1.8;
  }

  .announcement-banner span{
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 18px;
  }

  .announcement-section-title{
    font-size: 24px;
  }

  .announcement-card{
    display: block;
  }

  .announcement-card-icon{
    width: 100%;
    min-width: 100%;
    height: 58px;
    font-size: 24px;
  }

  .announcement-card-content{
    padding: 18px 18px 20px;
  }

  .announcement-card-content h3{
    font-size: 20px;
  }

  .announcement-card-content p{
    font-size: 15px;
    line-height: 1.8;
  }

  .announcement-final p{
    font-size: 18px;
    padding: 12px 16px;
  }

  .announcement-photo img{
    border-radius: 14px;
  }
}

.container2 {
    max-width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  }



/* NOAQ Engineering Section */

.noaq-engineering{
background: linear-gradient(135deg,#0f2746,#163a66);
color:#fff;
padding:90px 0;
}

.engineering-title{
text-align:center;
font-size:38px;
font-weight:700;
margin-bottom:60px;
letter-spacing:1px;
color:#fff;
}

.engineering-grid{
margin-left:-15px;
margin-right:-15px;
}

.engineering-item{
padding:25px 30px;
margin-bottom:35px;
border-left:3px solid rgba(255,255,255,.15);
transition:all .3s ease;
}

.engineering-big{
font-size:46px;
font-weight:700;
color:#7fb3ff;
margin-bottom:8px;
letter-spacing:1px;
}

.engineering-item h3{
font-size:22px;
margin-bottom:10px;
font-weight:600;
color:#fff;
}

.engineering-item p{
font-size:16px;
line-height:1.7;
color:rgba(255,255,255,.85);
margin:0;
}

.engineering-item:hover{
border-left:3px solid #7fb3ff;
}

.engineering-item:hover .engineering-big{
color:#fff;
}

/* 平板 */

@media (max-width:991px){

.noaq-engineering{
padding:70px 0;
}

.engineering-title{
font-size:30px;
margin-bottom:40px;
}

.engineering-item{
padding:20px 20px;
}

.engineering-big{
font-size:36px;
}

.engineering-item h3{
font-size:18px;
}

.engineering-item p{
font-size:14px;
}

}

/* 手機 */

@media (max-width:767px){

.noaq-engineering{
padding:55px 0;
}

.engineering-title{
font-size:24px;
margin-bottom:30px;
}

.engineering-item{
padding:15px 12px;
margin-bottom:20px;
}

.engineering-big{
font-size:28px;
}

.engineering-item h3{
font-size:16px;
margin-bottom:6px;
}

.engineering-item p{
font-size:13px;
line-height:1.6;
}

}