body {
  color: #fff;
  font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  background: radial-gradient(circle at -50% 50%, rgb(66, 0, 1) 0%, rgb(17, 17, 17) 100%) 0% 0% no-repeat padding-box padding-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
  outline-offset: .05em;
  -webkit-transition: all .25s;
  transition: all .25s
}

img {
  border: none;
}

ul,
ol {
  list-style-type: none;
}

p {
  font-size: 1em;
  letter-spacing: 1px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

button {
  border: none;
  cursor: pointer;
}

.box {
  margin-top: 80px;
}

.sliderbox {
  max-width: 750px;
  margin: auto;
  position: relative;
}

.sliderbox::before {
  content: "";
  position: absolute;
  width:600px;
  height:600px;top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(#D51819 -20%, #000 74%);
}

.slider {
  text-align: center;
  margin-bottom: 4rem;
}

.slider img {
  max-height: 25rem;
  margin: auto;
}

.prev,
.next {
  font-size: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(3);
  -ms-transform: translateY(-50%) scaleY(3);
  transform: translateY(-50%) scaleY(3);
  position: absolute;
  cursor: pointer;
  user-select: none;
}

.prev {
  left: -1rem;
}

.next {
  right: -1rem;
}

.colorbox {
  text-align: center;
  margin-bottom: 2rem;
}

.black,
.white {
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 1rem;
  padding: 0.3rem 0;
  display: inline-block;
}

.black.actived,
.white.actived {
  border-bottom: 1px solid #fff;
}

.titlebox {
  padding-top: 5rem;
  text-align: center;
}

.titlebox h1 {
  font-size: 6rem;
}

.titlebox h3 {
  margin-top: -0.5rem;
  font-size: 1.4rem;
}

table {
  text-align: left;
  border-collapse: collapse;
  margin: auto;
  width: 100%;
  max-width: 750px;
}

tr:nth-child(odd) {
  background-color: #5b0001;
}

table tr td {
  line-height: 2rem;
  padding: 2rem 0;
  padding-left: 2rem;
}

ul {
  width: auto;
}

.table_title {
  margin: auto;
  padding: 2rem 0;
  padding-left: 2rem;
  margin-top: 4rem;
  width: 100%;
  max-width: 750px;
}

.table_title h2 {
  font-size: 1.6rem;
}

td.left {
  width: 10rem;
}

td.right {
  padding-right: 1rem;
}

table.top tr td {
  font-weight: bold;
  font-size: 1.2rem;
}

table.top tr td.right {
  text-align: center;
}

.mfp-figure:after {
  background: rgba(0, 0, 0);
}

.view_btn {
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  cursor: default;
  z-index: 20;
  display: inline-block;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 0.5rem 1rem;
  color: #333333;
  background: #1a1a1a;
}

.view_btn.actived {
  visibility: visible;
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  background: #333333;
}

@media (max-width:750px) {
  .table_title {
    text-align: center;
    padding-left: 1rem;
  }

  .table_title h2 {
    font-size: 2rem;
  }

  table tr td {
    padding: 1rem 0;
    padding-left: 1rem;
  }

  .titlebox h1 {
    font-size: 4rem;
  }

  .titlebox h3 {
    font-size: 1.4rem;
  }
}

@media (max-width:768px) {
  .box {
    margin-top: 60px;
  }

  td.left {
    width: 8rem;
  }

  table {
    text-align: left;
  }

  .table_title {
    text-align: left;
    padding-left: 0rem;
  }
}

@media (max-width: 500px) {
  .slider img {
    max-height: 15rem;
  }
}