@charset "utf-8";

.section-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #595757;
  font-size: 26px;
  /*font-weight: bold;*/
  padding: 10px;
  /*background: #f7f8f8;*/
  border-bottom: 1px solid #595757;
  max-width:80%;
  margin:0px auto 20px auto;
}
.section-title:after, .section-title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.section-title:after {
	border-color: rgba(247, 248, 248, 0);
	border-top-color: #f7f8f8;
	border-width: 20px;
	margin-left: -20px;
}
.section-title:before {
	border-color: rgba(89, 87, 87, 0);
	border-top-color: #595757;
	border-width: 21px;
	margin-left: -21px;
}
.section-title span {
  color: #333;
}
::selection {
  background: #7b5ea8;
  color: #fff;
}
::-moz-selection {
  background: #7b5ea8;
  color: #fff;
}
#k-magazine .section-title{
	color: #FFF; 
	border-bottom: 1px solid #FFF;
}
#k-magazine .section-title:after {
	border-color: rgba(92, 195, 218, 0);
	border-top-color: #5cc3da;
}
#k-magazine .section-title:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
}

/* SM */
@media (max-width: 768px) {

}


/* intro */
#intro {
  background: #87d3ca url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 70px;
}
#intro .overlay {
  margin: 0;
  padding: 0;
  position: relative;
}
#intro .main-text {
  margin: 18px auto 0px;
  padding: 0 2% 0 0;
  position: relative;
}
#intro .main-title {
  position: absolute;
  margin: -32% auto 0%;
  padding: 0;
  text-align: center;
  width: 100%;
}
#intro .main-title h1 {
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 62px;
  color: #ffffff;
}
#intro .main-title h1 span, #intro .main-title h2 span {
  color: #b2ffe8;
  font-weight: 300;
}
#intro .main-title h1 span, #intro .main-title h2 span.pink {
  color: #ffccdc;
}
#intro .main-title h1 span, #intro .main-title h2 span.yellow {
  color: #fffe94;
}
#intro .main-title h1 span, #intro .main-title h2 span.blue {
  color: #b2f7ff;
}
#intro .main-title h2 {
  color: #ffffff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 8px 22px;
  margin: 15% auto 0%;
  border-radius: 24px;
  text-align: center;
  display: block;
  background-color: rgba(92,187,178,0.75);
  border: 0px #fff dashed;
}
#intro .main-title img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#intro .main-title img.captain {
  display: block;
  margin: 0% auto 0%;
}
#intro .main-title .site_left {
  float: left;
  margin-top: -10%;
}
#intro .main-title .site_right {
  float: right;
}
#intro .main-title .sR1 {
  padding-top: -3%;
  padding-right: -5%;
}
#intro .main-title .sT1 {
  margin-top: 7%;
  right: 20%;
  position: absolute;
}

#intro .area-focus{
  margin: 0px;
  padding: 0px;
  position:absolute;
  top: 12%;
  right: 4%;
  width: 23%;
}
#intro .btn-focus{
  margin: 0px 0px 0px;
  padding: 0px;
}
#intro .btn-focus .face {
  position: relative;
  overflow: hidden;
  margin: 15% auto 0% auto;
  padding: 0px 0px;
  cursor: pointer;
  width: 230px;
  height: 230px;
  border-radius: 230px;
  border: #4c7292 4px solid;
  background-color: rgba(125, 220, 226, 0.75);
}
#intro .btn-focus .face img {
  border-radius: 230px;
}
#intro .btn-focus .face .overlay {
  position: absolute;
  top: 0%;
  width: 230px;
  height: 230px;
  margin: 53% auto 0 auto;
  padding: 0px;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
