/* templatemo 395 urbanic */
/* Urbanic Template http://www.templatemo.com/preview/templatemo_395_urbanic */

body, html {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
	color: #222222;
}


h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    color: #0b75be;
}

.templatemo_clear {
    clear: both;
}


.templatemo-top-bar {
    min-height: 40px;
    background-color: #eeeeee;
}

.templatemo-top-menu {
    min-height: 100px;
    background-color: #ffffff;
    z-index: 5000;
    width: 100%;
}

    .templatemo-top-menu .navbar-toggle {
        margin-top: 30px;
    }

    .templatemo-top-menu .navbar-brand {
        /*padding: 0;
    margin: 30px 0 0 0;*/
    }

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}

.nav > li > a {
    padding: 10px 20px;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: e9e9e9;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #b8e4e0;
    color: #333333;
}

.nav > li > a {
    color: #929292;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #9dd8d2;
    }

.navbar {
    margin-bottom: 0px;
}

.navbar-collapse {
    font-size: 14px;
}

/* LOGO */
.title-logo {
    display: block;
}

.title-logo_mobile {
    display: none;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    /*overflow-x: hidden;*/
    margin-bottom: 0;
    height: 500px;
}

    #templatemo-carousel .carousel-caption {
        z-index: 10;
    }

    #templatemo-carousel .item {
        height: 500px;
    }

    #templatemo-carousel .carousel-inner > .item > img {
        min-width: 100%;
        /*height: 500px;*/
        left: 0;
        top: 0;
    }

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 60px;
        padding-left: 50px;
        right: 20%;
        /*left: 612px;*/
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */


/*--------------------------------------設計規範樣式設定開始--------------------------------------*/

/*******************字級*******************/
@media (min-width: 768px) {
  /*前言標H3*/
  .intro_title{
    font-size: 29px;
	line-height: 35px;
  }
  /*內文*/
  p {
	font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;  
	font-size: 20px;
	line-height: 30px;
	 letter-spacing: 0px;
  }
  /*註*/
  .note {
	font-size: 18px;
	line-height: 25px;
  }
  /*H2標題*/
  h2{
	font-size: 45px;
	line-height: 45px;  
	font-weight: 600;
  }
  /*H3標題*/
  h3{
	font-size: 30px;
	line-height: 33px;  
	font-weight: 600;
  }
  /*H4標題*/
  h4{
	font-size: 23px;
	line-height: 30px; 
	font-weight: 600;
  }
}
@media (max-width: 767px) {
  .intro_title{
    font-size: 21px;
	line-height: 29px;
  }
  p {
	font-size: 18px;
	line-height: 25px;
  }
  .note {
	font-size: 16px;
	line-height: 23px;
  }
	
  h2{
	font-size: 25px;
	line-height: 35px;  
  }
  h3{
	font-size: 23px;
	line-height: 32px;  
  }
  h4{
	font-size: 20px;
	line-height: 28px;  
  }	
	

}

/*******************間距*******************/
@media (min-width: 768px) {
  .space60-40 {
    padding: 30px 0 30px 0;
  }
	.space54-34{
		padding: 27px 0 27px 0;
	}
	.space40-20 {
		padding: 20px 0 20px 0;
  }
	.space40 {
		padding: 20px 0 20px 0;
  }
	.space30-20{
		padding: 15px 0 15px 0;
	}
	.space30{
		padding: 15px 0 15px;
	}
	.space20{
		padding: 10px 0 10px;
	}
	.space10{
		padding: 5px 0 5px 0;
	}
	.space5{
		padding: 5px 0 0 0;
	}
}

@media (max-width: 767px) {
  .space60-40 {
    padding: 20px 0 20px 0;
  }
	.space54-34{
		padding: 17px 0 17px 0;
	}
	.space40-20 {
		padding: 10px 0 10px 0;
  }
	.space40 {
		padding: 20px 0 20px 0;
  }
	.space30-20{
		padding: 10px 0 10px 0;
	}
	.space30{
		padding: 15px 0 15px;
	}
	.space20{
		padding: 10px 0 10px;
	}
	.space10{
		padding: 5px 0 5px 0;
	}
	.space5{
		padding: 5px 0 0 0;
	}
}

/*******************表格*******************/
.ofh {
  overflow: hidden;
}

