@font-face {
  font-family: 'cwTeXHei',"微軟正黑體";
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #009999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #009999;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.nav > li > a {
	  position: relative;
	  display: block;
	  padding: 20px 13px;
	}
}
.fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
}
.fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
body {
  overflow-x: hidden;
}

/*
--- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
	padding-right: 0;
}
.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(https://card.ubot.com.tw/eCard/activity/include/images/UBLogo.png) no-repeat 0 50%;
    background-size: contain;
}
.navbar-header .navbar-brand img {
	width: 90%;
}

@media screen and (max-width: 1200px){	
	.navbar .navbar-brand {
      margin-right: 0px;
      margin-left: 20px;
      width: 200px;
      height: 60px;/* 60 only*/
      background-size: contain;
	}
}

.nav-link{
  color: #cfcfcf;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 300;
  color: #444;  
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
  font-family: "微軟正黑體", Arial, sans-serif;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #009999;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
}
@media screen and (max-width: 768px) {
	.section-heading h2 {
    font-size: 30px;
  }
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-our-services,
.fh5co-faqs{
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .fh5co-our-services,
  .fh5co-faqs{
    padding: 5em 0;
  }
}
.fh5co-cta {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}



.fh5co-our-services{
  background: #f4f4f4;
}

.fh5co-our-services .box {
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-our-services .box {
    min-height: inherit;
    margin-bottom: 90px;
  }
}
.fh5co-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.fh5co-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.fh5co-our-services .box .icon > span i {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
  background: transparent;
  border: 3px solid #2aaf67;
}
.fh5co-our-services .box .icon.colored-1 i {
  color: #2aaf67 !important;
}
.fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
  background: transparent;
  border: 3px solid #00bff3;
}
.fh5co-our-services .box .icon.colored-2 i {
  color: #00bff3 !important;
}
.fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
  background: transparent;
  border: 3px solid #f26522;
}
.fh5co-our-services .box .icon.colored-3 i {
  color: #f26522 !important;
}
.fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
  background: transparent;
  border: 3px solid #e52b50;
}
.fh5co-our-services .box .icon.colored-4 i {
  color: #e52b50 !important;
}
.fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
  background: transparent;
  border: 3px solid #2fc5cc;
}
.fh5co-our-services .box .icon.colored-5 i {
  color: #2fc5cc !important;
}
.fh5co-our-services .box .icon.colored-6 {
  background: #6173f4;
  background: transparent;
  border: 3px solid #6173f4;
}
.fh5co-our-services .box .icon.colored-6 i {
  color: #6173f4 !important;
}
.fh5co-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.fh5co-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}



footer{
  background-color: #f4f4f4;
}

#footer {
  padding: 10px 0;
  color: #7f7f7f;
  background-color: #eeeeee;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.copyright a{
	color: #7f7f7f;
	outline: none;
    text-decoration: none;
}

.btn {
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #009999;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #009999;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.js .to-animate,
.js .to-animate-2,
.js .single-animate 
.js .animate-single {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}


/*# sourceMappingURL=style.css.map */

.fh5co-faqs .faq-accordion {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-faqs .faq-accordion {
    padding: 15px;
  }
}
.fh5co-faqs .faq-accordion .faq-accordion-icon-toggle {
  position: absolute;
  top: 27px;
  right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .fh5co-faqs .faq-accordion .faq-accordion-icon-toggle {
    top: 17px;
  }
}
.fh5co-faqs .faq-accordion .faq-accordion-icon-toggle i {
  font-size: 20px;
  color: #009999;
}
.fh5co-faqs .faq-accordion h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding-right: 40px;
  color: #009999;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-faqs .faq-accordion h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    width: 90%;
    float: left;
  }
}
.fh5co-faqs .faq-accordion .faq-body {
  clear: both;
  display: none;
  padding: 15px 0 0px 0;
  color: #444;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.fh5co-faqs .faq-accordion.active {
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}
.fh5co-faqs .faq-accordion.active h3 {
  color: #009999;
}
.fh5co-faqs .faq-accordion.active .faq-accordion-icon-toggle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.step img {
	width: 60%;
	margin-left: 70px;
}
.copyright h4 {
	font-size: 26px;
	text-align: right;
}
.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
	}
