/**
* Template Name: Lumia - v2.2.1
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans TC","Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #686867;
}

a:hover {
  color: #dd8345;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Noto Sans TC","Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #d8a132;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #d8a132;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 0 15px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    padding-right: 48px;
  }
  .header-social-links a {
    padding-left: 6px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #4f5a62;
  padding: 5px 10px 5px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu .active > a, .nav-menu li:hover > a {
  color: #4f5a62;
  text-decoration: none;
}

.nav-menu a:hover, .nav-menu li:hover > a{
  color: #d3a12f;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 6px 20px;
  font-size: 14px;
  text-transform: none;
  color: #21262a;
  font-weight: 400;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #d3a12f;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #384046;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #384046;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 38, 42, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #3498db;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a, .what-we-do .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li + li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #3498db;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #434444;
}

.copyright{
  height: 50px;
  line-height: 50px;
  font-size:1rem;
}

/*--------------------------------------------------------------
# 首頁影片區塊
--------------------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

#video {
    background: #222323 url(../img/index/bg_services.png);
    background-size: cover;
}

#mainSlider{
  padding:70px 0 0 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b5a5a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235b5a5a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# 聯絡我們
--------------------------------------------------------------*/

#ContactUs{
  padding:80px 10px 60px;
}

#ContactUs h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#ContactUs p{
  font-size:1rem;
  color:#bfbfbf;
  line-height: 1.8rem;
}

#ContactUs hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

.ContactBox{
  background: #F6F6F6;
  border:1px solid #D4D2D2;
  padding:20px;
  border-radius: 10px;
}

.ContactBox h3{
  font-size: 1.3rem;
  color:#4C4B4C;
  text-align: center;
  font-weight: bold;
}

.ContactBox p{
  font-size: 1.1rem;
  color:#4C4B4C !important;
  text-align: center;
} 


/*--------------------------------------------------------------
# 首頁軟體功能
--------------------------------------------------------------*/
#Function{
  background: #fff;
  padding:5rem 1rem 0 1rem;
}

#Function h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#Function p{
  font-size:1rem;
  color:#bfbfbf;
  line-height: 1.8rem;
}

#Function hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

#Function .itemBox{
  background: #fff;
  border:1px solid #E1E1E2;
  border-radius: 10px;
  padding:20px 15px 30px 15px;
}


#Function .itemBox h3{
  font-size: 1.1rem;
  color:#5B5B5B;
  text-align: center;
}

#Function .itemBox p{
  font-size: 1rem;
  color:#9D9D9D;
  text-align: center;
  font-weight: none;
}

#Function .moreBtn{
  border:2px solid #FA8E52;
  border-radius: 6px;
  font-size: 1rem;
  color:#FA8E52;
  padding:10px;
  text-align: center;
  cursor: pointer;
}

/*--------------------------------------------------------------
# 軟體特色
--------------------------------------------------------------*/
#Feature{
  background: #fff;
  padding:60px 10px;
}

#Feature h2{
  font-size:2rem;
  color:#1C2146;
  text-align:center;
}

#Feature h3{
  font-size:3rem;
  color:#E4E3E5;
  text-align: center;
}

#Feature p{
  font-size:1.1rem;
  color:#262626;
  line-height: 2rem;
}


/*--------------------------------------------------------------
# 應用情境
--------------------------------------------------------------*/
#Usage{
  background: #F7F8FB;
  padding:60px 10px;
}

#Usage h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#Usage h3{
  font-size:3rem;
  color:#1F1E1F;
  text-align: center;
}

#Usage p{
  font-size:1.2rem;
  color:#333;
  text-align:left;
  line-height: 1.8rem;
}

#Usage hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

/*--------------------------------------------------------------
# 使用煩惱
--------------------------------------------------------------*/
#Problem1{
  background: #ffffff;
  padding:20px 10px;
}

