@charset "utf-8";
/*  Reset CSS  */
* { margin:0;  padding:0; font-family:'FontAwesome', '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;}
input[type='text'] {
    border-block-style: none;
    background: transparent;
    border: none;
    padding-left: 5px;
}

html{scroll-behavior:smooth;}

/* 스크롤 바 */
/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius:4px;
    background: rgba(242,140,138,9);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(242,140,138,1);

}
.hidden{visibility:hidden;position:absolute;}
.text-indent{text-indent:-9999px;}
.wrapper, #wrap{position: relative; width: 100%; height: 100%; 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: #3c5070; opacity:0.8;transition:all 0.25s;}
#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.8);
    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 .25s;}
.btn-lnb-controll.is-normal .blit{background:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20221223_christmas/btn-close-off.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/20230111_newyear/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/20221223_christmas/btn-is-closed-off.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/20230111_newyear/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: #858fa9;
}
#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;padding-bottom:1vh!important;} /* 서브메뉴 있는 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:'Noto Sans KR', 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{/*border-top:1px solid rgba(255,255,255,0.2)*/
    font-size:18px;
    padding-left: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#menu li:nth-child(4) a{
    font-size:17px;
}
#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;
    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:15px;
    height: 15px;
    background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20221223_christmas/btn-is-closed-off.png") center top no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#menu li ul li.on a .blit-lnb{
    display: inline-block;margin-right: 3px;
    margin-top:-1px;
    width:15px;
    height: 15px;
    background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/btn-is-closed-on-min.png") center top no-repeat;
    background-size: contain;
}

#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(5) 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,
#menu li:nth-child(5).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 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 10px #0d9cff, 0 0 20px #0d9cff, 0 0 40px #0d9cff;
    }
    to {
        text-shadow:0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 0px #0d9cff,  0 0 1px #0d9cff, 0 0 40px #0d9cff;
    }
}

@-moz-keyframes neon3 {
    from {
        text-shadow: 0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 10px #0d9cff, 0 0 20px #0d9cff, 0 0 40px #0d9cff;
    }
    to {
        text-shadow:0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 0px #0d9cff,  0 0 1px #0d9cff, 0 0 40px #0d9cff;
    }
}
@-ms-keyframes neon3 {
    from {
        text-shadow: 0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 10px #0d9cff, 0 0 20px #0d9cff, 0 0 40px #0d9cff;
    }
    to {
        text-shadow:0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 0px #0d9cff,  0 0 1px #0d9cff, 0 0 40px #0d9cff;
    }
}
@-o-keyframes neon3 {
    from {
        text-shadow: 0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 10px #0d9cff, 0 0 20px #0d9cff, 0 0 40px #0d9cff;
    }
    to {
        text-shadow:0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 0px #0d9cff,  0 0 1px #0d9cff, 0 0 40px #0d9cff;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 10px #0d9cff, 0 0 20px #0d9cff, 0 0 40px #0d9cff;
    }
    to {
        text-shadow:0 0 0px #fff, 0 0 0px #0d9cff, 0 0 0px #0d9cff, 0 0 0px #0d9cff,  0 0 1px #0d9cff, 0 0 40px #0d9cff;
    }
}

/*레이아웃*/
section { position:relative; overflow:hidden; margin:0; padding:0; width:100%;
    background-size:cover; background-position:right center; background-attachment:fixed;}

section:nth-child(1) { background-image:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/bg-min.png); background-position:center; background-size:cover; }
section:nth-child(2) { background-image:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec2-bg-min.jpg); background-position:center; background-size:cover; }
section:nth-child(3) { background-image:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec2-bg-min.jpg); background-position:center; background-size:cover; }
section:nth-child(4) { background-image:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec4-bg-min.jpg);background-position:center; background-size:cover;}

section:nth-child(6) { background-image:url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec4-bg-min.jpg); background-position:center; background-size:cover; }
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); }

section:nth-child(1) article { background:rgba(206,124,121,0.85); }
section:nth-child(2) article { background: rgba(41,48,77,0.85);}
section:nth-child(3) article {background: rgba(41,48,77,0.85);}
section:nth-child(4) article { background:rgba(189,77,94,0.85);}
section:nth-child(6) article { background:rgba(227,148,10,0.85);}

