.at-notice-popup{position:relative;margin:20px auto;max-width:500px;background:#fff;padding:30px 50px;line-height:1.4;border-radius:10px}.at-notice-popup .at-notice-title{font-size:20px;font-weight:700;margin-bottom:20px}.at-notice-popup .at-notice-ng-check-block{text-align:center;margin-top:20px}.at-notice-popup .at-notice-ng-check-block input[type=checkbox]{display:none}.at-notice-popup .at-notice-ng-check-block input[type=checkbox]+label{display:inline-block;padding-left:32px;position:relative;cursor:pointer;line-height:20px}.at-notice-popup .at-notice-ng-check-block input[type=checkbox]+label:before{box-sizing:border-box;content:"";display:block;position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #555;border-radius:2px;background-color:#fff}.at-notice-popup .at-notice-ng-check-block input[type=checkbox]:checked+label:before{border:1px solid #315cbe;background-color:#315cbe}.at-notice-popup .at-notice-ng-check-block input[type=checkbox]:checked+label:after{content:"";display:block;position:absolute;top:2px;left:7px;width:5px;height:10px;-webkit-transform:rotate(40deg);transform:rotate(40deg);border-bottom:2px solid #fff;border-right:2px solid #fff}.at-notice-popup .close-wrap{margin-top:30px;text-align:center}.at-notice-popup .close-wrap p{display:inline-block;padding:8px 100px;background:#817f81;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:10px;cursor:pointer}.at-notice-popup .close-wrap p:hover{text-decoration:none;opacity:.7}@media only screen and (max-width:640px){.at-notice-popup{padding:20px;font-size:14px;width:auto;margin:0 20px}.at-notice-popup .at-notice-title{font-size:18px}.at-notice-popup .at-notice-text{text-align:left}}