<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 992px) {
  .pageTitle .tit {
    width: 304px; }
  .custom-padding-container {
    padding-left: 0;
    padding-right: 0; } }

.page_Schedule_schedule {
  color: #fff;
  background-image: url("../../img/bg-skdl.png"); }
  .page_Schedule_schedule .infoBlock {
    margin-bottom: 20px; }
    .page_Schedule_schedule .infoBlock .datePicker {
      width: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .page_Schedule_schedule .infoBlock .switch-arrs {
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .page_Schedule_schedule .infoBlock .switch-arrs img {
        width: 30px;
        position: absolute;
        left: 10px;
        top: 18px; }
      .page_Schedule_schedule .infoBlock .switch-arrs .anicircle {
        fill: none;
        stroke-width: 1px;
        stroke: #fff;
        stroke-dasharray: 300 300;
        stroke-dashoffset: 300;
        -webkit-transition: stroke-dashoffset 300ms ease;
        -o-transition: stroke-dashoffset 300ms ease;
        transition: stroke-dashoffset 300ms ease; }
      .page_Schedule_schedule .infoBlock .switch-arrs:hover .anicircle {
        stroke-dashoffset: 0; }
    .page_Schedule_schedule .infoBlock .date {
      font-size: 35px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .page_Schedule_schedule .infoBlock .custom-dropdown {
      margin-bottom: 10px; }
  .page_Schedule_schedule .gameContent {
    position: relative; }
  .page_Schedule_schedule .scheduleList {
    min-height: calc(100vh - 700px); }
  .page_Schedule_schedule .eachGame {
    text-align: center;
    margin-bottom: 20px; }
    .page_Schedule_schedule .eachGame .gamedate {
      font-size: 18px;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #c1020e;
      padding: 3px 0;
      margin-bottom: 10px; }
    .page_Schedule_schedule .eachGame .note2 {
      background-color: #c1020e;
      font-size: 13px;
      font-weight: bold;
      position: absolute;
      left: 11px;
      top: 0;
      padding: 2px 5px; }
    .page_Schedule_schedule .eachGame .typename {
      font-size: 18px;
      margin: 10px auto; }
    .page_Schedule_schedule .eachGame .scoresInfo {
      width: 260px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto; }
      .page_Schedule_schedule .eachGame .scoresInfo .pics {
        width: 52px; }
        .page_Schedule_schedule .eachGame .scoresInfo .pics img {
          max-height: 41px; }
      .page_Schedule_schedule .eachGame .scoresInfo .scoreList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold; }
      .page_Schedule_schedule .eachGame .scoresInfo .scores {
        font-size: 30px; }
      .page_Schedule_schedule .eachGame .scoresInfo .note {
        margin: 0 17px;
        font-size: 13px; }
    .page_Schedule_schedule .eachGame .info {
      font-size: 14px;
      margin-top: 10px; }
      .page_Schedule_schedule .eachGame .info li {
        display: inline-block; }
        .page_Schedule_schedule .eachGame .info li:not(:last-child) {
          margin-right: 12px; }
      .page_Schedule_schedule .eachGame .info .labels:after {
        content: '|';
        color: #fff;
        position: relative;
        margin-left: 7px;
        margin-right: 5px;
        font-size: 13px;
        top: -2px; }
      .page_Schedule_schedule .eachGame .info .fieldname, .page_Schedule_schedule .eachGame .info .starttime {
        font-weight: bold; }
    .page_Schedule_schedule .eachGame .remark {
      font-size: 13px;
      margin-top: 10px; }
  .page_Schedule_schedule .btns {
    margin: 30px auto; }

@media (min-width: 992px) {
  .page_Schedule_schedule .infoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page_Schedule_schedule .infoBlock .datePicker {
      width: auto;
      margin: 0 0 0 80px; }
    .page_Schedule_schedule .infoBlock .switch-arrs {
      position: relative;
      top: 5px;
      cursor: pointer; }
      .page_Schedule_schedule .infoBlock .switch-arrs img {
        width: 35px;
        position: absolute;
        left: 13px;
        top: 20px; }
    .page_Schedule_schedule .infoBlock .date {
      margin: 0 10px;
      font-size: 40px; }
    .page_Schedule_schedule .infoBlock .selection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center; }
    .page_Schedule_schedule .infoBlock .custom-dropdown {
      margin: 0px;
      width: 100px;
      height: 40px;
      display: inline-block;
      margin-right: 10px; }
      .page_Schedule_schedule .infoBlock .custom-dropdown .select-selected {
        height: 40px;
        line-height: 37px;
        font-size: 15px; }
      .page_Schedule_schedule .infoBlock .custom-dropdown .select-items {
        font-size: 16px; }
      .page_Schedule_schedule .infoBlock .custom-dropdown .select-items div {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        height: auto;
        line-height: 35px; }
    .page_Schedule_schedule .infoBlock .switchList {
      width: 87px;
      height: 40px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.6);
      display: inline-block; }
      .page_Schedule_schedule .infoBlock .switchList li {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        text-align: center;
        position: relative; }
        .page_Schedule_schedule .infoBlock .switchList li img {
          opacity: .35;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          cursor: pointer;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .page_Schedule_schedule .infoBlock .switchList li.active img, .page_Schedule_schedule .infoBlock .switchList li:hover img {
          opacity: 1; }
        .page_Schedule_schedule .infoBlock .switchList li:not(:last-child):after {
          content: '|';
          color: rgba(255, 255, 255, 0.6);
          font-size: 22px;
          display: inline-block;
          position: absolute;
          right: -3px;
          top: -2px; }
  .page_Schedule_schedule .eachGame {
    position: relative;
    margin-bottom: 0; }
    .page_Schedule_schedule .eachGame:before, .page_Schedule_schedule .eachGame:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      width: 1px;
      height: 65%;
      position: absolute;
      top: 60px; }
    .page_Schedule_schedule .eachGame:before {
      left: 0; }
    .page_Schedule_schedule .eachGame:after {
      right: 0; }
    .page_Schedule_schedule .eachGame .gameContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 48px 80px 48px 75px; }
    .page_Schedule_schedule .eachGame:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .page_Schedule_schedule .eachGame .gamedate {
      padding: 15px 0;
      font-size: 20px;
      margin-bottom: 0; }
    .page_Schedule_schedule .eachGame .note2 {
      width: 63px;
      height: 27px;
      line-height: 24px;
      position: relative;
      font-size: 18px;
      padding: 0;
      top: auto;
      left: auto;
      margin-bottom: 5px; }
    .page_Schedule_schedule .eachGame .typename {
      font-size: 24px;
      margin: 0;
      text-align: left; }
    .page_Schedule_schedule .eachGame .scoresInfo {
      width: auto; }
      .page_Schedule_schedule .eachGame .scoresInfo .pics {
        width: 72px; }
        .page_Schedule_schedule .eachGame .scoresInfo .pics img {
          max-height: 57px; }
      .page_Schedule_schedule .eachGame .scoresInfo .scoreList {
        margin: 0 24px; }
      .page_Schedule_schedule .eachGame .scoresInfo .scores {
        font-size: 55px; }
      .page_Schedule_schedule .eachGame .scoresInfo .note {
        margin: 0 32px;
        font-size: 20px; }
    .page_Schedule_schedule .eachGame .remark {
      font-size: 20px; }
    .page_Schedule_schedule .eachGame .info {
      font-size: 20px; }
      .page_Schedule_schedule .eachGame .info li {
        display: block;
        text-align: left; }
        .page_Schedule_schedule .eachGame .info li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 13px; }
      .page_Schedule_schedule .eachGame .info .labels:after {
        margin-left: 10px;
        margin-right: 8px; }
  .page_Schedule_schedule .calendar .vc-container {
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border: 0; }
  .page_Schedule_schedule .calendar .vc-weekday {
    height: 50px;
    line-height: 40px;
    background-color: #c1020e;
    color: #fff;
    font-size: 20px; }
  .page_Schedule_schedule .calendar .is-not-in-month * {
    opacity: .7; }
  .page_Schedule_schedule .calendar .vc-header, .page_Schedule_schedule .calendar .vc-arrow {
    display: none; }
  .page_Schedule_schedule .calendar .vc-day {
    width: 172px;
    height: auto;
    overflow: hidden;
    min-height: 150px; }
    .page_Schedule_schedule .calendar .vc-day .bottomLine {
      width: 160px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      left: 3px;
      bottom: 0; }
    .page_Schedule_schedule .calendar .vc-day:after {
      content: '';
      width: 1px;
      height: 90%;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 5%;
      right: 0; }
    .page_Schedule_schedule .calendar .vc-day.weekday-position-1::before {
      content: '';
      width: 1px;
      height: 90%;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 12px; }
    .page_Schedule_schedule .calendar .vc-day .dayNum {
      font-size: 16px;
      font-style: italic;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      position: absolute;
      right: 10px;
      top: 10px; }
  .page_Schedule_schedule .eachGameInCalendar {
    text-align: center;
    width: 172px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page_Schedule_schedule .eachGameInCalendar .note2 {
      width: 41px;
      height: 17px;
      background-color: #c1020e;
      color: #fff;
      font-size: 1px;
      position: absolute;
      left: 6px;
      top: 6px;
      line-height: 1.2; }
    .page_Schedule_schedule .eachGameInCalendar .typename {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 7px; }
    .page_Schedule_schedule .eachGameInCalendar .infoList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 18px;
      font-family: Arial, Helvetica, sans-serif; }
      .page_Schedule_schedule .eachGameInCalendar .infoList li {
        -webkit-box-flex: 30%;
        -ms-flex: 30%;
        flex: 30%;
        margin-bottom: 5px; }
      .page_Schedule_schedule .eachGameInCalendar .infoList .pics {
        width: 36px; }
        .page_Schedule_schedule .eachGameInCalendar .infoList .pics img {
          max-height: 30px; }
      .page_Schedule_schedule .eachGameInCalendar .infoList .game {
        font-size: 16px; }
      .page_Schedule_schedule .eachGameInCalendar .infoList .scores {
        font-size: 30px;
        font-weight: bold; }
      .page_Schedule_schedule .eachGameInCalendar .infoList .note {
        font-size: 16px;
        font-weight: bold; }
      .page_Schedule_schedule .eachGameInCalendar .infoList .fieldname {
        margin-bottom: 3px; } }
.more_btn_wrap{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.more_btn_wrap hr{
  background-color: #fff;
  margin: 50px 0px;
}</pre></body></html>