@charset "UTF-8";
/*---kv---*/
.kv_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

video {
  width: 100%;
  height: auto;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

.header {
  display: flex;
  width: 96%;
  position: relative;
  padding: 1% 2%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
  background: #fff;
}
.header .logo {
  width: 12%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header .logo {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .logo {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 35%;
    padding: 2%;
  }
}

button.menu_m {
  position: fixed;
  top: 1.5%;
  right: 1%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}

.kv_w {
  position: relative;
}

.kv_box {
  position: absolute;
  width: 100%;
  z-index: 2;
}

video {
  width: 100%;
  height: auto;
}

.bg_video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #132a42;
}
@media (max-width: 767px) {
  .bg_video {
    width: 350%;
    left: -100%;
  }
}

/*--- CHEESE ---*/
.cheese_g {
  position: absolute;
  width: 45%;
  left: 20%;
  top: 18%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cheese_g {
    width: 93%;
    left: 5%;
    top: 13%;
  }
}
.cheese_g .cheese_title {
  margin: 2% 0 4% -1%;
  width: 80%;
}
@media (max-width: 767px) {
  .cheese_g .cheese_title {
    margin: 4% 0 6% -1;
    width: 63%;
  }
}
.cheese_g p {
  font-size: 1vw;
  line-height: 2vw;
  margin-bottom: 4%;
  color: #154476;
}
@media (max-width: 767px) {
  .cheese_g p {
    font-size: 3.2vw;
    line-height: 5vw;
  }
}

.btn_contact {
  position: fixed;
  width: 5%;
  right: 2%;
  bottom: 4%;
  z-index: 99;
}
@media (max-width: 767px) {
  .btn_contact {
    width: 12%;
  }
}

/*--- 關於啟示 ---*/
.title_g {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 6%;
}

.title_b {
  font-size: 2vw;
  font-weight: 600;
  line-height: 3vw;
  color: #154476;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .title_b {
    font-size: 5vw;
    line-height: 6vw;
  }
}
.title_b::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 8px;
  background-image: url(../images/btitle_line_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 45%;
  left: 37%;
  background-position: left;
}
@media (max-width: 767px) {
  .title_b::before {
    width: 27%;
    left: 6%;
  }
}
.title_b::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 8px;
  background-image: url(../images/btitle_line_r.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 45%;
  right: 37%;
  background-position: right;
}
@media (max-width: 767px) {
  .title_b::after {
    width: 27%;
    right: 6%;
  }
}

.title {
  font-size: 2vw;
  font-weight: 600;
  line-height: 3vw;
  color: #FFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .title {
    font-size: 5vw;
    line-height: 6vw;
    margin-top: 9%;
  }
}
.title::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 8px;
  background-image: url(../images/title_line_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 45%;
  left: 36%;
  background-position: left;
}
@media (max-width: 767px) {
  .title::before {
    width: 27%;
    left: 6%;
  }
}
.title::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 8px;
  background-image: url(../images/title_line_r.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 45%;
  right: 36%;
  background-position: right;
}
@media (max-width: 767px) {
  .title::after {
    width: 27%;
    right: 6%;
  }
}

.about_g {
  width: 64%;
  margin: 3% 18%;
}
@media (max-width: 767px) {
  .about_g {
    width: 60%;
    margin: 8% 20%;
  }
}
.about_g ul {
  display: flex;
}
.about_g ul li {
  width: 100%;
}
.about_g .swiper_about {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
  z-index: 2;
}
@media (max-width: 767px) {
  .about_g .swiper_about {
    position: relative;
    left: 0;
    top: 0;
    margin: 5%;
  }
}

/*--- 我們的客戶 ---*/
.title_g2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.customer_g {
  display: block;
  position: relative;
  width: 60%;
  margin: 2% auto;
  padding: 1% 0;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .customer_g {
    width: 88%;
    margin: 8% auto 15% auto;
    padding: 2% 0;
  }
}
.customer_g .swiper-wrapper {
  transition-timing-function: linear;
}
.customer_g .logolist1, .customer_g .logolist2 {
  margin: 1% 0;
}
@media (max-width: 767px) {
  .customer_g .logolist1 .swiper-slide, .customer_g .logolist2 .swiper-slide {
    width: 200%;
  }
}

/*--- 精選案例 ---*/
.case_g {
  width: 60%;
  margin-left: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .case_g {
    width: 90%;
    margin-left: 5%;
  }
}

.filter a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  border-left: 1px solid #fff;
}
.filter a:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .filter a {
    padding: 8px;
  }
}

.filter a:hover {
  color: #ffd800;
}

.filter {
  padding: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .filter {
    padding: 7% 0;
    font-size: 3vw;
  }
}

.gallery a img {
  width: 95%;
  height: auto;
  float: left;
}

.case_on {
  display: none;
  width: 95%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: -2%;
}
@media (max-width: 767px) {
  .case_on {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: -1%;
  }
}
.case_on h3 {
  font-size: 0.8vw;
  line-height: 1.3vw;
  color: #FFF;
  padding-bottom: 13%;
}
@media (max-width: 767px) {
  .case_on h3 {
    width: 100%;
    padding-bottom: 0;
    font-size: 2.3vw;
    line-height: 4vw;
    border-left: 1px solid #fff;
  }
  .case_on h3:last-child {
    border-right: 1px solid #fff;
  }
}

.gallery a {
  width: 25%;
  padding: 1% 0%;
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .gallery a {
    width: 50%;
    padding: 8% 0 10% 0%;
  }
}
.gallery a:hover .case_on {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(../images/case/case_on.png);
}
@media (max-width: 767px) {
  .gallery a:hover .case_on {
    background-image: none;
  }
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.1s;
}

.gallery .pop {
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.5);
}

/*--- CHEESE REPORT ---*/
.report_g {
  display: flex;
  width: 60%;
  margin: 4% 20%;
  align-items: center;
}
@media (max-width: 767px) {
  .report_g {
    width: 90%;
    margin: 15% 5%;
  }
}
.report_g .report_img {
  width: 90%;
  margin-right: 2%;
}
.report_g .btn_subscription {
  width: 8%;
}
@media (max-width: 767px) {
  .report_g .btn_subscription {
    width: 15%;
  }
}

/*--- footer ---*/
.footer {
  width: 60%;
  margin: 4% 20%;
}
@media (max-width: 767px) {
  .footer {
    width: 90%;
    margin: 3% 5%;
  }
}/*# sourceMappingURL=full.css.map */