.st-main-popup{position: absolute; z-index: 1099; top: 60px; left: 50%; margin-left: 285px; background: #fff; width: 400px; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);}
.st-main-popup .img_wrap img{width: 100%;}
.st-main-popup .btn_wrap{display: flex; flex-direction: column; gap: 12px; padding: 12px 20px 20px;}
.st-main-popup .btn_wrap > div{display: flex; align-items: center; justify-content: space-between;}
.st-main-popup .btn_wrap .popup_btn{display: flex; align-items: center; justify-content: center; width: 100%; height: 44px; font-size: 15px; font-weight: 600; background: #000; color: #fff; border-radius: 12px;}
.st-main-popup .btn_wrap .popup_link_btn{font-size: 13px; font-weight: 500; color: #5C6675; text-decoration: underline; text-underline-position: under; padding: 2px 4px;}
