/*字型*/
@import url("https://fonts.googleapis.com/css2?family=Niconne&display=swap");

/*動畫*/
@keyframes zoom {
  from {
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(0.9);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideleft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes slideleft {
  from {
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideright {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes slideright {
  from {
    -moz-transform: translateX(50px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
/*排版*/

.meus_pyAboutIcon {
  position: relative;
}

.meus_pyAboutIcon .meMsg_MsgMainTd {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: auto;
  align-items: stretch;
}

.meus_pyAboutIcon .meMsg_MsgMain .container {
  /* margin-left: 60px;
  margin-right: 60px; */
  padding-left: 12px;
  padding-right: 12px;
}

.meus_pyAboutIcon .meMsg_MsgMain tbody {
  width: 100%;
  padding: 100px 0px;
  overflow: hidden;
  background-color: #fff;
}

/*左右區塊*/
.meus_pyAboutIcon .meMsg_MsgTitle {
  width: 100%;
  float: left;
  text-align: right;
}

/*左區塊*/
.meus_pyAboutIcon .icon-left {
  flex: 0 0 auto;
  width: 25%;
}

/* .icon-left{
transition: all 1s linear .4s;
opacity: 0;
transform: translateX(-30px);

}

.meus_pyAboutIcon .icon-left.slideleft{
    opacity: 1;
    transform: translateX(0px);
    
    } */

.meus_pyAboutIcon .icon-left .meMsg_MsgTitle img {
  float: right;
  margin: 26px 0px 20px;
  max-width: 100%;
}

.meus_pyAboutIcon .icon-left .meMsg_ItemTitle {
  float: left;
  width: 100%;
  margin: 0px 0px 11px;
  text-transform: capitalize;
  font-family: Abril Fatface;
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
  font-size: 1.25rem;
}

.meus_pyAboutIcon .icon-left .meMsg_ItemContent {
  float: right;
  font-size: 16px;
}

.meus_pyAboutIcon .slideleft {
  -webkit-animation: slideleft var(--AiSpeed) 1;
  -moz-animation: slideleft var(--AiSpeed) 1;
  animation: slideleft var(--AiSpeed) 1;
}

/*中區塊*/
.meus_pyAboutIcon .text-center {
  flex: 0 0 auto;
  width: 50%;
  width: 430px;
  margin: 0 auto;
  background-image: url(https://shop9685.noon360.com/mainssl/uploads/shop9685/html/assets/images/banner/service_bg.jpg);
  background-size: cover;
  position: relative;
  object-position: center;
  object-fit: cover;
  visibility: visible;
  animation-name: zoom;
}

.meus_pyAboutIcon .meMsg_MsgBlk {
  background-color: #1d1d1d;
  width: 100%;
  float: left;
  padding: 15px;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.meus_pyAboutIcon .meMsg_MsgBlk:hover {
  background-color: rgba(29, 29, 29, 0.7);
}

.meMsg_MsgBlk > div:hover {
  border-color: #e7791a;
}

.meus_pyAboutIcon .meMsg_MsgBlk > div {
  width: 100%;
  float: left;
  border: 4px solid #fff;
  text-align: center;
  padding: 23px 0px 30px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.meus_pyAboutIcon .meMsg_MsgBlk .meMsg_MsgTitle {
  width: 100%;
  float: left;
  font-size: 25px;
  font-weight: 100;
  color: #e7791a;
  font-family: "Niconne", cursive;
  text-align: center;
}

.meus_pyAboutIcon .meMsg_MsgBlk .meMsg_MsgSubTitle {
  width: 100%;
  float: left;
  color: #fff;
  margin: 0px;
  padding: 5px 0px 1px;
  text-transform: capitalize;
  font-size: 32px;
  /* padding-bottom: 20px; */
}

.meus_pyAboutIcon .center_border {
  width: 53px;
  background-color: #e7791a;
  height: 1px;
  display: inline-block;
}

.meus_pyAboutIcon .meMsg_MsgBlk p {
  width: 100%;
  float: left;
  color: #fff;
  margin: 0px;
  height: 278px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 150%;
}

.meus_pyAboutIcon .zoom {
  -webkit-animation: zoom 1 var(--AiSpeed) alternate;
  -moz-animation: zoom 1 var(--AiSpeed) alternate;
  animation: zoom 1 var(--AiSpeed) alternate;
}

/*右區塊*/

.meus_pyAboutIcon .icon-right {
  flex: 0 0 auto;
  width: 25%;
}

.meus_pyAboutIcon .icon-right .meMsg_MsgTitle img {
  float: left;
  margin: 26px 0px 20px;
  max-width: 100%;
}

.meus_pyAboutIcon .icon-right .meMsg_ItemTitle {
  float: left;
  width: 100%;
  margin: 0px 0px 11px;
  text-transform: capitalize;
  font-family: Abril Fatface;
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
  font-size: 1.25rem;
  text-align: left;
}

.meus_pyAboutIcon .icon-right .meMsg_ItemContent {
  float: right;
  width: 100%;
  font-size: 16px;
  text-align: left;
}

.meus_pyAboutIcon .slideright {
  -webkit-animation: slideright var(--AiSpeed) 1;
  -moz-animation: slideright var(--AiSpeed) 1;
  animation: slideright var(--AiSpeed) 1;
}

/* 反選字 */
.meus_pyAboutIcon .meMsg_MsgMainTd .meMsg_ItemTitle::selection {
  background: var(--AiSelectGgColor);
  color: var(--AiSelectColor);
  text-shadow: none;
}
.meus_pyAboutIcon .meMsg_MsgMainTd .meMsg_ItemContent::selection {
  background: var(--AiSelectGgColor);
  color: var(--AiSelectColor);
  text-shadow: none;
}
.meus_pyAboutIcon .meMsg_MsgBlk .meMsg_MsgTitle::selection {
  background: var(--AiSelectGgColor);
  color: var(--AiSelectColor);
  text-shadow: none;
}

.meus_pyAboutIcon .meMsg_MsgBlk .meMsg_MsgSubTitle::selection {
  background: var(--AiSelectGgColor);
  color: var(--AiSelectColor);
  text-shadow: none;
}
.meus_pyAboutIcon .meMsg_MsgBlk .meMsg_Content p::selection {
  background: var(--AiSelectGgColor);
  color: var(--AiSelectColor);
  text-shadow: none;
}

/*手機板*/
@media (max-width: 768px) {
  .meus_pyAboutIcon .icon-left {
    flex: 0 0 auto;
    width: 100%;
  }
  .meus_pyAboutIcon .text-center {
    flex: 0 0 auto;
    width: 100%;
  }
  .meus_pyAboutIcon .icon-right {
    flex: 0 0 auto;
    width: 100%;
  }

  .meus_pyAboutIcon .meMsg_MsgTitle {
    width: 100%;
    float: right;
    text-align: left;
    /* margin-bottom: 55px; */
  }

  .meus_pyAboutIcon .icon-left .meMsg_MsgTitle img {
    float: left;
    margin: 26px 0px 20px;
    max-width: 100%;
  }

  .meus_pyAboutIcon .icon-left,
  .icon-right {
  }

  .meus_pyAboutIcon .icon-left .meMsg_ItemContent {
    float: left;
    max-width: 100%;
    font-size: 16px;
  }
}
