﻿.p-seminar-box:not(:first-of-type) {
  border-top: 1px solid #0017c1
}

.p-seminar-box .col_two {
  padding-top: 24px
}

.p-seminar-box .col_two .col:nth-child(2) {
  text-align: center
}

.p-seminar-box .col_two .col:nth-child(2) img {
  width: 50%
}

@media (min-width: 521px) and (max-width: 960px) {
  .p-seminar-box .col_two .col:nth-child(2) img {
    width: 80%
  }
}

@media (max-width: 520px) {
  .p-seminar-box .col_two .col:nth-child(2) img {
    width: 80%
  }
}

.p-seminar-box .col_two .col .title_xs {
  margin-top: 0 !important
}
.seminarbacknumberbox {
  width: 100%;
  border: none
}
.seminarbacknumberbox a {
  color: #1a1a1c;
  text-decoration: none
}
.backnumbermorebtn, .backnumberclosebtn {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  border: 2px solid #000082;
  color: #000082;
  padding: 16px;
  border-radius: 12px;
  transition: all .3s ease-out;
  box-sizing: border-box;
  text-decoration: none
}
.backnumbermorebtn:hover, .backnumberclosebtn:hover {
  background: #000082;
  color: #FFF
}
.seminarbody{
  width: 100%;
}
.seminarbody .col1{
  width: 20%;
  text-align:left;
  vertical-align:top;
}
.seminarbody td{
  padding: 5px 0;
}
