* {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial;
  background: #000;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  width: 100%;
  display: block;
}

a,
.web {
  display: block;
}

.phone {
  display: none;
}

.pos {
  position: absolute;
}

.flx {
  display: flex;
}

.Wrapper {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  line-height: 0;
}

.simpleheadbartmp {
  display: block;
  width: 100%;
  height: 67px;
  background: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  border-bottom-x: 1px solid #ccc;
  position: absolute;
  top: 0;
  z-index: 666;
  position: fixed;
}
.simpleheadbartmp .logoArea {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.simpleheadbartmp .logoArea .logo a {
  display: block;
  width: 165px;
  height: 36px;
  cursor: pointer;
  background: url(../images/TWM_Logo.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 16px 0px 16px 10px;
  float: left;
  white-space: nowrap;
}
.simpleheadbartmp .logoArea .logo2 a {
  display: block;
  cursor: pointer;
  background: url(../images/DCB_Logo.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 201px;
  height: 31px;
  margin: 16px 10px 16px 0px;
  font-size: 0;
  float: right;
}

#footer {
  width: 98%;
  text-align: center;
  font-size: 12px;
  padding: 1%;
  background: #fff;
  margin-top: 40px;
}

.fixed-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.fixed-btn a {
  margin: 4px;
  transition: all 0.3s ease;
}
.fixed-btn a :hover {
  filter: brightness(1.1);
}

/*Content*/
.contArea {
  width: 100%;
  max-width: 768px;
  margin: 57px auto 0;
  background: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contArea .card-lists {
  list-style: none;
}
.contArea .card-lists li {
  margin: 28px auto;
}
.contArea .card-lists li a img {
  transition: 0.3s ease;
}
.contArea .card-lists li a img:hover {
  transform: scale(1.05);
}
.contArea .card-lists li.notification {
  color: #DADADA;
  font-size: 16px;
  text-align: center;
  margin-top: -2%;
}
.contArea .btn-ios-secondary {
  display: inline-block;
  width: calc(35% - 70px);
  font-size: 1.25rem;
  font-weight: bold;
  color: #E7AF7B;
  border: 1px solid #E7AF7B;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  margin: 20px 15px;
  transition: 0.3s ease;
}
.contArea .btn-ios-secondary:hover {
  transform: scale(1.05);
}
@media all and (max-width: 575.98px) {
  .contArea .btn-ios-secondary {
    display: block;
    width: calc(90% - 70px);
    margin: 20px auto;
  }
}

/*expanding & collapsing
===========================================*/
.exp-col {
  width: 90%;
  max-width: 580px;
  margin: 40px auto;
  padding: 10px 0;
}
.exp-col h3 {
  border-top: 1px solid #E7AF7B;
  margin: 0;
}
.exp-col h3:first-child {
  border: none;
}
.exp-col h3 a {
  display: block;
  padding: 8px 16px;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: left;
  color: #E7AF7B;
  border-bottom: 1px solid #E7AF7B;
}
.exp-col h3 a:after {
  float: right;
  display: inline-block;
  position: relative;
  content: "";
  background: url(../images/btn_arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.exp-col h3.open a:after {
  transform: rotate(360deg);
}
.exp-col .rule-info {
  text-align: justify;
  /*  word-break: break-all;*/
  margin: 12px;
  padding: 0 8px 16px;
  color: #fff;
}
.exp-col .rule-info ul {
  margin: 0;
}
.exp-col .rule-info li {
  font-size: 1rem;
  list-style-type: square;
  line-height: 1.8;
  margin-left: 10px;
  color: #DADADA;
}
.exp-col .rule-info li ol li {
  list-style-type: decimal;
  margin-left: -18px;
}
.exp-col .rule-info li ol li a {
  text-decoration: underline;
  color: #dfad00;
}

@media screen and (min-width: 580px) {
  .contArea .card-lists li {
    width: 76%;
    max-width: 640px;
  }
}
@media screen and (min-width: 640px) {
  .contArea .btn-ios-secondary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .simpleheadbartmp {
    height: 57px;
  }
  .simpleheadbartmp .logoArea .logo a {
    display: block;
    width: 105px;
    height: 25px;
  }
  .simpleheadbartmp .logoArea .logo2 a {
    width: 140px;
    height: 23px;
    margin: 17px 10px 17px 0px;
  }
  #footer {
    margin-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .simpleheadbartmp .logoArea .logo a.logo-ps {
    font-size: 28px;
  }
}
