/* BASIC css start */
.image {
    text-align: center; padding-top:50px;
}

.image img {max-width: 100%;}
@media screen and (max-width: 1024px) {
.image {
     padding-top:26px;
}
}.image {
    text-align: center;
    padding-top: 50px;
}

.image img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .image {
        padding-top: 26px;
    }
}

/* 생애주기 가이드 클릭 영역 */
.image.guide-map {
    position: relative;
    width: fit-content;
    margin: 50px auto 0;
    padding-top: 0 !important;
}

.image.guide-map img {
    display: block;
    max-width: 100%;
    height: auto;
}

.map-link {
    position: absolute;
    left: 3%;
    width: 94%;
    height: 4.8%;
    z-index: 10;
}

/* 프리미엄 데일리 케어 */
.item01 { top: 20.0%; }
.item02 { top: 25.0%; }
.item03 { top: 29.9%; }
.item04 { top: 34.8%; }
.item05 { top: 39.7%; }
.item06 { top: 44.6%; }
.item07 { top: 49.6%; }
.item08 { top: 54.5%; }
.item09 { top: 59.5%; }
.item10 { top: 64.5%; }
.item11 { top: 69.5%; }

/* 스페셜 케어 */
.item12 {
    top: 82.9%;
    height: 4.8%;
}

.item13 {
    top: 87.9%;
    height: 4.8%;
}

.item14 {
    top: 92.8%;
    height: 4.8%;
}

/* BASIC css end */

