.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#originArea .contentBox {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1280px) {
  #originArea .contentBox {
    display: flex;
    flex-direction: column;
  }
}
#originArea .wrap {
  position: relative;
}
#originArea .contentBox {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
@media (max-width: 1280px) {
  #originArea .contentBox {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: column-reverse;
  }
}
#originArea .left,
#originArea .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#originArea .right{
    padding-left: 70px;
}
#originArea .right .text {
  margin-top: 18px;
  color: #404040;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5pt;
}
#originArea .subtitle{
	    padding: 15px 0 10px 0;
	    letter-spacing: 2px;
	    font-size: 22px;
	    line-height: 1.5;
	    position: relative;
	    color: #86795e;
	    padding-bottom: 40px;
	    font-weight: 500;
}


#originArea .info {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7c7c8;
}
#originArea .info .title {
  position: relative;
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
#originArea .info::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -1px;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #bea976;
}
#originArea .info .text {
  font-size: 16px;
  color: #363027;
}
@media (max-width: 1366px) {
  #originArea .info .text {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  #originArea .info .text {
    max-width: initial;
  }
}



#originArea .center {
  position: relative;
  z-index: 5;
  max-width: 630px;
  margin-top: 15px;
}
#originArea .center img {
  display: block;
  width: 100%;
}
@media (max-width: 1560px) {
  #originArea .center {
    max-width: 640px;
  }
}
@media (max-width: 1280px) {
  #originArea .center {
    max-width: 550px;
  }
}
@media (max-width: 1280px) {
  #originArea .center {
    /* -webkit-box-ordinal-group: 1; */
    -ms-flex-order: 0;
    /* order: 0; */
    width: 100%;
    /* max-width: initial; */
  }
  #originArea .center img {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  #originArea .left,
#originArea .right {
    /* -webkit-box-flex: 1; */
    -ms-flex: auto;
    /* flex: auto; */
    padding: 0 10px;
    margin-left: 0;
    width: 100%;
  }
}
#originArea .left {
  margin-right: -70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}
#originArea .left .titleBox{
    margin-bottom: 30px;
}
#originArea .left .titleBox .titleEn{
	    line-height: 140%;
	    letter-spacing: 2.4px;
	    font-size: 24px;
	    font-weight: 600;
	    color: var(--primary);
	    font-family: 'Gallery';
	    padding-bottom: 12px;
	    display: block;
}
#originArea .left .titleBox .titleTw{
	    letter-spacing: 2.4px;
	    padding-bottom: 12px;
	    font-size: 32px;
	    text-align: left;
	    line-height: 120%;
	    margin-bottom: 10px;
	    font-weight: 500;
	    color: #363027;
}
#originArea .left img {
  display: block;
  width: 65px;
}
@media (max-width: 1560px) {
  #originArea .left {
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  #originArea .left {
    height: auto;
  }
}
@media (max-width: 1280px) {
  #originArea .left {
    margin-right: -25%;
  }
}
@media (max-width: 1280px) {
  #originArea .left {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    /* -webkit-box-ordinal-group: 2; */
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #originArea .left {
    /* -webkit-box-flex: 1; */
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    padding: 0;
  }
}










@media screen and (max-width: 768px) {
	
}


