@charset "utf-8";
@import url(common.css);

.snb {
  height: 200px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: -1px;
  background-color: #4F4F4F;
}
.snb .snb-con {
  width: 1020px;
  height: 100%;
  margin: auto;
}
.snb h2 {
  height: 120px;
  padding-top: 55px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.snb a {
  display: block;
  float: left;
  width: 20%;
  height: 80px;
  padding: 25px 0;
  line-height: 1.5;
  font-size: 20px;
  color: #c3c3c3;
  box-sizing: border-box;
  text-align: center;
}
.snb a.on, 
.snb a:hover {
  transform: translateY(-20px);
  border-bottom: solid 2px #ffffff;
  color: #fff;
}
main {}
main .m-con {
  width: 1020px;
  padding: 60px 0;
  margin: auto;
}
main .tabs {
  width: 100%;
  height: 2600px;
  overflow: hidden;
}
main .tab-menu {
  width: 60%;
  height: 60px;
  margin: auto;
  border: solid 2px #17AF71;
  border-radius: 50px;
  background: #17AF71;
  z-index: 1
}
main .tab-menu a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  background: #fff;
  
  font-size: 18px;
  font-weight: bold;
  color: #17AF71;
}
main .tab-menu a:first-child {
  border-right: solid 1px #17AF71;
  border-radius: 50px 0 0 50px
}
main .tab-menu a:last-child {
  border-left: solid 1px #17AF71;
  border-radius: 0 50px 50px 0
}

main .tab-menu a:hover,
main .tab-menu a.on {
  background: transparent;
  color: #fff;
}
main .con {
  height: 2540px;
  text-align: center;
}
main .con p {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2px;
}
main .con section {
  height: 100%;
  margin-bottom: 100px;
}

/*반응형*/
@media screen and (max-width:1280px) {
  main .m-con {
    width: 80%;
  }
  .snb .snb-con {
    width: 80%;
  }
}