@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;
}

/* 카드알림 */
.i_h_comm_cards {
  margin-top: 20px;
  width: 1100px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

/* 카드알림 상단 */
.i_h_comm_card_top {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 카드알림 상단 받은편지함 */
.get_mail_card {
  width: 350px;
  height: 250px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get_mail_card:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.get_mail_tit {
  margin-top: 35px;
}

.get_mail_tit>h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.get_mail_txt {
  width: 80px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.get_mail_txt>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.get_mail_txt>span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.get_mail_count {
  margin-top: 18px;
}

.get_mail_count>span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* 카드알림 상단 보낸편지함 */
.send_mail_card {
  width: 350px;
  height: 250px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.send_mail_card:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.send_mail_tit {
  margin-top: 35px;
}

.send_mail_tit>h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.send_mail_txt {
  width: 80px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.send_mail_txt>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.send_mail_txt>span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.send_mail_count {
  margin-top: 18px;
}

.send_mail_count>span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* 카드알림 상단 임시보관함 */
.temporarily_mail_card {
  width: 350px;
  height: 250px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.temporarily_mail_card:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.temporarily_mail_tit {
  margin-top: 35px;
}

.temporarily_mail_tit>h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.temporarily_mail_txt {
  width: 80px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.temporarily_mail_txt>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.temporarily_mail_txt>span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.temporarily_mail_count {
  margin-top: 18px;
}

.temporarily_mail_count>span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* 카드알림 하단 */
.i_h_comm_card_bottom {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
}

/* 카드알림 하단 지운편지함 */
.delete_mail_card {
  width: 350px;
  height: 250px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delete_mail_card:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.delete_mail_tit {
  margin-top: 35px;
}

.delete_mail_tit>h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.delete_mail_txt {
  width: 120px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.delete_mail_txt>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.delete_mail_txt>span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.delete_mail_count {
  margin-top: 18px;
}

.delete_mail_count>span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* 카드알림 하단 보관함 */
.storage_mail_card {
  width: 350px;
  height: 250px;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
}

.storage_mail_card:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.storage_mail_tit {
  margin-top: 35px;
}

.storage_mail_tit>h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.storage_mail_txt {
  width: 120px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.storage_mail_txt>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.storage_mail_txt>span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
}

.storage_mail_count {
  margin-top: 18px;
}

.storage_mail_count>span {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}