@charset "utf-8";

/* 
@media screen and (768px <= width) {
  ._s {
    display: none;
  }
}
@media screen and (width <768px) {
  ._l {
    display: none;
  }
} */

/* ----- lead ----- */
.lead {
  margin-bottom: 0;
}
.lead-ttl {
  max-width: 620px;
}
.lead-ttl img {
  aspect-ratio: 620 / 201;
}

/* ----- players ----- */
.players {
  margin-top: 0;
}
.players::after {
  content: none;
}
.players-ttl {
  width: 45%;
  max-width: 355px;
}
.players-ttl img {
  aspect-ratio: 355 / 201;
}
.players-btn {
  width: 70%;
}

@media screen and (width >= 768px) {
  .players-btn {
    max-width: 500px;
  }
}

/* ----- forKorea ----- */
.forKorea {
  margin-top: 50px;
}
/* headline */
.forKorea-h3 {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #007bb9;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
.forKorea-h4 {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid;
  line-height: 1.5;
  font-weight: 600;
}
.forKorea-h5 {
  margin-bottom: 5px;
  padding-inline-start: 5px;
  line-height: 1.5;
  font-weight: 600;
}
.forKorea-h5::before {
  content: '■';
}
/* text */
.forKorea-txt {
  line-height: 1.5;
}
.forKorea-txt_caution {
  color: #ff0000;
}
/* img */
.forKorea-img {
  margin-block: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.forKorea-img img {
  aspect-ratio: 16 / 9;
}
.forKorea-map {
  display: block;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}
.forKorea-map._square {
  aspect-ratio: 1 / 1;
}
@media screen and (768px <= width) {
  .forKorea-img {
    flex-direction: row;
  }
  .forKorea-img img {
    width: calc((100% - 10px) / 2);
  }
}

/* space */
.forKorea-space {
  margin-block-end: 20px;
}
/* list */
.forKorea-list li {
  padding-inline-start: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.forKorea-list li::before {
  content: '・';
}
.forKorea-list li + li {
  margin-top: 5px;
}
.forKorea-notes li {
  padding-inline-start: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.forKorea-notes li::before {
  content: '※';
  color: #ff0000;
}
/* table */
.forKorea-table {
  border-collapse: collapse;
}
.forKorea-table tr {
  border: 1px solid;
}
.forKorea-table th,
.forKorea-table td {
  display: block;
  width: 100%;
  padding: 5px;
}
.forKorea-table th {
  text-align: start;
  border-bottom: 1px solid;
}
@media screen and (768px <= width) {
  .forKorea-table tr {
    display: table-cell;
    width: 50%;
  }
}

/* original */
.forKorea-payments li + li {
  margin-top: 30px;
}
.forKorea-payments img {
  display: block;
  max-width: 660px;
}
.forKorea-payments img._01 {
  aspect-ratio: 660 / 152;
}
.forKorea-payments img._02 {
  aspect-ratio: 660 / 200;
}
.forKorea-payments img._03 {
  aspect-ratio: 660 / 262;
}

.forKorea-bus {
  display: block;
  max-width: 600px;
  aspect-ratio: 1000 / 863;
}

/* ----- message ----- */
.uniform-ttl {
  width: 30%;
  max-width: 246px;
}
.uniform-ttl img {
  aspect-ratio: 246 / 201;
}

/* ----- message ----- */
.message-ttl {
  width: 30%;
  max-width: 236px;
}
.message-ttl img {
  aspect-ratio: 236 / 201;
}

.messageCard-name::after {
  content: '감독';
}

/* ----- ticketBtn ----- */
.ticketBtn img {
  width: calc(343px / 2);
  aspect-ratio: 343 / 60;
}
