@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_view_section {
  width: calc(100% - 195px);
  height: 100%;
}

/* 버튼 */
.gm_view_btn {
  width: 75px;
  height: 405px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gm_view_terms {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 상단 */
.gm_view_terms_top {
  width: 100%;
  height: 30px;
}

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

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

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

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

/* 하단 */
.gm_view_terms_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 보낸이 */
.sender_section {
  width: 338px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.sender_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

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

.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_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 보낸일자 */
.send_date_section {
  width: 338px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

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

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

.send_date_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

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

.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_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 뷰 및 댓글메모 */
.gm_view_main_re {
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 뷰 */
.get_view_main {
  /* width: 1000px; */
  width: calc(100% - 460px);
  height: 370px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* 스크롤 */
.get_view_main_scroll {
  width: calc(100% + 38px);
  box-sizing: content-box; 
  margin-right: 150px;
  height: 300px;
  overflow-y: auto; 
  overflow-x: hidden;
}

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

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

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

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

/* 스크롤 길이 */
.get_view_main_scroll {
  width: calc(100% + 38px);
  box-sizing: content-box; 
  margin-right: 150px;
  height: 370px;
  overflow-y: auto; 
  overflow-x: hidden;
}

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

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

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

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

.gv_main {
  width: 920px;
  height: 410px;
  margin-left: 20px;
  margin-top: 30px;
}

/* 댓글 메모 */
.get_view_re_memo {
  width: 342px;
  height: 370px;
}

/* 댓글 메모 탭 */
.get_view_re_memo_top {
  width: 100%;
  height: 30px;
}

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

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

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

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

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

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

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

/* 댓글 메모 입력란 */
.get_view_re_memo_ip {
  width: 100%;
  height: 290px;
  margin-top: 10px;
}

/* 댓글 입력란 */
.get_view_re_ip>input {
  width: 336px;
  height: 288px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  text-align: center;
}

/* 메모 입력란 */
.get_view_memo_ip>input {
  width: 336px;
  height: 288px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  text-align: center;
}

/* 댓글 메모 등록버튼 */
.get_view_re_memo_sign_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

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

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

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

/* 첨부파일 */
.refer_file {
  width: 685px;
  height: 70px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* 첨부파일 */
.refer_file_section {
  width: 498px;
  height: 68px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.refer_file_section ul>li>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
  line-height: 18px;
}

/* 첨부파일 전체 다운로드버튼 */
.refer_file_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

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

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

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

/* 사이드 버튼 */
/* 축소 버튼 */
.reduce {
  display: flex;
  justify-content: flex-end;
}

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

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

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

/* 인쇄 버튼 */
.print {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

/* 인쇄(본문만) 버튼 */
.print_main {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

.print_main>button>span>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}

/* 전체답장 버튼 */
.all_re {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

/* 답장 버튼 */
.reply {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

/* 전달 버튼 */
.delivery {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

/* 삭제 버튼 */
.delete {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

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

/* 목록 버튼 */
.list_move {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

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

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

.list_move>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;
}