.ma_content2 {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-variant: normal;
    color: #222222;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/*表格內基本設定 */
.ma_content2 td {
  ord-break: break-all;
  word-wrap: break-word;
  border: 1px solid #d0d2d7;
  font-size: 19px;
  line-height: 1.5;
  padding: 15px;
}
/*表格各測驗表頭顏色  -  TOEIC  */
.table-toeic-bg {
  background: #6da6db; /* Old browsers */
  background: -moz-linear-gradient(left, #6da6db 0%, #24487f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6da6db 0%, #24487f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6da6db 0%, #24487f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6db', endColorstr='#24487f', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  bridge  */
.table-bridge-bg {
  background: #dfad27; /* Old browsers */
  background: -moz-linear-gradient(left, #dfad27 0%, #d35400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dfad27 0%, #d35400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dfad27 0%, #d35400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfad27', endColorstr='#d35400', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  bridgeLR  */
.table-bridgeLR-bg {
  background: #dfad27; /* Old browsers */
  background: -moz-linear-gradient(left, #dfad27 0%, #d47500 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dfad27 0%, #d47500 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dfad27 0%, #d47500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfad27', endColorstr='#d47500', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  bridgeSW  */
.table-bridgeSW-bg {
  background: #d47500; /* Old browsers */
  background: -moz-linear-gradient(left, #d47500 0%, #d35400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d47500 0%, #d35400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d47500 0%, #d35400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47500', endColorstr='#d35400', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  sw  */
.table-sw-bg {
  background: #ab83b9; /* Old browsers */
  background: -moz-linear-gradient(left, #ab83b9 0%, #694a87 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ab83b9 0%, #694a87 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ab83b9 0%, #694a87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab83b9', endColorstr='#694a87', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  sonly  */
.table-sonly-bg {
  background: #AB83B9; /* Old browsers */
}
/*表格各測驗表頭顏色  -  TOEFL ITP  */
.table-itp-bg {
  background: #ea9111; /* Old browsers */
  background: -moz-linear-gradient(left, #ea9111 0%, #c7a80c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ea9111 0%, #c7a80c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ea9111 0%, #c7a80c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea9111', endColorstr='#c7a80c', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  TOEFLjunior  */
.table-junior-bg {
  background: #853175; /* Old browsers */
  background: -moz-linear-gradient(left, #853175 1%, #003067 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #853175 1%, #003067 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #853175 1%, #003067 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#853175', endColorstr='#003067', GradientType=1); /* IE6-9 */
}
/*表格各測驗表頭顏色  -  TOEFLPrimary  */
.table-primary-bg {
  background: #00a9e0; /* Old browsers */
  background: -moz-linear-gradient(left, #00a9e0 0%, #280091 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a9e0 0%, #280091 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a9e0 0%, #280091 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e0', endColorstr='#280091', GradientType=1); /* IE6-9 */
}

/*******************按鈕*******************/
.btn{
	white-space: normal;
	font-weight: 400;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  background-repeat: repeat-x;
}
.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-color: #e0e0e0;
  background-position: 0 -15px;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #265a88;
  background-position: 0 -15px;
  border-color: #204d74;
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:focus, .btn-warning.focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c12e2a;
  border-color: #ac2925;
  background-position: 0 -60px;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #000000;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 16px;
  font-size: 24px;
font-weight: 600;
  line-height: 1.33;
  border-radius: 6px; 
 letter-spacing: -1px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/*--------------------------------------設計規範樣式設定結束--------------------------------------*/


/*-------------------------------------全網頁共用樣式設定開始-------------------------------------*/

/*h2樣式*/
.h2_title_deco{
	color: #222222;
	font-weight: 600;
}

/*斷行*/
.pcBr{
	display: inline;
}

.phone{
	display: none;
}

/*-------------------------------------全網頁共用樣式設定開始-------------------------------------*/


/*-----------------------------------------前言區塊開始-----------------------------------------*/

.intro_title_deco{
	color: #222222;
	
}

/*-----------------------------------------前言區塊結束-----------------------------------------*/


/*-----------------------------------------第一區塊開始-----------------------------------------*/

.templatemo-section01{
	background: url(../images/year107_bg1.png) top center repeat #f0f8f7;
	background-size: 100% auto;
    background-attachment: fixed;
}

.h3_title_deco {
    padding: 15px 20px;
    background: #added9;
    border-radius: 5px;
	font-weight: 600;
}

.plus_box{
	padding: 0px;
	background: #ffffff;
}

.plus_box_title{
	padding: 20px 15px 10px;
	color: #3b4e61;
	font-weight: 600;
}
.plus_box_text{
	padding: 0px 15px 20px;
}
/*-----------------------------------------第一區塊結束-----------------------------------------*/


/*-----------------------------------------第二區塊開始-----------------------------------------*/

.templatemo-section02{
	background: #ffffff;
    
}

/*-----------------------------------------第二區塊結束-----------------------------------------*/


/*-----------------------------------------第三區塊開始-----------------------------------------*/

.templatemo-section03{
	background: url(../images/info_bg1.png) top center repeat #fbffff;
    background-size: 100% auto;
    background-attachment: fixed;
}

.voiceBox {
    position: relative;
    padding: 30px 15px 20px;
    border: 3px solid #3b4e61;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(156, 169, 183, 0.5);
    -moz-box-shadow: 0px 4px 0px 0px rgba(156, 169, 183, 0.5);
    box-shadow: 0px 4px 0px 0px rgba(156, 169, 183, 0.5);
    background-color: #ffffff;
}
.voiceBox p {
	font-size: 18px;
	line-height: 28px;
}
.h4_title_deco {
    color: #0d9ec8;
	margin-top: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}

.voiceBox:before {
    content: "";
    display: block;
    position: absolute;
    width: 95px;
    height: 5px;
    background: #fff;
    left: 0;
    right: 0;
    top: -4px;
    margin: auto;
}

.voiceBox.such_box01:after, .voiceBox.such_box02:after, .voiceBox.such_box03:after, .voiceBox.such_box04:after {
    width: 62px;
    height: 55px;
}

.voiceBox.such_box01:after {
    background-image: url(../images/voicebox_icon01.png);
}

.voiceBox.such_box02:after {
    background-image: url(../images/voicebox_icon02.png);
}

.voiceBox.such_box03:after {
    background-image: url(../images/voicebox_icon03.png);
}

.voiceBox.such_box04:after {
    background-image: url(../images/voicebox_icon04.png);
}

.voiceBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    margin: auto;
    background-size: cover;
}
/*-----------------------------------------第二三區塊結束-----------------------------------------*/


/*-----------------------------------------Footer開始-----------------------------------------*/

.templatemo-footer {
    border-top: 1px solid #eeeeee;
    margin-top: 0px;
    background-color: #3b4e61;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_bottom_content {
    margin: auto;
    font-size: 14px;
    color: #ffffff;
}

/* Go top */
.gotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 8px 12px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    background-color: #000000;
    border-radius: 50% !important;
}

/*-----------------------------------------Footer結束-----------------------------------------*/


/*-------------------------------------Media Queries開始-------------------------------------*/

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
	
}

@media (max-width: 767px) {
    /* LOGO */
    .title-logo {
        display: none;
    }

    .title-logo_mobile {
        display: block;
    }
	
	/*斷行*/
	.pcBr{
		display: none;
	}
	
	.phone{
		display: block;
	}
	
	/*表格*/
  .ma_content2 {
    font-size: 16px;
    line-height: 25px;
  }
  .ma_content2 td {
    font-size: 17px !important;
    line-height: 26px !important;
    padding: 10px;
  }

	
}

@media (max-width: 414px) {
    .gotop {
        position: fixed;
        right: 15px;
        bottom: 25px;
        padding: 5px 10px;
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
        background-color: #000000;
        border-radius: 50%;
    }
	
   .intro_title{
    font-size: 21px;
	line-height: 30px;
	font-weight: 600;
  }
}



/* ---最小768  文字彈性置左置中開始--- */
@media (min-width: 768px) {
  /* 先置左 再置中 桌機---- */
  .left_center_computer {
    text-align: left;
  }
  /* 先置中 再置左 桌機----- */
  .center_left_computer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* 先置左 再置中 手機---- */
  .left_center_computer {
    text-align: center;
  }
  /* 先置中 再置左 手機---- */
  .center_left_computer {
    text-align: left;
  }
}
