* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica", "微軟正黑體", serif;
}
body {
  margin: 0px;
  background: rgb(109, 132, 158);
  background: linear-gradient(
    180deg,
    rgb(109, 132, 158) 40%,
    rgba(255, 255, 255, 1) 80%
  );
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container {
  padding: 0 10px; /* 添加左右內邊距 */
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.kv {
  background-image: url(images/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 44%;
  position: relative;
}
.kv::after {
  content: "";
  width: 100%;
  height: 60px;
  bottom: calc((100% / 100) - 6px);
  position: absolute;
  background: rgb(109, 132, 158);
  background: linear-gradient(
    0deg,
    rgb(109, 132, 158) 0%,
    rgba(86, 94, 117, 0) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (min-width: 2100px) {
  .kv {
    background-size: cover;
    background-position: center 56%;
  }
}
@media (max-width: 450px) {
  .kv {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 48%;
  }
}
.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;
  }
}
.div1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.div1 img {
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 720px;
  width: 100%;
  height: auto;
}
@media (max-width: 450px) {
  .div1 img {
    padding-top: 12%;
  }
}
.div2 {
  margin: 240px 0px 20px;
  text-align: center;
}
.div2 img {
  max-width: 540px;
  width: 100%;
  position: absolute;
  top: 10%;
  left: calc(30% - 188px);
}
@media (max-width: 500px) {
  .div2 img {
    max-width: 460px;
    top: 18%;
    left: -2%;
  }
}
@media (min-width: 1000px) {
  .div2 img {
    max-width: 560px;
    top: 8%;
    left: calc(30% - 88px);
  }
}
@media (min-width: 2000px) {
  .div2 img {
    max-width: 560px;
    top: 8%;
    left: 30%;
  }
}
.annotation {
  display: flex;
  justify-content: center;
}
.col1,
.col2 {
  display: inline-block;
  margin-top: 4px;
  padding: 0px 12px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #01164a;
}
.col1 {
  border-right: solid 2.2px #01164a;
}
@media (max-width: 560px) {
  .col1,
  .col2 {
    padding: 0px 12px;
    letter-spacing: 2px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .col1,
  .col2 {
    padding: 0px 12px;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .col1 {
    border-right: none;
  }
  .annotation {
    flex-direction: column;
  }
}
.title,
.title2 {
  text-align: center;
  margin: 20px 0px 40px;
}
.title2 {
  position: relative;
}
.title span {
  padding: 2px 26px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 30px;
}
.title2 span {
  position: relative;
  padding: 2px 26px;
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #fff;
}
.title2 span::before {
  content: attr(data-storke);
}
.title2 span::before {
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 5px rgb(48, 83, 112);
  text-stroke: 5px rgb(48, 83, 112);
}
.title2::after {
  content: "";
  width: 30%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(51, 116, 127, 0) 0%,
    rgb(48, 83, 112) 100%
  );
  position: absolute;
  left: 10%;
  top: 40%;
}
.title2::before {
  content: "";
  width: 30%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgb(48, 83, 112) 0%,
    rgba(51, 116, 127, 0) 100%
  );
  position: absolute;
  right: 10%;
  top: 40%;
}
@media (max-width: 768px) {
  .title2 span::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .title2::after {
    left: 20%;
    width: 20%;
  }
  .title2::before {
    right: 20%;
    width: 20%;
  }
}
@media (min-width: 1440px) {
  .title2::after {
    left: 25%;
    width: 20%;
  }
  .title2::before {
    right: 25%;
    width: 20%;
  }
}
@media (max-width: 628px) {
  .title2::after {
    left: 4%;
  }
  .title2::before {
    right: 4%;
  }
}

.list {
  position: relative;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.445);
  border-radius: 25px;
}
.list span,
.car span {
  font-size: 20px;
  color: #211307;
  font-weight: 700;
}
.list h6 {
  color: #4f463f;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: center;
}
.list img {
  max-width: 130px;
}
.list .col-12 {
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list .word {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.circle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  border: solid 3px #165eaa;
  margin: 26px 0px 16px;
  z-index: 1;
}
.car {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.car div {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: rgb(48, 83, 112) solid 2px;
  border-radius: 20px;
  padding: 0 10px;
  margin:10px;
}
.car img {
  max-width: 90px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .list span,
  .car span {
    font-size: 16px;
  }
  .list h6 {
    font-size: 13px;
  }
  .seat {
    padding: 10px;
    flex: 0 0 25%;
  }
  .list img {
    max-width: 110px;
  }
  .title span {
    padding: 2px 18px;
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .car div {
    margin: 6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  /* col間的間距 */
  .list div,
  .car div {
    margin-bottom: 20px;
  }
}
@media (max-width: 449px) {
  .list {
    padding: 10px;
  }
  .list img {
    max-width: 100px;
  }
  .car div {
    flex: 0 0 75%;
  }
}
/* 下列為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: 3;
}

.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;
  }
}