#intro .btn-focus .face .overlay span {
  background-color: rgba(88, 48, 126, 0.90);
  margin-right: 5%;
  padding: 5px 15px;
  border-radius: 23px;
}
#intro .btn-focus .face:hover {
  background-color: rgba(125, 220, 226, 0.90);
  border: #4c5387 7px solid;
  -webkit-transform: scale(1.1);  
  -moz-transform: scale(1.1);  
  -ms-transform: scale(1.1);   
  -o-transform: scale(1.1);   
  transform: scale(1.1);  
  -webkit-transition: all 130ms linear;
  -moz-transition: all 130ms linear;
  -o-transition: all 130ms linear;
  -ms-transition: all 130ms linear;
  transition: all 130ms linear;
}
#intro .btn-focus-168 .face {
  position: relative;
  overflow: hidden;
  margin: 15% auto 0% auto;
  padding: 0px 0px;
  cursor: pointer;
  width: 168px;
  height: 168px;
  border-radius: 168px;
  border: #5fbdc3 4px solid;
  background-color: rgba(130, 215, 212, 0.75);
}
#intro .btn-focus-168 .face img {
  border-radius: 168px;
}
#intro .btn-focus-168 .face .overlay {
  position: absolute;
  top: 0%;
  width: 168px;
  height: 168px;
  margin: 65% auto 0 auto;
  padding: 0px;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
#intro .btn-focus-168 .face .overlay span {
  background-color: rgba(88, 48, 126, 0.90);
  margin-right: 6.5%;
  padding: 2px 12px;
  border-radius: 20px;
}
#intro .btn-focus-168 .face:hover {
  background-color: rgba(130, 215, 212, 0.90);
  border: #5fbdc3 5px solid;
  -webkit-transform: scale(1.1);  
  -moz-transform: scale(1.1);  
  -ms-transform: scale(1.1);   
  -o-transform: scale(1.1);   
  transform: scale(1.1);  
  -webkit-transition: all 130ms linear;
  -moz-transition: all 130ms linear;
  -o-transition: all 130ms linear;
  -ms-transition: all 130ms linear;
  transition: all 130ms linear;
}

/* LG */
@media (max-width: 1200px) {
#intro .main-title {
  margin: -38% auto 0%;
}
#intro .area-focus{
  top: 12%;
  right: 0%;
  width: 25%;
}
#intro .main-title h2 {
  margin: 17% 22% 0%;
  position: absolute;
}

}
/* MD */
@media (max-width: 991px) {
#intro .main-title {
  position: relative;
  margin: -42% auto 0%;
  padding: 0;
  width: 100%;

}
#intro .main-title h2 {
  margin: 24% 16% 0%;
  position: absolute;
}
#intro .area-focus{
  top: 76%;
  right: 0%;
  margin: 0 30%;
  width: 40%;
}
#intro .btn-focus .face {
  width: 168px;
  height: 168px;
  border-radius: 168px;
}
#intro .btn-focus .face .overlay {
  margin: 65% auto 0 auto;
  font-size: 24px;
  line-height: 26px;
}
#intro .btn-focus .face .overlay span {
  margin-left: -25%;
  padding: 2px 12px;
  border-radius: 20px;
}
}




