@charset "UTF-8";

#wrap {}

/* ---------------- header ---------------- */
header {}

#container {}

/* ---------------- mainV ---------------- */
.mainV {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -100px;
  overflow: hidden;
  background: url(../images/mainv-poster-bg.png) no-repeat center center/cover;
}
.mainv-txt {
  width: 630px;
  margin-left: 200px;
  margin-top: 180px;
}
.mainv-txt img {
  width: 100%;
}
.mainV .btn-regist {
  position: relative;
  margin-left: 200px;
  margin-top: 80px;
  width: 360px;
  height: 100px;
  color: var(--white-color);
  background-image: linear-gradient(81deg, #20A2F4 10%, #247DE8 83%);
  border-radius: 20px;
  transition: box-shadow 0.2s, transform 0.6s,opacity 0.6s;
}
.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 {
  box-shadow: 2px 10px 30px rgba(191, 217, 243, 0.3);
}
.mainV .btn-regist:hover::after {
  opacity: 1;
}
.mainV .btn-regist a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 100px;
  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 .btn-regist {margin-left: 25px;}
  .mainv-sponsor {margin-left: 25px;}
}

@media (max-width:1024px) {
  .mainv-txt {
    width: 550px;
    margin-top: 220px;
    margin-left: 25px;
  }
  .mainV .btn-regist {
    width: 300px;
    height: 80px;
    margin-left: 25px;
    margin-top: 100px;
  }
  .mainV .btn-regist:hover {
    box-shadow: none;
  }
  .mainV .btn-regist a {
    font-size: 26px;
    line-height: 80px;
  }
  .mainv-sponsor {
    width: 280px;
    margin-left: 25px;
    margin-top: 120px;
  }
}

@media (max-width:768px) {
  .mainv-txt {
    width: 480px;
  }
  .mainV .btn-regist {
    width: 280px;
  }
  .mainV .btn-regist a {
    font-size: 24px;
  }
  .mainv-sponsor {
    width: 260px;
  }
}

@media (max-width:520px) {
  .mainv-txt {
    width: calc(100% - 50px);
    margin-top: 200px;
  }
  .mainV .btn-regist {
    width: 240px;
    height: 68px;
  }
  .mainV .btn-regist a {
    line-height: 68px;
    font-size: 20px;
  }
  .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;
  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: .4;
  border-radius: 20px;
  transition: all 0.4s;
}
.fesInfo .menu-area .menuCon:hover::after {
  opacity: .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: .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;
  }
  
}

/* ---------------- partners ---------------- */
.partners {
  padding: 140px 120px;
}
.partners .sec-tit {}
.partners .partner-list {
  display: flex;
  flex-wrap: wrap;
}
.partners .partner-list li {
  position: relative;
  width: calc((100% - 18%) / 4);
  margin-right: 6%;
  margin-bottom: 50px;
}
.partners .partner-list li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -2.5vw;
  width: 1px;
  height: 120px;
  background-color: var(--gray2);
}
.partners .partner-list li:nth-child(4n) {
  margin-right: 0;
}
.partners .partner-list li:nth-child(4n)::after {
  display: none;
}
.partners .partner-list a {}
.partners .partner-list .logo-area {
  width: 100%;
  height: 140px;
  background-color: var(--gray4);
}
.partners .partner-list img {}
.partners .partner-list .partner-name {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  color: var(--gray7);
}

@media (max-width:1400px) {
  .partners {
    padding: 180px 25px;
  }
  .partners .partner-list li {
    position: relative;
    width: calc((100% - 12%) / 3);
  }
  .partners .partner-list li::after {
    right: -2.8vw;
    height: 100px;
  }
  .partners .partner-list li:nth-child(4n) {
    margin-right: 6%;
  }
  .partners .partner-list li:nth-child(4n)::after {
    display: block;
  }
  .partners .partner-list li:nth-child(3n) {
    margin-right: 0;
  }
  .partners .partner-list li:nth-child(3n)::after {
    display: none;
  }
  .partners .partner-list .logo-area {
    height: 120px;
  }
  .partners .partner-list .partner-name {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .partners {
    padding: 120px 25px;
  }
  .partners .partner-list li {
    position: relative;
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
    margin-bottom: 40px;
  }
  .partners .partner-list li::after {
    right: -40px;
    height: 80px;
  }
  .partners .partner-list li:nth-child(3n),
  .partners .partner-list li:nth-child(4n) {
    margin-right: 80px;
  }
  .partners .partner-list li:nth-child(3n)::after,
  .partners .partner-list li:nth-child(4n)::after {
    display: block;
  }
  .partners .partner-list li:nth-child(2n) {
    margin-right: 0;
  }
  .partners .partner-list li:nth-child(2n)::after {
    display: none;
  }
  .partners .partner-list .logo-area {
    height: 100px;
  }
  .partners .partner-list .partner-name {
    font-size: 16px;
  }
}

/* ---------------- 서브페이지 타이틀영역 ---------------- */
.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: 16px;
  padding: 0 20px;
  text-align: center;
  font-size: 32px;
  line-height: 130%;
  color: var(--white-color);
}
.registration-noti {
  margin-bottom: 100px;
}
.registration-noti ul {
  padding: 30px 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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.registration-cont .participation-sec-tit {
  position: sticky;
  top: 120px;
  width: 16%;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.registration-cont .con-table {
  width: 76%;
}
.registration-cont .con-table td {
  width: 28%;
}
.registration-cont .con-table .evt {
  margin-bottom: 14px;
  line-height: 130%;
}
.registration-cont .con-table .time {
  color: var(--gray6);
  line-height: 130%;
  font-size: 18px;
}

.registration-cont .participant-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.registration-cont .participant-info-tit {
  position: sticky;
  top: 120px;
  width: 16%;
}
.registration-cont .participant-info-tit .sub {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray6);
}
.registration-cont .participant-info-tit h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.registration-cont .input-wrap {
  width: 76%;
}
.registration-cont .input-container {
  margin-bottom: 20px;
}
.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;
  padding: 0 10px;
  border: 1px solid var(--gray4);
  border-radius: 6px;
}
.registration-cont .input-box input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
.registration-cont .input-box input::placeholder {
  color: var(--gray4);
}
.registration-cont .agree {
  padding-left: 26%;
  margin-top: 40px;
  line-height: 130%;
}
.registration-cont .agree label {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.registration-cont .agree #agreecheck {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.registration-cont .btn-ragistration {
  padding-left: 26%;
  margin-top: 30px;
  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 {
    width: 78%;
  }
  .registration-cont .input-wrap {
    width: 78%;
  }
}

