/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");

body {
  box-sizing: border-box;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  background-color: #fffce7;
  color: #555555;
}

a {
  text-decoration: none;
  color: #1a8dd4;
}

/* ============== CM821 上下間距 ============== */

#CM821 .spacer_vertical_large {
  height: 65px;
}

.MOBILE #CM821 .spacer_vertical_large {
  height: 35px;
}

#CM821 .spacer_vertical_small {
  height: 20px;
}

.MOBILE #CM821 .spacer_vertical_small {
  height: 10px;
}

.PC #CM821 .guide_blank {
  height: 20px;
}

.MOBILE #CM821 .guide_blank {
  height: 15px;
}

/* ============== 共用樣式：字級 ============== */

/* 字重 */

/* 文字光暈 */
#CM821 .text_shadow {
  text-shadow: 2px 2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff;
}

/* ============== 共用樣式：顏色 ============== */
/* 顏色：文字 */

/* 顏色：背景顏色 */
#CM821 .background_color_primary {
  background-color: #fffce7;
}

#CM821 .background_color_secondary {
  background-color: #fcf3ff;
}


/* ============== CM821 按鈕顏色 ============== */
/* 按鈕顏色：紅色01 */

/* 按鈕顏色：綠色01 */

/* 按鈕顏色：橘色01 */
#CM821 .gradient_color_orange {
  border: 1px solid #FF3C29;
  background: #FF3C29;
  background: linear-gradient(0deg, #ff3c29 0%, #fe6232 100%);
}

.PC #CM821 .gradient_color_orange:hover {
  border: 1px solid #FF3C29;
  background: #fe6232;
  background: linear-gradient(0deg, #fe6232 0%, #FF3C29 100%);
}

/* 按鈕顏色：紫色01 */
#CM821 .gradient_color_purple {
  border: 1px solid #8c01c4;
  background: #8c01c4;
  background: linear-gradient(0deg, #8c01c4 0%, #c32eff 100%);
}

.PC #CM821 .gradient_color_purple:hover {
  border: 1px solid #c32eff;
  background: #c32eff;
  background: linear-gradient(0deg, #c32eff 0%, #8c01c4 100%);
}


/* ============== 主要框架 ============== */
#CM821 {
  width: 100%;
  height: auto;
  /* overflow:hidden; */
}

/* ============== 內頁框架 ============== */
#CM821 .main_stage {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/* 分段區塊 */
#CM821 .section_block {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* 內容區塊 */
.PC #CM821 .container_frame {
  max-width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
}

.MOBILE #CM821 .container_frame {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/* ============== 主視覺區塊 ============== */
#CM821 .key_visual,
.hero_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.PC #CM821 .visual_hero {
  width: 100%;
  /* height: 420px; */
  min-height: 0;
  overflow: hidden;
  background-image: url(https://imgs.click108.com.tw/unit007/item00821/images/hero/bg_pc.jpg), url(https://imgs.click108.com.tw/unit007/item00821/images/hero/bg_repeat.jpg);
  background-position: top center;
  background-repeat: no-repeat, repeat-x;
  /* background-size: auto; */
  background-size: 185%, auto;
  aspect-ratio: 100 / 38;
}

.MOBILE #CM821 .visual_hero {
  width: 100%;
  aspect-ratio: 750 / 420;
  overflow: hidden;
  background-image: url(https://imgs.click108.com.tw/unit007/item00821/images/hero/bg_mb.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* margin-top: 45px; */
}

#CM821 .hero_title h1 {
  text-indent: -9999px;
}


/* ============== 選單區塊 ============== */
#CM821 .the_menu {
  width: 100%;
  height: 55px;
  z-index: 3;
  overflow: hidden;
  /* margin-top: 0; */
  box-sizing: border-box;
  position: sticky;
  top: 0;
}

.MOBILE #CM821 .the_menu {
  height: 45px;
  top: 45px;
}

#CM821 .LM_MENU {
  display: block;
  width: 100%;
  height: 55px;
  background: #E6B300;
  background: linear-gradient(0deg, #e6b300 0%, #ffc90d 100%);
}

.MOBILE #CM821 .LM_MENU {
  height: 45px;
}

#CM821 .LM_MENU02 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  margin-top: 0px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .9);
  background-color: #E6B300;
}

.MOBILE #CM821 .LM_MENU02 {
  margin-top: 45px;
  filter: url(drop-shadow.svg#drop-shadow);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
  background-color: #E6B300;
}