/* team */
#team {
  background: #36c9db url('../img/bg_pc03.jpg') center bottom repeat;
  /*background-size: cover;*/
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: #e1be00 solid 92px;
}
#team .footer-bgcolor {
  background: transparent url("../img/Control_bg_c.jpg") center bottom repeat-x;
}
#team .bar-main.incolor {
  background: #e1be00;
  height: 138px;
}
#team .container {
  background: transparent url('../img/slants/blue-3.png') center top no-repeat;
}
#team .container.incolor {
  background: transparent url('../img/slants/blue-4.png') center top no-repeat;
}
#team .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 42px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#team .section-title {
  color: #481786;
}
#team hr {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  border-color: #8075a8;
}
#team .container.incolor .section-title {
  color: #125284;
}
#team .container.incolor hr {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  border-color: #1495a5;
}
#team h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 42px;
  color: #003652;
  margin: 30px auto 0px;
  padding: 7px 20px;
  width:80%;
  background-color: rgba(118, 222, 232, 0.50);
  border-radius: 18px;
  border: #28afbe dashed 1px;
}
#team h2 span.red, #team h2 span.blue {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #27414b;
  margin: 5px;
  padding: 0px;
  background-color: #e9f4f5;
  border-radius: 16px;
  border: #cddcde solid 1px;
  display: inline-block;
}
#team h2 span.red {
  color: #d50001;
}
#team h2 span.blue {
  color: #184294;
}
#team h2.down {
  margin: 30px auto 20px;
  padding: 0px 8px;
  width: 190px;
  color: #373b55;
  background-color: #bfe1e5;
  border-radius: 18px;
  border: #28afbe dashed 1px;
}
#team .item-gallery {
  margin: 20px 0px 20px;
  padding: 0px;
  border-bottom: 1px dashed #2196a3;
}
#team .item-square {
  margin: 30px 0px 42px;
  padding: 0px
}
#team .item-square .face {
  position: relative;
  overflow: hidden;
  margin: 20% auto 0% auto;
  padding: 0px 0px;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#team .item-square .face img {
  border-radius: 100%;
  border: #1ca8b9 8px solid;
  background-color: #ffffff;
}
#team .item-square .face .overlay {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  margin: 70% auto 0 auto;
  padding: 12px 0px 8px;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background-color: rgba(28, 168, 185, 0.75);
  border: #1ca8b9 0px solid;
  border-radius: 0px 0px 100% 100%;
 
  z-index: 10;
}
#team .item-square .face .overlay span {
  margin: 0;
  padding: 0px 0px 6px;
  display: inline-block;
  font-size: 28px;
}
#team .item-square .face .overlay:hover {
  background-color: rgba(28, 168, 185, 0.85);
}
#team .item-square .face .overlay.red {
  background-color: rgba(204, 0, 1, 0.65);
}
#team .item-square .face .overlay.blue {
  background-color: rgba(24, 66, 148, 0.65);
}
#team .item-square .face .overlay.blue-g {
  background-color: rgba(28, 138, 148, 0.75);
}
#team .item-square .face .overlay.purple {
  background-color: rgba(88, 48, 126, 0.65);
}
#team .item-square .face .overlay.red:hover {
  background-color: rgba(204, 0, 1, 0.85);
}
#team .item-square .face .overlay.blue:hover {
  background-color: rgba(24, 66, 148, 0.85);
}
#team .item-square .face .overlay.blue-g:hover {
  background-color: rgba(28, 138, 148, 0.90);
}
#team .item-square .face .overlay.purple:hover {
  background-color: rgba(88, 48, 126, 0.85);
}

#team .item-square-168 {
  margin: 30px 0px 42px;
  padding: 0px
}
#team .item-square-168 .face {
  position: relative;
  overflow: hidden;
  margin: 15% auto 0% auto;
  padding: 0px 0px;
  cursor: pointer;
  background-color: transparent;
  width: 168px;
  height: 168px;
  border-radius: 168px;
}
#team .item-square-168 .face img {
  border-radius: 168px;
  border: #1ca8b9 8px solid;
  background-color: #ffffff;
}
#team .item-square-168 .face .overlay {
  position: absolute;
  top: 0%;
  width: 168px;
  height: 100%;
  margin: 55% auto 0 auto;
  padding: 10px 0px 8px;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  background-color: rgba(88, 48, 126, 0.65);
  border: #1ca8b9 0px solid;
  border-radius: 0px 0px 168px 168px;
 
  z-index: 10;
}
#team .item-square-168 .face .overlay span {
  margin: 0;
  padding: 0px 0px 4px;
  display: inline-block;
  font-size: 21px;
}
#team .item-square-168 .face .overlay:hover {
  background-color: rgba(88, 48, 126, 0.85);
}

