header {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 12rem;
}
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.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 8rem 1.5rem 0;
}
nav a {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1.5rem;
}
nav #closeBtn {
    position: absolute;
    top: 3rem;
    right: 1.5rem;
    width: 2.5rem;
}
nav #closeBtn img {
    width: 100%;
}

main {
    padding: 0 1.5rem 10rem;
}
main .medal {
    padding-top: 8rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}
main .medal > a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    border-radius: 5rem;
    border: 1px solid #234c59;
    color: #234c59;
}
main .medal table {
    width: 100%;
    padding-top: 2rem;
}
main .medal table thead {}
main .medal table thead tr {}
main .medal table thead tr th {
    padding: 1rem 0;
    font-size: 2.2rem;
    font-weight: 800;
    color: #234c59;
}
main .medal table thead tr th:first-child {
    text-align: left;
}
main .medal table thead tr th:last-child {
    font-size: 1.6rem;
}
main .medal table thead tr th img {
    width: 3rem;
}
main .medal table tbody {}
main .medal table tbody tr {}
main .medal table tbody tr th {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}
main .medal table tbody tr th img {
    width: 3rem;
    margin: 0 0.5rem;
}
main .medal table tbody tr td {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
}
main .medal table tbody tr td:last-child {
    color: #234c59;
}
main .medal > p {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
main .medal > p img {
    width: 2rem;
    margin-left: 1rem;
}

/* 경기일정 */
main .plan {
    padding: 4rem 0 2rem;
}
main .plan .planSwiper {
    height: max-content;
    overflow: hidden;
    position: relative;
}
main .plan .planSwiper .swiper-wrapper {
    height: 100%;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide .date {
    margin-bottom: 1rem;
    display: none;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide .date.active {
    color: #234c59;
    display: block;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide .day {
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 1.5rem;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide .day.active {
    margin: 0;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide p {
    font-size: 2rem;
    font-weight: 700;
    color: #939393;
    text-align: center;
}
main .plan .planSwiper .swiper-wrapper .swiper-slide-active p {
    color: #234c59;
    display: block;
}
main .plan .planSwiper .swiper-button-next {
    right: 30%;
}
main .plan .planSwiper .swiper-button-next::after {
    display: none;
}
main .plan .planSwiper .swiper-button-next img {
    width: 2rem;
}
main .plan .planSwiper .swiper-button-prev {
    left: 30%;
}
main .plan .planSwiper .swiper-button-prev:after {
    display: none;
}
main .plan .planSwiper .swiper-button-prev img {
    width: 2rem;
}
main .planWrap {
    border-top: 1.5px solid #214a57;
    border-bottom: 1.5px solid #214a57;
}
main .planWrap li {
    padding: 2rem 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #92a6ac;
}
main .planWrap li:last-child {
    border: none;
}
main .planWrap li .left {
    width: 40%;
}
main .planWrap li .left h3 {
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
}
main .planWrap li .left h4 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1rem 0;
}
main .planWrap li .left h4.none {
    display: none;
}
main .planWrap li .left p {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}
main .planWrap li .left p img {
    width: 2rem;
    margin-right: 0.5rem;
}
main .planWrap li .right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 60%;
}
main .planWrap li .right p {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    word-break: break-all;
    line-height: 1.2;
}
main .planWrap li .right span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .planWrap li .right p img {
    width: 3rem;
    margin-bottom: 0.5rem;
}
main .planWrap li .right .score {
    padding: 0 1rem;
    width: 40%;
    font-size: 1.4rem;
}
/* 종목리스트 */
main .listWrap {
    margin: 3rem 0;
    border-top: 1.5px solid #214a57;
    border-bottom: 1.5px solid #214a57;
}
main .listWrap li {
    height: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #92a6ac;
}
main .listWrap li:last-child {
    border: none;
}
main .listWrap li h2 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
}
main .listWrap li h2 img {
    width: 2.5rem;
    margin-right: 1rem;
}
main .listWrap li a {
    font-size: 1.6rem;
    color: #133f4d;
    font-weight: 600;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 3rem 0 1rem;
}
main > h2 img {
    width: 2.5rem;
    margin-right: 1rem;
}
main .gameWrap {
    border-top: 1.5px solid #214a57;
    border-bottom: 1.5px solid #214a57;
}
main .gameWrap li {
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    border-bottom: 1px solid #92a6ac;
}
main .gameWrap li:last-child {
    border: none;
}
main .gameWrap li .date {
    margin-bottom: 1.5rem;
}
main .gameWrap li .date span {
    font-size: 1.6rem;
    margin-right: 0.5rem;
}
main .gameWrap li h3 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .gameWrap li p {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
main .gameWrap li p img {
    width: 2rem;
    margin-right: 0.5rem;
}

/* 메달 순위 */
#medal .medal {
    padding: 2rem 0;
}
#medal .medal > p {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#medal .medal > p img {
    width: 2rem;
    margin-left: 1rem;
}
#medal > a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #214a57;
    border: 1px solid #214a57;
    border-radius: 5rem;
    padding: 0.8rem 1.5rem;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 4rem auto 0;
}
main .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
}
main .pagination > button {
    font-size: 1.6rem;
    padding-bottom: 0.2rem;
}
main .page-numbers {
    display: flex;
    align-items: center;
}
main .pagination button {
    margin: 0 1rem;
    font-size: 1.6rem;
    padding-bottom: 0.2rem;
}
main .pagination button img {
    width: 1rem;
}
main .pagination button.active {
    font-weight: 800;
    color: #214a57;
    border-bottom: 1px solid #214a57;
}