/* Section 02 */
.section-02 .sticker{
    top: 30.1%; left: 15.0%; width: 71.7%; height: 30.9%; 
}

.section-02 .tag{
    top: 31.0%; left: 17.0%; width: 15.9%; height: 7.6%;    
}

.section-02 .watermelon{
    top: 29.2%; left: 75.1%; width: 21.2%; height: 11.1%; 
}

.section-02 .juice{
    top: 41.0%; left: 6.0%; width: 17.2%; height: 9.9%; 
}

.section-02 .tube{
    top: 45.8%; left: 67.8%; width: 22.9%; height: 9.2%; 
}

.section-02 .random-btn{
    top: 56.2%; left: 19.6%; width: 60.4%; height: 5.6%; 
}

.section-02 .sticker:hover, .section-02 .tag:hover, .section-02 .random-btn:hover{
    cursor : pointer;
    filter: drop-shadow(0 0 20px #fff782)
    drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.3));
}

/* Section 03 */
.section-03 .saving{
    top: 66.1%; left: 19.8%; width: 60.4%; height: 9.0%;
}

.section-03 .join{
    top: 76.8%; left: 19.8%; width: 60.4%; height: 9.0%;
}