@charset "utf-8";

/************************************************************/
/* //////////////////////// font //////////////////////// */

/*pretendard*/
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://file.valofe.com/Valofe_file/web/fonts/Pretendard/static/woff2/Pretendard-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://file.valofe.com/Valofe_file/web/fonts/Pretendard/static/woff2/Pretendard-Bold.woff2) format('woff2');
}


/************************************************************/
/* //////////////////////// reset css //////////////////////// */
html {
    scroll-behavior: smooth;
    font-size: 16px;
    min-width: 300px;
}

* {
    box-sizing: border-box;
}

*, body, div, ul, li {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
}

a {
    outline: 0;
    text-decoration: none;
    color: #fff;
}

img {
    border: 0;
    object-fit: cover;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: inherit;
    color: inherit;
    font-family: 'Pretendard', 'Font Awesome 5 Free', serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
.skip-navi, .skip{position: absolute;left: -9999px;width: 1px;height: 1px;font-size: 0;line-height: 0;overflow: hidden;visibility: hidden;}
.hidden{position:absolute;width:1px;height:1px;top:-1px;left:-1px;text-indent:-9999px;}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.mb-block768 {display: none;}

#Gnbwrap li {
    line-height: 0 !important;
}

table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border: 0;
}

.clearfix {
    display:block;
}

.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
}


/************************************************************/
/* //////////////////////// header //////////////////////// */
#header {
    position: relative;
    display: block;
}

#header .logo {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 10;
}
#header .logo a {display: block;}
#header .logo a img {width: 100%;}

.btn-wrap {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 201px;
    height: 33px;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/frame-min.png) no-repeat center;
}

.btn-home {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    filter: grayscale(0);
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/home.png) no-repeat center;
    transition: filter .3s ease-in-out;
}

.btn-today {
    font-size: 13px;
    color: #fac573;
    padding: 0 16px 0;
    line-height: 25px;
    transition: color .3s ease-in-out;
}

.btn-today:hover, .btn-today.on {
    color: #fff;
}

.btn-today span {
    display: inline-block;
    width: 13px;
    height: 9px;
    vertical-align: text-bottom;
    margin: 2.5px;
    filter: grayscale(0);
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/close.png) no-repeat center;
    transition: color .3s ease-in-out;
}

.btn-home:hover, .btn-home.on,
.btn-today:hover span, .btn-today.on span {
    filter: grayscale(1);
}


/************************************************************/
/* //////////////////////// layout //////////////////////// */
#sec1, #sec2 {
    position: relative;
    width: 100%;
    min-height: calc(100dvh - 60px);
    overflow: hidden;
}

.chr {
    position: absolute;
    height: auto;
}
.chr.lf {left: 0;}
.chr.rt {right: 0;}
.chr img,
#sec2 .box-img img  {width: 100%;}

.pt {
    color: #ef9843;
}

/* 별 */
.stars-wrap {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.stars-wrap .star {
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0;
    backface-visibility: visible;
    border-radius: 50%;
    filter: blur(1px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 6px 2px rgba(201, 99, 225, 0.8);
    -webkit-animation: star-blink 2.4s ease-in infinite alternate;
    -moz-animation: star-blink 2.4s ease-in infinite alternate;
    -o-animation: star-blink 2.4s ease-in infinite alternate;
    animation: star-blink 2.4s ease-in infinite alternate;
}
.stars-wrap .star:nth-child(odd) {
    width: 2px;height: 2px;
    bottom: 20%;top: 50%;right: 10%;left: auto;
    -webkit-animation: star-blink 2.4s linear infinite alternate;
    -moz-animation: star-blink 2.4s linear infinite alternate;
    -o-animation: star-blink 2.4s linear infinite alternate;
    animation: star-blink 2.4s linear infinite alternate;
}
.stars-wrap .star:nth-child(even) {right: 10%;left: auto;-webkit-animation-delay: 2s;animation-delay: 2s;}
.stars-wrap .star:nth-child(n+1) {left: 46%;right: auto;-webkit-animation-delay: 2s;animation-delay: 0.2s;}
.stars-wrap .star:nth-child(2n) {left: 40%;right: auto;-webkit-animation-delay: 2s;animation-delay: 2s;}
.stars-wrap .star:nth-child(3n) {margin: -1rem;left: 30%;right: auto;-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.stars-wrap .star:nth-child(4n+1) {right: 5%;left: auto;-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.stars-wrap .star:nth-child(7n) {left: 36%;right: auto;-webkit-animation-delay: 1.2s;animation-delay: 0.2s;}
.stars-wrap .star:nth-child(6n+1) {left: 25%;right: auto;-webkit-animation-delay: 1.2s;animation-delay: 1s;}
.stars-wrap .star:nth-child(10n) {margin: 1rem;left: 5%;right: auto;-webkit-animation-delay: 1.2s;animation-delay: 2s;}


/* //////////////////////// animation //////////////////////// */
/* 별 */
@keyframes star-blink {
    50% {width: 3px;height: 3px;opacity: 1;}
}
@keyframes star-blink2 {
    50% {width: 4px;height: 4px;opacity: 1;}
}

/* clouds */
@keyframes clouds {
    from {-webkit-transform: translate3d(0px, 0px, 0px);}
    to {-webkit-transform: translate3d(100%, 0px, 0px);}
}

/* main chr glass */
@keyframes bbam {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* main title */
@keyframes sun {
    0% {box-shadow: 0 0 1em white, 0 0 1em white, 0 0 1em white, 0 0 1em white;}
    50% {box-shadow: 0 0 10em white, 0 0 10em white, 0 0 5em white, 0 0 10em white;}
    100% {box-shadow: 0 0 1em white, 0 0 1em white, 0 0 1em white, 0 0 1em white;}
}

/* bounce */
@keyframes float-reverse {
    0% {transform: translateY(0px);}
    100% {transform: translateY(-20px);}
}

/************************************************************/
/* //////////////////////// sec1 //////////////////////// */

/*  clouds  */
.clouds{
    width: 100%;height: 100%;
    position: absolute;
    right: 0;top: 0;bottom: 0;
    opacity: 0.6;
    background: transparent url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/clouds-min.png) no-repeat center/cover;
    -webkit-animation: clouds 80s linear infinite;
    -moz-animation: clouds 80s linear infinite;
    -o-animation: clouds 80s linear infinite;
    animation: clouds 80s linear infinite;
    pointer-events: none;
    z-index: 1;
}

#sec1 {
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/bg.png) no-repeat center/cover;
    box-shadow: inset 0 -30dvh 20dvh -10vh rgb(69 0 153 / 80%);
}

#chr-l {
    width: 56.2%;
    top: -12%;
    left: 4%;
    /*max-width: 1071px;*/
}
#chr-l:before {
    top: 6%;
    left: -10%;
    width: 69.4%;
    height: 92.1%;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/bg-glass-l.png) no-repeat center/cover;
}

