@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:500|Noto+Sans+TC:300,700|Roboto:300,400");
.designList > li, .designList .Img {
  box-sizing: border-box;
}

.designList .Img a::before, .designList .Img a::after, .designList .Img img {
  transition: all .5s ease-out;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  text-align: center;
}

.designList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.designList > li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
}

.designList .item {
  /*max-width: 370px;*/
  margin-left: auto;
  margin-right: auto;
}

.designList .item:hover .Img a::before {
  opacity: 1;
}

.designList .item:hover .Img a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-delay: .5s;
}

.designList .item:hover .Img img {
  opacity: .5;
}

.designList .item:hover h3 a {
  color: #48b9e8;
}

.designList .Img {
  position: relative;
  line-height: 0;
  background-color: #000;
  overflow: hidden;
}

.designList .Img a {
  display: block;
}

.designList .Img a::before, .designList .Img a::after {
  content: '';
  position: absolute;
  z-index: 1;
  margin: auto;
}

.designList .Img a::before {
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px dashed rgba(201, 184, 164, 0.5);
  opacity: 0;
}

.designList .Img a::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #48b9e8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.designList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.designList .Txt {
  padding-top: 10px;
}

.designList h3 a {
  display: block;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 1px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.designList .jobPosition {
  color: #48b9e8;
  font-size: 16px;
}

/******內頁******/
.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.contentBox .rightBox {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 960px) {
  .designList > li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .designList > li {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .designList .Txt {
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .designList {
    margin-left: 0;
    margin-right: 0;
  }
  .designList > li {
    width: 100%;
  }
}
