.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%;
}

.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 .imgWrap {
    position: absolute;
    width: 460px;
    height: 760px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
}

.introWrap .imgWrap img {
    max-width: 10000%;
    position: absolute;
    opacity: 0;
    transition: all .5s;
}

.introWrap .imgWrap img.active {
    opacity: 1;
}

.introWrap .imgWrap img.i1 {
    align-self: flex-end;
}

.introWrap .imgWrap img.i1.on {
    transition: 3s;
    margin-right: -770px;
}

.introWrap .coverWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.introWrap .coverWrap img {
    transition: 1.5s;
    transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}

.introWrap .coverWrap.active img {
    transform: scale(10);
}

.introWrap .t1 {
    position: absolute;
    left: 315px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 597px;
    height: 344px;
}

.introWrap .t1 img {
    position: absolute;
    transition: all .5s;
}

.introWrap .t1:not(.active) img:last-child,
.introWrap .t1.active img:first-child {
    opacity: 0;
}

.introWrap .t2 {
    position: absolute;
    left: calc(50% + 277px);
    bottom: 130px;
}

.introWrap .cursor {
    position: absolute;
    top: 70%;
    left: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 30;
    /* display: none; */
}

.introWrap .cursor img {
    max-width: 10000%;
}

.introWrap .cursor img:first-child {
    animation: rotateLoopRe 5s infinite linear;
}

.introWrap .cursor img:last-child {
    position: absolute;
}

.videoBlind {
    background-color: #000;
}

.videoBlind>video,
.videoBlind>img {
    opacity: .7;
}

.visualWrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: 1.4s;
}

/* body:not(.fp-viewing-0) .visualWrap {
    opacity: 0;
    transform: translate(0, 100%);
} */

.visualWrap .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visualWrap .bgWrap .swiper-container {
    height: 100%;
    width: 100%;
}

.visualWrap .bgWrap .swiper-slide {
    overflow: hidden;
}

.visualWrap .bgWrap .swiper-slide>img {
    transform: scale(1.1);
}

.visualWrap .bgWrap .swiper-slide>img.active {
    transition: all 4s;
    transform: scale(1);
}

.visualWrap .openWrap {
    position: absolute;
    bottom: 60px;
    right: 55px;
    z-index: 10;
}

.visualWrap .textWrap {
    position: absolute;
    z-index: 10;
    top: 215px;
    left: calc(50% + 310px);
}

.visualWrap .textWrap .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

.visualWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.visualWrap .typeWrap {
    position: absolute;
    left: 80px;
    bottom: 50px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    z-index: 10;
}

.visualWrap .typeWrap p {
    color: #fff;
    font-size: 16px;
    font-family: 'gmaM';
    opacity: .5;
    transition: all .5s;
}

.visualWrap .typeWrap p.active {
    opacity: 1;
}

.visualWrap .typeWrap hr {
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.visualWrap .ctrWrap {
    position: absolute;
    bottom: 84px;
    /* left: 124px; */
    left: 80px;
    opacity: 0;
    transition: 1.5s;
    display: flex;
    align-items: center;
    gap: 0 15px;
    z-index: 10;
}

.visualWrap.active .ctrWrap {
    left: 124px;
    opacity: 1;
}

.visualWrap .ctrWrap>p {
    font-size: 18px;
    color: #fff;
    font-family: 'spoM';
}

.visualWrap .ctrWrap>p.aNum {
    opacity: .5;
}

.visualWrap .ctrWrap .proWrap {
    width: 145px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
}

.visualWrap .ctrWrap .proWrap .pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all 1s;
}

.sec1Wrap {
    padding-top: 100px;
}

.sec1Wrap .sbWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec1Wrap .sbWrap .swiper-container {
    height: 100%;
}

.sec1Wrap .sbWrap .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0 !important;
    transition: all 1s;
}

.sec1Wrap .sbWrap .swiper-slide-active {
    opacity: 1 !important;
}

.sec1Wrap .contWrap {
    position: absolute;
    left: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 265px;
    width: calc(100% - 200px);
    z-index: 10;
}

.sec1Wrap .contWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 300px 0;
}

.sec1Wrap .contWrap .leftWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 80px 0;
}

.sec1Wrap .contWrap .leftWrap .ctrWrap {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.sec1Wrap .contWrap .leftWrap .ctrWrap .proWrap {
    position: relative;
    width: 120px;
    height: 3px;
    background-color: #cccfd8;
}

.sec1Wrap .contWrap .leftWrap .ctrWrap .proWrap .pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #092052;
    transition: all 1s;
}

.sec1Wrap .contWrap .rightWrap {
    width: calc(100% - 433px - 265px);
    height: 100%;
}

.sec1Wrap .contWrap .rightWrap .swiper-slide {
    height: 100%;
}

.sec1Wrap .contWrap .rightWrap .swiper-slide img {
    transition: all 1s;
    margin-top: 275px;
}

.sec1Wrap .contWrap .rightWrap .swiper-slide-next img {
    transform: scale(0.8);
    margin-top: 0;
}