#chr-r {
    width: 50.7%;
    bottom: 8%;
    /*max-width: 967px;*/
}
#chr-r:before {
    bottom: 0;
    right: 0;
    width: 71.2%;
    height: 109%;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/bg-glass-r.png) no-repeat center/cover;
}
/* chr glass bg */
#chr-l:before,
#chr-r:before {
    content:"";
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-animation: bbam 0.2s 1.3s 1 linear forwards;
    -moz-animation: bbam 0.2s 1.3s 1 linear forwards;
    -o-animation: bbam 0.2s 1.3s 1 linear forwards;
    animation: bbam 0.2s 1.3s 1 linear forwards;
    z-index: -1;
}
#chr-l:not(.aos-animate),
#chr-r:not(.aos-animate){
    transform: scale(10);
}

#glass-l {
    width: 18.1%;
    left: 10%;
    bottom: 0;
}
#glass-r {
    width: 26.7%;
    bottom: 10%;
    right: -15%;
}

/* main title */
#sec1 .main-tit {
    display: flex;
    height: calc(93dvh - 60px);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

#sec1 .tit-main {
    position: relative;
    margin-top: -1rem;
}
/* main 빛 움직임 */
#sec1 .tit-main:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 54.6%;
    width: 3.4%;
    height: 12%;
    mix-blend-mode: plus-lighter;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    -webkit-animation: sun 5s linear infinite;
    -moz-animation: sun 5s linear infinite;
    -o-animation: sun 5s linear infinite;
    animation: sun 5s linear infinite;
}

#sec1 .desc {
    text-align: center;
    font-size: 1.125rem;
    color: #e3c38d;
    line-height: 1.4;
}

#sec1 .scroll {
    position: absolute;
    bottom: 2.5rem;
    left: auto;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 5;
}
#sec1 .scroll small {
    display: block;
    margin-top: 1.125rem;
    padding-bottom: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffc499;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/scroll.png) no-repeat center bottom / 2.375rem 1.5rem;
    -webkit-animation: float-reverse 1.4s 1s forwards infinite alternate;
    -moz-animation: float-reverse 1.4s 1s forwards infinite alternate;
    -o-animation: float-reverse 1.4s 1s forwards infinite alternate;
    animation: float-reverse 1.4s 1s forwards infinite alternate;
}


/************************************************************/
/* //////////////////////// sec2 //////////////////////// */
#sec2 {
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec2/bg.png) no-repeat center/cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#dice-l {
    width: 21%;
    /*max-width: 400px;*/
    top: 24%;
    left: 1%;
    z-index: 0;
}

#dice-r {
    width: 23.35%;
    /*max-width: 445px;*/
    bottom: 11%;
    z-index: 0;
}
#sec2 .chr.aos-animate {
    -webkit-animation: float-reverse 2s 1s forwards infinite alternate;
    -moz-animation: float-reverse 2s 1s forwards infinite alternate;
    -o-animation: float-reverse 2s 1s forwards infinite alternate;
    animation: float-reverse 2s 1s forwards infinite alternate;
}

