@charset "utf-8";
@import url(mobile.css);

.snb {
  height: 60px;
  font-size: medium;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  background: #4F4F4F;
  margin-bottom: 30px;
}
.snb .snb-con {
  width: 100%;
  height: 100%;
  margin: auto;
}
.snb a {
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
}
.snb a.on, 
.snb a:hover {
  background: #fff;
  color: #17AF71;
}
main {}
main .m-con {
  padding: 20px;
  margin: auto;
}
main .tabs {
  width: 100%;
  height: auto;
  overflow: hidden;
}
main .tab-menu {
  width: 90%;
  height: 50px;
  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: 50px;
  box-sizing: border-box;
  background: #fff;
  
  font-size: 16px;
  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: auto;
  text-align: center;
}
main .con p {
  margin-top: 100px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
main .con section {
  height: 100%;
  margin-bottom: 50px;
}
main .con img {
  width: 100%;
}
  