@charset "UTF-8";

*,
*:after,
*:before {
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

.modal-open {
  padding-right: 0px !important;
  overflow: hidden !important;
}


/*BS談窗黑幕*/
.modal-backdrop.show {
  opacity: 0.8 !important;
}



/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
     彈窗 自訂意拉霸顏色
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.scroll_box_cost::-webkit-scrollbar {
  border-radius: 0rem;
  width: 5px;
  height: 5px;
  background: #8e8e8e00;
}

.scroll_box_cost::-webkit-scrollbar-track {
  border-radius: 0rem;
  -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #1a031500;
}

.scroll_box_cost::-webkit-scrollbar-thumb {
  border-radius: 0rem;
  -webkit-box-shadow: inset 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #c28a4f;
}
/* scroll_box_cost的class */

/* 細捲軸開始 */
/* ::-webkit-scrollbar {
  height: 5px;
  overflow: visible;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #bfaa7c;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 0px;
  min-height: 28px;
  padding: 100px 0 0;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bfaa7c;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active {
  background-color: #bfaa7c;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  background-color: #19181e;
} */

/* 細捲軸結束 */



















/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       通用訊息_彈窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.modal-alert .modal-dialog {
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: rgba(255, 0, 255, 0);
  /*顏色標記*/
}

.modal-alert .modal-dialog .modal-content {
  background-color: transparent !important;
  border: none;
}

.modal-alert .modal-dialog .modal-content .modal-body {
  position: relative;
  height: auto;
  padding-bottom: 45%;
  background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/notic_bg_pc.webp")center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(2, 168, 168, 0);
  /*顏色標記*/
}

.modal-alert .modal-dialog .modal-content .modal-body p {
  position: absolute;
  width: 80%;
  height: auto;
  padding-bottom: 0%;

  /*垂直至中*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 63;

  background-color: rgba(42, 148, 51, 0);
  /*顏色標記*/
  font-family: "Noto Sans TC", sans-serif;
  font-size: 26px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #73520d;
  font-weight: 600;
  text-align: center;
}

/*--X按鈕--*/
.modal .modal-dialog .modal-content .modal-body .btn_close {
  position: absolute;
  width: 7%;
  right:-3%;
  top: -7%;
  opacity: 1;
  overflow: visible;
  z-index: 73;
  display: block;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
  transform: translate(50%, -50%) rotate(0deg);
}
.modal .modal-dialog .modal-content .modal-body .btn_close img {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .btn_close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}







@media (max-width: 1470px) {
  .modal-alert .modal-dialog {
    max-width: 600px;
  }

  .modal-alert .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
  }

}


@media (max-width: 1100px) {
  .modal-alert .modal-dialog {
    max-width: 550px;
  }

  .modal-alert .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
  }

}


@media (max-width: 767px) {
  .modal-alert .modal-dialog .modal-content .modal-body
  {
    width: 90%;
    padding-bottom: 85%;
    left: 5%;
    background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/notic_bg_mo.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  /*--X按鈕--*/
  .modal .modal-dialog .modal-content .modal-body .btn_close {
    width: 11%;
    right: 50%;
    top: -13%;
  }

  .modal-alert .modal-dialog .modal-content .modal-body p {
    width: 80%;
    font-size: 4vw;
    font-weight: 700;
  }

}











/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       獎勵查詢_彈窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.history_list_pop .modal-dialog {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: rgba(182, 85, 182, 0);
  /*顏色標記*/
}

.history_list_pop .modal-dialog .modal-content.popup {
  background-color: transparent !important;
  border: none;
}

.history_list_pop .modal-dialog .modal-content.popup .modal-body {
  position: relative;
  height: auto;
  padding-bottom: 48%;
  background: url("");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
}


/*--資訊區域--*/
.history_list_pop .pop_main_content_1 {
  position: absolute;
  width: 95%;
  height: auto;
  padding-bottom: 50%;
  top: 5%;
  left: 3%;
  z-index: 70;
  background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/gift_his_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(103, 150, 238, 0);
  /*顏色標記*/
}


/*--X按鈕--*/
.history_list_pop .dw_btn_close {
  position: absolute;
  width: 5%;
  right: 0%;
  top: 0%;
  opacity: 1;
  overflow: visible;
  z-index: 73;
  display: block;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
  transform: translate(50%, -50%) rotate(0deg);
}

.history_list_pop .dw_btn_close img {
  width: 100%;
}

.history_list_pop .dw_btn_close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}



