@import url("main_v1.10.1.css");
/*

// @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;
	}
}
*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+TC:wght@100..900&family=Outfit:wght@100..900&display=swap");
.container-table {
  max-width: 1000px;
  /* 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;
}
@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: 976px;
  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: 84px !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: white;
}
.container-table div.table-fixedHead table td.bg-perplexity {
  background-color: #236f7a;
  color: white;
}
.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.headCol-th-txt {
  background-color: #ce2874;
  color: white;
  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: white;
  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: white;
}
.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: white;
}
.container-table div.table-fixedHead table th.bg-primary-org {
  background-color: #ff6700;
  color: white;
}
.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 .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 ::-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;
}

*[lang=en] {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}

@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;
  }
}
.kv {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  background: none;
}
.kv-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: none;
}
.kv-animate {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /*img {
         position: absolute;
         top: 3.2em;
         left: -0.8em;
         max-width: 573px;
         height: auto;
         @include pad {
             display: none;
         }
     }
  */
}
.kv-img {
  max-width: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.section-head {
  text-align: center;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.section-head h2 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-head h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    padding: 0;
    margin: 10px 0;
  }
}
.section-head h5 {
  line-height: 1.45;
  font-size: 1.25rem;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .section-head h5 {
    font-size: 1rem;
  }
}

.sub-title:before,
.sub-title:after {
  border-top: 1px solid #333;
}
@media (max-width: 767px) {
  .sub-title:before,
  .sub-title:after {
    width: 20px;
  }
}

.btn {
  width: 100%;
}
.btn-item {
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
  margin: 3rem auto 2rem;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto;
  }
}
.btn-item a {
  font-size: 1.25rem;
  line-height: 2em;
  width: auto !important;
  min-width: 150px;
  padding: 6px 15px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .btn-item a {
    font-size: 18px;
    margin: 0 5px;
    padding: 6px 10px;
    min-width: 135px;
  }
}
.btn-primary-orange:active {
  background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
}

#QandA .Answer p {
  text-align: justify;
}
#QandA .Answer ul {
  list-style: disc;
}
#QandA .Answer ul li {
  margin-bottom: 8px;
  text-align: justify;
}
#QandA .Answer ul ol {
  counter-reset: num;
  padding-left: 1.5rem;
}
#QandA .Answer ul ol li {
  text-indent: -1.5rem;
  text-align: justify;
  margin: 4px 0;
}
#QandA .Answer ul ol li:before {
  counter-increment: num;
  content: "(" counter(num) ")";
}

.twm-content-note .note-content {
  width: 100%;
  max-width: 1080px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.twm-content-note .note-content li {
  font-size: 13px;
  text-align: justify;
}
.twm-content-note .note-content li ol.dplus, .twm-content-note .note-content li ol.moplus {
  padding-left: 0 !important;
}
.twm-content-note .note-content li ol.dplus li, .twm-content-note .note-content li ol.moplus li {
  list-style-type: none;
  counter-increment: my-counter;
}
.twm-content-note .note-content li ol.dplus li::before, .twm-content-note .note-content li ol.moplus li::before {
  content: "(" counter(my-counter) ") ";
}

.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}
.shadow-darken {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.txt-primary-orange {
  color: #ff6700;
}
.txt-pink {
  color: #ce2874;
}
.txt-perplexity {
  color: #20808d;
}

.bg-org {
  background-color: #ff6700;
  color: white;
}
.bg-pink {
  background-color: #ce2874;
  color: white;
}
.bg-beige {
  background-color: #f6f6f6;
}
.bg-primary-orange {
  background-color: #ff6700;
}
.bg-highlight-org {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: auto;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 2px;
  background-color: #ff6700;
  color: white;
}
@media (max-width: 1199px) {
  .bg-highlight-org {
    width: 25px;
    height: 25px;
  }
}
.bg-highlight-pink {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: auto;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 2px;
  background-color: #ce2874;
  color: white;
}
@media (max-width: 1199px) {
  .bg-highlight-pink {
    width: 25px;
    height: 25px;
  }
}
.bg-momo {
  background-color: #ce2874 !important;
  color: white;
}

.f-15 {
  font-size: 15px;
  line-height: 1rem;
}
.f-16 {
  font-size: 16px;
  line-height: 1rem;
}
.f-18 {
  font-size: 18px;
  line-height: 1rem;
}
.f-48 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .f-48 {
    font-size: 1.75rem;
  }
}

