@font-face {
     font-family: flo;
     src: url('/includes/fonts/FLORSN18.TTF');
}

 @font-face {
     font-family: noto;
     src: url('/includes/fonts/NotoSansTC-Medium.otf');
}

 @font-face {
     font-family: noto-r;
     src: url('/includes/fonts/NotoSansTC-Regular.otf');
}

 @font-face {
     font-family: noto-t;
     src: url('/includes/fonts/NotoSansTC-Light.otf');
}

img{
    max-width: 100%;
    height: auto; 
}

p{margin: 0;}

img.w1{
    width: 100%;
    height: auto;
}

.w100{
width: 100%;
height: auto;
max-width: 100%;
}

.frcontent{
    font-family: noto-r;
    line-height: 30px;
}

.fsr{
    font-family: noto-r;
}

a{
    text-decoration: none;
}

.footerlogo{
    width: 280px;
}

body{
    position: relative;
    font-family: noto-r;
    overflow-x: hidden;
    background-color:#fff;
    color: #000;
}

header{
    z-index: 999;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 40px;
}

header .logo_a img{
    max-width: 100%;
    width: 250px;
}

header .logo_a{
    height: fit-content;
}

header .desktopmenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .desktopmenu .logo_a,header .desktopmenu .touch_div{
    width: 20%;
}

header .desktopmenu .desktopnav{
    width: 60%;
}

.touch_div{
    display: flex;
    justify-content: flex-end;
}

.linear_btn{
   background: linear-gradient(to left,#ae95da, #f4a9b1);
   padding: 14px 72px 16px 72px;
   color: #fff;
   width: fit-content;
   border-radius: 30px;
}

.homebanner_btn{
   display: flex;
   margin: auto;
   font-size: 20px;
}

.banner_text1{
    margin-bottom: 20px;
    font-size: 20px;
}

.banner_text2{
    font-weight: bold;
    font-size: 110px;
    line-height: 100px;
    margin-bottom: 70px;
}


header nav.desktopnav {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav.desktopnav a{
    font-family: noto-r;
    margin-left: 40px;
    font-size: 16px;
    padding: 5px 10px;
    color: #000!important;
    position: relative;
    display: inline-block;
}

header nav.desktopnav a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ae95da;
  transition: transform 0.25s ease-out;
}

header nav.desktopnav a::after {
  transform-origin: bottom right;
}

header nav.desktopnav a:hover::after {
  transform-origin: bottom left;
}

header nav.desktopnav a:hover::after {
  transform: scaleX(1);
}

header nav.desktopnav a:first-child{
    margin-left: 0;
}

header nav.desktopnav a.active::after{
    transform: scaleX(1);
}


header nav.desktopnav a:first-child{
    margin-left: 0;
}

footer .footer_div2 a{
    color: #fff!important;
}

.no-scroll{
    overflow: hidden;
    height: 100vh; /* 確保不會滾動 */
}

.mobilenav{
    width: 75px;
    display: none;
    position: relative;
    height: 60px;
}

.mobilenav .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.mobilenav .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 
.mobilenav .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ae95da;
}

.mobilenav .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.mobilenav .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.mobilenav .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.mobilemenuitem{
    overflow-y: auto;
    display: none;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 60px);
    position: absolute;
    top: 100px;
    background-color: #f6f3ff;
    transform: translateX(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 2% 7%;
}

.mobilemenuitem.checked{
    opacity: 1;
    transform: translateX(0%);
}

.mobilemenuitem li{
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ae95da;
}

.mobilemenuitem li a{
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    padding: 1.125rem 1rem;
}

.mobilemenuitem li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0.7142857143rem;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #3F2021;
    border-right: 1px solid #3F2021;
    background-color: inherit;
    opacity: 1;
    transform: rotate(45deg);
}



.mobilemenuitem ul{
    padding-left: 0rem;
}

.mobilemenuitem li a.quotabox::before{
    content: none;
}

.mobilemenuitem li a.quotabox{
justify-content: center;
color: #fff;
}

.mobilemenuitem li a.quotabox img{
    margin-right: 16px;
}



.mobilenav input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.mobilenav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.mobilenav input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.mobilenav input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}


footer .footer_div2{
    background-color: #0b0e1f;
    color: #fff!important;
    font-family: noto-t;
}

.left_footer_box {
    width: 50%;
}

.right_footer_box{
    width: 50%;
}

footer hr{
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #fff;
    opacity: 1;
}

footer h4{
    font-size: 48px;
    color: #181f3e;
    font-weight: bold;
    margin-bottom: 48px;
}

.footer_div1{
    background-color: #f6f3ff;
}

footer form input,footer form .d-flex textarea{
    background-color: #f6f3ff;
    border: none;
}

footer form input:focus-visible,footer form .d-flex textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

footer form input:focus{
    border: 0;
}

footer form .d-flex{
    padding-bottom: 10px;
    border-bottom: 1px solid #62656e;
        align-items: flex-start;
}

footer form .d-flex img{
    width: 25px;
    margin-right: 10px;
    height: auto;
}

