* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}

.hs {
	display: -webkit-box;
	display: flex;
	overflow-x: scroll;
	-webkit-box-pack: justify;
	justify-content: space-between;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	-webkit-overflow-scrolling: touch;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.hs__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 98%;
}
.hs__headline {
  -webkit-box-flex: 1;
          flex: 1;
}
.hs__arrows {
  align-self: center;
}
.hs__arrows .arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  -webkit-filter: brightness(5);
          filter: brightness(5);
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.hs__arrows .arrow.disabled:before {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.hs__arrows .arrow.arrow-prev:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hs__item {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 0;


  flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
	margin: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 990px) {
  .hs__item {
    flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}
.hs__item:first-child {
  margin-left: calc(10px * 2);
}
.hs__item__description {
	z-index: 1;
	align-self: flex-start;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.hs__item__title {
	color: #FFCC00;
	display: block;
	font-family: 'Noto Sans TC', 'cwtexhei', 'Varela Round', 'Jost', "PMingLiU", 'Noto Serif TC', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Meiryo, serif, "sans-serif", "新細明體";
	font-size: 136%;
	line-height: 1.75em;
}

.hs__item__subtitle {
	color: #FFF;
	display: block;
	font-size: 108%;
	font-family: 'Noto Sans TC','cwtexhei', 'Varela Round','Jost',"PMingLiU", 'Noto Serif TC', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Meiryo,serif, "sans-serif","新細明體";
}
.hs__item__image__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.hs__item__image {
	pointer-events: none;
	-o-object-fit: cover;
	object-fit: cover;
	border: 5px solid #333;
	width: 350px;
	height:350px;
}
@media only screen and (max-width: 990px) {
.hs__item__image {
	pointer-events: none;
	-o-object-fit: cover;
	object-fit: cover;
	border: 5px solid #333;
	width: 180px;
	height:180px;
}
  
}
@media only screen and (min-width: 990px) {
  .hs__wrapper {
    overflow: hidden;
  }
  
}
@media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(23% - 10px * 2);
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(45% - 10px * 2);
  }
  .hs__item__description {
	z-index: 1;
	align-self: flex-start;
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
}

@media only screen and (min-width: 990px) {
  .container {
    padding: calc(0px * 4) calc(0px * 8);
  }
}

.description {
  max-width: 990px;
  color: #212121;
  margin: 0 auto;
  padding: calc(10px * 4);
}

ul {
  padding: 0;
  margin: 0;
}