@media (max-width: 1470px) {
  .history_list_pop .modal-dialog {
    max-width: 767px;
  }
}


@media (max-width: 1100px) {
  .history_list_pop .modal-dialog {
    max-width: 600px;
  }

  .history_list_pop .pop_main_content_1 {
    width: 98%;
    left: 0%;
    padding-bottom: 134%;
    background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/gift_his_bg_mo.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }


  .history_list_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 131%;
  }


  /*關閉_btn*/
  .history_list_pop .dw_btn_close {
    width: 11%;
    right: 2%;
    top: 0.5%;
  }

}



@media (max-width: 767px) {

  /*close_btn*/
  .history_list_pop .dw_btn_close {
    width: 15%;
    top: -3%;
    right: 50%;
  }

  .history_list_pop .pop_main_content_1 {
    width: 90%;
    left: 5%;
    padding-bottom: 115%;
    background-color: rgba(184, 236, 40, 0);
    /*顏色標記*/
  }

  .history_list_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 128%;
    background-color: rgba(236, 40, 220, 0);
    /*顏色標記*/
  }

}




/*--pop_main_content_1_內容區--*/
.history_list_pop .pop_main_content_1 {
  display: block;
}

.history_list_pop .pop_main_content_1 .main_box {
  position: absolute;
  width: 84%;
  height: auto;
  padding-bottom: 35%;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 63;
  background-color: rgba(23, 199, 175, 0);
  /*顏色標記*/
}


/*title*/
.history_list_pop .pop_main_content_1 .main_box .gh_title {
  position: absolute;
  width: 80%;
  height: auto;
  padding-bottom: 0%;
  margin-top: -1%;
  background-color: #44338300;
  /*顏色標記*/
  top: 10%;
  left: 10%;
  z-index: 65;
}



/*--獎勵list框--*/
.history_list_pop .pop_main_content_1 .list_box {
  position: absolute;
  width: 94%;
  height: 84.5%;
  padding-bottom: 0%;
  top: 25%;
  left: 3.5%;
  z-index: 65;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0);
}




@media (max-width: 1920px) {}


@media (max-width: 1470px) {}


@media (max-width: 1100px) {


  .history_list_pop .pop_main_content_1 .main_box {
    top: 47%;
    width: 84%;
    padding-bottom: 120%;
    background-color: rgba(23, 199, 175, 0);
    /*顏色標記*/
  }

  /*--大標--*/
  .history_list_pop .pop_main_content_1 .main_box .gh_title {
    width: 120%;
    top: 4%;
    left: -10%;
    
  }


  /*--獎勵list框--*/
  .history_list_pop .pop_main_content_1 .list_box {
    width: 95%;
    height: 86%;
    top: 10%;
    left: 2.5%;
  }

}


@media (max-width: 767px) {
  .history_list_pop .pop_main_content_1 .main_box {
    width: 80%;
    padding-bottom: 120%;
    top: 50%;
  }



  /*--獎勵list框--*/
  .history_list_pop .pop_main_content_1 .list_box {
    width: 96%;
    height: 83%;
    top: 12%;
    left: 2%;
  }


}







/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       獎勵查詢內表格樣式
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/

.luckybag_checking_table {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  background-color: rgba(0, 255, 255, 0);
}

.luckybag_checking_table thead {
  width: 100%;
  background-color: rgba(184, 135, 11, 0);
}


.luckybag_checking_table p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

.luckybag_checking_table thead tr th {
  height: 30px;
  background-color: #d4a378;
  border: #000000 2px solid;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
}

