body * {

    font-family:"Noto Sans TC", Arial, "Microsoft JhengHei", "Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€", sans-serif;
}

.mainVisualContainer{
    display: none;
}

#col-01 {
    background-color: #30596e;
    padding: 80px 0px;
}

.step {
    display: flex;
    width: 950px;
    margin: 10px auto;
}

.step li {
    width: 33.3333333%;
    border-radius: 20px;
    margin: 10px;
    background-color: #fff;
    padding: 30px 10px;
    box-sizing: border-box;
    display: block;
    flex-direction: column;
    justify-content: space-between;
}

.step li img{
    width: 23%;
    text-align: center;
}

.step li h1 {
    font-size: 23px;
    line-height: 2;
    font-weight: bold;
    color: #a9624c;
    border-bottom: 2px solid #a9624c;
    width: 90%;
    display: inline-block;
    margin-bottom: 15px;
}



.step li p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.discount
{font-size:26px; font-weight:800;color:#a9624c;}


.big-title {
  position: relative;
}

.big-title {
  padding-bottom: 30px;
  width: 95%;
  margin: 0 auto;
}

.big-title P {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  padding: 30px 0px 10px 0px;
}


.big-title h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
}

.text-center {
  text-align: center;
}

.big-title h3 span {
  padding: 0 35px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.big-title h3 span::before {
  left: 0;
  top: calc(93% - 40px);
  position: absolute;
  content: "";
  width: 8px;
  height: 40px;
  background-color: #FFF;
  display: block;
  transform: rotate(-25deg);
  border-radius: 8px;
  line-height: 1.2;
}

.big-title h3 span::after {
  right: 0;
  top: calc(93% - 40px);
  position: absolute;
  content: "";
  width: 8px;
  height: 40px;
  background-color: #FFF;
  display: block;
  transform: rotate(25deg);
  border-radius: 8px;
  line-height: 1.2;
}


.btn-gradient{
    -webkit-animation-duration:2.5s;-webkit-animation-iteration-count:infinite;
}




.btn-gradient{padding:20px;text-align: center;width: 40%;margin: 10px auto;
@include img-baloon;
a {
  
text-align: center;
width: 100%;
padding: 20px;
min-width: 120px;
max-width: 608px;
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
align-items: center;
align-content: center;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
border-radius: $radius-xl;
color: #fff;
margin: 0 auto; 
background: linear-gradient(to right,  #9E9E9E 0%,#9E9E9E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border: 5px solid #fff;
  border-radius:100px;
@include has-box-shadow;
span {
  flex: auto;
  font-size: 30px;
  font-family:"Noto Sans TC", Arial, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€", "Ã¦â€“Â°Ã§Â´Â°Ã¦ËœÅ½Ã©Â«â€", sans-serif;
  font-weight: 800!important;
  &.icon {
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: relative;
    padding-right: 80px;
    
    
    &::after{
      content: "";
      position: absolute;
      transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
      width: 45px;
      height: 45px;
      top: calc(50% - 22.5px);
      right: 10px;
      background: url(//image.card.tw.r10s.com/images/common/landing/ad04/icon_arr.png) center center no-repeat;
      background-size: cover;
    }
  }
}

&:hover {
  background-color: #27D0CA;
  color: #fff;
  .icon {
    padding-right:35px;
    &::after{
      right: 15px;
    }
  }
}

