﻿@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  Kang HyeYeon
Create date : 2025. 07. 22.
-------------------------------------------------*/
html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  display: block;
  height: 100vh;
  overflow: auto;
}

.wrap {
    height: 100%;
}
.container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.main_wrap {
    background: url(../images/main/bg.jpg) no-repeat center top;
    background-size: cover;
}
.sub_wrap {
    background: url(../images/sub/bg.jpg) no-repeat center top;
    background-size: cover;
}
.logo {
    position: absolute;
    width: 976px;
    height: 284px;
    background: url(../images/common/logo.png) no-repeat center;
    top: 460px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    position: absolute;
}
.sub_wrap .logo {
    width: 504px;
    height: 148px;
    top: 294px;
}

.main_wrap .tit {
    width: 1265px;
    height: 177px;
    background: url(../images/main/tit.png) no-repeat center;
    background-size: contain;
    margin: 226px auto 0;
}
.main_wrap .cross {
    width: 498px;
    height: 69px;
    background:  url(../images/main/cross.png) no-repeat center;
    background-size: contain;
    margin: 386px auto 0;
}
.main_wrap .arrow {
    width: 87px;
    height: 65px;
    background: url(../images/main/arrow.png) no-repeat center;
    background-size: contain;
    margin: 60px auto 0;
    animation: arrow 1.8s ease-in-out infinite;
}
@keyframes arrow {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }
}
.copy {
    width: 464px;
    height: 98px;
    background: url(../images/common/footer.png?v20250730) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.sub_wrap .tit {
    width: 1238px;
    height: 253px;
    background: url(../images/sub/tit.png) no-repeat center;
    background-size: contain;
    margin: 500px auto 0;
}

.sns_btn {
    position: fixed;
    right: 86px;
    bottom: 128px;
    z-index: 5;
}
.twi_btn {
    display: block;
    width: 94px;
    height: 95px;
    background: url(../images/common/twi_ico.png) no-repeat center;
    background-size: contain;
}
.firefly_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: .5
}