/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/index.css ***!
  \*****************************************************************/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: opensans, Microsoft JhengHei, STHeiti;
}

/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/App.scss ***!
  \*****************************************************************************************************************************************************************************/
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.container {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    margin: 0 auto;
  }
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/Header/index.scss ***!
  \*************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.header {
  height: 60px;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgb(205, 193, 193);
  box-shadow: 0 12px 5px -12px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .header {
    max-width: 100%;
  }
}
.logo {
  background-image: url(/7196223451d93a22b2a4.png);
  background-size: 70%;
  background-repeat: no-repeat; /* 圖片不重複 */
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .logo {
    width: 50%;
  }
}
/* Navbar.css */
.navbar {
  display: flex;
}

.navbar .navbar-menu {
  display: flex;
  list-style: none;
  align-items: center;
}

:is(.navbar .navbar-menu) .navbarItem {
  margin-right: 5px;
  position: relative;
  margin-right: 30px;
}

.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) {
  cursor: pointer;
}

.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) .dropdown-menu {
  display: none; /* 隱藏子菜單 */
  position: absolute;
  background-color: #eee;
  border-radius: 5px;
  z-index: 1000;
  width: 110%;
  font-size: 14px;
}

:is(.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) .dropdown-menu) li {
  margin: 0;
}

:is(:is(.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) .dropdown-menu) li) a {
  padding: 20px 5px;
}

:is(:is(:is(.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) .dropdown-menu) li) a):hover {
  background-color: #000000;
}

:is(.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem) .dropdown-menu) li:nth-child(even) {
  background-color: rgb(213, 213, 213);
}

.has-dropdown:is(:is(.navbar .navbar-menu) .navbarItem):hover .dropdown-menu {
  display: block; /* 滑鼠懸停時顯示子菜單 */
}

:is(:is(.navbar .navbar-menu) .navbarItem) .navbarLink {
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
}

:is(:is(:is(.navbar .navbar-menu) .navbarItem) .navbarLink):hover {
  color: white;
  background-color: #1a1a1a;
}

@media (max-width: 767px) {
  .navbar .navbar-menu {
    display: none;
  }
}
.navbar .hamburger {
  display: none;
}

/* 小於 768px 的螢幕（通常是手機） */
@media (max-width: 767px) {
  .navbar .hamburger {
    display: block;
    cursor: pointer;
  }
  :is(.navbar .hamburger) .burgerIcon {
    font-size: 26px;
    padding-top: 5px;
    padding-right: 30px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 100% px;
  height: 100%;
  background-color: #2c2c2c;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 1000;
}

.open {
  right: 0px;
}

.sidebar-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sidebar-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.sidebar-menu li {
  margin: 30px 0;
}

:is(.sidebar-menu li) a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 16px;
  padding: 20px;
  color: #cbcbcb;
}

:is(.sidebar-menu li) a:hover {
  color: #3cb5f9;
}

