/* 공통 */
:root {
    --font-noto: 'Noto Sans KR', sans-serif;
    ;

    --color-green: #0A5853;
    --color-black: #222222;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.wrap[max="1280"] {
    max-width: 1280px;
}

.block_1250 {
    display: none;
}

.none_1250 {
    display: block;
}

.block_375 {
    display: none;
}

.none_375 {
    display: block;
}

@media screen and (max-width: 1280px) {
    .wrap[max="1280"] {
        width: 90%;
    }
}

@media screen and (max-width: 1250px) {
    .block_1250 {
        display: block;
    }

    .none_1250 {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .block_375 {
        display: block;
    }

    .none_375 {
        display: none;
    }
}

.sub_n .subvs.ctvs {
    background: url(/img/cat_n/cat_n_tit_bg.jpg)no-repeat center center;
}

.sub_n .subvs .bgtxt dl dt {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 80px;
}

.sub_n .subvs .bgtxt dl dd {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

.sub_n section {
    padding: 100px 0;
}

.sub_n .sec_tit {
    text-align: center;
    margin-bottom: 50px;
}

.sub_n .sec_tit h5 {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5;
    color: var(--color-black);
}

.sub_n .sec_tit span {
    font-family: var(--font-noto);
    color: var(--color-green);
}

.sub_n .cont-group>.des-bold p {
    text-align: center;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: var(--color-green);
    margin-bottom: 10px;
}

.sub_n .cont-group>.des-box p {
    text-align: center;
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: var(--color-black);
}

.sub_n .cont-group>.des-bold span {
    font-family: var(--font-noto);
}

.sub_n .cont-group>.des-box span {
    font-family: var(--font-noto);
}

@media screen and (max-width: 768px) {
    .sub_n .subvs.ctvs {
        height: 610px;
        background: url(/img/cat_n/cat_n_tit_bg.jpg);
        background-repeat: no-repeat;

        background-size: cover;
    }

    .sub_n.cat .subvs.ctvs {
        background-position: 50% 50% !important;
    }

    .sub_n .subvs .bgtxt dl dt {
        font-size: 40px;
    }

    .sub_n .subvs .bgtxt dl dd {
        font-size: 18px;
    }

    .sub_n section {
        padding: 50px 0;
    }

    .sub_n .sec_tit {
        margin-bottom: 30px;
    }

    .sub_n .sec_tit h5 {
        font-size: 30px;
    }

    .sub_n .cont-group>.des-bold p {
        font-size: 24px;
    }

    .sub_n .cont-group>.des-box p {
        font-size: 20px;
    }

    .sec._11 .sec_tit h5 span {
        font-size: 24px;
        line-height: 30px;
        display: inline-block;
    }


}

@media screen and (max-width: 350px) {
    .sub_n .cont-group>.des-box p {
        font-size: 1rem !important;
    }

}


/* 팝업 */
.pop_filter {
    display: none;
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pop_lens {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 90%;
    max-width: 1020px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
}

.pop_lens .pop_top {
    position: relative;
    background-color: var(--color-green);
    padding: 27px 0;
}

.pop_lens .pop_top p {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.pop_lens .pop_top .X_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 51px;
    cursor: pointer;
}

.pop_lens .pop_top .X_btn img {
    transition: .3s;
    position: relative;
}

.pop_lens .pop_top .X_btn img:hover {
    transform: rotate(180deg);
}

.pop_lens .pop_cont {
    padding: 49px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #0a5853;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}

.pop_lens .pop_cont .img-box {
    position: relative;
    flex: 1;
    text-align: center;
}

.pop_lens .pop_cont .img-box::after {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-green);
}

.pop_lens .pop_cont ul {
    padding: 0 50px;
    width: 495px;
}

.pop_lens .pop_cont li {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: var(--color-black);
}

.pop_1 .pop_lens._01 {
    display: block;
}

.pop_2 .pop_lens._02 {
    display: block;
}

.pop_3 .pop_lens._03 {
    display: block;
}

.pop_4 .pop_lens._04 {
    display: block;
}

.pop_5 .pop_lens._05 {
    display: block;
}

.pop_6 .pop_lens._06 {
    display: block;
}

.pop_7 .pop_lens._07 {
    display: block;
}

@media screen and (max-width: 1100px) {
    .pop_lens .pop_cont ul {
        width: 410px;
    }

    .pop_lens .pop_cont li {
        font-size: 20px;
        text-indent: -11px;
        margin-left: 11px;
    }
}

@media screen and (max-width: 800px) {
    .pop_lens {
        height: 80vh;
        max-height: 690px;
    }

    .pop_lens .pop_top {
        padding: 17px 0;
    }

    .pop_lens .pop_top .X_btn {
        right: 24px;
    }

    .pop_lens .pop_cont {
        flex-direction: column;
        padding: 15px 0;
        border-radius: 0 0 20px 20px;
    }

    .pop_lens .pop_cont .des {
        height: 310px;
        overflow-y: scroll;
    }

    .pop_lens .pop_cont ul {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 20px;
    }

    .pop_lens .pop_cont .img-box {
        width: 400px;
        width: 100%;
        height: 15vh;
        flex: auto;
    }

    .pop_lens .pop_cont .img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pop_lens .pop_cont .img-box::after {
        top: unset;
        left: 0;
        width: 100%;
        height: 5px;
    }
}

@media screen and (max-width: 420px) {
    .pop_lens .pop_cont .img-box {
        width: 90%;
    }

}

@media screen and (max-width: 350px) {
    .pop_lens .pop_cont li {
        font-size: 1rem;
    }
}


/* 노안/백내장 start */
.sub_n.cat .subvs.ctvs {
    background-position: top right;
}

.sub_n.cat._01 .sec._01 {
    background: url(/img/cat_n/cat_n_sec1_bg.jpg)no-repeat center bottom / cover;
}

.sub_n.cat._01 .sec._01 .sec_tit {
    margin-bottom: 100px;
}

.sub_n.cat._01 .sec._02 {
    background-color: #F6F6F6;
}

.sub_n.cat._01 .sec._02 .cont-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.sub_n.cat._01 .sec._03 .sec_tit {
    text-align: left;
    margin-bottom: 20px;
}

.sub_n.cat._01 .sec._03 .cont-group>.des-bold p {
    text-align: left;
}

.sub_n.cat._01 .sec._03 .cont-group>.des-box p {
    text-align: left;
}

.sub_n.cat._01 .sec._04 .wrap {
    display: flex;
    justify-content: flex-end;
    gap: 115px;
}

.sub_n.cat._01 .sec._04 .sec_left {
    position: relative;
    width: fit-content;
}

.sub_n.cat._01 .sec._04 .sec_left .img-box {
    position: relative;
    z-index: 1;
}

.sub_n.cat._01 .sec._04 .sec_left p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    filter: drop-shadow(0 2px 3.5px rgba(0, 0, 0, .25));
    z-index: 2;
}

.sub_n.cat._01 .sec._04 .sec_left .circle {
    position: absolute;
    right: -20px;
    top: -80px;
    width: 209px;
    aspect-ratio: 1 / 1;
    background-color: var(--color-green);
    border-radius: 50%;
}

.sub_n.cat._01 .sec._04 .sec_left .circle_line {
    position: absolute;
    left: -350px;
    bottom: -110px;
    width: 569px;
    aspect-ratio: 1 / 1;
    border: solid 3px #5C928B;
    border-radius: 50%;
}

.sub_n.cat._01 .sec._04 .sec_tit {
    text-align: right;
}

.sub_n.cat._01 .sec._04 .cont-group>.des-bold p {
    text-align: right;
}

.sub_n.cat._01 .sec._04 .cont-group>.des-box p {
    text-align: right;
}

.sub_n.cat._01 .sec._05 .des-plus {
    margin-top: 100px;
}

.sub_n.cat._01 .sec._05 .des-plus p {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 22px;
    line-height: 2;
    color: var(--color-green);
    text-align: center;
}

.sub_n.cat._01 .sec._06 {
    padding-bottom: 0;
    background-color: #F6F6F6;
}

.sub_n.cat._01 .sec._06 .sec_tit {
    text-align: left;
    margin-bottom: 20px;
}

.sub_n.cat._01 .sec._06 .cont-group>.des-bold p {
    text-align: left;
}

.sub_n.cat._01 .sec._06 .cont-group>.des-box p {
    text-align: left;
}

.sub_n.cat._01 .sec._07 {
    background-color: #F6F6F6;
}

.sub_n.cat._01 .sec._07 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_n.cat._01 .sec._07 .sec_left {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 40px;
}

.sub_n.cat._01 .sec._07 .sec_left .img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub_n.cat._01 .sec._07 .sec_left .img-box p {
    font-family: var(--font-noto);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: var(--color-green);
    border-radius: 50px;
    padding: 12px 39px;
}

.sub_n.cat._01 .sec._07 .sec_tit {
    text-align: right;
}

.sub_n.cat._01 .sec._07 .cont-group>.des-bold p {
    text-align: right;
}

.sub_n.cat._01 .sec._07 .cont-group>.des-box p {
    text-align: right;
}

.sub_n.cat._01 .sec._08 {
    position: relative;
    overflow: hidden;
}

.sub_n.cat._01 .sec._08 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_n.cat._01 .sec._08 .sec_tit {
    text-align: left;
}

.sub_n.cat._01 .sec._08 .cont-group>.des-bold p {
    text-align: left;
}

.sub_n.cat._01 .sec._08 .cont-group>.des-box p {
    text-align: left;
}

.sub_n.cat._01 .sec._08 .sec_right {
    width: 55%;
    display: flex;
}

.sub_n.cat._01 .sec._08 .sec_right .img-box {
    position: relative;
    z-index: 1;
}

.sub_n.cat._01 .sec._08 .sec_right .img-box._01 {
    top: -50px;
    transform: translateX(15%);
}

.sub_n.cat._01 .sec._08 .sec_right .img-box._02 {
    z-index: 2;
    top: 80px;
}

.sub_n.cat._01 .sec._08 .sec_right .img-box._02::after {
    content: "";
    background-color: #ffffff5c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 50%;
}

.sub_n.cat._01 .sec._08 .sec_right p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    filter: drop-shadow(0 2px 3.5px rgba(0, 0, 0, .25));
    z-index: 3;
}

.sub_n.cat._01 .sec._08 .circle {
    position: absolute;
    right: -20px;
    top: -80px;
    width: 204px;
    aspect-ratio: 1 / 1;
    background-color: var(--color-green);
    border-radius: 50%;
    z-index: -1;
}

.sub_n.cat._01 .sec._08 .circle_line {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -10%);
    width: 704px;
    aspect-ratio: 1 / 1;
    border: solid 3px #5C928B;
    border-radius: 50%;
}

