/* NoticePopup */
.noti-pop {display: block;position: absolute;top: 0px; width: 488px;border: 1px solid rgba(0, 0, 0, 0.5);background-color: #fff;z-index:1040;font-size: 14px; margin-top: 76px; left: 30px;}
.noti-pop .noti-pop-header {position: relative;height: 50px;background-color: #514eff;padding: 0;text-align: left;border-bottom: 1px solid #c8c8c8;}
.noti-pop .noti-pop-header h3 {padding: 0 23px;display: inline-block;font-size: 14px;color: #fff;letter-spacing: -0.04em;margin-block-start: 1em;margin-block-end: 1em;}
.noti-pop .noti-pop-content {background-color: #fff;padding: 27px 23px;color: #666;}
.noti-pop .noti-pop-content p {display: block;font-size: 12px;color: #666;line-height: 18px;letter-spacing: -1.7px;margin: 0;}
.noti-pop .noti-pop-content ul {list-style: none;position: relative;padding: 12px 0;margin: 0;}
.noti-pop .noti-pop-content li {font-size: 12px;color: 666;line-height: 20px;letter-spacing: -0.04em;}
.noti-pop .noti-pop-content li span {background: url('/static/img/img_point.png') no-repeat 0 2px;padding-left: 15px;font-weight: 600;}
.noti-pop .noti-pop-footer {position: relative;height: 40px;border-top: 1px solid #c8c8c8;}
.noti-pop .noti-pop-footer .pop_control {margin-top: 6px;}
.noti-pop .noti-pop-footer .pop_control span {float: left;margin-left: 20px;padding-top: 4px;}
.noti-pop .noti-pop-footer .pop_control span input {vertical-align: middle;appearance: auto;}
.noti-pop .noti-pop-footer .pop_control span label {margin-left: 3px;font-size: 11px;color: #666;letter-spacing: -1.5px;}
.noti-pop .noti-pop-footer .pop_control a {text-decoration: none;}
.noti-pop .noti-pop-footer .pop_control .btn_close {float: right;margin-right: 23px;background: url('/static/img/img_close.png') no-repeat 0 9px;padding-left: 13px;padding-top: 4px;font-size: 11px;color: #666;line-height: 19px;height: auto;}
/* .noti-pop.align-center {margin: 0 auto;} */
.noti-pop.image-pop {width: unset; }
.noti-pop.image-pop .noti-pop-content {padding: 0;}

/* main */
.main:not(.login) .noti-pop {
	margin-top: 96px;
}