@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: #8e8e8e;
}

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

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










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

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

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


/*--資訊區域--*/
.business_collaboration_pop .pop_main_content_1 {
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 86%;
  top: 0%;
  left: 0%;
  z-index: 70;
  background: url("../image/pop/bc_pop_bg_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(103, 150, 238, 0);
  /*顏色標記*/
}


/*--X按鈕--*/
.business_collaboration_pop .dw_btn_close {
  position: absolute;
  width: 8%;
  right: 0%;
  top: -2.5%;
  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);
}

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

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


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

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

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

@media (max-width: 767px) {

  .business_collaboration_pop .modal-dialog {
    max-width: 100%;
  }

  /*close_btn*/
  .business_collaboration_pop .dw_btn_close {
    width: 12%;
    top: -10%;
    right: 50%;
  }

  .business_collaboration_pop .pop_main_content_1 {
    width: 98%;
    left: 1%;
    padding-bottom: 83%;
    /*background: url("https://images3.iwplay.com.tw/image/pwm/events/20250220/image/pop/gift_history_bg_sp.webp");
    background-size: 100%;
    background-repeat: no-repeat;*/
  }

  .business_collaboration_pop .modal-dialog .modal-content.popup .modal-body {
    padding-bottom: 80%;
  }

}



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

.business_collaboration_pop .pop_main_content_1 .main_box {
  position: absolute;
  width: 81%;
  height: auto;
  padding-bottom: 69%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);

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


.business_collaboration_pop .main_box .logo {
  position: absolute;
  width: 60%;
  height: auto;
  padding-bottom: 0%;
  top: 2%;
  left: 20%;
  z-index: 63;
}


.business_collaboration_pop .main_box .bc_info {
  position: absolute;
  width: 80%;
  height: 30%;
  padding-bottom: 0%;
  top: 24%;
  left: 10%;
  z-index: 63;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(146, 50, 50, 0);
  /*顏色標記*/
}

.business_collaboration_pop .main_box .bc_info p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8vw;
  line-height: 153%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #686868;
  font-weight: 500;
  text-align: center;
}


.business_collaboration_pop .main_box .mail_box {
  position: absolute;
  width: 77%;
  height: auto;
  padding-bottom: 0%;
  top: 55%;
  left: 11%;
  z-index: 63;
  border-radius: 10px;
  background-color: rgb(131 131 131);
  /*顏色標記*/
}

.business_collaboration_pop .main_box .mail_box p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8vw;
  line-height: 153%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}


.business_collaboration_pop .main_box .mail_box p .mark_mail {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8vw;
  line-height: 153%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #ffca00;
  font-weight: 500;
  text-align: center;
}



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


@media (max-width: 1470px) {

  .business_collaboration_pop .main_box .bc_info p {
    font-size: 1vw;
  }

  .business_collaboration_pop .main_box .mail_box p {
    font-size: 1.2vw;
  }


  .business_collaboration_pop .main_box .mail_box p .mark_mail {
    font-size: 1.2vw;
  }

}


@media (max-width: 1100px) {

  .business_collaboration_pop .main_box .bc_info {
    font-size: 2vw;
    top: 25%;
    height: 40%;
  }

  .business_collaboration_pop .main_box .bc_info p {
    font-size: 1.5vw;
  }

  .business_collaboration_pop .main_box .mail_box {
    top: 67%;
    left: 11%;
  }

  .business_collaboration_pop .main_box .mail_box p {
    font-size: 2.2vw;
  }

  .business_collaboration_pop .main_box .mail_box p .mark_mail {
    font-size: 2.2vw;
  }


}


@media (max-width: 767px) {
  .business_collaboration_pop .pop_main_content_1 .main_box {
    width: 81%;
    padding-bottom: 77%;
    top: 49%;
  }

  .business_collaboration_pop .main_box .mail_box {
    top: 70%;
    left: 11%;
  }

  .business_collaboration_pop .main_box .bc_info p {
    font-size: 2.6vw;
    text-align: left;
  }

  .business_collaboration_pop .main_box .mail_box p {
    font-size: 3.6vw;
  }

  .business_collaboration_pop .main_box .mail_box p .mark_mail {
    font-size: 3.6vw;
  }

  .business_collaboration_pop .main_box .logo{
    top: 6%;
  }

}



