@font-face {
  font-family: 'NanumSquareOTFB';
  src: url(../../../css/fonts/NanumSquareOTFB.woff) format('woff');
}
@font-face {
  font-family: 'NanumSquareOTFEB';
  src: url(../../../css/fonts/NanumSquareOTFEB.woff) format('woff');
}

* {
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

body {
  position: relative;
  width: 1920px;
  height: calc(1080px - 100px);
  padding: 18px 20px;
  font-family: 'NanumSquareOTFB', sans-serif;
  font-size: 22px;
  color: #000;
  background-color: #cec9f1;
  overflow: hidden;
}
/**********************************************************/
#_data_room_wrap {
  width: 100%;
  height: 100%;
}

#_data_room_head {
  padding-bottom: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#_data_room_head > button {
  height: 43px;
  line-height: 43px;
  border-radius: 22px;
  width: 184px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}

#_data_room_head > button.on {
  background-color: #fbc900;
}

#_data_room_tHead {
  width: 1858px;
  border-bottom: 2px solid #000000;
}

table {
  width: 100%;
  background-color: #fff;
}

table tr th:nth-child(1),
table tr td:nth-child(1),
table tr th:nth-child(2) {
  width: 416px;
}

table tr th:last-child,
table tr td:last-child {
  border-right: none;
}

table tr:last-child th,
table tr:last-child td {
  border-bottom: none;
}

table th,
table td {
  height: 63px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

#_data_room_table_wrap {
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(1858px + 22px);
  height: calc(100% - 79px - 63px);
}

/*scroll*/
#_data_room_table_wrap::-webkit-scrollbar {
  width: 14px;
}
#_data_room_table_wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
#_data_room_table_wrap::-webkit-scrollbar-thumb {
  background: #5444cb;
}
#_data_room_table_wrap::-webkit-scrollbar-thumb:hover {
  background: #5444cb;
}

#_data_room_table_wrap th.on {
  background-color: #fbc900;
}
#_data_room_table_wrap td button {
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 44px;
}
#_data_room_table_wrap ._pdf {
  background-image: url('../../../images/data_room/ico_pdf.png');
}
#_data_room_table_wrap ._hwp {
  background-image: url('../../../images/data_room/ico_hwp.png');
}
#_data_room_table_wrap ._zip {
  background-image: url('../../../images/data_room/ico_zip.png');
}
#_data_room_table_wrap ._ppt {
  background-image: url('../../../images/data_room/ico_ppt.png');
}
#_data_room_table_wrap ._xls {
  background-image: url('../../../images/data_room/ico_xls.png');
}
#_data_room_table_wrap ._word {
  background-image: url('../../../images/data_room/ico_word.png');
}

.btn_y {
  background-color: #5b952c;
}

.btn_y {
  background-color: #a6a9ad;
}

/****/
/*종료창(컨펌창)*/
._confirm_dataRoom {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

._confirm_window {
  width: 720px;
  height: 480px;
  position: absolute;
  top: calc(50% - 240px);
  left: calc(50% - 360px);
  background-image: url(../../../images/bg_confirm_window.png);
  background-repeat: no-repeat;
}

._confirm_window ._confirm_window_header {
  height: 74px;
  line-height: 74px;
  padding: 0 20px;
  color: #65676a;
}

._confirm_window_header span {
  font-size: 28px;
}

._confirm_window_header .btn_confirm_close {
  position: absolute;
  font-size: 28px;
  top: 0;
  right: 20px;
}

._confirm_window ._confirm_window_content {
  padding: 30px 0;
  height: calc(100% - 74px);
  /* padding: 58px 20px 40px; */
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

._confirm_window_btn {
  overflow: hidden;
  display: table;
  margin: 0 auto;
  border-spacing: 12px;
}

._confirm_message {
  min-height: 96px;
}

._confirm_message span {
  display: block;
  font-size: 30px;
}

._confirm_message span:nth-child(2) {
  font-size: 28px;
  color: #666666;
}

._confirm_window_btn a {
  width: 180px;
  height: 64px;
  border-radius: 32px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  background-color: #539c17;
  cursor: pointer;
}

._confirm_window_btn a.btn_n {
  background-color: #d8d8d8;
}

/* color variation */
.__contentStyle {
  background-color: #d8f7ce;

  #_data_room_head > button.on,
  #_data_room_table_wrap th.on {
    background-color: #3d9623;
    color: #fff;
  }

  #_data_room_table_wrap::-webkit-scrollbar-thumb {
    background: #3d9623;
    color: #fff;
  }
}