@charset "utf-8";
/* CSS Document */

.bg02 {	
    color: #333;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #d2d1d1;
}
.bg02 h2,
.bg02 h3,
.bg02 h4,
.bg02 h5,
.bg02 p {
}
.bg02.well2 {
  padding-bottom: 30px;
}
.bg02.well4 {
  padding-top: 15px;
}
.bg02 p + .btn {
  margin-top: 0;
}

.service_title {
	font-family: Arial,"微軟正黑體";
    font-size: 24px;
    color: #FFF;
    
}


/*==================      Box      ======================*/
.boxIndex {
	margin-bottom: 30px;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url(../images/boxIndexTopBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box {
  margin-bottom: 30px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box h3 {
  margin-bottom: 3px;
}
.box img {
	margin-top: 8px;
	overflow: hidden;
	margin-bottom: 5px;
}
.box p {
}
.box p + .btn {
}
.box p + .text-list {
  margin-top: -10px;
}
.box .date {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box .thumb {
  margin-top: 8px;
  margin-bottom: 20px;
}
.box .thumb img {
  margin: 0;
}
.box2 {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.box2 .num {
  font-size: 55px;
  line-height: 68px;
  font-weight: 800;
  margin-bottom: 15px;
}
.box2 .description {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
.box2 .fa {
  color: #b9da37;
  font-size: 66px;
  line-height: 110px;
}
.box3 {
  margin-bottom: 15px;
}
.box3:before,
.box3:after {
  content: " ";
  display: table;
}
.box3:after {
  clear: both;
}
.box3_aside {
  float: left;
  margin-right: 30px;
}
@media (max-width: 479px) {
  .box3_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.box3_aside a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	width: 150px;
	height: 100px;
}
.box3_aside a.fa {
  font-size: 40px;
  font-weight: normal;
}
.box3_aside a:before {
  display: inline-block;
}
.box3_aside a:hover {
  background: #e2e0e0;
  color: #333333;
}
.box3_cnt__no-flow {
	overflow: hidden;
	padding-top: 10px;
	line-height: 24px;
}
.box3 h5 {
  margin-top: 5px;
}
.bar-list {
  margin-top: 55px;
}
.bar-box {
  margin-bottom: 20px;
  margin-top: 18px;
}
.bar-box:before,
.bar-box:after {
  content: " ";
  display: table;
}
.bar-box:after {
  clear: both;
}
.bar-box .bar {
  width: 80%;
  height: 23px;
  margin-top: 5px;
  float: left;
  background: #484848;
}
.bar-box .bar div {
  background: #b9da37;
  height: 100%;
}
.bar-box .bar .bar-value1 {
  width: 50%;
}
.bar-box .bar .bar-value2 {
  width: 37%;
}
.bar-box .bar .bar-value3 {
  width: 80%;
}
.bar-box .bar-percent {
  font-size: 35px;
  line-height: 23px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 979px) {
  .bar-box .bar-percent {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .bar-box .bar-percent {
    font-size: 20px;
  }
}