/* ------ 共用 ------*/
html {
  scroll-behavior: smooth;
  scroll-padding: 105px 0 0 0;
}
body {
    font-family: 'Noto Sans TC', sans-serif;
}
[v-cloak]{
    display: none;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}
/* ------ header ------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: all .3s;
}
.header.is-active{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
}
nav ul li a:hover{
    transition: all .3s;
    color:#29BBC1;
}
nav ul li a::before {
    content: '';
    position: absolute;
    bottom: -5px; 
    left: 50%; 
    right: 50%; 
    height: 2px; 
    background-color: #29BBC1; 
    width: 0%; 
    transition: all 0.3s ease;
}
nav ul li a:hover::before{-webkit-transform:translateX(0%) scaleX(1);transform:translateX(0%) scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;left:0%;right:0%}

/* ------ layout ------*/
.bg1 {
    background-image: url('../../WebApImg/banner/banner-bg1.svg');
    background-size: auto;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    height: 920px;
    background-color: #29BBC1;
    position: relative;
}
.bg2 {
    background-image: url('../../WebApImg/banner/banner-bg2.svg');
    background-size: 108% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 1200px;
    background-color: #29BBC1;
}
.bg3 {
    background-image: url('../../WebApImg/banner/banner-bg3.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    background-color: #29BBC1;
    margin-top: -140px;
}
.bg4 {
    background-image: url('../../WebApImg/banner/banner-bg4.png');
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 910px;
    margin-bottom: -10px;
    background-color: #EFEFEF;
}
.bg5 {
    background-image: url('../../WebApImg/banner/banner-bg5.svg');
    background-size: 100%;
    background-position: center -100px;
    background-repeat: no-repeat;
    height: 850px;
    background-color: #2DC6D1;
}
.bg6{
  position: relative;
  margin-top: -1px;
  height: 980px;
  background: linear-gradient(to bottom, #2DC6D1, #0071BC);
}
.bg7 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 417px;
    background-image: url('../../WebApImg/banner/banner-bg6.svg');
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 0;
}
.dialogue{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 296px;
  height: 116px;
  position: relative;
}
.dialogue>p{
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 1.875em;
}
.d1 {
    background-image: url('../../WebApImg/Img/Omg-dialogue1.svg');
}
.d2 {
    background-image: url('../../WebApImg/Img/Omg-dialogue2.svg');
}
.d3 {
    background-image: url('../../WebApImg/Img/Omg-dialogue3.svg');
}
.d4 {
    background-image: url('../../WebApImg/Img/Omg-dialogue4.svg');
}
.main-title{
    font-size: 3em;
    color: #538294;
    font-weight: 900;
    letter-spacing: 0.3em;
}
.second-title{
    font-size: 2.5em;
    color: #538294;
    font-weight: 900;
}
.second-title > span{
    color: #29BBC1;
}
.main-content{
    font-size: 1.5em;
    color: #538294;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}
.second-content{
  font-size: 1.375em;
  color: #538294;
  font-weight: 300;
  text-align: center;
}
.second-content > span {
    color: #29BBC1;
}
.main-content > span{
    color: #29BBC1;
}
.sectipn-content{
  color: #fff;
  font-size: 1.875em;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
.sectipn-content > span{
  color: #78F4EA;
}
.title{
  width: fit-content;
}
.title::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 10px;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #fff;
}
.contact-title{
  position: relative;
  width: fit-content;
  font-weight: 700;
}
.contact-title::after{
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: calc(100% - 25px);
  height: 3px;
  background-color: #538294;
}
.circle-scroll{
  position: absolute;
  bottom: 8%;
  left: 48.9%;
  transform: translate(-50%,-50%);
  z-index: 400;
  display: inline-block;
  animation-name: scroll;
  animation-duration:.8s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  cursor: pointer;
}
.product-col{
  background-color: #FFFFFF;
  border-radius: 50px;
  margin: 30px auto 50px auto;
}
.product-col>.product-item{
  max-height: 240px;
  min-height: 240px;
  border-right:1.1px solid #29BBC1;
  border-bottom:1.1px solid #29BBC1;
  flex-direction:column;
}
.OmgApp-container{
  border-radius: 50px;
  background-color: #fff;
  opacity: 0.9;
  width: 80%;
  margin-left: 20%;
  margin-top:100px;
  height:450px;
}
.mb-main-content{
  width: 80%;
  margin-left: 20%;
}
.pass {
  border-radius: 45px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .3s
}
.pass.is-active{
  opacity:1;
  outline: 3px solid #fff;
}
.pass:hover{
  opacity:1;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 82.5px solid transparent; 
  border-right: 82.5px solid transparent; 
  border-bottom: 52px solid #E1E1E1;
  position: absolute;
  top:-5%;
  left: 32.5%;
  transform: translateX(-50%);
  transition: all .3s;
}
.go-container{
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 10px;
}
.right-block { 
  flex: 1;
  height: 100%;
}
.go-container .gogo{
   font-size: 120px;
   color: white;
   font-weight: 700;
   margin-bottom: 20px;
}
.image-container{
  object-fit: cover;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
   border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
}
.circles-scroll{
  margin-top: 20px;
  animation-name: scrolls;
  animation-duration:.8s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}
.uLItem{
  padding: 14px 59px;
  background-color: #538294;
  color: #fff;
  border-left:1px solid #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.1em;
  transition: all .3s;
}
.uLItem:first-child{
  border-radius: 20px 0 0 20px;
}
.uLItem:last-child{
  border-radius: 0 20px 20px 0;
}
.uLItem.is-active{
  background-color: #fff;
  color: #29BBC1;
}
.selectItem{
  padding: 10px;
  text-align: center;
  border: 1px solid #538294;
  border-radius: 10px;
  color: #29BBC1;
}
.btn-title{
  color:#538294;
  padding: 5px 54px;
  background-color: #fff;
  font-size: 1.75em;
  border-radius: 24px;
  font-weight: 700;
}
.ISO{
  border-radius: 25px;
  color: black;
  background-color: #F4C622;
  font-weight: 900;
  font-size: 1.625em;
  text-align: center;
  position: relative;
  max-width: 300px;
  margin-top: 10px;
  width: 100%;
}
.Omg-hstar{
    width:107px;
}
.service-nav {
    background-color: #29BBC1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.service-nav li:first-child{
  color: #fff;
  border-top:none;
  padding: 58px 35px;
}
.service-nav li{
  color: #C0FFED;
  border-top:1px solid #00000047;
  text-align: center;
  padding: 15px 35px;
  white-space: nowrap;
}
.service-nav li:last-child{
  background-color: #29BBC1;
  width: 110%;
  padding-left: 10%;
  border-bottom-left-radius: 20px;
  padding-bottom: 13.5%;
}
.project1{
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  box-shadow: 1px 2px 3px #285E88;
}
.project2{
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.super-service {
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  border-top: none;
  box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.17), 5px 0px 5px rgba(0, 0, 0, 0.17);
  position: relative;
}

.project{
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  background-color: #E6E6E6;
  color: #333333;
  text-align: center;
  padding: 16px 0;
  font-weight: 500;
  font-size: 1.375em;
  align-self: flex-start;
}
.super-project{
  font-size: 1.75em;
  background-color: #29BBC1;
  text-align: center;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border: 2px solid #fff;
  border-bottom: none;
  padding: 20px 0;
  margin-top: -20px;
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.17), -5px 0 5px rgba(0, 0, 0, 0.17);
}
.activation{
  background-color: #DAF6F7;
  color: #008F9E;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  border: 2px solid #fff;
}
.contactMe{
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #285E88;
  transition: all .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; 
}
.contactMe img{
  position: absolute; 
  left: 15px;
}
.contactMe:hover{
  width: 160px;
  border-radius: 35px;
}
.contactMe > P{
  position: absolute; 
  left: 70px; 
  opacity: 0;
  transition: opacity 0.3s ease-in-out; 
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  white-space: nowrap; 
}
.contactMe:hover > P{
  opacity: 1;
}
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    background-image: url('../../WebApImg/banner/banner-contact.png');
    background-size: cover;
    background-position: center;
}
.threePass {
    text-align: center;
    color: #538294;
    font-weight:500;
    font-size:30px;
    margin:0px 0 80px 0;
}
/* ------滑塊------- */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 8px;
    background: #DBDBDB;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}
