@charset "UTF-8";
/* default */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 12px;
  font-family: "돋움", dotum, Helvetica, sans-serif;
  line-height: 1;
  box-sizing: border-box;
}

/* ie line-height set */
.ie6Only body, .ie7Only body, .ie8Only body {
  line-height: 1.2;
}

.ie9Only body {
  line-height: 1.3;
}

article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}

fieldset, img {
  border: 0;
}

dl, ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  word-break: break-all;
}

caption {
  display: none;
}

input, select, textarea, button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

label {
  cursor: pointer;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button {
  border: 0;
  line-height: 1;
}

.blind, legend, hr {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -1000em;
}

a {
  color: #333;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var, i {
  font-style: normal;
  font-weight: normal;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

input[type=radio], input[type=checkbox] {
  border: none;
  background: none !important;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/*img, video {max-width:100%;border:0;vertical-align:top;}*/
audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

iframe {
  overflow: hidden;
  margin: 0;
  border: none;
}

strong {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -1000em;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  clear: both;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
}

.skip-navi a {
  position: fixed;
  top: -9999vh;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 99;
}

.skip-navi a:focus {
  top: 0;
  width: 100%;
  padding: 16px;
  color: #fff;
  background: #000;
  text-indent: 0;
  text-align: center;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ff9a2f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d7996f;
}

/*************** 메뉴 ***************/
.btn-lnb-control {
  position: absolute;
  top: 71px;
  right: -45px;
  display: inline-block;
  width: 45px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.btn-lnb-control .blit {
  display: inline-block;
  margin-top: 13px;
  margin-left: 9px;
  width: 23px;
  height: 19px;
  vertical-align: middle;
  transition: all 0.4s;
}
.btn-lnb-control.is-normal {
  /* left: 260px; */
}
.btn-lnb-control.is-normal .blit {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/common/images/btn-lnb-close-min.png) center no-repeat;
  background-size: 100%;
}
.btn-lnb-control.is-normal:hover .blit {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/common/images/btn-lnb-close-on-min.png) center no-repeat;
  background-size: 100%;
  filter: hue-rotate(45deg);
}
.btn-lnb-control.is-closed {
  /* left: 0; */
}
.btn-lnb-control.is-closed .blit {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/common/images/btn-lnb-open-min.png) center no-repeat;
  background-size: 100%;
}
.btn-lnb-control.is-closed:hover .blit {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/common/images/btn-lnb-open-on-min.png) center no-repeat;
  background-size: 100%;
  filter: hue-rotate(45deg);
}
.btn-lnb-control .bar {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 3px;
  height: 46px;
  background-color: #ceb241;
  z-index: 1;
}

#lnb {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  /* overflow-y:auto; */
  margin-top: 0;
  padding: 30px 25px 30px 25px;
  z-index: 999;
  background: -moz-linear-gradient(left, black 0%, black 1%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 1%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, black 1%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}
