.banner-b {
  position: fixed;
  bottom: 0;
  width: 100vw;
  max-width: 100%;
  background-color: #FF7BA3;
  text-align: center;
  padding: 17px 0 15px 0;
  z-index: 998;
  display: none;
}

.banner-b.show {
  display: block;
}

.banner-b p {
  color: white;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 1.2;
  font-size: 1.8rem;
  text-align: left;
}

.banner-b p .big {
  color: inherit;
  margin-left: 10px;
}

.banner-b .second {
  font-weight: 400;
  font-size: 1.2rem;
}

.banner-b .bn-b {
  margin-left: 5px;
  display: inline-block;
  color: #515151;
  padding: 12px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 100px;
  background-color: #FFE095;
  -webkit-box-shadow: 0 7px 0 #FF9100;
          box-shadow: 0 7px 0 #FF9100;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.banner-b .bn-b:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 3px 0 #FF9100;
          box-shadow: 0 3px 0 #FF9100;
}

.banner-b div {
  vertical-align: middle;
}

.banner-b div:nth-child {
  margin-left: 50px;
}

.banner-b div button {
  position: absolute;
  left: -5px;
  top: -17px;
  background: transparent;
  border: 1px solid white;
  color: white;
  padding-bottom: 3px;
  font-size: 1rem;
}

a.red-btn {
  margin-bottom: 13px;
  display: block;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 2rem;
  background: #D03232;
  padding: 22px 57px 22px 50px;
  border-radius: 100px;
  background: linear-gradient(65deg, #D03232 0%, #D03232 35%, #FF9797 100%);
  letter-spacing: 2px;
  -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0 9px 9px rgba(0, 0, 0, 0.16);
}

.title1 {
  font-size: 3rem;
  border-left: 10px solid #D0324B;
  margin-bottom: 24px;
  color: #3D3D3D;
  font-weight: 700;
  padding-left: 9px;
}

.arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -32px;
}

header {
  background-repeat: no-repeat;
  background-image: url(../images/head3-s.png);
  background-size: cover;
  background-position: center 70px;
  height: 94vh;
  min-height: 500px;
  width: 100%;
}

header .title {
  margin-top: 46vh;
  text-align: right;
  margin-right: 9%;
  float: right;
}

header .title img {
  max-width: 181px;
  width: 27%;
  display: block;
  margin-left: auto;
  margin-bottom: 14px;
  
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: -7px -2px 30px 10px #ffffff;
  box-shadow: -7px -2px 30px 10px #ffffff;
}

header .title .th1 {
  background: #ffffffa1;
  font-size: 4rem;
  display: inline-block;
  color: #524e4e;
  padding: 10px;
  margin-bottom: 10px;
}

header .title .th2 {
  line-height: 1.5;
  font-size: 1.45rem;
  margin-bottom: 39px;
  letter-spacing: 1px;
  margin-left: auto;

  text-shadow: 1rem 0.1rem 2rem white, 
  1rem 0.1rem 2rem white, 
  1rem 0.1rem 2rem white, 
  1rem 0.1rem 2rem white;
}

header .title a {
  background: #ffc7c7;
  background: linear-gradient(45deg, #ffc7c7 0%, #DF6273 25%, #DF6273 100%);
  border-radius: 100px;
  font-size: 1.9rem;
  color: white;
  padding: 10px 25px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.36);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.36);
}

header .title a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: white;
  margin-left: 6px;
  vertical-align: middle;
}

header .scroll {
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  position: absolute;
  left: 7%;
  bottom: -26px;
}

header .scroll p {
  font-size: 1.3rem;
  color: #FF7E7E;
  letter-spacing: 1.6px;
  font-weight: 300;
}

header .scroll hr {
  margin: 8px  33px;
  width: 150px;
  background: #FF7E7E;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: scroll 1.5s infinite ease;
          animation: scroll 1.5s infinite ease;
}

#about {
  padding: 100px 20px 100px 20px;
  margin-bottom: 40px;
}

#about .row {
  margin: 0;
}

#about .row .col-12 {
  padding: 0;
}

#about .row h3 {
  font-size: 2.5rem;
  margin: 7px 0 18px 0;
  font-weight: bold;
  color: #D0324B;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

#about .row p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 70px;
}

#record .talk {
  z-index: 1;
  margin-top: 20px;
  padding: 25px 24px;
  background-color: #D0324B;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 10px rgba(88, 36, 36, 0.63);
          box-shadow: 0 1px 10px rgba(88, 36, 36, 0.63);
  display: inline-block;
}

#record .talk::after {
  content: "";
  display: block;
  width: 56px;
  height: 20px;
  background-color: #D0324B;
  position: absolute;
  bottom: -4px;
  right: 63px;
  -webkit-transform: rotate(14deg) skewX(52deg);
          transform: rotate(14deg) skewX(52deg);
}

