header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1.2rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .todayWrap {
    padding-bottom: 2rem;
}
main .todayWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #054b90;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .todayWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .todayWrap h2 a img {
    width: 1rem;
}
main .todayWrap > p {
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    padding-top: 2rem;
}
main .todayWrap .today {
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}
main .todayWrap .today .timeScheduled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
main .todayWrap .today .timeScheduled strong {
    font-size: 1.4rem;
    font-weight: 800;
}
main .todayWrap .today .timeScheduled span {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    background: #d2ebff;
    color: #054b90;
}
main .todayWrap .today .team {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .todayWrap .today .team1 {
    margin-bottom: 1rem;
}
main .todayWrap .today .team img {
    width: 2rem;
}
main .todayWrap .today .team span {
    font-size: 1.4rem;
    font-weight: 800;
}
main .rankWrap {
    padding: 2rem 0;
}
main .rankWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #054b90;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .rankWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .rankWrap h2 a img {
    width: 1rem;
}
main .rankWrap .teamWrap .team .toggleTop {
    background-image: none;
    padding: 1.5rem;
}
main .rankWrap .teamWrap .team .toggleTop:nth-of-type(1) {
    background-image: none;
    padding: 1.5rem;
}
main .playerWrap {
    padding-top: 2rem;
}
main .playerWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #054b90;
    margin-bottom: 1.5rem;
}
main .playerWrap .playerSwiper {
    overflow: hidden;
    height: max-content;
    padding-bottom: 3rem;
}
main .playerWrap .playerSwiper .swiper-pagination {
    bottom: 0;
}
main .playerWrap .playerSwiper .swiper-slide {
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
main .playerWrap .playerSwiper .swiper-slide .catPlayerTeam {
    display: flex;
    flex-flow: column nowrap;
}
main .playerWrap .playerSwiper .swiper-slide .catPlayerTeam p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}
main .playerWrap .playerSwiper .swiper-slide .catPlayerTeam h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.5rem;
}
main .playerWrap .playerSwiper .swiper-slide .catPlayerTeam .team {
    margin: 0;
    font-weight: 500;
}
main .playerWrap .playerSwiper .swiper-slide .count {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
}
main .playerWrap .playerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}
main .playerWrap .playerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #054b90;
}

/* Player */
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #054b90;
    margin-bottom: 2rem;
}
main .statsWrap {
    margin-bottom: 4rem;
}
main .statsWrap:last-child {
    margin: 0;
}
main .statsWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .statsWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .statsWrap h2 a img {
    width: 1rem;
}
main .playerList {
    display: flex;
    flex-flow: column nowrap;
}
main .playerList .player {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .playerList .player:nth-of-type(1) {
    background: #054b90;
}
main .playerList .player:nth-of-type(2) {
    background: #eeeff1;
}
main .playerList .player:nth-of-type(3) {
    background: #f7f7f7;
}
main .playerList .player .left {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .playerList .player .left .rank {
    width: 2.5rem;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
}
main .playerList .player .left .rank img {
    width: 100%;
}
main .playerList .player .left .logoPlayerTeam {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .playerList .player .left .logoPlayerTeam .logo {
    width: 2rem;
}
main .playerList .player .left .logoPlayerTeam .logo img {
    width: 100%;
}
main .playerList .player .left .logoPlayerTeam .playerTeam {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .playerList .player .left .logoPlayerTeam .playerTeam h3 {
    font-size: 1.4rem;
    font-weight: 900;
}
main .playerList .player .left .logoPlayerTeam .playerTeam p {
    font-size: 1.4rem;
}
main .playerList .player:nth-of-type(1) h3,
main .playerList .player:nth-of-type(1) p {
    color: #fff;
}
main .playerList .player .count {
    font-size: 1.8rem;
    font-weight: 900;
}

/* Team */
main .teamWrap {
    display: flex;
    flex-flow: column nowrap;
}
main .teamWrap .team {}
main .teamWrap .team .toggleTop {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main .teamWrap .team:nth-of-type(1) .toggleTop {
    background-color: #054b90;
    background-image: url(../img/arrow-4.png);
}
main .teamWrap .team:nth-of-type(2) .toggleTop {
    background-color: #eeeff1;
}
main .teamWrap .team:nth-of-type(3) .toggleTop {
    background-color: #f7f7f7;
}
main .teamWrap .team .toggleTop .left {
    display: flex;
    gap: 1rem;
    align-items: center;
}
main .teamWrap .team .toggleTop .position {
    width: 2.5rem;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
}
main .teamWrap .team .toggleTop .position img {
    width: 100%;
}
main .teamWrap .team .toggleTop .logoTeam {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .teamWrap .team:nth-of-type(1) .logoTeam span,
main .teamWrap .team:nth-of-type(1) .toggleTop .points {
    color: #fff;
}
main .teamWrap .team .toggleTop .logoTeam img {
    width: 2rem;
}
main .teamWrap .team .toggleTop .logoTeam span {
    font-size: 1.4rem;
    font-weight: 900;
}
main .teamWrap .team .toggleTop .points {
    font-size: 1.4rem;
    font-weight: 900;
    color: #474747;
}
main .teamWrap .team .toggleBottom {
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
main .teamWrap .team .toggleBottom .table {
    width: calc(100% / 7);
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    text-align: center;
}
main .teamWrap .team .toggleBottom .table h4 {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #d2ebff;
    color: #054b90;
}
main .teamWrap .team .toggleBottom .table p {
    font-size: 1.4rem;
    font-weight: 800;
}

/* 일정 */
main #filterFrm {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}
main #filterFrm select {
    border: none;
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    width: 50%;
    border-radius: 1rem;
    background-color: #eeeff1;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main #filterFrm select option {
    font-size: 1.6rem;
}
main .gameWrap {
    margin-bottom: 4rem;
}
main .gameWrap h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #054b90;
    margin-bottom: 1rem;
}
main .gameWrap .game {
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    border-top: 1px solid #ededed;
    position: relative;
}
main .gameWrap .game:nth-of-type(1) {
    border: none;
}
main .gameWrap .game > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .gameWrap .game > div .team {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .gameWrap .game > div .team img {
    width: 3rem;
}
main .gameWrap .game > div .team span {
    font-size: 1.4rem;
    font-weight: 800;
}
main .gameWrap .game > div .score {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    background: #eeeff1;
    font-weight: 800;
    color: #054b90;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}
main .gameWrap .game > div .score.win {
    background: #054b90;
    color: #fff;
}
main .gameWrap .game .timeScheduled {
    display: none;
    flex-flow: column nowrap;
    gap: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .gameWrap .game .timeScheduled strong {
    font-size: 1.4rem;
    font-weight: 800;
}
main .gameWrap .game .timeScheduled span {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    background: #d2ebff;
    color: #054b90;
}