@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
.text-xxl {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .text-xxl {
    font-size: 30px;
  }
}

.text-xl {
  font-size: 1.04rem;
}
@media screen and (min-width: 769px) {
  .text-xl {
    font-size: 26px;
  }
}

.text-l {
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {
  .text-l {
    font-size: 20px;
  }
}

.text-m {
  font-size: 0.64rem;
}
@media screen and (min-width: 769px) {
  .text-m {
    font-size: 16px;
  }
}

.text-s {
  font-size: 0.56rem;
}
@media screen and (min-width: 769px) {
  .text-s {
    font-size: 14px;
  }
}

.text-xs {
  font-size: 0.52rem;
}
@media screen and (min-width: 769px) {
  .text-xs {
    font-size: 13px;
  }
}

@media screen and (max-width: 1170px) {
  #nctGnb .ncGnb div.wrap {
    height: auto;
    width: 100%;
    min-width: inherit;
  }
  #grobalFooterLink table tr {
    display: flex;
  }
  #grobalFooterLink table tr td:not(:last-child) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  #grobalFooterLink table tr td:last-child {
    width: 350px;
  }
  #grobalFooterLink table tr td a {
    width: 100%;
  }
  #nctFooter .ncFooter {
    min-width: inherit !important;
  }
  #content .bnsLogo {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
    min-width: auto !important;
  }
  #nctGnb .ncGnb div.wrap {
    position: relative;
    height: auto;
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    background: #fff;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList, #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
    border: none;
    padding: 10px 45px 0 24px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu {
    position: static;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu {
    min-width: 100%;
    height: 30px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
    height: 30px;
    width: 25%;
    text-align: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li + li a {
    border-left: 1px solid #ececec;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #nctGnb .gnb-games {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
  }
  #nctGnb .gnb-games div.list-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc, #nctGnb .gnb-games div.list-container div.mobile {
    float: none;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc .title, #nctGnb .gnb-games div.list-container div.mobile .title {
    padding-left: 10px;
  }
  #nctGnb .gnb-games div.list-container div.mobile {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
  }
  #nctGnb .gnb-games div.list-container div.pc ul, #nctGnb .gnb-games div.list-container div.mobile ul,
  #nctGnb .gnb-games div.list-container div.mobile ul {
    display: flex;
    align-items: center;
  }
  #nctGnb .gnb-games div.list-container div.pc ul:after, #nctGnb .gnb-games div.list-container div.mobile ul:after,
  #nctGnb .gnb-games div.list-container div.mobile ul:after {
    display: none;
  }
  #nctGnb .gnb-games div.list-container div.pc ul li:first-child, #nctGnb .gnb-games div.list-container div.mobile ul li:first-child,
  #nctGnb .gnb-games div.list-container div.mobile ul li:first-child {
    margin-left: 0;
  }
  #grobalFooterLink .footerTableArea .gnbLeft {
    overflow: hidden;
  }
  #grobalFooterLink .footerTableArea table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #grobalFooterLink .footerTableArea table tr td {
    border: none;
    border-right: 1px solid #ddd;
  }
  #grobalFooterLink .footerTableArea table tr td:not(:last-child) {
    width: 25%;
    box-sizing: border-box;
  }
  #grobalFooterLink .footerTableArea table tr td:last-child {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 10px;
  }
  div#nctFooter {
    position: relative;
    z-index: 9;
    height: auto;
    padding: 15px 10px;
  }
  div#nctFooter div.ncFooter {
    min-width: inherit;
    text-align: center;
  }
  div#nctFooter div.ncFooter .logo {
    text-align: center;
  }
  div#nctFooter div.ncFooter div.footerMenu {
    position: static;
  }
  div#nctFooter div.ncFooter address:before {
    display: none !important;
  }
  #content {
    padding-top: 70px;
  }
  #content .bnsLogo {
    top: 40px;
    left: 1.8666666667vw;
    margin-left: 0;
    width: auto;
    height: auto;
  }
  #content .bnsLogo a {
    width: 23.4666666667vw;
    height: 12.2666666667vw;
    margin: 0;
  }
  #content ul.snsList {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 10px;
    right: 0;
  }
  #content ul.snsList li {
    float: none;
  }
  #content ul.snsList li.fbShare {
    margin-left: 0;
  }
  #content ul.snsList li a {
    min-width: initial !important;
  }
}
.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.msgModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.msgModal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 3rem 4rem;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px rgb(0, 0, 0));
}

.evContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-left: -2px;
  padding-bottom: 10.6666666667vw;
  border-style: solid;
}
.evContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 122px);
  height: 52px;
  border-style: solid;
  -o-border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrameHead.png) 52 132 0 132/52px 132px 0px 132px/0 stretch;
     border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrameHead.png) 52 132 0 132/52px 132px 0px 132px/0 stretch;
}
.evContainer--typeA {
  padding: 3.3333333333vw 5.3333333333vw 10.6666666667vw;
  -o-border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrame-A.png) 26 570 178 570 fill/26px 570px 178px 570px/0 round;
     border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrame-A.png) 26 570 178 570 fill/26px 570px 178px 570px/0 round;
}
@media screen and (min-width: 769px) {
  .evContainer--typeA {
    padding: 25px 90px 80px;
  }
}
.evContainer--typeB {
  padding: 3.3333333333vw 5.3333333333vw 16.4vw;
  -o-border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrame-B.png) 26 570 67 570 fill/26px 570px 67px 570px/0 round;
     border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/eventFrame-B.png) 26 570 67 570 fill/26px 570px 67px 570px/0 round;
}
@media screen and (min-width: 769px) {
  .evContainer--typeB {
    padding: 25px 90px 123px;
  }
}
.evContainer_group {
  text-align: center;
}
.evContainer_group ~ .evContainer_group {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .evContainer_group ~ .evContainer_group {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .evContainer {
    align-self: stretch;
  }
}
@media screen and (min-width: 769px) {
  .evContainer {
    width: min(1140px, 90vw);
  }
}
@media screen and (min-width: 1171px) {
  .evContainer {
    width: 1140px;
    font-size: 1.2rem;
  }
}
.evContainer_deco--typeA::after, .evContainer_deco--typeB::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .evContainer_deco--typeA::after, .evContainer_deco--typeB::after {
    display: none;
  }
}
.evContainer_deco--typeA::after {
  width: 1576px;
  height: 444px;
  bottom: -116px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/evContainer_deco-typeA.png") no-repeat 50% 0;
}
.evContainer_deco--typeB::after {
  width: 1690px;
  height: 372px;
  bottom: -88px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/evContainer_deco-typeB.png") no-repeat 50% 0;
}
.evContainer .screenContainer {
  display: flex;
}
.evContainer .screenContainer .screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 413px;
  height: 862px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/screen-1.webp);
}
.evContainer .screenContainer .screen .cos {
  position: relative;
  height: 541px;
  background-repeat: no-repeat;
}
.evContainer .screenContainer .screen .cos-1 span {
  width: 304px;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/cos-1.webp);
}
.evContainer .screenContainer .screen .cos-2 span {
  width: 460px;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/cos-2.webp);
}
.evContainer .screenContainer .screen .cos-3 span {
  width: 488px;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/cos-3.webp);
}
.evContainer .screenContainer .screen .cos span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.evContainer .screenContainer .screen .cos em {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.evContainer .screenContainer .screen .c {
  margin-top: -40px;
  font-size: 1.6rem;
  color: #ffee9c;
}
.evContainer .screenContainer .screen ~ .screen {
  margin-left: -33px;
}
.evContainer_screen {
  height: 548px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/screen-2.webp);
}
@media screen and (max-width: 768px) {
  .evContainer_screen {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.evContainer .chara {
  position: relative;
}
.evContainer .chara::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  margin-top: -175px;
  margin-left: -175px;
  opacity: 0.3;
  box-shadow: 0 0 100px 220px rgb(255, 255, 255);
  border-radius: 100%;
  background: white;
  mix-blend-mode: overlay;
}

.obj_pond {
  position: absolute;
  bottom: -90px;
  width: 1416px;
  height: 195px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/obj_pond.png") no-repeat 50% 0;
}
@media screen and (max-width: 768px) {
  .obj_pond {
    display: none;
  }
}
.obj_pond--typeA::before, .obj_pond--typeB::before {
  content: "";
  display: block;
  position: absolute;
}
.obj_pond--typeA::before {
  width: 610px;
  height: 824px;
  left: -360px;
  bottom: 75px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/obj_pond-typeA.png") no-repeat 50% 0;
}
.obj_pond--typeB::before {
  width: 926px;
  height: 686px;
  right: -410px;
  bottom: 182px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/obj_pond-typeB.png") no-repeat 50% 0;
}

.separate {
  display: flex;
  -moz-column-gap: 1px;
       column-gap: 1px;
  margin-left: auto;
  margin-right: auto;
  width: min(900px, 100%);
}
@media screen and (max-width: 768px) {
  .separate {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .separate > * {
    align-self: stretch;
  }
}
.separate__item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: var(--bg-gradient-distinctly);
}
@media screen and (min-width: 769px) {
  .separate__item-1 {
    width: 260px;
  }
}
.separate__item-2 {
  flex: 1;
}
.separate__item-2 .tableContainer {
  height: 100%;
}
.separate__item-2 .tableContainer .table {
  height: 100%;
}
.separate figure {
  position: relative;
  margin-bottom: 0;
}
.separate .itemName {
  color: #ffe7d0;
  margin-top: 10px;
  font-size: 1rem;
}
.separate .itemText {
  position: relative;
  color: #fff;
  background: #43a4c6;
  margin-top: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1rem;
  text-align: center;
}
.separate .itemText::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 8px;
  background: #43a4c6;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.timer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 40vw);
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 12px;
  align-self: stretch;
}
@media screen and (min-width: 769px) {
  .timer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, min(354px, 25vw));
  }
}
.timer__item:nth-of-type(1) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-1.png") no-repeat center center;
}
.timer__item:nth-of-type(2) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-2.png") no-repeat center center;
}
.timer__item:nth-of-type(3) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-3.png") no-repeat center center;
}
.timer__item:nth-of-type(4) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-4.png") no-repeat center center;
}
.timer__item:nth-of-type(5) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-5.png") no-repeat center center;
}
.timer__item:nth-of-type(6) {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/timer-6.png") no-repeat center center;
}
.timer__item > * {
  text-indent: -9999em;
}

