* {
  margin : 0 auto;
  padding: 0;
}

.bg-lightred {
  background: #ED1C24;
}

.bg-lightblue {
  background: lightblue;
}

.mainbg {
  /* background:url(images/logo.png); */
}

#header {
  width      : 100%;
  position   : fixed;
  top        : 0;
  left       : 0;
  font-family: "微軟正黑體";
  z-index    : 3;
}

#header.scroll .header-wrapper {
  position: relative;
}

#header.scroll .header-wrapper .top {
  height : 0;
  z-index: 1;
}

#header.scroll .header-wrapper .top .title {
  font-size: 100px;
  color    : #0983A2;
}

#header.scroll .header-wrapper .top .logo a {
  width : 193px;
  height: 39px;
}

#header.scroll .header-wrapper .bottom .shadow {
  height: 7px;
}

#header.hasPrivacy .privacy {
  display: block;
}

#header .privacy {
  display: none;
}

#header .privacy p {
  padding: 8px 0;
}

#header .privacy p a {
  text-decoration: underline;
}

#header .privacy .icon-close {
  right : 27px;
  cursor: pointer;
}

#header .header-wrapper .top {
  height         : 90px;
  justify-content: center;
  align-items    : center;
  transition     : height .3s;
  position       : relative;
}

#header .header-wrapper .top .logo {
  z-index    : 1;
  top        : 50%;
  left       : 11%;
  float      : left;
  margin-left: 11%;
  margin-top : 18px;
  transition : left .3s, top .3s;
}

#header .header-wrapper .top .logo a {
  display        : block;
  width          : 267.1px;
  height         : 70px;
  background     : url(./images/logo_header-2.png) center no-repeat;
  background-size: contain;
  transition     : width .3s, height .3s;
}

#header .header-wrapper.outer-link a {
  transition: opacity .3s;
}

#header .header-wrapper .outer-link a:hover {
  opacity: 0.9;
}

#header .header-wrapper .outer-link img {
  width: 38px;
}

#header .header-wrapper .menu-toggle {
  width            : 28px;
  height           : 28px;
  position         : absolute;
  top              : 50%;
  right            : 28px;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  z-index          : 5;
  cursor           : pointer;
  display          : none;
}

#header .header-wrapper .top .menu-toggle div {
  height            : 5px;
  width             : 100%;
  background-color  : white;
  border-radius     : 5px;
  -webkit-transition: width 0.5s ease, top .5s, -webkit-transform .5s;
  transition        : width 0.5s ease, top .5s, -webkit-transform .5s;
  transition        : width 0.5s ease, top .5s, transform .5s;
  transition        : width 0.5s ease, top .5s, transform .5s, -webkit-transform .5s;
  position          : absolute;
  right             : 0;
}

#header .header-wrapper .top .menu-toggle div.bar1 {
  top: 2px;
}

#header .header-wrapper .top .menu-toggle div.bar2 {
  top: 12px;
}

#header .header-wrapper .top .menu-toggle div.bar3 {
  top: 22px;
}

#header .header-wrapper .top .menu-toggle.active div.bar1 {
  width            : 25px;
  top              : 14px;
  -webkit-transform: rotate(-45deg);
  transform        : rotate(-45deg);
}

#header .header-wrapper .top .menu-toggle.active div.bar2 {
  opacity: 0;
}

#header .header-wrapper .top .menu-toggle.active div.bar3 {
  width            : 25px;
  top              : 14px;
  -webkit-transform: rotate(45deg);
  transform        : rotate(45deg);
}

#header .header-wrapper .bottom .shadow {
  pointer-events: none;
  width         : 100%;
  height        : 15px;
  background    : linear-gradient(rgba(0, 0, 0, 0.3) 1%, transparent);
  transition    : height .3s;
}

#header .modal.show {
  background: rgba(0, 0, 0, 0.2);
}

#header .modal .modal-dialog {
  max-width: 700px;
}

#header .modal .modal-dialog .modal-content {
  border       : none;
  overflow     : hidden;
  border-radius: 10px;
}

#header .modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  background   : #f0f0f0;
  padding      : 11px 0;
}

#header .modal .modal-dialog .modal-content .modal-header .close {
  opacity    : 1;
  top        : 50%;
  right      : 12px;
  transform  : translateY(-50%);
  text-shadow: none;
  font-size  : 50px;
  color      : white;
  padding    : 0;
  margin     : 0;
}

