@charset "utf-8";
/*https://lostsagakr-cdn-image.valofe.com/2014_grand/event/*/
/*@import url(http://fonts.googleapis.com/css?family='Noto Sans KR', sans-serif);*/
@font-face {
  font-family: 'NotoKrL';
  font-style: normal;
  font-weight: 100;
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.eot');
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.woff2') format('woff2'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.woff') format('woff');
}

@font-face {
  font-family: 'NotoKr';
  font-style: normal;
  font-weight: 100;
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.eot');
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.woff2') format('woff2'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-light.woff') format('woff');
}

@font-face {
  font-family: 'NotoKr';
  font-style: normal;
  font-weight: 400;
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-regular.eot');
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-regular.woff2') format('woff2'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-regular.woff') format('woff');
}

@font-face {
  font-family: 'NotoKr';
  font-style: normal;
  font-weight: 500;
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-medium.eot');
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-medium.woff2') format('woff2'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoKr';
  font-style: normal;
  font-weight: 700;
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-bold.eot');
  src: url('https://file.valofe.com/Valofe_file/web/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-bold.woff2') format('woff2'),
  url('https://file.valofe.com/Valofe_file/web/fonts/notokr-bold.woff') format('woff');
}

html {
  /* scroll-behavior: smooth; */ /* JS에서 처리하므로 비활성화 */
}

/*  Reset CSS  */
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  outline: 0;
  text-decoration: none;
  color: #555;
}

img {
  border: 0;
}

body {
  font: 12px/1.6 arial;
  color: #555;
  min-width: 1280px;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

/* Removed overscroll-behavior and scroll-snap for natural trackpad scrolling */
/* Onepage mode: disable native page scroll */
body.onepage-active {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  -ms-overflow-style: none;
}

input[type="text"] {
  border-block-style: none;
  background: transparent;
  border: none;
  padding-left: 5px;
}

/* 스크롤 바 */
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(206, 124, 121, 0.85);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(206, 124, 121, 1);
}

.hidden {
  visibility: hidden;
  position: absolute;
}

.text-indent {
  text-indent: -9999px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

/*sns*/
#sns {
  position: fixed;
  top: 40px;
  right: 50px;
  z-index: 14;
}

#sns li {
  float: left;
  margin-left: 20px;
}

#sns li i {
  font-size: 25px;
  color: #9591e5;
  opacity: 0.7;
  transition: all 0.25s;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-style: normal;
  line-height: 1;
}

#sns li i * {
  font-size: 25px;
  color: #9591e5;
  opacity: 0.7;
  transition: all 0.25s;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-style: normal;
  line-height: 1;
}

#sns li .fa-brands, #sns li .fab, .fa-brands, .fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

#sns li i.white {
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.25s;
}

#sns li i:hover {
  transform: scale(1.2);
  opacity: 1;
}

#sns li i.white:hover {
  transform: scale(1.2);
  opacity: 1;
}

/*메뉴*/
/*로고*/

#lnb {
  box-sizing: border-box;
  position: fixed;
  height: 100%; /*height: 100vh;*/
  width: 310px;
  overflow: hidden;
  top: 0;
  left: 0px;
  margin-top: 0;
  z-index: 14;
}

#lnb .lnb-wrapper {
  margin-top: 0;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 263px;
  padding: 0px 16px 30px 30px;
  background-color: rgba(0, 0, 0, 0.85);
  background-size: 263px 100%;
  background-repeat: repeat;
  background-position: left top;
  height: 100%; /*height: 100vh;*/
  overflow-y: auto;
}

h1 {
  position: absolute;
  top: 34px;
  left: 2rem;
  z-index: 10;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

h1 img {
  width: 19vh;
  height: auto;
  max-width: 200px;
}

.btn-lnb-controll {
  position: absolute;
  left: 263px;
  top: 71px;
  width: 45px;
  height: 46px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.btn-lnb-controll .blit {
  display: inline-block;
  margin-top: 13px;
  margin-left: 9px;
  width: 23px;
  height: 19px;
  vertical-align: middle;
  transition: all 0.25s;
}

.btn-lnb-controll.is-normal .blit {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/btn-close-off-min.png) center no-repeat;
  background-size: 100%;
}

.btn-lnb-controll.is-normal:hover .blit {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/btn-close-on-min.png) center no-repeat;
  background-size: 100%;
}

.btn-lnb-controll.is-closed .blit {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/btn-is-closed-off-min.png) center no-repeat;
  background-size: 100%;
}

.btn-lnb-controll.is-closed:hover .blit {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/btn-is-closed-on-min.png) center no-repeat;
  background-size: 100%;
}

.btn-lnb-controll .bar {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 3px;
  height: 46px;
  display: inline-block;
  background-color: #9c44ff;
}