@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-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 {
    width: 100%;;
  }
  .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;
  }
  .registration-cont .agree,
  .registration-cont .btn-ragistration {
    padding: 0;
  }
}

@media (max-width:768px) {
  .registrationPage .page-tit-area {
    flex-direction: column;
  }
  .registrationPage .subtit {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .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 .input-container {
    margin-bottom: 12px;
  }
  .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: 14px;
  }
  .registration-cont .input-tit {
    font-size: 13px;
  }
  .registration-cont .input-box {
    height: 42px;
  }
  .registration-cont .input-box input {
    font-size: 13px;
  }
  .registration-cont .input-box input::placeholder {
    font-size: 13px;
  }
  .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 .greeting-cont {
  margin-top: 80px;
  transition-delay: 0.2s;
}
.greetingPage .greeting-cont p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 180%;
}

@media (max-width:1024px) {
  .greetingPage .page-tit-area  {
    padding: 80px 0;
  }
  .greetingPage .greeting-cont {
    margin-top: 60px;
  }
  .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 .greeting-cont {
    margin-top: 40px;
  }
  .greetingPage .greeting-cont p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* ---------------- 행사소개 페이지 ---------------- */
.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;
  }
}

/* 공통 탭메뉴 */
.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: 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 {
  width: 100%;
  height: 110px;
  background-color: var(--gray2);
}
.universitiesPage .list-tit {
  margin-top: 30px;
  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;
    margin-top: 20px;
  }
  .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;
    margin-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: #2741A6;
}
.challengePage .page-tit-area {
  color: var(--white-color);
}
.challengePage .sub-page-tit {
  margin-top: 16px;
  font-size: 20px;
}

.challenge-cont {
  margin-top: 100px;
}
.challenge-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.challenge-info li {
  display: flex;
  margin-bottom: 30px;
  font-size: 22px;
  color: var(--white-color);
}
.challenge-info li:nth-child(odd) {
  width: 42%;
}
.challenge-info li:nth-child(even) {
  width: 56%;
}
.challenge-info li .t1 {
  flex-shrink: 0;
  width: 160px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background-color: #E36D29;
  border-radius: 100px;
}
.challenge-info li .t2 {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 140%;
}
.challenge-info li .t2 p {
  margin-bottom: 8px;
}
.challenge-info li .t2 p:last-child {
  margin-bottom: 0;
}

.challenge-cont .univ {}
.challenge-cont .univ .step {}
.challenge-cont .univ .step p {}
.challenge-cont .univ ul {}
.challenge-cont .univ li {}
.challenge-cont .univ a {}
.challenge-cont .univ img {}
.challenge-cont .univ .txt {}
.challenge-cont .univ-name {}
.challenge-cont .univ-chall {}

/* 공통 모달 */
.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;
}
.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-image: linear-gradient(170deg, #2741A6 10%, #072391 83%);
}
.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% - 120px) / 4);
  height: 320px;
  padding: 100px 20px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: var(--white-color);
  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 .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:1200px) {
  .jobfair-cont li {
    width: calc((100% - 90px) / 4);
    height: 300px;
    padding-top: 90px;
  }
}

@media (max-width:1024px) {
  .jobfair-cont ul {
    margin-top: 80px;
  }
  .jobfair-cont li {
    width: calc((100% - 75px) / 4);
    height: 270px;
    padding-top: 80px;
  }
  .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% - 30px) / 2);
    height: 160px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .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: 60px;
    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;
  }
}