.copyright p {
	font-size: 16px;
	text-align: center;
  margin-bottom: 5px;
}
.faq-A {
	font-size: 20px;
	line-height: 2;
	color: #333;
}
.faq-A h4{
	font-size: 18px;
	line-height: 2;
	color: #333;
}
@media screen and (max-width: 480px) {
	.landing-lg-title h3 {
	font-size: 50px;
	}
	.mobile {
	/*margin-top: -150px;*/
	}
	.mobile img {
	width: 70%;	
	}
	.mobile-title {
	line-height: 2;
	}
	.mobile-title h1{
		font-size:25px;
	}
	.mobile-title h2{
		font-size:20px;
	}
	.mobile-title h3{
		font-size:20px;
	}
	.step img {
	width: 70%;
	}
}
@media screen and (max-width: 992px) {
	.copyright h4 {
	font-size: 20px;
	text-align: center;
	}
	.copyright h5 {
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	}
	.copyright p {
	font-size: 12px;
	text-align: center;
	}
}

/*=========================== *topimg* ============================*/

.top-block {
	height: 500px;
}
.top-title {
	top: 80px;
	color: #ffffff;
	margin-left: 400px;
	/*text-shadow: 2px 2px 3px #434a54;*/
	text-shadow: 0.1em 0.1em 0.2em black;
}
.top-title h2 {
	font-size: 36px;
	line-height: 1.5;
}
.top-title h3 {
	font-size: 20px;
	line-height: 1.5;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: .2;		/* 透明度 */
}
.fh5co-cta-top {
  padding: 15em 0;
  background:url(../images/topimg.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
.fh5co-cta-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: .1;		/* 透明度 */
}
.fh5co-cta-top .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta-top .container h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.5;
}
.fh5co-cta-top .container h3 , .fh5co-cta-top .container h2 ,.fh5co-cta-top .container p {
  color: #fff;
}
.fh5co-cta-top .container p:last-child {
  margin-bottom: 0;
}
/*==================================== BLOCK3 ==================================================*/
.block3 {
	height: 350px;
}
.block3 h3{
	font-size: 60px;
	color: #fff;
}
.block3-p {
	color: #333333;
	font-size: 20px;
	margin-bottom: 0;
}

