@font-face {
  font-family: "Jost";
  src: url("/font/Jost-Black.ttf");
  font-optical-sizing: auto;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url("/font/Jost-SemiBold.ttf");
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Jost-Bold";
  src: url("/font/Jost-Bold.ttf");
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/font/Jost-SemiBold.ttf");
  font-optical-sizing: auto;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/font/Jost-Regular.ttf");
  font-optical-sizing: auto;
}
.mylist {
  padding: 0;
  width: 100%;
  border-top: 7px solid #fff8af;
}
.mylist .prizeTable {
  font-size: 28px;
}

#main {
  /* Buttons */
  /* Up */
  /* Down */
}
#main ::-webkit-scrollbar {
  width: 20px;
}
#main ::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
#main ::-webkit-scrollbar-track-piece {
  background: transparent;
}
#main ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #7c7c7c;
  border: none;
}
#main ::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}
#main ::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  border-style: solid;
  height: 10px;
  width: 20px;
  border-radius: 0;
}
#main ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #b4799c transparent;
  display: none;
}
#main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #b4799c transparent;
  display: none;
}
#main ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 10px 10px 0 10px;
  border-color: #b4799c transparent transparent transparent;
  display: none;
}
#main ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #b4799c transparent transparent transparent;
  display: none;
}

.prizeTable {
  position: relative;
  display: block;
  margin: 0px auto;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  font-weight: 500;
  font-size: 30px;
}
.prizeTable .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-bottom: 3px solid #2b0748;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prizeTable .title .td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.prizeTable .th {
  position: relative;
}
.prizeTable .td {
  position: relative;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
}
.prizeTable .td:nth-child(4) {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prizeTable .ellipsis {
  color: #ae70fb;
}
.prizeTable .line {
  position: relative;
  font-size: 26px;
  border-bottom: 3px solid #2b0748;
}
.prizeTable .line .td {
  border-right: 3px solid #2b0748;
}
.prizeTable .line .null {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 474px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.prizeTable .line .null .nulltitle {
  font-size: 43px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 36px;
}
.prizeTable .line .null .memo {
  font-size: 26px;
  text-align: center;
  display: block;
  line-height: 1.4;
}
.prizeTable .line .tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prizeTable .line .tr:nth-child(odd) {
  background-color: rgba(47, 34, 63, 0.55);
}
.prizeTable .page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizeTable .page .pageBtn {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  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;
  margin: 0 4px;
  background-image: url("/img/member/btn.png");
  background-position: center;
  background-size: contain;
  color: #d6b2b9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prizeTable .page .pageBtn.active {
  color: white;
  background-image: url("/img/member/btnHover.png");
  pointer-events: none;
}
.prizeTable .page .pageBtn.disabled {
  opacity: 0.5;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  pointer-events: none;
}
.prizeTable .page .pageBtn:hover {
  color: white;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.prizeTable .page .prev {
  background-image: url("/img/member/arrow.png");
}
.prizeTable .page .next {
  background-image: url("/img/member/arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.prizeTable .tip {
  position: relative;
  padding: 45px 38px;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  background: rgb(92, 33, 84);
}
.prizeTable button {
  position: relative;
  color: #88c6ff;
  background: #010489;
  width: 100%;
  height: 100%;
  font-size: 27px;
  text-align: left;
  padding-left: 34px;
  border: 2px solid #9e39a6;
  border-width: 0 0 3px 0;
  border-radius: 45px;
  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;
}
.prizeTable button::before {
  background: #89c6ff;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
}
.prizeTable .claim {
  color: white;
  background-repeat: no-repeat;
  background-size: contain;
  height: 78px;
  background-position: center;
  cursor: pointer;
  text-shadow: 0px 0px 5px #299211;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  background: #78FF00;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(120, 255, 0)), to(rgb(17, 145, 17)));
  background: linear-gradient(180deg, rgb(120, 255, 0) 0%, rgb(17, 145, 17) 100%);
  border-color: black;
  border-width: 0 0 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.prizeTable .claim::after {
  display: none;
}
.prizeTable .claim:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.prizeTable .wavied {
  color: #a3a3a3;
  background-color: #3f3f43;
}
.prizeTable .wavied::before {
  content: "";
  background-color: #a3a3a3;
}
.prizeTable .computed {
  color: #37e04f;
}
.prizeTable .computed::before {
  content: "";
  background-color: #37e04f;
}
.prizeTable .computed.end::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background-size: contain;
  background-color: transparent;
  background-image: url("/img/member/check.png");
}
.prizeTable .process::before {
  content: "";
}

#Character {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
}

.dropdown-btn {
  position: relative;
  background-color: white;
  color: #4f0c85;
  font-size: 0.45em;
  width: 9em;
  padding: 0.3em 1em;
  border-radius: 3em;
  cursor: pointer;
}
.dropdown-btn:after {
  content: "";
  background-image: url("/img/member/down.png");
  width: 22px;
  height: 15px;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-content {
  position: absolute;
  background-color: white;
  color: #4f0c85;
  border-radius: 0.3em;
  margin-top: 0.3em;
  font-size: 0.4em;
  width: 100%;
}
.dropdown-content div {
  display: block;
  padding: 0.4em 0.3em 0.4em 2.5em;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-content div.selected::before {
  content: "";
  background-image: url("/img/member/checkPurple.png");
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-content div:last-child {
  border-bottom: 0;
}
.dropdown-content div:hover {
  background-color: rgba(79, 12, 133, 0.2039215686);
}

.ticketList {
  position: relative;
  border-radius: 85px 85px 30px 30px;
  overflow: hidden;
  color: white;
}
.ticketList .closeTicket {
  position: absolute;
  background-image: url("/img/member/back.png");
  width: 227px;
  height: 84px;
  z-index: 6;
  top: 22px;
  left: 32px;
}
.ticketList .select {
  position: absolute;
  right: 50px;
  font-size: 28px;
  top: 35px;
  z-index: 10;
}
.ticketList .select select {
  position: relative;
  background-color: #3e1e23;
  border: 2px solid #c9a86f;
  color: white;
  font-weight: bold;
  width: 250px;
  padding-left: 22px;
  height: 60px;
  border-radius: 20px 20px 0 0;
  padding-right: 45px;
}
.ticketList .select select option {
  background-color: #3e1e23;
  color: #fff;
}
.ticketList .select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #caa052 transparent;
  position: absolute;
  right: 20px;
  z-index: 6;
  top: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ticketList .headTitle {
  position: relative;
  padding: 42px 42px 38px;
  border-bottom: 2px solid #ffe533;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 45px;
  font-weight: 500;
  background: rgb(130, 87, 41);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(130, 87, 41)), color-stop(100%, rgb(184, 152, 65)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(130, 87, 41)), to(rgb(184, 152, 65)));
  background: linear-gradient(to bottom, rgb(130, 87, 41) 0%, rgb(184, 152, 65) 100%);
}

.ticketTable {
  position: relative;
  max-width: 1100px;
  display: block;
  margin: 0px auto;
  z-index: 10;
  border: 1px solid #b4966f;
  background-color: transparent;
  overflow: hidden;
  font-weight: 500;
  font-size: 30px;
  /* Buttons */
  /* Up */
  /* Down */
}
.ticketTable ::-webkit-scrollbar {
  width: 20px;
}
.ticketTable ::-webkit-scrollbar-button {
  background: #301811;
  border-radius: 4px;
}
.ticketTable ::-webkit-scrollbar-track-piece {
  background: #301811;
}
.ticketTable ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #caa052;
  border: none;
}
.ticketTable ::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}
.ticketTable ::-webkit-scrollbar-button:single-button {
  background-color: #301811;
  display: block;
  border-style: solid;
  height: 10px;
  width: 20px;
  border-radius: 0;
}
.ticketTable ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #caa052 transparent;
}
.ticketTable ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #caa052 transparent;
}
.ticketTable ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 10px 10px 0 10px;
  border-color: #caa052 transparent transparent transparent;
}
.ticketTable ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #caa052 transparent transparent transparent;
}
.ticketTable .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #513216;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #e7c78c;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ticketTable .title .td {
  width: 50%;
}
.ticketTable .title .td:nth-child(2) {
  width: 50%;
  text-align: left;
}
.ticketTable .th {
  position: relative;
}
.ticketTable .td {
  position: relative;
  width: 50%;
}
.ticketTable .td:nth-child(2) {
  width: 50%;
  text-align: left;
}
.ticketTable .line {
  position: relative;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  max-height: 482px;
  overflow-x: hidden;
  height: 482px;
  background-color: rgba(150, 110, 50, 0.7411764706);
}
.ticketTable .line .tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ticketTable .line .tr:nth-child(even) {
  background-color: rgba(77, 37, 24, 0.5803921569);
}

