header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #bbbbbb;
}
header h1 {
    width: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2.5rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
nav .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}
nav .title h2 {
    width: 12rem;
}
nav .title h2 img {
    width: 100%;
}
nav .title button {
    width: 2rem;
}
nav .title button img {
    width: 100%;
}
nav a {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #565656;
    background: #ededed;
    border-bottom: 1px solid #bababa;
}
nav a:last-child {
    border: none;
}
nav a.on {
    background: linear-gradient(to right, #041072 0%, #0087ce 100%);
    color: #fff;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .category {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
main .category a {
    width: 50%;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem 0;
    background: #ededed;
    color: #565656;
    text-align: center;
}
main .category a.on {
    background: linear-gradient(to right, #041072 0%, #0087ce 100%);
    color: #fff;
}
main #filterFrm {
    margin-bottom: 1rem;
}
main #filterFrm select {
    padding: 1rem 3rem 1rem 0;
    font-size: 1.6rem;
    font-weight: 900;
    border: none;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right center;
}
main #filterFrm select option {
    font-size: 1.4rem;
}
main .teamSwiper {
    height: max-content;
    overflow: hidden;
    margin-bottom: 2rem;
}
main .teamSwiper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
}
main .teamSwiper .swiper-slide img {
    width: 2.5rem;
}
main .teamSwiper .swiper-slide.on {
    font-weight: 800;
    color: #000bda;
}
main .scheduleWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main .schedule {
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid #bcbcbc;
}
main .schedule a {
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    border-bottom: 1px solid #bcbcbc;
    margin: 0 1.5rem;
}
main .schedule a:last-child {
    border: none;
}
main .schedule a .datePlace {
    display: flex;
    justify-content: space-between;
}
main .schedule a .datePlace p {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
}
main .schedule a .datePlace p span {
    font-size: 1.4rem;
}
main .schedule a .teamWrap {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .schedule a .teamWrap > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .schedule a .teamWrap > div .team {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .schedule a .teamWrap > div .team img {
    width: 2.5rem;
}
main .schedule a .teamWrap > div .team strong {
    font-size: 1.4rem;
    font-weight: 800;
}
main .schedule a .teamWrap > div > p {
    font-size: 1.6rem;
    font-weight: 800;
}
main .schedule a .teamWrap > div > p.win {
    padding-left: 2rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left center;
    color: #001adc;
}
main .schedule a .teamWrap > p {
    font-size: 1.4rem;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background: #001adc;
    width: max-content;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 메뉴 */
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #011bdc;
    margin-bottom: 1.5rem;
}
main .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .menu a {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2.5rem 3rem;
    border: 1px solid #bbbbbb;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 3rem center;
}

/* 경기 */
main .game {
    margin-bottom: 3rem;
}
main .game .teamWrap {
    padding-top: 2rem;
    margin-bottom: 3rem;
}
main .game .teamWrap .teamInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
main .game .teamWrap .teamInfo .team {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .game .teamWrap .teamInfo .team:nth-of-type(1) {
    align-items: flex-end;
}
main .game .teamWrap .teamInfo .team .title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .game .teamWrap .teamInfo .team .title strong {
    font-size: 1.8rem;
    font-weight: 800;
}
main .game .teamWrap .teamInfo .team .title img {
    width: 2.5rem;
}
main .game .teamWrap .teamInfo .team .rank {
    display: flex;
}
main .game .teamWrap .teamInfo .team .rank p {
    font-size: 1.4rem;
}
main .game .teamWrap .teamInfo .team .rank p:nth-of-type(1) {
    color: #000bda;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #555555;
}
main .game .teamWrap .teamInfo > p {
    font-size: 2rem;
    font-weight: 900;
}
main .game .teamWrap .recentWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .game .teamWrap .recentWrap .recent {
    display: flex;
    gap: 0.5rem;
}
main .game .teamWrap .recentWrap .recent span {
    border-radius: 0.5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .game .teamWrap .recentWrap .recent span.lose {
    border: 1px solid #051ddd;
    color: #051ddd;
}
main .game .teamWrap .recentWrap .recent span.win {
    border: 1px solid #2fbb27;
    color: #2fbb27;
}
main .game .teamWrap .recentWrap .recent span.draw {
    border: 1px solid #555555;
    color: #555555;
}
main .game .teamWrap .recentWrap > p {
    font-size: 1.4rem;
}
main .game .matchWrap {
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid #bbbbbb;
}
main .game .matchWrap h3 {
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 0;
    background: linear-gradient(to right, #041072 0%, #0087ce 100%);
    text-align: center;
}
main .game .matchWrap .match {
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    border-bottom: 1px solid #bbbbbb;
    margin: 0 1.5rem;
}
main .game .matchWrap .match:last-child {
    border: none;
}
main .game .matchWrap .match .dateLeague {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .game .matchWrap .match .dateLeague p {
    font-size: 1.4rem;
    font-weight: 600;
}
main .game .matchWrap .match .teamContent {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .game .matchWrap .match .teamContent .team {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .game .matchWrap .match .teamContent .team .title {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .game .matchWrap .match .teamContent .team .title img {
    width: 2.5rem;
}
main .game .matchWrap .match .teamContent .team .title strong {
    font-size: 1.6rem;
    font-weight: 800;
}
main .game .matchWrap .match .teamContent .team > p {
    font-size: 1.6rem;
    font-weight: 800;
}
main .game .matchWrap .match .teamContent .team > p.win {
    padding-left: 2rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left center;
    color: #001adc;
}
main > a {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    background: #001adc;
    display: block;
    padding: 2.5rem 0;
    text-align: center;
}

/* 팀 순위 */
main #rankFrm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main #rankFrm h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #011bdc;
}
main #rankFrm select {
    padding: 1rem 3rem 1rem 0;
    font-size: 1.6rem;
    font-weight: 900;
    border: none;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right center;
}
main #rankFrm select option {
    font-size: 1.4rem;
}
main .table {
    width: 100%;
    overflow-x: auto;
}
main .table table {
    width: max-content;
    border-collapse: collapse;
    text-align: center;
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
}
main .table table thead {}
main .table table thead th {
    padding: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: 1px solid #bbbbbb;
}
main .table table thead th:nth-of-type(2) {
    color: #001adc;
}
main .table table thead th:last-child {
    border-right: none;
}
main .table table tbody {}
main .table table tbody td {
    padding: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
}
main .table table tbody td:nth-of-type(2) {
    color: #001adc;
}
main .table table tbody td:last-child {
    border-right: none;
}
main .table table tbody td:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .table table tbody td em {
    font-size: 1.6rem;
    font-weight: 800;
}
main .table table tbody td img {
    width: 2rem;
}
main .table table tbody td strong {
    font-size: 1.6rem;
    font-weight: 800;
}
main .table table tbody td span {
    border-radius: 0.5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
}
main .table table tbody td span.lose {
    border: 1px solid #051ddd;
    color: #051ddd;
}
main .table table tbody td span.win {
    border: 1px solid #2fbb27;
    color: #2fbb27;
}
main .table table tbody td span.draw {
    border: 1px solid #555555;
    color: #555555;
}

/* 기록 */
main .rankWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .rankWrap .rank {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 3rem;
    border: 1px solid #bbbbbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .rankWrap .rank:nth-of-type(1) > p {
    color: #001adc;
}
main .rankWrap .rank .title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
main .rankWrap .rank .title em {
    font-size: 1.6rem;
    font-weight: 800;
}
main .rankWrap .rank .title img {
    width: 2rem;
}
main .rankWrap .rank .title strong {
    font-size: 1.6rem;
    font-weight: 800;
}
main .rankWrap .rank .title .name {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .rankWrap .rank .title .name strong {
    font-size: 1.6rem;
    font-weight: 800;
}
main .rankWrap .rank .title .name span {
    font-size: 1.4rem;
}
main .rankWrap .rank > p {
    font-size: 1.6rem;
    font-weight: 800;
}
