.mMenuWrap {
    position:absolute;
    top:50%;
    width: 1px;
    height: 1px;
    right:65px;
    display: flex;
    align-items: center;
    z-index: 100;
}

.mMenuWrap>div {
    position:absolute;
    gap:40px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mMenuWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    border-radius:100%;
    background-color: #fff;
    position:relative;
}

.mMenuWrap a:before {
    content:'';
    width: 6px;
    height: 6px;
    border-radius:100%;
    border:1px solid #fff;
    position:absolute;
    opacity: 0;
    transition:all .5s;
}

.mMenuWrap a.active:before {
    opacity: 1;
    width: 32px;
    height: 32px;
}

.visualWrap {
    background: url(../images/main/bg_visual.png) no-repeat center/cover;
    height: 100vh;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visualWrap .snsWrap {
    display: flex;
    position:absolute;
    left:53px;
    bottom: 67px;
    gap: 0 8px;
    z-index: 40;
}

.visualWrap .snsWrap>* {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:100%;
    background-color: rgba(255, 255, 255, 0.3);
    width: 54px;
    height: 54px;
    position:relative;
    transition:all .5s;
}

.visualWrap .snsWrap>* img {
    position:relative;
}

.visualWrap .snsWrap>*:before {
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    border-radius:100%;
    opacity: 0;
    transition:all .5s;
}

.visualWrap .snsWrap>*.youtube:before {
    background-color: #f34a00;
}

.visualWrap .snsWrap>*.insta:before {
    background:linear-gradient(45deg, #d9544f 0%, #b02f8a 50%, #46558d 100%);
}

.visualWrap .snsWrap>*.fb:before {
    background-color: #4c69ba;
}

.visualWrap .snsWrap>*.kakao:before {
    background-color: #fae300;
}

.visualWrap .snsWrap>*:before {
    opacity: 1;
}

.visualWrap .snsWrap>*:hover {
    margin-top: -15px;
}

.visualWrap .scrollWrap {
    position:absolute;
    bottom: 75px;
    right:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

.visualWrap .scrollWrap .sc2 {
    position:absolute;
}

.visualWrap .scrollWrap .sc1 {
    animation: rotateLoop 7s infinite linear;
}

.visualWrap .scrollWrap:before {
    content:'';
    width: 112px;
    height: 112px;
    background-color: #005151;
    border-radius:100%;
    position:absolute;
    transition:all .5s;
}

.visualWrap .scrollWrap:hover:before {
    width: 170px;
    height: 170px;
}

.visualWrap .imageWrap {
    width: 460px;
    height: 700px;
    position:absolute;
    overflow: hidden;
}

.visualWrap .imageWrap .art {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.visualWrap .imageWrap .art2Wrap {
    left: 100%;
}

.visualWrap .imageWrap .art3Wrap {
    bottom: 100%;
}

.visualWrap .imageWrap .art4Wrap {
    right: 100%;
}

.visualWrap .textWrap {
    position:absolute;
    width: 460px;
    height: 700px;
    z-index: 30;
}

.visualWrap .textWrap .art {
    position:absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    transition:all .5s;
    top:0;
}

.visualWrap .textWrap .art .stext {
    max-width: 10900000%;
}

.visualWrap .videoWrap {
    z-index: 10;
    position:absolute;
    width: 460px;
    height: 700px;
    display: none;
}

.visualWrap .endWrap {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 30;
    transition:all .8s;
    opacity: 0;
    display: flex;
    justify-content: center;
}

.visualWrap .endWrap .tWrap {
    position:absolute;
    top:17%;
}

.sec {
    position:relative;
    overflow: hidden;
    height: 100%;
}

/* .sec1Wrap {
    height: 6000px;
    background-color: #000;
}

.sec1Wrap .contWrap {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.sec1Wrap .contWrap .bgWrap {
    position:relative;
    height: 100%;
    width: 100%;
}

.sec1Wrap .contWrap .bgWrap img {
    position:absolute;
    opacity: 0;
}

.sec1Wrap .contWrap .circleWrap {
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1Wrap .contWrap .circleWrap>*:not(.base) {
    position:absolute;
    opacity: 0;
}

.sec1Wrap .contWrap .circleWrap .base {
    margin-left: 7px;
}

.sec1Wrap .contWrap .circleWrap .c1,
.sec1Wrap .contWrap .circleWrap .c3 {
    animation:rotateLoop 40s infinite linear;
}

.sec1Wrap .contWrap .circleWrap .c2,
.sec1Wrap .contWrap .circleWrap .c4 {
    animation:rotateLoopRe 40s infinite linear;
}

.sec1Wrap .contWrap .textWrap {
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 834px;
    height: 834px;
}

.sec1Wrap .contWrap .textWrap>* {
    position:absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    opacity: 0;
}

.sec1Wrap .contWrap .textWrap>*>img {
}

.sec1Wrap .contWrap .textWrap>*>img:last-child {
    margin-top: 33px;
} */

.sec1Wrap {
    display: flex;
    height: 100%;
}

.sec1Wrap .art {
    flex:1;
    height: 100%;
    position:relative;
}

.sec1Wrap .art .bgWrap {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sec1Wrap .art .bgWrap img {
    transition:all .5s;
}

.sec1Wrap .art .bgWrap img:last-child {
    position:absolute;
}

.sec1Wrap .art:not(:hover) .bgWrap img:last-child,
.sec1Wrap .art:hover .bgWrap img:first-child {
    opacity: 0;
}

.sec1Wrap .art .textWrap {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 220px;
}

.sec1Wrap .art .textWrap .text1 {
    margin-bottom: 38px;
}

.sec1Wrap .art .textWrap .text2 {
    opacity: 0;
    transition:all .5s;
}

.sec1Wrap .art:hover .textWrap .text2 {
    opacity: 1;
}

.sec2Wrap {
    display: flex;
    background: url(../images/main/bg_sec2.png) no-repeat center/cover;
    padding:240px 0 400px;
    align-items: center;
}

.sec2Wrap .contWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
}

.sec2Wrap .contWrap .topWrap {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 45px;
    align-items: flex-start;
    margin-bottom: 70px;
}

.sec2Wrap .contWrap .topWrap .arrowsWrap {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-left: 55px;
}

.sec2Wrap .contWrap .topWrap .arrowsWrap hr {
    display: block !important;
    width: 1px;
    height: 20px;
    background-color: #989898;
    margin: 0 25px;
}

.sec2Wrap .contWrap .bottomWrap {
    position: relative;
    width: 100%;
}

.sec2Wrap .contWrap .bottomWrap .swiper-container {
    margin-left: 380px;
    margin-right: -380px;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide {
    position: relative;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide .trans {
    visibility: hidden;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide .textWrap {
    position: absolute;
    bottom: 0;
    left: 50px;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide .imageWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide-active .imageWrap {
    bottom: 100px;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide .imageWrap .iWrap {
    position:absolute;
    bottom: 34px;
    left:47px;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide .imageWrap .iWrap .icon {
    margin-bottom: 28px;
    opacity: 0;
    transition:all .5s;
}

.sec2Wrap .contWrap .bottomWrap .swiper-slide-active .imageWrap .iWrap .icon {
    opacity: 1;
}

.sec2Wrap .contWrap .bottomWrap .vBtn {
    position: absolute;
    top: -47%;
    right: 9.6%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2Wrap .contWrap .bottomWrap .vBtn .s1 {
    animation: rotateLoop 5s infinite linear;
}

.sec2Wrap .contWrap .bottomWrap .vBtn .s2 {
    position: absolute;
}

.sec2Wrap .contWrap .bottomWrap .text2 {
    margin-left: 35px;
    margin-top: -20px;
}

.sec3Wrap {
    background:#ebe3da url(../images/main/bg_sec3.png) no-repeat center top/100% auto;
    padding:270px 20px 210px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec3Wrap .text1 {
    margin-bottom: 70px;
}

.sec3Wrap .contWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec3Wrap .contWrap .image1 {
    order:2;
}

.sec3Wrap .contWrap .text2 {
    position:relative;
    margin-bottom: -20px;
    order:1;
}

.sec3Wrap .contWrap .text3 {
    position:relative;
    margin-top: -37px;
    order:3;
}

.cusBtn {
    display: none;
}

.header .topWrap .telBtn {
    margin-right: 0;
}