.sec {
    position:relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    height: 100vh;
}

.sec .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec .bgWrap img {
    transition: 2.5s;
    transform: scale(1.2);
}

.fp-section.active:not(.sec234Section):not(.sec567Section) .sec .bgWrap img,
.fp-slide.actived .sec .bgWrap img {
    transform: scale(1);
}

.ctrWrap {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.ctrWrap .numWrap {
    display: flex;
    align-items: center;
    color: #000;
    gap: 0 5px;
}

.ctrWrap .numWrap p {
    font-family: 'MontB';
    font-size: 16px;
}

.ctrWrap.blk .leftWrap>p {
    color: #000;
}

.ctrWrap.blk .leftWrap .proWrap {
    background-color: #00000042;
}

.ctrWrap.blk .leftWrap .proWrap .pro {
    background-color: #000000;
}
/* 공통 */

.aiMsg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    z-index: 10;
}

.introWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    cursor: none;
    z-index: 1000000;
    overflow: hidden;
    /* transition: 1.5s;
    transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1); */
    min-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introWrap.close {
    height: 0px;
}

.introWrap .videoWrap {
    position: absolute;
    width: 20px;
    height: 0;
    overflow: hidden;
    transition: 2s cubic-bezier(.34, .67, .51, .99);
    display: flex;
    align-items: center;
    justify-content: center;
}

.introWrap.step1 .videoWrap {
    height: 580px;
}

.introWrap.step2 .videoWrap {
    width: 360px;
}

.introWrap.step3 .videoWrap {
    width: 100%;
    height: 100%;
}

.introWrap .videoWrap .vWrap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    transition: 1.2s;
}

.introWrap .videoWrap .vWrap.v2 {
    opacity: 0;
}

.introWrap.step4 .videoWrap .vWrap.v1 {
    opacity: 0;
}

.introWrap.step4 .videoWrap .vWrap.v2 {
    opacity: 1;
}

.introWrap .videoWrap .logoWrap {
    position: absolute;
    width: 360px;
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 155px;
    opacity: 0;
    transition: 1.2s;
}

.introWrap.step2 .videoWrap .logoWrap {
    opacity: 1;
}

.introWrap.step3 .videoWrap .logoWrap {
    opacity: 0;
}

.introWrap .textWrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.introWrap .textWrap .tWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.2s;
}

.introWrap .textWrap .tWrap .centerWrap {
    position: absolute;
    top: 180px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    height: 430px;
}

.introWrap .textWrap .tWrap .t3 {
    position: absolute;
    left: calc(50% + 500px);
    top: 560px;
}

.introWrap .textWrap .tWrap .t1 {
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
    transition-delay: 1s;
    opacity: 0;
    margin-top: -30px;
}

.introWrap .textWrap .tWrap .t2 {
    transition: 2.5s cubic-bezier(.34, .67, .51, .99);
    transition-delay: 1.2s;
    opacity: 0;
    margin-bottom: -30px;
}

.introWrap .textWrap .tWrap .t3 {
    transition: 2.5s cubic-bezier(.34, .67, .51, .99);
    transition-delay: 1.5s;
    opacity: 0;
    margin-left: 30px;
}

.introWrap.step3 .textWrap .tWrap.t1 .t1,
.introWrap.step3 .textWrap .tWrap.t1 .t2,
.introWrap.step3 .textWrap .tWrap.t1 .t3 {
    margin: 0;
    opacity: 1;
}

.introWrap.step4 .textWrap .tWrap.t1 .t1,
.introWrap.step4 .textWrap .tWrap.t1 .t2,
.introWrap.step4 .textWrap .tWrap.t1 .t3 {
    transition-delay: 0s;
    opacity: 0;
}

.introWrap.step4 .textWrap .tWrap.t2 .t1,
.introWrap.step4 .textWrap .tWrap.t2 .t2,
.introWrap.step4 .textWrap .tWrap.t2 .t3 {
    margin: 0;
    opacity: 1;
}

.introWrap .cursor {
    position: absolute;
    top: 95%;
    left: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 30;
    /* display: none; */
    border-radius: 100%;
    box-shadow: 5.541px 7.092px 9px 0px rgba(0, 0, 0, 0.16);
}

.introWrap .cursor img {
    max-width: 10000%;
    transition: .5s;
}

.introWrap .cursor img:last-child {
    position: absolute;
}

.introWrap .cursor img:last-child,
.introWrap.step3 .cursor img:first-child {
    opacity: 0;
}

.introWrap.step3 .cursor img:last-child {
    opacity: 1;
}

.videoBlind {
    background-color: #000;
}

.videoBlind>video,
.videoBlind>img {
    opacity: .7;
}

