@charset "UTF-8";
@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-disney {
  background-image: linear-gradient(to bottom, #000f66, #001899);
  color: white;
}
.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 .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-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 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;
}

.container-table-sm {
  max-width: 920px !important;
  margin: 0 auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.container-table-sm div.table-fixedHead {
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.container-table-sm div.table-fixedHead table {
  table-layout: fixed;
  width: 820px;
  line-height: 1.6rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table {
    width: 100%;
  }
}
.container-table-sm div.table-fixedHead table th:first-child,
.container-table-sm 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: 138px !important;
}
@media (max-width: 767px) {
  .container-table-sm div.table-fixedHead table th:first-child,
  .container-table-sm div.table-fixedHead table td:first-child {
    font-size: 0.75rem;
    width: 84px !important;
    line-height: 1rem;
  }
}
.container-table-sm div.table-fixedHead table td {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #dee2e6;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table td {
    padding: 6px 0;
  }
}
.container-table-sm div.table-fixedHead table td.bg-lite-momo {
  background-color: rgba(206, 40, 116, 0.08);
}
.container-table-sm div.table-fixedHead table td.bg-disney {
  background-image: linear-gradient(to bottom, #000f66, #001899);
  color: white;
}
.container-table-sm div.table-fixedHead table td.bg-lite-disney {
  background-color: rgba(0, 15, 102, 0.07) !important;
  color: #000f66;
}
.container-table-sm div.table-fixedHead table td .btnrow {
  margin: 8px auto;
}
.container-table-sm 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-sm div.table-fixedHead table td .btnrow a {
    width: unset !important;
    padding: 0.4rem 0.8rem;
  }
}
.container-table-sm 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-sm div.table-fixedHead table th.headCol-th-txt {
    text-align: left;
    padding-left: 6px;
  }
}
.container-table-sm 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-sm 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-sm 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-sm div.table-fixedHead table th.bg-momo {
  background-color: #ce2874;
  color: white;
}
.container-table-sm div.table-fixedHead table th.bg-lite-momo {
  background-color: #dd5298;
  color: white;
}
.container-table-sm div.table-fixedHead table th.bg-primary-org {
  background-color: #ff6700;
  color: white;
}
.container-table-sm div.table-fixedHead table tr.table-btn th {
  border-bottom-left-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table tr.table-btn th {
    border-bottom-left-radius: 0px;
  }
}
.container-table-sm div.table-fixedHead table thead {
  display: table-header-group;
}
.container-table-sm 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-sm div.table-fixedHead table thead tr th small {
  color: white;
}
.container-table-sm div.table-fixedHead table thead tr th:first-child {
  border-top-left-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead tr th:first-child {
    border-top-left-radius: 0px;
  }
}
.container-table-sm div.table-fixedHead table thead tr th:last-child {
  border-top-right-radius: 12px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead tr th:last-child {
    border-top-right-radius: 0px;
  }
}
.container-table-sm div.table-fixedHead table thead .price-4g {
  width: 266.66px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead .price-4g {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table-sm div.table-fixedHead table thead .price-4g {
    width: 72.5vw;
  }
}
.container-table-sm div.table-fixedHead table thead .price-5g-mobi {
  width: 160px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead .price-5g-mobi {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table-sm div.table-fixedHead table thead .price-5g-mobi {
    width: 72.5vw;
  }
}
.container-table-sm div.table-fixedHead table thead .price-5g-dplus {
  width: 265px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead .price-5g-dplus {
    width: 37vw;
  }
}
@media (max-width: 767px) {
  .container-table-sm div.table-fixedHead table thead .price-5g-dplus {
    width: 72.5vw;
  }
}
.container-table-sm div.table-fixedHead table thead .price-tables {
  width: 122px;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table thead .price-tables {
    width: 21vw;
  }
}
@media (max-width: 767px) {
  .container-table-sm div.table-fixedHead table thead .price-tables {
    width: 25vw;
  }
}
.container-table-sm div.table-fixedHead table tbody {
  border: 2px solid white;
  border-top: none;
  background-color: white;
}
@media (max-width: 1199px) {
  .container-table-sm div.table-fixedHead table tbody {
    border: 0px solid white;
  }
}
.container-table-sm 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-sm div.table-fixedHead table .btn-more {
    width: 15px;
    height: 15px;
  }
}
.container-table-sm ::-webkit-scrollbar {
  height: 6px;
}
.container-table-sm ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.container-table-sm ::-webkit-scrollbar-thumb {
  background: #ff6700;
}
.container-table-sm ::-webkit-scrollbar-thumb:hover {
  background: #ff9b0b;
}

/* selectUI table  */
ul.list-type-circle li {
  list-style-type: circle;
}

.selectText {
  display: inline-block;
  color: #3662a5;
  cursor: pointer;
}

/* mfo table  */
.myfone-container-table-sm {
  max-width: 960px !important;
  margin: 0 auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.myfone-container-table-sm div.table-fixedHead {
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.myfone-container-table-sm div.table-fixedHead table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.6rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table {
    width: 100%;
  }
}
.myfone-container-table-sm div.table-fixedHead table th:first-child,
.myfone-container-table-sm div.table-fixedHead table td:first-child {
  position: static;
  left: 0;
  z-index: 1;
  border-top: 0;
  border-left: 0;
  text-align: center;
  width: 146px !important;
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table th:first-child,
  .myfone-container-table-sm div.table-fixedHead table td:first-child {
    font-size: 0.75rem;
    width: 120px !important;
    line-height: 1rem;
  }
}
.myfone-container-table-sm div.table-fixedHead table td {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #dee2e6;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table td {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table td {
    font-size: 12px;
  }
}
.myfone-container-table-sm div.table-fixedHead table thead {
  display: table-header-group;
}
.myfone-container-table-sm div.table-fixedHead table thead tr th {
  position: sticky;
  top: 0;
  background-color: #808080;
  color: white;
  padding: 10px 4px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
  width: auto;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
    width: 12vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(4) {
    width: 25vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(5) {
    width: 25vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(6) {
    width: 12vw;
  }
}
@media (max-width: 767px) {
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width {
    width: 24vw;
    /* &:nth-child(3){
       width: 60vw;
     }  0523新增 */
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(4) {
    width: 50vw;
  }
  .myfone-container-table-sm div.table-fixedHead table thead .mfo-tb-width:nth-child(5) {
    width: 50vw;
  }
}
.myfone-container-table-sm div.table-fixedHead table tbody {
  border-top: 2px solid white;
  background-color: white;
}
@media (max-width: 1199px) {
  .myfone-container-table-sm div.table-fixedHead table tbody {
    border: 0px solid white;
  }
}
.myfone-container-table-sm table.plan-table th {
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.myfone-container-table-sm table.plan-table td small {
  line-height: 0.75;
  opacity: 0.85;
}
.myfone-container-table-sm ::-webkit-scrollbar {
  height: 6px;
}
.myfone-container-table-sm ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.4);
}
.myfone-container-table-sm ::-webkit-scrollbar-thumb {
  background: #ff6700;
}
.myfone-container-table-sm ::-webkit-scrollbar-thumb:hover {
  background: #ff9b0b;
}

.th-head .th {
  width: 100% !important;
  background-color: #ff6700;
  color: #fff;
  text-align: center;
  position: sticky;
}

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

#sharebar {
  display: none !important;
  visibility: hidden !important;
} /*打開註解即隱藏sharebar*/
.kv {
  width: 100%;
  height: 700px;
  background: transparent;
}
@media (max-width: 1199px) {
  .kv {
    height: unset;
    padding-bottom: 10vh;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-bottom: 1vh;
  }
  .kv img {
    width: 100%;
  }
}
.kv h1 {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.kv-pc {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .kv-title {
    position: relative;
    top: 2vh;
    width: 100%;
  }
}
.kv-post {
  width: 45%;
  position: absolute;
  top: 20px;
  right: 0px;
}
@media (max-width: 768px) {
  .kv-post {
    display: block;
  }
}
@media (max-width: 767px) {
  .kv-post {
    display: none;
  }
}
@media (min-width: 768px) {
  .kv-post-m {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv-post-m {
    display: block;
  }
}
.kv-item-0701 {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .kv-item-0701 {
    display: none;
  }
}

.page-bg {
  background: #000 url("../images/kv_2025_0701_pagebg.jpg?v1") no-repeat fixed center top;
}
@media (max-width: 767px) {
  .page-bg {
    background: #000 url("../images/kv_2025_0701_pagebg_m.jpg") no-repeat center top;
    height: 100%;
    background-size: contain;
  }
}

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

.w-1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.kv-content {
  width: 65%;
  padding: 0px;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1024px) {
  .kv-content {
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .kv-content {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
}

.cta-inner {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: left;
  z-index: 2;
}
.cta-inner .cta-col {
  width: 50%;
}
.cta-inner .cta-col a img {
  transition: all 0.4s ease;
}
.cta-inner .cta-col a img:hover {
  transform: scale(0.95);
  cursor: pointer;
}
@media (max-width: 767px) {
  .cta-inner {
    max-width: 380px;
    padding: 0px 30px;
    margin: 20px 0;
  }
}

.post {
  margin: 0;
}
@media (max-width: 767px) {
  .post {
    margin: 20px auto;
  }
}

.slider {
  position: relative;
  width: 100%;
  max-width: 584px;
  height: 300px;
}
@media (max-width: 767px) {
  .slider {
    height: 210px;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none; /* 其他圖片不能點擊 */
}

.slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto; /* 只有顯示中的圖片可點 */
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.dots {
  text-align: center;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #888888;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #db0058;
}

.txt-primary-orange {
  color: #ff6100 !important;
}
.txt-primary-blue {
  color: #00a0e9 !important;
}
.txt-support-yellow {
  color: #f4b541 !important;
}
.txt-highlight {
  background-color: #ff6100;
  border-radius: 50%;
  padding: 0 4px;
  color: white;
  display: inline-block;
}
.txt-pink {
  color: #ce2874;
}
.txt-section-head {
  color: #fff;
}
.txt-event-color-hightlight {
  color: #eeff35;
}
.txt-event-color-hightlight2 {
  color: #f37a45;
}

.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;
  }
}

.twm-content-note .note-content {
  width: 100%;
  max-width: 1000px;
  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 li {
  list-style-type: circle;
}
.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: #fff;
}

.section-head {
  text-align: center;
  color: #574a5d;
}
.section-head h2 {
  color: #222;
  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: none;
  vertical-align: middle;
  width: 50px;
  height: 4px;
  border-top: 2px solid #574a5d;
  content: "";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .section-head h2:before, .section-head h2:after {
    width: 35px;
  }
}
.section-head .noborder:before, .section-head .noborder: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;
  }
}

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%;
  }
}

.height-fix {
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .height-fix {
    height: auto;
  }
}

.height-fix-auto {
  height: auto;
}

.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;
  }
}

