.page__index {
  padding-top: 0;
}
.page__index .showcase {
  position: relative;
  width: 100%;
  padding-top: calc(100px + 178px);
  padding-bottom: 91px;
  overflow: hidden;
}
:lang(en) .page__index .showcase {
  padding-top: calc(100px + 100px);
}
.page__index.nologin .showcase {
  height: 100vh;
}
.showcase__background--color,
.showcase__background--image,
.showcase__background--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.showcase__background--color {
  background-color: var(--main-bg-color);
  background-color: #ebc4f8;
  z-index: -1;
}
.showcase__background--image {
  opacity: 0.5;
}
.showcase__background--image picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.showcase__background--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase__background--video {
  width: 103%;
  height: 103%;
  /*overflow: hidden;*/
}
.showcase__background--video video {
  position: absolute;
  left: -63%;
  bottom: 0;
  height: 100%;
}
.nologin .showcase__background--video video {
  top: 10px;
  bottom: auto;
  left: auto;
  right: -10px;
  height: 100%;
}
.showcase__flex {
  display: flex;
  justify-content: space-between;
}
.showcase__lft--column {
  display: flex;
  flex-direction: column;
}
.showcase__lft--title {
  font-family: 'Noto Sans KR';
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}
:lang(en) .showcase__lft--title {
  font-size: 50px;
}
.showcase__lft--subtitle {
  font-family: 'Noto Sans KR';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 35px;
  color: var(--color-black);
  letter-spacing: -0.22px;
}
.showcase__lft {
  width: 503px;
}
.nologin .showcase__lft {
  width: auto;
}
.nologin .showcase__lft .showcase__clickBtn {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: Karla;
  margin-left: 10px;
  padding-right: calc(8px + 35px + 12px);
  transition: all 0.2s;
}
.nologin .showcase__lft .showcase__clickBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transition: all 1s;
}
.nologin .showcase__lft .showcase__clickBtn:hover:before {
  background: var(--color-primary);
}
.nologin .showcase__lft .showcase__clickBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 35px;
  height: 6px;
  background: url(../../images/pages/main__index/showcase__clickBtn.svg) no-repeat center;
  background-size: 100%;
}
.showcase__lft .globalsearch {
  margin: 0;
  margin-top: 85px;
}
.showcase__lft .globalsearch--tag-box {
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
.quickmenu__slider {
  position: relative;
  width: 557px;
}
.quickmenu__slider .quickmenu__list .quickmenu__item {
  width: 100%;
  height: auto;
  border-radius: 36px 0 36px 36px;
  background: var(--main-color);
}
.quickmenu__slider .quickmenu__list .quickmenu__item a {
  display: block;
  padding: 49px 37px 46px;
}
.quickmenu__slider .quickmenu__label {
  position: absolute;
  top: -18.5px;
  right: -10px;
  display: inline-block;
  padding: 0 20px;
  height: 37px;
  line-height: 37px;
  background: #F8E0FF;
  font-size: 19px;
  background: var(--main-label-color);
  color: var(--main-color);
  font-weight: 500;
  border-radius: 8px 8px 0 8px;
  z-index: 2;
}
.quickmenu__slider .quickmenu__label::after {
  content: '';
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
  border-right: 5px solid transparent;
  z-index: -10;
}
.quickmenu__slider .quickmenu__label::after {
  border-top: 9px solid var(--main-border-color);
  border-left: 5px solid var(--main-border-color);
}
.quickmenu__slider .quickmenu__item .quickmenu__multiInfo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.quickmenu__slider .quickmenu__multiInfo > div {
  display: flex;
  align-items: center;
  color: var(--color-white);
}
.quickmenu__slider .quickmenu__multiInfo > div:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: var(--color-white);
  margin: 0 10px;
}
.quickmenu__slider .quickmenu__item .quickmenu__title {
  display: -webkit-box;
  color: var(--color-white);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.53;
  height: 3.06em;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.quickmenu__slider .quickmenu__item .quickmenu__img {
  width: 100%;
  height: 272px;
  overflow: hidden;
  margin-top: 24px;

  /* temp */
  background: #fff;
  text-align: center;
  line-height: 251px;
  color: #999;
  font-size: 14px;
}
.quickmenu__slider .quickmenu__item .quickmenu__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quickmenu__slider .swiper-contoller {
  position: relative;
  display: inline-block;
  width: auto;
  height: 25px;
  margin-top: 28px;
}
.quickmenu__slider .swiper-contoller .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  display: inline-flex;
  width: auto;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 12.5px;
  background: var(--main-pag-bg);
}
.quickmenu__slider .swiper-contoller .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-white);
  opacity: 0.53;
}
.quickmenu__slider .swiper-contoller .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.quickmenu__slider .swiper-contoller .swiper-contoller-button {
  top: auto;
  bottom: 50%;
  transform: translateY(50%);
  width: calc(30px);
  height: 100%;
}
.quickmenu__slider .swiper-contoller .swiper-contoller-button::after {
  display: none;
}
.quickmenu__slider .swiper-contoller .swiper-button-prev {
  left: 0;
  background: url('../../images/common/quickmenu_slider_prev.svg') no-repeat left 11px center;
  background-size: 6px 9px;
}
.quickmenu__slider .swiper-contoller .swiper-button-next {
  right: 0;
  background: url('../../images/common/quickmenu_slider_next.svg') no-repeat right 11px center;
  background-size: 6px 9px;
}

