.apply-program__content {
  padding-top: 117px;
}
.apply-cont__top {
  display: flex;
  gap: 22px;
  margin-bottom: 71px;
}

.apply-cont__topBox {
  position: relative;
  width: 50%;
  border: 2px solid #7E3399;
  flex: 1;
  /* height: 263px; */
  padding: 38px 16px 21px;
}
.apply-cont__topBox:nth-child(2) {
  border-color: var(--color-primary);
}
.apply-cont__topBox .cont__title {
  position: absolute;
  top: -17.5px;
  left: 18px;
  background: #fff;
  padding: 0 14px 0 19px;
}
.apply-cont__topBox .cont__title > span {
  display: inline-block;
  color: var(--color-primary);
  margin-left: 13px;
  font-size: 14px;
  letter-spacing: -0.21px;
  font-weight: bold;
}

/* slider */
.topBox__list.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
}
.topBox__list.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  /* padding: 5px 16px 0; */
  padding: 0;
  /*box-shadow: 6px 6px 15px #00000029;*/
}
.topBox__list .slick-list:focus {
  outline: none;
}
.topBox__list .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.topBox__list .slick-track,
.topBox__list .slick-list {
  transform: translate3d(0, 0, 0);
}
.topBox__list .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.topBox__list .slick-track:before,
.topBox__list .slick-track:after {
  content: "";
  display: table;
}
.topBox__list .slick-track:after {
  clear: both;
}
.topBox__list .slick-loading .slick-track {
  visibility: hidden;
}
.topBox__list .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.topBox__list.slick-initialized .slick-slide {
  display: block;
}
.topBox__list.slick-loading .slick-slide {
  visibility: hidden;
}
.topBox__list.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.topBox__list.slick-vertical .slick-slide:focus,
.topBox__list.slick-vertical .slick-slide:active,
.topBox__list.slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}
.topBox__list .slick-arrow.slick-hidden {
  display: none;
}
.topBox__list .slick-current {
  position: relative;
}