.blackNotice {
  position: relative;
  margin-top: 0;
  z-index: 10;
  padding-top: 0;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.7215686275);
  border-radius: 0.3em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blackNotice .info {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.3em;
  padding: 1em 3em 2em;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 300px;
}
.blackNotice .info .title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
}
.blackNotice .info .text {
  line-height: 1.3;
}

.formBlock {
  position: relative;
  z-index: 10;
  padding-top: 1.5em;
}
.formBlock .title {
  text-align: center;
}

#Modal-info .modal-content {
  font-size: 0.5em;
}
#Modal-info .icon {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#Modal-info .icon img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
#Modal-info .title {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  position: absolute;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#formSection {
  top: 0;
  line-height: 1.2;
  z-index: 10;
  /* Buttons */
  /* Up */
  /* Down */
}
#formSection .m-panel::before {
  background: #2b0e57;
  opacity: 0.8;
  border-radius: 0 0 0.4em 0.4em;
}
#formSection ::-webkit-scrollbar {
  width: 20px;
}
#formSection ::-webkit-scrollbar-button {
  background: #000;
  border-radius: 4px;
}
#formSection ::-webkit-scrollbar-track-piece {
  background: #000;
}
#formSection ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #caa052;
  border: none;
}
#formSection ::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}
#formSection ::-webkit-scrollbar-button:single-button {
  background-color: #000;
  display: block;
  border-style: solid;
  height: 10px;
  width: 20px;
  border-radius: 0;
}
#formSection ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #caa052 transparent;
}
#formSection ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #caa052 transparent;
}
#formSection ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 10px 10px 0 10px;
  border-color: #caa052 transparent transparent transparent;
}
#formSection ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #caa052 transparent transparent transparent;
}
#formSection .modal-window {
  max-width: 1080px;
}
#formSection .back {
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  width: 0.9em;
  height: 0.9em;
  background-size: contain;
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-image: url("/img/member/back.png");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#formSection .back:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
#formSection .term {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  padding: 0 7%;
  text-align: left;
  margin-top: 50px;
}
#formSection .term .title {
  position: relative;
  font-size: 34px;
  padding-left: 0;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0px 0px 10px #804b00;
  display: block;
  margin-bottom: 30px;
}
#formSection .term .memo {
  position: relative;
  font-size: 24px;
}
#formSection .form {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-left: 9%;
  padding-right: 9%;
  font-size: 24px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#formSection .form .upload-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#formSection .form .upload-box {
  width: 200px;
  height: 120px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7019607843);
  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;
  text-align: center;
  cursor: pointer;
}
#formSection .form .upload-box input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
#formSection .form .upload-text {
  white-space: pre-wrap;
}
#formSection .form .preview-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#formSection .form .line {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#formSection .form .line.long {
  width: 100%;
}
#formSection .form .line.long label {
  width: 100%;
}
#formSection .form .line.long .upload-box {
  height: 200px;
  width: 48%;
  text-align: center;
  font-size: 20px;
  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: 15px;
  position: relative;
}
#formSection .form .line.long .upload-box .thumbImg {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
}
#formSection .form .line.threeBlock .select {
  width: 32%;
}
#formSection .form .line label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
#formSection .form .line label.must::after {
  content: "*";
}
#formSection .form .line .error {
  border: 4px solid #eb5858;
}
#formSection .form .line input {
  display: block;
  width: 100%;
  border-radius: 8px;
  font-size: 20px;
  border: 0;
  padding: 15px 20px;
}
#formSection .form .line #Phone_Region {
  width: 100%;
  border-radius: 8px 0 0 8px;
  font-size: 20px;
}
#formSection .form .line .select {
  width: 100%;
  position: relative;
}
#formSection .form .line .select.phoneCode {
  width: 48%;
}
#formSection .form .line .select select {
  border-radius: 8px;
  font-size: 20px;
  border: 0;
  padding: 18px 20px;
}
#formSection .form .line .select select.error {
  border: 4px solid #eb5858;
}
#formSection .form .line .select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #5c5c5c transparent;
  position: absolute;
  right: 10px;
  z-index: 6;
  top: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#formSection .form .line #Phone_Number {
  width: 50%;
  border-radius: 0 15px 15px 0;
}
#formSection .btn {
  margin-bottom: 40px;
}
#formSection .btn.loading {
  pointer-events: none;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#formSection .errorTip {
  color: red;
}
#formSection .errorTip::before {
  content: "";
  background-image: url("/img/member/closered.jpg");
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}
#formSection .agree {
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
  font-size: 25px;
  display: block;
  width: 100%;
  position: relative;
}
#formSection .agree a {
  color: white;
  margin-left: 5px;
}
#formSection .agree input {
  width: 0;
  height: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
}
#formSection .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
  cursor: pointer;
}
#formSection .agree span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#formSection .agree.error span:before {
  border-color: #eb5858;
}
#formSection .agree span:before {
  content: "";
  margin-right: 14px;
  width: 28px;
  height: 28px;
  border: 2px solid white;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: transparent;
  cursor: pointer;
}
#formSection .agree span::after {
  content: "";
  width: 10px;
  height: 18px;
  border: 3px solid white;
  cursor: pointer;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 10px;
  position: absolute;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#formSection .agree input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#formSection .term {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
}
#formSection .tip {
  position: relative;
  top: 0;
  font-size: 22px;
  color: #ffb834;
  text-align: center;
  margin-top: 20px;
}
#formSection .title {
  position: relative;
  text-transform: uppercase;
  display: block;
  width: 100%;
  z-index: 3;
  padding-left: 0%;
}
#formSection .title b {
  font-size: 90px;
  display: block;
}
#formSection .js-modalMessage {
  display: block;
  width: 100%;
  margin-bottom: 11px;
  font-size: 44px;
  z-index: 3;
  position: relative;
  color: white;
}
#formSection .modal-content {
  font-size: 44px;
  font-weight: bold;
  color: white;
  padding: 35px 0 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.431372549);
  max-height: 80vh;
  overflow: auto;
  overflow-x: visible;
  background: rgba(0, 0, 0, 0.5254901961);
  background-image: url("/img/member/shipping.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0 0 11px 3px #b39961;
          box-shadow: 0 0 11px 3px #b39961;
}
#formSection .modal-content .block {
  position: relative;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 12%, rgba(0, 0, 0, 0.7) 100%);
}
#formSection .btnStyle {
  position: relative;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  position: relative;
  background-image: url("/img/member/redBtn.png");
  width: 437px;
  height: 127px;
  color: white;
  font-size: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  #formSection {
    /* Buttons */
    /* Up */
    /* Down */
  }
  #formSection ::-webkit-scrollbar {
    width: 10px;
  }
  #formSection ::-webkit-scrollbar-button:single-button {
    height: 10px;
    width: 10px;
  }
  #formSection ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #caa052 transparent;
  }
  #formSection ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 5px 5px 0 5px;
    border-color: #caa052 transparent transparent transparent;
  }
  #formSection .term {
    padding: 0 4%;
    margin-top: 3vw;
  }
  #formSection .term .title {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  #formSection .term .memo {
    font-size: 2vw;
  }
  #formSection .errorTip::before {
    width: 2.5vw;
    height: 3vw;
    background-size: contain;
  }
  #formSection .agree label {
    font-size: 2.5vw;
  }
  #formSection .agree span::before {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
  #formSection .agree span::after {
    width: 0.8vw;
    height: 1.5vw;
    border-width: 2px;
    top: 25%;
    left: 1.5%;
  }
  #formSection .modal-content {
    font-size: 3.5vw;
  }
  #formSection .form {
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  #formSection .form .line input {
    border-radius: 1.5vw;
    font-size: 2.5vw;
  }
  #formSection .form .line #Phone_Region,
  #formSection .form .line #Phone_Number {
    border-radius: 1.5vw;
    font-size: 2.5vw;
    width: 100%;
  }
  #formSection .form .line .select.phoneCode {
    margin-bottom: 1.5vw;
  }
  #formSection .form .line .select {
    width: 100%;
  }
  #formSection .form .line .select select {
    border-radius: 1.5vw;
    font-size: 2.5vw;
  }
  #formSection .form .line .select.phoneCode {
    width: 100%;
  }
  #formSection .btnStyle {
    width: 40vw;
    font-size: 3.5vw;
    height: 14vw;
  }
}

