﻿@charset "UTF-8";
@import url(../css/header.css);
@import url(../css/footer.css);
.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  display: block;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

body {
  background-color: #000B52;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: 100vh;
  background-image: url(/iFunable/images/about/header_bg.jpg?v=20220914);
  background-color: #000D4C;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

/*Friday Market settting */
/* ================= 內容 ================= */
.content {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container {
  width: 75%;
  margin: 3% auto 5% auto;
}
@media screen and (min-width: 1280px) {
  .content .container {
    width: 65%;
  }
}
.content .container .header {
  width: 100%;
}
.content .container .header .container {
  width: 100%;
}
.content .container .header .container img {
  max-width: 100%;
}
.content .container main {
  width: 100%;
  margin: 0 auto;
  max-width: 620px;
  padding: 1em;
  background-color: #fff;
  border-radius: 0.5em;
  color: #9b9c9c;
}
.content .container main .container {
  width: 100%;
}
.content .container main .title {
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #7b8289;
  padding: 0.5em;
}
.content .container main .text {
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 1.8em;
  color: #9b9c9c;
}
.content .container main .text a {
  color: #2cb867;
}
.content .container main .text a:hover {
  border-bottom: 1px #2cb867 dashed;
}
.content .container main .forms_import {
  width: 100%;
  padding: 0.5em;
}