* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "nobel", "Helvetica", "微軟正黑體", serif;
}

@font-face {
  font-family: "nobel";
  src: local(nobel), local(nobel);
  unicode-range: U+00-024F;
}

body {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 254, 1) 0%,
    rgba(210, 224, 232, 1) 100%
  );
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container {
  padding: 0 10px; /* 添加左右內邊距 */
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.kv {
  background-image: url(./images/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  min-height: 600px;
  position: relative;
}
.kv::before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, #ebebeb00 50%, #ebebeb 95%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (min-width: 1700px) {
  .kv {
    background-size: cover;
    min-height: 780px;
  }
}
@media (min-width: 2100px) {
  .kv {
    background-size: cover;
    min-height: 900px;
  }
}
@media (max-width: 640px) {
  .kv {
    background-image: url(./images/bk_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 600px;
  }
}
@media (max-width: 425px) {
  .kv {
    background-image: url(./images/bk_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
  }
  .kv::before {
    content: "";
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, #ebebeb00 75%, #ebebeb 95%);
  }
}
.logo {
  height: 44px;
  position: absolute;
  top: 8px;
  left: 10px;
  height: auto;
}

.logo img {
  margin: 10px 20px;
  max-width: 200px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .logo {
    display: flex;
    height: 44px;
    justify-items: center;
    height: auto;
  }

  .logo img {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .logo img {
    width: 150px;
    text-align: center;
    justify-items: center;
  }
}
.div2 {
  margin: 80px 0px 0px;
  text-align: center;
}
.div2 h1 {
  text-align: center;
  font-size: 74px;
  letter-spacing: 6px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 0.2em #2a475e;
}
.div2 h2 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  padding: 8px 36px;
  display: inline-block;
  justify-content: center;
  text-shadow: 1px 1px 0.2em #2a475e;
}
.div2 .title_1 img {
  width: 90%;
  max-width: 760px;
}
@media (max-width: 768px) {
  .div2 {
    margin: 80px 0px 0px;
  }
}
.col1 {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 24px;
  letter-spacing: 6px;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  background: #01164a;
  background: linear-gradient(
    90deg,
    rgba(1, 22, 74, 0) 0%,
    rgba(1, 22, 74, 0.8) 5%,
    rgba(1, 22, 74, 1) 50%,
    rgba(1, 22, 74, 0.8) 95%,
    rgba(1, 22, 74, 0) 100%
  );
}

@media (max-width: 768px) {
  .col1 {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .div2 h1 {
    text-align: center;
    font-size: 70px;
    line-height: 1;
  }
  .div2 h2 {
    font-size: 20px;
    color: #fff;
    padding: 4px 30px;
  }
  .col1 {
    padding: 0px 12px;
    letter-spacing: 2px;
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .div2 h1 {
    text-align: center;
    font-size: 42px;
    letter-spacing: 1.8px;
    line-height: 1;
  }
  .div2 h2 {
    font-size: 14px;
    color: #fff;
    padding: 4px 14px;
  }
  .col1 {
    padding: 0px 12px;
    letter-spacing: 2px;
    font-size: 16px;
  }

  .annotation {
    flex-direction: column;
  }
}
@media (max-width: 324px) {
  .col1 {
    letter-spacing: 2.1px;
  }
}
.advantage {
  width: 100%;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
}
.gift {
  position: relative;
  text-align: center;
  margin: 35px 0px 40px;
}
.gift img {
  max-width: 29px;
  padding-bottom: 10px;
}
.gift h3 {
  position: relative;
  padding: 6px 38px 0px;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: 700;
}
.gift span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  letter-spacing: 4px;
  font-weight: 700;
  padding-bottom: 10px;
}
.gift span strong {
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 600;
  color: #0a427a;
}
.gift span strong::before {
  content: attr(data-storke);
}
.gift span strong::before {
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
}
.gift h3::after {
  content: ""; /*沒用到仍然要寫，雙引號內容留空*/
  width: 18%; /*設定長方形寬度*/
  height: 1.5px; /*設定長方形高度*/
  background: #0a427a;
  position: absolute; /*設定與<div>區塊的相對位置*/
  left: calc(100% / 4); /*從<div>區塊左上角起算，與左邊距離為0，即靠左的意思*/
  bottom: calc(
    100% / 2
  ); /*從<div>區塊左上角起算，與上方距離為100%時才開始產生這個長方形，因此長方形會在整塊<div>區塊的下方*/
  z-index: 1;
}
.gift h3::before {
  content: ""; /*沒用到仍然要寫，雙引號內容留空*/
  width: 18%; /*設定長方形寬度*/
  height: 1.5px; /*設定長方形高度*/
  background: #0a427a;
  position: absolute; /*設定與<div>區塊的相對位置*/
  right: calc(100% / 4); /*從<div>區塊左上角起算，與左邊距離為0，即靠左的意思*/
  bottom: calc(
    100% / 2
  ); /*從<div>區塊左上角起算，與上方距離為100%時才開始產生這個長方形，因此長方形會在整塊<div>區塊的下方*/
  z-index: 1;
}
.gift::after {
  content: ""; /*沒用到仍然要寫，雙引號內容留空*/
  width: 49.8%; /*設定長方形寬度*/
  height: 1.8px; /*設定長方形高度*/
  background: #0a427a;
  position: absolute; /*設定與<div>區塊的相對位置*/
  left: calc(50% - 25%); /*從<div>區塊左上角起算，與左邊距離為0，即靠左的意思*/
  bottom: 0px; /*從<div>區塊左上角起算，與上方距離為100%時才開始產生這個長方形，因此長方形會在整塊<div>區塊的下方*/
  z-index: 0;
}
@media (max-width: 900px) {
  .gift h3::after {
    left: calc(100% / 5);
    width: 16%;
  }
  .gift h3::before {
    right: calc(100% / 5);
    width: 16%;
  }
  .gift::after {
    width: 60%;
    left: calc(50% - 29.4%);
  }
}
@media (max-width: 430px) {
  .gift h3 {
    position: relative;
    padding: 6px 38px 0px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 700;
  }
  .gift h3::after {
    left: calc(100% / 8);
    width: 16%;
  }
  .gift h3::before {
    right: calc(100% / 8);
    width: 16%;
  }
  .gift::after {
    width: 73.8%;
    left: calc(50% - 36.6%);
  }
  .gift span {
    font-size: 22px;
  }
}
.title {
  text-align: center;
  margin: 35px 0px 40px;
}
.title span {
  padding: 6px 38px;
  font-size: 24px;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 700;
  background: rgb(111, 190, 254);
  background: linear-gradient(
    90deg,
    rgba(111, 190, 254, 0) 0%,
    rgba(28, 69, 111, 1) 20%,
    rgba(28, 69, 111, 1) 50%,
    rgba(28, 69, 111, 1) 80%,
    rgba(111, 190, 254, 0) 100%
  );
}
.list picture {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
  width: 100%;
}
.list img {
  width: 100%;
  max-width: 860px;
}
.discount {
  width: 100%;
  background-color: #ebebeb;
}
.cardlist-box div {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #123e62;
}
.cardlist-box img {
  max-width: 90px;
  padding-bottom: 10px;
  margin-right: 10px;
}

@media (min-width: 640px) and (max-width: 960px){
  .cardlist-box div {
    flex-direction: column;
    text-align: center;
  }
  .cardlist-box img{
    margin-right: 0;
  }
}

@media (max-width: 639px){
  .cardlist-box div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: calc((100% - 280px) / 2);
  }
}

@media screen and (min-width: 450px) and (max-width: 991px) {
  /* col間的間距 */
  .list div,
  .cardlist-box div {
    margin-bottom: 20px;
  }

  .list::after {
    width: 83%;
    left: calc(100% / 6); /*從<div>區塊左上角起算，與左邊距離為0，即靠左的意思*/
    bottom: calc(
      100% / 1.29
    ); /*從<div>區塊左上角起算，與上方距離為100%時才開始產生這個長方形，因此長方形會在整塊<div>區塊的下方*/
  }
}
@media (max-width: 449px) {
  .title span {
    padding: 6px 28px;
  }
  .list {
    padding: 10px;
  }

  /* 專案優勢 */
  .cardlist-box div {
    font-size: 20px;
    margin-left: calc((100% - 230px) / 2);
    margin-bottom: 16px;
  }
  .cardlist-box img {
    max-width: 75px;
    padding-bottom: 0px;
    margin-right: 16px;
  }
}
/* 下列為footer */

.footer {
  margin: 50px 0px 40px;
}
@media screen and (min-width: 721px) and (max-width: 991px) {
  .footer {
    margin: 10px 0px 20px;
  }
}

@media (max-width: 720px) {
  .footer {
    margin: 10px 0px 25%;
  }
}

.comment span {
  padding-left: 20px;
}
ol {
  text-align: left;
  font-size: 14px;
}
.cup {
  min-height: 60px;
  max-height: 132px;
  width: 100%;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 25px !important;
  font-size: 15px;
  background: #f7f9f9;
  border: solid 1px #c4d0e3;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.yushan {
  float: left;
  position: relative;
  width: auto;
  max-height: 170px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 10px;
}

.awardtext {
  display: flex;
  flex-direction: column;
}

.awardtext span {
  font-size: 20px;
  color: #4e6689;
  font-weight: bolder;
  display: inline-block;
  position: relative;
}

.display span::before,
.display span::after {
  content: "";
  width: 11px;
  height: 28px;
  display: block;
  position: absolute;
  top: -1px;
  background-image: url(images/tassel.svg);
  background-size: contain;
}

.display span::before {
  left: -14px;
}

.display span::after {
  right: -14px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.display span {
  letter-spacing: 0px;
}
.awardtext p {
  font-size: 15px;
  padding-top: 4px;
  margin-bottom: 0px;
}
.awardtext h5 {
  text-align: center;
}
.award {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 832px) {
  .col-6 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .awardtext span {
    font-size: 18px;
    letter-spacing: normal;
  }

  .awardtext p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .cup {
    max-height: none;
    margin: 0px;
    padding: 8px 20px;
  }
}
/* 桂冠葉的位置 */
@media (max-width: 352px) {
  .display span::before,
  .display span::after {
    top: 5px;
  }
}

/* 右側選單 */
.pc-rbt {
  width: 60px;
  position: fixed;
  top: 10%;
  right: 10px;
  z-index: 2;
}

.mb-dbt {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  background-color: rgba(210, 224, 232, 1);
  text-align: center;
}

@media screen and (min-width: 721px) {
  .mb-dbt {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .pc-rbt {
    display: none;
    width: 9%;
    top: 15%;
    right: 2px;
  }
}