@media (max-width: 1399px) {
  .dropdown-btn {
    font-size: 0.4em;
  }
  .mylist .prizeTable {
    font-size: 26px;
  }
  .prizeTable button {
    font-size: 20px;
  }
  .prizeTable .line {
    font-size: 24px;
  }
  .prizeTable .title .td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .prizeTable .td {
    padding-left: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 12px;
  }
  .prizeTable .td:nth-child(4) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .dropdown-btn {
    font-size: 0.4em;
  }
  .mylist .prizeTable {
    font-size: 20px;
  }
  .prizeTable button {
    font-size: 18px;
  }
  .prizeTable .line {
    font-size: 20px;
  }
  .prizeTable .td {
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 12px;
  }
  .prizeTable .td:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prizeTable .page .pageBtn {
    font-size: 1.3em;
  }
}
@media (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  /* Buttons */
  ::-webkit-scrollbar-button:single-button {
    height: 5px;
    width: 10px;
    border-radius: 0;
  }
  /* Up */
  ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 5px 5px;
  }
  /* Down */
  ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 5px 5px 0 5px;
  }
  #prizeList .justify-space-between {
    border-bottom: 0.12em solid #fff8af;
  }
  .dropdown-content {
    font-size: 0.6em;
    width: calc(100% - 30px);
  }
  .dropdown-content div {
    padding: 0.6em 0.3em 0.6em 2.5em;
  }
  .blackNotice {
    width: calc(100% - 30px);
  }
  .blackNotice .info {
    font-size: 0.5em;
    padding: 0.5em 2.3em 2em;
    max-height: 42vw;
  }
  .blackNotice .info .title {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .prizeTable .title {
    display: none;
  }
  .mylist {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mylist .prizeTable {
    width: calc(100% - 40px);
    padding-bottom: 5vw;
  }
  .prizeTable .computed.end::before {
    width: 5vw;
    height: 5vw;
  }
  .prizeTable .claim {
    height: 2.8em;
    font-size: 1.3em;
    border-width: 0 0 0.1em 0;
    border-radius: 0.4em;
    padding-right: 0;
  }
  .prizeTable .line {
    border-bottom: 0;
  }
  .prizeTable .line .td {
    border-right: 0;
  }
  .prizeTable .line .tr {
    display: block;
    border-radius: 0.4em;
    overflow: hidden;
    margin-bottom: 0.8em;
    border: 0.1em solid rgba(255, 255, 255, 0.4588235294);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .prizeTable .line .tr:last-child {
    margin-bottom: 0;
  }
  .prizeTable .line .tr .td {
    border-right: 0;
    width: 100%;
    font-size: 3.8vw;
    background: #330e72;
    padding: 3vw 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prizeTable .line .tr .td:nth-child(even) {
    background-color: #250f5f;
  }
  .prizeTable .line .tr .td:nth-child(1)::before {
    content: "EVENT";
    width: 42%;
    display: block;
  }
  .prizeTable .line .tr .td:nth-child(2)::before {
    content: "PRIZES";
    width: 42%;
    display: block;
  }
  .prizeTable .line .tr .td:nth-child(3)::before {
    content: "EXPIRATION DATE";
    width: 42%;
    display: block;
    padding-right: 15px;
  }
  .prizeTable .line .tr .td:nth-child(4) {
    padding: 0;
  }
  .prizeTable button {
    padding-left: calc(3vw + 39%);
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 1em;
    border: 0.15em solid #ab25dc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 0 0.6em 0.6em;
  }
  .prizeTable button::before {
    position: absolute;
    left: 9vw;
    width: 3.5vw;
    height: 3.5vw;
    margin: 0;
  }
  .dropdown {
    position: relative;
    background: #a100d8;
    left: 0;
    top: 0;
    padding: 15px;
  }
  .dropdown-btn {
    width: 100%;
    font-size: 0.7em;
    border-radius: 0.4em;
    padding: 0.6em 0.8em;
  }
  .dropdown-btn::after {
    width: 1em;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 58%;
  }
  .mylist {
    border-top: 0;
  }
  .prizeTable .page {
    height: 22vw;
  }
  .prizeTable .page .pageBtn {
    font-size: 4vw;
    width: 11vw;
    height: 11vw;
    background-repeat: no-repeat;
  }
  #formSection .errorTip {
    font-size: 3.5vw;
  }
  #formSection .errorTip::before {
    width: 3vw;
    height: 5vw;
    margin-right: 1vw;
  }
  #formSection .back {
    top: 0.4em;
  }
  #formSection .tip {
    font-size: 3vw;
    margin-top: 2vw;
  }
  #formSection .form {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #formSection .form .line .select select {
    border-radius: 1.5vw;
    font-size: 3.5vw;
    padding: 3.3vw;
  }
  #formSection .form .line input {
    border-radius: 1.5vw;
    font-size: 3.5vw;
    padding: 3vw;
  }
  #formSection .form .line #Phone_Number,
  #formSection .form .line #Phone_Region {
    border-radius: 1.5vw;
    font-size: 3.5vw;
    padding: 3vw;
  }
  #formSection .form .line.long .upload-box {
    width: 100%;
    height: 40vw;
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  #formSection .agree label {
    font-size: 3vw;
  }
  #formSection .agree span::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  #formSection .agree span::after {
    width: 1.5vw;
    height: 3vw;
    border-width: 0.6vw;
    top: -3%;
    left: 2%;
  }
  #Modal-info .icon {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #Modal-info .icon img {
    max-width: 30vw;
  }
}
@media (max-width: 767px) {
  .loader {
    width: 5vw;
    height: 5vw;
  }
}/*# sourceMappingURL=myprize.css.map */