@charset "utf-8";

/************************************************************/
/* //////////////////////// font //////////////////////// */

/*pretendard*/
@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');
}

@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');
}


/************************************************************/
/* //////////////////////// 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;
}


/************************************************************/
/* //////////////////////// header //////////////////////// */
#header {
    position: relative;
    display: block;
}

.logo {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 10;
}

.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/update_jan/images/common/frame-min.png) no-repeat center;
}

.btn-home {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    filter: grayscale(1);
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/common/home_hover-min.png) no-repeat center;
    transition: filter .3s ease-in-out;
}

.btn-home:hover, .btn-home.on {
    filter: grayscale(0);
}

.btn-today {
    cursor: pointer;
    font-size: 13px;
    padding: 0 16px 0;
    line-height: 25px;
    transition: color .3s ease-in-out;
}

.btn-today:hover, .btn-today.on {
    color: #fac573;
}

.btn-today span {
    display: inline-block;
    width: 13px;
    height: 9px;
    vertical-align: text-bottom;
    margin: 2.5px;
    filter: grayscale(1);
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/common/close_hover-min.png) no-repeat center;
    transition: color .3s ease-in-out;
}


.btn-today:hover span, .btn-today.on span {
    filter: grayscale(0);
}


/*!*nav-bottom*!*/
/* 기본은 숨김: 540px 이하에서만 노출 */
#nav-bottom {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#nav-bottom ul {
    width: 100%;
    clear: both;
    display: block;
}

#nav-bottom ul li {
    float: left;
    width: 50%;
    height: auto;
}

#nav-bottom .btn-bnb2 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#nav-bottom ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 1rem;
    text-align: center;
    border-right: #fff;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

#nav-bottom ul li.btn-nav-bottom1 a, #nav-bottom ul li.btn-nav-bottom1 a:visited .fa, #nav-bottom ul li.btn-nav-bottom2 a, #nav-bottom ul li.btn-nav-bottom2 a:visited .fa {
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

#nav-bottom ul li a .fa {
    font-size: 18px;
    margin-top: -1px;
    margin-right: 2px;
    vertical-align: middle;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
    color: #fff;
}

#nav-bottom ul li.btn-nav-bottom1 a:hover, #nav-bottom ul li.btn-nav-bottom1 a:active, #nav-bottom ul li.btn-nav-bottom1 a:hover .fa, #nav-bottom ul li.btn-nav-bottom1 a:active .fa {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

#nav-bottom ul li.btn-nav-bottom2 a:hover, #nav-bottom ul li.btn-nav-bottom2 a:active, #nav-bottom ul li.btn-nav-bottom2 a:hover .fa, #nav-bottom ul li.btn-nav-bottom2 a:active .fa {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}


/************************************************************/
/* //////////////////////// background //////////////////////// */
#sec1 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec1/sec1-bg-min.jpg) no-repeat center/cover;
}

#sec2 {
    width: 100%;
    height: 100%;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/sec2_bg-min.jpg) no-repeat center/cover;
}

/************************************************************/
/* //////////////////////// layout //////////////////////// */
#sec1, #sec2 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 906px;
    max-height: 906px;
    overflow: hidden;
}

#sec1 .deco, #sec2 .deco {
    position: absolute;
    width: 100%;
    height: 100%;
}

.abs {
    pointer-events: none;
}

.break-1920 {
    display: inline-block;
}

.break-640 {
    display: none;
}

/************************************************************/
/* //////////////////////// sec1 //////////////////////// */
#sec1 .main-chr {
    position: absolute;
    width: 1111px;
    max-width: 1111px;
    height: auto;
    bottom: -519px;
    right: clamp(-500px, calc(-956px + 44.53125vw), -101px);
    z-index: 2;

    transform-origin: 35% 45%; /*(위에서 45%, 좌에서 35%)*/
    -webkit-animation: breathe 4.1s ease-in-out infinite;
    animation: breathe 4.1s ease-in-out infinite;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes breathe {
    0%,100% {
        transform: scaleY(1) translateY(0);
    }
    50% {
        transform: scaleY(1.008) scaleX(1.001) translateY(-4px);
    }
}

