@charset "UTF-8";
/*---- common ----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
a img,
.btn_hover {
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
}

a:hover img,
.btn_hover:hover {
  filter: brightness(1.1);
  transform: scale(1.06);
}

.btn-hover{
    transform: scale(1.0);
    transition: 0.3s;
}

.btn-hover:hover{
    transform: scale(1.2);
    transition: 0.3s;
}

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

::-webkit-scrollbar-thumb {
  background-color: #ac9872;
  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: #ac9872;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

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

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

/* 細捲軸結束 */
html,
body {
  padding: 0;
  margin: 0;
  background: #000000;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
}

/*禁止滑動*/
.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.display_none {
  display: none;
}

section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title_box .title_sub {
  width: auto;
  height: 1.45vw;
}
.title_box .title_main img {
  width: 100%;
}

.pic_box {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.pic_box img {
  position: absolute;
}

.pc_none {
  display: none;
}

.m_none {
  display: block;
}

header {
  width: 100%;
  height: 60.72vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/header_bg.webp) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
header .logo {
  position: absolute;
  top: 1.82vw;
  left: 3.64vw;
}
header .logo img {
  width: 5.41vw;
}
header .btn_box {
  position: absolute;
  top: 43.23vw;
  z-index: 50;
  opacity: 0;
  animation: show_btn 1s forwards 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s;
  animation-delay: 1.2s;
}
header .btn_box a {
  margin: 0 0.5vw;
}
header .btn_box a img {
  width: 15.15vw;
}
header .video-bg,
header .main_content {
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
header .video-bg{
  position: fixed;
  overflow: hidden;
  mix-blend-mode: screen;
  filter: contrast(2);
  
  opacity: 0.4;
}
header .main_content{
  
  background-color: #d82e2e00;
  mix-blend-mode:normal
}

header .video-bg video,
header .main_content .layer {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     
}
header .main_content .layer{
  position: absolute;
  top: 0;
  left: 0;
}

header .main_content .layer1{
  z-index: 4;
  animation-duration: 0.5s;
  transform: translate(-1000%);
  animation: fadeInLeftBig 1s forwards 0.1s ease-in-out;
  opacity: 0;
  animation-delay: 1s;
}

header .main_content .layer2{
  mix-blend-mode:screen;
  filter: contrast(1.2);
  z-index: 3;
  opacity: 0;
  animation: title 0.3s forwards 0.8s ease-in-out;
  /* animation-delay: 0.3s; */
}

header .main_content .layer3{
  z-index: 2;
  opacity: 0;
  animation: title 1s forwards 0.1s ease-in-out;
}

header .main_content .layer4{
  mix-blend-mode: screen;
  filter: contrast(2);
  z-index: 1;
  opacity: 0;
  animation: flicker-5 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s infinite both;
  /* animation-delay: 0.3s; */
}

header .main_content .layer5{
  z-index: 0;
  animation-duration: 0.5s;
  transform: translate(1000%);
  animation: fadeInRightBig 1s forwards 0.1s ease-in-out;
  opacity: 0;
  animation-delay: 1s;
}
header .main_content .layer6{
  z-index: 5;
}
header .main_content .layer7{
  z-index: 5;
}
header .main_content .layer8{
  z-index: 5;
}
header .main_content .layer9{
  z-index: 5;
}
header .main_content .layer10{
  z-index: 5;
}
header .main_content .layer11{
  z-index: 5;
}

/* 仙途歸來！豪禮登入送 --------------------------------------- */
.section01 {
  height: 59.79vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -0.7vw;
}
.section01 .title_box {
  margin-top: 10.5vw;
}
.section01 .title_box .title_main {
  width: 40vw;
  margin-bottom: 1.6vw;
}
.section01 .gift_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  top: -10.5vw;
}
.section01 .gift_box .item_box {
  width: 18.33vw;
  height: 17.81vw;
  aspect-ratio: 352/342;
  z-index: 2;
  position: relative;
  margin: 0 0.7vw;
}
.section01 .gift_box .item_box img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.section01 .gift_box .item_box .item_txt {
  color: #ffffff;
  text-align: center;
  margin-top: 14.2vw;
  font-size: 0.81vw;
  line-height: 1.3vw;
  letter-spacing: 0.06vw;
}
.section01 .log_box {
  width: 55vw;
  height: 24vw;
  aspect-ratio: 1238/527;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_con_bg.webp) center no-repeat;
  background-size: cover;
  margin-left: -4vw;
  margin-top: 0vw;
  background-color: #d82e2e00;
  padding-top: 3.2%;
}
.section01 .log_box .log_title {
  width: 100%;
  height: 3.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* padding-top: 5.5%; */
}
.section01 .log_box .log_title img {
  margin-left: 5vw;
  width: auto;
  height: 1.66vw;
}
.section01 .log_box .log_con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 17.6vw;
  width: 90%;
  margin-left: 9.5%;
  /* padding-top: 5.5%; */
}
.section01 .log_box .log_con .left_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
}
.section01 .log_box .log_con .left_box .log_word {
  text-align: center;
  font-size: 0.85vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  line-height: 1.6vw;
  margin-bottom: 1vw;
}
.section01 .log_box .log_con .left_box .log_word span {
  color: #d82e2e;
}
.section01 .log_box .log_con .left_box .log_btn {
  z-index: 10;
}
.section01 .log_box .log_con .left_box .log_btn img {
  width: 15.15vw;
}
.section01 .log_box .log_con .right_box {
  width: 50%;
  height: 100%;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_con_line.webp) left center no-repeat;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section01 .log_box .log_con .right_box img {
  width: 20vw;
  padding-left: 5%;
}
.section01 .log_box .log_con .right_box p {
  text-align: center;
  margin-top: 0.8vw;
  font-size: 0.9vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  line-height: 1.4vw;
}
.section01 .pic_box .s1_char1 {
  width: 43.39vw;
  top: 16.83vw;
  left: -8.8vw;
  z-index: 2;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}
