* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:  sans-serif, "Helvetica", "微軟正黑體",
    serif;
}
@font-face {
  font-family: SweiGothicCJKtc-Regular;
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-gothic@2.129/WebFont/CJK%20TC/SweiGothicCJKtc-Regular.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/max32002/swei-gothic@2.129/WebFont/CJK%20TC/SweiGothicCJKtc-Regular.woff)
      format("woff");
}
body {
  margin: 0px;
  padding: 0px;
 background-color: #FCF1D4;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container {
  padding: 0 12px; /* 添加左右內邊距 */
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.kv {
  position: relative;
  background-image: url(images/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.logo {
  margin: 14px;
  height: 44px;
  top: 8px;
  height: auto;
  position: absolute;
  z-index: 4;
}

.logo img {
  margin: 10px 20px;
  max-width: 200px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .logo {
    display: flex;
    height: 44px;
    height: auto;
    justify-content: center;
  }

  .logo img {
    margin-top: 0px;
  }
}
@media (max-width: 440px) {
  .logo img {
    width: 150px;
    text-align: center;
    justify-items: center;
  }
}
.div1{
margin: 2rem 0 4rem;
display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
}

@media screen and (min-width:425px) and (max-width:832px) {
  .div1{
   padding: 0 2rem;
  }
}

  /* @keyframes breathing {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: 8px;
    }
    50% {
        margin-top: 0;

    }
    75% {
        margin-top: 8px;

    }
    100% {
        margin-top: 0;
    }
} */
.div2 {
  display: flex;
  justify-content: center;
  margin-top:4rem;
}
.div2 img {
  width: 50%;
  min-width: 500px;
}
.rav4 img{
  width: 100%;
}
.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;
  }
}
.advantage {
  width: 100%;
  background: rgb(252,241,212);
background: linear-gradient(180deg, rgba(252,241,212,1) 48%, rgba(249,229,185,1) 48%);
  background-repeat: no-repeat;
  background-size: cover;
}

.list {
  margin-top: 4rem;
  margin-bottom: 0px;
}
.list span {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family:  "SweiGothicCJKtc-Regular";
}

.list h6 {
  color: #fff;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 16px;
}
.list img {
  max-width: 280px;
  margin-bottom: 10px;
}
.advantage .step2 img {
  margin-bottom: 14px;
}
.list div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage .step1 {
  background-image: url(images/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding:20px 0px 100px;
}
.advantage .step2 {
  background-image: url(images/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding:20px 0px 100px;
}
@media (max-width: 832px) {
  .advantage .step1 , .advantage .step2{
    background-image: url(images/table.svg);
margin-bottom: 0px;
  }
  .list img {
    max-width: 240px;
    margin-bottom: 10px;
  }
}

.giveway{
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding:2rem 10rem ;
}
.giveway::before {
  content: "";
  position: absolute;
  width:80rem;
  height:400px;
  background-image: url(images/note-paper.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top:-4.8rem;
  z-index: 2;
}
@media (min-width: 832px) {
  .giveway::before {
    content: "";
   left:calc(50% - 36.8em);
  }
}
.giveway div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 2;
}

.giveway img{
  max-height: 120px;
}
.giveway span{
  padding-top: 0.8rem;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 968px) {
  .div2 {
    display: flex;
    justify-content: center;
    margin-top:4.6rem;
  }
  .div2 img {
    width: 70%;
    min-width: 400px;
  }
 }

 @media (max-width: 832px) {
  .giveway {
    padding: 2rem 2rem;
}
  .giveway img {
    max-height: 80px;
}
.giveway span{
  padding-top: 0.4rem;
  font-size: 16px;
}
.giveway div{
  padding-bottom: 14px;
}
  .giveway::before {
    content: "";
    position: absolute;
    width:32rem;
    height:24rem;
    background-image: url(images/note-paper-m.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top:-0.8rem;
    z-index: 2;
  }
 }
@media (max-width: 680px) {
  .div2 {
    display: flex;
    justify-content: center;
    margin: 95px 20px 10px;
  }
  .div2 img {
    width: 50%;
  }
}
@media (max-width: 445px) {
  .div2 {
    display: flex;
    justify-content: center;
    margin:76px 20px 10px;
  }
  .div2 img {
    width: 100%;
    min-width: 310px;
  } 
}
  .title {
  
  text-align: center;
  margin: 60px 0px 40px;
}
.title span {
  position: relative;
  padding: 6px 38px;
  font-size: 24px;
  letter-spacing: 4px;
  color: #056499;
  font-weight: 700;
  z-index: 2;
}
.title span::before {
  content: "";
  position: absolute;
  width:465px;
  height:129px;
  background-image: url(images/tab.png);
  background-size: cover;
  background-repeat: no-repeat;
  top:-42px;
  left: -5.8rem;
  z-index: -1;
}


.card-list{
  margin: 1.2rem auto 2rem;
}
.cardlist-box div {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0.6rem;
  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);
  }
}
.hotail{
  background-image: url(images/bk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.discount {
  width: 100%;
  height: auto;
  background: #076299;
  overflow: hidden;
}

@media screen and (min-width: 450px) and (max-width: 991px) {
  .list::after {
    width: 83%;
    left: calc(100% / 6); /*從<div>區塊左上角起算，與左邊距離為0，即靠左的意思*/
    bottom: calc(
      100% / 1.29
    ); /*從<div>區塊左上角起算，與上方距離為100%時才開始產生這個長方形，因此長方形會在整塊<div>區塊的下方*/
  }
}
@media (max-width: 449px) {
  .list img {
    max-width: 180px;
  }
  .list span {
    font-size: 22px;
  }
  .list h6 {
    font-size: 16px;
  }
  .list::after {
    display: none;
  }
  .list li strong {
    font-size: 22px;
  }
}
/* 下列為footer */

.footer {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .footer {
    margin: 10px 0px 25%;
  }
}
.comment {
  color: #fff;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: 4;
}

.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;
  }
}
