body.ReportPage section.section_mainpicture.jumbotron {
  background-image: url("../img/credit/checklist/checklist_(1920x1080).jpg");
}

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

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

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

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

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

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

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

body.ReportPage 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.ReportPage section.section_contents .container .menu .leftmenu a h5:hover {
  text-decoration: none;
  color: rgba(82, 82, 82, 0.8);
}

body.ReportPage section.section_contents .container .menu .leftmenu a .active {
  color: #FF920B;
}

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

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

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

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

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

body.ReportPage section.section_contents .container .innertext .project {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

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

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

body.ReportPage section.section_contents .container .innertext .project .selectproject {
  margin-top: 3px;
}

body.ReportPage section.section_contents .container .innertext .project .selectproject select, body.ReportPage section.section_contents .container .innertext .project .selectdate select {
  color: #525252;
  border: 1px solid #FF920B;
  margin-right: 20px;
  width: 86px;
  font-size: 14px;
  background-color: white;
}

/* Update */

body.ReportPage section.section_contents .container .innertext .project .keywordSearch .box {
  margin-right: 20px;
}

body.ReportPage section.section_contents .container .innertext .project .keywordSearch .box input {
  width: 110px;
  padding: 2px 0px;
  color: #525252;
  border: 1px solid #FF920B;
  text-indent: 3px;
}

body.ReportPage section.section_contents .container .innertext .project .keywordSearch .box input::-webkit-input-placeholder {
  font-size: 14px;
}

body.ReportPage section.section_contents .container .innertext .project .button {
  background-color: #FF920B;
  padding: 5px 20px;
  border: none;
  color: white;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition: 0.1s;
}

body.ReportPage section.section_contents .container .innertext .project .button:hover {
  background-color: #c67107;
}

/* Update */

body.ReportPage section.section_contents .container .innertext .tablebox {
  font-size: 15px;
}

body.ReportPage section.section_contents .container .innertext .tablebox .itemname {
  display: flex;
  width: 100%;
  background: #525252;
  color: white;
}

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

body.ReportPage section.section_contents .container .innertext .tablebox .itemname .item1 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .itemname .item2 {
  flex: 60%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .itemname .item3 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline {
  text-decoration: none;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table1 {
  color: #525252;
  display: flex;
  width: 100%;
  padding: 10px 0 10px;
  transition: 0.1s;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table1:hover {
  background: #525252;
  color: #FF920B;
}

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

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table1 .item1 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table1 .item2 {
  flex: 60%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table1 .item3 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table2 {
  color: #525252;
  background: rgba(191, 191, 192, 0.5);
  display: flex;
  width: 100%;
  padding: 10px 0 10px;
  transition: 0.1s;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table2:hover {
  background: #525252;
  color: #FF920B;
}

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

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table2 .item1 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table2 .item2 {
  flex: 60%;
}

body.ReportPage section.section_contents .container .innertext .tablebox .tableline .table2 .item3 {
  flex: 20%;
}

body.ReportPage section.section_contents .container .innertext .Pagenumber {
  margin-top: 50px;
}

body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox {
  display: flex;
  justify-content: center;
}

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

body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item {
  list-style: none;
}

/* Update */

body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .page, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .symbol, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .totalpage, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .previouspage, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .nextpage {
  padding: 0px 10px;
}

/* Update */

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

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

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

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

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

body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .P:hover, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .N:hover {
  background: #525252;
  color: #FF920B;
  border: 1px solid transparent;
}

body.ReportPage section.section_contents .container .innertext .line hr {
  margin-top: 50px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}

body.ReportPage section.section_contents .container .innertext .line hr {
  margin-top: -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

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

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

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

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

/* Update */

@media screen and (max-width: 1343px) and (min-width: 1200px) {
  body.ReportPage section.section_contents .container .innertext .project .button {
    margin-top: 30px;
  }
}

/* Update */

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

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

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

@media (max-width: 991px) {
  body.ReportPage 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.ReportPage section.section_contents .container .menu .leftmenu a h5:hover {
    border-bottom: 3px solid #FF920B;
  }
}

@media (max-width: 768px) {
  body.ReportPage section.section_contents .container .innertext .project {
    display: initial;
  }
}

@media (max-width: 768px) {
  body.ReportPage section.section_contents .container .innertext .project .selectproject, body.ReportPage section.section_contents .container .innertext .project .selectdate {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  body.ReportPage section.section_contents .container .innertext .project .selectproject select, body.ReportPage section.section_contents .container .innertext .project .selectdate select {
    width: 113px;
  }
}

/* Update */

@media (max-width: 768px) {
  body.ReportPage section.section_contents .container .innertext .project .button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Update */

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

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

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

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

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

@media (max-width: 575px) {
  body.ReportPage section.section_contents .container .innertext .project .selectdate select {
    display: block;
    margin-bottom: 15px;
  }
}

/* Update */

@media (max-width: 575px) {
  body.ReportPage section.section_contents .container .innertext .project .button {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* Update */

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

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

/* Update */

@media (max-width: 575px) {
  body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .page, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .symbol, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .totalpage, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .previouspage, body.ReportPage section.section_contents .container .innertext .Pagenumber .pagebox .page-item .nextpage {
    padding: 0px 5px;
  }
}

/* Update */

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

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

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