#header .modal .modal-dialog .modal-content .modal-header .close span {
  font-weight: normal;
}

#header .modal .modal-dialog .modal-content .modal-body {
  padding       : 8px 33px;
  padding-bottom: 42px;
}

#header .modal .modal-dialog .modal-content .modal-body ul li:not(:first-child) {
  border-top: 1px solid #DCDCDC;
}

#header .modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: 1px solid #DCDCDC;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a {
  align-items    : center;
  color          : black;
  text-decoration: none;
  transition     : background .3s;
  padding-top    : 13.5px;
  padding-bottom : 13.5px;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a:hover {
  background: #F0F0F0;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a:hover i {
  background: #f0f0f0;
  color     : white;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a i {
  width     : 18px;
  height    : 18px;
  background: #F0F0F0;
  color     : #f0f0f0;
  transition: background .3s;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a span {
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

#header .modal .modal-dialog .modal-content .modal-body ul li a .date {
  margin-left: auto;
}

ul li {
  display     : block;
  position    : relative;
  top         : 15;
  right       : 10;
  float       : right;
  margin-right: 10px;
}

.textback {
  color      : white;
  font-weight: bolder;
}

.myButton2 {
  box-shadow      : inset -1px -1px 1px 0px #f29c93;
  background      : linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
  background-color: #fe1a00;
  border-radius   : 8px;
  border          : 2px solid #d83526;
  display         : inline-block;
  cursor          : pointer;
  color           : #ffffff;
  font-family     : Arial;
  font-weight     : bold;
  padding         : 20px 35px;
  text-decoration : none;
  text-shadow     : -1px 2px 1px #b23e35;
}

.myButton2:hover {
  background      : linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
  background-color: #ce0100;
}

.myButton3 {
  box-shadow      : inset -1px -1px 1px 0px #f7f4f4;
  background      : linear-gradient(to bottom, #858282 5%, #636262 100%);
  background-color: #424141;
  border-radius   : 8px;
  border          : 2px solid #636262;
  display         : inline-block;
  cursor          : pointer;
  color           : #ffffff;
  font-family     : Arial;
  font-weight     : bold;
  padding         : 20px 35px;
  text-decoration : none;
  text-shadow     : -1px 2px 1px #757474;
}

.myButton4 {
  box-shadow      : inset -1px 0px 0px 1px #f7f4f4;
  background      : linear-gradient(to bottom, #858282 5%, #636262 100%);
  background-color: #424141;
  border-radius   : 8px;
  border          : 1px solid #636262;
  display         : inline-block;
  cursor          : pointer;
  color           : #ffffff;
  font-family     : Arial;
  font-size       : 28px;
  font-weight     : bold;
  padding         : 9px 42px 18px 42px;
  text-decoration : none;
  text-shadow     : 0px 2px 0px #757474;
}

.myButton:hover {
  background      : linear-gradient(to bottom, #08d108 5%, #0ef043 100%);
  background-color: #08d108;
}

.myButton2.myButton:active {
  position: relative;
  top     : 1px;
}

.myButton {
  box-shadow      : inset -1px 0px 0px 1px #74f052;
  background      : linear-gradient(to bottom, #0ef043 5%, #08d108 100%);
  background-color: #0ef043;
  border-radius   : 8px;
  border          : 1px solid #18ab29;
  display         : inline-block;
  cursor          : pointer;
  color           : #ffffff;
  font-family     : Arial;
  font-size       : 28px;
  font-weight     : bold;
  padding         : 9px 42px 18px 42px;
  text-decoration : none;
  text-shadow     : 0px 2px 0px #1b9409;
}

.myButton img {
  display: block;
  display: inline-block;
  display: inline-table
}

.bottom pt-0 pt-sm-1 pb-4 lol {
  margin: 0 auto;

}

.font-weight-bold {
  text-align: left;
  width     : 700px;
  height    : 100px;
}

.footer {
  background    : lightblue;
  font-family   : "微軟正黑體";
  font-size     : 0.8em;
  padding-top   : 10px;
  padding-bottom: 10px;
  color         : #FFFFFF;
}

img {
  max-width          : 100%;
  height             : auto;
  border             : none;
  -khtml-user-select : none;
  -o-user-select     : none;
  -moz-user-select   : none;
  -webkit-user-select: none;
  user-select        : none;
  image-rendering    : -webkit-optimize-contrast;
  vertical-align     : middle;
  border-style       : none;
}

a,
a:active {
  cursor: pointer;
}
