@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
}

h3 {
  margin-bottom: 0;
}

h4 {
  padding: 5px 10px;
  border: 1px solid #ffd60b;
  display: inline-block;
  color: #ffd60b;
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  color: #ffd60b;
  line-height: 1.5;
}

.mainColor {
  color: #ff6700;
}

.supColor {
  color: #ffd60b;
}

strong {
  color: #ffd60b;
  line-height: 1.5;
}

main {
  margin-top: 140px;
}

@media screen and (max-width: 1279px) {
  main {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}

main.family .banner {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/2等親-final.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_lg_pc.png"), white;
  background-size: 70%, 60%, 60%;
  background-repeat: no-repeat;
  background-position: -25% center, left bottom;
}

@media screen and (max-width: 768px) {
  main.family .banner {
    padding-top: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/2等親-final.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_lg_mb.png"), white;
    background-size: 200%, 100%;
    background-repeat: no-repeat;
    background-position: 43% 10%, center top, top;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main.family .banner .banner-text img {
    margin: 0 auto;
    margin-top: 5%;
  }
}

main.family section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

main.family section h2 {
  font-size: 2.16vw;
}

main.family section.slogan h3 {
  font-size: 2.34vw;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  main.family section.slogan h3 {
    font-size: 26px;
  }
}

main.family section.slogan P {
  font-size: 1.3vw;
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  main.family section.slogan P {
    font-size: 18px;
  }
}

main.family section.slogan span {
  color: #ff6700;
}

@media screen and (max-width: 768px) {
  main.family section.slogan em {
    display: block;
  }
}

main.family section.slogan>div {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), -webkit-gradient(linear, left bottom, left top, from(rgba(14, 170, 125, 0.5)), to(rgba(14, 170, 125, 0.5))), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/moneybg.png"), #f9f690;
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), linear-gradient(to top, rgba(14, 170, 125, 0.5), rgba(14, 170, 125, 0.5)), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/moneybg.png"), #f9f690;
  background-size: 36%, 100%, contain, 100%;
  background-position: 1% 65%, 100%, left bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  main.family section.slogan>div {
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), -webkit-gradient(linear, left bottom, left top, from(rgba(14, 170, 125, 0.5)), to(rgba(14, 170, 125, 0.5))), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/money-1000.png"), #f9f690;
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), linear-gradient(to top, rgba(14, 170, 125, 0.5), rgba(14, 170, 125, 0.5)), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/money-1000.png"), #f9f690;
    background-size: 420px, 100%, 100% auto, 100%;
    background-position: calc(50% - 10px) -220px, 100%, left bottom;
    background-repeat: no-repeat;
  }
}

main.family section.slogan>div h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.98vw;
  width: 40%;
}

@media screen and (max-width: 768px) {
  main.family section.slogan>div h3 {
    font-size: 29px;
    width: 100%;
    margin-bottom: 80px;
  }
}

main.family section.slogan>div h3 strong {
  display: block;
}

main.family section.slogan>div div {
  text-align: left;
  color: #fff;
  width: 60%;
}

@media screen and (max-width: 768px) {
  main.family section.slogan>div div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

main.family section.slogan>div div h5 {
  font-size: 1.8vw;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  main.family section.slogan>div div h5 {
    font-size: 24px;
  }
}

main.family section.slogan>div div p {
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.slogan>div div p {
    font-size: 18px;
  }

  main.family section.slogan>div div p em {
    display: block;
  }
}

main.family section.condition h3 {
  width: 30%;
  padding: 1em 0;
  min-width: 300px;
  border: 5px solid #eee;
  display: inline-block;
  margin: 0 auto;
  border-radius: 3em;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.condition h3 {
    width: 90%;
    font-size: 18px;
  }
}

main.family section.condition article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
  text-align: left;
}

main.family section.condition article>div {
  width: 50%;
  padding: 5% 10%;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div {
    width: 100%;
    padding: 5% 0;
  }
}

main.family section.condition article>div:first-of-type {
  border-right: 5px solid #eee;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div:first-of-type {
    border-bottom: 5px solid #eee;
    border-right: none;
  }
}

main.family section.condition article>div h5 {
  font-size: 1.98vw;
  text-align: center;
}

main.family section.condition article>div h5 span {
  color: #ff6700;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div h5 {
    font-size: 28px;
  }
}

main.family section.condition article>div>div .img {
  height: 250px;
  margin: 20px auto;
  margin-top: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div>div .img {
    height: 150px;
  }
}

main.family section.condition article>div .family-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

main.family section.condition article>div .family-member .img {
  width: 25%;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div .family-member .img {
    background-position: bottom;
  }
}

main.family section.condition article>div .family-member::before {
  content: "越多人加入優惠越多喔";
  font-size: 16px;
  position: absolute;
  background-image: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/talk-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.5em 1em 2em 1em;
  top: 5%;
  left: 10%;
}

main.family section.condition article>div p {
  font-size: 1vw;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div p {
    font-size: 15px;
  }
}

main.family section.condition article>div ul li {
  position: relative;
  font-size: 1vw;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  main.family section.condition article>div ul li {
    margin-left: 2em;
    font-size: 15px;
  }
}

main.family section.condition article>div ul li a {
  color: #ff6700;
}

main.family section.condition article>div ul li em {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -1.5em;
  line-height: 1.2em;
  top: 2px;
}

main.family section.description {
  text-align: center;
  background-color: #f6f6f6;
}

main.family section.description h2 {
  font-size: 1.8vw;
}

@media screen and (max-width: 768px) {
  main.family section.description h2 {
    font-size: 28px;
  }
}

