@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@font-face {
  font-family: "SUIT-Bold";
  src: url(../font/SUIT-Bold.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SUIT-SemiBold";
  src: url(../font/SUIT-SemiBold.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SUIT-Regular";
  src: url(../font/SUIT-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SUIT-Medium";
  src: url(../font/SUIT-Medium.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: "SUIT-Regular", "dotum", sans-serif;
  font-weight: 500;
  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 {
  display: block;
  width: 100%;
  vertical-align: top;
}

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);
}

#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;
}

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

.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;
}

.preventRefresh { /* height: 100svh; */
  overscroll-behavior-y: contain;
  -webkit-user-select: none;
}

.evtWrapper {
  min-height: 1850px;
}

.noneScr {
  min-height: auto;
  height: 100svh;
}

section .btnArea .btn {
  display: block;
  width: 915px;
  margin: 0 auto;
}
section#eventMain .mainVisual .btnArea {
  position: relative;
}
section#eventMain .mainVisual .btnArea a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 780px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
section#eventMain .eventArea .banner {
  position: relative;
}
section#eventMain .eventArea .banner a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
section .event_kv {
  position: relative;
}
section .event_kv .btn {
  position: relative;
}
section .event_kv .btn a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 940px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
section .event_kv .btnArea .btn {
  position: absolute;
  width: 940px;
  left: 50%;
  transform: translateX(-50%);
}
section .event_kv .btnArea .btn.btn01 {
  bottom: 220px;
}
section .event_kv .btnArea .btn.btn02 {
  bottom: 60px;
}
section .event_match {
  background: #0e1530;
}
section .event_match ul li {
  position: relative;
  margin-bottom: 100px;
}
section .event_match ul li:last-child {
  margin-bottom: 0;
}
section .event_match ul li .dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section .event_match ul li .dim.on {
  display: block;
}
section .eventDesc {
  padding-bottom: 80px;
}
section .eventDesc .eventBox {
  position: relative;
  top: -60px;
  padding: 0 70px;
  background-color: #f6f6f6; /* 최소 높이 */
  min-height: 970px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  overflow: hidden;
}
section .eventDesc .eventBox.type2 {
  padding: 0 55px;
  background-color: #fff;
}
section .eventDesc .eventBox .title {
  padding: 60px 0;
  text-align: center;
  letter-spacing: -1px;
  border-bottom: 2px solid #acacac;
}
section .eventDesc .eventBox .title strong {
  font-size: 60px;
  color: #414141;
  font-weight: 600;
  font-family: "SUIT-Bold";
}
section .eventDesc .eventBox .title p {
  margin-top: 30px;
  font-size: 37px;
  color: #555555;
  font-family: "SUIT-Regular";
}
section .eventDesc .eventBox .formArea {
  padding-bottom: 100px;
  /* 체크박스 커스텀 */
}
section .eventDesc .eventBox .formArea .inputs {
  padding: 110px 0 30px;
}
section .eventDesc .eventBox .formArea .inputs > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox  */
}
section .eventDesc .eventBox .formArea .inputs > li:last-child {
  margin-bottom: 0;
}
section .eventDesc .eventBox .formArea .inputs > li label {
  width: 210px;
  font-size: 48px;
  color: #171717;
  font-weight: 700;
  font-family: "SUIT-SemiBold";
}
section .eventDesc .eventBox .formArea .inputs > li input {
  width: 720px;
  line-height: 105px;
  padding: 0 20px;
  font-size: 39px;
  color: #171717;
  font-family: "SUIT-Regular";
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  font-weight: 400;
}
section .eventDesc .eventBox .formArea .inputs > li input::placeholder {
  font-size: 39px;
  color: #d0d0d0;
  font-weight: 400;
  font-family: "SUIT-Regular";
}
section .eventDesc .eventBox .formArea .inputs > li input:read-only {
  background: #e3e3e3;
  outline: 0;
}
section .eventDesc .eventBox .formArea .inputs > li input::-webkit-outer-spin-button,
section .eventDesc .eventBox .formArea .inputs > li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section .eventDesc .eventBox .formArea .inputs > li input[type=number] {
  -moz-appearance: textfield;
}
section .eventDesc .eventBox .formArea .inputs > li .count {
  position: absolute;
  right: 70px;
  bottom: -60px;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "SUIT-Regular";
}
section .eventDesc .eventBox .formArea .checkWrap.allCheck .ck_check input[type=checkbox] + label {
  font-size: 31px;
  font-weight: 600;
  color: #171717;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check {
  position: relative;
  display: inline-block;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  left: 0;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label {
  display: inline-block;
  margin-left: 70px;
  font-size: 50px;
  font-weight: 400;
  color: #000000;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 2px;
  left: 0;
  background: url(../images/icon/check.png) no-repeat center/cover;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label span {
  font-size: 40px;
  color: #dd6363;
}
section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox]:checked + label::before {
  background: url(../images/icon/checked.png) no-repeat center/cover;
}
section .eventDesc .eventBox .formArea .agreeArea .agreeList {
  padding: 70px 30px 0;
}
section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 80px;
  font-family: "SUIT-Medium";
}
section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li:last-child {
  margin-bottom: 0;
}
section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li a {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 22px;
  height: 38px;
  background: url(../images/icon/btnMore.png) no-repeat center/cover;
  text-indent: -9999px;
  overflow: hidden;
}
section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li p {
  margin-top: 10px;
  margin-left: 70px;
  color: #000;
  font-size: 35px;
  opacity: 0.5;
  font-family: "SUIT-Regular";
}
section .eventDesc .eventBox .formArea .agreeArea .agreeDesc {
  margin-top: 330px;
  color: #000;
  font-size: 35px;
  opacity: 0.5;
  text-align: center;
  font-family: "SUIT-Regular";
}
section .eventDesc .eventBox .agreeText {
  position: relative;
  padding-bottom: 100px;
}
section .eventDesc .eventBox .agreeText .btnClose {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50px;
  right: -30px;
}
section .eventDesc .eventBox .agreeText .title {
  padding: 120px 0 60px;
  text-align: center;
  border-bottom: 2px solid #acacac;
}
section .eventDesc .eventBox .agreeText .title strong {
  font-size: 55px;
  color: #000;
  font-weight: 600;
}
section .eventDesc .eventBox .agreeText .textArea {
  padding: 40px 0;
}
section .eventDesc .eventBox .agreeText .textArea .text {
  letter-spacing: -0.4px;
}
section .eventDesc .eventBox .agreeText .textArea .text p {
  font-size: 30px;
  color: #000000;
  line-height: 1.4;
}
section .eventDesc .eventBox .agreeText .textArea .text p span {
  font-size: 25px;
  color: #737373;
}
section .eventDesc .eventBox .agreeText .textArea .text > strong {
  display: block;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
}
section .eventDesc .eventBox .agreeText .textArea .text > strong.tit {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px;
  background: #f4f4f4;
  border-radius: 50px;
  font-size: 30px;
}
section .eventDesc .eventBox .agreeText .textArea .text > strong span {
  font-weight: 600;
  font-size: 40px;
  color: #dd6363;
}
section .eventDesc .eventBox .agreeText .textArea .text > ul > li {
  margin-bottom: 20px;
  font-size: 30px;
  color: #000000;
  font-weight: 400;
}
section .eventDesc .eventBox .agreeText .textArea .text > ul > li:last-child {
  margin-bottom: 0;
}
section .eventDesc .eventBox .agreeText .textArea .text > ul > li strong {
  font-weight: 600;
}
section .eventDesc .eventBox .agreeText .textArea .text > ul > li span {
  font-size: 25px;
  color: #737373;
}
section .eventDesc .eventBox .agreeText .textArea .text.text2 {
  margin-top: 70px;
}
section .eventDesc .eventBox .agreeText .textArea .text.text2 > ul > li {
  position: relative;
  padding-left: 20px;
}
section .eventDesc .eventBox .agreeText .textArea .text.text2 > ul > li::before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section .eventDesc .eventBox .agreeText .textArea .text.text3 {
  margin-top: 50px;
}
section .eventDesc .eventBox .agreeText .textArea .text.text3 .blank {
  display: inline-block;
  padding-left: 220px;
}
section .eventDesc .eventBox .agreeText .textArea .red {
  margin-top: 60px;
  font-size: 28px;
  color: #dd6363;
  font-weight: 600;
}
section .eventDesc .buttonArea {
  margin-top: 65px;
}
section .eventDesc .buttonArea .btn {
  display: block;
  width: 928px;
  line-height: 150px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #000000;
  font-size: 60px;
  border-radius: 100px;
}
section .eventDesc .buttonArea .btn:last-child {
  margin-bottom: 0;
}
section .eventDesc .buttonArea .btn.disable {
  background-color: #acacac;
}
section .eventConts {
  position: relative;
}
section .eventConts .can {
  position: absolute;
  width: 263px;
  height: 659px;
  top: 774px;
  left: 50%;
  transform: translateX(-50%);
}
section .eventConts .can > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
section .eventConts .can .mono {
  opacity: 1;
  filter: drop-shadow(-2px 5px 10px rgba(255, 255, 255, 0.6)) drop-shadow(5px -5px 5px rgba(255, 255, 255, 0.6)) drop-shadow(-2px 10px 10px rgba(255, 255, 255, 0.6)) contrast(2) brightness(1.2);
}
section .eventConts .can .mono::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; /*background-size: -100% -50%;*/
}
section .eventConts .can .color {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s linear;
  transition: filter 3s;
}
section .eventConts .can .touch {
  position: absolute;
  width: 207px;
  top: 273px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes gradientGlow {
  0% {
    background-position: 0% -50%;
    opacity: 0.7;
    height: 0;
  }
  50% {
    background-position: -100% -50%;
    opacity: 1;
  }
  100% {
    background-position: 0% -150%;
    opacity: 0.5;
    height: 100%;
  }
}
section .eventConts .can.on .mono::after {
  transform: scale(0.75);
  -webkit-filter: blur(5vw);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, #d07ff5, #d5f0e9, #f057a3);
  background-size: -100% -50%;
  animation: gradientGlow 1.2s ease forwards;
  animation-delay: 0.5s;
  transition: background 2s;
}
section .eventConts .matchAnswer {
  position: absolute;
  width: 844px;
  top: 1120px;
  left: 50%;
  transform: translateX(-50%);
}
section .eventConts .matchAnswer li {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  padding: 50px;
  padding-left: 170px;
  font-size: 48px;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
section .eventConts .matchAnswer li.on {
  background-color: rgba(255, 255, 255, 0.3);
}
section .eventConts .matchAnswer li:last-child {
  margin-bottom: 0;
}
section .eventConts .matchAnswer li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 63px;
  height: 64px;
  background: url(../images/event2/icon_answer.png) no-repeat center/cover;
}
section .eventConts .matchAnswer li:nth-child(1) img {
  width: 293px;
}
section .eventConts .matchAnswer li:nth-child(2) img {
  width: 141px;
}
section .eventConts .matchAnswer.matchAnswer1 li:nth-child(3) img {
  width: 199px;
}
section .eventConts .matchAnswer.matchAnswer2 li:nth-child(3) img {
  width: 246px;
}
section .eventConts .matchAnswer.matchAnswer3 li:nth-child(3) img {
  width: 247px;
}
section .eventConts .matchResult li {
  position: absolute;
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  font-size: 40px;
  color: #727996;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
section .eventConts .matchResult li.on {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
section .eventConts .matchResult li:nth-child(1) {
  top: 780px;
}
section .eventConts .matchResult li:nth-child(2) {
  top: 1275px;
}
section .eventConts .matchResult li:nth-child(3) {
  top: 1770px;
}
section .eventConts .btn {
  position: absolute;
  width: 938px;
  height: 116px;
  top: 1870px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
  overflow: hidden;
}
section .eventConts .btn.btnNext {
  height: 120px;
  top: 1900px;
}
section .eventConts .btn.btnOk {
  height: 120px;
  top: 1900px;
}

footer {
  position: relative;
}

.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;
  }
}

/* .evtHeader { 
	.container {position: relative;height: 140px;background: url(../images/event/event_header.png) no-repeat center top/cover;}
	h2 {position: absolute;width: 531px;height: 44px; top: 44px;left: 50%;transform: translateX(-50%);
		text-indent: -9999px;overflow: hidden;background: url(../images/event/header_txt.png) no-repeat center/cover;
	}
	.btnClose {position: absolute;width: 44px;right: 60px;top: 42px; z-index: 5;}
} */
/* mobile */
@media only screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .evtWrapper {
    min-height: 171.2962962963vw;
  }
  section .btnArea .btn {
    width: 84.7222222222vw;
  }
  section .btnArea .btn:last-child {
    margin-bottom: 0;
  }
  section#eventMain .mainVisual .btnArea a {
    width: 72.2222222222vw;
  }
  section#eventMain .eventArea .banner a {
    width: 79.6296296296vw;
  }
  section .event_kv .btn a {
    width: 87.037037037vw;
  }
  section .event_kv .btnArea .btn {
    width: 87.037037037vw;
  }
  section .event_kv .btnArea .btn.btn01 {
    bottom: 20.3703703704vw;
  }
  section .event_kv .btnArea .btn.btn02 {
    bottom: 5.5555555556vw;
  }
  section .event_match ul li {
    margin-bottom: 9.2592592593vw;
  }
  section .eventDesc {
    padding-bottom: 7.4074074074vw;
  }
  section .eventDesc .eventBox {
    top: -5.5555555556vw;
    padding: 0vw 6.4814814815vw;
    /* 최소 높이 */
    min-height: 89.8148148148vw;
    border-radius: 4.6296296296vw;
  }
  section .eventDesc .eventBox.type2 {
    padding: 0vw 5.0925925926vw;
  }
  section .eventDesc .eventBox .title {
    padding: 5.5555555556vw 0vw;
    letter-spacing: -0.0925925926vw;
  }
  section .eventDesc .eventBox .title strong {
    font-size: 5.5555555556vw;
  }
  section .eventDesc .eventBox .title p {
    margin-top: 2.7777777778vw;
    font-size: 3.4259259259vw;
  }
  section .eventDesc .eventBox .formArea {
    padding-bottom: 9.2592592593vw;
    /* 체크박스 커스텀 */
  }
  section .eventDesc .eventBox .formArea .inputs {
    padding: 10.1851851852vw 0vw 2.7777777778vw;
  }
  section .eventDesc .eventBox .formArea .inputs > li {
    margin-bottom: 5.5555555556vw;
  }
  section .eventDesc .eventBox .formArea .inputs > li label {
    width: 19.4444444444vw;
    font-size: 4.4444444444vw;
  }
  section .eventDesc .eventBox .formArea .inputs > li input {
    width: 66.6666666667vw;
    line-height: 9.7222222222vw;
    padding: 0vw 1.8518518519vw;
    font-size: 3.6111111111vw;
    border-radius: 1.8518518519vw;
  }
  section .eventDesc .eventBox .formArea .inputs > li input::placeholder {
    font-size: 3.6111111111vw;
  }
  section .eventDesc .eventBox .formArea .inputs > li .count {
    right: 6.4814814815vw;
    bottom: -5.5555555556vw;
    font-size: 3.3333333333vw;
  }
  section .eventDesc .eventBox .formArea .checkWrap.allCheck .ck_check input[type=checkbox] + label {
    font-size: 2.8703703704vw;
  }
  section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label {
    margin-left: 6.4814814815vw;
    font-size: 4.6296296296vw;
  }
  section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label::before {
    width: 5vw;
    height: 5vw;
    top: 0.1851851852vw;
    left: 0;
  }
  section .eventDesc .eventBox .formArea .checkWrap .ck_check input[type=checkbox] + label span {
    font-size: 3.7037037037vw;
  }
  section .eventDesc .eventBox .formArea .agreeArea .agreeList {
    padding: 6.4814814815vw 2.7777777778vw 0vw;
  }
  section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li {
    margin-bottom: 7.4074074074vw;
  }
  section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li a {
    top: 0.9259259259vw;
    width: 2.037037037vw;
    height: 3.5185185185vw;
  }
  section .eventDesc .eventBox .formArea .agreeArea .agreeList ul li p {
    margin-top: 0.9259259259vw;
    margin-left: 6.4814814815vw;
    font-size: 3.2407407407vw;
  }
  section .eventDesc .eventBox .formArea .agreeArea .agreeDesc {
    margin-top: 30.5555555556vw;
    font-size: 3.2407407407vw;
  }
  section .eventDesc .eventBox .agreeText {
    padding-bottom: 9.2592592593vw;
  }
  section .eventDesc .eventBox .agreeText .btnClose {
    width: 3.7037037037vw;
    height: 3.7037037037vw;
    top: 4.6296296296vw;
    right: -2.7777777778vw;
  }
  section .eventDesc .eventBox .agreeText .title {
    padding: 11.1111111111vw 0vw 5.5555555556vw;
  }
  section .eventDesc .eventBox .agreeText .title strong {
    font-size: 5.0925925926vw;
  }
  section .eventDesc .eventBox .agreeText .title p {
    margin-top: 2.7777777778vw;
    font-size: 3.4259259259vw;
  }
  section .eventDesc .eventBox .agreeText .textArea {
    padding: 3.7037037037vw 0vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text {
    letter-spacing: -0.037037037vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text p {
    font-size: 2.7777777778vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text p span {
    font-size: 2.3148148148vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > strong {
    margin-bottom: 3.7037037037vw;
    font-size: 4.6296296296vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > strong.tit {
    margin: 1.8518518519vw 0vw;
    padding: 0.9259259259vw 1.8518518519vw;
    border-radius: 4.6296296296vw;
    font-size: 2.7777777778vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > strong span {
    font-size: 3.7037037037vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > ul > li {
    margin-bottom: 1.8518518519vw;
    font-size: 2.7777777778vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > ul > li span {
    font-size: 2.3148148148vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > ul > li ul {
    margin-top: 1.8518518519vw;
    margin-left: 16.6666666667vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text > ul > li ul li {
    margin-bottom: 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text.text2 {
    margin-top: 6.4814814815vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text.text2 > ul > li {
    padding-left: 1.8518518519vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text.text3 {
    margin-top: 4.6296296296vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .text.text3 .blank {
    padding-left: 20.3703703704vw;
  }
  section .eventDesc .eventBox .agreeText .textArea .red {
    margin-top: 5.5555555556vw;
    font-size: 2.5925925926vw;
  }
  section .eventDesc .buttonArea {
    margin-top: 6.0185185185vw;
  }
  section .eventDesc .buttonArea .btn {
    width: 85.9259259259vw;
    line-height: 13.8888888889vw;
    margin-bottom: 2.7777777778vw;
    font-size: 5.5555555556vw;
    border-radius: 9.2592592593vw;
  }
  section .eventConts .can {
    width: 24.3518518519vw;
    height: 61.0185185185vw;
    top: 71.6666666667vw;
  }
  section .eventConts .can .mono {
    opacity: 1;
    filter: drop-shadow(-2px -1px 2px rgba(255, 255, 255, 0.6)) drop-shadow(2px -2px 2px rgba(255, 255, 255, 0.6)) drop-shadow(-1px 3px 2px rgba(255, 255, 255, 0.6)) contrast(2) brightness(1.2);
  }
  section .eventConts .can .touch {
    width: 19.1666666667vw;
    top: 25.2777777778vw;
  }
  @keyframes gradientGlow {
    0% {
      background-position: 0% -30%;
      opacity: 0.7;
      height: 0;
    }
    50% {
      background-position: -60% -50%;
      opacity: 1;
    }
    100% {
      background-position: 0% -100%;
      opacity: 0.5;
      height: 100%;
    }
  }
  section .eventConts .can.on .mono::after {
    transform: scale(0.75);
    -webkit-filter: blur(8vw);
    -moz-filter: blur(8vw);
    -ms-filter: blur(8vw);
    filter: blur(8vw);
  }
  section .eventConts .matchAnswer {
    width: 78.1481481481vw;
    top: 103.7037037037vw;
  }
  section .eventConts .matchAnswer li {
    margin-bottom: 3.2407407407vw;
    padding: 4.6296296296vw;
    padding-left: 15.7407407407vw;
    font-size: 4.4444444444vw;
    border-radius: 2.7777777778vw;
  }
  section .eventConts .matchAnswer li::after {
    top: 3.7037037037vw;
    left: 3.7037037037vw;
    width: 5.8333333333vw;
    height: 5.9259259259vw;
  }
  section .eventConts .matchAnswer li:nth-child(1) img {
    width: 27.1296296296vw;
  }
  section .eventConts .matchAnswer li:nth-child(2) img {
    width: 13.0555555556vw;
  }
  section .eventConts .matchAnswer.matchAnswer1 li:nth-child(3) img {
    width: 18.4259259259vw;
  }
  section .eventConts .matchAnswer.matchAnswer2 li:nth-child(3) img {
    width: 22.7777777778vw;
  }
  section .eventConts .matchAnswer.matchAnswer3 li:nth-child(3) img {
    width: 22.8703703704vw;
  }
  section .eventConts .matchResult li {
    width: 83.3333333333vw;
    padding: 1.8518518519vw 0vw;
    font-size: 3.7037037037vw;
    border-radius: 2.7777777778vw;
  }
  section .eventConts .matchResult li:nth-child(1) {
    top: 72.2222222222vw;
  }
  section .eventConts .matchResult li:nth-child(2) {
    top: 118.0555555556vw;
  }
  section .eventConts .matchResult li:nth-child(3) {
    top: 163.8888888889vw;
  }
  section .eventConts .btn {
    width: 86.8518518519vw;
    height: 10.7407407407vw;
    top: 173.1481481481vw;
  }
  section .eventConts .btn.btnNext {
    height: 11.1111111111vw;
    top: 175.9259259259vw;
  }
  section .eventConts .btn.btnOk {
    height: 11.1111111111vw;
    top: 175.9259259259vw;
  }
  .tippy-box[data-theme~=cmt] {
    padding: 0.9259259259vw;
    font-size: 2.2222222222vw;
  }
  .evtHeader .container {
    height: 12.962962963vw;
  }
  .evtHeader h2 {
    width: 49.1666666667vw;
    height: 4.0740740741vw;
    top: 4.0740740741vw;
  }
  .evtHeader .btnClose {
    width: 4.0740740741vw;
    right: 5.5555555556vw;
    top: 3.8888888889vw;
  }
}
.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: 1000px;
  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: 40px;
  height: 40px;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.popup .cont .titleArea .titleResult {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 45px 0;
  text-align: center;
  background: #6701c8;
  border-bottom: 4px solid #2a0066;
}
.popup .cont .titleArea .titleResult .tit {
  width: 269px;
  margin: 0 auto;
}
.popup .cont .desc {
  text-align: center;
  position: relative;
  background: #fff;
}
.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: 60vh;overflow-y: auto;background: #fff;

&::-webkit-scrollbar {background-color: #f5f5f5;width: 24px;border-radius: 5px;}
&::-webkit-scrollbar-thumb {background-color: #c9c9c9;border-radius: 5px; }
&::-webkit-scrollbar-track {background-color: #f5f5f5;border-radius: 5px;} */
}
.popup .cont .desc .resultArea {
  padding: 0 90px;
  text-align: left;
  height: 60vh;
  overflow-y: auto;
  background: #fff;
}
.popup .cont .desc .resultArea::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 24px;
  border-radius: 5px;
}
.popup .cont .desc .resultArea::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  border-radius: 5px;
}
.popup .cont .desc .resultArea::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.popup .cont .desc .resultArea .prize {
  padding-top: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #b5b5b5;
}
.popup .cont .desc .resultArea .prize:last-child {
  border-bottom: 0;
}
.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: 44px;
  font-family: "SamsungOneKorean";
  font-weight: 700;
  color: #414141;
  letter-spacing: -2px;
}
.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: 34px;
  font-family: "SECRobotoLight";
  color: #918f8f;
  font-weight: 400;
  margin-bottom: 20px;
}
.popup .cont .desc .resultArea .prize .winner .winList li:nth-child(2n) {
  padding-left: 60px;
}
.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) {
  position: relative;
  display: inline-block;
  width: 100px;
}
.popup .cont .desc .resultArea .prize .winner .winList li span:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 2px;
  height: 24px;
  background-color: #918f8f;
}
.popup .cont .btnArea {
  margin-top: 20px;
  padding: 0 20px;
}
.popup .cont .btnArea button {
  display: block;
  width: 805px;
  margin: 0 auto;
}
.popup.pop02 .desc {
  height: 60vh;
}
.popup.popQuiz .desc {
  height: 43vh;
  padding: 0 !important;
}

@media only screen and (max-width: 1080px) {
  .popup .cont {
    width: 92.5925925926vw;
  }
  .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: 3.7037037037vw;
    right: 3.7037037037vw;
    width: 3.7037037037vw;
    height: 3.7037037037vw;
  }
  .popup .cont .titleArea .titleResult {
    padding: 4.1666666667vw 0vw;
  }
  .popup .cont .titleArea .titleResult .tit {
    width: 24.9074074074vw;
  }
  .popup .cont .desc {
    padding: 4.1666666667vw 3.7037037037vw;
    border-radius: 1.8518518519vw;
  }
  .popup .cont .desc > p {
    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 {
    height: 50vh;
    padding: 0vw 2.3148148148vw;
  }
  .popup .cont .desc .resultArea .prize {
    padding-top: 1.8518518519vw;
    padding-left: 3.2407407407vw;
  }
  .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;
    margin-bottom: 1.8518518519vw;
  }
  .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: 9.2592592593vw;
  }
  .popup .cont .desc .resultArea .prize .winner .winList li span:nth-of-type(1)::after {
    top: 0.462962963vw;
    right: 0.9259259259vw;
    width: 0.1851851852vw;
    height: 2.2222222222vw;
  }
  .popup .cont .btnArea {
    margin-top: 1.8518518519vw;
    padding: 0vw 1.8518518519vw;
  }
  .popup .cont .btnArea button {
    width: 74.537037037vw;
  }
}

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