#lnb #lnb_home {
  display: block;
  width: 200px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  z-index: 10;
}
#lnb #lnb_home i.fa {
  font-size: 20px;
  line-height: 16px;
  vertical-align: top;
}
#lnb #menu {
  margin-top: 5vh;
}
#lnb #menu li {
  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.3) 0%, rgba(255, 255, 255, 0.3) 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.3) 0%, rgba(255, 255, 255, 0.3) 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.3) 0%, rgba(255, 255, 255, 0.3) 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 */
}
#lnb #menu li[data-depth=has-ul] {
  padding-bottom: 16px;
}
#lnb #menu li[data-depth=has-ul] li {
  background: none;
  position: relative;
  display: block;
  box-sizing: border-box;
}
#lnb #menu li[data-depth=has-ul] li a {
  padding: 8px 30px;
}
#lnb #menu li a, #lnb #menu li .has-ul {
  display: block;
  width: 210px;
  /* height:74px; */
  padding: 16px 0 16px 7px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: white;
  overflow: hidden;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.25s;
}
#lnb #menu li a:hover, #lnb #menu li .has-ul:hover {
  opacity: 1;
}
#lnb #menu li.on a {
  opacity: 1;
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff, 0 0 2px #ffe36b, 0 0 4px #ffe36b, 0 0 6px #ffe36b, 0 0 8px #ceb241, 0 0 10px #ceb241;
  }
  to {
    text-shadow: 0 0 0 #fff, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ceb241, 0 0 1px #ceb241;
  }
}
@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff, 0 0 2px #ffe36b, 0 0 4px #ffe36b, 0 0 6px #ffe36b, 0 0 8px #ceb241, 0 0 10px #ceb241;
  }
  to {
    text-shadow: 0 0 0 #fff, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ceb241, 0 0 1px #ceb241;
  }
}
@-ms-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff, 0 0 2px #ffe36b, 0 0 4px #ffe36b, 0 0 6px #ffe36b, 0 0 8px #ceb241, 0 0 10px #ceb241;
  }
  to {
    text-shadow: 0 0 0 #fff, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ceb241, 0 0 1px #ceb241;
  }
}
@-o-keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff, 0 0 2px #ffe36b, 0 0 4px #ffe36b, 0 0 6px #ffe36b, 0 0 8px #ceb241, 0 0 10px #ceb241;
  }
  to {
    text-shadow: 0 0 0 #fff, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ceb241, 0 0 1px #ceb241;
  }
}
@keyframes neon3 {
  from {
    text-shadow: 0 0 0 #fff, 0 0 2px #ffe36b, 0 0 4px #ffe36b, 0 0 6px #ffe36b, 0 0 8px #ceb241, 0 0 10px #ceb241;
  }
  to {
    text-shadow: 0 0 0 #fff, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ffe36b, 0 0 0 #ceb241, 0 0 1px #ceb241;
  }
}
/* 갯수 + 1 */
#menu li:nth-child(1).on a, #menu li:nth-child(1) a:hover, #menu li .has-ul.on {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  /* google, safari */
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  /* firefox */
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  /* opera */
  animation: neon3 1.5s ease-in-out infinite alternate;
  /* -ms- explorer (생략가능) */
}

#menu li:nth-child(2).on a, #menu li:nth-child(2) a:hover, #menu li .has-ul.on {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  /* google, safari */
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  /* firefox */
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  /* opera */
  animation: neon3 1.5s ease-in-out infinite alternate;
  /* -ms- explorer (생략가능) */
}

#menu li:nth-child(3).on a, #menu li:nth-child(3) a:hover, #menu li .has-ul.on {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  /* google, safari */
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  /* firefox */
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  /* opera */
  animation: neon3 1.5s ease-in-out infinite alternate;
  /* -ms- explorer (생략가능) */
}

#menu li:nth-child(4).on a, #menu li:nth-child(4) a:hover, #menu li .has-ul.on {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  /* google, safari */
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  /* firefox */
  -o-animation: neon3 1.5s ease-in-out infinite alternate;
  /* opera */
  animation: neon3 1.5s ease-in-out infinite alternate;
  /* -ms- explorer (생략가능) */
}

/*************** MAIN 공통 ***************/
.bg, .deco {
  position: absolute;
  pointer-events: none;
}

section#section0 {
  display: block;
}

