@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKorean-400.woff);
  font-weight: 400;
}
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKorean-500.woff);
  font-weight: 500;
}
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKorean-600.woff);
  font-weight: 600;
}
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKorean-700.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/SECRobotoLight-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/SECRobotoLight-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/SECRobotoLight-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "GmarketSansL";
  src: url(../font/GmarketSansTTFLight.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "GmarketSansB";
  src: url(../font/GmarketSansTTFBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "GmarketSansM";
  src: url(../font/GmarketSansTTFMedium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SBAggroB";
  src: url(../font/SBAggroB.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SBAggroL";
  src: url(../font/SBAggroL.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SBAggroM";
  src: url(../font/SBAggroM.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-1Thin";
  src: url(../font/Paperlogy-1Thin.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-2ExtraLight";
  src: url(../font/Paperlogy-2ExtraLight.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-3Light";
  src: url(../font/Paperlogy-3Light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-4Regular";
  src: url(../font/Paperlogy-4Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-5Medium";
  src: url(../font/Paperlogy-5Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-6SemiBold";
  src: url(../font/Paperlogy-6SemiBold.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-7Bold";
  src: url(../font/Paperlogy-7Bold.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-8ExtraBold";
  src: url(../font/Paperlogy-8ExtraBold.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Paperlogy-9Black";
  src: url(../font/Paperlogy-9Black.ttf);
  font-weight: 400;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, form, fieldset, legend, input, textarea, button, select, div {
  font-family: "SamsungOneKorean", "dotum", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}

td, th {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

body, input, textarea, select, button, table, th, td, pre {
  color: #000;
  font-size: 18px;
}

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

img, fieldset, iframe {
  border: 0;
  vertical-align: top;
}

textarea {
  resize: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul:after, ol:after {
  content: "";
  display: block;
  clear: both;
}

em, address {
  font-style: normal;
}

input, select {
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  empty-cells: show;
  border-spacing: 0;
}

hr, legend {
  display: none;
}

caption {
  overflow: hidden;
  position: static;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong, b {
  font-weight: 500;
}

button {
  box-sizing: border-box;
  border: none;
  background: none;
}

label {
  cursor: pointer;
}

img {
  width: 100%;
}

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

a {
  box-sizing: border-box;
}

a, button {
  cursor: pointer;
}

[tabindex="-1"] {
  outline: 0;
}

[tabindex="0"]:focus {
  outline: 1px dashed #e0e0e0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
  opacity: 0;
}

#skip_content a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skip_content a:focus {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
}

/* @mixin desktop {
  @media only screen and (min-width:1920px) {
    @content;
  }
} */
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes shake-x {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  50% {
    transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
}
@keyframes size {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@keyframes shake-y {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  50% {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@keyframes shake-y2 {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  50% {
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@keyframes shake-y3 {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  25% {
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  50% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  75% {
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  10% {
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
  }
  20% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  30% {
    transform: translateY(-7%);
    -webkit-transform: translateY(-7%);
  }
  40% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  50% {
    transform: translateY(-3%);
    -webkit-transform: translateY(-3%);
  }
  70% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
    -webkit-transform: translateY(-7%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.mobile {
  display: none !important;
}

body {
  background: #fff;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

.btnArea .btn {
  display: block;
  width: 930px;
  margin: 0 auto;
}

section .mainVisual {
  padding-bottom: 150px;
  background-color: #efefef;
}
section .mainVisual .btnArea .btn {
  margin-bottom: 40px;
}
section .mainVisual .btnArea .btn:last-child {
  margin-bottom: 0;
}
section#event input, section#event label, section#event ul, section#event li, section#event strong, section#event p, section#event span, section#event table, section#event th, section#event td {
  font-family: "Roboto";
}
section#event .container {
  background-color: #191919;
}
section#event .eventTop {
  position: relative;
}
section#event .eventTop .mainTxt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  font-size: 36px;
  color: #fff;
  font-family: "Paperlogy-4Regular";
  text-align: center;
}
section#event .eventDesc {
  padding-bottom: 120px;
}
section#event .eventDesc .quizArea {
  position: relative;
}
section#event .eventDesc .quizArea .quizNumber {
  padding: 100px 70px;
}
section#event .eventDesc .quizArea .quizNumber ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#event .eventDesc .quizArea .quizNumber ul li {
  width: 33.333%;
  height: 10px;
  background-color: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
}
section#event .eventDesc .quizArea .quizNumber ul li.on {
  background-color: #b67cf7;
}
section#event .eventDesc .quizArea .quizText .number {
  display: block;
  width: 195px;
  padding: 15px 0 10px;
  margin: 0 auto;
  border: 1px solid #8e6da2;
  background-color: #3b2f3d;
  text-align: center;
  border-radius: 50px;
}
section#event .eventDesc .quizArea .quizText .number strong {
  font-size: 60px;
  font-family: "SBAggroL";
  background: url(../images/event/text_color.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#event .eventDesc .quizArea .quizText p {
  margin-top: 40px;
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  font-family: "SBAggroM";
  text-align: center;
}
section#event .eventDesc .quizArea .quizAnswer {
  margin: 190px 0 165px;
  padding: 0 70px;
}
section#event .eventDesc .quizArea .quizAnswer ul li {
  padding-top: 20px;
  line-height: 300px;
  font-size: 210px;
  font-family: "Roboto";
  font-weight: 600;
  background-color: #f3f3f3;
  color: #cbcbcb;
  text-align: center;
  border-radius: 30px;
}
section#event .eventDesc .quizArea .quizAnswer ul li:first-child {
  margin-bottom: 40px;
}
section#event .eventDesc .quizArea .quizAnswer ul li.on {
  background-color: #ca9aff;
  color: #fff;
}
section#event .eventDesc .quizArea .answerPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
section#event .eventDesc .quizArea .answerPopup .textBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
  width: 1080px;
  min-height: 960px;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
}
section#event .eventDesc .quizArea .answerPopup .textBox .answer {
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
section#event .eventDesc .quizArea .answerPopup .textBox .answer p {
  margin-bottom: 10px;
  font-size: 61px;
  font-family: "SBAggroM";
  color: #fff;
}
section#event .eventDesc .quizArea .answerPopup .textBox .answer .img {
  width: 280px;
  height: 260px;
  margin: 0 auto;
  background: url(../images/event/img_O.png) no-repeat center/cover;
}
section#event .eventDesc .quizArea .answerPopup .textBox .answer .img.wrong {
  background: url(../images/event/img_X.png) no-repeat center/cover;
}
section#event .eventDesc .quizArea .answerPopup .textBox .tit {
  position: relative;
  display: inline-block;
  font-size: 90px;
  font-family: "SBAggroM";
  color: #9c36ff;
}
section#event .eventDesc .quizArea .answerPopup .textBox .tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 33px;
  background-color: #e5d0fb;
  z-index: -1;
}
section#event .eventDesc .quizArea .answerPopup .textBox .text {
  margin: 40px 0;
  font-size: 55px;
  line-height: 80px;
  font-family: "SBAggroL";
  color: #000;
}
section#event .eventDesc .quizArea .answerPopup .textBox .text span {
  font-size: 40px;
  font-family: "Roboto";
  color: #949494;
}
section#event .eventDesc .prizeBox {
  position: relative;
  padding: 70px 65px 120px;
  min-height: 880px;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 80px;
}
section#event .eventDesc .prizeBox .title p {
  font-size: 64px;
  font-family: "SBAggroB";
  color: #414141;
  text-align: center;
}
section#event .eventDesc .prizeBox .title p strong {
  font-family: "SBAggroB";
  color: #9c36ff;
}
section#event .eventDesc .prizeBox .title .txt {
  margin-top: 10px;
  font-size: 50px;
  font-family: "SBAggroL";
  color: #000;
}
section#event .eventDesc .prizeBox .prizeImg {
  margin: 55px 0;
}
section#event .eventDesc .prizeBox .prizeImg img {
  display: block;
  width: 723px;
  margin: 0 auto;
}
section#event .eventDesc .prizeBox .prizeImg.fail img {
  width: 322px;
}
section#event .eventDesc .prizeBox .notice {
  margin-bottom: 70px;
}
section#event .eventDesc .prizeBox .notice li {
  position: relative;
  padding-left: 25px;
  font-size: 36px;
  font-family: "Roboto";
  color: #555;
}
section#event .eventDesc .prizeBox .notice li::after {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section#event .eventDesc .eventText {
  padding: 70px 0;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 40px;
  text-align: center;
}
section#event .eventDesc .eventText p {
  font-size: 42px;
  color: #555;
}
section#event .eventDesc .eventBox {
  position: relative;
  padding: 70px 65px 120px;
  min-height: 880px;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 80px;
  /* height: 680px; min-height: 600px; */
}
section#event .eventDesc .eventBox .title {
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
section#event .eventDesc .eventBox .title strong {
  font-size: 60px;
  color: #414141;
  font-family: "SBAggroB";
}
section#event .eventDesc .eventBox .title p {
  margin-top: 20px;
  font-size: 36px;
  color: #555555;
  font-family: "Roboto";
}
section#event .eventDesc .eventBox .formArea .inputs {
  padding: 50px 0;
}
section#event .eventDesc .eventBox .formArea .inputs > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
section#event .eventDesc .eventBox .formArea .inputs > li:last-child {
  margin-bottom: 0;
}
section#event .eventDesc .eventBox .formArea .inputs > li label {
  width: 230px;
  font-size: 48px;
  color: #414141;
  font-weight: 700;
  font-family: "SamsungOneKorean";
}
section#event .eventDesc .eventBox .formArea .inputs > li input {
  width: 700px;
  padding: 35px 30px;
  font-size: 39px;
  color: #171717;
  font-weight: 400;
  font-family: "SamsungOneKorean";
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 40px;
}
section#event .eventDesc .eventBox .formArea .inputs > li input::placeholder {
  font-size: 39px;
  font-weight: 700;
  color: #d0d0d0;
}
section#event .eventDesc .eventBox .formArea .inputs > li input:read-only {
  background: #f8f8f8;
  outline: 0;
}
section#event .eventDesc .eventBox .formArea .inputs > li input:read-only ~ .btnSearch {
  display: none;
}
section#event .eventDesc .eventBox .formArea .inputs > li input::-webkit-outer-spin-button, section#event .eventDesc .eventBox .formArea .inputs > li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section#event .eventDesc .eventBox .formArea .inputs > li input[type=number] {
  -moz-appearance: textfield;
}
section#event .eventDesc .eventBox .formArea .inputs > li .count {
  position: absolute;
  right: 0;
  bottom: -70px;
  font-size: 36px;
  color: #f00;
  font-weight: 400;
  letter-spacing: -1px;
}
section#event .eventDesc .eventBox .formArea .inputs > li .count .time {
  font-size: 36px;
  font-weight: 400;
}
section#event .eventDesc .eventBox .formArea .notice li {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #8f8f8f;
  font-weight: 400;
  letter-spacing: -2px;
}
section#event .eventDesc .eventBox .formArea .notice li:last-child {
  margin-bottom: 0;
}
section#event .eventDesc .eventBox + .buttonArea {
  padding-top: 75px;
}
section#event .eventDesc .buttonArea .btn {
  display: block;
  width: 888px;
  line-height: 159px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  background-color: #9c36ff;
  font-family: "Roboto";
  border-radius: 100px;
  overflow: hidden;
}
section#event .eventDesc .buttonArea .btn:last-child {
  margin-bottom: 0;
}
section#event .eventDesc .buttonArea .btn.disable {
  background: none;
  background-color: #6a6a6a;
}
section#event .eventDesc .buttonArea .desc {
  font-size: 30px;
  color: #b99eae;
  font-family: "Roboto";
  text-align: center;
}

