.landing {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  padding-bottom: 24px;
  flex-direction: column;
}
.landing .title {
  text-align: center;
  font-weight: 500;
  z-index: 1;
  margin-top: 12px;
}
.landing .title h1 {
  font-size: 32px;
  text-align: left;
  color: #009973;
  margin-bottom: 8px;
  font-weight: 500;
}
.landing .title p {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-top:20px;
}
.landing .title span.number {
  font-size: 36px;
  color: #ff8000;
  font-weight: 700;
}
.landing .title .event p {
  font-size: 28px;
}
.landing .btn {
  background: #00a19b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 240px;
  display: inline-block;
  padding: 15px 0;
  border-radius: 4px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
/* kv */
.kv_banner_web img{
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  padding-top: 70px;
  position: relative;
}

.kv_banner_mobile img{
	width: 100%;
	display: none;
	margin: 0 auto;
  border: none;
  position: relative;
  padding-top: 40px;
 }



@media (max-width: 700px) {
	.kv_banner_web{
		display: none;
}

	.kv_banner_mobile img{
		display: block;
}   

}
/* seo-h1的class把h1文字隱藏 */
.seo-h1{
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	transform: scale(0);
	color: #ffffff;
	display: none;
	}
  
/*
.kv {
  width: 540px;
  max-width: 100%;
  z-index: 1;
}

.kvb {
  width: 1000px;
  max-width: 100%;
  z-index: 1;
}


.kv.kv-m{
  display: none;
}

.kvb.kv-m{
  display: none;
}
*/
@media (max-width: 915px) {
  .landing {
    gap: 20px;
  }
.kv {
  width: 500px;
  max-width: 100%;
  z-index: 1;
}
.kvb {
  width: 750px;
  max-width: 100%;
  z-index: 1;
}
  .landing .title {
    text-align: center;
    max-width: 380px;
    padding-left: 16px;
    padding-top: 8px;
  }
  .landing h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    width: auto;
    gap: 0;
  }
  .landing:after {
    height: 100%;
    max-height: 600px;
  }
  .landing .title {
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 100px;
  }
  .landing .title h1 {
    margin-bottom: 12px !important;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
  .landing .title p {
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;

  }
  .landing .title .event p {

    font-size: 24px;
  }
  .landing .title span.number {
    font-size: 30px;
    color: #ff8000;
    font-weight: 700;
    font-size: 24px;

  }
  .kv {
    width: 450px;
    margin-right: 0;

  }
  .kv.kv-web{
    display: none;
  }
  .kv.kv-m{
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .kv {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 440px) {
  .landing {
    padding-top: 0;
  }
  .landing:after {
    max-height: 550px;
  }
  .landing .title {
    width: 350px;
    margin-top: 80px;
  }
  .kv {
    width: 80%;
  }

  .kvb {
    width: 100%;

  }
}
@media (max-width: 350px) {

  .landing .title {
    width: 320px;
  }

}

