* {
  scroll-behavior: smooth;
}

.seminar-startups-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.seminar-startups-container * {
  letter-spacing: -0.04em;
}
.seminar-startups-container a:visited {
  color: inherit;
}
.seminar-startups-container b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  color: #fff;
}
.seminar-startups-container .blue {
  color: var(--accent-color);
}
.seminar-startups-container i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.seminar-startups-container .visual-section {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  overflow: hidden;
  top: 0;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 85px 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/user/img/seminar_startups/bg_seminar_visual.png);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/user/img/seminar_startups/bg_seminar_visual.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .visual-section {
    padding: 40px 0;
  }
}
.seminar-startups-container .visual-section .title-con * {
  text-align: center;
}
.seminar-startups-container .visual-section .title-con h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.seminar-startups-container .visual-section .title-con h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
.seminar-startups-container .content-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 120px 0 80px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
  background: linear-gradient(180deg, #222222 0%, #000000 100%);
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1039px) {
  .seminar-startups-container .content-section {
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.seminar-startups-container .content-section > div {
  width: 100%;
  max-width: 960px;
}
.seminar-startups-container .content-section .go-application-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar-startups-container .content-section .go-application-wrap * {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .go-application-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.seminar-startups-container .content-section .go-application-wrap p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .go-application-wrap p {
    font-size: 30px;
  }
}
.seminar-startups-container .content-section .go-application-wrap .btns {
  gap: 10px;
  width: 159px;
  height: 53px;
  font-size: 18px;
  font-weight: 700;
}
.seminar-startups-container .content-section .go-application-wrap .btns img {
  width: 18px;
}
.seminar-startups-container .content-section .subject-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 40px;
  background-image: url(/user/img/seminar_startups/bg_seminar_subject.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .subject-section {
    background-image: url(/user/img/seminar_startups/bg_seminar_subject_m.png);
    padding: 40px 20px;
    border-radius: 24px;
  }
}
.seminar-startups-container .content-section .subject-section .title-con .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .subject-section .title-con .title {
    font-size: 28px;
  }
}
.seminar-startups-container .content-section .subject-section .desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .subject-section .desc {
    font-size: 18px;
  }
}
.seminar-startups-container .content-section .kim-machine-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .kim-machine-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
    border-radius: 24px;
  }
}
.seminar-startups-container .content-section .kim-machine-wrap .img-con img {
  width: 180px;
}
.seminar-startups-container .content-section .kim-machine-wrap .text-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .kim-machine-wrap .text-con {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seminar-startups-container .content-section .kim-machine-wrap .text-con .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .kim-machine-wrap .text-con .title {
    font-size: 28px;
  }
}
.seminar-startups-container .content-section .kim-machine-wrap .text-con .desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .kim-machine-wrap .text-con .desc {
    font-size: 18px;
  }
}
.seminar-startups-container .content-section .seminar-guide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1039px) {
  .seminar-startups-container .content-section .seminar-guide-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .seminar-guide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.seminar-startups-container .content-section .seminar-guide-wrap .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 40px 30px;
  width: 100%;
  border-radius: 34px;
}
.seminar-startups-container .content-section .seminar-guide-wrap .box .title-con .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
.seminar-startups-container .content-section .seminar-guide-wrap .box .title-con .sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
}
.seminar-startups-container .content-section .seminar-guide-wrap .box .detail-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.seminar-startups-container .content-section .seminar-guide-wrap .box .detail-con p * {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
.seminar-startups-container .content-section .seminar-guide-wrap .outline {
  background: #0932C5;
}
.seminar-startups-container .content-section .seminar-guide-wrap .outline .detail-con p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seminar-startups-container .content-section .seminar-guide-wrap .outline .detail-con p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.seminar-startups-container .content-section .seminar-guide-wrap .outline .detail-con p span:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
}
.seminar-startups-container .content-section .seminar-guide-wrap .schedule {
  background: #5009C5;
}
.seminar-startups-container .content-section .seminar-guide-wrap .schedule .detail-con p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.seminar-startups-container .content-section .seminar-guide-wrap .schedule .detail-con p .time {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .seminar-guide-wrap .schedule .detail-con p span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .seminar-startups-container .content-section .seminar-guide-wrap .schedule .detail-con p span:nth-of-type(1) br {
    display: none;
  }
  .seminar-startups-container .content-section .seminar-guide-wrap .schedule .detail-con p span:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.seminar-startups-container .content-section .seminar-guide-wrap .schedule .notice {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
.seminar-startups-container .content-section .ment-wrap p {
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
}
.seminar-startups-container .content-section .ment-wrap p.m {
  display: none;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .content-section .ment-wrap p {
    font-size: 30px;
  }
  .seminar-startups-container .content-section .ment-wrap p.p {
    display: none;
  }
  .seminar-startups-container .content-section .ment-wrap p.m {
    display: block;
  }
}
.seminar-startups-container .write-application-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000D39));
  background: linear-gradient(180deg, #000000 0%, #000D39 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seminar-startups-container .write-application-section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.seminar-startups-container .write-application-section h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
.seminar-startups-container .write-application-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.seminar-startups-container .write-application-section form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 400px;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con label {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con input {
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con input[type=text] {
  background: #F4F6FB;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con input[type=submit] {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border: none;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con input[name=phone] {
  padding: 0 10px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 16px;
  font-family: "Pretendard Variable";
  color: var(--second-color);
  outline: none;
  background: #F4F6FB;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.seminar-startups-container .write-application-section form .form-wrap .input-con input[name=phone]:hover, .seminar-startups-container .write-application-section form .form-wrap .input-con input[name=phone]:focus {
  border: 1px solid var(--accent-color);
  outline: none;
}
.seminar-startups-container .bottom-section-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#application_closed_modal {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
}
#application_closed_modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
#application_closed_modal .application-closed {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 34px;
}
#application_closed_modal .application-closed * {
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 419px) {
  #application_closed_modal .application-closed {
    width: calc(100% - 40px);
  }
}
#application_closed_modal .application-closed .btn-close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F4F6FB;
  cursor: pointer;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #application_closed_modal .application-closed .btn-close:hover {
    background: #e0e4ed;
  }
}
#application_closed_modal .application-closed .btn-close:active {
  background: #e0e4ed;
}
#application_closed_modal .application-closed .btn-close img {
  width: 12px;
}
#application_closed_modal .application-closed .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #333333;
}
#application_closed_modal .application-closed .desc {
  font-size: 17px;
  font-weight: 600;
  line-height: 160%;
  color: #333333;
}
#application_closed_modal .application-closed .desc.blue {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  color: var(--accent-color);
}
#application_closed_modal .application-closed .btn-wrap {
  width: 100%;
}
#application_closed_modal .application-closed .btn-wrap .btn-event-other {
  width: 100%;
  height: 53px;
  font-size: 18px;
  font-weight: 700;
}