.section01 .pic_box .s1_char2 {
  width: 39.21vw;
  top: 5.2vw;
  right: -4.2vw;
  z-index: 2;
  animation: char_ani2 1.5s infinite alternate-reverse ease-in-out;
}

/* 老友集結 戰友歸位 --------------------------------------- */
.section02 {
  height: 74.84vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s2_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -14.58vw;
  z-index: 3;
}
.section02 .title_box {
  margin-top: 16vw;
  margin-left: 29vw;
  background-color: #2e39d800;
}
.section02 .title_box .title_main {
  width: 60vw;
  margin-bottom: 0vw;
}
.section02 .title_box .title_sub {
  /* margin-left: 2vw; */
  height: 3vw;
}
.section02 .gift_box01 {
  position: absolute;
  top: 0;
  left: 35.1vw;
  top: 39.2vw;
  width: 7.44vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: txt 0.8s infinite alternate-reverse ease-in-out;
}
.section02 .gift_box01 .gift_txt img {
  width: 100%;
}
.section02 .gift_box01 .get_gift_btn,
.section02 .gift_box01 .not_get_gift_btn {
  margin-top: -0.3vw;
}
.section02 .gift_box01 .get_gift_btn img,
.section02 .gift_box01 .not_get_gift_btn img {
  width: 5.2vw;
}
.section02 .gift_box02 {
  position: absolute;
  top: 39.2vw;
  left: 78vw;
  width: 8.95vw;
  animation: txt 0.8s infinite alternate-reverse ease-in-out;
}
.section02 .gift_box02 img {
  width: 100%;
}
.section02 .day_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 1vw;
  flex-wrap: wrap;
  width: 60vw;
  margin-left: 29vw;
  background-color: #d82e8300;
}
.section02 .day_box .day {
  width: 12vw;
  height: 15.02vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s2_item_bg.webp) center no-repeat;
  background-size: cover;
  aspect-ratio: 524/656;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 0.5vw;
  position: relative;
  background-color: #34d82e00;
}