.event-section {
  width: 100%;
  max-width: 1000px;
  margin: 45px auto 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .event-section {
    max-width: 100%;
    margin: 10% auto 0 auto;
  }
}
@media (max-width: 767px) {
  .event-section {
    margin: 0 auto;
    padding-top: 0%;
    padding-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .event-section-bg {
    background-color: #ff9567;
  }
}
.event-section .float-inner {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .event-section .float-inner {
    width: 90%;
    flex-direction: column;
    padding-top: 0vh;
  }
}
.event-section .float-card {
  width: 32.2%;
  margin: 0 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
}
@media (max-width: 1199px) {
  .event-section .float-card {
    width: 31.5vw;
  }
}
@media (max-width: 767px) {
  .event-section .float-card {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
.event-section .float-card a {
  transition: all 0.4s ease;
  color: #fff;
}
.event-section .float-card a:hover {
  transform: scale(0.95);
  cursor: pointer;
}
.event-section span.highlight {
  color: #fffbb9;
}
.event-section span.highlight, .event-section span.dollor {
  font-size: 1.6rem;
  z-index: 9;
  position: relative;
}
@media (max-width: 1199px) {
  .event-section span.highlight, .event-section span.dollor {
    font-size: 1.6rem;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .event-section span.highlight, .event-section span.dollor {
    font-size: 1.5rem;
    letter-spacing: unset;
  }
}
.event-section .card-title {
  color: #fcf34e;
  font-size: 1.35rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .event-section .card-title {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-right: 15px;
  }
}
.event-section .card-text {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .event-section .card-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .event-section .card-text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.event-section .card-top-img {
  display: block;
  position: absolute;
  width: 1px;
  height: 164px;
  background-color: #b87344;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.55);
  background-size: contain;
}
@media (max-width: 767px) {
  .event-section .card-top-img {
    width: 100%;
    max-width: 800px;
    height: 36px;
    width: 100%;
    height: 1px;
    background-color: #b87344;
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.55);
    margin-top: 10px;
  }
}
.event-section .card-top-img.c-l {
  top: -25px;
  left: -2px;
}
.event-section .card-top-img.c-r {
  top: 5px;
  right: -2px;
}
@media (max-width: 767px) {
  .event-section .card-top-img.c-r {
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.event-section .card-top-img.c-b {
  bottom: 0px;
  right: 0;
}
@media (max-width: 767px) {
  .event-section .card-top-img.c-b {
    bottom: 0px;
  }
}

.btn-deco {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0;
}
.btn-go {
  align-items: center;
  width: 0;
  height: 0;
  border-bottom: 65px solid black;
  border-left: 65px solid transparent;
  border-bottom-right-radius: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .btn-go {
    border-bottom: 50px solid black;
    border-left: 50px solid transparent;
  }
}
.btn-go span {
  color: #eeff35;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  left: -35px;
  bottom: -58px;
  text-shadow: none;
}
@media (max-width: 1199px) {
  .btn-go span {
    left: -30px;
    bottom: -52px;
  }
}
.btn-go-cicle {
  align-items: center;
  position: absolute;
  right: 1px;
  bottom: 0;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #ff6700;
}
.btn-go-cicle span {
  color: #ffba01;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-shadow: none;
}
.btn-go-normal {
  display: inline-block;
  padding: 6px 8px;
  margin-top: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: none;
  background-color: #000;
  border-radius: 24px;
  position: static;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn-go-normal {
    z-index: 2;
  }
}

.main-section {
  max-width: 1920px;
  margin: 0 auto;
}
.main-section .btnrow {
  margin: auto;
}
@media (max-width: 767px) {
  .main-section .btnrow {
    margin: 1vh auto;
  }
}
.main-section .btnrow a {
  font-size: 18px;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  .main-section .btnrow a {
    font-size: 0.875rem;
  }
}

.inner-section {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .inner-section {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .inner-section {
    width: 100%;
  }
}
.inner-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #db0058;
  border: 5px solid #ffbbd6;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .inner-head {
    height: 100%;
  }
}
.inner-head:last-child {
  border-radius: 70px;
  background-color: #db0058;
  border: 5px solid #ffbbd6;
}
@media (max-width: 767px) {
  .inner-head:last-child {
    border-radius: 20px;
  }
}
.inner-body {
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
  margin-top: -2px;
}
.inner-body .e-card {
  text-align: center;
}
@media (max-width: 767px) {
  .inner-body {
    margin-top: -10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.inner-body .f-card {
  width: 90%;
  border: 4px solid #ffbbd6;
  margin: 10px auto;
  border-radius: 36px;
  position: relative;
}
.inner-body .f-card .card-gifts {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.inner-body .f-card .card-flag {
  width: 100%;
  max-width: 140px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  background-color: #db0058;
}
.inner-body .f-card .card-flag span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  padding: 4px 12px;
}
.inner-body .f-card:nth-child(2) {
  border: 4px solid #018686;
}
.inner-body .f-card:nth-child(2) .card-flag {
  max-width: 200px;
  background-color: #018686;
}
.inner-body .list-gifts {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.inner-body .list-gifts .gifts-img {
  width: 42%;
}
@media (max-width: 767px) {
  .inner-body .list-gifts .gifts-img {
    width: 96%;
  }
}
.inner-body .list-gifts .gifts-txt {
  width: 50%;
}
@media (max-width: 767px) {
  .inner-body .list-gifts .gifts-txt {
    width: 100%;
  }
}
.inner-body .list-gifts .gifts-txt .badges {
  width: 100%;
  max-width: 90px;
  font-size: 16px;
  line-height: 1.25;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  padding: 8px 10px;
  margin-right: 10px;
  color: #9f9e9e;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inner-body .list-gifts .gifts-txt .badges {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }
}
.inner-body .list-gifts .gifts-txt p {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: left;
}
.inner-body .list-gifts .gifts-txt p small {
  font-size: 14px;
  color: #d1d1d1;
  padding: 0 4px;
}
.inner-body .list-note {
  width: 100%;
  text-align: left;
  padding: 1.2rem;
  margin: 20px auto 0;
  background-color: rgba(248, 248, 248, 0.9725490196);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.inner-body .list-note small {
  opacity: 0.5;
}
.inner-body .list-note ul {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-body .list-note ul {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
.inner-body .list-note ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 8px;
}
.inner-body .list-note ul li a {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  background-color: inherit;
  border-radius: 12px;
  padding: 4px 10px;
  color: #fff;
  margin: 0 4px;
}
.inner-body .list-note ul li a:hover {
  transition: all 0.2s ease;
  opacity: 0.65;
}
@media (max-width: 767px) {
  .inner-body .list-note ul li a {
    margin: 4px 2px;
  }
}
.inner-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0 15px;
  display: inline-block;
  letter-spacing: 0.85px;
}
.inner-text-sub {
  font-size: 24px;
  color: #f34087;
}
@media (max-width: 1199px) {
  .inner-text-sub {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .inner-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inner-text {
    font-size: 24px;
    line-height: 1.5;
    margin: 0px 0px 0px 0;
    padding: 0;
    letter-spacing: 0.25px;
    text-align: center;
    text-shadow: none;
  }
}

.f-pink {
  color: #db0058;
}

.f-green {
  color: #018686;
}

.btn-block-m {
  text-align: center;
  margin: 0;
  position: relative;
}
.btn-block-m a {
  position: relative;
  z-index: 4;
  display: block;
  padding: 8px 24px;
  color: #eeff35;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .btn-block-m a {
    width: 75%;
    margin: auto;
  }
}
.btn-block-m a.event-btn-set {
  width: 100%;
  min-width: 220px;
  text-align: left;
  position: relative;
  background-color: #000 !important;
  color: #eeff35;
  line-height: 1.3;
  border-radius: 32px;
  padding: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  .btn-block-m a.event-btn-set {
    line-height: 1;
    text-align: left;
    padding: 10px 60px 12px 0px;
    border-radius: 36px;
    width: 70%;
  }
}
.btn-block-m a p {
  margin: 0;
  padding: 0;
  position: relative;
  pointer-events: none;
}
.btn-block-m a p .txt-bt-icon {
  display: block;
  width: 65px;
  height: 100%;
  background: url(../images/icon-arrow3-bt.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 30px;
}
.btn-block-m a p .txt-bt-icon.slide-right {
  animation: slide-right 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}
@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(12px);
  }
}
@media (max-width: 767px) {
  .btn-block-m a p .txt-bt-icon {
    top: 0%;
    right: -15%;
  }
}
@media (max-width: 767px) {
  .btn-block-m a p {
    padding: 4px 20px;
    font-size: 18px;
    text-align: center;
  }
}
.btn-block-m a p:hover {
  opacity: 0.95;
}
.btn-block-m a:hover {
  transform: scale(0.95);
  cursor: pointer;
}
.btn-block-m .img-block {
  display: block;
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: 5;
}
@media (max-width: 767px) {
  .btn-block-m .img-block {
    top: -10px;
    right: 10px;
    max-width: 95px;
  }
}

.bg-grey {
  background-color: #f6f6f6;
}
.bg-myfone {
  background-color: #ff9c44;
}
.bg-momo {
  background-color: #ce2874 !important;
  color: white;
}
.bg-pinkbg {
  background-color: #ffacc9 !important;
  color: #232323;
}
.bg-eventColor {
  background-color: #000 !important;
}

.dot-right {
  border-right: 1px dotted rgba(167, 167, 167, 0.5);
}
@media (max-width: 767px) {
  .dot-right {
    border-right: none;
    border-bottom: 1px dotted rgba(167, 167, 167, 0.5);
  }
}
.dot-bottom {
  border-bottom: 1px dotted rgba(167, 167, 167, 0.5);
}

.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));
}

.t-shadow {
  text-shadow: 0 0 20px rgb(214, 70, 0);
}

.dplus-header .h5-sub {
  font-size: 1.6rem;
  line-height: 1.6;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dplus-header .h5-sub {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .dplus-header .btnrow a {
    width: 80% !important;
    margin: 20px auto 25px auto !important;
  }
}
@media (max-width: 767px) {
  .dplus-header .btnrow {
    margin: 0;
  }
}
.dplus-header .tips-txt {
  display: inline-block;
}
.dplus-header .tips-txt span {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.375em;
  font-weight: 500;
  padding: 5px 12px;
  color: #000;
  background-color: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .dplus-header .tips-txt span {
    line-height: 1.5;
    font-size: 1em;
    padding: 4px 12px;
  }
}
.dplus-header .tips-txt p {
  display: inline-block;
  padding: 10px;
  margin: 0;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .dplus-header .tips-txt p {
    padding: 5px;
    font-size: 1em;
    line-height: 1;
  }
}

.estore-section .inner-section {
  max-width: 768px;
}

.card-box {
  text-align: center;
  width: 98%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  transition: 0.35s all ease-in 0.02s;
}
.card-box:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  cursor: pointer;
}
.card-box:hover .estore-link {
  text-decoration: none !important;
}
.card-box .estore-color {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0px;
}
.card-box .estore-name {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 767px) {
  .card-box .estore-name {
    font-size: 1.125rem;
  }
}
.card-box .estore-link {
  position: relative;
  color: #ff6100 !important;
  font-size: 24px;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .card-box .estore-link {
    font-size: 1.375rem;
  }
}
.card-box .estore-link .topic-icon {
  border: solid #ff6100;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-bottom: 2px;
}
.card-box .purple {
  background-color: #3e1ee6;
}
.card-box .blue {
  background-color: #61aeff;
}
.card-box .yellow {
  background-color: #ffd60b;
}
.card-box .pink-momo {
  background-color: #ce2874;
}
.card-box .orange {
  background-color: #ff6700;
}
.card-box .green {
  background-color: #48d6ab;
}

@media (max-width: 767px) {
  .op-section {
    padding-bottom: 2rem;
  }
}
.op-section .op-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.act-btn {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "Noto Sans TC";
  font-weight: 500;
  text-indent: 0;
  text-align: center;
  padding: 10px 0;
  color: #9b9b9b;
  margin: 0;
}
.act-btn .topic-icon {
  border: solid #9b9b9b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.article-cards .cards-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .article-cards .cards-row {
    flex-direction: column;
  }
}
.article-cards .cards-row .cards {
  width: calc(33.3333333333% - 30px);
  max-width: 328px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .article-cards .cards-row .cards {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    box-shadow: 0;
    transition: all 0.3s ease;
  }
}
.article-cards .cards-row .cards .card-item {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.article-cards .cards-row .cards .card-item .item-img {
  width: 100%;
  overflow: hidden;
}
.article-cards .cards-row .cards .card-item .item-img img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.article-cards .cards-row .cards .card-item .item-caption {
  padding: 0.8rem;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .article-cards .cards-row .cards .card-item .item-caption {
    padding: 1rem;
  }
}
.article-cards .cards-row .cards .card-item .item-caption .article-title {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  -ms-text-overflow: ellipsis;
  font-weight: bold;
}
.article-cards .cards-row .cards .card-item .item-caption .article-sub {
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -ms-text-overflow: ellipsis;
}
.article-cards .cards-row .cards .card-item .title-link {
  color: #0275d8 !important;
  font-size: 12px;
}
.article-cards .cards-row .cards .card-item:hover .act-btn {
  color: #ff6700 !important;
}
.article-cards .cards-row .cards .card-item:hover img {
  transform: scale(1.1);
}
.article-cards .cards-row .cards .card-item:hover .topic-icon {
  border-color: #ff6700;
}
@media (max-width: 767px) {
  .article-cards .cards-row .cards .card-item:active {
    box-shadow: 0 6px 12px 0 rgba(75, 88, 105, 0.12) !important;
  }
}

.mfo-notice {
  width: 100%;
  margin: 2rem 0;
}
.mfo-notice-content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animated.bounceIn {
  animation-name: bounceIn;
  animation: bounceIn 0.9S;
}

.shiny {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 5;
  animation: shiny 5S infinite both 0.3s; /*shiny效果*/
}

@keyframes shiny {
  0%, 10%, 60%, 100% {
    opacity: 0;
  }
  30%, 50%, 80% {
    opacity: 1;
  }
}
.ms-n1 {
  margin-left: -0.25rem !important;
}

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

.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;
  }
}

.perplexicty_layout .videos_fuc h2 {
  font-size: 32px;
  margin-bottom: 0px !important;
}

@media (max-width: 480px) {
  .perplexicty_layout .videos_fuc h2 {
    font-size: 1.25rem;
    margin-bottom: 0 !important;
  }
}
.perplexicty_layout .videos_fuc .articleSwiper2 {
  margin-top: 20px;
}

.perplexicty_layout .videos_fuc {
  padding: 0;
  background: #fff;
}

.perplexicty_layout .videos_fuc .articleSwiper2 .box .article2-btn a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  /* width: auto !important; */
  padding: 20px 15px;
  margin: 0 5px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .dot-right {
    border-right: none;
    border-bottom: none;
  }
}/*# sourceMappingURL=main_monthlyevent.css.map */