.notice{
    /*height: 100vh;*/
    background-color: #eeebe5;
}
@media screen and (min-width: 981px) {
    .notice-container{
        width: 58vw;
    }
}
@media screen and (max-width: 980px) {
    .position{
        flex-direction: column;
    }
    .positionTop{
        margin-left: 5px;
    }
}
.notice-container{

    margin: 0 auto;
    padding: 1rem 0;
}
.position{
    display: flex;
}
.positionTop{
    display: flex;
    font-size: 1rem;
}
.notice-container .positionIcon{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../../public/images/header/logo.png);
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 8px;
    margin-bottom: 1rem;
}
.positionText{
    display: flex;
    font-size: 1rem;
}
.positionText .indexPage{
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 10px;
}
.positionText .indexPage:hover{
    color: #0453b0;
}