@charset "UTF-8";

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

.common-title {
  background-image: linear-gradient(#0039f7 40%, #0039f74f);
  color: transparent;
  background-clip: text;
  font-size: 35px;
  text-transform: uppercase;
  margin: 80px 0 0;
  font-weight: bold;
  text-align: center;
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1 2687cc;
}
.common-title2 {
  background: #004efea6;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
}

.common-text {
  color: #235a9d;
  font-size: 26px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin: 30px auto;
  padding: 10px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 996px) {
  .common-text {
    width: 30%;
  }
}

@media (min-width: 996px) {
  .common-title {
    font-size: 60px;
  }
}

.promotion nav {
  width: 100%;
  background: #191919;
}

.linkgroup {
  text-align: center;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

.linkgroup h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #529cb0, 2px 2px 5px #529cb0, 2px 2px 5px #529cb0;
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}

.kv__linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 0%;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 996px) {
  .kv__linkbox {
    width: 80%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.kv__linkbox-item {
  width: calc((100%) - 20px);
  background-size: contain;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: repeat-x;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 5px 5px;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
  box-shadow: 5px 5px 0 #deebf4;
}

@media (min-width: 996px) {
  .kv__linkbox-item {
    width: calc(100%/3 - 20px);
    padding: 15px 5px;
  }
}

.kv__linkbox-item:focus {
  border: none;
  outline: none;
}

.kv__linkbox-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  cursor: pointer;
  background-color: #eeeded;
}

.t-bg {
  margin: 0 auto;
  line-height: 0;
}

.t-bg img {
  width: 100%;
}

.intro {
  background: #b3cddf;
  color: #1d1d1f;
}

/* 十大健檢項目 */
.list {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
}

.list__btn {
  text-align: center;
  display: block;
  margin: 20px auto 50px;
}

.itemList {
  padding: 50px 0;
  color: #1d1d1f;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.itemList__content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  border-radius: 10px;
  max-width: 900px;
  overflow: hidden;
}

.itemList__contentTable {
  overflow-x: auto;
}

.itemList table {
  display: block;
  background: #004efe29;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  width: 500px;
}

.itemList th, .itemList td {
  border-right: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  padding: 10px;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .itemList .itemList__contentTable table tbody tr td{
    width: 200px;
  }
}

.itemList th a, .itemList td a {
  color: #1d1d1f;
}

.itemList th {
  background: #13469a;
  color: #fff;
}

.itemList th:nth-child(1) {
  width: 25%;
}

.itemList th:nth-child(2) {
  width: 15%;
}

.itemList th:nth-child(3) {
  width: 10%;
}

.itemList th:nth-child(4) {
  width: 15%;
}

.itemList th:nth-child(5) {
  width: 15%;
}

.itemList th:nth-child(6) {
  width: 10%;
}

.itemList th:nth-child(7) {
  width: 10%;
}


.itemList tr:nth-child(even) {
  background: #f0f7fb;
}

.itemList__close {
  margin-top: 15px;
}

.itemList--active {
  visibility: visible;
  display: block;
}

@media (min-width: 996px) {
  .itemList__content {
    width: 80%;
  }
  .itemList table {
    display: inline-block;
    width: auto;
  }
}

.iconBox {
  display: flex;
  justify-content: center;
}

.iconBox .icon-new, .checkIconBox .icon-new {
  margin-right: 0;
  height: 25px;
  transform: rotate(15deg);
  margin-top: -10px;
}

@media (max-width: 500px) {
  .iconBox .icon-new {
    height: 20px;
  }
}

.step {
  padding: 0% 0 5% 0;
  background: linear-gradient(#6fd1ff, #fff, #89d9ff);
  position: relative;
}

.step__itemblock {
  -webkit-filter: drop-shadow(5px 15px 3px rgba(49, 79, 104, 0.2));
          filter: drop-shadow(5px 15px 3px rgba(49, 79, 104, 0.2));
}

.step__itemblock-itembox {
  margin: 20px 2.2% 20px 0px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.step__itemblock-itembox-icon {
  padding: 0 10px;
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.step__itemblock-itembox-icon img {
  margin: 0 auto;
}

.step__itemblock-itembox:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.discount {
  background: #b3cddf;
}

.discount__wrap {
  max-width: 1360px;
  width: 80%;
  margin: auto;
  padding-bottom: 5em;
}

.discount__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 996px) {
  .discount__flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.discount__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 996px) {
  .discount__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.discount__itemblock {
  text-align: center;
  height: auto;
  text-align: center;
  margin: 0;
  background-color: #fff;
  border-radius: 15px;
  border: 5px solid #fff;
  padding: 0% 3.5%;
  margin-bottom: 50px;
}

.discount__itemblock .icon {
  width: 190px;
  height: 190px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #ee5057;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}

.discount h3 {
  background: #66ccff;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.5em;
  border-radius: 30px;
  padding: 5px 30px;
  margin-top: -20px;
}

@media (min-width: 996px) {
  .discount h3 {
    font-size: 30px;
  }
}

.discount__price {
  text-align: left;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.5em;
  margin-left: 50px;
}

.discount__price span {
  font-size: 0.8em;
  color: #ee5057;
}

.discount__priceBox {
  margin: 20px 0;
}

.discount .listbox {
  margin: 0 auto 2%;
  width: 100%;
  list-style: disc;
  padding: 0 0 0 2%;
  position: relative;
  z-index: 1;
}

.discount .note {
  color: #696969;
  padding-left: 2%;
}

.discount__num {
  padding: 0px;
  margin: 3% 0;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

.discount__num li {
  position: relative;
  padding: 0px 0px 0px 2em;
  counter-increment: list_circle_num_counter;
  text-align: left;
  margin: 1em 0px 0px;
}

.discount__num li a {
  text-decoration: underline;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.discount__num li a:hover {
  color: #ee5057;
}

.discount__num li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0%;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  border-radius: 50%;
  text-align: center;
  content: counter(list_circle_num_counter);
  background: #13469a;
  color: #fff;
}

.discount__rule {
  line-height: 1.5em;
  margin-left: 20px;
}

.discount__rule ul, .discount__rule li {
  list-style-type: decimal;
}

.discount__rule ul {
  margin-left: 20px;
}

.discount__rule span {
  color: #f2000c;
}

.term__itembox-link::before {
  border-color: #195093 !important;
}
/*# sourceMappingURL=main-add.css.map */