.modu_tit{font-size: 50px;line-height: 1.2;}
.modu_tit .logo_tit{display: flex;align-items: center;gap: 10px;}
.modu_tit .logo_tit::before{
    content: '';
    width: 1.1em;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url('../shop/img/logo_tit.png') no-repeat 0 0 / contain;
}
.modu_tit i{font-weight: 300;}
.modu_tit em{color: #3b308e;}
/*  */
.sec1{
    background: url('../shop/img/sec1_bg_v3.png') no-repeat 0 0 / cover ;
    width: 100%;
    overflow: hidden;
}
.sec1 .container{
    max-width: 1520px;
    width: 90%;
    margin: 0 auto;
}
.sec1 .innertop{padding-top: 100px;}
.sec1 .innerbottom{padding-bottom: 100px;}
.sec1 .modu_tit{
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;
}
.sec1 .modu_tit .logo_tit::before{
    background: url('../shop/img/logo_tit_w.png') no-repeat 0 0 / contain;
}
.sec1 .modu_tit + p{
    color: #fff;
}
.s1_wrap{
    display: flex;
    /* align-items: start; */
    gap: 20px;
    margin-bottom: 70px;
}

.s1_wrap .left_wrap{
    width: 100%;
}
.s1_wrap .map_wrap{
    position: relative;
    width: 100%;
    line-height: 0;
}
.s1_wrap .map_wrap .icon{
    position: absolute;
    width: 60px;
    height: 80px;
    transition: .5s;
    background: url('../shop/img/icon_map_view.png') no-repeat center center / contain;
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -100%);
}

.s1_wrap .map_wrap .icon:hover,
.s1_wrap .map_wrap .icon.on{
    width: 70px;
    height: 110px;
    background: url('../shop/img/icon_map_view_hover.png') no-repeat center center / contain;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.2));
    z-index: 2;
}
.s1_wrap .map_wrap .icon:hover i,
.s1_wrap .map_wrap .icon.on i{
    background: #f39800;
    transform: scale(1.2);
    bottom: 10px;
    
}

/* .s1_wrap .map_wrap .icon.shop3 i{
    left: auto;
    right: -85px;
} */
.s1_wrap .map_wrap .icon i{
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    left: -85px;
    width: 90px;
    height: 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: #00295b;
    color: #fff;
}
/* 발산 */
.shop1{
    top: 50%;
    left: 40%;
}
/* 부평 */
.shop2{
    top: 70%;
    left: 17%;
}
/* 신중동 */
.shop3{
    top: 60%;
    left: 26%;
}
/* 연수 */
.shop4{
    top: 85%;
    left: 13%;
}
/* 신당 */
.shop5{
    top: 48%;
    left: 68%;
}
/* 노원 */
.shop6{
    top: 17%;
    left: 75%;
}
/*  */
.shop_wrap{
    width: 100%;
}
.shop_slide_wrap{
    display: flex;
    width: 100%;
    height: 100%;
}

.right_slider img.on{
    opacity: 1;
}

.right_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

.right_slider{
    overflow: hidden;
    position: relative;
    margin-left: auto;
    width: 80%;
    height: 70%;
    /* margin-top:  20%; */
    /* border-radius: 0 100px 0 0 ; */
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.6);    
}
.shop_txt_wrap{
    width: 80%;
    /* max-width: 620px; */
    margin: 0 ;
    position: relative;
}
.shop_txt_wrap li.on{
    opacity: 1;
    pointer-events: auto;
}
.shop_txt_wrap li{
    opacity: 0;
    pointer-events: none;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.6);
    padding: 35px;
    /* border-radius: 20px; */
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    /* transform: translateY(-50%); */
}
.shop_txt_wrap .clinic_logo{
    /* max-width: 350px; */
    height: 45px;
    margin-bottom: 20px;
}
.shop_txt_wrap .clinic_logo img{height: 100%; width: auto;}

