#news {
    width: 100%;
    margin: 100px 0 200px 0;
}

#news .container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#notice-girl-img {
    margin-top: 100px;
    width: 280px;
    height: 320px;
}

#notice-boy-img {
    margin-top: 100px;
    width: 280px;
    height: 320px;
}

#news h3 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    font-family: blabeloo, sans-serif;
    color: #d94443;
    margin-bottom: 60px;
}


#notice {
    background-color: #fff6e9;
    padding: 120px 170px;
    border-radius: 42% 35% 36% 41% / 39% 40% 68% 54%;
    position: relative;
}

#notice .description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    direction: rtl;
    overflow-y: scroll;
    height: 320px;
    scrollbar-width: none;
}

#mouse-scroll-icon {
    display: block !important;
    position: absolute;
    right: 70px;
    top: 260px;
    width: 50px;
    height: 50px;
}

#notice p {
    font-size: 18px;
    font-family: yekan, sans-serif;
    color: #48453f;
    margin: 5px 5px 0 0;
    width: 30vw;
}

#notice h4 {
    font-family: yekan, sans-serif;
    font-size: 20px;
    color: #48453f;
    margin: 0;
    text-align: right;
    width: 100%;
}

#bg-girl{
    background: url("../../images/girl.png") no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 350px;
    position: relative;
}


@media only screen and (max-width:1200px) {

    #notice {
        padding: 100px 120px;
    }

    #notice-girl-img {
        width: 200px;
        height: 250px;
    }

    #notice-boy-img {
        width: 200px;
        height: 250px;
    }

    #news h3 {
        font-size: 30px;
    }

    #notice h4 {
        font-size: 16px;
    }

    #notice p {
        font-size: 14px;
        width: 320px;
    }

    #mouse-scroll-icon {
        display: block !important;
        position: absolute;
        right: 50px;
        top: 240px;
        width: 40px;
        height: 40px;
    }

}

@media only screen and (max-width:992px) {

    #notice {
        padding: 80px 100px;
    }

    #notice-girl-img {
        width: 150px;
        height: 200px;
    }

    #notice-boy-img {
        width: 150px;
        height: 200px;
    }

    #news h3 {
        font-size: 30px;
    }

    #notice .description {
        height: 200px;
        overflow-y: scroll;
        scrollbar-width: none;
    }

    #notice h4 {
        font-size: 15px;
    }

    #notice p {
        font-size: 13px;
        width: 230px;
    }

    #mouse-scroll-icon {
        display: block !important;
        position: absolute;
        right: 50px;
        top: 170px;
        width: 30px;
        height: 30px;
    }


}
@media only screen and (max-width:768px) {

    #news {
        margin: 50px 0 50px 0;
    }

    #news .container{
        gap: 10px;
    }

    #notice {
        padding: 80px 100px;
        position: relative;
    }

    #scroll-y-icon {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 160px;
        width: 50px;
        height: 50px;
    }

    #notice-girl-img {
        width: 130px;
        height: 160px;
    }

    #notice-boy-img {
        width: 130px;
        height: 160px;
    }

    #news h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    #notice .description {
        height: 215px;
        overflow-y: scroll;
        margin-top: 0;
        scrollbar-width: none;
    }

    #notice h4 {
        font-size: 15px;
    }

    #notice p {
        font-size: 13px;
        width: 270px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #notice-girl-img {
       display: none;
    }

    #notice-boy-img {
        display: none;
    }

    #mouse-scroll-icon {
        display: none !important;
    }

}

@media only screen and (max-width:576px) {

    #news {
        margin: 50px 0 50px 0;
    }

    #news .container{
        gap: 10px;
    }

    #notice {
        padding: 60px 70px;
        position: relative;
    }

    #scroll-y-icon {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 120px;
        width: 40px;
        height: 40px;
    }

    #mouse-scroll-icon {
        display: none !important;
    }

    #notice-girl-img {
        width: 80px;
        height: 100px;
    }

    #notice-boy-img {
        width: 80px;
        height: 100px;
    }

    #news h3 {
        font-size: 22px;
    }

    #notice .description {
        height: 170px;
        overflow-y: scroll;
        scrollbar-width: none;
        margin-top: 0;
    }

    #notice h4 {
        font-size: 14px;
    }

    #notice p {
        font-size: 12px;
        width: 200px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #notice-girl-img {
        display: none;
    }

    #notice-boy-img {
        display: none;
    }

}