﻿* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/*特色*/

#companySpecial_Area,
#product_Area,
#otherProduct_Area,
#example_Area,
#partner_Area,
#example_Area {
  width: 100%;
  position: relative;
}

.partnerOtherSection {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/*樣式1*/

#otherProduct_Area {
  background: #1a1a1a;
}

.companySpecialIcon {
  display: block;
  margin: auto;
  width: 100%;
}

.companySpecialIcon .specialIcons {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.companySpecialIcon .specialIcons:hover {
  background: #d7f2ff;
}

.specialIcons img {
  margin: auto;
  display: block;
  width: 55%;
}

.specialIconsTxt {
  width: 55%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 55px;
  margin: auto;
  padding-top: 10px;
}

.specialIconsTxt h4 {
  width: 100%;
  font-size: 22px;
  font-weight: inherit;
  display: block;
  margin: auto;
  text-align: center;
}

.specialIconsTxt p {
  width: 100%;
  display: block;
  margin: 10px auto 20px;
  line-height: 1.4em;
  word-break: break-all;
  font-size: 16px;
}

/*樣式2*/
#otherProduct_Area .otherModel {
  padding-top: 50px;
  display: block;
  margin: auto;
  width: 100%;
}

.otherModel table {
  width: 100%;
}

.otherModelTd {
  display: inline-block;
  width: 100%;
}

.otherModelImage {
  width: 85%;
  height: 330px;
  margin: auto;
  display: block;
  position: relative;
}

.mobileImage {
  background: url(../img/home/mobile_background.png) no-repeat 50% 50%;
  background-size: cover;
}