@media (max-width: 767px) {
  .has-dropdown .dropdown-menu {
    margin-left: 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .has-dropdown .dropdown-menu.subOpen {
    max-height: 500px;
    opacity: 1;
  }
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/Footer/index.scss ***!
  \*************************************************************************************************************************************************************************************************/
@charset "UTF-8";
footer {
  background-color: #1a1a1a;
  color: white;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
}

.footlogo {
  background-image: url(/30a85d4f86bce61df7aa.png);
  background-size: 70%;
  background-repeat: no-repeat; /* 圖片不重複 */
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 55px;
}

@media (max-width: 767px) {
  .footlogo {
    max-width: 60%;
    margin-left: 0;
    margin-bottom: 0;
    height: 60px;
  }
}
.footerContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .footerContainer {
    flex-direction: column;
  }
}
.footBody {
  display: flex;
}

@media (max-width: 767px) {
  .footBody {
    flex-direction: column;
  }
}
.footBody .bodyLeft {
  display: flex;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .footBody .bodyLeft {
    flex-direction: column;
  }
}
:is(.footBody .bodyLeft) .footer-section {
  margin-right: 50px;
}

:is(:is(.footBody .bodyLeft) .footer-section) h3 {
  font-weight: bold;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding-right: 5px;
  color: white;
  margin-bottom: 10px;
}

:is(:is(.footBody .bodyLeft) .footer-section) .row {
  display: flex;
}

:is(:is(.footBody .bodyLeft) .footer-section) .industry {
  margin-top: 10px;
}

:is(.footBody .bodyLeft) .footerLink {
  -webkit-text-decoration: none;
  text-decoration: none;
  padding-right: 5px;
  color: white;
}

:is(:is(.footBody .bodyLeft) .footerLink) li {
  color: rgb(229, 223, 223);
  font-size: 13px;
  margin-bottom: 5px;
}

.footBody .bodyMiddle {
  margin-right: 50px;
}

:is(.footBody .bodyMiddle) .footer-section {
  margin-bottom: 20px;
}

:is(:is(.footBody .bodyMiddle) .footer-section) h3 {
  font-weight: bold;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding-right: 5px;
  color: white;
  margin-bottom: 10px;
}

:is(:is(.footBody .bodyMiddle) .footer-section) p {
  margin-top: 5px;
  padding-bottom: 5px;
}

:is(.footBody .bodyRight) .footer-section {
  margin-bottom: 20px;
}

:is(:is(.footBody .bodyRight) .footer-section) h3 {
  font-weight: bold;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding-right: 5px;
  color: white;
  margin-bottom: 10px;
}

:is(:is(.footBody .bodyRight) .footer-section) p {
  margin-top: 5px;
  padding-bottom: 5px;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Home/index.scss ***!
  \******************************************************************************************************************************************************************************************/
.homeContainer {
  max-width: 100%;
  margin: 0 auto;
}

.homeContainer .homeContent {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .homeContainer .homeContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
:is(:is(.homeContainer .homeContent) .contentText) h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

:is(:is(.homeContainer .homeContent) .contentText) p {
  font-weight: bold;
}

@media (max-width: 767px) {
  :is(.homeContainer .homeContent) .contentText {
    max-width: 100%;
    padding: 0 10px;
  }
  :is(:is(.homeContainer .homeContent) .contentText) h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
  }
  :is(:is(.homeContainer .homeContent) .contentText) p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
  }
}
.homeContainer .content-img {
  display: flex;
  position: relative;
  padding-bottom: 100px;
  padding-left: 100px;
}

:is(.homeContainer .content-img) .leftImg {
  position: absolute;
}

@media (max-width: 767px) {
  :is(.homeContainer .content-img) .leftImg {
    right: 120px;
  }
}
:is(.homeContainer .content-img) .rightImg {
  position: absolute;
  left: 250px;
  top: -40%;
}

@media (max-width: 767px) {
  :is(.homeContainer .content-img) .rightImg {
    display: none;
  }
}
.homeContainer .caseStudy {
  margin-bottom: 10px;
}

:is(.homeContainer .caseStudy) .rightBlock {
  padding-left: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 767px) {
  :is(.homeContainer .caseStudy) .rightBlock {
    padding-left: 0;
    flex-direction: column;
    max-width: 100%;
  }
}
:is(:is(.homeContainer .caseStudy) .rightBlock) .card {
  flex: 1 1 calc(50% - 10px);
}

.homeContainer .newsTitle {
  display: flex;
  justify-content: center;
  background-image: url(/9f0c3b3a6fe85aeb5004.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

:is(.homeContainer .newsTitle) h3 {
  padding-top: 5px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.homeContainer .news {
  display: flex;
  justify-content: space-around;
  padding-left: 50px;
  padding-right: 50px;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/Card/index.scss ***!
  \***********************************************************************************************************************************************************************************************/
.card {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.card a {
  color: #fff;
}

.card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .card img {
    max-width: 100%;
    padding: 10px;
  }
  :is(.card img) h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
  }
  :is(.card img) p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
  }
}
.card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  height: 25%;
  display: flex;
  justify-content: center;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .card .title {
    margin: 10px;
  }
}
.card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

:is(.card .card-content) .banner {
  margin: 10px 20px;
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  padding-left: 20px;
  font-size: 16px;
}

:is(:is(.card .card-content) .banner) a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

:is(:is(.card .card-content) .banner) .line {
  width: 100px;
  border: 2px solid #fff;
  margin: 20px 0;
}

:is(.card .card-content) .caseStudy {
  margin: 10px 40px;
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  font-size: 16px;
}

:is(:is(.card .card-content) .caseStudy) a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

:is(:is(.card .card-content) .caseStudy) .caseStudy-title {
  margin-bottom: 40px;
}

.card:hover img {
  transform: scale(1.1);
}

.card:hover .title {
  opacity: 0;
}

.card:hover .card-content {
  opacity: 1;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/NewsCard/index.scss ***!
  \***************************************************************************************************************************************************************************************************/
.newsCard {
  width: 250px;
  position: relative;
}

@media (max-width: 767px) {
  .newsCard {
    width: 100%;
  }
}
.newsCard .newsCard_image {
  width: 100%;
  height: 200px;
}

@media (max-width: 767px) {
  .newsCard .newsCard_image {
    width: 100%;
  }
}
.newsCard .date {
  position: absolute;
  width: 100px;
  background-color: #dcdcdc;
  width: 65px;
  padding: 8px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 50%;
}

:is(.newsCard .date) .mon {
  font-size: 24px;
  font-weight: bold;
}

:is(.newsCard .date) .day {
  font-size: 18px;
}

.newsCard .dateBorder {
  width: 80%;
  border-bottom: 1.5px solid black;
  margin-top: 5px;
  margin-bottom: 5px;
}

.newsCard .border {
  display: block;
  width: 50%;
  border-bottom: 5px solid black;
  margin-top: 50px;
  margin-bottom: 20px;
}

.newsCard .content {
  width: 90%;
}

:is(.newsCard .content) p {
  line-height: 1.75em;
  letter-spacing: 1px;
  font-size: 15px;
  height: 70px;
}

.newsCard .moreButton {
  width: 50%;
  background-color: white;
  border: 1px solid #656565;
  border-radius: 50px;
  margin: 15px 0;
  padding: 10px 18px;
  text-align: center;
  float: left;
}

:is(.newsCard .moreButton) a {
  color: black;
  font-size: 16px;
}

.newsCard .moreButton:hover {
  background-color: black;
}

:is(.newsCard .moreButton:hover) a {
  color: white;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/AnimatedSection/index.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.fade-in-section-bottom {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section-bottom.animate {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.fade-in-section-top {
  opacity: 0;
  transform: translateY(-20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section-top.animate {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.slide-in-section-right {
  opacity: 0;
  transform: translateX(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.slide-in-section-right.animate {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.slide-in-section-left {
  opacity: 0;
  transform: translateX(-20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.slide-in-section-left.animate {
  opacity: 1;
  transform: none;
  visibility: visible;
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/About/index.scss ***!
  \*******************************************************************************************************************************************************************************************/
@charset "UTF-8";
.aboutContainer .about {
  margin: 50px 10px;
}

:is(.aboutContainer .about) .context {
  padding-left: 20px;
  max-width: 80%;
}

:is(:is(.aboutContainer .about) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.aboutContainer .about) .context) img {
  margin: 25px 0;
}

:is(:is(.aboutContainer .about) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

:is(:is(.aboutContainer .about) .aboutImage) img {
  border-radius: 10px;
  width: 90%;
  height: 90%;
}

@media (max-width: 767px) {
  :is(.aboutContainer .about) .aboutImage {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.aboutContainer .about2 {
  padding: 50px 25px;
  background-image: url(/918d291e8f24d253ec70.jpg);
}

:is(.aboutContainer .about2) .context {
  padding-left: 20px;
}

:is(:is(.aboutContainer .about2) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  line-height: 30px;
}

:is(:is(.aboutContainer .about2) .context) img {
  margin: 25px 0;
}

:is(:is(.aboutContainer .about2) .context) p {
  max-width: 90%;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

:is(.aboutContainer .about2) .about2Image {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  :is(.aboutContainer .about2) .about2Image {
    justify-content: center;
  }
}
.aboutContainer .bigEvent {
  background-image: url(/35767a1c410146945627.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding: 50px 20px;
}

:is(:is(:is(.aboutContainer .bigEvent) .event) .title) h3 {
  font-size: 28px;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  line-height: 30px;
}

:is(:is(:is(.aboutContainer .bigEvent) .event) .title) img {
  margin: 25px 0;
}

.aboutContainer .certification {
  padding: 50px 20px 20px 20px;
  background-color: #dedbdb;
}

:is(:is(.aboutContainer .certification) .title) h3 {
  font-size: 28px;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  line-height: 30px;
}

:is(:is(.aboutContainer .certification) .title) img {
  margin: 25px 0;
}

.aboutContainer .certificationRow {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/Timeline/index.scss ***!
  \***************************************************************************************************************************************************************************************************/
.timeline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
}

@media (max-width: 767px) {
  .timeline::after {
    left: 13%;
    bottom: 100px;
  }
}
.timeline-item {
  margin-left: 260px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .timeline-item {
    margin-left: 0px;
    margin-right: 100px;
  }
}
.timeline-item .timeline-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

:is(.timeline-item .timeline-content) .year {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

:is(.timeline-item .timeline-content) .description {
  font-size: 1.4em;
  line-height: 1.35em;
  letter-spacing: 3px;
}

.timeline-item:nth-child(odd) {
  z-index: 10;
}

@media (max-width: 767px) {
  :is(.timeline-item:nth-child(odd) .timeline-content) .description {
    margin-left: 10px;
  }
}
:is(.timeline-item:nth-child(odd) .timeline-content) .description::before {
  content: "";
  background: #171c23;
  left: -15px;
  top: 12px;
  height: 4px;
  width: 80px;
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  :is(.timeline-item:nth-child(odd) .timeline-content) .description::before {
    display: none;
  }
}
.timeline-item:nth-child(even) {
  z-index: 10;
}

:is(.timeline-item:nth-child(even) .timeline-content) .description {
  position: absolute;
  left: -5%;
}

@media (max-width: 767px) {
  :is(.timeline-item:nth-child(even) .timeline-content) .description {
    left: 30%;
  }
}
:is(.timeline-item:nth-child(even) .timeline-content) .description::before {
  content: "";
  background: #171c23;
  left: 15px;
  top: 12px;
  height: 4px;
  width: 120px;
  position: relative;
  float: right;
}

@media (max-width: 767px) {
  :is(.timeline-item:nth-child(even) .timeline-content) .description::before {
    display: none;
  }
}
.timeline-item:last-child .year {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  margin-left: 26px;
}

.timeline-item:last-child::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #fff;
  top: 90%;
  bottom: 0;
  left: 50%;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/News/index.scss ***!
  \******************************************************************************************************************************************************************************************/
.newsContainer {
  padding: 50px 20px 20px 20px;
}

:is(.newsContainer .title) h3 {
  font-size: 28px;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  line-height: 30px;
}

:is(.newsContainer .title) img {
  margin: 25px 0;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/components/NewsPagination/index.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.newsItem {
  padding-bottom: 30px;
}

.collapse {
  max-width: 100%;
}

.labelRow {
  flex-flow: nowrap;
}

@media (max-width: 767px) {
  .labelRow {
    flex-flow: wrap;
  }
}
.image img {
  max-width: 450px;
  height: 300px;
}

@media (max-width: 767px) {
  .image img {
    max-width: 100%;
  }
}
.newsContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
}

@media (max-width: 767px) {
  .newsContent {
    margin-left: 0;
  }
}
.newsContent .date {
  font-size: 22px;
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}

.newsContent h3 {
  font-size: 1.5em;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

.newsContent .border {
  margin: 10px 0;
  max-width: 100px;
  height: 4px;
  background-color: black;
}

.newsContent p {
  margin: 0 0 15px 0;
  line-height: 1.77em;
  letter-spacing: 2px;
  text-align: justify;
  font-size: 16px;
  max-height: 56px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .detail {
    font-size: 24px;
  }
}
.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
}

.pagination .pagination-info {
  margin-bottom: 10px;
  color: #666;
}

:is(.pagination .pagination-info) span {
  color: orange;
}

.pagination .pagination-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.pagination .pagination-controls button {
  padding: 5px 10px;
  border: none;
  background-color: white;
  color: rgb(60, 155, 237);
  font-size: 16px;
  cursor: pointer;
}

.pagination .pagination-controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Unified/Communication/index.scss ***!
  \***********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.row1 {
  background-image: url(/9e0f2daff46e7b0455c1.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

.row1 .context {
  padding-top: 80px;
  padding-left: 20px;
  color: #fff;
}

:is(.row1 .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(.row1 .context) img {
  margin: 25px 0;
}

:is(.row1 .context) .subTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #eee;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
}

:is(.row1 .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.row2 {
  padding: 20px 0px;
  margin: 0 30px;
  height: 350px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .row2 {
    padding: 0;
    margin-bottom: 450px;
  }
}
.row2 .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

:is(.row2 .image) img {
  max-width: 100%;
  max-height: 100%;
}

.row2 .context {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .row2 .context {
    padding-left: 0;
  }
}
:is(.row2 .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  padding: 10px;
  max-width: 170px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(.row2 .context) h3 {
    max-width: 200px;
  }
}
:is(.row2 .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.row3 {
  padding: 60px 20px;
  height: 400px;
  background-image: url(/a7a80553e25a9d3ce6b4.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  background-size: cover;
}

@media (max-width: 767px) {
  .row3 {
    padding: 20px 20px;
    height: 100%;
  }
}
.row3 .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

:is(.row3 .image) img {
  max-width: 100%;
  height: 300px;
}

.row3 .context {
  padding-right: 50px;
  color: #fff;
}

:is(.row3 .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #fff;
  padding: 10px;
  max-width: 280px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(.row3 .context) h3 {
    max-width: 320px;
  }
}
:is(.row3 .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.row4 {
  padding: 20px 0px;
  margin: 0 30px;
}

.row4 .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

:is(.row4 .image) img {
  max-width: 100%;
  max-height: 100%;
}

.row4 .context {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .row4 .context {
    padding-left: 0;
  }
}
:is(.row4 .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  padding: 10px;
  max-width: 480px;
  letter-spacing: 3px;
}

:is(.row4 .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.row5 {
  padding: 60px 20px;
  background-color: #eeefef;
}

@media (max-width: 767px) {
  .row5 {
    padding: 40px 20px;
  }
}
:is(.row5 .image) img {
  max-width: 100%;
  max-height: 100%;
}

.row5 .context {
  padding-right: 50px;
  color: black;
}

@media (max-width: 767px) {
  .row5 .context {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
:is(.row5 .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
}

:is(.row5 .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Unified/Cloudserver/index.scss ***!
  \*********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cloudServer .space {
  background-image: url(/69275be1754f00739d8c.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .cloudServer .space {
    background-position: center;
  }
}
:is(.cloudServer .space) .context {
  padding-top: 80px;
  padding-left: 20px;
  color: #fff;
  margin: 40px 0;
}

@media (max-width: 767px) {
  :is(.cloudServer .space) .context {
    padding: 10px;
  }
}
:is(:is(.cloudServer .space) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.cloudServer .space) .context) img {
  margin: 25px 0;
}

:is(:is(.cloudServer .space) .context) .subTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #eee;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  letter-spacing: 3px;
}

:is(:is(.cloudServer .space) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .cloudServer .universe {
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column-reverse;
  }
}
:is(.cloudServer .universe) .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:is(:is(.cloudServer .universe) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.cloudServer .universe) .context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

@media (max-width: 767px) {
  :is(.cloudServer .universe) .context {
    padding: 0 20px;
  }
}
:is(:is(.cloudServer .universe) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 370px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.cloudServer .universe) .context) h3 {
    width: 380px;
  }
}
:is(:is(.cloudServer .universe) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .cloudServer .tool {
    padding: 0 10px;
  }
}
:is(:is(.cloudServer .tool) .image) img {
  width: 100%;
  max-height: 100%;
}

:is(.cloudServer .tool) .context {
  padding-left: 50px;
  padding-top: 100px;
  color: black;
}

@media (max-width: 767px) {
  :is(.cloudServer .tool) .context {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
:is(:is(.cloudServer .tool) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 310px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.cloudServer .tool) .context) h3 {
    width: 380px;
  }
}
:is(:is(.cloudServer .tool) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Unified/System/index.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.systemContainer .integrate {
  background-image: url(/b67cd53e4a6e07d7f641.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .systemContainer .integrate {
    margin-bottom: 10px;
  }
}
:is(.systemContainer .integrate) .context {
  padding-top: 80px;
  padding-left: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  :is(.systemContainer .integrate) .context {
    padding-left: 20px;
  }
}
:is(:is(.systemContainer .integrate) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.systemContainer .integrate) .context) img {
  margin: 25px 0;
}

:is(:is(.systemContainer .integrate) .context) .subTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #eee;
  border-radius: 5px;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.systemContainer .integrate) .context) .subTitle {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
:is(:is(.systemContainer .integrate) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  :is(:is(.systemContainer .integrate) .context) p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .systemContainer .customized {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 10px;
  }
}
:is(.systemContainer .customized) .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:is(:is(.systemContainer .customized) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.systemContainer .customized) .context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

@media (max-width: 767px) {
  :is(.systemContainer .customized) .context {
    padding: 10px 20px;
  }
}
:is(:is(.systemContainer .customized) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 168px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.systemContainer .customized) .context) h3 {
    max-width: 200px;
  }
}
:is(:is(.systemContainer .customized) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.systemContainer .cloudItem {
  padding: 10px;
}

:is(:is(.systemContainer .cloudItem) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.systemContainer .cloudItem) .context {
  padding-left: 50px;
  padding-top: 100px;
  color: black;
}

@media (max-width: 767px) {
  :is(.systemContainer .cloudItem) .context {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
  }
}
:is(:is(.systemContainer .cloudItem) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 170px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  :is(:is(.systemContainer .cloudItem) .context) h3 {
    max-width: 200px;
  }
}
:is(:is(.systemContainer .cloudItem) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Unified/Audio/index.scss ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.audioContainer .roomSpace {
  background-image: url(/b0d304a835ce8b846eaf.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

:is(.audioContainer .roomSpace) .context {
  padding-top: 80px;
  padding-left: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  :is(.audioContainer .roomSpace) .context {
    padding-top: 50px;
    padding-left: 20px;
  }
}
:is(:is(.audioContainer .roomSpace) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.audioContainer .roomSpace) .context) img {
  margin: 25px 0;
}

:is(:is(.audioContainer .roomSpace) .context) .subTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #eee;
  border-radius: 5px;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .roomSpace) .context) .subTitle {
    max-width: 150px;
  }
}
:is(:is(.audioContainer .roomSpace) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .roomSpace) .context) p {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .audioContainer .smallSpace {
    padding: 10px;
  }
}
:is(.audioContainer .smallSpace) .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:is(:is(.audioContainer .smallSpace) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.audioContainer .smallSpace) .context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

@media (max-width: 767px) {
  :is(.audioContainer .smallSpace) .context {
    padding-left: 20px;
  }
}
:is(:is(.audioContainer .smallSpace) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 168px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .smallSpace) .context) h3 {
    max-width: 200px;
  }
}
:is(:is(.audioContainer .smallSpace) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

:is(.audioContainer .warRoomRow) .warRoom {
  background-image: url(/50c59f17652fd90f0ee4.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding: 100px 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  color: #fff;
}

@media (max-width: 767px) {
  :is(.audioContainer .warRoomRow) .warRoom {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
:is(:is(.audioContainer .warRoomRow) .warRoom) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  max-width: 168px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .warRoomRow) .warRoom) h3 {
    max-width: 120px;
  }
}
:is(:is(.audioContainer .warRoomRow) .warRoom) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

:is(.audioContainer .warRoomRow) .trainingCenter {
  background-image: url(/672d36c9eeb41d79f46b.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding: 100px 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  color: #fff;
}

@media (max-width: 767px) {
  :is(.audioContainer .warRoomRow) .trainingCenter {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
:is(:is(.audioContainer .warRoomRow) .trainingCenter) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  max-width: 168px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .warRoomRow) .trainingCenter) h3 {
    max-width: 200px;
  }
}
:is(:is(.audioContainer .warRoomRow) .trainingCenter) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .audioContainer .reserve {
    padding: 10px;
  }
}
:is(:is(.audioContainer .reserve) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.audioContainer .reserve) .context {
  padding-left: 50px;
  padding-top: 100px;
  color: black;
}

@media (max-width: 767px) {
  :is(.audioContainer .reserve) .context {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
:is(:is(.audioContainer .reserve) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 200px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  :is(:is(.audioContainer .reserve) .context) h3 {
    max-width: 230px;
    padding-bottom: 20px;
  }
}
:is(:is(.audioContainer .reserve) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.audioContainer .tvWall {
  background-image: url(/1f2019c4f9041424c477.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding: 100px 100px;
  padding-bottom: 200px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

@media (max-width: 767px) {
  .audioContainer .tvWall {
    padding: 30px 20px;
  }
}
:is(.audioContainer .tvWall) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #fff;
  border-radius: 5px;
  padding: 10px;
  max-width: 90px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(.audioContainer .tvWall) h3 {
    max-width: 120px;
  }
}
:is(.audioContainer .tvWall) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  :is(.audioContainer .tvWall) p {
    font-size: 20px;
  }
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Unified/Zoom/index.scss ***!
  \**************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.zoomContainer .row1 {
  background-image: url(/5ff770abe50f05a3efc8.png);
  background-repeat: no-repeat; /* 圖片不重複 */
  background-size: cover;
  margin-bottom: 20px;
}

:is(.zoomContainer .row1) .context {
  padding-top: 80px;
  padding-left: 20px;
  color: #000000;
  padding: 20px;
  border-radius: 8px;
}

:is(:is(.zoomContainer .row1) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

:is(:is(.zoomContainer .row1) .context) img {
  margin: 25px 0;
}

:is(:is(.zoomContainer .row1) .context) .subTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #000000;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}

:is(:is(.zoomContainer .row1) .context) p {
  text-shadow: 0px 0px 1px #b6aeae;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 5px;
}

.zoomContainer .row2 {
  padding: 60px 20px;
  height: 400px;
  background-image: url(/69275be1754f00739d8c.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  background-size: cover;
}

@media (max-width: 767px) {
  .zoomContainer .row2 {
    padding: 20px 20px;
    height: 100%;
  }
}
:is(.zoomContainer .row2) .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

:is(:is(.zoomContainer .row2) .image) img {
  max-width: 100%;
  height: 300px;
}

:is(.zoomContainer .row2) .context {
  padding-right: 50px;
  color: #fff;
}

:is(:is(.zoomContainer .row2) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid #fff;
  padding: 10px;
  max-width: 280px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.zoomContainer .row2) .context) h3 {
    max-width: 320px;
  }
}
:is(:is(.zoomContainer .row2) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.zoomContainer .row3 {
  padding: 20px 0px;
  margin: 0 30px;
  margin-bottom: 20px;
}

:is(.zoomContainer .row3) .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

:is(:is(.zoomContainer .row3) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.zoomContainer .row3) .context {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  :is(.zoomContainer .row3) .context {
    padding-left: 0;
  }
}
:is(:is(.zoomContainer .row3) .context) h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid white;
  padding: 10px;
  letter-spacing: 3px;
}

:is(:is(.zoomContainer .row3) .context) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}

.zoomContainer .row4 {
  padding: 60px 20px;
  background-image: url(/14bec7484c88d9b677a8.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  background-size: cover;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .zoomContainer .row4 {
    padding: 40px 20px;
  }
}
:is(:is(.zoomContainer .row4) .image) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.zoomContainer .row4) .context {
  padding-right: 50px;
  color: black;
}

@media (max-width: 767px) {
  :is(.zoomContainer .row4) .context {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
:is(:is(.zoomContainer .row4) .context) h3 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  border: 5px solid white;
  padding: 10px;
  max-width: 370px;
  letter-spacing: 3px;
}

:is(:is(.zoomContainer .row4) .context) h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
}

:is(:is(.zoomContainer .row4) .context) p {
  text-shadow: 0px 0px 1px #999;
  color: white;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 16px;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Goverment/index.scss ***!
  \*********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.govermentContainer .govCase1 {
  padding: 10px 20px;
}

:is(.govermentContainer .govCase1) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.govermentContainer .govCase1) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.govermentContainer .govCase1) .context) img {
  margin: 25px 0;
}

:is(:is(.govermentContainer .govCase1) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 252px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.govermentContainer .govCase1) .content) .subTitle {
    max-width: 290px;
  }
}
:is(:is(.govermentContainer .govCase1) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.govermentContainer .govCase1) .content) p {
    padding-right: 10px;
  }
}
:is(:is(.govermentContainer .govCase1) .content) .image {
  display: flex;
  justify-content: flex-end;
}

:is(:is(:is(.govermentContainer .govCase1) .content) .image) img {
  max-width: 100%;
  max-height: 50%;
}

@media (max-width: 767px) {
  :is(:is(:is(.govermentContainer .govCase1) .content) .image) img {
    max-width: 100%;
    max-height: 100%;
  }
}
:is(:is(.govermentContainer .govCase1) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.govermentContainer .govCase1) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.govermentContainer .govCase1) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.govermentContainer .govCase1) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.govermentContainer .govCase1) .content) .product) .productList) a {
  color: #171c23;
}

.govermentContainer .govCase2 {
  padding: 10px 20px;
  background-image: url(/04771d73a9e99302983f.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .govermentContainer .govCase2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
:is(.govermentContainer .govCase2) .content {
  padding-left: 80px;
}

@media (max-width: 767px) {
  :is(.govermentContainer .govCase2) .content {
    padding-left: 0;
  }
}
:is(:is(.govermentContainer .govCase2) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 252px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.govermentContainer .govCase2) .content) .subTitle {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
:is(:is(.govermentContainer .govCase2) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.govermentContainer .govCase2) .content) p {
    padding-right: 0;
  }
}
:is(:is(.govermentContainer .govCase2) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.govermentContainer .govCase2) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.govermentContainer .govCase2) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.govermentContainer .govCase2) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.govermentContainer .govCase2) .content) .product) .productList) a {
  color: #171c23;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Campus/index.scss ***!
  \******************************************************************************************************************************************************************************************************/
.campusContainer {
  padding: 0px 20px;
}

:is(.campusContainer .title) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.campusContainer .title) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.campusContainer .title) .context) img {
  margin: 25px 0;
}

.campusContainer .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 336px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .campusContainer .subTitle {
    max-width: 370px;
  }
}
.campusContainer p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .campusContainer p {
    padding-right: 0;
  }
}
.campusContainer .image {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .campusContainer .image {
    margin-bottom: 20px;
  }
}
:is(.campusContainer .image) img {
  max-height: 50%;
}

@media (max-width: 767px) {
  :is(.campusContainer .image) img {
    max-height: 100%;
  }
}
.campusContainer .product {
  margin-top: 20px;
}

:is(.campusContainer .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(.campusContainer .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(.campusContainer .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(.campusContainer .product) .productList) a {
  color: #171c23;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Health/index.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.healthContainer .healthCase1 {
  padding: 10px 20px;
}

:is(.healthContainer .healthCase1) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.healthContainer .healthCase1) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.healthContainer .healthCase1) .context) img {
  margin: 25px 0;
}

:is(:is(.healthContainer .healthCase1) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 252px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.healthContainer .healthCase1) .content) .subTitle {
    max-width: 290px;
  }
}
:is(:is(.healthContainer .healthCase1) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.healthContainer .healthCase1) .content) p {
    padding-right: 0;
  }
}
:is(:is(.healthContainer .healthCase1) .content) .image {
  display: flex;
  justify-content: flex-end;
}

