/*reset*/
@charset "utf-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav ul {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}

/*台新天地*/
body {
  padding-top: 60px;
  color: #333;
}
.header-bg {
  width: 100%;
  height: 60px;
}
.navbar {
  margin-top: -60px;
}
.ts-logo {
  width: 155px;
}
.footer-bg {
  height: 56px;
}
.footer-bg-box {
  height: 56px;
}
.footer-box {
  color: #fff;
  margin-top: -56px;
}
.copyright-box {
  height: 56px;
}
.copyright-md {
  font-size: 12px;
}
.tsh-logo-box {
  background-color: #dedede;
  height: 56px;
}
.tsh-logo {
  width: 113px;
}

.footer-p{
  color: #fff;
}

@media screen and (max-width: 1024px) {

  .copyright-md {
    text-align: left;
  }

}

@media screen and (max-width: 989px) {

  /*台新天地*/
  body {
    padding-top: 60px;
  }

  .bg-header {
    width: 100%;
    height: 60px;
  }

  .navbar {
    margin-top: -60px;
  }

  .ts-logo {
    width: 131px;
    padding-top: 5px;
  }

  .bg-md-black {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .copyright-md {
    color: #fff;
  }
}


/*內容*/
.txt-center {
  text-align: center;
}
.info {
  font-size: 15px;
  text-align: left;
}

.warning {
  background-color: #f2f2f2;
}


/*手機輪播*/
.carousel-box {
margin-top: 20px;
z-index: 10;
}
.step-wrap {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.step-wrap .owl-prev {
  left: -36px;
}
.step-wrap .owl-next {
  right: -36px;
}
.step-wrap .owl-dots {
  display: block;
  text-align: center;
}
.step-wrap .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px;
  background: #dedede !important;
}
.step-wrap .owl-dot.active {
  background: #d70c18 !important;
}
.step-wrap .owl-dot:focus {
  outline: none;
}
.owl-nav button {
  width: 34px;
  height: 69px;
  position: absolute;
  top: 44%;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav span {
  display: none;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.figure {
width: 98%;
margin: 0 auto;
}
.phone-step {
width: 60%;
margin: 0 auto;
}
.item p {
  margin-top: 20px;
  margin-bottom: 20px;
}


/*----------------------Font----------------------*/

h1,h2,h3,h4,h5,h6,p,li,a,b {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

h1 {
  color: #333;
  font-size: 40px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.8;
}

h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
}

a {
  font-size: 20px;
  color: #333;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #646464;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5;
}

ol {
  padding-left: 20px;
}

li, li a {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 1px;
}


/*----------------------SIDEBAR----------------------*/


.sidebar {
  width: 120px;
  height: 120px;
  background: linear-gradient(90deg, #b39200, transparent) #F2CE2E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: background-color 1s;
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 100;
}

.sidebar:hover {
  background-color: #ff9a27;
}


/*----------------------KV----------------------*/

.kv {
  background-image: url(../images/img-kv-web.jpg);
  width: 100%;
  height: 0;
  padding-bottom: 35.15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.kv-content {
  position: relative;
  left: calc(50% - 650px);
  display: flex;
  flex-direction: column;
  padding-top: 130px;
}

.kv-title1 {
  width: 576px;
  height: 85px;
  margin-bottom: 40px;
}

.kv-title2 {
  width: 508px;
  height: 107px;
  margin-bottom: 40px;
}

.btn-scroll {
  display: inline-block;
  width: 516px;
  height: 21px;
  margin-bottom: 20px;
}

.kv-title3 {
  width: 516px;
  height: 21px;
}

.btn-pri {
  width: 240px;
  height: 70px;
  background: linear-gradient(90deg, #b39200, transparent) #F2CE2E;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: background-color 1s;
}

.btn-pri:hover {
  background-color: #ff9a27;
}

.btn-pri span {
  height: 1px;
  width: 60px;
  margin-left: 10px;
  background-color: #333;
}

.btn-pri b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
}

/*----------------------SEC1----------------------*/

.sec1 {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec1 h1 br {
  display: none;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.card1 {
  position: relative;
  width: 280px;
  display: block;
  margin: 90px 20px 0 20px;
}

.card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(to top, #B59EFF, #5E52FF);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 50px);
  top: -50px;
  z-index: 10;
}

.cardicon {
  width: 50px;
  height: 50px;
}

.card-body {
  height: 230px;
  background-color: #333;
  position: relative;
  padding: 60px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: linear 0.5s;
}

.card-body:hover {
  background-color: #080211;
}

h3 span {
  color: #F3CE2F;
  font-size: 26px;
  font-weight: 500;
}

.s1-pattern1 {
  position: absolute;
  width: 95px;
  height: 100px;
  left: calc(50% + 600px);
  top: 80px;
}

.s1-pattern2 {
  position: absolute;
  width: 95px;
  height: 100px;
  left: calc(50% - 700px);
  top: 60px;
}

.s1-pattern3 {
  position: absolute;
  width: 53px;
  height: 56px;
  left: calc(50% - 750px);
  bottom: 115px;
}



/*----------------------SEC2----------------------*/

.sec2 {
  background-image: url(../images/img-s2-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: fill;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.s2-box {
  background-color: #fff;
  padding: 50px 100px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.s2-box .s2-title h2, .s2-box h3 {
  color: #333;
}

.s2-title {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.shine {
  margin-right: 10px;
  margin-left: 10px;
}

.line {
  width: 750px;
  height: 1px;
  background-color: #B49464;
  margin-top: 40px;
  margin-bottom: 40px;
}

.s2-box p {
  margin-top: 5px;
}

c {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(to top, #B59EFF, #5E52FF);
  margin-right: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.s2-box .btn-pri {
  margin-top: 50px;
}

.case {
  width: 164px;
  height: 318px;
  position: absolute;
  bottom: -60px;
  left: calc(50% + 400px);
  transform: rotate(20deg);
}


/*----------------------SEC3----------------------*/

.sec3 {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.s3-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.s3-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s3-card-img {
  height: 195px;
  width: 334px;
}

.s3-card-body {
  height: 150px;
  width: 334px;
  border-radius: 0 0 20px 20px;
  background-color: #E0CDB8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s3-card-body h3 {
  color: #333;
  font-size: 17px;
}

.btn-sec {
  width: 140px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 1s;
  margin-top: 15px;
}

.btn-sec:hover {
  background-color: #d8d6d5;
}

.btn-sec {
  color: #333;
  font-size: 16px;
}




/*----------------------SEC4----------------------*/

.sec4 {
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.btn-ts {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
}

