.homepage {

  width: 1200px;

  margin: 0 auto;

}



.chief {

  display: flex;

  margin: 50px 0 30px;

  justify-content: flex-end;

  position: relative;

}

@media screen and (min-width:768px) {
  
  .catNav{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #21292E;
    overflow-y: hidden;
  }

  
  /* .catNav::-webkit-scrollbar {
    width: 4px;
  }
  
  .catNav::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 2px;
  }
  
  .catNav::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
  } */
  
  .catNav h4{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 15px 10px;
  }
  
  .catNav a{
    padding: 15px 10px;
  }

  .catNav .lokMore{
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  

}




.homBan {

  width: calc(100% - 300px);

  position: relative;

}



.homBan img {

  display: block;

  width: 100%;

}



.nominate {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px 30px;

}



.nominate li {

  position: relative;

}



.nominate a,

.nominate img {

  display: block;

  width: 100%;

}



.indust {

  margin: 70px 0;

}



.indust h3 {

  margin: 0 0 25px;

  text-align: center;

  position: relative;

  color: #002F48;

  font-size: 30px;

}



.indust h3::after {

  content: '';

  display: block;

  width: 100%;

  height: 1px;

  background: #002F48;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  margin: auto;

}



.indust h3 span {

  padding: 5px 10px;

  background: #fff;

  display: inline-block;

  position: relative;

  z-index: 1;

}



.indList {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

}



.indList a {

  display: block;

  transition: .4s;

}



.indList a:hover {

  box-shadow: 0 0 6px #ccc;

}



.indList a .indMg {

  overflow: hidden;

}



.indList a .indMg img {

  display: block;

  width: 100%;

  transition: .4s;

}



.indList a:hover img {

  transform: scale(1.1);

}



.indList h5 {

  text-align: center;

  padding: 15px 10px;

  color: #002F48;

  font-size: 16px;

  text-decoration: underline;

  box-sizing: border-box;

}



.why {

  margin: 0 0 35px;

}



.why li {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 50px;

  margin: 80px 0 0;

  align-items: center;

}



.why li:nth-child(even) .whyTxt {

  order: 3;

}



.whyMg {

  border-radius: 10px;

  overflow: hidden;

}



.whyMg img {

  display: block;

  width: 100%;

}



.why h3 {

  font-size: 32px;

  color: #333;

}



.why h3 span {

  color: #204E92;

}



.why p {

  font-size: 18px;

  margin: 25px 0 0;

}



.why h4 {

  font-size: 28px;

}



.toCont {

  width: 90%;

  margin: 0 auto;

}



.toCont a {

  display: flex;

  justify-content: center;

}



.toCont img {

  display: block;

  max-width: 100%;

}



.know {

  margin: 40px 0 55px;

}



.know h3 {

  font-size: 30px;

  margin: 0 0 35px;

}



.knowList {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

}



.knowList li {

  background: #fff;

  transition: .4s;

}



.knowList li:hover {

  box-shadow: 0 0 6px #ccc;

}



.konMg {

  overflow: hidden;

}



.konMg img {

  display: block;

  width: 100%;

  transition: .4s;

}



li:hover .konMg img {

  transform: scale(1.1);

}



.konTxt {

  padding: 20px 0;

}



.konTxt h5 {

  text-align: center;

  font-size: 18px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  overflow: hidden;

}



.konTxt a {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 20px auto;

  gap: 10px;

  width: 210px;

  height: 50px;

  background: #00AEF3;

  font-size: 16px;

  color: #fff;

  font-weight: bold;

}



.konTxt a img {

  display: block;

  width: 26px;

}



@media screen and (max-width:1280px) {


  .catNav a,
  .catNav h4{
    padding: 10px;
  }


  .homepage {

    width: 90%;

  }



  .homBan {

    width: calc(100% - 270px);

    position: relative;

  }



  .indust {

    margin: 40px 0;

  }



  .indust h3 {

    margin: 0 0 15px;

    font-size: 26px;

  }



  .why li {

    gap: 30px;

    margin: 30px 0 0;

  }



  .why h3,

  .know h3 {

    font-size: 24px;

  }



  .why h4 {

    font-size: 20px;

  }



  .why p {

    font-size: 16px;

    margin: 15px 0 0;

  }



  .konTxt a {

    margin: 20px auto;

    width: 190px;

    height: 40px;

    font-size: 15px;

    font-weight: 300;

  }





}





@media screen and (max-width:1024px) {



  .homBan {

    width: calc(100% - 190px);

  }



  .why li {

    grid-template-columns: repeat(1, 1fr);

  }



  .why li:nth-child(even) .whyTxt {

    order: 0;

  }



  .knowList {

    gap: 15px;

  }



  .konTxt h5 {

    font-size: 16px;

  }



  .why p {

    font-size: 15px;

    margin: 10px 0 0;

  }



  .why h3,

  .know h3 {

    font-size: 22px;

  }



  .know h3 {

    margin: 0 0 20px;

  }





}





@media screen and (max-width:768px) {



  .chief {

    flex-wrap: wrap;

    margin: 20px 0 15px;

  }



  .chief>div {

    width: 100%;

  }



  .indList {

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

  }



  .nominate {

    display: grid;

    grid-template-columns: repeat(1, 1fr);

    gap: 15px;

  }



  .indust h3 {

    margin: 0 0 10px;

    font-size: 20px;

  }



  .indList h5 {

    padding: 10px;

    font-size: 14px;

  }



  .knowList {

    grid-template-columns: repeat(1, 1fr);

  }



}
