.categoryField {
  display: flex;
  width: 100%;
  gap: 36px;
  justify-content: space-between;
  align-items: flex-end; }

.categoriesListField {
  width: 1024px;
  max-width: 90vw; }
  .categoriesListField_header {
    margin: 0; }
  .categoriesListField_btn {
    font-size: 20px;
    color: #222;
    display: inline-block;
    background-color: #eeeeee;
    padding: 6px 12px; }
  .categoriesListField_body {
    background-color: #eeeeee;
    padding: 12px; }

.categoryPanels_header {
  padding-bottom: 12px; }

.panels {
  display: flex;
  gap: 12px;
  width: 356px; }

.panel {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 80px;
  width: 80px;
  padding: 6px;
  text-align: center;
  text-decoration: none; }
  .panel-all {
    background-color: #78b208;
    border: solid 2px #78b208; }
    .panel-all:hover {
      background-color: white;
      color: #78b208; }
  .panel-envy {
    background-color: #6f635b;
    border: solid 2px #6f635b; }
    .panel-envy:hover {
      background-color: #6f635b;
      background-color: white;
      color: #6f635b; }
  .panel-grays {
    background-color: #614937;
    border: solid 2px #614937; }
    .panel-grays:hover {
      background-color: #614937;
      background-color: white;
      color: #614937; }
  .panel-louver {
    background-color: #555555;
    border: solid 2px #555555; }
    .panel-louver:hover {
      background-color: #555555;
      background-color: white;
      color: #555555; }

.caseList {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.caseBox {
  position: relative;
  width: 33%;
  padding: 1%;
  margin-bottom: 24px;
  position: relative; }
  .caseBox_titleWrap {
    text-decoration: none; }
  .caseBox_title {
    font-size: 24px;
    text-align: left;
    color: #614937;
    margin-bottom: 24px;
    text-decoration: none;
    overflow: hidden;
    min-height: 3em;
    max-height: 3em; }
    .caseBox_title:hover {
      opacity: 0.7; }
  .caseBox_imgLink {
    display: block;
    padding-bottom: 24px; }
    .caseBox_imgLink:hover {
      opacity: 0.7; }
  .caseBox:hover .caseBox_dataBox {
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 24px; }
  .caseBox_taxonomies {
    display: flex;
    flex-wrap: wrap;
    max-height: 4.2em;
    overflow-y: hidden;
    align-items: flex-start;
    margin-bottom: 24px;
    min-height: 4.2em;
    overflow: hidden;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 0;
    max-height: 4.2em; }
    .caseBox_taxonomies .taxonomy_item {
      margin-right: 6px;
      margin-bottom: 6px; }
  .caseBox_detailLink {
    padding: 12px 6px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #614937;
    text-decoration: none; }
    .caseBox_detailLink:hover {
      opacity: 0.7; }
    .caseBox_detailLink:after {
      display: block;
      content: " ";
      background-image: url("../arr_brw.png");
      width: 42px;
      height: 29px; }
    .caseBox_detailLink:before {
      display: block;
      content: " ";
      background-image: url("../parper.png");
      width: 25px;
      height: 26px; }
  .caseBox_text {
    color: #614937;
    width: calc( 100% - 73px ); }
  .caseBox_dataBox {
    display: none;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3); }
    .caseBox_dataBox:after {
      position: absolute;
      bottom: 6px;
      right: 6px;
      display: block;
      content: " ";
      background-image: url("../arr.png");
      width: 60px;
      height: 12px; }

.taxonomy_data {
  border-radius: 0; }

@media screen and (max-width: 980px) {
  .categoryField {
    flex-wrap: wrap;
    padding: 12px; }

  .caseBox {
    width: 48%;
    padding: 1%; } }
@media screen and (max-width: 750px) {
  .caseBox {
    width: 100%;
    padding: 1%; } }
.categoriesListField .taxonomy_data {
  padding: 6px; }
.categoriesListField .taxonomy_link {
  font-size: 14px;
  text-decoration: none;
  color: black;
  background: white;
  padding: 6px; }
.categoriesListField .taxonomy_link-act {
  background-color: yellow; }

/*# sourceMappingURL=plusStyle.css.map */
