html { font-size: 10px; }

/* 툴팁 */
#contents7 .grade .visual-wrap .season-point .tooltip { width: 1.8rem; height: 1.8rem; font-size: 0; line-height: 0; background: url("../../images/common/ic-question.svg") no-repeat center center; }
#contents7 .grade .visual-wrap .season-point .tooltip-info::before { left: 13.6rem; right: auto; border-bottom: 7px solid #262626; }
#contents7 .grade .visual-wrap .season-point .tooltip-info { font-size: 1.6rem; padding: 2.2rem 1.8rem; background-color: #262626; border-radius: .4rem; }
.tooltip-info p { color: #fff; font-size: 1.6rem; font-weight: 600; text-align: center; }
.tooltip-info .table-wrap { margin-top: 2rem; width: 33.1rem; }
.tooltip-info .table-wrap thead th { background: #323232; color: #fff; font-size: 1.4rem; line-height: 1; font-weight: 400; text-align: center; height: 3.4rem; }
.tooltip-info .table-wrap tbody td { height: 4.2rem; color: #fff; font-size: 1.4rem; line-height: 1; font-weight: 400; text-align: center; background-color: #1A1A1A; border-bottom: .2rem solid #262626; }
.tooltip-info .table-wrap tbody td span { font-size: 1.2rem; line-height: 1; display: block; margin-top: .4rem;opacity: 0.7 }
.score-grid { display: flex; justify-content: center; gap: 1.2rem; }
.score-grid dl { margin: 0; }
.score-grid dt { font-size: 1.4rem; margin-bottom: 0.4rem; font-weight: 400; }
.score-grid dd { font-size: 1.4rem; margin: 0; }

/* 2026 시즌 활동 */
.record-list { display: flex; flex-direction: column; justify-content: space-between; gap: 2.2rem; margin-top: 2.9rem; }
.record-list li { display: flex; align-items: center; }
.record-list li strong { color: #fff; font-size: 1.6rem; line-height: 1; font-weight: 500; }
.record-list .record { margin-left: auto; color: #fff; display: flex; gap: .2rem; font-size: 1.6rem; line-height: 1; align-items: center; }
.record-list .record span { display: flex; font-size: 1.4rem; line-height: 1; }
.record-list .record .num { font-size: 2.8rem; line-height: 1; font-weight: 700; margin-left: .5rem; }
@media all and (max-width:768px) {
    #contents7 .grade .visual-wrap .season-point .tooltip-info { left: 0; }
}