@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 
 modal 부분수정함*/
 
.bootstrap-modal.modal {position: fixed; top: 0; left: 0; z-index: 1055; display: none;width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0;}
.bootstrap-modal.modal.show { display: block; background-color: rgba(0, 0, 0, 0.5); }
.bootstrap-modal .modal-dialog {position: relative; width: auto; margin: 0.5rem; pointer-events: none;transform: translate(0, -50px); transition: transform 0.3s ease-out;}
.bootstrap-modal.modal.show .modal-dialog { transform: none; margin: 1.75rem auto; width: 1000px; }
.bootstrap-modal .modal-content {position: relative; display: flex; flex-direction: column; width: 100%;pointer-events: auto; background-color: #fff; background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.5rem; outline: 0; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);}
.bootstrap-modal .modal-header {display: flex; align-items: center; justify-content: space-between;padding: 1rem; border-bottom: 1px solid #dee2e6;}
.bootstrap-modal .modal-title { margin-bottom: 0; line-height: 1.5; font-size: 1.25rem; font-weight: 600; }
.bootstrap-modal .modal-body { position: relative; flex: 1 1 auto; padding: 0px 2rem; }
.bootstrap-modal .modal-footer {display: flex; align-items: center; justify-content: flex-end;padding: 0.75rem 2rem; border-top: 1px solid #dee2e6; gap: 0.5rem;}
.bootstrap-modal .btn-close {box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em;color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border: 0; border-radius: 0.375rem; opacity: 0.5; cursor: pointer;}
.bootstrap-modal .btn-close:hover { opacity: 0.75; }

.bootstrap-modal .btn {display: inline-block;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.375rem;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.bootstrap-modal .btn-primary {color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.bootstrap-modal .btn-primary:hover {background-color: #0b5ed7;border-color: #0a58ca;}
.bootstrap-modal .btn-secondary { color: #fff;background-color: #6c757d;border-color: #6c757d;}
.bootstrap-modal .btn-secondary:hover {background-color: #5c636a;border-color: #565e64;}

.modal {width: 100vw; height: 100vh;display: none;text-align: center;overflow: hidden; }
.modal-dialog {display: inline-block;text-align: left; vertical-align: middle;position: relative;width: 90%;/* max-width: 500px;*/margin: 1.75rem auto;pointer-events: none;}

.modal.fade .modal-dialog {transition: opacity 0.25s ease-out; /* 위치 이동(transform) 대신 투명도만 조절 */opacity: 0;transform: scale(0.98); margin: 1.75rem auto;}
.modal.show .modal-dialog {opacity: 1; transform: scale(1);}
.modal.fade {transition: opacity 0.2s ease;background-color: rgba(0, 0, 0, 0);}
.modal.show {background-color: rgba(0, 0, 0, 0.5);}

.modal .modal-body img{width:100%}
.modal .modal-title{font-size:20px;font-weight:bold;    font-size: 20px !important;font-weight: bold;letter-spacing: -0.8px;}
.modal .btn{font-size:18px !important}

.sub_tab_cont_wrap{padding: 15px 0;}


@media all and (max-width:1024px) {
 .bootstrap-modal.modal.show .modal-dialog {  width: auto; max-width:unset }
}