﻿@charset "utf-8";
/* CSS Document */



.main-view {
  min-height: 100%;
  position: relative;
  top: 30px;
}

.main-view-inner {
  padding: 20px;
}

.main-view-inner img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  max-height: 400px;
  margin: 0 auto;
  text-align: center;
  width: 1140px;
}

.about-point {
  background: #fff;
  border: none;
  position: relative;
  margin: 20px 0;
}

.about-point p {
  color: #777;
  display: block;
  font-size: 15px;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin: 5px 0;
  /* padding: 0px 15px; */
}

.about-point .col-md-3 {
  padding: 0;
}

.point-box {
  padding: 10px;
}

/*考試特色*/
.left-div img {
  width: 100%;
  /* height: 420px; */
}

.right-div .item {
  background-image: url("/styles/images/point-bg.png");
  height: 187px;
  width: 80px;
  opacity: .45;
}

/*考試類別 分頁碼*/
.nav-box .pagination {
  display: inline-block;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav-box .pagination > li > a {
  background-color: #fff;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: rgb(119, 119, 119);
  top: 8px;
  padding: 3px 6px;
  margin-left: 5px;
  position: relative;
}

.nav-box .pagination > li > span {
  background: none;
  border: none;
  color: #fff;
  font-style: inherit;
  padding: 3px 10px;
  position: relative;
  top: 6px;
  text-decoration: none;
}

.detail {
  padding: 5px 10px;
}

.detail a,
.detail i {
  color: #777777;
}

/*麵包屑*/
.detail .breadcrumb {
  background: none;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: none;
  /*cover bootstrap*/
}

#content {
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.btn-group {

  margin: 8% auto;

  /* padding: 15px; */

  text-align: center;

  display: table;
}

.btn-group .button {
  display: inline-block;
  min-width: 250px;
}

a.thumbnail,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border: none;
}

/*放大效果*/
.zoom-in:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.zoom-in {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.h2-info {
  color: #48b6ff !important;
}

.h2-success {
  color: #5cb85c !important;
}

.h2-primary {
  color: #428bca !important;
}

.h2-danger {
  color: #d9534f !important;
}

.fadeInUp .animated {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.layout {
  background: rgba(255, 255, 255, 0.8);
}

.page-header,
.page-header h2 {
  font-weight: 600;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 1.5px;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.tab-content .panel-heading {
  padding: 10px 15px !important;
  border-bottom: 1px solid transparent;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}



.tab-content h3 {
  margin: 30px 0 20px;
}

.page-header p {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0;
}

.frontPageSection {
  position: relative;
  margin-top: 30px;
}
@media only screen and ( min-width:1680px) {
  /*區塊*/
  .frontPageSection {
    margin: 30px auto;
    /*min-height: 300px;*/
  }

  .tab-content {
    padding: 30px;
  }

}
@media only screen and ( min-width:1279px) and (max-width :1679px) {
  .frontPageSection {
    margin: 0;
  }

  .tab-content {
    padding: 30px;
  }

  .tab-pane {
    padding: 30px;
    margin: 0 auto;
  }
}
@media only screen and ( min-width:960px) and (max-width :1278px) {
  .frontPageSection {
    margin: 0;
  }

  .tab-content {
    padding: 30px;
  }

  .tab-pane {
    padding: 30px;
    margin: 0 auto;
  }
}
@media only screen and ( min-width:481px) and (max-width :959px) {
  .frontPageSection {
    margin: 0;
  }

  .tab-content {
    padding: 30px;
  }

  .tab-pane {
    padding: 30px;
    margin: 0 auto;
  }
}
@media only screen and ( min-width:321px) and (max-width :480px) {
  .frontPageSection {
    margin: 0;
  }

  .page-header,
  .page-header h2 {
    font-size: 1.5em;
  }

  .image img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .tab-content {
    padding: 2%;
  }

  .tab-pane {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and ( max-width:320px) {
  .frontPageSection {
    margin: 0;
  }

  .page-header,
  .page-header h2 {
    font-size: 1.5em;
  }

  .image img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .tab-content {
    padding: 0;
  }

  .tab-pane {
    width: 100%;
    margin: 0 auto;
  }

}
@media only screen and ( min-width:768px) {

  .title-box{
padding: 10px;

  }

  .title-box h1 {
    font-size: 3em;
    line-height: 30px;
    padding: 5px 20px;
    text-shadow: black 0 0 0.1em;
  }

  .title-box p{
    font-size: 16px;
color: #fff;
  padding: 0 2%;
  text-shadow: black 0 0 0.1em;

}

  .overlay {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    position: absolute;
    bottom: 50px;
    min-height: 100px;
    width: 100%;
    text-align: left;
  }

  .background-image {
    position: fixed;
    background-image: url("/styles/images/main-view-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    min-height: 800px;

  }
  .main-view-inner img {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    max-height: 400px;
    margin: 0 auto;
    text-align: center;
    width: 1140px;
}

}
@media (max-width: 768px) {
  .title-box h1 {
    font-size: 3.2em;
    text-shadow: black 0 0 0.1em;
  }

  .title-box p{
    font-size: 1em;
    color: #fff;
    text-shadow: black 0 0 0.1em;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    position: absolute;
    bottom: 50px;
    min-height: 120px;
    width: 100%;
    text-align: left;
  }

  .background-image {
    position: fixed;
    background-image: url("/styles/images/main-view-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    width: 100%;
  }

  .main-view-inner img {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
     margin: 0 auto;
    text-align: center;
    height: 280px;
    width: 100%;
}

}

.tab-content {
  background-color: #fff;

}



.map a {
  font-size: 12px;
  color: #fff;
}

.map h3 {
  font-size: 1.2em;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 2;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px #FFF;
}

.map h5 {
  font-size: 1.2em;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 2;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px rgb(255 255 255 / .3) dashed;
}

.map p {
  font-size: 16px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
}

.map ul {
  font-size: 12px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  list-style: disc;
}