.sub_n.cat._01 .sec._08 .sec_right .block_375 {
    display: none;
}

.sub_n.cat._01 .sec._09 {
    background-color: #F6F6F6;
}

.sub_n.cat._01 .sec._12 {
    background-color: #F6F6F6;
}

.sub_n.cat._01 .sec._12 .cont-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sub_n.cat._01 .sec._12 .cont-group .img-box {
    width: 50%;
}

.sub_n.cat._01 .sec._12 .cont-txt-group {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sub_n.cat._01 .sec._12 .txt-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub_n.cat._01 .sec._12 .txt-group p {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: var(--color-black);
}

.sub_n.cat._01 .sec._12 .txt-group .big {
    font-weight: 700;
    font-size: 30px;
    color: var(--color-green);
}

.sub_n.cat._01 .sec._12 .img-group {
    display: none;
}

.sub_n.cat._01 .sec._14 {
    background-color: #F6F6F6;
}

.sub_n .cont-group>.des-box p {
    font-weight: 700;
}

.sub_n.cat._01 .sec._14 .line {
    width: 128px;
    height: 5px;
    background-color: var(--color-black);
    margin: 0 auto;
    margin-top: 60px;
}

.sub_n.cat._01 .sec._14 .pop_btns {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sub_n.cat._01 .sec._14 .pop_btn {
    transition: .3s;
    position: relative;
    width: 191px;
    aspect-ratio: 1 / 1;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 15px;
    cursor: pointer;
}

.sub_n.cat._01 .sec._14 .pop_btn::after {
    transition: .3s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid var(--color-black);
    z-index: 1;
    border-radius: 50%;
}

.sub_n.cat._01 .sec._14 .pop_btn p {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-black);
    text-align: center;
}

.sub_n.cat._01 .sec._14 .pop_btn p.lens_nm {
    transition: .3s;
    transform: translateY(25%);
}

.sub_n.cat._01 .sec._14 .pop_btn.btn_01 p.lens_nm {
    transform: translateY(60%);
}

.sub_n.cat._01 .sec._14 .pop_btn .view {
    transition: .3s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-green);
}