.scheduleImage {
  background: url(../img/home/calendar.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.analysisImage {
  background: url(../img/home/shutterstock_26244592.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.otherModelImageTxt {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: auto;
}

.otherModelImageTxt h4 {
  text-align: center;
  font-size: 1.3em;
  line-height: 200px;
  color: white;
  font-weight: inherit;
  margin: 0;
}

.otherModelImageTxt p {
  display: none;
  font-size: 1em;
  color: white;
  font-weight: inherit;
  opacity: 0;
}

.otherModelImage:hover h4 {
  display: block;
  opacity: 0;
  line-height: 0;
}

.otherModelImage:hover p {
  display: block;
  opacity: 1;
  line-height: 24px;
  padding: 10px;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  word-break: break-all;
}

.otherModelTd p {
  text-align: start;
  color: white;
  width: 100%;
  margin: auto;
  margin-left: 22%;
}

.otherModelTd li {
  list-style-type: disc;
  color: white;
  width: 85%;
  margin: auto;
  margin-left: 10%;
}

.otherModelTd p {
  color: white;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.5em;
}

.otherDesignTxt {
  margin: auto;
  right: 0;
  left: 0;
  margin-top: 10px;
}

.otherDesignTxt p {
  margin-left: 0;
}

.mobileModel {
  background: rgba(226, 0, 51, 0.8);
}

.scheduleModel {
  background: rgba(39, 39, 39, 0.8);
}

.analysisModel {
  background: rgba(255, 177, 17, 0.9);
}

/*樣式3*/

.exampleItems_area {
  width: 100%;
  margin: auto;
  padding: 50px 0;
}

.exampleItem_block {
  width: 100%;
  display: inline-block;
  padding-left: calc(2.5%/2);
  padding-right: calc(2.5%/2);
  margin-top: 2%;
  margin-bottom: 5%;
  box-sizing: border-box;
  padding-bottom: 5px;
  position: relative;
}

.exampleItem_block img {
  width: 100%;
}

.exampleItem_block .exampleGoTo {
  width: 20%;
  min-width: 60px;
  position: absolute;
  bottom: 6%;
  right: 8%;
}

.exampleItem_block .exampleItem_image .exampleHiddenText {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #333333db;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.2s;
  word-wrap: break-word;
}

.exampleItem_block .exampleItem_image .exampleHiddenText p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 16px;
}

.exampleItem_block .exampleItem_image:hover .exampleHiddenText {
  top: 0;
}

.exampleItem_block .exampleItem_image:hover .exampleGoTo {
  animation: goExampleLink 1s ease infinite;
}

.exampleItem_block .exampleItem_image {
  margin-bottom: 20px;
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, .15);
  overflow: hidden;
  position: relative;
}

.exampleItem_block .exampleItem_image:hover {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.6);
}

.exampleItem_block .exampleText {
  font-size: 1.3em;
  display: inline-block;
}

.exampleItem_block .exampleText h4 {
  font-size: 1.1em;
  font-weight: initial;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.exampleItem_block .exampleText a {
  display: flex;
  margin: auto;
  text-decoration: none;
}

.exampleItem_block .exampleText h4:hover {
  color: #005bcb;
}

/*樣式4*/

/*範例區域*/

.areaExample {
  display: block;
  margin: auto;
  width: 75%;
}

.exampleBox {
  width: 31%;
  margin: 2% 1%;
  box-sizing: border-box;
  padding: 15px;
  display: inline-block;
  transition: all 0.2s;
  box-shadow: 0 0 5px 0px #c8c8c8;
}

.exampleBox:hover {
  transform: scale(1.05, 1.05);
}

.exampleBox:hover {
  background: #3dc3ffa3;
}

.exampleBox .captionTxt a {
  color: #0f0f0f;
}

.exampleBox .captionTxt h5 {
  font-size: 1.2em;
  line-height: 30px;
  font-weight: inherit;
  color: #111;
}

.exampleBox .captionTxt p {
  font-size: 14px;
  line-height: 20px;
  font-weight: inherit;
  color: #111;
}

.exampleBox .captionTxt .exampleTxtBox {
  width: 100%;
  height: 80px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.exampleBox .captionTxt .exampleTxtBox::-webkit-scrollbar {
  display: none;
}

.exampleImage {
  width: 100%;
  display: block;
  margin: auto;
}

.exampleImage img {
  width: 100%;
}

.exampleButtonsSection {
  display: block;
  text-align: center;
  padding: 0 0 100px;
}

.exampleButtons {
  background: #18d5ff;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin: 0 25px 0px;
}

.exampleButtons:hover {
  background: #0068b8;
}

/*樣式5*/

.partnerOtherCards {
  display: block;
  width: 100%;
  flex: 0 0 33.3%;
  box-sizing: border-box;
}

.partnerOtherCardsssss {
  display: block;
  width: 100%;
  flex: 0 0 16.6%;
  padding: 0px;
  box-sizing: border-box;
}

.partnerDoubleOtherCards {
  flex: 0 0 48%;
  margin: 10px auto;
}

.partnerOtherCards .specialIcons {
  height: 100%;
}


.partnerOtherCards .specialIcons:hover {
  background: #96def9;
}

.otherCardTd {
  width: 12.1%;
  height: 150px;
  box-sizing: border-box;
  /* display: inline-block; */
  float: left;
  position: relative;
}

.partnerOtherCardsssss .otherCardTd {
  width: 100%;
}

.otherCardTd .cardImage {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  transform: perspective(400px) rotateY(0deg);
  -webkit-transform: perspective(400px) rotateY(0deg);
  transition: all .3s;
  backface-visibility: hidden;
  border: 1px solid #e7e7e7;
  z-index: 6;
  overflow: hidden;
}

.otherCardTd img {
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.otherCardTd .cardText {
  width: 100%;
  height: 100%;
  background: rgba(41, 42, 43, 0.8);
  padding: 8px;
  color: white;
  position: absolute;
  transform: perspective(400px) rotateY(180deg) translateZ(1px);
  -webkit-transform: perspective(400px) rotateY(180deg) translateZ(1px);
  transition: all .3s;
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 5;
}

.otherCardTd p {
  width: 100%;
  margin: auto;
  font-size: 0.9em;
  font-weight: inherit;
}

.otherCardTd:hover .cardImage {
  z-index: 10;
  transform: perspective(400px) rotateY(-180deg);
  -webkit-transform: perspective(400px) rotateY(-180deg);
}

.otherCardTd:hover .cardText {
  z-index: 11;
  transform: perspective(400px) rotateY(0deg);
  -webkit-transform: perspective(400px) rotateY(0deg);
  overflow: auto;
}

/* 樣式6 */

.halfOtherCardTd {
  width: 100%;
  height: 250px;
  padding: 2%;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 0 5px #1818182b;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.half-h2Content {}

.halfOtherCardTd h2 {
  font-size: 22px;

}

.halfOtherCardTd p {
  font-size: 16px;
  margin-top: 5px;
}


/* 樣式7 */
.partnerOtherCards .dev-card-image {
  width: 100%;
  overflow: hidden;
  top: 0;
}

.dev-cardsBox {
  box-shadow: 0 0 7px 0px #56565682;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 31%;
}

.dev-cardsBox:hover {
  box-shadow: 0 0 7px 0px #0c8aff82;
}

.partnerOtherCards .dev-card-image img {
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: auto;
}

.dev-sortContent-text {
  padding: 15px 0;
  margin: 0px 15px;
}

.dev-sortContent-text .dev-sort {
  float: left;
  font-size: 16px;
  color: #2b2b2b;
}

.dev-sort-date {
  text-align: end;
  font-size: 16px;
  color: #0088fd;
}

.dev-caption-text,
.dev-description-text {
  padding: 15px 15px 15px;
  font-size: 20px;
  color: #2b2b2b;
}

.blog-description-text p {
  margin-bottom: 10px;
}

/*範例區域*/

.areaExample {
  display: block;
  margin: auto;
  width: 100%;
}

.exampleBox {
  width: 95%;
  height: 95%;
  margin: 2% 1%;
  box-sizing: border-box;
  padding: 15px;
  display: inline-block;
  transition: all 0.2s;
  box-shadow: 0 0 5px 0px #c8c8c8;
}

.exampleBox:hover {
  transform: scale(1.05, 1.05);
}

.exampleBox:hover {
  background: #3dc3ffa3;
}

.exampleBox .captionTxt a {
  color: #0f0f0f;
}

.exampleBox .captionTxt h5 {
  font-size: 22px;
  line-height: 40px;
  font-weight: inherit;
  color: #111;
}

.exampleBox .captionTxt p {
  font-size: 16px;
  line-height: 20px;
  font-weight: inherit;
  color: #111;
}

.exampleBox .captionTxt .exampleTxtBox {
  width: 100%;
  height: 80px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.halfOtherCardTd h2,
.halfOtherCardTd p {
  color: #363636;
}

@media screen and (max-width:1024px) and (min-width: 769px) {

  /*特色*/
  .companySpecialIcon {
    width: 80%;
  }

  .companySpecialIcon .specialIcons {
    width: 33.3%;
  }

  /*其他產品*/
  #otherProduct_Area .otherModel {
    width: 100%;
  }

  .otherModelTd {
    width: 95%;
  }

  .otherModelImageTxt {
    width: 60%;
  }

  .otherModelTd {
    display: inline-block;
    position: relative;
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
  }

  .otherModelImage {
    width: 100%;
  }

  /*範例區域*/
  .areaExample {
    width: 85%;
  }

  #example_Area .areaExample .exampleBox {
    width: 30.5%;
  }

  .exampleItem_block {
    width: 49.5%;
  }

  .partnerOtherCards {
    display: block;
    margin: auto;
    width: 90%;
  }

  .otherCardTd {
    width: 14.1%;
    min-width: 14.1%;
  }
}

@media screen and (max-width:768px) {

  /*特色*/
  .companySpecialIcon {
    width: 100%;
  }

  .companySpecialIcon .specialIcons {
    width: 50%;
    padding: 5px;
  }

  /*其他產品*/
  #otherProduct_Area .otherModel {
    width: 100%;
  }

  .otherModelTd {
    width: 100%;
  }

  .otherModelImageTxt {
    width: 50%;
    min-width: 180px;
  }

  .otherModelTd {
    display: block;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
  }

  .otherModelImage {
    width: 100%;
  }

  /*範例*/
  .areaCaption {
    width: 90%;
  }

  .areaExample {
    width: 90%;
  }

  .exampleBox {
    width: 100%;
  }

  .exampleDescription_area {
    width: 90%;
    font-size: 1.2em;
    padding: 70px 0 0;
  }

  .exampleItem_block .exampleGoTo {}

  .exampleItem_block .exampleItem_image {
    width: 60%;
    display: inline-table;
  }

  .exampleItems_area {
    width: 95%;
  }

  .exampleItem_block {
    width: 100%;
    display: flex;
  }

  .exampleItem_block .exampleItem_image:hover .exampleHiddenText p {
    display: none;
  }

  .exampleItem_block .exampleGoTo {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
  }

  .exampleItem_block .exampleText {
    line-height: 1em;
    text-align: left;
    margin-top: 5%;
    margin-left: 2%;
  }

  .partnerOtherCards {
    display: block;
    width: 100%;
    flex: 100%;
    min-width: 100px;
  }

  .otherCardTd {
    width: 24.5%;
    height: 150px;
  }
}

@media screen and (max-width:500px) {}

.gridView-Repeater-Root {
  overflow-y: auto;
  overflow-x: auto;
}

.gridView-Repeater-Root-vertical {
  display: flex;
  flex-direction: column;
}

.gridView-Repeater-Root-horizontal {
  display: flex;
  flex-direction: row;
}

.gridView-Repeater-item:hover {
  background: #d7f2ff
}

.gridView-pager {
  border-radius: 4px;
  /* border-style: solid; */
  /* border-width: 1px; */
  display: inline-block;
  margin: 0 0 -4px;
  overflow: hidden;
  padding: 10px 15px;
  margin: 3px;
  font-size: 14px;
  background: #e0e0e0;
  color: black;
}

.gridView-pager:hover,
.gridView-next:hover,
.gridView-lastIndex:hover,
.gridView-firstIndex:hover,
.gridView-prev:hover {
  background: #e5e5e5;
}

.pager-active {
  background: #007bff;
  color: #fff;
  opacity: 1;
}

.gridView-next,
.gridView-lastIndex,
.gridView-firstIndex,
.gridView-prev {
  padding: 8px;
  margin: 3px;
  font-size: 14px;
  cursor: pointer;
}

.gridView-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.GridViewCore-Base table {
  border-collapse: collapse;
}