body * {

    font-family:"Noto Sans TC", Arial, "Microsoft JhengHei", "æ–°ç´°æ˜Žé«”", sans-serif;
}

.mainVisualContainer{
    display: none;
}

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



table {
  border-collapse: collapse;
  width: 85%;
  margin:80px auto;
  
}

th{background-color: #cc1313;color: #ffffff;padding: 10px;text-align: center;font-size: 18px;}

td {
  border-bottom: 1px solid #cc1313;
  background-color: #ffffff;
  text-align:center;
  padding:20px;
  font-size: 20px;
  font-family: 'DM Sans';
  letter-spacing: 3px;
}

.img-box{margin:10px auto}

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

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

.img-box img{
    text-align: center;
    margin: 10px auto;
}

.step li h1 {
    font-size: 25px;
    font-weight: bold;
    color: #be1920;
}

.step li p {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
}


.big-title {
  position: relative;
}

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

.big-title P {
  color: #FFF;
  font-size: 25px;
  font-weight: 200;
}


.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,  rgb(255 123 163) 0%,rgb(255 115 158) 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;
    }
  }
}

