@charset "utf-8";

/* EP 랜딩페이지 */
.ep__top {
  margin-bottom: 6.4rem;
  text-align: center;
}
.ep__cate {
  display: inline-block;
  padding: 0.8rem 2rem;
  margin-bottom: 3.2rem;
  border-radius: 50rem;
  background-color: #0042a6;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}
.ep__title {
  font-size: 4.5rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.ep__title strong {
  font-weight: 700;
}
.ep01 {
  position: relative;
  padding: 10rem 0 !important;
  background: linear-gradient(180deg, #fff 20%, #d8e5fa 100%);
}
.ep01 .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ep01__img {
  position: relative;
  max-width: 62%;
  width: 82.8rem;
  margin-right: -6rem;
}
.ep01__sub-title {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.ep01__sub-title span {
  font-weight: 800;
}
.ep01__sub-title strong {
  font-weight: 800;
  color: #0042a6;
}
.ep01__title {
  margin-bottom: 2.2rem !important;
  font-size: 5.3rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.25;
  text-align: left !important;
}
.ep01__desc {
  font-size: 1.8rem;
  color: #4b5563;
  line-height: 1.5;
}
.ep01__desc strong {
  font-weight: 700;
}
.ep01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.8rem;
  height: 5.4rem;
  margin-top: 3.2rem;
  border-radius: 1rem;
  background-color: #0042a6;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  text-align: center;
}

.ep02__wrap {
  display: flex;
  gap: 5.6rem;
}
.ep02__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 36.4rem;
  gap: 1.2rem;
}
.ep02__tab {
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 1.2rem;
  background-color: #fcfcfd;
}
.ep02__tab-title {
  display: flex;
  align-items: center;
  position: relative;
  height: 6.4rem;
  padding: 0 2.2rem;
  padding-left: 5.8rem;
  font-size: 2.1rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: 0.24s;
}
.ep02__tab-title::before {
  position: absolute;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  content: "";
}
.ep02__tab-title::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 3rem;
  font-weight: 400;
  color: #9ca3af;
  transition: 0.24s;
  content: "\ea6e";
}
.ep02__tab.active .ep02__tab-title {
  background-color: #4588ed;
  color: #fff;
}
.ep02__tab-title::before {
  background-color: #4b5563;
  transition: 0.24s;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.ep02__tab.active .ep02__tab-title::before {
  background-color: #fff;
}
.ep02__tab.active .ep02__tab-title::after {
  color: #fff;
}
.ep02__tab.tab01 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab01.svg);
  mask-image: url(/html/images/landing/ep_tab01.svg);
}
.ep02__tab.tab02 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab02.svg);
  mask-image: url(/html/images/landing/ep_tab02.svg);
}
.ep02__tab.tab03 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab03.svg);
  mask-image: url(/html/images/landing/ep_tab03.svg);
}
.ep02__tab.tab04 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab04.svg);
  mask-image: url(/html/images/landing/ep_tab04.svg);
}
.ep02__tab.tab05 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab05.svg);
  mask-image: url(/html/images/landing/ep_tab05.svg);
}
.ep02__tab.tab06 .ep02__tab-title::before {
  -webkit-mask-image: url(/html/images/landing/ep_tab06.svg);
  mask-image: url(/html/images/landing/ep_tab06.svg);
}
.ep02__tab-con {
  padding: 1.8rem 2.2rem 2.2rem;
}
.ep02__tab-con > p {
  font-size: 1.8rem;
  color: #6b7280;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
.ep02__tab-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  gap: 0.6rem;
}
.ep02__tab-tag > span {
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  background: #d8e1ef;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0042a6;
  line-height: 1.38;
}
.ep02__right {
  flex-grow: 1;
  aspect-ratio: 86 / 58;
}

.ep03__tab {
  text-align: center;
}
.ep03__tab + .ep03__tab {
  margin-top: 6.4rem;
}
.ep03__top {
  position: relative;
  margin-bottom: 3.2rem;
}
.ep03__top::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eef0f2;
  content: "";
}
.ep03__top span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 4rem;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 600;
  color: #0042a6;
  line-height: 1.45;
}
.ep03__list {
  display: flex;
  gap: 3.2rem;
}
.ep03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  overflow: hidden;
  border: 1px solid #d1d5db;
  border-radius: 1.6rem;
}
.ep03__img {
  width: 100%;
  border-bottom: 1px solid #e7e9ec;
  aspect-ratio: 40 / 24;
}
.ep03__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ep03__con {
  flex-grow: 1;
  padding: 2.4rem 1.2rem;
  font-size: 2rem;
  color: #374151;
  line-height: 1.4;
}
.ep03__con strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.ep04 {
  background-color: #f9fafb;
}
.ep04__top {
  margin-top: -3.6rem;
  margin-bottom: 8rem;
  font-size: 2rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.5;
  text-align: center;
}
.ep04__top strong {
  text-wrap: 700;
}
.ep04__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ep04__line {
  display: flex;
  position: relative;
  gap: 6.4rem;
}
.ep04__line::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "remixicon";
  font-size: 3.2rem;
  font-weight: 400;
  color: #9ca3af;
  content: "\ea6e";
}
.ep04__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3.2rem);
  padding: 2.8rem 5rem;
  border: 1px solid #d1d5db;
  border-radius: 1.6rem;
  background: #fff;
  line-height: 1.45;
  text-align: center;
  gap: 0.6rem;
}
.ep04__item.after {
  border: none;
  background-color: #4588ed;
  color: #fff;
}
.ep04__title {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  color: #4b5563;
  gap: 0.8rem;
}
.ep04__desc {
  font-size: 1.8rem;
  color: #6b7280;
}
.ep04__item.after .ep04__title,
.ep04__item.after .ep04__desc {
  color: #fff;
}
.ep04__item.after .ep04__title::before {
  font-family: "remixicon";
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  content: "\eb7a";
}

