@charset "UTF-8";

#wrap {
}

/* ---------------- header ---------------- */
header {
}

#container {
}

/* ---------------- mainV ---------------- */
.mainV {
  position: relative;
  width: 100%;
  margin-top: -100px;
  overflow: hidden;
}
.mainv-img {
}
.mainv-img img {
  width: 100%;
}
.mainv-img img.pc {
}
.mainv-img img.m {
  display: none;
}
.mainv-txt {
  width: 630px;
  margin-left: 200px;
  margin-top: 180px;
}
.mainv-txt img {
  width: 100%;
}

.mainV .regist-btns {
  position: absolute;
  bottom: 11vw;
  left: 50%;
  transform: translate(-46vw, 20px);
  display: flex;
  align-items: center;
  gap: 18px
}
.mainV .regist-btns > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 100px;
  border-radius: 20px;
  transition: box-shadow 0.2s, transform 0.6s, opacity 0.6s;
}
.mainV .regist-btns > div:hover {
  box-shadow: 2px 10px 30px rgba(191, 217, 243, 0.3);
}
.mainV .btn-regist {
  color: var(--white-color);
  background-image: linear-gradient(81deg, #20a2f4 10%, #247de8 83%);
}
.mainV .btn-regist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2054ff;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.mainV .btn-regist:hover::after {
  opacity: 1;
}
.mainV .btn-regist-confirm {
  transition-delay: 0.1s !important;
  background-color: #fff;
  border: 6px solid #247de8;
}
.mainV .btn-regist-confirm:hover {
  color: #2054ff;
  border-color: #2054ff;
}
.mainV .regist-btns a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
  z-index: 1;
}

.mainV .btn-regist.disabled {
  color: var(--gray1);
  background: var(--gray4);
}
.mainV .btn-regist.disabled:hover {
  box-shadow: none;
}
.mainV .btn-regist.disabled::after {
  background: var(--gray4);
}
.mainV .btn-regist.disabled a {
  cursor: default;
}

.mainv-sponsor {
  margin-left: 200px;
  margin-top: 100px;
  width: 350px;
  max-width: 420px;
  transition-delay: 0.2s;
}
.mainv-sponsor img {
  width: 100%;
}

@media (max-width: 1600px) {
  .mainv-txt {
    margin-left: 25px;
  }
  .mainv-sponsor {
    margin-left: 25px;
  }
}

@media (max-width: 1500px) {
  .mainV .regist-btns {
    transform: translate(-48vw, 20px);
  }
}

@media (max-width: 1200px) {
  .mainV .regist-btns > div {
    width: 300px;
    height: 76px;
  }
  .mainV .regist-btns a {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .mainv-txt {
    width: 550px;
    margin-top: 220px;
    margin-left: 25px;
  }
  .mainV .regist-btns > div {
    width: 240px;
    height: 72px;
  }
  .mainV .regist-btns a {
    font-size: 20px;
  }
  .mainV .regist-btns:hover {
    box-shadow: none;
  }
  .mainv-sponsor {
    width: 280px;
    margin-left: 25px;
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .mainv-img img.pc {
    display: none;
  }
  .mainv-img img.m {
    display: block;
  }
  .mainv-txt {
    width: 480px;
  }
  .mainV .regist-btns {
    bottom: 16%;
    transform: translate(-50%, 20px);
    width: 100%;
    padding: 0 20px;
  }
  .mainV .regist-btns > div {
    width: 50%;
  }
  .mainV .btn-regist-confirm {
    border-width: 4px;
  }
  .mainV .regist-btns a {
    font-size: 18px;
  }
  .mainv-sponsor {
    width: 260px;
  }
}

@media (max-width: 520px) {
  .mainv-txt {
    width: calc(100% - 50px);
    margin-top: 200px;
  }
  .mainV .regist-btns > div {
    height: 64px;
  }
  .mainV .regist-btns a {
    font-size: 16px;
  }
  .mainv-sponsor {
    width: 220px;
  }
}

/* 공통 */
.sec-tit {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 700;
}

/* 내용없을때 */
.no-contents {
  padding: 120px 0;
  text-align: center;
}
.no-contents img {
  width: 140px;
}
.no-contents p {
  margin-top: 40px;
  font-size: 44px;
  font-weight: 700;
  color: var(--gray3);
}

@media (max-width: 1024px) {
  .sec-tit {
    margin-bottom: 40px;
    font-size: 45px;
  }

  /* 내용없을때 */
  .no-contents {
    padding: 100px 0;
  }
  .no-contents img {
    width: 140px;
  }
  .no-contents p {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .sec-tit {
    margin-bottom: 30px;
    font-size: 32px;
  }

  /* 내용없을때 */
  .no-contents {
    padding: 80px 0;
  }
  .no-contents img {
    width: 110px;
  }
  .no-contents p {
    font-size: 28px;
  }
}

/* ---------------- fesInfo ---------------- */
.fesInfo {
  position: relative;
  margin-top: -1px;
  padding: 140px 0;
  background: url(../images/bg-sec2.jpg) no-repeat center center/cover;
}
.fesInfo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(18, 34, 69, 0.9) 30%,
    rgba(18, 34, 69, 0) 70%
  );
}
.fesInfo .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.fesInfo .txt-area {
  margin-right: 40px;
  color: var(--white-color);
  letter-spacing: -0.2px;
}
.fesInfo .txt-area h2 {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: 700;
  line-height: 146%;
  word-break: keep-all;
}
.fesInfo .txt-area .contents {
  font-size: 18px;
  line-height: 180%;
  word-break: keep-all;
}
.fesInfo .txt-area .contents p {
  margin-bottom: 30px;
}

.fesInfo .menu-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  width: 590px;
}
.fesInfo .menu-area .menuCon {
  position: relative;
  width: 280px;
  height: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
  color: var(--white-color);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fesInfo .menu-area .menuCon:nth-child(even) {
  margin-right: 0;
}
.fesInfo .menu-area .menuCon:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.fesInfo .menu-area .exhibition {
  background-image: url(../images/fes01.jpg);
}
.fesInfo .menu-area .conference {
  background-image: url(../images/fes02.jpg);
}
.fesInfo .menu-area .awards {
  background-image: url(../images/fes03.jpg);
}
.fesInfo .menu-area .events {
  background-image: url(../images/fes04.jpg);
}
.fesInfo .menu-area .menuCon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.4;
  border-radius: 20px;
  transition: all 0.4s;
}
.fesInfo .menu-area .menuCon:hover::after {
  opacity: 0.6;
}
.fesInfo .menu-area .menuCon a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
}
.fesInfo .menu-area .menuCon img {
  width: 22px;
  margin-left: 16px;
  transition: all 0.2s;
}
.fesInfo .menu-area .menuCon:hover img {
  margin-left: 30px;
  transform: translate(0, -10px);
}

@media (max-width: 1600px) {
  .fesInfo .txt-area {
    width: calc(100% - 680px);
  }
  .fesInfo .menu-area {
    width: 600px;
  }
  .fesInfo .menu-area .menuCon {
    width: 280px;
    height: 360px;
  }
}

