﻿@charset "UTF-8";

* {
  font-family: 微軟正黑體, sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  border-top: 5px solid #68bed6;
  background-color: #c5e6ed;
}

/*ie側邊scroll bar*/
html,
body {
  -ms-overflow-style: scrollbar;
}

a:focus,
button:focus,
input#button:focus {
  outline: 2px dashed #ff3000 !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 4px 0;
}

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  body {
    border-top: 0px solid transparent;
  }

  .container {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .row {
    margin: 0;
    padding: 0;
  }
}

.no-gutter {
  padding: 0 !important;
  margin: 0 !important;
}

.carousel-no-gutter {
  padding: 0;
  margin: 0 0 30px 0;
}

.no-gutter-left,
.no-gutter-left-com {
  padding: 0 15px 0 0;
  margin: 0;
}

.no-gutter-right,
.no-gutter-right-com {
  padding: 0 0 0 15px;
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 10px;
}

@media (max-width: 768px) {

  .mb-nogutter,
  .no-gutter-left,
  .no-gutter-right,
  .ipad-gutter {
    margin: 0;
    padding: 0;
  }

  .no-gutter-left-com {
    padding: 0 10px 0 0;
    margin: 0;
  }

  .no-gutter-right-com {
    padding: 0 0 0 10px;
    margin: 0;
  }

  .carousel-no-gutter {
    margin: 0 0 20px 0 !important;
  }

  .clearfix:after {
    height: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  body {
    border-top: 5px solid #68bed6;
    background-color: #c5e6ed;
  }

  .no-gutter-left,
  .no-gutter-right {
    padding: 0;
    margin: 0;
  }

  .no-gutter-left-com,
  .ipad-left {
    padding: 0 5px 0 0;
    margin: 0;
  }

  .no-gutter-right-com,
  .ipad-right {
    padding: 0 0 0 5px;
    margin: 0;
  }

  .ipad-gutter {
    padding: 0 15px;
    margin: 0;
  }
}

/* 比iPad更大  iPad 橫*/
@media (min-width:769px) {

  .no-gutter-left-com,
  .ipad-left {
    padding: 0 5px 0 0;
    margin: 0;
  }

  .no-gutter-right-com,
  .ipad-right {
    padding: 0 0 0 5px;
    margin: 0;
  }

  .ipad-gutter {
    padding: 0 15px;
    margin: 0;
  }
}

/*導盲磚設定
------------------------------------------------------------*/
a.skip-main {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}

a.skip-main:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, .85);
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px auto;
  padding: 6px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1em;
  z-index: 999;
}

a.top-guideBricks {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: -10px;
  float: left;
}

p.guideBricks,
p.guideBricks-inside {
  font-weight: 400;
  color: #333;
  text-align: left;
}

p.guideBricks a {
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  top: 5px;
  left: 20px;
}

p.guideBricks-inside a {
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  top: -15px;
  left: 0;
}

@media (max-width: 768px) {
  a.top-guideBricks {
    top: 4px;
    left: 0px;
  }

  p.guideBricks {
    position: relative;
    left: -20px;
  }
}

/*header自訂
------------------------------------------------------------*/
/*pc header 不固定，但 mobile 固定*/
.navbar-fixed-top {
  position: relative;
  top: auto;
}

.navbar-collapse {
  max-height: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px)

/* @grid-float-breakpoint -1 */
  {
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.navbar-header {
  background-color: transparent;
  height: 100px;
  padding: 0;
  margin: 0;
}

h1.navbar-brand {
  width: 359px;
  height: 80px;
  max-height: 80px;
  padding: 0;
  margin: 0;
}

h1.navbar-brand a {
  background: url(../../images/logo-tax-online.png) no-repeat center center;
  background-size: 100%;
  width: 359px;
  height: 80px;
  max-height: 80px;
  margin: 0;
  position: relative;
  top: -5px;
  left: 15px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}

@media only screen and (max-device-width: 1024px) {
  h1.navbar-brand {
    width: 269px;
    height: 60px;
    padding: 0;
    margin: 0;
  }

  h1.navbar-brand a {
    width: 269px;
    height: 60px;
    z-index: 1050;
    left: 0;
  }
}

@media (max-width: 768px) {
  .navbar-header {
    height: auto;
    margin: 0;
    padding: 15px 0 0 10px;
    border-top: 5px solid #68bed6 !important;
    background-color: #c5e6ed;
  }

  h1.navbar-brand {
    width: 224px;
    height: 50px;
    padding: 0;
    margin: 0;
  }

  h1.navbar-brand a {
    width: 224px;
    height: 50px;
    z-index: 1050;
    left: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .navbar-header {
    height: auto;
    margin: 0;
    padding: 15px 0 0 0;
    border-top: 0px solid transparent !important;
    background-color: transparent !important;
  }

  h1.navbar-brand {
    width: 314px;
    height: 70px;
    padding: 0 0 0 25px;
  }

  h1.navbar-brand a {
    width: 314px;
    height: 70px;
  }
}

/*主選單樣式設定
------------------------------------------------------------*/
.navbar-right {
  float: right !important;
  margin-right: 0;
}

.navbar-default {
  background-color: transparent;
  /*border-color: transparent;*/
  border-width: 0px;
  border-radius: 0px;
  width: 93%;
  margin: 20px auto 0 auto;
  padding: 0;
}

/* 連結 */
.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  width: 125px;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 10px;
  padding: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 10px;
  padding: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent !important;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 10px;
  padding: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
}

.tbg {
  background-color: #c5e6ed;
  margin: 0;
  display: block;
}

p.arrow-dropdown-color1 {
  width: 0;
  height: 0;
  margin: 0 auto;
  text-indent: -999999px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b1565f;
}

p.arrow-dropdown-color2 {
  width: 0;
  height: 0;
  margin: 0 auto;
  text-indent: -999999px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #9a6424;
}

p.arrow-dropdown-color3 {
  width: 0;
  height: 0;
  margin: 0 auto;
  text-indent: -999999px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #7e5da1;
}

/* 2019-04-29 常用服務顏色變換 */
p.arrow-dropdown-color4 {
  width: 0;
  height: 0;
  margin: 0 auto;
  text-indent: -999999px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3176a1;
  /*深藍*/
}

/*手機點選下拉選單影響最大*/
.dropdown-menu {
  width: 280px;
  padding: 0;
  margin: 0;
  transform: translateX(0%);
  /*也會影響日曆的下拉*/
  top: 100%;
  left: -60% !important;
  position: absolute;
  z-index: 999999;

  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  /*-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0,0);*/
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0);
}

.dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 278px;
  list-style: none none !important;
}

.dropdown-menu li a {
  padding: 8px 0;
  margin: 0;
  text-decoration: none;
  list-style: none none !important;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
  display: block;
  border-bottom: 1px solid #cacaca;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #fff;
  margin: 0;
  padding: 8px 0;
}

/* 下拉箭頭 */
a b.caret-arrow {
  width: 15px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: url(../../images/svg/caret.svg) no-repeat 0 center;
  background-size: 100%;
  text-indent: -99999px;
  overflow: hidden;
  float: right;
  position: relative;
  top: 0;
  right: 15px;
}

/*右上角資訊*/
.rightTop {
  width: 100%;
}

.top-sub {
  margin: 0;
  padding: 0;
  width: 625px;
  float: right;
  position: relative;
  top: 0;
  right: -44px;
}

ul.home-infor {
  margin: 0;
  padding: 0;
  display: block;
}

ul.home-infor li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none none;
  float: left;
}

ul.home-infor li a {
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  float: left;
  font-size: 1em;
  text-align: center;
  line-height: 32px;
  height: 32px;
  color: #fff;
  display: block;
  background-color: #666;
}

/*字級大小*/
ul.secinfor {
  margin: 0;
  padding: 0;
}

ul.secinfor li {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: left;
}

ul.secinfor li a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul.secinfor li.word-level a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #333;
  background-color: #fff;
}

ul.secinfor li.word-level a:hover,
ul.secinfor li.word-level a:focus {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #666;
  border: 2px dashed #ff3000 !important;
}

ul.secinfor li.word-level-middle a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #666;
}

