/* 當你想為某一個區塊或方塊，增加背景，請在該區塊/方塊上增加class名稱
例如：

在HTML裡：
<div class="abc">我要增加背景</div> 

在css裡：
.abc{
    background-image: url(../images/body_bg.webp);  <------圖檔位置
    background-position: center; <-----圖片在區塊/方塊裡的定位
    background-size: cover;  <-----圖片在區塊/方塊裡的大小
}

 */

/* 補充 
    學習資料
    https://ithelp.ithome.com.tw/articles/10223887
    https://ithelp.ithome.com.tw/articles/10224214
*/

/* 全站背景 */
body {
  background-image: url(../images/body_bg.jpg);
  background-color: #3644b5;
  background-position: top center;
  background-size: 2000px;
  background-attachment: fixed;
}

header {
  z-index: 888 !important;
}
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.modal-content {
  border-top: 6px solid #71aae5;
  border-left: 6px solid #71aae5;
  border-right: 6px solid #fac900;
  border-bottom: 6px solid #fac900;
  border-radius: 0.5rem;
}

main {
  background-image: url(../images/topBn_bgrepeat.webp);
  background-size: 100% 100%;
  overflow: hidden;
  background-position: top center;
  position: relative;
  background-repeat: repeat-x;
}
.text-primary {
  color: #fd5900 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

/* 按鈕顏色 */
.btnset a {
  color: #ca9f37;
  border: 3px solid #be0602;
  background-color: #fff;
  box-shadow: 3px 5px #880f0f;
  line-height: 1.2;
} /*來去逛逛*/

.btnset a:hover {
  /*    color: rgb(44, 40, 1);*/
  color: #fff;
  border: 3px solid #ffd392;
  background-color: #ca141d;
  box-shadow: 3px 5px #8d6e40;
} /*來去逛逛滑鼠移入*/

.nocarslideinnBox01 {
  background-color: #084b7d;
  padding: 10px;
}

/* 原價特價折疊控制 打開變1列 關掉變2列 */
.productSetprice .priceBox {
  flex-direction: row !important;
}

/* logo區圖片大小控制 */
.logooutbox .logoinn {
  flex-basis: 11%;
}
.swiperCover .swiper-slide-next,
.swiperCover .swiper-slide-last {
  opacity: 0.5;
}

/* .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right{
    background-image: none;
} */

/* 其他東西自己寫這↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

.squarepppinfoinn-box.pppinfobox {
  background: #075f9e;
  text-decoration: none;
  color: #fff;
}

.roulette {
  background-image: url(../images/topbtn-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 15px;
}

.titleset {
  position: relative;
  z-index: 2;
}

.yellow-bg {
  border-radius: 20px;
  color: #050a47;
  border: 8px solid #fac900;
  background-color: #fff;
  padding: 50px 20px 30px;
  margin-top: -60px;
  width: 100%;
}
.nohi {
  margin-top: 0;
}
.yellow-bg h3 {
  font-weight: bold;
}

.yellow-bg p {
  font-size: 16pt;
  margin-bottom: 0;
  line-height: 25pt;
}
.yellow-bg span {
  font-size: 12pt;
  color: #5b5b5b;
}
.btnbtn {
  margin-top: -30px;
}

.animation_light {
  animation: teeter3 3s infinite alternate 1.5s ease-in-out;
}
.hight380 {
  min-height: 380px;
}
.hight300 {
  min-height: 300px;
}
.mml-0 li {
  padding-left: 15px;
}

@keyframes teeter3 {
  0% {
    -webkit-filter: brightness(1);
  }

  35% {
    -webkit-filter: brightness(1.5);
  }

  60% {
    -webkit-filter: brightness(1);
  }

  85% {
    -webkit-filter: brightness(1.5);
  }

  100% {
    -webkit-filter: brightness(1);
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 500px 500px, 1000px 500px;
  }
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 500px 500px, 1000px 500px;
  }
}
/* .container {
      box-shadow: 0 0 4px 3px rgba(0,0,0,.05);
    } */
#snowMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/snow1.png), url(../images/snow2.png);
  -webkit-animation: 15s snow linear infinite;
  animation: 15s snow linear infinite;
  pointer-events: none;
  z-index: 99;
}

footer {
  padding-bottom: 15px;
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.STEP-GOGO h3 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0rem;
  background-color: #007bd9;
  width: 95%;
  margin: 0 auto;
  padding: 5px;
  border: 2px solid #fff;
}

/* 斷點區 */

@media screen and (max-width: 1659px) {
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  body {
    background-image: url(../images/body_bg-mb.jpg);
    background-size: contain;
  }
  section.visualBox {
    margin-top: 10px;
  }
  .dropdown {
    z-index: 889;
  }
  .actablebox {
    font-size: 14px;
  }
  .actablebox th.table-title {
    font-size: 1.2rem;
  }
  .roulette {
    background-image: url(../images/topbtn-bg-mb.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    background-size: cover;
  }

  .yellow-bg {
    border-radius: 20px;
    color: #050a47;
    border: 5px solid #fac900;
    background-color: #fff;
    padding: 50px 15px 30px;
    margin-top: -60px;
  }
  .yellow-bg.nohi {
    margin-top: 0;
    padding: 15px;
  }
  .yellow-bg h3 {
    font-weight: bold;
    font-size: 24px;
  }

  .yellow-bg p {
    font-size: 13pt;
    line-height: 20pt;
  }
  .yellow-bg span {
    font-size: 10pt;
  }
  .btnbtn {
    margin-top: -20px;
  }
  .hight380 {
    min-height: auto;
  }
  .hight300 {
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .logooutbox .logoinn {
    flex-basis: 24%;
  }
}

@media screen and (max-width: 480px) {
}
