body.SearchPage section.section_mainpicture.jumbotron {
  background-image: url("../img/search/searchpage_(1920x1080).jpg");
}

@media (max-width: 575px) {
  body.SearchPage section.section_mainpicture.jumbotron {
    margin-top: 52px;
    /*background-size: auto 50%;*/
  }
}

body.SearchPage .ekko-lightbox-nav-overlay a:last-child span {
  color: #FF920B;
}

body.SearchPage .ekko-lightbox-nav-overlay a {
  text-decoration: none;
}

body.SearchPage .ekko-lightbox-nav-overlay a span {
  color: #FF920B;
}

body.SearchPage .ekko-lightbox-nav-overlay a {
  text-decoration: none;
}

body.SearchPage section.section_contents .container {
  margin-top: 108px;
  max-width: 75vw;
}

body.SearchPage section.section_contents .container .menu .leftmenu a {
  text-decoration: none;
}

body.SearchPage section.section_contents .container .menu .leftmenu a h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 80%;
  font-size: 18px;
  color: #525252;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-bottom: 3px;
  transition: 0.5s;
  cursor: pointer;
}

body.SearchPage section.section_contents .container .menu .leftmenu a h5:hover {
  text-decoration: none;
  color: #FF920B;
}

body.SearchPage section.section_contents .container .innertext .title h3 {
  color: #DD5411;
  margin-bottom: 45px;
  line-height: 40px;
}

body.SearchPage section.section_contents .container .innertext .date h6 {
  color: rgba(82, 82, 82, 0.8);
  margin-bottom: 50px;
}

body.SearchPage section.section_contents .container .innertext .subtitle h5 {
  color: rgba(66, 90, 56, 0.7);
  margin-bottom: 15px;
  line-height: 26px;
}

body.SearchPage section.section_contents .container .innertext .text p {
  line-height: 30px;
  color: #525252;
}

body.SearchPage section.section_contents .container .innertext .text p .green {
  color: #425a38b3;
  font-weight: bold;
}

body.SearchPage section.section_contents .container .innertext .tablebox {
  font-size: 12px;
}

body.SearchPage section.section_contents .container .innertext .tablebox .touchbox {
  cursor: pointer;
  transition: 0.5s;
}

body.SearchPage section.section_contents .container .innertext .tablebox .touchbox:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  transform: translate(-2px, -2px);
}

body.SearchPage section.section_contents .container .innertext .tablebox .itemname {
  display: flex;
  width: 100%;
  background: #525252;
  color: white;
  overflow-wrap: break-word;
}

