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-image: url(../images/bg_pc.jpg);
}

.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_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.kv-bg{
  width: 100%;
  background: url(../images/kv-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap；
}

.kv{
  padding: 0;
  width: 1200px;
  height:auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kv-tt{
  position: relative;
  width: 100%;
  text-align: center;
  animation-name: kv-tt;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

 .coupon{
    margin-top: -100px;
  }

  .coupon-con a {
    z-index: 2;
    filter: drop-shadow(7px 5px 16px rgba(255, 170, 59, 0.637));
  }

  .coupon-con a:hover{
	animation-name: couponcard;
	animation-duration:0.65s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
}
@keyframes couponcard{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(0.9);
	}
	100%{
		transform: scale(1);
	}
}


.flexCon{
  display: flex;
}

.kv-act{
  margin-bottom: 24px;
}

.kv-act img{
  transition: 0.2s;
}

.kv-act img:hover{
  transform : scale(0.965);
}

.kv-actRBottom{
  position: relative;
}

.kv-actRBottom1, .kv-actRBottom2{
  position: absolute;
  width: 17%;
  height: 20%;
}

.kv-actRBottom1{
  left: 24%;
  top: 69%;
}

.kv-actRBottom2{
  left: 57.5%;
  top: 69%;
}

.Ho_cp{
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.Ho_k{
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 38px;

}

.Ho_k_Pro{
  display: flex;
  justify-content: center;
  width: 100% !important; 
  margin: 0 auto;
  gap: 10px;
  padding: 0 8%;
}

.Ho_k_Pro a{
  display: flex;
  width: 48%;
}


.Ho_k_Title{
  padding-top: 64px;
}


.AFTEE3{
    max-width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.product_Model{
      max-width: 100%;
      background-position: top center;
      background-size: contain;
      margin-top: 0 !important;
    padding-top: 48px;
}

.lastPro{
    max-width: 100%;
    background-position: top center;
    background-size: contain;
    padding: 24px 0;
    margin-top: -16px;
}

.lastPro > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lastPro > div a{
  width: 45%;
}

.YAHOO{
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}


/*-----以下倒數計時器-----*/
.kv_date {
  position: absolute;
  padding-top: 1.5%;
  top: 50px;
  text-align: center;
  width: 100%;
}

.kv_date h1 {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}

#days-left {
  font-size: 66px;
  color: #cf3432;
  margin: 0 4px;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3s ease;
}
/*-----以上倒數計時器-----*/



/*         以上修改          */


.kv-cp{
  width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}

.kv-cp.showPC {
  display: flex;
  width: 100%; 
  align-items: flex-start; 
  justify-content: space-between; 
  flex-wrap: wrap;
  margin-top: 30px; 
  margin-bottom: 50px;
}

#kv-cp01{
  width: 33.33%;
  transition: 0.2s;
  text-align: left;
}
#kv-cp01>a>img{
  max-width: 100%;
}
#kv-cp01:hover{transform : scale(0.965);}

#kv-cp02{
  width: 33.33%;
  transition: 0.2s;
  text-align: center;
}
#kv-cp02>a>img{
  max-width: 100%;
}

#kv-cp02:hover{transform : scale(0.965);}

#kv-cp03{
  width: 33.33%;
  transition: 0.2s;
  text-align: right;
}
#kv-cp03>a>img{
  max-width: 100%;
}
#kv-cp03:hover{transform : scale(0.965);}

#kv-cp04 {
  width: 100%;
  transition: 0.2s;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; 
}

#kv-cp04 > a > img {
  max-width: 100%;
}

#kv-cp04:hover {
  transform: scale(0.965);
}

