@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  overflow-x: auto;
  overflow-y: scroll;
  font-family: 'Noto Sans TC', sans-serif;
}
*{
  margin: 0;
  padding: 0;
}
a {
  background: transparent;
  outline: 0 !important;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
ul {
  list-style-type: none;
}
img {
  line-height: 1;
  vertical-align: middle;
}
a img {
  border: none;
}
li, input, textarea {
  text-align: left;
  vertical-align: top;
}
input, textarea, button {
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  cursor: pointer;
}
button {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 300;
  /* sp */
}
body {
  color: #222222;
  font-size: 1.4rem;
  line-height: 1;
  /* sp */
  /* pc */
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
h1, h2 {
  line-height: 1.4;
  font-size: 100%;
}
p,
li,
input,
textarea,
figcaption {
  line-height: 1.4;
}
input, textarea, button {
  font-size: 100%;
  outline: none;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
.l-main a:hover {
  color: #b7193f;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
/* --------------------------------
l-document 上方MENU
----------------------------------- */
.l-document {
  overflow: hidden;
  /* sp */
  /* pc */
}
@media (min-width: 992px) {
  .l-document {
    padding-top: 90px;
    transition: all 0.5s;
  }
}
.l-main p {
  margin-bottom: 1.9em;
  line-height: 1.9;
}
ins{
  color: cornflowerblue;
  display: -webkit-box;
  text-align: -webkit-center;
}
.time{
  color: cornflowerblue;
  display: -webkit-box;
  text-align: -webkit-center;
  margin-top: 1em;
}
#btnc a{
  display: inline-block;
  border-radius: 4px; 
  transition: all 0.5s;
  width: 33%;
  font-size: .707em;
  letter-spacing: .1em;
  padding: 0.832em 1.414em 0.707em;
}
@media (min-width: 845px) and (max-width: 1380px){
  #btnc a{ width: 49.7%;}
}
@media (max-width: 844px){#btnc a{ width: 100%;}}
.p-top_faculties_header p {
  margin: 20px;
  text-align: justify;
  font-weight: 500;
}
#breadcrumbs{
  margin: 20px;
  font-size: 1.4rem;
}
#breadcrumbs>a{
  color: #00BCD4;
}
@media (max-width: 991px) {
  .l-main {
    min-height: calc(100vh - 490px);
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .l-main {
    min-height: calc(100vh - 429px);
  }
}
/* --------------------------------
l-contents
----------------------------------- */
.l-contents {
  margin-top: 30px;
  text-align: center;
  /* pc */
}
@media (min-width: 992px) {
  .l-contents-thin {
    margin: 0;
  }
  .l-contents-thin:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* --------------------------------
.l-header
----------------------------------- */
@media (max-width: 991px) {
  .l-header {
    background: #000000;
    color: #ffffff;
    font-size: 1.3rem;
  }
  .l-header a {
    display: block;
    color: #ffffff;
  }
  .l-header_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #6c7585;
    z-index: 2000;
  }
  .l-header_logo > a {
    display: block;
    height: 50px;
    padding-top: 11px;
    padding-left: 5px;
  }
  .l-header_logo > a > img {
    width: 142px;
    height: 20.5px;
    margin-left: 5px;
    vertical-align: 4px;
  }
  .l-header_gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    background: #ff5c62;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2100;
    transition: all 0.5s;
  }
  .l-header_gnav_list {
    padding: 15px 0;
    overflow: hidden;
  }
  .l-header_gnav_list a {
    display: block;
    color: #ffffff;
  }
  .l-header_gnav_list > li > p > a {
    padding: 15px;
  }
  .l-header_gnav_special {
    display: table;
    width: 100%;
    margin: 15px 0;
  }
  .l-header_gnav_special > li {
    display: table-cell;
    width: 50%;
  }
  .l-header_gnav_special > li > a {
    display: block;
    position: relative;
    padding: 20px 0 20px;
    background: #ffc107;
    text-align: center;
    font-weight: bold;
  }
  .l-header_gnav_special > li:first-child > a {
    background: #ffffff;
    color: #ffc107;
  }
  .l-header_toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 1000;
    transition: all 0.1875s linear;
  }
  .l-header_toggle > button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fd888c;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .l-header_toggle > button:before, .l-header_toggle > button:after, .l-header_toggle > button > i:before {
    content: '';
    position: absolute;
    left: 15px;
    width: 20px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
  }
  .l-header_toggle > button:before {
    top: 19px;
  }
  .l-header_toggle > button:after {
    top: 31px;
  }
  .l-header_toggle > button > i:before {
    top: 25px;
  }
  .l-header_snav {
    position: fixed;
    top: 0;
    right: 6px;
    z-index: 2000;
  }
  .l-header_snav_list {
    display: table;
  }
  .l-header_snav_list_item {
    display: table-cell;
    padding-right: 9px;
  }
  .l-header_snav_list_item > a {
    display: block;
    position: relative;
    width: 28px;
    height: 50px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
  }
  .l-header_snav_list_item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.3s;
  }
  .l-header_snav_list_item > a > i {
    display: block;
    height: 25px;
    font-size: 2.5rem;
    line-height: 30px;
  }
  .l-header_snav_list_item > a > span {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 50%;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
}
@media (min-width: 992px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #6c7585;
    z-index: 1000;
    transition: all 0.5s;
  }
  .l-header_logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header_logo > a {
    display: block;
    height: 90px;
    line-height: 90px;
    transition: all 0.5s;
  }
  .l-header_logo > a > img {
    position: absolute;
    top: 50%;
    width: 231px;
    max-width: inherit;
    height: 16px;
    left: 85px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.5s;
  }
  .l-header_gnav {
    position: absolute;
    top: 0;
    left: 315px;
    right: 210px;
    transition: all 0.5s;
  }
  .l-header_gnav_list {
    display: table;
    max-width: 740px;
    margin: 0 auto;
  }
  .l-header_gnav_list_item {
    display: table-cell;
    padding: 0 20px;
    transition: all 0.5s;
  }
  .l-header_gnav_list_item > p > a {
    display: block;
    position: relative;
    height: 90px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 90px;
    white-space: nowrap;
    transition: all 0.5s;
  }
  .l-header_gnav_list_item > p > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.3s;
  }
  .l-header_gnav_list_item > p > a:hover:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .l-header_gnav_special {
    display: none;
  }
  .l-header_toggle {
    display: none;
  }
  .l-header_snav {
    position: absolute;
    top: 0;
    right: 82px;
    transition: all 0.5s;
  }
  .l-header_snav_list {
    display: table;
  }
  .l-header_snav_list_item {
    display: table-cell;
  }
  .l-header_snav_list_item > a {
    display: block;
    position: relative;
    width: 74px;
    height: 90px;
    padding-top: 12px;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
  }
  .l-header_snav_list_item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.3s;
  }
  .l-header_snav_list_item > a:hover:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .l-header_snav_list_item > a > i {
    display: block;
    height: 47px;
    font-size: 4.5rem;
    line-height: 47px;
    transition: all 0.5s;
  }
  .l-header_snav_list_item > a > span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: all 0.5s;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .l-header_logo > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-header_logo > a > img {
    width: 226px;
    height: 16px;
    left: 82px;
  }
  .l-header_gnav {
    left: 305px;
    right: 195px;
  }
  .l-header_snav {
    right: 75px;
  }
  .l-header_snav_list_item > a {
    width: 69px;
  }
  .l-header_snav_list_item > a > i {
    font-size: 4.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .l-header_logo > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .l-header_logo > a > img {
    width: 221px;
    height: 16px;
    left: 79px;
  }
  .l-header_gnav {
    left: 295px;
    right: 180px;
  }
  .l-header_gnav_list_item {
    padding: 0 16px;
  }
  .l-header_snav {
    right: 68px;
  }
.l-header_snav_list_item > a {
  width: 64px;
  }
.l-header_snav_list_item > a > i {
  font-size: 4.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .l-header_logo > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .l-header_logo > a > img {
    width: 216px;
    height: 16px;
    left: 76px;
  }
  .l-header_gnav {
    left: 285px;
    right: 165px;
  }
  .l-header_gnav_list_item {
    padding: 0 14px;
  }
  .l-header_snav {
    right: 61px;
  }
  .l-header_snav_list_item > a {
    width: 59px;
  }
  .l-header_snav_list_item > a > i {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .l-header_logo > a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .l-header_logo > a > img {
    width: 211px;
    height: 15px;
    left: 73px;
  }
  .l-header_gnav {
    left: 275px;
    right: 155px;
  }
  .l-header_gnav_list_item {
    padding: 0 12px;
  }
  .l-header_snav {
    right: 54px;
  }
  .l-header_snav_list_item > a {
    width: 54px;
  }
  .l-header_snav_list_item > a > i {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .l-header_logo > a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .l-header_logo > a > img {
    width: 206px;
    height: 15px;
    left: 70px;
  }
  .l-header_gnav {
    left: 265px;
    right: 140px;
  }
  .l-header_gnav_list_item {
    padding: 0 10px;
  }
  .l-header_snav {
    right: 47px;
  }
  .l-header_snav_list_item > a {
    width: 49px;
  }
  .l-header_snav_list_item > a > i {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  .l-header_gnav_list_item {
    padding: 0 8px;
  }
}
/* --------------------------------
l-footer
----------------------------------- */
.l-footer {
  background: #444444;
  color: #ffffff;
}
.l-footer a {
  color: #ffffff;
}
.l-footer_gnav_sub>ul{
  width: 100%;
  display: table;
}
.l-footer_gnav_sub> ul > li{
  width: 25%;
  float: left;
  padding: 5px 0;
}
.address1 li:nth-child(1){background-color: #dc143c;}
.address1 li:nth-child(2){background-color: #008b8b;}
.address1{width: 100%;display: table;}
.address1 li,.address2 li{width:100%;font-size: 1rem;padding: 3px 0;border: 1px solid #9e9e9e;}
.information {
  background: #9E9E9E;
  margin-top: 15px;
  border-radius: 10px;
}
.information ul>li {
  width: 32%;
  display: table-cell;
  text-align: center;
}
@media (max-width: 916px){
  .address1 li{width: 100%;float:none;padding: 0.4rem;}
}
.address2 li{width: 100%;border:none;}
.address2 li:nth-child(1){background-color: darkslateblue;}
.l-footer_copy {
  padding: 7px 0;
  background: #3a3a3a;
  font-size: 1rem;
  text-align: center;
}
.l-footer_gnav_sub > ul > li > a{
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .l-footer_inner {
    padding: 1px 6.25% 20px;
  }
}
@media (max-width: 991px) {
  .l-footer_gnav_main > ul > li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  .l-footer_gnav_main > ul > li {
    width: 33.333%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .l-footer_gnav_main > ul > li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .l-footer_gnav_main > ul > li > a {
    display: block;
    padding: 8px 0;
    font-size: 1rem;
    text-align: center;
  }
  .l-footer_gnav_icon > ul {
    display: table;
    width: 100%;
  }
  .l-footer_gnav_icon > ul > li {
    display: table-cell;
  }
  .l-footer_gnav_icon > ul > li > a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .l-footer {
    position: relative;
    overflow: hidden;
  }
  .l-footer_inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .l-footer_gnav_main > ul > li {
    width: 20%;
    float: left;
  }
  .l-footer_gnav_main > ul > li > a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.3rem;
  }
}
.l-footer_gnav_icon {
    padding: 15px 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
  }
@media (min-width: 992px) {
  .l-footer_gnav_icon > ul {
    display: table;
    width: 100%;
  }
  .l-footer_gnav_icon > ul > li {
    display: table-cell;
  }
  .l-footer_gnav_icon > ul > li > a {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .l-footer_copy {
    padding: 19px 0;
    background: #3a3a3a;
    font-size: 1.2rem;
  }
}
.l-pagenav {
  position: fixed;
  bottom: 0;
  left: 50px;
  right: 0;
  height: 50px;
  background: #ffffff;
  overflow: hidden;
  z-index: 1000;
}
.l-pagenav_wrap {
  width: 100%;
  height: 70px;
}
.l-pagenav_list {
  display: inline-table;
  width: 100%;
}
.l-pagenav_list_item {
  width: 50%;
  display: table-cell;
}
.l-pagenav_list_item > a {
  padding: 15px 0;
  display: block;
  font-weight: bold;
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
  color: white;
  border-left: #ffffff 2px solid;
  height: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .l-pagenav {
    display: none;
  }
}
/* --------------------------------
頁面內容(新增)
----------------------------------- */
/* part1 */
.part1{padding: 0 6.25%;}
.part1 h1{text-align: center;color: #587eaf;font-size: 20px;}
.part1 p,.part3 p{text-align: center;line-height: 40px;color: #6c7585;font-weight: 500;}
/* part2 */
.part2,.part6,.part8 {background-color: #F5F7F7;text-align: center;padding: 3%;}
.part2 img{width: 593px;padding: 35px;}
.imgUl {
  display: flex;
  flex-wrap: wrap;
}
.imgUl span{padding: 0 0 5px 5px;
  background: linear-gradient(transparent 0, transparent 40%,#cae7f7 40%);
  font-weight: bold;}
.imgUl li {
  margin-right: 5.6%;
  padding: 0 20px 40px;
  width: 23%;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
  margin: 0 auto;
}
.imgUl img{
  margin: -124px auto -9px;
  max-width: 90%;
}
/* part3 */
.part3_text{
  padding: 35px 20px;
  text-align: center;
  position: relative;
  background: url(../img/bodyguard/bg03.jpg) no-repeat center center / cover;
}
.part3_text img{width: 1037px;}

/* part4 */
.part4 h2,.part6 h3{font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #dba922;}

  .inner {
    display: inline-block;
    position: relative;
    padding: 30px 80px;
    width: 60%;
    font-size: 20px;
    color: #9f9680;
}
  .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 60px;
    border-top: 7px solid #f7b500;
    border-left: 7px solid #f7b500;
}
.inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 60px;
  border-bottom: 7px solid #f7b500;
  border-right: 7px solid #f7b500;
}
.pre{display: inline-flex;}
.pre li{margin-right: 5.6%;
  width: 16%;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff0c9;
  box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
  margin: 0 auto;}
.pre span{font-size: 30px;font-weight: bold;color: #a78c45;}
.pre p{text-align: center;color: #817454;}
/* part5 */
.part5{width: 100%;padding: 5%;}
.part5 h3{font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #3c6fa0;}
.part5_con{display:inline-flex;}
.part5 img{width: 80%;padding: 10%;}
.part5_left{
  width: 50%;
  padding: 5%;
  margin: 0 auto;
}
.part5_left span{color: #6a8aa9;font-weight: bold;}
.part5 p{color: #6c7585;}
/* part6 */
.part6 p{text-align: center;color: #9f9067;}
/* part7 */
.part7{padding: 273px 0 120px;
  background: url(../img/bodyguard/part7bg.png) repeat left top / 20px auto;}
.part7_con{    padding: 1px 20px 67px;
  border-radius: 20px;
  border: 2px solid #004298;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1120px;
}
.part7_con p{margin-bottom: 55px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  color: #4c688d;
}
.part7_con img{margin: -174px 0 35px;
  text-align: center;
  width: 581px;}
.part7_img img{margin: 0 0 45px 0;}
/* part8 */
table {
  border: 0;
  border-collapse: collapse;
  border-radius: 8px;
  width: 100%;
}
th {
  border: solid 1px #5ceffe;
  padding: 16px 8px;
}
td {
  border: solid 1px #b1c3e5;
  text-align: center;
  padding: 10px;
  color: #676e7a;
}
.pop {
  position: relative;
}
.no1{
  position: absolute;
  top: -10px;
  background: #ffbc00;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}
.t2 {
  background-color: #4f6997;
  border: 1px solid #f5f7f7;
  color: white;
}
.tbtit {
  font-weight: 600;
  color: #2e6a87;
}
.t3{background-color: #e6efff;}
.part8 h3{font-size: 26px;color: #4f6997;}
/* part9 */
.part9{text-align: center;padding: 3%;}
.part9 .t2{background-color: #916767;}
.part9 .tbtit{color: #603838;}
.tm{background-color: #e5ebe5;}
.tha{background-color: #f9e9e9;}
.tl{background-color: #ecf1fd;}
/* 手機板 */
@media (max-width: 991px){
  /* part2 */
  .imgUl {display: block;}
  .imgUl li{width: 80%;margin: 10%;}
  .imgUl img {margin:0;}
  /* part4 */
  .inner{width: 100%;}
  /* part5 */
  .part5_con {display: block;}
  .part5_left {width: 100%;}
  .part5 img {width: 100%;}
  }