.topBox__list a {
  position: relative;
  display: flex;
  width: 100%;
  height: 36px;
	padding: 0 10px;
	letter-spacing: -.5px;
	justify-content: center;
	align-items: center;
  background: #fff;
  /*box-shadow: 6px 6px 15px #00000029;*/
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
/* .topBox__list li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 6px 6px 15px #00000029;
} */
.topBox__list li:last-child a {
  margin-bottom: 0;
}
.topBox__list--category {
  display: inline-flex;
  align-items: center;
  flex: 0 0 115px;
}
.topBox__list--indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--indicator-point-color);
}
.topBox__list--type {
  font-size: 14px;
  margin-left: 11px;
  color: #282828;
}
.topBox__list--date {
  flex: 0 0 150px;
  color: #6E6E6E;
  text-align: right;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 500;
}
.topBox__list--subject {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
  color: #282828;
  font-size: 14px;
  margin: 0 0 0 20px;
  letter-spacing: -0.14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Media Query -- */
@media (max-width: 1023px) {
  .apply-program__content {
    padding-top: 70px;
  }
  .apply-cont__top {
    flex-direction: column;
    gap: 35px;
    /* margin-bottom: 35px; */
  }

  .apply-cont__topBox {
    width: 100%;
    padding: 25px 16px 16px;
    flex-basis: 250px;
  }
  .apply-cont__topBox .cont__title {
    padding: 0 8px;
  }
  .apply-cont__topBox .cont__title > span {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .apply-program__content {
    padding-top: 50px;
  }
  .apply-cont__topBox .cont__title {
    font-size: 18px;
  }
  .apply-cont__topBox .cont__title > span {
    font-size: 10px;
    margin-left: 5px;
  }
  .topBox__list a {
    height: auto;
    flex-wrap: wrap;
    padding: 10px;
  }
  .topBox__list--category {
    flex: 0 0 100%;
  }
  .topBox__list--indicator {
    width: 5px;
    height: 5px;
    margin-top: -2px;
  }
  .topBox__list--type {
    font-size: 12px;
    margin-left: 5px;
  }
  .topBox__list--subject {
    font-weight: 500;
    margin: 10px 0 5px;
  }
  .topBox__list--date {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}




.apply-cont__tag {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
.apply-cont__tag .tag__list {
  display: flex;
  /* width: 100% !important;
  height: 129px; */
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.apply-cont__tag .tag-item {
  letter-spacing: -0.16px;
  font-weight: 500;
  color: var(--color-primary);
  background-color: #FAE7FF;
  border-radius: 8px;
  padding: 0 24px;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.2s;
}
.apply-cont__tag .tag-item.active,
.apply-cont__tag .tag-item:hover {
  background: var(--color-primary);
  color: #fff;
}
.apply-cont__tag .slider-button {
  --slider-button-size: 35px;
  --slider-path-size: 15px;
  --slider-path-color: #646464;
  --slider-side-space: 27px;
}

/* Media Query -- */
@media (max-width: 1023px) {
  .apply-cont__tag {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .apply-cont__tag .tag__list {
    padding: 0 40px;
    gap: 8px;
  }
  .apply-cont__tag .tag-item {
    padding: 0 15px;
    line-height: 27px;
    font-size: 14px;
  }
  .apply-cont__tag .slider-button-prev {
    left: 0;
  }
  .apply-cont__tag .slider-button-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .apply-cont__tag .tag__list {
    padding: 0 30px;
  }
  .apply-cont__tag .slider-button {
    --slider-button-size: 25px;
    --slider-path-size: 8px;
  }
}




/* 검색 */
.apply-cont__sch {
  padding: 32px 0;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  overflow: hidden;
  width: 100%;
}
.apply-cont__sch form {
  width: 100%;
  display: flex;
  align-items: center;
}
.apply-cont__sch::after {
  content: '';
  display: block;
  clear: both;
}
.apply-cont__sch .common__input--select {
  position: relative;
  float: left;
  width: auto;
  min-width: 130px;
  background: url(../../images/pages/menu__apply/v.png) no-repeat right center;
  color: #505050;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  font-family: 'NotoSans KR';
  letter-spacing: -0.2px;
  line-height: 26px;
  margin-right: 20px;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  border-radius: 0;
}
.apply-cont__sch .common__sch-box {
  flex: 1;
}
.apply-cont__sch .common__sch-box img {
  object-fit: contain;
}
@media (max-width: 1023px) {
  .apply-cont__sch {
    padding: 20px 0;
  }
  .apply-cont__sch form {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-cont__sch .common__input-box {
    width: 100%;
  }
  .apply-cont__sch .common__input--select {
    flex: 1;
    /* height: 35px;
    line-height: 35px; */
    border: 1px solid #d0d0d0;
    font-size: 15px;
    padding: 0 25px 0 8px;
    background: #fff url(../../images/common/ui/arrow-down.png) calc(100% - 10px) center no-repeat;
    background-size: 8px;
    border-radius: 3px;
    margin-right: 0;
  }
  .apply-cont__sch .common__sch-box {
    width: 100%;
    float: none;
    margin-top: 5px;
  }

  /* 리스트 */
  .content__table--list table tbody td.list-writer {
    grid-column: 2 / 4;
  }
}
@media (max-width: 768px) {
  .apply-cont__sch .common__input-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .apply-cont__sch .common__input--select {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .apply-cont__sch .common__sch-box {
    margin-top: 0;
    padding: 3px 0;
    margin-top: 10px;
  }
  .apply-cont__sch .common__sch-box input {
    font-size: 14px;
    padding: 0;
  }
}




/* .apply-cont__sch .input-box__select-box {
  position: relative;
  float: left;
  width: auto;
  min-width: 130px;
  background: url(../../images/pages/menu__apply/v.png) no-repeat right center;
  color: #505050;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  font-family: 'NotoSans KR';
  letter-spacing: -0.2px;
  line-height: 26px;
  margin-right: 20px;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
}
.swiper-wrapper .swiper-slide:nth-child(1) {
  margin-right: 10px;
}
.swiper-wrapper .swiper-slide:not(:nth-child(1)) {
  margin: 0 10px;
}
.apply-cont__sch .input-box__select-box .select-box__label {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 26px;
}
.apply-cont__sch .input-box__select-box .select-box__ul {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  width: 150px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.apply-cont__sch .input-box__select-box .select-box__ul li {
  position: relative;
  padding: 10px;
}
.apply-cont__sch .input-box__select-box .select-box__ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  background-color: #eee;
}
.apply-cont__sch .input-box__select-box .select-box__ul li:last-child:after {
  display: none;
}
.apply-cont__sch .input-box__select-box .select-box__ul li:hover {
  background-color: #fafafa;
  color: #7027d4;
}
@media (max-width: 1023px) {
  .apply-cont__sch .input-box__select-box {
    float: none;
    font-size: 16px;
    padding: 0 21px 0 6px;
    min-width: 100px;
    margin-right: 15px;
    border: none;
    color: #b3b3b3;
    border-radius: 10px;
    background: url(../../images/pages/menu__apply/v.png) no-repeat right 7px center;
    background-size: 8px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .apply-cont__sch .input-box__select-box {
    margin-right: 10px;
    font-size: 14px;
  }
} */




/* view */
.apply-program__content .content__view .view-con .view-con__txt table {
  width: 100% !important;
  margin: 40px 0;
}
.apply-program__content .content__view .view-con .view-con__txt table thead {
  background-color: var(--color-purple-400);
}
.apply-program__content .content__view .view-con .view-con__txt table thead th {
  color: #fff;
  letter-spacing: -1.57px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding: 26px 12px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(1) {
  max-width: 170px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(2) {
  max-width: 92px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(3) {
  max-width: 414px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(4) {
  max-width: 265px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(5) {
  max-width: 260px;
}
.apply-program__content .content__view .view-con .view-con__txt table thead th:nth-child(6) {
  max-width: 136px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody tr {
  border-bottom: 1px solid #dcdcdc;
  color: #282828;
  font-size: 16px;
  letter-spacing: -1.2px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody tr:last-child {
  border-bottom: 1px solid #1f1f1f;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td {
  padding: 26px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(1) {
  max-width: 170px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(2) {
  max-width: 92px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(3) {
  max-width: 414px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(4) {
  max-width: 265px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(5) {
  max-width: 260px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-child(6) {
  max-width: 136px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:not(:nth-child(6)) {
  text-overflow: ellipsis;
  overflow: hidden;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td:nth-of-type(n + 5):nth-of-type(-n + 6) {
  text-align: center;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td.content__table--gray {
  color: #6e6e6e;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle.bg-yellow {
  background-color: #ffae0d;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle.bg-red {
  background-color: #ff4a53;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle.bg-green {
  background-color: #d8d816;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle.bg-pink {
  background-color: #dc6cf4;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--circle.bg-blue {
  background-color: #008cff;
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--btn {
  display: inline-block;
  width: 96px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid var(--color-purple-400);
}
.apply-program__content .content__view .view-con .view-con__txt table tbody td .content__table--btn a {
  display: block;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.apply-program__content .content__view .view-con:not(:has(.cts-editor-content)) img {
  max-width: 100% !important;
  display: block;
  margin: auto;
}
.apply-program__content .content__view .view-con .view-con__image {
  text-align: center;
}
.apply-program__content .content__view .view-con .view-con__image img {
  width: auto;
  max-width: 100% !important;
}
.apply-program__content .content__view .view-con .view-con__file {
  margin-bottom: 107px;
}
.apply-program__content .content__view .view-con .view-con__file .fw-bold {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1.35px;
  /*background: url('/.png') no-repeat left center;*/
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 32px 25px;
  position: relative;
}
.apply-program__content .content__view .view-con .view-con__file .fw-bold::after {
  content: '';
  width: 14px;
  height: 26px;
  background: url(../../images/pages/menu__apply/clip.png);
  position: absolute;
  top: 0;
  left: -25px;
}

/* .banner__con-box div:hover {
  background-color: #eee7f3;
}
.tags-input-wrapper {
  width: 407px !important;
}
.media-line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ced4da;
  margin-right: 8px;
}
@media (max-width: 1279px) {
  .banner__con-box {
    display: none !important;
  }
} */




.tech .common__con-line--type2 {
  margin-top: 129px;
}
.common__input-box .common__input {
  width: 490px;
}
.common__input-box .common__input::placeholder {
  font-size: 16px;
  font-family: 'SUIT';
  color: #999999;
  letter-spacing: 0;
}
.common__input-box :is(.common__input, .common__input--select).hp_w231 {
  width: 231px;
}
.common__input-box .common__input.hp_w269 {
  width: 269px;
}
.common__input-box .common__input.hp_w407 {
  width: 407px;
}
.common__input-box .common__input.content-input {
  height: 224px;
}
.common__input-box .common__input.content-input.hp_h506 {
  height: 506px;
}
.common__input-box .w_3 {
  display: flex;
  align-items: center;
}
.common__input-box .w_3 .common__input {
  width: 115px;
}
.common__input-box .blank {
  width: auto;
}
.common__input-box .w_3.business_number .business_number3 {
  width: 172px;
}
.common__input-box .w_3.manager_phone [class*='manager_phone'] {
  width: 100px;
  font-size: 16px;
  letter-spacing: 0;
  border-radius: 4px;
}
.common__input-box .w_3.manager_phone .manager_phone1 {
  background: #F6F6F9;
}
.common__input-box .w_3.date_range .common__input::placeholder {
  text-align: right;
  color: #747474;
  letter-spacing: -0.075em;
}
.common__input-box .address {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.common__input-box .address .zip_code {
  width: 176px !important;
}
.common__input-box :is(.address, .scouter) .common__button {
  height: 52px;
  line-height: 50px;
  border-radius: 3px;
}
.common__input-box .address .detailed_address {
  width: 946px;
}
.common__input-box .scouter {
  display: flex;
  align-items: center;
}
.common__input-box .scouter .common__button {
  padding-right: calc(28px + 17px + 26px);
  background: var(--color-primary) url(../../images/common/icon_sch_w.png) no-repeat right 26px center;
  background-size: 17px;
  margin-left: 16px;
  margin-right: 18px;
}
.common__input-box .scouter .common__label--chk {
  letter-spacing: 0;
}
.common__input-box .scouter .common__label--chk::before {
  margin-right: 11px;
}






/* /project/application */
/* .investor-application-guide.type2>div {padding: 0; align-items: center; border: none !important;} */
.table_title {font-size: 22px; font-weight: normal; margin: 67px 0 13px; display: flex; align-items: baseline; word-break: keep-all;}
.apply-program__content .content__view .view-con .table_title img.plus_icon {display: block; width: 100%; max-width: 14px !important; margin: 0 4px !important;}
.table_box {display: flex; align-items: center; border: 1px solid #6E6E6E; border-radius: 10px; overflow: hidden; margin-bottom: 67px}
.table_box .left_table {width: 50%;}
.table_box .left_table table {border-right: 1px solid #6E6E6E;}
.table_box table {width: 100%;}
.table_box table th {box-sizing: border-box; padding:20px 26px; background: rgba(239, 234, 250, 0.5); border-right: 1px solid #6E6E6E; vertical-align: middle; font-size: 25px;}
.table_box table td {box-sizing: border-box; padding: 14px; font-size: 20px; border-bottom: 1px solid #6E6E6E; word-break: keep-all; line-height: 1.5;}
.table_box .right_table table td {padding: 41px 22px;}
.table_box .right_table {width: 50%;}

.filebox {border: 1px solid #DDDDDD; box-sizing: border-box; padding: 10px 8px; display: flex; align-items: center;}
.filebox .upload-name {display: inline-block;height: 40px;padding: 0 10px;vertical-align: middle; color: #B7B8B7; width: 100%; border: none; background: #fff;}
.filebox .upload-name::placeholder {color: #B7B8B7;}
.filebox .upload-name:focus {outline: none;}
.filebox label {display: inline-block; color: #545054;vertical-align: middle;background-color: #EFEFEF;cursor: pointer;height: 45px;display: flex;align-items: center; justify-content: center;width: 100%; max-width: 92px;border-radius: 5px; margin-right: 16px;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}

.notice {width: 100%; margin-top: 11px; line-height: 1.8;}
.notice li {width: 100%;}
.notice li.color {color: #B235CB;}

.table_list {width: 100%; text-align: left;}
.table_list li {width: 100%; word-break: keep-all; line-height: 1.2;box-sizing: border-box; padding-left: 20px; text-indent: -13px; margin-bottom: 4px;}
.notice_text {display: block; width: 100%; text-align: center; word-break: keep-all; font-size: 20px; line-height: 1.3; margin-bottom: 41px;}
.notice_text span {font-weight: 600;}
.notice_text_color {font-size: 20px; color: #B235CB; margin: 12px 0 40px; line-height: 1.2;}

.table_sub_text {width: 100%; margin-top: 10px;}
.table_sub_text li {width: 100%;}

.notice_list {width: 100%; margin-bottom: 31px;}
.notice_list li {width: 100%; font-size: 22px; margin-bottom: 32px; line-height: 1.2;}
.notice_list li:last-child {margin-bottom: 0;}
.notice_list li span {font-weight: 600;}


.common__btn-box {display: flex; align-items: center; justify-content: center; }



@media screen and (max-width: 1024px) {
  .common__input-box :is(.address, .scouter) .common__button {
      height: 42px;
      line-height: 40px;
  }
  .common__input-box .address .detailed_address {
      width: 100%;
  }

  .email {
      width: 100%;
  }
  .email :is(.common__input--email, .common__input--select) {
      width: auto;
      flex: 1;
  }


    .table_box {display: block;  overflow-x: auto; white-space: nowrap; margin-bottom: 37px; border-radius: 5px;}
    .table_box .right_table {width: 100%;}
    .table_box .left_table {width: 100%;}
    .table_box .left_table table {border-bottom: 1px solid #6E6E6E;}
    .table_box table th {min-width: 213px; font-size: 20px; padding: 10px 16px;}
    .table_title {font-size: 20px; margin: 47px 0 13px;}
    .table_box table td {font-size: 18px; padding: 10px 16px; line-height: 1.2;}
    .notice_text {font-size: 18px;}
    .notice_text_color {font-size: 18px;}
    .notice_list li {font-size: 20px;}

    /* .investor-application-guide.type2 {width: calc(156px * 2 + 50px);margin-left: auto;margin-right: auto;} */
}
@media screen and (max-width: 768px) {
  [class*='hp_w'] {
      width: 100% !important;
  }
  .tech .common__con-line--type2 {
      margin-top: 50px;
  }
  .common__input-box .scouter {
      flex-direction: column;
  }
  .common__input-box .scouter .common__button {
      width: 100%;
      margin: 0;
      margin-top: 5px;
      padding-right: 25px;
      background-size: 15px;
  }
  .common__input-box .scouter .common__form-inline {
      margin-left: auto;
  }
  .common__input-box .scouter .common__label--chk {
      font-size: 14px;
  }
  .common__input-box .scouter .common__label--chk::before {
      margin-right: 5px;
  }

  .common__input-box .address {
      gap: 5px;
  }
  .common__input-box :is(.address, .scouter) .common__button {
      height: 40px;
      line-height: 38px;
  }
}