#record .talk span {
  position: absolute;
  top: -20px;
  right: 34px;
}

#record h3 {
  color: white;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 1.5px;
}

#invite {
  z-index: 2;
  background: url(../images/invite-s.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center top;
  text-align: center;
}

#invite h3 {
  display: inline-block;
  margin: 26vw 0 16px;
  padding: 15px;
}

#invite li {
  text-align: left;
  font-size: 1.7rem;
  color: #313131;
  line-height: 2.2;
  font-weight: 500;
}

#invite .company {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #D0324B;
  font-size: inherit;
}

#invite .company .other {
  height: 1px;
  background-color: #3D3D3D;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
  width: 13px;
}

hr.shadow {
  background: #ffffff;
  width: 100%;
  height: 14px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  border-top: 7px solid white;
}

#data {
  background-color: #EDEDEC;
  padding: 76px 0 0;
}

#data .container {
  padding: 0 10px;
}

#data .centert {
  text-align: center;
  margin-bottom: 1rem;
}

#data .title1 {
  padding: 0 0 0 38px;
  display: inline-block;
  background-color: #EDEDEC;
  border: 0;
}

#data .title1::after {
  content: "";
  display: block;
  width: 14px;
  position: absolute;
  height: 88%;
  left: 5px;
  top: 3px;
  background: #d0324b;
}

#data hr {
  display: none;
}

#data .col-6 {
  text-align: center;
  margin-bottom: 4rem;
}

#data .col-6 .th4 {
  font-size: 2.5rem;
  font-weight: bold;
}

#data .col-6 h5 {
  font-size: 6rem;
  font-weight: bold;
  color: #D0324B;
  margin-top: 2rem;
}

#data .col-6 h5#count5 {
  margin-top: 3rem;
}

#data .col-6 h5.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin: 0;
  padding: 0 0 0 2%;
}

#data .col-6 h5.row .col-3 {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#data .col-6 h5.row .col-3:first-child .hei {
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}

#data .col-6 h5.row .col-3:nth-child(2) .hei {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

#data .col-6 h5.row .col-3:nth-child(3) .hei {
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}

#data .col-6 h5.row .col-3:nth-child(4) .hei {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#data .col-6 h5.row p {
  font-size: 1.6rem;
  color: #3D3D3D;
}

#data .col-6 h5.row p:after {
  content: "%";
  font-size: 1rem;
}

#data .col-6 h5.row .hei {
  background-color: #D0324B;
  width: 89%;
  margin: 10px auto;
  height: 0%;
}

#data .col-6 h5.row span {
  color: #656565;
  font-size: 1rem;
  white-space: nowrap;
}

#data .col-6 h5, #data .col-6 h6 {
  font-family: 'corp_round_v1','Noto Sans TC';
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

#data .col-6 h6 {
  font-size: 2rem;
}

#data .dec {
  position: absolute;
}

#data .dec1 {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 3px solid #707070;
  top: 10px;
  left: 11.6%;
}

#data .dec2 {
  width: 80px;
  height: 6px;
  background-color: #FF5F5F;
  border-radius: 33px;
  border-radius: 27%;
  top: 44px;
  left: 3.6%;
}

#data .dec3 {
  top: 6%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 23px;
}

#data .dec4 {
  top: 14%;
  left: 46px;
}

#data .dec5 {
  top: 32%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
}

#data .dec6 {
  top: 45%;
  left: 23px;
}

#data .dec7 {
  right: 3%;
  top: 63px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#data .dec8 {
  right: 0px;
  top: 22.5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#data .dec9 {
  top: 32%;
  right: 4%;
}

#data .pinkbar {
  width: 47px;
  height: 4px;
  background-color: #FFB4B4;
  border-radius: 33px;
}

#data .reddot {
  width: 14px;
  height: 14px;
  border: 1px solid #FF7272;
  border-radius: 100%;
}

#company {
  padding: 78px 0;
}

#company .row {
  padding: 10px 37px;
  margin: auto;
  margin-bottom: 20px;
}

#company .row .item {
  text-align: center;
  padding: 0 10px;
}

#company .row .item a {
  margin-bottom: 30px;
}

#company .row:nth-child(2) {
  margin-bottom: 47px;
}

#company .row a {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
}

#company .row img {
  display: block;
  max-width: 100%;
}

#company .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#company .btn-group a.black {
  margin-left: 0;
  background: linear-gradient(65deg, #2C2C2C 0%, #2C2C2C 35%, #5A5A5A 100%);
  line-height: 1.5;
  padding: 3px 57px 3px 50px;
  text-align: center;
}

