.popup-overlay{z-index:1100;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.popup-content{background:#fff;width:90%;max-width:600px;max-height:80vh;animation:.3s slideIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.popup-body{max-height:calc(80vh - 60px);overflow-y:auto}.popup-image{object-fit:cover;width:100%;height:auto;max-height:800px}.popup-image--no-link{cursor:default;pointer-events:none}.popup-image-link{cursor:pointer;display:block}.popup-text{color:#666;font-size:14px;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.popup-content{width:95%;max-height:90vh}.popup-body{max-height:calc(90vh - 60px)}.popup-title{font-size:16px}}.popup-footer{background-color:#464748;border-top:none;width:100%;padding:0;display:flex}.popup-btn{color:#fff;letter-spacing:-0.6%;cursor:pointer;background:0 0;border:none;flex:1;padding:16px 0;font-family:Pretendard;font-size:16px;font-weight:400;line-height:160%;transition:background-color .2s}.popup-btn:hover{background-color:#ffffff1a}.popup-btn:active{background-color:#ffffff26}@media (max-width:768px){.popup-btn{padding:14px 0;font-size:14px}}.popup-btn-dont-show{border-right:1px solid #fff3}.popup-btn-close{border-right:none}@media (prefers-reduced-motion:reduce){.popup-overlay,.popup-content{animation:none}}