#Problem1 h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#Problem1 .Sub-label{
  font-size:1.2rem;
  color:#f55d01;
  text-align: center;
}

#Problem1 p{
  font-size:1rem;
  color:#333;
  text-align:center;
}

#Problem1 hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

.ProblemList{
  background: #fff7e8;
  padding:30px 20px;
  border-radius: 99px;
}

.ProblemList .pbMark{
  font-size:1.2rem !important;
  color:#f55d01 !important;
  text-align: center;
}

.Advantage{
  background: #fff7e8;
  padding:0;
  border-radius: 20px;
}

.Advantage .card-header{
  background: #f55d01;
  color:#fff;
  font-size:1.4rem;
  text-align: center;
}

.Advantage .card-body{
  flex: 1 1 auto;
  padding: 1.2rem 1.2rem;
}

.Advantage p{
  font-size:1.2rem !important;
}

.Advantage .pbMark{
  font-size:1.2rem !important;
  color:#f55d01 !important;
  text-align: center;
}

.functionItem{
  border:1px #f99c73 solid;
  padding:30px;
  border-radius: 20px;
}

.functionItem p{
  font-size:1.1rem !important;
  color:#747575 !important;
  text-align: left  !important;
}

.functionItem .moreBtn{
  background: #ed6f37;
  color:#fff;
  font-size: 1.1rem;
  border-radius: 40px;
  padding:15px;
}

/*--------------------------------------------------------------
# 教學影片
--------------------------------------------------------------*/

#Featured{
  background: #F7F8FB;
  padding:0;
}

#Featured h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#Featured h3{
  font-size:1.3rem;
  color:#3d3d3d;
  text-align:center;
}
#Featured h4{
  font-size:1rem;
  color:#605f5f;
  text-align:center;
}

#Featured p{
  font-size:1rem;
  color:#bfbfbf;
  text-align:left;
  line-height: 1.8rem;
}

#Featured hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

#Featured .productBox{
  border:1px solid #dddbdb;
  border-radius: 5px;
  overflow: hidden;
}

.videoH4{
  font-size:20px;
  color: #66a1af;
  padding-bottom:10px;
}

.border-gray{
  color:#d3d3d3
}

.pageTitle {
    font-size: 1.5rem;
    color: #5B5B5B;
}