.luckybag_checking_line_1 td {
  height: 30px;
  background-color: #ffffff;
  border: #000000 2px solid;
  text-align: center;
  color: rgb(20, 20, 20);
  line-height: 25px;
  text-decoration: none;
  font-size: 17px;
}

.luckybag_checking_line_2 td {
  height: 30px;
  background-color: #fde4c3;
  border: #000000 2px solid;
  text-align: center;
  color: rgb(20, 20, 20);
  line-height: 25px;
  text-decoration: none;
  font-size: 17px;
}

.luckybag_checking_table th,
td {
  border: 1px solid #000000;
  padding: 5px 4px;
  text-align: center;
  text-decoration: none;
}

/*獎勵格擴張*/
.history_list_pop .list_nbr {
  padding: 0px 15px;
  font-weight: 700;
  white-space: nowrap;
  /*死不換行*/
}

/*複製按鈕*/
.history_list_pop .btn_copy {
  border-radius: 5px;
  padding: 4px;
  color: #fff;
  background: #d4a378;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  word-break: keep-all;
}

.history_list_pop .btn_copy:hover {
  background: #800404;
}


@media (max-width: 1450px) {
  .luckybag_checking_line_1 td {
    font-size: 15px;
  }

  .luckybag_checking_line_2 td {
    font-size: 15px;
  }
}


@media (max-width: 1100px) {


  /*表格*/
  .luckybag_checking_table {
    width: 100%;
    margin: 0 auto;
  }

  .luckybag_checking_table tr {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .luckybag_checking_table th {
    display: none;
  }

  .luckybag_checking_table td {
    display: block;
    border: none;
  }

  .luckybag_checking_table td:before {
    content: attr(data-th) " ";
    float: left;
    font-weight: bold;
  }

  .luckybag_checking_line_1 td {
    height: 37px;
    color: #4f4d4e;
    line-height: 190%;
  }

  .luckybag_checking_line_1 td .list_day {
    margin-left: 16%;
  }

  .luckybag_checking_line_2 td {
    height: 37px;
    color: #4f4d4e;
    line-height: 190%;
  }

  .luckybag_checking_line_2 td .list_day {
    margin-left: 16%;
  }

  /*獎勵格擴張*/
  .history_list_pop .list_nbr {
    padding: 0px 0px;
    font-weight: unset;
  }

  /*複製按鈕*/
  .history_list_pop .btn_copy {
    width: 47%;
    height: 90%;
    margin-left: 38%;
    margin-top: 0.5%;
    padding: 0px;
  }

}


@media (max-width: 767px) {


  .luckybag_checking_line_1 td {
    font-size: 2.3vw;
  }

  .luckybag_checking_line_2 td {
    font-size: 2.3vw;
  }

  .luckybag_checking_line_1 td .list_day {
    margin-left: 18%;
  }

  .luckybag_checking_line_2 td .list_day {
    margin-left: 18%;
  }

  /*複製按鈕*/
  .history_list_pop .btn_copy {
    width: 47%;
    height: 106%;
    margin-left: 38%;
    margin-top: 0%;
    padding: 0px;
  }

}


@media (max-width: 556px) {
  .luckybag_checking_line_1 td {
    font-size: 3.5vw;
  }

  .luckybag_checking_line_2 td {
    font-size: 3.5vw;
  }
}

@media (max-width: 414px) {

  /*複製*/
  .history_list_pop .btn_copy {
    height: 100%;
  }
}











/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       注意事項_彈窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.event4_notice_pop .modal-dialog {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: rgba(161, 37, 161, 0);
  /*顏色標記*//
}

.event4_notice_pop .modal-dialog .modal-content.popup {
  background-color: transparent !important;
  border: none;
}

.event4_notice_pop .modal-dialog .modal-content.popup .modal-body {
  position: relative;
  height: auto;
  padding-bottom: 48%;
  background: url("");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
}


/*--資訊區域--*/
.event4_notice_pop .pop_main_content_1 {
  position: absolute;
  width: 95%;
  height: auto;
  padding-bottom: 45%;
  top: 5%;
  left: 3%;
  z-index: 70;
  background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/notic_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(103, 150, 238, 0);
  /*顏色標記*/
}


/*--X按鈕--*/
.event4_notice_pop .dw_btn_close {
  position: absolute;
  width: 5%;
  right: 0%;
  top: 0%;
  opacity: 1;
  overflow: visible;
  z-index: 73;
  display: block;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(50%, -50%) rotate(0deg);
  transform: translate(50%, -50%) rotate(0deg);
}

.event4_notice_pop .dw_btn_close img {
  width: 100%;
}

.event4_notice_pop .dw_btn_close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}



