html{
	scroll-behavior: smooth;
}

/* 全網頁只要滑鼠滑到連結就變手指 */
a:hover {
  cursor: pointer !important;
}

/* 這行是最上面的板頭 */
header>.inner {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* hoho的logo */
header>.inner a.logo {
  background: url(../images/icon_hoho-02.svg) no-repeat center;
  background-size: cover;
  width: 180px;
  height: 140px;
  left: 0px;
}

/* hoho的logo滑鼠移過去後 */
header>.inner a.logo:hover {
  filter: brightness(1.1);
  transition: 0.2s;
}

/* 右上的icon */
header ul.wrap-link li i[class*="icon-"],
header ul.wrap-link li a[class*="icon-"] {
  background-color: #444;
  color: #ffffff;
  transition: 0.2s;
}

/* 右上的icon滑鼠移過去後 */
header ul.wrap-link li i[class*="icon-"]:hover,
header ul.wrap-link li a[class*="icon-"]:hover {
  background-color: rgb(255, 188, 2);
  color: #ffffff ;
  transition: 0.2s;
}

/* icon旁邊的文字 */
header ul.wrap-link li span {
  color: #444;
  margin-right: 10px;
}

/* 從這邊開始是內容大框架 */
.container {
  background-color: #ffffff;
}

.container img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.innerbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}

.showPC{
	display: block;
}
.showMB{
	display: none;
}



/*swiper*/
.swiper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
}

#swiper-one {
    margin: 0 auto !important;
}

.swiper-slide {
    width: 325px;
    height: auto !important;
    text-align: center;
    font-size: 18px;
    background: transparent;
    padding: 0px 0 0 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 回到上方 */
a#backTop {
  background-color: #444;
	bottom: 52px;
}


/* 客製內容從下面開始 */


.container{
  background-image: url(../images/bg_pc.jpg);
  background-position: center bottom;
  background-repeat: repeat-y;
}