/*************** Main ***************/
#section0 {
  background-image: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/intro/bg-min.jpg);
}
#section0 .wrap-back .maple {
  right: 16vw;
  top: 0;
  width: 27.2vw;
}
#section0 .wrap-back .roof {
  display: block;
  width: 100%;
  height: 21vh;
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/intro/roof-min.png) repeat-x left top/auto 100%;
}
#section0 .wrap-back .moon {
  right: 14vw;
  top: 40px;
}
#section0 .wrap-door .door-l {
  left: 260px;
  top: 0;
  height: 100%;
}
#section0 .wrap-door .doors {
  right: 0%;
  top: 0;
  height: 100%;
  /* right:-32%; */
}
#section0 .wrap-cover {
  position: static;
  z-index: 2;
}
#section0 .wrap-cover .leaf-l {
  left: -3%;
  bottom: 6%;
  max-height: 89vh;
}
#section0 .wrap-cover .leaf-r {
  right: 0;
  bottom: 1%;
  max-height: 63vh;
}
#section0 .wrap-cover .cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}
#section0 .wrap-cover .cover-light {
  bottom: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: plus-lighter;
}
#section0 .wrap-chr {
  position: absolute;
  bottom: -2vw;
  right: -10vw;
  width: 64.3vw;
  min-width: 634px;
  opacity: 0;
}
#section0 .wrap-chr .chr1 {
  width: 100%;
  max-width: 114vh;
}
#section0 .wrap-chr .light1 {
  bottom: 34%;
  right: 34%;
  width: 22.5%;
  mix-blend-mode: screen;
}
#section0 .wrap-chr .light2 {
  width: 41.98%;
  bottom: 21%;
  right: 11%;
  mix-blend-mode: screen;
}
#section0 .wrap-tit {
  opacity: 0;
  position: absolute;
  bottom: 22vh;
  left: 22vw;
  width: 28.7vw;
  min-width: 420px;
  z-index: 2;
}
#section0 .wrap-tit > img.long {
  vertical-align: top;
  margin-top: 1vw;
  width: 5.26%;
}
#section0 .wrap-tit > img.han {
  vertical-align: middle;
  margin: 0 -10px 0 10px;
  width: 36.85%;
}
#section0 .wrap-tit > img.event {
  vertical-align: bottom;
  padding-bottom: 20px;
  width: 19.4%;
}
#section0 .wrap-tit > img.period {
  width: 100%;
}

@keyframes jelly {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 1.35, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aniBright2 {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(0.8);
  }
}
@keyframes aniBright {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.3);
  }
}
/*************** SECTION 공통 ***************/
section {
  min-width: 1280px;
}

.row-c {
  position: relative;
  width: 95.8%;
  margin-left: 4.2%;
  transition: 0.4s;
}

.mouse {
  z-index: 2000;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 20;
}

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

.ani-maple1 {
  position: absolute;
  right: 0;
  animation: mapleAni 6s linear infinite;
  width: 35.2%;
  filter: blur(3px);
}

.ani-maple2 {
  position: absolute;
  right: -20%;
  transform: translateY(-100vh);
  animation: mapleAni 6s 2.5s linear infinite;
  opacity: 0.5;
  width: 35.2%;
  filter: blur(3px);
}

/* 전우치 캐릭터 */
.chars {
  position: absolute;
  right: 4%;
  bottom: 7%;
  width: 17.34%;
}

@keyframes mapleAni {
  0% {
    opacity: 1;
    transform: translate(20vw, -100vh) rotate(0);
  }
  100% {
    transform: translate(-40vw, 100vh) rotate(450deg);
  }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@keyframes bounce-reverse {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(15px);
  }
}
@-webkit-keyframes bounce-reverse {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(15px);
  }
}
@keyframes aniSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 80px auto 44px;
  margin: 7vh auto 3vh;
}

.wrap-cont {
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.wrap-cont .cont {
  height: 100vh;
  max-width: unset;
}

/***************************************/
/*************** EVENT01 ***************/
/***************************************/
#section1 {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section1/bg-min.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
#section1 .chr-event1 {
  left: 9%;
  top: -6%;
}
#section1 .wrap-title {
  width: 28.05vw;
}
#section1 .wrap-title img:nth-child(1) {
  width: 100%;
  margin-bottom: 1.2rem;
}
#section1 .wrap-title img:nth-child(2) {
  max-width: 84%;
}
#section1 .wrap-check {
  background: #136737;
}

/***************************************/
/*************** EVENT02 ***************/
/***************************************/
#section2 {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section1/bg-min.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
#section2 .wrap-title {
  width: 45.3%;
  min-width: 766px;
}

