
.Pstyle {
 opacity: 0;
 display: none;
 position: relative;
 border: 5px solid #ea5a12;
 /* padding: 20px; */
 margin-right:1rem;
 /* background-color: #fff; */
 overflow:visible;
 /* max-width:600px; */
 margin-top:70px;
}


/* .Pstyle {width:40%;} */
.pop_content {padding:25px;}
.Pstyle .pop_content .pop_title {font-size:1.7rem;color:#1270a4;font-weight:600;margin-bottom:1.3rem;line-height:1.9rem;}
.notice-txt p {font-size:1rem;line-height:1.4rem;}
.notice-txt p:nth-child(3) {margin-top:1.5rem;font-weight:600;}

.pop_content div {color:#606060;}
/* .pop_content h3{font-size:1.7rem;margin:0 0 30px 0;background:#31658c; color:#fff;padding:10px 10px 5px 10px;} */
.pop_content h3{font-size:1.4rem;margin:0 0 25px 0;background:#eee; color:#3c3837;padding:10px 10px 5px 10px;}
.pop_content h5 {font-size:1rem;margin:20px 0 ;}
.pop_content .inpd {padding-left:10px;color:#3c3837;}
.pop_content p {font-size:0.8rem;line-height:1.2rem;margin:5px 0;color:#3c3837;}

.b-close {
 position: absolute;
 right:-5px;
 top: -40px;
 padding: 5px;
 display: inline-block;
 cursor: pointer;
}
.Pstyle .b-close > img {width:30px;}

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

    .Pstyle {max-width:300px;}
}