.MOBILE #CM821 .LM_MENU .MENU {
  float: left;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM821 .LM_MENU .PRE {
  display: none;
  float: left;
  width: 6%;
  height: 50px;
  margin: 0 2px;
  background-image: url(https://imgs.click108.com.tw/unit007/item00821/images/pre.png);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.MOBILE #CM821 .LM_MENU .NEX {
  display: none;
  float: right;
  width: 6%;
  height: 50px;
  margin: 0 2px;
  background-image: url(https://imgs.click108.com.tw/unit007/item00821/images/next.png);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.PC #CM821 .LM_MENU ul {
  max-width: 780px;
  height: 55px;
  margin: 0 auto;
  border-right: 1px solid #fff6e2;
  border-left: 1px solid #fff6e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MOBILE #CM821 .LM_MENU ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PC #CM821 .LM_MENU li {
  float: left;
  /* width: 33.33%; */
  width: 100%;
  height: 55px;
  border-right: 1px solid #fff6e2;
  box-sizing: border-box;
}

.MOBILE #CM821 .LM_MENU li {
  float: left;
  /* width: 33.33%; */
  width: 100%;
  height: 45px;
  /* padding: 0 2px; */
  box-sizing: border-box;
  border-right: 1px solid #fff6e2;
}

.PC #CM821 .LM_MENU li:last-child {
  border-right: none;
}

#CM821 .LM_MENU li.LINK {
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 1.7em;
  line-height: 55px;
  background: #8c01c4;
  background: linear-gradient(0deg, #8c01c4 0%, #c32eff 100%);
}

.MOBILE #CM821 .LM_MENU li.LINK {
  height: 45px;
  font-size: 1.3rem;
  line-height: 45px;
}

.MOBILE #CM821 .LM_MENU li:last-child {
  border-right: none;
}

.PC #CM821 .LM_MENU li a {
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 1.7em;
  line-height: 55px;
  cursor: pointer;
}

.MOBILE #CM821 .LM_MENU li a {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 45px;
}

.PC #CM821 .LM_MENU li a:hover {
  font-weight: bold;
  color: #ffffff;
  background: #8c01c4;
  background: linear-gradient(0deg, #8c01c4 0%, #c32eff 100%);
}

.PC #CM821 .LM_MENU .PRE,
.PC #CM821 .LM_MENU .NEX {
  display: none;
}

/* 電腦版隱藏 */
.PC #float_icon .LIST_ICON {
  display: none;
}


/* ============== 內容區塊 ============== */
#CM821 .titlebar {
  max-width: 610px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM821 .titlebar {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/* 圓形配圖區塊 */
#CM821 .flex_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#CM821 .norm_case {
  width: 85%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM821 .norm_case {
  width: 100%;
}

#CM821 .round_itembox {
  width: 100%;
  height: auto;
}

#CM821 .round_itembox .itembox_img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

#CM821 .itembox_img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#CM821 .round_itembox .itembox_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.MOBILE #CM821 .round_itembox .itembox_title {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
}

.MOBILE #CM821 .round_itembox .itembox_title span.br_style {
  display: block;
}

/* 圖片樣式 */
#CM821 .titlebar img {
  display: block;
  width: 100%;
  height: auto;
}

/* 配圖盒子 */
#CM821 .phbox,
#CM821 .phbox02,
#CM821 .phbox_conclusion01,
#CM821 .phbox_conclusion02,
#CM821 .phbox_prewords {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CM821 .phbox img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .phbox img {
  width: 100%;
}

#CM821 .phbox02 img {
  display: block;
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .phbox02 img {
  width: 100%;
}

#CM821 .phbox_conclusion01 img {
  display: block;
  width: 79%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .phbox_conclusion01 img {
  width: 90%;
}

#CM821 .phbox_conclusion02 img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .phbox_conclusion02 img {
  width: 90%;
}

#CM821 .phbox_prewords img {
  display: block;
  width: 80%;
  height: auto;
  margin: 40px auto;
}

.MOBILE #CM821 .phbox_prewords img {
  width: 95%;
  margin: 25px auto;
}

/* 卡片區塊 */
#CM821 .card_block {
  width: 90%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.MOBILE #CM821 .card_block {
  width: 100%;
  flex-direction: column;
}

#CM821 .card_block .card_item {
  width: 49%;
  height: auto;
}

.MOBILE #CM821 .card_block .card_item {
  width: 60%;
  height: auto;
  margin-bottom: 10px;
}

.MOBILE #CM821 .card_block .card_item:first-child {
  margin-top: 2px;
}

.MOBILE #CM821 .card_block .card_item:last-child {
  margin-bottom: 5px;
}

.PC #CM821 .card_block .card_item:nth-child(1),
.PC #CM821 .card_block .card_item:nth-child(2) {
  margin-bottom: 15px;
}

#CM821 .card_block .card_item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 影片區塊 */
#CM821 .VIDEO {
  width: 595px;
  aspect-ratio: 560 / 315;
  margin: 0 auto;
  position: relative;
  margin: 10px auto 10px auto;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.MOBILE #CM821 .VIDEO {
  width: 100%;
  position: relative;
  border-radius: 20px;
  margin: 5px auto 10px auto;
}

.PC #CM821 .VIDEO iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.MOBILE #CM821 .VIDEO iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* 系統字盒子 */
#CM821 .text_infobox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.PC #CM821 .text_infobox p {
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-align: center;
}