.subContainer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  -o-border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/subContainer_frame.png) 35 35 fill/36px 36px/0 round;
     border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/subContainer_frame.png) 35 35 fill/36px 36px/0 round;
  border-style: solid;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5));
}
.subContainer ~ .subContainer {
  margin-top: 10px;
}
.subContainer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
}
.subContainer__body_innerFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tableContainer {
  max-width: 100%;
  align-self: center;
}
@media screen and (min-width: 769px) {
  .tableContainer {
    max-width: 700px;
  }
}
@media screen and (min-width: 769px) {
  .tableContainer.w-100 {
    max-width: 100%;
  }
}
.tableContainer .table--typeA thead tr {
  background: var(--bg-gradient);
}
.tableContainer .table--typeA thead tr th {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #f0f3e2;
}
.tableContainer .table--typeA tbody tr {
  background: #6a7885;
}
.tableContainer .table--typeA tbody tr:nth-of-type(even) {
  background: #53606c;
}
.tableContainer .table--typeA tbody tr:last-child td {
  border-bottom: none;
}
.tableContainer .table--typeA tbody tr td {
  border-right: 1px solid #f0f3e2;
  border-top: 1px solid #f0f3e2;
  border-bottom: none;
}
.tableContainer .table--typeA tbody tr td[rowspan]:not(:first-child) {
  border-left: 1px solid #f0f3e2;
}
.tableContainer .table--typeA tr > * {
  color: rgba(255, 255, 255, 0.8);
}
.tableContainer .table--typeA tr > *:last-child {
  border-right: none;
}
.tableContainer .table--typeB {
  background: #8b0000;
  border: solid 2px #d41b18;
}
.tableContainer .table--typeB thead th {
  border-right: solid 1px #330000;
}
.tableContainer .table--typeB tbody > * {
  vertical-align: middle;
  font-size: 1rem;
  color: #3e1400;
  border-right: solid 1px #8c0404;
  border-bottom: solid 1px #8c0404;
}
.tableContainer .table--typeB tbody > *.bg-light {
  background: #ffe4df !important;
}
.tableContainer .table--typeB tbody th {
  background: #fd8e78;
}
.tableContainer .table-sm tr > * {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.tableContainer .table-sm thead th {
  min-width: 4rem;
  font-size: 16px;
}
.tableContainer .table-sm tbody th {
  min-width: 8rem;
}
.tableContainer table {
  width: 100%;
  border-collapse: collapse !important;
}
.tableContainer table tr > * {
  text-align: center;
  vertical-align: middle;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 769px) {
  .tableContainer table tr > * {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.tableContainer table thead th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  height: 40px;
  color: #fff;
}
.tableContainer table thead th:last-child {
  border: none;
}
.tableContainer table tbody tr.bg-light {
  background: #ffe4df !important;
}
.tableContainer table tbody tr.bg-light th {
  background: #ffad9d;
}
.tableContainer table tbody tr > * {
  vertical-align: middle;
  font-size: 1rem;
}
.tableContainer table tbody tr > *.bg-light {
  background: #ffe4df !important;
}
.tableContainer table tbody tr th {
  background: #fd8e78;
}

.evFb-navigation {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  z-index: 99999;
  transform: translate(-50%, -50%);
}
.evFb-navigation__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #1e4868;
  text-indent: -9999em;
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn {
    width: 38px;
    height: 120px;
  }
}
.evFb-navigation__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.8vw;
  height: 4.8vw;
  text-indent: 0;
  border: solid #a7d9ff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn::after {
    width: 18px;
    height: 18px;
    border: solid #0c1923;
  }
}
.evFb-navigation__btn_prev {
  left: -4vw;
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn_prev {
    left: 10px;
  }
}
.evFb-navigation__btn_prev::after {
  border-width: 0 0 2px 2px;
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn_prev::after {
    margin-left: 4px;
  }
}
.evFb-navigation__btn_next {
  right: -4vw;
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn_next {
    right: 10px;
  }
}
.evFb-navigation__btn_next::after {
  border-width: 2px 2px 0 0;
}
@media screen and (min-width: 769px) {
  .evFb-navigation__btn_next::after {
    margin-left: -4px;
  }
}
.evFb-navigation__btn[disabled] {
  opacity: 0.3;
}

