@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;
}



/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
     彈窗 自訂意拉霸顏色
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/




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

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

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

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

.list_box::-webkit-scrollbar-track {
    background-color: #00000000;
}












/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       通用訊息_彈窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.modal-alert .modal-dialog {
  max-width: 680px;
  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: 73%;
  background: url("https://images2.iwplay.com.tw/image/pwm/events/20250925/image/pop/popup_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 116, 116, 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(250, 235, 215, 0);
  /*顏色標記*/
  font-family: "Noto Sans TC", sans-serif;
  font-size: 26px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

/*--X按鈕--*/
.modal .dw_btn_close {
  background-color: rgba(103, 238, 209, 0);
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 0;
  cursor: pointer;
  top: -6%;
  right: -3%;
}
 .modal .dw_btn_close img {
  width: 100%;
  transition: all 0.3s;
}
 .modal .dw_btn_close img:hover {
  transform: rotate(180deg);
}
 .modal .dw_btn_close img.close_bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 1;
}



@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 p {
    width: 80%;
    font-size: 4vw;
    font-weight: 700;
  }
  .modal .dw_btn_close{
    width: 12%;
    height: auto;
    top: -9%;
    right: 45%;
  }

}











/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       獎勵查詢_彈窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.history_list_pop .modal-dialog {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: rgba(0, 68, 255, 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: 45%;
  background: url("https://images2.iwplay.com.tw/image/pwm/events/20250925/image/pop/gift_his_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
}


/*--資訊區域--*/
.history_list_pop .pop_main_content_1 {
  position: absolute;
  width: 77.8%;
  height: 77%;
  padding-bottom: 0%;
  top: 11%;
  left: 15%;
  z-index: 70;
  background: url("");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(103, 150, 238, 0);
  /*顏色標記*/
}




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

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



@media (max-width: 767px) {

  .history_list_pop .modal-dialog .modal-content.popup .modal-body {
     padding-bottom: 113%;
    background: url("https://images2.iwplay.com.tw/image/pwm/events/20250925/image/pop/gift_his_bg_sp.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .history_list_pop .pop_main_content_1 {
    width: 63%;
    height: 85%;
    top: 8%;
    left: 26%;
  }

}




/*--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: 100%;
  height: 100%;
  padding: 2%;
  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: 30%;
  height: auto;
  padding-bottom: 0%;
  background-color: #44338300;
  top: 23%;
  left: 33%;
  z-index: 65;
}



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




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


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


@media (max-width: 1100px) {








}


@media (max-width: 767px) {
  .history_list_pop .pop_main_content_1 .main_box {
    width: 100%;
  }



  /*--獎勵list框--*/
  .history_list_pop .pop_main_content_1 .list_box {
    width: 98%;
    height: 100%;
    top: 0%;
    left: 0%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /*--大標--*/
  .history_list_pop .pop_main_content_1 .main_box .gh_title {
    width: 66%;
    top: 0%;
    left: 15.5%;
  }

}







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

.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: #8d99c6;
  border: #00000000 2px solid;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2vw;
}

.luckybag_checking_line_1 td {
  height: 30px;
  background-color: #ffffff00;
  border: #00000000 2px solid;
  border-bottom: #7657ca6b 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: #fde4c300;
  border: #00000000 2px solid;
  border-bottom: #7657ca6b 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: #5667a8;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  word-break: keep-all;
}

.history_list_pop .btn_copy:hover {
  background: #363da7;
}


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

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


@media (max-width: 767px) {


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

  .luckybag_checking_table tr {
    border: #00000000 2px solid;
    border-bottom: #7657ca6b 2px solid;
  }

  .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;
  }

  .luckybag_checking_table p {
    display: block;
    box-sizing: border-box;
    padding-left: 70px;

  }

}


@media (max-width: 767px) {


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

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

  .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;
    height: auto;

  }

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

@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(255, 0, 255, 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: 45%;
  background: url("https://images2.iwplay.com.tw/image/pwm/events/20250925/image/pop/notic_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 255, 255, 0);
  /*顏色標記*/
}


/*--資訊區域--*/
.event4_notice_pop .popup_con {
  position: absolute;
  width: 77.8%;
  height: 77%;
  top: 11%;
  left: 15%;
  background-color: rgba(103, 150, 238, 0);
  /*顏色標記*/
  overflow-x: hidden;
  overflow-y: scroll;
}
.event4_notice_pop .notice_list{
  background-color: rgba(103, 238, 209, 0);
  height: 100%;
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0;
}
.event4_notice_pop .notice_list li {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.15vw;
  padding-bottom: 0.5vw;
}




@media (max-width: 1470px) {

}



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

  /*close_btn*/
  .event4_notice_pop .dw_btn_close {
    width: 12%;
    height: auto;
    top: -9%;
    right: 45%;
  }

  .event4_notice_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 45%;
    background: url("https://images2.iwplay.com.tw/image/pwm/events/20250925/image/pop/notic_pop_bg_sp.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }


  .event4_notice_pop .pop_main_content_1 {
    width: 100%;
    left: 0%;
    padding-bottom: 118%;

  }

  .event4_notice_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 100%;
  }

  .event4_notice_pop .popup_con{
    width: 65%;
    height: 77%;
    top: 9%;
    left: 23%;
  }

  .event4_notice_pop .notice_list li{
    font-size: 3vw;
  }
}



/*--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: 81%;
  height: auto;
  padding-bottom: 65%;

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

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




/*title*/
.event4_notice_pop .pop_main_content_1 .main_box .e3_pop_title {
  position: absolute;
    width: 30%;
    height: auto;
    padding-bottom: 0%;
    background-color: #44338300;
    top: 23%;
    left: 33%;
    z-index: 65;
}



/*注意事項_本體*/
.event4_notice_pop .pop_main_content_1 .main_box .events_notice_word {
  position: absolute;
  width: 90%;
  height: 30%;
  padding-bottom: 0%;
  top: 33%;
  left: 0%;
  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: 98%;
  height: auto;
}

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







@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: 81%;
    padding-bottom: 102%;
    top: 49%;
  }


  /*title*/
  .event4_notice_pop .pop_main_content_1 .main_box .e3_pop_title {
    width: 65%;
    top: 0%;
    left: 16%;
  }


  /*注意事項_本體*/
  .event4_notice_pop .pop_main_content_1 .main_box .events_notice_word {
    width: 100%;
    height: 82%;
    top: 10%;
    left: -2%;
  }

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



}