.section02 .day_box .day .gift_txt {
  width: 100%;
  margin: 0 auto;
  margin-top: 0vw;
}
.section02 .day_box .day .gift_txt img {
  width: 100%;
}
.section02 .day_box .day .get_gift_btn,
.section02 .day_box .day .not_get_gift_btn {
  position: absolute;
  bottom: 0.8vw;
}
.section02 .day_box .day .get_gift_btn img,
.section02 .day_box .day .not_get_gift_btn img {
  width: 10vw;
}
.section02 .word_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.5vw;
  margin-left: 29vw;
  width: 55vw;
  height: 7vw;
  background-color: #34d82e00;
  
}
.section02 .sns_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 0vw;
  margin-left: 29vw;
  width: 15vw;
  height: 5vw;
  background-color: #bed82e00;
}

.section02 .sns_box .btn-hover{
  width: 20%;
  height: auto;
  margin: 0 3%;
}

.section02 .sns_box .btn-hover img{
  width: 100%;
  height: 100%;
}

.section02 .word_box p::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1469/2;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/line.webp) center no-repeat;
  background-size: cover;
  margin-top: 0.5vw;
}

.section02 .word_box p {
  color: #fff;
  font-size: 1vw;
  letter-spacing: 0.3vw;
  line-height: 1.5vw;
  text-align: center;
}
.section02 .word_box span.invite{
  margin-top: 0vw;
  color: #ffe997;
  font-size: 1.2vw;
  letter-spacing: 0.2vw;
  line-height: 2vw;
  font-weight: 600;
}
.section02 .word_box span.p_hint{
  color: #ffe997;
  font-weight: 600;
}
.section02 .word_box span.invite_hint{
  color: #fff;
  font-size: 1.6vw;
}

/* 全新版本 戰火凌雲！ --------------------------------------- */
.section03 {
  height: 58.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s3_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -0.05vw;
}
.section03 .title_box .title_main {
  width: 40vw;
}
.section03 .swiper_con {
  width: 57.5vw;
  height: 34.94vw;
  aspect-ratio: 1104/671;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s3_frame.webp) center no-repeat;
  background-size: cover;
  padding-top: 3.125vw;
  padding-left: 1vw;
  margin-left: -20.5vw;
  z-index: 10;
}
.section03 .swiper_con .swiper {
  width: 50vw;
  height: 100%;
}
.section03 .swiper_con .swiper .swiper-wrapper {
  height: 28.125vw;
}
.section03 .swiper_con .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section03 .swiper_con .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section03 .swiper_con .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4vw;
  height: 0.4vw;
  background-color: #9f8a87;
  opacity: 0.8;
  margin: 0.35vw;
}
.section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9vw;
  height: 0.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/point.webp) center no-repeat;
  background-size: cover;
  opacity: 1;
}
.section03 .swiper_con .swiper .swiper-button-next,
.section03 .swiper_con .swiper .swiper-button-prev {
  width: 1.61vw;
  height: 2.81vw;
  aspect-ratio: 47/82;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/arrow.webp) center no-repeat;
  background-size: cover;
}
.section03 .swiper_con .swiper .swiper-button-next::after,
.section03 .swiper_con .swiper .swiper-button-prev::after {
  display: none;
}
.section03 .swiper_con .swiper .swiper-button-next {
  transform: scaleX(-1);
}
.section03 .pic_box {
  z-index: 2;
}
.section03 .pic_box .s3_char {
  width: 55vw;
  z-index: 8;
  top: 8.5vw;
  right: -6%;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}

