/*圖片容器*/
.press-img{
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*控制圖片原點為中心*/
.press-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*-- Project ↓ --*/

/*手機板案件列表內距調整*/
@media (max-width: 768px){
.project-section .w-95 .col-6 {
    padding-left: 8px;
    padding-right: 8px;
}
}

/*圖片比例為1:1*/
.project-section .press-img{
  padding-top: 100%;
}

/*-- Project ↑ --*/


/*-- Media ↓ --*/

/*電腦版 - 最大寬度350px & 圖片比例為16:9*/
.media-video .press-img{
  padding-top: 47%;
  max-width: 350px;
}

/*手機版 - 圖片比例為16:9*/
@media (max-width: 768px){
.media-video .press-img{
  padding-top: 56%;
}
}

/*-- Media ↑ --*/

/*-- 下拉選單 ↓ --*/
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #666666;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #f1f1f1;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border: 1px solid #ccc;
  box-shadow:0px 0px 10px #00000020;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #ddd;
  color: #999;
}

/*-- 下拉選單 ↑ --*/

/*-- 文字換行 ↓ --*/

/*-- 限一行 --*/
.over-text {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; 
}

/*-- 手機板變限兩行 --*/
@media(max-width: 991px){
.news-section01 .over-text {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
white-space: normal;
}
}

/*-- 限兩行 --*/
.over-2 {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
}
/*-- 文字換行 ↑ --*/

.mb-20{
  margin-bottom:20px;
}

.mb-40{
  margin-bottom: 40px;
}

.newcodeimg{
  max-width: 120px;
}
.menu-bnt li a{
  position: relative;
  top: 5px;
  left: 15px;
  color: #333333;
}

@media(max-width: 991px){
  .img-rwd{
    width: 100%;
  }
}