input[type="range"]:hover {
  opacity: 1;
}
.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF; 
  border-radius: 50%; 
  cursor: pointer;
  border: 2px solid #B3B3B3; 
}
.contact-form input , .contact-form select , textarea{
  border: 1px solid #7B7B7B;
  outline: none;
}
.contact-form input:focus , .contact-form select:focus , textarea:focus{
  border: 1px solid #29BBC1;
  outline: none;
}
.custom-select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.custom-select-wrapper::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../../WebApImg/icon/icon-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #989898;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center; 
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-image: url('../../WebApImg/icon/icon-checkbox.svg');
    background-color: #538294;
}
.btn{
  padding: 18px 67px;
  font-weight: 700;
  border-radius: 34px;
}
.btn1{
  color: #29BBC1;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all .3s;
}
.btn2{
  color:#FFFFFF;
  background-color:#29BBC1;
  transition: all .3s;
}
.btn1:hover{
  border: 1px solid #29BBC1;
}
.btn2:hover{
  background-color:#45D6DC;
}
.service-btn{
  min-height: 56px;
  width: 100%;
  cursor: pointer;
  color: #A8A8A8;
  font-weight: 700;
  font-size: 1em;
  transition: all .3s ease-in;
}
.service-btn.is-active{
  color: #29BBC1;
  position: relative;
}
.service-btn.is-active::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #29BBC1;
}
.store-img{
    width:200px;
}
.w-55{
    width:53%;
}
.w-45 {
    width: 42%;
    padding-top: 10px;
}
.gap-1{
    gap:5%;
}
.text-pass2 {
    color: #2BC6CC;
}
.text-pass3 {
    color: #4BA8BD
}
.sliderMoney {
    font-size: 1rem;
}
.sectipn-contentapp{
    position:absolute;
    left:45%;
    top:-50px;
}
.mb-Certificate{
    max-width:350px;
}
/* ------ RWD ------*/
@media (min-width: 1280px) and ( max-width:1601px) {
    .bg1{
    background-position: 50% -80px;
    height:850px;
    padding-top: 5%;
 }
  .bg2{
    padding-top: 3%;
    background-size: 110% auto;
    background-position: center 220%;
  }
  .bg4{
    height: auto;
  }
  .main-title{
    font-size: 2.5em;
    }
  .second-title{
      font-size: 1.75em;
      margin-top: 10px;
    }
  .main-content{
      font-size: 1.5em;
    }
    .circle-scroll{
      bottom: 10%;
    }
    .sectipn-content{
      font-size: 1.5em;
      margin-top: 50px;
    }
    .product-col>.product-item{
      max-height: 200px;
      min-height: 200px;
    }
    .dialogue>p{
      font-size: 1.5em;
    }
    .bg3{
      margin-top: -250px;
    }
    .uLItem{
      padding: 14px 50px;
    }
    .btn-title{
      font-size: 1.5em;
    }
    .bg5{
      background-position: center -10px;
    }
    .sectipn-contentapp{
        top:-120px
    }
}

