@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");

body {
  font-family: "Pretendard", sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #070b8a;
}

.community a {
  text-decoration: underline;
}

.community::before {
  content: "　";
  color: transparent;
  text-decoration: none;
  background-image: url(images/community.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-center;
  margin-right: 0.2em;
}

p {
  line-height: 50%;
}

select {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;

  cursor: default;
}

.wrapper {
  text-align: center;
  justify-content: center;
}

.header {
  margin: 2rem 0 1.5rem;
}

.sitename:before {
  content: "";
  display: inline-block;
  background-image: url(/static/images/speaker.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
}

.sitename {
  display: inline-block;
  margin-right: 20vw;
  font-size: 1.9rem;
  font-weight: 700;
  color: black;
}

#selector {
  width: 7.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 0.9rem;
  padding: 5px 20px 5px 8px;
  border: 1px solid #999;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23333' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 9px;
  color: #333;
  vertical-align: text-bottom;
}

#selector:hover {
  border-color: #777;
}

table {
  display: none;
}

table.visible {
  display: inline-block;
  padding: 0 1rem;
}

table,
th,
td,
tr {
  border-collapse: collapse;
}

tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

tr.first {
  border: none;
}

td,
th {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
}

td.title {
  width: 19rem;
  padding-left: 4vw;
  padding-right: 4vw;
  text-align: left;
}

button {
  font-family: "Pretendard", sans-serif;
  font-size: 0.9rem;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #f3f3f3;
}

button:hover {
  filter: brightness(90%);
  transition: filter 0.3s;

  -webkit-filter: brightness(90%);
  -webkit-transition: filter 0.3s;
}

.external {
  display: block;
  margin-top: 0.5rem;
}

.external button {
  padding: 0.35rem 0.75rem;
}

.external a {
  color: black;
}

.footer {
  margin: 2.5rem 0 2.5rem 0;
}

.copyright a {
  color: #040b8a;
  text-decoration: underline;
}

.contact {
  color: #999;
}

.contact a {
  color: #999;
  text-decoration: underline;
}

.contact a:hover {
  text-decoration: underline;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
