.cgal_list_item {
  border: 1px solid #CCCCCC;
  background-color: white;
  vertical-align: top;
  margin: 1rem;
  cursor: pointer;
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  .cgal_list_item {
    margin: auto;
    display: inline-block;
    width: calc(50% - 2rem - 4px);
    border: 1px solid #CCCCCC;
    background-color: white;
    vertical-align: top;
    margin-bottom: 4rem;
    cursor: pointer;
    border-radius: 0.3rem;
  }
}

.cgal_list_item .img_big {
  width: 100%;
  border-radius: 0.3rem 0.3rem 0 0;
}

.cgal_title {
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .cgal_title {
    padding: 4.5rem 1rem 2.5rem 0;
    font-size: 2.5rem;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .cgal_list {
    width: 1600px;
    display: inline-block;
    text-align: left;
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .cgal_list_item:nth-child(2n) {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .cgal_list_item:nth-child(2n-1) {
    margin-right: 2rem;
  }
}

.cgal_list_item_title_body {
  margin: 0 0.5rem;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .cgal_list_item_title_body {
    margin: 0 2rem;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }
}

.cgal_list_item_title_body img {
  height: 30px;
  margin-right: 0.3rem;
}

@media (min-width: 768px) {
  .cgal_list_item_title_body img {
    height: 50px;
    margin-right: 1rem;
  }
}

.cgal_list_item_title_body_detail {
  line-height: 2rem;
  overflow-y: hidden;
  text-align: left;
}

.cgal_list_item_title_body_detail .line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .cgal_list_item_title_body_detail {
    line-height: 2rem;
    height: 10rem;
  }
}

@media (min-width: 768px) {
  .cgal_list_item_title_body_detail .line_2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
  }
}

.cgal_list_item_title_body_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: large;
  font-weight: bold;
}

@media (min-width: 768px) {
  .cgal_list_item_title_body_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: x-large;
    font-weight: bold;
  }
}

.cgal_list_item:hover {
  box-shadow: 0 0.5rem 0.5rem 0 grey;
  transform: translate(-0.1rem, -0.15rem);
}

.cgal_title p {
  margin-bottom: 0;
}

.cgal_list_item_title_body_detail .line_2 {
  margin: 1rem 0.5rem;
}

@media (min-width: 768px) {
  .cgal_list_item_title_body_detail .line_2 {
    margin: 1rem 2rem 2rem 2rem;
  }
}

