@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@700;900&display=swap');
body{
	font-family:'Noto Sans TC',Arial, Helvetica, sans-serif;
	font-weight: 400;
	overscroll-behavior: none;
  width: 100%;
  height: 100vh;
}
img{
	max-width: 100%;
	height: auto;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;
}
a:hover{
  text-decoration: none;
}
.main, .swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide{
  background-size: cover;
  background-position: center;
}
.box{
  width: 1105px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.item-box div{
  padding: 0 15px;
  height: 100%;
}
.logo{
  max-width: 30%;
}
.box a img{
  max-height: 100%;
  width: auto;
}
.item-box a{
  height: 100%;
}