
.container{
    background: url("../image/header-img.png") no-repeat 0 0;
    background-size: 100% auto;
    padding: 6vw 3.5vw 0;
    position: relative;
}

.banner{
    width: 100%;
    height: 40vw;
    position: relative;
    overflow: hidden;
    border-radius: 2vw;
}
.banner img{
    width: 93.333vw;
    height: 40vw;
}
.notice{
    margin-top: 4vw;
    display: flex;
    align-items: center;
    height: 4.8vw;
}
.notice-title{
    width: 12.466vw;
    line-height: 3.6vw;
    font-size: 3.733vw;
    font-weight: bold;
}
.notice-content a{
    display: block;
    width: 100%;
}
.notice-content{
    width: calc(100vw - 12.466vw - 3.333vw - 3.333vw);
    font-size: 3.2vw;
    position: relative;
    overflow: hidden;
    height: 4.8vw;
}