/* 버튼 */
.my-get-num {
  position: absolute;
  top: 25.1%;
  left: 30.6%;
  display: inline-block;
  width: 16%;
  height: 2.2%;
  line-height: 1.7;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.3vh;
  font-weight: bold;
  color: #6f6f6f;
  /*background: #00ffb5a3;*/
  z-index: 13;
}

.btn-view-my-list {
  position: absolute;
  left: 55.487204%;
  top: 24.05%;
  display: inline-block;
  width: 28.902844%;
  height: 4.283029%;
  /*background: #00ffb5a3;*/
  text-indent: -9999px;
  z-index: 13;
}
.btn-view-my-list:hover {
  background: rgba(255, 150, 0, 0.33);
  mix-blend-mode: color-dodge;
}

.btn-show-way {
  position: absolute;
  left: 48.1%;
  bottom: 20.78%;
  display: inline-block;
  width: 20.305829%;
  max-width: 226px;
  height: 4.948421%;
  margin-left: -30.505687%;
  /*background: #00ffb5a3;*/
  text-indent: -9999px;
  z-index: 13;
}
.btn-show-way:hover {
  background: rgba(0, 255, 181, 0.36);
  mix-blend-mode: color-dodge;
}

.btn-reset {
  position: absolute;
  left: 39.9%;
  bottom: 20.78%;
  display: inline-block;
  width: 20.305829%;
  max-width: 226px;
  height: 4.948421%;
  /*background: #00ffb5a3;*/
  text-indent: -9999px;
  z-index: 13;
}
.btn-reset:hover {
  background: rgba(0, 255, 181, 0.36);
  mix-blend-mode: color-dodge;
}

.btn-itemlist {
  position: absolute;
  left: 62.1%;
  bottom: 20.78%;
  display: inline-block;
  width: 20.305829%;
  max-width: 226px;
  height: 4.948421%;
  /*background: #00ffb5a3;*/
  text-indent: -9999px;
  z-index: 13;
}
.btn-itemlist:hover {
  background: rgba(0, 255, 181, 0.36);
  mix-blend-mode: color-dodge;
}

/* 플립 보드+카드 */
.board {
  z-index: 13;
  position: absolute;
  left: 16.5%;
  top: 29.1%;
  width: 67.35%;
  height: 41.886%;
  border: 3px solid transparent;
}
.board td {
  position: relative;
  width: 8%;
  height: 20%;
  /* background:red;*/
}
.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 :checked + .flip-card {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.board .board input[type=checkbox] {
  display: none;
}

.card {
  width: 100%;
  height: 100%;
  display: block;
}
.card ul {
  width: 100%;
  height: 100%;
  display: block;
}
.card ul li {
  position: relative;
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  width: calc(11.1% - 3.5555556px);
  height: calc(20% - 3.2px);
  /* background:red;*/
}
.card ul li:nth-child(9n) {
  margin-right: 0;
}
.card .quizy-mg-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  /* 플립 전*/
  /* 플립 후 뒷면*/
}
.card .quizy-mg-item .quizy-mg-item-top {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/card-front-min.png") no-repeat left top;
  background-size: 100% 100%;
  box-sizing: border-box;
  /* background:grey;*/
}
.card .quizy-mg-item .quizy-mg-item-bottom {
  display: block;
  width: 100%;
  height: 100%;
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/card-front-min.png") no-repeat left top;
}
.card .quizy-mg-item .mgcard-show {
  display: inline-block;
  text-indent: -9999px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}
