﻿@charset "utf-8";

/*Common*/
.spoutline {
  float: left;
  width: 100%;
  height: auto;
}

.spmain-outline {
  float: left;
  width: 100%;
  height: auto;
}

.spmain-block {
  display: block;
  margin: 0 auto;
  padding: 100px 0 200px 0;
  width: 80%;
  height: auto;
  height: auto;
}

.sp-title {
  float: left;
  width: 100%;
  height: 70px;
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
}

.sp-title.blue {
  float: left;
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #000012;
  background-color: #011833;
}

.sp-title.grown {
  float: left;
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #7c5904;
  background-color: #ac7d0b;
}

/* 加了這些屬性 */
/* 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
.sp-product-info {
  display: flex;
  float: left;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 100px 0;
  width: 100%;
  height: auto;
}

.sp-product-info > img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

/* 加了這段 */
.sp-product-info > iframe {
  padding: 0 50px;
  width: 71%;
}

.sp-product-intro-block {
  position: absolute;
  max-width: 500px;
  width: auto;
  height: auto;
}

.sp-product-intro-block.left {
  float: left;
}

.sp-product-intro-block.right {
  float: right;
}

.sp-product-intro-block:nth-last-child(3) {
  left: 300px;
  margin-top: 200px;
}

.sp-product-intro-block:nth-last-child(2) {
  right: 150px;
  margin-top: 400px;
}

.sp-product-intro-block:nth-last-child(1) {
  right: 200px;
}

.sp-product-intro-title {
  float: left;
  width: 100%;
  height: 36px;
}