:is(:is(:is(.healthContainer .healthCase1) .content) .image) img {
  max-width: 100%;
  max-height: 50%;
}

@media (max-width: 767px) {
  :is(:is(:is(.healthContainer .healthCase1) .content) .image) img {
    max-height: 100%;
  }
}
:is(:is(.healthContainer .healthCase1) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.healthContainer .healthCase1) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.healthContainer .healthCase1) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.healthContainer .healthCase1) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.healthContainer .healthCase1) .content) .product) .productList) a {
  color: #171c23;
}

.healthContainer .healthCase2 {
  padding: 10px 20px;
  background-image: url(/04771d73a9e99302983f.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .healthContainer .healthCase2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
:is(.healthContainer .healthCase2) .content {
  padding-left: 80px;
}

@media (max-width: 767px) {
  :is(.healthContainer .healthCase2) .content {
    padding-top: 30px;
    padding-left: 0;
  }
}
:is(:is(.healthContainer .healthCase2) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 252px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.healthContainer .healthCase2) .content) .subTitle {
    max-width: 290px;
  }
}
:is(:is(.healthContainer .healthCase2) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.healthContainer .healthCase2) .content) p {
    font-size: 18px;
    padding-right: 0;
  }
}
:is(:is(.healthContainer .healthCase2) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.healthContainer .healthCase2) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.healthContainer .healthCase2) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.healthContainer .healthCase2) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.healthContainer .healthCase2) .content) .product) .productList) a {
  color: #171c23;
}