.card .quizy-mg-item .prize {
  width: calc(11.1% - 3.5555556px);
  height: 20%;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.card .quizy-mg-item .prize.item1 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-1-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item2 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-2-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item3 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-3-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item4 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-4-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item5 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-5-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item6 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-6-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item7 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-7-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item8 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-8-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item9 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-9-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item10 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-10-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item11 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-11-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item12 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-12-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item13 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-13-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item14 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-14-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item15 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-15-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item16 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-16-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item17 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-17-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item18 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-18-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item19 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-19-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item20 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-20-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item21 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-21-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item22 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-22-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item23 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-23-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item24 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-24-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item25 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-25-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item26 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-26-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item27 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-27-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item28 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-28-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item29 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-29-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item30 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-30-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item31 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-31-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item32 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-32-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item33 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-33-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item34 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-34-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item35 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-35-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item36 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-36-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item37 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-37-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item38 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-38-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item39 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-39-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item40 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-40-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item41 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-41-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item42 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-42-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item43 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-43-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item44 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-44-min.png") no-repeat center center;
  background-size: 100% 100%;
}
.card .quizy-mg-item .prize.item45 {
  background: url("//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section2/item/item-45-min.png") no-repeat center center;
  background-size: 100% 100%;
}

/***************************************/
/*************** section 03 ***************/
/***************************************/
#section3 {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20220629_marble/images/event03/evt3-bg-min.jpg) repeat-y center/100% auto;
}
#section3 .rwd-media-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  padding-bottom: 100vh;
  overflow: hidden;
}
#section3 .rwd-media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#section3 .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.65) url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20180919_thanksgiving/images/cover-video.png");
}
#section3 .hero-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#section3 .chr-hero {
  position: absolute;
  /*left: 20%;*/
  max-width: 621px;
  width: 62vh;
  top: 50%;
  transform: translatey(-50%);
  left: 15%;
}
#section3 .tit-hero {
  position: absolute;
  top: 16vh;
  left: 50%;
  height: 20vh;
  max-height: 204px;
}
#section3 .tit-hero img {
  height: 100%;
  vertical-align: bottom;
}
#section3 .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%;
}
#section3 .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;
}
#section3 .btn-yt {
  display: inline-block;
  height: 100%;
}
#section3 .btn-yt img {
  height: 100%;
  max-height: 204px;
}
#section3 .btn-yt img:hover {
  filter: brightness(1.2);
}
#section3 .item-list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(13%, -19%);
  width: 41vw;
  height: 26.5vw;
  min-width: 400px;
  min-height: 259px;
}
#section3 .item-list .character-item:nth-child(1) {
  float: left;
  width: 62%;
  height: 46%;
  margin-left: -20.4%;
  margin-top: 17%;
  transform: rotate(45deg);
}
#section3 .item-list .character-item:nth-child(2) {
  position: absolute;
  width: 62%;
  height: 46%;
  margin-left: 24.1%;
  margin-top: 17.5%;
  transform: rotate(45deg);
}
#section3 .item-list .character-item li {
  float: left;
  width: 49%;
  height: 100%;
  -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;
}
#section3 .item-list .character-item:nth-child(1) li:nth-child(1) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill01-min.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 2%;
}
#section3 .item-list .character-item:nth-child(1) li:nth-child(2) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill02-min.png) center no-repeat;
  background-size: 100% 100%;
}
#section3 .item-list .character-item:nth-child(2) li:nth-child(1) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill03-min.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 1.8%;
}
#section3 .item-list .character-item:nth-child(2) li:nth-child(2) {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill04-min.png) center no-repeat;
  background-size: 100% 100%;
}
#section3 .item-list .character-item:nth-child(1) li:nth-child(1):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill01-on-min.png) center no-repeat;
  background-size: 100% 100%;
}
#section3 .item-list .character-item:nth-child(1) li:nth-child(2):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill02-on-min.png) center no-repeat;
  background-size: 100% 100%;
}
#section3 .item-list .character-item:nth-child(2) li:nth-child(1):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill03-on-min.png) center no-repeat;
  background-size: 100% 100%;
}
#section3 .item-list .character-item:nth-child(2) li:nth-child(2):hover {
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section3/skill04-on-min.png) center no-repeat;
  background-size: 100% 100%;
}