#sec1 .chain-l {
    position: absolute;
    width: 100%;
    max-width: 869px;
    height: auto;
    top: 28%;
    /*left: -8%;*/
    left: -156px;


    -webkit-animation: vibrate-cycle 4s linear infinite both;
    animation: vibrate-cycle 4s linear infinite both;
    animation-delay: 3s;
}
@-webkit-keyframes vibrate-cycle {
    /* ===== 흔들리는 구간 (0~3초) ===== */
    0%   { transform: translate(0); }
    2%   { transform: translate(-2px, -2px); }
    4%  { transform: translate(2px, -2px); }
    6%  { transform: translate(-2px, 2px); }
    8%  { transform: translate(2px, 2px); }
    12%  { transform: translate(-2px, -2px); }
    14%  { transform: translate(2px, -2px); }
    17.5%{ transform: translate(0); } /* ← 3초 종료 지점 */

    /* ===== 멈춤 구간 (3~8초) ===== */
    100% { transform: translate(0); }
}
@keyframes vibrate-cycle {
    /* ===== 흔들리는 구간 (0~3초) ===== */
    0%   { transform: translate(0); }
    2%   { transform: translate(-2px, -2px); }
    4%  { transform: translate(2px, -2px); }
    6%  { transform: translate(-2px, 2px); }
    8%  { transform: translate(2px, 2px); }
    12%  { transform: translate(-2px, -2px); }
    14%  { transform: translate(2px, -2px); }
    17.5%{ transform: translate(0); } /* ← 3초 종료 지점 */

    /* ===== 멈춤 구간 (3~8초) ===== */
    100% { transform: translate(0); }
}

#sec1 img.chain-l {
    width: 100% !important;
}

#sec1 .chain-r {
    position: absolute;
    width: 100%;
    max-width: 375px;
    height: auto;
    top: -3%;
    left: clamp(334px, calc(-141.4286px + 46.4286vw), 750px);

    /*애니메이션*/
    -webkit-animation: vibrate-cycle 4s linear infinite both;
    animation: vibrate-cycle 4s linear infinite both;
    animation-delay: 2.5s;
}

#sec1 .flame {
    position: absolute;
    width: 100%;
    max-width: 1326px;
    height: auto;
    right: 0;
    bottom: -4px;
    z-index: 2;
}

#sec1 .main-tit {
    position: absolute;
    top: 34%;
    left: clamp(142px, calc(-85.4286px + 22.2098vw), 341px);
    width: 744px;
    height: auto;
    text-align: center;
    z-index: 3;
    /*left: 18%;*/
    /*opacity: 0;*/
    /*-webkit-animation: stampHeavy .5s cubic-bezier(.38, .85, 1, 1) 0.5s both;*/
    /*animation: stampHeavy .5s cubic-bezier(.38, .85, 1, 1) 0.5s both;*/
    /*transform-origin: center;*/
}

#sec1 .main-tit::before {
    content: "";
}

@keyframes stampHeavy {
    0% {
        /*opacity: 0;*/
        transform: translateY(-8px) scale(4.5);
    }

    100% {
        /*opacity: 1;*/
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}
#sec1 .main-tit img {
    width: 100%;
}

#sec1 .tit-sub {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 328px;
}

#sec1 .tit-main {
    width: 100%;
    height: auto;
    max-width: 744px;
    padding: 30px 0;
}

#sec1 .tit-text {
    text-align: center;
    font-size: 20px;
    color: #ba8c75;
    font-weight: bold;
}

#sec1 .tit-text::before {
    content: "";
}

#sec1 .tit-text .mark {
    font-weight: bold;
    color: #d3331c;
}

#sec1 .scroll {
    position: absolute;
    top: 91%;
    left: 49%;
    transform: unset;
    font-size: 14px;
    letter-spacing: -1px;
    color: #ffc499;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    z-index: 5;
}

#sec1 .scroll:after {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/common/scroll_down-min.png) no-repeat center;
}

#sec1 .deco img, #sec1 .main-tit .img {
    width: 100%;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes bounce {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/************************************************************/
/* //////////////////////// sec2 //////////////////////// */
#sec2 .main-chr {
    position: absolute;
    width: 58%;
    max-width: 801px;
    height: auto;
    top: 8.5%;
    left: clamp(-337px, calc(-796px + 29.44vw), -231px);
    z-index: 2;
}

#sec2 .main-tit {
    position: relative;
    width: 100%;
    max-width: 453px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 110px 0 55px 0;
    z-index: 3;
}

#sec2 .main-tit img {
    width: 100%;
}

#sec2 .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec2 .box-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    z-index: 3;
}

#sec2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 302px;
    height: 556px;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/frame-min.png) no-repeat center/cover;
}

/* slick이 초기화되면 box-wrap을 block으로 강제 */
#sec2 .box-wrap.slick-slider {
    display: block !important;
}

/* flex에서 쓰던 gap은 slick에선 margin으로 처리 */
#sec2 .box-wrap .slick-slide {
    /*margin: 0 8px;*/
}

#sec2 .box-wrap .slick-list {
    /*margin: 0 -8px;*/
}

#sec2 .box p {
    font-size: 16px;
    color: #4f423a;
    text-align: center;
    padding: 20px;
}