ul.secinfor li.word-level-middle a:hover,
ul.secinfor li.word-level-middle a:focus {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #666;
  border: 2px dashed #ff3000 !important;
  text-decoration: none;
}

ul.secinfor li.icon-fb a,
ul.secinfor li.icon-fb a:hover,
ul.secinfor li.icon-fb a:focus {
  background: url(../../images/svg/icon-society-fb.svg) no-repeat center center;
  background-size: 100%;
  text-indent: -99999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  padding: 0;
  display: block;
}

ul.secinfor li.icon-line a,
ul.secinfor li.icon-line a:hover,
ul.secinfor li.icon-line a:focus {
  background: url(../../images/svg/icon-society-l.svg) no-repeat center center;
  background-size: 100%;
  text-indent: -99999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 768px) {

  /*top fixed 背景設定*/
  .navbar-default {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-default .navbar-nav {
    position: relative;
    top: 0;
    width: 100%;
    /*height:100%;*/
    margin: 0;
  }

  .navbar-default .navbar-nav>li>a {
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
    padding: 0;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
    padding: 0;
  }

  .dropdown-menu {
    min-width: 100px;
    padding: 0 15px;
    margin: 0;
    transform: translateX(0%);
    /*也會影響日曆的下拉*/
    top: 100%;
    left: -200% !important;
  }

  .dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .dropdown-menu li a {
    width: 100% !important;
    font-size: 1.2em;
  }

  a b.caret-arrow {
    width: 25px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: url(../../images/svg/caret.svg) no-repeat 0 center;
    background-size: 100%;
    text-indent: -99999px;
    overflow: hidden;
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
  }

  a b.caret-arrow-empty {
    width: 25px;
    height: 35px;
    margin: 0;
    padding: 0;
    float: right;
  }

  .top-sub {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    right: 0;
  }

  ul.home-infor {
    margin: 0 0 0 15px;
    padding: 0;
  }

  ul.home-infor li {
    margin: 0 10px 10px 0;
    padding: 0;
    width: 46%;
  }

  ul.home-infor li a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
  }

  ul.secinfor {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
  }

  ul.secinfor li {
    margin: 0 !important;
    padding: 0;
    list-style: none none;
    width: 35px !important;
  }

  ul.secinfor li a {
    width: 100% !important;
    font-size: 1em;
    margin: 0 !important;
    padding: 0;
    float: left;
  }

  ul.secinfor li.word-level a,
  ul.secinfor li.word-level a:hover,
  ul.secinfor li.word-level a:focus,
  ul.secinfor li.word-level-middle a,
  ul.secinfor li.word-level-middle a:hover,
  ul.secinfor li.word-level-middle a:focus {
    height: 35px;
    line-height: 35px;
  }

  ul.secinfor li.icon-fb a,
  ul.secinfor li.icon-fb a:hover,
  ul.secinfor li.icon-fb a:focus {
    background: url(../../images/svg/icon-society-fb.svg) no-repeat center center;
    background-size: 100%;
    width: 100% !important;
    height: 35px;
    margin: 0 0 0 10px !important;
  }

  ul.secinfor li.icon-line a,
  ul.secinfor li.icon-line a:hover,
  ul.secinfor li.icon-line a:focus {
    background: url(../../images/svg/icon-society-l.svg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 35px;
    margin: 0 0 0 20px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .navbar-default .navbar-nav {
    width: 100%;
    margin: 150px 0 0 0 !important;
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    margin: 10px 15px 0 15px;
    padding: 0 !important;
  }

  .dropdown-menu {
    min-width: 94% !important;
    padding: 0;
    margin: 0 15px;
    left: 0 !important;

    position: static;
    /*手機展開*/
    float: none;
    background-color: #c5e6ed;
  }

  a b.caret-arrow {
    top: 5px;
  }

  ul.home-infor li {
    margin: 0 13px 10px 0;
    width: 23%;
  }

  ul.home-infor li a {
    font-size: 1.2em;
    height: 45px;
    line-height: 45px;
  }

  ul.secinfor {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
    width: 50% !important;
  }
}

@media only screen and (max-device-width : 812px) {
  a.top-guideBricks {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    left: 20px !important;
    float: left;
  }

  p.guideBricks a {
    font-size: 1.1em;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    top: 5px;
    left: 7px;
  }

  /*top fixed 背景設定*/
  .navbar-default {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar-default .navbar-nav {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .navbar-default .navbar-nav>li>a {
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
    padding: 0;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 0 15px;
    padding: 0;
  }

  .dropdown-menu {
    min-width: 100px;
    padding: 0 15px;
    margin: 0;
    transform: translateX(0%);
    /*也會影響日曆的下拉*/
    top: 100%;
    left: -200% !important;
  }

  .dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .dropdown-menu li a {
    width: 100% !important;
    font-size: 1.2em;
  }

  a b.caret-arrow {
    width: 25px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: url(../../images/svg/caret.svg) no-repeat 0 center;
    background-size: 100%;
    text-indent: -99999px;
    overflow: hidden;
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
  }

  a b.caret-empty {
    width: 25px;
    height: 35px;
    background: url(../../images/empty.png.png) no-repeat 0 center;
    text-indent: -99999px !important;
    overflow: hidden;
    float: right;
  }

  .top-sub {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    right: 0;
  }

  ul.home-infor {
    margin: 0 0 0 15px;
    padding: 0;
  }

  ul.home-infor li {
    margin: 0 10px 10px 0;
    padding: 0;
    width: 46%;
  }

  ul.home-infor li a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
  }

  ul.secinfor {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
  }

  ul.secinfor li {
    margin: 0 !important;
    padding: 0;
    list-style: none none;
    width: 35px !important;
  }

  ul.secinfor li a {
    width: 100% !important;
    font-size: 1em;
    margin: 0 !important;
    padding: 0;
    float: left;
  }

  ul.secinfor li.word-level a,
  ul.secinfor li.word-level a:hover,
  ul.secinfor li.word-level a:focus,
  ul.secinfor li.word-level-middle a,
  ul.secinfor li.word-level-middle a:hover,
  ul.secinfor li.word-level-middle a:focus {
    height: 35px;
    line-height: 35px;
  }

  ul.secinfor li.icon-fb a,
  ul.secinfor li.icon-fb a:hover,
  ul.secinfor li.icon-fb a:focus {
    background: url(../../images/svg/icon-society-fb.svg) no-repeat center center;
    background-size: 100%;
    width: 100% !important;
    height: 35px;
    margin: 0 0 0 10px !important;
  }

  ul.secinfor li.icon-line a,
  ul.secinfor li.icon-line a:hover,
  ul.secinfor li.icon-line a:focus {
    background: url(../../images/svg/icon-society-l.svg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 35px;
    margin: 0 0 0 20px !important;
  }
}



/* 手機版右方關閉按鈕 */
.navbar-toggle {
  border-radius: 0px;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  position: relative;
  float: right;
  padding: 8px 4px;
  margin: 0 15px 0 0;
  background-image: none;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: 0;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 0px;
  background-color: #68bed7 !important;
  text-indent: -99999999px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

/*動態*/
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -10px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {

  /*手機選單高度展開*/
  .navbar-collapse {
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px solid transparent !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #c5e6ed;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #c5e6ed;
  }

  .mb-menuBGwidth {
    width: 83%;
    float: right;
    padding: 0 0 325px 0;
    background-color: #c5e6ed;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .mb-menuBGwidth {
    width: 100%;
    float: right;
    padding: 0 0 30px 0;
  }
}

/*平版右邊小按鈕出現設定*/
@media (min-width: 767px) and (max-width: 991px) {
  .navbar-header {
    float: none !important;
  }

  .navbar-toggle {
    display: block !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px !important;
  }

  .navbar-nav>li {
    float: none !important;
  }

  .navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar-text {
    float: none !important;
    margin: 15px 0 !important;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

/*首頁形象圖輸播
------------------------------------------------------------*/
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 5px 30px 0 30px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .5);
}

.pic-type p {
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

/*圓點輪播*/
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff \9;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.carousel-indicators li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  text-indent: -9999999px;
  cursor: pointer;
  background-color: transparent \9;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  border-radius: 10px;

  float: left;
  position: relative;
  top: -2px;
  left: -2px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #68bed6;
  border: 1px solid #68bed6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

/* 移除首頁banner大圖兩邊漸層 carousel remove gradient */
.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

.carousel-line {
  border-top: 1px solid #f5eacd;
  border-bottom: 1px solid #f5eacd;
  background-color: #000;
  box-shadow: -2px 3px 20px #000;
}

/*首頁banner大圖改左右 arrow*/
.carousel-control {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  /*filter: alpha(opacity=100);*/
  opacity: 1;
}

.carousel-control>img {
  position: absolute;
  /*set position of image from top to be 50%...*/
  top: 50%;
  /*and then shift it down to make it perfectly center.*/
  transform: translate(-50%, -50%) !important;

  z-index: 5;
  display: inline-block;
}

.item>a>img {
  width: 100% !important;
}

.item>a:focus>img {
  box-sizing: border-box;
  border: 2px dashed #ff3000 !important;
}

.carousel-control.left {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  font-size: 2em;
}

.carousel-control.right {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  font-size: 2em;
}

@media (max-width: 768px) {
  .carousel-control.left {
    width: 20%;
    height: 100%;
    top: -20px;
    left: -10px;
    font-size: 2em;
  }

  .carousel-control.right {
    width: 20%;
    height: 100%;
    top: -20px;
    right: -10px;
    font-size: 2em;
  }

  .carousel-caption {
    padding: 5px;
  }

  .pic-type p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 15px;
  }
}

/*淡入淡出效果*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*顏色設定
------------------------------------------------------------*/
.BGcolor1 {
  background-color: #9a6424 !important;
  /*土黃*/
}

.BGcolor2 {
  background-color: #7e5da1 !important;
  /*紫*/
}

.BGcolor3 {
  background-color: #5f69af !important;
  /*藍紫*/
}

.BGcolor4 {
  background-color: #b1565f !important;
  /*土紅*/
}

.BGcolor5 {
  background-color: #437d7e !important;
  /*深綠*/
}

.BGcolor6 {
  background-color: #3176a1 !important;
  /*深藍*/
}

/* 2019-04-29 常用服務顏色變換 */
.BGcolor7 {
  background-color: #3176a1 !important;
  /*深藍*/
}

.typeColor1 {
  color: #b1565f !important;
  /*土紅*/
}


/*首頁：個人和非個人
------------------------------------------------------------*/
.all-box {
  margin: 15px 0 0 0;
  padding: 0;
}

.grayBG-box {
  background-color: #eee;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}

h2.title-line {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  height: 45px;
  line-height: 45px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 100%;
}

h2.title-line b a {
  font-size: .7em;
  font-weight: 400;
  color: #fff;
  text-align: right;
  margin: 0;
  padding: 0;
  float: right;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
}

h2.title-line b a:after {
  content: "\f055";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: 1em !important;
  color: #fff;
  padding: 0 0 0 5px;
}

h2.title-line small {
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0 0 0 10px;
  float: right;
  height: 40px;
  line-height: 40px;
}

h2.title-secBig {
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  text-align: left;
  /* height:40px; */
  line-height: 40px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  width: 100%;
  background-color: #ece4f5;
}

h2.title-secBig:before {
  content: "\f0a1";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: .9em !important;
  font-weight: 400;
  color: #333;
  padding: 0 5px 0 5px;
}

h2.title-secBig small {
  color: #333;
}

/*原本灰底
.little-box a,
.little-box-mAll a{
width:100%;
height:140px;
max-height:140px;
display:block;
margin:0 0 30px 0;
border-top:7px solid #ccc;
box-shadow: 1px 1px 5px #bbb;
text-decoration:none;
background:url(../../images/svg/calculator_gray.svg) no-repeat right top;
}*/

.gray-box a,
.gray-box-purple a {
  width: 100%;
  height: 140px;
  max-height: 140px;
  display: block;
  margin: 0 0 15px 0;
  border-top: 7px solid #ccc;
  box-shadow: 1px 1px 5px #bbb;
  text-decoration: none;
  background: url(../../images/svg/calculator_gray.svg) no-repeat right top;
}

.gray-box a:hover,
.gray-box a:focus {
  border-top: 7px solid #f4c179 !important;
  background: #fff url(../../images/svg/calculator_orange.svg) no-repeat right top !important;
  outline: 2px dashed #9a6424 !important;
}

.gray-box-purple a:hover,
.gray-box-purple a:focus {
  border-top: 7px solid #d0c0e1 !important;
  background: #fff url(../../images/svg/calculator_purple.svg) no-repeat right top !important;
  outline: 2px dashed #7e5da1 !important;
}

.gray-box h3,
.gray-box-purple h3 {
  font-size: 1.1em !important;
  line-height: 34px;
  text-align: left;
  color: #333;
  display: block;
  margin: 0;
  padding: 14px 40px 12px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.gray-box p,
.gray-box-purple p {
  font-size: 1em !important;
  text-align: left;
  line-height: 30px;
  color: #333;
  display: block;
  margin: 0;
  padding: 14px 10px;
}

.gray-box p br,
.gray-box-purple p br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 1px 0;
}

.little-box-og a {
  width: 100%;
  height: 140px;
  max-height: 140px;
  display: block;
  margin: 0 0 15px 0;
  border-top: 7px solid #f4c179;
  box-shadow: 1px 1px 5px #bbb;
  text-decoration: none;
  background: #fff url(../../images/svg/calculator_orange.svg) no-repeat right top;
}

.little-box-purple a {
  width: 100%;
  height: 140px;
  max-height: 140px;
  display: block;
  margin: 0 0 15px 0;
  border-top: 7px solid #d0c0e1;
  box-shadow: 1px 1px 5px #bbb;
  text-decoration: none;
  background: #fff url(../../images/svg/calculator_purple.svg) no-repeat right top;
}

.little-box-og a:hover,
.little-box-og a:focus {
  border-top: 7px solid #f4c179 !important;
  background: #fff url(../../images/svg/calculator_orange.svg) no-repeat right top !important;
  outline: 2px dashed #9a6424 !important;
}

.little-box-purple a:hover,
.little-box-purple a:focus {
  border-top: 7px solid #d0c0e1 !important;
  background: #fff url(../../images/svg/calculator_purple.svg) no-repeat right top !important;
  outline: 2px dashed #7e5da1 !important;
}

.little-box-og h3,
.little-box-purple h3 {
  font-size: 1.1em !important;
  line-height: 30px;
  text-align: left;
  color: #333;
  display: block;
  margin: 0;
  padding: 14px 40px 12px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.little-box-og p,
.little-box-purple p {
  font-size: 1.05em !important;
  text-align: left;
  color: #333;
  display: block;
  margin: 0;
  padding: 5px 10px;
}

.little-box-og p br,
.little-box-purple p br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 1px 0;
}

@media (max-width: 768px) {
  h2.title-line {
    font-size: 1.3em !important;
    padding: 5px 10px;
    height: auto;
    line-height: 35px;
  }

  h2.title-line small {
    margin: 0;
    padding: 0 0 5px 0;
    clear: both;
    display: block;
    float: none;
    height: 23px;
    line-height: 15px;
  }

  h2.title-secBig {
    font-size: 1.1em;
  }

  h2.title-secBig:before {
    padding: 0 5px 0 0;
  }

  .gray-box a,
  .gray-box-purple a,
  .little-box-og a,
  .little-box-purple a {
    height: 160px;
    max-height: 160px;
  }

  .little-box a {
    height: 60px !important;
    max-height: 60px !important;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
  }

  .little-box-mAll a {
    height: 130px !important;
    max-height: 130px !important;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
  }

  .little-box h3 {
    font-size: 1em;
    line-height: 18px;
    padding: 14px 20px 12px 10px;
    border-bottom: 0px solid transparent !important;
  }

  .little-box-mAll h3 {
    font-size: 1em;
    line-height: 18px;
    padding: 14px 20px 12px 10px;
    border-bottom: 1px solid #ccc;
  }

  .little-box p,
  .little-box-mAll p {
    font-size: .95em;
  }

  .grayBG-box {
    padding: 10px 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  h2.title-line small {
    margin: 0;
    padding: 0 0 0 10px;
    clear: none;
    display: inline;
    float: right;
    height: 35px;
    line-height: 35px;
  }

  .little-box a {
    height: 170px !important;
    max-height: 170px !important;
  }

  .little-box h3 {
    font-size: 1em;
    line-height: 20px;
    padding: 14px 25px 12px 10px;
    border-bottom: 1px solid #ccc !important;
  }

  .little-box p {
    font-size: .95em;
  }

  .little-box-og h3,
  .little-box-purple h3 {
    font-size: .95em;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 20px;
    padding: 14px 20px 12px 10px;
  }

  .little-box-og p,
  .little-box-purple p {
    font-size: .8em;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 5px 0 10px;
  }

  .gray-box h3,
  .gray-box-purple h3 {
    font-size: .95em;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 20px;
    padding: 14px 20px 12px 10px;
  }

  .gray-box p,
  .gray-box-purple p {
    font-size: .5em;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 5px 0 10px;
  }
}

/* 比iPad更大  iPad 橫*/
@media (min-width:769px) {

  .little-box-og h3,
  .little-box-purple h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 20px 12px 10px;
  }

  .little-box-og p,
  .little-box-purple p {
    font-size: .8em;
    letter-spacing: -0.05em;
    line-height: 18px;
    padding: 7px 5px 0 10px;
  }

  .gray-box h3,
  .gray-box-purple h3 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 16px;
    padding: 14px 20px 12px 10px;
  }

  .gray-box p,
  .gray-box-purple p {
    font-size: .8em;
    line-height: 18px;
    padding: 7px 5px 0 10px;
  }
}

/*首頁：最新消息
------------------------------------------------------------*/
.whiteBG-box {
  background-color: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}

ul.news-list {
  margin: 10px 0 30px 0;
  padding: 0;
}

ul.news-list li {
  margin: 0;
  padding: 0;
  list-style: none none;
}

ul.news-list li a {
  margin: 0;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  color: #333;
  line-height: 25px;
  border-bottom: 1px solid #eee;
  display: block;
}

ul.news-list li a em {
  margin: 0 5px 0 0;
  padding: 0;
  font-style: normal;
}

ul.news-list li a b {
  margin: 0 5px 0 0;
  padding: 3px 5px;
  font-size: 1em;
  font-weight: 400;
  color: #5f69af;
}

ul.news-list li a b:before {
  content: "\f104";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: 1em !important;
  color: #5f69af;
  padding: 0 5px 0 0;
}

ul.news-list li a b:after {
  content: "\f105";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: 1em !important;
  color: #5f69af;
  padding: 0 0 0 5px;
}

@media (max-width: 768px) {
  ul.news-list li a {
    font-size: 1em;
    line-height: 22px;
  }

  .whiteBG-box {
    padding: 20px 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {}

/*首頁：常用服務
------------------------------------------------------------*/
.common {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
}

a.link-svg {
  display: block;
  margin: 0 0 20px 0;
  border: 1px solid #fff;
  width: 100%;
}

a.link-jpg {
  display: block;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  width: 100%;
}

@media (max-width: 768px) {

  .common,
  a.link-svg,
  a.link-jpg {
    height: auto;
    /*max-height:auto;*/
  }
}

@media (min-width: 767px) and (max-width: 991px) {}

/*麵包屑
------------------------------------------------------------*/
.breadcrumb-custom {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  font-size: 1.1em;
}

.breadcrumb-custom>li {
  color: #666;
  display: inline-block;
}

.breadcrumb-custom li a {
  padding: 0;
  margin: 0;
  color: #666;
  text-align: left;
  text-decoration: none;
}

.breadcrumb-custom li a.gBricksBread {
  padding: 0;
  margin: 0;
  color: #666;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  top: -2px;
  left: 0;
}

.breadcrumb-custom>li+li:before {
  content: "\f054";
  font-family: FontAwesome;
  padding: 0 5px 0 3px;
  font-size: .7em !important;
  font-weight: 400;
  color: #666;
  position: relative;
  top: -2px;
}

.breadcrumb-custom>.active {
  color: #666;
}

.breadcrumb-custom span {
  padding: 0;
  float: right;
}

@media (max-width: 768px) {
  .breadcrumb-custom {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.1em;
  }
}

/*內頁：快速連結
------------------------------------------------------------*/
.inLeft-list {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}

.inLeft-list ul {
  margin: 0;
  padding: 0;
}

.inLeft-list ul li {
  list-style: none none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.inLeft-list ul li:first-child {
  font-size: 1.2em;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  list-style: none none;
  margin: 0;
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  background-color: #3176a1;
}

.inLeft-list ul li:last-child {
  border-bottom: 1px solid #eee;
}

.inLeft-list ul li a {
  font-size: 1.2em;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #333;
  list-style: none none;
  margin: 0;
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  background-color: #eee;
}

.inLeft-list ul li a:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #333;
  padding: 0;
  font-size: .8em !important;
  font-weight: 400;
  float: right;
}

.inLeft-list ul li a:hover,
.inLeft-list ul li a:focus {
  color: #333 !important;
  background-color: #c5e6ed;
}

.inLeft-list ul li a:hover:after,
.inLeft-list ul li a:focus:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #333;
  padding: 0;
  font-size: .8em !important;
  font-weight: 400;
  float: right;
}

.inLeft-list ul li.disabled {
  font-size: 1.2em;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #333;
  list-style: none none;
  margin: 0;
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  background-color: #c5e6ed;
}

.inLeft-list ul li.disabled:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #333;
  padding: 0;
  font-size: .8em !important;
  font-weight: 400;
  float: right;
}

@media (max-width: 768px) {
  .inLeft-list {
    margin: 20px 0 20px 0;
  }

  .inLeft-list ul li:first-child {
    font-size: 1.2em;
    padding: 9px 15px;
  }

  .inLeft-list ul li a h1,
  .inLeft-list ul li.disabled h1 {
    font-size: 1.2em;
    line-height: 25px;
    padding: 8px 15px;
  }

  .inLeft-list ul li a h1:after,
  .inLeft-list ul li a:hover h1:after,
  .inLeft-list ul li a:focus h1:after,
  .inLeft-list ul li.disabled h1:after {
    content: "\f078";
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .inLeft-list {
    margin: 10px 0 20px 0;
  }
}

/*內頁：左方電話資訊
------------------------------------------------------------*/
.box-telinfor {
  background-color: #c5e6ed;
  display: block;
  margin: 0 0 30px 0;
  padding: 20px 20px 2px 20px;
}

.box-telinfor ol {
  margin: 0 0 20px 0;
  padding: 0;
}

.box-telinfor ol li {
  font-size: 1.1em;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #333;
  list-style: none none;
  margin: 0;
  padding: 0 0 0 20px;
}

.box-telinfor ol>li:first-child {
  background: url(../../images/svg/phone-solid.svg) no-repeat left center;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .box-telinfor {
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 0 15px 20px 15px;
  }

  .box-telinfor ol {
    margin: 0;
    padding: 10px;
    background-color: #c5e6ed;
  }

  .box-telinfor ol li {
    font-size: 1em;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    color: #333;
    list-style: none none;
    margin: 0;
    padding: 0 0 0 20px;
  }

  .box-telinfor ol>li:first-child {
    background: url(../../images/svg/phone-solid.svg) no-repeat left center;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: 700;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .box-telinfor {
    padding: 0 0 20px 0;
  }
}

/*內頁：所有稅
------------------------------------------------------------*/
hr.borderLine {
  border-top: 1px dashed #333;
}

h3.title-third {
  font-size: 1.3em;
  font-weight: 700;
  color: #3176a1;
  text-align: left;
  line-height: 28px;
  margin: 0;
  padding: 15px 0 5px 0;
  width: 100%;
  clear: both;
}

h3.title-third a {
  color: #3176a1;
  text-decoration: none;
}

h3.title-third small {
  font-size: .8em;
  font-weight: 400;
  color: #3176a1;
}

.note-box {
  background-color: #f6f6f6;
  display: block;
  padding: 10px;
  margin: 0 0 20px 0;
}

h3.title-note {
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 28px;
  margin: 20px 0 0 0;
  padding: 5px 0 0 15px;
  width: 280px;
  clear: both;
  background-color: #f6f6f6;
}

h3.title-note a {
  color: #333;
  text-decoration: none;
}

h3.title-note small {
  color: #333;
}

/*h3.title-third:before {
content: "\f111";
font-family: FontAwesome;
color:#3176a1;
padding:0 5px 0 0;
font-size:.6em !important;
font-weight:400;
position:relative;
top:-2px;

display: inline-block;
width: 1.3em;
margin:0 0 0 -1.3em;
}*/

.title-fourth {
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 25px;
  margin: 10px 0 10px 0;
  padding: 5px 20px;
  width: 100%;
  clear: both;
}

.title-fourth a {
  color: #9a6424;
  text-decoration: none;
}

.title-fourth:before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #333;
  padding: 0 5px 0 0;
  font-size: .6em !important;
  font-weight: 400;
  position: relative;
  top: -3px;

  display: inline-block;
  width: 1.3em;
  margin: 0 0 0 -1.3em;
}

p.categoryType {
  font-size: 1.2em;
  font-weight: 700;
  color: #3176a1;
  text-align: left;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 15px 0 5px 0;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #3176a1;
}

.btnSetting {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}

ul.list-video {
  margin: 15px 0 0 0;
  padding: 0;
}

ul.list-video li {
  font-size: 1.1em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px dashed #333;
}

ul.list-video ul {
  margin: 15px 0 0 0;
  padding: 0;
  border-bottom: 1px dashed #fff;
}

ul.list-video ul li {
  font-size: 1.05em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 0 0 10px 45px;
  padding: 0;
  list-style: outside circle;
  border-bottom: 1px dashed #fff;
}

ul.list-video li a:before {
  content: "\f019";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: .9em !important;
  color: #333;
  padding: 0 7px 0 0;
}

ul.list-video li a.outside-link:before {
  content: "";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  padding: 0;
}

ul.list-number {
  margin: 0;
  padding: 0;
}

ul.list-number li {
  font-size: 1.1em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 0 0 10px 35px;
  padding: 0;
  list-style: outside decimal;
}

ul.list-number li small {
  line-height: 22px;
}

ul.list-number li small br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 0px 0;
}

ul.list-number li ul {
  margin: 10px 0 10px 0;
  padding: 0;
}

ul.list-number li ul li {
  font-size: 1.05em;
  margin: 0 0 10px 25px;
  padding: 0;
  list-style: outside lower-roman;
}

ul.list-number li ul li ul {
  margin: 10px 0 10px 0;
  padding: 0;
}

ul.list-number li ul li ul li {
  font-size: 1em;
  margin: 0 0 10px 25px;
  padding: 0;
  list-style: outside circle;
}

ul.list-video li a,
ul.list-video li a.outside-link,
ul.list-number li a,
ul.list-square li a {
  color: #7e5da1;
  font-weight: 400;
  margin: 0;
  padding: 0 3px;
  text-decoration: none;
}

ul.list-video li b a,
ul.list-video li b a.outside-link,
ul.list-number li b a,
ul.list-square li b a {
  color: #b1565f !important;
  font-weight: 700;
  margin: 0;
  padding: 0 3px;
  text-decoration: none;
}

ul.list-square {
  margin: 0;
  padding: 0;
}

ul.list-square li {
  font-size: 1.1em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 0 0 10px 35px;
  padding: 0;
  list-style: outside disc;
}

ul.list-square ul {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.list-square ul li {
  font-size: 1.05em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 10px 0 10px 20px;
  padding: 0;
  list-style: outside circle;
}

.text-center {
  text-align: center !important;
}

h4.mark-tip {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 20px 0 15px 0;
  padding: 10px 0 0 0;
  display: block;
  clear: both;
  border-top: 1px dashed #333;
}

h4.mark-tip em {
  border-radius: 0;
  background-color: #333 !important;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 5px;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-size: .95em;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
}

h4.mark-tip em::after {
  background: #fff;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #333;
  border-top: 17px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

p.point {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 20px 0 10px 0;
  padding: 10px 0;
  display: block;
  clear: both;
}

p.point a {
  color: #333;
  text-decoration: none;
}

p.classification-explain {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  display: block;
  clear: both;
  background-color: #f6f6f6;
  border-top: 2px solid #ddd;
}

p.description {
  font-size: 1.1em;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 10px 0 20px 0;
  padding: 0;
  display: block;
  clear: both;
}

p.description a {
  color: #9a2424;
  text-decoration: none;
  padding: 0 3px;
}

p.description b {
  font-weight: 700;
  color: #333;
}

.dateps {
  font-size: 1em;
  font-weight: 400;
  line-height: 25px;
  color: #333;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  clear: both;
}

.goPlace {
  margin: 0;
  padding: 0;
  position: relative;
  top: 28px;
}

@media (max-width: 768px) {
  h3.title-third {
    font-size: 1.2em;
    margin: 0 0 0px 0;
  }

  h3.title-note {
    font-size: 1.1em;
    width: 100%;
  }

  /*h3.title-third:before {
content: "\f111";
font-size:.7em !important;
top:-2px;
}*/

  .title-fourth {
    font-size: 1.1em;
  }

  .title-fourth:before {
    padding: 0;
    width: 1.5em;
    margin: 0 0 0 -1.5em;
  }

  .dateps {
    margin: 0 0 10px 0;
  }

  .goPlace {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    top: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .goPlace {
    left: 15px;
    top: 29px;
  }
}

/*內頁：統計專區
------------------------------------------------------------*/
.box-underline {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0;
  padding: 25px 0 15px 0;
  height: 110px;
}

h3.title-none,
h3.title-none a {
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: #9a6424;
  display: inline-block;
  text-decoration: none;
}

h3.title-statistical {
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: #9a6424;
  display: inline-block;
  text-decoration: none;
}

h3.title-statistical a {
  font-size: 1.05em;
  font-weight: 400;
  text-align: left;
  color: #9a6424;
  display: inline-block;
  text-decoration: none;
}

h3.title-statistical:before {
  content: "\f012";
  font-family: FontAwesome;
  padding: 0 5px 0 0;
  font-size: 1em !important;
  font-weight: 400;
}

ol.list-statistical {
  margin: 0;
  padding: 0;
  clear: both;
}

ol.list-statistical li {
  margin: 0;
  padding: 0;
  list-style: none none;
}

ol.list-statistical li a {
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: #333;
  text-decoration: none;
  float: left;
}

ol.list-statistical li:after {
  content: "、";
  float: left;
}

ol.list-statistical li:last-child:after {
  content: "";
}

@media (max-width: 768px) {
  .box-underline {
    padding: 0 0 10px 0;
    height: auto;
    display: block;
    overflow: hidden;
  }


  .box-none {
    overflow: hidden;
    margin: 0;
    padding: 5px 0 10px 0;
    height: auto;
  }

  h3.title-none,
  h3.title-none a {
    font-size: 1.1em;
  }

  h3.title-statistical,
  h3.title-statistical a {
    font-size: 1.1em;
  }

  h3.title-statistical:before {
    padding: 0 3px 0 0;
    font-size: .8em !important;
  }

  ol.list-statistical li a {
    font-size: 1em;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .box-none {
    padding: 0px 0 2px 0;
    height: 100px;
  }

  .box-underline {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 25px 0 15px 0;
    height: 130px;
  }
}

/*內頁：憑證申請
------------------------------------------------------------*/
a.link-ralist {
  display: block;
  margin: 20px 0;
  padding: 10px 10px 0 10px;
  text-decoration: none;
  height: 200px;
  max-height: 200px;
}

a.link-ralist img {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
}

a.link-ralist h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  color: #333;
  margin: 0;
  padding: 0 0 5px 0;
}

a.link-ralist small {
  margin: 0 0 20px 0;
  color: #9a2424;
  line-height: 10px;
}

@media (max-width: 768px) {
  a.link-ralist {
    margin: 0 0 20px 0;
    padding: 10px 0 10px 10px;
    height: auto;
    /*max-height:auto;*/
  }

  a.link-ralist img {
    margin: 0 0 15px 0;
  }

  a.link-ralist h3 {
    font-size: 1.1em;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  a.link-ralist {
    padding: 10px 0 10px 0;
    height: 190px;
    max-height: 190px;
  }
}

/*內頁：密碼申請
------------------------------------------------------------*/
.password-box {
  width: 100%;
  height: 250px;
  max-height: 250px;
  display: block;
  padding: 30px 20px 0 20px;
  margin: 0 0 50px 0;
}

p.password-type {
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 28px;
  height: 120px;
  max-height: 120px;
}

@media (max-width: 768px) {
  .password-box {
    width: 100%;
    height: auto;
    /*max-height:auto;*/
    display: block;
    padding: 20px 5px 20px 5px;
    margin: 0 0 20px 0;
  }

  p.password-type {
    line-height: 25px;
    height: auto !important;
    /*max-height:auto;*/
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .password-box {
    height: 220px;
    max-height: 220px;
    margin: 0 0 30px 0;
  }

  p.password-type {
    height: 120px !important;
    max-height: 120px !important;
  }
}

/*內頁：宣導活動專區
------------------------------------------------------------*/
a.link-event {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  text-decoration: none;
  height: 300px;
  max-height: 300px;
}

a.link-event img {
  display: block;
  padding: 0;
  margin: 0 auto 10px auto;
  border: 1px solid #ccc;
  height: 230px;
  max-height: 230px;
}

a.link-event small {
  font-size: 1.1em;
  margin: 0 0 20px 0;
  color: #9a2424;
  line-height: 25px;
}

a.link-manual {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  text-decoration: none;
  height: 260px;
  max-height: 260px;
}

a.link-manual img {
  display: block;
  padding: 0;
  margin: 0 auto 10px auto;
  border: 1px solid #ccc;
}

a.link-manual small {
  font-size: 1.1em;
  margin: 0 0 20px 0;
  color: #9a2424;
  line-height: 25px;
}

@media (max-width: 768px) {

  a.link-event,
  a.link-manual {
    margin: 0 0 30px 0;
    padding: 0 0 50px 0;
    height: auto;
    /*max-height:auto;*/
  }

  a.link-event img,
  a.link-manual img {
    margin: 0 0 10px 0;
  }

  a.link-event small,
  a.link-manual small {
    font-size: 1em;
    line-height: 23px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  a.link-event {
    height: 240px;
    max-height: 240px;
  }

  a.link-event img {
    height: 200px;
    max-height: 200px;
  }

  a.link-manual {
    height: 170px;
    max-height: 170px;
  }
}

/*內頁：網站連結
------------------------------------------------------------*/
a.link-logo {
  display: block;
  margin: 10px 0;
  padding: 10px 10px 0 10px;
  text-decoration: none;
  height: 140px;
  max-height: 140px;
}

a.link-logo img {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}

a.link-logo p {
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  color: #333;
  margin: 0;
  padding: 0 0 5px 0;
}

a.link-logo small {
  margin: 0 0 20px 0;
  color: #9a2424;
  line-height: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

@media (max-width: 768px) {
  a.link-logo {
    margin: 0 0 20px 0;
    padding: 10px 0 10px 10px;
    height: auto;
    /*max-height:auto;*/
  }

  a.link-logo img {
    margin: 0 0 10px 0;
  }

  a.link-logo h3 {
    font-size: 1.1em;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  a.link-logo {
    padding: 10px 0 10px 0;
    height: 130px;
    max-height: 130px;
  }

  a.link-logo img {
    margin: 0 0 10px 0;
  }

  a.link-logo h3 {
    font-size: 1em;
    line-height: 20px;
    height: 40px;
    display: block;
  }

  a.link-logo small {
    margin: 0 0 20px 0;
    color: #9a2424;
    line-height: 10px;
  }
}

/*內頁：安全政策、隱私權政策、政府網站資料開放宣告
------------------------------------------------------------*/
p.firstType {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.1em;
  text-align: left;
  line-height: 25px;
  border-left: 5px solid #eee;
}

h3.privacyTitle {
  margin: 0 0 15px 30px;
  padding: 0;
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  color: #3176a1;
  line-height: 25px;
  clear: both;
}

h3.privacyTitle:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #3176a1;
  padding: 0 5px 0 0;
  font-size: .6em !important;
  font-weight: 400;
  position: relative;
  top: -2px;

  display: inline-block;
  width: 1.3em;
  margin: 0 0 0 -1.3em;
}

ul.expainList-none,
ul.expainList-number {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none none;
  display: block;
}

ul.expainList-none li {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
}

ul.expainList-none li b {
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: 700;
  color: #3176a1;
}

ul.expainList-number li {
  margin: 0 0 10px 50px;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
  list-style: outside decimal;
}

ul.expainList-number b {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #3176a1;
}

ul.expainList-icon {
  margin: 0 0 30px 50px;
  padding: 0;
  list-style: outside square;
  display: block;
}

ul.expainList-icon li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
}

ul.expainList-icon li a {
  color: #9a2424;
  text-decoration: none;
}

ul.expainList-icon ul {
  margin: 10px 0 20px 20px;
  padding: 0;
  list-style: outside decimal;
  display: block;
  font-size: .9em;
}

ul.expainList-icon ul li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
}

p.explainType {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 25px;
}

p.explainType a {
  color: #b1565f;
  text-decoration: none;
}

p.explainType a.email-icon-back {
  color: #fff;
  text-decoration: none;
}

p.explainType a.email-icon-back:after {
  content: url(../../images/svg/email.svg);
  padding: 0;
  position: relative;
  top: 1px;
}

p.explainType span {
  color: #b1565f;
}

p.explainType br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 1px 0
}

ul.expainList-number b:before,
ul.expainList-none li b:before {
  content: "\f111";
  font-family: FontAwesome;
  padding: 0 10px 0 0;
  font-size: .5em !important;
  font-weight: 400;
  color: #3176a1;
  position: relative;
  top: -1px;
}

ul.expainList-number br,
ul.expainList-none li br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 4px 0
}

@media (max-width: 768px) {
  h3.privacyTitle {
    margin: 0 0 10px 20px;
    padding: 0;
    height: 100%;
  }

  h3.privacyTitle:before {
    content: "\f111";
    font-size: .7em !important;
    top: -2px;
  }

  ul.expainList-number li {
    margin: 0 0 8px 20px;
    padding: 0;
  }

  p.explainType {
    margin: 0 0 30px 0;
    padding: 0;
  }
}

/*內頁：網站導覽
------------------------------------------------------------*/
.smp-list {
  margin: 0;
  padding: 0;
}

.smp-list p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 40px;
  color: #666;
  text-align: left;
}

.smp-list ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.smp-list ul li {
  margin: 0 0 0 45px;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  text-align: left;
  list-style: outside decimal;
}

.smp-list-number-X {
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px dashed #ccc;
}

.smp-list-number-X ul {
  margin: 0;
  padding: 0;
}

.smp-list-number-X ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  list-style: none none;
}

.smp-list-number-X ul li a {
  color: #333;
  text-decoration: none;
  float: left;
  width: 25%;
  height: 35px;
  line-height: 35px;
  display: block;
}

h5.smp-title {
  color: #3176a1;
  height: 35px;
  line-height: 35px;
  margin: 10px 8px;
}

h5.smp-title a {
  color: #3176a1;
  font-size: 1.2em;
  text-align: left;
  border-bottom: 3px solid #3176a1;
  text-decoration: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
}

ul.smp-list-all {
  margin: 15px 8px;
  padding: 0;
  display: block;
  overflow: hidden;
}

ul.smp-list-all li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none none;
  font-weight: 700;
}

ul.smp-list-all li a {
  color: #333;
  font-size: 1.1em;
  text-align: left;
  text-decoration: none;
  line-height: 25px;
  display: block;
  margin: 0 0 0 20px;
}

h5.smp-title a:hover,
h5.smp-title a:focus,
ul.smp-list-all li a:hover,
ul.smp-list-all li a:focus {
  color: #333;
}

ul.smp-list-all li ul {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style: none none;
  font-weight: 400 !important;
}

ul.smp-list-all li ul li {
  margin: 0;
  padding: 0;
  list-style: none none;
  font-weight: 400 !important;
}

ul.smp-list-all li ul li ul {
  margin: 0 0 10px 30px;
  padding: 0;
  list-style: none none;
}

ul.smp-list-all li ul li ul li ul {
  margin: 0 0 10px 45px;
  padding: 0;
  list-style: none none;
}

@media (max-width: 768px) {
  h5.smp-title {
    margin: 10px 0;
  }

  ul.smp-list-all {
    margin: 10px 0px;
    padding: 0;
  }

  ul.smp-list-all li a {
    margin: 0;
  }

  .smp-list ul {
    margin: 0 0 30px 0;
  }

  .smp-list ul li {
    line-height: 25px;
    margin: 0 0 10px 25px;
  }

  .smp-list-number-X ul li a {
    width: 50%;
  }

  .smp-list-number-X {
    margin: 20px 0 0 0;
    clear: both;
    display: block;
    height: 91px;
  }
}

/*搜尋
------------------------------------------------------------*/
/*search bar*/
.search-w {
  width: 50%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

#custom-search-input {
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  margin: 0px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #333;
  padding: 0 8px 0 10px;
  height: 45px;
  line-height: 45px;
  border-left: 10px solid #c5e6ed !important;
}

#custom-search-input button:hover {
  border-left: 10px solid #c5e6ed !important;
  box-shadow: none;
}

#custom-search-input button:focus {
  border-left: 10px solid #c5e6ed !important;
  outline: 2px dashed #ff3000 !important;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 8px 0 10px;
}

#custom-search-input .glyphicon-search {
  font-size: 1.4em;
  padding: 0 6px 0 2px;
  height: 45px;
  line-height: 45px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 1.1em;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border: 2px dashed #ff3000 !important;
  outline: none !important;
  padding: 0 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

p.hot-search {
  font-size: 1.1em;
  color: #333;
  text-align: left;
  clear: both;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

p.hot-search a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.notfond {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

p.exType404 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  color: #333;
  line-height: 35px;
  margin: 0 auto 70px auto;
  width: 540px;
}

p.exType404 a {
  color: #b1565f;
  text-decoration: none;
  margin: 0 3px;
}

p.searchT {
  font-size: 1.2em;
  text-align: left;
  color: #333;
  line-height: 23px;
  margin: 0 0 10px 0;
}

@media (max-width: 768px) {
  .search-w {
    width: 100%;
    margin: 0;
    padding: 90px 15px 0 15px;
  }

  #custom-search-input {
    width: 100%;
  }

  .form-control {
    padding: 10px 17px 10px 10px;
    font-size: 1.1em;
  }

  p.hot-search {
    width: 100%;
    padding: 10px 0 10px 0;
  }

  .notfond {
    width: 100%;
    display: block;
  }

  p.exType404 {
    font-size: 1.2em;
    line-height: 30px;
    margin: 20px auto 70px auto;
    width: 100%;
  }

  p.searchT {
    font-size: 1.1em;
    padding: 0;
    position: relative;
    top: -10px;
    left: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .search-w {
    padding: 20px 15px 0 15px;
  }

  .notfond {
    width: 50%;
  }

  p.exType404 {
    font-size: 1.3em;
    line-height: 35px;
    margin: 10px auto 70px auto;
    width: 60%;
  }
}

/*按鈕
------------------------------------------------------------*/
.btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 6px 0;
  /*font-size: 1.1em;*/
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0px;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #333;
  background-color: #fff;
}

.btn-og,
.btn-og:hover,
.btn-og:focus,
.btn-og:active {
  font-size: 1.1em;
  color: #fff !important;
  background-color: #9a6424;
}

.btn-more,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  font-size: 1.1em;
  color: #fff !important;
  background-color: #7e5da1;
}

.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  font-size: 1.1em;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff;
}

/*跳出視窗設定
------------------------------------------------------------*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(255, 255, 255);
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.3);
  /* Black w/ opacity */
}