@media (max-width: 1200px) {
  .fesInfo::after {
    background-image: linear-gradient(
      to bottom,
      rgba(18, 34, 69, 0.9) 30%,
      rgba(18, 34, 69, 0) 70%
    );
  }
  .fesInfo .inner {
    flex-direction: column;
  }
  .fesInfo .txt-area {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .fesInfo .txt-area h2 br:first-child {
    display: none;
  }
  .fesInfo .txt-area .contents p {
    margin-bottom: 20px;
    word-break: keep-all;
  }
  .fesInfo .txt-area .contents p br {
    display: none;
  }
  .fesInfo .menu-area {
    justify-content: space-between;
    width: 100%;
  }
  .fesInfo .menu-area .menuCon {
    width: 48%;
    height: 320px;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .fesInfo {
    padding: 100px 0;
  }
  .fesInfo .txt-area h2 {
    font-size: 34px;
  }
  .fesInfo .txt-area .contents {
    font-size: 18px;
  }
  .fesInfo .menu-area .menuCon:hover::after {
    opacity: 0.4;
  }
  .fesInfo .menu-area .menuCon a {
    font-size: 24px;
  }
  .fesInfo .menu-area .menuCon img {
    width: 18px;
  }
  .fesInfo .menu-area .menuCon:hover img {
    margin-left: 16px;
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  .fesInfo .txt-area h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .fesInfo .txt-area h2 br:first-child {
    display: block;
  }
  .fesInfo .txt-area .contents {
    font-size: 15px;
  }
  .fesInfo .menu-area .menuCon {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .fesInfo .menu-area .menuCon:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
  .fesInfo .menu-area .menuCon:last-child {
    margin-bottom: 0;
  }
  .fesInfo .menu-area .menuCon a {
    font-size: 18px;
  }
  .fesInfo .menu-area .menuCon img {
    width: 16px;
  }
}

/* ---------------- speakers ---------------- */
.speakers {
  padding: 140px 120px;
  color: #fff;
  background-image: linear-gradient(to right, #112141 10%, #000209 83%);
}
.speakers .sec-tit {
}
.speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
}
.speakers .speakers-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 18%) / 4);
  margin-right: 6%;
  color: #3b4353;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  background-color: #d8dde8;
}
.speakers .speakers-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.speakers .speakers-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.speakers .speakers-list li:nth-child(4) {
  margin-right: 0;
  transition-delay: 0.3s;
}

@media (max-width: 1400px) {
  .speakers {
    padding: 180px 25px;
  }
  .speakers .speakers-list li {
    width: calc((100% - 9%) / 4);
    margin-right: 3%;
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .speakers .speakers-list li {
    font-size: 28px;
  }
  .speakers .speakers-list li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .speakers .speakers-list li:nth-child(3),
  .speakers .speakers-list li:nth-child(4) {
    transition-delay: inherit;
  }
  .speakers .speakers-list li:nth-child(2) {
    margin-right: 0;
    transition-delay: 0.1s;
  }
  .speakers .speakers-list li:nth-child(3) {
    transition-delay: 0s;
  }
  .speakers .speakers-list li:nth-child(4) {
    transition-delay: 0.1s;
  }
}

@media (max-width: 768px) {
  .speakers {
    padding: 120px 25px;
  }
}

@media (max-width: 520px) {
  .speakers .speakers-list li {
    font-size: 24px;
  }
  .speakers .speakers-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .speakers .speakers-list li:nth-child(2),
  .speakers .speakers-list li:nth-child(3),
  .speakers .speakers-list li:nth-child(4) {
    transition-delay: 0s;
  }
}

.mainPage footer {
  margin-top: 0;
}

/* ---------------- 서브페이지 타이틀영역 ---------------- */
.page-tit-area {
  margin: 40px 0;
}
.page-tit-area h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 126%;
}
.page-tit-area .breadcrum {
  position: absolute;
  top: -15px;
  right: 200px;
  display: flex;
  align-items: center;
}
.page-tit-area .breadcrum a {
  color: var(--gray4);
}
.page-tit-area .breadcrum .current {
  color: var(--black-color);
}
.page-tit-area .breadcrum span {
  margin: 0 20px;
}
.page-tit-area .breadcrum span img {
  width: 6px;
  vertical-align: inherit;
}

@media (max-width: 1600px) {
  .page-tit-area .breadcrum {
    right: 25px;
  }
}

@media (max-width: 1024px) {
  .page-tit-area {
    margin: 30px 0;
  }
  .page-tit-area h2 {
    font-size: 42px;
  }
  .page-tit-area .breadcrum {
    right: 25px;
    font-size: 15px;
  }
  .page-tit-area .breadcrum span img {
    width: 5px;
  }
}

@media (max-width: 768px) {
  .page-tit-area {
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0;
  }
  .page-tit-area h2 {
    word-break: keep-all;
    font-size: 28px;
  }
  .page-tit-area .breadcrum {
    position: static;
    margin-bottom: 14px;
    font-size: 14px;
  }
  .page-tit-area .breadcrum span img {
    width: 4px;
  }
}

/* ---------------- 사전등록 페이지 ---------------- */
.registrationPage {}
.registrationPage .subtit {
  margin-bottom: 8px;
  line-height: 130%;
}
.registration-noti {
  margin-bottom: 120px;
}
.registration-noti ul {
  padding: 40px 24px;
  border: 1px solid var(--gray6);
}
.registration-noti li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 130%;
}
.registration-noti li:last-child {
  margin-bottom: 0;
}
.registration-noti li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: var(--gray5);
  border-radius: 50%;
}

.registration-cont {
}

.registration-cont .participation-sec {
  margin-bottom: 100px;
}
.registration-cont .participation-sec-last {
  margin-bottom: 60px;
}
.registration-cont .participation-sec-tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.registration-cont .con-table {
  width: 100%;
}
.registration-cont .con-table th .bold {
  font-weight: 800;
}
.registration-cont .con-table th {
  vertical-align: top;
  line-height: 150%;
  font-size: 18px;
}
.registration-cont .con-table td {
  width: 25%;
  font-size: 18px;
  vertical-align: top;
}
.registration-cont .con-table .evt {
  margin-bottom: 10px;
  line-height: 130%;
}
.registration-cont .con-table .time {
  color: var(--gray6);
  line-height: 130%;
  font-size: 18px;
}
.registration-cont .con-table .square {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid var(--gray7);
  transform: translateY(-1px);
}
.registration-cont .con-table ul li:not(:last-child) {
  margin-bottom: 6px;
}

.registration-cont .participant-info {
  margin-bottom: 120px;
}
.registration-cont .participant-info-tit .sub {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 140%;
}
.registration-cont .participant-info-tit h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.registration-cont .input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.registration-cont .input-container {
  width: 48%;
}
.registration-cont .input-container:last-child {
  margin-bottom: 0;
}
.registration-cont .input-tit {
  margin-bottom: 10px;
}
.registration-cont .essential {
  display: inline-block;
  margin-left: 4px;
  color: var(--red-color);
  font-size: 13px;
}
.registration-cont .input-box {
  width: 100%;
  height: 52px;
  border: 1px solid var(--gray4);
  border-radius: 6px;
  overflow: hidden;
}
.registration-cont .input-box input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.registration-cont .input-box input::placeholder {
  color: var(--gray4);
}
.registration-cont .mail {
  width: 100%;
}
.registration-cont .mail .input-box {
  display: flex;
  align-items: center;
  column-gap: 16px;
  border: none;
}
.registration-cont .mail .input-box input {
  width: 220px;
  border: 1px solid var(--gray4);
  border-radius: 6px;
}
.registration-cont .mail .input-box select {
  width: 200px;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid var(--gray4);
  border-radius: 6px;
  background: url(../images/arr-dropdown-black.png) no-repeat 95% center/10px
    auto;
}
.registration-cont .gender-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.registration-cont .gender-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.registration-cont .gender-option input[type="radio"] {
  display: none;
}
.registration-cont .custom-radio {
  width: 16px;
  height: 16px;
  border: 1px solid var(--gray6);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}
.registration-cont .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.registration-cont .gender-option input:checked + .custom-radio {
  border-color: #3b82f6;
}
.registration-cont .gender-option input:checked + .custom-radio::after {
  background-color: #3b82f6;
}
.registration-cont .label-text {
  font-size: 16px;
  transition: color 0.2s ease;
}
.registration-cont .gender-option input:checked ~ .label-text {
  color: #3b82f6;
}

