@charset "UTF-8";
.sub_top_bg{
    padding: 233px 0 157px 0;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 각 서브 폴더별 배경 이미지 */
.sub_top_bg.presbyopia{
    background-image: url("/img/sub_top/presbyopia_top_bg.png");
}
.sub_top_bg.intro{
    background-image: url("/img/sub_top/intro_top_bg.png");
}
.sub_top_bg.vision{
    background-image: url("/img/sub_top/vision_top_bg.png");
}
.sub_top_bg.retina{
    background-image: url("/img/sub_top/retina_top_bg.png");
}
.sub_top_bg.lens{
    background-image: url("/img/sub_top/lens_top_bg.png");
}
.sub_top_bg.community{
    background-image: url("/img/sub_top/community_top_bg.png");
}
.sub_top_bg.required{
    background-image: url("/img/sub_top/community_top_bg.png");
}
.sub_top_bg.counsel{
    background-image: url("/img/sub_top/counsel_top_bg.png");
}
.sub_top_bg.prevention{
    background-image: url("/img/sub_top/prevention_top_bg.png");
}


/* 서브탑의 메뉴 전체 넓이 */
.sub_top{
    border-bottom: 1px solid #D1D5DB;
}
.sub_top_w{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.sub_top .title_box h2{
    text-align: center;
    color: #FFF;
    /* font-family: "Pretendard"; */
    font-size: 50px;
    font-weight: 700;
}
.sub_top .title_box h3{
    margin-top: 10px;
    font-family: "Pretendard";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; 
    letter-spacing: -0.8px;
    color: #fff;
    text-align: center;
}
.sub_top_menu{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.sub_top_menu >ul{
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
}
.sub_top_menu >ul li{
    /* flex: 1 1 auto; */
}
.sub_top_menu >ul li a{
    display: block;
    width: 100%;
    color: #9CA3AF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.64px;
    padding: 28px 0;
}
.sub_top_menu >ul li.on a{
    color: #111827;   
}
.mo_title{
    display: none;
}
@media screen and (max-width: 1350px) {
    .sub_top_menu >ul{
        gap: 30px;
        justify-content: center;
    }
    .sub_top_menu >ul li{
        flex: none;
    }
}
@media screen and (max-width: 1280px) {
    .sub_top_menu{
        display: none;
    }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .sub_top_bg{
        margin-top: 65px;
        padding: 100px 0;
    }
    .sub_top .title_box h2{
        font-size: 26px;
    }
    .mo_title{
        display: block;
       
        width: max-content;
        border: solid 1px #fff;
        padding: 9px 15px;
        box-sizing: border-box;
        text-align: center;
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.6px;
        margin: 10px auto 0;
        border-radius: 999px;
    }
    .sub_top .title_box h3{
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.2;
    }
}