@media (min-width: 992px) and (max-width: 1199px) {
#team .item-square .face .overlay {
  padding: 12px 0px 8px;
  font-size: 26px;
}
#team .item-square .face .overlay span {
  padding: 0px 0px 6px;
  font-size: 22px;
}
}
@media (min-width : 768px) and (max-width: 991px) {
#team .item-square .face {
  margin: 20% auto 0% auto;
  width: 298px;
  height: 298px;
}
#team .item-square .face .overlay {
  width: 298px;
  height: 298px;
  border-radius: 0px 0px 298px 298px;
}
}
@media (min-width: 319px) and (max-width: 767px) {
#team .item-square {
  margin-left: 5%;
}
#team .item-square .face {
  margin: 2% auto 0% auto;
  width: 298px;
  height: 298px;
}
#team .item-square .face .overlay {
  width: 298px;
  height: 298px;
  border-radius: 0px 0px 298px 298px;
}
}
/* team-portfolio  */
#team div#portfolio {
  background: transparent;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 30px;
  border-top: transparent solid 0px;
}
#team div#portfolio .container {
  background-color: transparent;
}
#team div#portfolio .cd-tab-filter a {
  color: #085b76;
}
#team div#portfolio .cd-tab-filter a:hover {
  color: #41307c;
  background-color: rgba(225, 225, 225, 0.25);
}
#team div#portfolio .cd-tab-filter a.selected {
    background: rgba(255, 255, 255, 0.25);
    color: #41307c;
    box-shadow: inset 0 -2px 0 #41307c;
	border: #41307c 2px solid;
}
#team div#portfolio .view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: 700;
   line-height: 17px;
   padding: 8px 6px;
   background: rgba(138, 198, 20, 0.75);
   margin: 0px 0 0 0;
   border-radius: 0px;
   border: none;
   width: auto;
}
@media (min-width: 320px) and (max-width: 479px) {
  #team div#portfolio .cd-gallery {
    padding: 30px 5% 13%;
  }
  #team div#portfolio .cd-gallery li {
    width: 64%;
	margin-left: 1.35%;
    margin-bottom: 0.5em;
  }
}	
@media (min-width: 480px) and (max-width: 767px) {
  #team div#portfolio .cd-gallery {
    padding: 30px 5% 13%;
  }
  #team div#portfolio .cd-gallery li {
    width: 40%;
	margin-left: 1.35%;
    margin-bottom: 0.5em;
  }
}	
@media only screen and (min-width: 768px) {
  #team div#portfolio .cd-gallery {
    padding: 30px 5% 13%;
  }
  #team div#portfolio .cd-gallery ul {
    text-align: justify;
  }
  #team div#portfolio .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #team div#portfolio .cd-gallery li {
    width: 30%;
	margin-left: 1.35%;
    margin-bottom: 0.5em;
  }
  .section-title {
    font-size: 32px;
    max-width: 60%;
  }
}
@media only screen and (min-width: 991px) {
  #team div#portfolio .cd-gallery {
    padding: 30px 3% 13%;
  }
  #team div#portfolio .cd-gallery ul {
    text-align: justify;
  }
  #team div#portfolio .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #team div#portfolio .cd-gallery li {
    width: 22%;
	margin-left: 1.35%;
    margin-bottom: 0.5em;
  }
  .section-title {
    font-size: 34px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1199px) {
  #team div#portfolio .cd-gallery {
    padding: 30px 0% 13%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  #team div#portfolio .cd-gallery li {
    width: 10%;
	margin-left: 1.35%;
  }
  #team div#portfolio .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
  .section-title {
    font-size: 36px;
    max-width: 40%;
  }
}



#manual {
  background: #bdc7d0 url('../img/bg_pc02.jpg') center bottom no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0px;
  border-top: #87d3ca solid 92px;
}
#manual .footer-bgcolor {
  background: transparent url("../img/Control_bg_a.jpg") center bottom repeat-x;
}
#manual .container {
  background: transparent url('../img/slants/blue-0.png') center top no-repeat;
}
#manual .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#manual hr {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
#manual h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #481786;
  margin: 30px auto 0px;
  padding: 7px 8px;
  width: 220px;
  background-color: #e1e4e6;
  border-radius: 18px;
  border: #bdc7cf dashed 1px;
}
#manual .icon-wrapper img {
  font-size: 36px;
  height: 62px;
  line-height: 58px;
  text-align: center;
  width: 62px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#manual .section-title span {
  color: #4f4f50;
  font-size: 26px;
}
#manual .showcase {
  margin: 80px auto 130px;
}
#manual .showcase-box img {
  position: relative;
  top: 28px;
  bottom: 0px;
}
#manual .content-left,
#manual .content-right {
  position: relative;
  top: 38px;
}
#manual .icon {
  float: right;
  width: 50px;
  height: 50px;
  border: 2px solid #0BAFA0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#manual .icon i {
  font-size: 28px;
  line-height: 48px;
  color: #0BAFA0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#manual .box-left:hover .icon,