.ct-bg{
	  width: 100%;
    background-size: cover;
  	background: url(../images/bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    
  	/* background-position: bottom center;
  	background-repeat: no-repeat;
  	background-size: cover; */
}

.ct{
  width: 1200px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}




.finalPro{
	margin-top: 40px;
	padding: 0% 4%;
  margin-bottom: 100px;
	filter: drop-shadow(rgba(#ffd726d3) 0px 0px 10px);
}
.finalPro a:hover{
	-webkit-filter: brightness(105%); /* Safari */
    filter: brightness(105%);
}

@media (max-width: 600px) {
.modal-content {
	padding: 24px 16px;
  max-height: 500px;
  overflow: scroll;
	}

.modal-content h2 {
	font-size: 22px;
  padding: 16px 16px 0;
	margin-bottom: 0px;
	}

.modal-content p {
	font-size: 16px;
  line-height: normal;
  padding: 8px 8px 0;
	}
}

.coupon-con{
	display: flex;
	position: relative;
	margin: 0 16px;
	z-index: 3;
}

.coupon-con a{
	z-index: 2;
}

.coupon-con a:nth-child(2){
	scale: 1.1;
    margin-top: 40px;
	z-index: 3;
}



/*以上彈窗*/




/* 活動說明 */
.rule{
	position: relative;
	padding: 40px 16px;
	background-color: #ffefdb;
}

.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;
	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: #cc8c39;
	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: 1280px) {
.kv{
    width: 100%;
    height: auto;
  }

.kv-tt{
    width: 80%;
  }
.kv-cp{
  width: 90%;
}

.ct{
  width: 100%;
  display: flex;
  justify-content: center;
}

  .ddCon {
    background-size: contain;
  }

  .kv_date{
    top: 45px;
    left: 2%;
  }
  .kv_date h1 {
    font-size: 34px;
  }
  #days-left {
    font-size: 60px;
  }
  
}
@media (max-width: 1030px) {
  .kv-cp-mb{
    width: 80%;
    display: none;
    margin: 30px auto;
    text-align: center;
  }
  
  .kv-cp-mb a{
    display: block;
    margin-bottom: 16px;
  }

  .kv_date{
    top: 30px;
    left: 2%;
  }
  .kv_date h1 {
    font-size: 30px;
  }
  #days-left {
    font-size: 54px;
  }
}

@media (max-width: 845px) {
  .kv_date{
    top: 20px;
    left: 2%;
  }
  .kv_date h1 {
    font-size: 25px;
  }
  #days-left {
    font-size: 48px;
  }
}

@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;
  }

  .kv-bg{
    width: 100%;
    background-image: url(../images/kv-bg-mb.jpg); 
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .kv-tt{
    margin: 75px auto 0 auto;
    width: 100%;
  }

  .kv-tt .showMB{
    scale: 110%;
  }

  .kv-cp-mb{
    width: 75%;
    padding: 10px;
    display: block;
    margin-top: -26px;
    text-align: center;
  }

  .Ho_cp_des{
    scale: 170%;
    margin-left: 25%;
    margin-top: 15px;
  }

  .Ho_k_Pro{
    padding: 0 0%;
  }

    .AFTEE3 {
      padding: 11px;
      background-position: top left;
      background-size: 250%;
    }
    .product_Model{
        padding-top: 0px;
    }
    .lastPro{
        margin-top: 0px;
    }
    .lastPro > div a{
      width: 48%;
    }

  .Ho_cp{
  max-width: 100%;
  padding: 10px;
  background-position: top center;
  background-repeat: no-repeat;
}
   
.Ho_k_Pro{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

  .ct-bg{
  width: 100%;
  background: url(../images/bg_pc.jpg);
	background-attachment: fixed;
}
  #ct01{
  width: 80%;
  margin-top: 75px;
  }


  .rule p span {
    margin-left: 25px;
  }

  .kv_date{
    top: -15px;
    left: 0%;
  }
  .kv_date h1 {
    font-size: 34px;
  }
  #days-left {
    font-size: 54px;
  }
	

}


  @media (max-width: 650px) {
    .kv_date{
    top: -20px;
    left: -3%;
    }
    .kv_date h1 {
      font-size: 28px;
    }
    #days-left {
      font-size: 46px;
    }

	.rule h5{
		font-size: 24px;
	}

	.rule p {
		font-size: 16px;
		line-height: 28px;
	}

  }

  @media only screen and (max-width: 490px) {
    .kv_date{
    top: -20px;
    left: -3%;
    }
    .kv_date h1 {
      font-size: 20px;
    }
    #days-left {
      font-size: 36px;
    }

    
    #ct01{
  margin-top: 50px;
    }

/* 手機板垂直排列 */
#ct05 a.showMB, #ct05-2 a.showMB {
  display: block;
  width: 100%;
  margin-bottom: 15px; /* 圖片間距 */
  position: static; 
  height: auto;
  padding: 0;
}

#ct05 a.showMB img, #ct05-2 a.showMB img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain; 
  object-position: center center; 
  margin: 0 auto; 
}

  }

  @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;
}