/* 세미나 셍세 header */
.seminar_ViewTopBanner {
  display: flex;
  flex-direction: column;
  width: 100%;
/*   margin-top: 70px; */
  margin-bottom: 32px;
display:none;
}
/* .seminar_ViewTopBanner .ViewSeminarTitle {
  margin-bottom: 40px;
}
.seminar_ViewTopBanner .ViewSeminarTitle > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  justify-content: center;
}
.seminar_ViewTopBanner .ViewSeminarTitle > span p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewSeminarTitle > span p:nth-child(2) {
  opacity: 0.2;
}
.seminar_ViewTopBanner .ViewSeminarTitle > span p:last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewSeminarTitle h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  justify-content: center;
} */
.seminar_ViewTopBanner .ViewTopWrap {
  max-width: 960px;
  width: 100%;
  gap: 30px;
  height: 430px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.seminar_ViewTopBanner .ViewTopWrap .ViewTopBannerBg {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.seminar_ViewTopBanner .ViewTopWrap .ViewTopBannerBg img {
  max-width: 430px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText {
  display: flex;
  max-width: 466px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .textTitle > span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .textTitle > span p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .textTitle > span p:nth-child(2) {
  opacity: 0.2;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .textTitle > span p:last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .textTitle h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText {
  height: 100%;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li {
  display: flex;
  flex-direction: column;
/*   gap: 24px; */
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li span:first-child {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li span:last-child {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li:nth-child(2) span {
  display: block;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li:last-child span {
  display: block;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText button {
  display: flex;
  margin-top: 32px;
  width: 100%;
  height: 54px;
  background: #121619;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
}
.seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText button a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

@media screen and (max-width: 980px) {
  .ViewSeminarTitle {
    margin-bottom: 48px!important;
  }
}

@media screen and (max-width: 672px) {
  .seminar_ViewTopBanner .ViewSeminarTitle h2 {
    flex-direction: column;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: #121619;
  }
  .ViewSeminarTitle > span {
    font-size: 16px;
  }
  .seminar_ViewTopBanner {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo>div:last-child{
    margin-top: 28px!important;
  }
  .seminar_ViewTopBanner .ViewTopWrap .ViewTopBannerBg {
    height: 312px;
  }
  .seminar_ViewTopBanner .ViewTopWrap {
    flex-direction: column;
    align-items: center;
    height: 668px;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li {
    flex-direction: row;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li span:first-child {
    font-size: 16px;
    max-width: 73px;
    width: 100%;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li span:last-child {
    font-size: 16px;
    width: 100%;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText button {
    display: flex;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText {
    max-width: 430px;
    margin: 0;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul {
    height: 222px;
  }
  .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul li span:last-child {
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
  }
}
/* 세미나 셍세 header 끝 */
/* 상세 콘텐츠 */
.seminarBlogViewCont {
  width: 100%;
  margin-top: 0px;
}
.seminarBlogViewCont > .tabTrriger {
  display: flex;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #E7E8EA;
  margin: 0 auto 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  height: 100%;
  background: #fff;
  gap: 56px;
  margin-top: 0px;
}
.seminarBlogViewCont > .tabTrriger li {
  width: auto;
  border-bottom: 3px solid transparent;
}
.seminarBlogViewCont > .tabTrriger li.active, .seminarBlogViewCont > .tabTrriger li:hover {
  border-bottom: 3px solid #121619;
}
.seminarBlogViewCont > .tabTrriger li.active a, .seminarBlogViewCont > .tabTrriger li:hover a {
  color: #121619;
}
.seminarBlogViewCont > .tabTrriger li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #9FA4AB;
  padding: 16px 0 14px;
}
.seminarBlogViewCont .blogCont {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div {
  display: flex;
  flex-direction: row;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div {
/*   border-bottom: 1px solid #121619;
  padding-bottom: 48px; */
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div h3 {
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div div {
  display: block;
  width: 100%;
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div div > span {
  max-width: 780px;
  width: 100%;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div div > span h4 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  align-items: flex-start;
  letter-spacing: -0.01em;
  color: #121619;
  margin-bottom: 40px;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div div > span span {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child {
  margin-top: 72px;
}

.seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div > span {
  display: block;
/*   margin-right: 24px; */
  margin-bottom: 24px;
/*   padding: 40px; */
  box-sizing: border-box;
}


/* seminarViewInfo 끝 */


.seminarBlogViewCont .blogCont .seminarViewIntro > div {
  display: flex;
  flex-direction: row;
}

.seminarBlogViewCont .blogCont .seminarViewIntro > div h3 {
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div div {
  display: block;
  width: 100%;
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div div > span {
  max-width: 780px;
  width: 100%;
  
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div div > span h4 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  align-items: flex-start;
  letter-spacing: -0.01em;
  color: #121619;
  margin-bottom: 40px;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div div > span span {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}

/* 잠시체크 */



.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child {
  margin-top: 72px;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span {
  display: block;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 40px;
  box-sizing: border-box;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span {
  display: flex;
  flex-direction: row;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span:first-child p:first-child {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #F9F9FA;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span:first-child p:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #F9F9FA;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span.bioPrle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span.bioPrle span p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #F9F9FA;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span > span.bioPrle figure img {
  max-width: 112px;
  width: 100%;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span:nth-child(2n) {
  margin-right: 0;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.blackCard {
  width: 378px;
  height: 338px;
  background: #121619;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.blackCard > span:first-child {
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.grayCard {
  width: 378px;
  height: 338px;
  background: #F4F4F5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.grayCard span:first-child {
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.grayCard span p {
  color: #121619 !important;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar h3 {
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul {
  display: block;
  width: 100%;
  border-top: 1px solid #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #E7E8EA;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li:last-child {
  border: none;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:first-child {
  width: 20%;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:nth-child(2) {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:nth-child(2) p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:nth-child(2) p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewEvent {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
.seminarBlogViewCont .blogCont .seminarViewEvent h3 {
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #121619;
  padding-top: 48px;
  gap: 10px;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span > span {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span > span h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  margin-bottom: 12px;
      word-break: keep-all;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span > span span {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span > span span > p {
  display: block;
}
.seminarBlogViewCont .blogCont .seminarViewEvent > span > span > p {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewEvent figure {
  display: block;
  max-width: 239px;
  width: 100%;
  height: 159px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
.seminarBlogViewCont .blogCont .seminarViewEtc {
  display: flex;
  flex-direction: row;
  margin-top: 78px;
}
.seminarBlogViewCont .blogCont .seminarViewEtc h3 {
  max-width: 180px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  letter-spacing: -0.01em;
  color: #121619;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div {
  display: flex;
  background: #F9F9FA;
  padding: 24px;
  flex-direction: column;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div p {
  line-height: 160%;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div:first-child {
  display: flex;
  flex-direction: row;
  gap: 8px;
  border-radius: 12px 12px 0 0;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div:first-child span {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  word-break: keep-all;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div:last-child {
  border-radius: 0 0 12px 12px;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div:last-child span {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  word-break: keep-all;
}
.seminarBlogViewCont .blogCont .seminarViewEtc ul li div figure img {
  max-width: 24px;
  width: 100%;
}

@media screen and (max-width: 672px) {
  .seminarBlogViewCont .blogCont .seminarViewInfo > div {
    flex-direction: column;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div h3 {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div div > span h4 {
    font-size: 22px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div div > span span {
    font-size: 16px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div div > span.recommend {
    margin-top: 40px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div div > span.recommend > ul li {
    font-size: 16px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div {
    border-bottom: 0;
    padding-bottom: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div {
    justify-content: center;
  }
  .seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div > span.grayCard,
.seminarBlogViewCont .blogCont .seminarViewInfo > div:last-child div > span.blackCard {
    margin-right: 0;
    height: 286px;
  }
/*  seminarViewInfo 끝  */
  
  
  .seminarBlogViewCont .blogCont .seminarViewIntro > div {
    flex-direction: column;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div h3 {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div div > span h4 {
    font-size: 22px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div div > span span {
    font-size: 16px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div div > span.recommend {
    margin-top: 40px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div div > span.recommend > ul li {
    font-size: 16px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro>div:last-child{
    margin-top: 48px;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div {
/*     margin-top: 60px; */
    border-bottom: 0;
/*     padding-bottom: 20px; */
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div {
    justify-content: center;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.grayCard,
.seminarBlogViewCont .blogCont .seminarViewIntro > div:last-child div > span.blackCard {
    margin-right: 0;
    height: 286px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child {
    width: 100%;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child h4 {
    font-size: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:first-child {
    width: 100%;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar {
    flex-direction: column;
    margin-top: 0;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar h3 {
    margin-top: 22px;
    font-size: 22px;
    max-width: 100%;
    border-bottom: 1px solid #121619;
    padding-bottom: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:nth-child(2) {
    flex-direction: row;
    width: 100%;
    margin-top: 24px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child p {
    font-size: 12px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:last-child p:last-child {
    font-size: 12px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:nth-child(2) p:last-child {
    font-size: 12px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li span:first-child {
    font-size: 12px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent {
    flex-direction: column;
    position: relative;
    margin-top: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent h3 {
    margin-top: 22px;
    font-size: 22px;
    max-width: 100%;
/*     border-bottom: 1px solid #121619; */
/*     padding-bottom: 20px; */
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent > span {
    flex-direction: column;
    margin-top: 24px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent > span > span h4 {
    font-size: 26px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent > span > span span {
    margin-bottom: 24px;
    display: inline;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent > span > span > p {
    position: absolute;
    bottom: -30px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent figure {
    height: 191px;
    max-width: 100%;
  }
  .seminarBlogViewCont .blogCont .seminarViewEtc {
    flex-direction: column;
    margin-top: 48px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEtc h3 {
    margin-top: 22px;
    font-size: 22px;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul {
    padding-bottom: 0;
    border-bottom: none;
  }
  .seminarBlogViewCont .blogCont .seminarViewCalendar ul li:last-child {
    padding-bottom: 20px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEtc ul li div figure img {
    min-width: 24px;
  }
  .seminarBlogViewCont .blogCont .seminarViewEvent > span > span span > p {
    display: inline;
  }
}
/* 상세 콘텐츠 끝 */
/* Richtext 영역내 CSS설정  */
.textBox {
  line-height: 180%;
}
.textBox > div {
  font-size: 18px;
}
.textBox h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.textBox p{
  font-size: 18px;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: -0.01em;
}

.textBox p img{
  max-width: 732px;
  width: 100%!important;
}
.textBox span{
    line-height: 180%;
    letter-spacing: -0.01em;
}
.textBox h1{
  font-size: 24px;
    font-weight: 400px;
    line-height: 150%;
    letter-spacing: -0.01em;
}
.textBox h2{
  font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
}
.textBox img{
  max-width: 732px;
  margin-top: 18px;
}
.textBox a{
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}
.textBox a:hover{
    text-decoration: underline;
    color: #9673a9;
    font-weight: 600;
}

/* Richtext내 li 스타일 적용 */
.recommend {
  margin-top: 72px;
  background: #F9F9FA;
  border-radius: 16px;
  padding: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.recommend figure {
  margin-bottom: 5px;
}
.recommend > ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  gap: 5px;
}
.recommend > ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  align-items: center;
  letter-spacing: -0.01em;
  color: #121619;
  margin-left: 26px;
}
/* Richtext내 li 스타일 적용 끝*/
.event_hover{
  cursor: pointer;
}

/* 오른쪽 사이드 */
.asideForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: sticky;
  top: 100px;
}
.asideForm .startApply {
  box-sizing: border-box;
  display: block;
  padding: 30px;
  max-width: 220px;
  height: 220px;
  width: 100%;
  background: #9673A9;
  border-radius: 16px;
  margin-bottom: 16px;
}
.asideForm .startApply .applyWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.asideForm .startApply .applyWrap figure {
  display: block;
}
.asideForm .startApply .applyWrap figure img {
  max-width: 28px;
  width: 100%;
}
.asideForm .startApply .applyWrap u {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}
.asideForm .startApply .applyWrap h4 {
  margin-top: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.asideForm .startApply .applyWrap h4 p {
  display: block;
}
.asideForm .endApply {
  box-sizing: border-box;
  max-width: 220px;
  width: 100%;
  height: 220px;
  background: #FFFFFF;
  border: 1px solid #CFD1D5;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
}
.asideForm .endApply figure {
  display: block;
}
.asideForm .endApply figure img {
  max-width: 28px;
  width: 100%;
}
.asideForm .endApply div u {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #121619;
  margin-bottom: 19px;
}
.asideForm .endApply div span {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #121619;
}
.asideForm .endApply div span p {
  display: block;
}
.asideForm .downlodeAside {
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 32px;
  max-width: 220px;
  width: 100%;
  height: 240px;
  background: #465781;
  border-radius: 16px;
}
.asideForm .downlodeAside .popOpenClick {
  padding: 30px;
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  box-sizing: border-box;
}
.asideForm .downlodeAside .popOpenClick div h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.asideForm .downlodeAside .popOpenClick div div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.asideForm .downlodeAside .popOpenClick div div p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.asideForm .downlodeAside .popOpenClick div div img {
  max-width: 12px;
  max-height: 12px;
  height: 100%;
  width: 100%;
}
.asideForm .downlodeAside .popOpenClick figure {
  display: flex;
  justify-content: flex-end;
}
.asideForm .downlodeAside .popOpenClick figure img {
  max-width: 114px;
  width: 100%;
}
.asideForm .downloadModal {
background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    display: none;
    filter: drop-shadow(0 16px 25px rgba(0,0,0,.1)) drop-shadow(0 8px 10px rgba(0,0,0,.04));
    height: 534px;
    max-width: 580px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.asideForm .downloadModal .modalWrap {
  padding: 82px 61px;
}
.asideForm .downloadModal .modalWrap figure {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
.asideForm .downloadModal .modalWrap figure img {
  max-width: 32px;
  width: 100%;
}
.asideForm .downloadModal .modalWrap span h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #121619;
  margin-bottom: 16px;
}
.asideForm .downloadModal .modalWrap span div{
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #121619;
  flex-direction: column;
  width: 100%;
}


.asideForm .downloadModal .modalWrap form .no-list.hs-error-msgs.inputs-list ul{
width: 100%;
}

.asideForm .downloadModal .modalWrap form ul li {
  margin-bottom: 3px;
    margin-top: -10px;
  padding-left: 3px;
}

.asideForm .downloadModal .modalWrap form .hs-error-msg{
    color: #523d91;
    font-size: 12px;
    text-align: left;
}
.asideForm .notification {
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 32px;
  max-width: 220px;
  width: 100%;
  height: 240px;
  background: #9673A9;
  border-radius: 16px;
  padding: 30px;
}
.asideForm .notification > .notificationWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.asideForm .notification > .notificationWrap figure {
  display: block;
}
.asideForm .notification > .notificationWrap figure img {
  max-width: 28px;
  width: 100%;
}
.asideForm .notification > .notificationWrap div h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.asideForm .notification > .notificationWrap div span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

/* 폼영역 */
.Applyform{
    box-sizing: border-box;
    display: block;
    height: auto;
    margin-bottom: 32px;
    max-width: 220px;
    width: 100%;
}
.Applyform form{
  padding : 0!important;
}
.Applyform .input .hs-input[type="text" i] {
   color: #121619;
    font-size: 13px;
    height: 44px;
    line-height: 18.2px;
    margin-bottom: 0px!important;
    padding: 14px 12px!important;
    border: 1px solid #e7e8ea;
    width: 100%;
}
.Applyform .input .hs-input[type="email" i] {
   color: #121619;
    font-size: 13px;
    height: 44px;
    line-height: 18.2px;
    margin-bottom: 0px!important;
    padding: 14px 12px!important;
    border: 1px solid #e7e8ea;
    width: 100%;
}



.Applyform select, .Applyform select:focus {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 8px solid #f5f5f5!important;
    color: #121619;
    font-size: 13px;
    height: 44px;
    line-height: 18.2px;
    margin-bottom: 0!important;
    padding: 0px 0px 0px 0px!important;
    width: 100%;
    background-color: #f5f5f5!important;
}
.Applyform select:hover {
    border: 8px solid #e1e1e1!important;
    color: #121619;
    background-color: #e1e1e1!important;
}

.Applyform .input .hs-input:focus, .Applyform .input .hs-input:hover{
    border-color: #121619;
    outline: none;
    color: #121619;
}
.Applyform form .no-list.hs-error-msgs.inputs-list li{
  margin-bottom: 10px;
  margin-top: 0;
}
.Applyform form .no-list.hs-error-msgs.inputs-list li .hs-error-msg{
    color: #9672aa;
    font-size: 12px;
}

.Applyform form .hs-richtext{
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -1px;
    color: #121619;
}
.legal-consent-container{
    display: flex;
    flex-direction: column;
}
.legal-consent-container .hs-form-booleancheckbox-display input{
  height: 14px!important;
  width: auto!important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 0px!important;
  text-align:left;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p{
    font-size: 12px;
    color: #121619;
}
.actions .hs-button.primary.large{
  width: 100%;
}
/* 파일 다운로드 폼 */
.downloadModal form{
/*   min-width: 579px; */
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form form{
  width: 100%;
}


/* 폼 css 11.17*/
.Applyform .hs_cos_wrapper label{
  display: block;
  margin-bottom: 8px;
  margin-top: 6px;
}
.Applyform .hs_cos_wrapper label span{
  font-size: 14px;
}

.Applyform .hs_cos_wrapper .hs_q_a_event textarea{
  min-height: 100px;
}

.Applyform .hs_cos_wrapper .hs_inhr {
  margin-top: 10px;
}

.Applyform .hs_cos_wrapper .hs_inhr .input .inputs-list .hs-form-booleancheckbox label,
.Applyform .hs_cos_wrapper .hs_inhra .input .inputs-list .hs-form-booleancheckbox label{
  display: flex;
  align-items: center;
  gap: 16px;
}

.Applyform .hs_cos_wrapper .hs_inhr .input .inputs-list .hs-form-booleancheckbox label input,
.Applyform .hs_cos_wrapper .hs_inhra .input .inputs-list .hs-form-booleancheckbox label input{
  height: 20px;
  width: 20px;
  margin: 0!important;
}

.Applyform .hs_cos_wrapper .hs_inhr .input .inputs-list .hs-form-booleancheckbox label span,
.Applyform .hs_cos_wrapper .hs_inhra .input .inputs-list .hs-form-booleancheckbox label span{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #121619;
  text-decoration: none!important;
}


@media only screen and (max-width: 980px){
  .span12.widget-span.widget-type-cell.container{
    margin-bottom: 0!important;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form form{
    padding: 0 30px 0;
  }
  .asideForm .downloadModal{
    height: auto;
    box-shadow: 0 0 0 9999px rgb(0 0 0 / 50%);
  }
  .asideForm .downloadModal .modalWrap{
    padding: 50px 24px;
  }
  .body-container-wrapper{
    margin-top: 48px!important;
  }
  .seminarBlogViewCont .blogCont .seminarViewIntro>div:last-child div>span.blackCard,
  .seminarBlogViewCont .blogCont .seminarViewIntro>div:last-child div>span.grayCard{
    width: 100%;
    margin-right: 0;
  }
  .asideForm .notification,
  .asideForm .downlodeAside,
  .asideForm .endApply,
  .asideForm,
  .Applyform,
  .asideForm .startApply{
    max-width: 100%!important;
  }
  .seminarcontentViewWrap{
    flex-direction: column!important;
  }
  .seminarBlogViewCont > .tabTrriger {
    display: none;
  }
}

@media only screen and (max-width: 480px){
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form form{
    padding: 0;
  }
}

.actions .hs-button .primary .large{
  background: #666!important;
}
.actions .hs-button .primary .large:hover{
  background: #121619!important;
}

.asideForm * {
    font-family: 'Pretendard';
}

.asideForm .hs-button{
  background-color: #121619;
    font-size: 16px;
    font-weight: 700;  
    color: #ffffff;
    border-radius: 8px;
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
     align-items: center;
}

/* 신청폼 약관 */
.wrap_modal {display:none; position:fixed; width:100vw; height:100vh; top:0; left:0; z-index:9999999 }
.wrap_modal.on {display:block}
.wrap_modal .dim {display:none; width:100vw; height:100vh; background-color:rgba(0,0,0,.75); position:absolute }
.wrap_modal.on .dim {display:block}
.wrap_modal .btn_close {position:absolute; right:12px; top:12px; width:36px; height:36px; background:url(https://4570750.fs1.hubspotusercontent-na1.net/hubfs/4570750/HREVTALKS/Ep.02/ico_close.png) center center no-repeat; background-size:12px; cursor:pointer }
.wrap_modal div[class^="modal"] {display:none; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:640px; padding:32px; border-radius:8px; background-color:#ededed }
.wrap_modal div[class^="modal"].modal_privacy.on {display:block }
.wrap_modal div[class^="modal"].modal_marketing.on {display:block }
.wrap_modal div[class^="modal"] strong {font-size:24px; font-weight:600; line-height:34px; color:#222 }
.wrap_modal div[class^="modal"] dt {margin-top:12px; font-size:15px; font-weight:600; line-height:22px; color:#333 }
.wrap_modal div[class^="modal"] dd {padding-left:12px; font-size:15px; font-weight:normal; line-height:22px; color:#4e4e4e; position:relative }
.wrap_modal div[class^="modal"] dd:before {content:'-'; position:absolute; left:0; top:0; font-size:15px; font-weight:normal; color:#4e4e4e }

/* 본문 이미지 2단 양식 */
  .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap{display: flex; flex-wrap: nowrap; gap: 16px; margin: auto; flex-direction: row;}
  .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap .img_card{width: calc(50% - 8px); padding-bottom: 0px;}
  .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap .img_card img{width: 100%; margin-top: 0px;}
 
/* 본문 이미지 2단 세로로 줄세우기 및 모달 모바일뷰*/
  @media (max-width: 768px) {
    .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap{flex-wrap: wrap; gap: 16px;}
    .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap .img_card{width: 100%;}
    .seminarBlogViewCont .blogCont .seminarViewInfo>div div.hh_img_wrap .img_card.rev{order: -1;}
    .wrap_modal div[class^=modal] {width:85%}
  }

/* 모바일뷰 상단 이미지 잘림 방지 */
@media screen and (max-width: 672px){
    .seminar_ViewTopBanner .ViewTopWrap .ViewTopBannerBg {height: auto;}
    .seminar_ViewTopBanner .ViewTopWrap {height: 100%;}
    .seminar_ViewTopBanner .ViewTopWrap .bannerText .descriptionText ul {height: 100%;
}

/* 단어단위 줄바꿈 */
  .container section {word-break: keep-all;}