@charset "utf-8";
 .modal-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out; z-index: 9999; } 
 .modal { width: 500px; height: 687px; background: url(../img/pop_dp.jpg) no-repeat; background-size: contain; position: relative; padding: 20px; box-sizing: border-box; } 
 .close-button { position: absolute; top: 10px; right: 10px; cursor: pointer; } 
 .close-button img { width: 30px; height: 30px; } 
 .modal-links { left: 50%; transform: translateX(-50%); display: flex; justify-content: center; position: absolute; bottom: 34px; align-items: center; width: 500px; gap: 7px; } 
 .modal-links a { width: 200px; height: 48px; border-radius: 40px; } 
 .noshow label { color: #fff; } 
.noshow { position: absolute; right: 2px; bottom: -30px; color: #fff; display: flex; align-items: center; } 
.noshow input[type="checkbox"] { width: 20px; height: 20px; cursor: pointer; margin-right: 6px; vertical-align: middle; } 
.noshow label { font-size: 16px; line-height: 0; cursor: pointer; vertical-align: middle; } 
 