section:nth-child(1) p { color:#fff; text-align:center;}
section:nth-child(1) span { color:#fff;text-align:center;}
section:nth-child(2) p { color:#fff; }
section:nth-child(2) span { color:#fff;}
section:nth-child(3) p { color:#fff;}
section:nth-child(3) span { color:#fff;}
section:nth-child(4) p { color:#fff;}
section:nth-child(4) span { color:#0f2b4a;}
section:nth-child(6) p { color:#fff;}
section:nth-child(6) span { color: #6644fb;}

section:nth-child(2) .img-wrap { position: absolute; top:50%; height:83%; ;z-index: 12;max-height: 870px;left: 50%;transform: translate(-50%,-50%);}
section:nth-child(3) .img-wrap { position: absolute; top:50%; height:81%; z-index: 12;max-height: 870px; left: 50%;transform: translate(-50%,-51%);}
section:nth-child(4) .img-wrap { position: absolute; height: 100%; z-index: 12; max-height: 81vh; left: 50%; top: 9vh; transform: translateX(-50%);}
section:nth-child(6) .img-wrap { position: absolute; top:50%; height:90%;  z-index: 12;max-height: 890px; left:50%;transform:translate(-50%,-50%);}
section:nth-child(2) .img-wrap  img { height: 100%; position: relative;}
section:nth-child(3) .img-wrap  img { height: 100%;}
section:nth-child(4) .img-wrap  img { height: 100%;}
section:nth-child(4) .img-wrap .floating-banner-attend img {height: 132px; position: absolute; top: -16.9%; left: 22%;}
section:nth-child(6) .img-wrap  img { height: 100%; right: 2%;}

.bg-notice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13vh;
    background: #483789;
}

.title-box{
    width: 50%;
    height: 100%;
    position: relative;
    right: -13.5%;
    z-index: 10;
}

.title-box img:nth-child(1){
    position: absolute;
    top: -13%;
    animation: fade 1.1s 0.2s 1 both ;
    width:100%;
}

.title-box img:nth-child(2){
    position: absolute;
    top: 11%;
    z-index: 1;
    animation: fade 1.1s 0.4s 1 both ;
    width:100%;
}

.title-box img:nth-child(3){
    position: absolute;
    top: 15%;
    z-index: 0;
    animation: fadeInDown 1.3s 0.6s 1 both ;
    width:100%;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-45px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* 메인 텍스트 애니메이션 */
.main-title{
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
    z-index: 12;
    width: 26%;
}

section:nth-child(1) #mainTitle-wrap .main-title img:nth-child(1) {
    display: block;
    position: relative;
    animation: fadeInUp 1.9s 1.65s 1 both;
    width: 31%;
    right: -50%;
    bottom: 8%;
    margin-bottom: -7%;
}

section:nth-child(1) #mainTitle-wrap .main-title img:nth-child(2) {
    display: block;
    position: relative;
    right: -10%;
    animation: fadeInRight 1.9s 1.11s 1 both;
    width: 76%;
}

section:nth-child(1) #mainTitle-wrap .main-title img:nth-child(3) {
    display: block;
    position: relative;
    right: -13%;
    animation: fadeInLeft 1.9s 1.11s 1 both;
    width: 73%;
    margin-bottom: 5%;
}
section:nth-child(1) #mainTitle-wrap .main-title img:nth-child(4) {
    display: block;
    animation: fadeInUp 1.9s 1.65s 1 both;
    width: 100%;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* 메인 배경 */
section:nth-child(1) .bg-main img {position:absolute;}
section:nth-child(1) .bg-main .bg-maple {position:absolute; top:0; left:0; width:auto;}
section:nth-child(1) .bg-main .bg-roof {position:absolute; bottom:0; left:0; width:100%; z-index:12;}

/* 캐릭터 */
.sun{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 74vh;
    height: 100%;
}
.sun img{
    height:100%;
    transform: rotate(333deg);
}

section:nth-child(1) .chr1 { position: absolute; bottom:0; right:0; width:50%; height:100%; z-index: 13; }
section:nth-child(1) .chr1 img{ width:100%; vertical-align:bottom; }
section:nth-child(1) .chr1 img.fox {
    position: absolute;
    right: -33%;
    top:-7%;
    width: 150.3%;
}

section:nth-child(1) .rabbit{
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    z-index: 13;
}

section:nth-child(1) .rabbit img:nth-child(1){
    position: absolute;
    top: 21%;
    left: 16%;
    animation: fadeIn 2.2s 3.5s 1 both, bouncerabbit 1.2s 5.73s infinite alternate;
    width: 23%;
}

section:nth-child(1) .rabbit img:nth-child(2){
    position: absolute;
    bottom: 1%;
    right: 10%;
    opacity: 0;
    width: 29%;
    animation: fadeIn 2.2s 3.5s 1 both, bouncerabbit 1.2s 5.73s infinite alternate;
}

@keyframes bouncerabbit {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(-50px);
        opacity: 1;
    }
}

.bg{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.bg img:nth-child(1){
    position: absolute;
    top: 23%;
    left: -1%;
    animation: fadeInLeftBg 2.4s 3s 1 both;
    z-index: 7;
    width: 10%;
}

.bg img:nth-child(2){
    position: absolute;
    right: -1%;
    top: 15%;
    animation: fadeInRightBg 2.4s 3s 1 both;
    z-index: 7;
    width: 11%;
}

.bg img:nth-child(3){
    position: absolute;
    right: -1%;
    top: 26%;
    animation: fadeInRightBg 2.4s 3s 1 both;
    z-index: 7;
    width: 20%;
}

.bg img:nth-child(4){
    position: absolute;
    top: 5%;
    left: 3%;
    width: 153px;
    -webkit-animation: move_cloud 80s 5.2s infinite;
    z-index: 6;
    opacity:60%;
}

.bg img:nth-child(5){
    bottom: -33%;
    position: absolute;
    top: 33%;
    left: 8%;
    width: 153px;
    animation: move_cloud 80s 5.2s infinite;
    z-index: 6;
    opacity:60%;
}

.bg img:nth-child(6){
    position: absolute;
    right: 28%;
    top: 17%;
    width: 153px;
    animation: move_cloud 80s 5.2s infinite;
    z-index: 6;
    opacity:60%;
}

.bg img:nth-child(7){
    position: absolute;
    bottom: -1%;
    width: 100%;
    z-index: 12;
}

@keyframes fadeInLeftBg {
    0% {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBg {
    0% {
        opacity:1;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes move_cloud {
    from {
        transform: translateX(0);
        opacity:60%;

    }
    to {transform: translateX(1000%);
        opacity:60%;}
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.chr-wrap-gray-rabbit .chr-r {
    position: absolute;
    right: 3%;
    top: 54%;
    max-width: 230px;
    width: 21vh;
    z-index: 12;
    animation: bouncerabbit 1.2s 0s infinite alternate;
}

.chr-wrap-pink-rabbit .chr-r {
    max-width: 254px;
    width: 22vh;
    position: absolute;
    top: 58%;
    right: 5%;
    animation: bouncerabbit 1.2s 0s infinite alternate;
}

#section3 .tit-wrap {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
}

.secret-attend-list {
    position: absolute;
    left: 5.9%;
    top: 23.4%;
    width: 89.772%;
    height: 65.23vh;
}

.secret-attend-list li {
    position: relative;
    float: left;
    width: calc(16.642% - 1%);
    height: calc(33.33% - 1.2%);
    margin-right: 0.76%;
}

.secret-attend-list li:nth-child(6n) {
    margin-right: 0;
}

.secret-attend-list li:nth-child(-n+18) {
    margin-bottom: 2.83%;
}

.secret-attend-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.secret-attend-list li.get-ok a:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/get-ok2-min.png) center no-repeat;
    background-size:cover;
    left: 0;
    top: 0;
}

.floating-banner-attend {
    z-index: 9998;
    position: absolute;
    display: inline-block;
    width: 16vh;
    height: 73vh;
    max-width: 178px;
    max-height: 850px;
    right: -23%;
    bottom: 0;
    top: 62.7%;
    transform: translateY(-59%);
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec4-bonus-min.png) no-repeat 0 0 /contain;
}

.my-attend-cnt {
    position: absolute;
    top: 20.25%;
    left: 25%;
    width: 42%;
    height: 5%;
    line-height: 39px;
    color: #663939;
    font-size: 1.4vh;
    font-weight: bold;
    text-align: center;
}

.my-attend-cnt ~ span {
    position: absolute;
    top: 21.3%;
    right: 33%;
    font-size: 1.4vh;
    font-weight: bold;
    color: #663939;
}

.bonus-attend-list {
    position: absolute;
    left: 7%;
    top: 28.2%;
    width: 83.5%;
}

.bonus-attend-list li {
    position: relative;
    width: 100%;
    height: 16.66vh;
    margin-bottom: 0.8vh;
    max-height: 182px;
}

.bonus-attend-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.bonus-attend-list li.get-ok a::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20221223_christmas/get-bonus.png) center no-repeat;
    background-size: cover;
    left: 0;
    top: -0;
}

/* 마우스 스크롤 이미지 */
.aniBounce {animation:bounce 1s 2.6s infinite alternate ;-webkit-animation: bounce 1s 0s infinite alternate; }
@keyframes bounce {
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(-15px);
        opacity: 1;
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(-15px);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 버튼 */
.my-get-num{
    position: absolute;
    display: inline-block;
    top: 17.9%;
    height: 2.6%;
    color: #343434;
    font-size: 1.3vh;
    left: 28.6%;
    width: 20%;
    text-align: center;
    z-index: 13;
    font-weight: bold;
    font-family: 'Malgun Gothic', 'Dotum', sns-serif;
    line-height: 1.5;
}

.btn-view-my-list{
    position: absolute;
    display: inline-block;
    left: 55.1%;
    top: 17.8%;
    width: 27.4%;
    height: 5.2%;
    z-index: 13;
}

.btn-pc-find{
    position:absolute;
    display: block;
    left: 4.138595%;
    top: 20.784830%;
    width: 30.606352%;
    height:5.514316%;
    text-indent:-9999px;
}

.btn-pc-gift{
    position:absolute;
    display: block;
    text-indent:-9999px;
    left: 37.728585%;
    top:20.784830%;
    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: 2.4802757%;
    width:25.719770%;
    height:5.514316%;
}

.btn-show-way{
    position: absolute;
    left: 48.5%;
    display: inline-block;
    z-index: 13;
    text-indent: -9999px;
    margin-left: -30.805687%;
    bottom: 16.8%;
    width: 20%;
    max-width: 226px;
    height: 5.3%;
}

.btn-reset{
    position: absolute;
    left: 49.5%;
    display: inline-block;
    z-index: 13;
    text-indent: -9999px;
    margin-left: -9.360190%;
    max-width: 226px;
    width: 19.6%;
    bottom: 17%;
    height: 5.3%;
}

.btn-itemlist{
    position: absolute;
    left: 50%;
    display: inline-block;
    z-index: 13;
    text-indent: -9999px;
    margin-left: 12.2%;
    max-width: 226px;
    bottom: 16.7%;
    height: 5.5%;
    width: 19.7%;
}

/* 플립 카드 */
.board{
    z-index: 13;
    position: absolute;
    left: 16.7%;
    top: 25.8%;
    width: 66.3%;
    height: 46.8%;
}

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 input[type="checkbox"] {
    display: none;
}

:disabled + .flip-card div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20211223_christmas/items/item-1.png") 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;
    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
    width: calc(11.1% - 3.5555556px);
    height: calc(20% - 3.2px);
}

.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/20230111_newyear/card-front-min.png") no-repeat left top;
    background-size:100% 100%;
    box-sizing:border-box;
}

/* 플립 후 뒷면*/
.mgcard-show {
    display:inline-block;
    text-indent: -9999px;
    margin-top: 0px;
    width: 100%;
    height:100%;
    background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/card-front-min.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.prize {
    text-indent: -9999px;
    width:100%;
    height:100%;
}

.prize.item1 {background: url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/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/20230111_newyear/item/item-45-min.png") no-repeat center center; background-size: 100% 100%;}

/* section5 풍성한 한가위 기념 상자 */
section:nth-child(6) .img-wrap .btn-go-to-shop {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 12.8%;
    transform: translateX(-50%);
}

section:nth-child(6) .btn-container {position: relative; width: 100%; height: 100%;}
section:nth-child(6) .img-wrap .btn-go-to-shop img {
    max-width: 255px;
    height:5vh;
}
/*섹션 5번 */
section:nth-child(5) {
    background-image: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/sec3-bg-min.png);
    background-position: center;
    background-size: cover;
}
.rwd-media-container {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding-bottom: 100vh;
}

.rwd-media{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.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);

}
section:nth-child(5) article {
    background: rgba(189,77,94,0.85);
}

section:nth-child(5) p {
    color: #fff;
}

section:nth-child(5) .hero-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section:nth-child(5) .chr-hero {
    position: absolute;
    left: 17%;
    max-width: 558px;
    width: 53vh;
    top: 50%;
    transform: translatey(-50%);
}

section:nth-child(5) .tit-hero {
    position: absolute;
    height: 19vh;
    max-height: 200px;
    top: 16vh;
    left: 50%;
}

section:nth-child(5) .btn-yt {
    display: inline-block;
    height: 100%;
}

section:nth-child(5) .btn-yt img {
    height: 100%;
    max-height: 200px;
}

section:nth-child(5) .item-list {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(13%,-19%);
    width: 41vw;
    height: 26.5vw;
    min-width: 400px;
    min-height: 259px;
}

.item-list .character-item:nth-child(1) {
    float: left;
    width: 62%;
    height: 46%;
    margin-left: -20.4%;
    margin-top: 17%;
    transform: rotate(45deg);
}

.item-list .character-item li {
    float: left;
    width: 49%;
    height: 100%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.item-list .character-item:nth-child(1) li:nth-child(1) {
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/skill01-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/20230111_newyear/skill02-min.png) center no-repeat;
    background-size: 100% 100%;
}

.item-list .character-item:nth-child(2) li:nth-child(1) {
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/skill03-min.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 1.8%;
}

.item-list .character-item:nth-child(2) li:nth-child(2) {
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/skill04-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/20230111_newyear/skill01-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/20230111_newyear/skill02-on-min.png) center no-repeat;
    background-size: 100% 100%;
}

.item-list .character-item:nth-child(2) li:nth-child(1):hover {
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/skill03-on-min.png) center no-repeat;
    background-size: 100% 100%;
}

.item-list .character-item:nth-child(2) li:nth-child(2):hover {
    background: url(https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/skill04-on-min.png) center no-repeat;
    background-size: 100% 100%;
}

section:nth-child(5) span {
    color: #fff;
}

.item-list .character-item:nth-child(2) {
    position: absolute;
    width: 62%;
    height: 46%;
    margin-left: 24.1%;
    margin-top: 17.5%;
    transform: rotate(45deg);
}

/*섹션 5번 종료 */

/* popup START*/
/* START popup 공통 요소 */
.layer-wrap{
    z-index: 9998;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.layer-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.layer-wrap.basic .pop-layer {
    z-index:9999;
    box-sizing:border-box;
    display: inline-block;
    vertical-align: middle;
    width: 430px;
    height: auto;
    background-color: #fff;
}

.layer-wrap.basic2 .pop-layer {
    z-index:9999;
    box-sizing:border-box;
    display: inline-block;
    vertical-align: middle;
    width: 430px;
    height: auto;
    background-color: #fff;
}

.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;
}

.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: #fff;
    border:3px solid #3c5071;
}
.pop-container{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 #3c5071;}
.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.80);}
.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:#222222; font-weight:bold;font-size:18px;background:none;text-align:left;position:absolute;line-height: 41px;background: transparent;}
.yt .pop-container .frame h1{top: -10%;}

.layer-wrap.tbl .pop-container .wrap-tbl{display:table;margin-top:22px;box-sizing:border-box;width:100%;background:#fff;padding: 30px 10px 10px 10px;text-align:center;}
.layer-wrap.tbl .pop-container .frame h1{top:-18px;left:0; color: #222222;max-width: unset;}
.layer-wrap.tbl .pop-container .frame .wrap-tbl h2{font-size:1rem; margin-bottom: 7px; color:#222222;
}
.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: #3c5071; color:#fff; font-size:14px; text-align:center;border-left: 1px solid #ffffff; padding: 7px 0;}
.layer-wrap.tbl .pop-container table th:first-child{border-left: 1px solid #3c5071;}
.layer-wrap.tbl .pop-container table th:last-child{border-right: 1px solid #3c5071;}
.layer-wrap.tbl .pop-container table td{color:#000;padding-top:7px; padding-bottom:7px; font-size:12px; text-align:center;border:1px solid #3c5071;}
.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: 'Noto Sans KR', sans-serif; letter-spacing: -0.5px; font-size:17px; font-weight:bold; color:#3f3f3f; 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:#3f3f3f; 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:12px;right: 15px; display:inline-block;width:16px;height:16px;background:url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/btn-pop-x-min.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:30px;height:30px;background:url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20211223_christmas/btn-pop-x-o.png") 0 0 no-repeat;background-size:contain;text-indent:-9999px;filter: brightness(1.5)}
.yt .pop-container .frame h1 .btn-layer-close{top: 6px;right: 0px; transition: transform 1s;}
.yt .pop-container .frame h1 .btn-layer-close:hover{transform: rotate(360deg);}

.pop-container .wrap-btn{width:100%;margin: 30px auto 22px; text-align:center;}
.pop-container .btn-confirm, .pop-container .btn-cancel, .pop-container .btn-close{display:inline-block;width:148px;height:44px;}
.pop-container .btn-confirm{background:url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/btn-pop-confirm-min.png") 0 0 no-repeat;}
.pop-container.my-get-list .btn-confirm{background:url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/btn-pop-confirm-min.png") 0 0 no-repeat; margin-bottom:20px;}
.pop-container .btn-cancel{background:url("https://lostsagakr-cdn-image.valofe.com/2014_grand/event/20230111_newyear/btn-pop-cancel-o-min.png") 0 0 no-repeat;}
.btn1{margin-right:10px;}
.btn2{margin-left:10px;}




/* 마우스 */
.mouse{position:fixed;top:100px;right:47px;z-index: 20; width:32px;}
.mouse img{width:100%;}
/*****미디어쿼리*****/
@media screen and (max-width : 1760px){
}

@media screen and (max-width : 1680px){
    /*메인*/
    .title-box {
        width: 54%;
        height: 100%;
        position: relative;
        right: -15.5%;
        z-index: 10;
    }
    .main-title {
        position: absolute;
        top: 51%;
        left: 43%;
        transform: translate(-50%, -50%);
        z-index: 12;
        width: 28%;
    }
    section:nth-child(1) .chr1 img.fox {
        position: absolute;
        right: -32.9%;
        top: 5%;
        width: 135.3%;
    }

    section:nth-child(1) .rabbit img:nth-child(1) {
        top: 27%;
        left: 30%;
        width: 20%;
    }
    section:nth-child(1) .rabbit img:nth-child(2) {
        bottom: 6%;
        right: 12%;
        width: 27%;
    }
    .bg img:nth-child(7) {
        bottom: 0;
    }
}
@media screen and (max-width : 1600px){
    /* 서브 토끼*/
    .chr-wrap-pink-rabbit .chr-r {
        max-width: 200px;
        width: 17vh;
        top: 64%;
    }
    .chr-wrap-gray-rabbit .chr-r {
        right: 3%;
        top: 61%;
        max-width: 200px;
        width: 17vh;
    }
}

@media screen and (max-width : 1560px){
    /*메인*/
    .title-box img:nth-child(1) {
        position: absolute;
        top: -11%;
        animation: fade 1.1s 0.2s 1 both;
        width: 100%;
    }

}


@media screen and (max-width : 1500px){
    /*메인*/
    .main-title {
        width: 30%;
    }
}

@media screen and (max-width : 1440px){
    /*메인*/
    .main-title {
        left: 41%;
    }
    .title-box {
        width: 59%;
        right: -11.5%;
    }
    section:nth-child(1) .chr1 img.fox {
        right: -48.4%;
        top: 6%;
        width: 154.3%;
    }
    .title-box img:nth-child(2) {
        top: 10%;
    }
    .title-box img:nth-child(3) {
        top: 13%;
    }
    section:nth-child(1) .rabbit img:nth-child(1) {
        top: 32%;
        left: 32%;
        width: 20%;
    }

    section:nth-child(1) .rabbit img:nth-child(2) {
        bottom: 2%;
        right: 9%;
    }

    .bg img:nth-child(2) {
        top: 16%;
        width: 9%;
    }
    .bg img:nth-child(3) {
        width: 16%;
    }

    /*토끼*/
    section .chr-wrap-gray-rabbit .chr-r, .chr-wrap-pink-rabbit .chr-r {
        display:none;
    }

    /*section4*/
    .floating-banner-attend {
        right: -19%;
    }
}

@media screen and (max-width : 1366px){
    /*메인*/
    .main-title {
        width: 28%;
    }
    section:nth-child(1) .chr1 img.fox {
        right: -39.2%;
        top: 0;
        width: 142.3%;
    }
}

