#area3-3 {
    position: relative;
    width: 100%;
    background-color: #3091FF;
}

#area3-3 .background-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #3091FF;
}

#area3-3 .background-container .title {
    margin: 60px 0px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
}

#area3-3 .background-container .dotLeft {
    position: absolute;
    display: flex;
    transform: translate(-500px, 0%);
    width: 100%;
    max-width: 542px;
    height: auto;
}

#area3-3 .background-container .dotRight {
    position: absolute;
    display: flex;
    transform: translate(500px, 0%); 
    width: 100%;
    max-width: 542px;
    height: auto;
}

#area3-3 .background-container .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 60%;
    max-width: 1010px;
    height: 100%;
    min-height: 800px;
    background-image: url('/gs2024/img/3-10.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    margin-bottom: 220px;
}

#area3-3 .background-container .container .heart {
    position: absolute;
    z-index: 1;
    top: -84px;
    left: -100px;
    width: 200px;
    height: 172px;
}

#area3-3 .background-container .container .music_1 {
    position: absolute;
    z-index: 1;
    right: -250px;
    bottom: -170px;
    width: 350px;
    height: 322px;
}

#area3-3 .background-container .container .music_2 {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: -220px;
    width: 117px;
    height: 116px;
}

#area3-3 .background-container .container .heart_2 {
    position: absolute;
    z-index: 1;
    bottom: -160px;
    left: -250px;
    width: 189px;
    height: 189px;
}

#area3-3 .background-container .container .gift_m {
    display: none;
}


#area3-3 .background-container .container .steps {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#area3-3 .background-container .container .steps_m {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#area3-3 .content>* {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin: 0
}

#area3-3 .content b {
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900
}

#area3-3 .content p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #000
}

#area3-3 .content i {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 2px;
    border-bottom: 2px dashed #AD00D9
}

#area3-3 .content .gift-container {
    display: flex;
    flex-direction: row;
}

#area3-3 .content .gift-container p {
    margin: 0px;
}

#area3-3 .content .gift-container .gift {
    position: relative;
    top: -78px;
    width: 250px;
    height: 175px;
}

#area3-3 .background-container2 {
    position: relative;
    top: -160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #3091FF;
}

#area3-3 .background-container2 .title {
    margin: 60px 0px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
}

#area3-3 .background-container2 .container2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 60%;
}

#area3-3 .background-container2 .container2 .judge {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 400px;
}

.container2 .judge .judgeImg {
    width: 100%;
    height: auto;
    max-height: 274px;
    border-radius: 20px;
}

.container2 .judge .title_1 {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.container2 .judge .action {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media screen and (max-width: 1700px)and (min-width: 850px) {

    #area3-3 .background-container .dotLeft {
        position: absolute;
        z-index: 0;
        top: 50%;
        left: -20%;
        /* left: -50%;*/
        transform: translate(50%, -50%); 
        width: 100%;
        max-width: 542px;
        height: auto;
    }

    #area3-3 .background-container .dotRight {
        position: absolute;
        z-index: 0;
        top: 50%;
        right: -20%;
        /* right: -50%;*/
        transform: translate(-50%, -50%); 
        width: 100%;
        max-width: 542px;
        height: auto;
    }
}


/* 針對 - 到 849px 的螢幕寬度 */
@media screen and (max-width: 849px)and (min-width: 0) {
    #area3-3 .background-container .title {
        margin: 40px 0px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 100%;
        font-weight: 700;
    }

    #area3-3 .background-container .dotLeft {
        position: absolute;
        display: flex;
        /* left: -50%;*/
        transform: translate(0%, -400px); 
        width: 100%;
        max-width: 340px;
        height: auto;
    }

    #area3-3 .background-container .dotRight {
        position: absolute;
        display: flex;
        /* right: -50%;*/
        transform: translate(0%, 350px); 
        width: 100%;
        max-width: 340px;
        height: auto;
    }

    #area3-3 .background-container .container {
        width: 80%;
        max-width: 400px;
        margin-bottom: 120px;
        background-image: url('/gs2024/img/3-10_m.png');
    }

    #area3-3 .background-container .container .heart {
        position: absolute;
        z-index: 1;
        top: -67px;
        left: -25px;
        width: 120px;
        height: 110px;
    }
    
    #area3-3 .background-container .container .music_1 {
        display: none;
    }
    
    #area3-3 .background-container .container .music_2 {
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: -40px;
        left: -50px;
        width: 99px;
        height: 86px;
    }
    
    #area3-3 .background-container .container .heart_2 {
        display: none;
    }

    #area3-3 .background-container .container .gift_m {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: -60px;
        right: -20px;
        width: 189px;
        height: 132px;
    }

    #area3-3 .background-container .container .steps {
        display: none;
    }
    
    #area3-3 .background-container .container .steps_m {
        display: block;
    }
    
    #area3-3 .content b {
        font-size: 18px;
    }
    
    #area3-3 .content p {
        font-size: 13px;
        line-height: 20px;
    }

    #area3-3 .content .gift {
        display: none;
    }
    
    #area3-3 .background-container2 {
        position: relative;
        top: -40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #3091FF;
    }
    
    #area3-3 .background-container2 .title {
        font-size: 24px;
        margin: 0px;
        margin-bottom: 20px;
    }

    #area3-3 .background-container2 .container2 {
        flex-direction: column;
    }
}