@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC");
@import url("_reapir.css");
html {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei' !important;
  font-size: 14px;
  font-weight: 300; }

.checkbg {
  position: absolute;
  width: 40%;
  background-color: #b9b9b9;
  height: 100%; }

nav {
  display: inline;
  top: 1px;
  right: 2px;
  position: absolute;
  text-align: left; }
  nav img {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    vertical-align: middle;
    width: 2em; }
  nav div {
    display: inline;
    min-width: 145px;
    text-align: center;
    background: #449fd2;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px; }
    nav div:last-child {
      margin-top: 2px; }

.dropdown:hover .drop_down_menu {
  display: block;
  opacity: 1; }

.drop_down_menu {
  display: none;
  position: absolute;
  right: 0;
  margin: -2px 0 0 0;
  padding: 1%;
  list-style: none;
  z-index: 2505;
  text-align: left;
  min-height: 195px;
  width: 150px;
  border-radius: 1px;
  background: rgba(252, 252, 252, 0.9);
  color: #1f1f1f; }
  .drop_down_menu li {
    font-size: 14px;
    position: relative;
    padding: 2px 5px; }
  .drop_down_menu input {
    vertical-align: middle; }

.dropmenu_active {
  background: #0071bc;
  color: yellow; }

textarea {
  resize: none; }

button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent; }

input[type=radio] {
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #c0c0c0;
  margin-right: 5px; }

table {
  border-collapse: collapse; }
  table caption {
    height: 30px;
    font-size: 18px;
    font-weight: 600; }

input[type=text] {
  height: 30px;
  width: 200px;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 50px;
  outline: none;
  border: solid 2px #cccccc; }

select {
  height: 30px;
  max-width: 200px;
  margin-left: 10px;
  outline: none;
  border: solid 2px #cccccc; }

.search_bar {
  position: absolute;
  z-index: 2500;
  margin: 0px 5px 10px 0;
  background: #dddddd;
  border-radius: 2px;
  width: 100px; }
  .search_bar img {
    width: 2em;
    height: 2em;
    padding: 5px 30px; }
  .search_bar li span {
    padding: 0 15px;
    color: #3f3f3f;
    width: 100px; }

.disabled {
  pointer-events: none;
  display: inline-block;
  cursor: no-drop;
  background: rgba(97, 97, 97, 0.726); }
  .disabled span {
    color: #ebebeb; }

.menubar {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  list-style: none; }
  .menubar li {
    padding: 5px 0;
    width: 100px; }
    .menubar li:hover {
      background: rgba(97, 162, 248, 0.8);
      cursor: pointer;
      -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
      transform: translateY(-0.25em); }
      .menubar li:hover span {
        color: #fff; }

.active {
  background: #61a2f8; }
  .active span {
    color: #fff; }

.fa-times-circle, .fa-chevron-circle-down {
  float: right;
  cursor: pointer; }

.fa-search {
  margin-right: 10px; }

.infobox-scroll {
  overflow: scroll;
  overflow-x: hidden;
  display: block;
  margin-top: 80px;
  height: 600px; }

.btn_close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  outline: none;
  width: 30px;
  height: 30px; }
  .btn_close i {
    color: #555555;
    font-size: 18px; }

.videoclose {
  top: -10px;
  right: -10px;
  background: #e2e2e2;
  border-radius: 50px;
  z-index: 2500; }

.icon_visibilitybox {
  position: absolute;
  z-index: 2500;
  border-radius: 2px;
  width: 220px;
  height: 485px;
  left: 110px;
  top: 200px;
  background: #f7f7f7;
  display: none;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8); }

.icon_switch {
  border-collapse: collapse;
  margin: 5px 10px;
  width: 200px;
  color: #3d3d3d; }
  .icon_switch img {
    width: 2em;
    height: 2em;
    padding: 5px; }
  .icon_switch td:last-child {
    text-align: center; }
  .icon_switch .fa-plus-circle {
    font-size: 21px;
    color: #c7bfc0;
    cursor: pointer; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .active {
    background: transparent; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

input:checked + .slider {
  background-color: #3c8cd1; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #3c8cd1;
  box-shadow: 0 0 1px #3c8cd1; }

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }
  .slider.round:before {
    border-radius: 50%; }

.btn_edit_content, .btn_complete, .btn_delete_content {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f0f0f0;
  padding: 8px 20px;
  border: solid 1px #b7bbbdde;
  border-radius: 2px;
  cursor: pointer; }
  .btn_edit_content i, .btn_complete i, .btn_delete_content i {
    padding-right: 5px; }

.btn_complete, .table_edit_content {
  display: none; }

.btn_delete_content {
  left: 100px; }

.btn_infoscrip, .btn_screenshot {
  padding: 10px; }
  .btn_infoscrip img, .btn_screenshot img {
    vertical-align: middle; }

.btn_screenshot {
  background: #fab587;
  padding: 5px 10px;
  border-radius: 2px; }

.smallmap {
  position: absolute;
  z-index: 2100;
  bottom: 20px;
  left: 120px;
  width: 120px;
  height: 80px;
  text-align: center;
  background: #dddddd;
  font-size: 18px; }
  .smallmap p {
    margin: 0 5px;
    padding: 5px; }
  .smallmap i {
    font-size: 21px; }
  .smallmap button {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px; }

.moviemake_box {
  position: absolute;
  top: 150px;
  left: 200px;
  width: 350px;
  height: 370px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  background: #f7f7f7;
  display: none;
  z-index: 2500; }
  .moviemake_box table {
    margin: 10px 20px; }
    .moviemake_box table td {
      padding: 5px 0;
      vertical-align: middle; }
  .moviemake_box button img {
    width: 2em;
    height: 2em; }

.moviecomplete_box {
  position: absolute;
  margin: 10% 35%;
  border-radius: 10px;
  width: 400px;
  height: 200px;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8); }
  .moviecomplete_box table {
    width: 100%;
    text-align: center;
    margin: 12% 0; }
    .moviecomplete_box table td {
      padding: 10px 0; }
    .moviecomplete_box table button {
      background: #54aafc;
      padding: 8px 25px;
      color: #fff;
      border-radius: 2px; }

.videopos {
  position: absolute;
  top: 150px;
  left: 120px;
  display: none; }
  .videopos .videosize {
    width: 640px;
    height: 360px; }

.btn_send {
  padding: 10px 100px;
  background: #113f67;
  color: #f3f9fb;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(200, 215, 235, 0.6);
  box-shadow: 2px 6px 5px 0px rgba(200, 215, 235, 0.6); }
  .btn_send:hover {
    background: #3c8cd1; }

.information_box {
  position: absolute;
  left: 110px;
  top: 50px;
  width: 400px;
  height: 700px;
  display: none;
  z-index: 2550;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  background: #f7f7f7; }
  .information_box table {
    margin: 0px 20px 20px 20px;
    min-width: 350px; }
    .information_box table tr {
      border-bottom: solid 1px #b1b1b1; }
    .information_box table td:first-child {
      width: 100px;
      padding: 20px 0px 20px 10px; }

.privacy_set_box {
  position: absolute;
  top: 50px;
  left: 150px;
  width: 400px;
  height: 620px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  background: #f7f7f7;
  display: none;
  z-index: 2500; }
  .privacy_set_box table {
    margin: 5px 20px;
    min-width: 350px; }
    .privacy_set_box table td {
      padding: 6px 0; }
    .privacy_set_box table span img {
      vertical-align: middle; }
  .privacy_set_box textarea {
    width: 350px;
    height: 80px;
    outline: none;
    border-radius: 10px;
    border: solid 2px #cccccc; }
  .privacy_set_box input[type=text] {
    width: 350px;
    border-radius: 5px;
    margin-left: 0;
    padding: 0; }
  .privacy_set_box .errormessage {
    border: solid 1px #ec3838;
    color: #e71313;
    border-radius: 5px;
    width: 350px;
    padding: 5px 10px; }
  .privacy_set_box .fa-exclamation-circle {
    padding-right: 5px; }

.measure_box {
  position: absolute;
  top: 50px;
  left: 150px;
  width: 350px;
  height: 350px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  background: #f7f7f7;
  display: none;
  z-index: 2500; }
  .measure_box table {
    margin: 5px 20px;
    min-width: 300px; }
    .measure_box table td {
      padding: 5px 0; }
    .measure_box table select {
      width: 300px;
      outline: none;
      border: solid 2px #cccccc; }
  .measure_box .measure_descrip {
    margin-top: 30px; }
    .measure_box .measure_descrip caption {
      padding: 20px 0 8px 0; }
    .measure_box .measure_descrip img {
      vertical-align: -5px;
      padding-right: 5px; }

.confirm_box {
  position: absolute;
  top: 200px;
  left: 15%;
  z-index: 3000;
  width: 350px;
  height: 200px;
  background: #fff;
  -webkit-box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8);
  box-shadow: 2px 6px 5px 0px rgba(145, 145, 145, 0.8); }
  .confirm_box button {
    background: #54aafc;
    padding: 8px 25px;
    color: #fff;
    border-radius: 2px; }
  .confirm_box table {
    margin: 50px 70px;
    text-align: center;
    width: 200px; }
    .confirm_box table tr {
      height: 50px; }

.instruction_box {
  position: absolute;
  top: 50px;
  left: 120px;
  width: 576px;
  height: 400px;
  background: #f7f7f7;
  display: none;
  z-index: 2500; }

.swiper-container {
  margin-top: 20px !important;
  height: 100%;
  width: 100%; }

.swiper-wrapper img {
  width: 90%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.lineborder {
  border-bottom: 4px red  solid;
  background-color: black;
  width: 400px;
  height: 2px;
  position: absolute;
  left: calc(35% - 60px);
  top: 255px;
  z-index: 1000;
  font-size: 1px;
  line-height: 0; }

.right {
  border-bottom: 0;
  border-left: 4px red solid;
  left: calc(35% + 336px);
  height: 300px;
  width: 2px; }

.bottom {
  border-bottom: 0;
  border-top: 4px red solid;
  top: 554px;
  left: calc(35% - 60px); }

.left {
  border-bottom: 0;
  border-right: 4px red  solid;
  left: calc(35% - 62px);
  height: 300px;
  width: 2px; }