#sec2 .box-tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    width: 302px;
    height: 115px;
}

#sec2 .box-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 225px;
    height: 8px;
    transform: translateX(-50%);
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/box-deco-min.png) no-repeat center;
}

#sec2 .box-img {
    margin-top: auto;
    padding: 20px 20px 40px 20px;
}

#sec2 #slide-counter {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 99px;
    height: 37px;
    color: #8f6b49;
    /*deb58e*/
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: bold;
    z-index: 3;
    background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/slide-counter-bg-min.png) no-repeat center;
}

#sec2 #slide-counter .slide-current {
    color: #deb58e;
}

#sec2 #slide-counter .slide-total {
    color: #8f6b49;
}

/*guide*/
#sec2 .guide {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    color: #8f6b49;
    margin-top: 45px;
    z-index: 5;
}

#sec2 .guide::before {
    content: "•";
    color: #8f6b49;
}

#sec2 .guide::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 1);
    filter: blur(10px);
    border-radius: 700px;
    z-index: -1;
    pointer-events: none;
}

/************************************************************/
/* //////////////////////// footer //////////////////////// */
.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #070d16;
    color: #696868;
    text-align: center;
}

.footer .row-w {
    margin: 0 auto;
    text-align: center;
}

.footer .copyright {
    display: inline-block;
}

.footer .copyright .footer-logo {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 40px;
    margin-top: 16px;
    margin-right: 16px;
}

.footer .copyright .footer-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    transition: none;
}

.footer .copyright .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/event/update_jan/images/common/logoVALOFE_transparent.png) 0 0 no-repeat;
    background-size: contain;
}

.footer .copyright p {
    display: inline-block;
    float: left;
    vertical-align: middle;
    font-size: 13px;
    font-family: dotum !important;
    font-size: 11px;
    height: 40px;
    line-height: 53px;
}

/************************************************************/
/* //////////////////////// responsive //////////////////////// */

@media all and (max-width: 1560px) {
    #sec2 .main-chr {
        display: none;
    }
}

@media all and (max-width: 1330px) and (min-width: 1281px){
    #sec2 .box {
        width: clamp(280px, calc(104px + 13.75vw), 302px);
        height: auto;
        background-size: 100% 100%;
    }
}

@media all and (max-width: 1280px) {
    #sec2 .main-chr {
        display: block;
        left: clamp(-335px, calc(-483.45px + 23.16vw), -187px);
    }

    #sec2 #slide-counter {
        display: flex;
    }

    #sec2 .guide {
        margin-top: 20px;
    }

    #sec2 .box {
        display: flex !important;
        width: 302px !important;
        height: 556px;
        background-size: contain;
        /*margin-left: 20px;*/
        margin: 0 30px;
    }

    #sec2 .box-wrap {
        width: 400px;
        height: 567px;
    }

    #sec2 .box-wrap .slick-list {
        margin: 0 13px;
    }

    #sec2 .box-wrap .slick-slide {
        /*margin: 0 20px;*/
        /*width: 350px;*/
    }

    #sec2 .slick-prev, #sec2 .slick-next {
        display: block;
        top: 42%;
    }

    #sec2 .slick-prev {
        left: -51px;
    }

    #sec2 .slick-next {
        right: -4px;
    }

    #sec2 .slick-prev::before, #sec2 .slick-next::before {
        content: '';
        display: block;
        width: 66px;
        height: 66px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: filter .3s ease-in-out;
    }

    #sec2 .slick-prev::before {
        background-image: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/btn-left-min.png);
    }

    #sec2 .slick-prev:hover::before {
        filter: brightness(0.7);
    }

    #sec2 .slick-next::before {
        background-image: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec2/btn-right-min.png);
    }

    #sec2 .slick-next:hover::before {
        filter: brightness(0.7);
    }
}

@media all and (max-width: 1024px) {
    #sec1 .main-tit {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 1024px: 300px  →  641px: 410px */
        margin: clamp(300px, calc(594.0992px - 28.7206vw), 410px) auto;
        top: unset;
        left: unset;
        width: unset;
    }

    #sec1 .main-tit::before {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 90%;
        background: rgba(22, 22, 22, 0.55);
        filter: blur(30px);
        border-radius: 700px;
        z-index: -1;
        pointer-events: none;
    }

    #sec1 .tit-sub {
        left: unset;
        transform: unset;
        width: clamp(190px, calc(127.27px + 19.6vw), 328px);
    }

    #sec1 .tit-main {
        width: clamp(290px, calc(83.45px + 64.55vw), 744px);
    }

    #sec1 .tit-text {
        text-shadow: 5px 5px 15px #000000;
    }

    #sec1 .scroll {
        left: 46%;
    }
}

