@media (min-width: 769px) {
  A.menu_naw:link {
    color: #ad3526 !important;
    text-decoration: none !important;
  }
  A.menu_naw:visited {
    color: #ad3526 !important;
    text-decoration: none !important;
  }
  A.menu_naw:hover {
    color: #cc5d4f !important;
    text-decoration: none !important;
  }

  .Menu_width {
    width: 150px;
  }

  .mainMenu:hover {
    color: #ad3526;
    /*background-color: #b96216 !important;*/
  }

  .mainMenu .subMenu {
    padding: 0px 0px;
    color: #ad3526;
    background-color: #f8f3ea !important;
  }

  .mainMenu .subMenu li:hover {
    background-color: #fff !important;
  }
}

@media (max-width: 768px) {
  A.menu_naw:link {
    color: #ad3526 !important;
    text-decoration: none !important;
  }
  A.menu_naw:visited {
    color: #ad3526 !important;
    text-decoration: none !important;
  }
  A.menu_naw:hover {
    color: #ad3526 !important;
    text-decoration: underline !important;
  }

  .header_logo_left_flex {
    flex: 3;
  }

  .header_menu_flex {
    flex: 2;
  }

  .header_logo_right_flex {
    flex: 2;
  }
}

.menu_naw .menu_word_cht
{
	display: inline-block;
	min-width: 128px;
	padding: 10px 10px;
}

.menu_naw .menu_word_eng {
	font-size: 20px;
	font-family: "Oswald", sans-serif, "Arial", "Microsoft JhengHei";
	font-weight: 300;
	font-optical-sizing: auto;
}

.div_margin_right {
  margin: 0px 0px 0px auto; /*上、右、下、左*/
}

.header-marquee-outer {
  width: 100%;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  height: 36px;
  display: flex;
  align-items: center;
}

.header-marquee-outer marquee {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 36px;
  width: 100%;
  cursor: default;
  transition: color 0.3s ease;
}

.header-marquee-outer marquee:hover {
  color: #ffeb3b;
  text-decoration: none;
  cursor: pointer;
}