.scrollAll {
    position: fixed;
    bottom: 60px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.scrollAll img {
    transition: 1s;
}

.scrollAll .b {
    position: absolute;
}

.scrollAll.w .b,
.scrollAll.b .w {
    opacity: 0;
}

.visualWrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: 1.4s;
}

.visualWrap .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visualWrap .textWrap {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 42px 0;
}

.visualWrap .textWrap .topWrap {
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.visualWrap .textWrap .topWrap .t1 {
    margin-top: -30px;
    opacity: 0;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.visualWrap.active .textWrap .topWrap .t1 {
    margin-top: 0;
    opacity: 1;
}

.visualWrap .textWrap .topWrap .lineWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
    height: 330px;
}

.visualWrap .textWrap .topWrap .lineWrap .line {
    width: 1px;
    height: 0;
    background-color: #fff;
    opacity: .5;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.visualWrap.active .textWrap .topWrap .lineWrap .line {
    height: 320px;
}

.visualWrap .textWrap .topWrap .lineWrap .circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    transition: 1s;
    opacity: 0;
}

.visualWrap.active .textWrap .topWrap .lineWrap .circle {
    opacity: 1;
}

.visualWrap .textWrap .topWrap .t2 {
    align-self: flex-end;
    margin-bottom: 0px;
    opacity: 0;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.visualWrap.active .textWrap .topWrap .t2 {
    margin-bottom: 15px;
    opacity: 1;
}

.visualWrap .textWrap .logo {
    transition: 1s;
    opacity: 0;
}

.visualWrap.active .textWrap .logo {
    opacity: 1;
}

.visualWrap .infoWrap {
    position: absolute;
    right: 120px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 0 40px;
    opacity: 0;
    transition: 1.5s;
}

.visualWrap.active .infoWrap {
    bottom: 60px;
    opacity: 1;
}

.sec1Wrap .leftWrap {
    height: 100%;
    width: 1080px;
    overflow: hidden;
}

.sec1Wrap .leftWrap img {
    transition: 2.5s;
    transform: scale(1.2);
}

.active .sec1Wrap .leftWrap img {
    transform: scale(1);
}

.sec1Wrap .rightWrap {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 100px;
}

.sec1Wrap .rightWrap .lWrap {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
}

.sec1Wrap .rightWrap .lWrap .t1 {
    margin-top: -125px;
}

.sec1Wrap .rightWrap .lWrap .lineWrap {
    width: 1px;
    height: 620px;
    display: flex;
    align-items: flex-end;
}

.sec1Wrap .rightWrap .lWrap .lineWrap .line {
    width: 100%;
    height: 0;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
    background-color: #e7e7e7;
}

.active.fp-completely .sec1Wrap .rightWrap .lWrap .lineWrap .line {
    height: 620px;
}

.sec1Wrap .rightWrap .rWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 90px 0;
    margin-bottom: 140px;
}

.sec1Wrap .rightWrap .rWrap .i2 {
    margin-left: 50px;
}

.sec234Wrap .contWrap {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0 80px;
    height: 100%;
}

.sec234Section .fp-slides,
.sec234Section .fp-slidesContainer,
.sec234Section .slide,
.sec567Section .fp-slides,
.sec567Section .fp-slidesContainer,
.sec567Section .slide {
    height: 100%;
}

.sec234Section .slide,
.sec567Section .slide {
    overflow: hidden;
}

.sec234Wrap .contWrap .rightWrap {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 85px;
    justify-content: center;
    position: relative;
}

.sec234Wrap .contWrap .rightWrap .t2Wrap {
    position: absolute;
    top: 195px;
    left: 0;
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
    height: 410px;
}

.sec234Wrap .contWrap .rightWrap .t2Wrap .line {
    background-color: #fff;
    width: 1px;
    /* height: 410px; */
    height: 0;
    opacity: .2;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.active.actived .sec234Wrap .contWrap .rightWrap .t2Wrap .line {
    height: 410px;
}

.sec234Wrap .contWrap .rightWrap .t3Wrap {
    position: absolute;
    bottom: 0;
    left: 604px;
    display: flex;
    align-items: flex-start;
    height: 240px;
    gap: 0 30px;
}

.sec234Wrap .contWrap .rightWrap .t3Wrap .line {
    background-color: #fff;
    width: 1px;
    /* height: 100%; */
    height: 0;
    opacity: .2;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.active.actived .sec234Wrap .contWrap .rightWrap .t3Wrap .line {
    height: 100%;
}

.sec234Section,
.sec567Section {
    cursor: none;
}

.sec234Section .cursor,
.sec567Section .cursor {
    position: absolute;
    top: 50%;
    left: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 30;
    /* display: none; */
    border-radius: 100%;
}

.sec234Section .cursor img,
.sec567Section .cursor img {
    max-width: 10000%;
    transition: .5s;
}

.sec5Wrap .textWrap {
    position: absolute;
    top: 210px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec5Wrap .textWrap .t1 {
    margin-bottom: 60px;
}

.sec5Wrap .textWrap .line {
    width: 0;
    height: 1px;
    background-color: #fff;
    opacity: .2;
    transition: 1.5s;
    margin-bottom: 40px;
}

.active.actived .sec5Wrap .textWrap .line {
    width: 40px;
}

.sec6Wrap .textWrap {
    position: absolute;
    top: 270px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec6Wrap .textWrap .t1 {
    margin-bottom: 60px;
}

.sec6Wrap .textWrap .line {
    width: 0;
    height: 1px;
    background-color: #fff;
    opacity: .2;
    transition: 1.5s;
    margin-bottom: 53px;
}

.active.actived .sec6Wrap .textWrap .line {
    width: 40px;
}

.sec6Wrap .t3 {
    position: absolute;
    left: calc(50% + 325px);
    bottom: 155px;
}

.sec7Wrap .textWrap {
    position: absolute;
    top: 58.947917vh;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec7Wrap .textWrap .line {
    width: 0;
    height: 1px;
    background-color: #000;
    opacity: .2;
    transition: 1.5s;
    margin-bottom: 40px;
}

.active.actived .sec7Wrap .textWrap .line {
    width: 40px;
}

.sec8Wrap .contWrap {
    position: absolute;
    display: flex;
    flex-flow: column;
    gap: 60px 0;
    margin-top: 100px;
    /* bottom: 55px; */
}

.sec8Wrap .contWrap .topWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec8Wrap .contWrap .bottomWrap {
    width: 1585px;
    height: 592px;
    overflow: hidden;
}

.sec8Wrap .contWrap .bottomWrap .swiper-container,
.sec8Wrap .contWrap .bottomWrap .swiper-wrapper {
    height: 100%;
}

.sec8Wrap .contWrap .bottomWrap .swiper-container {
    width: 1280px;
    max-width: none;
    margin-left: 0;
    overflow: visible;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide {
    width: 200px;
    height: 380px;
    margin-top: 84px;
    overflow: visible;
    transition: height 0.8s, margin-top 0.8s, transform 0.8s;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide .cntWrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0.8s;
    transition: 0.8s;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide .imageWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide .imageWrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 40%);
    opacity: 0;
    transition: .5s;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active .imageWrap:after {
    opacity: 1;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide .textWrap {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px 50px;
    display: flex;
    width: 480px;
    gap: 0 20px;
    transition: .5s;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active {
    height: 592px;
    margin-top: 0;
    z-index: 2;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active .cntWrap {
    width: 480px;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active .textWrap {
    opacity: 1;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active .textWrap .line {
    height: 1px;
    flex:1;
    margin-top: 10px;
    background-color: #fff;
    opacity: .5;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-next2,
.sec8Wrap .contWrap .bottomWrap .swiper-slide-next4 {
    margin-top: 144px;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-next3,
.sec8Wrap .contWrap .bottomWrap .swiper-slide-next5 {
    margin-top: 44px;
}

.sec8Wrap .contWrap .bottomWrap .swiper-slide-active ~ .swiper-slide {
    transform: translateX(280px);
}

.sec8Wrap .bottomWrap {
    cursor: none;
}

.sec8Wrap .bottomWrap .cursor {
    position: absolute;
    top: 95%;
    left: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 100%);
    pointer-events: none;
    z-index: 30;
    /* display: none; */
    border-radius: 100%;
}

.sec8Wrap .bottomWrap .cursor img {
    max-width: 10000%;
    transition: .5s;
}

.sec9Wrap .contWrap {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 80px 0;
}

.sec9Wrap .contWrap .bottomWrap {
    display: flex;
    gap: 0 30px;
}

.sec9Wrap .contWrap .bottomWrap .rightWrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 475px;
}

.sec9Wrap .contWrap .bottomWrap .rightWrap .line {
    width: 0;
    height: 1px;
    align-self: center;
    background-color: #000;
    transition: 1.5s cubic-bezier(.34, .67, .51, .99);
}

.active.fp-completely .sec9Wrap .contWrap .bottomWrap .rightWrap .line,
.sec9Wrap .contWrap .bottomWrap .rightWrap .line.active {
    width: 100%;
}

.sec9Wrap .contWrap .bottomWrap .rightWrap .rowWrap {
    padding-left: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px 0;
    align-items: flex-start;
}

.sec9Wrap .contWrap .bottomWrap .rightWrap .rowWrap .btnsWrap {
    display: flex;
    gap: 0 8px;
}
