@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;
	}
}
*/
.estore-event a {
  text-decoration: none;
}

.w-1000 {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .w-1000 {
    max-width: 700px;
  }
}
.w-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  color: #242526;
}
.section-head h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-head h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
.section-head h2:before, .section-head h2:after {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 4px;
  border-top: 2px solid black;
  content: "";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .section-head h2:before, .section-head h2:after {
    display: none;
  }
}
.section-head .border-none:before, .section-head .border-none:after {
  display: none;
}
.section-head h5 {
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .section-head h5 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
}
.section-inner {
  border-radius: 12px;
}

.btn-primary-bk {
  color: white !important;
  background-color: #222 !important;
  border-radius: 90px !important;
}
.btn-primary-bk:hover {
  background-color: #000 !important;
}
.btn-primary-orange:active {
  background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
}
.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;
    width: auto !important;
    margin: 0 5px;
    padding: 6px 10px;
    min-width: 165px;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.ww70 {
  width: auto;
  max-height: 135px;
}
img.ww25 {
  width: auto;
  max-width: 25%;
}
@media (max-width: 767px) {
  img.ww25 {
    max-width: 55%;
  }
}

.txt-primary-orange {
  color: #ff6700 !important;
}
.txt-purple {
  color: #2d2d6c;
}
.txt-highlight {
  background-color: #ff6700;
  border-radius: 50%;
  padding: 0 4px;
  color: white;
  display: inline-block;
}
.txt-event-hightlight {
  color: white;
}
.txt-ppx {
  color: #20808d;
}

.f-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .f-24 {
    font-size: 1.2rem;
  }
}
.f-20 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .f-20 {
    font-size: 1rem;
  }
}
.f-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .f-18 {
    font-size: 1rem;
  }
}

.bg-lite-bk {
  background-color: #242526;
}
.bg-grey {
  background-color: #f6f6f6;
}
.bg-primary-org {
  background-color: #ff6700;
}
.bg-purple {
  background-color: #2d2d6c;
}

.shadow {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}
.shadow-darken {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.page-bg {
  overflow: hidden;
  padding: 0;
  background: url("../images/kv_2025_1001_pagebg.png") no-repeat fixed center top;
}
@media (max-width: 767px) {
  .page-bg {
    background: #cbdce9 url("../images/kv_2025_1001_pagebg_m.png") no-repeat fixed center top;
    height: 100%;
    background-size: cover;
  }
}

.kv-section {
  width: 100%;
  height: auto;
  background: transparent;
}
@media (max-width: 1199px) {
  .kv-post img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .kv-post img {
    width: 80%;
  }
}
.kv-card .img-list {
  position: relative;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 48%;
  text-align: center;
  box-shadow: 0 0px 50px #2d93da;
}
@media (max-width: 767px) {
  .kv-card .img-list {
    width: auto;
  }
}
.kv-card .slider {
  position: relative;
}
@media (max-width: 1199px) {
  .kv-card .slider {
    height: 24vw;
  }
}
@media (max-width: 767px) {
  .kv-card .slider {
    height: 42vw;
  }
}
.kv-card .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none; /* 其他圖片不能點擊 */
}
.kv-card .slider .slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto; /* 只有顯示中的圖片可點 */
}
.kv-card .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  bottom: 0;
  cursor: pointer;
}
.kv-card .dot.active {
  background-color: #ff6700;
}
.kv-card .dots {
  position: absolute;
  bottom: 4%;
  right: 0;
  left: 0;
}

