@charset "UTF-8";
.data_container {
  padding: 32px 24px;
}

/* TAB */
.data-tabA__content {
  margin-top: 20px;
}

.data-tabA ul.tabs {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 12px rgb(0, 0, 0, 0.04);
}

.data-tabA ul.tabs li.tabs__link,
.data-tabB ul.tabs li.tabs__link {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #111;
  text-align: center;
  cursor: pointer;
}

.data-tabA ul.tabs li.tabs__link.on,
.data-tabB ul.tabs li.tabs__link.on {
  background-color: #333333;
  border-radius: 6px;
  color: #fff;
}

.data-tabA ul.tabs li.tabs__link a,
.data-tabB ul.tabs li.tabs__link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.data-tabB ul.tabs {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 4px 4px 12px rgb(0, 0, 0, 0.04);
  background-color: #F6F8FA;
  border: 1px solid #E5E5EC;
}

.data__wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.data__wrap .data__box {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  align-self: stretch;
  padding: 32px;
  box-shadow: 6px 6px 20px rgb(0, 0, 0, 0.04);
}

.data__wrap .data__box.mw529 {
  max-width: 529px;
}

.data__wrap .data__box.grid_2 {
  flex: 1;
  width: calc(50% - 10px);
}

.data__wrap .data__box.grid_3 {
  flex: 1;
  width: calc((100% / 3) - 10px);
}

.data__wrap .data_title {
  margin-bottom: 12px;
}

.data__wrap .data_title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
}

.data__wrap .data_select {
  margin-top: 12px;
}

.data__wrap .data_select .select-primary {
  max-width: 400px;
  width: 100%;
}

/* 공통 테이블 */
.tbl_wrap {
  overflow: auto;
}

.tbl_wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.tbl_wrap::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border: 1px solid transparent;
  background-color: #D9D9D9;
  border-radius: 10px;
}

.tbl_wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #efefef;
}

.tbl_wrap table thead th {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

.tbl_list table {
  width: 100%;
  table-layout: fixed;
}

.tbl_list thead {
  position: relative;
  border-bottom: 1px solid #E5E5EC;
}

.tbl_list thead tr {
  height: 48px;
  background-color: #fff;
}

.tbl_list thead th {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111;
  background-color: #fff;
  padding: 0 16px;
  text-align: left;
}

.tbl_list thead th.tac {
  text-align: center;
}

.tbl_list thead:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tbl_list tbody:before {
  content: "-";
  display: block;
  line-height: 4px;
  color: transparent;
}

.tbl_list tbody tr {
  height: 44px;
  background-color: #fff;
}

.tbl_list tbody tr:nth-child(2n+1) {
  background-color: #F8F9FA;
}

.tbl_list tbody tr:hover {
  background-color: #EFF5FA;
}

.tbl_list tbody th {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111111;
  padding: 0 16px;
}

.tbl_list tbody td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #767676;
  padding: 0 16px;
  word-break: break-all;
}

.tbl_list tbody td:first-child {
  border-radius: 12px 0 0 12px;
}

.tbl_list tbody td:last-child {
  border-radius: 0 12px 12px 0;
}

.tbl_sort thead th {
  position: relative;
}

.tbl_sort thead th:hover {
  background-color: #EFF5FA;
}

.tbl_sort thead th:not(.not_sort):after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/common/icon_sort.svg) no-repeat center center / contain;
}

/* 오름차순 아이콘 */
.tbl_sort thead th.asc:after {
  background-image: url(../_img/common/icon_sort_asc.svg);
}

/* 내림차순 아이콘 */
.tbl_sort thead th.desc:after {
  background-image: url(../_img/common/icon_sort_desc.svg);
}

/* visualize 영역 */
.tbl_visualize {
  max-height: 315px;
}

/* #### 분자 #### */
.tbl_molecule {
  max-height: 333px;
}

.tbl_selected_molecule {
  max-height: 405px;
}

.model_3d {
  width: 100%;
  height: 341px;
  position: relative;
}

.model_3d .loading {
  height: 100%;
}

.chart_content {
  width: 100% !important;
  height: 220px !important;
}

.latent_space {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.latent_space .space__box {
  flex: 1;
  width: 100%;
}

.latent_space .space__box h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #111;
}

.latent_space .space__box .model_3d {
  height: 300px;
}

/* 불러오기 모달 */
.modal_import .modal__inner {
  max-width: 640px;
}

/* 분자 생성하기 모달 */
.modal_create .modal__inner {
  max-width: 640px;
}

.create_loading {
  height: 398px;
}

/* 최적화하기 모달 */
.modal_optimization1 .modal__inner {
  max-width: 480px;
}

.modal_optimization2 .modal__inner {
  max-width: 640px;
}

.tbl_optimization table {
  width: 100%;
  table-layout: fixed;
}

.tbl_optimization thead {
  position: relative;
  border-bottom: 1px solid #E5E5EC;
}

.tbl_optimization thead tr {
  height: 48px;
  background-color: #fff;
}

.tbl_optimization thead th {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111;
  background-color: #fff;
  padding: 0 16px;
  text-align: left;
}

.tbl_optimization thead:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tbl_optimization tbody:before {
  content: "-";
  display: block;
  line-height: 4px;
  color: transparent;
}

.tbl_optimization tbody tr {
  height: 44px;
  background-color: #fff;
}

.tbl_optimization tbody th,
.tbl_optimization tbody td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111;
  padding: 0 16px;
  text-align: left;
}

.tbl_optimization tbody th {
  position: relative;
}

.tbl_optimization tbody th:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 4px;
  background-color: #E5E5EC;
}

.tbl_optimization tbody td {
  position: relative;
}

.tbl_optimization tbody tr:nth-child(2n) td {
  background-color: #F8F9FA;
  border-radius: 12px;
}

/* 목록 추가하기 모달 */
.modal_add_list .modal__inner {
  max-width: 640px;
}

/* #### 마이크로 #### */
.data_micro .model_3d {
  height: 374px;
}

.model_3d ul.info_list {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}

.model_3d ul.info_list li {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E5E5EC;
  width: auto;
  padding: 0 16px;
  min-width: 96px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.model_3d .porosity_info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px 0 8px 0;
  background-color: #fff;
  padding: 0 24px;
  height: 40px;
  border: 1px solid #E5E5EC;
}

.model_3d .porosity_info span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #317CC1;
}

/* 입력하기 모달 */
.modal_input .modal__inner {
  max-width: 640px;
}

.modal_input .tbl_list td {
  padding: 0 2px;
}

/* 시뮬레이션 모달 */
.modal_enlarge .modal__inner {
  max-width: 1080px;
}

.modal_enlarge.loading .modal__inner {
  max-width: 640px;
}

.simulation_content {
  height: 640px;
}

.simulation_loading {
  height: 398px;
}

/* Segmantation 모달 */
.segmentation_content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.enlarge__image {
  flex: 1;
}

.enlarge__image {
  min-height: 640px;
}

.enlarge__control {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 67px;
  flex-shrink: 0;
}

.enlarge__control .btn_up {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../_img/icon_up.svg) no-repeat center center / contain;
}

.enlarge__control .btn_down {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../_img/icon_down.svg) no-repeat center center / contain;
}

.enlarge__control .control_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.enlarge__control .control_order span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #111;
}

.enlarge__control .control_order .form-control {
  height: 32px;
  padding: 0 0;
  text-align: center;
  font-weight: 600;
}

/* #### 셀 ####  */
.modal_export2 .modal__inner {
  max-width: 560px;
}

.data_cell .model_3d {
  height: 317px;
}

.coordinate_list {
  display: flex;
  align-items: center;
  gap: 8px
}

.coordinate_list .coordinate {
  flex: 1;
  height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.coordinate_list .coordinate.c_x {
  background-color: rgb(245, 70, 15 , 0.08);
  color: #F5460F;
}

.coordinate_list .coordinate.c_y {
  background-color: rgb(15, 187, 96, 0.08);
  color: #0FBB60;
}

.coordinate_list .coordinate.c_z {
  background-color: rgb(49, 124, 193, 0.08);
  color: #317CC1;
}

.modal_input1 .modal__inner {
  max-width: 480px;
}
.modal_input_large .modal__inner {
  width: 50%;
}

.choose_input {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}

.modal_file_input .modal__inner {
  max-width: 800px;
}

.file-tab__content {
  display: none;
}

.file-tab__content.on {
  display: block;
}

.tbl_file {
  max-height: 200px;
}

.tbl_file thead th {
  height: 64px;
}
/* #### 전체 #### */
.data_all .model_3d {
  height: 254px;
}

.data_all .model_3d.short {
  height: 198px;
}

.structure__content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.structure__content .tbl_list {
  width: 410px;
}

.structure__content .structure__chart {
  flex: 1;
  width: 100%;
}

.structure__chart .chart_content {
  height: 249px !important;
}