.sec {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #fff;
    /* fullpage */
}

.header.sub .topWrap .depth2 a,
.header.scroll .topWrap .depth2 a,
.header.active .topWrap .depth2 a {
    color: #000 !important;
}

.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;
}

/* 공통 */

.header.scroll {
    background-color: #000;
}

.header.sub .topWrap .menu a,
.header.scroll .topWrap .menu a,
.header.active .topWrap .menu a {
    color: #fff;
}

.introWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    cursor: none;
}

.introWrap .bgWrap {
    height: 100%;
}

.introWrap .txtWrap {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
}

.introWrap .txtWrap hr {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
}

.visualWrap {
    z-index: 100;
}

.visualWrap .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}

.visualWrap .bgWrap .swiper-slide img {
    transform: scale(1.1);
}

.visualWrap .bgWrap .swiper-slide img.active {
    transition: all 4s;
    transform: scale(1);
}

.visualWrap .textWrap {
    position: absolute;
    top: 150px;
    width: 100%;
}

.visualWrap .textWrap .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: 0 !important;
    transition: all 1s;
    margin-top: -30px;
}

.visualWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
    margin-top: 0;
}

.visualWrap .ctrWrap {
    position: absolute;
    left: 160px;
    bottom: 50px;
    display: flex;
    gap: 0 4.166666666666666vw;
    z-index: 10;
}

.visualWrap .ctrWrap .arrowsWrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.visualWrap .ctrWrap .posWrap {
    display: flex;
    align-items: center;
    gap: 0 4.166666666666666vw;
}

.visualWrap .ctrWrap .posWrap a {
    width: 0.8333333333333334vw;
    height: 0.8333333333333334vw;
    border-radius: 100%;
    background-color: #fff;
    opacity: .2;
    transition: all 1s;
}

.visualWrap .ctrWrap .posWrap a.active {
    opacity: 1;
}

.visualWrap .ptBtn {
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 10;
}

.sec1Wrap>.t {
    position: absolute;
}

.sec1Wrap .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec1Wrap .bgWrap .swiper-container {
    height: 100%;
}

.sec1Wrap .txt1Wrap {
    position: absolute;
    top: 13.968481375358166%;
    left: 7.916666666666666vw;
    width: calc(100vw - 7.916666666666666vw);
    z-index: 10;
}

.sec1Wrap .txt2Wrap {
    position: absolute;
    top: 71.63323782234957%;
    left: 7.916666666666666vw;
    width: calc(100vw - 7.916666666666666vw);
    z-index: 10;
}

.sec1Wrap .txt1Wrap .swiper-slide,
.sec1Wrap .txt2Wrap .swiper-slide {
    opacity: 0 !important;
    transition: all 1s;
}

.sec1Wrap .txt1Wrap .swiper-slide-active,
.sec1Wrap .txt2Wrap .swiper-slide-active {
    opacity: 1 !important;
}

.sec1Wrap .posWrap {
    position: absolute;
    left: 7.916666666666666vw;
    top: 92.40687679083095%;
    display: flex;
    align-items: center;
    gap: 0 6.25vw;
    z-index: 10;
}

.sec1Wrap .posWrap a {
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.2;
    transition: all .5s;
}

.sec1Wrap .posWrap a.active {
    opacity: 1;
}

.sec2Wrap .t {
    position: absolute;
    bottom: 0;
}

.sec3Wrap .t1 {
    position: absolute;
    top: 10.39426523297491%;
}

.sec3Wrap .slideWrap {
    width: 100%;
    position: absolute;
    top: 34.193548387096776%;
}

.sec3Wrap .slideWrap .swiper-slide {
    display: flex;
    justify-content: center;
}

.sec3Wrap .posWrap {
    position: absolute;
    top: 91.75627240143369%;
    display: flex;
    align-items: center;
    gap: 0 6.25vw;
    z-index: 10;
    justify-content: center;
}

.sec3Wrap .posWrap a {
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    border-radius: 100%;
    background-color: #000000;
    opacity: 0.2;
    transition: all .5s;
}

.sec3Wrap .posWrap a.active {
    opacity: 1;
}

.sec4Wrap .t1 {
    position: absolute;
    top: 18.996415770609318%;
}

.sec4Wrap .cb {
    position: absolute;
    top: 74.19354838709677%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4Wrap .cb .s1 {
    animation: rotateLoop 5s infinite linear;
}

.sec4Wrap .cb .s2 {
    position: absolute;
    box-shadow: 0px 23px 23px 0px rgba(53, 60, 91, 0.4);
}

.sec5Wrap .t1 {
    position: absolute;
    top: 7.687927107061504%;
}

.sec5Wrap .i1 {
    position: absolute;
    top: 15.603644646924831%;
}

.sec5Wrap .t2 {
    position: absolute;
    top: 43.28018223234624%;
    left: 7.916666666666666vw;
}

.sec5Wrap .b1 {
    position: absolute;
    top: 47.26651480637813%;
}

.sec5Wrap .btnsWrap {
    display: flex;
    gap: 0 3.194444444444444vw;
}

.sec5Wrap .i2 {
    position: absolute;
    top: 56.49202733485193%;
}

.sec5Wrap .t3 {
    position: absolute;
    top: 84.28246013667426%;
    left: 7.916666666666666vw;
}

.sec5Wrap .b2 {
    position: absolute;
    top: 88.26879271070615%;
}

.sec6Wrap .t1 {
    position: absolute;
    top: 15.092502434274586%;
}

.sec6Wrap a {
    position: absolute;
    top: 73.0282375851996%;
}