@charset "utf-8";
.urgentNotice #pl24-Container {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #03080C;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.17) 50.36%,rgba(0,0,0,1.00) 100%), url(../backgrounds/p-k-199-ae-112wf-2023-11-27-04-53-12-utc.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.17) 50.36%,rgba(0,0,0,1.00) 100%), url(../backgrounds/p-k-199-ae-112wf-2023-11-27-04-53-12-utc.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.17) 50.36%,rgba(0,0,0,1.00) 100%), url(../backgrounds/p-k-199-ae-112wf-2023-11-27-04-53-12-utc.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,0.17) 50.36%,rgba(0,0,0,1.00) 100%), url(../backgrounds/p-k-199-ae-112wf-2023-11-27-04-53-12-utc.jpg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.urgentNotice #pl24-Container #pl24Image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#pl24-Line1 {
    color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media (min-width:900px){
.urgentNotice #pl24-Container #pl24Image {
    width: 700px;
}
.urgentNotice #pl24-Container #pl24-Line1 {
    font-size: 1.6rem;
    line-height: 1.6rem;

}


}

@media (max-width:899px){
.urgentNotice #pl24-Container #pl24-Line1 {
    font-size: 4vw;
    line-height: 4vw;
}

}
