.free-img {
  bottom: -40px;
  right: 0;
  height: 30%;
}
.info-contents {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}
.list-head {
  color: white;
  background-color: #112f55;
  padding: 5px 21px;
  border-radius: 25px;
  width: 78px;
  height: 36px;
}
.list-txt:last-child .list-head {
  padding: 5px 12px;
}
.list-txt {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) {
  .list-txt {
    font-size: 20px;
  }
  .free-img {
    bottom: -75px;
    height: 33%;
  }
}

/* special guest */
.special-guest {
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.2);
}

.g-title {
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid black;
  max-height: 35px;
}

.g-title > img {
  max-height: 35px;
}

.guest-img {
  /* height: 300px; */
}

.guest-info {
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid black;
  height: 100px;
}

/* exhibition booth */
.booth-type {
  border: 3px solid black;
  height: 35px;
}

.booth-card {
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.2);
}

.booth-name {
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid black;
  height: 120px;
}

.balloon {
  display: inline-block;
  margin: 0.5em 0;
  padding: 8px 15px;
  min-width: 70px;
  max-width: 100%;
  box-sizing: border-box;
  top: 32%;
  left: 58%;
  transform: translate(-50%, 125%);
  -webkit-transform: translate(-50%, 125%);
  -ms-transform: translate(-50%, 125%);
  background: #ffd500 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 0px #00000029;
  border: 2px solid #231815;
  opacity: 1;
  border-radius: 30px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50.5%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-bottom: 9px solid #ffd500;
  z-index: 2;
  transform: rotate(225deg);
}

.balloon:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 51%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #231814;
  z-index: 1;
  transform: rotate(225deg);
}
/* special sponsor */
.sponsor-card {
  height: 130px;
}

.sponsor-name {
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, 0.2);
  color: black;
}
a.sponsor-name:hover {
  cursor: pointer;
}

/* event-overview */
.event-details-2023 {
  border: 3px solid #000;
}
.event-details-contents {
  line-height: calc(13px + 0.25rem);
}

/* news */
.news-icon {
  width: 50%;
}

.comming-soon-logo {
  width: 70%;
}
/* footer */
.footer {
  position: relative;
}
.copy-right {
  position: absolute;
  bottom: 20px;
  left: 0%;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background-color 0.6s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.modal-content {
  max-width: 1000px;
  margin: 10vh auto;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.close-modal {
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: -50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal-link {
  word-wrap: break-word;
}

.close-modal:before {
  background-color: #ccc;
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-modal:after {
  background-color: #ccc;
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-modal:hover {
  outline: 0;
  background: #fff;
}

.close-modal:hover:after {
  background-color: rgba(17, 47, 85, 0.95);
}
.close-modal:hover:before {
  background-color: rgba(17, 47, 85, 0.95);
}

.about-entry-title {
  border-left: 6px solid #8ff5f7;
}

.entry-button {
  max-width: 350px;
}