#lnb_home {
  position: absolute;
  top: 14vh;
  left: 2rem;
  width: 200px;
  z-index: 10;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  padding-top: 5px;
}

#lnb_home i.fa {
  font-size: 20px;
  line-height: 16px;
  vertical-align: top;
}

#lnb_home:hover,
#lnb_home:hover i.fa {
  color: #fff;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  -ms-animation: neon3 1.5s ease-in-out infinite alternate;
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

#lnb_sns {
  position: fixed;
  z-index: 14;
  bottom: 105px;
  padding-top: 10px;
  box-sizing: border-box;
  padding-left: 20px;
  width: 221px;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1);
}

#lnb_sns li {
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
}

#lnb_sns li:first-child {
  margin-left: 0;
  margin-right: 2rem;
}

#lnb_sns li i {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  transition: all 0.25s;
}

#lnb_sns li i.white {
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.25s;
}

#lnb_sns li i:hover,
#lnb_sns li i.white:hover {
  transform: scale(1.2);
  opacity: 1;
  
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  -ms-animation: neon3 1.5s ease-in-out infinite alternate;
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

#lnb_sns + p {
  position: fixed;
  bottom: 40px;
  z-index: 14;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 221px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1);
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

#menu {
  margin-top: 23.5vh;
}

#menu > li {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 5.68vh;
  max-height: 63px;
  line-height: 5.6vh;
  min-height: 52px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+69,ffffff+100&0.3+0,0.1+69,0+100 */
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#menu > li:nth-of-type(2) {
  height: auto;
  max-height: unset;
}

/* 서브메뉴 있는 li */
#menu li li {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 4vh;
  max-height: 40px;
  line-height: 4vh;
  min-height: 44px;
}

#menu a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 100%;
  transition: all 0.25s;
  /* padding-top: 16px;*/
  font-family: "NotoKr", sans-serif;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-size: 18px;
  opacity: 0.8;
  letter-spacing: -1px;
}

#menu li a:hover {
  font-size: 18px;
  opacity: 1;
  text-decoration: none;
}

#menu li.on a {
  font-size: 18px;
  opacity: 1;
}

#menu > li > a {
  font-size: 18px;
  padding-left: 14px;
  line-height: 1.5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

#menu li ul li a {
  padding-left: 30px;
}

#menu .title {
  display: block;
  width: 210px;
  padding-left: 14px;
  text-align: left;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+69,ffffff+100&0.3+0,0.1+69,0+100 */
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.125) 0%,
    rgba(255, 255, 255, 0.125) 1%,
    rgba(255, 255, 255, 0.1) 69%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

#menu .title:hover,
#menu .title.on {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

#menu li ul li a .blit-lnb {
  display: inline-block;
  margin-right: 3px;
  margin-top: -1px;
  width: 18px;
  height: 15px;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/blit-arrow-on-min.png") center top no-repeat;
  background-size: 100%;
}

#menu li ul li.on a .blit-lnb {
  display: inline-block;
  margin-right: 3px;
  margin-top: -1px;
  width: 18px;
  height: 15px;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/common/blit-arrow-off-min.png") center top no-repeat;
  background-size: 100%;
}

#menu li:nth-child(4) {
  padding-bottom: 0;
  line-height: 23px;
}

#menu li:nth-child(1) a:hover,
#menu li:nth-child(2) a:hover,
#menu li:nth-child(3) a:hover,
#menu li:nth-child(4) a:hover,
#menu li:nth-child(1).on a,
#menu li:nth-child(2).on a,
#menu li:nth-child(2).on > span,
#menu li:nth-child(2).on ul li.on a,
#menu li:nth-child(3).on a,
#menu li:nth-child(4).on a {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  -ms-animation: neon3 1.5s ease-in-out infinite alternate;
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 10px #7f3cd0,
    0 0 20px #7f3cd0,
    0 0 30px #7f3cd0;
  }
  to {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 1px #7f3cd0;
  }
}

@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 10px #7f3cd0,
    0 0 20px #7f3cd0,
    0 0 30px #7f3cd0;
  }
  to {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 1px #7f3cd0;
  }
}

@-ms-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 10px #7f3cd0,
    0 0 20px #7f3cd0,
    0 0 30px #7f3cd0;
  }
  to {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 1px #7f3cd0;
  }
}

@-o-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 10px #7f3cd0,
    0 0 20px #7f3cd0,
    0 0 30px #7f3cd0;
  }
  to {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 1px #7f3cd0;
  }
}

@keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 10px #7f3cd0,
    0 0 20px #7f3cd0,
    0 0 30px #7f3cd0;
  }
  to {
    text-shadow: 0 0 0 #fff,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 0 #7f3cd0,
    0 0 1px #7f3cd0;
  }
}

/*레이아웃*/
/* One-page layout: full-viewport sections */
section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: right center;
}