/***************************************/
/*************** section 04 ***************/
/***************************************/
#section4 {
  background: url(//lostsagakr-cdn-image.valofe.com/2014_grand/event/220824_chuseok/images/section4/bg-min.jpg) no-repeat center/cover;
}
#section4 .wrap-title {
  width: 22.6vw;
}
#section4 .wrap-title img:nth-child(1) {
  width: 97.8%;
}
#section4 .wrap-title img:nth-child(2) {
  width: 100%;
  margin: 0.2rem 0 1rem;
}
#section4 .wrap-title img:nth-child(3) {
  width: 100%;
}
#section4 .btn-go-to-shop {
  display: inline-block;
  position: absolute;
  left: 38.9%;
  bottom: 19.1%;
  width: 22.205829%;
  height: 4.548421%;
}
#section4 .btn-go-to-shop:hover {
  background: rgba(255, 134, 0, 0.64);
  mix-blend-mode: color-dodge;
}
#section4 .char2 {
  right: 2.5%;
  bottom: 8%;
  width: 18.76%;
}

/**************** temp 푸터 ***************/
#footer #lnb_sns {
  padding: 15px 0;
  box-sizing: border-box;
  width: 210px;
  text-align: center;
  z-index: 14;
  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 );
}
#footer #lnb_sns li {
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
}
#footer #lnb_sns li:first-child {
  margin-left: 0;
}
#footer #lnb_sns li i {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  transition: all 0.25s;
}
#footer p {
  padding: 20px 0;
  box-sizing: border-box;
  width: 210px;
  text-align: center;
  z-index: 14;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  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 );
}

/**************** temp 팝업 ***************/
.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.layer-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 9998;
}
.layer-wrap:before {
  content: "";
  display: inline-block;
  margin-right: -0.25em;
  height: 100%;
  vertical-align: middle;
}
.layer-wrap .layer-pop {
  z-index: 9999;
  position: relative;
  display: inline-block;
  width: 450px;
  height: 318px;
  vertical-align: middle;
  background: #fff;
  font-family: "Nanum Gothic", "Malgun Gothic", sans-serif;
  border: 1px solid #003617;
}
.layer-wrap .layer-pop .pop-container .frame h1 {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 42px;
  max-width: unset;
  padding: 0;
  padding-left: 5px;
  text-indent: 16px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: none;
  text-align: left;
  position: absolute;
  line-height: 41px;
}
.layer-wrap .layer-pop .cont {
  position: relative;
}
.layer-wrap .layer-pop .btn-x {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-block;
  width: 22px;
  height: 23px;
  width: 32px;
  height: 33px;
  background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/common/images/pop-x-min.png) no-repeat center/auto;
  font-size: 0;
  text-indent: -999999px;
}
.layer-wrap .layer-pop .btn-x:hover {
  filter: brightness(1.5);
}
.layer-wrap .layer-pop .wrap-btn {
  position: absolute;
  bottom: 26px;
  width: 96%;
  text-align: center;
}
.layer-wrap .layer-pop .wrap-btn button:nth-child(2) {
  margin-left: 7px;
}
.layer-wrap .layer-pop .wrap-btn .btnLayerCancel {
  display: none;
  /*text-indent: -9999px;*/
  width: 146px;
  height: 54px;
  background: #4e4e4e;
  outline: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Nanum Gothic", sans-serif;
}
.layer-wrap .layer-pop .wrap-btn .btnLayerCancel:hover {
  filter: brightness(1.1);
}
.layer-wrap .layer-pop .wrap-btn .btnLayerConfirm {
  /*text-indent: -9999px;*/
  width: 146px;
  height: 54px;
  background: linear-gradient(to bottom, #FF7930, #803416);
  color: #fff;
  outline: none;
  border: none;
  font-size: 16px;
  font-family: "Nanum Gothic", sans-serif;
}
.layer-wrap .layer-pop .wrap-btn .btnLayerConfirm:hover {
  filter: brightness(1.1);
}

.layer-wrap#message .cont {
  padding: 108px 0 70px;
  height: auto;
}
.layer-wrap#message .message {
  text-align: center;
  line-height: 1.7;
  letter-spacing: -0.5px;
  font-family: "Nanum Gothic", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #3f3f3f;
}
.layer-wrap#message .message .db-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  vertical-align: initial;
}
.layer-wrap#message .wrap-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.layer-wrap#tbl .layerPop {
  z-index: 9999;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 540px;
  height: 388px;
  overflow-y: auto;
}
.layer-wrap#tbl .layerPop .btn-x {
  top: 12px;
  right: 12px;
}
.layer-wrap#tbl .pop-container h1 {
  position: absolute;
  top: 44px;
  left: 0;
  width: 98%;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 24px;
  color: #3f3f3f;
}
.layer-wrap#tbl .pop-container .frame {
  position: absolute;
  top: 100px;
  margin: 0;
  height: 200px;
  overflow: auto;
  z-index: 9999;
}
.layer-wrap#tbl .pop-container .frame .wrap-tbl {
  display: table;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.layer-wrap#tbl .pop-container .frame .wrap-tbl table {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  width: 100%;
  overflow: hidden;
  text-indent: 0;
  border: 1px solid #FF7930;
}
.layer-wrap#tbl .pop-container .frame .wrap-tbl table caption {
  position: absolute;
  top: 10px;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  font-weight: bold;
  color: #6053a1;
}
.layer-wrap#tbl .pop-container .frame .wrap-tbl table thead th {
  padding: 8px 0;
  line-height: 1.3;
  vertical-align: middle;
  background: #FF7930;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Nanum Gothic", Sans-serif;
  font-size: 14px;
}
.layer-wrap#tbl .pop-container .frame .wrap-tbl table tbody td, .layer-wrap#tbl .pop-container .frame .wrap-tbl table tbody tr {
  padding: 6px 0 4px 0;
  vertical-align: middle;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #FF7930;
  font-weight: normal;
  color: #000;
}