body.SearchPage section.section_contents .container .innertext .tablebox .itemname .item1 {
  width: 100%;
  padding: 3px 5px 3px 5px;
  font-size: 16px;
  text-align: center;
  width: calc(100%);
  line-height: 23px;
  overflow: hidden;
  overflow-wrap: break-word;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table1 {
  color: #525252;
  display: flex;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item1, body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item2 {
  width: 100%;
  width: calc(100%);
  line-height: 23px;
  overflow: hidden;
  overflow-wrap: break-word;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item1 {
  flex: 15%;
  padding: 5px 0;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item1 img {
  width: 100%;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item2 {
  flex: 85%;
  padding: 5px 5px;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table2 {
  color: #525252;
  background: rgba(191, 191, 192, 0.5);
  display: flex;
  width: 100%;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item1, body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item2 {
  width: 100%;
  width: calc(100%);
  line-height: 23px;
  overflow: hidden;
  overflow-wrap: break-word;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item1 {
  flex: 15%;
  padding: 5px 0;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item1 img {
  width: 100%;
}

body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item2 {
  flex: 85%;
  padding: 5px 5px;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber {
  margin-top: 100px;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox {
  display: flex;
  justify-content: center;
  list-style: none;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox li + li {
  margin-left: 15px;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepPrev, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .Prev, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dotted, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .Next, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepNext {
  list-style: none;
  font-size: 16px;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepP {
  padding: 10px 10px;
  color: #525252;
  background: transparent;
  transition: 0.5s;
  border: 1px solid rgba(191, 191, 192, 0.5);
  cursor: pointer;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepP:hover {
  background: #525252;
  color: #FF920B;
  border: 1px solid transparent;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepN {
  padding: 10px 10px;
  color: #525252;
  background: transparent;
  transition: 0.5s;
  border: 1px solid rgba(191, 191, 192, 0.5);
  cursor: pointer;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepN:hover {
  background: #525252;
  color: #FF920B;
  border: 1px solid transparent;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .P, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .N {
  padding: 10px 20px;
  color: #525252;
  background: transparent;
  transition: 0.5s;
  border: 1px solid rgba(191, 191, 192, 0.5);
  cursor: pointer;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .P:hover, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .N:hover {
  background: #525252;
  color: #FF920B;
  sborder: 1px solid transparent;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dottedline {
  padding: 10px 20px;
  color: #525252;
  cursor: pointer;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dottedline:hover {
  background: #525252;
  color: #FF920B;
  text-decoration: none;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item.active a {
  background: #525252;
  color: #FF920B;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item {
  list-style: none;
  font-size: 16px;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item:hover a {
  background: #525252;
  color: #FF920B;
  text-decoration: none;
}

body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .Num {
  padding: 10px 13px;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
  color: #525252;
  border: 1px solid rgba(191, 191, 192, 0.5);
}

body.SearchPage section.section_contents .container .innertext .project {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  flex-wrap: nowrap;
}

body.SearchPage section.section_contents .container .innertext .project .searchname {
  margin-top: 12px;
  color: #BFBFC0;
}

body.SearchPage section.section_contents .container .innertext .project .searchname h5 {
  font-size: 16px;
}

body.SearchPage section.section_contents .container .innertext .project .selectproject {
  margin-top: 3px;
  border: 1px solid rgba(82, 82, 82, 0.3);
}

body.SearchPage section.section_contents .container .innertext .project .selectproject select {
  color: #525252;
  border: 1px solid transparent;
  border-radius: 0;
  width: 86px;
  font-size: 14px;
  background-color: transparent;
}

@media (max-width: 1440px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber {
    margin-top: 60px;
  }
}

@media (max-width: 1440px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox li + li {
    margin-left: 10px;
  }
}

@media (max-width: 1440px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepP {
    margin-left: 0;
  }
}

@media (max-width: 1440px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  body.SearchPage section.section_contents .container {
    max-width: 90vw;
    margin-top: 52px;
  }
}

@media (max-width: 991px) {
  body.SearchPage section.section_contents .container {
    margin-top: 52px;
  }
}

@media (max-width: 991px) {
  body.SearchPage section.section_contents .container .menu {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  body.SearchPage section.section_contents .container .menu .leftmenu a h5 {
    border-bottom: 3px solid transparent;
    width: unset;
    padding-left: 0;
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  body.SearchPage section.section_contents .container .menu .leftmenu a h5:hover {
    border-bottom: 3px solid #FF920B;
  }
}

@media (max-width: 768px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox li + li {
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container {
    margin-top: 41px;
    max-width: 80vw;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .menu {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .menu .leftmenu a h5 {
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item1, body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item1 {
    flex: 20%;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item2, body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item2 {
    flex: 80%;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox li + li {
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .P, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .N {
    padding: 10px 5px;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dottedline {
    padding: 10px 5px;
  }
}

@media (max-width: 575px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dottedline .Num {
    padding: 10px 13px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container {
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item1, body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item1 {
    flex: 20%;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .tablebox .table1 .item2, body.SearchPage section.section_contents .container .innertext .tablebox .table2 .item2 {
    flex: 80%;
    line-height: 19px;
    height: 45px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepP, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .stepN, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .P, body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .N {
    padding: 8px 8px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .dottedline {
    padding: 10px 5px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .Num {
    padding: 8px 8px;
  }
}

@media (max-width: 360px) {
  body.SearchPage section.section_contents .container .menu .leftmenu a h5 {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  body.SearchPage section.section_contents .container .innertext .Pagenumber .pagebox li + li {
    margin-left: 2px;
  }
}

