.header {
  height: 700px;
}

.home_wrapper {
  min-height: 330px;
}

.morebtn {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  cursor: pointer;
  letter-spacing: 1px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.morebtn:hover {
  letter-spacing: 5px;
}

.morebtn_s {
  font-size: 0.813rem;
  cursor: pointer;
  margin-left: 3px;
}

.icon {
  margin: 30px auto;
  text-align: center;
  color: #fff;
}
.icon ul li {
  position: relative;
  display: inline-block;
  border: 3px solid #ffb5c0;
  margin: 40px 25px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.icon ul li img {
  width: 56%;
  filter: invert(100%);
}
.icon ul li div {
  font-size: 0.938rem;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 95px;
  line-height: 110%;
}

.table {
  display: block;
  padding: 2%;
  text-align: center;
  border: 0;
  width: 96%;
  margin: 35px auto;
  background: #fff;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.table td {
  border: 1px solid #ddd;
  padding: 15px;
  background: #f7f7f7;
}
.table td big {
  font-weight: 500;
  font-family: Noto Sans TC;
}

.morelist_a {
  text-align: center;
}
.morelist_a li span {
  width: 95px;
  min-height: 90px;
  display: block;
  color: #fff;
  padding: 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.page-home {
  position: relative;
  width: 100%;
}
.page-home .grid1, .page-home .grid2, .page-home .grid3, .page-home .grid4, .page-home .grid6 {
  position: relative;
  width: 100%;
  z-index: 99;
}
.page-home .grid1 .column, .page-home .grid2 .column, .page-home .grid3 .column, .page-home .grid4 .column, .page-home .grid6 .column {
  font-size: 0.938em;
  top: 15%;
  margin: auto;
  width: 90%;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 3;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page-home .grid1 {
  width: 0;
  height: 400px;
  border-top: solid 1px #ccc;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .grid1 .morebtn {
  letter-spacing: 1px;
  border: 1px solid #777;
  margin: 10px auto;
}
.page-home .grid1 .column {
  top: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.page-home .grid1 .column .column1 {
  text-align: center;
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
  left: 0;
  margin: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .grid1 .column .column1 .imgeffect {
  position: relative;
  margin: 10px auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.page-home .grid1 .column .column1 .imgeffect div {
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .grid1 .column .column1 .imgeffect div img {
  display: block;
  width: 100%;
  filter: invert(100%);
}
.page-home .grid1 .column .column2 {
  text-align: center;
  padding: 5% 2%;
}
.page-home .grid1 .column .column2 a {
  max-width: 500px;
  display: block;
  margin: auto;
}
.page-home .grid1 .column .column2 h3 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dotted #ccc;
}
.page-home .grid1 .column .column2 .description {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 140%;
  margin: 20px auto;
}
.page-home .grid1 .column .column2 .morebtn {
  max-width: 200px;
}
.page-home .grid2 {
  margin-bottom: 80px;
}
.page-home .grid2 .column3 {
  font-size: 0.875em;
  max-width: 500px;
  margin: auto;
  text-align: center;
  color: #fff;
  opacity: 0;
  padding: 250px 0;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.page-home .grid2 .column3 big {
  letter-spacing: 10px;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.page-home .grid2 .column3 img {
  display: block;
  width: 56px;
  margin: 20px auto;
  filter: invert(100%);
  animation: icon2effect 3s ease-in-out infinite;
}
@keyframes icon2effect {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotateZ(180deg);
    transform: rotateX(0deg);
  }
  25% {
    transform: rotateX(0deg);
    transform: rotateZ(180deg);
  }
  30% {
    transform: rotateX(180deg);
    transform: rotateZ(180deg);
  }
  50% {
    transform: rotateZ(180deg);
    transform: rotateX(180deg);
  }
  55% {
    transform: rotateZ(360deg);
    transform: rotateX(180deg);
  }
  75% {
    transform: rotateX(180deg);
    transform: rotateZ(360deg);
  }
  80% {
    transform: rotateX(360deg);
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-home .grid2 .column1 {
  opacity: 0;
  width: 100%;
  text-align: center;
  display: table;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid2 .column1 h4, .page-home .grid2 .column1 h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 0.938rem;
}
.page-home .grid2 .column1 h4 {
  margin: 60px auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.page-home .grid2 .column1 h5 {
  position: absolute;
  color: #fff;
  margin: auto;
  right: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  z-index: 99;
  text-shadow: 0 0 5px #555;
}
.page-home .grid2 .column1 ul {
  max-width: 1440px;
  margin: auto;
}
.page-home .grid2 .column1 li {
  position: relative;
  float: left;
  width: 50%;
  color: #777;
}
.page-home .grid2 .column1 li a {
  color: #777;
}
.page-home .grid2 .column1 li .child1, .page-home .grid2 .column1 li .child2 {
  height: 320px;
  float: left;
}
.page-home .grid2 .column1 li .child1 {
  opacity: 0;
  width: 40%;
  padding: 0 5%;
  overflow: hidden;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid2 .column1 li .child1 small {
  color: #777;
}
.page-home .grid2 .column1 li .child2 {
  width: 50%;
  position: relative;
  text-align: center;
}
.page-home .grid2 .column1 li .child2 div {
  position: relative;
  height: 0;
  width: 0;
  margin: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #fff;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .grid2 .column1 li .child2 img {
  position: absolute;
  width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-home .grid2 .column1 li .child2 div:hover img {
  width: 120%;
  filter: blur(2px);
}
.page-home .grid2 .column1 li .child2 div:hover h5 {
  opacity: 1;
}
.page-home .grid2 .column2 {
  opacity: 0;
  margin: 100px auto;
  text-align: center;
  color: #fff;
  font-size: 0.938em;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .grid3 {
  margin-top: 300px;
  display: none;
  z-index: 100;
}
.page-home .grid3 .mark {
  width: 100%;
  text-align: center;
}
.page-home .grid3 .mark h6 {
  position: absolute;
  bottom: 0;
  opacity: 0;
  right: -30px;
  left: -30px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans TC";
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-home .grid3 .mark ul {
  opacity: 0;
}
.page-home .grid3 .mark ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 4px dotted #40a9dd;
  margin: 0 3%;
  transform: rotateY(90deg);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid3 .mark ul li img {
  width: 50%;
  opacity: .8;
}
.page-home .grid3 .mark ul span {
  margin: 0 1%;
  font-size: 2em;
}
.page-home .grid3 .column {
  position: relative;
  width: 100%;
  font-size: 0.875em;
  text-align: justify;
  /*.marketinglist{
  		margin: 0 auto 50px;
  		text-align: center;
  		background: #fff;
  		ul{
  			max-width: 1280px;
  			margin: auto;
  		}
  		li{
  			position: relative;
  			display: inline-block;
  			padding: 70px 0 30px;
  			max-width: 280px;
  			width: 24%;
  			cursor: pointer;
  			div{
  				position: absolute;
  				margin: auto;
  				top: 35px;
  				font-family: "Noto Sans TC";
  				font-weight: 500;
  				font-size: 1.25em;
  				color: #e3bdc1;
  				right: 10px;
  				left: 10px;
  				@include transition(0.7s all);
  			}
  			img{
  				width: 130px;
  				@include transition(0.3s all);
  			}
  		}
  		li:hover{
  			div{
  				color: #333;
  				letter-spacing: 2px;
  			}
  			img{
  				filter:drop-shadow(0 10px 6px #ccc);
  			}
  		}
  		.child1{
  			@include background-image(linear-gradient(to top right, #f3f3f3, #fff));
  		}
  		.child2{
  			@include background-image(linear-gradient(to bottom , #f6f6f6, #fff));
  		}
  	}
  	*/
}
.page-home .grid3 .column iframe {
  height: 320px;
}
.page-home .grid3 .column hr {
  border-top: 2px dotted #888;
}
.page-home .grid3 .column h3 {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 5em;
  font-weight: 200;
  margin: 25px auto 60px;
  color: #fff;
}
.page-home .grid3 .column h3 span {
  display: block;
  font-size: 1.25rem;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}
.page-home .grid3 .column h5 {
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 5px;
  display: block;
  margin: 50px auto 0;
  width: 150px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.page-home .grid3 .column .infobox {
  margin: auto;
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-home .grid3 .column .textbar {
  background: #fff;
}
.page-home .grid3 .column .textbar div {
  max-width: 700px;
  padding: 50px 5%;
  margin: 50px auto;
}
.page-home .grid3 .column .textbar div .tag {
  position: relative;
  margin: 40px auto;
  height: 200px;
  text-align: center;
}
.page-home .grid3 .column .textbar div .tag li {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-home .grid3 .column .textbar div .tag li h6 {
  position: relative;
  margin: auto;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  max-width: 25%;
  line-height: 110%;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.25em;
  color: #fff;
}
.page-home .grid3 .column .textbar div .list {
  display: inline-block;
  min-width: 250px;
  padding: 0 6%;
  text-align: left;
}
.page-home .grid3 .column .textbar div .list li {
  list-style: outside disc;
  margin-left: 20px;
}
.page-home .grid3 .column .textbar div .marketinglist {
  margin: 10px auto 50px;
  text-align: center;
}
.page-home .grid3 .column .textbar div .marketinglist li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  margin: 3%;
  width: 200px;
  height: 200px;
  border: 4px dotted #e39bba;
  transform: rotateZ(180deg);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-home .grid3 .column .textbar div .marketinglist li img, .page-home .grid3 .column .textbar div .marketinglist li h6 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page-home .grid3 .column .textbar div .marketinglist li img {
  top: 35%;
  width: 50%;
}
.page-home .grid3 .column .textbar div .marketinglist li h6 {
  top: 20%;
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.125em;
}
.page-home .grid3 .column .textbar div .marketinglist li:hover img {
  width: 60%;
  top: 25%;
}
.page-home .grid3 .column .textbar div .marketinglist li:hover h6 {
  font-size: 0.938em;
  opacity: .5;
}
.page-home .grid3 .column .textbar .textlistbox {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 0;
  max-width: 100%;
}
.page-home .grid3 .column .textbar .textlistbox .morebtn {
  background: #fff;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  max-width: 100px;
  -moz-box-shadow: 0 0 15px #acacac;
  -webkit-box-shadow: 0 0 15px #acacac;
  box-shadow: 0 0 15px #acacac;
}
.page-home .grid3 .column .textbar .textlist {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 180px;
  min-width: 260px;
  max-width: 260px;
  padding: 10px;
  vertical-align: top;
  border-right: 2px dotted #ccc;
}
.page-home .grid3 .column .textbar .textlist .block {
  padding: initial;
  margin: initial;
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.page-home .grid3 .column .textbar .textlist:first-child {
  border-left: 2px dotted #ccc;
}
.page-home .grid3 .column .textbar .adsicon {
  margin: 5% auto;
  text-align: center;
}
.page-home .grid3 .column .textbar .adsicon ul {
  margin-right: 15px;
}
.page-home .grid3 .column .textbar .adsicon li {
  display: inline-block;
  opacity: 0;
  margin-left: 30px;
  margin-bottom: 15px;
  text-align: center;
  border: 3px dotted #999;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-home .grid3 .column .textbar .adsicon li img {
  width: 50%;
}
.page-home .grid3 .column .textbar .mark {
  padding: 0;
  margin: 100px auto 50px;
}
.page-home .grid3 .column .textbar small {
  font-size: 0.813em;
  display: inline;
}
.page-home .grid3 .column .case {
  text-align: center;
  margin: 30px auto;
  max-width: 1200px;
}
.page-home .grid3 .column .case li {
  width: 20%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  padding: 1%;
  min-height: 320px;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.page-home .grid3 .column .case table {
  width: 100%;
}
.page-home .grid3 .column .case table h4 {
  font-size: 1.35em;
  font-family: "Noto Sans TC";
  font-weight: 500;
  color: #555;
}
.page-home .grid3 .column .case table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.page-home .grid3 .column .case table td span {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #40a9dd;
  margin: 0 5px;
}
.page-home .grid3 .column .case table td br {
  line-height: 170%;
}
.page-home .grid4 {
  opacity: 0;
}
.page-home .grid4 .column {
  top: 50px;
  position: relative;
  color: #fff;
  padding: 10px 5%;
  text-align: center;
}
.page-home .grid4 .column div {
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  min-width: 210px;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.page-home .grid4 .column div h4 {
  border-top: dashed 1px #fff;
  border-bottom: 1px dashed #fff;
  max-width: 300px;
  margin: auto;
}
.page-home .grid4 .column div h4 a {
  color: #fff;
  padding: 16px 0;
  display: block;
}
.page-home .grid4 .column div li {
  font-size: 0.875rem;
  padding: 5px 0;
  border-bottom: dotted 1px #a88295;
}
.page-home .grid4 .column div big {
  display: block;
}
.page-home .grid4 .column div small {
  font-size: 1rem;
  font-family: "Work Sans";
  color: #fff;
}
.page-home .grid6 {
  opacity: 0;
  padding-top: 100px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page-home .grid6 .column {
  opacity: 1;
  position: relative;
  color: #fff;
  margin: 80px auto;
  text-align: center;
  width: 90%;
  max-width: 660px;
}
.page-home .grid6 .column div {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: blur(5px);
}
.page-home .grid6 .column div li {
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
}
.page-home .grid6 .column hr {
  margin: 30px 0;
}
.page-home .grid6 .column h3 {
  font-family: "Noto Sans TC";
  font-size: 1.5em;
}
.page-home .grid6 .column h3 span {
  color: #F08066;
  font-size: 1.125rem;
}
.page-home .grid6 .column h4 {
  margin: 40px auto 0;
}
.page-home .grid6 .column h4 strong {
  display: block;
  font-size: 1.25em;
  margin: 0 auto 10px;
  font-family: initial;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.page-home .grid6 .column h4 i {
  font-style: normal;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.page-home .grid6 .column h4 i span {
  display: block;
  font-size: 220%;
  margin: 10px 0;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 6px auto;
  background: #df95ad;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-home .grid6 .column p {
  text-align: justify;
  color: #999;
}
.page-home .grid6 .column p span {
  color: #fff;
}
.page-home .grid6 .column p big {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

.effectbox {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.effectpage, .effecbackground {
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 0;
  background: #f0bace;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.effectpage .column, .effecbackground .column {
  position: absolute;
  left: -500px;
  right: -500px;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  height: 0;
  transform: rotateZ(0deg);
}
.effectpage .column1, .effecbackground .column1 {
  background: #ce7995;
  z-index: 5;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.effectpage .column2, .effecbackground .column2 {
  background: #e190ab;
  z-index: 6;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.effectpage .column3, .effecbackground .column3 {
  background: #F2B0C9;
  z-index: 7;
  -moz-transition: all 1.1s;
  -o-transition: all 1.1s;
  -webkit-transition: all 1.1s;
  transition: all 1.1s;
}
.effectpage .column4, .effecbackground .column4 {
  background: #f0bace;
  z-index: 8;
  -moz-transition: all 1.3s;
  -o-transition: all 1.3s;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
.effectpage .textbox, .effecbackground .textbox {
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 35%;
  width: 100%;
  z-index: 9;
  transform: rotateZ(-180deg);
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.effectpage .textbox div, .effecbackground .textbox div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.effectpage .textbox div big, .effecbackground .textbox div big {
  font-family: 'Dancing Script', cursive;
  font-size: 3em;
  font-weight: bold;
  margin: 0 1%;
  padding-left: 3%;
}
.effectpage .textbox div span, .effecbackground .textbox div span {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.25em;
}

.effecbackground {
  position: fixed;
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.effecbackground .bg {
  display: none;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.marketing_bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.marketing_bar h3, .marketing_bar h4 {
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.marketing_bar h3 {
  font-size: 1.5rem;
  color: #333;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.marketing_bar h4 {
  font-size: 1.125rem;
  color: #bb508c;
  padding: 5px 20px;
  border-left: 1px solid #bb508c;
}
.marketing_bar .block {
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  position: fixed;
  opacity: .9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmViZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #ffbebe));
  background-image: -moz-linear-gradient(left, #ffffff, #ffbebe);
  background-image: -webkit-linear-gradient(left, #ffffff, #ffbebe);
  background-image: linear-gradient(to right, #ffffff, #ffbebe);
  z-index: 1;
}
.marketing_bar .close {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 4;
  width: 20px;
  height: 20px;
  padding: 6px;
  background: #f4bbbb;
  cursor: pointer;
}
.marketing_bar .close img {
  width: 100%;
  vertical-align: top;
  filter: invert(100%);
}
.marketing_bar .infobox {
  font-size: 0.938em;
  position: absolute;
  width: 0;
  max-width: 750px;
  background: #f6f6f6;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  -moz-box-shadow: 0 2px 6px #666;
  -webkit-box-shadow: 0 2px 6px #666;
  box-shadow: 0 2px 6px #666;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.marketing_bar .infobox div {
  opacity: 0;
}
.marketing_bar .infobox div li {
  margin: 15px auto;
  padding: 15px;
  background: #fff;
  text-align: justify;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.marketing_bar .infobox div li p {
  margin: 10px auto;
}
.marketing_bar .infobox div img {
  max-width: 100%;
  display: block;
  margin: 25px auto;
}
.marketing_bar .infobox .hidebar li {
  position: relative;
  margin: 5px auto;
  padding: 10px;
  text-align: left;
  background: #8cc7e3;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.marketing_bar .infobox .hidebar li span {
  position: absolute;
  right: 20px;
  font-weight: bold;
  font-size: 120%;
}
.marketing_bar .infobox .hidebar li div {
  display: none;
  padding: 20px;
  cursor: default;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: normal;
}
.marketing_bar .infobox .hidebar li div strong {
  display: block;
  font-size: 1rem;
  position: 7px 0;
  border-bottom: 1px dotted #fff;
}
.marketing_bar .infobox .hidebar li div li {
  width: 92%;
  padding: 2%;
  margin: 1%;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: default;
  background: inherit;
}
.marketing_bar .infobox .hidebar li i {
  display: inline-block;
  font-style: normal;
  margin: 3px;
}
.marketing_bar .infobox .hidebar li:hover {
  background: #74b5d5;
}
.marketing_bar .infobox:hover h3 {
  letter-spacing: 2px;
}
.marketing_bar .img {
  position: fixed;
  width: 160px;
  height: 160px;
  left: 0;
  right: 42%;
  margin: auto;
  z-index: 3;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
}
.marketing_bar .img img {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 160px;
  top: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#seoimg {
  max-width: 50%;
  transform: rotateY(180deg);
  filter: blur(5px);
  opacity: 0;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (max-width: 1200px) {
  .marketing_bar .img {
    right: initial;
    left: 5%;
  }

  .page-home .grid2 .column1 li {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  .textlistbox .morebtn {
    display: none;
  }

  .page-home .grid3 .column .marketinglist li {
    width: 48%;
    max-width: 320px;
  }
  .page-home .grid3 .column .textbar .textlist {
    display: block;
    border: 3px dotted #ccc;
    max-width: 100%;
    margin: 20px auto;
    text-align: left;
    height: initial;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .page-home .grid3 .column .textbar .textlist p {
    margin: 10px auto;
  }
  .page-home .grid3 .column .textbar .textlist .block {
    display: none;
  }
  .page-home .grid3 .column .textbar .textlist:first-child {
    border: 3px dotted #ccc;
  }
}
@media screen and (max-width: 900px) {
  .marketing_bar .img {
    display: none;
  }

  .page-home .grid4 .column {
    font-size: 0.875em;
  }
  .page-home .grid4 .column div {
    display: block;
  }
  .page-home .grid4 .column div h4 {
    border-top: none;
  }
  .page-home .grid4 .column div li {
    font-size: 0.813rem;
  }
  .page-home .grid3 .column .case li {
    width: 40%;
    margin: 2%;
  }
}
@media screen and (max-width: 800px) {
  .flexslider, .slides li {
    height: 680px;
  }

  .navhome, .nav {
    position: relative;
    height: 250px;
    top: 0;
  }
  .navhome .mainnav, .nav .mainnav {
    position: relative;
    top: 30px;
  }

  .effectpage .textbox div big {
    display: block;
  }

  .page-home .grid3 {
    margin-top: 200px;
  }
  .page-home .grid3 .column .textbar div .tag li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 680px) {
  .page-home .grid2 .column1 h4 {
    margin: 10px auto;
  }
  .page-home .grid2 .column1 li .child1 {
    width: 90%;
    height: 180px;
  }
  .page-home .grid2 .column1 li .child2 {
    width: 100%;
  }
  .page-home .grid3 .column .textbar div .tag li h6 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 540px) {
  #slider1 .bg {
    right: 0;
    left: auto;
  }

  #effect9-1 h6 {
    margin-left: 20%;
  }

  #effect9-2 h6 {
    margin-right: 20%;
  }

  .navhome, .nav {
    height: 350px;
  }

  .effectpage .textbox div big {
    font-size: 2.5em;
  }
  .effectpage .textbox div span {
    font-size: 1em;
  }

  .page-home .grid3 .column .marketinglist li {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .page-home .grid3 .column h3 {
    font-size: 3.5em;
  }
  .page-home .grid3 .column .case li {
    width: 90%;
    min-height: 260px;
  }
  .page-home .grid3 .column .textbar div .tag li {
    width: 160px;
    height: 160px;
  }
  .page-home .grid3 .mark ul li {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 1%;
  }
  .page-home .grid6 .column {
    margin: 180px auto 80px;
  }
}
@media screen and (max-width: 420px) {
  .page-home .grid3 .mark ul li {
    width: 66px;
    height: 66px;
    line-height: 66px;
    margin: auto;
    border: 3px dotted #bb508c;
  }
  .page-home .grid3 .mark ul li img {
    width: 60%;
  }
}
@media screen and (max-width: 360px) {
  .page-home .grid3 .column .textbar .adsicon li {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
}