/* 神兵降臨 神裝再進化 --------------------------------------- */
.section04 {
  z-index: 9;
  margin-top: -8.33vw;
  height: 63vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s4_bg.webp) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #d82e2e00;
}
.section04 .title_box {
  margin-top: 5vw;
}
.section04 .title_box .title_main {
  width: 38vw;
  margin-bottom: 0.6vw;
}
.section04 .swiper_con {
  margin-top: -0.8vw;
  width: 55.2vw;
  height: 33.69vw;
  aspect-ratio: 1060/647;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s4_frame.webp) center no-repeat;
  background-size: cover;
  padding-top: 3.3vw;
  margin-left: 3vw;
  z-index: 1;
}
.section04 .swiper_con .swiper {
  width: 50vw;
  height: 103%;
}
.section04 .swiper_con .swiper .swiper-wrapper {
  height: 28.125vw;
}
.section04 .swiper_con .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section04 .swiper_con .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section04 .swiper_con .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4vw;
  height: 0.4vw;
  background-color: #9f8a87;
  opacity: 0.8;
  margin: 0.35vw;
}
.section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9vw;
  height: 0.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/point.webp) center no-repeat;
  background-size: cover;
  opacity: 1;
}
.section04 .swiper_con .swiper .swiper-button-next,
.section04 .swiper_con .swiper .swiper-button-prev {
  width: 1.61vw;
  height: 2.81vw;
  aspect-ratio: 47/82;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/arrow.webp) center no-repeat;
  background-size: cover;
  filter: brightness(10);
}
.section04 .swiper_con .swiper .swiper-button-next::after,
.section04 .swiper_con .swiper .swiper-button-prev::after {
  display: none;
}
.section04 .swiper_con .swiper .swiper-button-next {
  transform: scaleX(-1);
}
.section04 .btn_box {
  margin-top: 2.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  z-index: 1;
  margin-left: 3vw;
}
.section04 .btn_box div {
  margin: 0 0.5vw;
}
.section04 .btn_box div img {
  width: 15.15vw;
}
.section04 .pic_box .s4_char {
  width: 33.33vw;
  top: 20vw;
  left: -6vw;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}
.section04 .pic_box .s4_pic {
  width: 22.82vw;
  top: 33.5vw;
  right: 3.18vw;
  z-index: 2;
  animation: char_ani2 1.5s infinite alternate-reverse ease-in-out;
}

.section04 .pic_box .s4_pic02{
  width: 10vw;
  top: 17vw;
  right: 10vw;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}
.section04 .pic_box .s4_pic03{
  width: 8vw;
  top: 8vw;
  left: 18.5vw;
  animation: char_ani2 1.5s infinite alternate-reverse ease-in-out;
}

footer {
  z-index: 20;
}

.fixed_nav {
  position: fixed;
  right: -0.5vw;
  top: 60%;
  z-index: 35;
}
.fixed_nav img {
  width: 10vw;
}

#history_list_modal .modal-dialog,
#notice_modal .modal-dialog {
  max-width: 906px;
  margin: 0 auto;
}
#history_list_modal .modal-dialog .modal-content,
#notice_modal .modal-dialog .modal-content {
  width: 906px;
  height: 606px;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/pop_pc_bg.webp) center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