@media (max-width:1280px) and (min-width:768px){
    .OmgApp-container{
      opacity: 1;
      width: 80%;
      margin-left: 20%;
      height: auto;
    }
    .dialogue>p{
      font-size: 1.25em;
    }
    .bg3{
      margin-top: 0px;
    }
    .mb-main-content{
      width: 100%;
      margin-left: 0%;
    }
    .right-block { 
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .bg4{
      height: auto;
    }
    .btn-title{
      font-size: 1.5em;
    }
    .bg6{
      background: linear-gradient(to bottom, #29BBC1, #0071BC);
      height: auto;
      padding-bottom: 20px;
    }
    .FunctionPhone {
        max-width: 250px;
    }
    .functionText {
        top: 20%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .Omg-hstar {
        width: 97px;
    }
    .contactMe {
        width: 50px;
        height: 50px;
    }
    .contactMe img{
        left:10px;
        width:60%;
    }
    .contactMe:hover{
        width: 50px;
    } 
    .threePass {
        display: none;
    }
    .sectipn-contentapp {
        position: initial !important;
        margin-bottom: 20px;
    }
    .rightTrans {
        right: -100px;
        transition: all .3s;
    }
    .rightTrans.is-active{
         right: 20px;
    }
    .store-img {
        width: 140px;
    }
    .d1 {
        background-image: url('../../WebApImg/Img/Omg-mb-dialogue1.svg');
    }

    .d2 {
        background-image: url('../../WebApImg/Img/Omg-mb-dialogue2.svg');
    }

    .d3 {
        background-image: url('../../WebApImg/Img/Omg-mb-dialogue3.svg');
    }

    .d4 {
        background-image: url('../../WebApImg/Img/Omg-mb-dialogue4.svg');
    }
    .dialogue {
        width: 145px;
        height:60px;
        background-size: contain;
        margin-top:20px;
    }
    .hamburger {
        position: fixed;
        top: 0px;
        right: 0rem;
        width: 64px;
        height: 64px;
        cursor: pointer;
        overflow-x: hidden;
        z-index: 10;
    }
    .hamburger span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 30px;
        height: 3px;
        background-color:#29BBC1;
        border-radius: 3px;
      }
      .hamburger span:first-child {
        margin-top: -0.5rem;
      }
      .hamburger span:last-child {
        margin-top: 0.5rem;
        width: 20px;
        transform: translateX(-15px);
      }
      .hamburger.is-active span:first-child {
        margin-top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
      }
      
      .hamburger.is-active span:nth-child(2) {
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        opacity: 0
      }
      
      .hamburger.is-active span:last-child {
        margin-top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 30px;
      }
      .mobile-nav {
        background-color: #EFEFEF;
        overflow: scroll;
        z-index:51;
        height: 100%;
        box-shadow:0 1px 3px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
        color: #3E3A39;  
        -webkit-transition: visibility .3s,-webkit-transform .3s; 
        transition: visibility .3s,-webkit-transform .3s;
        transition: transform .3s,visibility .3s; 
        transition: transform .3s,visibility .3s,-webkit-transform .3s
      }
      .mobile-nav.is-active {
        -webkit-transform: translateX(0);
         transform: translateX(0);
         visibility: visible;
         z-index: 1000;
      }
      .mobile-nav{
        padding-top: 7%;
      }
      .mobile-nav>ul>li{
        height: 72px;
        font-size: 18px;
        width: 100%;
      }
      .mobile-nav>ul>li a{
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 72px;
      }
      .main-title{
        font-size: 2em;
        letter-spacing: 0.2em;
    }
    .second-title{
      margin-top: 8px;
      font-size: 1.15em;
      text-align:center;
    }
    .main-content{
      font-size: 1.2em;
      margin-top: 30px;
    }
    .bg1 {
        background-image: url('../../WebApImg/banner/mb-banner-bg1.png');
        background-size: cover;
        background-position: center bottom;
        height:1030px;
    }
    .bg2{
      margin: -10px 0 0 0;
      height: auto;
      padding-bottom: 50px;
    }
    .bg3 {
        background-image: url('../../WebApImg/banner/banner-mb-bg31.png');
        height: 108px;
        margin:-250px 0 0 -20px;
    }
    .bg4{
      height: auto;
    }
    .store{
        gap:24px;
    }
    .circle-scroll {
        left: 44%;
        bottom: 22%;
    }
    .product-item:last-child{
      border-bottom:none;
    }
    .product-col > .product-item {
        max-height: 120px;
        min-height: 120px;
        border-left: none;
        border-bottom: 1px solid #29BBC1;
        flex-direction: row;
        gap:20px
    }
    .product-item img{
        width:47px;
    }
    .sectipn-content {
        font-size: 1.25em;
        margin-top: 30px;
        position: relative;
    }
    .OmgApp-container{
      border-radius: 50px;
      background-color: #fff;
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-top:0px;
    }
    .dialogue>p{
      font-size: 1em;
    }
    .mb-main-content{
      width: 100%;
      margin-left: 0%;
    }
    .triangle {
      top:-10%;
    }
    .right-block { 
      height: 250px;
    }
    .btn-title{
      font-size: 1.25em;
    }
    .bg5{
      background-image: none;
      background-color: #29BBC1;
      height:auto;
    }
    .ISO{
      width: 100%;
      font-size: 1.25em;
      padding: 6px 0;
    }
    .bg6{
      background: linear-gradient(to bottom, #29BBC1, #0071BC);
      height: auto;
      padding-bottom: 20px;
    }
    .btn{
      padding: 10px 30px;
    }
    input[type="range"] {
      width: 60%;
    }
    .mb-pass{
        padding-top:120px;
        gap:3%;
    }
    .mb-pass>div {
        width:33%;
        padding:17px 25px;
    }
    .pass.is-active {
        outline: 3px solid #fff;
        opacity:1;
    }
    .pass {
        border-radius: 20px;
        opacity: 0.5;
    }
    .text-pass {
        font-size: 26px;
        text-align: center;
    }
    .triangle1 {
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 25px solid #5FD8CB;
        position: absolute;
        top: -2%;
        left: 18%;
        transform: translateX(-50%);
    }
    .triangle2 {
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 25px solid #2BC6CC;
        position: absolute;
        top: -2.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .triangle3 {
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 25px solid #4BA8BD;
        position: absolute;
        top: -2.5%;
        left: 80%;
        transform: translateX(-50%);
    }
    .functionText{
        top:21%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
        text-align:center;
    }
    .FunctionPhone {
        max-width: 170px;
        margin-left: -20px;
    }
    .FunctionPhoneContainer {
        margin-bottom: -80px;
        position: relative;
        z-index: 0;
        width:50%;
    }
    .fuctionItem {
        background-color: #29BBC1;
        color:#fff;
        padding:3px 10px;
        border-radius:9px;
        font-size:14px;
        transition:all .3s;
    }
    .fuctionItem.is-active{
        background-color:#fff;
        color:#29BBC1;
        outline:1px solid #29BBC1;
    }
    .mb-Certificate{
        max-width:210px;
    }
    .top-1{
        top:-2px;
    }
    .company-name {
        white-space: pre-line;
    }

    .company-name::before {
        content: "鴻星數位科技股份有限公司\AHStar Digi-Tech CO., LTD."; 
        display: block;
        color:#616161;
        font-size:12px;
        font-weight:700;
        text-align:left;
    }
    .second-content{
        font-size:1em;
    }
    .pass-title {
        color: #285E88;
        font-size:20px;
        text-align:center;
    }
    .passContainer {
        background-color: #F6F6F6;
        width:100%;
        font-weight:700;
    }
    .pass-w > h6 {
        font-size: 18px;
        font-weight:700;
    }
    .pass-w > p {
        font-size: 14px;
        color: #000000;
        margin-top: 2px;
        font-weight:500;
    }
    .pass-w1 {
        color: #14BFBB;
    }
    .pass-w2 {
        color: #11B1BA;
    }
    .pass-w3 {
        color: #0B96B8;
    }
    .pass-w4 {
        color: #0988B6;
    }
    .pass-w5 {
        color: #047CBF;
    }
    .pass-w6 {
        color: #036DB4;
    }
    .pass-img{
        width:52px;
        height:52px;
        margin-top:3px
    }
    #section1{
        margin-top:-150px;
    }
}
@media(max-width:410px) {
    .gap-1 {
        gap: 0.2em;
    }
}
@media(max-width:400px){
    .dialogue {
        margin-top: 10px;
    }
    .Omg-phone{
        width:250px;
    }
    .bg1{
        height:950px
    }
    .fuctionItem3{
        padding:3px 6px;
    }
}

/* ------ 動畫 ------- */
@keyframes scroll {
  0%{
    transform: translateY(0px);
  }
  100%{
    transform: translateY(-30px);
  }
}
@keyframes scrolls {
  0%{
    transform: translateY(80px);
  }
  100%{
    transform: translateY(0px);
  }
}