.ms-n24 {
  margin-left: -24px;
}
.ms-n12 {
  margin-left: -12px;
}
.ms-n6 {
  margin-left: -6px;
}

.max-w-960 {
  width: 100%;
  max-width: 960px;
}
.max-w-1000 {
  width: 100%;
  max-width: 1000px;
}
.max-w-1100 {
  width: 100%;
  max-width: 1100px;
}
.max-w-1200 {
  width: 100%;
  max-width: 1200px;
}

.luckydraw-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.luckydraw-icon {
  bottom: 85%;
  left: 35%;
  background: url(../images/float-icon.png) top center no-repeat;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.luckydraw-icon-pink {
  bottom: 85%;
  left: 35%;
  background: url(../images/float-icon-pink.png) top center no-repeat;
  width: 36px;
  height: 36px;
  z-index: 1;
}
.luckydraw-gift {
  color: #fff66c;
}
.luckydraw-col {
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .luckydraw-col {
    border-radius: 8px;
  }
}
.luckydraw-img {
  width: 26%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .luckydraw-img {
    width: 45%;
  }
}

.mobi-img {
  width: 100%;
  max-width: 90px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mobi-img {
    max-width: 80px;
    margin: 0;
  }
}

.txt-box {
  color: #333;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .txt-box {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .txt-box {
    width: 100%;
    padding: 0 10px;
  }
}
.txt-box p {
  font-size: 0.875rem;
  text-align: justify;
}
@media (max-width: 1199px) {
  .txt-box p {
    font-size: 0.875rem;
  }
}
.txt-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199px) {
  .txt-head {
    font-size: 1rem;
  }
}
.txt-head h4 {
  font-size: 1.1rem;
  padding-top: 1.5rem;
}
@media (max-width: 1199px) {
  .txt-head h4 {
    font-size: 1rem;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .txt-head h4 {
    padding-top: 2.8rem;
  }
}

.flag {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .flag {
    left: -8px;
    top: 18px;
  }
}
@media (max-width: 1199px) {
  .flag {
    position: absolute;
    left: -8px;
  }
}
@media (max-width: 767px) {
  .flag {
    left: -8px;
    top: -4px;
  }
}
.flag:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #a7212e;
}

.content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.gift-content {
  width: auto;
}
@media (max-width: 767px) {
  .gift-content {
    width: 100%;
  }
}

.plan-card {
  border: 2px solid #e1e1e1;
  border-radius: 12px;
}
.plan-head {
  text-align: center;
}
.plan-head h3 {
  font-size: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .plan-head h3 {
    font-size: 3.2rem;
  }
}
.plan-head h3 div {
  display: flex;
  flex-direction: column;
}
.plan-head h3 small {
  font-size: 1.5rem;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .plan-head h3 small {
    font-size: 1rem;
  }
}
.plan-head h3 span {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  top: -8px;
  position: relative;
}
@media (max-width: 767px) {
  .plan-head h3 span {
    font-size: 0.875rem;
  }
}
.plan-head h3 .badge {
  font-size: 0.75rem;
}
.plan-content li {
  font-weight: 500;
  line-height: 2;
  margin: 0 0 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.plan-content li .themed {
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #a5a5a5;
  padding: 0 8px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .plan-content li {
    margin: 0 0 4px;
  }
}

.menu-fixed-Scrollspy {
  z-index: 2;
  right: -50px !important;
  opacity: 0.9;
}

.list-group-item {
  padding: 6px 8px;
}
.list-group-item.active {
  color: white;
  background-color: #ff6700;
  border: 1px solid #ff6700;
}

.menu-fixed {
  right: 0px;
  z-index: 2;
  height: 100%;
  margin-top: -86%;
}
.menu-content-1 {
  border-radius: 6px;
  background-color: #ff6700;
  color: white;
  width: 128px;
}
.menu-content-1 ul li {
  transition: all 0.2s;
}
.menu-content-1 ul li:hover {
  cursor: pointer;
  border-radius: 8px;
  opacity: 0.95;
}

#perplexity-info #QandA {
  background-color: #f3f3ee;
  border: 1px solid #e7e7e7;
}
#perplexity-info #QandA .accent-text {
  color: #20808d;
}
#perplexity-info #QandA .plus-box {
  height: auto;
  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: 90%;
}
#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;
}/*# sourceMappingURL=main_disneyplus.css.map */