#wrap{
    overflow: hidden;
}
/* nav */
.section-head{
    

}
.nav-top{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.logo{
    width: 250px;
    height: auto;
}

.banner{
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.banner-img{
    /* display: block; */
    /* background-image: url('../img/banner.jpg'); */
    /* background-attachment:fixed; */
    background:no-repeat center 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
}
.main-title{
    position: absolute;
    left: 12%;
    bottom: 10%;
    transform: translate(-10%, -10%);
}

@media (min-width:768px){
    .main-title{
        left: 10%;
        bottom: 10%;
        transform: translate(-10%, -10%);
    }
}

.main-title h1{
    color: #fff;
    font-size: 3.5em;
    font-family: "Noto Serif TC", serif;
    font-style: normal;
    font-weight: bolder;
}


/* 認證 */
.certification{

}

.certification h2{
    display: block;
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-family: "Noto Serif TC", serif;
    font-style: normal;
    font-weight: bolder;
}

.certification h2 span{
    display: block;
    font-size: 1.6rem;
}

.certification h4{
    line-height: 1.7;
    margin-bottom: 40px;
}

.card-box{
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.card-box .card-body h4{
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}

.card-box .card-img{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


@media (min-width:768px){
    .certification h2 span{
        font-size: 2rem;
        display: inline-block;
    }
}

/*  */
.text-content .sub-title{
    display: inline-block;
    margin-bottom: 50px;
    padding: 12px 20px;
    background-color: #cfebfc;
    color: #232930;
    border-radius: 50px;
    font-size: 1.6rem;
}

.text-content h2.title, .text-content h1.title{
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: "Noto Serif TC", serif;
    font-style: normal;
    font-weight: bolder;
}
@media (min-width:768px){
    .text-content .sub-title{
        font-size: 1.8rem;
    }

    .text-content h1.title{
        font-size: 3rem;
    }
}

@media (min-width:1200px){
    .text-content h1.title{
        font-size: 3.6rem;
    }
}

.img-bottom{
    padding-top: 10px;
}

.img-top{
    margin-left: -10px;
    padding-bottom: 50px;
}


.service-box{
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.service-box img{
    transform: scale(1);
    transition: all .5s;
}

.service-box:hover img{
    transform: scale(1.05);
}

/* footer */
footer{
    margin-top: 80px;
}
ul.list-style{
    list-style: none;
    padding-left: 0;
    color: #fff;
}

ul.list-style li{
    margin-bottom: 10px;
}

ul.list-style a{
    color: #fff;
    text-decoration: none;
}


.foot-logo{
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width:1024px){
    .foot-logo{
        width: 350px;
        float: right;
    }
}

/* 相簿 */
.gallery-item {
    width: 200px;
    padding: 5px;
  }

  .gallery-item img{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .page-banner{
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    overflow: hidden;
  }

  .page-banner-bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    z-index: 1;
  }

  .nGY2GallerySub > .nGY2GThumbnail {
    border-radius: 12px !important;
    background-color: transparent !important;
    border-width: 0 !important;
    overflow: hidden !important;
  }
  .nGY2 .nGY2GThumbnailCustomLayer{
    border-radius: 12px;
  }

  .nGY2 .nGY2GThumbnailImage{
    border-radius: 12px;
  }