#manual .box-right:hover .icon {
  background-color: #0BAFA0;
}
#manual .box-left:hover .icon i,
#manual .box-right:hover .icon i {
  color: #fff;
}
#manual .box-left .icon {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
#manual .content-left .box-left .content {
  padding-right: 62px;
}
#manual .content-left .box-left .content h4 {
  color: #481786;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 6px 0px;
  display: block;
}
#manual .content-left .box-left .content p {
  text-align: right;
  line-height: 23px;
  font-size: 15px;
}
#manual .content-left .box-left .content p span {
  font-weight: normal;
  color: #0BAFA0;
}
#manual .content-left .box-left:hover .icon {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
}
#manual .content-right .icon {
  float: left;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
}
#manual .content-right .box-right .content {
  text-align: left;
  padding-left: 62px;
}
#manual .content-right .box-right h4 {
  color: #481786;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 0px;
  display: block;
}
#manual .content-right .box-right p {
  line-height: 23px;
  font-size: 15px;
}
#manual .content-right .box-right p span {
  font-weight: normal;
  color: #0BAFA0;
}
#manual .content-right .box-right:hover .icon {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#manual .part-main {
  margin: 110px auto 100px;
  padding: 20px 0px 40px;
  border-top: 1px dashed #a4d9d7;
}
#manual .part-main h2 {
  margin-bottom: 50px;
}

#manual .part-box {
  position: relative;
  border: 0px solid #0BAFA0;
  width: 50%;
  float: right;
}
#manual .part-content {
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#manual .part-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
  background: #74c9c4;
  padding: 12px;
}
#manual .part-content img.img-rounded {
  text-align: center;
  border-radius: 200px;
  border: #74c9c4 1px solid;
  background: #74c9c4;
  padding: 2px;
}
#manual .part-content p {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 36px 14% 28px;
  height: 100%;
  border: 1px dashed rgba(11, 175, 160, 0.50);
  border-radius: 164px;
  background: rgba(226, 231, 236, 0.95);
}
#manual .part-content p.many {
  padding: 36px 10% 28px;
}
#manual .part-arrow_box {
	position: relative;
	background: rgba(11, 175, 160, 0.0);
	border-radius: 50%;
	width: 50%;
	float: left;
}
#manual .part-arrow_box:after, #manual .part-arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -3px;
}

#manual .part-arrow_box:after {
	border-color: rgba(116, 201, 196, 0);
	border-left-color: #74c9c4;
	border-width: 20px;
	margin-top: -20px;
}
#manual .part-arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 20px;
	margin-top: -20px;
}

#manual .part-content .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  height: 54px;
  left: -7px;
  padding: 3px;
  position: absolute;
  top: -30px;
  width: 54px;
}
#manual .part-content .icon-wrapper i {
  background: #ffffff;
  color: #0BAFA0;
  border: 2px solid #0BAFA0;
  border-radius: 50%;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#manual .part-box:hover i {
  background: #0BAFA0;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
#manual .part-content p {
  font-size: 13px;
  line-height: 19px;
  padding: 34px 7% 30px;
  letter-spacing: -0.03em;
}
#manual .part-content p.many {
  padding: 22px 7% 22px;
}
}
@media (min-width: 319px) and (max-width: 767px) {
#manual .row {
  margin: 0 auto;
  text-align: center;
}
#manual .part-content p {
  font-size: 13px;
  line-height: 19px;
  padding: 10% 5%;
  letter-spacing: -0.03em;
  width: 122px;
  height: 122px

}
#manual .part-content p.many {
  padding: 8% 5%;
}
#manual .part-box {
  width: 50%;

}
#manual .part-content img {
  max-width: 120px;
  max-height: 120px;
  padding: 4px;
}
#manual .part-arrow_box {
  width: 128px;
  float: right;

}
#manual .part-arrow_box:after, #manual .part-arrow_box:before {
	margin-left: -6px;
}
}
@media (max-width: 319px) {
}