footer {
  position: relative;
}
footer .container {
  background: #251656;
}

.evtHeader {
  position: relative;
  z-index: 5;
}
.evtHeader .container {
  position: relative;
  text-align: center;
}
.evtHeader .container .evtTitle {
  height: 165px;
  background-color: #b67cf7;
}
.evtHeader .container .evtTitle .title {
  padding-top: 54px;
}
.evtHeader .container .evtTitle .title p {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Paperlogy-6SemiBold";
}
.evtHeader .btnBack {
  position: absolute;
  width: 24px;
  left: 60px;
  top: 66px;
  z-index: 5;
}
.evtHeader .btnClose {
  position: absolute;
  width: 43px;
  right: 60px;
  top: 66px;
  z-index: 5;
}

.tippy-box[data-theme~=cmt] {
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .tippy-box[data-theme~=cmt] {
    padding: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .tippy-box[data-theme~=cmt] {
    padding: 10px;
  }
}
@media screen and (max-width: 1920px) {
  .tippy-box[data-theme~=cmt] {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .tippy-box[data-theme~=cmt] {
    font-size: 24px;
  }
}

/* mobile */
@media only screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .btnArea .btn {
    width: 86.1111111111vw;
  }
  section .mainVisual {
    padding-bottom: 13.8888888889vw;
  }
  section .mainVisual .btnArea .btn {
    margin-bottom: 3.7037037037vw;
  }
  section#event .eventTop .mainTxt {
    bottom: 5.5555555556vw;
    font-size: 3.3333333333vw;
  }
  section#event .eventDesc {
    padding-bottom: 11.1111111111vw;
  }
  section#event .eventDesc .quizArea .quizNumber {
    padding: 9.2592592593vw 6.4814814815vw;
  }
  section#event .eventDesc .quizArea .quizNumber ul li {
    height: 0.9259259259vw;
  }
  section#event .eventDesc .quizArea .quizText .number {
    width: 18.0555555556vw;
    padding: 1.3888888889vw 0vw 0.9259259259vw;
    border-radius: 4.6296296296vw;
  }
  section#event .eventDesc .quizArea .quizText .number strong {
    font-size: 5.5555555556vw;
  }
  section#event .eventDesc .quizArea .quizText p {
    margin-top: 3.7037037037vw;
    font-size: 5.5555555556vw;
    line-height: 7.4074074074vw;
  }
  section#event .eventDesc .quizArea .quizAnswer {
    margin: 17.5925925926vw 0vw 15.2777777778vw;
    padding: 0vw 6.4814814815vw;
  }
  section#event .eventDesc .quizArea .quizAnswer ul li {
    padding-top: 1.8518518519vw;
    line-height: 27.7777777778vw;
    font-size: 19.4444444444vw;
    border-radius: 2.7777777778vw;
  }
  section#event .eventDesc .quizArea .quizAnswer ul li:first-child {
    margin-bottom: 3.7037037037vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox {
    padding: 8.3333333333vw 0vw;
    width: 100%;
    min-height: 88.8888888889vw;
    border-radius: 4.6296296296vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .answer {
    top: -22.2222222222vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .answer p {
    margin-bottom: 0.9259259259vw;
    font-size: 5.6481481481vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .answer .img {
    width: 25.9259259259vw;
    height: 24.0740740741vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .tit {
    font-size: 8.3333333333vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .tit::after {
    bottom: 0.9259259259vw;
    height: 3.0555555556vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .text {
    margin: 3.7037037037vw 0vw;
    font-size: 5.0925925926vw;
    line-height: 7.4074074074vw;
  }
  section#event .eventDesc .quizArea .answerPopup .textBox .text span {
    font-size: 3.7037037037vw;
  }
  section#event .eventDesc .prizeBox {
    padding: 6.4814814815vw 6.0185185185vw 11.1111111111vw;
    min-height: 81.4814814815vw;
    border-radius: 7.4074074074vw;
  }
  section#event .eventDesc .prizeBox .title p {
    font-size: 5.9259259259vw;
  }
  section#event .eventDesc .prizeBox .title .txt {
    margin-top: 0.9259259259vw;
    font-size: 4.6296296296vw;
  }
  section#event .eventDesc .prizeBox .prizeImg {
    margin: 5.0925925926vw 0vw;
  }
  section#event .eventDesc .prizeBox .prizeImg img {
    width: 66.9444444444vw;
  }
  section#event .eventDesc .prizeBox .prizeImg.fail img {
    width: 29.8148148148vw;
  }
  section#event .eventDesc .prizeBox .notice {
    margin-bottom: 6.4814814815vw;
  }
  section#event .eventDesc .prizeBox .notice li {
    padding-left: 2.3148148148vw;
    font-size: 3.3333333333vw;
  }
  section#event .eventDesc .eventText {
    padding: 6.4814814815vw 0vw;
    border-radius: 3.7037037037vw;
  }
  section#event .eventDesc .eventText p {
    font-size: 3.8888888889vw;
  }
  section#event .eventDesc .eventBox {
    padding: 6.4814814815vw 6.0185185185vw 11.1111111111vw;
    min-height: 81.4814814815vw;
    border-radius: 7.4074074074vw;
  }
  section#event .eventDesc .eventBox .title {
    padding-bottom: 4.6296296296vw;
  }
  section#event .eventDesc .eventBox .title strong {
    font-size: 5.5555555556vw;
  }
  section#event .eventDesc .eventBox .title p {
    margin-top: 1.8518518519vw;
    font-size: 3.3333333333vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs {
    padding: 4.6296296296vw 0vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li {
    margin-bottom: 3.2407407407vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li label {
    width: 21.2962962963vw;
    font-size: 4.4444444444vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li input {
    width: 64.8148148148vw;
    padding: 3.2407407407vw 2.7777777778vw;
    font-size: 3.6111111111vw;
    border-radius: 3.7037037037vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li input::placeholder {
    font-size: 3.6111111111vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .count {
    bottom: -6.4814814815vw;
    font-size: 3.3333333333vw;
    letter-spacing: -0.0925925926vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .count .time {
    font-size: 3.3333333333vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .searchBox {
    padding: 1.8518518519vw;
    top: 6.4814814815vw;
    height: 18.5185185185vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .searchBox li {
    margin-bottom: 0.9259259259vw;
    font-size: 2.2222222222vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .searchBox::-webkit-scrollbar {
    width: 0.9259259259vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .searchBox::-webkit-scrollbar-thumb {
    border-radius: 0.9259259259vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .btnSearch {
    width: 3.3333333333vw;
    top: 2.3148148148vw;
    right: 1.8518518519vw;
  }
  section#event .eventDesc .eventBox .formArea .inputs > li .searchArea .btnRemove {
    width: 3.0555555556vw;
    top: 2.4074074074vw;
    right: 1.8518518519vw;
  }
  section#event .eventDesc .eventBox .formArea .notice li {
    line-height: 2.7777777778vw;
    margin-bottom: 1.8518518519vw;
    font-size: 2.037037037vw;
    letter-spacing: -0.1851851852vw;
  }
  section#event .eventDesc .eventBox + .buttonArea {
    padding-top: 6.9444444444vw;
  }
  section#event .eventDesc .buttonArea .btn {
    width: 82.2222222222vw;
    margin-bottom: 3.7037037037vw;
    line-height: 14.7222222222vw;
    font-size: 5.0925925926vw;
  }
  section#event .eventDesc .buttonArea .btn.disable {
    border-radius: 9.2592592593vw;
  }
  section#event .eventDesc .buttonArea .desc {
    font-size: 2.7777777778vw;
  }
  .evtHeader .container .evtTitle {
    height: 15.2777777778vw;
  }
  .evtHeader .container .evtTitle .title {
    padding-top: 5vw;
  }
  .evtHeader .container .evtTitle .title p {
    font-size: 4.8148148148vw;
  }
  .evtHeader .btnBack {
    width: 2.2222222222vw;
    left: 5.5555555556vw;
    top: 6.1111111111vw;
  }
  .evtHeader .btnClose {
    width: 3.9814814815vw;
    right: 5.5555555556vw;
    top: 6.1111111111vw;
  }
  .tippy-box[data-theme~=cmt] {
    padding: 0.9259259259vw;
    font-size: 2.2222222222vw;
  }
}
.fw {
  flex-wrap: wrap;
}

.popup {
  display: none;
  position: absolute;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup.on {
  display: block;
}
.popup .cont {
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  background: url(../images/event/bg2.jpg);
  box-shadow: 35px 36px 21px -7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 35px 36px 21px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 35px 36px 21px -7px rgba(0, 0, 0, 0.1);
}
.popup .cont input[type=text] {
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  font-size: 24px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
}
.popup .cont input[type=text]::placeholder {
  font-family: "NotoSans";
  font-size: 24px;
  color: #bdbdbd;
}
.popup .cont input[type=checkbox] {
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
  cursor: pointer;
}
.popup .cont input[type=checkbox]::after {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url(../images/popup/check.png);
  background-size: cover;
}
.popup .cont input[type=checkbox]:checked::after {
  background-image: url(../images/popup/checked.png);
}
.popup .cont input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  top: 3px;
  font-size: 24px;
  color: #4f4f4f;
}
.popup .cont input[type=radio] {
  position: relative;
  display: block;
  top: 50%;
  width: 1px;
  height: 1px;
  cursor: pointer;
  opacity: 0;
  /*   &::after {content: '';position: absolute;display: block;top: -1px;left: 0;@include vw-convert-desktop(width, 37px);@include vw-convert-desktop(height, 38px);background-image: url(../images/popup/radio.png);background-size: cover; background-color: #fff;}
    &:checked::after {background-image: url(../images/popup/radio_checked.png);}
    &+label {display: inline-block;@include vw-convert-desktop(padding-left, 40px);@include vw-convert-desktop(padding-top, 3px);@include vw-convert-desktop(font-size, 25px); color: #4f4f4f;} */
}
.popup .cont input[type=radio] + label {
  display: block;
  width: 100%;
  height: 100%;
}
.popup .cont .close {
  position: absolute;
  width: 53px;
  height: 51px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.popup .cont .titleArea {
  background: url(../images/event/bg1.jpg);
}
.popup .cont .titleArea .titleResult {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 45px 0;
  text-align: center;
}
.popup .cont .titleArea .titleResult::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 83px;
  width: 65px;
  height: 66px;
  background: url(../images/event/obj.png) center/cover;
}
.popup .cont .titleArea .titleResult .tit {
  width: 270px;
  margin: 0 auto;
}
.popup .cont .desc {
  padding: 45px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.popup .cont .desc > p {
  font-size: 30px;
  color: #fff;
}
.popup .cont .desc > p:nth-of-type(1) {
  margin-bottom: 10px;
}
.popup .cont .desc > p:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 35px;
  opacity: 0.6;
  letter-spacing: -1px;
}
.popup .cont .desc .contArea {
  padding: 20px 0; /* height: 35vh;overflow-y: auto; */
  border-radius: 20px;
  background: #fff;
}
.popup .cont .desc .contArea::-webkit-scrollbar {
  background-color: #e5e5e5;
  width: 24px;
  border-radius: 50px;
}
.popup .cont .desc .contArea::-webkit-scrollbar-thumb {
  background-color: #4334d8;
  border-radius: 50px;
}
.popup .cont .desc .contArea::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 50px;
}
.popup .cont .desc .resultArea {
  padding: 0 35px;
  text-align: left;
}
.popup .cont .desc .resultArea .prize {
  padding: 20px 0;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b5b5b5;
}
.popup .cont .desc .resultArea .prize:last-child {
  border-bottom: 0;
}
.popup .cont .desc .resultArea .prize:nth-of-type(2) {
  padding-bottom: 0;
}
.popup .cont .desc .resultArea .prize:nth-of-type(2) .winner {
  padding-top: 10px;
}
.popup .cont .desc .resultArea .prize .img {
  margin-right: 50px;
}
.popup .cont .desc .resultArea .prize .img img {
  display: block;
  width: 161px;
}
.popup .cont .desc .resultArea .prize .winner > strong {
  font-size: 36px;
  font-weight: 700;
  color: #6542b8;
  letter-spacing: -4px;
}
.popup .cont .desc .resultArea .prize .winner > strong span {
  letter-spacing: 0;
}
.popup .cont .desc .resultArea .prize .winner .winList {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.popup .cont .desc .resultArea .prize .winner .winList:nth-last-of-type(1) {
  border: 0;
}
.popup .cont .desc .resultArea .prize .winner .winList li {
  font-size: 28px;
  color: #171717;
  font-weight: 500;
}
.popup .cont .desc .resultArea .prize .winner .winList li span {
  letter-spacing: 1px;
}
.popup .cont .desc .resultArea .prize .winner .winList li span:nth-of-type(1) {
  display: inline-block;
  width: 80px;
}
.popup .cont .btnArea {
  margin-top: 20px;
  padding: 0 20px;
}
.popup .cont .btnArea button {
  display: block;
  width: 100%;
}
.popup.pop02 .desc {
  height: 60vh;
}
.popup.popQuiz .desc {
  height: 43vh;
  padding: 0 !important;
}

@media only screen and (max-width: 1080px) {
  .popup .cont {
    width: 64.8148148148vw;
  }
  .popup .cont input[type=text] {
    height: 7.4074074074vw;
    padding: 0vw 2.3148148148vw;
    font-size: 2.2222222222vw;
    border-radius: 0.9259259259vw;
  }
  .popup .cont input[type=text]::placeholder {
    font-size: 2.2222222222vw;
  }
  @supports (-webkit-touch-callout: none) {
    .popup .cont input[type=checkbox] {
      position: relative;
      top: 0.6481481481vw;
    }
  }
  .popup .cont input[type=checkbox]::after {
    width: 2.6851851852vw;
    height: 2.6851851852vw;
  }
  .popup .cont input[type=checkbox] + label {
    padding-left: 4.1666666667vw;
    top: -0.2777777778vw;
    height: 2.7777777778vw;
    font-size: 2.2222222222vw;
  }
  .popup .cont .close {
    top: 2.7777777778vw;
    right: 2.7777777778vw;
    width: 4.9074074074vw;
    height: 4.7222222222vw;
  }
  .popup .cont .titleArea .titleResult {
    padding: 4.1666666667vw 0vw;
  }
  .popup .cont .titleArea .titleResult::after {
    bottom: -2.3148148148vw;
    left: 7.6851851852vw;
    width: 6.0185185185vw;
    height: 6.1111111111vw;
  }
  .popup .cont .titleArea .titleResult .tit {
    width: 25vw;
  }
  .popup .cont .desc {
    padding: 4.1666666667vw 3.7037037037vw;
    border-radius: 1.8518518519vw;
  }
  .popup .cont .desc > p {
    margin-bottom: 4.1666666667vw;
    font-size: 2.7777777778vw;
  }
  .popup .cont .desc > p:nth-of-type(1) {
    margin-bottom: 0.9259259259vw;
  }
  .popup .cont .desc > p:nth-of-type(2) {
    font-size: 1.8518518519vw;
    margin-bottom: 3.2407407407vw;
    letter-spacing: -0.0925925926vw;
  }
  .popup .cont .desc .contArea {
    padding: 1.8518518519vw 0vw;
    border-radius: 1.8518518519vw;
  }
  .popup .cont .desc .contArea::-webkit-scrollbar {
    width: 2.2222222222vw;
    border-radius: 4.6296296296vw;
  }
  .popup .cont .desc .contArea::-webkit-scrollbar-thumb {
    border-radius: 4.6296296296vw;
  }
  .popup .cont .desc .contArea::-webkit-scrollbar-track {
    border-radius: 4.6296296296vw;
  }
  .popup .cont .desc .resultArea {
    padding: 0vw 2.3148148148vw;
  }
  .popup .cont .desc .resultArea .prize {
    padding-left: 3.2407407407vw;
  }
  .popup .cont .desc .resultArea .prize:nth-of-type(2) {
    padding-bottom: 0;
  }
  .popup .cont .desc .resultArea .prize:nth-of-type(2) .winner {
    padding-top: 0.9259259259vw;
  }
  .popup .cont .desc .resultArea .prize .img {
    margin-right: 4.6296296296vw;
  }
  .popup .cont .desc .resultArea .prize .img img {
    width: 14.9074074074vw;
  }
  .popup .cont .desc .resultArea .prize .winner > strong {
    font-size: 3.3333333333vw;
    letter-spacing: -0.3703703704vw;
  }
  .popup .cont .desc .resultArea .prize .winner .winList {
    margin: 1.8518518519vw 0vw;
  }
  .popup .cont .desc .resultArea .prize .winner .winList li {
    font-size: 2.5925925926vw;
  }
  .popup .cont .desc .resultArea .prize .winner .winList li span {
    letter-spacing: 0.0925925926vw;
  }
  .popup .cont .desc .resultArea .prize .winner .winList li span:nth-of-type(1) {
    width: 7.4074074074vw;
  }
  .popup .cont .btnArea {
    margin-top: 1.8518518519vw;
    padding: 0vw 1.8518518519vw;
  }
}

/*# sourceMappingURL=style.css.map */
