/* 드림렌즈 */


.len_1_3 .cont_1 {
    padding-top: 33px;
    gap: 0;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 33px;
}
.len_1_3.pre_2_5 .cont_1 > li{
    width: 50%;
}


@media screen and (max-width:1650px) {
    .len_1_3 .cont_1 {
        padding: 33px 20px 0;
    }
}


@media screen and (max-width:1400px) {
    .len_1_3 .cont_1 {
        padding: 33px 0 0;
    }

}

@media screen and (max-width:768px) {
    .len_1_3 .cont_1 {
        gap: 20px;
    }
}

.len_1_4 {
    background-image: url(/img/len/len_1_4_bg.png);
}

.len_1_4 .title .text br {
    display: block;
}


@media screen and (max-width:1350px) {
    .len_1_4 .cont_1 {
        padding: 50px;
    }
}


@media screen and (max-width:768px) {
    .len_1_4 .cont_1 {
        padding: 40px 20px;
    }

    .len_1_4 .title .text br.none_768 {
        display: none;
    }
}

.len_1_4 .cont_1 {
    background: #fff;
}

.len_1_4 .cont_1>ul {
    gap: 30px;
    align-items: center;
}

.len_1_4 .cont_1 ul li:first-child {
    width: 54%;
}

.len_1_4 .cont_1>ul>li p {
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}

.len_1_4 .cont_1>ul>li p strong {
    display: block;
    font-weight: 600;
}