@media (max-width: 1470px) {
  .event4_notice_pop .modal-dialog {
    max-width: 767px;
  }
}

@media (max-width: 1100px) {
  .event4_notice_pop .modal-dialog {
    max-width: 680px;
  }
}

@media (max-width: 767px) {

  /*close_btn*/
  .event4_notice_pop .dw_btn_close {
    width: 14%;
    top: -5%;
    right: 50%;
  }

  .event4_notice_pop .pop_main_content_1 {
    width: 90%;
    padding-bottom: 90%;
    left: 5%;
    background: url("https://images4.iwplay.com.tw/image/mhxzx/events/20260806/image/pop/notic_bg_mo.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(161, 236, 40, 0);
    /*顏色標記*/    
  }

  .event4_notice_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 100%;
    background-color: rgba(0, 255, 255, 0);
    /*顏色標記*/
  }

}



/*--pop_main_content_1_內容區--*/
.event4_notice_pop .pop_main_content_1 {
  display: block;
}

.event4_notice_pop .pop_main_content_1 .main_box {
  position: absolute;
  width: 90%;
  height: auto;
  padding-bottom: 40%;

  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 63;
  background-color: rgba(110, 76, 231, 0);
  /*顏色標記*/
}




/*title*/
.event4_notice_pop .pop_main_content_1 .main_box .e3_pop_title {
  position: absolute;
  width: 80%;
  height: auto;
  padding-bottom: 0%;
  margin-top: -1%;
  background-color: #44338300;
  /*顏色標記*/
  top: 13%;
  left: 10%;
  z-index: 65;
}



/*注意事項_本體*/
.event4_notice_pop .pop_main_content_1 .main_box .events_notice_word {
  position: absolute;
  width: 90%;
  height: 65%;
  padding-bottom: 0%;
  top: 28%;
  left: 6%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 65;
  background-color: rgba(146, 199, 23, 0);
  /*顏色標記*/
}

.event4_notice_pop .pop_main_content_1 .main_box .events_notice_word ol {
  width: 97%;
  height: auto;
}

.event4_notice_pop .pop_main_content_1 .main_box .events_notice_word ol li {
  font-size: 18px;
  line-height: 109%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #2f2f2f;
  font-weight: 500;
  margin-top: 4%;
}


.event4_notice_pop .pop_main_content_1 .main_box .events_notice_word .title_mark {
  color: #ff0000;
}


@media (max-width: 1920px) {

  /* .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word {
    width: 100%;
    height: 70%;
    padding-bottom: 0%;
    top: 30%;
    left: 0%;
  } */

}


@media (max-width: 1470px) {

  .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word ol li {
    font-size: 14px;
  }
}


@media (max-width: 1100px) {
  .event4_notice_popp .pop_main_content_1 .main_box .events_notice_word {
    width: 100%;
    height: 76%;
    top: 23%;
    left: 0%;
  }

  .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word ol li {
    font-size: 16px;
  }
}


@media (max-width: 767px) {
  .event4_notice_pop .pop_main_content_1 .main_box {
    width: 80%;
    padding-bottom: 90%;
    top: 50%;
  }


  /*title*/
  .event4_notice_pop .pop_main_content_1 .main_box .e3_pop_title {
    width: 120%;
    top: 5%;
    left: -10%;
  }


  /*注意事項_本體*/
  .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word {
    width: 100%;
    height: 77%;
    top: 15%;
    left: 0%;
  }

  .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word p {
    font-size: 4vw;
  }



}