/* K BEAUTY STORE 스킨 스타일 */
.main_pic_kbeauty {
    /* 필요시 추가 스타일 작성 */
}

/* 인증 상품 아이콘 (it_certified=1 시 per.png) - msec22 .thumb img 공통 스타일에서 제외 */
.msec22 .swiper-slide .thumb.thumb--with-cert {
    position: relative;
    overflow: hidden;
}
.msec22 .swiper-slide .thumb.thumb--with-cert > img:first-child {
    display: block !important;
    width: 100% !important;
    height: 335px !important;
    object-fit: cover;
}
.msec22 .swiper-slide .thumb img.certified-icon {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: contain;
    z-index: 100;
    pointer-events: none;
}
@media (max-width: 1680px) {
    .msec22 .swiper-slide .thumb.thumb--with-cert > img:first-child { height: 320px !important; }
}
@media (max-width: 1280px) {
    .msec22 .swiper-slide .thumb.thumb--with-cert > img:first-child { height: 280px !important; }
}