.btn-light-sm {
    width:90px;
    height: 35px;
    font-size:0.9rem;
    color: #818080;
    background-image: linear-gradient(to bottom, #f4f4f4, #fff);
    border-color: #D8D8D8;
}

.btn-light-linear {
    width:130px;
    height: 40px;
    font-size:1rem;
    color: #818080;
    background-image: linear-gradient(to bottom, #f4f4f4, #fff);
    border-color: #D8D8D8;
}

.btn-blue-40{
    width:120px;
    height: 40px;
    font-size:1rem;
    color: #fff;
    background-color: #04A4FB;
    border-color: #04A4FB;
}

.btn-blue-40:hover{color:#B8E4FC;background-color:#04A4FB;border-color:#04A4FB}

.btn-danger-40{
    width:120px;
    height: 40px;
    font-size:1rem;
    color: #fff;
    background-color: #E25517;
    border-color: #E25517;
}

.btn-danger-40:hover{color:#fff;background-color:#E25517;border-color:#E25517}
.btn-danger-40.focus,.btn-danger:focus{color:#fff;background-color:#E25517;border-color:#E25517;box-shadow:0 0 0 1px #E25517;outline: none;}
.btn-danger-40.disabled,.btn-danger-40:disabled{color:#fff;background-color:#E25517;border-color:#E25517}
.btn-danger-40:not(:disabled):not(.disabled).active,.btn-danger-40:not(:disabled):not(.disabled):active,.show>.btn-danger-40.dropdown-toggle{color:#fff;background-color:#E25517;border-color:#E25517}
.btn-danger-40:not(:disabled):not(.disabled).active:focus,.btn-danger-40:not(:disabled):not(.disabled):active:focus,.show>.btn-danger-40.dropdown-toggle:focus{box-shadow:0 #E25517}

.pageP{
  font-size: 1.1rem;
  color:#A7A7A7;
}

.table thead th{
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.table td{
    text-align: center;
    padding: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #EDECEC;
}

.none{
  display: none;
  }

.pwLightBox{
  position: fixed;
  width:100%;
  height:100%;
  background: rgba(0,0,0,.6);
  z-index: 999;
}

.pwBox{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:20px;
  border:1px solid #999;
  border-radius: 10px;
  background: #fff;
}

.pwClose{
  position:absolute;
  top:-20px;
  right:-20px;
}

.pwClose img{
  width:45px;
}

/*--------------------------------------------------------------
# 軟體功能介紹
--------------------------------------------------------------*/
#Function-Tx{
  background: #fff;
  padding:20px 0 50px 0;
}

#Function-Tx .messageBox{
  background: #FFF8F7;
  border:1px #E2B28F solid;
  border-radius: 6px;
  padding:3rem;
}
#Function-Tx .messageBox .icon{
  width:100px;
}

#Function-Tx .messageBox .h3Title{
  font-size:1.8rem;
  color:#E75C10 !important;
}

#Function-Tx .messageBox .titleP{
  font-size:1.2rem;
  color:#E75C10 !important;
  margin-top:0;
  margin-left:6rem !important;
}

#Function-Tx p{
  font-size:1.1rem;
  color:#747575;
  line-height: 2.1rem;
}

#Function-Tx h4{
  font-size:1.3rem;
  color:#040000;
}

#Function-Tx .titleBox{
  width:150px;
  background: #CD5417;
  color:#fff;
  font-size:1.2rem;
  border-radius: 6px;
  padding:8px;
  margin-top:2rem;
}

#Function-Group{
  background: #fff;
  padding:50px 10px;
}

#Function-Group .messageBox{
  background: #FFF8F7;
  border:1px #E2B28F solid;
  border-radius: 6px;
  padding:3rem;
}

#Function-Group .messageBox .icon{
  width:150px;
}


#Function-Group p{
  font-size:1.1rem;
  color:#747575;
  line-height: 2.1rem;
}

#Function-Group h3{
  font-size:1.8rem;
  color:#E75C10;
  margin-top:2.5rem;
}

#Function-History{
  background: #fff;
  padding:50px 10px;
}

#Function-History .messageBox{
  background: #FFF8F7;
  border:1px #E2B28F solid;
  border-radius: 6px;
  padding:3rem;
}

#Function-History .messageBox .icon{
  width:150px;
}

#Function-History p{
  font-size:1.1rem;
  color:#747575;
  line-height: 2.1rem;
}

#Function-History h3{
  font-size:1.8rem;
  color:#E75C10;
  margin-top:2.5rem;
}

#Function-Template{
  background: #fff;
  padding:50px 10px;
}

#Function-Template .messageBox{
  background: #FFF8F7;
  border:1px #E2B28F solid;
  border-radius: 6px;
  padding:3rem;
}

#Function-Template .messageBox .icon{
  width:150px;
}

#Function-Template p{
  font-size:1.1rem;
  color:#747575;
  line-height: 2.1rem;
}

#Function-Template h3{
  font-size:1.8rem;
  color:#E75C10;
  margin-top:2.5rem;
}

#Function-RX{
  background: #fff;
  padding:0 10px 30px 0;
}

#Function-RX .messageBox{
  background: #FFF8F7;
  border:1px #E2B28F solid;
  border-radius: 6px;
  padding:3rem;
}

#Function-RX .messageBox .icon{
  width:150px;
}

#Function-RX .titleBox{
  width:150px;
  background: #CD5417;
  color:#fff;
  font-size:1.2rem;
  border-radius: 6px;
  padding:8px;
  margin-top:10rem;
}