:is(:is(.healthContainer .healthCase2) .image) img {
  max-width: 100%;
  max-height: 100%;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Enterprise/index.scss ***!
  \**********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.enterpriseContainer .enterpriseCase1 {
  padding: 10px 20px;
}

:is(.enterpriseContainer .enterpriseCase1) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.enterpriseContainer .enterpriseCase1) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.enterpriseContainer .enterpriseCase1) .context) img {
  margin: 25px 0;
}

:is(:is(.enterpriseContainer .enterpriseCase1) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 280px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.enterpriseContainer .enterpriseCase1) .content) .subTitle {
    max-width: 310px;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase1) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.enterpriseContainer .enterpriseCase1) .content) p {
    padding-right: 0;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase1) .content) .image {
  display: flex;
  justify-content: flex-end;
}

:is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .image) img {
  max-width: 100%;
  max-height: 50%;
}

@media (max-width: 767px) {
  :is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .image) img {
    max-height: 100%;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase1) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.enterpriseContainer .enterpriseCase1) .content) .product) .productList) a {
  color: #171c23;
}

.enterpriseContainer .enterpriseCase2 {
  padding: 10px 20px;
  background-image: url(/04771d73a9e99302983f.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .enterpriseContainer .enterpriseCase2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
:is(.enterpriseContainer .enterpriseCase2) .content {
  padding-left: 80px;
}

@media (max-width: 767px) {
  :is(.enterpriseContainer .enterpriseCase2) .content {
    padding-top: 30px;
    padding-left: 0;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase2) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  width: 340px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.enterpriseContainer .enterpriseCase2) .content) .subTitle {
    width: 370px;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase2) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.enterpriseContainer .enterpriseCase2) .content) p {
    font-size: 18px;
    padding-right: 0;
  }
}
:is(:is(.enterpriseContainer .enterpriseCase2) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.enterpriseContainer .enterpriseCase2) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.enterpriseContainer .enterpriseCase2) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.enterpriseContainer .enterpriseCase2) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.enterpriseContainer .enterpriseCase2) .content) .product) .productList) a {
  color: #171c23;
}