main.family section.description>div {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  main.family section.description>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

main.family section.description>div a {
  background-color: #e2e2e2;
  padding: 10px 0;
  border-radius: 1em;
  margin: 0 20px;
  width: 25%;
  min-width: 300px;
  display: inline-block;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.description>div a {
    font-size: 18px;
    margin-top: 30px;
  }
}

main.family section.description>div a.active {
  background-color: #000;
  color: #fff;
}

main.family section.description article {
  width: 100%;
}

main.family section.description article h3 {
  margin: 20px 0;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  main.family section.description article h3 span {
    display: block;
  }
}

main.family section.description article>div {
  width: 90%;
  margin: 0 auto;
}

main.family section.description article .contract {
  margin-bottom: 30px;
}

main.family section.description article .contract .iAmLeader {
  position: relative;
  top: 100px;
}

main.family section.description article .contract .iAmLeader p {
  width: 12em;
  height: auto;
  background-image: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/tak-bg-white.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: justify;
  padding: 1.5em;
  padding-bottom: 3em;
  position: absolute;
  font-size: 18px;
  margin-bottom: 0;
  top: -50px;
  left: 53%;
}

@media screen and (max-width: 499px) {
  main.family section.description article .contract .iAmLeader p {
    background-image: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/tak-bg-white-mb.png);
    top: -80px;
    width: 90%;
    left: 5%;
    padding: 1em 1.5em 3em 1.5em;
    font-size: 16px;
  }
}

main.family section.description article .contract .iAmLeader p span {
  color: #ff6700;
}

main.family section.description article .contract .iAmLeader img {
  width: 20%;
  min-width: 200px;
  -webkit-filter: drop-shadow(-8px 0px 0px #fff) drop-shadow(0px -8px 0px #fff) drop-shadow(0px 8px 0px #fff) drop-shadow(8px 0px 0px #fff);
  -webkit-filter: drop-shadow(-8px 0px 0px #fff) drop-shadow(0px -8px 0px #fff) drop-shadow(0px 8px 0px #fff) drop-shadow(8px 0px 0px #fff);
  filter: drop-shadow(-8px 0px 0px #fff) drop-shadow(0px -8px 0px #fff) drop-shadow(0px 8px 0px #fff) drop-shadow(8px 0px 0px #fff);
}

main.family section.description article .contract .weAreMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  padding-top: 100px;
  border-radius: 10px;
}

main.family section.description article .contract .weAreMember>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% / 3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  main.family section.description article .contract .weAreMember>div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

main.family section.description article .contract .weAreMember>div h5 {
  width: 100%;
  font-size: 24px;
}

main.family section.description article .contract .weAreMember>div h5 span {
  color: #ff6700;
}

main.family section.description article .contract .weAreMember>div img {
  width: calc(100% / 3);
  height: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

main.family section.description article .contract .weAreMember>div:first-of-type {
  border-right: 5px solid #eee;
}

@media screen and (max-width: 768px) {
  main.family section.description article .contract .weAreMember>div:first-of-type {
    border-right: none;
    border-bottom: 5px solid #eee;
  }
}

main.family section.description article .contract .weAreMember>div:nth-of-type(2) {
  border-right: 5px solid #eee;
}

@media screen and (max-width: 768px) {
  main.family section.description article .contract .weAreMember>div:nth-of-type(2) {
    border-right: none;
    border-bottom: 5px solid #eee;
  }
}

main.family section.description article .only-leader {
  padding: 30px 20px;
  background-color: #ffdd77;
  border-radius: 10px;
  line-height: 1.3;
}

main.family section.description article .only-leader h3 {
  font-size: 1.8vw;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  main.family section.description article .only-leader h3 {
    font-size: 28px;
  }
}

main.family section.description article .only-leader p {
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.description article .only-leader p {
    font-size: 20px;
  }
}

main.family section.description article .only-leader p span {
  color: #ff6700;
}

main.family section.description article .only-leader ol li {
  display: inline-block;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.description article .only-leader ol li {
    display: block;
    font-size: 20px;
  }
}

main.family section.description article table {
  border: 0;
  min-width: 900px;
}

main.family section.description article ul {
  width: 90%;
  margin: 0 auto;
}

main.family section.description article ul li {
  position: relative;
  display: inline-block;
  font-size: 1vw;
  line-height: 1.3;
  margin-left: 1.2em;
}

@media screen and (max-width: 768px) {
  main.family section.description article ul li {
    margin-left: 2em;
    font-size: 15px;
    display: block;
    text-align: left;
  }
}

main.family section.description article ul li a {
  color: #ff6700;
}

main.family section.description article ul li em {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -1.2em;
  line-height: 1.2em;
  top: 2px;
}

main.family section.description article ul li span {
  color: #ff6700;
}

main.family section.genealogy {
  background-color: #fcc8d0;
  padding: 30px 0;
}

main.family section.genealogy h2 {
  font-size: 2.52vw;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main.family section.genealogy h2 {
    font-size: 28px;
  }
}

main.family section.genealogy h2 span {
  color: #ff6700;
}

main.family section.genealogy div {
  padding-top: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main.family section.genealogy div {
    background-size: cover;
    padding-top: 80%;
  }
}

main.family section.invite {
  background-color: #f6f6f6;
}

main.family section.invite article {
  width: 100%;
}

main.family section.invite article h2 {
  text-align: center;
  font-size: 1.8vw;
}

@media screen and (max-width: 768px) {
  main.family section.invite article h2 {
    font-size: 28px;
  }
}

main.family section.invite article>div {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.family section.invite article>div>div {
  width: 25%;
  min-width: 250px;
  padding: 20px 60px 30px 30px;
  background-image: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/chart-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.family section.invite article>div>div h3 {
  color: #ff6700;
  padding-bottom: 10px;
  border-bottom: 3px solid #eee;
  font-size: 27px;
}

main.family section.invite article>div>div .img {
  width: 100px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto;
}

main.family section.invite article>div>div p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}

main.family section.invite article>div>div:last-of-type {
  background-image: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/chart-bg-o.png);
  padding: 20px;
}

main.family section.invite article>div>div:last-of-type h3 {
  color: #fff281;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff281;
  font-size: 27px;
}

main.family section.invite article>div>div:last-of-type p {
  color: #fff;
}

main.family section.iAmMember {
  text-align: center;
}

main.family section.iAmMember p {
  font-size: 1.3vw;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main.family section.iAmMember p {
    font-size: 20px;
  }
}

main.family section.iAmMember article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

main.family section.iAmMember article div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  main.family section.iAmMember article div {
    width: 100%;
  }
}

main.family section.iAmMember article div h3 {
  font-size: 1.8vw;
  margin: 5% 0;
}

@media screen and (max-width: 768px) {
  main.family section.iAmMember article div h3 {
    font-size: 24px;
  }
}

main.family section.iAmMember article div:first-of-type {
  border-right: 5px solid #eee;
}

main.family section.iAmMember article div:first-of-type a {
  background-color: #ff6700;
}

@media screen and (max-width: 768px) {
  main.family section.iAmMember article div:first-of-type {
    border-right: none;
    border-bottom: 5px solid #eee;
  }
}

main.family section.iAmMember article div a {
  background-color: #00a0e9;
  color: #fff;
  padding: 10px;
  display: block;
  width: 80%;
  margin: 5% auto;
  border-radius: 2em;
  font-size: 1.3vw;
  line-height: 1.2;
}

main.family section.iAmMember article div a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  main.family section.iAmMember article div a {
    font-size: 24px;
    width: 100%;
  }
}

main.family section.QA {
  background-color: #f6f6f6;
}

main.family section.QA h2 {
  text-align: center;
  font-size: 2.34vw;
}

@media screen and (max-width: 768px) {
  main.family section.QA h2 {
    font-size: 28px;
  }
}

main.family section.QA>div {
  margin: 3% auto;
  text-align: center;
}

main.family section.QA>div a {
  background-color: #e2e2e2;
  padding: 10px 0;
  border-radius: 1em;
  width: 25%;
  min-width: 300px;
  display: inline-block;
  font-size: 1.3vw;
  margin: 0 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  main.family section.QA>div a {
    font-size: 18px;
  }
}

main.family section.QA>div a.active {
  background-color: #000;
  color: #fff;
}

main.family section.QA article {
  text-align: left;
}

main.family section.QA article>div {
  background-color: #f6f6f6;
  border: 1px solid #f9e9e0;
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
}

main.family section.QA article>div h5 {
  background-color: #f9e9e0;
  padding: 10px 2em;
  margin-bottom: 0;
  position: relative;
  text-indent: -1.5em;
}

main.family section.QA article>div h5:before {
  content: "＋";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 25px;
  background-color: #ff6700;
  color: #fff;
  text-indent: 0;
}

main.family section.QA article>div h5.open:before {
  content: "－";
}

main.family section.QA article>div div {
  background-color: #fff;
  padding: 1em 2em;
  display: none;
}

main.family section.QA article>div div p {
  margin-bottom: 0;
  line-height: 1.3;
}

main.family section.QA article>div div ul {
  margin-bottom: 0;
}

main.family section.QA article>div div ul li {
  list-style: disc;
  margin-left: 1.3em;
  line-height: 1.3;
}

main.family section.remind h3 {
  text-align: left;
}

main.family section.remind ul {
  text-align: left;
}

main.family section.remind ul li {
  list-style: cjk-ideographic;
  font-size: 1.04vw;
  list-style-position: inside;
}

@media screen and (max-width: 768px) {
  main.family section.remind ul li {
    font-size: 12px;
  }
}

main.family section.remind ul li ol {
  padding: 0;
}

main.family section.remind ul li ol li {
  list-style: decimal;
  list-style-position: inside;
  font-size: 12px;
}

main.family section.remind ul li p {
  font-size: 12px;
}

main.family section.doc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  display: none;
}

