@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
@font-face {
    font-family: "cw_icon_new";
    src: url(../fonts/cw/cw_icon_new.eot?d0n253);
    src: url(../fonts/cw/cw_icon_new.eot?d0n253#iefix) format("embedded-opentype"), url(../fonts/cw/cw_icon_new.ttf?d0n253) format("truetype"), url(../fonts/cw/cw_icon_new.woff?d0n253) format("woff"), url(../fonts/cw/cw_icon_new.svg?d0n253#cw_icon_new) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
:root {
    --mainColor: #003A9F;
    --brandColor: #D60C18;

    --pdX: 80px;
}
/* 圖標 */
[class^=icon-], [class*=" icon-"] {
    font-family: "cw_icon_new" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
    content: "\e939";
}
.icon-minus:before {
    content: "\e938";
}

/* 按鈕 */
.btn,
.sm_menu_outer .mobile_menu a.btn {display: inline-flex;justify-content: center;align-items: center;background-color: var(--mainColor);color: #fff;font-size: 16px;height: 50px;padding: 0 15px;border-radius: 0;}
.btn--s,
.sm_menu_outer .mobile_menu a.btn {height: 36px;font-size: 14px;width: auto;}
.btn:hover{background: color-mix(in srgb, var(--mainColor), #000 20%);color: #fff;}

/* 選單 */
header nav .logo-section{gap:20px}
.CW_logo img {height: 46px;}
.sm_menu_outer .btnGp {display: flex;gap: 15px;flex: 1;}

/* footer */
.footer-wrapper{background: var(--brandColor);color:#fff;display: flex;justify-content: center;align-items: center;padding: 10px 0;height: 40px;}
.footer-wrapper a{font-size: 16px;color:#fff;line-height: 1.2;}

/* bottom_btn */
.bottom_btn{background: var(--brandColor);color:#fff;display: flex;justify-content: center;align-items: center;padding: 10px 0;height: 40px;    position: fixed; bottom: 0; left: 0; width: 100%; z-index: 99;}
.bottom_btn a{font-size: 16px;color:#fff;line-height: 1.2;}

.cont section h3.redline.cw_maintitle {margin-bottom: 30px;}
.ScanTitle{margin: 0 0 10px;font-size:24px;text-align:center;letter-spacing: 0.1em;}
.ScanDesc{margin-bottom: 40px;font-size:18px;font-weight: 600;text-align:center;color: #000;letter-spacing: 0.1em;}
.corporate-switcher ul>li>a{font-size: 16px;}

/* 每日報申請後，開通5步驟 */
.cont section.app{padding-left:0;padding-right:0}
.mobile_app{}
.mobile_app .item{position: relative;padding: 0 15px;}
.mobile_app .item::after{content:'';position:absolute;left:100%;top: .25em;width:16px;aspect-ratio:1;background:url('../img/arrow.svg')no-repeat center/contain;transform:translateX(-50%)}
.mobile_app .owl-item:last-child .item::after{display:none}
.mobile_app .head{text-align: center;}
.mobile_app .head__step{margin-bottom: 10px;font-size: 24px;font-weight: 700;line-height: 1.2;color: var(--brandColor);}
.mobile_app .head__tt{margin: 0 0 10px;font-size: 18px;min-height: 3em;}
.owl-carousel .disabled{display:none!important}
.cont section.magazine_box{max-width: inherit;}

@media screen and (min-width: 768px) {
    /* 主體 */
    body {min-width: auto;}
    .container {width: auto;max-width: 1440px;padding-left: var(--pdX);padding-right: var(--pdX);}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 選單 */
    section#header header {min-width: auto;padding-right: 1rem;padding-left: .6rem;}
    section#header header nav .menu-section {width: auto;margin-left: -20px;}
    header nav .drop-down-menu li a.menu-list-title {font-size: 0.7rem;padding: 0.6rem 0.4rem;}
}

@media screen and (max-width: 1339px) {
    /* 每日報申請後，開通5步驟 */
    .mobile_app{--owlX:10vw;/* width:calc(100% + var(--owlX)); */padding-right: var(--owlX);}
    .mobile_app .owl-stage-outer{/* width: calc(100% + var(--owlX)); */margin-right: calc(-1 * var(--owlX));}
    .cont .mobile_app .owl-carousel .owl-next {right: calc(-1 * var(--owlX));}
}
@media screen and (max-width: 1024px) {
    .mobile_app .item{padding: 0 45px;}
    /* 每日報申請後，開通5步驟 */
    .mobile_app{--owlX:0vw;padding-right: var(--owlX);}
    .mobile_app .owl-stage-outer{margin-right:0;}
    .cont .mobile_app .owl-carousel .owl-next {right: calc(-1 * var(--owlX));}
}
@media screen and (max-width: 660px) {
    .mobile_app .item::after{content:none;}
}
@media screen and (max-width: 1180px) {
    /* 選單 */
    header nav .logo-section{gap:10px}
    header nav .menu-section {left: 300px;}
    .CW_logo img,
    header nav .logo-section a.logo {height: 40px;background-size: contain;background-position: left center;}

    /* 按鈕 */
    .btn--s {font-size: 11px;}
}

@media screen and (max-width: 980px) {
    /* 選單 */
    header nav .menu-section {left: 270px;}
    .CW_logo img,
    header nav .logo-section a.logo {height: 38px;}
}

@media screen and (max-width: 767px) {
    :root{
        --pdX:40px;
    }
    
    /* 選單 */
    .CW_logo img,
    header nav .logo-section a.logo {height: 36px;}
    .sm_menu_outer .btnGp{margin-top: 15px;flex-direction: column;}


}

@media screen and (max-width: 560px) {
    :root{
        --pdX:20px;
    }
}

/* ====================== 主內容區塊 container-wrapper ====================== */
.body_bg {
  height: 100%;
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  background-repeat: no-repeat;
}
.cont {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.8;
  height: auto;
  padding-bottom: 80px;
  overflow: hidden;
}
@media all and (min-width: 1441px) {
  .cont {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cont {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 575.98px) {
  .cont {
    padding-bottom: 80px;
  }
}
/* ====================== page2 ====================== */
.cont {
  /*重要趨勢*/
  /*我要訂閱BTN*/
  /*合作夥伴*/
}
.cont section {
  box-sizing: border-box;
  margin: 0 auto 0;
  width: 100%;
  max-width: 1280px;
  padding: 60px 0;
}
@media all and (max-width: 1320px) {
  .cont section {
    padding: 60px 40px;
  }
}
@media all and (max-width: 767px) {
  .cont section {
    padding: 60px 0;
  }
}
.cont section.scenarios_box {
  max-width: 1220px;
  padding: 10% 0;
  background: url(../img/page2/bg_cloud.svg) no-repeat 0% 50px;
  background-size: 100% auto;
}
@media all and (min-width: 1441px) {
  .cont section.scenarios_box {
    padding-top: 6%;
    padding-bottom: 9%;
  }
}
@media all and (max-width: 767.98px) {
  .cont section.scenarios_box {
    background-position: center center;
    background-size: cover;
    margin-bottom: 0;
  }
}
.owl-scenarios .item{margin: auto;}
.owl-scenarios .item img{}

.cont section h2,
.cont section h3 {
  color: #282828;
  font-size: clamp(28px, 2.5vw, 32px);
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 1%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cont section h2,
  .cont section h3 {
    font-size: clamp(28px, 2.5vw, 32px);
  }
}
@media all and (max-width: 575.98px) {
  .cont section h2,
  .cont section h3 {
    font-size: 28px;
    margin-bottom: 7%;
  }
}
.cont section h2 span{
  margin-left: 2rem;
  color: #0C3287;
}
@media all and (max-width: 767.98px) {
  .cont section h2 span{
    margin-left: 0;
    display: block;
    margin-top: 1%;
  }
}
.cont section h3 span {
  margin-left: 0rem;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 4rem;
}
.cont section h2.redline,
.cont section h3.redline {
  position: relative;
}
.cont section h2.redline::before,
.cont section h3.redline::before {
  position: absolute;
  left: calc(50% - 20px);
  top: -48px;
  content: "";
  border-top: 8px solid #D60C18;
  width: 40px;
}
.cont .articles_info {
  position: relative;
  margin-top: 60px;
}

.cont .articles_info::before {
  position: absolute;
  content: "";
  width: 278px;
  height: auto;
  aspect-ratio: 285/376;
  background-image: url(../img/article-phone_mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 0;
  z-index: 15;
  transform: translate(-50%,-0%);
}
@media (min-width: 1000px) and (max-width: 1350px) {
  .cont .articles_info::before {
    width: 21.5vw;
  }
}
@media all and (max-width: 1000px) {
  .cont .articles_info::before {
    width: 70vw;
  }
}
@media all and (max-width: 575.98px) {
  .cont .articles_info::before {
    width: 76vw;
  }
}


@media all and (max-width: 767.98px) {
  .cont .articles_info .owl-stage-outer{text-align:center}
}
.cont .owl-articles .item {
  display: inline-block;
  width: 88%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
}
@media all and (max-width: 1000px) {
  .cont .owl-articles .item {
    width: 100%;
    max-width: 100%;
    padding: 0 4vw 0;
  }
}
@media all and (max-width: 575.98px) {
  .cont .owl-articles .item {
    width: 100%;
  }
}

.cont img {
  width: 100%;
}
.cont .mt3 {
  margin-top: 3%;
}
@media all and (max-width: 575.98px) {
  .cont .mt3 {
    margin-top: 5%;
  }
}
.cont .mb140 {
  margin-bottom: 140px;
}
@media all and (max-width: 767.98px) {
  .cont .mb140 {
    margin-bottom: 90px;
  }
}
.cont .mb140info {
  margin-bottom: 140px;
}
@media all and (min-width: 1441px) {
  .cont .mb140info {
    margin-bottom: 0px;
  }
}
.cont .mb100 {
  margin-bottom: 100px;
}
@media all and (max-width: 767.98px) {
  .cont .mb100 {
    margin-bottom: 100px;
  }
}
.cont .mb40 {
  margin-bottom: 40px;
}
@media all and (max-width: 767.98px) {
  .cont .mb40 {
    margin-bottom: 30px;
  }
}
.cont .articles_box{padding-left:0;padding-right: 0;}

@media all and (max-width: 1000px) {
  .cont .articles_box--scan .articles_info {
    margin-top:15vw
  }
}

.cont .articles_box--scan .articles_info::before {
  width: 251px;
  aspect-ratio: 251/360;
  background-image: url(../img/page1/news-phone_mag.png);
}
@media (min-width: 1000px) and (max-width: 1350px) {
  .cont .articles_box--scan .articles_info::before {
    width: 19.3vw;
  }
}
@media all and (max-width: 1000px) {
  .cont .articles_box--scan .articles_info::before {
    width: 62vw;
  }
}
@media all and (max-width: 575.98px) {
  .cont .articles_box--scan .articles_info::before {
    width: 68.4vw;
  }
}
/* ====================== 常見問題 FAQ ====================== */
.index-page .faq h3 {
    font-family: Noto Sans TC;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 30px
}

.index-page .faq p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family:' Noto Sans TC';
    font-weight: 300;
    line-height: 24px;
}

.index-page .faq .maxcontent {
    max-width: 1150px !important;
    font-family: Noto Sans TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px
}

.index-page .faq .accordion__group .accordion__item:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.index-page .faq .accordion__item__header {
    position: relative;
    cursor: pointer;
    display: flex;
    padding-right: 30px;
}

.index-page .faq .accordion__item__header .txt{flex: 1;}

.index-page .faq .accordion__item__header .icon {
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/* .index-page .faq .accordion__item__header.active {
    color: var(--mainColor);
} */

.index-page .faq .accordion__item {
    padding: 10px 18px;
    text-align: justify;
}

.index-page .faq .accordion__item__panel {
    padding: 16px 22px;
    margin-top: 10px;
}

.index-page .faq .accordion__item__panel a {
    color: var(--mainColor);
    text-decoration: underline
}

.index-page .faq .accordion__item__panel a:hover {
    color: #87e2ff;
}

/* ====================== 關於我們 about ====================== */
.cont section.about-page {
    padding-bottom:0
}

@media(min-width: 768px) {
    .cont section.about-page {
        padding-top: 115px;
        padding-bottom: 15px;
    }
}

.cont section.about-page .container{padding:0}

@media(max-width: 767px) {
    .cont section.about-page .container{
        max-width:inherit
    }
}
.about-page #carousel-about {
    height: 410px;
    overflow: hidden
}

@media(max-width: 899px) {
    .about-page #carousel-about {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .about-page #carousel-about {
        width: 100%
    }
}

.about-page .container .row {
    display: flex;
    margin: 0 -20px 0;
    margin-bottom: 40px;
    max-width: inherit;
    width: calc(100% + 40px);
}

@media screen and (max-width: 900px) {
    .about-page .container .row {
        display:block;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-page .container .row {
      width: 100%;
      margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-page .container .row .slick-list.draggable{
        padding-left:20px!important;
        padding-right:93px!important
    }
}

@media screen and (max-width: 480px) {
    .about-page .container .row .slick-list.draggable{
        padding:0!important
    }
}

@media screen and (max-width: 480px) {
    .about-page .container .row .slick-track {
        margin-left:0;
    }
}

.about-page .item-box {
    padding: 40px;
    width: calc(30% - 40px);
    max-width: 400px;
    margin: 0 20px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    min-height: 402px;
}

@media screen and (max-width: 900px) {
    .about-page .item-box {
        margin:0 10px;
        padding: 20px;
        max-width: inherit;
        width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .about-page .item-box {
        margin-left:20px;
        margin-right:20px
    }
}

@media screen and (max-width: 650px) {
    .about-page .item-box {
        min-height: 435px;
    }
}

.about-page .item-box__img {
    position: relative;
    width: 100px;
    aspect-ratio: 1;
    margin: auto;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-page .item-box__img img {
    width: 100%;
    height: auto
}

.about-page .item-box__img.scan_img img {
    animation: 4s ani_circle linear infinite
}

.about-page .item-box__img.focus_img::before {
    content: "";
    background-image: url(../img/page1/focus_s_center.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.about-page .item-box__img.focus_img img {
    animation: ani_focus_rotate 3.5s ease infinite
}

.about-page .item-box__img.inspire_img:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #bbf8ff;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px)
}

@media screen and (max-width: 768px) {
    .about-page .item-box__img.inspire_img:before {
        width:8px;
        height: 8px;
        left: calc(50% - 4px);
        top: calc(50% - 4px)
    }
}

.about-page .item-box__img.inspire_img span {
    position: absolute;
    transform-origin: center;
    animation: 1.3s ani_zoomIn ease-in-out infinite;
    border: 1px solid #87e2ff;
    border-radius: 100px
}

.about-page .item-box__img.inspire_img span:nth-child(1) {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    border-width: 3px
}

@media screen and (max-width: 768px) {
    .about-page .item-box__img.inspire_img span:nth-child(1) {
        width:26px;
        height: 26px;
        left: calc(50% - 13px);
        top: calc(50% - 13px)
    }
}

.about-page .item-box__img.inspire_img span:nth-child(2) {
    width: 72px;
    height: 72px;
    left: calc(50% - 36px);
    top: calc(50% - 36px);
    border-width: 2px
}

@media screen and (max-width: 768px) {
    .about-page .item-box__img.inspire_img span:nth-child(2) {
        width:42px;
        height: 42px;
        left: calc(50% - 21px);
        top: calc(50% - 21px)
    }
}

.about-page .item-box__img.inspire_img span:nth-child(3) {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px)
}

@media screen and (max-width: 768px) {
    .about-page .item-box__img.inspire_img span:nth-child(3) {
        width:60px;
        height: 60px;
        left: calc(50% - 30px);
        top: calc(50% - 30px)
    }
}

.about-page .item-box__text .eng {
    font-size: 32px;
    font-weight: 400;
    font-family: Jura;
    line-height: 1;
    margin: 0;
    color: #52cef5
}

@media screen and (max-width: 768px) {
    .about-page .item-box__text .eng {
        /* font-size:24px; */
    }
}

.about-page .item-box__text .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 16px;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .about-page .item-box__text .title {
        /* font-size:24px; */
        /* margin-top: 12px; */
        /* margin-bottom: 12px; */
    }
}

.about-page .item-box__text .d p {
    font-size: 22px;
    line-height: 1.55;
    color: #48545d;
    font-weight: 300;
    margin: 0
}

@media screen and (max-width: 768px) {
    .about-page .item-box__text .d p {
        /* font-size:18px; */
    }
}

.about-page .Pc-daily,.about-page .Mobile-Daily {
    padding-left: 30px;
    padding-right: 30px
}

.about-page .Pc-daily .t-carousel__item__img2,.about-page .Mobile-Daily .t-carousel__item__img2 {
    width: 100%
}

.about-page .Pc-daily .t-carousel__control.left {
    left: -30px
}

.about-page .Pc-daily .t-carousel__control.right {
    right: -30px
}

.about-page .Pc-daily .t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
    left: 0
}

.about-page .Pc-daily .t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
    right: 0
}

/* ====================== animation ====================== */
@keyframes ani_focus_rotate {
    from,20%,30%,70%,75%,to {
        transform: rotate(0deg)
    }

    10%,85% {
        transform: rotate(-30deg)
    }

    50% {
        transform: rotate(60deg)
    }
}

@keyframes ani_circle {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@keyframes ani_zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1);
        transform: scale3d(0.1, 0.1, 0.1)
    }

    50% {
        opacity: .6
    }

    80%,100% {
        opacity: 0
    }
}

/* 手機版輪播導覽箭頭樣式與定位 */
.cont .owl-carousel .owl-prev,
.cont .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont .owl-carousel .owl-prev {
    left: 0;
}
.cont .owl-carousel .owl-next {
    right: 0;
}
.cont .owl-carousel .owl-prev img,
.cont .owl-carousel .owl-next img {
    width: 40px;
    height: auto;
    display: block;
}
@media all and (max-width: 767.98px) {
  .cont .owl-carousel .owl-nav {
    display: block !important;
  }

}

/* Slick Carousel 手機版導覽箭頭樣式 */
@media all and (max-width: 767.98px) {
  #carousel-about .slick-prev,
  #carousel-about .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #carousel-about .slick-prev {
    left: 0;
  }
  #carousel-about .slick-next {
    right: 0;
  }
  #carousel-about .slick-prev img,
  #carousel-about .slick-next img {
    width: 40px;
    height: auto;
    display: block;
  }
}

/* ====================== 中華行動用戶 卡片樣式 ====================== */
.user-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px 0;
    margin: 40px auto 0;
    width: 100%;
    max-width: 990px;
}

.user-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 100%;
    max-width: 217px;
    /* min-width: 240px; */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.user-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.user-card--blue {
    border: 1px solid var(--mainColor);
}

/* 3D 紅色緞帶 Badge */
.user-card__badge {
    position: absolute;
    left: -8px;
    top: 0;
    min-width: 88px;
    background-color: var(--brandColor);
    color: #fff;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 14px;
    z-index: 10;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-align: center;
    transform: translateY(-50%);
}

.user-card__badge::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-top: 6px solid #8B0810;
    border-left: 8px solid transparent;
}

/* 卡片頭部 */
.user-card__header {
    padding: 30px 20px 20px;
    box-sizing: border-box;
}

.user-card--blue .user-card__header {
    background-color: var(--mainColor);
    color: #fff;
}

.user-card__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #fff;
}

.user-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.user-card__meta .label {
    margin: 0;
    padding: 6px  0;
    font-size: 18px;
    font-weight: 600;
    color: var(--mainColor);
    background: transparent;
}

.user-card__meta .discount {
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    background-color: #fff;
    border-radius: 20px;
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
    line-height: 1;
}

.user-card__price {
    display: flex;
    align-items: baseline;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.user-card--blue .user-card__price {
    color: #fff;
}

.user-card__price .num {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.user-card__price .unit {
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}

.user-card__price .period {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.user-card--blue .user-card__price .period {
    color: #fff;
}

.user-card__sub {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.user-card--blue .user-card__sub {
    color: rgba(255, 255, 255, 0.8);
}

.user-card:not(.user-card--blue) .user-card__sub {
    color: #6B7780;
}

/* 卡片身體與按鈕 */
.user-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
    justify-content: flex-end;
    box-sizing: border-box;
}
.user-card__body:has(.user-card__btn-solid){padding-top:0}

/* 外框按鈕 (Card 1) */
.user-card__btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    width: 100%;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.user-card__btn-outline:hover {
    background-color: var(--mainColor);
    color: #fff;
    text-decoration: none;
}

/* 實心按鈕 (Card 2, 3, 4) */
.user-card__btn-solid {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.user-card__btn-solid:hover {
    background-color: color-mix(in srgb, var(--mainColor), #000 15%);
    color: #fff;
    text-decoration: none;
}

/* RWD 手機版切換 */
@media screen and (max-width: 767px) {
    .user-cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 30px;
    }

    .user-card {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 480px) {
    .user-card {
        max-width: 295px;
    }
}

.app_download{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.app_download .item{
    width: 100px;
    height: 100px;
}
.app_download .item img{
    width: auto;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .app_download .item.qr_pc{
        display: none;
    }
}

.app_download_mb{
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .app_download_mb{
        display: flex;
    }
}
.app_download_mb .item{
    width: 150px;
    height: auto;
}

section#footer {padding-top: 0;}
section#footer hr {background: transparent; border: none; border-top: 1px solid #333; margin-top: 0; height: 1px; opacity: .2;}
section#footer .footer-site-links {position: relative;}
section#footer .footer-site-links .misc-links, section.footer .footer-site-links .miniature {text-align: center;}
section#footer.no-footer-logo .footer-links-copyright {display: block;}
section#footer.no-footer-logo .footer-site-links {justify-content: center;}
section#footer.no-footer-logo .site-links-copyright {align-items: center;}
section#footer.no-footer-logo .footer-scroll-top {position: absolute; right: 10px; top: 0; display: flex; justify-content: center; align-items: center; height: 36px; width: 36px; user-select: none; cursor: pointer; z-index: 10;}
@media screen and (max-width: 767px) {
    section.footer .official-links a {width: auto; overflow: hidden; display: flex; flex-wrap: wrap;}
    section#footer .footer-site-links .misc-links, section#footer .footer-site-links .miniature {text-align: center; font-size: .75rem;}
    section#footer .footer-site-links .misc-links a {white-space: nowrap; margin-right: 0.3rem; padding-right: 0.3rem;}
    section#footer.no-footer-logo .footer-site-links {width: auto; justify-content: space-between; display: inline;}
}