/* 원페이지 스크롤 설정 */
/* Transform-driven page container */
#wrap {
  position: relative;
  width: 100vw;
  height: auto;
  overflow: visible;
  
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

#wrap > section:nth-child(1) {
  background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/sec1-min.jpg);
  background-position: center;
  background-size: cover;
}

#wrap > section:nth-child(2) {
  background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/sec2-min.jpg);
  background-position: center;
  background-size: cover;
}

#wrap > section:nth-child(3) {
  background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/sec3-min.jpg);
  background-position: center;
  background-size: cover;
}

#wrap > section:nth-child(4) {
  background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/sec4-min.jpg);
  background-position: center;
  background-size: cover;
}

#wrap > section:nth-child(5) {
  background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/sec5-min.jpg);
  background-position: center;
  background-size: cover;
}

#wrap > section:nth-child(6) video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}

article {
  position: absolute; /*top:46%;*/
  top: 80px;
  width: calc(100% - 520px);
  left: 400px;
  z-index: 11;
  background: red;
  padding: 30px;
  border-radius: 8px;
}

article p {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 36px;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

article span {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-left: 4px;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

#wrap > section:nth-child(1) article {
  background: rgba(206, 124, 121, 0.85);
}

#wrap > section:nth-child(2) article {
  background: rgba(41, 48, 77, 0.85);
}

#wrap > section:nth-child(3) article {
  background: rgba(41, 48, 77, 0.85); /* background:rgba(206,124,121,0.85);*/
}

#wrap > section:nth-child(4) article {
  background: rgba(189, 77, 94, 0.85);
}

#wrap > section:nth-child(5) article {
  background: rgba(227, 148, 10, 0.85);
}

#wrap > section:nth-child(1) p {
  color: #fff;
  text-align: center;
}

#wrap > section:nth-child(1) span {
  color: #fff;
  text-align: center;
}

#wrap > section:nth-child(2) p {
  color: #fff;
}

#wrap > section:nth-child(2) span {
  color: #fff;
}

#wrap > section:nth-child(3) p {
  color: #fff;
}

#wrap > section:nth-child(3) span {
  color: #fff;
}

#wrap > section:nth-child(4) p {
  color: #fff;
}

#wrap > section:nth-child(4) span {
  color: #fff;
}

#wrap > section:nth-child(5) p {
  color: #fff;
}

#wrap > section:nth-child(5) span {
  color: #6644fb;
}

#wrap > section:nth-child(2) .img-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 12;
  left: 53%;
  transform: translate(-49%);
}

#wrap > section:nth-child(3) .img-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 12;
  left: 53%;
  transform: translate(-47%);
}

#wrap > section:nth-child(4) .img-wrap {
  position: absolute;
  top: 0;
  right: 17%;
  height: 100%;
  z-index: 12;
}

#wrap > section:nth-child(5) .img-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  left: 53%;
  transform: translate(-49%);
}

#wrap > section:nth-child(2) .img-wrap img {
  height: 100%;
  position: relative;
}

#wrap > section:nth-child(3) .img-wrap img {
  height: 100%;
}

#wrap > section:nth-child(4) .img-wrap img {
  height: 100%;
}

#wrap > section:nth-child(5) .img-wrap img {
  /*height: 100%;*/
  /*right: 2%;*/
}

/* 기가슈트 */
/* 캐릭터 영상 * 스킬 */
#wrap > section:nth-child(4) .hero-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#wrap > section:nth-child(4) .chr-hero {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 753px;
  width: 33%;
}

#wrap > section:nth-child(4) .chr-hero2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 839px;
  width: 35%;
}

#wrap > section:nth-child(4) .tit-hero {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-44%);
}

#wrap > section:nth-child(4) .tit-hero img {
  height: 15vh;
  vertical-align: bottom;
}

#wrap > section:nth-child(4) .tit-hero p {
  font-family: "Nanum Myeongjo", "나눔명조", sans-serif;
  color: #82aec3;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 3%;
}

#wrap > section:nth-child(4) .tit-hero span {
  font-family: "Nanum Myeongjo", "나눔명조", sans-serif;
  color: #4d8ce1;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

#wrap > section:nth-child(4) .btn-yt {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#wrap > section:nth-child(4) .btn-yt img {
  height: 9vh;
  margin-bottom: 40%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

#wrap > section:nth-child(4) .btn-yt:hover img {
  transform: rotate(480deg);
}

#wrap > section:nth-child(4) .item-list {
  position: absolute;
  height: 272px;
  width: 48%;
  right: 24%;
  bottom: 13vh;
}