.len_1_4 .cont_1 .txt_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width:1200px) {

    .len_1_4 .cont_1>ul {
        flex-wrap: wrap;
    }

    
    .len_1_4 .cont_1 >ul li:last-child{
        width: 100%;
    }

    .len_1_4 .cont_1 .txt_box {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .len_1_4 .cont_1>ul>li p{
        width: calc(50% - 6px);
    }
}


@media screen and (max-width:768px) {
    .len_1_4 .cont_1 ul li:first-child {
        width: 100%;
        max-width: 480px;
    }

    .len_1_4 .cont_1>ul li .img_box img {
        width: 100%;
    }

    .len_1_4 .cont_1>ul li:nth-child(2) {
        max-width: 260px;
    }

    .len_1_4 .cont_1>ul>li p {
        text-align: center;
    }

    .len_1_4 .cont_1 .txt_box {
        flex-direction: column;
        align-items: center;
    }

    .len_1_4 .cont_1>ul>li p {
        width: 100%;
    }
}

.len_1_5 .cont_1 .img_box {
    height: 340px;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.len_1_5 .cont_4 {
    gap: 0;
}


@media screen and (max-width:768px) {
    .len_1_5 .cont_1 .img_box {
        height: auto;
    }
}


/* 특수렌즈 */
.len_2_2.ret_4_3 {
    background-image: url(/img/len/len_2_2_bg.png);
}

@media screen and (max-width:768px) {
    .len_2_2.ret_4_3 {
        background-image: url(/img/len/len_2_2_bg_m.png);
    }
}

.len_2_2 .title h4 {
    font-size: 22px;
    letter-spacing: -0.88px;
}

.len_2_2 .title .text br {
    display: block;
}

.len_2_2 .text .bold {
    color: inherit;
}

.len_2_2 .cont_1 {
    padding: 0;
}

.len_2_2 .cont_1>ul {
    gap: 0;
}

.len_2_2 .cont_1>ul li {
    width: 100%;
    flex: 1;
    padding: 47px 30px;
}

.len_2_2 .cont_1>ul li:nth-child(2) {
    background: #F3F4F6;
}

.len_2_2 .cont_1>ul li:nth-child(3) {
    background: #E5E7EB;
}

.len_2_2 .cont_1>ul li:nth-child(4) {
    background: #D1D5DB;
}

.len_2_2 .cont_1 .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 32px;
}

.len_2_2 .cont_1>ul>li p {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: -0.88px;
    min-height: 105px;
    display: flex;
    align-items: center;
}

.len_2_2 .cont_1>ul>li span {
    border-radius: 999px;
    background: #6B7280;
    overflow: hidden;
    display: block;
    padding: 12px 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.len_2_2 .cont_1>ul li:nth-child(4) span {
    background: #3796FF;
}

@media screen and (max-width:1200px) {
    .len_2_2 .cont_1>ul {
        flex-wrap: wrap;
    }

    .len_2_2 .cont_1>ul li {
        width: calc(50% - 60px);
        flex: unset;
    }
}

@media screen and (max-width:1020px) {
    .len_2_2 .cont_1>ul>li span {
        padding: 12px 20px;
        font-size: 16px;
    }
}


@media screen and (max-width:768px) {
    .len_2_2 .cont_1>ul li {
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .len_2_2 .title .text br.none_768 {
        display: none;
    }

    .len_2_2 .cont_1>ul li {
        padding: 28px 30px;
    }

    .len_2_2 .cont_1>ul>li p {
        min-height: 80px;
    }

    .len_2_2 .cont_1 .txt_box {
        gap: 20px;
    }
}

.len_2_3 .cont_1 {
    gap: 0;
    /* overflow: hidden; */
    /* height: 400px; */
}

.len_2_3 .cont_1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.len_2_3 .cont_1>li .img_box {
    margin-top: 0;
    height: 100%;
}

.len_2_3 .cont_1>li {
    width: 100%;
    flex: unset;
}

.len_2_3 .cont_1>li:first-child {
    width: 30%;
    max-width: 496px;
}

.len_2_3 .cont_1>li:first-child img {}

.len_2_3 .cont_1>li:last-child {
    width: 70%;
    flex-shrink: 0;
}

@media screen and (max-width:1650px) {
    .len_2_3 .cont_1 {
        height: auto;
    }

    .len_2_3 .cont_1>li:first-child {
        width: 37%;
    }

    .len_2_3 .cont_1>li:last-child {
        width: 63%;
    }
}

@media screen and (max-width:768px) {
    .len_2_3 .cont_1 {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .len_2_3 .cont_1>li:first-child {
        max-width: unset;
    }

    .len_2_3 .cont_1>li:first-child,
    .len_2_3 .cont_1>li:last-child {
        width: 100%;
    }
}


.len_2_4 {
    background: #F3F4F6;
    overflow-x: hidden;
}

.len_2_4 .sub3_swiper {
    /* background: #fff; */
    /* overflow: visible; */

}

.len_2_4 .sub3_swiper .content {
    /* position: relative; */
    background: #fff;
    border-radius: 0;
    padding: 0;
    padding-right: 94px;
}

.len_2_4 .sub3_swiper .img_box {
    max-width: 496px;
    width: 40%;
}

.len_2_4 .swiper-button-prev:after,
.len_2_4 .swiper-rtl .swiper-button-next:after,
.len_2_4 .swiper-button-next:after,
.len_2_4 .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.len_2_4 .swiper-button-next,
.len_2_4 .swiper-button-prev {
    width: 20px;
    height: 60px;
    background: url(/img/len/len_2_ico_slideBtn.svg) center center/100% no-repeat;
}

.len_2_4 .swiper-button-prev {
    transform: rotate(-180deg);
}

@media screen and (max-width:1350px) {

    .len_2_4 .swiper-button-next,
    .len_2_4 .swiper-button-prev {
        width: 12px;
        height: 50px;
    }
}

@media screen and (max-width:980px) {
    .len_2_4 .sub3_swiper {
        max-width: 600px;
    }


    .len_2_4 .sub3_swiper .content {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .len_2_4 .sub3_swiper .img_box {
        max-width: unset;
        width: 100%;
    }

    .len_2_4 .content .text_box {
        padding: 30px 19px;
        text-align: center;
        min-height: 144px;
    }

    .len_2_4 .swiper-button-next,
    .len_2_4 .swiper-button-prev {
        display: none;
    }

    .len_2_4 .sub3_swiper .swiper-pagination {
        display: block;
    }

    .len_2_4 .sub3_swiper {
        overflow: visible;
    }

    .len_2_4 .sub3_swiper .swiper-pagination {
        display: block;
        bottom: -40px;
    }

    .len_2_4 .sub3_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #111827;
    }

    .len_2_4 .sub3_swiper .swiper-pagination-bullet {
        background-color: #fff;
        border: solid 1px #111827;
        box-sizing: border-box;
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    .len_2_4 {
        padding: 50px 0 80px;
    }

    .len_2_4 .sub3_swiper .swiper-pagination {
        bottom: -36px;
    }

    .len_2_4 .content .text_box {
        min-height: 230px;
    }
}

.len_2_5 .cont_1 {
    margin-top: 37px;
    border-top: 1px solid #D1D5DB;
}

.len_2_5 .cont_1 ul {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.len_2_5 .cont_1 li {
    display: flex;
    gap: 18px;
    align-items: center;
}

.len_2_5 .cont_1 .num {
    background-color: #4BC0EA;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.72px;
    /* padding: 5px 12.5px; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
    height: 50px;
    width: 70px;
    align-self: flex-start;
}

.len_2_5 .txt_box {
    padding-top: 8px;
    color: #303030;
    line-height: 1.6;
}

.len_2_5 .txt_box strong {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.44px;
    display: block;
}

.len_2_5 .txt_box p {
    padding-top: 4px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.len_2_5 li:nth-child(4) .txt_box {
    padding-top: 0;
}

@media screen and (max-width:768px) {
    .len_2_5 .cont_1 {
        margin-top: 20px;
    }

    .len_2_5 .cont_1 ul {
        padding-top: 20px;
        gap: 20px;
    }

    .len_2_5 .cont_1 ul li{
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .len_2_5 .txt_box {
        text-align: center;
    }

    .len_2_5 .cont_1 .num {
        align-self: unset;
        width: 52.734px;
        height: 37.5px;
        font-size: 18px;
        line-height: 140%;
    }
    .len_2_5 .txt_box  {
        letter-spacing: -0.32px;
        line-height: 160%;
    }
    .len_2_5 .txt_box strong {
        font-size: 16px;
    }

    .len_2_5 .txt_box p {
        font-size: 16px;

    }
}