.sec1Wrap .contWrap .rightWrap .swiper-slide-active img {
    transform: scale(1);
}

.sec1Wrap .contWrap .rightWrap .slideWrap {
    position: relative;
    overflow: hidden;
    cursor: none;
}

.sec1Wrap .contWrap .rightWrap .slideWrap .cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border-radius: 100%;
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
}

.sec2Wrap {
    padding-top: 100px;
}

.sec2Wrap .contWrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 35px;
}

.sec2Wrap .contWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    position: relative;
    gap: 22px 0;
}

.sec2Wrap .contWrap .leftWrap .t1 {
    position: absolute;
    top: 90px;
    right: 310px;
    z-index: 10;
}

.sec2Wrap .contWrap .vWrap {
    width: 373px;
    height: 531px;
    overflow: hidden;
}

.sec2Wrap .contWrap .vWrap.v2 video {
    margin-left: -10px;
    width: calc(100% + 10px);
}

.sec2Wrap .contWrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}

.sec2Wrap .contWrap .rightWrap .t2 {
    position: absolute;
    bottom: 50px;
    left: 265px;
}

/* .sec2Wrap .rtWrap {
    position: absolute;
    transform: rotate(-10deg);
    width: 110%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #163982;
}

.sec2Wrap .sbWrap {
    position: absolute;
    width: 460px;
    height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2Wrap .sbWrap>* {
    position: absolute;
    mask-image: url('../images/main/img_sec2_key.png');
    mask-repeat: no-repeat;
    mask-position: center;
    opacity: 0;
    transition: all 1s;
}

.sec2Wrap .sbWrap>*.active {
    opacity: 1;
}

.sec2Wrap .t1Wrap {
    position: absolute;
    top: 202px;
    left: 158px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sec2Wrap .t1Wrap img:last-child {
    position: absolute;
}

.sec2Wrap .t2Wrap {
    position: absolute;
    top: 578px;
    right: 85px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sec2Wrap .t2Wrap img:last-child {
    position: absolute;
}

.sec2Wrap .tabWrap {
    position: absolute;
    left: 305px;
    bottom: 127px;
    border-radius: 300px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 380px;
    height: 48px;
}

.sec2Wrap .tabWrap a {
    flex:1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'preSB';
    transition: all 1s;
    z-index: 10;
}

.sec2Wrap .tabWrap a.active {
    color: #fff;
}

.sec2Wrap .tabWrap .bg {
    position: absolute;
    left: 5px;
    transition: all 1s;
}

.sec2Wrap .tabWrap.active .bg {
    left: calc(50% + 3px);
} */

.sec3Wrap {
    padding-top: 100px;
}

.sec3Wrap .contWrap {
    position: absolute;
    width: 1522px;
    height: 700px;
    display: flex;
    flex-flow: column;
}

.sec3Wrap .contWrap .topWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sec3Wrap .contWrap .topWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 150px 0;
}

.sec3Wrap .contWrap .topWrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px 0;
}

.sec3Wrap .contWrap .topWrap .rightWrap .proWrap {
    position: relative;
    width: 120px;
    height: 3px;
    background-color: #cccfd8;
}

.sec3Wrap .contWrap .topWrap .rightWrap .proWrap .pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #092052;
    transition: all 1s;
}

.sec3Wrap .contWrap .bottomWrap {
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: none;
    overflow: hidden;
}

.sec3Wrap .contWrap .bottomWrap .cursor {
    position: absolute;
    top: 20%;
    left: 70%;
    border-radius: 100%;
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.sec3Wrap .contWrap .bottomWrap .swiper-container {
    height: 100%;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide {
    transition: 1s;
    padding-top: 270px;
    overflow: hidden;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide-active {
    padding-top: 0;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide .ic {
    position: relative;
    display: flex;
    height: 100%;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide .ic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide .ic .t {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 40px;
    padding-bottom: 40px;
    background: linear-gradient(rgba(9, 32, 82, 0), rgba(9, 32, 82, 1));
    opacity: 0;
    transition: 1s;
}

.sec3Wrap .contWrap .bottomWrap .swiper-slide-active .ic .t {
    opacity: 1;
}

.sec4Wrap {
    cursor: pointer;
}

.sec4Wrap>div {
    flex:1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec4Wrap>div .textWrap {
    position: absolute;
}

.sec5Wrap {
    padding-top: 100px;
}

.sec5Wrap .contWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 60px;
}

.sec5Wrap .contWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 180px 0;
}

.sec5Wrap .contWrap .rightWrap {
    display: flex;
    gap: 0 25px;
}

.sec5Wrap .contWrap .rightWrap .mapWrap {
    display: flex;
    flex-flow: column;
}

.sec5Wrap .contWrap .rightWrap .mapWrap .textWrap {
    display: flex;
    flex-flow: column;
    gap: 30px 0;
    width: 100%;
    height: 186px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    background-color: #b0916e;
}

.sec5Wrap .contWrap .rightWrap .mapWrap:last-child .textWrap {
    background-color: #1c2d56;
}

.sec5Wrap .contWrap .rightWrap .mapWrap .textWrap .btnsWrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
}