.character-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.item-list .character-item:nth-child(1) {
  width: 100%;
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.item-list .character-item li {
  width: 272px;
  height: 272px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/hero*/
.item-list .character-item:nth-child(1) li:nth-child(1) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/skill-left-off-min.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 2%;
}

.item-list .character-item:nth-child(1) li:nth-child(2) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/skill-right-off-min.png) center no-repeat;
  background-size: 100% 100%;
}

.item-list .character-item:nth-child(1) li:nth-child(1):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/skill-left-on-min.png) center no-repeat;
  background-size: 100% 100%;
}

.item-list .character-item:nth-child(1) li:nth-child(2):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/skill-right-on-min.png) center no-repeat;
  background-size: 100% 100%;
}

.item-list .character-item .name {
  position: absolute;
  width: 100%;
  top: 8%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.item-list .character-item .sub-tit {
  position: absolute;
  width: 100%;
  top: 66.5%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #ec9600;
  font-family: "Malgun Gothic", sans-serif;
  letter-spacing: -2px;
}

.item-list .character-item .sub-txt {
  position: absolute;
  width: 100%;
  top: 79%;
  font-size: 0.975rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 0;
  font-family: "Malgun Gothic", sans-serif;
}

.item-list .character-item2 {
  position: absolute;
  top: 36%;
  left: 13%;
  width: 100%;
  height: 48%;
  z-index: 20;
}

.item-list .character-item2 li {
  position: relative;
  float: left;
  width: 23.459244%;
  height: 100%;
  margin-left: 1.99%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.item-list .character-item2 li:nth-child(1) {
  margin-left: 0;
}

.item-list .character-item2 .name {
  position: absolute;
  width: 100%;
  top: 7%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.item-list .character-item2 .sub-tit {
  position: absolute;
  width: 100%;
  top: 70.5%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #ec9600;
  font-family: "Malgun Gothic", sans-serif;
  letter-spacing: -2px;
}

.item-list .character-item2 .sub-txt {
  position: absolute;
  width: 100%;
  top: 82%;
  font-size: 0.975rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-family: "Malgun Gothic", sans-serif;
}

.item-list .character-item2 li:nth-child(1) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/sec2-item1-min.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 0;
}

.item-list .character-item2 li:nth-child(2) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/sec2-item2-min.png) center no-repeat;
  background-size: 100% 100%;
}

.item-list .character-item2 li:nth-child(3) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20210210_newyear/images/sec2-item3-min.png) center no-repeat;
  background-size: 100% 100%;
}

/* 메인 텍스트 애니메이션 */
#mainTitle {
  position: relative;
  display: inline-block;
  top: 18%;
  width: 45%; /*margin-left:25.375%;*/
  height: 32%;
  text-align: center;
  z-index: 21;
  margin-left: 14%;
}

#t-event {
  margin-top: 60px;
  width: 78.190255%;
}

#t-time {
  margin-top: 20px;
  width: 89.443155%;
}

.aniText1 {
  animation: aniText 1s 0s 1 both;
  -webkit-animation: aniText 1s 0s 1 both;
}

.aniText2 {
  animation: aniText 1s 0.1s 1 both;
  -webkit-animation: aniText 1s 0.1s 1 both;
}

.aniText3 {
  animation: aniText 1s 0.2s 1 both;
  -webkit-animation: aniText 1s 0.2s 1 both;
}

.aniText4 {
  animation: aniText 1s 0.3s 1 both;
  -webkit-animation: aniText 1s 0.3s 1 both;
}

.aniText5 {
  animation: aniText 1s 0.4s 1 both;
  -webkit-animation: aniText 1s 0.4s 1 both;
}

.aniText6 {
  animation: aniText 1s 0.5s 1 both;
  -webkit-animation: aniText 1s 0.5s 1 both;
}

.aniText7 {
  animation: aniText 1s 0.6s 1 both;
  -webkit-animation: aniText 1s 0.6s 1 both;
}

.aniTextTitle {
  animation: aniTextTitle 1s 0.7s 1 both;
  -webkit-animation: aniTextTitle 1s 0.7s 1 both;
}

/* 풍성하고 즐거운 */
@keyframes aniText {
  from {
    transform: translate(15px, -15px);
    opacity: 0;
  }
  to {
    transform: translate(0px);
    opacity: 1;
  }
}

@-webkit-keyframes aniText {
  from {
    transform: translate(15px, -15px);
    opacity: 0;
  }
  to {
    transform: translate(0px);
    opacity: 1;
  }
}

/* 추석맞이 이벤트 */
@keyframes aniTextTitle {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes aniTextTitle {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

#wrap > section:nth-child(1) #mainTitle img {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 20;
  width: 64%;
  pointer-events: none;
  /*top: -3vh;*/
}

/* 메인 배경 */

/* 캐릭터 */
#wrap > section:nth-child(1) .chr1 {
  position: absolute;
  bottom: 0;
  right: 26vw;
  width: 35vw;
  z-index: 1;
}

#wrap > section:nth-child(1) .chr1 img {
  width: 100%;
  vertical-align: bottom;
}

#wrap > section:nth-child(1) .chr2 {
  position: absolute;
  bottom: 0;
  right: 9vw;
  width: 35vw;
  z-index: 2;
}

#wrap > section:nth-child(1) .chr2 img {
  width: 100%;
  vertical-align: bottom;
}

#wrap > section:nth-child(1) .chr3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35vw;
  z-index: 3;
}

#wrap > section:nth-child(1) .chr3 img {
  width: 100%;
  vertical-align: bottom;
}

#wrap > section:nth-child(2) .wolf {
  position: absolute;
  bottom: 0;
  right: -2vw;
  width: 22vw;
  z-index: 17;
}

#wrap > section:nth-child(2) .light-left {
  position: absolute;
  bottom: 38vh;
  right: 21vw;
  width: 34px;
  aspect-ratio: 34/57;
  opacity: 0;
  z-index: 18;
}

#wrap > section:nth-child(2) .light-left img {
  width: 100%;
}

#wrap > section:nth-child(2) .light-right {
  position: absolute;
  
  bottom: 7vh;
  right: 2vw;
  width: 82px;
  opacity: 0;
  aspect-ratio: 82/177;
  z-index: 19;
}

#wrap > section:nth-child(2) .light-right img {
  width: 100%;
}

#wrap > section:nth-child(3) .man {
  position: absolute;
  right: -6vh;
  bottom: 0vh;
  height: 85vh;
  width: auto;
}

#wrap > section:nth-child(3) .man img {
}

#wrap > section:nth-child(3) .small-dog {
  position: absolute;
  right: 15vw;
  bottom: 26vh;
  width: 10vw;
  height: auto;
}

#wrap > section:nth-child(3) .small-dog img {
}

#wrap > section:nth-child(4) .chr2 {
  position: absolute;
  bottom: 7%;
  left: 8.2%;
  height: 80.1%;
  z-index: 12;
}

#wrap > section:nth-child(4) .chr2 img {
  height: 100%;
}

/* 빤짝이는 여우 빛 */
@keyframes moveup1 {
  0% {
    bottom: -7vh;
    opacity: 0;
    width: 0;
  }
  30% {
    opacity: 1; /* 10vh까지 올라오면서 페이드인 */
  }
  70% {
    opacity: 1; /* 20vh까지는 보임 */
    width: 30px;
  }
  100% {
    bottom: 30vh;
    opacity: 0; /* 30vh까지 올라가면서 페이드아웃 */
    width: 0;
  }
}

@keyframes moveup2 {
  0% {
    bottom: -7vh;
    opacity: 0;
    width: 0;
  }
  30% {
    opacity: 1; /* 10vh까지 올라오면서 페이드인 */
  }
  70% {
    opacity: 1; /* 20vh까지는 보임 */
    width: 45px;
  }
  100% {
    bottom: 40vh;
    opacity: 0; /* 30vh까지 올라가면서 페이드아웃 */
    width: 0;
  }
}

.moveup1 {
  animation: moveup1 4s ease 4s infinite;
  -webkit-animation: moveup1 4s ease 4s infinite;
}

.moveup2 {
  animation: moveup2 7s ease 4s infinite;
  -webkit-animation: moveup2 7s ease 4s infinite;
}

