@charset "utf-8";

/* footer */
.footer-info-address {
  display: flex;
  gap: 0 3rem;
}

@media (max-width: 1052px) {
  .footer-info-address {
    flex-direction: column;
  }
  /* .footer-info-address > span {
    margin-left: 0;
  } */
}

/* 소개 > 인사말 */
@media (max-width: 768px) {
  .greeting.eng .greeting-text .title {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
/* 소개 > 개요 */
.menu-item .container.eng .title-box {
  width: 11rem;
}
.menu-cont .container.eng .title h4 {
  line-height: 1.2;
  text-align: center;
}

.menu-cont .container.eng .desc-cell {
  padding: 10rem 0;
}
.menu-cont .container.eng .desc-cell .title {
  top: 1.5rem;
  line-height: 1.3;
}
.menu-cont .container.eng .cell-circle-box .circle-img::before {
  display: none;
}
.menu-cont .container.eng .cell-circle-box .circle-img span {
  font-size: 1.85rem;
  line-height: 1.4;
}

.statistics.eng .tab-btn {
  overflow-x: auto;
}
.statistics.eng .tab-btn ul.tab {
  table-layout: auto;
}
.statistics.eng .tab-btn ul.tab li a {
  padding: 1.5rem 4rem;
  white-space: nowrap;
}
.ci-info.eng .btn-box .btn-download {
  width: 24rem;
}
@media (max-width: 920px) {
  .menu-cont .container.eng .desc .desc-box p br {
    display: none;
  }
}

@media (max-width: 880px) {
  .menu-cont .container.eng .cell-circle-box .circle:first-child {
    padding-top: 8rem;
  }
  .menu-cont .container.eng .cell-circle-box {
    flex-direction: column;
  }
  .menu-cont .container.eng .cell-circle-box .circle {
    width: 100%;
    padding: 3rem 0;
  }
  .menu-cont .container.eng .cell-circle-box .circle-img > img {
    max-width: 30rem;
    width: 80%;
  }
  .menu-cont .container.eng .cell-circle-box .circle-img::before {
    display: none;
  }
  .menu-cont .container.eng .cell-circle-box .circle:not(:first-child)::before {
    top: -1rem;
    left: 50%;
  }
}
@media (max-width: 380px) {
  .ci-info.eng .btn-box {
    flex-direction: column;
  }
  .ci-info.eng .btn-box .btn-download {
    width: 100%;
    margin-right: 0;
  }
  .ci-info.eng .btn-box .btn-download:last-child {
    margin-top: 1rem;
  }
}
/* 소개 > 현원장 */
.current-director.eng .executive-info .major > li > span {
  width: 12.5rem;
}

/* 소개 > 역대 원장, 단장 */

@media (max-width: 1024px) {
  .all-director.eng {
    flex-direction: column;
  }
  .all-director.eng .director-card {
    width: 100%;
  }
}

/* 소개 > 구성원 */
.executive.eng .tab-btn {
  overflow-x: auto;
}
.executive.eng .tab-btn ul.tab {
  table-layout: auto;
}
.executive.eng .tab-btn ul.tab li a {
  padding: 1.5rem 4rem;
  white-space: nowrap;
}
.all-departments.eng .executive-info strong {
  display: flex;
  flex-direction: column;
}
.executive.eng .executive-info strong span {
  display: block;
}
@media (max-width: 360px) {
  .organization04 {
    row-gap: 3rem;
  }
}

/* 소개 > 찾아오시는 길 */
.transport-info.eng .transport-info-icon h5 {
  text-align: center;
}
.campus-map-detail.eng {
  width: 124rem;
}

/* 지식재산 > 지식재산권 관리 */
.invention-info.eng .invention-item-list .invention-item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55%;
}
.invention-info.eng .invention-item-list .invention-item p {
  display: flex;
  align-self: center;
  justify-content: center;
  height: 45%;
}

@media (max-width: 970px) {
  .invention-abroad.eng .deliberate-item p {
    font-size: 1.9rem;
  }
  .invention-abroad.eng .deliberate-item span {
    font-size: 14px;
  }
}

/* 기술사업화 > 기술이전 */
.transfer-procedure.eng .box-item .title {
  justify-content: flex-start;
  height: 17rem;
}
.foundation.eng .box-item .title {
  flex-grow: 1;
  height: 75%;
}
.foundation.eng .box-item > p {
  flex-grow: 1;
  flex: auto;
  height: fit-content;
  line-height: 1.4;
  /* padding: 1rem 2rem; */
}

/* 기술사업화 > 기술사업지원 */
@media (max-width: 1024px) {
  .tech-biz-info.eng .box-item {
    width: calc(100% / 3 - 3.7rem);
  }
  .tech-biz-info.eng .box-item:nth-of-type(4),
  .tech-biz-info.eng .box-item:nth-of-type(5) {
    margin-top: 3.7rem;
  }
}
@media (max-width: 768px) {
  .tech-biz-info.eng .box-item {
    width: calc(100% / 2 - 3.7rem);
  }
  .tech-biz-info.eng .box-item:not(:first-child, :nth-child(2)) {
    margin-top: 3.7rem;
  }
}
@media (max-width: 580px) {
  .tech-biz-info.eng .box-item-container {
    flex-direction: column;
  }
  .tech-biz-info.eng .box-item {
    width: 100%;
  }
  .tech-biz-info.eng .box-item:not(:first-child) {
    margin-top: 6rem;
  }
  .tech-biz-info.eng .box-item:not(:last-child)::before {
    top: calc(100% + 2.5rem);
    left: calc(50%);
    transform: translate(-50%) rotate(90deg);
  }
}

/* 기술사업화 >  기술마케팅*/
.kaist-tech-fair-info .detail span:first-child {
  width: 12rem;
}
.kaist-tech-fair.eng .box-item .title {
  justify-content: space-between;
  height: 20rem;
}
.kaist-tech-fair.eng .box-item .title-top {
  align-items: flex-start;
}
.kaist-tech-fair.eng .box-item .title-top strong,
.kaist-tech-fair.eng .box-item .title-top span {
  line-height: 1.2;
}

/* ces2024 (영문) */
.ces2024-info.eng .txt-list .book-btn {
  display: inline-block;
  color: #fff;
  border-radius: 2.2rem;
  margin-left: 1.4rem;
}
.ces2024-info.eng .txt-list > li.etc:before {
  top: 2rem;
}

@media (max-width: 1290px) {
  .ces2024-info.eng .tbl-scroll .tbl {
    min-width: 135rem;
  }
}
@media (max-width: 1100px) {
  .ces.eng .tab-btn {
    overflow-x: auto;
  }
  .ces.eng .tab-btn ul.tab {
    table-layout: auto;
  }
}
@media (max-width: 970px) {
  .kaist-tech-fair-info.eng {
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    width: 100%;
  }
  .kaist-tech-fair-info.eng .detail {
    margin-top: 0;
  }
}
@media (max-width: 920px) {
  .kaist-tech-fair.eng .box-item .title {
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .transfer-procedure.eng .box-item .title {
    height: auto;
  }
}
@media (max-width: 700px) {
  .kaist-tech-fair.eng .box-item .title {
    height: 50%;
  }
}
@media (max-width: 580px) {
  .kaist-tech-fair-info.eng .detail li {
    flex-direction: column;
    gap: 1rem;
  }
  .kaist-tech-fair-image.eng {
    height: 100%;
    padding: 7rem 2rem;
  }
}
@media (max-width: 524px) {
  .ces2024-info.eng .txt-list > li.etc:before {
    top: 1rem;
  }
  .ces2024-info.eng .txt-list .book-btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* 산학협력 > 산학협력 기술자문 프로그램 */
.program-order.eng .box-item-container::before {
  left: 4.2rem;
  width: 44.437rem;
  background: url(/_html/images/contents/english/cooperation02.svg) no-repeat center / contain;
}
.program-order.eng .box-item-container::after {
  width: 29.552rem;
  background: url(/_html/images/contents/english/cooperation03.svg) no-repeat center / contain;
}

@media (max-width: 1284px) {
  .program-order.eng .box-item-container {
    flex-direction: column;
    align-items: center;
  }
  .program-order.eng .box-item {
    width: 53%;
  }
  .program-order.eng .box-item:not(:last-child) {
    margin-right: 0;
  }
  .program-order.eng .box-item:not(:first-child) {
    margin-top: 4.5rem;
  }
  .program-order.eng .box-item:not(:last-child)::before {
    top: calc(100% + 1.6rem);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .program-order.eng .box-item-container::before,
  .program-order.eng .box-item-container::after {
    top: 4%;
    width: 10.8rem;
    height: 29.5rem;
  }
  .program-order.eng .box-item-container::before {
    left: 15%;
    transform: translateX(-50%);
    background: url(/_html/images/contents/english/cooperation02-2.svg) no-repeat center / contain;
  }
  .program-order.eng .box-item-container::after {
    left: 85%;
    transform: translateX(-50%);
    background: url(/_html/images/contents/english/cooperation03-2.svg) no-repeat center / contain;
  }
}

@media (max-width: 580px) {
  .program-order.eng .box-item-container::before,
  .program-order.eng .box-item-container::after {
    width: 9rem;
  }
  .program-order.eng .box-item-container::before {
    left: 8%;
  }
  .program-order.eng .box-item-container::after {
    left: 92%;
  }
}

/* 산학협력 > 창업지원 벤처 투자자 정기미팅 */
.dcm.eng .box-item .title {
  min-height: 18%;
}
.dcm.eng .box-item > ul {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: auto;
  row-gap: 0.4rem;
}

/* 산학협력 > 교육, 인력양성 */
.finance-edu-process.eng .education-tel .txt-list > li {
  flex-wrap: wrap;
  gap: 1rem 3rem;
}

.investment-company.eng > .title {
  align-items: flex-start;
}
.investment-company.eng > .title img {
  margin-top: 1rem;
}
.investment-company.eng > .title strong {
  line-height: 1.4;
}

/* 게시판 */
.tabmenu.small {
  overflow-x: auto;
}
.tabmenu.small .board-tab {
  table-layout: auto;
}
.tabmenu.small .board-tab li a {
  padding: 1.5rem 4rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  [class*='board_table'] .tbl .cell_file {
    width: 13rem;
  }
}
