.title{
  width: 100%;
  text-align: center;
  margin-top: 80px;
  margin-left: -20px;
  margin-bottom: 50px;
}
.title h2{
  font-size: 50px;
}
.schedule{
  
  background-color: #000;
  text-align: center;
}
.schedule img{
  transform: scale(0.6);
}
.schedule h2{
  color: #f2a4b9;
  font-size: 45px;
  margin-top: -50px;
  padding-bottom: 20px;
}
.schedule #goyang,
.schedule #los-angeles,
.schedule #chicago,
.schedule #toronto,
.schedule #new-york,
.schedule #paris,
.schedule #milan,
.schedule #barcelona,
.schedule #london,
.schedule #tokyo{
  width: 1280px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  border-bottom:1px solid #aaa;
  align-items: center;
}
.schedule #goyang{
  border-top: 3px solid #f2a4b9;
}
.schedule #goyang .nation,
.schedule #los-angeles .nation,
.schedule #chicago .nation,
.schedule #toronto .nation,
.schedule #new-york .nation,
.schedule #paris .nation,
.schedule #milan .nation,
.schedule #barcelona .nation,
.schedule #london .nation,
.schedule #tokyo .nation{
  width: 260px;
  margin-left: 20px;
}
.schedule .city{
  font-family: "Oswald", sans-serif;
  color: #f2a4b9;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.schedule .place{
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.schedule .date{
  font-family: "Oswald", sans-serif;
  width: 350px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  margin-left: 430px;
}

.schedule #los-angeles .ticket  a,
.schedule #chicago .ticket  a,
.schedule #toronto .ticket  a,
.schedule #new-york .ticket  a,
.schedule #paris .ticket  a,
.schedule #milan .ticket  a,
.schedule #barcelona .ticket  a,
.schedule #london .ticket a{
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 22px;  
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.schedule #goyang .ticket  span,
.schedule #tokyo .ticket span{
  color: #f2a4b9;
  font-size: 22px;  
  font-weight: bold;

}

.schedule #los-angeles .ticket,
.schedule #chicago .ticket,
.schedule #toronto .ticket,
.schedule #new-york .ticket,
.schedule #paris .ticket,
.schedule #milan .ticket,
.schedule #barcelona .ticket,
.schedule #london .ticket{
  width: 200px;
  background-color: #f2a4b9;
  border: 1px solid #f2a4b9;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  transition: background 0.4s ease;
}
.schedule #goyang .ticket,
.schedule #tokyo .ticket{
  width: 200px;
  border: 1px solid #f2a4b9;
  padding: 10px 0;
  cursor: pointer;
}
.video{
  width: 1400px;
  margin: auto;
  text-align: center;
}
.video > h2{
  color: #f2a4b9;
  font-size: 45px;
  font-weight: bold;
  margin: 50px 0;
}
.video iframe{
  width: 100%;
  aspect-ratio: 16 / 9; 
  margin-bottom: 20px;
}
.video #spon{
  width: 100%;
}
.video #spon h3{
  color: #f2a4b9;
  font-size: 30px;
  font-weight: bold;
  margin-top: 100px;
}
.video #spon a{
  color: #fff;
  font-size: 20px;
}
.video #spon p{
  color: #fff;
  margin-top: 200px;
  padding-bottom: 50px;
}
.concert-his{
  width: 100%;
  height: 100%;
  margin: 100px auto;
}
.concert-his h3{
  font-size: 40px;
  margin-left: 150px;
}
.concert-his #his{
  display: flex;
  gap: 30px;
  margin: 30px 150px;
}
.concert-his ul{
  width: 300px;
}
.concert-his ul button{
  border: none;
  background-color: #fff;
}
.concert-his ul img{
  width: 300px;
  height: 450px;
  padding-bottom: 20px;
}
.concert-his ul p{
  font-size: 16px;
  font-weight: bold;
  color: #222;
  padding-bottom: 10px;
}
.concert-his ul span{
  font-size: 20px;
  color: #555;
}



/*hover*/
.schedule #goyang:hover,
.schedule #los-angeles:hover,
.schedule #chicago:hover,
.schedule #toronto:hover,
.schedule #new-york:hover,
.schedule #paris:hover,
.schedule #milan:hover,
.schedule #barcelona:hover,
.schedule #london:hover,
.schedule #tokyo:hover{
 background-color: #1c1b1b;
}

.schedule #los-angeles .ticket::before,
.schedule #chicago .ticket::before,
.schedule #toronto .ticket::before,
.schedule #new-york .ticket::before,
.schedule #paris .ticket::before,
.schedule #milan .ticket::before,
.schedule #barcelona .ticket::before,
.schedule #london .ticket::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.6s ease;
  z-index: 0;
}

.schedule #los-angeles .ticket:hover::before,
.schedule #chicago .ticket:hover::before,
.schedule #toronto .ticket:hover::before,
.schedule #new-york .ticket:hover::before,
.schedule #paris .ticket:hover::before,
.schedule #milan .ticket:hover::before,
.schedule #barcelona .ticket:hover::before,
.schedule #london .ticket:hover::before{
  left: 0;
}
.schedule #los-angeles .ticket:hover,
.schedule #chicago .ticket:hover,
.schedule #toronto .ticket:hover,
.schedule #new-york .ticket:hover,
.schedule #paris .ticket:hover,
.schedule #milan .ticket:hover,
.schedule #barcelona .ticket:hover,
.schedule #london .ticket:hover{
  background: #fff;
}

