<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �訜雿䭾�喟�箸�𣂷��见�憛𦠜�𡝗䲮憛𠺪���𧼮�㰘�峕艶嚗諹�见銁閰脣�憛�/�䲮憛𠹺�𠰴�𧼮�蠏lass��滨迂
靘见�嚗�

�銁HTML鋆∴��
&lt;div class="abc"&gt;��𤏸�憓𧼮�㰘�峕艶&lt;/div&gt; 

�銁css鋆∴��
.abc{
    background-image: url(../images/body_bg.webp);  &lt;------��𡝗�𥪯�滨蔭
    background-position: center; &lt;-----��𣇉��銁��憛�/�䲮憛𡃏ㄐ��摰帋��
    background-size: cover;  &lt;-----��𣇉��銁��憛�/�䲮憛𡃏ㄐ��憭批��
}

 */

/* 鋆𨅯�� 
    摮貊�坿����
    https://ithelp.ithome.com.tw/articles/10223887
    https://ithelp.ithome.com.tw/articles/10224214
*/

/* === �函�躰�峕艶 === */
body {
  background-color: #F2F2F2;
  background-position: center;
  background-size: 2400px;
}

/* === �𤐄摰朞�峕艶��� === */
.bgFixed {
  z-index: -1;
  position: fixed;
  background: url("../images/bgsky.png") no-repeat center bottom / 2000px 100vh;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bgFixed {
    background: url("../images/bgsky-mb.png") no-repeat center top / cover;
  }
}

/* === 銝餃�憛𡃏�峕艶 === */
main {
  background: url(../images/topBn_bgrepeat.webp) repeat-x top center / 100% 100%;
  overflow: hidden;
  position: relative;
}

/* === 擐硋�硋� === */
#kvTopBN {
  position: relative;
  background: url("../images/bgtop.jpg") no-repeat center top;
}

/* === KV 撠舘汗暺� === */
#kvTopBN2 .swiper-pagination {
  bottom: 25px;
}
@media (max-width: 991px) {
  #kvTopBN2 .swiper-pagination {
    bottom: 4%;
  }
}

/* === Swiper ����暺墧見撘� === */
.swiper-pagination-bullet {
  background: #ffe100a9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffe000;
}

/* === �䔄�㗇���埈���� === */
.shineWord {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent;
  z-index: 1;
  pointer-events: none;
  filter: brightness(1.5);
  mask-size: 500% 400%;
  mask-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  transition: mask-position 3s;
  transform: translate3d(0, 0, 0);
  animation: move 2s linear infinite;
}

@keyframes move {
  from { mask-position: 150% 0px; }
  to { mask-position: 0% 0px; }
}

/* === ��厰�訫�憛� === */
.btnset a {
  color: #F04050;
  border: 3px solid #F04050;
  background: #fff;
  box-shadow: 0 5px #b22d38;
  line-height: 1.2;
}
.btnset a:hover {
  color: #fff;
  border: 3px solid #F04050;
  background: #F04050;
  box-shadow: 0 3px #8d6e40;
}

@media (max-width: 991px) {
  .btnset { font-size: 14px; }
}
@media (max-width: 425px) {
  .btnset { font-size: 12px; }
}

/* === 瘣餃�閗齒瘜訫�憛� === */
section#method {
  color: #000;
}
section#method .container {
  background: #e6e6e6a4;
  padding: 12px 20px;
  border-radius: 16px;
}
section#method a {
  color: #F04050;
}
section#method a:hover {
  background: #F04050;
  color: #fff;
  padding: 0 5px;
  border-radius: 24px;
}

/* === ��撠曉� === */
footer {
  position: relative;
  z-index: 999;
}

/* === ��憛𦠜見撘� === */
.nocarslideinnBox01 {
  background: #084b7d;
  padding: 10px;
}

.productSetprice .priceBox {
  flex-direction: row !important;
}

.logooutbox .logoinn {
  flex-basis: 11%;
}
@media screen and (max-width: 640px) {
  .logooutbox .logoinn {
    flex-basis: 24%;
  }
}

.squarepppinfoinn-box.pppinfobox {
  background: #075f9e;
  color: #fff;
  text-decoration: none;
}

/* === 瘣餃�閗”�聢 === */
@media screen and (max-width: 767px) {
  .actablebox {
    font-size: 14px;
  }
  .actablebox th.table-title {
    font-size: 1.2rem;
  }
}

/* === �鸌����𡁶′撟��� === */
.flyCoins {
  z-index: 9;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/coins.png) repeat-y center top / 1450px;
}
@media (max-width: 767px) {
  .flyCoins {
    background: unset;
  }
}
.flyLeft,
.flyRight {
  z-index: 9;
  position: fixed;
  pointer-events: none;
  width: 25vw;
}
.flyLeft {
  top: 58vh;
  left: -10vw;
}
.flyRight {
  top: 20vh;
  right: -10vw;
}

/* === 皛煾�㰘�硋榆��憛� === */
.mouseParallax {
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: -50vh;
  left: 0;
  background: #7f7f7f29;
}

/* === �𤩅�𨑳��硋惜 === */
.cloud {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 999;
  opacity: 0.8;
}</pre></body></html>