/************
* webinar
*************/
.webinar-content {
  width: 100%;
  max-width: 1240px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .webinar-content {
    max-width: unset;
    min-width: unset;
    padding: 30px 20px;
  }
}
/***** list ******/
.webinar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
  margin-bottom: 60px;
}
.webinar_itemBox {
  background: #fff;
  color: var(--color-black);
  display: flex;
  gap: 0 30px;
  text-decoration: none;
  padding: 30px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .webinar_itemBox {
    gap: 15px 0;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.webinar_itemBox:hover {
  transform: translate(-3px, -5px);
  text-decoration: none;
}
.webinar_itemImg {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .webinar_itemImg {
    width: 100%;
  }
}
.webinar_itemImg img {
  width: 100%;
}
.webinar_itemInfo {
  width: calc(72% - 30px);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .webinar_itemInfo {
    width: 100%;
  }
}
.webinar_itemTitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .webinar_itemTitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.webinar_itemText {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .webinar_itemText {
    font-size: 15px;
  }
}


/***** detail ******/
.pageHeader._detail {
  background: unset;
  color: var(--color-black);
  margin-bottom: 0;
}
.webinarDetail-container .pageHeader-inner {
  padding: 60px 20px 0;
}
.webinarDetail-container .pageHeader-title {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .webinarDetail-container .pageHeader-title {
    text-align: left;
  }
}
.webinar-content._detail {
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .webinar-content._detail {
    padding: 50px 20px;
  }
}
.webinar-content._detail .section-img {
  text-align: center;
  margin-bottom: 30px;
}
.webinar-content._detail .section-img._mv {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .webinar-content._detail .section-img._mv {
    margin-bottom: 60px;
  }
}
.webinar-content._detail .section-text {
  text-align: left;
}
.webinar-content._detail .section-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .webinar-content._detail .section-title {
      font-size: 25px;
  }
}
.webinar-suggest .webinar-detail {
  text-align: center;
}
.webinarDetail-container .list-disc {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  margin-left: 0;
}
.webinarDetail-container .list-disc li {
  position: relative;
  list-style-type: none;
  padding-left: 14px;
	text-align: left;
}
.webinarDetail-container .list-disc li:before {
  position: absolute;
  background: var(--color-blue-04);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  left: 0;
  top: 13px;
  content: "";
}
.webinar_table {
  text-align: left;
  margin: 0 auto 60px;
  min-width: 900px;
}
@media screen and (max-width: 767px) {
  .webinar_table {
    min-width: unset;
    margin: 0 auto 30px;
    width: 100%;
  }
}
.webinar_table th, .webinar_table td {
  border: 3px solid var(--color-white);
  font-size: 18px;
  padding: 22px 30px;
}
.webinar_table th {
  background-color: var(--bg-blue);
  font-weight: 500;
}
.webinar_table td {
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .webinar_table th, .webinar_table td {
    font-size: 14px;
    padding: 15px;
  }
}
.webinar_link .btn {
  margin: 0 auto;
}

.webinar-speakers .webinar-content._detail {
  padding: 60px 20px 120px;
}
.webinar-speakers__list {
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
}
.webinar-speakers__list-item {
  background-color: var(--color-white);
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .webinar-speakers__list-item {
    padding: 20px 15px;
  }
}
.webinar-speakers_itemBox {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .webinar-speakers_itemBox {
    gap: 10px 0;
    flex-wrap: wrap;
  }
}
.webinar-speakers_itemImg {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .webinar-speakers_itemImg {
    order: 3;
    width: 100%;
  }
}
.webinar-speakers_itemImg img {
  margin: 0 auto;
}
.webinar-speakers_itemInfo {
  width: calc(70% - 24px)
}
@media screen and (max-width: 767px) {
  .webinar-speakers_itemInfo {
    display: contents;
  }
}
.webinar_itemCompany {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .webinar_itemCompany {
    order: 1;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.webinar_itemDivision {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .webinar_itemDivision {
    order: 2;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
  }
  .webinar_itemTitle {
    order: 4;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
  }
  .webinar_itemText {
    order: 5;
    font-size: 15px;
    width: 100%;
  }
}
