@media (min-width: 960px) {
  .IR-PC {
    display: flex;
    flex-direction: column;
    min-width: 960px;
    align-items: center;
    position: relative;
    background-color: #020407;
  }

  .IR-PC .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .div .video-box {
    display: flex;
    height: 640px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .IR-PC .div .video-box video {
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: .6;
  }

  .IR-PC .banner-section {
    display: flex;
    flex-direction: column;
    height: 640px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .text-box {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 30px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .main-text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--web-h0-font-family);
    font-weight: var(--web-h0-font-weight);
    color: var(--accent);
    font-size: var(--web-h0-font-size);
    text-align: center;
    letter-spacing: var(--web-h0-letter-spacing);
    line-height: var(--web-h0-line-height);
    font-style: var(--web-h0-font-style);
  }

  .IR-PC .sub-text {
    position: relative;
    align-self: stretch;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    text-align: center;
    letter-spacing: var(--web-body-large-letter-spacing);
    line-height: var(--web-body-large-line-height);
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .menu-box {
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 40px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -60px;
    background-color: var(--gray-600);
    border-radius: 60px;
    overflow: hidden;
  }

  .IR-PC .title {
    width: fit-content;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    line-height: var(--web-body-large-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--web-body-large-letter-spacing);
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .weui-arrow-filled {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 2px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }

  .IR-PC .vector {
    position: relative;
    width: 9.82px;
    height: 16.97px;
  }

  .IR-PC .section-set {
    justify-content: center;
    gap: 40px;
    padding: 80px 30px;
    align-self: stretch;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .section {
    max-width: 1280px;
    gap: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .search-box {
    display: flex;
    max-width: 960px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-color: var(--gray-400);
  }

  .IR-PC .text-wrapper {
    width: 376px;
    font-family: var(--web-h3-font-family);
    font-weight: var(--web-h3-font-weight);
    color: var(--gray-400);
    font-size: var(--web-h3-font-size);
    line-height: var(--web-h3-line-height);
    position: relative;
    letter-spacing: var(--web-h3-letter-spacing);
    font-style: var(--web-h3-font-style);
  }

  .IR-PC .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    position: relative;
    flex: 0 0 auto;
  }

  .IR-PC .icon {
    position: relative;
    width: 39px;
    height: 39px;
    margin-top: -2.00px;
    margin-bottom: -2.00px;
    margin-left: -2.00px;
    margin-right: -2.00px;
  }

  .IR-PC .contents-set {
    flex-direction: column;
    align-items: flex-start;
    border-top-width: 2px;
    border-top-style: solid;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-color: var(--gray-400);
  }

  .IR-PC .contents-box {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-color: var(--gray-400);
    color: var(--gray-200);
  }

  .IR-PC .number-and-title {
    display: inline-flex;
    align-items: center;
    gap: 45px;
    position: relative;
    flex: 0 0 auto;
  }

  .IR-PC .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    letter-spacing: var(--web-body-large-letter-spacing);
    line-height: var(--web-body-large-line-height);
    white-space: nowrap;
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .title-2 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--web-body-large-font-size);
    line-height: var(--web-body-large-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--web-body-large-letter-spacing);
    font-style: var(--web-body-large-font-style);
  }

  .IR-PC .arrow-box {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
  }

  .IR-PC .img {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .IR-PC .number-box {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--gray-800);
    border-radius: 20px;
  }

  .IR-PC .number {
    position: relative;
    align-self: stretch;
    font-family: var(--web-body-large-font-family);
    font-weight: var(--web-body-large-font-weight);
    color: var(--gray-400);
    font-size: var(--web-body-large-font-size);
    text-align: center;
    letter-spacing: var(--web-body-large-letter-spacing);
    line-height: var(--web-body-large-line-height);
    font-style: var(--web-body-large-font-style);
  }
  .IR-PC .number-wrapper.active {
    background-color: var(--gray-800);
    border-radius: 20px;
  }
  .IR-PC .number-wrapper a,
  .IR-PC .number-wrapper a:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: unset;
  }
  .IR-PC .number-wrapper.active .number {
    color: var(--accent);
  }

  .IR-PC .number-wrapper {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 20px;
  }

  .IR-PC .video-box-2 {
    display: flex;
    flex-direction: column;
    height: 205px;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0px;
    margin-top: -60px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video {
    height: 1012.5px;
    margin-bottom: -10.00px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .IR-PC {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .IR-PC .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020407;
  }

  .IR-PC .div .video-box {
    display: flex;
    height: 400px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .IR-PC .div .video-box video {
    position: absolute;
    height: 100%;
    mix-blend-mode: hard-light;
    opacity: .6;
  }

  .IR-PC .banner-section {
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .main-text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--mobile-h1-font-family);
    font-weight: var(--mobile-h1-font-weight);
    color: var(--accent);
    font-size: var(--mobile-h1-font-size);
    text-align: center;
    letter-spacing: var(--mobile-h1-letter-spacing);
    line-height: var(--mobile-h1-line-height);
    font-style: var(--mobile-h1-font-style);
  }

  .IR-PC .sub-text {
    position: relative;
    align-self: stretch;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    text-align: center;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    line-height: var(--mobile-body-large-line-height);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .menu-box {
    display: flex;
    width: 260px;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -40px;
    background-color: var(--gray-600);
    border-radius: 60px;
    overflow: hidden;
  }

  .IR-PC .title {
    width: fit-content;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    text-align: center;
    line-height: var(--mobile-body-large-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .weui-arrow-filled {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 2px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }

  .IR-PC .vector {
    position: relative;
    width: 9.82px;
    height: 16.97px;
  }

  .IR-PC .section-BG {
    display: flex;
    flex-direction: column;
    max-width: 959px;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: #020407;
  }

  .IR-PC .section-set {
    justify-content: center;
    gap: 40px;
    padding: 80px 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .section {
    gap: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .IR-PC .search-box {
    display: flex;
    max-width: 960px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: var(--gray-400);
  }

  .IR-PC .text-wrapper {
    width: 376px;
    margin-right: -10.00px;
    font-family: var(--mobile-h3-font-family);
    font-weight: var(--mobile-h3-font-weight);
    color: var(--gray-400);
    font-size: var(--mobile-h3-font-size);
    line-height: var(--mobile-h3-line-height);
    position: relative;
    letter-spacing: var(--mobile-h3-letter-spacing);
    font-style: var(--mobile-h3-font-style);
  }

  .IR-PC .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    position: relative;
    flex: 0 0 auto;
    margin-left: -111px;
  }

  .IR-PC .icon {
    position: relative;
    width: 27px;
    height: 27px;
    margin-top: -1.00px;
    margin-bottom: -1.00px;
    margin-left: -1.00px;
    margin-right: -1.00px;
  }

  .IR-PC .contents-set {
    flex-direction: column;
    align-items: flex-start;
    border-top-width: 2px;
    border-top-style: solid;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-color: var(--gray-400);
  }

  .IR-PC .contents-box {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-color: var(--gray-400);
    color: var(--gray-200);
  }

  .IR-PC .number-and-title {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }

  .IR-PC .text-wrapper-2 {
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    line-height: var(--mobile-body-large-line-height);
    text-overflow: ellipsis;
    position: relative;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .title-2 {
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    line-height: var(--mobile-body-large-line-height);
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .number {
    position: relative;
    width: 30px;
    margin-top: -1.00px;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-400);
    font-size: var(--mobile-body-large-font-size);
    letter-spacing: var(--mobile-body-large-letter-spacing);
    line-height: var(--mobile-body-large-line-height);
    font-style: var(--mobile-body-large-font-style);
    text-align: center;
  }
  .IR-PC .number-wrapper.active {
    background-color: var(--gray-800);
    border-radius: 20px;
  }
  .IR-PC .number-wrapper a,
  .IR-PC .number-wrapper a:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: unset;
  }
  .IR-PC .number-wrapper.active .number {
    color: var(--accent);
  }

  .IR-PC .days {
    position: relative;
    width: 95px;
    margin-top: -1.00px;
    font-family: var(--mobile-body-large-font-family);
    font-weight: var(--mobile-body-large-font-weight);
    color: var(--gray-200);
    font-size: var(--mobile-body-large-font-size);
    text-align: right;
    letter-spacing: var(--mobile-body-large-letter-spacing);
    line-height: var(--mobile-body-large-line-height);
    font-style: var(--mobile-body-large-font-style);
  }

  .IR-PC .arrow-box {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
    flex: 0 0 auto;
  }

  .IR-PC .img {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .IR-PC .number-box {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--gray-800);
    border-radius: 20px;
  }

  .IR-PC .number-wrapper {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 20px;
  }

  .IR-PC .video-box-2 {
    display: flex;
    flex-direction: column;
    height: 210px;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0px;
    margin-top: -60px;
    z-index: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video-box-2 .video {
    height: 189.84px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .IR-PC .video-box-2 .video video {
    position: relative;
    align-self: stretch;
    width: 100%;
  }
}