/* question */
#question {
  /*background: #9070af url('../img/bg_pc04_.jpg') center top repeat-x;*/
  background-color: #9070af;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: #f2ab27 solid 92px;
}
#question .footer-bgcolor {
  background: transparent url("../img/Control_bg_b.jpg") center bottom repeat-x;
}
#question .container {
  background: transparent url('../img/slants/blue-1.png') center top no-repeat;
}
#question .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#question hr {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
#question .section-title {
  color: #ffffff;
}
#question .discription {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  position: relative;
}
#question hr {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
#question h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #483c57;
  margin: 30px auto 0px;
  padding: 7px 8px;
  width: 160px;
  background-color: #cebddf;
  border-radius: 18px;
  border: #755f8a dashed 1px;
}
#question .question-wrapper {
  width: 100%px;
  padding: 0px 12px;
  overflow: hidden;
}
#question .contact-item {
  margin-top: 58px;
}
#question .contact-item i {
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 8px;
}
#question .contact-item h5 {
  color: #FDF2F0;
  font-size: 19px;
  text-transform: uppercase;
  height: 38px;
}
#question .contact-item h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	min-height: 135px;
	margin: 10px 0px 0px 0px;
	padding: 8px 9px 10px 11px;
	background-color: rgba(219,199,239,0.60);
	border-radius: 12px;
}
#question .contact-item h4.h_auto {
	min-height: auto;
	float: left;
}
#question .contact-item h4 b {
	display: inline-block;
	padding-top: 2px;
	color: #53386b;
	float: left;
}
#question .contact-item h4 ul {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#question .contact-item h4 ul p {
	font-size: 18px;
	font-weight: normal;
	font-family: "微軟正黑體", 'Open Sans', sans-serif;
	line-height: 25px;
	color: #444;
	text-indent: 0px;
	margin: -2px 0px 0px 38px;
	padding: 0px;
}
#question .contact-item h4 ul li {
	list-style: none;
	text-indent: -30px;
	margin-left: 65px;
	padding: 5px 0px 0px;
}
#question .contact-item h4.site {
  background-color: transparent;
  color: #49364a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#question .contact-item h4.site i {
  font-size: 21px;
  color: #ffffff;
  padding-bottom: 8px;
}
#question .contact-item h4 i {
  font-size: 22px;
  font-weight: bold;
  color: 2d242e;
}
#question .question-wrapper .quest-main {
  padding: 0px 0px 70px;
  border-bottom: #53376b dashed 1px;
}
#question .question-wrapper .attention {
  padding: 0px 0px 60px;
  border-bottom: #755f8a dashed 1px;
}
#question .contact-item i.questicon {
  margin: 0px;
  padding: 0px;
  color: #9070af;
}
#question .contact-item i.questicon img {
  background: #ffffff;
  width: 78px;
  height: 78px;
  border-radius: 78px;
  border: 3px #e2d8ed solid;
}


@media (min-width: 480px) and (max-width: 767px) {
#question .contact-item i {
  margin-top: 15px;
}
#question .contact-item i.questicon img {
  margin-top: 25px;
}
#question .contact-item h4 {
	width: 100%;
	min-height: auto;
}
}
@media (max-width : 479px) {
#question .contact-item h4 {
	width: 100%;
	min-height: auto;
}
}
@media (max-width: 319px) {
#question .contact-item h4 {
	width: 100%;
	min-height: auto;
}
}


#portfolio {
  background: #bdc7d0 url('../img/bg_pc03a.jpg') center top repeat;
  text-align: center;
  padding-bottom: 0px;
  border-top: #906ab5 solid 92px;
}
#portfolio .footer-bgcolor {
  background: transparent url("../img/Control_bg_a.jpg") center bottom repeat-x;
}
#portfolio .container {
  background: transparent url('../img/slants/blue-5.png') center top no-repeat;
}
#portfolio .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 33px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 2px;
}
#portfolio hr {
  width: 240px;
  text-align: center;
  margin: 0 auto;
  border-color: #8075a8;
  padding-bottom: 5px;
}
#portfolio .section-title {
  color: #481786;
}



#pricing {
  background-color: #f2ab27;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