:is(:is(.enterpriseContainer .enterpriseCase2) .image) img {
  max-width: 100%;
  max-height: 100%;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Industry/index.scss ***!
  \********************************************************************************************************************************************************************************************************/
.industryContainer {
  padding: 0px 20px;
}

:is(.industryContainer .title) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.industryContainer .title) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.industryContainer .title) .context) img {
  margin: 25px 0;
}

.industryContainer .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 280px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .industryContainer .subTitle {
    max-width: 320px;
  }
}
.industryContainer p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .industryContainer p {
    padding-right: 0;
  }
}
.industryContainer .image {
  display: flex;
  flex-direction: column;
}

:is(.industryContainer .image) img {
  margin-bottom: 2px;
  max-height: 50%;
  max-width: 400px;
}

@media (max-width: 767px) {
  :is(.industryContainer .image) img {
    margin-bottom: 5px;
  }
}
.industryContainer .product {
  margin-top: 20px;
}

:is(.industryContainer .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(.industryContainer .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(.industryContainer .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(.industryContainer .product) .productList) a {
  color: #171c23;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Finance/index.scss ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.financeContainer .financeCase1 {
  padding: 10px 20px;
}

:is(.financeContainer .financeCase1) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.financeContainer .financeCase1) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.financeContainer .financeCase1) .context) img {
  margin: 25px 0;
}