.ep05 {
  border-bottom: 1px solid #d1d5db;
}
.ep05__wrap {
  display: flex;
  max-width: 118rem;
  margin: 0 auto;
}
.ep05__left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ep05__tr {
  display: flex;
  border-bottom: 1px dashed #abbfdc;
}
.ep05__tr.last {
  flex-grow: 1;
  border-bottom: none;
}
.ep05__th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 27rem;
  padding: 0.8rem 0;
  padding-right: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4b5563;
  line-height: 1.5;
}
.ep05__th.info span {
  display: inline-block;
  position: relative;
  padding-right: 2.4rem;
}
.ep05__th.info span::after {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/html/images/landing/ep_info.svg) no-repeat center center / contain;
  content: "";
}
.ep05__td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0.9rem 2.4rem 0.9rem 4rem;
  background-color: #f1f6fe;
  font-size: 1.8rem;
  color: #374151;
  line-height: 1.45;
  border-inline: 1px solid #c6d3e7;
}
.ep05__tr.last .ep05__td {
  border: 1px solid #c6d3e7;
  border-top: none;
  border-radius: 0 0 0 1.6rem;
}
.ep05__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  margin-left: 27rem;
  border: 1px solid #c6d3e7;
  border-bottom: none;
  border-radius: 1.6rem 0 0 0;
  background-color: #f1f6fe;
  font-size: 2.8rem;
  font-weight: 700;
  color: #374355;
  line-height: 1.5;
  text-align: center;
  gap: 1.6rem;
}
.ep05__check-wrap {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  gap: 0.2rem;
}
.ep05__check {
  position: relative;
  padding-left: 2.4rem;
}
.ep05__check::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-family: "remixicon";
  font-size: 1.8rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
  content: "\eb7a";
}
.ep05__notice {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  color: #6e89b2;
}
.ep05__btm {
  display: flex;
  flex-direction: column;
  padding-top: 2.4rem;
  margin-left: 27rem;
  gap: 0.3rem;
}
.ep05__info {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  color: #6e89b2;
  line-height: 1.45;
}
.ep05__info::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/html/images/landing/ep_info.svg) no-repeat center center / contain;
  content: "";
}

.ep05__right {
  display: flex;
  flex-direction: column;
  width: 43rem;
  padding: 6rem 4rem;
  border: 1px solid #c6d3e7;
  border-left: none;
  border-radius: 0 1.6rem 1.6rem 0;
}
.ep05__box {
  flex: 1 0 0;
}
.ep05__box:first-child {
  padding-bottom: 5rem;
}
.ep05__box:last-child {
  padding-top: 5rem;
  border-top: 1px dashed #d1d5db;
}
.ep05__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  gap: 0.8rem;
}
.ep05__list > li {
  display: flex;
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  color: #4b5563;
  line-height: 1.45;
}
.ep05__list > li::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #4b5563;
  content: "";
}
.ep05__list > li span {
  display: inline-block;
  min-width: 10rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .ep02__wrap {
    gap: 4rem;
  }
  .ep02__left {
    width: 32rem;
  }

  .ep04__line {
    gap: 5rem;
  }
  .ep04__item {
    width: calc(50% - 2.5rem);
    padding: 2.4rem;
  }
  .ep04__desc br {
    display: none;
  }
}