.MOBILE #CM821 .text_infobox p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}

.PC #CM821 .text_infobox span.price_tag {
  font-size: 1.2rem;
}

.MOBILE #CM821 .text_infobox span.price_tag {
  font-size: .9rem;
}


/* ============== 內容按鈕區塊 ============== */
/* 按鈕樣式：圓角 */
#CM821 .button_frame .border_smallround {
  border-radius: 5px;
}

#CM821 .button_frame {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .button_frame {
  width: 100%;
}

#CM821 .button_frame ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 20px auto auto auto;
}

.MOBILE #CM821 .button_frame ul {
  margin: 10px auto 15px auto;
}

#CM821 .button_frame li {
  width: 49%;
}

#CM821 .button_frame li:first-child {
  margin-right: 2%;
}

#CM821 .button_frame a {
  display: block;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
  padding: 5px 0px;
}

.MOBILE #CM821 .button_frame a {
  height: auto;
  font-size: 1.3rem;
  line-height: normal;
  padding: 2px 0px;
}

.PC #CM821 .button_frame .br_subtitle {
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: normal;
  display: block;
}

.MOBILE #CM821 .button_frame .br_subtitle {
  font-size: 1rem;
  margin-left: 5px;
  font-weight: normal;
  display: block;
}


/* ============== APP下載區塊 ============== */
.PC #CM821 .download_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.MOBILE #CM821 .download_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

.PC #CM821 .ph_itembox {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM821 .ph_itembox img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0px auto;
}


.PC #CM821 .ph_itembox img {
  display: block;
  width: 100%;
  height: auto;
}


/* ============== APP下載區塊：雙平台按鈕 ============== */
/* 雙平台按鈕樣式：圖片 */
#CM821 .IOS_bt {
  background: url(https://imgs.click108.com.tw/unit007/item00821/images/cm821/ph_bt_ios.png) no-repeat top center;
  background-size: contain;
}

#CM821 .Android_bt {
  background: url(https://imgs.click108.com.tw/unit007/item00821/images/cm821/ph_bt_Android.png) no-repeat top center;
  background-size: contain;
}

.PC #CM821 .button_area02 {
  width: 450px;
  height: auto;
  margin: 15px auto;
}

.MOBILE #CM821 .download_area .button_area02 {
  display: block;
  margin-top: 10px;
}

.PC #CM821 .button_area02 ul {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.MOBILE #CM821 .button_area02 ul {
  width: 88%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.PC #CM821 .button_area02 ul li {
  width: 49%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.MOBILE #CM821 .button_area02 ul li {
  width: 49%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.PC #CM821 .button_area02 ul li a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 8px;
  background-color: #000000;
  text-indent: -9999px;
  transition: all .3s ease;
}

.MOBILE #CM821 .button_area02 ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background-color: #000000;
  text-indent: -9999px;
  transition: all .3s ease;
}

.PC #CM821 .button_area02 ul li a:hover {
  transform: scale(.95);
}

/* ============== 置底浮水印按鈕 ============== */
#CM821-wrapper .downbar_button {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 5px 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.MOBILE #CM821-wrapper .downbar_button {
  padding: 0px;
}

#CM821-wrapper .downbar_button .downbar_info {
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

#CM821-wrapper .downbar_info a {
  position: relative;
  display: block;
  width: 375px;
  height: auto;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  background: linear-gradient(-45deg, #8c01c4, #b01dff, #9400ce);
  background-size: 300%;
  animation: downbar-effect 10s linear infinite;
  padding: 3px 0px;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 1px 10px rgba(216, 166, 255, 1);
}

.MOBILE #CM821-wrapper .downbar_info a {
  width: 100%;
  font-size: 1.4rem;
}

#CM821-wrapper .downbar_info a span.br_subtitle {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.MOBILE #CM821-wrapper .downbar_info a span.br_subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}

#CM821-wrapper .downbar_info a::after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(https://imgs.click108.com.tw/unit007/item00821/images/cm821/button_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 30%;
  left: 87%;
  transform: translate(-87%, -30%);
  transition: 0.5s;
  animation: arrow-right 1.7s infinite;
}

.PC #CM821-wrapper .downbar_info a:hover {
  transition: all .3s ease-in-out;
  transform: scale(1.05);
}

@keyframes downbar-effect {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes arrow-right {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#CM821-wrapper .downbar_info a p {
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
}

.MOBILE #CM821-wrapper .downbar_info a p {
  font-size: 1.4rem;
}

#CM821-wrapper .downbar_info a p:last-child {
  font-size: 1.2rem;
  color: yellow;
}

.MOBILE #CM821-wrapper .downbar_info a p:last-child {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* ============== 手機版 ============== */
/* 手機版隱藏 */
.MOBILE #float_icon .LIST_ICON {
  display: none;
}

/* 手機版顯示右下功能按鈕 */
.MOBILE #float_icon {
  display: block;
}