 /* /////////popup-board///////////////// */
 
 .modal-content .contents-ir ul {
     margin-left: 0 !important;
 }
 
 .modal-container h4 {
     font-size: 20px;
     font-weight: 500;
     color: #000;
 }
 
 .modal-container h5 {
     font-size: 14px;
     margin: 0;
     color: #9C9C9C;
 }
 
 .modal-container h6 {
     font-size: 1em;
     line-height: 1em;
     color: rgb(0, 0, 0);
 }
 
 .modal-container h7 {
     font-size: 13.5px;
     color: #ff0000;
 }
 
 .modal-container h8 {
     font-size: 14px;
     color: #848484;
     text-decoration: underline;
 }
 
 .modal-header {
     padding: 15px 25px !important;
     border-bottom: 1px solid #eee !important;
     background: #024d8f;
     border-radius: 5px 5px 0 0;
     text-align: center;
     color: #fff;
     font-weight: 500;
 }
 
 .modal-header .close {
     margin-top: -15px !important;
     margin-right: -5px !important;
     color: #fff;
     font-size: 38px;
     background-color: #0000;
     border: 0px;
     text-align: center;
 }
 
 .modal-body-first .modal-title {
     color: #000;
 }
 
 .modal-body-first h5 {
     color: #000;
     font-size: 16px;
 }
 
 .modal-body-first {
     text-align: center;
     border-bottom: 1px #F1F1F1 solid;
     padding-bottom: 25px;
 }
 
 .modal-body-first img {
     background: #DDDDDD;
     border: 0 solid #DDDDDD;
     height: 200px;
     padding: 0;
     transition: all 0.9s ease 0s;
     -moz-transition: all 0.9s ease 0s;
     -webkit-transition: all 0.9s ease 0s;
     -o-transition: all 0.9s ease 0s;
     margin: 25px 0 10px;
 }
 
 .modal-body h6 {
     color: #000;
     font-size: 18px;
     font-weight: 500;
 }
 
 .modal-body ul li {
     color: #000;
     font-size: 16px;
     font-weight: 400;
 }
 
 .modal-content .modal-body {
     position: relative;
     max-height: 400px;
     padding: 25px;
     overflow-y: auto;
     background: #F5F6F7;
 }
 
 .modal-content {
     height: 78vh;
 }
 
 @media (max-width: 480px) {
     .modal-content .modal-body {
         position: relative;
         max-height: 175px;
         padding: 25px;
         overflow-y: auto;
         background: #F5F6F7;
     }
 }
 
 .modal-body p {
     margin: 0;
 }
 
 .modal-body table {
     border: 1px #E0E0E0 solid;
     padding: 10px;
     border-radius: 10px;
     background: #fff;
     margin: 10px 0 25px 0;
 }
 
 .modal-body table tr {
     border-bottom: 1px #C1C1C1 dotted;
     padding-bottom: 10px;
     margin: 10px;
 }
 
 .modal-body table tr td {
     padding: 10px 10px;
     font-size: 16px;
     font-weight: 400;
     color: #000;
     vertical-align: middle;
 }
 
 .modal-body strong {
     font-weight: 500;
 }
 
 .modal-footer .btn {
     font-size: 16px;
     padding: 0.5rem 1.25rem;
     background-color: #ea272e;
     color: #fff;
 }
 
 .yes {
     background: rgb(54, 202, 135);
     color: #fff;
     text-align: center;
     padding: 3px 10px;
     border-radius: 15px;
     font-size: 16px;
     width: 50px;
 }
 
 .no {
     text-align: center;
     background: #E60A1E;
     color: #fff;
     padding: 3px 10px;
     border-radius: 15px;
     font-size: 16px;
     width: 50px;
 }
 
 .modal-dialog-scrollable .modal-content {
     max-width: 100%;
     overflow: hidden;
 }
 
 .modal.fade .modal-dialog {
     max-width: fit-content;
     height: 73vh;
     max-width: 650px;
 }
 
 .list-05 {
     line-height: 14px;
     padding-left: 5px;
 }
 
 .list-05>li {
     list-style: initial;
     margin-left: 15px;
     line-height: 18px;
     margin-bottom: 13px;
 }