@charset "utf-8";

#top .top_bg {
  background-image: url(../images/seminar/bg_top.jpg);
}

#seminar {
  padding: 50px 0 100px;
}

#seminar .inner .desc {
  margin-bottom: 40px;
  line-height: 2;
}

#seminar .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

#seminar .flex .item {
  display: block;
  width: 350px;
  margin-right: 25px;
  margin-top: 50px;
  padding: 40px 25px 35px;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#seminar .flex .item:nth-child(3n) {
  margin-right: 0;
}
#seminar .flex .item:nth-of-type(-n + 3) {
  margin-top: 0;
}

#seminar .flex .item .thumb {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#seminar .flex .item .title {
  padding-bottom: 14px;
  margin-bottom: 21px;
  border-bottom: 2px solid #c9c9c9;
}
#seminar .flex .item .title .circle {
  display: block;
  width: 210px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 0 7px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 50px;
  margin-bottom: 13px;
  text-align: center;
}
#seminar .flex .item .title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

#seminar .flex .item .bottom {
  font-size: 14px;
  line-height: 1.714;
  font-weight: 400;
  text-indent: -20px;
  padding-left: 20px;
}
#seminar .flex .item .bottom img {
  vertical-align: -2px;
  margin-right: 7px;
}
#seminar .flex .item .bottom {
  margin-bottom: 10px;
}

#seminar .flex .item .time {
  margin-bottom: 20px;
}

#seminar .flex .item .bottom .reception {
  font-size: 12px;
  color: red;
}

#seminar .flex .item .detail {
  margin-top: 15px;
  text-align: center;
}

#seminar .flex .item .more {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-weight: 600;
  background: linear-gradient(90deg, #fed701, #fec001);
  transition: all 0.3s;
}

#seminar .flex .item .more:hover {
  color: rgb(0, 75, 182);
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  #seminar {
    padding: 50px 0;
  }

  #seminar .flex {
    display: block;
    margin-bottom: 50px;
  }

  #seminar .flex .item {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }
  #seminar .flex .item:nth-child(3n) {
    margin-right: 0;
  }
  #seminar .flex .item:nth-of-type(-n + 3) {
    margin-top: 35px;
  }
  #seminar .flex .item:first-child {
    margin-top: 0;
  }

  #seminar .flex .item .thumb {
    margin-bottom: 15px;
  }
  #seminar .flex .item .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #seminar .flex .item .title .circle {
    display: block;
    width: 210px;
    font-size: 13px;
    padding: 3px 0 4px;
    margin-bottom: 12px;
  }
  #seminar .flex .item .title h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  #seminar .flex .item .bottom {
    font-size: 12px;
    line-height: 1.6;
  }
  #seminar .flex .item .bottom img {
    vertical-align: -3px;
    margin-right: 7px;
  }
  #seminar .flex .item .bottom:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
