#service {
  padding: 20px 0 20px 0;
  position: relative;
}

#service::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 0;
}

#service .container {
    max-width: 1140px;
  position: relative;
  z-index: 0;
  margin: 0 100px 0 200px;
}


@media (max-width: 480px){
  #service .container {
  max-width: 460px;
  margin: 0 0px 0 20px;
}
}

/*==== 新聞焦點 list ====*/

.newslist {
  /* max-width: 90%; */
  /* margin: 50px 0 20px 0; */
 align-items: center;
}
.newslist ul{

}
.newslist ul li{
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}

.newslist h1 {
  font-size: 30px;
  color: #111;
  margin: 30px 0;
  line-height: 40px;
}


.newslist a:link {
  color: #111;
  text-decoration: none;
}
.newslist a:visited {
  color: #111;
  text-decoration: none;
}
.newslist a:hover,
a:active {
  color: #f8693f;
  text-decoration: none;
}


/*==== 服務條款 ====*/
#contentK {
  width: 96%;
  clear: both;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

#contentK .tit {
  font-size: 22px;
  color: #1289bc;
  font-weight: bold;
  margin: 0 auto;
}

#contentK .A1 {
  font-size: 16px;
  color: #1289bc;
  font-weight: bold;
  margin-bottom: 10px;
}

#contentK .font14 {
  font-size: 14px;
  color: #111;
  /* margin-bottom: 20px; */
  /* padding-right: 5%; */
  padding-left: 2%;
  line-height: 28px;
  margin-bottom: 20px;
}
#contentK .A2 {
  font-size: 14px;
  color: #111;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 4%;
  line-height: 28px;
}

#contentK .A2 a:link {
  color: #111;
  text-decoration: none;
}
#contentK .A2 a:visited {
  color: #111;
  text-decoration: none;
}
#contentK .A2 a:hover,
a:active {
  color: #2ac27c;
  text-decoration: none;
}

#contentK .A3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 20px 0 10px 0;
}

#contentK .A3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#contentK .A3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #31a8ff;
  bottom: 0;
  left: calc(50% - 20px);
}

@media screen and (min-width: 641px) and (max-width: 949px) {  /*平板版*/
  #contentK .A2 {
    padding-left: 10%;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) { /*行動版*/
  #contentK .A2 {
    padding-left: 15%;
  }
}


#contentK ol{
  margin-left: 0px;
  list-style-type: decimal;
}

#contentK ol li{
  font-size: 14px;
  line-height: 28px;
}

#contentK ul{
  margin-left: 16px;
  list-style-type: disc;
}

#contentK ul li{
  font-size: 14px;
  line-height: 28px;
}


/* Sections Header
--------------------------------*/
.section-header h1 {
  font-size: 45px;
  font-weight: 300;
  color: #111;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.section-header h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f8693f;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header h2 {
  font-size: 38px;
  font-weight: 300;
  color: #111;
  text-align: center;
  position: relative;
  padding-bottom: 20px;

}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f8693f;
  bottom: 0;
  left: calc(50% - 20px);
}


.section-header h3 {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f8693f;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

.btn-orange {
  color: #ffffff !important;
  background-color: #f8693f !important;
  border: 2px solid #f8693f !important;
  border-radius: 4px !important;
}
.btn-orange:hover {
  color: #ffffff !important;
  background-color: #f7501e !important;
  border: 2px solid #f7501e !important;
}

.btn-solid {
  color: #f8693f !important;
  border: 2px solid #f8693f !important;
  border-radius: 4px !important;
}
.btn-solid:hover {
  color: #ffffff !important;
  border: 2px solid #f7501e !important;
  background-color: #f7501e !important;
}

