@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

/* 사내통신 보관함_전달 시작 */
/* 타이틀 */
.i_h_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

.i_h_comm_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.i_h_comm_tit button {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ccc;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

.i_h_comm_tit button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

/* 사내통신 섹션 시작 */
.i_h_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

/* 사내통신 탭 */
ul.i_h_comm_tab {
  width: 1208px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

ul.i_h_comm_tab li {
  width: 120px;
  height: 30px;
  border-radius: 10px 10px 0 0;
  background: #FFEDE2;
  cursor: pointer;
  line-height: 30px;
}

ul.i_h_comm_tab li:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

ul.i_h_comm_tab li a p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

ul.i_h_comm_tab li:hover a p {
  color: #fff;
  transition: color 0.3s ease;
}

/* 기본 활성화 상태 (두 번째 탭) */
ul.i_h_comm_tab li.active {
  background: #CF4F00;
}

ul.i_h_comm_tab li.active a p {
  color: #fff;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
.gm_area_btn {
  width: 100%;
  height: 550px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.gm_all_reply_section {
  /* width: 1230px; */
  width: calc(100% - 387px);
  height: 100%;
}

.gm_all_reply_terms {
  width: 957px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 좌측 */
.gm_all_reply_terms_lt {
  width: 170px;
  height: 110px;
}

/* 좌측 상태 */
.state_section {
  width: 168px;
  height: 108px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.state_tit {
  width: 60px;
  height: 108px;
  background: #eee;
  border-radius: 10px;
  line-height: 108px;
}

.state_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 기본 스타일 */
.state_section .check_box {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.state_section .check_box>i {
  display: none;
}

/* 체크 상태일 때 변경될 스타일 */
.state_section .check_box.active {
  background: #007BDF;
  border: 1px solid #007BDF;
}

/* 체크 상태일 때 아이콘 표시 */
.state_section .check_box.active i {
  font-size: 12px;
  color: #fff;
  display: block; 
}

.check_box_section {
  width: 80px;
  height: 80px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.check_box1 {
  width: 49px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check_box1 p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.check_box2 {
  width: 49px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check_box2 p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.check_box3 {
  width: 73px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check_box3 p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 중간 */
.gm_all_reply_terms_mid {
  width: 420px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 중간 받는이 */
.get_section {
  width: 418px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.get_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.get_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.get_search {
  width: 101px;
  height: 19px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.get_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.get_search>i {
  font-size: 13px;
  color: #333;
}

.get_search>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 중간 참조 */
.refer_section {
  width: 418px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.refer_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.refer_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.refer_search {
  width: 101px;
  height: 19px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.refer_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.refer_search>i {
  font-size: 13px;
  color: #333;
}

.refer_search>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 중간 숨은 참조 */
.hide_refer_section {
  width: 418px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.hide_refer_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.hide_refer_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.hide_refer_search {
  width: 101px;
  height: 19px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.hide_refer_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.hide_refer_search>i {
  font-size: 13px;
  color: #333;
}

.hide_refer_search>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 우측 */
.gm_all_reply_terms_rt {
  width: 327px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* 수신자 영역 */
.refer_select_area {
  width: 175px;
  height: 108px;
  border: 1px solid #FFAD7A;
  background: #fff;
  border-radius: 10px;
}

.refer_select_area>ul {
  margin-top: 15px;
  margin-left: 15px;
}

.refer_select_area>ul>li>p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

/* 수신자 전체삭제 버튼 */
.all_delete {
  display: flex;
  justify-content: flex-end;
}

.all_delete>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.all_delete>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 125px;
}

.all_delete>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 제목 영역 */
.gm_all_reply_terms_tit {
  width: 957px;
  height: 30px;
  margin-top: 10px;
}

/* 제목 입력 */
.tit_section {
  width: 955px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.tit_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.tit_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.tit_section input {
  width: 775px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

.tit_section input:focus {
  outline: none;
}

/* 메인 입력란 */
.gm_ar_main {
  margin-top: 5px;
  width: 100%;
}

/* 버튼 */
.gm_all_reply_btn {
  width: 75px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 사이드 버튼 */
/* 보내기 버튼 */
.send {
  display: flex;
  justify-content: flex-end;
}

.send>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.send>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.send>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 임시저장 버튼 */
.transient_storage {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.transient_storage>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.transient_storage>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.transient_storage>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 취소 버튼 */
.cansel {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.cansel>a>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.cansel>a>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.cansel>a>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* TOP 버튼 */
.top_move {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.top_move>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.top_move>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.top_move>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 팝업 모달 백그라운드 */
.modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.modal_bg.on {
  display: block;
}

/* 대상자 찾기 클릭 >> 수신자선택 팝업 */
.recipient_select_modal {
  width: 910px;
  height: 520px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  flex-direction: column;
  align-items: center;
}

.recipient_select_modal.on {
  display: flex;
}

.modal_top {
  width: 860px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.modal_top>button {
  border: none;
  background: none;
}

.modal_top>button i {
  font-size: 23px;
  color: #333;
  cursor: pointer;
}

.modal_top>button:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 팝업 타이틀 */
.recipient_select_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.recipient_select_tit h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

/* 수신자선택 탭 */
.rs_comm_tab_section {
  width: 860px;
  height: 30px;
  margin-top: 20px;
}

ul.rs_comm_tab {
  width: 380px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

ul.rs_comm_tab li {
  width: 120px;
  height: 30px;
  border-radius: 10px 10px 0 0;
  background: #FFEDE2;
  cursor: pointer;
  line-height: 30px;
}

ul.rs_comm_tab li:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

ul.rs_comm_tab li p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

ul.rs_comm_tab li:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

/* 기본 활성화 상태 (첫 번째 탭) */
ul.rs_comm_tab li.active {
  background: #CF4F00;
}

ul.rs_comm_tab li.active p {
  color: #fff;
}

/* 수신자선택 팝업 검색조건 */
.rs_comm_tab_terms {
  width: 860px;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 좌측 검색조건 */
.rs_comm_tab_terms_lt {
  width: 228px;
  height: 30px;
}

/* 검색조건 좌측 선택 */
.select_section {
  width: 228px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.select_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.select_section select
{
  height: 28px;
  border: none;
  background: #FFEDE2;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 40px;
}

.select_section select:focus option
{
  background: #333;
  color: #fff;
}

.select_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}     

/* 우측 검색조건 */
.rs_comm_tab_terms_rt {
  width: 455px;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 검색어 입력란 */
.search_are {
  width: 280px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_are>input {
  width: 248px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
}

/* 검색버튼 */
.rs_comm_tab_search {
  margin-left: 15px;
}

.rs_comm_tab_search>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.rs_comm_tab_search>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.rs_comm_tab_search>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 전체선택 버튼 */
.rs_comm_tab_all_select {
  margin-left: 15px;
}

.rs_comm_tab_all_select>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.rs_comm_tab_all_select>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.rs_comm_tab_all_select>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 팝업 메인영역 */
.rs_modal_ltrt {
  width: 860px;
  height: 333px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 팝업 메인 좌측영역 */
.rs_modal_lt {
  width: 228px;
  height: 333px;
}

/* 트리구조 스크롤 */
.tree_scroll {
  width: 100%;
  box-sizing: content-box; 
  height: 333px;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-right: 15px;
}

.tree_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.tree_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.tree_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.tree_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 트리구조 */
.tree_section {
  width: 192px;
  height: 333px;
}

ul.tree {
  width: 100%;
}

ul.tree li .tree_main {
  width: 120px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 8px;
}

ul.tree li.notice_code .tree_main {
  margin-top: 0;
}

ul.tree li .tree_main i {
  font-size: 18px;
  color: #007BDF;
}

ul.tree li .tree_main p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

ul.tree li .tree_main:hover p {
  color: #007BDF;
  transition: color 0.3s ease;
  font-weight: 600;
}

ul.tree li ul.tree_sub {
  width: 100%;
  display: none;
}

ul.tree>li>ul.tree_sub>li>a {
  width: calc(100% - 18px);
  height: 20px;
  display: flex;
  align-items: center;
  margin-left: 18px;
  margin-top: 5px;
}

ul.tree li ul.tree_sub li a i {
  font-size: 18px;
  color: #CF4F00;
}

ul.tree li ul.tree_sub li a p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

ul.tree li ul.tree_sub li a:hover p {
  color: #007BDF;
  transition: color 0.3s ease;
  font-weight: 600;
}

/* 팝업 메인 우측영역 */
.rs_modal_rt {
  width: 623px;
  height: 333px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 팝업 메인 우측영역 상단 */
.rs_modal_rt_top {
  width: 100%;
  height: 250px;
}

/* 리스트 서브메뉴 */
.comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comm_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.comm_sub_bar select#state {
  margin-left: 12px;
}

.comm_sub_bar select#select {
  margin-right: 12px;
}

.comm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.comm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 리스트 사이드메뉴 */
.menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu_side_btn button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

/* 리스트 스크롤 */
.list_scroll {
  /* width: 1599px; */
  width: calc(100% - 18px);
  box-sizing: content-box; 
  height: 210px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

.list_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.list_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.list_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 리스트 */
.i_h_comm_list {
  /* width: 1540px; */
  width: calc(100% - 67px);
  min-height: 215px;
}

.i_h_comm_list tbody tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.i_h_comm_list tbody tr.odd:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.i_h_comm_list tbody tr.even {
  background: #F6F6F6;
}

.i_h_comm_list tbody tr.even:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.i_h_comm_list tbody tr td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
}

.state_list {
  margin-left: 12px;
}

.select_list {
  margin-right: 12px;
}

.i_h_comm_list td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.i_h_comm_list td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

.i_h_comm_list tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.i_h_comm_list tbody tr td.state_list>i {
  font-size: 14px;
  color: #333;
}

.i_h_comm_list tbody tr td.attach_list>i {
  font-size: 14px;
  color: #333;
}

.i_h_comm_list tbody tr td.attach_list {
  text-align: center;
}

/* 기본 스타일 */
.i_h_comm_list tbody tr td.select_list>.check_box {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.i_h_comm_list tbody tr td.select_list>.check_box>i {
  display: none;
}

/* 체크 상태일 때 변경될 스타일 */
.i_h_comm_list tbody tr td.select_list>.check_box.active {
  background: #007BDF;
  border: 1px solid #007BDF;
}

/* 체크 상태일 때 아이콘 표시 */
.i_h_comm_list tbody tr td.select_list>.check_box.active>i {
  font-size: 12px;
  color: #fff;
  display: block; 
}

/* 팝업 메인 우측영역 하단 */
.rs_modal_rt_bottom {
  width: 623px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 팝업 메인 우측영역 하단 좌측 */
.rs_modal_rt_bottom_lt {
  width: 533px;
  height: 70px;
}

/* 수신자이름 입력란 */
.rs_modal_nm>input {
  width: 531px;
  height: 66px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}

/* 팝업 메인 우측영역 하단 우측 */
.rs_modal_rt_bottom_rt {
  width: 75px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 팝업 메인 우측영역 하단 우측 확인버튼 */
.rs_modal_check {
  display: flex;
  justify-content: flex-end;
}

.rs_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.rs_modal_check>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.rs_modal_check>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 팝업 메인 우측영역 하단 우측 닫기버튼 */
.rs_modal_close {
  display: flex;
  justify-content: flex-end;
}

.rs_modal_close>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

.rs_modal_close>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.rs_modal_close>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}