@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes poring01 {
  0%, 100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: translateY(-30%) scale3d(0.9, 1, 1);
            transform: translateY(-30%) scale3d(0.9, 1, 1);
  }
}
@keyframes poring01 {
  0%, 100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
            transform: translateY(0) scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: translateY(-30%) scale3d(0.9, 1, 1);
            transform: translateY(-30%) scale3d(0.9, 1, 1);
  }
}
@-webkit-keyframes shine {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
}
@keyframes shine {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 800;
}

.swal2-container * {
  font-family: "Noto Sans TC", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

a:has(> img) {
  display: block;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: overlay;
  font-size: 18px;
  font-weight: 500;
  color: #4f2c1d;
  background-image: url(../img/main_bg.jpg);
  background-attachment: fixed;
}
body.scrollbarHidden {
  overflow-y: hidden;
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 16px;
    background-size: 200%;
  }
}

main {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

footer {
  background-color: #614c3f;
}

.container {
  max-width: 1224px;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 984px;
  }
}

.container-fluid {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.kv {
  position: relative;
  background-image: url(../img/kv_bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  height: 48vw;
  max-height: 922px;
  height: 0.4802083333;
}
.kv .logo {
  position: absolute;
  z-index: 1;
  left: 1%;
  top: 0;
  margin-top: 1%;
  width: 10vw;
  max-width: 209px;
}
.kv .slogan {
  position: absolute;
  left: 50%;
  top: 6.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.6145833333%;
  max-width: 607px;
}
.kv .slogan img {
  opacity: 0;
  -webkit-animation: bounceIn 0.4s 0.5s ease-in-out forwards;
          animation: bounceIn 0.4s 0.5s ease-in-out forwards;
}
.kv .kvCha {
  position: absolute;
}
.kv .porings {
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: bounceIn 0.4s 1s ease-in-out forwards;
          animation: bounceIn 0.4s 1s ease-in-out forwards;
}
.kv .kvShiba {
  width: 61.9791666667%;
  max-width: 1190px;
  left: 18%;
  bottom: 0;
  opacity: 0;
  -webkit-animation: bounceIn 0.4s 0.8s ease-in-out forwards;
          animation: bounceIn 0.4s 0.8s ease-in-out forwards;
}
.kv .kvPoring_01 {
  width: 7.8645833333%;
  max-width: 151px;
  left: 14%;
  bottom: 40%;
  -webkit-animation: poring01 2s ease-in-out both infinite;
          animation: poring01 2s ease-in-out both infinite;
}
.kv .kvPoring_02 {
  width: 8.3333333333%;
  max-width: 160px;
  left: 25%;
  bottom: 56%;
  -webkit-animation: poring01 2s -0.5s ease-in-out both infinite;
          animation: poring01 2s -0.5s ease-in-out both infinite;
}
.kv .kvPoring_03 {
  width: 16.5625%;
  max-width: 318px;
  right: 20%;
  bottom: 54%;
  -webkit-animation: poring01 2s -0.2s ease-in-out both infinite;
          animation: poring01 2s -0.2s ease-in-out both infinite;
}
.kv .kvPoring_04 {
  width: 13.2291666667%;
  max-width: 254px;
  right: 6%;
  bottom: 35%;
  -webkit-animation: poring01 2s -0.7s ease-in-out both infinite;
          animation: poring01 2s -0.7s ease-in-out both infinite;
}
@media only screen and (max-width: 1200px) {
  .kv {
    height: 55vw;
  }
  .kv .slogan {
    width: 37%;
  }
  .kv .kvShiba {
    width: 73%;
    left: 15%;
  }
  .kv .kvPoring_01 {
    width: 10%;
    left: 7%;
    bottom: 34%;
  }
  .kv .kvPoring_02 {
    width: 10%;
    left: 18%;
    bottom: 55%;
  }
  .kv .kvPoring_03 {
    width: 19%;
    right: 13%;
    bottom: 56%;
  }
  .kv .kvPoring_04 {
    width: 17%;
    right: 0%;
    bottom: 34%;
  }
}
@media only screen and (max-width: 768px) {
  .kv {
    background-image: url(../img/kv_bg-m.png);
    height: 115vw;
  }
  .kv .slogan {
    width: 76%;
    top: initial;
    bottom: 7%;
  }
  .kv .kvCha {
    display: none;
  }
  .kv .logo {
    width: 22vw;
    margin-top: 1%;
  }
}

.text-red {
  color: #f27684;
}

.visually-hidden {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(100%);
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
}

section {
  position: relative;
}

.event {
  padding: 48px 0 80px;
}
@media only screen and (max-width: 576px) {
  .event {
    padding: 0;
    padding-top: 10vw;
    margin-bottom: 6%;
  }
}

.notice {
  padding-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .notice {
    padding-bottom: 40px;
  }
}

.evt1_cha02 {
  position: absolute;
  right: -245px;
  bottom: -80px;
}

.evt2_cha01 {
  position: absolute;
  right: -187px;
  top: 180px;
}

.evt2_cha02 {
  position: absolute;
  left: -124px;
  bottom: -34px;
}

.evt3_cha01 {
  position: absolute;
  right: -274px;
  bottom: 63px;
}

.evt4_cha01 {
  position: absolute;
  right: -90px;
  top: 137px;
}

.evt4_cha02 {
  position: absolute;
  left: -97px;
  bottom: 48px;
}

@media only screen and (max-width: 1024px) {
  .evt1_cha02,
  .evt2_cha01,
  .evt3_cha01 {
    display: none;
  }
  .evt2_cha02 {
    left: -5%;
    bottom: -3vw;
    width: 24vw;
  }
}
@media only screen and (max-width: 768px) {
  .evt4_cha01 {
    right: -9%;
    top: 18%;
    width: 21%;
  }
  .evt4_cha02 {
    left: -2%;
    bottom: -4%;
    width: 21%;
  }
}
.title {
  background-image: url(../img/event_title-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  height: 172px;
  text-align: center;
  border-radius: 13px 13px 0 0;
  margin: -60px -48px 52px -48px;
}
.title img {
  margin-top: -78px;
  position: relative;
}
.title .img {
  display: inline-block;
  position: relative;
}
.title .img::before, .title .img::after {
  content: "";
  display: block;
  width: 183px;
  height: 28px;
  position: absolute;
  bottom: 58px;
  background-image: url(../img/event_title-deco.png);
  background-repeat: no-repeat;
}
.title .img::before {
  left: -180px;
}
.title .img::after {
  right: -180px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .title {
    margin: -60px -24px 52px -24px;
  }
}
@media only screen and (max-width: 576px) {
  .title {
    margin: -60px -12px 7% -12px;
    background-position: center calc(100% + 0.5px);
    height: 27vw;
  }
  .title img {
    margin-top: -22%;
    height: 34vw;
  }
  .title .img::before, .title .img::after {
    height: 7vw;
    background-size: contain;
    background-position: right center;
    bottom: 33%;
  }
}

.subheading {
  font-size: 32px;
  color: #f4a23e;
  text-align: center;
  margin-bottom: 40px;
}
.subheading span::before, .subheading span::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 10px;
  background-image: url(../img/event_subheading-deco01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -6px;
}
.subheading span::before {
  margin-right: 12px;
}
.subheading span::after {
  margin-left: 12px;
}
@media only screen and (max-width: 576px) {
  .subheading {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .subheading span::before, .subheading span::after {
    width: 25px;
    background-size: contain;
    background-position: center center;
  }
  .subheading span::before {
    margin-right: 6px;
  }
  .subheading span::after {
    margin-left: 6px;
  }
}

.evtbox {
  max-width: 872px;
  margin: 0 auto;
  border-radius: 20px;
  outline: 3px solid #fee293;
  outline-offset: -3px;
  border: 8px solid #fff;
  padding: 60px 48px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .evtbox {
    padding: 60px 24px;
  }
}
@media only screen and (max-width: 576px) {
  .evtbox {
    padding: 60px 12px;
  }
}

.subWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.evtbox1 {
  background-color: #fff;
  margin-bottom: 12px;
}

.evtbox2 {
  background: #ffe291;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe291), to(#ffce48));
  background: linear-gradient(180deg, #ffe291 0%, #ffce48 100%);
}
.evtbox2::before, .evtbox2::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 92px;
  background-image: url(../img/event_ring.png);
  top: -58px;
}
.evtbox2::before {
  left: 80px;
}
.evtbox2::after {
  right: 80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.evtbox2 .subheading {
  color: #4f2c1d;
}
.evtbox2 .subheading span::before, .evtbox2 .subheading span::after {
  background-image: url(../img/event_subheading-deco02.png);
}
@media only screen and (max-width: 576px) {
  .evtbox2::before {
    left: 40px;
  }
  .evtbox2::after {
    right: 40px;
  }
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

.loginWrap {
  background-image: url(../img/event1_login-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}
.loginWrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/event1_cha01.png);
  width: 187px;
  height: 174px;
  left: -18px;
  bottom: -37px;
}
.loginWrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/event1_login-bubble01.png);
  width: 106px;
  height: 114px;
  right: 56px;
  top: -20px;
}
.loginWrap--after::after {
  background-image: url(../img/event1_login-bubble02.png);
}
.loginWrap select {
  background-color: #fff;
  color: #4f2c1d;
  font-size: 24px;
  font-weight: bold;
  width: 220px;
  height: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 3px solid #4f2c1d;
  border-radius: 27px;
  padding-left: 27px;
  -webkit-box-shadow: 3px 3px 0 #dedada;
          box-shadow: 3px 3px 0 #dedada;
  cursor: pointer;
}
.loginWrap select:disabled {
  color: #dbc487;
  background-color: #ffecba;
}
.loginWrap .serverChoose {
  margin-bottom: 8px;
}
.loginWrap .submit {
  width: 104px;
}
.loginWrap .btn--login, .loginWrap .btn--logout {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.loginWrap .btn--login:hover, .loginWrap .btn--logout:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.loginWrap .btn--login {
  width: 220px;
}
.loginWrap .btn--logout {
  width: 140px;
}
.loginWrap .select--disabled {
  color: #dbc487;
  background-color: #ffecba;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-image: url(../img/select_arrow--disabled.png);
}
@media only screen and (max-width: 768px) {
  .loginWrap::before {
    left: -95px;
  }
  .loginWrap::after {
    right: -16px;
    top: -45px;
  }
}
@media only screen and (max-width: 576px) {
  .loginWrap::before {
    left: -11%;
    width: 31vw;
    height: 28vw;
    bottom: -22%;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }
  .loginWrap::after {
    display: none;
  }
  .loginWrap select {
    font-size: 20px;
    width: 170px;
    height: 48px;
  }
  .loginWrap .btn--login {
    width: 160px;
  }
}

.btn-yellow {
  color: #4f2c1d;
  background-color: #ffce48;
}

.btn-outline-dark {
  color: #4f2c1d;
  background-color: #fff;
  border: 3px solid #4f2c1d;
  -webkit-box-shadow: 4px 4px 0 rgba(122, 110, 105, 0.3);
          box-shadow: 4px 4px 0 rgba(122, 110, 105, 0.3);
}

.btn-outline-light {
  color: #fddf8e;
  background-color: #fff;
  border: 3px solid #fddf8e;
}

.btn-l {
  font-size: 24px;
  font-weight: bold;
  border-radius: 27px;
  height: 54px;
}
@media only screen and (max-width: 576px) {
  .btn-l {
    height: 48px;
    font-size: 20px;
  }
}

.btn-m {
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  border-radius: 18px;
}

.btn--disabled {
  color: #dbc487;
  background-color: #ffecba;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.rules {
  position: relative;
}
.rules li {
  counter-increment: rules;
  padding-left: 36px;
  position: relative;
}
.rules li::before {
  content: counter(rules);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background-color: #ffce48;
  text-align: center;
}
.rules li:not(:last-child) {
  margin-bottom: 16px;
}

.mission {
  background-color: #fff3d3;
  border-radius: 20px;
  position: relative;
  padding: 24px;
  padding-left: 120px;
  margin-bottom: 20px;
}
.mission img {
  position: absolute;
  left: 22px;
  bottom: 18px;
}

.npc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.npc img {
  border-radius: 20px;
  outline: 3px solid #fee293;
  outline-offset: -3px;
  border: 6px solid #fff;
}
.npc p {
  position: relative;
  margin-top: -3px;
  font-size: 20px;
  font-weight: 800;
  padding: 8px 4px;
  text-align: center;
  background-color: #ffce48;
  background-image: url(../img/event2_npcname-bg.png), url(../img/event2_npcname-bg.png);
  background-repeat: no-repeat;
  background-position: left 10px top -20px, right 10px bottom -13px;
  border: 3px solid #e3af1f;
  border-radius: 20px;
  line-height: 1;
}
.npc span {
  font-size: 16px;
  color: #b18409;
}
@media only screen and (max-width: 768px) {
  .npc {
    gap: 8px;
  }
  .npc p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .npc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .npc li {
    width: calc((100% - 16px) / 2);
  }
  .npc p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .npc li {
    width: 100%;
  }
  .npc li img {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .event3 .npc li {
    width: 100%;
    max-width: 450px;
  }
}
.dailyCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.dailyCheck li {
  width: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.dailyCheck p {
  line-height: 1.2;
  font-weight: bold;
}
.dailyCheck .card {
  background-image: url(../img/event1_check-bg.png);
  background-repeat: no-repeat;
  text-align: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
  padding-top: 8px;
  cursor: pointer;
}
.dailyCheck .card img {
  width: 67px;
}
.dailyCheck .card:hover .more {
  -webkit-animation: shine 0.5s ease-in-out infinite;
          animation: shine 0.5s ease-in-out infinite;
}
.dailyCheck .cardImg {
  position: relative;
}
.dailyCheck .more {
  position: absolute;
  width: 28px;
  height: 27px;
  background-image: url(../img/event1_more.png);
  right: -16px;
  top: 8px;
}
.dailyCheck-btn {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.dailyCheck-btn--claimed::after {
  content: "";
  display: inline-block;
  background-image: url(../img/event1_check-footprint.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 27px;
}
@media only screen and (max-width: 768px) {
  .dailyCheck {
    gap: 40px 12px;
  }
}
@media only screen and (max-width: 576px) {
  .dailyCheck {
    margin-top: 0;
    gap: 32px 8px;
  }
  .dailyCheck li {
    width: calc((100% - 8px) / 2);
  }
  .dailyCheck .card {
    background-image: url(../img/event1_check-bg-m.png);
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    border: 3px solid #fff;
    -webkit-box-shadow: 3px 3px 0 rgba(122, 110, 105, 0.3);
            box-shadow: 3px 3px 0 rgba(122, 110, 105, 0.3);
    height: auto;
    padding: 24px 8px;
  }
}

.itemInfoCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.itemInfoCard {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fffbef;
  -webkit-box-shadow: 5px 5px 0 #e7be4d;
          box-shadow: 5px 5px 0 #e7be4d;
  background-image: url(../img/event_card-bg01.png), url(../img/event_card-bg02.png);
  background-repeat: no-repeat;
  background-position: right bottom, left 10px top 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  gap: 24px;
}
.itemInfoCard h1 {
  font-size: 24px;
  color: #f4a23e;
  margin-bottom: 12px;
}
.itemInfoCard h1::before {
  content: "";
  display: inline-block;
  background-image: url(../img/light.png);
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.itemInfoCard .img {
  -ms-flex-preferred-size: 274px;
      flex-basis: 274px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itemInfoCard .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.itemInfoCard p {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .itemInfoCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itemInfoCard img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .itemInfoCard > div {
    max-width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .itemInfoCard h1 {
    font-size: 20px;
  }
  .itemInfoCard h1::before {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 6px;
  }
}

.missionReward {
  text-align: center;
}
.missionReward input {
  display: none;
}
.missionReward label {
  font-size: 24px;
  font-weight: bold;
  border-radius: 27px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 0 40px;
  border: 3px solid #fddf8e;
  color: #fddf8e;
  -webkit-box-shadow: 3px 3px 0 #e7be4d;
          box-shadow: 3px 3px 0 #e7be4d;
  cursor: pointer;
}
.missionReward input:checked + label {
  border: 3px solid #4f2c1d;
  color: #4f2c1d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.missionReward .rewardList {
  margin-top: 24px;
}
.missionReward .list {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff3d3;
  -webkit-box-shadow: 5px 5px 0 #e7be4d;
          box-shadow: 5px 5px 0 #e7be4d;
  border-radius: 20px;
  padding: 32px;
  display: none;
}
.missionReward #ev2reward1:checked ~ .rewardList .list1,
.missionReward #ev3reward1:checked ~ .rewardList .list1 {
  display: block;
}
.missionReward #ev2reward2:checked ~ .rewardList .list2,
.missionReward #ev3reward2:checked ~ .rewardList .list2 {
  display: block;
}
.missionReward ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.missionReward ul li {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 32px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 4px;
  padding: 16px 4px;
}
.missionReward ul .qty {
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #ffce48;
  color: #fff;
  border-radius: 15px;
  padding: 0 8px;
  font-size: 14px;
}
.missionReward ul p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .missionReward label {
    font-size: 20px;
  }
  .missionReward ul li {
    width: calc((100% - 24px) / 4);
  }
}
@media only screen and (max-width: 576px) {
  .missionReward {
    font-size: 0;
  }
  .missionReward label {
    font-size: 18px;
    padding: 0 8px;
    margin: 0 2px;
    width: calc((100% - 6px - 8px) / 2);
  }
  .missionReward .list {
    padding: 16px;
  }
  .missionReward ul li {
    width: calc((100% - 16px) / 3);
    padding: 8px 4px;
  }
}

a.link {
  color: #f4a23e;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.noticeWrap {
  max-width: 872px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 0 auto;
}
.noticeWrap h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.noticeWrap h2::before {
  content: "";
  display: inline-block;
  background-image: url(../img/notice_icon.png);
  width: 29px;
  height: 32px;
  position: relative;
  top: 7px;
  margin-right: 8px;
}
.noticeWrap ol li {
  font-size: 16px;
  counter-increment: notice;
  padding-left: 17px;
}
.noticeWrap ol li::before {
  content: counter(notice) ". ";
  margin-left: -17px;
}
.noticeWrap ol li:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .noticeWrap img {
    width: 40%;
  }
}
@media only screen and (max-width: 576px) {
  .noticeWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .noticeWrap img {
    width: 50%;
  }
}

.event2Popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.event2Popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.event2Popup .container {
  width: 100%;
  max-width: 800px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.event2Popup.show .container {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.event2Popup .popup-body {
  background-image: url(../img/popup_bg_02.png), url(../img/popup_bg_01.jpg);
  background-repeat: no-repeat, repeat;
  background-position: right 28px bottom 18px, center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  border-radius: 30px 80px 30px 30px;
  padding: 32px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.event2Popup .popup-body h2 {
  color: #f4a23e;
  font-size: 24px;
  margin-bottom: 12px;
}
.event2Popup .popup-body h2::before {
  content: "";
  display: inline-block;
  background-image: url(../img/light.png);
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.event2Popup .popup-body img {
  border: 3px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 0 rgba(230, 205, 157, 0.5);
          box-shadow: 3px 3px 0 rgba(230, 205, 157, 0.5);
}
.event2Popup .popup-body p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .event2Popup .popup-body img {
    width: 35%;
  }
}
@media only screen and (max-width: 576px) {
  .event2Popup .popup-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 24px 12px;
    border-radius: 20px 40px 20px 20px;
    max-height: 70dvh;
    overflow-y: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .event2Popup .popup-body img {
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .event2Popup .popup-body h2 {
    font-size: 20px;
  }
  .event2Popup .popup-body h2::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-size: contain;
  }
  .event2Popup .popup-body p {
    font-size: 14px;
  }
}

.event4 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 35, 29, 0.8);
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.event4.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.event4 .container {
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.event4.show .container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  left: 50%;
  -webkit-transform: translateX(-22px);
          transform: translateX(-22px);
  top: -52px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.popup-close span {
  display: block;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 18px;
  left: 15%;
}
.popup-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 150px;
  margin-left: calc(100% - 150px - 8px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding-top: 36px;
  font-size: 0;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.nav ul li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.nav ul li:hover {
  -webkit-transform: scale(0.9) rotate(-3deg);
          transform: scale(0.9) rotate(-3deg);
}
.nav ul li img {
  display: block;
}
@media screen and (min-width: 1920px) {
  .nav {
    margin-left: 1754px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav {
    width: 13vw;
    margin-left: calc(87vw - 16px);
  }
  .nav ul {
    gap: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.event4Btn-m {
  display: none;
}
@media only screen and (max-width: 768px) {
  .event4Btn-m {
    cursor: pointer;
    display: block;
    position: fixed;
    width: 100%;
    background: #fbc5bc;
    background: linear-gradient(133deg, #fbc5bc 0%, #fea4a4 100%);
    bottom: 0;
    left: 0;
    z-index: 8;
    text-align: center;
    padding: 8px 24px;
    border-top: solid 2px #f1aec8;
  }
  .event4Btn-m img {
    max-height: 70px;
  }
}