@charset "UTF-8";
/*

// @mixin desktop {
//   @media (min-width: 1024px) {
//     @content;
//   }
// }

// @mixin pad {
//   @media (max-width: 1024px) {
//     @content;
//   }
// }

@mixin pad-mini {
  @media (max-width: 768px) {
    @content;
  }
}

// @mixin mobile {
//   @media (max-width: 640px) {
//     @content;
//   }
// }


@mixin desktop{
	@media (min-width: 821px) { //1200
		@content;
	}
}
@mixin pad{
	@media (max-width: 820px) { //1199
		@content;
	}
}
@mixin mobile{
	@media (max-width: 767px) {
		@content;
	}
}
*/
/**
 * 
 * @authors MFO WebTeam
 * @date    2025-07-16
 * @version 1.0
 */
.eStore-page-content {
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
  font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
  box-sizing: border-box;
  font-weight: normal;
}
.eStore-page-content *,
.eStore-page-content *::before,
.eStore-page-content *::after {
  box-sizing: border-box;
}
.eStore-page-content h6, .eStore-page-content .h6, .eStore-page-content h5, .eStore-page-content .h5, .eStore-page-content h4, .eStore-page-content .h4, .eStore-page-content h3, .eStore-page-content .h3, .eStore-page-content h2, .eStore-page-content .h2, .eStore-page-content h1, .eStore-page-content .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
.eStore-page-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.eStore-page-content img, .eStore-page-content svg {
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.eStore-page-content a {
  text-decoration: none;
}
.eStore-page-content ol, .eStore-page-content ul, .eStore-page-content dl {
  margin-top: 0;
  margin-bottom: 0rem;
}
.eStore-page-content b,
.eStore-page-content strong {
  font-weight: bolder;
}
.eStore-page-content small, .eStore-page-content .small {
  font-size: 0.875em;
}
.eStore-page-content mark, .eStore-page-content .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
.eStore-page-content sub,
.eStore-page-content sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.eStore-page-content sub {
  bottom: -0.25em;
}
.eStore-page-content sup {
  top: -0.5em;
}
.eStore-page-content table {
  caption-side: bottom;
  border-collapse: collapse;
}
.eStore-page-content th, .eStore-page-content td {
  vertical-align: middle;
}
.eStore-page-content caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.eStore-page-content th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.eStore-page-content .text-dark {
  color: #242526;
}
.eStore-page-content .text-black {
  color: #000;
}
.eStore-page-content .text-white {
  color: #fff;
}
.eStore-page-content .radius-0 {
  border-radius: none;
}
.eStore-page-content .radius-12 {
  border-radius: 12px;
}
.eStore-page-content .radius-16 {
  border-radius: 16px;
}
.eStore-page-content .radius-20 {
  border-radius: 20px;
}

.eStore-containerBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.eStore-containerBox .w-1200 {
  max-width: 1200px;
}
.eStore-containerBox .w-1000 {
  max-width: 1000px;
}
.eStore-containerBox .font-weight-bold {
  font-weight: bold;
}
.eStore-containerBox .shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}
.eStore-containerBox .shadow-darken {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.pc-show {
  display: block;
}

.mobile-show {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .mobile-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 949px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
/* 按鈕樣式 */
.btn-primary-orange {
  color: #fff !important;
  background-color: #ff6700 !important;
  border-radius: 90px;
  border: 0;
  outline: 0;
  background-size: 300% 100%;
}

.btn-primary-orange:hover {
  color: #fff !important;
  background-color: #ff6700 !important;
}

/* FAQ收合樣式 */
.QandA {
  background-color: #f9e9e0;
  border: 1px solid #f9e9e0;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 20px;
}
.QandA .Question {
  color: #000000;
  width: calc(100% - 10px);
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
.QandA .Question .item-title {
  font-size: 16px;
  margin-left: 5px;
  width: calc(100% - 10px);
  padding-right: 15px;
  display: flex;
  line-height: 26px;
}
.QandA .Answer {
  font-size: 0.9rem;
  background-color: #fff;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1em 15px;
  line-height: 1.6;
}
.QandA .Answer p {
  margin-bottom: 0;
  padding-left: 2.25rem;
  line-height: 22px;
  text-align: justify;
}
.QandA .Answer ul {
  list-style: disc;
  padding-left: 15px;
  padding-top: 4px;
  margin-bottom: 1rem;
}
.QandA .Answer ul li {
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: justify;
}
.QandA .Answer ul ol {
  counter-reset: num;
  padding-left: 1.5rem;
}
.QandA .Answer ul ol li {
  list-style: none;
  text-indent: -1.5rem;
  text-align: justify;
  margin: 4px 0;
}
.QandA .Answer ul ol li:before {
  counter-increment: num;
  content: "(" counter(num) ")";
}

.accent-text {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #ff6100;
  line-height: 26px;
  font-family: en, sans-serif;
}

.plus-box {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  top: 0px;
  background: 0 0;
  transition: border-color 0.4s ease, background 0.4s ease;
  border-color: #ff6100;
  background: #ff6100;
  display: inline-block;
}

.plus-box:after,
.plus-box:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.4s ease, background 0.4s ease;
  transform: rotate(0);
}

.plus-box:after {
  transform: rotate(90deg);
}

.accordion.accordion-open .plus-box:after,
.accordion.accordion-open .plus-box:before {
  background: #fff;
}

.plus-box:hover {
  opacity: 0.85;
}

.active .plus-box:after {
  transform: rotate(90deg);
  opacity: 0;
}

.active .plus-box:before {
  transform: rotate(270deg);
  opacity: 1;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .sticky-scroll {
    height: 60vh;
  }
  #QandA {
    margin-bottom: 10px;
  }
  .plus-box {
    width: 26px;
    height: 22px;
  }
  .plus-box:after,
  .plus-box:before {
    width: 2px;
    height: 8px;
  }
  .Question .item-title {
    font-size: 1rem;
  }
  .Question {
    width: 100%;
  }
  .Question .item-title {
    width: 100%;
  }
  .accent-text {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .Answer p {
    padding-left: 0;
  }
}
.eStore-page-note ul, .eStore-page-note li, .eStore-page-note ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.eStore-page-note ul, .eStore-page-note li {
  list-style-position: inside;
  list-style: disc;
  padding-left: 0;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.eStore-page-note ul {
  list-style-type: decimal;
  padding-left: 1em !important;
  padding: 0;
}
.eStore-page-note ol {
  list-style: decimal;
  list-style-position: inside;
  list-style: decimal;
  padding-left: 0;
  padding-left: 1em !important;
  color: #000;
}
.eStore-page-note ul > li {
  list-style-type: decimal;
}
.eStore-page-note li {
  line-height: 1.6;
  font-size: 13px;
  text-align: justify;
}
.eStore-page-note li ol.dplus, .eStore-page-note li ol.moplus {
  padding-left: 0 !important;
}
.eStore-page-note li ol.dplus li, .eStore-page-note li ol.moplus li {
  list-style-type: none;
  counter-increment: my-counter;
}
.eStore-page-note li ol.dplus li::before, .eStore-page-note li ol.moplus li::before {
  content: "(" counter(my-counter) ") ";
}
.eStore-page-note h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  text-indent: 0;
  text-align: left;
  margin-bottom: 16px;
  /* padding-left: 1.3em; */
}
.eStore-page-note h4:before {
  content: "";
  background-image: url(https://www.myfone.com.tw/buy/myfoneweb/mfo/event/assets/images/circle-info.svg);
  background-size: contain;
  color: #ff6700;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.container-table {
  max-width: 1200px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.container-table h2 {
  position: relative;
}
.container-table h2 small {
  position: absolute;
  right: 3%;
  bottom: 6px;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .container-table h2 small {
    position: initial;
    display: block;
    padding-bottom: 8px;
  }
}
.container-table small {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
  font-size: 0.85rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .container-table .logo-disney {
    margin: 0 auto;
    display: block;
  }
}
.container-table div.table-fixedHead {
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.container-table div.table-fixedHead table {
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  line-height: 1.6rem;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table {
    width: 100%;
  }
}
.container-table div.table-fixedHead table th:first-child,
.container-table div.table-fixedHead table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #cccccc;
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-left: 0;
  text-align: center;
  width: 176px !important;
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table th:first-child,
  .container-table div.table-fixedHead table td:first-child {
    font-size: 0.75rem;
    width: 88px !important;
    line-height: 1rem;
  }
}
.container-table div.table-fixedHead table td {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #dee2e6;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table td {
    padding: 6px 0;
  }
}
.container-table div.table-fixedHead table td.bg-lite-momo {
  background-color: rgba(206, 40, 116, 0.08);
}
.container-table div.table-fixedHead table td.bg-lite-disney {
  background-color: rgba(0, 15, 102, 0.07) !important;
  color: #000f66;
}
.container-table div.table-fixedHead table td.bg-lite-moplus {
  background: #D6B47F;
  background: linear-gradient(90deg, rgb(214, 180, 127) 0%, rgb(253, 253, 251) 50%, rgb(214, 180, 127) 100%);
}
.container-table div.table-fixedHead table td.bg-lite-perplexity {
  background: #f3f3ee;
}
.container-table div.table-fixedHead table td.bg-disney {
  background-image: linear-gradient(to bottom, #000f66, #001899);
  color: #fff;
}
.container-table div.table-fixedHead table td.bg-perplexity {
  background-color: #236f7a;
  color: #fff;
}
.container-table div.table-fixedHead table td .btnrow {
  margin: 8px auto;
}
.container-table div.table-fixedHead table td .btnrow a {
  margin: 0 auto !important;
  line-height: 1.5rem;
  width: 100px !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table td .btnrow a {
    width: unset !important;
    padding: 0.4rem 0.8rem;
  }
}
.container-table div.table-fixedHead table th {
  font-weight: initial;
}
.container-table div.table-fixedHead table th.headCol-th-txt {
  background-color: #ce2874;
  color: #fff;
  border: 1px solid #dee2e6;
  display: table-cell;
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table th.headCol-th-txt {
    text-align: left;
    padding-left: 6px;
  }
}
.container-table div.table-fixedHead table th.headCol-th-number {
  background-color: #dd5298;
  color: #fff;
  border: 1px solid #dee2e6;
  text-align: center;
  height: 40px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table th.headCol-th-number {
    position: absolute;
    left: 100px;
    width: 89px !important;
    height: 66px;
    margin-top: -1px;
    padding-top: 6px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table th.headCol-th-number {
    font-size: 0.75rem;
    line-height: 1rem;
    left: 49px;
    width: 48px !important;
    height: 42px;
    padding-top: 2px;
  }
}
.container-table div.table-fixedHead table th.bg-momo {
  background-color: #ce2874;
  color: #fff;
}
.container-table div.table-fixedHead table th.bg-moplus {
  background-color: #2d1f1d;
  color: #f2e0a2;
}
.container-table div.table-fixedHead table th.bg-lite-momo {
  background-color: #dd5298;
  color: #fff;
}
.container-table div.table-fixedHead table th.bg-primary-org {
  background-color: #ff6700;
  color: #fff;
}
.container-table div.table-fixedHead table th.bg-purple {
  background-color: #624bee;
  color: #fff;
}
.container-table div.table-fixedHead table tr.table-btn th {
  border-bottom-left-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table tr.table-btn th {
    border-bottom-left-radius: 0px;
  }
}
.container-table div.table-fixedHead table thead {
  display: table-header-group;
}
.container-table div.table-fixedHead table thead tr th {
  position: sticky;
  top: 0;
  background-color: #ff6700;
  color: white;
  padding: 1vw 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.container-table div.table-fixedHead table thead tr th small {
  color: white;
}
.container-table div.table-fixedHead table thead tr th:first-child {
  border-top-left-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table thead tr th:first-child {
    border-top-left-radius: 0px;
  }
}
.container-table div.table-fixedHead table thead tr th:last-child {
  border-top-right-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table thead tr th:last-child {
    border-top-right-radius: 0px;
  }
}
.container-table div.table-fixedHead table thead:first-child th {
  font-weight: 600;
}
.container-table div.table-fixedHead table thead .price-4g {
  width: 266.66px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table thead .price-4g {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table thead .price-4g {
    width: 72.5vw;
  }
}
.container-table div.table-fixedHead table thead .price-5g-mobi {
  width: 160px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table thead .price-5g-mobi {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table thead .price-5g-mobi {
    width: 72.5vw;
  }
}
.container-table div.table-fixedHead table thead .price-5g-dplus {
  width: 265px;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table thead .price-5g-dplus {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table thead .price-5g-dplus {
    width: 72.5vw;
  }
}
.container-table div.table-fixedHead table thead .price-5g-moplus {
  width: auto;
}
.container-table div.table-fixedHead table tbody {
  border: 2px solid white;
  border-top: none;
  background-color: white;
}
@media (max-width: 1199px) {
  .container-table div.table-fixedHead table tbody {
    border: 0px solid white;
  }
}
.container-table div.table-fixedHead table .btn-more {
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .container-table div.table-fixedHead table .btn-more {
    width: 15px;
    height: 15px;
  }
}
.container-table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.container-table ::-webkit-scrollbar {
  height: 6px;
}
.container-table ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.container-table ::-webkit-scrollbar-thumb {
  background: #ff6700;
}
.container-table ::-webkit-scrollbar-thumb:hover {
  background: #ff9b0b;
}

@media (min-width: 1200px) {
  .pc-show {
    display: block;
  }
  .mobile-show {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.eStore-containerBox .es-section-head {
  text-align: center;
  color: #333;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0px;
}
.eStore-containerBox .es-section-head h2 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .eStore-containerBox .es-section-head h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0;
    margin: 0;
  }
}
.eStore-containerBox .es-section-head h3 {
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .eStore-containerBox .es-section-head h3 {
    font-size: 1rem;
    line-height: 2;
    padding: 10px 10px;
    text-align: left;
  }
}
.eStore-containerBox .es-section-head h5 {
  font-size: 1rem;
  line-height: 1.5;
  color: #5c5c5c;
  margin: 0;
  padding: 0 10px 10px;
}
@media (max-width: 767px) {
  .eStore-containerBox .es-section-head h5 {
    font-size: 0.9rem;
    padding: 4px 10px;
    text-align: left;
  }
}
.eStore-containerBox .es-section-head .border-small {
  position: absolute;
  top: 50%;
  right: 35%;
  bottom: 6px;
}
.eStore-containerBox .es-section-head .border-small span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 2px;
  color: #000;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .eStore-containerBox .es-section-head .border-small {
    position: initial;
    margin-top: 4px;
    margin-bottom: 0px;
  }
}
.eStore-containerBox .es-title-bg {
  padding: 8px 10px;
  background: #ffffff;
}
.eStore-containerBox .es-title-bg-499 {
  padding: 8px 10px;
  background: #fff6e8;
  background: linear-gradient(180deg, rgb(255, 246, 232) 0%, rgb(255, 252, 245) 50%, rgb(255, 255, 255) 100%);
}
.eStore-containerBox .es-title-bg-599 {
  padding: 8px 10px;
  background: #fff5fa;
  background: linear-gradient(180deg, rgb(255, 245, 250) 0%, rgb(255, 252, 253) 50%, rgb(255, 255, 255) 100%);
}
.eStore-containerBox .es-title-bg-dplus {
  padding: 8px 10px;
  background: #f0f1ff;
  background: linear-gradient(180deg, rgb(247, 248, 255) 0%, rgb(255, 255, 255) 50%);
}
.eStore-containerBox .btn {
  width: 100%;
}
.eStore-containerBox .btn-item {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
  margin: 2.5rem auto 1rem;
}
@media (max-width: 767px) {
  .eStore-containerBox .btn-item {
    margin: 1.5rem auto 1.5rem;
  }
}
.eStore-containerBox .btn-item a {
  font-size: 1.25rem;
  line-height: 2em;
  width: auto !important;
  min-width: 150px;
  padding: 6px 15px;
  margin: 0 5px;
  background-color: #ff6700;
}
.eStore-containerBox .btn-item a:hover {
  background-color: #f5ac86 !important;
}
@media (max-width: 767px) {
  .eStore-containerBox .btn-item a {
    font-size: 18px;
    margin: 0 5px;
    padding: 6px 10px;
    min-width: 135px;
  }
}
.eStore-containerBox .btn-primary-orange:active {
  background-color: #ff6700;
}
.eStore-containerBox .f-15 {
  font-size: 15px;
  line-height: 1rem;
}
.eStore-containerBox .f-16 {
  font-size: 16px;
  line-height: 1rem;
}
.eStore-containerBox .f-18 {
  font-size: 18px;
  line-height: 1rem;
}
.eStore-containerBox .f-48 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .eStore-containerBox .f-48 {
    font-size: 1.75rem;
  }
}
.eStore-containerBox .fs-6 {
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .eStore-containerBox .fs-6 {
    font-size: 0.9rem !important;
  }
}
.eStore-containerBox .txt-support-momo {
  color: #ce2874;
}
.eStore-containerBox .txt-primary-orange {
  color: #ff6700;
}
.eStore-containerBox .txt-pink {
  color: #ce2874;
}
.eStore-containerBox .txt-support-lite-yellow {
  color: #ffd60b;
}
.eStore-containerBox .txt-perplexity {
  color: #20808d;
}
.eStore-containerBox .txt-bg-yellow {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.eStore-containerBox .bg-org {
  background-color: #ff6700;
  color: #fff;
}
.eStore-containerBox .bg-pink {
  background-color: #ce2874;
  color: #fff;
}
.eStore-containerBox .bg-beige {
  background-color: #f6f6f6;
}
.eStore-containerBox .bg-primary-orange {
  background-color: #ff6700;
}
.eStore-containerBox .bg-momo {
  background-color: #ce2874 !important;
  color: #fff;
}
.eStore-containerBox .bg-purple {
  background-color: #624bee !important;
  color: #fff;
}
.eStore-containerBox .bg-lite-purple {
  background-color: rgba(158, 142, 255, 0.2);
}
.eStore-containerBox .badge {
  border: 1px solid none;
  border-radius: 0.375rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
}
.eStore-containerBox .es-circle {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  background-color: #ff6700;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199px) {
  .eStore-containerBox .es-circle {
    vertical-align: top;
    line-height: 25px;
    width: 25px;
    height: 25px;
  }
}
.eStore-containerBox .txt-border {
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
  border-radius: 4px;
  border: 1px solid hsl(0, 0%, 5%);
  opacity: 0.8;
  padding: 0px 4px;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .eStore-containerBox .txt-border {
    margin: 0 4px 0 0;
  }
}
.eStore-containerBox .txt-border-primary-orange {
  color: #fff;
  background-color: #ff6700;
  border: 1px solid #ff6700;
  opacity: 1;
}
.eStore-containerBox .txt-border-primary-bk {
  color: #fff;
  background-color: #242526;
  border: 1px solid #242526;
  opacity: 1;
}

#perplexity-info .QandA {
  background-color: #f3f3ee;
  border: 1px solid #cecece;
}
#perplexity-info .QandA .accent-text {
  color: #20808d;
}
#perplexity-info .QandA .plus-box {
  background-color: #20808d;
  border-color: #20808d;
}
@media (max-width: 1199px) {
  #perplexity-info .QandA .plus-box {
    height: 22px;
  }
}
#perplexity-info .Answer p {
  padding-left: 0;
}
#perplexity-info .cards {
  background-color: #f3f3ee;
  border: 3px solid #20808d;
  border-radius: 1rem;
  text-align: center;
  padding: 20px;
  margin-left: 16px;
  width: 280px;
}
@media (max-width: 1199px) {
  #perplexity-info .cards {
    margin-left: 0;
    width: 100%;
  }
}
#perplexity-info .cards .cate {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
  font-weight: 500;
}
#perplexity-info .cards h4 {
  color: #20808d;
  display: flex;
  font-weight: bold;
  justify-content: center;
  font-size: 42px;
  line-height: 1;
  margin: 0;
}
#perplexity-info .cards h4 small {
  display: block;
  font-size: 16px;
  width: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-right: 7px;
}
#perplexity-info .cards h4 small.sm2 {
  width: auto;
  margin: 0;
  line-height: 210%;
  font-size: 0.8rem;
  display: flex;
  align-items: flex-end;
}
#perplexity-info .cards h4 p {
  font-weight: 500;
}
#perplexity-info .infor-sub {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
  background-color: #13343b;
}
@media (max-width: 767px) {
  #perplexity-info .infor-sub {
    font-size: 18px;
  }
}
#perplexity-info .perplexicty-bg {
  width: 100%;
  background-color: inherit;
}
#perplexity-info .perplexicty-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #perplexity-info .perplexicty-content {
    width: 95%;
  }
}
#perplexity-info .perplexicty-content .h5-sub {
  font-size: 32px;
}
#perplexity-info .perplexicty-content .area-btns {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #perplexity-info .perplexicty-content .area-btns {
    padding: 0 15px;
  }
}
#perplexity-info .perplexicty-content .area-btns small {
  font-size: 1rem;
  opacity: 0.5;
}
#perplexity-info .perplexicty-content .area-btns .btn-item {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #perplexity-info .perplexicty-content .section-head h2 {
    font-size: 1.5rem;
  }
  #perplexity-info .perplexicty-content .h5-sub {
    font-size: 1.25rem;
  }
}
#perplexity-info .perplexicty-content .area-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#perplexity-info .perplexicty-content .area-img {
  margin: 10px auto;
  padding: 0 10px;
}
#perplexity-info .perplexicty-content .area-img:last-child {
  margin-top: -8%;
}
@media (max-width: 767px) {
  #perplexity-info .perplexicty-content .area-img {
    padding: 0;
    margin: 5px auto;
  }
  #perplexity-info .perplexicty-content .area-img:last-child {
    margin-top: 5px;
  }
}/*# sourceMappingURL=main_disneyplus.css.map */