/* 마우스 스크롤 이미지 */
.aniBounce {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

/* 영웅 애니메이션 */
.slideRight {
  opacity: 0;
  animation: slideRight 1.2s 0.2s;
  -webkit-animation: slideRight 1.2s 0.2s;
  -ms-animation: slideRight 1.2s 0.2s;
  -o-animation: slideRight 1.2s 0.2s;
  -moz-animation: slideRight 1.2s 0.2s;
  animation-fill-mode: forwards;
}

@keyframes slideRight {
  from {
    left: 4%;
    opacity: 0;
  }
  to {
    left: 8.2%;
    opacity: 1;
  }
}

@-webkit-keyframes slideRight {
  from {
    left: 4%;
    opacity: 0;
  }
  to {
    left: 8.2%;
    opacity: 1;
  }
}

@-ms-keyframes slideRight {
  from {
    left: 4%;
    opacity: 0;
  }
  to {
    left: 8.2%;
    opacity: 1;
  }
}

@-o-keyframes slideRight {
  from {
    left: 4%;
    opacity: 0;
  }
  to {
    left: 8.2%;
    opacity: 1;
  }
}

@-moz-keyframes slideRight {
  from {
    left: 4%;
    opacity: 0;
  }
  to {
    left: 8.2%;
    opacity: 1;
  }
}

/* 버튼 */
.my-get-num {
  position: absolute;
  display: inline-block;
  height: 1.35rem;
  font-size: 1.125rem;
  top: 24.65%;
  left: 30%;
  width: 16%;
  text-align: right;
  color: #343434;
  z-index: 13;
  font-weight: bold;
  font-family: "Malgun Gothic", "Dotum", sns-serif;
  
}


.attend {
  width: 100%;
}

.attend .attendInputBox {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  text-align: right;
}

.btn-view-my-list {
  position: absolute;
  display: inline-block;
  /*left: 470px; top: 162px;
  width:341px; height:42px;*/
  left: 55.587204%;
  top: 24%;
  width: 28.5%;
  height: 4vh;
  z-index: 13;
}

.btn-pc-find {
  position: absolute;
  display: block;
  left: 43px;
  top: 185px;
  width: 318px;
  height: 52px;
  
  left: 4.138595%;
  top: 20.78483%;
  
  width: 30.606352%;
  height: 5.514316%;
  
  text-indent: -9999px;
  /*background:red;*/
}

.btn-pc-gift {
  position: absolute;
  display: block;
  text-indent: -9999px;
  /*    background:red;*/
  
  left: 392px;
  top: 196px;
  width: 641px;
  height: 50px;
  
  left: 37.728585%;
  top: 20.78483%;
  width: 61.693936%;
  height: 5.514316%;
}

.btn-go-shop {
  position: absolute;
  display: inline-block;
  z-index: 13;
  text-indent: -9999px;
  left: 50%;
  margin-left: -11.804223%;
  bottom: 16.55vh;
  width: 25.71977%;
  height: 5.514316%;
}

.btn-show-way {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 13;
  text-indent: -9999px;
  
  margin-left: -260px;
  bottom: 137px;
  width: 161px;
  height: 37px;
  
  /* 844*760*/
  margin-left: -32.5%;
  bottom: 21%;
  width: 20.25%;
  max-width: 226px;
  height: 4.868421%;
  
  /*background: rgba(0, 0, 0, 0.5);*/
  /*    background:red;*/
}

.btn-reset {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 13;
  text-indent: -9999px;
  
  margin-left: -79px;
  bottom: 137px;
  width: 161px;
  height: 37px;
  
  /* 844*760*/
  margin-left: -10%;
  bottom: 21%;
  width: 20.25%;
  max-width: 226px;
  height: 4.868421%;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.btn-itemlist {
  position: absolute;
  left: 50%;
  
  display: inline-block;
  z-index: 13;
  text-indent: -9999px;
  
  margin-left: 100px;
  bottom: 137px;
  width: 161px;
  height: 37px;
  /* 844*760*/
  margin-left: 11.848341%;
  bottom: 21%;
  width: 20.25%;
  max-width: 226px;
  height: 4.868421%;
  /*background: rgba(0, 0, 0, 0.5);*/
}

/* 플립 카드 */
.board {
  z-index: 13;
  position: absolute;
  left: 17%;
  top: 30.5%;
  width: 66.25%;
  height: 40.9%;
}

table.board td {
  position: relative;
  width: 8%;
  height: 20%;
}

.board label {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 13;
}

.board label:hover .flip-card {
  /*    -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);*/
  /*   오늘 -webkit-transform:none;
  -transform:none;*/
}

.board input[type="checkbox"] {
  display: none;
}

:checked + .flip-card {
  /*    transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);*/
}

:disabled + .flip-card div {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20180919_thanksgiving/images/item1.jpg") center;
  background-size: cover;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.board label:hover :checked + .flip-card {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.card {
  width: 100%;
  height: 100%;
  display: block;
}

.card ul {
  width: 100%;
  height: 100%;
  display: block;
}

.card ul li {
  position: relative;
  display: block;
  float: left;
  /*margin-right: 4px;*/
  /*margin-bottom: 4px;*/
  /*width: calc(11.1% - 3.5555556px);*/
  /*height: calc(20% - 3.2px);*/
  margin-right: 0.25%;
  margin-bottom: 0.25%;
  float: left;
  width: calc(11.1% - 0.25%);
  height: calc(20% - 0.25%);
}

.card ul li:nth-child(9n) {
  margin-right: 0;
}

.quizy-mg-item {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* 플립 전*/
.quizy-mg-item-top {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/card-front.png") no-repeat left top;
  background-size: 100% 100%;
  box-sizing: border-box;
  /* background:grey;*/
}

.quizy-mg-item-bottom {
  width: 100%;
  height: 100%;
  display: block;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/card-front.png") no-repeat left top;
}

/* 플립 후 뒷면*/

.mgcard-show {
  display: inline-block;
  text-indent: -9999px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.prize {
  width: calc(11.1% - 3.5555556px);
  height: 20%;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

/*https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20200923_thanksgiving/images*/
.prize.item1 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-1-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item2 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-2-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item3 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-3-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item4 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-4-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item5 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-5-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item6 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-6-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item7 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-7-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item8 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-8-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item9 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-9-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item10 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-10-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item11 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-11-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item12 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-12-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item13 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-13-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item14 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-14-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item15 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-15-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item16 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-16-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item17 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-17-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item18 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-18-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item19 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-19-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item20 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-20-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item21 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-21-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item22 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-22-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item23 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-23-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item24 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-24-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item25 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-25-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item26 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-26-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item27 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-27-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item28 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-28-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item29 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-29-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item30 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-30-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item31 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-31-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item32 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-32-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item33 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-33-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item34 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-34-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item35 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-35-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item36 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-36-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item37 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-37-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item38 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-38-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item39 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-39-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item40 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-40-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item41 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-41-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item42 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-42-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item43 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-43-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item44 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-44-min.png") no-repeat center center;
  background-size: 100% 100%;
}

.prize.item45 {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20251001_thanksgiving/images/item-45-min.png") no-repeat center center;
  background-size: 100% 100%;
}

/* *************************** */
/* section2 추석 맞이 한가위 뽑기 */
#wrap > section:nth-child(2) .img-wrap img {
  height: 100%;
}

#wrap > section:nth-child(5) .chr5 {
  position: absolute;
  bottom: -5vh;
  right: -47vh;
  height: 96vh;
  z-index: -1;
}

#wrap > section:nth-child(5) .chr5 img {
  height: 100%;
}

/* section5 풍성한 한가위 기념 상자 */
#wrap > section:nth-child(5) .img-wrap .cont-container {
  /*position: absolute;*/
  /*right: 50%;*/
  /*transform: translate(16%);*/
  /*margin-left: 16%;*/
}

#wrap > section:nth-child(5) .img-wrap .btn-go-to-shop {
  /*display: inline-block;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*bottom: 13.65%;*/
  /*transform: translateX(-50%);*/
  
  
  display: inline-block;
  position: absolute;
  left: 41.5%;
  bottom: 17.7%;
  width: 22.205829%;
  height: 5.548421%;
  
}

#wrap > section:nth-child(5) .btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#wrap > section:nth-child(5) .product-img {
  position: relative;
  width: auto;
  height: 100vh;
}