#history_list_modal .modal-dialog .modal-content .modal-body,
#notice_modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  position: relative;
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 56px;
  cursor: pointer;
  transition: all 0.6s;
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close:hover,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close:hover {
  transform: rotate(270deg);
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close img,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close img {
  width: 100%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con {
  padding: 0 15px;
  padding-top: 10px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title {
  padding-bottom: 65px;
  padding-left: 10px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img {
  width: auto;
  height: 53px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  color: #484a59;
  font-weight: 500;
  line-height: 1.875rem;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con {
  width: 100%;
  height: 390px;
  overflow-y: auto;
  padding: 0 5px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: rgb(150, 108, 104);
  color: #fff;
  height: 40px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div {
  text-align: center;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(1),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(1) {
  width: 18%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(2),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(2) {
  width: 32%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(3),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(3) {
  width: 50%;
}
/* #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(4),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(4) {
  width: 28%;
} */
/* #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(5),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(5) {
  width: 10%;
} */
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 40px;
  padding: 5px 0;
  border-top: 1px solid rgba(150, 108, 104, 0.5);
  font-weight: 500;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div {
  text-align: center;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1) {
  width: 18%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2) {
  width: 32%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3) {
  padding: 5px 2px;
  width: 50%;
}
/* #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4) {
  width: 28%;
} */
/* #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) {
  width: 10%;
} */
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span {
  color: #fff;
  background: rgb(184, 62, 51);
  font-size: 0.9rem;
  padding: 3px 8px;
  border-radius: 8px;
  cursor: pointer;
}

#eventAlertModal .modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}
#eventAlertModal .modal-dialog .modal-content {
  width: 400px;
  height: 230px;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/pop_pc_bg_s.webp) center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
#eventAlertModal .modal-dialog .modal-content .modal-body {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  padding-top: 40px;
}
#eventAlertModal .modal-dialog .modal-content .modal-body p {
  padding: 0 35px;
  text-align: center;
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  cursor: pointer;
  transition: all 0.6s;
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close:hover {
  transform: rotate(270deg);
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .title_box .title_sub {
    height: 3.7vw;
  }
  .pc_none {
    display: block;
  }
  .m_none {
    display: none;
  }
  header {
    height: 179.72vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/header_bg_m.webp) center no-repeat;
    background-size: cover;
  }
  header .logo {
    top: 11vw;
    left: 39vw;
  }
  header .logo img {
    width: 20vw;
  }
  header .btn_box {
    top: 137.96vw;
  }
  header .btn_box a {
    margin: 0 0.8vw;
  }
  header .btn_box a img {
    width: 40.18vw;
  }
  header .main_content{
    display: none;
  }
  /* 仙途歸來！豪禮登入送 --------------------------------------- */
  .section01 {
    height: 167vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_bg_m.webp) center bottom no-repeat;
    background-size: cover;
    margin-top: -0.5vw;
  }
  .section01 .title_box {
    margin-top: 21.5vw;
  }
  .section01 .title_box .title_main {
    width: 65.83vw;
    margin-bottom: 3vw;
  }
  .section01 .gift_box {
    top: -24vw;
  }
  .section01 .gift_box .item_box {
    width: 30vw;
    height: 33.24vw;
    aspect-ratio: 315/359;
    margin: 0 1vw;
  }
  .section01 .gift_box .item_box .item_txt {
    margin-top: 27vw;
    font-size: 2.38vw;
    line-height: 3.8vw;
    letter-spacing: 0.2vw;
  }
  .section01 .gift_box .item_box .item_txt.txt_l {
    margin-top: 27vw;
  }
  .section01 .gift_box .item_box .item_txt.txt_2 {
    margin-top: 30vw;
  }
  .section01 .log_box {
    width: 90vw;
    height: auto;
    aspect-ratio: 968/883;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_con_bg_m.webp) center no-repeat;
    background-size: cover;
    margin-left: 0vw;
    margin: 0 auto;
    margin-top: 3.4vw;
    padding-top: 0%;
  }
  .section01 .log_box .log_title {
    height: 10vw;
  }
  .section01 .log_box .log_title img {
    margin-left: 0vw;
    height: 4.62vw;
  }
  .section01 .log_box .log_con {
    width: 100%;
    margin-left: 0%;
  }
  .section01 .log_box .log_con .left_box {
    width: 100%;
    height: 41.2vw;
  }
  .section01 .log_box .log_con .left_box .log_word {
    font-size: 3vw;
    line-height: 4.6vw;
    margin-bottom: 0vw;
  }
  .section01 .log_box .log_con .left_box .log_btn img {
    width: 47.5vw;
  }
  .section01 .log_box .log_con .right_box {
    width: 100%;
    height: 32vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s1_con_line_m.webp) top center no-repeat;
    background-size: 100% auto;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 4vw;
  }
  .section01 .log_box .log_con .right_box img {
    width: 45vw;
  }
  .section01 .log_box .log_con .right_box p {
    text-align: left;
    margin-top: 0vw;
    font-size: 3vw;
    line-height: 4.6vw;
    margin-bottom: 0;
    margin-left: 2.77vw;
  }
  .section01 .pic_box .s1_char1 {
    width: 98vw;
    top: 89vw;
    left: -38.5vw;
  }
  .section01 .pic_box .s1_char2 {
    display: none;
  }
  /* 老友集結 戰友歸位 --------------------------------------- */
  .section02 {
    height: 255vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s2_bg_m.webp) center bottom no-repeat;
    background-size: cover;
    margin-top: -14vw;
  }
  .section02 .title_box {
    margin-top: 21vw;
    margin-left: 0%;
  }
  .section02 .title_box .title_main {
    width: 70vw;
    margin-bottom: 2vw;
  }
  .section02 .title_box .title_sub {
    display: block;
    height: auto;
    width: 84%;
    margin-left: 0vw;
    margin: 0 auto;
  }
  .section02 .gift_box01 {
    top: 60vw;
    left: 16.5vw;
    width: 59.5vw;
    height: 48vw;
    aspect-ratio: 592/494;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s2_gift_01_bg_m.webp) center no-repeat;
    background-size: cover;
    padding-left: 2.5vw;
  }
  .section02 .gift_box01 .gift_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 5vw;
  }
  .section02 .gift_box01 .gift_txt img {
    width: 20vw;
  }
  .section02 .gift_box01 .get_gift_btn,
  .section02 .gift_box01 .not_get_gift_btn {
    margin-top: -0.5vw;
  }
  .section02 .gift_box01 .get_gift_btn img,
  .section02 .gift_box01 .not_get_gift_btn img {
    width: 14vw;
  }
  .section02 .gift_box02 {
    top: 70.5vw;
    left: 65vw;
    width: 32vw;
  }
  .section02 .day_box {
    width: 92.5vw;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .section02 .day_box .day {
    width: 38vw;
    height: 47.58vw;
    margin: 3vw 2vw 5vw 2vw;
  }


  .section02 .day_box .day .gift_txt img {
    width: 100%;
  }
  .section02 .day_box .day .get_gift_btn,
  .section02 .day_box .day .not_get_gift_btn {
    bottom: 3.3vw;
  }
  .section02 .day_box .day .get_gift_btn img,
  .section02 .day_box .day .not_get_gift_btn img {
    width: 28vw;
  }
  .section02 .word_box {
    width: 96vw;
    height: 25vw;
    margin: 0 auto;
    margin-top: 3vw;
  }
  .section02 .word_box p::after {
    margin-top: 2vw;
  }
  .section02 .word_box p {
    font-size: 2.8vw;
    line-height: 4vw;
    margin-bottom: 5vw;
    letter-spacing: 0.6vw;
  }
  .section02 .word_box span.invite{
    font-size: 4vw;
    letter-spacing: 1vw;
  }
  .section02 .word_box span.invite_hint{
    color: #fff;
    font-size: 4.5vw;
  }

  .section02 .sns_box{
    width: 80vw;
    height: 15vw;
    margin-left: 0vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .section02 .sns_box .btn-hover{
    width: 15%;
    height: auto;
    margin: 0 10%;
  }

  /* 全新版本 戰火凌雲！ --------------------------------------- */
  .section03 {
    height: 139vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s3_bg_m.webp) center bottom no-repeat;
    background-size: cover;
    margin-top: -1px;
  }
  .section03 .title_box {
    margin-top: 7vw;
  }
  .section03 .title_box .title_main {
    width: 84vw;
    margin-bottom: 2vw;
  }
  .section03 .swiper_con {
    width: 100vw;
    height: 61vw;
    padding-top: 5vw;
    padding-left: 2vw;
    margin-left: -2vw;
    margin-top: 2.8vw;
  }
  .section03 .swiper_con .swiper {
    width: 87.96vw;
    height: 106%;
  }
  .section03 .swiper_con .swiper .swiper-wrapper {
    height: 49.44vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1.2vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.4vw;
    height: 3.4vw;
  }
  .section03 .swiper_con .swiper .swiper-button-next,
  .section03 .swiper_con .swiper .swiper-button-prev {
    width: 3vw;
    height: 4.5vw;
  }
  .section03 .pic_box {
    display: none;
  }
  /* 神兵降臨 神裝再進化 --------------------------------------- */
  .section04 {
    margin-top: -25vw;
    height: 150vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/s4_bg_m.webp) center top no-repeat;
    background-size: cover;
  }
  .section04 .title_box {
    margin-top: 14vw;
  }
  .section04 .title_box .title_main {
    width: 84vw;
    margin-left: -1.5vw;
    margin-bottom: 2vw;
  }
  .section04 .swiper_con {
    width: 97vw;
    height: 60vw;
    padding-top: 5vw;
    padding-left: 0vw;
    margin-left: 0vw;
    margin-top: 2.8vw;
  }
  .section04 .swiper_con .swiper {
    width: 87.96vw;
    height: 112%;
  }
  .section04 .swiper_con .swiper .swiper-wrapper {
    height: 49.44vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1.2vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.4vw;
    height: 3.4vw;
  }
  .section04 .swiper_con .swiper .swiper-button-next,
  .section04 .swiper_con .swiper .swiper-button-prev {
    width: 3vw;
    height: 4.5vw;
  }
  .section04 .btn_box {
    margin-top: 10.6vw;
  }
  .section04 .btn_box div {
    margin: 0 1vw;
  }
  .section04 .btn_box div img {
    width: 40.18vw;
  }
  .section04 .pic_box .s4_char,
  .section04 .pic_box .s4_pic ,
  .section04 .pic_box .s4_pic02 ,
  .section04 .pic_box .s4_pic03 {
    display: none;
  }
  footer {
    padding-bottom: 20vw;
  }
  .fixed_nav {
    right: 0vw;
    top: auto;
    bottom: 0;
    transition: all 0.3s;
    transform: translateY(100%);
  }
  .fixed_nav.btn_hover:hover {
    filter: brightness(1);
    transform: scale(1);
  }
  .fixed_nav img {
    width: 100%;
  }
  .fixed_nav.scroll {
    transform: translateY(0%);
  }
  #history_list_modal .modal-dialog,
  #notice_modal .modal-dialog {
    max-width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content,
  #notice_modal .modal-dialog .modal-content {
    max-width: 100%;
    height: 140.1vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/dlc1/images/pop_pc_bg_m.webp) center no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 900/1261;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close,
  #notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close {
    right: 3vw;
    top: 3.5vw;
    width: 12vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con {
    padding: 0;
    padding-top: 0.5vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title {
    padding-bottom: 8vw;
    padding-left: 0vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img {
    height: 10vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list {
    width: 100%;
    height: 110vw;
    font-size: 3.6vw;
    line-height: 5.2vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con {
    width: 100%;
    height: 108vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header {
    display: none;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con {
    flex-direction: column;
    border-top: 1px dashed #745b32;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con:first-child,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con:first-child {
    border-top: 0;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div {
    font-size: 3.6vw;
    line-height: 5.2vw;
    margin: 1vw 0;
    text-align: left;
    border-bottom: 1px dotted rgba(116, 91, 50, 0.3);
    padding-bottom: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div::before {
    text-align: center;
    display: inline-block;
    flex: 0 0 29%;
    color: #745b32;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1)::before {
    content: "日期";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2)::before {
    content: "活動名稱";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3) {
    padding-bottom: 2%;
    padding-top: 0%;
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3)::before {
    content: "獎勵內容";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4)::before {
    content: "獎勵序號";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) {
    width: 100%;
    padding-bottom: 1.5vw;
    border-bottom: 0;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5)::before {
    content: "複製";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span {
    font-size: 3.6vw;
    padding: 0.5% 7%;
  }
}
@media screen and (max-width: 580px) {
  .section02 .gift_box01 .get_gift_btn,
  .section02 .gift_box01 .not_get_gift_btn {
    margin-top: -2vw;
  }
}/*# sourceMappingURL=main.css.map */