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: #f3f3f3;
}

.container img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.innerbox {
	position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}

.showPC{
	display: block;
}
.showMB{
	display: none;
}

.BGT{
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	padding-bottom: 32px;
}

.kv{
	position: relative;
	padding-top: 40px;
}

.yellowBg{
	position: absolute;
	width: 100%;
	height: 21%;
	background-color: #ffce00;
	bottom: 0;
	z-index: 1;
}

.kvPro{
	padding: 0 18px 16px;
    margin-top: -45px;
	z-index: 5;
}

.cleanPic{
	position: absolute;
    width: 37%;
    bottom: -5%;
    right: -25%;
    z-index: 2;
}

.act1{
	margin-top: 64px;
}

.act1 a{
	filter: drop-shadow(rgba(239, 220, 194, 1) 7px 5px 16px);
	margin-top: 16px;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
}

.act1 a:hover{
	transform: translateY(-16px);
}

.flexCon{
	display: flex;
}

.act2{
	margin-top: 48px;
	display: flex;
    gap: 32px;
    flex-direction: column;
}

.act2 div{
	filter: drop-shadow(rgba(239, 220, 194, 1) 7px 5px 16px);
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
}

.act2 div:hover{
	transform: translateY(-16px);
}

.act2Top{
	position: relative;
	aspect-ratio: 1200 / 455;
	background-image: url(../images/CTA2_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.act2LBtn, .act2RBtn{
	position: absolute;
	/* background-color: #cc3c39;
	opacity: 0.6; */
	width: 27%;
    height: 18%;
    bottom: 14%;
    left: 21%;
}

.act2RBtn{
	left: 52.5%;
}

.act2Bttom{
	position: relative;
	display: block;
	aspect-ratio: 1200 / 455;
	background-image: url(../images/CTA3_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.proBg{
	margin-top: 56px;
	padding: 24px;
	background-color: #fff6e2;
}

.finalPro{
	margin-top: 40px;
	padding: 0% 4%;
    margin-bottom: 40px;
	filter: drop-shadow(rgba(239, 220, 194, 1) 7px 5px 16px);
}

.finalPro a:hover{
	-webkit-filter: brightness(105%); /* Safari */
    filter: brightness(105%);
}




/* 活動說明 */
.rule{
	position: relative;
	padding: 40px 16px;
	background-color: #f3ece9;
}

.rule h5{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}

.rule p{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.rule p span{
	display: block;
	margin-left: 20px;
}

.rule a{
	color: #3895b4;
	text-decoration: underline;
}

/*側邊欄*/
.navButton{
	display: none;
	justify-content: space-between;
	background-color: #fff;
	padding: 0px 16px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	transition: top .4s ease-in-out;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	z-index: 999;
}

.navButton a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.navButton_pc{
	display: block;
	position: fixed;
	right: 0px;
	top: 150px;
	width: 156px;
	height: 260px;
	padding: 100px 16px 0px 52px;
	background-image: url("../images/navbg.png");
	background-position: top center;
	background-repeat: no-repeat;
	transition: right .4s ease-in-out;
	filter:drop-shadow(4px 8px 8px rgb(201, 20, 0));
	z-index: 999;
}

.navButton_pc a{
	display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
	line-height: 28px;
	font-weight: 700;
    color: #181818;
    text-decoration: none;
}

.navButton_pc a:hover{
	color: #cc3c39;
	font-weight: 900;
}

.navHide .navButton_pc {
	right: -156px;
} 

    

/*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;
}



@media (max-width: 1440px) {


  
}
@media (max-width: 1030px) {

  
}

@media (max-width: 845px) {

  .lightbox:target img {
    margin-top: 250px;
  }

  
}

@media (max-width: 780px) {
	.showPC{
		display: none;
	}
	.showMB{
		display: block;
	}

  /* 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;
  }



  .proBg{
	padding: 0px;
	margin-top: 40px;
  }

  .kvPro{
    margin-top: -8px;
	padding: 0 24px 16px;
  }

  .act1 {
    margin-top: 24px;
  }

  .act1 .flexCon{
	flex-direction: column;
	padding: 0 6%;
  }

  .act1 a {
    margin-top: 0px;
  }

  .act1 a:hover{
	transform:none;
	transition:none;
  }

  .act2{
	margin-top: 8px;
    gap: 0px;
  }

	.act2 div:hover{
		transform:none
	}

	.act2Top{
		aspect-ratio: 1 / 1;
		background-image: url(../images/CTA2_mb.png);
		scale: 0.95;
	}

	.act2LBtn, .act2RBtn{
		width: 45%;
		height: 13%;
		bottom: 7%;
		left: 5%;
	}

	.act2RBtn{
		left: 50.2%;
	}

	.act2Bttom{
		scale: 0.95;
		aspect-ratio: 760 / 608;
		background-image: url(../images/CTA3_mb.png);
	}



  .rule p span {
    margin-left: 25px;
  }  
	

}


  @media (max-width: 650px) {

	.rule h5{
		font-size: 24px;
	}

	.rule p {
		font-size: 16px;
		line-height: 28px;
	}

  }

  @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;
}

