/*
  Copyright © 2024 JaeilGold-Suwon(www.jaeilgold.kr). All Rights Reserved.
  Created by: Yang Cho-ryong
  Unauthorized reproduction or use of this stylesheet is prohibited.
*/
.popup,.popup-footer{box-sizing:border-box;box-shadow:0 8px 16px rgba(0,0,0,.3)}.popup{position:absolute;background:rgba(255,255,255,.9);border:3px solid #007bff;border-radius:10px;overflow:hidden;z-index:1000;opacity:0;transform:scale(.9);transition:opacity 2.5s,transform 2.5s;visibility:hidden;height:auto!important}.popup.show{visibility:visible;opacity:1;transform:scale(1)}.popup img{display:block;width:100%;height:100%;object-fit:contain;margin-bottom:-4px}.popup-footer{width:100%;padding:10px;background:#007bff;color:#fff;text-align:left;font-size:14px;border-top:1px solid #ccc}.popup-footer button{background-color:#007bff;color:#fff;border:none;float:right;padding-right:10px;font-size:14px;border-radius:5px;cursor:pointer}.popup-footer button:hover{background-color:#0056b3}.popup-footer label{font-size:13px;margin-right:10px;color:#fff}@media (max-width:768px){.popup{width:80%!important;left:5%;top:10%;height:auto}.popup img{max-width:100%;height:auto}}