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

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



.visualWrap {
    z-index: 100;
}

.visualWrap .bgWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}

.visualWrap .bgWrap .swiper-container {
    height: 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 .textWrap {
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.visualWrap .textWrap .swiper-container {
    height: 100%;
}

.visualWrap .textWrap .swiper-slide {
    opacity: 0 !important;
    transition: all .5s;
}

.visualWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.visualWrap .textWrap .tw1 {
    display: flex;
    flex-flow: column;
    padding-top: 40vw;
    align-items: center;
}

.visualWrap .textWrap .tw1 .t1 {
    margin-bottom: 20px;
}

.visualWrap .textWrap .tw1 .t2 {
    margin-bottom: 45px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.visualWrap .textWrap .tw1 .t2 img {
    position: relative;
    z-index: 10;
}

.visualWrap .textWrap .tw1 .t2 svg {
    position: absolute;
    bottom: -10px;
    right: auto;
    width: 36.75vw;
    height: auto;
}

.visualWrap .textWrap .tw2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 40vw;
}

.visualWrap .textWrap .tw2 .t2 {
    margin-bottom: 45px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.visualWrap .textWrap .tw2 .t2 img {
    position: relative;
    z-index: 1;
}

.visualWrap .textWrap .tw2 .t2 svg {
    position: absolute;
    bottom: -10px;
    right: auto;
    width: 36.75vw;
    height: auto;
}

.visualWrap .textWrap .tw2 .t3 {
    position: absolute;
    left: calc(50% + 360px);
    bottom: 140px;
}

.visualWrap .open {
    position: absolute;
    top: 60px;
    right: 3.4722222222222223vw;
    z-index: 10;
}

.visualWrap .ctrWrap {
    position:absolute;
    bottom: 25px;
    display: flex;
    gap: 0 2.083333333333333vw;
    z-index: 10;
}

.visualWrap .ctrWrap>p {
    color: #fff;
    font-size: 2.5vw;
    font-family: 'sponeoM';
}

.visualWrap .ctrWrap .proWrap {
    width: 20.13888888888889vw;
    height: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
}

.visualWrap .ctrWrap .proWrap .pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: all 1s;
}

.visualWrap .ctrWrap .arrowsWrap {
    display: flex;
    align-items: center;
    gap: 0 4.166666666666666vw;
    margin-left: 1.3888888888888888vw;
}

.sec1Wrap {
    flex-flow: column;
    align-items: center;
}

.sec1Wrap>*:not(.trans) {
    position: absolute;
}

.sec1Wrap .leftWrap {
    position: absolute;
    top: 9.327846364883403%;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px 0;
}

.sec1Wrap .leftWrap .t2 svg {
    width: 27.500000000000004vw;
    height: auto;
    bottom: -10px;
    right: -10px;
}

.sec1Wrap .leftWrap .t2 svg .path {
    stroke-width: 14px;
}

.sec1Wrap .rightWrap {
    top: 21.947873799725652%;
}

.sec1Wrap .slideWrap {
    width: 100%;
    height: 46.36488340192044%;
    top: 32.647462277091904%;
}

.sec1Wrap .slideWrap .swiper-container {
    height: 100%;
}

.sec1Wrap .slideWrap .swiper-wrapper {
    align-items: center;
}

.sec1Wrap .slideWrap .swiper-slide {
    width: 75vw;
    height: 80%;
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sec1Wrap .slideWrap .swiper-slide .bg {
    width: 100%;
}

.sec1Wrap .slideWrap .swiper-slide:before {
    content: '';
    width: 100%;
    height: 0%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.sec1Wrap .slideWrap .swiper-slide .t {
    position: absolute;
    bottom: -150px;
    z-index: 10;
    opacity: 0;
    transition: all .5s;
}

.sec1Wrap .slideWrap .swiper-slide-active {
    height: 100%;
    box-shadow: 10px 17.321px 20px 0px rgba(0, 0, 0, 0.2);
}

.sec1Wrap .slideWrap .swiper-slide-active:before {
    height: 50%;
}

.sec1Wrap .slideWrap .swiper-slide-active .t {
    bottom: 40px;
    opacity: 1;
}

.sec1Wrap .bottomWrap {
    display: flex;
    align-items: center;
    gap: 0 4.166666666666666vw;
    top: 82.3045267489712%;
}

.sec1Wrap .bottomWrap .proWrap {
    position: relative;
    width: 41.66666666666667vw;
    height: 4px;
    background-color: #ebebeb;
}

.sec1Wrap .bottomWrap .proWrap .pro {
    width: 50%;
    height: 100%;
    background-color: #111111;
    transition: all 1s;
}

.sec2Wrap {
    flex-flow: column;
    align-items: center;
}

.sec2Wrap .scroll {
    position: absolute;
    bottom: 114px;
    animation: sec2Scroll 2s infinite linear;
}

@keyframes sec2Scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sec2Wrap>*:not(.trans) {
    position: absolute;
}

.sec2Wrap .t1 {
    top: 6.646655231560892%;
}

.sec2Wrap .t2 {
    top: 51.388888888888886vw;
}

.sec2Wrap .t2 .draw {
    width: 29.72222222222222vw;
    height: auto;
    right: 11.277778vw;
}

.sec2Wrap .i1 {
    top: 16.938250428816467%;
}

.sec2Wrap .i2 {
    top: 37.22126929674099%;
}

.sec2Wrap .i3 {
    top: 57.50428816466552%;
}

.sec2Wrap .i4 {
    top: 77.76586620926244%;
}

.sec2Wrap .art {
    position: relative;
}

.sec2Wrap .art .bgWrap {
    position: relative;
}

.sec2Wrap .art .bgWrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 1;
    border-radius: 0 0 60px 60px;
}

.sec2Wrap .art .textWrap {
    position: absolute;
    bottom: 110px;
    left: 100px;
    display: flex;
    align-items: flex-end;
    gap: 0 512px;
    z-index: 10;
    opacity: 0;
}

.sec2Wrap .art .textWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 50px 0;
}

.sec2Wrap .art .textWrap .leftWrap .t1 .draw {
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: 0;
}

.sec3Wrap>*:not(.trans) {
    position: absolute;
}

.sec3Wrap .t1 {
    top: 18.914473684210524%;
    left: 6.25vw;
}

.sec3Wrap .t1 .draw {
    width: 33.33333333333333vw;
    height: auto;
    bottom: -10px;
    right: 130px;
}

.sec3Wrap .t2 {
    top: 47.69736842105263%;
    left: 6.25vw;
}

.sec3Wrap .bBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 73.19078947368422%;
    left: 50vw;
}

.sec3Wrap .bBtn .b1 {
    animation: rotateLoop 3s infinite linear;
}

.sec3Wrap .bBtn .b2 {
    position: absolute;
}

.sec3csWrap {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.sec3csWrap .b1 {
    animation: rotateLoop 3s infinite linear;
}

.sec3csWrap .b2 {
    position: absolute;
}

.sec4Wrap {
    background-color: #f4ebe9;
    flex-flow: column;
    align-items: center;
}

.sec4Wrap>*:not(.trans) {
    position: absolute;
}

.sec4Wrap .t1 {
    top: 6.1563169164882225%;
    left: 8.75vw;
}

.sec4Wrap .i1 {
    top: 12.044967880085652%;
}

.sec4Wrap .i2 {
    top: 34.475374732334046%;
}

.sec4Wrap .i3 {
    top: 65.04282655246253%;
}

.sec4Wrap a {
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.nsec1Wrap {
    background: #e9e8e4;
}

.nsec1Wrap>:not(.trans) {
    position: absolute;
}

.nsec1Wrap .t1 {
    top: 10.313216195569137%;
}

.nsec1Wrap .contWrap {
    display: flex;
    width: 100%;
    top: 36.28724216959511%;
}

.nsec1Wrap .contWrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
}

.nsec1Wrap .contWrap .rightWrap .bgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nsec1Wrap .contWrap .rightWrap .bgWrap .swiper-container {
    width: 83.33333333333334vw;
    overflow: hidden;
    border-radius: 20px;
}

.nsec1Wrap .contWrap .rightWrap .bgWrap .swiper-slide {
    display: flex;
    justify-content: center;
}

.nsec1Wrap .contWrap .rightWrap .bgWrap .arrows.left {
    margin-right: -3.4722222222222223vw;
    position: relative;
    z-index: 10;
}

.nsec1Wrap .contWrap .rightWrap .bgWrap .arrows.right {
    margin-left: -3.4722222222222223vw;
    position: relative;
    z-index: 10;
}

.nsec1Wrap .contWrap .rightWrap .textWrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 13.88888888888889vw;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

.nsec1Wrap .contWrap .rightWrap .textWrap .swiper-container {
    width: 47.22222222222222vw;
}

.nsec1Wrap .contWrap .rightWrap .textWrap .swiper-slide {
    opacity: 0 !important;
    transition: all 1s;
}

.nsec1Wrap .contWrap .rightWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.nsec2Wrap .contWrap>:not(.trans) {
    position: absolute
}

.nsec2Wrap .bggWrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nsec2Wrap .contWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.nsec2Wrap .contWrap .t1 {
    top: 15.988579586009994%;
}

.nsec2Wrap .contWrap .bgWrap {
    top: 31.69164882226981%;
    display: flex;
    align-items: center;
    width: 100%;
}

.nsec2Wrap .contWrap .bgWrap .swiper-container {
    overflow: hidden;
    border-radius: 20px;
}

.nsec2Wrap .contWrap .bgWrap .swiper-slide {
    display: flex;
    justify-content: center;
}

.nsec2Wrap .contWrap .bgWrap .moreBtn {
    position: absolute;
    top: -40px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.nsec2Wrap .contWrap .bgWrap .moreBtn .c1 {
    animation: rotateLoop 3s infinite linear;
}

.nsec2Wrap .contWrap .bgWrap .moreBtn .c2 {
    position: absolute;
}

.nsec2Wrap .contWrap .textWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10.13888888888889vw;
    z-index: 10;
    top: 72.87651677373304%;
}

.nsec2Wrap .contWrap .textWrap .swiper-container {
    width: 36.11111111111111vw;
}

.nsec2Wrap .contWrap .textWrap .swiper-slide {
    opacity: 0 !important;
    transition: all 1s;
    display: flex;
    justify-content: center;
}

.nsec2Wrap .contWrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}