main.family section.doc.open {
  display: block;
}

main.family section.doc article {
  margin: 100px auto;
  width: 90%;
  padding: 30px;
  max-width: 600px;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  main.family section.doc article {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  main.family section.doc article h2 {
    font-size: 32px;
  }
}

main.family section.doc article div {
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

main.family section.doc article div h3 {
  color: #fff;
  background-color: #515151;
  padding: 5px 20px;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  main.family section.doc article div h3 {
    font-size: 16px;
  }
}

main.family section.doc article div ol {
  padding: 10px;
}

main.family section.doc article div ol li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  main.family section.doc article div ol li {
    font-size: 16px;
  }
}

main.family section.doc article .sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 0px;
}

main.family section.doc article .sample img {
  width: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  main.family section.doc article .sample img {
    width: 50%;
  }
}

#float_map {
  border-radius: 20px;
}

#float_map #map_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 300px;
}

#float_map #map_wrap .area_list {
  position: absolute;
  top: 0;
  left: 100px;
  text-align: left;
}

#float_map #map_wrap .area_list>p {
  font-size: 20px;
}

#float_map #map_wrap .area_list select {
  display: block;
  width: 120px;
  height: 34px;
  margin-left: 10px;
  font-size: 16px;
}

#float_map #map_wrap svg {
  width: 300px;
  border-right: 1px solid #D5D5D5;
  position: relative;
  z-index: 1;
}

#float_map #map_wrap svg path {
  cursor: pointer;
}

#float_map #map_wrap svg path:hover,
#float_map #map_wrap svg path.active {
  fill: #FF6700;
}

#float_map #map_wrap svg path#TWN1177,
#float_map #map_wrap svg path#TWN1171,
#float_map #map_wrap svg path#TWN1164 {
  fill: #A0A0A0 !important;
}

#float_map #map_wrap .available {
  position: relative;
  width: 300px;
  padding-left: 50px;
}

#float_map #map_wrap .available>p {
  font-size: 20px;
  text-align: left;
}

#float_map #map_wrap .available .available_area {
  width: 270px;
}

#float_map #map_wrap .available .available_area p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}

