header{margin: 3rem 0 3rem;}
.todayWrap span{font-size: 1.6rem;color: #6C6C6C;}
.today_header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 2rem;margin-top: 1rem;}
.today_header h2{font-size: 1.8rem;color: #3C3C3C;font-weight: 700;}
.today_header span{font-size: 1.4rem;}
.today_header span img{margin-left: 0.7rem;}
.today_match ul li{background: #F6F6F6;border-radius: 2rem;margin-bottom: 2rem;}
.today_match ul li a{padding: 3rem;display: flex;justify-content: center;flex-direction: column;gap: 2rem;}
.today_match .bedge{display: flex;justify-content: space-between;}
.today_match ul li .bedge span{width: 7rem;border-radius: 2rem;font-size: 1.4rem;text-align: center;line-height: 2.5rem;}
.today_match ul .yet .bedge span{background: #E5E5E5;}
.today_match ul .ing .bedge span{background: #57D14A;color: #fff;}
.today_match ul .over .bedge span{background: #747474;color: #fff;}
.today_match ul li .bedge p{font-size: 1.4rem;color: #6C6C6C;}
.today_match ul li img{width: 4rem;height: 4rem;object-fit: contain;}
.today_match ul li .team_intro{display: flex;justify-content: space-between;font-size: 1.5rem;color: #6C6C6C;font-weight: 500;align-items: center;}
.today_match ul li .team_intro strong{font-size: 1.8rem;font-weight: 500;color: #3C3C3C;}
.today_match ul li .team_intro .score{font-size: 1.8rem;font-weight: 500;color: #3C3C3C;}
.today_match .team_left, .today_match .team_right{display: flex;align-items: center;gap: 1rem;}

.match_detail ul li{background: #F6F6F6;border-radius: 2rem;margin-bottom: 2rem;padding: 3rem;display: flex;justify-content: center;flex-direction: column;gap: 2rem;}
.match_detail .bedge{display: flex;justify-content: space-between;}
.match_detail ul li .bedge{display: flex;flex-direction: column;align-items: center;gap: 1rem;justify-content: flex-start;}
.match_detail ul li .bedge span{width: 7rem;border-radius: 2rem;font-size: 1.4rem;text-align: center;line-height: 2.5rem;}
.match_detail ul .yet .bedge span{background: #E5E5E5;}
.match_detail ul .ing .bedge span{background: #57D14A;color: #fff;}
.match_detail ul .over .bedge span{background: #747474;color: #fff;}
.match_detail ul li .bedge p{font-size: 1.4rem;color: #6C6C6C;}
.match_detail ul li img{width: 4rem;height: 4rem;object-fit: contain;}
.match_detail ul li .team_intro{display: flex;justify-content: space-between;font-size: 1.5rem;color: #6C6C6C;font-weight: 500;align-items: flex-start;}
.match_detail ul li .team_intro strong{font-size: 1.8rem;font-weight: 500;color: #3C3C3C;}
.match_detail ul li .team_intro .score{font-size: 1.8rem;font-weight: 500;color: #3C3C3C;}
.match_detail .team_left, .match_detail .team_right{display: flex;align-items: center;gap: 1rem;flex-direction: column;}
.match_detail .team_left p, .match_detail .team_right p{font-size: 1.2rem;}

.another_match ul li{background: #fff;border-radius: 2rem;margin-bottom: 2rem;width: 170px;border: 1px solid #F0F0F0;}
.another_match ul li a{padding: 2rem;display: flex;justify-content: center;flex-direction: column;gap: 2rem;}
.another_match .bedge{display: flex;justify-content: space-between;}
.another_match ul li .bedge span{width: 4.5rem;border-radius: 2rem;font-size: 1.2rem;text-align: center;line-height: 2rem;}
.another_match ul .yet .bedge span{background: #E5E5E5;}
.another_match ul .ing .bedge span{background: #57D14A;color: #fff;}
.another_match ul .over .bedge span{background: #747474;color: #fff;}
.another_match ul li .bedge p{font-size: 1.2rem;color: #6C6C6C;}
.another_match ul li img{width: 3rem;height: 3rem;object-fit: contain;}
.another_match ul li .team_intro{display: flex;justify-content: space-between;font-size: 1.2rem;color: #6C6C6C;font-weight: 500;align-items: center;}
.another_match ul li .team_intro strong{font-size: 1.3rem;font-weight: 500;color: #3C3C3C;}
.another_match ul li .team_intro .score{font-size: 1.3rem;font-weight: 500;color: #3C3C3C;}
.another_match .team_left, .another_match .team_right{display: flex;align-items: center;gap: 1rem;flex-direction: column;}