/* Media Query -- */
@media (max-width: 1700px) {
  .showcase__background--video video {
    left: -78%;
  }
}
@media (max-width: 1600px) {
  .showcase__background--video video {
    left: -81%;
  }
}
@media (max-width: 1024px) {
  .page__index .showcase,
  :lang(en) .page__index .showcase {
    padding-top: calc(100px + 50px);
    padding-bottom: 50px;
  }
  .showcase__flex {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .showcase__lft--title {
    font-size: 50px;
    text-align: center;
  }
  .showcase__lft--subtitle {
    text-align: center;
    margin-top: 10px;
  }
  .showcase__lft .globalsearch {
    margin-top: 30px;
  }
  .showcase__lft .globalsearch--tag-box {
    margin-top: 15px;
  }
  .quickmenu__slider .quickmenu__label {
    top: -16.5px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    padding: 0 15px;
  }
  .quickmenu__slider .quickmenu__list .quickmenu__item a {
    padding: 35px 30px;
  }
  .quickmenu__slider .quickmenu__item .quickmenu__multiInfo {
    margin-bottom: 10px;
  }
  .quickmenu__slider .quickmenu__item .quickmenu__title {
    font-size: 22px;
    line-height: 1.3;
    height: 2.6em;
  }
}
@media (max-width: 768px) {
  .page__index .showcase,
  :lang(en) .page__index .showcase {
    padding-top: calc(60px + 30px);
    padding-bottom: 30px;
  }
  .showcase__flex {
    padding: 0 30px;
    gap: 20px;
  }
  .showcase__lft {
    width: 100%;
  }
  .showcase__lft--title {
    font-size: 37px;
    text-align: left;
    word-break: keep-all;
  }
  :lang(en) .showcase__lft--title {
    font-size: 27px;
  }
  .showcase__lft--subtitle {
    margin-top: 15px;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    font-weight: 700;
    font-weight: 400;
    letter-spacing: 0;
  }
  .showcase__lft .globalsearch {
    width: 100%;
  }
  .showcase__lft .globalsearch--tag-box {
    margin-top: 12px;
    margin-left: -30px;
    padding-left: 30px;
    width: calc(100% + 60px);
  }
  .showcase__lft .globalsearch--tag-box span {
    font-size: 13px;
    padding: 7px 13px;
    border-radius: 20px;
    margin-right: 4px;
  }
  .showcase__rgt {
    width: 100%;
  }
  .quickmenu__slider {
    width: calc(100vw - 60px);
  }
  .quickmenu__slider .quickmenu__label {
    font-size: 14px;
  }
  .quickmenu__slider .quickmenu__list .quickmenu__item {
    border-radius: 20px 0 20px 20px;
  }
  .quickmenu__slider .quickmenu__list .quickmenu__item a {
    padding: 25px;
  }
  .quickmenu__slider .quickmenu__multiInfo > div {
    font-size: 14px;
  }
  .quickmenu__slider .quickmenu__item .quickmenu__title {
    font-size: 16px;
  }
  .quickmenu__slider .quickmenu__item .quickmenu__img {
    height: 48.2399vw;
    margin-top: 15px;

    /* temp */
    line-height: 48.2399vw;
  }
  .quickmenu__slider .swiper-contoller {
    margin-top: 10px;
  }
}




.section__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
:lang(en) .section__title {
  font-size: 54px;
}
.section__subTitle {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 24px;
  color: #5D5D5D;
}
:is(.section__title, .section__subTitle).text-center {
  text-align: center;
}

/* Media Query -- */
@media (max-width: 1279px) {
  .section__title,
  :lang(en) .section__title {
    font-size: 40px;
  }
  .section__subTitle {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 27px;
  }
  :lang(en) .section__title {
    font-size: 25px;
  }
  .section__subTitle {
    font-size: 16px;
    margin-top: 5px;
  }
  :lang(en) .section__subTitle {
    font-size: 15px;
  }
}
@media (max-width: 400px) {}



/*:is(.recommend, .information, .tip) {*/
  /* padding: 193px 0 361px; */
  /*padding: 190px 0 180px;*/
  /*margin: 130px 0 150px;*/
/*}*/
.site__section:not(.showcase) {
  padding: 130px 0 75px;
}
.recommend__title {
  font-size: 28px;
  line-height: 30px;
  color: var(--main-color);
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 13px;
  background: var(--main-title-bg);
}
.recommend :nth-child(2 of .site__inner) .recommend__title {
  /*margin-top: 119px;*/
  margin-top: 50px;
}
.recommend__list {
  position: relative;
  width: calc(1280px + 25px);
  margin: 0 auto;
}
.recommend__list .swiper-contoller-button {
  top: 50%;
  /* width: calc(49px + 13px); */
  /* height: calc(49px + 13px); */
  width: 49px;
  height: 49px;
  transform: translateY(-50%);
}
.recommend__list .swiper-button-prev {
  left: calc(-49px - 34px);
}
.recommend__list .swiper-button-next {
  right: calc(-49px - 34px);
}
.recommend__list .slider-button {
  --slider-button-size: 49px;
  --slider-path-size: 20px;
  --slider-side-space: 9px;
  top: calc(50% - 15.5px);
}
.recommend__list .slider-button-next:after {
  background-color: var(--main-nextBtn-bg);
}
.recommend__list .slider-button-next > svg path {
  fill: var(--main-nextBtn-color);
}
.recommend__item {
  margin: 36px 12.5px 67px;
}
.recommend__slider:last-child .recommend__item {
  margin: 36px 12.5px 0;
}
.recommend__item a {
  position: relative;
  display: block;
  min-height: 240px;
  padding: 32px 20px;
  border-radius: 16px;
  background-color: var(--color-white);
  box-shadow: 8px 8px 25px #00000017;
  border: 1px solid transparent;
}
.recommend__item a:hover {
  /*background-color: var(--main-color);*/
  border: 1px solid var(--main-color);
}
.recommend__category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid var(--recommend-point-color);
  border-radius: 16px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px 0 12px;
}
.recommend--accelerating {
  --recommend-point-color: #76caff;
}
.recommend--education {
  --recommend-point-color: #b57eff;
}
.recommend--mentoring {
  --recommend-point-color: #41d3b5;
}
.recommend--network {
  --recommend-point-color: #ff85aa;
}
.recommend--enter {
  --recommend-point-color: #f4c00c;
}
.recommend__indicator {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--recommend-point-color);
}
.recommend__type {
  font-size: 15px;
  margin-left: 8px;
  color: var(--recommend-point-color);
}
.recommend__company {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: -8px;
  margin-bottom: 6px;
}
.recommend__name {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}
.recommend__name > span {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  background: var(--main-color);
  color: var(--color-white);
  border-radius: 12px;
  line-height: 22px;
  font-weight: 500;
  flex-shrink: 0;
}
.recommend__item a:hover .recommend__name > span {
  background: var(--main-bg-color);
  color: var(--main-color);
}
.recommend__logo {
  width: 150px;
  height: 46px;
  flex: 0 1 150px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.recommend__info {
  font-size: 20px;
  line-height: 1.6;
  /* margin-bottom: 15px; */
  min-height: 3.2em;
  max-height: 3.2em;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  letter-spacing: -1px;
  transition: all .3s;
}
.recommend__post {
  font-size: 20px;
  line-height: 1.6;
  /* margin-bottom: 15px; */
  min-height: 3.2em;
  max-height: 3.2em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #303030;
  letter-spacing: -1px;
  transition: all .3s;
}
.recommend__bottom {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  margin-top: 15px;
}
.recommend__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
/*.recommend__item a:hover :is(.recommend__name, .recommend__info, .recommend__post, .recommend__date) {*/
/*  color: var(--color-white);*/
/*}*/
.recommend__tag {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  margin-top: 23px;
  width: 100%;
  height: 23px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.recommend__tag::-webkit-scrollbar {
  display: none;
}
.recommend__tag span {
  display: inline-block;
  color: #A6A6A6;
  font-size: 14px;
  background: #F4F4F4;
  padding: 4px 16px;
  border-radius: 12px;
  letter-spacing: -0.5px;
}
.recommend__company ~ .recommend__bottom .recommend__tag span {
  background: var(--main-tag-bg);
  color: var(--main-tag-color);
}
.recommend__pagination {
  display: none;
}
.recommend--accelerating {
  --recommend-point-color: #76caff;
}
.recommend--education {
  --recommend-point-color: #b57eff;
}
.recommend--mentoring {
  --recommend-point-color: #41d3b5;
}
.recommend--network {
  --recommend-point-color: #ff85aa;
}
.recommend--enter {
  --recommend-point-color: #f4c00c;
}

.recommend__empty {
  display: none;
  text-align: center;
  height: 240px;
  line-height: 240px;
  color: #999;
}
/* Media Query -- */
@media (max-width: 1279px) {
  .site__section:not(.showcase) {
    padding: 70px 0 30px !important;
  }
  .recommend__title {
    font-size: 18px;
    padding: 10px 15px;
  }
  .recommend :nth-child(2 of .site__inner) .recommend__title {
    margin-top: 50px;
  }
  .recommend__list {
    width: calc(100% - 60px + 15px);
  }
  .recommend__item {
    margin: 20px 7.5px 30px;
  }
  .recommend__item a {
    min-height: 188px;
    padding: 25px 20px;
  }
  .recommend__bottom {
    bottom: 25px;
  }
  .recommend__list .slider-button {
    width: 35px;
    height: 35px;
    top: calc(50% - 5px);
  }
  .recommend__list .slider-button-prev {
    left: -10px;
  }
  .recommend__list .slider-button-next {
    right: -10px;
  }
  .recommend__category {
    margin-bottom: 12px;
    height: 22px;
    line-height: 20px;
    padding: 0 10px;
  }
  .recommend__indicator {
    width: 8px;
    height: 8px;
  }
  .recommend__type {
    font-size: 12px;
    margin-left: 5px;
  }
  .recommend__name {
    font-size: 16px;
  }
  .recommend__name > span {
    font-size: 12px;
    padding: 0 10px;
  }
  .recommend__logo {
    flex: 0 1 70px;
    height: 34px;
  }
  .recommend__post,
  .recommend__info {
    font-size: 16px;
    line-height: 1.3;
    min-height: 2.6em;
    max-height: 2.6em;
  }
  .recommend__date {
    font-size: 13px;
  }
  .recommend__tag {
    margin-top: 10px;
  }
  .recommend__tag span {
    font-size: 12px;
    padding: 4px 10px;
  }

  .slider-button > svg {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .site__section:not(.showcase) {
    padding: 50px 0 25px !important;
  }
  .recommend :nth-child(2 of .site__inner) .recommend__title {
    margin-top: 20px;
  }
  .recommend__list {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .recommend__list .slider-button {
    display: none !important;
  }
  .recommend__item {
    width: 190px;
    margin: 15px 5px;
  }
  .recommend__item a {
    padding: 15px;
  }
  .recommend__category {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .recommend__indicator {
    display: none;
  }
  .recommend__type {
    margin-left: 0;
  }
  .recommend__post,
  .recommend__info {
    font-size: 14px;
  }
  .recommend__company {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .recommend__logo {
    width: 100%;
    height: 15px;
    flex: 0 0 15px;
  }
  .recommend__name {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    font-size: 14px;
  }
  .recommend__name > span {
    padding: 0 8px;
    line-height: 20px;
  }
}




.info__slider {
  /* margin: 0 auto; */
  margin-top: 105px;
  /* width: 1280px; */
  position: relative;
}
.info__slider .info__list {
  width: 100%;
}
.info__slider .info__list .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.info__item {
  width: 840px;
  height: 420px;
  box-shadow: 6px 6px 36px #00000029;
  border-radius: 36px;
  transform: scale(0.98);
  opacity: 0.3;
  /* background: var(--main-color); */
  margin: 0 42px;
  pointer-events: none;
}
.info__item[data-bg='purple'] {
  background-color: var(--color-primary-purple);
}
.info__item[data-bg='blue'] {
  background-color: var(--color-primary-blue);
}
.info__item[data-bg='lightPurple'] {
  background-color: #EBB1FC;
}
.info__item.slick-center {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  transition: .3s ease-in-out all;
  box-shadow: 0px 2px 2px rgba(100,100,100,.5);
}
.info__item.slick-center:hover{
  transform: scale(1.02);
  box-shadow: 0px 3px 5px rgba(100,100,100,.5);
}
.info__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  width: 100%;
  height: 100%;
  padding: 30px 70px;
}
.info__img {
  flex: 1 1 auto;
}
.info__img > img {
  width: 100%;
  height: auto;
}
.info__investor .info__img {
  border-radius: 20px;
  overflow: hidden;
}
.info__investor .info__img > img {
  height: 100%;
  object-fit: cover;
}
.info__box {
  flex: 0 0 281px;
}
.info__label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.info__item[data-bg='purple'] .info__label {
  color: #EBB1FC;
}
.info__item[data-bg='blue'] .info__label {
  color: #FFCC00;
}
.info__item[data-bg='lightPurple'] .info__label {
  color: #FF02E6;
}
.info__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.28;
}
.info__item[data-bg='purple'] .info__title {
  color: var(--color-white);
}
.info__item[data-bg='blue'] .info__title {
  color: #fff;
}
.info__item[data-bg='lightPurple'] .info__title {
  color: #fff;
}
.info__slider .slider-button {
  width: 71px;
  height: 71px;
}
.info__slider .slider-button:after {
  background: rgba(255,255,255,0.5);
}
.info__slider .slider-button > svg {
  width: 30px;
  height: 30px;
}
.info__slider .slider-button > svg path {
  fill: rgba(0,0,0,0.7);
}
.info__slider .slider-button-prev {
  left: calc(50% - 420px - 35.5px);
}
.info__slider .slider-button-next {
  right: calc(50% - 420px - 35.5px);
}
.info__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: 38px;
}
.info__slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.info__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  opacity: 0.51;
}
.info__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.info__slider .slick-dots li button:before {
  display: none;
}
/* Media Query -- */
@media (max-width: 1279px) {
  .info__slider {
    margin-top: 50px;
  }
  .info__item {
    width: 700px;
    margin: 0 30px;
  }
  .info__slider .slider-button-prev {
    left: calc(50% - 350px - 35.5px);
  }
  .info__slider .slider-button-next {
    right: calc(50% - 350px - 35.5px);
  }
}
@media (max-width: 1024px) {
  .info__item {
    width: 600px;
    margin: 0 20px;
    height: 380px;
  }
  .info__item a {
    gap: 30px;
    padding: 30px 50px;
  }
  .info__box {
    flex: 0 0 250px;
  }
  .info__label {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .info__title {
    font-size: 28px;
  }
  .info__slider .slider-button {
    width: 50px;
    height: 50px;
  }
  .info__slider .slider-button-prev {
    left: calc(50% - 300px - 25px);
  }
  .info__slider .slider-button-next {
    right: calc(50% - 300px - 25px);
  }
  .info__slider .slider-button > svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .info__slider {
    margin-top: 20px;
  }
  .info__item {
    width: 85vw;
    height: auto;
    margin: 0 1vw;
  }
  .info__item a {
    /*justify-content: center;*/
    flex-direction: column;
    gap: 20px;
    padding: 25px 25px 50px;
  }
  .info__img {
    width: 80%;
    flex: 0 0 190px;
    overflow: hidden;
  }
  .info__investor .info__img {
    width: 100%;
    flex:  0 0 140px;
    border-radius: 15px;
  }
  .info__box {
    width: 100%;
    flex: 0 1 auto;
    text-align: center;
  }
  .info__label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info__title {
    font-size: 26px;
  }
  .info__slider .slider-button {
    width: 40px;
    height: 40px;
  }
  .info__slider .slider-button-prev {
    left: calc(50% - 42.5vw - 20px);
  }
  .info__slider .slider-button-next {
    right: calc(50% - 42.5vw - 20px);
  }
  .info__slider .slick-dots {
    bottom: 20px;
  }
}




.site__section .section__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section__bg > img {
  width: 100%;
  height: auto;
}
.site__section .common__button {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .site__section .section__flex {
    flex-direction: column;
    gap: 10px;
  }
  .site__section .section__bg {
    width: 100% !important;
  }
  .site__section .common__button {
    margin-top: 20px;
  }
}




.apply {
  /*padding-top: 264px;*/
  /*padding-bottom: 300px;*/
  background: #fbfbfb;
}
.apply .section__flex {
  gap: 0;
}
.apply .section__bg {
  width: 911px;
  /*flex: 0 0 911px;*/
  margin-right: -125px;
}
:lang(en) .apply .section__bg {
  flex: 0 0 750px;
}
@media (max-width: 1545px) {
  .apply .section__bg {
    width: 780px;
    margin-right: 0;
  }
  :lang(en) .apply .section__bg {
    flex: 0 0 50%;
    margin-right: 0;
  }
  :lang(en) .apply .section__lft,
  :lang(en) .find-startup .section__rgt {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .apply .section__lft {
    width: 294px;
    flex-shrink: 0;
  }
  :lang(en) .apply .section__lft,
  :lang(en) .find-startup .section__rgt {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .apply {
    text-align: center;
  }
  .apply .section__flex {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .apply .section__bg {
    flex: 0 0 auto;
  }
}




.find-investor {
  text-align: center;
  /*padding-top: 135px;*/
  /*padding-bottom: 105px;*/
}
.find-investor__logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 156px;
}
.find-investor__logos .logo__item {
  width: calc(100% / 5);
}
.find-investor__logos .logo__item > img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .find-investor__logos {
    margin-top: 50px;
  }
}




.find-startup {
  /*padding-top: 177px;*/
  /*padding-bottom: 150px;*/
}
.find-startup .section__bg {
  width: 718px;
}
@media (max-width: 1024px) {
  .find-startup .section__rgt {
    width: 300px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .find-startup {
    text-align: center;
  }
}




.tip__box {
  display: flex;
  gap: 24px;
  margin-top: 114px;
}
.tip__item {
  flex: 1;
  height: 400px;
  border-radius: 32px;
  box-shadow: 6px 6px 45px #22002529;
  background-repeat: no-repeat;
  background-position: right 30px bottom 30px;
  background-size: auto 136px !important;
  transition: all 0.2s;
}
.tip__item:hover {
  background-color: var(--color-dimmedGray);
}
.tip__item1 {
  background-image: url(../../images/pages/main__index/tip_bg.png);
  background-size: 190px 146px;
}
.tip__item2 {
  background-image: url(../../images/pages/main__index/tip_bg2.png);
  background-size: 156px 136px;
}
.tip__item3 {
  background-image: url(../../images/pages/main__index/tip_bg3.png);
  background-size: 159px 116px;
}
.tip__item4 {
  background-image: url(../../images/pages/main__index/tip_bg.png);
  background-size: 190px 146px;
}
.tip__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
}
.tip__label {
  min-height: 2.4em;
  font-size: 20px;
  color: #A6A6A6;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.2;
}
:lang(en) .tip__label {
  font-size: 16px;
  letter-spacing: -0.03em;
}
.tip__title {
  font-size: 40px;
  color: #060505;
  font-weight: 600;
  line-height: 1.125;
  margin-top: 14px;
}
:lang(en) .tip__title {
  font-size: 27px;
  letter-spacing: -0.01em;
}
/* Media Query -- */
@media (max-width: 1279px) {
  .tip__box {
    margin-top: 50px;
  }
  .tip__item {
    height: 300px;
    border-radius: 25px;
    background-size: auto 100px !important;
    background-position: right 30px bottom 25px;
  }
  .tip__item a {
    padding: 30px 25px;
  }
  .tip__label {
    min-height: auto;
    font-size: 16px;
  }
  :lang(en) .tip__label {
    min-height: 2.4em;
  }
  .tip__title,
  :lang(en) .tip__title {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .tip__box {
    gap: 15px;
    margin-top: 20px;
  }
  .tip__item {
    height: 225px;
    border-radius: 20px;
    background-size: auto 75px !important;
    background-position: right 20px bottom 20px;
  }
  .tip__item a {
    padding: 20px;
  }
  .tip__label {
    font-size: 14px;
  }
  .tip__title,
  :lang(en) .tip__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tip__box {
    flex-direction: column;
    gap: 10px;
  }
  .tip__item {
    border-radius: 15px;
    background-size: auto 70px !important;
    background-position: right 20px center;
  }
  .tip__title {
    margin-top: 10px;
  }
}