.box_main{
    display: block;
    margin:-592px auto 300px auto;
    padding:0;
    position: relative;
}
.box_main a{
    display: inline-block;
    margin: 0 1% 9px 1%;
    padding: 0;
    width: 48%;
    height: 92px;
}


#second_guide {
    position: relative;
}

#second_pict {
    position: relative;
}

.second_pict_wide img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

/* phủ toàn bộ vùng ảnh */
#second_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.box_snd {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* anchor */
.box_snd a {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
    pointer-events: none;

    
}

.box_snd .present {
    top: 0%;
}

.box_snd .schedule {
    top: 8.5%;
}

.box_snd .entry_flavor {
    top: 16%;
}

.box_snd .whatisWATTA {
    top: 72.8%;
}

.box_snd .click_details{
    top: 82.1%;
    height: clamp(2rem, 5vw, 4rem);
    pointer-events: auto;
    width: 18%;
    left: calc(50% - 9%);
    aspect-ratio: 3.85 / 1;
    display: block;
}


a.present,
a.schedule,
a.entry_flavor,
a.whatisWATTA {
    pointer-events: none;
}