#wrap > section:nth-child(5) .img-wrap .btn-go-to-shop img {
  /*max-width: 238px;*/
  /*height: 4.74vh;*/
  /*max-height: 47px;*/
  width: 100%;
}

#wrap section:nth-child(5) .flower {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 10;
}


#wrap section:nth-child(5) .butterfly-top {
  width: 67px;
  height: 74px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 30;
}


#wrap section:nth-child(5) .butterfly {
  
  width: 67px;
  height: 74px;
  position: absolute;
  right: 15%;
  bottom: 19vh;
  z-index: 30;
  transform: rotate(10deg) scaleX(-1);
}


/* ./ section5 풍성한 한가위 기념 상자 */

/* popup START*/
/* START popup 공통 요소 */
.layer-wrap {
  z-index: 9998;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  /*   background-color: rgba(0, 0, 0, 0.8); */
}

/* 팝업 열렸을 때 body 스크롤 락 */
body.popup-lock {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

body.popup-lock .wrapper,
body.popup-lock #wrap {
  overflow: hidden !important;
}

.layer-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.layer-wrap.basic .pop-layer {
  z-index: 9999;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  height: auto;
  background-color: #fff;
}

.layer-wrap.basic2 .pop-layer {
  z-index: 9999;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  height: auto;
  min-height: 240px;
  background-color: #fff;
  /*border:4px solid #01366e;*/
  /* background:#9aa34d; */
}

.layer-wrap.yt .pop-layer {
  z-index: 9999;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 900px;
  height: 506px;
  background-color: #000;
  /* border:4px solid #01366e;*/
  /* background:#9aa34d; */
}

.layer-wrap.tbl .pop-layer {
  z-index: 9999;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  min-height: 240px;
  height: 340px;
  overflow-y: auto;
  /*background:#9aa34d;*/
  background: #fff;
  border: 3px solid #6c52d0;
}

.pop-container {
  padding: 10px;
  height: 100%;
}

