

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-top: 30px;
}
.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;

  margin: 30px;
  color: #5d5959;
}
.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* ==電腦版=========== */

#TOP{
	width:100%;
	height:70px;
	background-color:#fff;
    position: fixed;
    top: 0;
    z-index: 99999;
}

#LOGO{
	width:200px;
	height:40px;
	background-image:url(logo.png);
	background-size:cover;
	margin-left:45px;
    margin-top: 15px;
	float: left;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='logo.png',
    sizingMethod='scale');
}

#LOGO a{
    display: block;
    width:200px;
	height:40px;
    margin-left:45px;
    margin-top: 15px;
}
@media screen and (max-width: 736px) {
	
	html, body{
		min-width: 320px;	}
	
	body:before {
		content: "";
		background-image: inherit; 
        position: fixed; 
        right: 0;
		bottom: 0;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover; 
        background-size: cover;
        z-index: -1;
	}

    #TOP{ height:50px; }
	#LOGO{ width:150px; height:30px; margin-left:20px; margin-top: 10px; }
    #LOGO a{ width:150px; height:30px; margin-left:0; margin-top: 0; }
    
	#BTN{
		margin-right: 20px;
	}

	#BTN a{
		line-height: 50px;
	}
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
    width: 200px;
  max-height: 50px;
  margin-left: 20px;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(hero-bg.png) top center no-repeat;
    background-color: #f6f6fc;
  background-size: cover;
}


.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 60px 0 0px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 5px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }


  .hero .hero-img img {
    width: 100%;
  }
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
    width: 100%;
    text-align: center;
    border: solid 2px #106eea;

}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}


.featured-services .title {
  font-weight: 700;

  font-size: 22px;
}
.featured-services .title a {
  color: #106eea;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}


/*--------------------------------------------------------------
# 表格
--------------------------------------------------------------*/
.comparison {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
}
.comparison h2 {
  font-size: 22px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  border-right: 1px solid #E8E8E8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  color: #636363;
  font-size: 16px;
    text-align: center;

}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #F7F7F7;
}

.fa-check {
  color: #69C7F1;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #E8E8E8;
  border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}

.comparison .product,
.comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .product {
  background: #69C7F1;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
  color: #808080;
}

.comparison .price-now span {
  font-size: 36px;
  color: #545454;
}

.comparison .price-now p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  display: inline;
}

.comparison .price-buy {
  background: #EC671A;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.comparison .price-buy:hover {
  background: #E84D00;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .comparison .price-now span {
    font-size: 32px;
  }
  .comparison .price-now p {
    display: block;
  }
}



/*--------------------------------------------------------------
# mm
--------------------------------------------------------------*/
.mm {

margin-top: 10px;
}
.mm ul {

list-style-type: cjk-ideographic;
    text-align: justify;
}

.mm li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    
}


table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 18px;
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 10px 20px;
}

th {
  background-color: rgb(235,235,235);
}

td {
  text-align: left;
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}

caption {
  padding: 10px;
}


  @media (max-width: 767px) {
.mm {


}
}
.mm h3 {
    font-weight: 600;
    font-size: 30px;
    border-bottom: 2px solid #F7A424;
   display: inline-block;
    margin: 50px 0 0;

}


/*--------------------------------------------------------------
# note
--------------------------------------------------------------*/
.note {
 background: #f1f0f0;

}

.note h3 {
    font-weight: 600;
    font-size: 24px;
   display: inline-block;


}

.note ul {

list-style-type: decimal;
}

.note li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    
}
/*--------------------------------------------------------------
CIS
--------------------------------------------------------------*/
.cis{
	font-size:0.5em;
	color:#dededd;
	padding-left: 10px;
	padding-bottom: 10px;
     background: #f1f0f0;
}
@media screen and (max-width: 736px) {
    .cis{
		font-size:0.5em;
		color:#dededd;
		padding-left: 2%;
		padding-bottom: 0;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  height: 60px;
  color: #fff;
  line-height: .7vw;
  clear: both;
  background-size: 100%;
    background-color: #ff0a00;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 18px;
    margin: 0px auto;
    background-size: cover;
      height: 150px;


  }

  footer span {
    display: block;
    text-indent: -99999px;
    height: 7px;
  }
}