#sec2 .main-tit p {
    text-align: center;
    color: #e3c38d;
    font-size: 1.5rem;
    padding-top: 1rem;
}

#sec2 .box-wrap {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 1.25rem;
    margin: 1.5rem 0;
    width: 100%;
}

#sec2 .box {
    text-align: center;
    padding: 5rem 2rem;
    width: calc((100% - 4rem) / 3);
    color: #fff;
    font-size: 1.125rem;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec2/card-bg.png) no-repeat center/100% 100%;
}

#sec2 .box:after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec2/light.png) no-repeat center/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}

/* slick이 초기화되면 box-wrap을 block으로 강제 */
#sec2 .box-wrap.slick-slider {
    display: block;
}

#sec2 .box-img {
    max-height: 16vw;
    margin-top: -1.7rem;
}

/*guide*/
#sec2 .guide {
    text-align: center;
    font-size: 1.125rem;
    color: #9285a7;
}


/************************************************************/
/* //////////////////////// footer //////////////////////// */
#footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
    background-color: #070d16;
    color: #696868;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#footer .footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}

#footer .footer-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    transition: none;
}

#footer .logo {
    display: inline-block;
    position: static;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/images/common/logo-valofe.png) 0 0 no-repeat;
    background-size: contain;
}

#footer p {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Pretendard', 'Font Awesome 5 Free', serif;
    font-size: 11px;
}

/************************************************************/
/* //////////////////////// responsive //////////////////////// */


@media all and (min-width: 1920px) {
    #dice-r,#dice-l {z-index: 1;}
}
@media all and (max-width: 1200px) {
    #dice-l {top: 10%;}
    #dice-r {bottom: 0;}
    #chr-l {top: 0;left: 0;}
}

@media all and (max-height: 820px) {
    #sec1 .scroll {position: static;}
    #sec2 {padding-top: 8vh;padding-bottom: 8vh;}
}

@media all and (max-width: 1024px) {
    html,body {font-size:14px;}
    #wrapper {background: #131313;padding-top: 60px;}
    #combineMenu {top: 0;}

    #header .logo {
        position: fixed;
        top: 12px;;
        left: 50%;
        transform: translateX(-50%);
        z-index: 8888;
    }
    #header .logo a {width: 100px;}
    .btn-wrap {
        position: fixed;
        top: 70px;
        right: 1rem;
    }

    #sec2 .box-tit {width: 60%;margin: auto;}
    #sec2 .box-tit img {width: 100%;}
}

@media all and (max-width: 768px) {

    .mb-hidden768 {display: none;}
    .mb-block768 {display: block;}

    /* #sec1 */
    #sec1 { background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec1/bg-m.png) no-repeat center/100% 100%;}
    .chr-wrap {
        position: relative;
        height: auto;
        top: -4%;
    }
    #chr-r {
        position: relative;
        width: 72.8%;
        right: -20%;
    }
    #chr-r:before {
        background-position: top center;
        bottom: 15%;
        width: 110%;
        height: 93%;
    }
    #glass-l {
        width: 25.8%;
        left: -4%;
    }
    #glass-r {
        width: 40.5%;
        bottom: -4%;
        right: -10%;
    }

    #sec1 .main-tit {
        height: auto;
        padding: 60px 3rem 0;
    }
    #sec1 .main-tit img {width: 100%;}
    #sec1 .tit-sub {width: 50%;}

    /* #sec2 */
    #sec2 {padding-left: 1.25rem;padding-right: 1.25rem;}
    #dice-l {
        width: 25%;
        top: 22%;
        left: -8%;
    }
    #dice-r {
        width: 30%;
        right: -10%;
        bottom: 4%;
    }

    #sec2 .box-wrap {
        padding: 0 10vw;
        width: 84%;
        margin-top: 2.25rem;
    }
    #sec2 .slick-arrow {width: 7vw;height: 9vw;}
    #sec2 .slick-arrow::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #sec2 .slick-prev {left: 0;}
    #sec2 .slick-prev::before {background-image: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec2/arrow.png);}

    #sec2 .slick-next {right: 0;}
    #sec2 .slick-next::before {
        background-image: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/anni_12th/images/sec2/arrow.png);
        transform: scaleX(-1);
    }
    #sec2 .box-img {max-height: 40vw;margin-top:0;}
    #sec2 .guide {position: absolute;bottom: 1rem;width: 90%;font-size: 1rem;}
}

@media screen and (orientation:landscape) and (max-height: 430px){
    #sec1 .main-tit { height: 400px;}
}

@media all and (max-width: 480px) {
    #sec2 .box-wrap {width: 100%;}
    #sec2 .main-tit img {width: 100%;}
    #sec2 .main-tit p { font-size: 1.25rem;}
    #sec2 .box { font-size: 1rem;}

    #footer {flex-direction: column;}
}

