.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;
}
/* 공통 */


.mainWrap {
    height: 100%;
}

.visualWrap {
    height: 1000px;
    z-index: 100;
}

.visualWrap .bgWrap {
    width: 100%;
    height: 100%;
    /* background-color: #000; */
}

.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 .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: 190px;
    align-items: center;
}

.visualWrap .textWrap .tw1 .t1 {
    margin-bottom: 5px;
}

.visualWrap .textWrap .tw1 .t2 {
    margin-bottom: 25px;
    position: relative;
}

.visualWrap .textWrap .tw1 .t2 img {
    position: relative;
    z-index: 10;
}

.visualWrap .textWrap .tw1 .t2 svg {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 207px;
    height: 46px;
}

.visualWrap .textWrap .tw2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.visualWrap .textWrap .tw2 .t2 {
    margin-bottom: 45px;
    position: relative;
}

.visualWrap .textWrap .tw2 .t2 img {
    position: relative;
    z-index: 1;
}

.visualWrap .textWrap .tw2 .t2 svg {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 278px;
    height: 60px;
}

.visualWrap .textWrap .tw2 .t3 {
    position: absolute;
    left: calc(50% + 360px);
    bottom: 140px;
}

.visualWrap .ctrWrap {
    position:absolute;
    bottom: 55px;
    display: flex;
    gap: 0 15px;
    z-index: 10;
}

.visualWrap .ctrWrap>p {
    color: #fff;
    font-size: 18px;
    font-family: 'sponeoM';
}

.visualWrap .ctrWrap .proWrap {
    width: 145px;
    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 30px;
    margin-left: 10px;
}

.sec1Wrap {
    padding: 120px 0;
    flex-flow: column;
}

.sec1Wrap .topWrap {
    display: flex;
    align-items: flex-end;
    gap: 0 550px;
    margin-bottom: 30px;
}

.sec1Wrap .topWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 32px 0;
}

.sec1Wrap .topWrap .leftWrap .t2 svg {
    width: 198px;
    height: 60px;
    bottom: -30px;
    right: -30px;
}

.sec1Wrap .topWrap .leftWrap .t2 svg .path {
    stroke-width: 14px;
}

.sec1Wrap .slideWrap {
    margin-bottom: 25px;
    width: 100%;
    height: 600px;
}

.sec1Wrap .slideWrap .swiper-container {
    height: 100%;
}

.sec1Wrap .slideWrap .swiper-wrapper {
    align-items: center;
}

.sec1Wrap .slideWrap .swiper-slide {
    width: 481px;
    height: 400px;
    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: 600px;
    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 30px;
}

.sec1Wrap .bottomWrap .proWrap {
    position: relative;
    width: 300px;
    height: 4px;
    background-color: #ebebeb;
}

.sec1Wrap .bottomWrap .proWrap .pro {
    width: 50%;
    height: 100%;
    background-color: #111111;
    transition: all 1s;
}

.sec2Wrap {
    background: #000;
    flex-flow: column;
    align-items: center;
    gap: 300px 0;
    padding-bottom: 500px;
}

.sec2Wrap .scroll {
    position: absolute;
    bottom: 114px;
    animation: sec2Scroll 2s infinite linear;
}

@keyframes sec2Scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sec2Wrap .art0Wrap {
    background: url(../images/main/bg_sec2.png) no-repeat left top/100% auto;
    width: 100%;
    height: calc(100vh - 110px) !important;
    max-height: calc(100vh - 110px) !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 32px 0;
}

.sec2Wrap .art0Wrap .t2 .draw {
    width: 214px;
    height: 49px;
    right: 110px;
}

.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 {
    height: 1080px;
    background: url(../images/main/bg_sec4.png) no-repeat center/cover;
    cursor: none;
}

.sec3Wrap a {
    cursor: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 160px;
    width: 100%;
    height: 100%;
}

.sec3Wrap .textWrap {
    display: flex;
    flex-flow: column;
    gap: 202px 0;
    align-items: flex-start;
}

.sec3Wrap .textWrap .t1 .draw {
    width: 240px;
    height: 55px;
    bottom: -20px;
    right: 250px;
}

.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 {
    padding: 200px 0;
    background-color: #f4ebe9;
}

.sec4Wrap .contWrap {
    display: flex;
    gap: 0 110px;
    align-items: center;
}

.sec4Wrap .contWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.sec4Wrap .contWrap .leftWrap .t1 {
    margin-bottom: 170px;
}

.sec4Wrap .contWrap .leftWrap .t2 {
    margin-bottom: 48px;
}

.sec4Wrap .contWrap .rightWrap {
    display: flex;
    gap: 0 25px;
}

.sec4Wrap .contWrap .rightWrap a {
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}