.regist-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.registration-cont .agree {
  line-height: 130%;
}
.registration-cont .agree label {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.registration-cont .agree label input {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.registration-cont .agree label span {
  white-space: nowrap;
}
.registration-cont .agree #agreecheck {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.registration-cont .btn-ragistration {
  text-align: center;
}
.registration-cont .btn-ragistration button {
  width: 280px;
  height: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-image: linear-gradient(81deg, #20a2f4 10%, #247de8 83%);
  border-radius: 8px;
}

@media (max-width: 1280px) {
  .registration-cont .con-table {}
  .registration-cont .input-wrap {}
}

@media (max-width: 1024px) {
  .registrationPage .subtit {
    font-size: 24px;
  }
  .registration-noti {
    margin-bottom: 60px;
  }
  .registration-noti ul {
    padding: 24px 20px;
  }
  .registration-noti li {
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .registration-cont .participation-sec,
  .registration-cont .participant-info {
    display: block;
  }
  .registration-cont .participation-sec {
    margin-bottom: 60px;
  }
  .registration-cont .participation-sec-last {
    margin-bottom: 40px;
  }
  .registration-cont .participation-sec-tit,
  .registration-cont .participant-info-tit,
  .registration-cont .participant-info-tit h3 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .registration-cont .participant-info-tit .sub {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .registration-cont .participant-info-tit .sub br {
    display: none;
  }
  .registration-cont .con-table,
  .registration-cont .input-wrap {}
  .registration-cont .con-table .evt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .registration-cont .con-table .time {
    font-size: 14px;
  }
  .registration-cont .input-box {
    height: 48px;
  }
  .regist-bottom {
    justify-content: center;
  }
  .registration-cont .agree,
  .registration-cont .btn-ragistration {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .registrationPage .page-tit-area {
    flex-direction: column;
  }
  .registrationPage .page-tit-area .breadcrum {
    order: -1;
  }
  .registrationPage .subtit {
    font-size: 18px;
  }
  .registration-noti li {
    font-size: 14px;
  }
  .registration-cont .participation-sec-tit,
  .registration-cont .participant-info-tit h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .registration-cont .participant-info {
    margin-bottom: 80px;
  }
  .registration-cont .input-wrap {
    row-gap: 16px;
  }
  .registration-cont .input-container {
    width: 100%;
  }
  .registration-cont .mail .input-box {
    flex-wrap: wrap;
    row-gap: 10px;
    height: auto;
  }
  .registration-cont .mail .input-box input {
    width: calc((100% - 47px) / 2);
    height: 40px;
  }
  .registration-cont .mail .input-box select {
    width: 100%;
    height: 40px;
  }
  .registration-cont .label-text {
    font-size: 14px;
  }
  .registration-cont .con-table td {
    width: 30%;
  }
  .registration-cont .con-table .evt {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .registration-cont .con-table .time {
    font-size: 12px;
  }
  .registration-cont .participant-info-tit .sub {
    font-size: 16px;
  }
  .registration-cont .input-tit {
    font-size: 13px;
  }
  .registration-cont .input-box {
    height: 42px;
  }
  .registration-cont .input-box input {
    font-size: 14px;
  }
  .registration-cont .input-box input::placeholder {
    font-size: 14px;
  }
  .registration-cont .con-table .square {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .registration-cont .agree {
    font-size: 14px;
  }
  .registration-cont .agree #agreecheck {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .registration-cont .btn-ragistration button {
    max-width: 400px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .registration-cont .con-table .box-wrap > *:first-child {
    width: 10%;
  }
  .registration-cont .con-table .th {
    font-size: 14px;
  }
  .registration-cont .con-table .td-wrap {
    width: calc(100% - 10%);
  }
}

/* ---------------- 인사말 페이지 ---------------- */
.greetingPage {
}
.greetingPage .page-tit-area {
  padding: 100px 0;
  margin-top: 0;
  background-color: var(--black-color);
}
.greetingPage .page-tit-area h2 {
  text-align: center;
  color: #fff;
}
.greetingPage .page-tit-area .breadcrum {
  top: 20px;
}
.greetingPage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}

.greetingPage .tabM button:nth-child(2) {
  border-right: 1px solid var(--gray7);
}
.greetingPage .greeting-wrap {
  display: flex;
  /* align-items: flex-start; */
  gap: 80px;
}
.greetingPage .left-img {
  width: 26%;
}
.greetingPage .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.greetingPage .greeting-cont-img {
  width: calc(74% - 80px);
}
.greetingPage .greeting-cont-img img {
  display: none;
  width: 100%;
}
.greetingPage .greeting-cont-img .greeting-1000 {
  display: block;
}
.greetingPage .greeting-cont-img .greeting-768 {
}
.greetingPage .greeting-cont-img .greeting-576 {
}
.greetingPage .greeting-cont-img .greeting-420 {
}
.greetingPage .greeting-cont {
  width: calc(100% - 480px);
  transition-delay: 0.2s;
}
.greetingPage .greeting-cont p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 180%;
}

@media (max-width: 1600px) {
  .greetingPage .greeting-wrap {
    gap: 60px;
  }
  .greetingPage .greeting-cont-img {
    width: calc(74% - 60px);
  }
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: block;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
  }
  .greetingPage .greeting-cont-img .greeting-420 {
  }
}

@media (max-width: 1340px) {
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: block;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
  }
  .greetingPage .greeting-cont-img .greeting-420 {
  }
}

@media (max-width: 1120px) {
  .greetingPage .greeting-wrap {
    gap: 40px;
  }
  .greetingPage .greeting-cont-img {
    width: calc(74% - 40px);
  }
}

@media (max-width: 1024px) {
  .greetingPage .page-tit-area {
    padding: 80px 0;
  }
  .greetingPage .greeting-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .greetingPage .left-img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    margin: 0 auto;
  }
  .greetingPage .greeting-cont {
    width: 100%;
  }
  .greetingPage .greeting-cont-img {
    width: 100%;
  }
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: block;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
  }
  .greetingPage .greeting-cont-img .greeting-420 {
  }
  .greetingPage .greeting-cont p {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .greetingPage .page-tit-area {
    padding: 60px 0;
  }
  .greetingPage .page-tit-area .breadcrum {
    position: absolute;
    right: auto;
    left: 20px;
  }
  .greetingPage .left-img {
    width: 100%;
    max-width: 360px;
    height: 380px;
    margin: 0 auto;
  }
  .greetingPage .greeting-wrap {
    gap: 30px;
  }
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: block;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
  }
  .greetingPage .greeting-cont-img .greeting-420 {
  }
  .greetingPage .greeting-cont p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
    display: block;
  }
  .greetingPage .greeting-cont-img .greeting-420 {
  }
}

@media (max-width: 420px) {
  .greetingPage .left-img {
    max-width: 280px;
    height: 280px;
  }
  .greetingPage .greeting-cont-img .greeting-1000 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-768 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-576 {
    display: none;
  }
  .greetingPage .greeting-cont-img .greeting-420 {
    display: block;
  }
}

/* ---------------- 행사소개 페이지 ---------------- */
.overviewevtPage {
}
.overviewevtPage .overviewCon {
  display: flex;
  align-items: center;
}
.overviewevtPage .overviewCon .poster {
  margin-right: 100px;
  transition-delay: 0.2s;
}
.overviewevtPage .overviewCon .poster img {
}

.overviewevtPage .overviewCon .infoList {
  width: calc(100% - 420px);
  border-top: 2px solid var(--gray7);
  transition-delay: 0.3s;
}
.overviewevtPage .overviewCon .infoList li {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 30px;
  font-size: 20px;
  line-height: 150%;
  border-bottom: 1px solid var(--gray3);
}
.overviewevtPage .overviewCon .infoList .tit {
  flex-shrink: 0;
  width: 24%;
  padding-right: 10px;
  font-weight: 700;
}
.overviewevtPage .overviewCon .infoList .cont {
}

