@charset "UTF-8";
@font-face {
  font-family: "Pre_SB";
  src: url("../../../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../../../fonts/Pretendard-SemiBold.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Pre_B";
  src: url("../../../fonts/Pretendard-Bold.woff2") format("woff2"), url("../../../fonts/Pretendard-Bold.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "Pre_EB";
  src: url("../../../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../../../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-display: block;
}
* {
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Pre_SB", "MalgunGothic", sans-serif;
  font-size: 22px;
  color: #111;
  background-color: #00474f;
}

._dis_n {
  display: none !important;
}

/**********************************************************/
.dataRoom {
  position: relative;
  padding: 10px 24px 30px 60px;
  height: 100%;
}

header {
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
header > button {
  width: 184px;
  height: 43px;
  line-height: 43px;
  border-radius: 22px;
  background-color: #fff;
  font-family: "Pre_B", "MalgunGothic", sans-serif;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.2);
}
header > button.on {
  background-color: #bee9ee;
}

main {
  height: calc(100% - 43px - 12px);
}

table {
  width: 1800px;
}
table * {
  vertical-align: middle;
}
table th, table td {
  height: 64px;
  text-align: center;
}
table th {
  border-right: 1px solid #bebebe;
}
table tr {
  border-bottom: 1px solid #bebebe;
}
table td:not(:last-child) {
  border-right: 1px solid #bebebe;
}

.table_header {
  background-color: #e9e9e9;
}

.table_content {
  height: calc(100% - 64px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.table_content table {
  background-color: #fff;
}
.table_content .on {
  background-color: #bee9ee;
}
.table_content button {
  width: 50px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.table_content::-webkit-scrollbar {
  width: 14px;
}
.table_content::-webkit-scrollbar-track {
  background-color: #fff;
}
.table_content::-webkit-scrollbar-thumb {
  background-color: #008797;
}

/* 아이콘 */
._pdf {
  background-image: url("../../../images/data_room/ico_pdf.png");
}

._hwp {
  background-image: url("../../../images/data_room/ico_hwp.png");
}

._zip {
  background-image: url("../../../images/data_room/ico_zip.png");
}

._ppt {
  background-image: url("../../../images/data_room/ico_ppt.png");
}

._xls {
  background-image: url("../../../images/data_room/ico_xls.png");
}

._word {
  background-image: url("../../../images/data_room/ico_word.png");
}

/* 컨펌창 */
.popupLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup_confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  border: 10px solid #e1e5ea;
  border-top-width: 0;
  background-color: #e1e5ea;
  border-radius: 30px;
  overflow: hidden;
}

.popup_confirm--header {
  position: relative;
  padding-left: 20px;
  height: 74px;
  line-height: 74px;
}
.popup_confirm--header span {
  font-size: 28px;
  color: #111;
}
.popup_confirm--header .btn_close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.popup_confirm--header .btn_close::before, .popup_confirm--header .btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
}
.popup_confirm--header .btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_confirm--header .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_confirm--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  min-height: 300px;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
}
.popup_confirm--content .popup_confirm_btn_wrap {
  margin-top: 40px;
  text-align: center;
}
.popup_confirm--content .popup_confirm_btn_wrap button {
  width: 180px;
  height: 64px;
  border-radius: 32px;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  background-color: #539c17;
  cursor: pointer;
}
.popup_confirm--content .popup_confirm_btn_wrap button + button {
  margin-left: 20px;
}
.popup_confirm--content .popup_confirm_btn_wrap button.btn_cancel {
  background-color: #d8d8d8;
}
/* color variation *//*# sourceMappingURL=dataRoom.css.map */