.sec {
    position:relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    height: 100%;
    max-height: 100vh;
}

.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;
}
/* 공통 */

.sec .ttl {
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: 10;
}

html {
    overflow: hidden;
}

.mainWrap {
    height: 100%;
}

.mainWrap .section {
    height: 100%;
}

.introWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    cursor: url('../images/main/img_intro_skip.png'), none;
}

.visualWrap .bgWrap {
    width: 100%;
    height: 100%;
}

.visualWrap .contWrap {
    position: absolute;
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visualWrap .contWrap .cusBtn {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.visualWrap .contWrap .cusBtn img:first-child {
    width: 95px;
}

.sec1Wrap .bgWrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec1Wrap .bgWrap img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sec1Wrap .contWrap {
    position: absolute;
    width: calc(100% - 300px);
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
}

.sec1Wrap .contWrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 60px 0;
}

.sec1Wrap .scroll {
    position: absolute;
    bottom: 68px;
}

.sec2Wrap {
}

.sec2Wrap .bgWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec2Wrap .bgWrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.sec2Wrap .bgWrap .swiper-slide img {
    /* width: auto;
    height: 100%; */
}

.sec2Wrap .textWrap {
    position: absolute;
    left: 160px;
    margin-top: -100px;
    width: 100%;
}

.sec2Wrap .textWrap .swiper-slide {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    opacity: 0 !important;
    transition: all .8s;
}

.sec2Wrap .textWrap .swiper-slide-active {
    opacity: 1 !important;
}

.sec2Wrap .textWrap .swiper-slide img:nth-child(1) {
    margin-bottom: 80px;
}

.sec2Wrap .textWrap .swiper-slide img:nth-child(2) {
    margin-bottom: 50px;
}

.sec2Wrap .posWrap {
    position: absolute;
    left: 160px;
    bottom: 80px;
    display: flex;
    align-items: flex-end;
    gap: 0 25px;
    z-index: 10;
}

.sec2Wrap .posWrap a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.sec2Wrap .posWrap a img {
    transition: all .8s;
}

.sec2Wrap .posWrap a img:last-child {
    position: absolute;
}

.sec2Wrap .posWrap a.active img:first-child,
.sec2Wrap .posWrap a:not(.active) img:last-child {
    opacity: 0;
}

.sec3Wrap .bgWrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec3Wrap .bgWrap img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sec3Wrap .contWrap {
    position: absolute;
    width: calc(100% - 300px);
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
}

.sec3Wrap .contWrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 60px 0;
}

.sec3Wrap .scroll {
    position: absolute;
    bottom: 68px;
}

.sec4Wrap {
    background: url(../images/main/bg_sec4.png) no-repeat center/cover;
    padding-top: 100px;
}

.sec4Wrap .contWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 47px 0;
}

.sec4Wrap .contWrap .bottomWrap {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.sec4Wrap .contWrap .bottomWrap .swiper-container {
    width: 420px;
}

.sec4Wrap .contWrap .bottomWrap .arrows {
    position: relative;
    z-index: 10;
}

.sec5Wrap .bgWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #070707;
}

.sec5Wrap .bgWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(6.6);
    transition: all 1s;
    opacity: .75;
}

.sec5Wrap .cont1Wrap {
    padding-top: 100px;
    position: absolute;
    width: calc(100% - 300px);
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.sec5Wrap .cont1Wrap .rightWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 60px 0;
}

.sec5Wrap .cont2Wrap {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 60px 0;
    padding-top: 100px;
    display: none;
}

.sec6Wrap {
    background-color: #f6f5eb;
}

.sec6Wrap .contWrap {
    position: relative;
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}

.sec6Wrap .contWrap .leftWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.sec6Wrap .contWrap .leftWrap .t1 {
    margin-bottom: 30px;
}

.sec6Wrap .contWrap .leftWrap .t2 {
    margin-bottom: 80px;
}

.sec6Wrap .contWrap .leftWrap .t3 {
    margin-bottom: 14px;
}

.sec6Wrap .contWrap .leftWrap .t4 {
    margin-bottom: 14px;
}

.sec6Wrap .contWrap .leftWrap .t5 {
    margin-bottom: 40px;
}

.sec6Wrap .contWrap .leftWrap .btnsWrap {
    display: flex;
}

.sec6Wrap .contWrap .rightWrap {
    display: flex;
    gap: 0 20px;
}