@media (max-width: 1200px) {
  .overviewevtPage .overviewCon .poster {
    margin-right: 40px;
  }
  .overviewevtPage .overviewCon .infoList {
    width: calc(100% - 360px);
  }
  .overviewevtPage .overviewCon .infoList li {
    padding: 0 10px;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .overviewevtPage .overviewCon {
    flex-direction: column;
  }
  .overviewevtPage .overviewCon .poster {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .overviewevtPage .overviewCon .infoList {
    width: 100%;
  }
  .overviewevtPage .overviewCon .infoList li {
    height: 84px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .overviewevtPage .overviewCon .infoList li {
    font-size: 14px;
  }
  .overviewevtPage .overviewCon .infoList .tit {
    width: 30%;
    word-break: keep-all;
  }
}

/* ---------------- 행사일정 페이지 ---------------- */
.schedulegnexPage {
}
.schedulegnex-cont {
}
.schedulegnex-cont .day-wrap {
  margin-bottom: 100px;
}
.schedulegnex-cont .day-wrap:last-child {
  margin-bottom: 0;
}
.schedulegnex-cont .date {
  margin-bottom: 30px;
  font-size: 32px;
}
.schedulegnex-cont .date span {
  margin-right: 14px;
}
.schedulegnex-cont .con-table {
}
.schedulegnex-cont table {
}
.schedulegnex-cont tr {
}
.schedulegnex-cont tr:nth-child(odd) {
  background-color: #f4f6f9;
}
.schedulegnex-cont th {
}
.schedulegnex-cont td {
}
.schedulegnex-cont .time {
  font-size: 18px;
}
.schedulegnex-cont .evt {
}
.schedulegnex-cont .con-table tr {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.schedulegnex-cont .con-table tr.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .schedulegnex-cont .day-wrap {
    margin-bottom: 80px;
  }
  .schedulegnex-cont .date {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .schedulegnex-cont .time {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .schedulegnex-cont .day-wrap {
    margin-bottom: 60px;
  }
  .schedulegnex-cont .date {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .schedulegnex-cont .date span {
    margin-right: 10px;
  }
  .schedulegnex-cont .con-table th {
    width: 5%;
  }
  .schedulegnex-cont .time {
    font-size: 14px;
  }
}

/* ---------------- 컨벤션일정 페이지 ---------------- */
.scheduleconvenPage .schedulegnex-cont .con-table tr {
  opacity: 1;
  transform: translateY(0);
}
.scheduleconvenPage .schedulegnex-cont .con-table {
  width: 100%;
  overflow-x: auto;
}
.scheduleconvenPage .schedulegnex-cont .con-table table {
  min-width: 1000px;
}
.scheduleconvenPage .schedulegnex-cont tr:nth-child(odd) {
  background-color: #fff;
}
.scheduleconvenPage .con-table .scroll-fade-in {
  transform: translate(20px, 0);
}
.scheduleconvenPage .con-table .scroll-fade-in.show {
  transform: translate(0, 0);
}
.scheduleconvenPage .trandel-1 {
  transition-delay: 0.1s;
}
.scheduleconvenPage .trandel-2 {
  transition-delay: 0.2s;
}
.scheduleconvenPage .trandel-3 {
  transition-delay: 0.3s;
}
.scheduleconvenPage .trandel-4 {
  transition-delay: 0.4s;
}
.scheduleconvenPage .trandel-5 {
  transition-delay: 0.5s;
}

.scheduleconvenPage .evt {
  width: 300px;
}

.scheduleconvenPage .nobg {
  background-color: transparent;
  border: none;
}
.scheduleconvenPage .g1bg {
  background-color: #fff;
}
.scheduleconvenPage .g2bg {
  background-color: #f4f5f8;
}
.scheduleconvenPage .g6bg {
  color: #fff;
  background-color: var(--gray5);
}

@media (max-width: 1280px) {
  .scheduleconvenPage .evt {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .scheduleconvenPage .schedulegnex-cont .con-table th {
    width: auto;
  }
  .scheduleconvenPage .trandel-1,
  .scheduleconvenPage .trandel-2,
  .scheduleconvenPage .trandel-3,
  .scheduleconvenPage .trandel-4,
  .scheduleconvenPage .trandel-5 {
    transition-delay: 0s;
  }
}

/* ---------------- 주요연사 페이지 ---------------- */
.speakersPage {
}
.speakersPage .page-tit-area {
  padding: 100px 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--black-color);
}
.speakersPage .page-tit-area .sub-tit {
  margin-bottom: 14px;
  color: var(--gray2);
  text-align: center;
  font-size: 24px;
}
.speakersPage .page-tit-area h2 {
  text-align: center;
  color: #fff;
  transition-delay: 0.1s;
}
.speakersPage .page-tit-area .breadcrum {
  top: 20px;
}
.speakersPage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}

.speakersPage .tabM {
  width: 100%;
}
.speakersPage .tabM button {
  width: 50%;
  line-height: 130%;
  border-color: var(--black-color);
}
.speakersPage .tabM button:hover {
  color: var(--white-color);
  background-color: var(--black-color);
}
.tabM button:nth-child(2) {
  border-right: 1px solid var(--black-color);
}
.speakersPage .tabM button.active {
  background-color: var(--black-color);
}
.speakers-cont-wrap .tabContent {
  margin-top: 0;
}
.speakers-cont {
  margin-bottom: 120px;
}
.speakers-cont:last-child {
  margin-bottom: 0;
}
.speakers-cont-tit {
  position: relative;
  padding: 34px 0 46px;
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
  background-color: #0c1641;
  transform: translateY(80px);
  transition-delay: 0.2s;
}
.ai-field .speakers-cont-tit {}
.speakers-cont-tit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  width: 35px;
  height: 35px;
  background: url(../images/trangle_navy.png) no-repeat center top/contain;
  transform: translateX(-50%);
}
/* 251119 수정 */
.speakers-cont-tit.seminar::after {
  background-image: url(../images/trangle_green.png);
}
.speakers-cont-tit .t1 {
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 700;
}
.speakers-cont-tit .t2 {
  font-size: 20px;
  line-height: 140%;
}
.speakers-cont-tit .line {
  max-width: 520px;
  height: 1px;
  margin: 20px auto;
  background-color: #ec7e3f;
}
.speakers-cont-tit .t3 {
  font-size: 20px;
}

.speakers-item-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
.speakers-item {
  width: calc((100% - 80px) / 5);
  transform: translateY(20px) scale(0);
}
.speakers-item.show {
  transform: translateY(0) scale(1);
}
.speakers-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #3b4353;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  background-color: #fcfdff;
}
.speakers-item .image img {
  width: 100%;
}

@media (max-width: 1024px) {
  .speakersPage .page-tit-area {
    padding: 80px 0;
  }

  .speakers-cont-tit .t1 {
    font-size: 34px;
  }
  .speakers-cont-tit .t2 {
    font-size: 18px;
  }
  .speakers-cont-tit .t3 {
    font-size: 18px;
  }

  .speakers-item-wrap {
    gap: 20px;
  }
  .speakers-item {
    width: calc((100% - 40px) / 3);
    padding: 12px;
  }
  .speakers-item .image {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .speakersPage .page-tit-area {
    padding: 70px 0 50px;
  }
  .speakersPage .page-tit-area .sub-tit {
    order: 2;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .speakersPage .page-tit-area h2 {
    order: 1;
  }
  .speakersPage .page-tit-area .breadcrum {
    position: absolute;
    right: auto;
    left: 20px;
  }

  .speakersPage .tabM button:hover {
    color: var(--black-color);
    background-color: transparent;
  }

  .speakers-cont {
    margin-bottom: 60px;
  }
  .speakers-cont-tit {
    padding: 24px 0 30px;
    margin-bottom: 40px;
  }
  .speakers-cont-tit::after {
    width: 26px;
    height: 26px;
  }
  .speakers-cont-tit .t1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .speakers-cont-tit .t2 {
    font-size: 14px;
    line-height: 140%;
  }
  .speakers-cont-tit .line {
    max-width: 80%;
    margin: 16px auto;
  }
  .speakers-cont-tit .t3 {
    font-size: 14px;
  }

  .speakers-item-wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  .speakers-item {
    max-width: none;
    width: 100%;
  }
  .speakers-item:first-child {
    transition-delay: 0.2s;
  }
  .ai-field .speakers-item:first-child {
    transition-delay: 0.4s;
  }
  .speakers-item .image {
    font-size: 28px;
  }
}

/* 공통 탭메뉴 */
.tabM {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tabM button {
  width: 420px;
  height: 74px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid var(--gray7);
}
.tabM button:nth-child(1),
.tabM button:nth-child(2) {
  border-right: none;
}
.tabM button.active {
  color: var(--white-color);
  background-color: var(--gray7);
}

.tabContent {
  display: none;
  margin-top: 100px;
}
.tabContent.active {
  display: block;
}

@media (max-width: 1300px) {
  .tabM {
    width: calc(100% - 50px);
  }
  .tabM button {
    width: 33.333%;
  }
}

@media (max-width: 1024px) {
  .tabM button {
    height: 64px;
    font-size: 18px;
  }

  .tabContent {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .tabM.vertical {
    flex-direction: column;
  }
  .tabM.vertical button {
    width: 100%;
    height: 54px;
    font-size: 16px;
  }
  .tabM.vertical button:nth-child(1),
  .tabM.vertical button:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid var(--gray7);
  }

  .tabM.horizontal button {
    height: 54px;
    font-size: 16px;
  }

  .tabContent {
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .tabM.horizontal button {
    height: 50px;
    font-size: 14px;
  }
}

/* 공통 표 */
.con-table {
}
.con-table .box-wrap {
  display: flex;
}
.con-table .th {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  color: var(--white-color);
  background-color: var(--gray7);
}
.con-table .th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray3);
  z-index: 1;
}
.con-table .box-wrap:last-child .th::after {
  display: none;
}
.con-table .cont {
  width: calc(100% - 380px);
}
.con-table .cont li {
  display: flex;
  align-items: center;
  min-height: 80px;
  width: 100%;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 150%;
  border: 1px solid var(--gray3);
  border-left: none;
  border-bottom: none;
}
.con-table .box-wrap:last-child .cont li:last-child {
  border-bottom: 1px solid var(--gray3);
}

@media (max-width: 1200px) {
  .con-table .tit {
    width: 300px;
    font-size: 20px;
  }
  .con-table .cont {
    width: calc(100% - 300px);
  }
  .con-table .cont li {
    min-height: 74px;
    padding: 15px 20px;
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .con-table .tit {
    width: 240px;
    border-bottom: none;
  }
  .con-table .cont {
    width: calc(100% - 240px);
  }
}

@media (max-width: 768px) {
  .con-table .box-wrap {
    flex-direction: column;
  }
  .con-table .th {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }
  .con-table .cont {
    width: 100%;
  }
  .con-table .cont li {
    padding: 15px 10px;
    font-size: 16px;
    border-left: 1px solid var(--gray3);
  }
}

/* ---------------- ABOUT > 행사장위치 페이지 ---------------- */
.locationgnexPage {
}
.locationgnexPage .map {
}
.locationgnexPage .googlemap {
  width: 100%;
  height: 420px;
  background: url(../images/map_img.png) no-repeat center center/cover;
}

.locationgnexPage .mapInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.locationgnexPage .mapInfo .address {
  font-size: 20px;
}
.locationgnexPage .mapInfo .address span {
  margin-right: 15px;
}
.locationgnexPage .mapLink {
  display: flex;
}
.locationgnexPage .mapLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 54px;
  margin-right: 20px;
  border: 1px solid var(--gray3);
  transition: all 0.2s;
}
.locationgnexPage .mapLink a:last-child {
  margin-right: 0;
}
.locationgnexPage .mapLink a:hover {
  border-color: var(--key-color);
}
.locationgnexPage .mapLink img {
  width: 18px;
  margin-right: 14px;
}
.locationgnexPage .mapLink span {
  font-size: 18px;
}

.locationgnexPage .transport {
  margin-top: 120px;
}
.locationgnexPage .tabM {
}
.locationgnexPage .tabContent-wrap {
}

@media (max-width: 1200px) {
  .locationgnexPage .googlemap {
    height: 380px;
  }

  .locationgnexPage .mapInfo .address {
    font-size: 18px;
  }
  .locationgnexPage .mapLink a {
    width: 140px;
    height: 50px;
  }
  .locationgnexPage .mapLink img {
    margin-right: 10px;
  }
  .locationgnexPage .mapLink span {
    font-size: 16px;
  }

  .locationgnexPage .transport {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .locationgnexPage .mapLink a {
    width: 50px;
    border-radius: 50%;
  }
  .locationgnexPage .mapLink img {
    margin-right: 0;
  }
  .locationgnexPage .mapLink span {
    display: none;
  }
}

@media (max-width: 768px) {
  .locationgnexPage .googlemap {
    height: 320px;
  }
  .locationgnexPage .mapInfo {
    flex-direction: column;
    text-align: center;
  }
  .locationgnexPage .mapInfo .address span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .locationgnexPage .mapLink {
    margin-top: 30px;
  }
}

/* ---------------- ABOUT > 전시장안내도 페이지 ---------------- */
.venuemapPage {
}
.venuemap-cont {
}
.venuemap-cont img {
  width: 100%;
}

/* ---------------- EXHIBITION > 참여대학 페이지 ---------------- */
.universitiesPage {
}
.universitiesPage .cont-list {
  display: flex;
  flex-wrap: wrap;
}
.universitiesPage .list-item {
  position: relative;
  width: calc((100% - 96px) / 4);
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 10px 20px 20px;
  border: 1px solid var(--gray3);
}
.universitiesPage .list-item:nth-child(4n) {
  margin-right: 0;
  transition-delay: 0.3s;
}
.universitiesPage .list-item:nth-child(4n + 2) {
  transition-delay: 0.1s;
}
.universitiesPage .list-item:nth-child(4n + 3) {
  transition-delay: 0.2s;
}
.universitiesPage .list-item a {
  display: block;
}
.universitiesPage .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.universitiesPage .list-img img {
  width: 90%;
  height: 80%;
  object-fit: contain;
}
.universitiesPage .list-tit {
  margin-top: 10px;
  padding-top: 30px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 150%;
  white-space: nowrap;
  border-top: 1px solid var(--gray3);
}
.universitiesPage .btn_view {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 26px;
  height: 26px;
}
.universitiesPage .btn_view span {
  position: absolute;
  left: 50%;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--gray5);
  transition: all 0.1s ease-out;
}
.universitiesPage .btn_view .line1 {
  top: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.universitiesPage .btn_view .line2 {
  bottom: 50%;
  width: 2px;
  height: 20px;
  transform: translate(-50%, 50%);
}
.universitiesPage .list-item:hover .btn_view .line1 {
  top: 67.5%;
  width: 14px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.universitiesPage .list-item:hover .btn_view .line2 {
  bottom: 67.5%;
  height: 14px;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.universitiesPage .modal-cont .univ-name {
  font-size: 34px;
  font-weight: 700;
}
.universitiesPage .modal-cont .gotowebsite {
  position: absolute;
  top: 50px;
  right: 30px;
  display: flex;
  height: 34px;
  padding: 0 20px;
  line-height: 32px;
  border: 1px solid var(--black-color);
  border-radius: 30px;
  cursor: pointer;
}
.universitiesPage .modal-cont .gotowebsite img {
  width: 12px;
  margin-left: 10px;
}
.universitiesPage .modal-cont-wrap {
  margin-top: 40px;
}
.universitiesPage .con-table .th {
  width: 240px;
  font-size: 20px;
}
.universitiesPage .con-table .cont {
  width: calc(100% - 260px);
}
.universitiesPage .con-table .cont li {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .universitiesPage .list-item {
    width: calc((100% - 64px) / 3);
  }
  .universitiesPage .list-item:nth-child(4n) {
    margin-right: 32px;
  }
  .universitiesPage .list-item:nth-child(4n + 2),
  .universitiesPage .list-item:nth-child(4n + 3),
  .universitiesPage .list-item:nth-child(4n) {
    transition-delay: inherit;
  }
  .universitiesPage .list-item:nth-child(3n + 2) {
    transition-delay: 0.1s;
  }
  .universitiesPage .list-item:nth-child(3n) {
    margin-right: 0;
    transition-delay: 0.2s;
  }
  .universitiesPage .list-tit {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .universitiesPage .list-item {
    width: calc((100% - 40px) / 3);
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .universitiesPage .list-item:nth-child(4n) {
    margin-right: 20px;
  }
  .universitiesPage .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .universitiesPage .list-img {
    height: 80px;
  }
  .universitiesPage .list-tit {
    padding-top: 20px;
    padding-right: 25px;
  }
  .universitiesPage .btn_view {
    bottom: 18px;
    right: 15px;
  }
  .universitiesPage .btn_view .line1 {
    width: 16px;
    height: 2px;
  }
  .universitiesPage .btn_view .line2 {
    width: 2px;
    height: 16px;
  }
  .universitiesPage .list-item:hover .btn_view .line1 {
    top: 50%;
    width: 16px;
    transform: translate(-50%, -50%);
  }
  .universitiesPage .list-item:hover .btn_view .line2 {
    bottom: 50%;
    height: 16px;
    transform: translate(-50%, 50%);
  }
  .universitiesPage .modal-cont .univ-name {
    font-size: 28px;
  }
  .universitiesPage .modal-cont .gotowebsite {
    top: 38px;
    right: 20px;
  }
  .universitiesPage .con-table .th {
    width: 220px;
    font-size: 18px;
  }
  .universitiesPage .con-table .cont {
    width: calc(100% - 220px);
  }
  .universitiesPage .con-table .cont li {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .universitiesPage .list-item {
    width: calc((100% - 15px) / 2);
    padding: 10px;
    margin-right: 15px;
  }
  .universitiesPage .list-item:nth-child(4n) {
    margin-right: 15px;
  }
  .universitiesPage .list-item:nth-child(3n) {
    margin-right: 15px;
  }
  .universitiesPage .list-item:nth-child(3n + 2),
  .universitiesPage .list-item:nth-child(3n) {
    transition-delay: inherit;
  }
  .universitiesPage .list-item:nth-child(2n) {
    margin-right: 0;
    transition-delay: 0.1s;
  }
  .universitiesPage .list-img {
    height: 60px;
  }
  .universitiesPage .list-tit {
    padding-top: 15px;
    padding-right: 14px;
    font-size: 15px;
  }
  .universitiesPage .btn_view {
    right: 3px;
    bottom: 14px;
    width: 20px;
    height: 20px;
  }
  .universitiesPage .btn_view .line1 {
    width: 12px;
    height: 1px;
  }
  .universitiesPage .btn_view .line2 {
    width: 1px;
    height: 12px;
  }

  .universitiesPage .modal-cont-wrap {
    margin-top: 30px;
  }
  .universitiesPage .modal-cont .univ-name {
    font-size: 26px;
  }
  .universitiesPage .modal-cont .gotowebsite {
    top: 36px;
    height: 28px;
    padding: 0 15px 0 12px;
    font-size: 13px;
    line-height: 28px;
  }
  .universitiesPage .modal-cont .gotowebsite img {
    width: 9px;
    margin-left: 6px;
  }
  .universitiesPage .con-table .th {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .universitiesPage .con-table .th::after {
    display: none;
  }
  .universitiesPage .con-table .cont {
    width: 100%;
  }
  .universitiesPage .con-table .cont li {
    min-height: 60px;
    font-size: 16px;
    border-top: none;
  }
}

/* ---------------- 경진대회 페이지 ---------------- */
.challengePage {
  background-color: #101010;
}
.challengePage .page-tit-area {
  color: var(--white-color);
}
.challengePage .sub-page-tit {
  margin-top: 20px;
  font-size: 20px;
  line-height: 126%;
}
.challengePage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}

.challenge-cont {
  margin-top: 100px;
}
.challenge-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px; /* 251120 수정 */
}
.challenge-info ul:first-child {
  width: 42%;
}
.challenge-info ul:last-child {
  width: 56%;
}
.challenge-info li {
  display: flex;
  font-size: 22px;
  color: var(--white-color);
}
.challenge-info li:nth-child(2) {
  transition-delay: 0.1s;
}
.challenge-info li:nth-child(3) {
  transition-delay: 0.2s;
}
.challenge-info li:last-child {
  margin-bottom: 0;
}
.challenge-info .no-cont {
  margin: 0;
}
.challenge-info .operation {
}
.challenge-info li .t1 {
  flex-shrink: 0;
  display: flex; /* 251120 수정 */
  align-items: center; /* 251120 수정 */
  justify-content: center; /* 251120 수정 */
  width: 160px;
  height: 52px;
  text-align: center;
  line-height: 100%; /* 251120 수정 */
  border-radius: 100px;
  border: 2px solid transparent;
  background-image: linear-gradient(#e36d29, #e36d29),
    linear-gradient(160deg, #fdaf82 0%, #ec7e3f 60%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.challenge-info li .t2 {
  width: calc(100% - 180px);
  min-height: 140px;
  margin-top: 10px;
  margin-left: 20px;
  line-height: 150%;
}
.challenge-info li .t2 p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.challenge-info li .t2 p::after {
  content: "";
  position: absolute;
  top: 16px; /* 251120 수정 */
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--white-color);
  /* transform: translateY(-50%); */ /* 251120 수정 */
}
.challenge-info li .t2 p:last-child {
  margin-bottom: 0;
}

.challenge-cont .univ {
  padding: 140px 0;
  color: #fff;
  background: #0c1641 url(../images/chall-bg.jpg) no-repeat center center/cover;
}
/* 251120 수정 */
.challenge-cont .univ .step {
  margin-bottom: 100px;
}
.challenge-cont .univ .step p {
  width: 80%; /* 251120 수정 */
  height: 72px;
  margin: 0 auto;
  padding: 0 40px;
  line-height: 72px;
  font-size: 28px;
  letter-spacing: -0.2px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #2741a6;
  border-radius: 60px;
}
.challenge-cont .univ .step p:nth-child(2) {
  margin-top: 40px; /* 251120 수정 */
  transition-delay: 0.1s;
}
.challenge-cont .univ ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.challenge-cont .univ li {
  width: calc((100% - 30px) / 4); /* 251120 수정 */
}
/* 251120 수정 */
.challenge-cont .univ li:nth-child(4n + 2) {
  transition-delay: 0.1s;
}
/* 251120 수정 */
.challenge-cont .univ li:nth-child(4n + 3) {
  transition-delay: 0.2s;
}
/* 251120 수정 */
.challenge-cont .univ li:nth-child(4n) {
  transition-delay: 0.3s;
}
.challenge-cont .univ a {
  display: block;
  width: 100%;
  height: 100%;
}
.challenge-cont .univ img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.challengePage footer {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .challenge-cont .univ .step {}
  .challenge-cont .univ .step p {
    font-size: 26px;
  }
  /* 251120 수정 */
  /* .challenge-cont .univ li {
    width: calc((100% - 30px) / 4);
  }
  .challenge-cont .univ li:nth-child(5n + 2),
  .challenge-cont .univ li:nth-child(5n + 3),
  .challenge-cont .univ li:nth-child(5n + 4),
  .challenge-cont .univ li:nth-child(5n) {
    transition-delay: inherit;
  }
  .challenge-cont .univ li:nth-child(4n + 2) {
    transition-delay: 0.1s;
  }
  .challenge-cont .univ li:nth-child(4n + 3) {
    transition-delay: 0.2s;
  }
  .challenge-cont .univ li:nth-child(4n) {
    transition-delay: 0.3s;
  } */
}

@media (max-width: 1200px) {
  .challenge-info li {
    font-size: 20px;
  }
  /* 251120 수정 */
  .challenge-info li .t1 {
    width: 180px;
    height: 48px;
  }
  .challenge-info li .t2 {
    width: calc(100% - 186px); /* 251120 수정 */
  }
  .challenge-cont .univ .step p {
    font-size: 24px;
  }
  /* 251120 수정 */
  .challenge-info li .t2 p::after {
    top: 12px;
  }
}

@media (max-width: 1024px) {
  .challenge-cont {
    margin-top: 100px;
  }
  .challenge-info {
    flex-direction: column;
    /* margin-bottom: 100px; */ /* 251120 수정 */
  }
  .challenge-info ul:first-child,
  .challenge-info ul:last-child {
    width: 100%;
  }
  .challenge-info ul:first-child {
    margin-bottom: 30px;
  }
  .challenge-info li {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .challenge-info li:nth-child(2),
  .challenge-info li:nth-child(3) {
    transition-delay: inherit;
  }
  .challenge-info ul:first-child li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .challenge-info ul:first-child li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .challenge-info ul:nth-child(2) li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .challenge-info ul:nth-child(2) li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .challenge-info li .t2 {
    min-height: auto;
    margin-left: 26px;
  }
  .challenge-cont .univ {
    padding: 100px 0;
  }
  .challenge-cont .univ .step {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
    text-align: center;
  }
  .challenge-cont .univ .step p {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .challenge-cont .univ li {
    width: calc((100% - 20px) / 3);
  }
  /* 251120 수정 */
  .challenge-cont .univ li:nth-child(4n + 2),
  .challenge-cont .univ li:nth-child(4n + 3),
  .challenge-cont .univ li:nth-child(4n) {
    transition-delay: inherit;
  }
  .challenge-cont .univ li:nth-child(3n + 2) {
    transition-delay: 0.1s;
  }
  .challenge-cont .univ li:nth-child(3n) {
    transition-delay: 0.2s;
  }
}

@media (max-width: 768px) {
  .challengePage .page-tit-area .breadcrum {
    order: 3;
  }
  .challengePage .page-tit-area h2 {
    order: 2;
  }
  .challengePage .sub-page-tit {
    order: 1;
    margin-top: 16px;
    font-size: 16px;
  }
  .challenge-cont {
    margin-top: 40px;
  }
  .challenge-info {
    /* margin-bottom: 80px; */ /* 251120 수정 */
  }
  .challenge-cont .univ .step p {
    width: 100%;
  }
  .challenge-info ul:first-child {
    margin-bottom: 24px;
  }
  .challenge-info li {
    flex-direction: column;
    margin-bottom: 24px;
    font-size: 16px;
  }
   /* 251120 수정 */
  .challenge-info li .t1 {
    width: 180px;
    height: 36px;
  }
  .challenge-info li .t2 {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    padding-left: 10px;
  }
  .challenge-cont .univ {
    padding: 100px 0;
  }
  .challenge-cont .univ .step {
    margin-bottom: 40px;
  }
  .challenge-cont .univ .step p {
    height: auto;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 130%;
    white-space: wrap;
  }
}

@media (max-width: 576px) {
  .challengePage .sub-page-tit {
    font-size: 3.8vw;
  }
  .challenge-cont .univ .step p {
    font-size: 3.8vw;
  }
  .challenge-cont .univ li {
    width: calc((100% - 10px) / 2);
  }
  /* 251120 수정 */
  .challenge-cont .univ li:nth-child(4n + 2),
  .challenge-cont .univ li:nth-child(4n + 3),
  .challenge-cont .univ li:nth-child(4n),
  .challenge-cont .univ li:nth-child(3n + 2),
  .challenge-cont .univ li:nth-child(3n) {
    transition-delay: inherit;
  }
  .challenge-cont .univ li:nth-child(2n) {
    transition-delay: 0.1s;
  }
}

/* 공통 모달 */
.bkbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.2s ease-in;
}
.bkbg.show {
  opacity: 1;
  visibility: visible;
}

.modal-cont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: calc(100% - 50px);
  padding: 50px 30px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.2s ease-in;
}
.modal-cont.show {
  opacity: 1;
  visibility: visible;
}
.modal-cont .modal-tit {
  position: absolute;
  top: -60px;
  left: 0;
  color: var(--white-color);
  font-weight: 700;
  font-size: 28px;
}
.modal-cont .modal-close {
  position: absolute;
  top: -66px;
  right: 0;
  width: 40px;
  height: 40px;
}
.modal-cont .modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  background-color: var(--white-color);
}
.modal-cont .modal-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-cont .modal-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-cont-wrap {
  max-height: 55vh;
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .modal-cont {
    padding: 40px 20px;
  }
  .modal-cont .modal-tit {
    top: -46px;
    font-size: 24px;
  }
  .modal-cont .modal-close {
    top: -50px;
    right: 0;
    width: 32px;
    height: 32px;
  }
  .modal-cont .modal-close span {
    width: 30px;
  }
}

/* ---------------- EXHIBITION > 참여기업 및 단체 페이지 ---------------- */
.companiesPage {
}

/* 검색바 */
.search-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 400px);
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid var(--gray7);
  border-bottom: 2px solid var(--gray7);
}
.search-area > div {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.search-area .keyword {
  width: 42%;
}
.search-area .cate {
  width: 36%;
}
.search-area .search-tit {
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: 700;
  font-size: 18px;
}
.search-area .inputBox {
  width: 100%;
  height: 54px;
  border: 1px solid var(--gray5);
}
.search-area .inputBox input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 10px;
}
.search-area .inputBox input::placeholder {
  font-size: 16px;
  color: var(--gray4);
}
.search-area .selBox {
  position: relative;
}
.search-area .selBox .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  text-align: left;
  letter-spacing: -0.2px;
  word-spacing: -2px;
  outline: none;
}
.search-area .selBox .selected img {
  width: 14px;
  transition: all 0.2s;
}
.search-area .selBox.open .selected img {
  transform: rotate(180deg);
}
.search-area .selBox .select-list {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 45vh;
  padding: 10px 0;
  border: 1px solid var(--gray5);
  background-color: var(--white-color);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.search-area .selBox.open .select-list {
  opacity: 1;
  visibility: visible;
}
.search-area .selBox .select-list li {
  padding: 0 10px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.2px;
  word-spacing: -2px;
  cursor: pointer;
}
.search-area .selBox .select-list li:hover {
  background-color: var(--gray2);
}

.search-area .search-btn {
  width: calc(100% - 78% - 80px);
  height: 54px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  background-color: var(--gray7);
}

.search-area.onlycate {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.search-area.onlycate .cate {
  width: 280px;
  margin-right: 0;
}

@media (max-width: 1600px) {
  /* 검색바 */
  .search-area {
    width: calc(100% - 50px);
  }
}

@media (max-width: 1024px) {
  .search-area {
    padding: 20px 0;
  }
  .search-area > div {
    margin-right: 20px;
  }
  .search-area .keyword {
    width: 40%;
  }
  .search-area .cate {
    width: 38%;
  }
  .search-area .search-tit {
    font-size: 16px;
  }
  .search-area .inputBox {
    height: 50px;
  }
  .search-area .inputBox input::placeholder {
    font-size: 14px;
  }
  .search-area .selBox .selected {
    font-size: 16px;
  }
  .search-area .selBox .select-list li {
    font-size: 15px;
  }
  .search-area .search-btn {
    width: calc(100% - 78% - 40px);
    height: 50px;
    font-size: 16px;
  }
  .search-area .search-btn {
    font-size: 16px;
  }

  .search-area.onlycate {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .search-area {
    flex-direction: column;
  }
  .search-area > div {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search-area .keyword {
    width: 100%;
  }
  .search-area .cate {
    width: 100%;
  }
  .search-area .search-tit {
    width: 100px;
    margin-right: 0;
    font-size: 15px;
  }
  .search-area .inputBox {
    height: 46px;
  }
  .search-area .selBox .selected {
    padding: 0 10px;
    font-size: 15px;
  }
  .search-area .selBox .selected img {
    width: 12px;
  }
  .search-area .selBox .select-list li {
    font-size: 14px;
  }
  .search-area .search-btn {
    width: 100%;
    height: 46px;
    font-size: 15px;
  }

  .search-area.onlycate {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .search-area.onlycate .cate {
    max-width: 420px;
    width: 100%;
    margin-bottom: 0;
  }
  .search-area.onlycate .inputBox {
    height: 40px;
  }
}

/* ---------------- 채용박람회 페이지 ---------------- */
.jobfairPage {
  background: url(../images/chall-bg.jpg) no-repeat center center/cover;
}
.jobfairPage .page-tit-area h2 {
  color: #fff;
}
.jobfairPage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}
.jobfair-cont {
}
.jobfair-cont ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.jobfair-cont li {
  width: calc((100% - 60px) / 4);
  text-align: center;
  transition: transform 0.6s ease-out, opacity 1s ease-out;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
.jobfair-cont li:nth-child(2) {
  transition-delay: 0.2s;
}
.jobfair-cont li:nth-child(3) {
  transition-delay: 0.4s;
}
.jobfair-cont li:nth-child(4) {
  transition-delay: 0.6s;
}
.jobfair-cont li img {
  width: 100%;
}
.jobfair-cont .t1 {
  font-weight: 700;
  font-size: 32px;
  color: #072391;
}
.jobfair-cont .t2 {
  margin-top: 40px;
  line-height: 160%;
  font-size: 20px;
}

.jobfair-cont .info {
  margin-top: 80px;
  font-size: 24px;
  text-align: center;
  color: var(--white-color);
}

@media (max-width: 1024px) {
  .jobfair-cont ul {
    margin-top: 60px;
  }
  .jobfair-cont li {
    width: calc((100% - 30px) / 4);
  }
  .jobfair-cont .t1 {
    font-size: 28px;
  }
  .jobfair-cont .t2 {
    margin-top: 30px;
    font-size: 18px;
  }

  .jobfair-cont .info {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .jobfair-cont ul {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .jobfair-cont li {
    width: calc((100% - 40px) / 2);
  }
  .jobfair-cont li:nth-child(3),
  .jobfair-cont li:nth-child(4) {
    margin-bottom: 0;
  }
  .jobfair-cont .t1 {
    font-size: 24px;
  }
  .jobfair-cont .t2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .jobfair-cont .info {
    margin-top: 40px;
    font-size: 18px;
    line-height: 150%;
  }
}

@media (max-width: 577px) {
  .jobfair-cont li {
    width: 100%;
  }
  .jobfair-cont li:nth-child(2),
  .jobfair-cont li:nth-child(3),
  .jobfair-cont li:nth-child(4) {
    transition-delay: 0s;
  }
  .jobfair-cont li:nth-child(3) {
    margin-bottom: 30px;
  }
}

/* ---------------- 스타트업 번개팅 페이지 ---------------- */
.startupPage {
  background: #0c1641 url(../images/startup-bg.png) no-repeat center
    bottom/cover;
}
.startupPage .page-tit-area {
  margin-bottom: 120px;
}
.startupPage .page-tit-area h2 {
}
/* 251120 수정 */
.startupPage .page-tit-area h2 img {
  width:800px
}
.startupPage .page-tit-area .sub-page-tit {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 18px;
  color: #fff;
  font-size: 28px;
  background-color: #102376;
  transition-delay: 0.1s;
}
.startupPage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}
.startup-cont {
}
.startup-cont .meeting-sche {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
.startup-cont .meeting-sche div {
  width: calc((100% - 110px) / 3);
}
.startup-cont .meeting-sche div:nth-child(1) {
  transition-delay: 0.3s;
}
.startup-cont .meeting-sche div:nth-child(2) {
  transition-delay: 0.4s;
}
.startup-cont .meeting-sche div:nth-child(3) {
  transition-delay: 0.5s;
}
.startup-cont .meeting-sche img {
  width: 100%;
}

.startup-cont .meeting-program {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 180px;
}
.startup-cont .meeting-program .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 620px);
}
.startup-cont .meeting-program .txt-info {
}
.startup-cont .meeting-program .txt-info p {
  margin-bottom: 30px;
  padding-left: 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
  /* white-space: nowrap; */ /* 251120 수정 */
  border-left: 3px solid var(--white-color);
}
.startup-cont .meeting-program .txt-info p:last-child {
  margin-bottom: 0;
}
.startup-cont .meeting-program .txt-info strong {
  font-weight: 700;
}
.startup-cont .meeting-program .challenge-info {
  padding: 20px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid var(--white-color);
}
.startup-cont .meeting-program .challenge-info ul {
  width: 100%;
}
.startup-cont .meeting-program .challenge-info li {
  margin-bottom: 28px;
  transition-delay: 0s;
}
.startup-cont .meeting-program .challenge-info li:last-child {
  margin-bottom: 0;
}
.startup-cont .meeting-program .challenge-info .t1 {
  color: var(--black-color);
  background-image: linear-gradient(#8dc155, #8dc155),
    linear-gradient(160deg, #aeec6b 0%, #74b133 60%);
}
.startup-cont .meeting-program .challenge-info .t2 {
  min-height: auto;
  color: var(--black-color);
}
.startup-cont .meeting-program .challenge-info .t2 p::after {
  background-color: var(--black-color);
}

.startup-cont .meeting-program .right {
  transition-delay: 0.2s;
}
.startup-cont .meeting-program .right img {
  width: 560px;
}

@media (max-width: 1300px) {
  .startup-cont .meeting-sche {
    gap: 40px;
  }
  .startup-cont .meeting-sche div {
    width: calc((100% - 80px) / 3);
  }

  .startup-cont .meeting-program {
    gap: 40px;
  }
  .startup-cont .meeting-program .left {
    width: calc(100% - 540px);
  }
  .startup-cont .meeting-program .txt-info p {
    font-size: 20px;
  }
  .startup-cont .meeting-program .challenge-info {
    padding: 16px;
  }
  .startup-cont .meeting-program .challenge-info li {
    margin-bottom: 24px;
  }
  .startup-cont .meeting-program .challenge-info .t1 {
    font-size: 20px;
  }
  .startup-cont .meeting-program .challenge-info .t2 {
    font-size: 20px;
  }
  .startup-cont .meeting-program .right img {
    width: 500px;
  }
}
@media (max-width: 1120px) {
  .startup-cont .meeting-program {
    align-items: flex-start;
  }
  .startup-cont .meeting-program .left {
    width: calc(60% - 40px);
  }
  .startup-cont .meeting-program .txt-info {
    margin-bottom: 40px;
  }
  .startup-cont .meeting-program .txt-info p {
    font-size: 18px;
    word-break: keep-all;
    white-space: wrap;
  }
  .startup-cont .meeting-program .challenge-info .t1 {
    width: 120px;
    height: 42px;
    line-height: 38px;
    font-size: 18px;
  }
  .startup-cont .meeting-program .challenge-info .t2 {
    width: calc(100% - 138px);
    margin-left: 18px;
    font-size: 18px;
  }
  .startup-cont .meeting-program .right {
    width: 40%;
  }
  .startup-cont .meeting-program .right img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .startupPage .page-tit-area {
    margin-bottom: 80px;
    text-align: center;
  }
  .startupPage .page-tit-area h2 img {
    width: 80%;
    max-width: 600px;
  }
  .startupPage .page-tit-area .sub-page-tit {
    padding: 12px 15px;
    font-size: 24px;
  }
  .startup-cont .meeting-program .challenge-info ul:last-child {
    margin-bottom: 0;
  }
  .startup-cont .meeting-sche {
    flex-direction: column;
    gap: 60px;
  }
  .startup-cont .meeting-sche div {
    width: 100%;
    text-align: center;
  }
  .startup-cont .meeting-sche div:nth-child(1),
  .startup-cont .meeting-sche div:nth-child(2),
  .startup-cont .meeting-sche div:nth-child(3) {
    transition-delay: 0s;
  }
  /* 251120 수정 */
  .startup-cont .meeting-sche div img {
    /* max-width: 560px; */
  }
  .startup-cont .meeting-program {
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
  }
  .startup-cont .meeting-program .left {
    width: 100%;
  }
  .startup-cont .meeting-program .txt-info {
    display: flex;
    gap: 60px;
  }
  .startup-cont .meeting-program .txt-info p {
    margin-bottom: 0;
  }
  .startup-cont .meeting-program .challenge-info li {
    transition-delay: 0s !important;
  }
  .startup-cont .meeting-program .right {
    width: 100%;
    text-align: center;
    transition-delay: 0s;
  }
  .startup-cont .meeting-program .right img {
    max-width: 470px;
  }
}

@media (max-width: 768px) {
  .startupPage .page-tit-area {
    align-items: flex-start;
    margin-bottom: 60px;
    /* text-align: left; */ /* 251120 수정 */
  }
  .startupPage .page-tit-area h2 {
    order: 2;
  }
  .startupPage .page-tit-area .sub-page-tit {
    order: 1;
    margin-top: 20px;
    font-size: 17px; /* 251120 수정 */
    line-height: 130%;
  }
  .startupPage .page-tit-area .breadcrum {
    order: 3;
  }
  .startup-cont .meeting-sche {
    gap: 40px;
  }
  .startup-cont .meeting-program {
    margin-top: 80px;
  }
  .startup-cont .meeting-program .txt-info {
    flex-direction: column;
    gap: 30px;
  }
  .startup-cont .meeting-program .txt-info p {
    padding-left: 16px;
    font-size: 16px;
  }
  .startup-cont .meeting-program .txt-info p br {
    display: none;
  }
  .startup-cont .meeting-program .challenge-info li {
    margin-bottom: 18px;
  }
  .startup-cont .meeting-program .challenge-info .t1 {
    height: 36px;
    line-height: 32px;
    font-size: 15px;
  }
  .startup-cont .meeting-program .challenge-info .t2 {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    font-size: 15px;
  }
  .startup-cont .meeting-program .challenge-info .t2 p {
    margin-bottom: 2px;
  }
}

/* ---------------- 여성경제인멘토링 페이지 ---------------- */
.womenmentorPage {
  margin-bottom: -140px;
}
.wonmenmentor-bg {}
.wonmenmentor-bg img {
  width: 100%;
}
/* 251119 수정 */
.wonmenmentor-bg .pc {}
/* 251119 수정 */
.wonmenmentor-bg .mobile {
  display: none;
}
.womenmentorPage .page-tit-area {
  position: absolute;
  top: 100px;
  height: auto;
}
.womenmentorPage .page-tit-area .breadcrum .current {
  color: var(--white-color);
}
.womenmentorCon {
  position: absolute;
  top: 22vw;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.womenmentorCon .tit {
  text-align: center;
}
.womenmentorCon .tit img {
  width: 800px;
}
.womenmentorCon .mentors {
  display: flex;
  gap: 80px;
  padding: 0 100px;
  margin-top: 80px;
}
.womenmentorCon .mentor-item {
  width: calc((100%-80px)/2);
}
.womenmentorCon .mentor-item:first-child {
  transition-delay: 0.2s;
}
.womenmentorCon .mentor-item:nth-child(2) {
  transition-delay: 0.3s;
}
.womenmentorCon .mentor-item img {
  width: 100%;
}
.womenmentorCon .schedule {
  margin-top: 100px;
  text-align: center;
}
.womenmentorCon .schedule img {
  width: 700px;
}

@media (max-width:1460px) {
  .womenmentorCon .tit img {
    width: 700px;
  }
  .womenmentorCon .mentors {
    margin-top: 60px;
    padding: 0 60px;
  }
  .womenmentorCon .schedule {
    margin-top: 60px;
  }
  .womenmentorCon .schedule img {
    width: 600px;
  }
}

@media (max-width:1200px) {
  .womenmentorPage {
    margin-bottom: -120px;
  }
  .womenmentorCon {
    top: 24vw;
  }
  .womenmentorCon .tit img {
    width: 60%;
  }
  .womenmentorCon .mentors {
    margin-top: 20px;
  }
  .womenmentorCon .schedule {
    margin-top: 40px;
  }
  .womenmentorCon .schedule img {
    width: 50%;
  }
}

@media (max-width:768px) {
  .womenmentorPage {
    margin-bottom: -100px;
  }
  /* 251119 수정 */
  .wonmenmentor-bg .pc {
    display: none;
  }
  /* 251119 수정 */
  .wonmenmentor-bg .mobile {
    display: block;
  }
  /* 251119 수정 */
  .womenmentorPage .page-tit-area {
    display: none;
  }
  /* 251119 수정 */
  .womenmentorCon {
    top: 35vw;
  }
  /* 251119 수정 */
  .womenmentorCon .tit img {
    width: 80%;
  }
  /* 251119 수정 */
  .womenmentorCon .mentors {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
  .womenmentorCon .schedule {
    margin-top: 30px;
  }
  /* 251119 수정 */
  .womenmentorCon .schedule img {
    width: 70%;
  }
}

@media (max-width:540px) {
  /* 251119 수정 */
  .womenmentorCon {}
  /* 251119 수정 */
  .womenmentorCon .tit img {}
  /* 251119 수정 */
  .womenmentorCon .schedule {}
  /* 251119 수정 */
  .womenmentorCon .schedule img {}
}

/* 251119 수정 */
@media (max-width:360px) {
  .womenmentorCon {
    top: 42vw;
  }
  .womenmentorCon .mentors {
    gap: 0;
    margin-top: 10px;
  }
}

/* ---------------- 언론보도 페이지 ---------------- */
.pressPage {
}
.pressPage .page-tit-area {
  padding: 180px 200px 80px;
  margin-top: -100px;
  background-color: #0c1641;
}
.pressPage .page-tit-area h2 {
  color: #fff;
}
.pressPage .page-tit-area .breadcrum {
  top: 120px;
}
.pressPage .page-tit-area .breadcrum .current {
  color: #f5f5f5;
}

.pressPage .search-area {
  margin-bottom: 40px;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.pressPage .search-area .search-box {
  position: relative;
  margin-right: 0;
}
.pressPage .search-area .search-box input {
  padding-right: 54px;
}
.pressPage .search-area .search-box .btn_search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.pressPage .search-area .search-box .btn_search img {
  width: 34px;
}

.press-cont {
}
.press-list {
}
.press-item {
  margin-bottom: 30px;
}
.press-item a {
  display: flex;
  justify-content: space-between;
}
.press-item .image {
  width: 320px;
  height: 180px;
  overflow: hidden;
}
.press-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.press-item:hover .image img {
  transform: scale(1.1);
}
.press-item .txt {
  position: relative;
  width: calc(100% - 360px);
  padding: 10px 0;
}
.press-item .press-tit {
  height: 48px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.press-item:hover .press-tit {
  color: #2054ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.press-item .press-cont-txt {
  max-height: 69px;
  font-size: 15px;
  line-height: 140%;
  color: var(--gray6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.press-item .press-date {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 15px;
  color: var(--gray4);
}

@media (max-width: 1600px) {
  .pressPage .page-tit-area {
    padding: 160px 25px 60px;
  }
}

@media (max-width: 1200px) {
  .press-item .image {
    width: 380px;
    height: 240px;
  }
  .press-item .txt {
    width: calc(100% - 410px);
  }
}

@media (max-width: 1024px) {
  .pressPage .search-area .search-box input {
    padding-right: 50px;
  }
  .pressPage .search-area .search-box .btn_search img {
    width: 32px;
  }
  .press-item .image {
    width: 320px;
    height: 210px;
  }
  .press-item .txt {
    width: calc(100% - 340px);
  }
  .press-item .press-tit {
    max-height: 50px;
    font-size: 18px;
  }
  .press-item .press-cont-txt {
    max-height: 64px;
    font-size: 15px;
  }
  .press-item .press-date {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .pressPage .page-tit-area {
    padding: 140px 25px 40px;
    margin-top: -72px;
  }
  .pressPage .page-tit-area .breadcrum {
    position: absolute;
    right: auto;
    left: 20px;
    top: 92px;
  }

  .pressPage .search-area .search-box {
    margin-bottom: 0;
  }
  .pressPage .search-area .search-box input {
    padding-right: 44px;
  }
  .pressPage .search-area .search-box .btn_search img {
    width: 28px;
  }

  .press-item {
    margin-bottom: 20px;
  }
  .press-item a {
    flex-direction: column;
  }
  .press-item .image {
    width: 100%;
    height: 240px;
  }
  .press-item .txt {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .press-item .press-tit {
    max-height: 43px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .press-item .press-cont-txt {
    max-height: 60px;
    font-size: 14px;
  }
  .press-item .press-date {
    position: static;
    margin-top: 8px;
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .press-item .image {
    height: 200px;
  }
}

/* 페이저 */
.pg_wrap {
  margin-top: 60px;
  padding: 0 200px;
}
.pg_wrap .pg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.pg_wrap .sound_only {
  display: none;
}
.pg_wrap .pg_page {
  color: var(--gray3);
}
.pg_wrap .pg_current {
  position: relative;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: var(--black-color);
  background-color: var(--gray1);
  border-radius: 50%;
}
.pg_wrap .pg_start,
.pg_wrap .pg_prev,
.pg_wrap .pg_next,
.pg_wrap .pg_end {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.pg_wrap .pg_start {
  background-image: url(../images/arr_very_left.png);
}
.pg_wrap .pg_prev {
  display: none;
  margin-left: -20px;
  background-size: 6px auto;
  background-image: url(../images/arr_left.png);
}
.pg_wrap .pg_next {
  display: none;
  margin-right: -20px;
  background-size: 6px auto;
  background-image: url(../images/arr_right.png);
}
.pg_wrap .pg_end {
  background-image: url(../images/arr_very_right.png);
}

@media (max-width: 992px) {
  .pg_wrap {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  /* 페이저 */
  .pg_wrap {
    margin-top: 40px;
  }
  .pg_wrap .pg {
    gap: 24px;
    font-size: 14px;
  }
  .pg_wrap .pg_current::before {
    width: 28px;
    height: 28px;
  }
  .pg_wrap .pg_start,
  .pg_wrap .pg_prev,
  .pg_wrap .pg_next,
  .pg_wrap .pg_end {
    width: 18px;
    height: 18px;
  }
  .pg_wrap .pg_prev {
    margin-left: -10px;
  }
  .pg_wrap .pg_next {
    margin-right: -10px;
  }
}

@media (max-width: 460px) {
  .pg_wrap .pg {
    gap: 16px;
  }
  .pg_wrap .pg_current::before {
    width: 21px;
    height: 21px;
  }
  .pg_wrap .pg_start,
  .pg_wrap .pg_prev,
  .pg_wrap .pg_next,
  .pg_wrap .pg_end {
    width: 16px;
    height: 16px;
    background-size: 9px auto;
  }
  .pg_wrap .pg_prev {
    margin-left: -10px;
    background-size: 5px auto;
  }
  .pg_wrap .pg_next {
    margin-right: -10px;
    background-size: 5px auto;
  }
}