.sub_n.cat._01 .sec._14 .pop_btn .view p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: var(--color-green);
}

.sub_n.cat._01 .sec._14 .pop_btn:hover {
    background-color: #fff;
}

.sub_n.cat._01 .sec._14 .pop_btn:hover::after {
    border: 5px solid var(--color-green);
}

.sub_n.cat._01 .sec._14 .pop_btn:hover p.lens_nm {
    transform: translateY(0);
}

.sub_n.cat._01 .sec._14 .pop_btn:hover .view {
    opacity: 1;
}

/* .sub_n.cat._01 .top_2024_add_5 ul li .tit{width: 100%;background-color: #fff;}
.sub_n.cat._01 .top_2024_add_5 ul li h4{line-height: 1.5;width: 80%;margin: 0 auto;} */

@media screen and (max-width: 1250px) {
    .sub_n.cat._01 .sec._04 .wrap {
        gap: 50px;
    }

    .sub_n.cat._01 .sec._04 .sec_left {
        width: 40%;
    }

    .sub_n.cat._01 .sec._04 .sec_left .circle {
        width: 175px;
    }

    .sub_n.cat._01 .sec._04 .sec_left .circle_line {
        width: 110%;
        left: -200px;
        bottom: -80px;
    }

    .sub_n.cat._01 .sec._04 .cont-group>.des-bold p {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._04 .cont-group>.des-box p {
        font-size: 20px;
    }

    .sub_n.cat._01 .sec._07 .sec_left {
        gap: 0;
        width: 48%;
    }

    .sub_n.cat._01 .sec._07 .sec_left .img-box p {
        font-size: 18px;
        padding: 8px 30px;
    }

    .sub_n.cat._01 .sec._07 .cont-group>.des-bold p {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._07 .cont-group>.des-box p {
        font-size: 20px;
    }

    .sub_n.cat._01 .sec._08 .sec_right {
        width: 50%;
    }

    .sub_n.cat._01 .sec._08 .circle_line {
        display: none;
    }

    .sub_n.cat._01 .sec._08 .cont-group>.des-bold p {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._08 .cont-group>.des-box p {
        font-size: 20px;
    }

}

@media screen and (max-width: 1100px) {
    .sub_n.cat._01 .sec._08 .sec_right {
        flex-direction: column;
        width: 35%;
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box._01 {
        top: 30px;
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box._02 {
        top: unset;
    }

    .sub_n.cat._01 .sec._08 .circle {
        width: 45%;
        max-width: 145px;
        right: 20%;
        bottom: 22%;
    }

    .sub_n.cat._01 .sec._12 .cont-group {
        flex-direction: column;

    }

    .sub_n.cat._01 .sec._12 .cont-group .img-box {
        width: 100%;
        text-align: center;
    }

    .sub_n.cat._01 .sec._12 .cont-txt-group {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .sub_n.cat._01 .sec._04 .wrap {
        gap: 0;
    }

    .sub_n.cat._01 .sec._04 .sec_left .circle_line {
        left: -160px;
        bottom: 0;
    }

    .sub_n.cat._01 .sec._07 .sec_left {
        width: 40%;
        flex-direction: column;
    }

    .sub_n.cat._01 .sec._08 .wrap {
        flex-direction: column;
    }

    .sub_n.cat._01 .sec._08 .wrap .sec_left {
        width: 100%;
    }

    .sub_n.cat._01 .sec._08 .sec_right {
        width: 70%;
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box {
        width: fit-content;
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box._01 {
        top: 30px;
        transform: translateX(-8%);
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box._02 {
        top: -40px;
        transform: translateX(34%);
    }

    .sub_n.cat._01 .sec._08 .sec_right p {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._08 .circle {
        width: 55%;
        top: unset;
        right: unset;
        bottom: -20px;
        left: -90px;
        max-width: 300px;
    }

    .sub_n.cat._01 .sec._08 .circle_line {
        display: block;
        width: 63%;
        min-width: 150px;
        top: unset;
        bottom: 23%;
        right: 20%;
        z-index: -1;
    }

}

@media screen and (max-width: 768px) {
    .sub_n.cat._01 .sec._12 .cont-txt-group .drag_text {
        text-align: right;
        color: #0A5853;
        font-size: 20px;
    }

    .sub_n.cat._01 .sec._01 {
        background-image: url(/img/cat_n/cat_n_sec1_bg_mo.jpg);
    }

    .sub_n.cat._01 .sec._01 .wrap[max="1280"] {
        width: 100%;
    }

    .sub_n.cat._01 .sec._01 .block_768 {
        /* overflow-x: scroll; */
    }

    .sub_n.cat._01 .sec._01 .block_768 img {
        /* max-width: unset;
        width: 650%;
        margin: 0 17%; */
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .sub_n.cat._01 .sec._01 .sec_tit {
        margin-bottom: 50px;
    }

    .sub_n.cat._01 .sec._02 .cont-group {
        gap: 20px;
    }

    .sub_n.cat._01 .sec._04 .wrap {
        flex-direction: column;
    }

    .sub_n.cat._01 .sec._04 .sec_left {
        width: 100%;
        top: -40px;
    }

    .sub_n.cat._01 .sec._04 .sec_left .img-box {
        text-align: center;
    }

    .sub_n.cat._01 .sec._04 .sec_left p {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._04 .sec_left .circle {
        width: 46%;
        top: -30px;
        right: -50px;
    }

    .sub_n.cat._01 .sec._04 .sec_left .circle_line {
        width: 65%;
        min-width: 300px;
        bottom: -40px;
    }

    .sub_n.cat._01 .sec._05 .des-plus {
        margin-top: 50px;
    }

    .sub_n.cat._01 .sec._05 .des-plus p {
        font-size: 20px;
        line-height: 1.3;
    }

    .sub_n.cat._01 .sec._06 .sec_tit {
        text-align: center;
    }

    .sub_n.cat._01 .sec._06 .cont-group>.des-bold p {
        text-align: center;
    }

    .sub_n.cat._01 .sec._06 .cont-group>.des-box p {
        text-align: center;
    }

    .sub_n.cat._01 .sec._07 {
        padding-top: 0;
    }

    .sub_n.cat._01 .sec._07 .wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .sub_n.cat._01 .sec._07 .sec_left {
        width: 100%;
        align-items: center;
    }

    .sub_n.cat._01 .sec._07 .sec_left .img-box p {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
        padding: 7.5px 24px;
    }

    .sub_n.cat._01 .sec._07 .sec_tit {
        margin-bottom: 20px;
    }

    .sub_n.cat._01 .sec._08 .circle_line {
        right: 0;
    }

    .sub_n.cat._01 .sec._12 .txt-group p {
        font-size: 20px;
    }

    .sub_n.cat._01 .sec._12 .txt-group .big {
        font-size: 24px;
    }

    .sub_n.cat._01 .sec._12 .img-group {
        display: flex;
        align-items: flex-end;
        width: max-content;
        justify-content: center;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._01 {
        position: relative;
        width: max-content;
        max-width: 150px;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._02 {
        width: 183px;
        overflow: scroll;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._02 img {
        max-width: 550px;
        object-fit: cover;
    }

    .sub_n.cat._01 .sec._12 .img-group .abs_img {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: 183px;
    }

    .sub_n.cat._01 .sec._14 .pop_btns {
        gap: 10px;
        max-width: unset;
    }

    .sub_n.cat._01 .sec._14 .pop_btn {
        width: 95px;
    }

    .sub_n.cat._01 .sec._14 .pop_btn p.lens_nm {
        transform: unset;
        font-size: 16px;
    }

    .sub_n.cat._01 .sec._14 .pop_btn.btn_01 p.lens_nm {
        transform: unset;
    }

    .sub_n.cat._01 .sec._14 .pop_btn .view {
        display: none;
    }

}


@media screen and (max-width: 375px) {
    .sub_n.cat._01 .sec._01 .sec_tit h5 {
        font-size: 22px;
    }

    /* .sub_n.cat._01 .sec._01 .block_768 img {
        width: 750%;
        margin: 0 11%;
    } */

    .sub_n.cat._01 .sec._08 .circle_line {
        width: 72%;
        bottom: 19%;
    }

    .sub_n.cat._01 .sec._08 .sec_right {
        width: 100%;
    }

    .sub_n.cat._01 .sec._08 .sec_right .img-box {
        display: none;
    }

    .sub_n.cat._01 .sec._08 .sec_right .block_375 {
        position: relative;
        display: block;
        margin-top: 50px;
    }

    .sub_n.cat._01 .sec._08 .sec_right .block_375 img {
        width: 100%;
    }

    .sub_n.cat._01 .sec._08 .sec_right .block_375 .circle {
        width: 109px;
        top: 150px;
        left: -13%;
    }

}

@media screen and (max-width: 350px) {
    .sub_n.cat._01 .sec._05 .des-plus p {
        font-size: 1rem;
    }

    .sub_n.cat._01 .sec._12 .txt-group p {
        font-size: 1rem;
    }

    .sub_n.cat._01 .sec._12 .txt-group .big {
        font-size: 1.1rem;
    }

    .sub_n.cat._01 .sec._12 .img-group {
        width: 100%;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._01 {
        max-width: 110px;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._02 img {
        max-width: 402px;
    }

    .sub_n.cat._01 .sec._12 .img-group .img-box._02 {
        width: 134px;
    }

    .sub_n.cat._01 .sec._12 .img-group .abs_img {
        width: 134px;
    }
}

@media screen and (max-width: 300px) {
    .sub_n.cat._01 .sec._08 .sec_right .block_375 .circle {
        top: 120px;
        left: -18%;
    }

}

@media screen and (max-width: 768px) {

    .sub_n.cat._01 .sec._03 .sec_tit,
    .sub_n.cat._01 .sec._03 .cont-group>.des-bold p,
    .sub_n.cat._01 .sec._03 .cont-group>.des-box p,
    .sub_n.cat._01 .sec._04 .sec_tit,
    .sub_n.cat._01 .sec._04 .cont-group>.des-bold p,
    .sub_n .sec_tit h5,
    .sub_n.cat._01 .sec._07 .cont-group>.des-bold p,
    .sub_n.cat._01 .sec._07 .cont-group>.des-box p,
    .sub_n.cat._01 .sec._08 .cont-group>.des-bold p,
    .sub_n.cat._01 .sec._08 .cont-group>.des-box p,
    .sub_n.cat._01 .sec._12 .txt-group .big,
    .sub_n.cat._01 .sec._12 .txt-group p,
    .sub_n .subvs .bgtxt dl dt,
    .sub_n .subvs .bgtxt dl dd,
    .sub_n.cat._01 .sec._04 .cont-group>.des-box p {
        text-align: center;
    }
}

/* 노안/백내장 end */
