body {
  color: #595959;
  font-size: 16px;
  font-family: '微軟正黑體', Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', '新細明體', MingLiU, 'sans-serif';
}
h4 {
  color: #19a9b1;
  font-weight: bold;
}
a {
  color: #595959;
  text-decoration: none;
}
a:hover {
  color: #ffa52c;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link { 
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0px;
}
.title01 {
  color: #0424A3;
}
.title02 {
  color: #FF9200;
}
.navbar-nav > li {
    padding: 11px 0px 4px 0px;
    text-align: center;
  }
  .navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
  }
.ans {
  font-weight: bold;
  color: #FF9200;
}

.copyright {
  font-size: 12px;
  padding: 5px 10px 0px 10px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 420px){
 .copyright {
  padding-bottom: 70px;
 }
}

/* Reset the container */
.container {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
.fullP {
  width: 100%;
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.title-link {
  padding-left: 20px;
}

.footer {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #b4e1de;
  color: #595959;
  font-size: 18px;
}
.footer_info {
  line-height: 210%;
  letter-spacing: 0.3px;
}
.footer_info > a:hover {
  color: #19a9b1;
}
.footer_title {
  font-weight: bold;
  color: #595959;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 190%;
  border-bottom: 4px solid #19a9b1 ;
}
.social-link > li {
  float: left;
  width: 55px;
  height: 55px;
  border: 1px solid #19a9b1;
  border-radius: 55px;
  text-align: center;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
}
.social-link > li > a > img {
  padding-top: 7px;
}

.social-link > li > a:hover {
  background-color: #90ceca;
  width: 53px;
  height: 53px;
  border-radius: 53px;
  display: inline-block;
}

/*page*/
.page-banner01 {
  background-image: url('../img/banner.jpg');
  height: 350px;
  background-position: left;
}
.emr {
  background-image: url('../img/emr.png');
  background-repeat: no-repeat;
  position: absolute;
  text-align: center;
  top: 16%;
  left: 58%;
  width: 350px;
  height: 145px;
  z-index: 10000;
}
.page_title{
  position: absolute;
  top: 160px;
  left: 20%;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.page-bg {
  position: relative;
  top: 0px;
  width: 100%;
  margin-bottom: 40px;
}
.container-box {
  position: relative;
  top: 10px;
  margin-bottom: 60px;
  width: 100%;
  padding: 0px 70px;
}

.option {
  margin-bottom: 15px;
  width: 100%;
}
.title {
  margin: 10px 0px 30px 0px;
  padding-left: 10px;
  padding-bottom: 9px;
  font-size: 28px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.post-title {
  text-align: center;
}
.post-name {
  text-align: right;
}
.title:after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background:  #17aab1;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
}
.content-box {
  font-size: 16px;
  line-height: 190%;
  margin-bottom: 50px;
}
.accordion-heading {
  margin: 10px 0px;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(left,#F17D73,#F17D73);
  background: -o-linear-gradient(right,#F17D73,#F17D73);
  background: -moz-linear-gradient(right,#F17D73,#F17D73);
  background: linear-gradient(to right,#F17D73,#F17D73);
}
.accordion-heading a {
  margin-left: 20px;
  padding-left: 30px;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  line-height: 180%;
  background: url(../img/q.png) left 14px no-repeat; 
}
.accordion-inner p {
  display: inline-block;
  padding-left: 35px;
  margin-right: 40px;
//  background: url(../img/a.png) left 5px no-repeat;
}
.accordion-heading .accordion-toggle {
  display: block;
}

.accordion-heading2 {
  margin: 10px 0px;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  height: auto;
  font-weight: bold;
  background: -webkit-linear-gradient(left,#6CA4A7,#6CA4A7);
  background: -o-linear-gradient(right,#6CA4A7,#6CA4A7);
  background: -moz-linear-gradient(right,#6CA4A7,#6CA4A7);
  background: linear-gradient(to right,#6CA4A7,#6CA4A7);
}
.accordion-heading2 a {
  margin-left: 20px;
  padding-left: 35px;
  padding-top: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 180%;
  background: url(../img/q2.png) left 8px no-repeat; 
}
.accordion-inner2{
  background-color: #F5F5F5;
  border: 1px dotted #BCBCBC;
}
.accordion-inner2 p {
  display: inline-block;
  padding-left: 35px;
  font-size: 18px;
  margin: 5px 20px;
  background: url(../img/a2.png) left 5px no-repeat;
}
.accordion-heading2 .accordion-toggle {
  display: block;
}


@media (max-width: 1200px) {
  .main-container {
  top: 110px;
  }
}


@media (max-width: 940px) {
  .container-box {
    margin-bottom: 50px;
    padding: 0px 20px;
  }
  .emr {
  left: 25%;
  }
}

@media (max-width: 520px) {
  .emr {
  left: 5%;
  }
}

#goTop {
position: fixed;
bottom: 35px;
right: 30px;
width: 40px;
height: 40px;
z-index: 1000;
display: block;
cursor: pointer;
opacity: 0.4;
transition: all .5s; /* 動畫效果 持續期間 */
-webkit-transition: all .5s;
-moz-transition: all .5s;
}
#goTop:hover { 
opacity: 1; 
}

@media (max-width: 480px) {
  .carousel-inner{
    top: 5px;
  }
  .header-top_list {
    display: none;
  }
  .main-container {
  top: 105px;
  margin-bottom: 100px;
  }
  .page-bg {
    top: 95px;
  }
  .container-box {
    margin-bottom: 50px;
    padding: 0px;
  }
  #goTop {
  position: fixed;
  bottom: 85px;
  right: 15px;
  }
  .page_title{
  left: 34%;
  }
}