#pricing.footer-bgcolor {
  background: #f2ab27 url("../img/Control_bg.jpg") center bottom repeat-x;
}
#pricing .container {
  background: transparent url('../img/slants/blue-3.png') center top no-repeat;
  min-height: 850px;
}
#pricing .container-fluid {
  background: transparent url('../img/slants/blue-3.png') center top no-repeat;
  border-top: #bdc7d0 solid 92px;
  width: 100%;
  min-height: 1080px;
}
#pricing .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pricing hr {
  width: 200px;
  text-align: center;
  margin: 0 auto 20px;
  /*border-color: #b6ae9e;*/
}
#pricing .section-title {
  /*color: #b9ac93;*/
  color: #ffffff;
}
#pricing .function_tag {
  padding: 0px 0px 0px;
  background: #f2ab27;
  text-align: center;
  overflow: hidden;
}
#pricing .function_tag .container {
  background: transparent url('../img/slants/blue-5.png') center top no-repeat;
}
#pricing .function_tag div.box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;

}
#pricing .function_tag .icon-wrapper i {
  background: transparent;
  color: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 50%;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}
#pricing .function_tag hr {
  width: 320px;
  text-align: center;
  margin: 0 auto;
}
#pricing h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #4b3a27;
  margin: 30px auto 30px;
  padding: 7px 8px;
  width: 238px;
  background-color: rgba(243, 218, 172, 0.50);
  border-radius: 18px;
  border: #e89c0f dashed 1px;
}
#pricing .function_tag .section-title {
  color: #fdf09c;
}
#pricing .function_tag .section-title span {
  color: #ffffff;
}
#pricing .keys-main {
  margin: 0px auto 60px;
  padding: 0px 0px 20px;
  border-bottom: 1px dashed #fcc96a;
  position: relative;
  display: block;
}
#pricing .keys-main .box {
  margin: 1px 2px;
  padding: 0px;
  width: 100%;
  height: 50px;
  text-align: left;
}
#pricing .keys-main .row .col-md-1 {
  width: 10%;
}
/* MD */
@media (max-width: 991px) {
#pricing .keys-main .row .col-md-1 {
  width: 16%;
}
}
/* SM */
@media (max-width: 768px) {
#pricing .keys-main .row .col-sm-2 {
  width: 24.5%;
}
}
/* XS */
@media only screen and (max-width: 479px) { 
#pricing .keys-main .row .col-xs-3 {
  width: 50%;

}
}
#pricing .keys-main .box img {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #0081cc;
}
#pricing .keys-main .box img.cor_green {
  background-color: #009944;

}
#pricing .keys-main .box p {
  font-size: 13px;
  color: #333029;
  line-height: 16px;
  position: absolute;
  left: 60px;
  width: 54%;
  margin-left: 4px;
  float: right;
}
#pricing .explain.row {
  margin: 0px;
  padding: 0px;
}

/* Video-Play */
#pricing .pric-main .video{ 
  float: left;
  position: relative;
  overflow: hidden;
}
#pricing .pric-main .video img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#pricing .pric-main .video .play, #pricing .pric-main .video .play span{
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#pricing .pric-main .video .play {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  display: block;
  background: url(../img/btn_play.png) no-repeat center center;
  opacity: 0.8;
  cursor: pointer;
}
#pricing .pric-main .video .play span {
  display: block;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.0;
}
#pricing .pric-main .video .play:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#pricing .pric-main .video .play:hover span {
  filter: alpha(opacity=20);
  opacity:0.0;
}

#pricing .pric-main .video_a{ 
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 64px;
}
#pricing .pric-main .video_a img.btn_box {
  width: 64px;
  height: 64px;
  background-color: #ffb325;
  border-radius: 64px;
}
#pricing .pric-main .video_a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#pricing .pric-main .video_a .play, #pricing .pric-main .video_a .play span{
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#pricing .pric-main .video_a .play {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  display: block;
  background: url(../img/btn_play_a.png) no-repeat center center;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 100%;
}
#pricing .pric-main .video_a .play span {
  display: block;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.0;
}
#pricing .pric-main .video_a .play:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 100%;
}
#pricing .pric-main .video_a .play:hover span {
  filter: alpha(opacity=20);
  opacity:0.0;
  border-radius: 100%;
}