body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  overflow: hidden;
  background: #04172d;
}
* {
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
ul {
  list-style: none;
}
header {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
header img {
  max-width: 80%;
}
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
  box-sizing: border-box;
  background-size: cover;
  background-attachment: fixed;
  color: #444;
  text-align: center;
  position: relative;
}
.container .videoBox {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container .videoBox::after {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
footer {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 1;
}
.menu {
  padding: 0;
  font-size: 0;
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: 50% 50%;
  background: linear-gradient(180deg, #0b2555a3 0, #001529ab 100%);
  background: -webkit-linear-gradient(270deg, #0b2555a3 0, #001529ab 100%);
  border-top: 1px solid #294178c9;
}
.menu li {
  display: inline-block;
  height: 100%;
}
.menu li:nth-of-type(1) {
  border-bottom: 1px solid #294178c9;
  border-right: 1px solid #294178c9;
}
.menu li:nth-of-type(2) {
  border-bottom: 1px solid #294178c9;
}
.menu li:nth-of-type(3) {
  border-right: 1px solid #294178c9;
}
.menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #fff;
  align-items: center;
}
.menu li a img {
  width: 30%;
}
.menu li a .text {
  text-align: left;
  padding-left: 0.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.menu li a .text .vi {
  font-size: 4.2vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
.menu li a .text .en {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4165a5;
  line-height: 1;
  margin-top: 0.2rem;
  display: block;
}
footer span.copy {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 9vw;
  background: #04172d;
}
.popup {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) and (min-height: 1024px) {
  .menu li a {
    padding: 1.5rem;
    padding-left: 50px;
  }
  .menu li a img {
    width: 15%;
  }
  .menu li a .text .vi {
    font-size: 3vw;
  }
  footer span.copy {
    font-size: 2vw;
    line-height: 6vw;
  }
}
@charset "utf-8";
a,
b,
body,
div,
footer,
form,
header,
html,
i,
img,
label,
li,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
footer,
header {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
@media \0screen {
  img {
    width: auto;
  }
}
a {
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:focus,
a:hover {
  color: #777;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
div,
input,
li,
span,
ul {
  font-family: century gothic, Arial, microsoft jhenghei, PMingLiU, sans-serif;
}
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  line-height: 1;
  color: #555;
  font-size: 1rem;
  font-family: century gothic, Arial, microsoft jhenghei, PMingLiU, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
  padding: 5px 30px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all ease-in 0.15s;
  -moz-transition: all ease-in 0.15s;
  -o-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
  vertical-align: middle;
  cursor: pointer;
}
input[type="submit"]:hover {
  color: #fff;
}
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input.input100:-moz-read-only {
  color: #bf9999;
  cursor: default;
}
input[type="password"]:disabled,
input[type="text"]:disabled {
  color: #bf9999;
  cursor: default;
}
input[type="submit"]:disabled {
  color: rgba(0, 0, 0, 0.4);
  background-color: #bbb;
  border: 1px solid #bbb;
  cursor: default;
}
input[type="submit"]:disabled:active,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
  color: rgba(255, 255, 255, 0.5);
}
input[type="checkbox"] {
  width: 5vw;
  height: 5vw;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"] + span {
  padding: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
::-webkit-input-placeholder {
  font-size: 1em;
  font-weight: 400;
}
:-moz-placeholder {
  font-size: 1em;
  font-weight: 400;
}
::-moz-placeholder {
  font-size: 1em;
  font-weight: 400;
}
::-ms-input-placeholder {
  font-size: 1em;
  font-weight: 400;
}
input[type="password"]:focus,
input[type="text"]:focus {
  color: #aaa;
}
@media only screen and (hover: hover) and (pointer: fine) {
  ::-webkit-scrollbar {
    width: 7px;
    height: 4px;
  }
  * {
    scrollbar-width: thin;
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
  }
  * {
    scrollbar-color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1920px) {
  input[type="checkbox"] {
    width: 1.4vw;
    height: 1.4vw;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1900px) {
  input[type="checkbox"] {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  input[type="checkbox"] {
    width: 1.8vw;
    height: 1.8vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1023px) {
  input[type="checkbox"] {
    width: 2.8vw;
    height: 2.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  input[type="checkbox"] {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 671px) and (max-width: 750px) {
  input[type="checkbox"] {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 551px) and (max-width: 670px) {
  input[type="checkbox"] {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  input[type="checkbox"] {
    width: 4vw;
    height: 4vw;
  }
}
@charset "UTF-8";
br {
  line-height: 1;
}
i.fa-eye-slash {
  font-size: 4vw;
  cursor: pointer;
}
.text_red {
  color: #f22;
}
a.text_red:active,
a.text_red:focus,
a.text_red:hover {
  color: #ff4747;
}
.text_blue {
  color: #0089ff;
}
a.text_blue:active,
a.text_blue:focus,
a.text_blue:hover {
  color: #0074d9;
}
input.btn100 {
  width: 100%;
}
input.btn_superbig {
  padding: 10px 5px;
  font: normal bold 3.2vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
}
input.btn_superbig {
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
input.btn_blue {
  color: #fff;
  background-color: #1294cc;
  border: 1px solid #1294cc;
}
input.btn_blue:active,
input.btn_blue:focus,
input.btn_blue:hover {
  background-color: #1685b5;
  border: 1px solid #1685b5;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.col_1 {
  width: calc(100% - 10px);
  padding: 5px;
}
.col_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 10px);
  padding: 5px;
  font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
}
input.input100 {
  display: flex;
  flex-direction: row;
  width: calc(100% - 12px);
  padding: 5px;
  color: #333;
  font: normal normal 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  cursor: pointer;
}
input.input100 {
  width: calc(100% - 12px);
}
.item_title {
  margin: 1vw;
  font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
}
.col_checkbox {
  display: inline-block;
  margin-right: 15px;
  font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
}
.col_checkbox label {
  vertical-align: middle;
  cursor: pointer;
}
.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 10px 0;
  padding: 15px 0 0 0;
}
.btn_box input {
  margin-right: 5px;
}
.btn_box input:last-of-type,
.col_checkbox:last-of-type {
  margin-right: 0;
}
.jc_bt {
  justify-content: space-between;
}
.flex_wrap {
  flex-wrap: wrap;
}
.popup_windows {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 20;
}
.popup_container {
  position: absolute;
  width: 100%;
  z-index: 21;
}
.popup {
  position: relative;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.popup.popup_m {
  max-width: 600px;
}
.popup_in {
  width: 90%;
  margin: auto;
  padding: 20px;
  color: #888;
  font: normal normal 3.5vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei",
    PMingLiU, sans-serif;
}
.popup_in a {
  color: #888;
}
.popup_in a.text_red {
  color: #f22;
}
.popup_in a:active,
.popup_in a:focus,
.popup_in a:hover {
  color: #bb6969;
}
.popup_in a.text_blue {
  font-weight: bolder;
  color: #0089ff;
}
@media screen and (min-width: 1024px) {
  .item_title {
    margin: 0.5vw 0;
    font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.btn_superbig {
    padding: 12px 5px;
    font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_flex {
    font: normal normal 1.5vw/1.5vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    font: normal bold 1.1vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    padding: 0.5vw;
    font: normal normal 1.4vw/1.4vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  input.input100 {
    width: calc(100% - 22px);
  }
  i.fa-eye-slash {
    font-size: 1.5vw;
  }
  .popup_container {
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .popup_in {
    font: normal normal 1vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup input.btn_superbig {
    font: normal normal 1.6vw/1.6vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .popup input.input100 {
    font: normal normal 1.4vw/1.4vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
}
@media screen and (min-width: 1920px) {
  input.btn_superbig {
    padding: 8px;
    font: normal bold 2.2vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    width: calc(100% - 32px);
  }
  .col_flex {
    font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup_in {
    font: normal normal 1.2vw/1.4vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .popup .item_title {
    font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif !important;
  }
  .popup input.btn_superbig {
    padding: 10px 5px;
    font: normal normal 1.6vw/1.6vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .popup input.input100 {
    padding: 0.2vw;
    font: normal normal 1.2vw/1.2vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .popup i.fa-eye-slash {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1900px) {
  input.btn_superbig {
    font: normal bold 3vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    font: normal bold 1.4vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-seriff;
  }
  input.input100 {
    padding: 0.5vw;
    font: normal normal 1.6vw/1.6vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .item_title {
    font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.btn_superbig {
    font: normal bold 3.4vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 1.8vw/1.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  input.input100 {
    width: calc(100% - 1.8vw);
  }
  i.fa-eye-slash {
    font-size: 2vw;
  }
  .popup_container {
    top: 49%;
  }
  .popup input.btn_superbig {
    font: normal normal 2.4vw/2.4vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
}
@media screen and (max-width: 1023px) {
  .col_checkbox {
    margin-right: 10px;
  }
  input.btn_superbig {
    padding: 5px;
    font: normal bold 5vw/6.5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup_container {
    top: 3%;
  }
  .popup_in {
    width: calc(100% - 30px);
    padding: 15px;
    font: normal normal 3.2vw/3.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
}
@media screen and (min-width: 901px) and (max-width: 1023px) {
  input.btn_superbig {
    font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_flex {
    width: calc(100% - 3vw);
    padding: 1.5vw;
    font: normal normal 2.6vw/2.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .col_checkbox,
  .item_title {
    font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 2.6vw/2.6vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  i.fa-eye-slash {
    font-size: 3vw;
  }
  .popup_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  input.btn_superbig {
    font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_flex {
    width: calc(100% - 3vw);
    padding: 1.5vw;
    font: normal normal 2.6vw/2.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .col_checkbox,
  .item_title {
    font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 2.8vw/2.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  i.fa-eye-slash {
    font-size: 3vw;
  }
  .popup_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 671px) and (max-width: 750px) {
  input.btn_superbig {
    font: normal bold 3.2vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_flex {
    width: calc(100% - 3vw);
    padding: 1.5vw;
    font: normal normal 2.6vw/2.8vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .col_checkbox,
  .item_title {
    font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 2.6vw/2.6vw "Century Gothic", Arial,
      "Microsoft JhengHei", PMingLiU, sans-serif;
  }
  .popup_container {
    top: 5%;
  }
}
@media screen and (min-width: 551px) and (max-width: 670px) {
  input.btn_superbig {
    font: normal bold 3.8vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 2.8vw/3vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_flex {
    font: normal normal 2.5vw/3vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  i.fa-eye-slash {
    font-size: 3vw;
  }
  .popup_container {
    top: 5%;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  input.btn_superbig {
    padding: 5px;
    font: normal bold 4.6vw/5.2vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    margin-right: 5px;
    margin-bottom: 5px;
    font: normal bold 3.4vw/3.8vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  input.btn_superbig {
    padding: 5px;
    font: normal bold 5vw/6vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    padding: 3px;
    font: normal normal 4vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .col_checkbox {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .col_checkbox {
    font: normal bold 4vw/5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 4.2vw/5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 320px) {
  .col_checkbox {
    margin-right: 5px;
    margin-bottom: 5px;
    font: normal bold 4.5vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .item_title {
    font: normal bold 4.6vw/5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.btn_superbig {
    padding: 5px;
    font: normal bold 5.2vw/6.5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  input.input100 {
    font: normal normal 4.8vw/5vw "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
  .popup_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 280px) {
  input.input100 {
    font: normal normal 15px/17px "Century Gothic", Arial, "Microsoft JhengHei",
      PMingLiU, sans-serif;
  }
}
