#notice_pop .modal-body {
    padding: 0;
}
#notice_pop .noti-header {
    padding: 0 15px !important;
}
#notice_pop .noti-header h3 {
    line-height: 2.343;
}

#notice_pop .image-area {
    background-color: rgba(0, 0, 0, 0.8);
}

#notice_pop .image-area::before {
    content: "";
    background-image: url('../images/backimage/notice_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
}

#notice_pop h2,#notice_pop h3,#notice_pop h4,#notice_pop h5 {
    color: #fff;
}

#notice_pop h2,#notice_pop h3 {
    font-weight: 600;
}

#notice_pop h2,#notice_pop h4,#notice_pop h5 {
    padding: 0 15px !important;
    line-height: 1.35;
}

.noti-ratigle {
    border: 1px #fff solid;
    width: 30%;
    margin: 0 15px;
    padding-bottom: 30px;
}