.kv {
  position: relative;
  background: url("../images/kv-bg.jpg") top left no-repeat ;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding: 15vw 0 0;
  color: #fff;
}

@media (min-width: 996px) {
  .kv {
    padding-top: 5%;
  }
}

.kv__star {
  position: absolute;
  z-index: 0;
  -webkit-animation: 1s flash-satr infinite ease-in-out;
          animation: 1s flash-satr infinite ease-in-out;
  width: 4%;
  left: 20%;
  top: 60%;
}

.kv__star img {
  width: 100%;
}

.kv__star-1 {
  width: 2%;
  top: 5%;
  left: 60%;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.kv__title {
  position: relative;
  margin: 25px auto 0;
  width: 70%;
  margin: 0 auto;
  max-width: 700px;
}

.kv__title::after {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
}

.kv__title__word {
  position: relative;
  z-index: 4;
}

.kv__title__star {
  position: absolute;
  z-index: 2;
  width: 10%;
  right: -2%;
  bottom: -5%;
  -webkit-animation: 2s spinning infinite ease-in-out;
          animation: 2s spinning infinite ease-in-out;
}

@media (min-width: 996px) {
  .kv__title__star {
    bottom: 5%;
  }
}

.kv__title__coupon {
  position: absolute;
  right: -15%;
  width: 20%;
  bottom: -10%;
  -webkit-animation: 1s flash infinite ease-in-out;
          animation: 1s flash infinite ease-in-out;
}

@media (min-width: 996px) {
  .kv__title__coupon {
    width: 25%;
    right: -20%;
    bottom: -5%;
  }
}

.kv__text {
  position: relative;
  margin: 25px auto;
  width: 70%;
  margin: 0 auto;
  max-width: 600px;
  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;
}

.kv__text span {
  color: #fa27ea;
}

@media (min-width: 996px) {
  .kv__text::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 50%;
    right: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: rgba(255, 255, 255, 0.7) 1px solid;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 200px;
  }
}

.kv__text__steam {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (min-width: 996px) {
  .kv__text__steam {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 996px) {
  .kv__text__word {
    position: relative;
    z-index: 2;
    font-size: 30px;
    margin-right: 25px;
    padding-left: 45px;
  }
}

.kv__arrow {
  width: 20px;
  margin: 25px auto;
  -webkit-animation: 1s float infinite ease-in-out;
          animation: 1s float infinite ease-in-out;
}

@media (min-width: 996px) {
  .kv__arrow {
    margin-top: 0;
  }
}

@media (min-width: 996px) {
  .kv__date {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
  }
}

.kv__pd {
  position: relative;
  padding: 50px 0 20px;
}

@media (min-width: 996px) {
  .kv__pd {
    padding-top: 20px;
  }
}

.kv__pd::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
}

.kv__bag {
  position: absolute;
  z-index: 0;
  width: 30%;
  bottom: 0px;
  left: 5%;
}

@media (min-width: 996px) {
  .kv__bag {
    left: 18%;
  }
}

.kv__vga {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
  max-width: 600px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes flash {
  0%, 100% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}

@keyframes flash {
  0%, 100% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}

@-webkit-keyframes flash-satr {
  0%, 100% {
    opacity: 0.2;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes flash-satr {
  0%, 100% {
    opacity: 0.2;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pd {
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .pd {
    padding-bottom: 120px;
  }
}

@media (min-width: 996px) {
  .pd__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}

.pd__item {
    position: relative;
}

.pd__item-txt {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.4;
  color: #fff;
  font-size: 5vw;
  width: 80%;
  max-width: 350px;
}

@media (min-width: 410px) {
  .pd__item-txt {
    font-size: 23px;
  }
}

@media (min-width: 996px) {
  .pd__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 25px;
  }
}

.redeem {
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .redeem {
    padding-bottom: 120px;
  }
}

@media (min-width: 996px) {
  .redeem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

.redeem__item {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}

@media (min-width: 996px) {
  .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 15px;
    padding: 25px;
  }
}

.redeem__step span {
  color: #550ac2;
  border-bottom: #550ac2 3px solid;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .redeem__step span {
    font-size: 20px;
  }
}

.redeem__step b {
  font-weight: 500;
}

.redeem__text {
  line-height: 1.6;
  font-size: 18px;
}

@media (min-width: 996px) {
  .redeem__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 150px;
  }
}

.redeem__text a {
  color: #550ac2;
}

.redeem__text a:hover {
  text-decoration: underline;
}

.popup {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
}

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
  color: #222;
  -webkit-box-shadow: #ccc 0 0 30px;
          box-shadow: #ccc 0 0 30px;
}

.popup__close {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
}

.popup__close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup__close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #6f644b;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  border: #6f644b 1px solid;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup__close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  padding: 25px;
  height: 80vh;
  overflow-y: auto;
  margin: 10px 10px 30px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #333;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 80px;
  }
}

#tc {
  font-size: 17px;
  line-height: 1.8;
}

#tc ul {
  margin-left: 20px;
}

#tc ul li {
  list-style: disc;
  padding: 5px 0;
}

#tc ol {
  margin-left: 25px;
}

#tc ol li {
  list-style: lower-roman;
}

#tc h4 {
  padding: 15px 0;
}

#tc a {
  color: #c48a10;
  text-decoration: underline;
}

#tc a:hover {
  background: #c48a10;
  color: #fff;
}

#tc table {
  width: 100%;
  border-collapse: collapse;
}

#tc table th {
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

#tc table td {
  border: #8ca6d1 1px solid;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
}

#tc .terms__title {
  margin: 20px 0 10px;
  position: relative;
  color: #fff;
}

#tc .terms__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
}

#tc .terms__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  padding: 10px 25px;
}

.project {
  position: relative;
  color: #222;
  font-family: "pln-hyeongulim", sans-serif;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .common__title {
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  background-clip: text;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 25px;
}

@media (min-width: 996px) {
  .project .common__title {
    font-size: 60px;
  }
}

.project .common__container {
  padding: 25px;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 996px) {
  .project .common__container {
    padding: 80px 25px;
  }
}

.project .common-btn {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#6c2cc8), to(#5106c1));
  background: linear-gradient(to top, #6c2cc8, #5106c1);
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  -webkit-box-shadow: #6c2cc8 0px 10px 20px inset, #6c2cc8 0 0 20px;
          box-shadow: #6c2cc8 0px 10px 20px inset, #6c2cc8 0 0 20px;
  border: #5106c1 1px solid;
}

.project .common-btn:hover {
  background: none;
  color: #5106c1;
}

@media (min-width: 996px) {
  .project .common-btn {
    padding: 25px;
    font-size: 24px;
  }
}

.project .conetntWP {
  background: #f6f0ff;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */