body {
  width: 100%;
  /* height: 100vh; */
  /* margin-bottom: 30px; */
  margin: 0px;
  min-width: 1280px;
  min-height: 900px;
  overflow-x: auto;
  /* position: fixed; */
}

div {
  user-select: none;
}

.main_content {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  min-width: 1280px;
}

.login_maincontent {
  height: 100%;
  align-items: center;
}

.login_maincontent,
.login_parentbox {
  height: 100%;
  display: flex;
  align-items: center;
}

.login_content {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 600px;
  display: flex;
  border: 1px solid #98c1c4;
}

.dmi_icon {
  margin-bottom: 120px;
}

.text_conbox {
  margin-bottom: 48px;
}

.id > input,
.pw > input {
  width: calc(360px - 10px);
  height: 40px;
  border: 1.5px solid #98c1c4;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 10px;
}

.id > div,
.pw > div {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #888888;
}

.id {
  margin-bottom: 16px;
}

.login_btnbox {
  min-height: 66px;
}

.alert_login {
  color: #d94646;
  font-size: 14px;
  font-weight: 400;
  width: 360px;
  display: flex;
  justify-content: center;
  display: none;
}

.login_btn {
  width: 360px;
  height: 40px;
  background-color: #209199;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

/*
#=========================================#
|              로그인 끝                   |
#=========================================#
*/

.left_menu_bar {
  max-width: 300px;
  max-height: 1000px;
  width: calc(100% - 32px);
  height: calc(100% - 42px);
  padding: 42px 16px 0px 16px;
}

.menu_icon {
  max-width: 100%;
  max-height: 80px;
  height: 100%;
  width: 100%;
  margin-bottom: 24px;
  cursor: pointer;
}

.menu_userinfo {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
}

.userinfo {
  max-width: 192px;
  width: calc(100% - 24px);
  height: calc(32px - 12px);
  background-color: #f4f4f4;
  margin-right: 12px;
  border-radius: 8px;
  align-items: center;
  padding: 6px 12px;
}

.userinfo > .infoicon {
  margin-right: 12px;
  display: flex;
  height: 100%;
  align-items: center;
}

.menu_username {
  display: flex;
  height: 100%;
  align-items: center;
}

.menu_userinfo > .logoutbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  height: 32px;
  width: 100%;
  max-width: 64px;
  border-radius: 8px;
  color: #888888;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.menu_box {
  margin-top: 8px;
}

.menu_content {
  display: flex;
  align-items: center;
  max-height: 50px;
  height: calc(50px - 22px);
  width: calc(100% - 34px);
  padding: 11px 17px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.menu_content > .menu_contenticon {
  margin-right: 17px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.select_menu {
  background-color: #209199;
  color: #ffffff !important;
}

.select_menu > .menu_contenticon .menuconicon {
  fill: white;
}

.menu_parent {
  position: relative;
}

.menu_arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.menu_parent.active .menu_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.menu_submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f4f4f4;
}

.menu_submenu.active {
  max-height: 300px;
}

.menu_submenu_item {
  display: flex;
  align-items: center;
  height: 40px;
  width: calc(100% - 34px);
  padding: 0px 17px 0px 66px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.menu_submenu_item:hover {
  background-color: #e8e8e8;
}

.menu_submenu_item.select_submenu {
  background-color: #98c1c4;
  color: #ffffff;
}

.submenu_text {
  color: #888888;
}

.menu_submenu_item.select_submenu .submenu_text {
  color: #ffffff;
}

/*
#=========================================#
|            왼쪽메뉴 끝                   |
#=========================================#
*/

.content {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 1300px;
  /* max-height: 1000px; */
  padding: 20px 20px;
  margin-bottom: 100px;
  overflow-y: hidden !important;
}

.content_selectmenu {
  position: relative;
  /* border-bottom: 2px solid #4e4e4e; */
  width: auto;
  margin: 0px 20px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
}

.content_selectmenu > .notice_manubtn {
  max-width: 100px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e4e4e4;
  color: #888888;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  padding-bottom: 5px;
}

.content_selectmenu > .select_notice {
  color: #404040 !important;
  border-bottom: 2px solid #209199;
}

.notice_tablebox {
  width: calc(100% - 40px);
  /* height: 475px; */
  margin: 0px 20px;
  margin-top: 40px;
  /* max-height: 475px; */
}

.notice_tablebox > .notice_table {
  width: 100%;
}

.notice_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.notice_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.notice_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.notice_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.notice_table > tbody > tr > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.notice_table > tbody > tr > td:nth-child(1),
.notice_table > thead > tr > td:nth-child(1) {
  width: 67px !important;
  min-width: 67px;
}

.notice_table > tbody > tr > td:nth-child(2) {
  text-align: start;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* width: 100%; */
  max-width: 464px;
}

.notice_table > tbody > tr > td:nth-child(3),
.notice_table > thead > tr > td:nth-child(3) {
  width: 150px !important;
}

.notice_table > thead > tr > td:nth-child(4),
.notice_table > tbody > tr > td:nth-child(4) {
  width: 130px !important;
}

.notice_table > tbody > tr > td:nth-child(5) {
  width: 112px !important;
}

.notice_table > tbody > tr > td:nth-child(3) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.equip_table > tbody > tr > td:nth-child(3) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 1700px) {
  .notice_table > tbody > tr > td:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1550px) {
  .notice_table > thead > tr > td:nth-child(4),
  .notice_table > tbody > tr > td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1460px) {
  .notice_table > tbody > tr > td:nth-child(3),
  .notice_table > thead > tr > td:nth-child(3) {
    display: none;
  }
}

.notice_utilbox {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px;
  margin-top: 50px;
}

.notice_utilbox > .search_box {
  display: flex;
  justify-content: center;
  width: calc(100% - 76px);
  height: 32px;
}

.notice_utilbox > .search_box > input {
  border: 1px solid #e3e3e3;
  width: 220px;
  height: 100%;
  padding: 0px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 400;
}

.notice_utilbox > .search_box > div {
  margin-left: 19px;
  background-color: #209199;
  width: 76px;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.addbtn {
  background-color: #209199;
  width: 76px;
  height: 32px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.notice_pagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px;
  margin-top: 25px;
}

.pagenum_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 64px;
  max-width: 174px;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #8b8b8b;
}

.pagenum {
  margin-right: 5px;
  cursor: pointer;
}

.pagenum:nth-last-child(1) {
  margin-right: 0px;
}

.pre_btn,
.next_btn {
  cursor: pointer;
}

.page_select {
  color: #333333 !important;
}

/*
#=========================================#
|            공지사항 끝                   |
#=========================================#
*/

.notiondetail_content {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  margin-top: 35px;
  width: calc(100% - 40px);
}

.notiondetail_content > .detail_title {
  font-size: 18px;
  font-weight: 700;
  height: 37px;
  width: 100%;
  margin-left: 16px;
}

.horizon {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.notiondetail_content > .detail_info {
  display: flex;
  align-items: center;
  margin-top: 4px;
  height: 36px;
  margin-left: 20px;
}

.notiondetail_content > .detail_info > div {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 400;
}

.notiondetail_content > .detail_info > div:nth-child(1) {
  margin-left: 0px !important;
}

.notiondetail_content > .detail_textbox {
  /* height: 410px; */
  /* max-height: 410px; */
  width: 100%;
  margin: 0px 20px;
  overflow-y: auto;
}

.notiondetail_content > .detail_fileinfo {
  display: flex;
}

.notiondetail_content > .detail_fileinfo > .detail_file {
  width: 60px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 20px;
}

.notiondetail_content > .detail_fileinfo > .detail_fileselbox {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.notiondetail_content
  > .detail_fileinfo
  > .detail_fileselbox
  > div:nth-child(1),
.notiondetail_content > .detail_fileinfo > .detail_fileselbox > a:nth-child(1) {
  margin-top: 0px;
}

.notiondetail_content > .detail_fileinfo > .detail_fileselbox > div,
.notiondetail_content > .detail_fileinfo > .detail_fileselbox > a {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  cursor: pointer;
  padding: 2px 0px;
}

.notiondetail_content > .detail_btnbox {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.btnleft_box {
  display: flex;
}

.btnleft_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  background-color: #209199;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btnleft_box > div:nth-child(2) {
  margin-left: 16px;
}

.btnright_box {
  display: flex;
}

.btnright_box > .R_btnbox {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.btnright_box > .R_btnbox > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  background-color: #209199;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btnright_box > .R_btnbox > div:nth-child(2) {
  margin-left: 8px;
}

.btnright_box > .back_notionlist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  background-color: #209199;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

/*
#=========================================#
|          공지사항 디테일 끝              |
#=========================================#
*/

.notice_updatecontent {
  margin: 0px 20px;
  margin-top: 34px;
}

.edit_toptitle {
  display: flex;
  align-items: center;
}

.edit_toptitle > .titlebox,
.edit_toptitle > .datebox {
  display: flex;
  align-items: center;
}

.edit_toptitle > .titlebox {
  flex: 1;
}

.edit_toptitle > .titlebox > .support_title {
  margin-top: 0px !important;
}

.edit_toptitle > .titlebox > div {
  max-width: 70px;
  width: 100%;
  height: 39px;
  margin-right: 12px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.edit_toptitle > .titlebox > input {
  width: 100%;
  height: 39px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  padding-left: 11px;
}

.edit_toptitle > .datebox {
  max-width: 252px;
  width: 100%;
  height: 40px;
}

.edit_toptitle > .datebox > div {
  max-width: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-left: 12px;
}

.edit_toptitle > .datebox > input {
  width: 100%;
  height: 100%;
  max-width: 160px;
  margin-left: 12px;
  border: 1px solid #e3e3e3;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
}

.edittextbox {
  display: flex;
  margin-top: 25px;
}

.edittextbox > .text_title {
  max-width: 70px;
  width: 100%;
  height: 40px;
  margin-right: 12px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.edittextbox > .text_main {
  width: 100%;
  height: 320px;
}

.ck-content,
.ck-editor {
  height: 100% !important;
}

.ck-editor__main {
  height: calc(100% - 77px);
}

.fileuploadbox {
  margin-left: 40px;
  margin-top: 24px;
  display: flex;
}

.fileupload_title {
  width: 80px;
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  margin-right: 12px;
}

.fileinputbox {
  margin-top: 23px;
}

.fileupload_title > div > input {
  display: none;
}

.fileupload_title > div > label {
  width: 60px;
  height: 23px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000000;
  background-color: #efefef;
  padding: 3px 7px;
  border-radius: 4px;
}

.fileupload_list {
  width: calc(100% - 150px);
  height: calc(143px - 16px);
  border: 1px solid #e4e4e4;
  padding: 8px 19px;
  border-radius: 4px;
  overflow-y: auto;
}

.list_filetitle {
  margin-left: 24px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 11px;
}

.fileupload_list > .append_file_acquisition > .file_obj {
  display: flex;
  margin: 5px 0px;
}

.fileupload_list > .file_obj,
.fileupload_list > .file_objbox > .file_obj {
  display: flex;
  margin: 5px 0px;
}

.file_obj > .file_objname {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}

.filedelect_btn_box {
  height: 18px;
  display: flex;
  align-items: center;
}

.file_obj > .filedelect_btn_box > .file_objdelect {
  border-radius: 50%;
  background-color: #fafafa;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.update_btnbox {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0px 20px;
  margin-top: 48px;
}

.update_btnbox > .update_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209199;
  width: 56px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.update_btnbox > .cancel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbdbdb;
  width: 77px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: 16px;
  cursor: pointer;
}

/*
#=========================================#
|          공지사항 수정단 끝              |
#=========================================#
*/

.suppot_selectbox {
  background: url("../../images/select_arrow.svg") calc(100% - 10px) center
    no-repeat;
  background-size: 12px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  max-width: 80px;
  width: 80px;
  height: 27px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
}

.support_contop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.support_contop > .select_number {
  margin: 0px 20px;
  margin-top: 34px;
}

.sort_company {
  display: flex;
  margin-bottom: 32px;
  /* width: 1260px; */
}

.sort_company > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 130px;
  width: 130px;
  height: 32px;
  max-height: 32px;
  border: 1px solid #209199;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 12.5px;
}

.select_sortcompnay {
  background-color: #209199;
  color: #ffffff;
}

.sort_company > div {
  cursor: pointer;
}

.sort_company > div:nth-child(1) {
  margin-left: 20px;
}

.support_objbox {
  width: calc(100% - 40px);
  margin: 0px 20px;
}

.support_obj {
  display: flex;
  flex-direction: column;
  max-width: calc(250px -2px);
  max-height: calc(300px -2px);
  height: 300px;
  width: 250px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.support_obj > .support_obj_image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  max-width: calc(250px -2px);
  max-height: 150px;
}

.support_obj_image > img {
  width: 100% - 2px;
  height: 100%;
  object-fit: cover;
}

.support_obj_image > .support_obj_sort {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2px);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background-color: #404040;
}

.support_obj > .support_obj_title {
  margin-top: 13px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.support_obj > .support_obj_subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: auto;
}

.support_obj > .obj_detail_movebtn {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 1920px) {
  .support_objbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-gap: 40px; */
    grid-gap: 26px;
    grid-row-gap: 20px;
    max-height: 1590px;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: wrap; */
  }
}

@media (max-width: 1919px) {
  .support_objbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-gap: 40px; */
    grid-gap: 26px;
    grid-row-gap: 20px;
    max-height: 1590px;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: wrap; */
  }
}

@media (max-width: 1499px) {
  .support_objbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 40px; */
    grid-gap: 26px;
    grid-row-gap: 20px;
    max-height: 1590px;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: wrap; */
  }
}

@media (max-width: 1919px) {
  .admin_support_objbox {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 1499px) {
  .admin_support_objbox {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 1499px) {
  .admin_support_objbox {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/*
#=========================================#
|          장비지원메인 끝                 |
#=========================================#
*/

.detail_support_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.detail_support_main > .detail_support_images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.big_detail_image {
  width: 580px;
  height: 348px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big_detail_image > img {
  /* width: 100%; */
  height: 100%;
}

.small_detail_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  overflow: auto;
  max-width: 580px;
}

.small_detail_images > div {
  display: grid;
  grid-row-gap: 16px;
  max-width: 133px;
  height: 80px;
  width: 100%;
  min-width: 133px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small_detail_images > div > img {
  height: 100%;
}

.detail_support_info {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 444px;
  max-width: 448px;
}

.support_title {
  margin-top: 19px;
  font-size: 18px;
  font-weight: 700;
}

.support_text {
  display: flex;
  align-items: center;
}

.support_text > div:nth-child(1) {
  font-size: 14px;
  font-weight: 700;
  min-width: 60px;
  margin-right: 50px;
}

.support_info_texts > .support_text {
  margin: 31px 0px;
}

.horizon_support {
  display: flex;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  margin-top: 16.5px;
  margin-bottom: 2px;
}

.btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn_box > .reser_btn {
  width: 180px;
  height: 40px;
  margin-right: 41px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}

.btn_box > .refer_btn {
  width: 180px;
  height: 40px;
  border: 2px solid #219199;
  color: #219199;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
}

.businesscard_btn {
  width: calc(100% - 43px);
  height: 40px;
  margin-left: 43px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.demand_btn,
.research_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  width: 140px;
  height: 32px;
  margin-right: 24px;
}

.file_obj_support {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}

.file_list_box {
  display: flex;
  justify-content: space-between;
}

.file_list_box > .list_R_file {
  display: flex;
}

.list_R_file > div {
  font-weight: 400;
  font-size: 12px;
}

.list_R_file > div {
  margin-right: 5px;
}

.file_btn_box_support {
  display: flex;
  align-items: center;
}

.file_obj_support > .file_objname {
  font-size: 14px;
  font-weight: 400;
}

.file_obj_support > .file_btn_box_support > .file_objdelect {
  border-radius: 50%;
  background-color: #fafafa;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 41px;
}

.file_btn_box_support > .file_image_main > input:checked {
  background-color: none;
}

.support_updatecontent {
  margin: 0px 20px;
  margin-top: 34px;
}

.single_input {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 24px;
}

.updatetext_box {
  align-items: start;
  height: 128px;
}

.updatetext_box > div:nth-child(1) {
  margin-top: 13px;
}

.updatetext_box > div:nth-child(2) {
  height: 100% !important;
}

.updatetext_box > div:nth-child(2) > textarea {
  height: calc(100% - 30px);
  width: calc(100% - 32px);
  padding: 15px 16px;
  border: 1px solid #f4f4f4;
  resize: none;
}

.single_input > div:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  width: 80px;
  min-width: 80px;
  /* margin-left: 20px; */
}

.single_input > div:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  margin-left: 10px;
}

.single_input > div:nth-child(2) > input {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.single_input > div:nth-child(2) > select {
  width: 100%;
  border: 1px solid #f4f4f4;
  height: 40px;
}

.duel_input {
  display: flex;
  align-items: center;
  margin-left: 20px;
  /* width: 100%; */
  margin-bottom: 24px;
}

.duel_input > .single_input:nth-child(2) > div:nth-child(1) {
  display: flex;
  justify-content: center;
  margin: 0px 12px;
}

.duel_input > .single_input {
  flex: 1;
  margin-left: 0px;
  margin-bottom: 0px;
}

.question_settingbox {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  margin-top: 12px;
}

.question_settingbox > .question_addbox {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.question_addbox > .question_text {
  display: flex;
  margin-left: 10px;
  align-items: center;
  width: 100px;
}

.question_addbox > .add_questionbox {
  display: flex;
  align-items: center;
  border: 1px solid #f4f4f4;
  margin-left: 16px;
  border-radius: 4px;
}

.add_questionbox > .question_obj {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.select_question {
  background-color: #209199;
  color: #ffffff;
}

.add_questionbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #fafafa;
}

.question_addcontent {
  margin-top: 24px;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  height: 260px;
}

.question_addcontent > div:nth-last-child(1) {
  margin-bottom: 0px !important;
}

.subjective_question {
  display: flex;
  flex-direction: column;
}

.subjective_question > div:nth-child(1) {
  margin-left: 11px;
}

.subjective_question > div:nth-child(2) {
  width: 100%;
  height: 40px;
  margin-top: 8px;
}

.subjective_question > div:nth-child(2) > input {
  width: calc(100% - 24px);
  height: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
}

.objective_question {
  display: flex;
  flex-direction: column;
}

.objective_question > div:nth-child(1) {
  margin-left: 11px;
}

.objective_question > div:nth-child(2) {
  width: 100%;
  height: 40px;
  margin-top: 8px;
}

.objective_question > div:nth-child(2) > input {
  width: calc(100% - 24px);
  height: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
}

.objective_question,
.subjective_question {
  margin-bottom: 24px;
}

.objective_question > .objectiveoption_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
}

.objectiveoption_box > div {
  width: 100%;
  display: flex;
}

.objectiveoption_box > div > .objectiveoption {
  flex: 1;
}

.objectiveoption_box > div > .objectiveoption:nth-child(1) {
  margin-right: 94px;
}

.objectiveoption > input {
  width: calc(100% - 24px);
  height: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
}

/* 장비 추가 관련 */
.equip_object {
  display: flex;
  flex-direction: column;
}

.equip_addcontent {
  margin-top: 24px;
  width: 100%;
}

.equip_object > .equip_objtitle {
  margin-left: 11px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
}

.equip_object > .equip_objtitle > div:nth-child(1) {
  margin-right: 20px;
}

.equip_object > .equip_inputbox {
  width: calc(100% - 32px);
  margin-left: 32px;
  margin-top: 20px;
}

.equip_object > .equip_inputbox > div:nth-child(1) {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.equip_object > .equip_inputbox > input {
  width: calc(100% - 24px);
  height: 24px;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
}

.equip_object > .equip_inputbox > div:nth-child(2) {
  width: calc(100% - 24px);
  min-height: 80px;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
  padding-top: 8px;
  resize: none;
  line-height: normal;
}

.equip_object > .equip_inputbox {
  width: calc(100% - 32px);
  margin-left: 32px;
  margin-top: 20px;
}

.equip_object > .equip_inputbox > pre:nth-child(1) {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.equip_object > .equip_inputbox > pre:nth-child(2) {
  width: calc(100% - 24px);
  min-height: 80px;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  resize: none;
  line-height: 20px;
  overflow: hidden;
}

.equip_object > .equip_inputbox > textarea:nth-child(1) {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.equip_object > .equip_inputbox > textarea:nth-child(2) {
  width: calc(100% - 24px);
  min-height: 80px;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 0px 11px;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  resize: none;
  line-height: 20px;
  overflow: hidden;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #9e9e9e;
}

.support_update_btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
  margin-top: 48px;
  margin-bottom: 64px;
}

.support_update_btnbox > .support_rigth_box > .update_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209199;
  width: 56px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.support_update_btnbox > .support_rigth_box > .cancel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbdbdb;
  width: 77px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: 16px;
}

.support_update_btnbox > .support_rigth_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support_update_btnbox > .support_rigth_box > .listmove_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #209199;
  height: 32px;
  border-radius: 4px;
  padding: 7px 12px;
  cursor: pointer;
}

.support_update_btnbox > .support_left_box > .update_prebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #209199;
  width: 56px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
}

.support_left_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support_update_btnbox > .support_left_box > .move_maintext_btn,
.support_update_btnbox > .support_left_box > .excel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #209199;
  height: 32px;
  border-radius: 4px;
  padding: 7px 12px;
  cursor: pointer;
}

.support_update_btnbox > .support_left_box > .excel_btn {
  margin-left: 24px;
}

/*
#=========================================#
|                장비지원 끝               |
#=========================================#
*/

.result_maincontent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px;
  margin-top: 41px;
  flex-direction: column;
}

.result_topmain {
  width: 100%;
}

.result_maincontent > .result_topmain > .result_title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.result_maincontent > .result_topmain > .result_text {
  font-weight: 400;
  font-size: 16px;
  margin: 32px 0px;
}

.result_middlemain {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.result_middlemain > .result_mid_title {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.result_middlemain > .result_mid_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.result_middlemain > .result_mid_content > .result_answer {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.result_middlemain > .result_mid_content > .result_answerbox {
  display: flex;
  height: calc(128px - 24px);
  width: calc(100% - 32px);
  background-color: #f4f4f4;
  border-radius: 4px;
  max-height: 128px;
  overflow-y: auto;
  padding: 12px 16px;
}

.result_middlemain > .result_mid_content > .result_answerbox > .answercompany {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 48px;
  max-height: 21px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.result_bottommain {
  display: flex;
  width: 100%;

  margin-bottom: 16px;
  /* overflow-y: auto; */
}

.result_bottommain > .result_questionbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-height: 380px; */
}

.result_bottommain > .result_questionbox > .question_obj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.result_bottommain > .result_questionbox > .question_obj > .question_title {
  font-size: 14px;
  font-weight: 400;
}

.result_bottommain > .result_questionbox > .question_obj > .question_subtext {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 12px;
  border-radius: 4px;
  color: #444444;
}

.result_bottommain
  > .result_questionbox
  > .question_obj
  > .question_subjectivity {
  background-color: #f4f4f4;
  /* width: calc(100% - 32px); */
  width: 100%;
  height: calc(128px - 24px);
  padding: 12px 0px;
}

.question_subjectivity > div {
  width: calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
  padding: 0px 16px;
  margin-right: 8px;
}

.question_subjectivity > div > div {
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0px;
  line-height: 21px;
}

.question_subjectivity > div > div:nth-child(1) {
  margin-top: 0px !important;
}

.result_bottommain > .result_questionbox > .question_obj {
  margin-top: 16px;
}

.result_bottommain
  > .result_questionbox
  > .question_obj
  > .question_objectivity {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.question_objectivity > div {
  flex: 1 1 50%;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
}

.question_objectivity > div > .objectivity_option {
  border: 1px solid #f4f4f4;
  width: calc(100% - 12px);
  padding-left: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  border-radius: 4px;
}

.question_objectivity > div > .objectivity_per {
  min-width: 77px;
  width: 77px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

/*
#=========================================#
|           장비지원 결과보기 끝            |
#=========================================#
*/

.technical_tablebox {
  width: calc(100% - 40px);
  /* height: 475px; */
  margin: 0px 20px;
  margin-top: 40px;
  /* max-height: 475px; */
}

.technical_tablebox > .technical_table {
  width: 100%;
}

.technical_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.technical_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.technical_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.technical_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.technical_table > tbody > tr > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.technical_table > tbody > tr > td:nth-child(1),
.technical_table > thead > tr > td:nth-child(1) {
  width: 72px !important;
  min-width: 72px;
}

.technical_table > tbody > tr > td:nth-child(2) {
  text-align: start;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 459px;
}

.technical_table > tbody > tr > td:nth-child(3),
.technical_table > thead > tr > td:nth-child(3) {
  width: 132px !important;
  /* min-width: 132px; */
}

.technical_table > thead > tr > td:nth-child(4),
.technical_table > tbody > tr > td:nth-child(4) {
  width: 116px !important;
  /* min-width: 116px; */
}

.technical_table > tbody > tr > td:nth-child(5) {
  width: 86px !important;
  /* min-width: 86px; */
}

.technical_table > tbody > tr > td:nth-child(6) {
  width: 118px;
  /* min-width: 118px; */
}

.technical_table > tbody > tr > td:nth-child(3) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.technical_table > tbody > tr > td:nth-child(4) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 1700px) {
  .technical_table > tbody > tr > td:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1550px) {
  .technical_table > thead > tr > td:nth-child(4),
  .technical_table > tbody > tr > td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1460px) {
  .technical_table > tbody > tr > td:nth-child(3),
  .technical_table > thead > tr > td:nth-child(3) {
    display: none;
  }
}

.technical_selectmenu {
  width: 900px;
}

.content_selectmenu > .technical_manubtn {
  max-width: 180px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e4e4e4;
  color: #888888;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-bottom: 5px;
}

.content_selectmenu > .technical_manubtn:nth-child(1) {
  max-width: 115px !important;
}

.content_selectmenu > .technical_manubtn:nth-child(4) {
  max-width: 172px !important;
}

.content_selectmenu > .select_technical {
  color: #404040 !important;
  border-bottom: 2px solid #209199;
}

.reference_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

.reference_btns > div {
  width: 180px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
}

.reference_btns > div:nth-child(2) {
  margin-left: 41px;
}

.company_list_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbdb79;
  z-index: 3;
  display: none;
}

.company_list_modal > .list_center {
  display: flex;
  flex-direction: column;
  width: calc(840px - 40px);
  height: calc(490px - 40px);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.list_center > .close_btnbox {
  display: flex;
  justify-content: end;
  width: 100%;
}

.company_list_modal > .list_center > .modal_list_title {
  font-size: 21px;
  font-weight: bold;
  margin-left: 16px;
}

.list_center > .modal_list_table {
  width: calc(100% - 32px);
  margin: 0px 16px;
  margin-top: 40px;
}

.list_center > .modal_list_table > .list_table_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
}

.list_center > .modal_list_table > .company_borderbox > .company_listtablebox {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 192px;
  max-height: 192px;
  overflow-y: auto;
}

.company_borderbox {
  width: calc(100% - 48px);
  padding: 0px 24px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  height: 192px;
  margin-bottom: 32px;
  max-height: 256px;
}

.list_center
  > .modal_list_table
  > .company_borderbox
  > .company_listtablebox
  > table {
  width: calc(100% - 40px);
  margin-left: 24px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 12px;
  max-height: 192px;
}

.empty_div {
  width: 700px;
  height: 52px;
  background-color: #ffffff;
  z-index: 1;
  position: fixed;
}

.company_listtablebox > table > thead {
  position: fixed;
  max-width: 660px;
  z-index: 2;
}

.company_listtablebox > table > thead > tr {
  height: 20px;
  line-height: 32px;
}

.company_listtablebox > table > tbody > tr:nth-child(1) {
  height: 38px;
}

.company_listtablebox > table > tbody > tr:nth-child(2) {
  height: 32px !important;
}

.company_listtablebox > table > tbody > tr:nth-child(2) > td {
  border-top: 1px solid #f4f4f4;
}

.company_listtablebox > table > tbody > tr {
  height: 32px;
  border-collapse: collapse;
}

.company_listtablebox > table > thead > tr > td:nth-child(1),
.company_listtablebox > table > tbody > tr > td:nth-child(1) {
  width: 224px;
}

.company_listtablebox > table > thead > tr > td:nth-child(2),
.company_listtablebox > table > tbody > tr > td:nth-child(2) {
  width: 152px;
  text-align: center;
}

.company_listtablebox > table > thead > tr > td:nth-child(3),
.company_listtablebox > table > tbody > tr > td:nth-child(3) {
  width: 152px;
  text-align: center;
}

.company_listtablebox > table > thead > tr > td:nth-child(4),
.company_listtablebox > table > tbody > tr > td:nth-child(4) {
  width: 124px;
  text-align: center;
}

.company_listtablebox > table > thead > tr > td:nth-child(5),
.company_listtablebox > table > tbody > tr > td:nth-child(5) {
  width: 86px;
  text-align: center;
}

.modal_btnbox {
  display: flex;
  align-items: center;
}

.modal_btnbox > div {
  width: 200px;
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.modal_btnbox > div:nth-child(1) {
  margin-right: 36px;
}

/*
#=========================================#
|                기술지원 끝               |
#=========================================#
*/

.setting_supply {
  margin-bottom: 68px;
}

.supply_subbtn {
  position: relative;
}

.supply_submanu {
  position: absolute;
  bottom: -36px;
  left: 0;
  height: 36px;
  width: 112px;
  display: flex;
}

.supply_submanu > .select_supply {
  color: #404040 !important;
  border-bottom: 2px solid #209199 !important;
}

.supply_submanu > div {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.supply_obj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 536px;
  height: 180px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  cursor: pointer;
}

.supply_obj > div {
  flex: 1;
  height: 100%;
}

.supply_obj > .supply_objleft {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.supply_obj > .supply_objleft > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.supply_obj > .supply_objright {
  margin-left: 32px;
  display: flex;
  flex-direction: column;
}

.supply_objright > .supply_objtitle {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 11px;
}

.supply_objright > .supply_objtext {
  display: flex;
  width: 250px;
  height: 50px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 32px;
  line-height: 22px;
  max-height: 65px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* white-space: nowrap; */
  /* overflow-y: auto; */
}

.supply_obj > .supply_objright > .detail_supplybox {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 20px;
}

.supply_objright > .detail_supplybox > .move_detail_supply {
  margin-right: 24px;
  width: 186px;
  height: 40px;
  margin-bottom: 20px;
}

.supply_objbox {
  width: calc(100% - 40px);
  margin: 0px 20px;
}

@media (min-width: 1880px) {
  .supply_objbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
    grid-row-gap: 32px;
    max-height: 1590px;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: wrap; */
  }
}

@media (max-width: 1880px) {
  .supply_objbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
    grid-row-gap: 32px;
    max-height: 1590px;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: wrap; */
  }
}

/*
#=========================================#
|          기술지원 수요공급 끝             |
#=========================================#
*/

.content_caseselectmenu {
  position: relative;
  /* border-bottom: 2px solid #4e4e4e; */
  width: auto;
  margin: 0px 20px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.content_caseselectmenu > .support_manu_btn {
  max-width: 180px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e4e4e4;
  color: #888888;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  padding-bottom: 5px;
}

.content_caseselectmenu > .select_supportcase {
  color: #404040 !important;
  border-bottom: 2px solid #209199;
}

/*
#=========================================#
|          기술지원 수요공급 끝             |
#=========================================#
*/

.user_list_tablebox {
  width: calc(100% - 40px);
  /* height: 475px; */
  margin: 0px 20px;
  margin-top: 40px;
  /* max-height: 475px; */
}

.user_list_tablebox > .user_list_table {
  width: 100%;
}

.user_list_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.user_list_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.user_list_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.user_list_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.user_list_table > tbody > .company_userlist_body > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(1),
.user_list_table > thead > .company_userlist > td:nth-child(1) {
  width: 80px !important;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(2),
.user_list_table > thead > .company_userlist > td:nth-child(2) {
  text-align: start;
  padding-left: 16px;
  width: 160px;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(3),
.user_list_table > thead > .company_userlist > td:nth-child(3) {
  width: 160px !important;
}

.user_list_table > thead > .company_userlist > td:nth-child(4),
.user_list_table > tbody > .company_userlist_body > td:nth-child(4) {
  width: 192px !important;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(5) {
  width: 100px !important;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(6) {
  width: 160px;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(7) > div {
  width: 86px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.user_list_table > tbody > .company_userlist_body > td:nth-child(8) > div {
  width: 86px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.user_list_selectmenu {
  width: 550px;
}

.user_addbtn {
  background-color: #209199;
  width: 85px;
  height: 32px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.user_list_table > tbody > .def_userlist_body > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(1),
.user_list_table > thead > .def_userlist > td:nth-child(1) {
  width: 80px !important;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(2),
.user_list_table > thead > .def_userlist > td:nth-child(2) {
  text-align: center;
  padding-left: 16px;
  width: 100px;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(3),
.user_list_table > thead > .def_userlist > td:nth-child(3) {
  width: 160px !important;
}

.user_list_table > thead > .def_userlist > td:nth-child(4),
.user_list_table > tbody > .def_userlist_body > td:nth-child(4) {
  width: 192px !important;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(5) {
  width: 210px !important;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(6) {
  width: 210px;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(7) > div {
  width: 86px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.user_list_table > tbody > .def_userlist_body > td:nth-child(8) > div {
  width: 86px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.user_addtab {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  max-height: 784px;
}

.user_addtab > .info_addform {
  display: flex;
  max-width: 480px;
  width: 100%;
  flex-direction: column;
}

.info_addform > .basicinfo_form {
  width: 100%;
  flex: 1;
  /* max-height: 250px; */
}

.info_addform > .indiviinfo_form {
  width: 100%;
  flex: 1;
  max-height: 250px;
}

.info_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.info_inputform {
  width: 100%;
  height: 66px;
  margin-bottom: 18px;
}

.info_inputform > .info_input_title {
  font-size: 14px;
  font-weight: 700;
  color: #888888;
  margin-bottom: 8px;
}

.info_inputform > .info_input_box {
  width: 100%;
  height: 38px;
}

.info_inputform > .info_input_box > input {
  width: calc(100% - 23px);
  height: 100%;
  border: 1.5px solid #98c1c4;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 400;
}

.input_idmargin {
  margin-bottom: 35px;
}

.privacy_input {
  margin-top: 15px;
}

.info_btnbox {
  display: flex;
  margin-top: 30px;
}

.info_btnbox > div {
  width: 200px;
  height: 48px;
}

.info_btnbox > div:nth-child(1) {
  margin-right: 32px;
}

.company_addcontent {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(100% - 80px);
  height: calc(100% - 64px);
  padding: 40px 32px;
}

.company_addcontent > div {
  flex: 1;
  height: 100%;
}

.company_addcontent > div:nth-child(1) {
  margin-right: 80px;
}

.right_addform {
  height: 100%;
}

.company_file_form {
  display: flex;
  width: 100%;
}

.company_file_form > .info_inputform {
  height: 200px;
  display: flex;
  flex-direction: column;
}

.company_file_form > .info_inputform > div:nth-child(2) {
  flex: 1;
}

.company_file_form > .info_inputform > div > .preview_images {
  height: calc(100% - 40px);
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
  background-color: #888888;
  margin-top: 15px;
}

.company_file_form > .info_inputform > div > .preview_images > img {
  max-height: 135px;
}

.company_btnbox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 80px;
}

/*
#=========================================#
|               회원관리 끝                |
#=========================================#
*/

.metting_list_tablebox {
  width: calc(100% - 40px);
  height: 475px;
  margin: 0px 20px;
  margin-top: 40px;
  /* max-height: 475px; */
}

.metting_list_tablebox > .metting_list_table {
  width: 100%;
}

.metting_list_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.metting_list_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.metting_list_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.metting_list_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.metting_list_selectmenu {
  width: 550px;
}

.metting_addbtn {
  background-color: #209199;
  width: 85px;
  height: 32px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.metting_list_table > tbody > .def_mettinglist_body > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(1),
.metting_list_table > thead > .def_mettinglist > td:nth-child(1) {
  width: 88px !important;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(2),
.metting_list_table > thead > .def_mettinglist > td:nth-child(2) {
  text-align: center;
  padding-left: 16px;
  width: 448px;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(3),
.metting_list_table > thead > .def_mettinglist > td:nth-child(3) {
  width: 124px !important;
}

.metting_list_table > thead > .def_mettinglist > td:nth-child(4),
.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(4) {
  width: 192px !important;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(5) {
  width: 120px !important;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(6) {
  width: 124px;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(6) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.metting_list_table > tbody > .def_mettinglist_body > td:nth-child(2) > div {
  display: flex;
}

.metting_list_table
  > tbody
  > .def_mettinglist_body
  > td:nth-child(2)
  > div
  > div:nth-child(1),
.metting_list_table
  > tbody
  > .def_mettinglist_body
  > td:nth-child(2)
  > div
  > div:nth-child(3) {
  width: 192px;
  text-align: start;
}

.metting_list_table
  > tbody
  > .def_mettinglist_body
  > td:nth-child(2)
  > div
  > div:nth-child(2) {
  width: 64px;
}

.meeting_utilbox {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px;
  margin-top: 50px;
  height: 32px;
}

.meeting_utilbox > .search_box {
  display: flex;
  justify-content: center;
  width: calc(100% - 76px);
}

.meeting_utilbox > .search_box > input {
  border: 1px solid #e3e3e3;
  width: 220px;
  height: 100%;
  padding: 0px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 400;
}

.meeting_utilbox > .search_box > div {
  margin-left: 19px;
  background-color: #209199;
  width: 76px;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.complete_btn {
  background-color: #ffffff !important;
  border: 1px solid #dfdfdf;
  color: #dfdfdf !important;
}

/*
#=========================================#
|               미팅관리 끝                |
#=========================================#
*/

.dash_borad_content {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
}

.dashborad_obj {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.dashborad_objtop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dashborad_term {
  display: flex;
  align-items: center;
}

.term_input {
  border: 1px solid #e3e3e3;
  width: 128px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

.dashborad_title {
  /* width: 100px; */
  height: 36px;
  padding: 0px 16px;
  border-bottom: 2px solid #209199;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.dashborad_term > div:nth-child(2) {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashborad_obj_bottom {
  display: flex;
  align-items: center;
  width: 100%;
  height: 128px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.dashborad_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 100%;
  flex-direction: column;
}

.borad_detail_title {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 700;
}

.borad_detail_content {
  font-size: 30px;
  font-weight: 700;
}

.dashborad_contour {
  border-right: 1px solid #f4f4f4;
  height: 80px;
}

.borad_excelbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 48px;
}

.board_excelbtn {
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  height: 40px;
  border-radius: 4px;
}

/*
#=========================================#
|               대시보드 끝                |
#=========================================#
*/

/* 공통으로 쓰일수있는것 */
.flex_1 {
  flex: 1;
}

.font_12-400 {
  font-size: 12px;
  font-weight: 400;
}

.font_12-700 {
  font-size: 12px;
  font-weight: 700;
}

.font_14-400 {
  font-size: 14px;
  font-weight: 400;
}

.font_14-700 {
  font-size: 14px;
  font-weight: 700;
}

.font_24-700 {
  font-size: 24px;
  font-weight: 700;
}

.display_flex {
  display: flex;
}

.flex_column {
  flex-direction: column;
}

.center {
  justify-content: center;
  align-items: center;
}

.menu_text {
  font-size: 12px;
  font-weight: 700;
  color: #888888;
}

.textbox_size {
  width: calc(100% - 22px);
  padding: 0px 11px;
}

.main_box {
  /* max-width: 1500px; */
  /* max-height: 1000px; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.margin_top10 {
  margin-top: 10px;
}

/* 
버튼 기본 css 정리 
넓이 높이는 쓰는만큼 지정해서 사용
*/
.default_btncss {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #209199;
  border-radius: 4px;
  cursor: pointer;
}

.default_cancelbtncss {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  background-color: #dbdbdb !important;
  border-radius: 4px;
  cursor: pointer;
}

.default_whitebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #209199;
  border: 2px solid #209199;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

/* IE */
select::-ms-expand {
  display: none;
}

.suppot_selectbox {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.def_border {
  border: 1px solid #f4f4f4;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 8px;
  margin: 12px 8px;
}

::-webkit-scrollbar-thumb {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  background-color: #d9d9d9;
  /* width: calc(100% - 6px); */
  background-clip: content-box;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 10px;
}

.admin_content {
  height: 100vh;
}

.image_prebtn,
.image_nextbtn {
  background-color: #d4d7d8;
  border-radius: 50%;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.image_prebtn {
  left: 0;
  top: 45%;
}

.image_nextbtn {
  right: 0;
  top: 45%;
}

a {
  text-decoration: none;
  color: #000000;
}

.append_file_priview,
.append_file_acquisition {
  max-height: 100px;
  overflow: auto;
}

.file_appnedbox {
}

.support_company_modal {
  /* display: flex; */
}

.modalform > .modal_result_supportcom {
  width: calc(840px - 40px);
  height: calc(486px - 40px);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 11;
  flex-direction: column;
  padding: 20px;
}

.modal_result_supportcom > .modal_support_companytitle {
  margin: 16px;
}

.modal_result_supportcom > .modal_support_companytable {
  width: calc(100% - 36px);
  flex: 1;
  margin: 16px;
  margin-bottom: 32px;
}

.modal_support_companytable > .modal_support_comsubtitle {
}

.modal_result_supportcom
  > .modal_support_companytable
  > .modal_support_table_box {
  height: 100%;
  width: calc(100% - 36px);
  max-height: 192px;
  margin-top: 16px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}

.modal_support_table_box > table {
  width: 100%;
  max-height: 192px;
}

.modal_supportaccept_box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
}

.modal_supportaccept_box > div {
  width: 200px;
  height: 48px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 36px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal_support_table_box > table > thead > tr {
  height: 43px !important;
}

.modal_support_table_box > table > tbody > tr > td:nth-child(1),
.modal_support_table_box > table > thead > tr > td:nth-child(1) {
  padding-left: 16px;
}

.modal_support_table_box > table > thead > tr:nth-child(2) > td,
.modal_support_table_box > table > thead > tr:nth-child(2) {
  height: 1px !important;
}

.modal_support_table_box > table > thead > tr:nth-child(2) > td:nth-child(1),
.modal_support_table_box
  > table
  > thead
  > tr:nth-child(2)
  > td:nth-last-child(1) {
  border-bottom: none;
}

.modal_support_table_box > table > thead > tr:nth-child(2) > td {
  border-bottom: 1px solid #f4f4f4;
}

.modal_support_table_box
  > table
  > thead
  > tr:nth-child(2)
  > td
  > .modal_horizonleft {
  width: 212px;
  /* margin-left: 16px; */
  border-bottom: 1px solid #f4f4f4;
}

.modal_support_table_box
  > table
  > thead
  > tr:nth-child(2)
  > td
  > .modal_horizonright {
  width: 128px;
  margin-right: 20px;
  border-bottom: 1px solid #f4f4f4;
}

/* .modal_support_table_box > table > tbody > tr:nth-child(1) > td{
  border-top: 1px solid #f4f4f4;
} */

.modal_support_table_box > table > thead > tr > td,
.modal_support_table_box > table > tbody > tr > td {
  width: 128px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 400px;
}

.modalsupport_body > tr > td:nth-child(1),
.modal_support_table_box > table > thead > tr:nth-child(1) > td:nth-child(1) {
  text-align: start !important;
}

.modal_company_name {
  width: 212px;
}

.supportfiles_modal {
  cursor: pointer;
}

.disabled_input {
  background-color: #efefef;
}

.user_defimage {
  background-color: #209199;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.userimage_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

/* 지원 현황 */

.technical_tablebox > .business_status_table {
  width: 100%;
}

.business_status_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.business_status_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.business_status_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.business_status_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.business_status_table > tbody > tr > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.business_status_table > tbody > tr > td:nth-child(1),
.business_status_table > thead > tr > td:nth-child(1) {
  width: 72px !important;
}

.business_status_table > tbody > tr > td:nth-child(2) {
  text-align: start;
  padding-left: 16px;
}

.business_status_table > tbody > tr > td:nth-child(3),
.business_status_table > thead > tr > td:nth-child(3) {
  width: 132px !important;
}

.business_status_table > thead > tr > td:nth-child(4),
.business_status_table > tbody > tr > td:nth-child(4) {
  width: 116px !important;
}

.business_status_table > tbody > tr > td:nth-child(5) {
  width: 116px !important;
}

.business_status_table > tbody > tr > td:nth-child(5) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.business_status_table > tbody > tr > td:nth-child(4) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.ck-widget__type-around__button_before,
.ck-widget__type-around__button_after {
  display: none;
}

/* .text-huge{
  font-size: 1.8em;
}

.text-big {
  font-size: 1.4em;
} */

.image_modal {
  /* display: flex !important; */
}

.modal_image_preview {
  height: 800px;
  min-width: 500px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 10;
}

.modal_image_preview > img {
  height: 100%;
  width: 100%;
}

.notice_table > tbody > tr,
.technical_table > tbody > tr,
.user_list_table > tbody > tr {
  cursor: pointer;
}

body {
  overflow-y: scroll;
}

.loadingtab {
  background-color: #4e4e4e8a;
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display: none;
}

.loadingtab > img {
}

.detail_btnbox {
  margin-bottom: 100px;
}

.research_acceptbtn {
  width: 230px;
  height: 70px;
  background-color: #219199;
  border-radius: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #ffffff;
}

.research_userinfobox > .userinput > .userinput_inputbox > input,
.research_userinfobox2 > .userinput > .userinput_inputbox > input,
.research_equipinfo
  > .research_equipinfoobj
  > .userinput
  > .userinput_inputbox
  > input,
.research_equipinfo2 > .userinput > .userinput_inputbox > input {
  border-bottom: 1px solid #f4f4f4;
}

.equip_object {
  margin-bottom: 32px;
}

.research_equipinfoobj > .equip_infoobj {
  border-bottom: 1px solid #f4f4f4;
}

/* 추가 디자인 변경 내용 */
.use_equipment_content {
  margin-top: 50px;
  color: var(--ck-color-base-text);
  display: flex;
  flex-wrap: wrap;
}

.use_equipment_images {
  margin-right: 50px;
  width: 400px;
  display: flex;
  flex-direction: column;
}

.equipment_image {
  width: 400px;
  height: 300px;
}

.equipment_image > img {
  width: 100%;
  height: 100%;
}

.use_equipment_content_detail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 450px);
}

.use_equipment_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.use_equipment_eng_title {
  font-size: 20px;
  margin-bottom: 40px;
}

.use_equipment_sub_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.use_equipment_table {
  margin-bottom: 40px;
}

.use_equiptment_table_column {
  display: flex;
  /*
  height: 50px;
  */
}

.use_equiptment_table_column > div {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
}

.table_column_name {
  background: #eeeeee;
  width: 110px;
  align-items: center;
  display: flex;
}

.table_column_data {
  flex-grow: 1;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  width: calc(100% - 110px);
}

.use_price_table {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}

.use_price_table_title {
  display: flex;
  height: 50px;
  background: #eeeeee;
}

.use_price_table_content {
  display: flex;
  height: 50px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.use_price_table_title_item_1 {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.use_price_table_title_item_2 {
  width: calc(100% - 450px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.default_input_text {
  width: 100%;
  border: none;
  font-size: 14px;
  outline: none;
}

.text_center {
  text-align: center;
}

.default_textarea {
  width: 100%;
  border: none;
  outline: none;
  overflow: hidden;
  resize: none;
}

.image_upload_btn {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #209199;
  border-radius: 4px;
  color: #ffffff;
  margin: 0 auto;
}

.use_equipment_image_list {
  margin-bottom: 40px;
}

.equipment_image_size {
  width: 400px !important;
  height: 300px !important;
  display: none;
}

.equip_btn {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #209199;
  border-radius: 4px;
  color: #ffffff;
  margin-left: auto;
  cursor: pointer;
}

.use_cost_add_btn_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  gap: 20px;
}

.use_cost_add_btn {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

#use_develop_company {
  outline: none;
  border: none;
}

.under_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 48px;
  margin-bottom: 64px;
}

.under_box > div {
  display: flex;
  gap: 20px;
}

.under_box > div > .greenBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209199;
  width: 77px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.under_box > div > .grayBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbdbdb;
  width: 77px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.img_cancel_btn {
  width: 30px;
  height: 30px;
  position: relative;
  left: 370px;
  bottom: 300px;
  cursor: pointer;
  display: none;
}

/* 크롬, 사파리, 엣지에서 숫자 증감 버튼 제거 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 파이어폭스에서 숫자 증감 버튼 제거 */
input[type="number"] {
  -moz-appearance: textfield;
}

.table_detail_btn {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.supportCastCk > .text_title {
  margin-top: 40px;
  font-size: 20px;
}

.supportCastCk > .text_main {
  margin-top: 20px;
  width: 100%;
  height: 320px;
}

.supportCastTopBox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.supportCastTopItem {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: flex;
}

.supportCastTopItemName {
  width: 110px;
  padding: 20px 15px;
  font-size: 13px;
  word-break: keep-all;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #eeeeee;
}

.supportCastTopItemContent {
  width: calc(100% - 170px);
  padding: 20px 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 18px;
  font-weight: bold;
  font-size: 14px;
}

.supportCastTopInput {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  align-items: center;
  border: none;
  outline: none;
}

.supportBottomBox {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.supportBottomBox > div {
  margin: 0 !important;
}

.personal_tab_box {
  padding: 20px;
}

.personal_item,
.conference_item {
  border-radius: 5px;
  background: #209199;
  display: flex;
  padding: 20px 24px;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: calc(300px - 48px);
}

.conference_tab_box,
.conference_join_tab_box,
.conference_create_tab_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-bottom: 50px;
}

.conference_item_detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  font-weight: bold;
}

.conference_item_title {
  font-size: 14px;
}

.conference_item_speaker {
  font-size: 12px;
}

.conference_item_btn {
  line-height: 24px;
  border-radius: 5px;
  border: 2px solid #209199;
  color: #209199;
  display: flex;
  padding: 20px 24px;
  gap: 12px;
  font-size: 14px;
  font-weight: bold;
  font-weight: bold;
  width: calc(300px - 52px);
  justify-content: center;
}

.conference_item_btn path {
  fill: #209199;
}

.conference_input_item {
  width: 300px;
}

.conference_room {
  margin: 0 auto;
  padding-top: 35px;
  min-width: 1700px;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.conference_room_left {
  width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conference_title {
  width: 100%;
  height: 64px;
  border-radius: 5px;
  background-color: #209199;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conference_room_right {
  width: 600px;
}

.conference_video_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.conference_video_main {
  width: 1000px;
  height: 600px;
  border-radius: 5px;
  background: #404040;
  position: relative;
}

.conference_video_small_list {
  display: flex;
  height: calc(100vh - 760px);
  gap: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  flex-wrap: wrap;
}

.conference_video_small_item {
  width: 320px;
  height: 200px;
  border-radius: 5px;
  background: #404040;
}

.conference_video_small_item.select_video {
  width: 312px;
  height: 192px;
  border: 4px solid #219199;
}

.conference_video_small_item.select_video > video {
  width: 100%;
  height: 100%;
}

.conference_video_small_item > video {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

#show_selectvideo {
  width: 100%;
  height: 100%;
  transform: scaleX(-1) !important;
}

#show_selectvideo:fullscreen {
  transform: scaleX(-1) !important;
}

#show_selectvideo:-webkit-full-screen {
  /* Safari 및 WebKit 기반 브라우저 */
  transform: scaleX(-1) !important;
}

.conference_room_btn_list {
  display: flex;
  justify-content: space-between;
  color: #219199;
  font-size: 14px;
  font-weight: bold;
}

.conference_room_btn {
  width: 180px;
  height: 60px;
  gap: 12px;
  border-radius: 5px;
  border: 2px solid #219199;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conference_chat_send_box {
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
}

.conference_chat_uploadfile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #219199;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}

.conference_chat_input_area {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  width: 468px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.conference_chat_send_btn {
  color: #219199;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.conference_chat_list {
  height: calc(100vh - 255px);
  margin: 36px 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
}

.conference_chat_item {
  display: flex;
}

.conference_chat_file {
  display: flex;
  width: 100%;
}

.conference_chat_file > img {
  width: 70%;
  border-radius: 8px;
}

#chat_explain {
  border: none;
  outline: none;
  width: 420px;
}

#chat_explain::placeholder {
  color: #cccccc;
  /* 원하는 색상으로 변경 */
  opacity: 1;
  /* 투명도 조절 (0~1) */
}

.conference_chat_profile {
  width: 28px;
  height: 28px;
}

.conference_chat_userinfo {
  width: calc(180px - 80px);
  display: flex;
  gap: 16px;
  line-height: 28px;
  padding: 0 40px;
}

.conference_chat_username {
  font-size: 14px;
  display: flex;
  min-width: 45px;
}

.conference_chat_explain {
  width: 320px;
  font-size: 14px;
  line-height: 28px;
}

.ck-widget__selection-handle,
.ck-widget__resizer {
  display: none;
}

.content > .detail_fileinfo {
  display: flex;
}

.content > .detail_fileinfo > .detail_file {
  width: 60px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 20px;
}

.content > .detail_fileinfo > .detail_fileselbox {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.content > .detail_fileinfo > .detail_fileselbox > div:nth-child(1),
.content > .detail_fileinfo > .detail_fileselbox > a:nth-child(1) {
  margin-top: 0px;
}

.content > .detail_fileinfo > .detail_fileselbox > div,
.content > .detail_fileinfo > .detail_fileselbox > a {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  cursor: pointer;
  padding: 2px 0px;
}

.customer_tbody > tr > td:nth-child(2) {
  width: auto !important;
}

.conference_titleleft {
  display: flex;
  gap: 14px;
  align-items: center;
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}

.conference_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

.conference_titleleft > svg {
  margin-top: 4px;
  margin-left: 24px;
}

.videocontrolbox {
  display: flex;
  position: absolute;
  bottom: 15px;
  gap: 15px;
  left: 15px;
  align-items: center;
}

.videocontrolbox > div {
  height: 24px;
  cursor: pointer;
}

.sound {
  display: flex;
  align-items: center;
}

.sound > input {
  display: none;
}

.sound:hover input {
  display: flex;
}

#volumeControl {
  margin-left: 10px;
}

#volumeControl {
  -webkit-appearance: none;
  /* 기본 브라우저 스타일 제거 */
  appearance: none;
  width: 100px;
  height: 10px;
  background: #ffffff;
  /* 그래디언트 배경 */
  border-radius: 5px;
  outline: none;
}

#volumeControl:hover {
  background: #ffffff;
  /* 호버 시 색상 변경 */
}

#volumeControl::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #209199;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}

#volumeControl::-moz-range-thumb:hover {
  background: #209199;
}

#volumeControl::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #209199;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}

#volumeControl::-webkit-slider-thumb:hover {
  background: #209199;
  /* 핸들 호버 시 색상 변경 */
}

.report_modal {
  width: calc(100vw - 332px);
  padding-left: 332px;
  height: 100vh;
  background: #333333a8;
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow-y: scroll;
}

.report_modal_content {
  width: 1300px;
  height: 90vh;
  margin: auto;
  margin-top: 5vh;
  background-color: white;
  overflow-y: auto;
  padding: 20px;
  border-radius: 10px;
  z-index: 1001;
}

.vote_content {
  gap: 24px;
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  padding-top: 9px;
}

.vote_content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(74px - 40px);
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background-color: #209199;
  color: #ffffff;
  border-radius: 8px;
  max-width: calc(300px - 48px);
  padding: 20px 24px;
  cursor: pointer;
  text-align: center;
}

.Company_information_tablebox {
  width: calc(100% - 40px);
  /* height: 475px; */
  margin: 0px 20px;
  margin-top: 40px;
  /* max-height: 475px; */
}

.Company_information_tablebox > .Company_information_table {
  width: 100%;
}

.Company_information_table > thead {
  height: 36px;
  max-height: 36px;
  /* border-bottom: 1px solid #e4e4e4; */
}

.Company_information_table > thead > tr > td {
  height: 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.Company_information_table > tbody > tr:nth-child(1) {
  height: 32px;
  margin-top: auto;
}

.Company_information_table > tbody > tr:nth-child(1) > td {
  padding-top: 16.5px;
}

.Company_information_table > tbody > tr > td {
  /* width: 150px; */
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.Company_information_table > tbody > tr > td:nth-child(1),
.Company_information_table > thead > tr > td:nth-child(1) {
  width: 72px !important;
  min-width: 72px;
}

.Company_information_table > tbody > tr > td:nth-child(2) {
  text-align: start;
  padding-left: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 459px;
}

.Company_information_table > tbody > tr > td:nth-child(3),
.Company_information_table > thead > tr > td:nth-child(3) {
  width: 132px !important;
  /* min-width: 132px; */
}

.Company_information_table > thead > tr > td:nth-child(4),
.Company_information_table > tbody > tr > td:nth-child(4) {
  width: 116px !important;
  /* min-width: 116px; */
}

.Company_information_table > tbody > tr > td:nth-child(5) {
  width: 86px !important;
  /* min-width: 86px; */
}

.Company_information_table > tbody > tr > td:nth-child(6) {
  width: 118px;
  /* min-width: 118px; */
}

.Company_information_table > tbody > tr > td:nth-child(3) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.Company_information_table > tbody > tr > td:nth-child(4) > div {
  width: 100px;
  height: 32px;
  background-color: #209199;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

.businessfilebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.businessfilename {
  font-size: 14px;
  font-weight: 500;
}

.add_businessfile {
  width: calc(100% - 84px);
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.add_businessfile > input {
  display: none;
}

.add_businessfile > label {
  width: calc(100% - 24px);
  height: 40px;
  background: #ffffff;
  color: #209199;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border: 1px solid #209199;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  max-width: 100%;
}

.add_businessfile > label > div {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.add_businessfile > div {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 프린트 시 actions 및 버튼 클래스 숨김 */
@media print {
  .actions {
    display: none !important;
  }
  .btnbox {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  .primary {
    display: none !important;
  }
  .secondary {
    display: none !important;
  }

  /* report 프린트 시 왼쪽/오른쪽 메뉴 숨김 */
  body.print-mode .left_menu_bar,
  body.print-mode .right_menu_bar {
    display: none !important;
  }

  /* print-mode일 때 content를 전체 너비로 */
  body.print-mode .content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px !important;
    margin: 0 !important;
  }

  /* print-mode일 때 main_content 조정 */
  body.print-mode .main_content {
    min-width: auto !important;
  }

  /* report 최적화 */
  body.print-mode .report {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* 엑셀 업로드 버튼 스타일 */
.excel_upload_btn {
  background-color: #209199 !important;
  margin-left: 15px;
}

.excel_upload_btn:hover {
  background-color: #209199 !important;
}

/* 엑셀 처리 로딩 오버레이 */
.excel_loading_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.excel_loading_box {
  background: white;
  padding: 40px 60px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.excel_loading_spinner {
  width: 60px;
  height: 60px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: excel_spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes excel_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.excel_loading_text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.excel_loading_progress {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
