@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

/* 漢堡選單 */
.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 2.5px;
  background: #ccc;
  border-radius: 25%;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(11.2px) rotate(45deg);
  transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  background: #000;
}

.min-h100vh {
  min-height: 100vh;
}

#company .nav-bg {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#company .nav-bg.sticky {
  background: #000;
  border-bottom: 1px solid #ccc;
}

#company nav {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#company nav img {
  width: 300px;
}

#company nav .scroll a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  outline: 0;
  padding: 10px;
  margin: 0 5px;
  color: #fff;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

#company nav .scroll a:hover.success-a {
  border-bottom: 3px solid #1f5cac;
}

#company nav .scroll a:hover.effect-a {
  border-bottom: 3px solid #ff6600;
}

#company .border-transparent {
  border: 1px solid transparent;
}

#company .banner {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../image/bg.jpg") repeat center center/auto scroll;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../image/bg.jpg") repeat center center/auto scroll;
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 60px;
}

#company .banner .btn-link {
  background: #ccc;
  display: block;
  text-decoration: none;
}

#company .banner .btn-link .img-box {
  overflow: hidden;
}

#company .banner .btn-link img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#company .banner .btn-link p {
  font-size: 20px;
  font-weight: bolder;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#company .banner .btn-link .success-p {
  background: #164b91;
}

#company .banner .btn-link .effect-p {
  background: #ff6600;
}

#company .banner .btn-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#company .banner .btn-link:hover .success-p {
  background: #1151a5;
}

#company .banner .btn-link:hover .effect-p {
  background: #f6751f;
}

#company .footer {
  background: #000;
  color: #aaa;
}

#company .footer p {
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

#company .footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ddd;
  margin: 0 5px;
}

@media (max-width: 992px) {
  #company .banner .slogan h1 {
    font-size: 2.5rem;
  }

  #company h2::before {
    top: 50%;
    width: 25%;
  }
}

th,
td {
  vertical-align: middle !important;
  text-align: center;
  white-space: nowrap;
  font-weight: bolder;
}

.table-title {
  color: #fff;
  background-color: #44433F;
  font-size: 20px;
  font-weight: bolder;
}

.table-menu {
  color: #44433F;
  padding: 0px;
  background-color: #F8B246;
}

.table ul li+li {
  padding-top: 7px;
}

.table-bg {
  background: #F5F4F2;

}

.table-bordered {
  border: 1px solid #fff !important;
}