.pop-container .skip {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pop-container .frame {
  z-index: 9999;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6c52d0;
}

.pop-container.my-get-list .frame {
  border: none;
}

/* 애니메이션 */
.shadow {
  display: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-bottom: 0px;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background: rgba(0, 0, 0, 0.8);
}

.pop-container .frame h1 {
  top: 10px;
  left: 0;
  width: 100%;
  height: 22px;
  max-width: unset;
  padding: 0;
  padding-left: 5px;
  text-indent: 16px;
  box-sizing: border-box;
  color: #311e13;
  font-weight: bold;
  font-size: 16px;
  background: none;
  text-align: left;
  position: absolute;
}

.layer-wrap.tbl .pop-container .wrap-tbl {
  display: table;
  margin-top: 18px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 18px 10px;
  text-align: center;
}

.layer-wrap.tbl .pop-container .frame h1 {
  top: 5px;
  left: 0;
  color: #311e13;
  max-width: unset;
}

.layer-wrap.tbl .pop-container table {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  width: 100%;
}

.layer-wrap.tbl .pop-container table th {
  background: #6c52d0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-left: 1px solid #a891ff;
}

.layer-wrap.tbl .pop-container table th:first-child {
  border-right: 0;
}

.layer-wrap.tbl .pop-container table td {
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #6c52d0;
}

.layer-wrap.tbl .pop-container table td:first-child {
  border-right: 0;
}

.pop-container .msg {
  box-sizing: border-box;
  width: 100%;
  margin-top: 80px;
  font-family: "Malgun Gothic";
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: bold;
  color: #311e13;
  line-height: 1.4;
}

.pop-container .msg .db-text {
  display: inline-block;
  font-family: "Malgun Gothic";
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: bold;
  color: cadetblue;
  line-height: 1.4;
}

.pop-container .msg .db-alert {
  display: inline-block;
  font-family: "Malgun Gothic";
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: bold;
  color: cornflowerblue;
  line-height: 1.4;
}

.pop-container .btn-layer-close {
  position: absolute;
  top: 4px;
  right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-x-o.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.yt .pop-container {
  padding: 0;
}

.yt .pop-container .frame {
  overflow: inherit;
}

.yt .pop-container .frame iframe {
  min-width: 100%;
  height: 500px;
}

.yt .pop-container .btn-layer-close {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-x-o.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  filter: brightness(1.5);
}

.pop-container .wrap-btn {
  width: 100%;
  margin: 20px auto 20px;
  text-align: center;
}

.pop-container .btn-confirm,
.pop-container .btn-cancel,
.pop-container .btn-close {
  display: inline-block;
  width: 150px;
  height: 44px;
}

.pop-container .btn-confirm {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-confirm-o.png") 0 0 no-repeat;
}

.pop-container.my-get-list .btn-confirm {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-confirm-o.png") 0 0 no-repeat;
}

.pop-container .btn-cancel {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-cancel-o.png") 0 0 no-repeat;
}

.pop-container.my-get-list .btn-cancel {
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/202108_thanksgiving/images/btn-pop-cancel-o.png") 0 0 no-repeat;
}

.btn1 {
  margin-right: 10px;
}

.btn2 {
  margin-left: 10px;
}

@media screen and (max-width: 1418px) {
  .my-get-num {
    font-size: 14px;
    top: 25%;
  }
  
  #wrap > section:nth-child(2) .img-wrap {
    left: 57%;
  }
  
  #wrap > section:nth-child(3) .img-wrap {
    left: 59.5%;
  }
  
  #wrap > section:nth-child(5) .img-wrap {
    left: 56%;
  }
  
  #wrap > section:nth-child(4) .tit-hero {
    height: 15%;
    top: 16%;
    right: 20%;
  }
}

.rwd-media-container {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  /*    min-width:1200px;*/
  /*    background: #111;*/
}

.rwd-media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.cover-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background: rgba(0, 0, 0, 0.35) url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20180919_thanksgiving/images/cover-video.png");
}

/* 마우스 */
.mouse {
  z-index: 2000;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  #lnb {
    height: 100%;
  }
  
  /*#wrap > section:nth-child(3) .img-wrap {*/
  /*  transform: translate(-51%);*/
  /*}*/
  /*#wrap > section:nth-child(5) .img-wrap {*/
  /*  transform: translate(-47.7%);*/
  /*}*/
}

@media screen and (max-width: 1440px) {
  #menu .title {
    font-size: 15px;
  }
}

/* 애니메이션 요소 초기 숨김 처리 */
.chr1, .chr2, .chr3,
.wolf, .man, .small-dog,
.chr-hero, .chr-hero2,
.moon, .img-wrap,
.moon-tit .tit, .tit-hero,
.light-left, .light-right,
.character-item, .btn-yt, .chr5 .butterfly-top, .butterfly, .flower {
  opacity: 0;
}

/*@media screen and (max-width: 1366px) {*/
/*  #wrap > section:nth-child(5) .img-wrap .btn-go-to-shop {*/
/*    bottom: 14vh;*/
/*  }*/
/*}*/

/*@media screen and (orientation: landscape)  and (max-height: 1054px) {*/
/*  #wrap > section:nth-child(5) .img-wrap .btn-go-to-shop {*/
/*    bottom: 16.65%;*/
/*  }*/
/*}*/

/* Accessibility: Screen reader only class */
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}