.kvbg{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1200px;
  background-image: url(../images/kvbg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.kv.innerbox{
  position: relative;
  padding-top: 180px;
  padding-left: 40px;
}

.kv h3{
  display: inline;
  border-radius: .5rem;
  font-size: 3.5rem;
  font-weight: 900;
  background-color: #fac801;
  color: #FFF;
  padding: 0.5rem 1rem;
}

.kv h1{
  margin-top: 1.5rem;
  font-size: 3.125rem;
  color: #faab01;
  font-weight: 900;
  filter: drop-shadow(rgba(255, 255, 255, 1) 0px 0px 5px);
}

.kv h1::after{
  content: "";
  display: block;
  margin-top: 20px;
  width: 550px;
  border-bottom: 2px solid #fac801;
}

.kv p{
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.6;
}

.type{
  margin-top: 48px;
  padding: 24px;
}

.type .typeTitle{
  display: block;
  margin: 0 auto 16px;
}

.typeCardAll{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.typeCard{
  position: relative;
  width: 30%;
  background-color: #FFF;
  border-radius: 8px;
  filter: drop-shadow(rgba(227, 227, 227, 1) 3px 5px 8px);
}

.typeCard img{
  border-radius: 8px 8px 0 0;
}

.typeCard h5{
  position: absolute;
  font-size: 1.75rem;
  color: #FFF;
  font-weight: 400;
  margin-left: 12px;
  margin-top: -16px;
  padding: 2px 16px;
  background-color: #ff9915;
  border-radius: 2px;
}

.typeCard p{
  margin-top: 40px;
  padding: 0 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #1f1f1f;
}

.partnerLogo{
  margin: 16px auto;
  padding: 0 32px;
}

.swiper-slide img{
  border-radius: 4px;
}

.swiper-slide P{
  margin: 8px 0;
  font-size: 1.25rem;
  color: #1f1f1f;
}

.ITSolve{
  margin-top: 40px;
}

.ITSolveAll{
  display: flex;
  background-color: #FFF;
  border: 2px solid #ffce00;
  margin: 40px 40px;
  padding: 40px 24px 40px 40px;
  border-radius: 80px 4px 4px 4px;
}

.ITSolve .LeftWord{
  width: 65%;
}

.ITSolve .rightPic{
  width: 35%;
}

.ITSolve h3{
  font-size: 3.125rem;
  color: #ff9915;
  font-weight: 900;
  margin-top: 24px;
}

.ITSolve p{
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.5;
}

.ITSolve ul{
  padding-left: 32px;
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.5;
}

.ITSolve li{
  list-style-type:disc;
}

.teamIntroAll{
  margin: 64px 40px;
  padding: 40px;
  border-radius: 8px;
  background-color: #FFF;
  filter: drop-shadow(rgba(227, 227, 227, 1) 3px 5px 8px);
}

.teamTop, .teamBottom{
  display: flex;
  gap: 24px;
  border-radius: 8px;
}

.teamWord{
  width: 55%;
}

.teamWord h5{
  font-size: 3.125rem;
  color: #ff9915;
  font-weight: 900;
}

.teamWord{
  font-size: 1.5rem;
  color: #1f1f1f;
  line-height: 1.5;
}

.teanLine{
  display: block;
  margin: 24px 0;
  width: 100%;
  border-bottom: 1px solid #fac801;
}

.teamWord ul{
  margin-left: 24px;
}

.teamWord p{
  margin: 8px 0;
}

.point{
  display: flex;
  justify-content: space-evenly;
  background-color: #FFF;
  border: 2px solid #ffce00;
  margin: 40px 40px;
  padding: 40px 24px 40px 40px;
  border-radius: 80px 4px;
}

.point h2{
  width: 30%;
  padding: 24px 0;
  font-size: 30px;
  color: #1f1f1f;
  font-weight: 700;
  text-align: center;
}

.point b{
  font-size: 36px;
  color: #d95c1d;
}

.pointLine{
  display: block;
  border-left: 2px dashed rgb(230, 230, 230)
}

.step .stepTitle{
  display: block;
  margin: 80px auto 16px;
}

.stepPic{
  width: 100%;
  aspect-ratio: 1200 / 305;
  background-image: url(../images/step01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.addCta{
  margin: 72px auto 120px auto;
  text-align: center;
}

.addCta a{
  display: inline-block;
  padding: 20px 28px 20px 40px;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 900;
  color: #1f1f1f;
  border-radius: 4px;
  background-color: #ffce00;
  filter: drop-shadow(rgba(255, 153, 21, 1) 8px 14px 16px);
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.addCta a:hover{
  transform: scale(1.1);
}

.addCta p{
  margin-top: 64px;
  font-size: 28px;
  line-height: 1.5;
  color: #1f1f1f;
}



@media (max-width: 1440px) {
	/* 客製內容從下面開始 */
}

@media (max-width: 1030px) {  
	/* 客製內容從下面開始 */
  .typeCard h5 {
    font-size: 22px;
  }

  .typeCard p {
    font-size: 18px;
  }

  .ITSolve h3 {
    font-size: 40px;
    margin-top: 16px;
  }

  .ITSolve p, .ITSolve ul {
    font-size: 20px;
  }

  .teamWord h5 {
    font-size: 40px;
  }

  .teamWord {
    font-size: 20px;
    width: 70%;
  }

  .point {
    padding: 32px 24px 32px 40px;
  }

  .point h2 {
    font-size: 24px;
  }

  .point b {
    font-size: 30px;
  }

  .addCta p {
    font-size: 24px;
  }


}

@media (max-width: 845px) {

  .lightbox:target img {
    margin-top: 250px;
  }

  /* 客製內容從下面開始 */
  
}

@media (max-width: 780px) {

  /* hoho的logo */
  header>.inner a.logo {
    background: url(../images/icon_hoho-02.svg) no-repeat center;
    background-size: cover;
    width: 130px;
    height: 100px;
    left: -10px;
  }

  .showPC{
	display: none;
  }
  .showMB{
  	display: block;
  }

  /* 客製內容從下面開始 */
  .container {
    background-position: center bottom;
    /* background-size: contain; */
  }

  .kvbg {
    background-image: url(../images/kvbg_mb.png);
  }

  .kv.innerbox{
    padding: 250px 24px 40px;
  }

  .kv h3 {
    font-size: 32px;
  }
  .kv h1{
    font-size: 28px;
  }
  
  .kv p {
    font-size: 16px;
  }

  .type {
    margin-top: 0px;
    padding: 16px;
  }

  .type .typeTitle{
    width: 80%;
  }

  .typeCardAll {
    gap: 12px;
  }

  .typeCard {
    width: 47%;
  }

  .typeCard h5 {
    font-size: 18px;
    padding: 4px 4px;
    margin-left: 0px;
    font-weight: bold;
  }

  .typeCard p {
    margin-top: 30px;
    padding: 0 16px;
    font-size: 14px;
  }

  .swiper-slide P{
    font-size: 14px;
  }

  .partnerLogo {
    padding: 0 12px;
  }

  .ITSolveAll {
    display: block;
    margin: 16px;
    padding: 24px 16px 24px 16px;
    border-radius: 80px 4px 80px 4px;
  }

  .ITSolve .LeftWord {
    width: 100%;
  }

  .ITSolve h3{
    font-size: 28px;
    text-align: center;
    margin-top: 16px;
  }

  .ITSolve p {
    font-size: 16px;
  }

  .ITSolve ul {
    padding-left: 24px;
    font-size: 16px;
  }

  .ITSolve .rightPic {
    width: 70%;
    margin: 0 auto;
  }

  .teamIntroAll {
    margin: 64px 16px;
    padding: 16px;
  }

  .teamTop {
    flex-direction: column-reverse;
  }

  .teamBottom {
    flex-direction: column;
  }

  .teamWord {
    width: 100%;
  }

  .teamWord h5 {
    font-size: 28px;
    text-align: center;
    margin-top: 16px;
  }

  .teamWord p {
    font-size: 17px;
  }

  .teamTop, .teamBottom {
    gap: 8px;
  }

  .teamIntroAll img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .teamWord ul {
    margin-left: 16px;
    font-size: 17px;
  }

  .point {
    margin: 40px 16px;
    padding: 12px 24px;
    flex-direction: column;
  }

  .point h2 {
    width: 100%;
    padding: 20px 0;
  }

  .pointLine {
    border-left: 0px;
    border-top: 1px dashed rgb(230, 230, 230);
  }

  .point h2 {
    font-size: 22px;
  }

  .point b {
    font-size: 28px;
  }

  .step .stepTitle {
    display: block;
    width: 80%;
    margin: 60px auto 8px;
  }

  .stepPic{
    width: 92%;
    margin: 0 auto;
    aspect-ratio: 760 / 745;
    background-image: url(../images/step02.png);
  }

  .addCta {
    margin: 72px auto 80px auto;
  }

  .addCta a {
    display: inline;
    padding: 16px 20px 16px 24px;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 24px;
    transform: none;
    transition: none;
  }

  .addCta a:hover{
    transform: none;
  }

  .addCta img{
    width: 12% !important;
    vertical-align: initial !important;
  }

  .addCta p {
    font-size: 18px;
  }

}


  @media (max-width: 650px) {

	/* 客製內容從下面開始 */

  }

  @media only screen and (max-width: 490px) {
	/* 客製內容從下面開始 */
  }

  @media only screen and (max-width: 420px) {
	/* 客製內容從下面開始 */
  }


  /*以下自訂*/
  .mySwiper{
    overflow: hidden;
  }
  .swiper-wrapper{
    display: inline-flex;
  }
  .mySwiper .swiper-slide{
    width: 389px;
    height: 453px;
  }
  .plus1Swiper{
	overflow: hidden;
}

