section.notice_popup {
    width: 480px;
    height: auto;
    position: fixed;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1003;
    display:none;
}

.notice_popup img{
    width:100%;
    height:auto;
    display:block;
}

.notice_popup .btn-wrap{
    background-color: #F2F2F2;
    padding: 5px 0;
    overflow:hidden;
    box-sizing: border-box;
    height:60px;
}

.notice_popup .btn-wrap button{
    color: #000;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    float:left;
    background-color: #F2F2F2;
}

.notice_popup .popup-no-see{
    border-right: 1px solid #ccc;
}
