@charset "UTF-8";
/* ================== 全部共用區 ================== */
.flex-container {
  display: flex;
}

footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #333;
}

/* ================== 桌機版型區 ================== */
/* 頁首 */
.CONTAINER {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

/*首頁BANNER BEGIN*/
.carousel-item {
  transition: 0.5s;
  transform: translate3d(0px, 0px, 0px);
}
.carousel-item .active {
  transform: translate3d(-540px, 0px, 0px);
}
.carousel-item .carousel-caption {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 0;
}
.carousel-item .carousel-caption .slide-title {
  font-size: 52px;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.carousel-item .carousel-caption .slide-caption {
  font-size: 30px;
  line-height: 1.3em;
  padding: 1em 0 2em;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.carousel-item .carousel-caption .slidebtn,
.carousel-item .carousel-caption .slidebtn a,
.carousel-item .carousel-caption .slidebtn:hover {
  width: 230px;
  line-height: 3.5rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #004098;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  background-color: rgb(217, 217, 217);
  opacity: 0.3;
}

.BaImg_Pic {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 40.677%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.BaImg_Mob {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

/*首頁BANNER End*/
.content,
.content-A,
.content-B {
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

/* 首頁-5大應用 */
#APPLICATION ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
}
#APPLICATION ul li {
  width: 15%;
}
#APPLICATION ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
}
#APPLICATION ul li img {
  width: 100%;
  margin-bottom: 15px;
}
#APPLICATION ul li img:hover,
#APPLICATION ul li a:hover {
  color: #fff;
}

.content-B {
  display: none;
}

/* 首頁-成功案例 */
#casecase {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  background-image: url(../images/case_bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.case_content {
  display: flex;
  max-width: 70%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.home_suc_bg {
  max-width: 50%;
  background-color: rgba(23, 31, 43, 0.5);
  padding: 3rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home_suc_heading2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
  line-height: 2rem;
}

.home_suc_text {
  color: #aaa;
  line-height: 2rem;
  margin-bottom: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home_suc_link {
  display: block;
  line-height: 3.5rem;
  text-align: center;
  border: 1px solid #666;
  transition: 0.5s;
  font-size: 18px;
  color: #666;
}
.home_suc_link:hover {
  color: #fff;
  background-color: #004098;
  border: 1px solid #004098;
}

.home_suc_img_wrap {
  max-width: 50%;
}
.home_suc_img_wrap .home_suc_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home_heading {
  display: flex;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  padding: 5rem 0;
}

/*.col {
    flex: 1;
}*/
/* 首頁-為什麼選擇肯微科技 */
#COMPUWARE,
.CPW-T {
  width: 100%;
  height: auto;
}

.row {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.whyCPW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whyCPW .c_bg {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #171f2b;
  margin-bottom: 2rem;
  padding: 0 1.5rem 1.5rem;
  border: 2px solid #b3864a;
}
.whyCPW .c_bg .c_img {
  border-bottom: 1px solid #b3864a;
  padding-bottom: 2em;
}
.whyCPW .c_bg .c_img::before {
  content: "■";
  color: #004098;
  font-size: 3.5em;
  display: flex;
  margin: -7px 0 1.5em;
  height: 0px;
  vertical-align: top;
  justify-content: center;
}
.whyCPW .c_bg .c_img img {
  display: flex;
  width: 40%;
  margin: 0 auto;
}
.whyCPW .c_bg .c_text {
  text-align: center;
  margin: 2em 0;
  color: #aaa;
  flex: 1;
}
.whyCPW .c_bg .c_text p {
  line-height: 1.5rem;
  margin: 0;
}
.whyCPW .c_bg .c_link a,
.whyCPW .c_bg .c_link {
  display: block;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  border: 1px solid #666;
}
.whyCPW .c_bg .c_link {
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 18px;
  color: #aaa;
}
.whyCPW .c_bg .c_link:hover {
  color: #fff;
  background-color: #004098;
  border: 1px solid #004098;
}

/* =========================== iPad =========================== */
@media screen and (min-width: 768px) and (max-width: 1050px) {
  /*首頁BANNER BEGIN*/
  .carousel-item .carousel-caption .slide-title {
    font-size: 26px;
  }
  .carousel-item .carousel-caption .slide-caption {
    font-size: 18px;
  }
  .carousel-item .carousel-caption .slidebtn,
  .carousel-item .carousel-caption .slidebtn a,
  .carousel-item .carousel-caption .slidebtn:hover {
    width: 176px;
  }
  /*首頁BANNER End*/
  .content,
  .content-A,
  .content-B {
    width: 85%;
    overflow: hidden;
  }
  /* 首頁-5大應用 */
  #APPLICATION ul {
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2em;
    margin: 3rem auto;
  }
  #APPLICATION ul li {
    width: 25%;
  }
  .content-A {
    display: none;
  }
  .content-B {
    display: block;
  }
  /* 首頁-成功案例 */
  .case_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 85%;
  }
  .home_suc_bg {
    max-width: 100%;
    padding: 2rem;
  }
  .home_suc_heading2 {
    font-size: 24px;
    text-align: center;
  }
  .home_suc_text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .home_suc_link {
    background-color: #004098;
    border: 1px solid #004098;
    color: #fff;
  }
  .home_suc_img_wrap {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .home_heading {
    font-size: 42px;
    padding: 3rem 0 1rem;
  }
  .c_bg {
    flex-basis: 48%;
  }
  .c_link {
    color: #fff;
    border: 1px solid #004098;
    background-color: #004098;
  }
}
/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {
  /*首頁BANNER BEGIN*/
  .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    text-align: center;
  }
  .carousel-item .carousel-caption .slide-title {
    font-size: 24px;
  }
  .carousel-item .carousel-caption .slide-caption {
    font-size: 16px;
  }
  .carousel-item .carousel-caption .slidebtn,
  .carousel-item .carousel-caption .slidebtn a,
  .carousel-item .carousel-caption .slidebtn:hover {
    width: 50%;
    margin: auto;
  }
  .BaImg_Pic {
    display: none;
  }
  .BaImg_Mob {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 163.88%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  /*首頁BANNER End*/
  .content,
  .content-A,
  .content-B {
    width: 95%;
    overflow: hidden;
  }
  /* 首頁-5大應用 */
  #APPLICATION ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1.5em 0;
    margin: 2rem auto;
  }
  #APPLICATION ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #APPLICATION ul li img {
    width: 70%;
    margin-bottom: 0.5em;
  }
  #APPLICATION ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-A {
    display: none;
  }
  .content-B {
    display: block;
  }
  /* 首頁-成功案例 */
  #casecase {
    padding-bottom: 2rem;
  }
  .case_content {
    flex-direction: column;
    max-width: 95%;
  }
  .home_suc_bg {
    max-width: 100%;
    padding: 1rem;
  }
  .home_suc_heading2 {
    font-size: 21px;
    padding-bottom: 20px;
    text-align: center;
  }
  .home_suc_text {
    line-height: 1.5em;
    margin-bottom: 1em;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .home_suc_link {
    background-color: #004098;
    border: 1px solid #004098;
    font-size: 16px;
    color: #fff;
  }
  .home_suc_img_wrap {
    width: 100%;
    max-width: 100%;
    height: 30vh;
  }
  .home_heading {
    font-size: 30px;
    padding: 2rem 0 1rem;
  }
  .whyCPW {
    justify-content: center;
  }
  .whyCPW .c_bg {
    width: 95%;
    margin-bottom: 1em;
  }
  .whyCPW .c_bg:last-child {
    margin: 0;
  }
  .whyCPW .c_bg .c_img img {
    width: 35%;
  }
}/*# sourceMappingURL=home.css.map */