.inner-head {
  border-radius: 12px 12px 0 0;
}
.inner-head-estore {
  background: #2972c3;
  box-shadow: inset 0 0 30px white;
}
.inner-head-myfone {
  background: #2972c3;
  box-shadow: inset 0 0 30px white;
}
.inner-text {
  font-size: 28px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1199px) {
  .inner-text {
    font-size: 24px;
  }
}
.inner-btn {
  padding: 8px 24px;
  margin: 0 12px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f73603;
  border-radius: 24px;
  transition: all 0.4s ease;
}
.inner-btn a {
  color: white;
}
@media (max-width: 767px) {
  .inner-btn {
    padding: 6px 14px;
    font-size: 14px;
  }
}
.inner-btn:hover {
  transform: scale(0.95);
  cursor: pointer;
}
.inner-body {
  background-color: white;
  border-radius: 0 0 12px 12px;
}
.inner-body .dot-right {
  border-right: 1px dotted rgba(167, 167, 167, 0.5);
}
@media (max-width: 767px) {
  .inner-body .dot-right {
    border-right: none;
    border-bottom: 1px dotted rgba(167, 167, 167, 0.5);
  }
}
.inner-body .dot-bottom {
  border-bottom: 1px dotted rgba(167, 167, 167, 0.5);
}
.inner-card {
  border: 4px solid rgba(255, 103, 0, 0.2);
  padding: 0;
}
.inner-card:nth-child(2) {
  border: 4px solid rgba(0, 73, 134, 0.2);
}
.inner-card:nth-child(2) .inner-card-flag {
  background-color: #2d2d6c;
}
.inner-card-flag {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 2rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #ff6700;
  padding: 8px 44px;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.inner-card-content {
  position: relative;
}
.inner-card-content ul li {
  list-style: disc;
  margin-bottom: 4px;
}

.op-article .card {
  padding: 0;
  cursor: pointer;
  width: 32%;
}
@media (max-width: 767px) {
  .op-article .card {
    width: auto;
    margin: 8px auto;
  }
}
.op-article .card-img {
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.op-article .card-img img {
  transition: transform 0.3s ease;
}
.op-article .card-caption {
  padding: 0.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .op-article .card-caption {
    padding: 1rem;
  }
}
.op-article .card-caption .article-btn {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 0;
  color: #9b9b9b;
}
.op-article .card-caption .article-btn .topic-icon {
  border: solid #9b9b9b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.6px;
  transform: rotate(-45deg);
}
.op-article .card-caption .article-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.op-article .card-caption .article-sub {
  color: #242526;
  font-size: 1rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.op-article .card:hover .article-btn {
  color: #ff6700;
}
.op-article .card:hover img {
  transform: scale(1.1);
}
.op-article .card:hover .topic-icon {
  border-color: #ff6700;
}
@media (max-width: 767px) {
  .op-article .card:active {
    box-shadow: 0 6px 12px 0 rgba(75, 88, 105, 0.12) !important;
  }
}

.perplexity-bg {
  width: 100%;
  background: white url("../images/perplexicty-bg.png") no-repeat fixed center top;
}
.perplexity-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .perplexity-content {
    width: 95%;
  }
}
.perplexity-content .area-btns {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .perplexity-content .area-btns {
    padding: 0 15px;
  }
}
.perplexity-content .area-btns small {
  font-size: 1rem;
  opacity: 0.5;
}
.perplexity-content .area-btns .btn-item {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .perplexity-content .section-head h2 {
    font-size: 1.5rem;
  }
}

.area-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.area-img {
  margin: 10px auto;
  padding: 0 10px;
}
.area-img:last-child {
  margin-top: -8%;
}
@media (max-width: 767px) {
  .area-img {
    padding: 0;
    margin: 5px auto;
  }
  .area-img:last-child {
    margin-top: 5px;
  }
}

.estore-card {
  text-decoration: unset;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s; /* Animation */
}
@media (max-width: 1199px) {
  .estore-card {
    width: auto;
  }
}
.estore-card:hover {
  transform: scale(1.05);
  transition: transform 0.2s; /* Animation */
}
.estore-card .purple {
  background-color: #2d2d6c;
}
.estore-card .blue {
  background-color: #624bee;
}
.estore-card .yellow {
  background-color: #ffd60b;
}
.estore-card .pink-momo {
  background-color: #ce2874;
}
.estore-card .orange {
  background-color: #ff6700;
}
.estore-card .green {
  background-color: #0eaa7d;
}
.estore-color {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0px;
}
.estore-name {
  font-size: 20px;
  font-weight: 500;
  color: #2b2825;
}
@media (max-width: 767px) {
  .estore-name {
    font-size: 1.125rem;
  }
}
.estore-link {
  color: #ff6700;
  font-size: 24px;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .estore-link {
    font-size: 1.375rem;
  }
}
.estore-link .topic-icon {
  border: solid #ff6700;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  margin-bottom: 2px;
}

.twm-content-note .note-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.twm-content-note .note-content li {
  font-size: 13px;
  text-align: justify;
}
.twm-content-note .note-content 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: 2rem;
}
.twm-content-note .note-content 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;
}
.twm-content-note ul li a {
  color: #3662a5;
}
.twm-content-note ul li a:hover {
  color: #3662a5 !important;
}
.twm-content-note table.plan-table tr:nth-child(odd) {
  background-color: white;
}

div.tag-img {
  position: fixed;
  bottom: 20%;
  right: 0;
  width: 200px;
  z-index: 999;
}

@media (min-width: 769px) {
  .floatLinkTag .tag-img .moSet {
    display: none;
  }
}
@media (max-width: 1680px) {
  .floatLinkTag {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .floatLinkTag .tag-img .pcSet {
    display: none;
  }
  .floatLinkTag {
    width: 100px;
  }
  div.tag-img {
    bottom: 20vh;
    width: 100px;
  }
}
.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-container .slide-content {
  margin: 0 40px;
  overflow: hidden;
}
.slide-container .card {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f6f6f6;
  border-radius: 0 !important;
}
.slide-container .image-content,
.slide-container .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.slide-container .image-content {
  padding: 0;
}
.slide-container .image-content .card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.slide-container .description {
  font-size: 14px;
  color: #242526;
  text-align: center;
}
.slide-container .swiper-navBtn::before,
.slide-container .swiper-navBtn::after {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .slide-container .slide-content {
    margin: 0 10px;
  }
  .slide-container .swiper-navBtn {
    display: none;
  }
}

.swiper-button-next {
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ff6700;
  color: white;
}
.swiper-button-prev {
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ff6700;
  color: white;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #E4E4E4;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #ff6700;
  width: 37px;
  height: 15px;
  border-radius: 100px;
}/*# sourceMappingURL=main_monthlyevent.css.map */