@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

.extra-style {
  text-align: left;
  background: url('../images/bg.jpg') repeat-y top center;
  max-width: 1440px;
  margin: auto;
}
.extra-style img {
  width: 100%;
  height: auto;
}
.sp-content {
  padding: 0 30px 100px;
}
.sp-flex {
  display: flex;
  justify-content: space-between;
}
/*title*/
.extra-style .title {
  text-align: center;
  margin: 55px 0;
}
.extra-style .title h2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
}
.extra-style .title h2:before,
.extra-style .title h2:after {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
}
.extra-style .title h2:before {
  background: #00a749;
  border-radius: 25px 0 0 25px;
  margin-right: 10px;
}
.extra-style .title h2:after {
  background: #440079;
  border-radius: 0 25px 25px 0;
  margin-left: 10px;
}
/*btn*/
.extra-style .sp-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.extra-style .sp-btn li {
  margin: 0 10px;
}
.extra-style .sp-btn a {
  font-size: 30px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  color: #0856a3;
  width: 200px;
  height: 60px;
  border: 2px solid #0856a3;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.extra-style .sp-btn a:hover {
  color: #fff;
  background-color: #0856a3;
}
.extra-style .sp-btn a:after {
  content: url('../images/arrow.png');
  display: block;
  margin-bottom: 5px;
  margin-left: 10px;
}
.extra-style .sp-btn a:hover:after {
  content: url('../images/arrow-w.png');
}
.sp-about.sp-flex,
.sp-pd.sp-flex {
  flex-wrap: wrap;
}
.sp-about.sp-flex li,
.sp-pd.sp-flex li {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
.sp-about.sp-flex img,
.sp-pd.sp-flex img {
  border-radius: 10px;
}
/*about*/
.sp-about.sp-flex li {
  margin-bottom: 90px;
}
.sp-about .about-txt {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.sp-about .about-txt h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  display: flex;
  flex-shrink:0;
  width: 90px;
  margin-right: 15px;
}
.sp-about li .about-txt h3:before {
  content: "";
  display: flex;
  flex-shrink:0;
  width: 8px;
  height: 60px;
  margin-right: 15px;
}
.sp-about li:nth-child(1) .about-txt h3:before {
  background-color: #fff;
}
.sp-about li:nth-child(2) .about-txt h3:before {
  background-color: #440079;
}
.sp-about li:nth-child(3) .about-txt h3:before {
  background-color: #00a749;
}
.sp-about li:nth-child(4) .about-txt h3:before {
  background-color: #d10000;
}
.sp-about .about-txt p {
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
/*product*/
.extra-style .title.pd-title {
  margin-top: 100px;
}
.sp-pd.sp-flex {
  align-items: center;
}
.sp-pd.sp-flex img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.sp-gift {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.sp-gift p {
  font-size: 24px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #000;
}
.sp-gift img {
  height: 180px;
  width: auto;
  margin-right: 20px;
}
/*video*/
.sp-video {
  width: 60%;
  margin: auto;
}
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*qa*/
.sp-qa {
  font-size: 20px;
  line-height: 1.5;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 50px 30px 30px;
}
.sp-qa dl {
  margin-bottom: 30px;
}
.sp-qa dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.sp-qa dt i {
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  background-color: #0856a3;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  line-height: 40px;
}
.sp-qa dd {
  margin-bottom: 30px;
}
.sp-qa dd:last-child {
  margin-bottom: 0;
}
.sp-qa ol {
  list-style: auto;
  padding-left: 30px;
}
/*rwd*/
.extra-style .mb {
  display: none;
}
@media (max-width:1199px) {
  .extra-style h2 {
    transform: scale(.8);
  }
}
@media (max-width:768px) {
  .extra-style .title {
    margin: 30px 0;
  }
  .sp-about.sp-flex, .sp-pd.sp-flex {
    justify-content: center;
  }
  .sp-about.sp-flex li,
  .sp-pd.sp-flex li {
    width: 90%;
  }
  .sp-about.sp-flex li {
    margin-bottom: 50px;
  }
  .extra-style .title.pd-title {
    margin-top: 60px;
  }
  .sp-video {
    width: 90%;
  }
}
@media (max-width:767px) {
  .extra-style .dt {
    display: none;
  }
  .extra-style .mb {
    display: block;
  }
  .sp-gift {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .sp-gift img {
    width: 80%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sp-gift p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width:600px) {
  .sp-content {
    padding: 0 20px 50px;
  }
  .extra-style .title {
    margin: 20px 0;
  }
  .extra-style h2 {
    transform: scale(1);
  }
  .extra-style .title h2:before,
  .extra-style .title h2:after {
    width: 20px;
    height: 40px;
  }
  .extra-style .title h2 {
    font-size: 34px;
    align-items: flex-end;
  }
  .sp-about.sp-flex li,
  .sp-pd.sp-flex li {
    width: 100%;
  }
  .sp-about.sp-flex li {
    margin-bottom: 30px;
  }
  .sp-about .about-txt {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .sp-about .about-txt h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .sp-about li .about-txt h3:before {
    height: 32px;
  }
  .sp-video {
    width: 100%;
  }
  .extra-style .sp-btn {
    flex-direction: column;
    align-items: center;
  }
  .extra-style .sp-btn li {
    margin-bottom: 15px;
  }
}