@media (max-width: 860px) {
  .ep02__wrap {
    flex-direction: column-reverse;
  }
  .ep02__left {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .ep02__tab {
    width: 100%;
  }

  .ep05__th {
    width: 22rem;
  }
  .ep05__top,
  .ep05__btm {
    margin-left: 22rem;
  }
  .ep05__right {
    width: 38rem;
  }
}

@media (max-width: 768px) {
  .ep__title {
    font-size: 3.6rem;
  }
  .ep__cate {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }

  .ep01 .layout {
    flex-direction: column;
    text-align: center;
    gap: 4.8rem;
  }
  .ep01__title {
    font-size: 4.8rem;
    text-align: center !important;
  }
  .ep01__link {
    margin: 3.2rem auto 0;
  }
  .ep01__img {
    max-width: 100%;
    margin: 0;
  }
  .ep01__img img {
    scale: 1.15;
  }

  .ep03__list {
    flex-direction: column;
  }
  .ep03__item {
    flex: 1 0 auto;
  }

  .ep04__line {
    flex-direction: column;
  }
  .ep04__line:not(:first-child) {
    padding-top: 4rem;
    margin-top: 2rem;
    border-top: 1px dashed #d1d5db;
  }
  .ep04__line:not(:first-child)::before {
    top: calc(50% + 2rem);
  }
  .ep04__item {
    width: 100%;
  }
  .ep04__line::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ep05__scroll {
    overflow-x: auto;
    padding-bottom: 4rem;
  }
  .ep05__wrap {
    min-width: 90rem;
  }
}

@media (max-width: 560px) {
  .ep04__top br {
    display: none;
  }
}

@media (max-width: 460px) {
  .ep01__title {
    font-size: 4.6rem;
  }
  .ep02 .ep__title br {
    display: none;
  }
}

/* 260422 보안세미나 랜딩페이지 */
.seminar260422 {
  max-width: 100%;
  width: 100rem;
  padding: 3rem 3rem 15rem;
  margin: 0 auto;
  background: #101935;
  text-align: center;
}
.seminar260422 .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seminar260422 .sec {
  max-width: 100%;
  width: 80rem;
  margin: 0 auto;
}
.seminar260422 .sec01 {
  padding: 10rem 0 14rem;
  text-align: center;
}
.seminar260422 .sec01__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem 0;
}
.seminar260422 .sec01__con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem;
  gap: 3.4rem 0;
}

.seminar260422 .sec02__table {
  margin-top: 8rem;
}
.seminar260422 .sec02__item {
  position: relative;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
.seminar260422 .sec02__item:last-child {
  border-bottom: none;
}
.seminar260422 .sec02__con {
  position: relative;
  z-index: 1;
}
.seminar260422 .sec02__time {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  color: #54d8ff;
  line-height: 1.75;
  gap: 1.6rem;
}
.seminar260422 .sec02__time span {
  flex-shrink: 0;
  min-width: 15rem;
}
.seminar260422 .sec02__program {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  gap: 1rem;
}
.seminar260422 .sec02__people-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.seminar260422 .sec02__people {
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  gap: 0.6rem;
}
.seminar260422 .sec02__people p {
  margin-top: 1px;
}
.seminar260422 .sec02__people + .sec02__people {
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
.seminar260422 .sec02__people strong {
  font-size: 1.5rem;
}
.seminar260422 .sec02__desc {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}
.seminar260422 .sec02__desc:last-child {
  margin-bottom: 1rem;
}
.seminar260422 .sec02__desc::before {
  position: absolute;
  top: 0.8rem;
  left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.seminar260422 .sec02__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24rem;
  height: 100%;
}
.seminar260422 .sec02__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
.seminar260422 .sec02__img::before {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: 24rem;
  height: 23.4rem;
  background: url(/html/images/seminar/260422/sec02_bg.png) no-repeat center center / contain;
  content: "";
}
.seminar260422 .sec02__img img {
  position: relative;
  z-index: 0;
}

.seminar260422 .sec03 {
  padding: 14rem 0 10rem;
}
.seminar260422 .sec03__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 7.4rem;
  gap: 1.8rem;
}
.seminar260422 .sec03__box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4rem;
  border: 1px solid #3d4d80;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  gap: 4rem;
}
.seminar260422 .sec03__box.offline::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 11.4rem;
  height: 10.7rem;
  background: url(/html/images/seminar/260422/sec03_offline.svg) no-repeat right top / contain;
  content: "";
}
.seminar260422 .sec03__img {
  flex-shrink: 0;
  width: 13rem;
}
.seminar260422 .sec03__con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.seminar260422 .sec04__con {
  margin-top: 3.6rem;
}
.seminar260422 .sec04__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5.4rem;
  gap: 2rem 0;
}
.seminar260422 .sec04__contact-title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 2.6rem;
  border-right: 1px solid #fff;
  font-size: 2.2rem;
  color: #54d8ff;
}
.seminar260422 .sec04__contact-title strong {
  margin-right: 0.6rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
.seminar260422 .sec04__contact-con {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 2.6rem;
  gap: .8rem 2.4rem;
}
.seminar260422 .sec04__contact-con > a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  gap: 1.2rem;
}

@media (max-width: 1024px) {
  .seminar260422 .sec03__box {
    flex-direction: column;
  }
  .seminar260422 .sec03__con {
    align-items: center;
  }
}

@media (max-width: 600px) {
  .seminar260422 .sec02__img {
    position: relative;
    bottom: -1.2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 21rem;
  }
  .seminar260422 .sec02__img img {
    object-position: center bottom;
  }
  .seminar260422 .sec03__box {
    padding: 3rem 2rem;
  }
  .seminar260422 .sec02__time span {
    width: 14rem;
  }
  .seminar260422 .sec02__program {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
