@media (min-width: 1280px) {
  .container {
    max-width: 1280px !important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #f9f9f8;
}

body {
  background-image: url(img/bg.png);
  background-position: 0 calc(100% - 100px);
  background-repeat: no-repeat;
  background-size: contain;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

.red {
  color: #de0101;
}

.font-normal{
  font-weight: normal !important;
}
.font-mid {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-bolder {
  font-weight: 900;
}

/*電話號碼直接可撥號*/
a.only_phone{
  pointer-events: none;
}
@media (max-width: 767px) {
  a.only_phone{
    pointer-events: auto;
  }
}

/*line客服快捷鍵*/
.contact_line{
  width: 80px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  background-color: #00c300;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  right: 0;
  bottom: 85px;
  box-shadow: gray 0px 0px 5px;
  z-index: 100;
}
.contact_line a{
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.contact_line span::before{
  content: '';
  width: 25px;
  height: 23px;
  background: url(../img/icon_line.png) no-repeat;
  background-size: 25px auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.nav-link {
  padding: 0;
}

nav .navbar .nav-link.active {
  z-index: 1;
}

nav .navbar .nav-link.active h5 {
  background: #003e6e;
  border-radius: 5px;
}

header {
  width: 100%;
  height: 120px;
}

header img.mobile {
  display: none;
}

a.back_home_btn {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}

nav {
  width: 100%;
  height: auto;
  background: #0061ad;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.bd-example.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

nav .navbar {
  padding: 0px;
  height: 48px;
}

@media (min-width: 992px) {
  .bd-example {
    height: 48px;
  }

  nav .navbar .nav_title {
    position: relative;
    color: white;
    text-align: center;
    font-size: 26px;
    flex-basis: calc( 100% / 6);
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px;
    height: 100%;
    vertical-align: middle;
  }
  nav .navbar .nav_title a {
    text-decoration: none;
    color: white;
  }
  nav .navbar .nav_title h5 {
    vertical-align: middle;
    line-height: 38px;
    font-weight: 700;
  }
  nav .navbar .nav_title:last-child:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: white;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
  }
  nav .navbar .nav_title:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: white;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
  nav .navbar .nav_title.selected {
    z-index: 1;
  }

  nav .navbar .nav-link h5 {
    font-size: 26px;
  }

  nav .navbar .nav-link.active h5 {
    font-size: 30px;
  }
}
.main {
  box-shadow: 0px 0px 10px rgba(1, 36, 63, 0.2);
  border-radius: 0 0 30px 30px;
  padding-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
  background: white;
}
.main section {
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
.main section .title {
  font-size: 35px;
  font-weight: bold;
}
.main section .title_1 {
  margin-top: 45px;
}
.main section .content {
  font-size: 24px;
  font-weight: 500;
}
.main section .content_1 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 50px;
}
.main section .title_2 {
  margin-top: 80px;
}
.main section .title_2.mB_30 {
  margin-top: 80px;
  margin-bottom: 30PX;
}
.main section .content_2 {
  margin-top: 80px;
}
.main section .pd-10 {
  padding: 0 10px;
}
.main section .content_2 .card {
  height: 100%;
  padding: 64px 20px 15px 20px;
  background: #eff8fd;
  border-left: 1px solid #000;
  border: 1px solid transparent;
  border-width: 0 3px 3px 3px;
  -o-border-image: linear-gradient(to bottom, #c2e9fb 0%, #a1c4fd 100%);
  border-image: linear-gradient(to bottom, #c2e9fb 0%, #a1c4fd 100%);
  border-image-slice: 1;
  box-shadow: 3px 3px 5px rgba(13, 25, 35, 0.2);
  position: relative;
}
.main section .content_2 .card::after {
  content: "";
  position: absolute;
  width: calc(50% - 50px);
  height: 3px;
  background: #c2e9fb;
  top: 0;
  left: 0;
}
.main section .content_2 .card::before {
  content: "";
  position: absolute;
  width: calc(50% - 50px);
  height: 3px;
  background: #c2e9fb;
  top: 0;
  right: 0;
}
.main section .content_2 .card img {
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main section .content_2 .card .img_1 {
  width: 100px;
}
.main section .content_2 .card .img_2 {
  width: 93px;
}
.main section .content_2 .card .img_3 {
  width: 68px;
}
.main section .content_2 .card .img_4, .main section .content_2 .card .img_5, .main section .content_2 .card .img_6{
  width: 100px;
}
.main section .content_2 .card .card_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.main section .content_2 .card .card_content {
  margin-top: 24px;
}
.main section .content_2 .card ul.list li{
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.main section .content_2 .card ul.list li::before{
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/check.png) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.main .banner3 {
  margin-top: 72px;
}
.main .content_3 {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
.main .tab {
  flex-grow: 1;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  /*cursor: pointer;*/
}
.main .tab p {
  font-weight: bold;
}
.main .tab::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 4px;
  background: rgba(0, 0, 0, 0.3);
  left: 4px;
  bottom: 0;
}
.main .tab.selected {
  color: #004ea2;
}
.main .tab.selected::after {
  background: #004ea2;
}
.main .item_container {
  align-items: flex-start;
}
.main .item_container img {
  width: 230px;
  height: auto;
}
.main .item_container .item_desc {
  flex-grow: 1;
}
.main .item_container .item {
  display: block;
}
.main .item_container .item_title img {
  width: 23px;
  height: auto;
}
.main .item_container .item_title span {
  font-weight: bold;
  margin-left: 5px;
}
.main .item_container .item_content {
  margin-left: 24px;
}
.main .item_container .item_content .tB{
  font-weight: bold;
}
.main .item_container .item {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.main .item_container .item.title {
  display: block;
  font-size: 22px;
}
.main .item_container .item img {
  width: 21px; height: 21px; margin-top: 5px; margin-right: 10px;
}
.main .item_container .item_img {
  text-align: center;
}
table {
  border-collapse: collapse;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.table th,
.table td {
  border-top: 0;
}
.table thead th {
  border-bottom: none;
}
.table th {
  border-top: none;
}
.table table,
.table th,
.table td {
  border: 2px solid black;
  vertical-align: middle;
}
.table th {
  background: #0061ad;
  color: white;
}
.table tr:nth-child(odd) {
  background: #f7fcff;
}
.table tr:nth-child(even) {
  background: #e5f3fc;
}
.table ul{ margin: 0; padding: 0; margin-left: 20px; list-style-type:disc;}

.main .content_4 {
  margin-top: 50px;
}
.main .content_4 .intro {
  border-radius: 30px;
  background-color: #f8f8f8;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.main .content_4 .intro_title {
  text-align: center;
  background-color: #0061ad;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding-top: 16px;
  padding-bottom: 16px;
  color: white;
}
.main .content_4 .intro_title.color_2 {
  background-color: #1599d6;
}
.main .content_4 .intro_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
}
.main .content_4 .intro_content li {
  display: flex;
  align-items: flex-start;
  height: 50%;
  min-height: 50%;
  flex-basis: 50%;
  padding-bottom: 10px;
}
.main .content_4 .intro_content li img {
  margin-top: 10px;
  height: 50px;
  width: 63px;
  min-width: 63px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.main .content_4 .intro_content li p {
  margin-left: 8px;
}
.main .content_4 .intro.light_blue .intro_title{
  background-color: #0080bf;
}
.main .content_4 .intro.light_blue .intro_content{
  background-color: #c6e3f3;
  padding: 0 15px;
  height: 100%;
}
.main .content_4 .intro.light_blue .item_box{
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px dashed #fff;
  font-size: 1.25rem;
}
.main .content_4 .intro.light_blue .item_box:last-child{
  border-bottom: none;
}
.main .content_4 .intro.light_blue .item_box > div{
  flex: 1 1 auto;
}
.main .content_4 .intro.light_blue .item_box .pic{
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 99em;
  background-color: #fff;
  margin-right: 12px;
  overflow: hidden;
}
.main .content_4 .intro.light_blue .item_box .pic img{
  width: 100%;
  height: auto;
}
.main .content_4 .unique{
  margin-bottom: 20px;
}
.main .content_4 .unique .intro_content{
  padding-bottom: 110px;
  position: relative;
}
.main .content_4 .unique:nth-child(1) .intro_content::after{
  content: '';
  width: 62px;
  height: 60px;
  background: url(../img/unique_bg_01.png) no-repeat;
  background-size: auto 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.main .content_4 .unique:nth-child(2) .intro_content::after{
  content: '';
  width: 62px;
  height: 60px;
  background: url(../img/unique_bg_02.png) no-repeat;
  background-size: auto 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.main .content_4 .unique:nth-child(3) .intro_content::after{
  content: '';
  width: 62px;
  height: 60px;
  background: url(../img/unique_bg_03.png) no-repeat;
  background-size: auto 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.main .content_4 .unique:nth-child(4) .intro_content::after{
  content: '';
  width: 62px;
  height: 60px;
  background: url(../img/unique_bg_04.png) no-repeat;
  background-size: auto 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.main .content_5 {
  margin-top: 53px;
}
.main .content_5 p.text-center {
  font-size: 24px;
  margin-bottom: 12px;
}
.main .content_5 .info {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #f8f8f8;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  align-items: stretch!important;
}
/*.main .content_5 .info::after {
  content: "";
  position: absolute;
  background: #000;
  transform: translate(-50%, -50%);
  height: 60%;
  width: 1px;
  top: 50%;
  left: 50%;
}*/
.main .content_5 .info .info_item {
  display: flex;
  flex: 1 1 30%;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}
.main .content_5 .info .info_item img.qrcode{ width: 130px; height: auto;}
.main .content_5 .info .info_item::after{ content: ''; width: 1px; background-color: #ccc; position: absolute; right: 0; top: 40px; bottom: 40px;}
.main .content_5 .info .info_item:last-child:after{ display: none;}

.main .content_5 .info p {
  text-align: center;
  margin-left: 20px;
}
.main .content_5 .info p a{
  color: #212529;
}
.main .content_5 .info p a:hover{
  color: #0056b3;
}
.main .content_5 .info span {
  display: block;
}
.main .content_6 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.main .content_6 .more_container {
  margin-top: 25px;
}
.main .content_6 .more {
  margin-top: 10px;
}
.main .content_6 .more_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  background-image: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  color: #014287;
  font-weight: bold;
  cursor: pointer;
}
.main .content_6 .more_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #7b99c9;
}
.main .content_6 .more_content {
  background-color: #eff8fd;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  display: none;
}
.main .content_6 .more_content .more_item {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
}
.main .content_6 .more_content .more_item img {
  margin-top: 12px;
}
.main .content_6 .more_content .more_item span {
  font-weight: normal;
  margin-left: 8px;
}
.main .banner4 {
  margin-top: 50px;
}
.main .banner5 {
  margin-top: 50px;
}
.main .contact .content {
  margin-top: 50px;
}
.main .contact .form {
  display: flex;
  margin-top: 20px;
}
.main .contact .form label {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  padding-right: 20px;
  font-weight: 500;
}
.main .contact .form label.required::after {
  content: "*";
  color: red;
}
.main .contact .form .tip {
  font-size: 20px;
  color: red;
  font-weight: normal;
}

.main .contact .form input,
.main .contact .form textarea {
  flex-grow: 1;
  flex-shrink: 1;
  border-width: 1px;
  border-color: #d8d5d5;
  border-style: solid;
  background-color: #fbfbfb;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.main .contact .form .input {
  flex-grow: 1;
  flex-shrink: 1;
}

.main .contact .form input {
  height: 42px;
}
.main .contact .form textarea {
  height: 450px;
}
.main .contact .form.name {
  margin-top: 30px;
}
.main .contact .submit_btn {
  text-align: center;
  width: 233px;
  margin: 64px auto;
  border-radius: 31px;
  background-image: linear-gradient(90deg, #88d0cf 0%, #2727d5 100%);
  box-shadow: 0px 3px 6px 0px rgba(75, 118, 155, 0.4);
  height: 62px;
  padding-left: 43px;
  padding-right: 43px;
  color: white;
  line-height: 63px;
  margin-top: 64px;
  margin-bottom: 30px;
  cursor: pointer;
}

/* new form */
form label {
  display: inline-block;
  width: 100px;
}
label.error {
  color: red;
  margin-left: 12px;
  font-size: 75%;
  display: block;
}
label.error {
  display: inline;
}
.main .contact form {
  margin-top: 30px;
}
.main .contact form .form_item {
  display: flex;
  margin-bottom: 20px;
}
.main .contact form .form_item > label {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  padding-right: 20px;
  font-weight: 500;
}
.main .contact form label span,
.telphone_number span {
  color: red;
}
.telphone_number {
  margin-bottom: 20px;
  font-size: 1em;
}
.telphone_number small {
  margin-left: 15px;
}
.telphone_number label {
  font-size: 90%;
}
.main .contact form .form_item > div {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0;
}
.main .contact form input {
  border-width: 1px;
  border-color: #d8d5d5;
  border-style: solid;
  background-color: #fbfbfb;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 42px;
  margin-left: 0;
}
.main .contact form textarea {
  height: 450px;
  border-width: 1px;
  border-color: #d8d5d5;
  border-style: solid;
  background-color: #fbfbfb;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.main .contact .submit_style {
  text-align: center;
  width: 233px;
  margin: 64px auto;
  border-radius: 31px;
  background-image: linear-gradient(90deg, #88d0cf 0%, #2727d5 100%);
  box-shadow: 0px 3px 6px 0px rgba(75, 118, 155, 0.4);
  height: 62px;
  padding-left: 43px;
  padding-right: 43px;
  color: white;
  line-height: 63px;
  margin-top: 64px;
  margin-bottom: 30px;
  cursor: pointer;
  border: 0px;
  flex-grow: initial;
}

.video-container {
  position: relative;
  padding-bottom: 53.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

footer {
  margin-top: 33px;
  text-align: center;
  background: white;
  font-size: 18px;
  padding-top: 37px;
  padding-bottom: 37px;
}
footer a{
  color: #212529;
}
footer a:hover{
  color: #0056b3;
}
.privacy {
  color: #212529;
}

@media (max-width: 991px) {
  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-button-prev {
    /* background-image: url(https://i.imgur.com/U4Whh6E.png) !important; */
    width: 30px;
    height: 85px;
  }
  .swiper-button-next {
    /* background-image: url(https://i.imgur.com/EZFjgd9.png) !important; */
    width: 30px;
    height: 85px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
  }

  .swiper-scrollbar {
    display: none;
  }

  html,
  body {
    background: white;
  }
  body {
    background-image: none !important;
  }
  header {
    height: 111px;
  }
  header .container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  a.back_home_btn {
    font-size: 25px;
  }

  nav .navbar {
    height: 80px;
    overflow-x: auto;
    display: block;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  nav .navbar::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

  nav .navbar .nav_title {
    padding: 5px;
    display: inline-block;
  }
  nav .navbar .nav_title h5 {
    line-height: 70px;
    font-size: 26px;
  }
  nav .navbar .nav_title:last-child:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 0px;
    background: white;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
  }
  nav .navbar .nav_title:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: white;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
  nav .navbar .nav_title.selected {
    z-index: 1;
  }
  nav .navbar .nav_title.selected h5 {
    font-size: 28px;
    width: 100%;
    height: 100%;
    background: #003e6e;
    border-radius: 5px;
  }

  .main {
    box-shadow: none;
    padding-bottom: 0;
  }
  .main section .title {
    font-size: 35px;
    font-weight: bold;
  }
  .main section .title_1 {
    margin-top: 30px;
  }
  .main section .content {
    font-size: 28px;
    font-weight: 500;
  }
  .main section .content_1 {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 30px;
  }
  .main section .title_2 {
    margin-top: 22px;
  }
  .main section .content_2 {
    margin-top: 2vw;
  }
  
  .main section .content_2 .card {
    /* height: 100%;
    padding: 64px 20px 15px 20px;
    background: #eff8fd;
    border-left: 1px solid #000;
    border: 1px solid transparent;
    border-width: 0 3px 3px 3px;
    -o-border-image: linear-gradient(to bottom, #c2e9fb 0%, #a1c4fd 100%);
    border-image: linear-gradient(to bottom, #c2e9fb 0%, #a1c4fd 100%);
    border-image-slice: 1;
    box-shadow: 3px 3px 5px rgba(13, 25, 35, 0.2);
    position: relative; */
    padding-bottom: 40px;
  }
  .main section .content_2 .col-12 {
    margin-top: 62px;
  }
  .main section .content_2 .card::after {
    content: "";
    position: absolute;
    width: calc(50% - 50px);
    height: 3px;
    background: #c2e9fb;
    top: 0;
    left: 0;
  }
  .main section .content_2 .card::before {
    content: "";
    position: absolute;
    width: calc(50% - 50px);
    height: 3px;
    background: #c2e9fb;
    top: 0;
    right: 0;
  }
  .main section .content_2 .card img {
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main section .content_2 .card .img_1 {
    width: 100px;
  }
  .main section .content_2 .card .img_2 {
    width: 93px;
  }
  .main section .content_2 .card .img_3 {
    width: 68px;
  }
  .main section .content_2 .card .card_title {
    text-align: center;
    font-size: 30px;
  }
  .main section .content_2 .card .card_content {
    margin-top: 24px;
  }
  .main .banner3 {
    margin-top: 72px;
  }
  .main .content_3 {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .tab {
    flex-basis: 33.3%;
    flex-grow: 1;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.5);
  }
  .main .tab p {
    font-size: 26px;
  }
  .main .tab::after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    left: 4px;
    bottom: 0;
  }
  .main .tab.selected {
    color: #004ea2;
  }
  .main .tab.selected::after {
    background: #004ea2;
  }
  .main .item_container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px !important;
  }
  .main .item_container img {
    width: 230px;
    height: auto;
  }
  .main .item_container .item_desc {
    margin-top: 20px;
  }
  .main .item_container .item_title {
    text-align: center;
  }
  .main .item_container .item_content {
    margin-left: 24px;
  }
  .main .item_container .item {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
  }
  .main .item_container .item.title {
    display: block;
    text-align: center;
    font-size: 24px;
  }
  .main .item_container .item img {
    width: 21px;
  }
  .main .item_container .item span {
    font-size: 24px;
  }
  table {
    font-size: 24px;
  }
  .table {
    padding-left: 44px;
    padding-right: 44px;
  }
  .table li {
    list-style: initial;
  }
  .table tr td:nth-child(1) {
    background: #0061ad;
    color: white;
  }
  .table tr {
    background: #f7fcff !important;
  }
  .main .content_4 {
    margin-top: 40px;
  }
  .main .content_4 .col-12 {
    margin-bottom: 22px;
  }
  .main .content_4 .intro_title {
    text-align: center;
    background-color: #0061ad;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
  }
  .main .content_4 .intro_content {
    flex-direction: row;
  }
  .main .content_4 .intro.light_blue .intro_content{
    flex-direction: column;
  }
  .main .content_4 .intro_content li {
    font-size: 24px;
  }
  .main .content_4 .intro_content li img {
    margin-top: 10px;
    height: 50px;
    width: 63px;
    min-width: 63px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  .main .content_4 .intro_content li p {
    margin-left: 8px;
  }
  .main .content_5 {
    margin-top: 14px;
  }
  .main .content_5 .info {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #f8f8f8;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .main .content_5 .info::after {
    width: 60%;
    height: 1px;
  }
  .main .content_5 .info .info_item {
    flex-grow: 1;
  }
  .main .content_5 .info .info_item::after { height: 1px; width: inherit; right: 20px; left: 20px; top: inherit; bottom: 0;}
  .main .content_5 .info p {
    text-align: center;
    margin-left: 20px;
  }
  .main .content_5 .info span {
    display: block;
  }
  .main .content_6 {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .main .content_6 p.text-center.font-weight-bold {
    font-size: 30px;
  }
  .main .content_6 .more_container {
    margin-top: 25px;
  }
  .main .content_6 .more {
    margin-top: 10px;
  }
  .main .content_6 .more_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    background-image: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    color: #014287;
    font-weight: bold;
    cursor: pointer;
  }
  .main .content_6 .more_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #7b99c9;
  }
  .main .content_6 .more_content {
    background-color: #eff8fd;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 40px;
  }
  .main .content_6 .more_content .more_item {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .main .content_6 .more_content .more_item img {
    margin-top: 12px;
  }
  .main .content_6 .more_content .more_item span {
    font-weight: normal;
    margin-left: 8px;
  }
  .main .banner4 {
    margin-top: 50px;
  }
  .main .contact .content {
    margin-top: 50px;
  }
  .main .contact .form {
    display: flex;
    margin-top: 20px;
  }
  .main .contact .form label {
    width: 128px;
    font-size: 24px;
  }
  .main .contact form label {
    width: 140px;
    font-size: 24px;
  }
  .main .contact form .telphone_number {
    font-size: 24px;
  }
  .main .contact form input,
  .main .contact form textarea {
    font-size: 24px;
  }
  .main .contact .form label.required::after {
    content: "*";
    color: red;
  }
  .main .contact .form input,
  .main .contact .form textarea {
    flex-grow: 1;
    flex-shrink: 1;
    border-width: 1px;
    border-color: #d8d5d5;
    border-style: solid;
    background-color: #fbfbfb;
  }
  .main .contact .form input {
    height: 42px;
  }
  .main .contact .form textarea {
    height: 450px;
  }
  .main .contact .form.name {
    margin-top: 30px;
  }
  .main .contact .submit_btn {
    width: 372px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .contact .submit_style {
    width: 372px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    margin-top: 33px;
    text-align: center;
    background: white;
    font-size: 18px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

@media (max-width: 991px) {
  .bd-example {
    height: 80px;
  }
  nav {
    overflow: hidden;
    /* position: fixed; */
    width: 100%;
    height: 80px;
    background: #0061ad;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  }

  .navbar {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .nav-link {
    padding: 0;
  }

  nav .navbar .nav_title {
    position: relative;
    color: white;
    text-align: center;
    font-size: 26px;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
  }

  nav .navbar .nav_title a {
    text-decoration: none;
    color: white;
  }

  nav .navbar .nav_title h5 {
    vertical-align: middle;
    font-weight: 700;
    width: 215px;
    font-size: 35px;
  }

  nav .navbar .nav_title:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: white;
    top: 50%;
    transform: translatey(-50%);
    left: -2px;
  }

  nav .navbar .nav_title:first-child:after {
    background: transparent;
  }

  nav .navbar .nav-link.active h5 {
    font-size: 38px;
  }
  .main section .pd-10 {
    padding: 0 0px;
  }
  .main .contact form .form_item > label {
    width: 128px;
  }
}

@media (max-width: 767px) {
  .video-container {
    padding-bottom: 50%;
    padding-top: 25px;
  }
  
}

@media (max-width: 750px) {
  header {
    height: 14.9vw;
  }

  header .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  header img.mobile {
    display: block;
    width: 58.13vw;
  }

  header img.desktop {
    display: none;
  }

  header a.back_home_btn {
    font-size: 3.4vw;
  }

  .bd-example {
    height: 10.6vw;
  }

  nav,
  nav .navbar {
    height: 10.6vw;
  }
  nav .navbar .nav_title {
    padding: 1vw 1vw;
  }

  nav .navbar .nav_title h5 {
    font-size: 4.666vw;
    width: 28vw;
    line-height: 8.6vw;
  }

  nav .navbar .nav-link.active h5 {
    font-size: 5.06vw;
  }
}

@media (max-width: 575px) {
  nav .navbar .nav_title h5 {
    font-size: 4.51vw;
  }
  nav .navbar .nav_title.selected h5 {
    font-size: 4.8vw;
  }

  .main section {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .main section .title {
    font-size: 6.07vw;
  }
  .main section .content {
    font-size: 4.8vw;
    margin-top: 5.6vw;
  }
  .main .tab p {
    font-weight: bold;
    /*font-size: 4.2vw;*/
    font-size: 5vw;
  }
  .main .item_container .item {
    font-size: 4.2vw;
  }
  .main .item_container .item span {
    font-size: 4.2vw;
  }
  .main .item_container p {
    font-size: 4.2vw;
  }
  table {
    font-size: 4.2vw;
  }
  .table {
    padding-right: 10vw !important;
    padding-left: 10vw !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 5.2vw;
    height: 14.7vw;
    background-size: 100%;
  }
  .main section .title_2 {
    margin-top: 5.2vw;
  }
  .main section .content_2 .card img.img_1 {
    width: 18vw;
    height: auto;
  }
  .main section .content_2 .card img.img_2 {
    width: 17vw;
    height: auto;
  }
  .main section .content_2 .card img.img_3 {
    width: 11.8vw;
    height: auto;
  }
  .main section .content_2 .card img.img_4, .main section .content_2 .card img.img_5, .main section .content_2 .card img.img_6 {
    width: 18vw;
    height: auto;
  }
  .main section .content_2 .card .card_title {
    font-size: 6vw;
  }
  .main section .content_2 .card {
    padding: 11vw 3.5vw 2.6vw 3.5vw;
  }
  .main section .content_2 .card .card_content {
    margin-top: 5vw;
  }
  .main section .content_2 .col-12 {
    margin-top: 10vw;
  }

  .main .content_4 {
    margin-top: 7vw;
  }

  .main .content_4 .intro_title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main .content_4 .intro_content {
    flex-direction: column;
    padding: 20px;
  }
  .main .content_4 .intro_content li {
    font-size: 4.2vw;
  }
  .main .content_4 .intro_content li img {
    width: 11vw;
    height: 8.7vw;
  }
  .main .content_5 p.text-center {
    font-size: 4.2vw;
  }
  .main .content_5 .info .info_item img {
    width: 12.5vw;
    height: auto;
  }
  .main .content_6 p.text-center.font-weight-bold {
    font-size: 5.2vw;
  }
  .main .content_6 .more_title {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main .content_6 img {
    width: 16px;
    height: auto;
  }
  .main .contact .form label {
    font-size: 4.2vw;
    width: 25vw;
    padding-right: 3.5vw;
  }
  .main .contact form label {
    font-size: 4.2vw;
    width: 25vw;
    padding-right: 3.5vw;
  }
  
  .main .contact form .form_item > label {
    width: 26vw;
    padding-right: 10px;
    font-size: 5vw;
    padding-top: 8px;
  }
  .main .contact form .telphone_number,
  .main .contact form input, .main .contact form textarea {
    font-size: 5vw;
  }
  .main .contact form textarea {
    height: 250px;
  }
  .main .contact .form .tip {
    font-size: 3.8vw;
  }
  .main .contact .submit_btn {
    width: 64.75vw;
    padding-left: 5px;
    padding-right: 5px;
    height: 10.7vw;
    line-height: 10.7vw;
    margin-top: 11vw;
    margin-bottom: 0;
  }
  .main .contact .submit_style {
    width: 64.75vw;
    padding-left: 5px;
    padding-right: 5px;
    height: 10.7vw;
    line-height: 10.7vw;
    margin-top: 11vw;
    margin-bottom: 0;
  }

  .main .contact .form textarea {
    height: 60vw;
  }
  footer {
    font-size: 3.2vw;
  }
}

@media (max-width: 375px) {
  .main .content_5 .info .info_item img.qrcode{ width: 100px; height: auto;}
}

@media (hover: hover) {
  @media (min-width: 992px) {
    nav .navbar .nav-link h5:hover {
      background: #003e6e;
      border-radius: 5px;
      font-size: 30px;
    }
  }
}


/*2024新增成功案例*/
.success_case{
  padding-bottom: 60px;
  height: 100%;
  position: relative;
}
.success_case .pic{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.success_case .pic img{
  width: 100%;
  height: auto;
  transition:all 0.8s;
}
.success_case .txtBox{
  padding: 20px 25px;
  font-size: 1rem;
  color: #555;
}
.success_case ul.tags{
  display: flex;
  margin-bottom: 10px;
}
.success_case ul.tags li{
  list-style: none;
  min-width: 70px;
  height: 28px;
  text-align: center;
  color: #fff;
  background-color: #0061ad;
  line-height: 28px;
  padding: 0 10px;
  font-size: 1rem;
  border-radius: 10px;
  margin-right: 10px;
}
.success_case .tt{
  font-size: 1.25rem;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.success_case .tt .brand{
  width: 70px;
  height: 28px;
  border: 1px solid #0061ad;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.success_case .tt .brand img{
  width: 100%;
  height: auto;
  display: block;
}
.success_case p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.success_case .more{
  background-color: #0061ad;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  
}
.success_case .more a{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  letter-spacing: 5px;
  transition:all 0.3s;
}
.success_case .more a:hover{
  text-decoration: none;
}
.success_case:hover .more a{
  letter-spacing: 0;
}
.success_case:hover .pic img{
  transform:scale(1.1,1.1);
}

/*2024新增優惠方案*/
.grid_center{
  justify-content: center;
}
.plan_name::before{
  content: '';
  width: 30px;
  height: 38px;
  background: url(../img/icon_cart.png) no-repeat;
  background-size: 30px auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.plan_box{
  padding: 30px 40px;
}
.plan_box ul{
  margin-bottom: 10px;
}
.plan_box li{
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.plan_box li::before{
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/check.png) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.plan_box .more{
  text-align: right;
}
.plan_box .more a{
  color: #0061ad;
  text-decoration: underline;
  transition:all 0.3s;
}
.plan_box .more a:hover{
  color: #007bff;
}
@media (max-width: 575px) {
  .plan_box{
    padding: 30px 20px;
  }
  .plan_box li{
    font-size: 4.2vw;
  }
  .plan_box .more{
    font-size: 5vw;
  }
}
/*2024新增優惠方案-方案內容頁*/
.inPage_case{
  padding: 50px 0;
}
.inPage_case .main{
  border-radius: 30px;
  overflow: hidden;
}
.inPage_case .headline{
  font-size: 1.87rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.inPage_case .top{
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.inPage_case .top_pic{
  height: 500px;
  overflow: hidden;
  margin-bottom: 10px;
}
.inPage_case .top_pic img{
  width: 100%;
  height: auto;
}
.inPage_case .pic_relation{
  font-size: 16px;
  line-height: 1.2;
  color: #769bb8;
}
.inPage_case .article_in{
  margin-bottom: 60px;
  line-height: 1.6;
}
.inPage_case .article_in .stage{
  font-size: 1.12rem;
  color: #444;
  margin-bottom: 40px;
}
.inPage_case .article_in .stage:last-child{
  margin-bottom: 0;
}
.inPage_case .article_in .tt{
  margin-bottom: 10px;
  color: #0061ad;
  font-weight: bold;
}
.inPage_case .bot{
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.inPage_case .bot .communication{
  text-align: center;
  font-size: 1.25rem;
}
.inPage_case .bot a.link{
  color: #ff6407;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .inPage_case{
    padding: 0 0 30px 0;
  }
  .inPage_case .main{
    border-radius: 0;
  }
  .inPage_case .headline{
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .inPage_case .top_pic{
    height: auto;
  }
  .inPage_case .bot{
    padding-top: 30px;
  }
  .inPage_case .bot .communication{
    font-size: 1.125rem;
  }
}
@media (max-width: 414px) {
  .inPage_case .article_in .stage{
    margin-bottom: 20px;
  }
  .inPage_case .article_in .tt{
    margin-bottom: 0;
  }
  .inPage_case .headline{
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
/*2024新增實際案例-情境說明*/
.situation_case{
  background-color: #f7f7f7;
  padding: 50px 540px 50px 50px;
  margin-bottom: 65px;
  position: relative;
}
.situation_case:nth-child(2n+1){
  padding: 50px 50px 50px 540px;
}
.situation_case ul{
  margin-bottom: 0;
}
.situation_case li{
  list-style: none;
  color: #777;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.situation_case li:last-child{
  margin-bottom: 0;
}
.situation_case li::before{
  content: attr(data-count) ;
  background-color: #ef8200;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 45px;
  display: inline-block;
  margin-right: 5px;
}
.situation_case .case_card{
  width: 460px;
  position: absolute;
  top: -30px;
  left: 30px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.situation_case:nth-child(2n) .case_card{
  left: inherit;
  right: 30px;
}
.situation_case .case_card .link_cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.situation_case .case_card:hover img{
  transform:scale(1.1,1.1);
}
.situation_case .case_card .pic{
  height: 270px;
  overflow: hidden;
}
.situation_case .case_card .pic img{
  width: 100%;
  height: auto;
  transition: all 0.8s;
}
.situation_case .case_card .txt{
  padding: 25px;
  color: #004ea2;
  font-weight: bold;
}
@media (max-width: 991px) {
  .situation_case{
    padding: 50px 370px 50px 30px;
    margin-bottom: 20px;
  }
  .situation_case:nth-child(2n+1){
    padding: 50px 30px 50px 370px;
  }
  .situation_case li{
    font-size: 22px;
  }
  .situation_case .case_card{
    width: 300px;
    top: 30px;
  }
  .situation_case .case_card .pic{
    height: 200px;
  }
  .situation_case .case_card .txt{
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .situation_case, .situation_case:nth-child(2n+1){
    padding: 30px 30px 50px 30px;
  }
  .situation_case li{
    font-size: 20px;
  }
  .situation_case .case_card, .situation_case:nth-child(2n) .case_card{
    position: relative;
    top: 10px;
    left: 50%;
    margin-left: -150px;
  }
  .situation_case .case_card .txt{
    padding: 15px;
  }
}
@media (max-width: 414px) {
  .situation_case .case_card, .situation_case:nth-child(2n) .case_card{
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .situation_case li{
    font-size: 18px;
  }
}

/*2024新增設備介紹-特色說明*/
.item_title.tC{
  text-align: center;
  margin-bottom: 20px;
}
.item_introduce_box{
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.item_introduce_box:last-child{
  margin-bottom: 0;
}
.item_introduce_box > div{
  flex: 1 1 100%;
}
.item_introduce_box > div:first-child{
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  margin-right: 30px;
  border-radius: 99em;
  border: 2px solid #004ea2;
  overflow: hidden;
}
.item_introduce_box > div:first-child img{
  width: 100%;
  height: auto;
}
.item_introduce_tt{
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.item_introduce_tt::before{
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/check.png) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 414px) {
  .item_introduce_box{
    align-items: start;
    font-size: 20px;
  }
  .item_introduce_box > div:first-child{
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}

/*2024新增 表格裡面產品照片*/
.tab_product_img{
  width: 150px;
  height: auto;
  margin: 0 auto;
}