:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

a.exhibitor_news_card {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 25px 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card {
    padding: 17px 22px 27px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card {
    padding: 15px 20px 25px;
  }
}
a.exhibitor_news_card::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: var(--mcs_gray95);
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
a.exhibitor_news_card .new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: 25px;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .new {
    right: 22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .new {
    right: 20px;
  }
}
a.exhibitor_news_card .new::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
a.exhibitor_news_card .new .label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.exhibitor_news_card .new .label span {
  font-weight: 500;
}
a.exhibitor_news_card .new .label {
  color: var(--c-white);
  translate: 0 0.05em;
  position: relative;
}
a.exhibitor_news_card .badge {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-left: -25px;
  width: 120px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .badge {
    margin-left: -22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .badge {
    margin-left: -20px;
  }
}
a.exhibitor_news_card .badge::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 0 10px 10px 0;
  position: absolute;
  inset: 0;
}
a.exhibitor_news_card .badge .label {
  padding-left: 25px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.exhibitor_news_card .badge .label span {
  font-weight: 500;
}
a.exhibitor_news_card .badge .label {
  color: var(--c-white);
  translate: 0 -0.07em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .badge .label {
    padding-left: 22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .badge .label {
    padding-left: 20px;
  }
}
a.exhibitor_news_card .badge .num {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
a.exhibitor_news_card .badge .num span {
  font-weight: 400;
}
a.exhibitor_news_card .badge .num {
  color: var(--c-white);
  translate: 0 0.03em;
  position: relative;
}
a.exhibitor_news_card .date {
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
a.exhibitor_news_card .date span {
  font-weight: 500;
}
a.exhibitor_news_card .date {
  color: var(--mcs_gray00);
  position: absolute;
  right: 25px;
  top: 25px;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .date {
    right: 22px;
    top: 22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .date {
    right: 20px;
    top: 20px;
  }
}
a.exhibitor_news_card .name {
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .name {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .name {
    padding-top: 20px;
  }
}
a.exhibitor_news_card .name h3 {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
}
a.exhibitor_news_card .name h3 span {
  font-weight: 600;
}
a.exhibitor_news_card .line {
  margin-top: 15px;
  width: 100%;
  height: 1px;
  background-color: var(--mcs_gray80);
  position: relative;
}
a.exhibitor_news_card .head {
  padding-top: 15px;
  position: relative;
}
a.exhibitor_news_card .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.exhibitor_news_card .head h4 span {
  font-weight: 500;
}
a.exhibitor_news_card .head h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.exhibitor_news_card .description {
  padding-top: 15px;
  padding-right: 35px;
  position: relative;
}
a.exhibitor_news_card .description p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 400;
}
a.exhibitor_news_card .description p span {
  font-weight: 400;
}
a.exhibitor_news_card .description p {
  color: var(--mcs_gray00);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.exhibitor_news_card .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 1239px) {
  a.exhibitor_news_card .arrow {
    right: 22px;
    bottom: 22px;
  }
}
@media screen and (max-width: 639px) {
  a.exhibitor_news_card .arrow {
    right: 20px;
    bottom: 20px;
  }
}
a.exhibitor_news_card .arrow::before, a.exhibitor_news_card .arrow::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
a.exhibitor_news_card .arrow::before {
  background: var(--grad_mcs);
}
a.exhibitor_news_card .arrow::after {
  transition: opacity 0.3s;
  background-color: var(--mcs_gray97);
  inset: 1.5px;
}
a.exhibitor_news_card .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1.5px;
  stroke: url(#mcs_grad_arrow);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1239px) {
  a:hover::before {
    background-color: var(--mcs_gray92);
  }
}
@media screen and (min-width: 1239px) {
  a:hover .arrow::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  a:hover .arrow svg {
    stroke: var(--mcs_gray92);
  }
}