/*標題*/
.meus_pyImgFixed .meMsg_MsgBlk .meMsg_MsgTitle {
  margin: 0 0 60px;
  font-size: 24px;
  line-height: 50px;
  z-index: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  color: #fff;

}

/*副標題*/
.meus_pyImgFixed .meMsg_MsgMainTd .meMsg_MsgSubTitle {
  font-size: 50px;
  line-height: 70px;
  margin: 0 0 52px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
  color: #fff;
  word-wrap:break-word; 
  padding-right: 15%;

}

/*內文*/
.meus_pyImgFixed .meMsg_MsgBlk .meMsg_Content {
  z-index: 1;
  color: #fff;
  margin: 0 0 60px;
  word-wrap:break-word; 
}

/*圖片*/
.meus_pyImgFixed .meMsg_MsgMainTd .meMsg_MsgBlk .meMsg_MsgImg {
  float: left;
  width: 30%;
  padding: 8px 0 0;
  width: 90%;
  position: relative;
  padding: 8px 0 0 50px;
  z-index: 0;
  background-attachment: fixed;
}

.meus_pyImgFixed .meMsg_ImgTD{
  display:block;
}

@media screen and (max-width:768px) {
  .meus_pyImgFixed .meMsg_MsgMainTd .meMsg_MsgBlk .meMsg_MsgImg {
    padding: 0 0 0 50px;
  }
}

@media screen and (max-width:768px) {
  .meus_pyImgFixed .meMsg_MsgBlk img {
    width: 100%;
  }
}

.meus_pyImgFixed .meMsg_MsgMainTd {
  padding: 112px 60px;
}

@media screen and (max-width:768px) {
  .meus_pyImgFixed .meMsg_MsgMainTd {
    padding: 112px 20px;
  }
}


.meus_pyImgFixed .MsgMainTd.meMsg_MsgBlk {
  padding: 12px 0;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.meus_pyImgFixed .meMsg_MsgBlk>div {
  padding: 0 20px 0 0;
  width: 65.6%;
  margin: 0 0 20px;
  padding: 0 20px;
  float: left;
  width: auto;

}

/*背景圖片*/
.meus_pyImgFixed .meMsg_MsgMain{
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    min-height: 540px;
    padding: 112px 0;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    animation-duration:2.5s;
    

}

@keyframes  fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*圖片邊框*/
.meus_pyImgFixed .meMsg_ImgTD .meMsg_MsgImg:before{
    position: absolute;
    content: "";
    z-index: -1;
    left: 60px;
    top: 24px;
    bottom: -16px;
    right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    width: 90%;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width:768px){
   .meus_pyImgFixed .meMsg_ImgTD .meMsg_MsgImg:before{
    left: 10px;
    top: 20px;
    bottom: -10px;
    right: -10px;
    width: unset;
  }
}




@media screen and (max-width:768px) {
  .meus_pyImgFixed .meMsg_MsgBlk .meMsg_TxtTD {
    display: block;
    word-wrap:break-word; 
  }
}


/*背景*/
.us_pyBgFixed:after{
  width:100%;
  height:20px;
  display:block;
  content:'' ;
  background-color:red;

}