:is(:is(.financeContainer .financeCase1) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 200px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.financeContainer .financeCase1) .content) .subTitle {
    max-width: 230px;
  }
}
:is(:is(.financeContainer .financeCase1) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.financeContainer .financeCase1) .content) p {
    padding-right: 0;
  }
}
:is(:is(.financeContainer .financeCase1) .content) .image {
  display: flex;
  justify-content: flex-end;
}

:is(:is(:is(.financeContainer .financeCase1) .content) .image) img {
  max-width: 100%;
  max-height: 50%;
}

@media (max-width: 767px) {
  :is(:is(:is(.financeContainer .financeCase1) .content) .image) img {
    max-height: 100%;
  }
}
:is(:is(.financeContainer .financeCase1) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.financeContainer .financeCase1) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.financeContainer .financeCase1) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.financeContainer .financeCase1) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.financeContainer .financeCase1) .content) .product) .productList) a {
  color: #171c23;
}

.financeContainer .financeCase2 {
  padding: 50px 20px;
  background-image: url(/04771d73a9e99302983f.jpg);
  background-repeat: no-repeat; /* 圖片不重複 */
  padding-bottom: 50px;
  background-size: cover;
}

@media (max-width: 767px) {
  .financeContainer .financeCase2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
:is(.financeContainer .financeCase2) .content {
  padding-left: 80px;
}

@media (max-width: 767px) {
  :is(.financeContainer .financeCase2) .content {
    padding-top: 30px;
    padding-left: 0;
  }
}
:is(:is(.financeContainer .financeCase2) .content) .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 252px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  :is(:is(.financeContainer .financeCase2) .content) .subTitle {
    max-width: 290px;
  }
}
:is(:is(.financeContainer .financeCase2) .content) p {
  text-shadow: 0px 0px 1px #999;
  letter-spacing: 1px;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  :is(:is(.financeContainer .financeCase2) .content) p {
    font-size: 18px;
    padding-right: 0;
  }
}
:is(:is(.financeContainer .financeCase2) .content) .product {
  margin-top: 20px;
}