@media screen and (min-width: 1024px) and (max-width: 1195px){
  #Function-RX .titleBox{
    width:150px;
    background: #CD5417;
    color:#fff;
    font-size:1.2rem;
    border-radius: 6px;
    padding:8px;
    margin-top:4.5rem;
  }
}

@media screen and (max-width:1025px) {
    #Function-RX .titleBox{
    width:150px;
    background: #CD5417;
    color:#fff;
    font-size:1.2rem;
    border-radius: 6px;
    padding:8px;
    margin-top:2rem;
  }
 }

#Function-RX p{
  font-size:1.1rem;
  color:#747575;
  line-height: 2.1rem;
}

#Function-RX h3{
  font-size:1.8rem;
  color:#E75C10;
  margin-top:2.5rem;
}


/*--------------------------------------------------------------
# 下載專區
--------------------------------------------------------------*/

.downloadBox h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

.downloadBox p{
  font-size:1.1rem;
  color:#adadad;
  line-height: 2.1rem;
}

.downloadBox h3{
  font-size:1.5rem;
  color:#3d3d3d;
  text-align:center;
}

.downloadBox hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

.downloadBox{
  border:1px #bfbebe solid;
  border-radius: 10px;
  padding:10px;
  margin:50px 10px 0 10px;
}

.formBoxBack{
  position: fixed;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background: rgb(0,0,0,.6);
  z-index: 999;
}

.formMsg{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.formMsg .card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #FA8E52;
    border-bottom: 1px solid #fff;
    color:#fff;
}

.formMsg .card-body p{
  color:#5b5b5b !important;
}

.formMsg .card-footer{
    padding: 0 1.25rem 1.2rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #fff;
}

.displayNone{
  display: none;
}

/*--------------------------------------------------------------
# 系統需求
--------------------------------------------------------------*/
#SystemRm{
  background: #fff;
  padding:30px 10px 50px 10px ;
}

#SystemRm h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#SystemRm h3{
  font-size:3rem;
  color:#1F1E1F;
  text-align: center;
}

#SystemRm p{
  font-size:1.2rem;
  color:#333;
  text-align:left;
  line-height: 1.8rem;
}

#SystemRm ul{
  padding-inline-start: 20px;
}

#SystemRm li{
  font-size:1.1rem;
  color:#333;
  text-align:left;
  line-height: 1.8rem;
}

/*--------------------------------------------------------------
# 購買方案
--------------------------------------------------------------*/
#PlanBox{
  background: #fff;
  padding:30px 10px 60px 10px ;
}

#PlanBox h2{
  font-size:2rem;
  color:#1F1E1F;
  text-align:center;
}

#PlanBox h3{
  font-size:3rem;
  color:#1F1E1F;
  text-align: center;
}

#PlanBox p{
  font-size:1.2rem;
  color:#333;
  text-align:left;
  line-height: 1.8rem;
}


#SystemRm hr{
  width:90px;
  border-bottom:5px solid #FFBB00;
}

.i-style {
    font-size: 25px;
    padding-right: 10px;
    color: #b28b2f;
}

.downloadBtn{
  position: absolute;
  left:50%;
  bottom:13%;
  width:160px;
  z-index: 9999;
  transform: translateX(-50%);
}

@media screen and (min-width:1300px) { 

  .downloadBtn{
    position: absolute;
    left:50%;
    bottom:10%;
    width:180px;
    z-index: 9999;
    transform: translateX(-50%);
  }

}

@media screen and (min-width: 900px) and (max-width: 1300px){ 

  .downloadBtn{
    position: absolute;
    left:50%;
    bottom:15%;
    width:150px;
    z-index: 9999;
    transform: translateX(-50%);
  }

}

.black{
  color: black;
}

.pfontsize{
  font-size: 24px;
}

.padding{
  padding: 30px 0;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.8rem;
    margin: 1rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
}

.dropdown-menu li{
  padding:5px;
}