.sec3_equip_new_group {
    top: 0;
    padding-top: 200px;
    width: 100%;
    position: relative;
    height: calc(100vh - 300px);
}

.new_group_sec {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.new_group_sec_txt {
    z-index: 5;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.new_group_sec_txt1 {
    opacity: 0;
    transition: 0.4s;
    font-size: 40px;
    font-weight: 600;
}

.new_group_sec_txt2 {
    opacity: 0;
    transition: 0.4s;
    font-weight: 600;
    font-size: 80px;
    letter-spacing: -3px;
}

.new_group_sec_txt.on .new_group_sec_txt1 {
    opacity: 1;
}

.new_group_sec_txt.on .new_group_sec_txt2 {
    opacity: 1;
    transition-delay: 0.2s;
}

.new_group_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/img/landing_240620/landing_bg_1.png)no-repeat center /cover;
}


.idx_sec1_bx {
    transform-origin: center;
    position: absolute;
    border: none;
    transform: translate(-50%, -50%);
    background: transparent;
}

.idx_sec1_bx img {
    background-color: transparent;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.idx_sec1_bx img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.idx_sec1_bx:nth-child(3n) img {
    animation: sec1_bx_ani1 2s ease-in-out infinite alternate;
}

.idx_sec1_bx:nth-child(3n+1) img {
    animation: sec1_bx_ani1 2.5s ease-in-out 0.2s infinite alternate;
}

.idx_sec1_bx:nth-child(3n+2) img {
    animation: sec1_bx_ani1 3s ease-isjeh cnn-out 0.4s infinite alternate;
}

.idx_sec1_bx:nth-child(3n) img::after {
    background-color: #00000088;
}

.idx_sec1_bx:nth-child(3n+1) img::after {
    background-color: #0000004b;
}

.idx_sec1_bx:nth-child(3n+2) img::after {
    background-color: #00000021;
}

@keyframes sec1_bx_ani1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}


.idx_sec1_bx_abbx {
    position: absolute;
    z-index: 3;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.idx_sec1_bx:nth-child(1) {
    left: 80%;
    bottom: -45px;
}

.idx_sec1_bx:nth-child(2) {
    bottom: 423px;
    left: 85%;
}

.idx_sec1_bx:nth-child(3) {
    bottom: 709px;
    left: 65%;
}

.idx_sec1_bx:nth-child(4) {
    bottom: 400px;
    left: 10%;
}

.idx_sec1_bx:nth-child(5) {
    bottom: 600px;
    left: 55%;
}

.idx_sec1_bx:nth-child(6) {
    bottom: -35px;
    left: 70%;
}

.idx_sec1_bx:nth-child(7) {
    bottom: 500px;
    left: 75%;
}

.idx_sec1_bx:nth-child(8) {
    bottom: -40px;
    left: 40%;
}

.idx_sec1_bx:nth-child(9) {
    bottom: 625px;
    left: 15%;
}

.idx_sec1_bx:nth-child(10) {
    bottom: 110px;
    left: 90%;
}

.idx_sec1_bx:nth-child(11) {
    bottom: 220px;
    left: 13%;
}

.idx_sec1_bx:nth-child(12) {
    bottom: -70px;
    left: 25%;
}

.idx_sec1_bx:nth-child(13) {
    bottom: 85px;
    left: 8%;
}

.idx_sec1_bx:nth-child(14) {
    bottom: 500px;
    left: 35%;
}


.new_group_sec_filter {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000094;
}

/* .sec3_equip_swi_group .swiper-slide{width: 505px;} */
.sec3_equip_swi_group {
    position: relative;
    transition: 0.4s;
    opacity: 0;
    max-width: 1350px;
    margin: 0 auto;
}

.sec3_equip_swi_group.on {
    opacity: 1;
}

.sec3_equip_swi {
    height: 600px;
    width: 75%;
    overflow: visible;
}

.equip_slide {
    transform: translateX(-50%);
    width: 1142px;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    gap: 46px;
    align-items: center;
}

.equip_img {
    transform: translateX(50%);
    transition: 0.6s;
    width: 592px;
}

.equip_txt {
    opacity: 0;
    transition: 0.6s;
    width: 504px;
}

.sec3_equip_swi .swiper-slide.swiper-slide-active .equip_txt {
    opacity: 1;
    transition: 0.6s 0.6s;
}

.sec3_equip_swi .swiper-slide.swiper-slide-active .equip_img {
    transform: translateX(0);
    transition: 0.6s;
}

.sec3_equip_swi_group .sec3_equip_swi-pagination {
    top: auto;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
}

.sec3_equip_swi_group .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    transition: 0.4s;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    opacity: 1;
}

.sec3_equip_swi_group .swiper-pagination-bullet-active {
    background-color: #15828E !important;
    transition: 0.4s;
}


.sec3_equip_swi-prev {
    right: auto;
    left: 0%;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
}

.sec3_equip_swi-next {
    right: 0%;
    left: auto;
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
    width: 46px;
    height: 46px;
}

.sec3_equip_swi-next::after,
.sec3_equip_swi-prev::after {
    display: none;
}







.landing_sec {
    background-image: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%, 50%;
    padding: 128px 0 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* .landing_sec:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background:#d1d1d1;
    z-index: 1;
 }

 .landing_sec:after {
    content: "";
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
    width: 1px;
    height: 100%;
    background:#d1d1d1;
    z-index: 1;
 } */
.landing_sec .looing_box {
    text-align: center;
    max-width: 1280px;
    margin: auto;
}

.landing_sec .cnt_1 {
    margin-top: 119px;
    padding-bottom: 118px;
    box-sizing: border-box;
}

.landing_swiper .swiper-slide {
    opacity: 0.8;
}

.landing_swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.landing_swiper .swiper-slide .img_box {}

.landing_swiper .swiper-slide .img_box img {
    border-radius: 50px;
    overflow: hidden;
    border: solid #6FA68B 1px;
    transition: all .45s;
}

.landing_swiper .swiper-slide.swiper-slide-active .img_box img {
    border-radius: 50px;
    border: 6px solid #ACEDD6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transform: scale(1.1);
}

.cnt_2 {
    background-image: url(/img/landing_240726/loveEyeBottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%, 50%;
    padding: 30px 0;
    box-sizing: border-box;
}

.w_1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.cnt_2 .layout {
    display: flex;
    gap: 160px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cnt_2 .layout>ul {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.swiper {
    overflow: visible;
}


/* 20240801 랜딩 페이지 수정 */

/* .landing_wrap {
    position: relative;
}


.sec3_equip_new_group {
    position: relative;
    z-index: 1;
}

.new_group_sec_bg {
    background: none;
    position: absolute;
    height: 100%;
}

.new_group_sec_bg:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/landing_240730/landing_bg_2.png) top center /100% no-repeat;
}


.landing_sec {
    background-color: transparent;
}
.looing_box {
    z-index: 3;
}

.landing_sec .looing_box{
    position: relative;
}

.landing_tit {
    position: relative;
    border-radius: 10px;
    background: rgba(212, 236, 203, 0.20);
    color: #8CCEAE;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    z-index: 3;
    margin: 0 auto;
    width: max-content;
    padding: 10px 20px;
} */