.fancybox-content {
  overflow: visible;
}
.fancybox-content .fancybox-button.fancybox-close-small {
  color: #fff;
  top: -57px;
  right: -24px;
  width: 64px;
  height: 64px;
}

.fbConntent {
  padding: 5.3333333333vw;
  color: var(--color-base);
  background-color: transparent;
  border-style: solid;
  -o-border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/modalFrame.png) 24 24 fill/24px 24px/0 round;
     border-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/modalFrame.png) 24 24 fill/24px 24px/0 round;
  width: 90vw;
}
@media screen and (min-width: 769px) {
  .fbConntent {
    width: min(810px, 80vw);
    padding: 20px 56px 56px;
  }
}
.fbConntent__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fbConntent .fbHdg {
  align-self: normal;
  height: 93px;
  text-indent: -9999em;
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/fbHdg.png") no-repeat 50% 0;
}

:root {
  --color-base: #3a454e;
  --color-white: #fff;
  --color-highlight: #ff5e00;
  --color-warning: #ffe600;
  --bg-gradient-distinctly: linear-gradient(180deg, rgba(42,116,123,1) 49%, rgba(38,104,111,1) 50%);
  --bg-gradient: linear-gradient(180deg, rgb(57, 151, 160), rgb(30, 84, 90));
}