.modal-dialog {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modal-content {
  position: relative;
  /*background-color: transparent !important;*/
  margin: 0 auto;
  /* 15% from the top and centered */
  padding: 0;
  border-radius: 0;
  width: 825px;
  /* Could be more or less, depending on screen size */
  border: 1px solid #999;
  /*border: 1px solid rgba(0, 0, 0, 0);*/
  /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);*/
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}

.modal-header {
  min-height: 0px;
  padding: 0;
  margin: 100px 0 0 0;
  border-bottom: 0px solid transparent !important;
}

.modal-header .close {
  position: relative;
  /*set position of image from top to be 50%...*/
  top: -25px;
  right: -25px;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../../images/svg/lightbox_close.svg) no-repeat right 0;
}

.close {
  width: 50px;
  height: 50px;
  display: block;
  /*filter: alpha(opacity=100) !important;*/
  opacity: 1 !important;
}

.close:focus {
  border: 2px dashed #ff3000 !important;
  outline: none !important;
}

.modal-body {
  padding: 0 25px 20px 25px;
  margin: 0 0 30px 0;
  background-color: #fff;
  border-bottom: 5px groove #5da3d6;
}

p.modal-explainType {
  font-size: 1.2em;
  color: #666;
  text-align: center;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
  }

  .modal-header {
    margin: 85px 0 0 0;
  }

  .modal-header .close {
    width: 100%;
    right: 0;
    background: url(../../images/svg/lightbox_close.svg) no-repeat center center;
  }

  .modal-body {
    padding: 0 0 0 0;
    background-size: 120% !important;
    /*for IE*/
  }

  .number-votes b {
    font-size: 1.2em !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {}

/*表格
------------------------------------------------------------*/
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
  /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
  border: 1px solid transparent !important;
}

