.modal_wrap {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #00000050; z-index: 500; display: none;}
.modal_wrap .modal_box {padding: 40px; border-radius: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #804248; width: 30vw; min-width: 260px;}
.modal_con {display: flex; flex-direction: column; width: 100%; justify-content: center; gap: 30px; align-items: center;}
.modal_con .md_tit {font-size: 22px; text-align: center; color: #fff; line-height: 1;}
.modal_con .md_text {padding: 20px; background-color: #fff; line-height: 1.6; font-size: 16px; word-break: keep-all; border-radius: 12px; height: 50vh; overflow-y: scroll;}
.md_close {font-size: 15px; color: #fff; padding: 10px 30px; line-height: 1; background-color: #5a272c; border-radius: 5px; cursor: pointer;}