#float_map #map_wrap .available a {
  position: absolute;
  left: 50px;
  bottom: 30px;
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #float_map #map_wrap {
    padding-left: 100px;
  }

  #float_map #map_wrap .area_list {
    left: 20px;
  }

  #float_map #map_wrap svg {
    width: 270px;
  }

  #float_map #map_wrap .available {
    padding-left: 30px;
  }

  #float_map #map_wrap .available a {
    left: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #float_map #map_wrap {
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #float_map #map_wrap .area_list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
  }

  #float_map #map_wrap .area_list>p {
    font-size: 18px;
    margin-bottom: 0;
  }

  #float_map #map_wrap .area_list>ul {
    display: none;
  }

  #float_map #map_wrap .area_list select {
    display: block;
    width: 120px;
    height: 34px;
    margin-left: 10px;
    font-size: 16px;
  }

  #float_map #map_wrap svg {
    width: 50%;
    border: none;
  }

  #float_map #map_wrap svg path {
    cursor: pointer;
  }

  #float_map #map_wrap svg path.st0.active {
    fill: #FF6700 !important;
  }

  #float_map #map_wrap svg path.st0:hover {
    fill: #545454;
  }

  #float_map #map_wrap svg path.st1:hover {
    fill: #A0A0A0;
  }

  #float_map #map_wrap .available {
    position: relative;
    width: 50%;
    padding: 20px;
    text-align: justify;
  }

  #float_map #map_wrap .available .available_area {
    width: auto;
  }

  #float_map #map_wrap .available a {
    position: relative;
    left: 0;
    bottom: 0;
    display: none;
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #float_map #map_wrap {
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #float_map #map_wrap .area_list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
  }

  #float_map #map_wrap .area_list>p {
    font-size: 4vw;
    margin-bottom: 0;
  }

  #float_map #map_wrap .area_list>ul {
    display: none;
  }

  #float_map #map_wrap .area_list select {
    display: block;
    width: 30vw;
    height: 34px;
    margin-left: 10px;
    font-size: 3.5vw;
  }

  #float_map #map_wrap svg {
    width: 50%;
    border: none;
  }

  #float_map #map_wrap svg path {
    cursor: pointer;
  }

  #float_map #map_wrap svg path.st0.active {
    fill: #FF6700 !important;
  }

  #float_map #map_wrap svg path.st0:hover {
    fill: #545454;
  }

  #float_map #map_wrap svg path.st1:hover {
    fill: #A0A0A0;
  }

  #float_map #map_wrap .available {
    position: relative;
    width: 50%;
    padding: 20px;
    text-align: justify;
  }

  #float_map #map_wrap .available>p {
    font-size: 4vw;
  }

  #float_map #map_wrap .available .available_area {
    width: auto;
  }

  #float_map #map_wrap .available .available_area p {
    font-size: 3vw;
  }

  #float_map #map_wrap .available a {
    position: relative;
    left: 0;
    bottom: 0;
    display: none;
    margin-top: 10px;
    font-size: 4vw;
  }
}

nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5%;
  top: 140px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #d7d7d7;
  position: fixed;
  padding-left: 35px;
  padding-right: 35px;
  top: 140px;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media screen and (max-width: 1279px) {
  nav {
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  nav {
    top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

nav.scroll-up {
  top: 80px;
}

nav h1 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 768px) {
  nav h1 {
    font-size: 20px;
  }
}

nav ul {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  nav ul {
    display: block;
    width: 100%;
    text-align: center;
    max-height: 0;
    overflow: hidden;
  }
}

nav ul.open {
  max-height: none;
  margin-top: 10px;
}

nav ul li {
  display: block;
  font-size: 1vw;
  line-height: 1.5em;
}

nav ul li.active a {
  color: #ffd60b;
  border-bottom: 3px solid #ffd60b;
  border-bottom: 2px solid #ff6700;
  transition: all 0.2s;
  color: #ff6700 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  nav ul li {
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    border-left: 3px solid transparent;
  }

  nav ul li:hover {
    border-left: 3px solid #ff6700;
    background-color: rgba(255, 255, 255, 0.8);
  }

  nav ul li.active {
    border-left: 5px solid #ff6700;
    background-color: rgba(255, 255, 255, 0.8);
  }

  nav ul li.active a {
    border-bottom: none;
    color: #ff6700;
  }
}

nav ul li a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  height: 59px;
  line-height: 59px;
  display: block;
  padding: 0 16px;
}

nav ul li a:hover {
  border-bottom: none;
  transition: all 0.2s;
  color: #ff6700 !important;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  nav ul li a {
    display: block;
    padding-bottom: 0;
  }

  nav ul li a:hover {
    border-bottom: none;
    color: #ff6700;
  }
}

nav .navBtn {
  display: none;
  width: 15px;
  height: 15px;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 768px) {
  nav .navBtn {
    display: block;
  }
}

nav .navBtn.open {
  -webkit-transform: rotate(45deg) scale(-1);
  transform: rotate(45deg) scale(-1);
  top: 0px;
}