@media all and (max-width: 768px) {
    #sec1 .chain-l {
        /* 640px → 400px, 768px → 200px  (작아질수록 top이 커짐) */
        top: clamp(200px, calc(1400px - 156.25vw), 400px);
    }

    #sec1 .chain-r {
        /* 640px → 30px, 768px → 169px */
        left: clamp(30px, calc(-665px + 108.59375vw), 169px);
    }
}

@media all and (max-width: 640px) {
    #sec1 {
        min-height: 1130px;
        max-height: 1130px;
        background: url(https://file.valofe.com/Valofe_file/web/icarus/ko/event/update_jan/images/sec1/sec1-bg-m-min.jpg) no-repeat center/cover;
    }

    #sec1 {
        height: 100%;
        min-height: clamp(800px, calc(470px + 103.125vw), 1130px);
        max-height: clamp(800px, calc(470px + 103.125vw), 1130px);
    }

    #sec2 {
        height: 100%;
        min-height: 960px;
        max-height: 960px;
    }

    .break-1920 {
        /*display: none;*/
    }

    .break-640 {
        display: inline-block;
    }

    #sec1 .main-chr {
        right: unset;
        left: clamp(-114px, calc(-228px + 35.625vw), 0px);
        bottom: clamp(-536px, calc(-623px + 27.1875vw), -449px);
        width: clamp(766px, calc(625px + 44.0625vw), 907px);
    }

    #sec1 .chain-l {
        top: clamp(485px, calc(196px + 78.75vw), 617px);
        /* 320px → -58px, 640px → -110px */
        left: clamp(-159px, calc(14px - 22.5vw), -67px);
    }

    #sec1 img.chain-l {
        width: 120% !important;
    }

    #sec1 .chain-r {
        left: clamp(129px, calc(-76px + 64.0625vw), 334px);
    }

    #sec1 .main-tit {
        margin: 170px auto;
    }

    #sec1 .main-tit::before {
        display: none;
    }

    #sec1 .tit-main {
        padding: clamp(15px, 4.6875vw, 30px) 0;
    }

    #sec1 .tit-text {
        line-height: 1.4;
    }

    #sec1 .tit-text::before {
        position: absolute;
        left: 50%;
        top: 80%;
        transform: translate(-50%, -50%);
        width: 72%;
        height: 40%;
        background: rgba(22, 22, 22, 0.75);
        filter: blur(37px);
        border-radius: 700px;
        z-index: -1;
        pointer-events: none;
    }

    #sec1 .scroll {
        left: 44%;
    }

    #sec2 .main-chr {
        display: none;
    }
    #sec2 .box-img{
        padding: 20px;
    }
    #sec2 #slide-counter{
        top: 13px;
    }
    #sec2 .guide{
        margin-top: 35px;
        padding: 0 20px;
        text-align: center;
        margin-left: 10px;
    }
    #sec2 .guide::before {
        position: absolute;
        top: 0;
        left: 10px;
    }
}

@media all and (max-width: 540px) {
    .btn-wrap {
        display: none;
    }

    #nav-bottom {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #sec1 .scroll {
        display: none;
    }

    #sec2 .main-tit {
        width: 80vw;
    }
    #sec2 .guide{
        font-size: 18px;
    }
    #sec2 .main-tit {

    }

}
@media all and (max-width: 540px) and (min-width: 270px){
    #sec2 .box {
        width: clamp(280px, calc(248px + 10vw), 302px)!important;
        /*height: clamp(280px, calc(248px + 10vw), 556px)!important;*/
        background-size: 100% 100%;
    }
}
@media all and (max-width: 520px) and (min-width: 430px){
    #sec2 .slick-prev {
        /*left: clamp(-15px, calc(-223px + 40vw), -51px);*/
            left: clamp(-51px, calc(157px - 40vw), -15px);
    }

    #sec2 .slick-next {
        /*right: clamp(32px, calc(-176px + 40vw), -4px);*/
        right: clamp(-4px, calc(204px - 40vw), 32px);
    }
}
@media all and (max-width: 480px) {
    #sec1 .tit-text {
        font-size: 18px;
        letter-spacing: -1px;
    }
}

@media all and (max-width: 429px) {
    #sec2 .slick-prev,#sec2 .slick-next {
        top: 103%;
    }

    #sec2 .slick-prev {
        left: 56px;
    }

    #sec2 .slick-next {
        right: 100px;
    }
    #sec2 #slide-counter {
        top: 22px;
        left: 2px;
    }
    #sec2 .guide{
        margin-top: 63px;
    }
}
@media all and (max-width: 390px) {
    #sec1 .tit-text {
        font-size: 16px;
    }

    #sec2 .main-tit {
        width: 90vw;
    }
}
