
body {
  padding-top: 129px;
}

.container {
  width: 1170px;
  max-width: 1170px;
  overflow: hidden;
}


.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link.active {
  font-weight: bold;
}

.play-schedule {
  width: 1170px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.contact-phrase {
  font-size: 150%;
  font-family: 'Song Myung', serif;
  margin:30px 0;
}

.contact-span {
  width:30px;
  float: left;
}

.competition-banner2 ul {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 10px;
}
.competition-banner2 ul li {
  display: inline-block;
  width: 290px;
  height: 290px;
  border: 2px solid #cacaca;
  border-radius: 10px;
}

.competition-banner-item2 {
  display: block;
}
.competition-banner-item2> a {
  display: block;
}

.competition-icon2 {
  width: 290px;
  height: 150px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
}

.competition-icon2> img
{
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding:16px;
  object-fit: contain;
}

.competition-name2 {
  z-index: 2;
  width:290px;
  height: 140px;
  padding:10px;
  line-height: 150%;
  font-weight: bold;
  color:#333;
  font-size: 18px;
  text-align: center;
  white-space: break-spaces;
  word-wrap: break-word;
  overflow: hidden;
}

.competition-tooltip2 {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  color: white;
  font-size: 16px;
  background-color: #0540bd;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  top: 25px;
  left: -50%;

}