footer form .d-flex input,footer form .d-flex textarea{
    width: calc(100% - 35px);
}

.contact_info{
    display: flex;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 48px;
    align-items: center;
}

.contact_icon{
    width: 40px;
}

.contact_icon img{
    width: 30px;
    height: auto;
}

.contact_content{
    width: calc(100% - 40px);
    line-height: 22px;
}

.socialdiv svg{
    font-size: 24px;
    margin-right: 16px;
}

.largefooter{
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
}

.footer_sup_link{
   margin-bottom: 22px;
}

.home_section1{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  animation: zoom 10s forwards;
}

      @keyframes zoom {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.1);
            }
        }

.banner_content{
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home_section1{
height: calc( 100vh - 110px);  
}

.bannerflex{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.home_s2 img{
    border-radius: 30px;
}

.home_s2 .home_s2img01{
    width: 60%;
    z-index: -1;
    position: relative;
}

.home_s2 .home_s2img02{
    width: 60%;
    float: right;
    margin-top: -50%;
}

h3{
    font-size: 48px;
    color:#181f3e;
    font-weight: bold;
}



h2{
    font-size: 48px;
    color:#181f3e;
    font-weight: bold;
}

h1{
    font-size: 48px;
    color:#181f3e;
    font-weight: bold;  
}

.about h3{
    font-size: 24px;
}

.py-10{
    padding-top:6rem;
    padding-bottom: 6rem;
}

.home_s3{
    background-color: #f6f3ff;
}

        .home_s3grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 100px 50px;
        }

        .s3item.s3item-large {
            grid-column: span 2;
            text-align: left;
        }


.centerdiv{
    display: flex;
    justify-content: center;
}

.b-box1{
    background-color: #f6f3ff;
    padding:30px 30px 65px 30px;
    border-radius: 30px;
    color: #181f3e;
    text-align: left;
    width: 300px;
}

.b-box2{
    background-color: #181f3e;
    padding: 30px 30px 65px 30px;
    border-radius: 30px;
    color: #fff;
    text-align: left;
    width: 300px;
}

.home_s4{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home_s4 .s4_text1{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.box_text1{
    font-size:18px
}

.box_text2{
    font-size: 40px;
    font-weight: bold;
}

.s3item{
    font-size: 20px;
    text-align: center;
}
 
.s3item img{
    display: block;
    margin-bottom: 16px;
    max-width: 70px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.filter_ser{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    color: #ae95da;
    padding: 30px 50px;
    font-size: 24px;
}

.filter_ser .active{
    color:#181f3e;
    font-weight: bold;
}

.filter_ser div{
    position: relative;
    cursor: pointer;
}

.filter_ser .active:before{
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    background-color: #e53e51;
    border-radius: 5px;
}


    .service_grid{
        display: none;
        grid-template-columns: repeat(4, 1fr);
        gap:30px 70px;
    }

    .service_grid.active{
        display: grid;
    }


.square_img{
    margin-bottom: 16px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.square_lagre_item{
    padding-top: 20px;
    grid-column: span 4;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    color: #181f3e;
    font-weight: bold;
}

.square_item .item_title{
    font-size: 18px;
    text-align: center;
    color: #000;
}

.about_s1{
    background: linear-gradient(0.16turn, #ae95da -100%, #fff 50%, #f4a9b1 180%)
}

.award_s1{
    background: linear-gradient(0.8turn, #ae95da30 55%, #f4a9b14D)
}

.operations_s1{
    background: linear-gradient(0.85turn, #ae95da66 30%, #f4a9b14D)
}

.operations_s4{
    background: linear-gradient(0.65turn, #ae95da -100%, #fff 50%, #f4a9b1 180%)
}

.contact_s1{
    background: linear-gradient(0.8turn, #ae95da30 55%, #f4a9b14D)
}

.service_s1{
    background: linear-gradient(0.8turn, #ae95da30 55%, #f4a9b14D)
}

.about_s1 .page_title{
    text-align: center;
    color: #181f3e;
}

.about_s2ldiv{
    width: 85%;
    position: relative;
}

.about_s2ldiv img{
    width: 85%;
}

.about_s2ldiv .about_s2l_supdiv{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #181f3e;
    color: #fff;
    padding: 30px;
    max-width: 320px;
    font-size: 44px;
    font-weight: bold;
    border-radius: 30px;
}



.about_s2text h3{
    margin-bottom: 20px;
}

.about_s2rdiv{
    display: flex;
}


.about_s2rdiv .about_s2img{
    max-width: 100px;
    width: 100%;
}

.about_s2rdiv .about_s2img img{
    width: 50px;
    height: auto;
}

.about_s3 img{
    max-width: 1000px;
    width: 100%;
}

.about_s4 .logo_grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 80px; /* 只在行之间设置间距 */
    column-gap: 10px;
}

.about_s4 .logo_grid .col-20{
    text-align: center;
}

.text-start{
    color: #a7a7a7;
    padding-top: 20px;
    padding-left: 5%;
}

.workimg{
    border-radius: 30px;
}

.operations_s2 .workimg{
    width: 85%;
}

.award_s2_text{
    font-size: 18px;
}

.cert_grid,.awards_grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 40px; /* 只在行之间设置间距 */
    column-gap: 32px;
}

.cert_item{
    font-size: 18px;
    text-align: center;
}

.cert_item img{
    display: block;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
    border:1px solid #fff;
}

.award_s2_content img{
    width: 50px;
    height: auto;
}

.p_color{
    color:#e53e51;
}

.arrange{
    display: flex;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.arrange .ticticon{
    width: 20px;
}

.operations .subtitle{
   font-size: 18px; 
   margin-top: 20px;
   margin-bottom: 20px;
}

.oper_item{
    margin-bottom: 32px;
}

.arrange_text{
    width: calc(100% - 20px);
}

.operations_s3 .oper_item{
width: 85%;
}

.plan_col{
    background-color: #fff;
    width: 48%;
    border-radius: 50px;
    border: 2px solid #f6f3ff;
    padding: 20px 20px 40px 20px;
}

.plan_col img{
    width: 90px;
    height: auto;
    margin-bottom: 16px;
}

.plan_col h4{
    color:#181f3e;
    font-weight: bold;
    margin-bottom: 20px;
}

.plan_content{
    width: 300px;
    text-align: left;
    margin: auto;
}

.plan_div{
    display: flex;
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.plan_content .ticticon{
    width: 25px;
}

.plan_content .plan_text{
    width: calc(100% - 25px);
}

.contactmap iframe{
    width: 100%;
    height: 600px;
}

.mobilemenuitem .touch_div{
    margin-top: 30px;
    justify-content: center;
}

@media screen and (min-width: 1400px){

.container{
    max-width: 1400px;
}
}

@media screen and (max-width: 1400px){
  header nav.desktopnav a{
    margin-left: 10px;
  }

  .banner_text2 {
    font-size: 68px;
}

}


@media screen and (max-width: 1200px){
    .linear_btn{
   padding: 12px 72px 16px 72px;
}
    .filter_ser{
        font-size: 20px;
    }
    .about_s2ldiv .about_s2l_supdiv{
        font-size: 30px;
    }
    .operations h3{
        font-size: 34px;
    }
    .largefooter{
        font-size: 30px;
        line-height: 42px;
    } 
    .text-start{
        padding-left: 2%;
    }

    header .desktopmenu .logo_a{
        width: 250px;
    }

    header{
        position: relative;
    }

    .mobilemenuitem{
        display: block;
    }

    header nav.desktopnav{
        display: none;
    }

    .mobilenav{
        display: block;
    }

 
    header .logo_a img{
        width: 250px;
    }

    header nav.desktopnav a {
        margin-left: 18px;
        font-size: 14px;
    }

}

@media screen and (max-width: 992px){
.filter_ser div{
    font-size: 16px;
}

.service_grid{
    gap: 30px 30px;
}

.filter_ser{
    padding: 30px 24px;
}

.filter_ser .active:before{
    left: -15px;
}


    .about_s4 .logo_grid{
        grid-template-columns: repeat(4, 1fr);
    }
   .banner_text2 {
    font-size: 48px;
}
.cert_grid, .awards_grid{
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767.9px){
    .operations_s2 .workimg{
        width: 100%;
    }
    .operations_s3 .oper_item{
        width: 100%;
    }
    .operations_s2 .workimg{
        margin-bottom: 16px;
    }

    .operations_s3 .workimg{
        margin-bottom: 16px;
    }

    .plan_col{
    width: 95%;
}

.plan_col{
    margin-bottom: 16px;
    margin-top: 16px;
}

    .banner_text2{
        line-height: 60px;
    }
    .award_s2 .workimg{
        margin-bottom: 32px;
    }

    .award_s2_content img{
        margin-bottom: 32px;
    }

    .cert_grid, .awards_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about_s4 .logo_grid { 
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    column-gap: 20px;
    }

    h1{
        font-size: 40px;
    }

    .home_s4 .linear_btn{
        margin: auto;
        margin-bottom: 30px;
    }
    .home_s3grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .s3item.s3item-large{
        text-align: center;
    }
    .filter_ser div{
        font-size: 18px;
    }
    .filter_ser{
        padding: 30px 50px;
        display: block;
    }

    .service_grid{
    grid-template-columns: repeat(2, 1fr);
}

    .square_lagre_item{
         grid-column: span 2;
    }

    .filter_ser div{
        padding: 6px 0;
    }

    .about_s2ldiv{
        width: 100%;
    }

    .about_s2ldiv .about_s2l_supdiv{
        padding: 20px;
    }

    .about_s2rdiv .about_s2img{
        width: 80px;
        max-width: 80px;
    }

    .about_s2text{
        width: calc(100% - 80px);
    }

    h2{
        font-size: 32px;
    }

    footer h4{
        font-size: 32px;
    }

    .py-10{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    header .logo_a{
        margin-left: 10px;
    }

    .mobilenav{
        width: 60px;
    }

    header{
        padding: 20px 10px;
    }
}
 