#cap-top {
  caption-side: top;
  color: #333 !important;
  font-size: 1.1em;
  font-weight: 700;
}

#cap-bottom {
  caption-side: bottom;
  color: #333 !important;
  font-size: 1.1em;
  font-weight: 700;
}

table,
td,
th {
  vertical-align: middle !important;
}

th.table-title {
  vertical-align: middle !important;
  border-bottom: 1px solid #333 !important;
  border-right: 1px solid #fff !important;
  height: 35px;
  text-align: left;
  background-color: #eee;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

td {
  vertical-align: middle !important;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #fff !important;
  height: 25px;
  text-align: left;
  color: #333;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

td a,
td a:hover,
td a:focus {
  display: block;
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

tr.odd-color1 {
  background-color: #f4f3eb;
}

tr.odd-color2 {
  background-color: #eff5ed;
}

.widt10 {
  width: 10%;
}

.widt15 {
  width: 15%;
}

.widt20 {
  width: 20%;
}

.widt25 {
  width: 25%;
}

.widt40 {
  width: 40%;
}

.widt50 {
  width: 50%;
}

.widt60 {
  width: 60%;
}

.widt70 {
  width: 70%;
}

.widt80 {
  width: 80%;
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    padding: 0 0 10px 0 !important;
  }

  th.table-title,
  td {
    font-size: 1em;
  }
}

@media (min-width: 767px) and (max-width: 991px) {}

/*折疊面版
------------------------------------------------------------*/
.panel-group .panel {
  box-shadow: none;
  border-color: #fff;
  border-radius: 4px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #999;
}

.panel-default>.panel-heading {
  cursor: pointer;
  padding: 0 20px 10px 0;
  border-radius: 0;
  background-color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ccc;
  background-color: #eee;
  padding: 20px 20px 0px 0;
  font-size: 1.1em;
  line-height: 22px;
}

.panel-heading a:after {
  content: "\f056";
  font-family: FontAwesome;
  color: #333;
  font-weight: 400;
  float: right;
  position: relative;
  top: 0;
  bottom: 0;
  right: -45px;
  font-size: 1.3em;
}

.panel-heading a.collapsed:after {
  content: "\f055" !important;
  font-family: FontAwesome;
  color: #999;
}

.panel-title {
  margin: 0;
  padding: 5px 30px 5px 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}

.panel-title a {
  padding: 0px;
  display: block;
  text-decoration: none;
}

.panel-title em {
  margin: 0 5px 5px 0 !important;
  padding: 0;
  font-size: .9em;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #333;
}

.panel-title b {
  margin: 0 1px 5px 0 !important;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.panel-title b:before {
  content: "\f104";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: 1em !important;
  color: #333;
  padding: 0 5px 0 10px;
}

.panel-title b:after {
  content: "\f105";
  /*--You can add font icon code here--*/
  font-family: FontAwesome;
  font-size: 1em !important;
  color: #333;
  padding: 0 10px 0 5px;
}

.QA-con {
  margin: 0 0 20px 20px;
  padding: 0 0 0 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.QA-con p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  margin: 10px 0 10px 0;
}

.QA-con p a {
  color: #9a2424;
  text-decoration: none;
}

span.answer {
  padding: 3px 10px;
  margin: 0;
  font-size: .9em;
  font-weight: 400;
  color: #333;
  background-color: #ccc;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
}

@media (max-width: 768px) {
  .panel-group .panel {
    margin: 0 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {}

/*fat footer
------------------------------------------------------------*/
h2.fat-type {
  display: none;
}

.fat-bg {
  background-color: #7bbfd2;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.fat-con {
  margin: 20px 30px;
  padding: 0;
}

button.fat-clickOn {
  font-size: 1.2em;
  color: #333;
  text-align: center;
  background-color: #c5e6ed;
  padding: 8px;
  margin: 0 auto !important;
  width: 90px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.fat-clickOn:focus {
  outline: 2px dashed #ff3000 !important;
}

.hit-bg {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #c5e6ed;
}

.fat-all {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.fat-width {
  width: 20%;
  /* height:500px; */
  margin: 0 0 25px 0;
  padding: 0;
  display: block;
  float: left;
  border: 8px solid #7bbfd2;
}

.fat-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  text-align: left;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #679caa;
}

.fat-title a {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  text-align: left;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #679caa;
  text-decoration: none;
  display: block;
}

.fat-title a:focus {
  margin: 0;
  padding: 10px 0 10px 5px;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
  display: block;
  outline: 3px solid #fff !important;
  background-color: #fff;
}

ul.fat-list {
  margin: 1px 0 0 0;
  padding: 0;
}

ul.fat-list li {
  margin: 0;
  padding: 0;
  list-style: none none;
}

ul.fat-list li a {
  margin: 0;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

ul.fat-list li a:focus {
  margin: 0;
  padding: 10px 0 10px 5px;
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 22px;
  text-decoration: none;
  display: block;
  outline: 3px solid #fff !important;
  background-color: #fff;
}


/*footer自訂
------------------------------------------------------------*/
.footerbg-color {
  background-color: transparent;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 20px 0 10px 0;
  display: block;
}

.footer_box {
  border-bottom: 1px solid #7c8c90;
  display: block;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

ul.footer_list {
  margin: 0;
  padding: 0;
  clear: both;
}

ul.footer_list li {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  list-style: none none;
  text-align: left;
  color: #333;
  font-size: 1.05em;
  line-height: 35px;
  height: 35px;
  font-weight: 400;
}

ul.footer_list li a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  clear: both;
}

ul.footer_list li em.tel-phoneIcon {
  background: url(../../images/svg/phone-solid.svg) no-repeat center bottom;
  padding: 0;
  margin: 0 5px 0 0;
  font-style: normal;
  text-indent: -99999px;
  overflow: hidden;
  float: left;
}

p.copyright-text {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 1.1em;
  font-weight: 400;
}

p.copyright-text br {
  border-bottom: 1px dashed transparent;
  content: "";
  display: block;
  padding: 1px 0;
}

a.email-icon {
  color: #333;
  text-decoration: none;
  padding: 0 0 0 5px;
  text-indent: -99999px;
  overflow: hidden;
}

a.email-icon:before {
  content: url(../../images/svg/email.svg);
  padding: 0 5px 0 0;
  position: relative;
  top: 1px;
}

p.footer_AA {
  margin: 0;
  padding: 8px 0 0 0;
  height: 35px;
}

p.footer_AA a {
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 768px) {
  .footerbg-color {
    margin: 0 0 0 0 !important;
  }

  .footer_box {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }

  ul.footer_list li {
    margin: 0 10px 0 0;
    font-size: 1em;
    line-height: 30px;
    height: 30px;
  }

  p.copyright-text {
    margin: 15px 0 15px 0;
    padding: 0;
    font-size: 1em;
    clear: both;
  }

  p.footer_AA {
    float: left;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .cpr-ipad {
    margin: 0 0 15px 0 !important;
    font-size: 1em;
    width: 92% !important;
  }

  p.copyright-text {
    margin: 0;
    padding: 0;
    font-size: 1em;
    clear: both;
  }
}

/*footer永遠置底
------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#id_wrapper {
  position: relative;
  min-height: 100%;
}

* html #id_wrapper {
  height: 100%;
}

#id_header {
  padding: 0px 0 0 0;
  background-color: transparent;
}

#id_content {
  overflow: auto;
  border: 1px solid transparent;
}

#id_footer {
  position: relative;
  margin: 0 auto;
}

* html #id_footer {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #id_header {
    padding: 0 0 0 0;
  }

  #id_content {
    overflow: auto;
    padding: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #id_content {
    padding: 0;
  }
}

/*回頂端 go top自訂
------------------------------------------------------------*/
.go-top {
  position: fixed;
  right: 0px;
  /* bottom:60px; 隱藏文字客服調整位置*/
  bottom: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 999;
}

.go-top a,
.go-top a:focus {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../../images/svg/gotop.svg) no-repeat 0 0;
}

/*線上客服 agent自訂
------------------------------------------------------------*/
.topDiv * {
  z-index: 999;
}

.agent {
  position: fixed;
  right: 0px;
  bottom: 60px;
  padding: 0;
}

.agent.left {
  left: 0px;
  bottom: 20px;
}

.agent a,
.agent a:focus {
  width: 100px;
  height: 100px;
  display: block;
  text-indent: -99999px;
  background-size: 100px 100px;
  background: url() no-repeat 0 0;
}

@media (max-width: 768px) {

  .go-top a,
  .go-top a:focus,
  .agent a,
  .agent a:focus {
    background-size: 100%;
    opacity: 0.85;
    /*filter:alpha(opacity=85);*/
  }
}

/* search Autocomplete
----------------------------------*/
.ui-corner-all {
  border-radius: 0;
}

.ui-widget-content {
  color: #333;
  background-color: #fff;
}

.ui-widget {
  font-size: 1.05em;
  line-height: 30px;
}

.ui-menu {
  border-top: 3px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  font-size: 1.05em;
  line-height: 30px;
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0 2px;
}

.ui-menu .ui-menu-item:before {
  content: "";
  /*--You can add font icon code here--*/
  font-size: .9em !important;
  font-weight: 400;
  color: #333;
  padding: 0 5px 0 5px;
}

.ui-menu .ui-menu-item a {
  color: #333;
  text-decoration: none;
}

.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:focus {
  display: block;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  background-color: #ddd;
  background-image: none;
  border: 1px solid #eee;
  padding: 0;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus {
  border: 1px solid #eee;
  background-image: none;
  background-color: #ddd;
  font-weight: bold;
  color: #999;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.nav-pills>li>a.large {
  width: 35vw;
  font-size: 1.3em;
  border: #ddd 2px solid;
  font-weight: bolder;
}

.text-gray {
  color: #333 !important
}

/*內頁：左方電話資訊-次長要求規格
------------------------------------------------------------*/
.box-linkinfo {
  background-color: #c5e6ed;
  display: block;
  margin: 0 0 30px 0;
  padding: 20px 20px 2px 20px;
}

.box-linkinfo ol {
  margin: 0 0 20px 0;
  padding: 0;
}

.box-linkinfo ol li {
  font-size: 1.1em;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #333;
  list-style: none none;
  margin: 0;
  padding: 0 0 0 20px;
}

/* .box-linkinfo ol li:first-child {
  background: url(../../images/svg/phone-solid.svg) no-repeat left center;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 700;
} */

.cur-pointer {
  cursor: pointer;
}