section.banner {
  width: 100%;
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg4.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_o_pc.png"), white;
  background-size: 50%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: left bottom, 5% bottom;
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  height: 75vh;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes identifier {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes identifier {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  section.banner {
    padding-top: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg4.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_o_mb.png"), white;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 0%, center top, top;
    padding-bottom: 0;
  }
}

section.banner div.banner-text {
  width: 45%;
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20vh;
}

@media screen and (max-width: 768px) {
  section.banner div.banner-text {
    margin-top: 0;
    width: 100%;
  }
}

section.banner div.banner-text img {
  width: 100%;
  height: auto;
  max-width: 30vw;
  margin-left: 10%;
}

@media screen and (max-width: 768px) {
  section.banner div.banner-text img {
    max-width: 100%;
    width: 90%;
    margin-left: 9%;
    margin-top: 5%;
  }
}

section.banner div.banner-text ul {
  border-right: 0;
  margin-left: 10%;
  margin-top: 30px;
  font-size: 1.2vw;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section.banner div.banner-text ul {
    margin: 30px auto;
    width: 80%;
    font-size: 18px;
  }
}

section.banner div.banner-text ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
  line-height: 1.5em;
}

section.banner div.banner-text ul li span {
  color: #ff6700;
}

section.banner.addOnPackage {
  background: url("../images/doubleplayimg/KVimg3.png"), url("../images/doubleplayimg/12.png"), url("../images/doubleplayimg/bg_y_pc.png"), white;
  background-size: 35%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: 15% 100%, 5% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.addOnPackage {
    background: url("../images/doubleplayimg/KVimg-hs.png"), url("../images/doubleplayimg/12.png"), url("../images/doubleplayimg/bg_p2_mb.png"), white;
    background-size: 100%, contain, 100%;
    background-repeat: no-repeat;
    background-position: 60% 0%, top, top;
  }
}

section.banner.highspeed {
  background: url("../images/doubleplayimg/KVimg-hs.png"), url("../images/doubleplayimg/bg_p2_pc.png"), white;
  background-size: 45%, 60%;
  background-repeat: no-repeat;
  background-position: 7% 100%, 0% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.highspeed {
    background: url("../images/doubleplayimg/KVimg-hs.png"), url("../images/doubleplayimg/bg_p2_mb.png"), white;
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    background-position: 60% 0%, top, top;
  }
}

section.banner.sixmonths {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg5.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_y_pc.png"), white;
  background-size: 35%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: 15% 100%, 5% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.sixmonths {
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg5.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_y_mb.png"), white;
    background-size: 100%, contain, 100%;
    background-repeat: no-repeat;
    background-position: 60% 0%, top, top;
  }
}

@media screen and (max-width: 768px) {
  section.banner.sixmonths .banner-text img {
    margin-left: 5%;
  }
}

section.banner.free_trail {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg6.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_pk_pc.png"), white;
  background-size: 35%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: 15% 100%, 5% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.free_trail {
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg6.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_pk_mb.png"), white;
    background-size: 100%, contain, 100%;
    background-repeat: no-repeat;
    background-position: 60% 0%, top, top;
  }
}

@media screen and (max-width: 768px) {
  section.banner.free_trail .banner-text img {
    margin-left: 5%;
  }
}

section.banner.upgrade {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg2.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_g_pc.png"), white;
  background-size: 35%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: 16% bottom, 6% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.upgrade {
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg2.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_g_mb.png"), white;
    background-repeat: no-repeat;
    background-size: 100%, contain, 100%;
    background-position: 60% 0%, top, top;
  }
}

@media screen and (max-width: 768px) {
  section.banner.upgrade div:first-of-type img {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

section.banner.geforce {
  background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_p_pc.png"), white;
  background-size: 35%, 45%, 60%;
  background-repeat: no-repeat;
  background-position: 10% bottom, 0% bottom, left bottom;
}

@media screen and (max-width: 768px) {
  section.banner.geforce {
    background: url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/KVimg.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/12.png"), url("https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/bg_p_mb.png"), white;
    background-size: 100%, contain, 100%;
    background-repeat: no-repeat;
    background-position: 70% 0%, top, top;
  }
}

@media screen and (max-width: 768px) {
  section.banner.geforce .banner-text img {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

section {
  overflow: hidden;
  background-color: #f6f6f6;
}

section article {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

section.proType {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  section.proType {
    width: 100%;
    text-align: center;
  }
}

section.proType a {
  padding: 23px 10px 20px 10px;
  color: #aaa;
  border-bottom: 3px solid transparent;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  section.proType a {
    font-size: 20px;
  }
}

section.proType a.active {
  border-bottom: 3px solid #ff6700;
  color: #ff6700;
}

section.proList article {
  width: 100%;
  max-width: none;
  position: relative;
  padding-top: 2rem;
}

section.proList article .scheme-slick {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-slick {
    width: 100%;
  }
}

section.proList article .scheme-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

section.proList article .scheme-list>div {
  width: 500px;
  max-width: calc(100% - 40px);
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 20px;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid transparent;
  border-top: none;
}

section.proList article .scheme-list>div .scheme-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
  padding: 1em 2em;
  border-radius: 7px 7px 0 0;
}

section.proList article .scheme-list>div .scheme-title h3 {
  word-break: keep-all;
  color: #fff;
  font-size: 1.56vw;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-title h3 {
    font-size: 20px;
  }
}

section.proList article .scheme-list>div .scheme-title h3 span {
  display: block;
  font-size: 1.04vw;
}

section.proList article .scheme-list>div .scheme-title h3 span.price {
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-title h3 span {
    font-size: 14px;
  }
}

section.proList article .scheme-list>div .scheme-title h3:last-child {
  text-align: right;
}

section.proList article .scheme-list>div .scheme-content {
  position: relative;
  list-style-position: outside;
  padding: 1em 2em;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

section.proList article .scheme-list>div .scheme-content>ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
}

section.proList article .scheme-list>div .scheme-content>ul li {
  line-height: 1.5em;
  font-size: 1.04vw;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-content>ul li {
    font-size: 20px;
  }
}

section.proList article .scheme-list>div .scheme-content>ul li span {
  font-size: 0.9vw;
  display: block;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-content>ul li span {
    font-size: 16px;
  }
}

section.proList article .scheme-list>div .scheme-content>ul li em {
  font-size: 0.8vw;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-content>ul li em {
    font-size: 14px;
  }
}

section.proList article .scheme-list>div .scheme-content .gift-intro .img {
  width: 100%;
  height: 300px;
  border-top: 1px solid #b5b5b5;
  -o-object-fit: contain;
  object-fit: contain;
  padding-top: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .scheme-content .gift-intro .img {
    width: 100%;
    height: 170px;
  }
}

section.proList article .scheme-list>div .scheme-content .gift-intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.proList article .scheme-list>div .scheme-content .gift-intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% / 3 - 10px);
  background-color: #bbb;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  min-height: 50px;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.1em;
}

@media screen and (max-width: 499px) {
  section.proList article .scheme-list>div .scheme-content .gift-intro ul li {
    font-size: 3.4vw;
  }
}

section.proList article .scheme-list>div .wifiTag {
  position: absolute;
  right: -5%;
  color: #ffd60b;
  background-color: #000;
  padding: 5px 10px;
  font-size: 1.17vw;
  border-radius: 0 5px 5px 0;
  top: 15px;
}

@media screen and (max-width: 768px) {
  section.proList article .scheme-list>div .wifiTag {
    font-size: 18px;
    top: 5px;
  }
}

section.proList article .scheme-list>div.active {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid #ff6700;
  border-top: none;
}

section.proList article .scheme-list>div.active .scheme-title {
  background-color: #ff6700;
}

section.proList article .scheme-list>div.active-B {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid #2664b5;
  border-top: none;
}

section.proList article .scheme-list>div.active-B .scheme-title {
  background-color: #2664b5;
}

section.proList article .scheme-list>div.active-C {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border: 3px solid #26B564;
  border-top: none;
}

section.proList article .scheme-list>div.active-C .scheme-title {
  background-color: #26b564;
}

section.proList article .scheme-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

section.proList article .scheme-btn .prev {
  width: 150px;
  height: 150px;
  background-color: rgba(153, 153, 153, 0.25);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 75px);
  left: -75px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

section.proList article .scheme-btn .prev:hover {
  background-color: rgba(153, 153, 153, 0.8);
}

section.proList article .scheme-btn .prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20%;
  top: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
}

section.proList article .scheme-btn .next {
  width: 150px;
  height: 150px;
  background-color: rgba(153, 153, 153, 0.25);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 75px);
  right: -75px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

section.proList article .scheme-btn .next:hover {
  background-color: rgba(153, 153, 153, 0.8);
}

section.proList article .scheme-btn .next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20%;
  top: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: transparent #fff #fff transparent;
  border-style: solid;
}

section.proList .scheme-more {
  transition: -webkit-clip-path 0.3s ease;
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  section.proList .scheme-more:before {
    content: "";
    border-width: 30px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    border-style: solid;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

section.proList .scheme-more .schemeSlick .slick-slide {
  position: relative;
}

section.proList .scheme-more .schemeSlick .slick-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
}

section.proList .scheme-more .schemeSlick .slick-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.proList .scheme-more .schemeSlick .slick-item {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item {
    padding-top: 50px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 2.16vw;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div:first-of-type {
  width: 20vw;
  height: 20vw;
  background-color: #fff;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 499px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div:first-of-type {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div:first-of-type .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div:first-of-type.geforce .img {
  width: 80%;
  height: 80%;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div {
  width: calc(100% - 20vw - 30px);
}

@media screen and (max-width: 499px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div {
    width: 100%;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div h4 {
  font-size: 1.8vw;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div h4 {
    font-size: 20px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul {
  color: #fff;
  font-size: 1.62vw;
  line-height: 1.5;
  list-style: disc;
  list-style-position: outside;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul li {
  font-size: 1.44vw;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul li {
    font-size: 20px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul p {
  color: #fff;
  font-size: 1.62vw;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul p {
    font-size: 20px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul em {
  padding: 0 0 5px 0;
  font-size: 1.26vw;
  border-bottom: 5px solid #ff6700;
  margin-bottom: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul em {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div ul {
    font-size: 20px;
  }
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-mycard {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #ffabab;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  color: #000;
  font-size: 20px;
  margin-left: 0.5em;
  vertical-align: middle;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-mycard:hover::before {
  opacity: 1;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-mycard::before {
  content: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/intro-mycard.svg);
  position: absolute;
  bottom: 50%;
  left: -20%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-momo {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #ffabab;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  color: #000;
  font-size: 20px;
  margin-left: 0.5em;
  vertical-align: middle;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-momo:hover::before {
  opacity: 1;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div .intro-momo::before {
  content: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/intro-momo.svg);
  position: absolute;
  bottom: 50%;
  left: -20%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

section.proList .scheme-more .schemeSlick .slick-item .slick-content>div span {
  color: #fff;
  font-size: 1vw;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section.proList .scheme-more .schemeSlick .slick-item .slick-content>div span {
    font-size: 16px;
  }
}

section.proList .scheme-more .schemeSlick .slick-dots {
  bottom: 15px;
}

section.proList .scheme-more .schemeSlick .slick-dots li button:before {
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
}

section.proList .scheme-more .schemeSlick .slick-dots li.slick-active button:before {
  content: url(https://www.taiwanmobile.com/events/doubleplay/images/doubleplayimg/slickBtn.svg);
  width: 30px;
  height: auto;
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  border: none;
}

section.proList .scheme-more .schemeSlick .slick-prev {
  width: 150px;
  height: 150px;
  background-color: rgba(153, 153, 153, 0.25);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0px);
  left: -75px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

section.proList .scheme-more .schemeSlick .slick-prev:hover {
  background-color: rgba(153, 153, 153, 0.8);
}

section.proList .scheme-more .schemeSlick .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20%;
  top: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
}

section.proList .scheme-more .schemeSlick .slick-next {
  width: 150px;
  height: 150px;
  background-color: rgba(153, 153, 153, 0.25);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0px);
  right: -75px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

section.proList .scheme-more .schemeSlick .slick-next:hover {
  background-color: rgba(153, 153, 153, 0.8);
}

section.proList .scheme-more .schemeSlick .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20%;
  top: calc(50% - 10px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: transparent #fff #fff transparent;
  border-style: solid;
}

section.proList.upgrade h2 {
  text-align: center;
  font-size: 2.16vw;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  section.proList.upgrade h2 {
    font-size: 28px;
  }

  section.proList.upgrade h2 strong {
    display: block;
  }
}

section.proList.upgrade table {
  width: 90%;
  max-width: 1140px;
  border: 0;
  min-width: 900px;
}

section.proList.geforce>h2,
section.proList.geforce>h3 {
  text-align: center;
  font-weight: bold;
}

section.proList.geforce>h2 {
  font-size: 2.16vw;
}

@media screen and (max-width: 768px) {
  section.proList.geforce>h2 {
    font-size: 28px;
  }

  section.proList.geforce>h2 em {
    display: block;
  }
}

section.proList.geforce>h3 {
  margin-top: 50px;
  font-size: 1.62vw;
}

@media screen and (max-width: 768px) {
  section.proList.geforce>h3 {
    font-size: 24px;
  }

  section.proList.geforce>h3 em {
    display: block;
  }
}

section.proList.geforce .scheme-list div.active.active {
  border-color: #76b900;
}

section.proList.geforce .scheme-list div.active.active .scheme-title.scheme-title {
  background-color: #76b900;
}

@media screen and (max-width: 768px) {
  section.proList.geforce .scheme-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

section.freeAudio {
  padding-bottom: 50px;
}

section.freeAudio h2 {
  text-align: center;
  font-size: 2.16vw;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section.freeAudio h2 {
    font-size: 28px;
  }
}

section.freeAudio article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.freeAudio article div {
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
  border-right: 2px solid #c4c4c4;
  width: calc(25% - 20px);
  background-size: contain;
}

section.freeAudio article div:last-of-type {
  border-right: none;
}

@media screen and (max-width: 768px) {
  section.freeAudio article div {
    width: calc(50% - 20px);
    border-right: none;
    padding-right: 0;
  }
}

section.freeAudio article div .img {
  width: 8vw;
  height: 8vw;
  margin: 0 auto;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  section.freeAudio article div .img {
    width: 120px;
    height: 120px;
  }
}

section.freeAudio article div p {
  line-height: 1.5em;
  font-size: 1.04vw;
}

@media screen and (max-width: 768px) {
  section.freeAudio article div p {
    font-size: 18px;
  }
}

section.freeAudio article div span {
  font-size: 0.7vw;
}

@media screen and (max-width: 768px) {
  section.freeAudio article div span {
    font-size: 12px;
  }
}

section.freeAudio article.wifi6 {
  width: 80%;
  background-color: #fff;
  border-radius: 18px;
  margin-top: 30px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 50px;
  position: relative;
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6 {
    padding: 90px 20px 30px 20px;
    width: 90%;
  }
}

section.freeAudio article.wifi6>img {
  width: auto;
  height: 15vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  section.freeAudio article.wifi6>img {
    width: auto;
    height: 150px;
  }
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6>img {
    width: auto;
    height: 200px;
  }
}

section.freeAudio article.wifi6 h2 {
  text-align: left;
  width: 100%;
  line-height: 0;
  font-size: 2.7vw;
}

@media screen and (max-width: 787px) {
  section.freeAudio article.wifi6 h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6 h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90%;
  }
}

section.freeAudio article.wifi6 h2 img {
  width: auto;
  height: 2em;
  margin-bottom: 0;
  vertical-align: middle;
}

section.freeAudio article.wifi6 h2 span {
  font-size: 1.04vw;
}

@media screen and (max-width: 787px) {
  section.freeAudio article.wifi6 h2 span {
    font-size: 18px;
  }
}

section.freeAudio article.wifi6 div {
  width: calc(100% - 20px);
  margin: 0;
}

section.freeAudio article.wifi6 div ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
  text-align: left;
}

section.freeAudio article.wifi6 div ul li {
  float: left;
  margin-right: 30px;
  font-size: 1.3vw;
  line-height: 1.5em;
}

@media screen and (max-width: 787px) {
  section.freeAudio article.wifi6 div ul li {
    font-size: 20px;
  }
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6 div ul li {
    clear: both;
    margin-right: 0px;
  }
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6.Gbps {
    padding: 120px 20px 30px 20px;
  }
}

section.freeAudio article.wifi6.Gbps h2 {
  text-align: left;
  width: 100%;
  line-height: 0;
  font-size: 1.8vw;
}

@media screen and (max-width: 787px) {
  section.freeAudio article.wifi6.Gbps h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 499px) {
  section.freeAudio article.wifi6.Gbps h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90%;
  }
}

section.freeAudio article.wifi6.Gbps div {
  width: calc(100% - 10vw);
  margin: 0;
}

section.link-btn {
  background-color: #fff;
}

section.link-btn.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

section.link-btn.float article {
  padding: 0;
}

section.link-btn.float article a {
  font-size: 18px;
}

@media screen and (max-width: 499px) {
  section.link-btn.float article a {
    font-size: 3vw;
    width: 40vw;
    margin: 3vw 1vw;
  }
}

section.link-btn.float.show {
  visibility: visible;
  opacity: 1;
}

section.link-btn h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 1.8vw;
}

@media screen and (max-width: 768px) {
  section.link-btn h3 {
    font-size: 20px;
  }
}

section.link-btn article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

section.link-btn article a {
  margin: 10px 20px;
  font-size: 1.3vw;
}

@media screen and (max-width: 768px) {
  section.link-btn article a {
    font-size: 18px;
  }
}

@media screen and (max-width: 499px) {
  section.link-btn article a {
    width: 300px;
  }
}

section.form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

section.form.open {
  display: block;
}

section.form article {
  position: relative;
  margin-top: 20vh;
  width: 30%;
  min-width: 300px;
  background-color: #fff;
  border-radius: 22px;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  section.form article {
    padding: 30px;
  }
}

section.form article h2 {
  font-size: 24px;
}

section.form article h5 {
  margin-top: 20px;
}

section.form article a.close {
  position: absolute;
  right: -10px;
  top: -20px;
  width: auto;
}

section.form article label,
section.form article select,
section.form article span {
  display: block;
}

section.form article label {
  margin-top: 10px;
  margin-bottom: 0;
}

section.form article label:nth-of-type(2),
section.form article label:nth-of-type(3) {
  width: auto;
  display: inline-block;
}

section.form article input,
section.form article select {
  padding: 5px 10px;
  width: 6em;
  display: block;
}

section.form article input[type="tel"],
section.form article select[type="tel"] {
  width: calc(12em + 4px);
}

section.form article label:last-of-type select {
  width: calc(12em + 4px);
}

section.form article a {
  margin: 20px auto;
  padding: 10px 20px;
  display: inline-block;
}

section.form article span {
  text-align: center;
}

section.form article:last-child {
  display: none;
}

section.remind {
  padding: 50px 0;
}

section.table {
  background-color: #fff;
  max-width: 1140px;
  margin: 0 auto;
}

section.table h2 {
  text-align: center;
  font-size: 2.16vw;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  section.table h2 {
    font-size: 28px;
  }
}

section.table table {
  border: 0;
  min-width: 900px;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* 資費表格樣式 */
.plan-table-box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border: 2px #ccc solid;
  margin: 30px 20px;
  line-height: 1.6em;
}

table.plan-table {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 8px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

table.plan-table th {
  background: #333;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
}

table.plan-table td {
  padding: 10px 5px;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  text-align: center;
}

table.plan-table tr:nth-child(odd) {
  background-color: #f5f5f5;

}

table.plan-table tr:nth-child(even) {
  background-color: #ffffff;
}

table.plan-table ul {
  text-align: left;
  padding-left: 24px;
}

table.plan-table ul li {
  list-style: disc;
}

th.thbg1 {
  background-color: #0071c1 !important;
}

th.thbg2 {
  background-color: #ff6700 !important;
}

th.thbg3 {
  background-color: #2e83a2 !important;
}

.table-align-middle th,
.table-align-middle td {
  vertical-align: middle !important;
}

.table-twm-round-corner {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

.radius-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.radius-lt-0 {
  border-top-left-radius: 0 !important;
}

.radius-rt-0 {
  border-top-right-radius: 0 !important;
}

.radius-lb-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-rb-0 {
  border-bottom-right-radius: 0 !important;
}

.border-l-0 {
  border-left: 0 !important;
}

.border-r-0 {
  border-right: 0 !important;
}

.mobile-show {
  display: none;
}

.bg-white {
  background-color: #ffffff !important;
}

.btn-primary, .btn-brand-blue {
  background-color: #3e1ee6 !important;
  border-color: #3e1ee6 !important;
  ;
}

.btn-primary:hover, .btn-brand-blue:hover {
  background-color: #2d2d6c !important;
  border-color: #2d2d6c !important;
}

@media screen and (min-width: 0px) and (max-width: 640px) {

  /*mobile*/
  .mobile-show {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 949px) {

  /*tablet*/
  .mobile-show {
    display: none;
  }
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.txt-primary-orange {
  color: #ff6700 !important;
}


.twm-content-note h3 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  text-indent: 0;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 1rem;
}

.twm-content-note h3:before {
  content: "";
  background-image: url(../images/doubleplayimg/circle-info.svg);
  background-size: contain;
  color: #ff6700;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.twm-content-note {
  padding: 24px 48px;
}

.twm-content {
  display: block;
  text-align: center;
  position: relative;
}

.twm-content-note ul {
  display: block;
  list-style: decimal;
  counter-reset: number;
}

.twm-content-note ul li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  text-indent: 0;
  text-align: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

.twm-content-note ul li ol {
  padding-left: 10px;
  padding-top: 10px;
}

.twm-content-note ul li ol li {
  list-style: disc;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .twm-content-note {
    padding: 15px 20px;
  }

  .twm-content-note h4 {
    font-size: 12px;
    padding-left: 0;
  }

  .twm-content-note ul {
    padding: 0 10px;
  }

  .twm-content-note ul li {
    color: #5c5c5c;
    font-size: 12px;
  }
}

/*# sourceMappingURL=doubleplay.css.map */
/* @media screen and (max-width: 768px) {
  section.proList.upgrade .table-responsive {}

  section.proList.upgrade table {
    table-layout: fixed;

    width: auto !important;
    overflow: unset !important;
    max-width: unset;
  }

  section.proList.upgrade thead td {
    position: sticky;
    word-break: keep-all;
    top: 0;
    vertical-align: top;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    box-shadow: 0 -2px 0 inset #ddd;
    z-index: 2;
  }

  section.proList.upgrade thead td:first-child {
    left: 0;
    z-index: 3;
    border-right: 0;
    box-shadow: -2px -2px 0 inset #ddd;
    background: #ff6700;
  }

  section.proList.upgrade td, section.proList.upgrade th {
    position: sticky;
    word-break: keep-all;
    top: 0;
    vertical-align: top;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    box-shadow: 0 -2px 0 inset #ddd;
    left: 0;
    z-index: 2;
    box-shadow: -2px 0 0 inset #ddd;
    font-size: 12px;
  }

  section.proList.upgrade tbody tr td,
  section.proList.upgrade tbody tr th {

    vertical-align: middle;
  }

  section.proList.upgrade tbody tr:first-child td,
  section.proList.upgrade tbody tr:first-child th {
    position: static;
  }

  section.proList.upgrade tbody tr:first-child td:first-child,
  section.proList.upgrade tbody tr:first-child th:first-child {
    position: sticky;
    z-index: 5;
  }

  section.proList.upgrade tr td:first-child {
    background-color: #fff;
  }

  section.proList.upgrade tr:nth-child(odd) td:first-child {
    background-color: #f5f5f5;
  }

  section.proList.upgrade tr td:first-child,
  section.proList.upgrade tr th:first-child {
    max-width: 200px;
    word-break: break-all;
    z-index: 5;
  }

  section.proList.upgrade tbody tr td[rowspan] {
    z-index: 1;
  }

  section.proList.upgrade table.plan-table tr:nth-child(odd) td {
    background-color: #f5f5f5;
  }

  section.proList.upgrade table.plan-table tr:nth-child(even) td {
    background-color: #fff;
  }

  section.proList.upgrade tbody tr:nth-child(3) td[rowspan].bg-white {
    z-index: 2;
  }


  section.proList.upgrade .addonpackageTable tr th:nth-child(2),
  section.proList.upgrade .addonpackageTable tr td:nth-child(2) {
    max-width: 200px;
    word-break: break-all;
    z-index: 3;
    left: 74px;
  }

  section.proList.upgrade .dpuTable01 tbody tr td[rowspan] {
    z-index: 3;
  }

  section.proList.upgrade .dpuTable01 tr:nth-child(4) td:nth-child(2), section.proList.upgrade .dpuTable01 tr:nth-child(5) td:nth-child(1), section.proList.upgrade .dpuTable01 tr:nth-child(7) td:nth-child(2), section.proList.upgrade .dpuTable01 tr:nth-child(8) td:nth-child(1), section.proList.upgrade .dpuTable01 tr:nth-child(9) td:nth-child(1) {
    max-width: 200px;
    word-break: break-all;
    z-index: 3;
    left: 25px;
  }

  section.proList.upgrade .dpuTable02 tbody tr:nth-child(2) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(3) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(4) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(5) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(6) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(7) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(8) td:first-child, section.proList.upgrade .dpuTable02 tbody tr:nth-child(9) td:first-child {
    z-index: 1;
  }

  section.proList.upgrade .huTable01 tr th:first-child,
  section.proList.upgrade .huTable02 tr:nth-child(2) th:first-child {
    z-index: 2;
  }
} */

@media screen and (max-width: 640px) {
  nav {
    height: auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  nav .navBtn {
    border-color: transparent rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9) transparent;
  }

  nav ul li {
    padding: 0;
  }

  nav ul li a {
    height: 59px;
    line-height: 59px;
  }
}