/* Reset Code */
body,
html {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif, 'Cormorant', serif;
}

/*========================================
              header 
========================================*/
.header-part {
  margin: 1.5em 0;
}

.head-logo {
  width: 20%;
  margin: 0 auto;
}

.head-logo img {
  width: 100%;
  max-width: 209px;
  height: auto;
}

.head-logo a {
  display: block;
}

/*-- responsive-media --*/
@media (max-width: 820px) {
  .header-part {
    margin: 1em 0;
  }

  .head-logo {
    width: 29%;
  }
}

@media (max-width: 640px) {
  .head-logo {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .head-logo {
    width: 32%;
  }
}

/*-- //responsive-media --*/



/*========================================
              banner 
========================================*/
.banner {
  background: url(../images/TopBanner-1.jpg) no-repeat 0px -165px;
  background-size: cover;
  height: 700px;
  width: 100%;
}

.banner-info {
  text-align: center;
  margin-top: 13em;
}

.banner-info h2 {
  color: #fff;
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.banner-info p {
  margin: 2em 0 4em;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.more {
  text-align: center;
}

.more a {
  padding: 10px 0px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  background: url(../images/arrow_1-1.png) no-repeat 8.5em 1.1em #a8123e;
  width: 16%;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}

.more a:hover {
  text-decoration: none;
  color: #a8123e;
  border: 1px solid #a8123e;
  background: url(../images/arrow_1-2.png) no-repeat 8.5em 1.1em #fff;
  display: block;
}

/*-- responsive-media --*/
@media (max-width: 1280px) {
  .banner {
    height: 600px;
  }

  .banner-info {
    margin-top: 10em;
  }

  .banner-info p {
    margin: 2em 0 3em;
  }

  .more a {
    background: url(../images/arrow_1-1.png) no-repeat 7em 1.1em #a8123e;
  }
  .more a:hover {
    background: url(../images/arrow_1-2.png) no-repeat 7em 1.1em #a8123e;
  }
}

@media (max-width: 1024px) {
  .banner {
    height: 500px;
  }

  .banner-info {
    margin-top: 9em;
  }

  .banner-info p {
    margin: 1em 0 2em;
  }


}

@media (max-width: 820px) {
  .banner {
    height: 350px;
  }

  .banner-info {
    margin-top: 5em;
  }

  .banner-info h2 {
    font-size: 45px;
  }

  .banner-info p {
    margin: 1em 0 2em;
    font-size: 19px;
  }

  .more a {
    padding: 11px 0px;
    width: 23%;
    height: 45px;
    background: url(../images/arrow_1-1.png) no-repeat 8em 1.1em #a8123e;
  }

  .more a:hover {
    background: url(../images/arrow_1-2.png) no-repeat 8em 1.1em #fff;
  }

}

@media (max-width: 720px) {
  .banner {
    height: 300px;
  }

  .banner-info {
    margin-top: 4em;
  }

  .banner-info p {
    margin: 1em 0;
  }
}

@media (max-width: 640px) {
  .banner {
    height: 220px;
    background: url(../images/TopBanner-1.jpg) no-repeat 0px -100px;
    background-size: cover;
  }

  .banner-info {
    margin-top: 2em;
  }

  .banner-info h2 {
    font-size: 30px;
  }

  .banner-info p {
    font-size: 15px;
  }

  .more a {
    padding: 6px 0px;
    width: 30%;
    height: 30px;
    background: url(../images/arrow_1-1.png) no-repeat 8em .85em #a8123e;
    font-size: 14px;
  }

  .more a:hover {
    background: url(../images/arrow_1-2.png) no-repeat 8em .85em #fff;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 210px;
    background: url(../images/TopBanner-1.jpg) no-repeat 0px 0px;
    background-size: cover;
  }

  .banner-info h2 {
    font-size: 30px;
  }

  .banner-info p {
    font-size: 15px;
  }

  .more a {
    padding: 6px 0px;
    width: 30%;
    height: 30px;
    background: url(../images/arrow_1-1.png) no-repeat 7.5em .85em #a8123e;
  }

  .more a:hover {
    background: url(../images/arrow_1-2.png) no-repeat 7.5em .85em #fff;
  }
}

@media (max-width: 430px) {
  .more a {
    width: 32%;
  }

}

@media (max-width: 380px) {
  .banner {
    height: 180px;
  }

  .banner-info p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {

  .banner-info h2 {
    font-size: 26px;
  }

  .banner-info p {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .banner {
    height: 170px;
  }

  .banner-info h2 {
    font-size: 22px;
  }
}

/*-- //responsive-media --*/


/*========================================
              service item 
========================================*/
.service-item {
  padding: 6em 0;
}

.service-item-content {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
}

.service-item-content h3 {
  color: #292C34;
  margin: 1em 0 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.service-item-content p {
  color: #97999B;
  margin: .5em 0;
  font-size: 14px;
}

.service-item-content p span {
  display: block;
}

.fig {
  background: url(../images/service_icon-1.png) no-repeat 7em 0em;
  display: block;
  width: 100%;
  height: 61px;
}

.fig:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.fig1 {
  background: url("../images/service_icon-2.png") no-repeat 7em 0em;
  display: block;
  width: 100%;
  height: 61px;
}

.fig1:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.fig2 {
  background: url(../images/service_icon-3.png) no-repeat 7em 0em;
  display: block;
  width: 100%;
  height: 61px;
}

.fig2:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.fig3 {
  background: url(../images/service_icon-4.png) no-repeat 7em 0em;
  display: block;
  width: 100%;
  height: 61px;
}

.fig3:hover {
  transform: rotateY(360deg);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.service-item-text {
  margin: 6em 0 0;
  text-align: center;
}

.service-item-text p {
  color: #a8123e;
  margin: 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.service-item-text p span {
  display: block;
}

/*-- responsive-media --*/

@media (max-width: 1180px) {
  .fig {
    background: url(../images/service_icon-1.png) no-repeat 5.5em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 5.5em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 5.5em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 5.5em 0em;
  }

}

@media only screen and (max-width: 1024px) {
  .service-item {
    padding: 3em 0 2em;
  }
}

@media only screen and (max-width: 820px) {
  .fig {
    background: url(../images/service_icon-1.png) no-repeat 3.5em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 3.5em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 3.5em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 3.5em 0em;
  }

  .service-item-text {
    margin: 3em 0;
  }

  .service-item-text p {
    font-size: 17px;
  }

}

@media only screen and (max-width: 640px) {
  .fig {
    background: url(../images/service_icon-1.png) no-repeat 6.5em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 6.5em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 6.5em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 6.5em 0em;
  }

  .service-item-content {
    width: 50%;
    height: 180px;
  }

  .service-item-text {
    margin: 0 0 2em 0;
  }

  .service-item-text p {
    font-size: 18px;
    letter-spacing: 1px;
  }

}

@media only screen and (max-width: 480px) {
  .service-item-content {
    height: 150px;
  }

  .service-item-content p {
    overflow: hidden;
    height: 22px;
    margin: 0;
    font-size: 13px;
  }

  .service-item-content h3 {
    font-size: 17px;
  }

  .fig {
    background: url(../images/service_icon-1.png) no-repeat 5.5em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 5.5em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 5.5em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 5.5em 0em;
  }

  .service-item {
    padding: 2em 0 2em;
  }

  .service-item-text {
    margin: 1em 0;
  }

  .service-item-text p {
    letter-spacing: 0px;
  }
}

@media (max-width: 430px) {
  .fig {
    background: url(../images/service_icon-1.png) no-repeat 4.3em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 4.3em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 4.3em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 4.3em 0em;
  }

  .service-item-text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .fig {
    background: url(../images/service_icon-1.png) no-repeat 2.5em 0em;
  }

  .fig1 {
    background: url(../images/service_icon-2.png) no-repeat 2.5em 0em;
  }

  .fig2 {
    background: url(../images/service_icon-3.png) no-repeat 2.5em 0em;
  }

  .fig3 {
    background: url(../images/service_icon-4.png) no-repeat 2.5em 0em;
  }

  .service-item-text p {
    font-size: 14px;
  }
}

/*-- //responsive-media --*/


/*========================================
              documents 
========================================*/
.documents {
  background: #F4F4F4;
  padding: 6em 0;
}

.documents h4 {
  margin: 0 0 1.5em;
  color: #292C34;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 600;
}

/*-- responsive-media --*/
@media only screen and (max-width: 820px) {
  .documents {
    padding: 4em 0 2em;
  }

  .documents h4 {
    margin: 0 0 1em;
  }
}

@media only screen and (max-width: 640px) {
  .documents h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .documents h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 320px) {
  .documents {
    padding: 2em 0 0;
  }

  .documents h4 {
    font-size: 25px;
  }
}

/*-- //responsive-media --*/

/*========================================
            專利認證  
========================================*/
.list-group {
  font-size: 1.5em;
  border-top: inherit;
  border-bottom: inherit;
  font-weight: 400;
}

.list-group :hover,
.list-group :focus {
  text-decoration: none;
  background-color: #F8F7F7;
  color: #333;
  font-weight: 500;
}

.list-group span-1 {
  font-size: 16px;
  color: #888888;
}

a.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

a.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.list-group .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: .7em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #a8123e;
  border-radius: 20px;
}

.list-group .badge:hover,
.list-group .badge:focus {
  color: #fff;
  background-color: #a8123e;
  text-decoration: none;
}

/*-- responsive-media --*/
@media (max-width: 1366px) {
  .list-group {
    font-size: 1.2em;
  }

  .list-group span-1 {
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .list-group {
    font-size: 1.5em;
  }

  .list-group span-1 {
    font-size: 16px;
  }

}

@media (max-width: 640px) {
  .list-group {
    font-size: 1.2em;
  }

  .list-group span-1 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .list-group {
    font-size: 1em;
  }

  .list-group span-1 {
    font-size: 12px;
  }
}


/*-- //responsive-media --*/



/*========================================
         產品資訊 Product Categories 
========================================*/
.ProductCategories {
  padding: 6em 0;
}

.type {
  width: 100%;
  text-align: center;
}

.type h2 {
  color: #292C34;
  margin: 0;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 600;
}

.type p {
  color: #5E6C76;
  font-size: 20px;
  margin: 1em 0 4em;
}

.type p span {
  display: block;
}

.basic {
  float: left;
  width: 29%;
  text-align: center;
}

.basic:hover {
  transform: scale(1.1);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.business {
  background: #192C3B;
  padding: 2em 0em;
}

.business h2 {
  font-size: 26px;
  color: #D1D5D8;
  margin: 0;
  font-family: 'Questrial', sans-serif;
}

.business p {
  color: #D1D5D8;
  font-size: 16px;
  margin: 3px 0 0;
  font-family: 'Questrial', sans-serif;
}

.value {
  padding: 1em 0;
  background: #a8123e;
}

.value p {
  color: #fff;
  font-size: 19px;
  margin: 0;
}

.basic ul {
  padding: 2em 0 1em;
  margin: 0;
  background: url(../images/circle.png) no-repeat 16.4em 10em #F4F4F4;
  display: block;
  height: 270px;
  box-shadow: 0px 2px 0px #D7D7D7;
}

.basic ul li {
  font-size: 18px;
  color: #5B6873;
  border-bottom: 1px dotted #5B6873;
  padding-bottom: .5em;
  list-style-type: none;
  margin: 0.5em 5em;
  text-decoration: none;
}

.basic ul li span {
  color: #a8123e;
}

.basic ul li :hover {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.basic ul li span:hover {
  color: #a8123e;
}

.basic ul li.gd {
  border-bottom: none;
}

.download-but {
  text-align: center;
}

.download-but a {
  padding: 10px 40px;
  background: #a8123e;
  color: #fff;
  font-size: 15px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.download-but a:hover {
  text-decoration: none;
  color: #fff;
  background: #192C3B;
}

.basic-mid {
  margin: 0 5em;
}

/*-- responsive-media --*/
@media only screen and (max-width: 1024px) {
  .basic-mid {
    margin: 0 4em;
  }

  .basic ul li {
    margin: 0.5em 4em;
  }
}

@media only screen and (max-width: 820px) {
  .ProductCategories {
    padding: 4em 0;
  }

  .basic ul li {
    margin: 0.5em 2em;
  }

  .basic-mid {
    margin: 0 3em;
  }

  .basic ul {
    height: 320px;
  }
}

@media only screen and (max-width: 640px) {
  .ProductCategories {
    padding: 2em 0;
  }

  .basic {
    width: 100%;
    margin-bottom: 1em;
  }

  .basic-mid {
    margin: 1em 0 2em;
  }

  .basic ul {
    height: auto;
  }

  .basic ul li {
    margin: 0.5em 1em;
  }

  .type p {
    font-size: 16px;
    margin: 1em 0 2em;
  }

  .type h2 {
    font-size: 30px;
  }

}

@media only screen and (max-width: 480px) {

  .type h2 {
    font-size: 28px;
  }

  .type p {
    overflow: hidden;
    height: 45px;
    font-size: 15px;
  }

}

@media only screen and (max-width: 320px) {
  .type h2 {
    font-size: 25px;
  }

  .type p {
    height: 40px;
    font-size: 13px;
  }

  .basic {
    width: 70%;
  }

  .basic:nth-child(2) {
    margin-left: 3em;
    margin-bottom: 2em;
  }

  .basic ul li {
    font-size: 15px;
  }

  .basic ul {
    padding: 1em 0 0em;
    height: 180px;
  }

  .business h2 {
    font-size: 22px;
  }
}

/*-- //responsive-media --*/

/*========================================
         產品對照 Product Comparison 
========================================*/
.comparison {
  padding: 6em 0;
  background: url(../images/TopBanner.jpg) ;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: bottom-right;
  background-repeat: no-repeat;
  width: 100%;
}
.comparison::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--layer);
  z-index: -1;
}

.comparison-grids {
  background:rgba(255,255,255,0.8);
}

.comparison h2 {
  color: #fff;
  margin: 0 0 1.5em;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.comparison-grid {
  float: left;
  width: 45%;
}

.comparison-grid h4 a {
  color: #a8123e;
  margin: 1em 0;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.comparison-grid h4 a:hover {
  color: #97999B;
  text-decoration: none;
}

.comparison-grid p {
  color: #97999B;
  margin: .5em 0;
  font-size: 14px;
  width: 98%;
}

.comparison-grid img {
  width: 100%;
}

.comparison-mid {
  margin-left: 2em;
}

table {
    caption-side: bottom;
    border-collapse: collapse
}
.tableBox01,
.tableBox02,
.tableBox03 {
  padding-left: 15px;
  float: left;
}
.tableBox01{
  width: 33.3333333%;  
}

.tableBox02{
  width: 25%;
}

.tableBox03{
  width: 16.66666667%; 
}

.tableBox04{
  padding: 0 15px;
  width: 25%; 
  float: left;
  margin-bottom: 1em;  
}

.table{
    width: 100%;
}

.table h3{ 
  font-size: 19px;
  margin: 0;
}

.table th {
    background: #a8123e;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
  font-weight: 400;
}

.table td {
    padding: 5px;
    border: 1px solid #a5a0a0;
    text-align: center;
}

.table td:last-child {
    border-right: none;
}

/*-- responsive-media --*/
@media (max-width: 1366px) {
.tableBox01,
.tableBox02,
.tableBox03,
.tableBox04 {
  width: 50%;
}
  
.tableBox01 {
  padding: 0;
}
  
.tableBox02{
  padding-left: 15px;
}
  
.tableBox03 {
  padding-left: 0;
}

.tableBox04{
  padding: 0 0 0 15px;
}
}
@media (max-width: 1024px) {
  .comparison {
    padding: 4em 0;
  }

  .comparison-mid {
    margin-left: 6em;
  }

  .comparison h2 {
    margin: 0 0 2em;
  }

.tableBox01 {
  width: 100%;
}
  
.tableBox03 {
  width: 30%;
}

.tableBox02,
.tableBox04 {
  width: 35%;
}

.tableBox02 {
  padding: 0 15px 0 0;
}
}

@media (max-width: 820px) {
  .comparison-mid {
    margin-left: 4em;
  }

  .comparison h2 {
    margin: 0 0 1em;
  }

  .comparison-grid p {
    width: 100%;
  }

  .comparison {
    padding: 4em 0;
  }
  
.tableBox01,
.tableBox02,
.tableBox03,
.tableBox04 {
  width: 100%;
  padding: 0;
}
}

@media (max-width: 640px) {
  .comparison h2 {
    font-size: 22px;
    margin: 0 0 1.5em;
  }

  .comparison-grid p {
    overflow: hidden;
    height: 58px;
  }
}

@media (max-width: 480px) {
  .comparison-mid {
    margin-left: 3em;
  }

  .comparison {
    padding: 1em 0;
  }

  .comparison h2 {
    font-size: 21px;
  }

  .comparison-grid h4 a {
    font-size: 18px;
  }

  .comparison-grid p {
    font-size: 13px;
    overflow: hidden;
    height: 57px;
  }
}

@media only screen and (max-width: 320px) {
  .comparison h2 {
    font-size: 19px;
  }

  .comparison-mid {
    margin-left: 1.9em;
  }

  .comparison-grid h4 a {
    font-size: 17px;
  }

  .comparison-grid h4 {
    margin: .4em 0 0;
  }
}

/*-- //responsive-media --*/

/*========================================
         聯絡我們 CONTACT 
========================================*/
.contact {
  padding: 6em 0;
}

.contact h2 {
  margin: 0 0 1.5em;
  color: #292C34;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 600;
}

.contact h3 {
  color: var(--heading-color);
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 17px;
  font-family: 'Cormorant', serif;
}

.contact h5 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Cormorant', serif;
}

.contact p {
  font-size: 16px;
  line-height: 1;
}

.contact-info {
  width: 100%;
  float: left;
  padding: 15px 20px 15px 0;
  margin-bottom: 1em;
  background: #fff;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.icon-box {
  float: left;
  width: 15%;
  font-size: 3em;
  text-align: center;
}

.info-content {
  float: left;
  width: 85%;
  padding-left: 15px;
  border-left: 1px solid #D9D9D9;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  padding: 10px 0 10px 10px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
  outline: none;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.contact textarea {
  resize: none;
  height: 120px;
}

.contact input[type="submit"] {
  background: #a8123e;
  color: #fff;
  font-size: 20px;
  outline: none;
  border: none;
  width: 30%;
  display: block;
  margin-top: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  padding: 10px 0;
}

.contact input[type="submit"]:hover {
  background: #97999B;
  color: #fff;
  text-decoration: none;
}

.contact input[type="text"]:nth-child(2) {
  margin: 1em 0;
}

.contact input[type="text"]:nth-child(3) {
  margin: 0 0 1em;
}

/*-- responsive-media --*/
@media (max-width: 1024px) {
  .contact input[type="text"],
  .contact textarea {
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  .contact h3 {
    margin: .5em 0;
  }

  .contact input[type="submit"] {
    font-size: 18px;
    width: 40%;
    padding: 8px 0;
  }

  .contact {
    padding: 4em 0;
  }

  .contact h2 {
    margin: 0 0 1em;
  }

  .icon-box {
    width: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .contact h3 {
    font-size: 36px;
  }

  .contact-info {
    padding: 10px 20px 10px 0;
  }

  .icon-box {
    width: 12%;
    font-size: 2.5em;
  }

  .contact h5 {
    font-size: 1.3em;
    margin-bottom: 5px;
  }

  .contact p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .contact input[type="text"],
  .contact textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .icon-box {
    width: 14%;
  }
}

@media only screen and (max-width: 320px) {
  .contact input[type="submit"] {
    width: 60%;
  }

  .contact h3 {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .contact input[type="text"],
  .contact textarea {
    font-size: 13px;
  }

  .contact input[type="submit"] {
    font-size: 16px;
  }

  .contact {
    padding: 2em 0;
  }
}

/*-- //responsive-media --*/

/*========================================
         隱私政策 Privacy Policy 
========================================*/
.banner-PrivacyPolicy {
  background: url("../images/TopBanner-PP.jpg") no-repeat 0px -300px;
  background-size: cover;
  height: 200px;
  width: 100%;
}
.banner-PrivacyPolicy-info {
  text-align: center;
  margin-top: 5em;
}

.banner-PrivacyPolicy-info h2 {
  color: #fff;
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
.PrivacyPolicy {
  padding: 3em 0;
}
.PrivacyPolicy h5{
  font-size: 1.2em;
}
.PrivacyPolicy p{
  font-size: 16px;
  line-height: 1.2;
}

/*-- responsive-media --*/
@media (max-width: 1180px) {
.banner-PrivacyPolicy {
  background: url("../images/TopBanner-PP.jpg") no-repeat 0px -180px;
  background-size: cover;  
  height: 150px;
}
.banner-PrivacyPolicy-info {
  margin-top: 4em;
}
}

@media (max-width: 820px) {
.banner-PrivacyPolicy {
  background: url(../images/TopBanner-PP.jpg) no-repeat 0px -130px;
  background-size: cover;
  height: 140px;
}
.banner-PrivacyPolicy-info h2 {
  font-size: 38px;
}
}

@media (max-width: 600px) {
.banner-PrivacyPolicy {
  background: url(../images/TopBanner-PP.jpg) no-repeat 0px -70px;
  background-size: cover;
  height: 110px;
}
.banner-PrivacyPolicy-info {
  margin-top: 3em;
}
.banner-PrivacyPolicy-info h2 {
  font-size: 32px;
}
.PrivacyPolicy p{
  font-size: 15px;
}
}

@media (max-width: 430px) {
.banner-PrivacyPolicy-info {
  margin-top: 2.5em;
}
.banner-PrivacyPolicy-info h2 {
  font-size: 30px;
}
}

/*========================================
         頁尾  footer
========================================*/
.map {
  border: none;
  width: 100%;
  float: left;
}

.footer {
  background: #292C34;
  padding: 1em 0;
}

.footer-left {
  float: left;
  width: auto;
}

.footer-mid {
  float: left;
  width: auto;
  margin: 0 10px;
  padding: 9px 0 0;
}

.footer-mid a {
  color: #fff;
}

.footer-mid a:hover {
  color: #a8123e;
}

.footer-left-text {
  color: #fff;
  float: left;
  padding: 9px 0 0;
}

.footer-left-text p {
  color: #97999B;
  margin: 0;
  font-size: 15px;
}

.footer-left-text p a {
  color: #a8123e;
  font-size: 15px;
}

.footer-left-text p a:hover {
  text-decoration: none;
  color: #97999B;
}

.footer-right {
  float: left;
  width: auto;
  margin: 0 10px;
  padding: 9px 0 0;
}

.footer-right a {
  color: #fff;
}

.footer-right a:hover {
  color: #a8123e;
}

.footer-right ul {
  padding: 0;
  margin: 0;
}

.footer-right ul li {
  display: inline-block;
  margin: 0 1em;
}

.footer-right ul li a.facebook {
  background: url(../images/sp-img.png) no-repeat 0px 0px;
  display: block;
  width: 25px;
  height: 25px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.footer-right ul li a.facebook:hover {
  background: url(../images/sp-img.png) no-repeat 0px -34px;
  display: block;
}

/*-- responsive-media --*/
@media (max-width: 480px) {
  .footer-right ul li {
    margin: 0 .5em;
  }
}

@media (max-width: 320px) {
  .footer-left {
    float: none;
    width: 100%;
    text-align: center;
  }

  .footer-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/*-- //responsive-media --*/



/*========================================
        to-top  
========================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url("../images/arrow.png") no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //to-top --*/




/*========================================
        onlineservice styling  
========================================*/
#onlineservice {
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom, #e607a0, #2e1bd5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
}

#onlineservice:hover {
  opacity: .8;
}

#onlineservice-LINE {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: rgb(0, 195, 0) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
}

#onlineservice-LINE:hover {
  opacity: .8;
}

/* //onlineservice styling */







