.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

main > .tab-content .card .card-body .card-title {
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

main > .tab-content .card .card-body .card-title:hover {
  color: #009491;
}

main > .tab-content .card .card-body .card-text {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

.mobile_aside_block .btn {
  background: #009491;
  color: white;
}

.mobile_aside_block .btn:hover {
  background: #008481;
}

.pc_aside_block {
  border: 1px solid #d1d5db;
}

.item_block li {
  border-bottom: 1px solid #d1d5db;
}

.item_block li a {
  color: #4b5563;
}

.item_block li a:hover {
  color: #009491;
}

.item_block .keyword_search_btn {
  border: 1px solid #d1d5db;
  border-radius: 5px;
  cursor: pointer;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

main > .banner_block .slick-dots {
  bottom: 15px;
}

main > .tab_block {
  background-color: white;
}

main > .tab_block > .nav {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
}

main > .tab_block > .nav .nav-link {
  border: 0;
  background-color: transparent;
  border-radius: 5px;
}

main > .tab_block > .nav .nav-link:hover {
  background-color: #009491;
  color: white;
}

main > .tab_block > .nav .nav-link.active {
  color: white;
  background-color: #009491;
}

main > .tab_block > .select_block > span {
  color: #4b5563;
}

main > .tab_block > .select_block > select {
  width: 90px;
}

main > .tab-content .card > a {
  display: block;
}

main > .tab-content .card .card-body .kind {
  font-size: 0.9rem;
  line-height: 1.8;
}

main > .tab-content .card .card-body .kind a {
  color: #4b5563;
  text-decoration: underline;
}

main > .tab-content .card .card-body .kind a:hover {
  color: #009491;
}

main > .tab-content .card .card-body .profile {
  color: #4b5563;
}

main > .tab-content .card .card-body .card-title {
  -webkit-line-clamp: 999;
  line-height: 1.5;
}

main > .tab-content .card .card-body .card-title a {
  display: block;
  color: #4b5563;
}

main > .tab-content .card .card-body .card-title a:hover {
  color: #009491;
}

main > .tab-content .card .card-body .card-text {
  color: #4b5563;
  font-size: 0.9rem;
}

main > .tab-content .card .card-body > .company_block .name {
  font-size: 0.9rem;
}

main > .tab-content .card .card-body > .company_block > a img {
  min-width: 80px;
}

main > .tab-content .card .card-body > .company_block h3 a {
  display: block;
  color: #4b5563;
}

main > .tab-content .card .card-body > .company_block h3 a:hover {
  color: #009491;
}

main > .tab-content .card .card-body > .contact_block a {
  font-weight: bold;
  color: #4b5563;
}

main > .tab-content .card .card-body > .contact_block a:hover {
  color: #009491;
}

main > .tab-content .card .card-body > .contact_block a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0e0";
  margin-right: 10px;
}

main .btn-group .btn {
  border-color: #ccc;
}

main .btn-group .btn:hover {
  color: white;
  background-color: #009491;
}

main .btn-group .btn.active {
  color: white;
  background-color: #009491;
}