.sp-product-intro-title > div {
  float: left;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #011833;
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

.sp-product-intro-title > span {
  float: left;
  width: auto;
  height: 36px;
  color: #011833;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
}

.sp-product-intro-tips {
  float: left;
  margin-top: 8px;
  padding-left: 45px;
  width: calc(100% - 45px);
  height: auto;
}

.sp-product-intro-tips > div {
  float: left;
  margin-right: 8px;
  width: 50px;
  height: 29px;
}

.sp-product-intro-tips > span {
  float: left;
  width: auto;
  height: 29px;
  color: #1b3c64;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

.sp-product-intro-tips > li {
  float: left;
  margin-top: 8px;
  width: 100%;
  height: auto;
  color: #333;
  list-style: none;
  font-weight: lighter;
  font-size: 17px;
}

.sp-product-intro-tips > li.sub {
  float: left;
  margin-top: 10px;
  width: 100%;
  height: auto;
  color: #999;
  list-style: none;
  font-weight: lighter;
  font-size: 15px;
}

.sp-product-intro-tips > img {
  float: left;
  margin-top: 20px;
  max-width: 200px;
  width: auto;
  height: auto;
}

.sp-product-set-title {
  float: left;
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  color: #ac7d0b;
  font-weight: 700;
  font-size: 25px;
}

.sp-product-set-title > span {
  float: left;
  width: 100%;
  height: auto;
  color: #333;
  font-weight: lighter;
  font-size: 20px;
}

.sp-product-set-out {
  float: left;
  width: 100%;
  height: auto;
}

.sp-product-set-block {
  float: left;
  width: 28%;
  height: auto;
}

.sp-product-set-block > img {
  display: block;
  margin-bottom: 45px;
  width: 100%;
  height: auto;;
}

.sp-product-set-block > img.step {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

.sp-product-set-next {
  position: relative;
  top: 50%;
  float: left;
  width: 8%;
  height: auto;
  transform: translateY(250%);
}

.sp-product-set-next > img {
  display: block;
  margin: 0 5%;
  width: 90%;
  height: auto;
}

.sp-product-step-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  color: #ac7d0b;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.sp-product-step-title.sub {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  height: auto;
  color: #ac7d0b;
  text-align: center;
  font-size: 16px;
}

.sp-product-step-title.sub > span {
  display: inline-block;
  float: none;
  width: auto;
  height: auto;
  color: #ac7d0b;
  font-size: 25px;
}

.sp-adv-block {
  float: left;
  margin-bottom: 70px;
  width: 100%;
  height: auto;
}

.sp-adv-pic-block {
  width: 55%;
  height: auto;
}

.sp-adv-word-block {
  width: 45%;
  height: auto;
}

.sp-adv-word-block.pl {
  padding-left: 20px;
  width: calc(45% - 20px);
}

.sp-adv-word-block.pr {
  padding-right: 20px;
  width: calc(45% - 20px);
}

.left {
  float: left;
}

.right {
  float: right;
}

.sp-adv-title {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  color: #ac7d0b;
  font-weight: 700;
  font-size: 25px;
}

.sp-adv-main {
  float: left;
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  color: #333;
  font-weight: normal;
  font-size: 20px;
}

.sp-adv-sub {
  float: left;
  width: 100%;
  height: auto;
  color: #999;
  font-weight: lighter;
  font-size: 16px;
}

.sp-airgroove-link {
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
  width: 500px;
  height: 55px;
  border-radius: 5px;
  background: #ac7d0b;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  color: white !important;
  text-align: center;
  text-decoration: none!important;
  font-size: 20px;
  line-height: 55px;;
}

/*Common*/





/*RWD*/

/*電腦*/
@media screen and (min-width:1366px) and (max-width:1900px) {
  .sp-product-intro-block {
    position: relative;
    float: left;
    max-width: 33.3%;
    width: 33.3%;
    height: auto;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }
}

/*電腦*/

/*IPAD PRO*/
@media screen and (min-width:1024px) and (max-width:1365px) {
  .sp-product-intro-block {
    position: relative;
    float: left;
    max-width: 33.3%;
    width: 33.3%;
    height: auto;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: 100%;
  }
}

/*IPAD PRO*/

/*IPAD*/
@media screen and (min-width:768px) and (max-width:1023px) {
  .spmain-block {
    display: block;
    margin: 0 auto;
    padding: 100px 0 200px 0;
    width: 90%;
    height: auto;
    height: auto;
  }

  .sp-product-intro-block {
    position: relative;
    float: left;
    margin-bottom: 70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: auto;
  }

  .sp-product-set-block {
    float: left;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
  }

  .sp-product-set-block > img {
    display: block;
    margin: 0 auto 35px auto;
    width: auto;
    height: auto;
  }

  .sp-product-set-next {
    display: none;
  }

  .sp-adv-block {
    margin-bottom: 200px;
  }

  .sp-adv-pic-block {
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block.pl {
    padding: 0 0.5%;
    width: 99%;
  }

  .sp-adv-word-block.pr {
    padding: 0 0.5%;
    width: 99%;
  }

  .left {
    float: left;
  }

  .right {
    float: left;
  }

  .sp-adv-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #ac7d0b;
    font-weight: 700;
    font-size: 25px;
  }

  .sp-adv-main {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: normal;
    font-size: 20px;
  }

  .sp-adv-sub {
    float: left;
    width: 100%;
    height: auto;
    color: #999;
    font-weight: lighter;
    font-size: 16px;
  }
}

/*IPAD*/

/*大手機*/
@media screen and (min-width:540px) and (max-width:767px) {
  .spmain-block {
    display: block;
    margin: 0 auto;
    padding: 100px 0 200px 0;
    width: 90%;
    height: auto;
    height: auto;
  }

  .sp-product-intro-block {
    position: relative;
    float: left;
    margin-bottom: 70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .sp-product-info > img {
    margin: 0 5%;
    width: 90%;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: auto;
  }

  .sp-product-set-block {
    float: left;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
  }

  .sp-product-set-block > img {
    display: block;
    margin: 0 5% 35px 5%;
    width: 90%;
    height: auto;
  }

  .sp-product-set-next {
    display: none;
  }

  .sp-adv-block {
    margin-bottom: 200px;
  }

  .sp-adv-pic-block {
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block.pl {
    padding: 0 0.5%;
    width: 99%;
  }

  .sp-adv-word-block.pr {
    padding: 0 0.5%;
    width: 99%;
  }

  .left {
    float: left;
  }

  .right {
    float: left;
  }

  .sp-adv-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #ac7d0b;
    font-weight: 700;
    font-size: 25px;
  }

  .sp-adv-main {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: normal;
    font-size: 20px;
  }

  .sp-adv-sub {
    float: left;
    width: 100%;
    height: auto;
    color: #999;
    font-weight: lighter;
    font-size: 16px;
  }
}

/*大手機*/


/*iphone Plus*/
@media screen and (min-width:414px) and (max-width:539px) {
  .spmain-block {
    display: block;
    margin: 0 auto;
    padding: 100px 0 200px 0;
    width: 90%;
    height: auto;
    height: auto;
  }

  .sp-product-intro-block {
    position: relative;
    float: left;
    margin-bottom: 70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .sp-product-info > img {
    margin: 0 5%;
    width: 90%;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: auto;
  }

  .sp-product-set-block {
    float: left;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
  }

  .sp-product-set-block > img {
    display: block;
    margin: 0 5% 35px 5%;
    width: 90%;
    height: auto;
  }

  .sp-product-set-next {
    display: none;
  }

  .sp-adv-block {
    margin-bottom: 200px;
  }

  .sp-adv-pic-block {
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block.pl {
    padding: 0 0.5%;
    width: 99%;
  }

  .sp-adv-word-block.pr {
    padding: 0 0.5%;
    width: 99%;
  }

  .left {
    float: left;
  }

  .right {
    float: left;
  }

  .sp-adv-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #ac7d0b;
    font-weight: 700;
    font-size: 25px;
  }

  .sp-adv-main {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: normal;
    font-size: 20px;
  }

  .sp-adv-sub {
    float: left;
    width: 100%;
    height: auto;
    color: #999;
    font-weight: lighter;
    font-size: 16px;
  }

  .sp-airgroove-link {
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 90%;
    height: 55px;
    border-radius: 5px;
    background: #ac7d0b;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    color: white !important;
    text-align: center;
    text-decoration: none!important;
    font-size: 20px;
    line-height: 55px;;
  }
}

/*iphone Plus*/

/*iphone*/
@media screen and (min-width:375px) and (max-width:413px) {
  .sp-title {
    height: 50px !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;;
  }

  .spmain-block {
    display: block;
    margin: 0 auto;
    padding: 100px 0 200px 0;
    width: 90%;
    height: auto;
    height: auto;
  }

  .sp-product-intro-block {
    position: relative;
    float: left;
    margin-bottom: 70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .sp-product-info > img {
    margin: 0 5%;
    width: 90%;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: 70%;
  }

  .sp-product-set-block {
    float: left;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
  }

  .sp-product-set-block > img {
    display: block;
    margin: 0 5% 35px 5%;
    width: 90%;
    height: auto;
  }

  .sp-product-set-next {
    display: none;
  }

  .sp-adv-block {
    margin-bottom: 50px;
  }

  .sp-adv-pic-block {
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block.pl {
    padding: 0 0.5%;
    width: 99%;
  }

  .sp-adv-word-block.pr {
    padding: 0 0.5%;
    width: 99%;
  }

  .left {
    float: left;
  }

  .right {
    float: left;
  }

  .sp-adv-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #ac7d0b;
    font-weight: 700;
    font-size: 25px;
  }

  .sp-adv-main {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: normal;
    font-size: 20px;
  }

  .sp-adv-sub {
    float: left;
    width: 100%;
    height: auto;
    color: #999;
    font-weight: lighter;
    font-size: 16px;
  }

  .sp-airgroove-link {
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 90%;
    height: 55px;
    border-radius: 5px;
    background: #ac7d0b;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    color: white !important;
    text-align: center;
    text-decoration: none!important;
    font-size: 20px;
    line-height: 55px;;
  }

  .sp-product-intro-title > div {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .sp-product-intro-title > span {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .sp-product-intro-tips {
    padding-left: 30px;
    width: calc(100% - 30px);
  }

  .sp-product-intro-tips > span {
    font-size: 18px;
  }
}

/*iphone*/

/*iphone SE*/
@media screen and (max-width:370px) {
  .sp-title {
    height: 50px !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;;
  }

  .spmain-block {
    display: block;
    margin: 0 auto;
    padding: 100px 0 200px 0;
    width: 90%;
    height: auto;
    height: auto;
  }

  .sp-product-intro-block {
    position: relative;
    float: left;
    margin-bottom: 70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .sp-product-info > img {
    margin: 0 5%;
    width: 90%;
  }

  .sp-product-intro-block.left {
    float: left;
  }

  .sp-product-intro-block.right {
    float: left;
  }

  .sp-product-intro-block:nth-last-child(3) {
    left: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(2) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-intro-block:nth-last-child(1) {
    right: 0;
    margin-top: 0;
  }

  .sp-product-set-block > img.step {
    width: 70%;
  }

  .sp-product-set-block {
    float: left;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
  }

  .sp-product-set-block > img {
    display: block;
    margin: 0 5% 35px 5%;
    width: 90%;
    height: auto;
  }

  .sp-product-set-next {
    display: none;
  }

  .sp-adv-block {
    margin-bottom: 50px;
  }

  .sp-adv-pic-block {
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  .sp-adv-word-block.pl {
    padding: 0 0.5%;
    width: 99%;
  }

  .sp-adv-word-block.pr {
    padding: 0 0.5%;
    width: 99%;
  }

  .left {
    float: left;
  }

  .right {
    float: left;
  }

  .sp-adv-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #ac7d0b;
    font-weight: 700;
    font-size: 25px;
  }

  .sp-adv-main {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: normal;
    font-size: 20px;
  }

  .sp-adv-sub {
    float: left;
    width: 100%;
    height: auto;
    color: #999;
    font-weight: lighter;
    font-size: 16px;
  }

  .sp-airgroove-link {
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
    width: 90%;
    height: 55px;
    border-radius: 5px;
    background: #ac7d0b;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    color: white !important;
    text-align: center;
    text-decoration: none!important;
    font-size: 20px;
    line-height: 55px;;
  }

  .sp-product-intro-title > div {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .sp-product-intro-title > span {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .sp-product-intro-tips {
    padding-left: 30px;
    width: calc(100% - 30px);
  }

  .sp-product-intro-tips > span {
    font-size: 18px;
  }
}
/*iphone SE*/


/*RWD*/