#company .title1 {
  font-size: 3rem;
  border-left: 10px solid #D0324B;
  margin-left: 29px;
}

@media (min-width: 576px) {
  .banner-b p .big {
    font-size: 2.8rem;
    color: inherit;
  }
  .banner-b .second {
    font-size: 1.6rem;
  }
  .banner-b a {
    margin-left: 5px;
    font-size: 1.8rem;
  }
  .banner-b div button {
    left: -107px;
    top: -6px;
    font-size: 1.3rem;
  }
  header .scroll {
    left: 50%;
    bottom: -12px;
  }
  #company .btn-group {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #company .btn-group a.black {
    margin-left: 52px;
  }
  a.red-btn {
    margin-bottom: 0;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .banner-b div button {
    left: -134px;
  }
  header {
    background-image: url(../images/head3.png);
  }
  #company .row .item a {
    margin-bottom: 52px;
  }
  #data .col-6 {
    margin-bottom: 5rem;
  }
  #data .col-6 .th4 {
    font-size: 3rem;
  }
  #data .col-6 h5 {
    font-size: 14rem;
    margin-top: 3rem;
  }
  #data .col-6 h5.row {
    height: 270px;
    padding: 0 0 0 2%;
  }
  #data .col-6 h5.row .col-3 {
    padding: 4%;
  }
  #data .col-6 h5.row p {
    font-size: 4rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #data .col-6 h5.row p:after {
    font-size: 2rem;
  }
  #data .col-6 h5.row span {
    font-size: 2rem;
  }
  #data .col-6 h6 {
    font-size: 4.4rem;
  }
  #data .container {
    padding: 0 33px;
  }
  #data hr {
    display: none;
  }
  #data .title1::after {
    width: 21px;
  }
  #invite {
    height: 440px;
    background-image: url(../images/invite.jpg);
    background-size: auto;
    background-position: bottom center;
  }
  #invite h3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-54%);
            transform: translateX(-54%);
    bottom: 1%;
  }
  #invite .company {
    width: 210px;
  }
  #invite .company .other {
    width: auto;
  }
  #record h3 {
    letter-spacing: 4px;
  }
  header .title img {
    background-color: unset;
    box-shadow: unset;
  }
  header .title .th2{
    text-shadow: unset;
  }
}

@media (min-width: 992px) {
  .title1 {
    margin-bottom: 39px;
    font-size: 4rem;
    border-left: 23px solid #D0324B;
    margin-left: 32px;
  }
  .title1::after {
    content: "";
    display: inline-block;
    width: 25%;
    height: 1px;
    background: #D0324B;
    margin-left: 18px;
    vertical-align: middle;
  }
  #about .row {
    margin-left: 32px;
  }
  #about .row h3 {
    font-size: 2.7rem;
    margin: 10px 0 35px 0;
  }
  #record .talk {
    top: 26%;
    left: 3vw;
    position: absolute;
  }
  #record h3 {
    font-size: 2.5rem;
  }
  #company .btn-group a.black {
    margin-left: 112px;
  }
  #data .centert::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #D0324B;
    top: 25px;
    left: 5%;
  }
  #data .title1 {
    padding: 0 30px 0 58px;
  }
  #data hr {
    width: 90%;
    display: block;
    background: white;
    height: 8px;
    margin-bottom: 4rem;
    border-radius: 100px;
  }
  #data .col-12 h5 {
    font-size: 12rem;
  }
  #data .col-12 h5.row p {
    font-size: 3rem;
  }
  #invite .company {
    width: 278px;
  }
}

@media (max-width: 500px) {
  .banner-b div:first-child {
    max-width: 54%;
  }
}

@media (max-width: 1199px) {
  #top-munu {
    background: white !important;
  }
}

@media (min-width: 1200px) {
  header {
    background-position: center;
  }
  header .title {
    margin-top: 34vh;
    margin-right: 14%;
    text-align: left;
  }
  header .title br {
    display: none;
  }
  header .title .th1 {
    background: transparent;
    padding: 0px;
    color: #757575;
  }
  header .title img {
    margin-left: 0;
  }
  header #top-munu {
    background: transparent;
  }
  header #top-munu #data .col-12 {
    margin-bottom: 3rem;
  }
  header #top-munu #data .col-12 h5 {
    font-size: 17rem;
  }
  header #top-munu #data .col-12 h5.row p {
    font-size: 4rem;
  }
  header #top-munu #record .talk h3 {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-33px);
            transform: translateX(-33px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-33px);
            transform: translateX(-33px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(-33px);
            transform: translateX(-33px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-33px);
            transform: translateX(-33px);
  }
}
/*# sourceMappingURL=style.css.map */