@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
/* clearBoth */
.changeHeader header {
  display: none; }

.changeHeader .navigationMobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #3c3c3c;
  font-weight: bold;
  padding: 5px 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }
  .changeHeader .navigationMobile > div {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: normal; }
  .changeHeader .navigationMobile > div.active {
    color: #EDAB00; }

header {
  position: relative;
  clear: both;
  zoom: 1; }
  header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media (max-width: 800px) {
    header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 10; } }

@media (max-width: 800px) {
  .naviFixed header {
    position: absolute;
    z-index: 1; } }

.flexBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

@media screen and (max-width: 320px) {
  .h1Box {
    margin: 0 32px; } }

@media screen and (max-width: 320px) {
  .subBox {
    display: flex;
    align-items: center;
    justify-content: center; } }

span.live-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  background-color: red;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2; }
  span.live-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out infinite;
    animation: live 2s ease-in-out infinite;
    z-index: 1;
    margin-left: -1px;
    margin-top: -1px; }
  @media screen and (max-width: 414px) {
    span.live-icon {
      margin-right: 10px; } }
  @media screen and (max-width: 320px) {
    span.live-icon {
      height: 15px; }
      span.live-icon:before {
        margin-left: -2px; } }

@-webkit-keyframes live {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0); } }

@keyframes live {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0); } }

.update {
  color: #ffffff;
  text-align: center;
  font-size: 16px; }
  @media screen and (max-width: 414px) {
    .update {
      font-size: 14px; } }

.logo_box {
  background-color: #3c3c3c;
  padding: 5px 0;
  clear: both;
  zoom: 1; }
  .logo_box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.icon-cnalogo {
  fill: #fafafa;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  vertical-align: middle; }
  @media screen and (max-width: 414px) {
    .icon-cnalogo {
      width: 40px;
      height: 40px;
      margin: 0 0 0 0; } }

.logo_box span {
  font-size: 20px;
  vertical-align: middle; }

.logo_box span a {
  color: #ffffff; }

.rightMenu {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center; }
  .rightMenu a {
    font-size: 20px;
    font-weight: normal;
    display: block; }
  .rightMenu > li.arrowDown {
    padding: 10px 30px 10px 20px; }
  .rightMenu > li {
    cursor: pointer;
    padding: 10px 20px 10px;
    position: relative; }
    .rightMenu > li:hover:not(.closeStyle)::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 9px;
      background-color: #edab00;
      left: 0;
      bottom: -5px; }
    .rightMenu > li:hover:not(.closeStyle) > a {
      color: #edab00; }
    .rightMenu > li a {
      color: #ffffff; }
  .rightMenu > li a {
    color: #ffffff; }
  .rightMenu > li a.temp {
    color: #C8C1B8; }
  @media (max-width: 800px) {
    .rightMenu {
      float: none;
      display: block;
      text-align: center;
      margin: 80px 20px 0; }
      .rightMenu > li.arrowDown {
        padding: 15px 0; }
      .rightMenu > li {
        padding: 15px 0;
        border-bottom: 1px solid #ffffff; }
        .rightMenu > li:first-child {
          border-top: 1px solid #ffffff; }
        .rightMenu > li:hover:after {
          display: none; }
        .rightMenu > li:hover:not(.closeStyle)::after {
          display: none; }
        .rightMenu > li a {
          font-size: 22px;
          font-weight: bold;
          color: #edab00;
          width: 170px;
          text-align: left;
          margin: 0 auto; } }

.simpleMenu {
  display: flex; }
  @media (max-width: 800px) {
    .simpleMenu {
      display: none; } }

.open .submenu {
  display: block; }

.submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  left: 0;
  top: 55px;
  z-index: 2; }
  .submenu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #9B9388; }
  .submenu li:last-child {
    border-bottom: none; }
  .submenu li a {
    padding: 15px 0;
    display: block;
    text-align: center; }
    .submenu li a:link {
      color: #000000; }
    .submenu li a:visited {
      color: #000000; }
    .submenu li a:active {
      color: #000000; }
    .submenu li a:hover {
      color: #000000;
      font-weight: bold; }
  .submenu li a.temp:link {
    color: #C8C1B8; }
  .submenu li a.temp:visited {
    color: #C8C1B8; }
  .submenu li a.temp:active {
    color: #C8C1B8; }
  .submenu li a.temp:hover {
    color: #C8C1B8;
    font-weight: normal; }
  @media (max-width: 800px) {
    .submenu {
      background-color: transparent;
      padding: 0;
      position: relative;
      box-shadow: none;
      top: inherit;
      left: inherit; }
      .submenu li {
        border-bottom: none; }
      .submenu li a {
        padding: 15px 0 0 0;
        text-align: left;
        width: 170px;
        margin: 0 auto;
        font-weight: normal; }
        .submenu li a:link {
          color: #ffffff; }
        .submenu li a:visited {
          color: #ffffff; }
        .submenu li a:active {
          color: #ffffff; }
        .submenu li a:hover {
          color: #ffffff; } }

.arrowDown.closeStyle::before {
  opacity: 0.2; }

.arrowDown::before {
  content: '';
  display: block;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 20px; }
  @media (max-width: 800px) {
    .arrowDown::before {
      display: none; } }

.menu-toggle {
  display: none;
  float: left;
  margin: 13px 13px 0 0; }
  @media (max-width: 800px) {
    .menu-toggle {
      display: block; } }
  @media (max-width: 414px) {
    .menu-toggle {
      margin: 10px 10px 0 0; } }

.mobileSubMenu {
  display: none;
  position: fixed;
  background-color: rgba(60, 60, 60, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  .mobileSubMenu.open {
    display: block; }
  .mobileSubMenu .sharebox {
    width: 170px;
    margin: 40px auto 0; }
    .mobileSubMenu .sharebox div:first-child {
      padding: 0 10px 0 0; }
    .mobileSubMenu .sharebox svg path {
      fill: #ffffff; }

.closeMenu {
  position: absolute;
  top: 20px;
  right: 20px; }

.cnaLogo {
  position: absolute;
  top: 20px;
  left: 20px; }
