
#noticeBg{
    position:relative;
    width:100%; height:714px;
    background:url(../img/noticeBg.webp) no-repeat;
    background-size:cover;
}
#noticeBg > span.text01{
    display:block;
    text-align:center;
    font-family:'Playfair Display';
    font-size:105px;
    padding-top:300px;
    text-transform: uppercase;
    font-weight: 600;
}
#noticeBg > span.text02{
    display:block;
    text-align:center;
    font-family:"Noto Serif",serif;
    font-size:27px;
    padding-top:0;
}

#pressBg{
    position:relative;
    width:100%; height:714px;
    background:url(../img/pressBg.webp) no-repeat;
    background-size:cover;
}
#pressBg > span.text01{
    display:block;
    text-align:center;
    font-family:'Playfair Display';
    font-size:105px;
    padding-top:300px;
    text-transform: uppercase;
    font-weight: 600;
}
#pressBg > span.text02{
    display:block;
    text-align:center;
    font-family:"Noto Serif",serif;
    font-size:27px;
    padding-top:0;
}


.kboard-wrap{display:flex;justify-content:center;width: 1280px; margin:130px auto 60px auto;}


@media all and (max-width:1024px){
    #noticeBg{
        position: relative;
        width: 100%;
        height: 35em;
        background: url(../img/noticeBg.webp) center no-repeat;
        background-size: cover;
    }
    #pressBg{
        position:relative;
        width:100%; height:35em;
        background:url(../img/pressBg.webp) right no-repeat;
        background-size:cover;
    }
    #noticeBg > span.text01,
    #pressBg > span.text01{
        font-size: 3em;
        padding-top: 5em;
    }
    #noticeBg > span.text02,
    #pressBg > span.text02{
        font-size: 1.1em;
    }
    
    .kboard-wrap{
        width: 95%;
        margin: 4em auto 1em auto;
    }


}



