.visualWrap {
    /* height: 980px; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.visualWrap>.visible {
    visibility: hidden;
}

.visualWrap ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visualWrap ul li {
    position: absolute;
    top: 0;
    left: 1000%;
    width: 100%;
    height: 100%;
}

.visualWrap ul li.active {
    left: 0;
}

.visualWrap ul li .imageWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.visualWrap ul li.active .imageWrap img {
    transform: scale(1.2);
}

@keyframes visualAni {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.visualWrap ul li .iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.visualWrap ul li .iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visualWrap ul li .textWrap {
    position:absolute;
    left:0;
    top:0;
}

.visualWrap .text1 {
    position: absolute;
    top:205px;
    left:50%;
    margin-left: -403px;
}

.visualWrap .posWrap {
    display: flex;
    align-items: center;
}

.visualWrap .posWrap>* {
    margin: 0 15px;
    transition: all .5s;
    font-size: 18px;
    font-family: 'NotoKrB';
    color:#fff;
    padding-bottom: 10px;
    position:relative;
}

.visualWrap .posWrap>*:first-child {
    margin-left: 0;
}

.visualWrap .posWrap>*:before {
    content:'';
    width: 0;
    height: 3px;
    background-color: #fff;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition:all .5s;
}

.visualWrap .posWrap>*.active:before {
    width: 100%;
}

.visualWrap .textImage1 {
    position: absolute;
    left: 300px;
    top: 280px;
}

.visualWrap .textImage1 .text1 {
    margin-bottom: 70px;
}

.visualWrap .ctrWrap {
    position:absolute;
    top:50%;
    left:8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visualWrap .ctrWrap p {
    font-size: 13px;
    font-family: 'MontR';
    color:#fff;
}

.visualWrap .ctrWrap .arrows {
    display: none;
}

/* .visualWrap .ctrWrap .cNum {
    margin-left: 20px;
}

.visualWrap .ctrWrap .aNum {
    margin-right: 20px;
} */

.visualWrap .ctrWrap .proWrap {
    width: 80px;
    height: 2px;
    background-color: #fff;
    position:relative;
    margin:0 15px;
    overflow: hidden;
}

.visualWrap .ctrWrap .proWrap .pro {
    width: 33.333334%;
    height: 100%;
    background-color: #ca705b;
    transition:all .5s;
    position:absolute;
    top:0;
    left:0;
}

.mMenuWrap {
    position:fixed;
    left:40px;
    top:0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    z-index: 1000;
}

.mMenuWrap a {
    margin-bottom: 35px;
    transition:all .5s;
    position:relative;
    opacity: .5;
    display: flex;
    align-items: center;
}

.mMenuWrap a:before {
    content:'';
    width: 8px;
    height: 8px;
    border-radius:100%;
    margin-right: 12px;
    background-color: #fff;
}

.mMenuWrap a.active {
    opacity: 1;
}

.mMenuWrap a:last-child {
    margin-bottom: 0;
}

.mMenuWrap a span {
    display: block;
    color:#fff;
    font-family: 'MontR';
    font-size: 18px;
    opacity: 0;
    transition:all .5s;
}

.mMenuWrap a.active span {
    opacity: 1;
}

.mMenuWrap.org a:before {
    background-color: #413c3a;
}

.mMenuWrap.org a span {
    color:#413c3a;
}

.sec {
    overflow: hidden;
}

.sec1Wrap {
    background: url(../images/main/bg_sec1.png) no-repeat center/cover;
    position:relative;
    padding:0 8% 60px;
}

.sec1Wrap .layout {
    display: flex;
    flex-flow: column;
}

.sec1Wrap .layout .leftWrap .btn1 {
    margin-bottom: 50px;
    width: 90px;
    display: block;
}

.sec1Wrap .layout .ctrWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sec1Wrap .layout .ctrWrap .arrows {
    display: none;
}

.sec1Wrap .layout .ctrWrap p {
    font-size: 13px;
    font-family: 'MontR';
    color:#413c3a;
}

.sec1Wrap .layout .ctrWrap .proWrap {
    width: 80px;
    height: 2px;
    background-color: #e6e6e6;
    position:relative;
    margin:0 15px;
    overflow: hidden;
}

.sec1Wrap .layout .ctrWrap .proWrap .pro {
    width: 33.333334%;
    height: 100%;
    background-color: #ca705b;
    transition:all .5s;
    position:absolute;
    top:0;
    left:0;
}

.sec1Wrap .layout .rightWrap {
    overflow: hidden;
    padding:0 10%;
    margin:0 -10%;
}

.sec1Wrap .layout .rightWrap .swiper-container {
    width: 100%;
    padding-bottom: 20px;
}

.sec1Wrap .layout .rightWrap .swiper-slide {
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius:0 0 0 50px;
}

.sec2Wrap {
    position:relative;
    background-color: #f7f7f7;
    padding:0 8% 60px;
}

.sec2Wrap:before {
    content:'';
    width: 92%;
    height: 100%;
    background-color: #c46b5e;
    position:absolute;
    top:0;
    left:0;
}

.sec2Wrap:after {
    content:'';
    width: 60%;
    height: 50%;
    background-color: #f7f7f7;
    position:absolute;
    bottom:0;
    right:0;
}

.sec2Wrap .contWrap {
    z-index: 10;
    position:relative;
}

.sec2Wrap .contWrap .swiper-container {
    padding:0 10% 30px;
    margin:0 -10%;
}

.sec2Wrap .contWrap .swiper-slide {
    /* width: 400px !important; */
    transition: all .5s;
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
}

.sec2Wrap .contWrap .swiper-slide .cntWrap {
    width: 400px;
    height: 335px;
    background-color: #fff;
    transition:all .5s;
    position:relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap>img:first-child {
    transform: scale(0.7);
    transition:all .5s;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .text1 {
    position:absolute;
    bottom: -15px;
    left:50%;
    transform: translateX(calc(-50% + 0.5px));
    font-size: 48px;
    color:#413c3a;
    font-family: 'MontSB';
    transition: all .5s;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .text2 {
    position:absolute;
    bottom: -37px;
    left:50%;
    transform: translateX(calc(-50% + 0.5px));
    font-size: 17px;
    color:#413c3a;
    font-family: 'NotoKrR';
    transition: all .5s;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .btn1 {
    position:absolute;
    bottom:35px;
    right:30px;
    transition: all .5s;
    width: 90px;
    opacity: 0;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap {
    width: 100%;
    height: 400px;
    padding-top: 30px;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap>img:first-child {
    transform: scale(0.8);
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .text1 {
    bottom:30px;
    left:30px;
    transform: translate(0);
    color:#c46b5e;
    font-size: 35px;
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .text2 {
    bottom:40px;
    left:110px;
    font-size: 14px;
    transform: translate(0);
}

.sec2Wrap .contWrap .swiper-slide .cntWrap .btn1 {
    opacity: 1;
}

.sec2Wrap .ctrWrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position:relative;
    z-index: 10;
}

.sec2Wrap .ctrWrap .arrows {
    display: none;
}

.sec2Wrap .ctrWrap p {
    font-size: 13px;
    font-family: 'MontR';
    color:#413c3a;
}

/* .sec2Wrap .ctrWrap .cNum {
    margin-left: 20px;
}

.sec2Wrap .ctrWrap .aNum {
    margin-right: 20px;
} */

.sec2Wrap .ctrWrap .proWrap {
    width: 80px;
    height: 2px;
    background-color: #e6e6e6;
    position:relative;
    margin:0 15px;
    overflow: hidden;
}

.sec2Wrap .ctrWrap .proWrap .pro {
    width: 33.333334%;
    height: 100%;
    background-color: #ca705b;
    transition:all .5s;
    position:absolute;
    top:0;
    left:0;
}

.sec3Wrap {
    background: url(../images/main/bg_sec3.png) no-repeat center/cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding:0 8%;
}

.sec3Wrap .videoWrap {
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
}

.sec4Wrap {
    padding:70px 8% 80px;
    background: url(../images/main/bg_sec4.png) no-repeat center/cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.sec4Wrap .contWrap {
    position:relative;
    display: flex;
    flex-flow: column;
}

.sec4Wrap .contWrap .leftWrap {
    position:relative;
    margin-bottom: 20px;
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
}

.sec4Wrap .contWrap .leftWrap>a {
    position: absolute;
    bottom: 11%;
    right: 22%;
    width: 56%;
    height: 10%;
}

.sec4Wrap .contWrap .rightWrap {
    box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1);
}