:is(:is(:is(.financeContainer .financeCase2) .content) .product) h4 {
  color: #eb1c24;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(:is(.financeContainer .financeCase2) .content) .product) .redline {
  max-width: 120px;
  min-width: 120px;
  height: 5px;
  background: #eb1c24;
  margin: 15px 0 15px 0;
}

:is(:is(:is(:is(.financeContainer .financeCase2) .content) .product) .productList) li {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

:is(:is(:is(:is(.financeContainer .financeCase2) .content) .product) .productList) a {
  color: #171c23;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Casestudy/Others/index.scss ***!
  \******************************************************************************************************************************************************************************************************/
.others {
  padding: 0px 40px;
}

:is(.others .title) .context {
  padding-top: 80px;
  color: black;
}

:is(:is(.others .title) .context) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.others .title) .context) img {
  margin: 25px 0;
}

.others .subTitle {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 25px;
  border: 5px solid black;
  border-radius: 5px;
  padding: 10px;
  max-width: 200px;
  letter-spacing: 3px;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Contactus/index.scss ***!
  \***********************************************************************************************************************************************************************************************/
.contactusContainer {
  padding: 10px 20px;
  padding-top: 80px;
}

.contactusContainer .title {
  color: black;
}

:is(.contactusContainer .title) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(.contactusContainer .title) img {
  margin: 25px 0;
}

.contactusContainer .contactInfo {
  margin: 7px 0px;
  padding: 0 5px;
  letter-spacing: 1.5px;
  color: #696969;
}

:is(.contactusContainer .contactInfo) h4 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
}