#seminar_pop {
  position: fixed;
  bottom: 20px;
  right: 90px;
  z-index: 999;
  width: 100%;
  max-width: 320px;
  display: none;
}
@media screen and (max-width: 767px) {
  #seminar_pop {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: calc(100% - 32px);
  }
}
#seminar_pop * {
  letter-spacing: -0.04em;
  text-align: center;
}
#seminar_pop a:visited, #seminar_pop a:link {
  color: inherit;
}
#seminar_pop b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  color: #fff;
}
#seminar_pop .blue {
  color: var(--accent-color);
}
#seminar_pop .seminar-startups-pop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px;
  width: 100%;
  color: #fff;
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(/user/img/seminar_startups/bg_seminar_pop.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/user/img/seminar_startups/bg_seminar_pop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#seminar_pop .close-wrap {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#seminar_pop .close-wrap .btn-seminar-close {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #seminar_pop .close-wrap .btn-seminar-close:hover {
    background: rgba(255, 255, 255, 0.25);
  }
}
#seminar_pop .close-wrap .btn-seminar-close:active {
  background: rgba(255, 255, 255, 0.25);
}
#seminar_pop .close-wrap #seminar_pop_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#seminar_pop .close-wrap #seminar_pop_close img {
  width: 10px;
  -webkit-filter: brightness(15);
          filter: brightness(15);
}
#seminar_pop .close-wrap #seminar_pop_close_1d {
  width: 119px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 999px;
}
#seminar_pop .title-con {
  width: 100%;
}
#seminar_pop .title-con .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
#seminar_pop .title-con .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
}
#seminar_pop .info-con p {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}
#seminar_pop .btn-wrap {
  width: 100%;
}
#seminar_pop .btn-wrap a {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}