@charset "utf-8";


#manual {
  background-size: cover;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding-bottom: 90px;
}
#manual h3 {
	margin: 60px 0 0 0;
	color: #586814;
}
#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: 40px auto -80px auto;
}
#manual .showcase-box img {
  position: relative;
  top: 28px;
  bottom: 0px;
  z-index: 3;
}
#manual .content-left,
#manual .content-right {
  position: relative;
  top: 30px;
}
#manual .icon {
  float: right;
  width: 50px;
  height: 50px;
  border: 2px solid #2153a3;
  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: #2153a3;
  -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: #2153a3;
}
#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;
  background-image: url('../img/ipen/light.png');
}
#manual .content-left .box-left .content {
  padding-right: 62px;
}
#manual .content-left .box-left .content h4 {
  color: #e4007f;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 6px 0;
  display: block;
}

 
#manual .content h4 {
  font-family: "Montserrat", 'Noto Sans TC',sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  left: 0;
  padding: 0;
  text-align: center;
}
       


#manual .content-left .box-left .content p {
  text-align: right;
  line-height: 23px;
  font-size: 20px;
}
#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;
  background-image: url('../img/ipen/light_right.png');
}
#manual .content-right .box-right .content {
  text-align: left;
  padding-left: 62px;
}
#manual .content-right .box-right h4 {
  color: #e4007f;
  font-family: "微軟正黑體", 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 0;
  display: block;
}
#manual .content-right .box-right p {
  line-height: 23px;
  font-size: 20px;
}
#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: 24% 5% 23% 9%;
  letter-spacing: -0.03em;
}
#manual .part-content p.many {
  padding: 16% 5% 18% 9%;
}
#manual .part-content img {
  margin: 3px 0px;
}
}
/* MD */
@media (max-width: 991px) {
#manual .row {
  margin: 0 auto;
  text-align: center;
}
#manual .showcase {
  margin: 80px auto 80px;
}
#manual .showcase-box img {
  top: 28px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#manual .part-main {
  margin: 60px auto 50px;
  padding: 10px 0px 30px;
  border-top: 1px dashed #a4d9d7;
  display: block;
}
#manual .part-content p {
  font-size: 13px;
  line-height: 19px;
  padding: 20% 10% 15% 15%;
  letter-spacing: -0.03em;
  width: 164px;
  height: 164px
}
#manual .part-content p.many {
  padding: 20% 10% 15% 15%;
}
#manual .part-content img {
  margin: 3px 0px;
}
}
@media (max-width : 767px) {
#manual .showcase-box img {
  top: 50px;
}#manual .content-left .box-left .content h4 {
  padding: 3px 0px;
}
#manual .content-right .box-right h4 {
  padding: 3px 0px;
}

#manual .part-main {
  margin: 60px auto 0px;
  padding: 10px 13% 30px 0px;
}
#manual .part-main h2 {
  margin-bottom: 20px;
}

#manual .part-content {
  margin: 10px 0px;
}
#manual .part-content p {
  font-size: 15px;
  line-height: 19px;
  margin: 5px 0px 0px;
  padding: 8% 5% 8% 8%;
  letter-spacing: -0.03em;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  float: left;
}
#manual .part-content p.many {
  padding: 8% 5% 8% 8%;
}
#manual .part-content img {
  width: auto;
  height: auto;
  max-width: 162px;
  max-height: 162px;
}
#manual .part-content img.img-rounded {
  text-align: center;
  border-radius: 10px;
  border: #74c9c4 3px solid;
  padding: 0px;
  float: right;
}
}
@media (max-width : 479px) {
#manual .part-main {
  padding-right: 4%;
}
#manual .part-content p {
  font-size: 13px;
  line-height: 19px;
  margin: 5px 0px 0px;
  padding: 8% 5% 8% 12%;
  width: 110%;
  height: 130px;
}
#manual .part-content p.many {
  padding: 8% 5% 8% 12%;
}
#manual .part-content img {
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 132px;
}
}
@media (max-width: 319px) {
#manual .part-main {
  padding-right: 0%;
}
#manual .part-arrow_box {
	border-radius: 30%;
	width: 30%;
	float: left;
}
#manual .part-content p {
  font-size: 13px;
  line-height: 15px;
  margin: 5px 0px 0px -40%;
  padding: 5% 3% 5% 12%;
  width: 168px;
  height: auto;
  min-height: 82px;
}
#manual .part-content p.many {
  padding: 5% 3% 5% 12%;
}
#manual .part-content img {
  width: auto;
  height: auto;
  max-width: 82px;
  max-height: 82px;
}
}