:is(.contactusContainer .contactInfo) p {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 5px 0;
}

.contactusContainer .tips {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 20px 0;
}

.contactusContainer .contactForm {
  padding: 10px;
}

:is(.contactusContainer .contactForm) input {
  margin: 10px 0;
  padding: 20px;
  max-width: 90%;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

:is(.contactusContainer .contactForm) select {
  margin: 10px 0;
  padding: 20px;
  max-width: 97%;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

:is(.contactusContainer .contactForm) textarea {
  max-width: 98%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 200px;
  font-size: 20px;
}

:is(.contactusContainer .contactForm) .submitCol {
  display: flex;
  justify-content: center;
}

:is(:is(.contactusContainer .contactForm) .submitCol) .submit {
  max-width: 100px;
  padding: 10px 20px;
  background-color: #3871c0;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

:is(.contactusContainer .contactForm) .ReCAPTCHA {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/ProductPage/index.scss ***!
  \*************************************************************************************************************************************************************************************************/
.productContainer {
  padding: 0 20px;
}

.productContainer .product {
  margin-bottom: 30px;
}

:is(.productContainer .product) .title {
  padding-top: 50px;
  color: black;
}

:is(:is(.productContainer .product) .title) h3 {
  font-size: 28px;
  font-weight: bold;
}

:is(:is(.productContainer .product) .title) img {
  margin: 25px 0;
}

:is(.productContainer .product) .productImg {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #ccc;
  padding: 3%;
  border-radius: 5px;
}

:is(:is(.productContainer .product) .productImg) img {
  max-width: 100%;
  max-height: 100%;
}

:is(.productContainer .product) .productInfo {
  margin-left: 70px;
}

@media (max-width: 767px) {
  :is(.productContainer .product) .productInfo {
    margin-left: 0px;
  }
}
:is(:is(.productContainer .product) .productInfo) .productName {
  font-size: 24px;
  line-height: 1.35em;
  letter-spacing: 3px;
  font-weight: bold;
}

:is(:is(.productContainer .product) .productInfo) .border {
  margin: 10px 0;
  max-width: 100px;
  height: 4px;
  background-color: black;
}

:is(:is(.productContainer .product) .productInfo) .productDes {
  max-width: 90%;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0px 0px 1px #dfdfdf;
  line-height: 28px;
  font-size: 16px;
  position: relative;
}

@media (max-width: 767px) {
  :is(:is(.productContainer .product) .productInfo) .productDes {
    max-width: 100%;
  }
}
:is(:is(.productContainer .product) .productInfo) .backButton {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 3px;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/Security/index.scss ***!
  \**********************************************************************************************************************************************************************************************/
.SecurityContainer {
  padding: 20px 50px;
}

.SecurityContainer .policy-container {
  font-family: "Arial", sans-serif;
  background-color: #ecf0f1;
  color: #2d3436;
  line-height: 1.6;
  padding: 20px;
}

.SecurityContainer .company-name {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.SecurityContainer .document-title {
  font-size: 1.8rem;
  color: #2980b9;
}

.SecurityContainer .document-info p {
  margin: 0.3rem 0;
}

.SecurityContainer .policy-section {
  margin-bottom: 40px;
}

:is(.SecurityContainer .policy-section) .section-title {
  font-size: 1.6rem;
  color: #2c3e50;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

:is(.SecurityContainer .policy-section) .subsection {
  margin-left: 20px;
}

:is(:is(.SecurityContainer .policy-section) .subsection) .subsection-title {
  font-size: 1.4rem;
  color: #4b7daf;
  margin-bottom: 10px;
}

:is(:is(.SecurityContainer .policy-section) .subsection) .subsubsection-title {
  font-size: 1.2rem;
  color: #2980b9;
  margin-bottom: 8px;
}

:is(:is(.SecurityContainer .policy-section) .subsection) .section-text {
  margin-bottom: 10px;
  text-align: justify;
}

:is(:is(.SecurityContainer .policy-section) .subsection) .policy-list {
  list-style-type: disc;
  padding-left: 20px;
}

:is(:is(:is(.SecurityContainer .policy-section) .subsection) .policy-list) li {
  margin-bottom: 5px;
}

.SecurityContainer .policy-footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
  color: #4b7daf;
}