.shop_a{
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.shop_a.tel:before{
    background: url('../shop/img/shop_a_tel.png') no-repeat 50% 50% / contain;
}
.shop_a.way:before{background: url('../shop/img/shop_a_way.png') no-repeat 50% 50% / contain;}
.shop_a::before{
    content: '';
    width: 1.5em;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.shop_wrap .a_shop{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.shop_wrap .a_shop a{width: 100%;}

.shop_wrap .a_shop a{
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    border-radius: 30px;
    transition: .3s;
}
.shop_wrap .a_shop .naver_map:hover{
    color: #3b308e;
    background: #e5e4f7;
    border: 2px solid #3b308e;
}
.shop_wrap .a_shop .naver_map{
    background: #3b308e;
    color: #fff;
    border: 2px solid #3b308e00;
}
.shop_wrap .a_shop .home:hover{
    color: #3b308e;
    background: #e5e4f7;
    border: 2px solid #3b308e;
}
.shop_wrap .a_shop .home{
    background: #e5e4f7;
    color: #3b308e;
    border: 2px solid #3b308e00; 
}
/* s1_tab */
.s1_tab{
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.s1_tab li:not(:last-child){border-right: 1px solid #cccccc61;}
.s1_tab li{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    font-size: 25px;
    color: #cccccc;
    transition: .3s;
    cursor: pointer;
}
.s1_tab li.on{
    background: #2c2369;
    color: #fff;
}
.s1_tab li::before{
    content: '';
    width: .9em;
    aspect-ratio: 2/3;
    background: url('../shop/img/s1_tab_g.png') no-repeat 50% 50% / contain;
}
.s1_tab li.on::before{
    background: url('../shop/img/s1_tab_w.png') no-repeat 50% 50% / contain;
}


@media (min-width:0px) and (max-width:1280px){
    
    .modu_tit{font-size: 40px;}
    .shop_txt_wrap .clinic_logo{height: 40px;}
    .shop_txt_wrap li {padding: 20px;}
    .shop_a{font-size: 18px;}
    .shop_wrap .a_shop a {font-size: 18px;}
    .s1_tab li{font-size: 20px;}




}

@media (min-width:0px) and (max-width:1080px){
    .s1_wrap{flex-direction: column;}
    .shop_wrap { aspect-ratio: 5 / 3; }
    /* .s1_tab li:nth-child(-n+3){border-bottom: 1px solid #cccccc61;} */
    
}


@media (min-width:0px) and (max-width:900px){
    .sec1 .innertop{padding-top: 70px;}
    .sec1 .innerbottom{padding-bottom: 70px;}
    .shop_wrap { aspect-ratio: 4 / 3; }
    .s1_tab  {flex-wrap: wrap;border-radius: 10px;}
    .s1_tab li {
        border-bottom: 1px solid #cccccc61;
        min-width: 30%;
        width: auto;
        flex: 1;
        padding: 8px;
        font-size: 18px;
    }


}

@media (min-width:0px) and (max-width:500px){
    .modu_tit{font-size: 9vw;}
    .shop_wrap {
        aspect-ratio: auto;
        height: 430px;
    }
    .right_slider{height: 60%;width: 90%;}
    .shop_txt_wrap {width: 90%;}
    .s1_wrap {
        margin-bottom: 40px;
    }
    .s1_wrap .map_wrap .icon {
        width: 20px;
        height: 35px;
    }
    .s1_wrap .map_wrap .icon:hover, .s1_wrap .map_wrap .icon.on{
        width: 40px;
        height: 60px;
    }
    .shop_wrap .a_shop {
        gap: 1rem;
        margin-top: 15px;
    }
    .shop_txt_wrap li {
        padding: 20px 10px;
    }
    .shop_txt_wrap .clinic_logo {
        height: auto;
    }
    .shop_wrap .a_shop a {
        padding: 3px 10px;
    }
    .shop_wrap .a_shop a {
        font-size: 15px;
    }
    .sec1 .modu_tit + p{margin-bottom: 20px;}
    .s1_tab li {font-size: 4vw;}

}