/* 暢行無阻 */
.fh5co-cta-simple {
  padding: 15em 0;
  background:url(../images/pic-simple.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
/* 簡便付款 */
.fh5co-cta-secure {
  padding: 15em 0;
  background:url(../images/pic-secure.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
/* 安全消費 */
.fh5co-cta-private {
  padding: 17em 0;
  background:url(../images/pic-private.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
.fh5co-cta-simple h3{
	margin-left: 50px;
	text-shadow: rgba(12,12,12,0.8) 0em 0em 0.3em;
}
.fh5co-cta-private h3{
	margin-top: 100px;
	margin-left: 60px;
	text-shadow: rgba(12,12,12,0.8) 0em 0em 0.3em;	
}
.fh5co-cta-secure h3{
	margin-top: -50px;
	margin-left: 150px;
	text-shadow: rgba(12,12,12,0.8) 0em 0em 0.3em;
}
.activity {
	height: 600px;
	padding-left: 300px;	
}
.activity h3{
	font-size: 48px;
	color: #fff;
	line-height: 2;
	text-shadow: rgba(12,12,12,0.8) 0em 0em 0.3em;
}
.activity p{
	color: #fff;
}
/*  幸福時光 */
.fh5co-cta-activity {
  padding: 12em 0;
  background:url(../images/pic-activity.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
	.top-title {
		top: 80px;
		color: #ffffff;
		line-height: 2;
		margin-left: 500px;
	}
}
@media screen and (max-width: 1130px) {
	.mobile img {
	width: 90%;	
	}
	.top-block{
	height: 400px;
	}
	.fh5co-cta-top {
    padding: 9em 0;
	background:url(../images/topimg-1024.jpg) no-repeat;
 	}
	.top-title {
	top: 90px;
	color: #ffffff;
	margin-left: 210px;
	}
	.top-title h2 {
	font-size: 36px;
	line-height: 1.5;
	}
	/* 暢行無阻 */
	.fh5co-cta-simple {
	  padding: 10em 0;
	  background:url(../images/pic-simple-1024.jpg) no-repeat;
	  position: relative;
	}
	/* 簡便付款 */
	.fh5co-cta-secure {
	  padding: 10em 0;
	  background:url(../images/pic-secure-1024.jpg) no-repeat;
	  position: relative;
	}
	/* 安全消費 */
	.fh5co-cta-private {
	  padding: 10em 0;
	  background:url(../images/pic-private-1024.jpg) no-repeat;
	  position: relative;
	}
	.fh5co-cta-simple h3{
		margin-top: 10px;
		margin-left: 100px;
	}
	.fh5co-cta-secure h3{
		margin-top: 10px;
		margin-left: 20px;
	}

	.fh5co-cta-private h3{
		margin-top: 100px;
		margin-left: 60px;
	}
	.activity {
	height: 520px;
	padding-left: 30px;
	}
	/*  幸福時光 */
	.fh5co-cta-activity {
	  padding: 6em 0;
	  background:url(../images/pic-activity-1024.jpg) no-repeat;
	  position: relative;
	}
}
@media screen and (max-width: 768px) {
	.fh5co-cta-top {
    padding: 11em 0;
	background:url(../images/topimg-768.jpg) no-repeat;
 	}

	.top-block {
		height: 300px;
	}
	.top-title {
		top: 60px;
		color: #ffffff;
		line-height: 2;
		margin-left: 70px;
	}
	.top-title h2 {
		font-size: 36px;
		line-height: 1.5;
	}
	.top-title h3 {
		font-size: 18px;
		line-height: 1.5;
	}
	/* 暢行無阻 */
	.fh5co-cta-simple {
	  padding: 7em 0;
	  background:url(../images/pic-simple-768.jpg) no-repeat;
	  position: relative;
	}
	/* 簡便付款 */
	.fh5co-cta-secure {
	  padding: 4em 0;
	  background:url(../images/pic-secure-768.jpg) no-repeat;
	  position: relative;
	}
	/* 安全消費 */
	.fh5co-cta-private {
	  padding: 7em 0;
	  background:url(../images/pic-private-768.jpg) no-repeat;
	  position: relative;
	}
	.fh5co-cta-simple h3{
		margin-top: 20px;
		margin-left: 0;
	}

	.fh5co-cta-private h3{
		margin-top: 150px;
		margin-left: 50px;
	}
	.fh5co-cta-secure h3{
		margin-top: -10px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.fh5co-cta-top {
    padding: 7em 0;
	background:url(../images/topimg-640.jpg) no-repeat;
 	}

	.top-title {
		top: 60px;
		color: #ffffff;
		line-height: 2;
		margin-left: 20px;
	}
	.top-title h2 {
		font-size: 26px;
		line-height: 1.5;
	}
	.top-title h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.block3 h3{
	font-size: 50px;
	color: #fff;
}
	/* 暢行無阻 */
	.fh5co-cta-simple {
	  padding: 2em 0;
	  background:url(../images/pic-simple-640.jpg) no-repeat;
	  position: relative;
	}
	/* 簡便付款 */
	.fh5co-cta-secure {
	  padding: 2em 0;
	  background:url(../images/pic-secure-640.jpg) no-repeat;
	  position: relative;
	}
	/* 安全消費 */
	.fh5co-cta-private {
	  padding: 4em 0;
	  background:url(../images/pic-private-640.jpg) no-repeat;
	  position: relative;
	}
	.fh5co-cta-simple h3{
		margin-top: 50px;
		margin-left: 0;
	}

	.fh5co-cta-private h3{
		margin-top: 90px;
		margin-left: 20px;
	}
	.fh5co-cta-secure h3{
		margin-top: 30px;
		margin-left: 0;
	}

}


/*======= SAMSUNG Pay Step ====*/
.exstep img{
	margin-top: 30px;
	margin-bottom: 30px;
}
.exstep h4{
	margin-top: 20px;
}


.accordion-item{
  border: 0;
}

.accordion-item button{
  font-size: 24px;
  color: #009999;
  font-weight: 800;
}

.accordion-button:not(.collapsed){
  color: #009999;
  background-color: transparent;
}

.accordion-button:focus{
  border-color: transparent;
  box-shadow: unset;
}

iframe{
  width: 100%;
  max-width: 560px !important;
  height: 350px !important;
}

.videoBox{
  text-align: center;
}

.videoBtn{
  margin-top: 20px;
  margin-bottom: 20px;
}

/* modal */
.leaveModal.modal .btn-close {
  background: url(../images/close.png) no-repeat;
  width: 37px;
  height: 30px;
  float: right;
}
.leaveModal .modal-header{
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
.leaveModal .modal-content {
  background-color: #fff;
  border: 5px solid rgba(26, 193, 220, 0.84);
  border-radius: 30px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.leaveModal.modal .modal-title {
  color: #009999;
  font-weight: 600;
}

.leaveModal .modal-footer button{
  color: #fff !important;
  font-size: 17px;
  font-weight: 400;
}