:root p {
  margin-bottom: 0;
}

.color-base {
  color: var(--color-base) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-hilight {
  color: var(--color-highlight) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

html, body {
  overflow: inherit;
}

html {
  width: calc(100vw - (100vw - 100%));
}

body {
  line-height: 1.4;
  counter-reset: number 0;
  min-width: auto;
}
@media screen and (min-width: 1171px) {
  body {
    min-width: 1170px;
  }
}

button:focus {
  outline: none;
}

.open-fb {
  overflow: hidden;
}

[v-cloak] {
  opacity: 0;
}

.text-big {
  font-size: 2.4rem;
  font-weight: 800;
}

.text-white {
  color: #fff0d9;
}

.text-color-1 {
  color: #fffaac;
}

.text-color-2 {
  color: #ff8036;
}

.text-size-1 {
  font-size: max(2.1333333333vw, 14px);
}
@media screen and (min-width: 769px) {
  .text-size-1 {
    font-size: 16px !important;
  }
}

.list-disc {
  list-style-type: disc;
}

.list-kome {
  list-style-type: "※";
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list-kome {
    font-size: 3.2vw;
  }
}

.kome,
.star {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .kome,
  .star {
    font-size: 3.2vw;
  }
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

.star {
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.kome::before {
  content: "※";
}

.star::before {
  content: "*";
  margin-right: 0.2em;
}

.strong {
  font-weight: bold;
}

.txt_lead {
  margin-top: 1.3333333333vw;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC", sans-serif;
  font-size: max(2.6666666667vw, 16px);
  filter: drop-shadow(0 0 3px rgb(0, 0, 0));
}
@media screen and (min-width: 769px) {
  .txt_lead {
    font-size: 21px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 2.1rem !important;
  }
  h2, .h2 {
    font-size: 1.8rem !important;
  }
  h3, .h3 {
    font-size: 1.4rem !important;
  }
  h4, .h4 {
    font-size: 1.1rem !important;
  }
  h5, .h5 {
    font-size: 1.1rem !important;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
.allContent {
  font-size: min(4vw, 1rem);
  font-weight: 400;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .allContent {
    font-size: 1rem;
  }
}

.headArea {
  height: 162.4vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/m/main.webp);
}
@media screen and (min-width: 769px) {
  .headArea {
    height: 1057px;
    background-size: auto;
    background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/main.webp);
  }
}
.headArea [class^=text] {
  text-indent: -9999em;
}

.bodyArea {
  padding-top: 0.1px;
  color: var(--color-base);
  font-feature-settings: "palt";
  font-family: "Noto Sans TC";
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #76d7ec;
}
@media screen and (min-width: 769px) {
  .bodyArea {
    background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/body_bg.webp);
  }
}
.bodyArea a {
  color: #a7d9ff;
}
.bodyArea a:hover {
  color: #a7d9ff;
  text-decoration: none;
}

.sp_list {
  list-style-type: none;
}
.sp_list li {
  display: flex;
  counter-increment: number;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sp_list li::before {
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/list-num.png);
  background-repeat: no-repeat;
}
.sp_list li ~ li {
  margin-top: 10px;
}

.innerFrame {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .innerFrame {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1171px) {
  .innerFrame {
    width: 1170px;
  }
}

.sect ~ .sect {
  margin-top: 9.2vw;
}
@media screen and (min-width: 769px) {
  .sect ~ .sect {
    margin-top: 210px;
  }
}
.sect__hdg {
  position: relative;
  flex-shrink: 0;
  align-self: normal;
  height: 12vw;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media screen and (min-width: 769px) {
  .sect__hdg {
    height: 164px;
  }
}
.sect__hdg span {
  text-indent: -9999em;
}
.sect-1 {
  margin-top: -164px;
}
@media screen and (max-width: 768px) {
  .sect-1 {
    margin-top: -37.3333333333vw;
  }
}
.sect-2 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .sect-2 {
    margin-top: -24vw;
  }
}

.sect-1__hdg {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/sect-1_hdg.png") no-repeat 50% 0;
  height: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .sect-1__hdg {
    height: 112px;
  }
}

.sect-2__hdg {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/sect-2_hdg.png") no-repeat 50% 0;
}
@media screen and (min-width: 769px) {
  .sect-2__hdg {
    height: 99px;
  }
}

.sect-3__hdg {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/sect-3_hdg.png") no-repeat 50% 0;
}
@media screen and (min-width: 769px) {
  .sect-3__hdg {
    height: 98px;
  }
}

.sect-4__hdg {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/sect-4_hdg.png") no-repeat 50% 0;
}
@media screen and (min-width: 769px) {
  .sect-4__hdg {
    height: 98px;
  }
}

.sect-5__hdg {
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/sect-5_hdg.png") no-repeat 50% 0;
}
@media screen and (min-width: 769px) {
  .sect-5__hdg {
    height: 99px;
  }
}

.icoContainer {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-left: -0.3rem;
}
@media screen and (min-width: 769px) {
  .icoContainer {
    margin-left: -1rem;
  }
}
.icoContainer__ico {
  flex-shrink: 0;
  width: 8vw;
}
@media screen and (min-width: 769px) {
  .icoContainer__ico {
    width: 64px;
  }
}
.icoContainer__ico img {
  width: 100%;
}
.icoContainer__name {
  text-align: left;
}

.c {
  display: flex;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.c .ico_c {
  position: relative;
  width: 25px;
  height: 25px;
}
.c .ico_c::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/ico_c.png);
}
.c--sp .ico_c {
  width: 40px;
  height: 40px;
}
.c--sp .ico_c::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin-top: 2px;
  background-image: url(https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/ico_c_sp.png);
}

.btn_loope {
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 41px;
  top: -16px;
  right: -16px;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/btn_loope.png") no-repeat 50% 0;
}

:root .btn_reward {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 37px;
  border-radius: 37px;
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, rgb(232, 190, 0) 33%, rgb(232, 161, 0) 50%, rgb(232, 139, 0) 67%);
  border: solid 2px rgb(232, 180, 0);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}
:root .btn_reward i {
  font-style: normal;
  line-height: 1;
  transform: translateY(-0.1rem);
  text-shadow: 0 0 2px rgb(0, 0, 0);
}
:root .btn_reward.is-login {
  background: linear-gradient(180deg, rgb(232, 0, 0) 33%, rgb(206, 0, 0) 50%, rgb(174, 0, 0) 67%);
  border: solid 2px rgb(232, 0, 0);
}
:root .btn_reward[disabled] {
  color: #c3c3c3;
  background: linear-gradient(180deg, rgb(66, 66, 66) 33%, rgb(72, 72, 72) 50%, rgb(52, 52, 52) 67%);
  border: solid 2px rgb(73, 73, 73);
}

:root .btn_closeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 37px;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, rgb(160, 160, 160) 33%, rgb(175, 175, 175) 67%);
  border: solid 2px rgb(158, 158, 158);
  text-shadow: 0 0 2px rgb(0, 0, 0);
}

.inlineScroll {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: none;
    background: #463519;
  }
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar-thumb {
    background: #ff006a;
    cursor: pointer;
  }
}

.sect-att {
  color: #a0e7fe;
  padding-top: 6.6666666667vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 10.6666666667vw;
  margin-top: 6.6666666667vw;
  background: #4a6875;
}
@media screen and (min-width: 769px) {
  .sect-att {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.sect-att h3 {
  height: 5.3333333333vw;
  text-indent: -9999em;
  background-size: contain !important;
  background: url("https://image.tw.ncsoft.com/bns/pc/event/2303/ingame/img/attHdg.png") no-repeat left;
}
@media screen and (min-width: 577px) {
  .sect-att h3 {
    height: 31px;
    background-size: auto !important;
  }
}/*# sourceMappingURL=style.css.map */