@charset "utf-8";

.popup_body{width: 100%; height: 100%; float: left; padding:20px; box-sizing: border-box}
.popup_body .popupin{width: 100%; height: 100%; float: left;  box-sizing: border-box}
.popup_btn_c{width: 100%;  float: left; display:flex;justify-content: flex-end;  flex-direction:row;  box-sizing: border-box; margin: 20px 0px}

.popup_stitle{width: 100%;  float: left; font-family: 'Noto Sans KR', sans-serif;  color: #333 ; font-weight: 700; font-size:18px; margin-bottom: 5px; padding-left: 30px; line-height: 40px; background: url("../../img/icon/title_dot.svg")no-repeat left center; background-size: 25px; }

.popup_infobox{width: 100%;  float: left; border-radius: 6px; border: 1px solid rgba(130,144,180,0.73);   box-shadow:3px 3px 30px rgba(0,0,0,0.1);  box-sizing: border-box}
.popup_infobox .th{width: 20%;  float: left;  box-sizing: border-box; background-color: rgba(229,233,243,0.5); padding-left: 20px; box-sizing: border-box; font-size: 13px; padding: 15px 20px;}
.popup_infobox .td{width: 80%;  float: left;  box-sizing: border-box;  padding-left: 20px; box-sizing: border-box; font-size: 13px; position: relative; padding: 15px 20px;}

.title_b1{width: 100%;  float: left; font-family: 'Noto Sans KR', sans-serif;  color: #333 ; font-weight: 700; font-size:22px; margin-bottom: 5px;  line-height: 40px;; position: relative }




.title_m1{width: 100%;  float: left; font-family: 'Noto Sans KR', sans-serif;  color: #333 ; font-weight: 700; font-size:18px; margin-bottom: 5px; padding-left: 30px; line-height: 40px; background: url("../../img/icon/title_dot.svg")no-repeat left center; background-size: 25px; position: relative }


.title_m2{width: 100%;  float: left; font-family: 'Noto Sans KR', sans-serif;  color: #333 ; font-weight: 700; font-size:18px; margin-bottom: 5px;line-height: 40px; background-size: 25px; position: relative }


.file_move_box{width: 100%;  float: left; height: 250px; overflow-y: scroll; overflow-x: hidden ; }


.popup_btn_c2{width: 100%;  float: left;  margin: 0px 0px}
.popup_btn_c2 .btn_fl{  float: left; }
.popup_btn_c2 .btn_fr{  float: right; display:flex;justify-content: flex-end;  flex-direction:row; }