.layer-wrap.yt .layer-pop {
  width: 900px;
  height: 506px;
}
.layer-wrap.yt .pop-container {
  padding: 0;
}
.layer-wrap.yt .pop-container .skip {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.layer-wrap.yt .pop-container .frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 100;
  overflow: inherit;
  border: 2px solid #b1dea1;
}
.layer-wrap.yt .pop-container .frame h1 {
  top: -49px;
  right: 0;
  left: 14px;
  background: none;
}
.layer-wrap.yt .pop-container .frame iframe {
  min-width: 100%;
  height: 500px;
}
.layer-wrap.yt .pop-container .btn-layer-close {
  position: absolute;
  top: 13px;
  right: 20px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20220427_children/yt-close-btn-min.png") 0 0 no-repeat;
  background-size: contain;
  filter: brightness(1.5);
  text-indent: -9999px;
}

@media screen and (orientation: portrait) {
  section#main {
    min-height: 760px;
  }
}
@media screen and (max-width: 1660px) {
  #event01 .chr-event1 {
    left: 2%;
  }

  #event03 .chr-event3 {
    right: -6%;
  }

  #event03 .deco.dice-small {
    left: 13.6%;
  }

  #event03 .deco.dice-big {
    left: 8%;
  }
}
@media screen and (max-width: 1440px) {
  #marbleBoard {
    margin-left: -10%;
  }

  #marbleDice, #bonusAttendance.li2 {
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  #event01 .chr-event1 {
    left: -9%;
  }

  #marbleBoard {
    margin-left: -15%;
  }

  #event02 .chr-event2 {
    left: -0.5%;
  }

  #event03 .chr-event3 {
    right: -9%;
  }

  #event03 .deco.dice-small {
    left: 8.6%;
  }

  #event03 .deco.dice-big {
    left: 3%;
  }
}
@media screen and (max-width: 1200px) {
  #marbleBoard {
    margin-left: 0%;
  }
}

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