@charset "utf-8";
@import url(common.css);

main {}
main .m-con {
  width: 1020px;
  padding: 50px 0;
  margin: auto
}

main .box1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 20px 20px 0 0;
  font-size: large;
  letter-spacing: -0.5px;
  background: #17AF71;
  color: #eee;
}
main .box1 p {
  float: left;
}
main .box1 p:first-child {
  padding-left: 50px;
  margin-right: 10px;
  font-weight: 700;
}
main .box1 a {
  display: block;
  float: right;
  padding: 5px 10px;
  margin-top: 16px;
  margin-right: 20px;
  border-radius: 20px;
  
  line-height: 1;
  font-size: 16px;
  background: #fff;
  color: #17AF71;
}

main .box2 {
  width: 100%;
  height: 40px;
  border-left: solid 1px #17AF71;
  border-right: solid 1px #17AF71;
  box-sizing: border-box;
}
main .box2 .sch {
  float: left;
  display: block;
  height: 100%;
  width: 20%;
  padding-left: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  border-right: solid 1px #17AF71;
  color: #333;
}
main .box2 .search {
  float: left;
  display: block;
  height: 100%;
  width: 75%;
}
main .box2 button {
  height: 100%;
  width: 5%;
  float: right;
  color: #919191;
  background: transparent;
}

main .box3 {
  width: 100%;
  height: 40px;
  
  line-height: 40px;
  background: #919191;
}
main .box3 li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  
  text-align: center;
  font-size: small
}
main .box3 li:nth-child(1) i {color: #ccc;}
main .box3 li:nth-child(2) i {color: #ff0000;}
main .box3 li:nth-child(3) i {color: #ffc400;}
main .box3 li:nth-child(4) i {color: #187e00;}
main .box3 li:nth-child(5) i {color: #000000;}

main img {
  width: 100%;
  display: block;
  border: solid 1px #17AF71;
  border-top: 0;
  box-sizing: border-box
}

/*반응형*/
@media screen and (max-width:1280px) {
  main .m-con {
    width: 80%;
  }
}