@charset "UTF-8";

/* Responsive rules moved from main.css. */

@media (max-width: 1380px) {
  .sale-products .sale-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .sale-products {
    padding: 12rem 0;
  }

  .sale-products .sale-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.6rem;
    row-gap: 3rem;
  }

  .sale-products .sale-products__thumb {
    margin-bottom: 1.4rem;
    border-radius: 10px;
  }
}

@media (max-width: 1280px) {
  .search-sec .dice-canvas {
    display: none;
  }
}

@media (max-width: 768px) {
  .bnr-slider {
    padding-top: 62px;
  }

  .coming-soon {
    padding: 10rem 0;
  }

  .coming-soon .coming-soon__slider-area {
    gap: 0;
  }

  .coming-soon .coming-soon__arrow-btn {
    display: none;
  }

  .coming-soon .coming-soon__track-wrapper {
    width: 100%;
  }

  .coming-soon .coming-soon__track {
    gap: 1.6rem;
    touch-action: pan-y;
  }

  .coming-soon .coming-soon__card {
    width: calc((100vw - 6.2rem) / 1.3);
  }

  .coming-soon .coming-soon__card-footer {
    padding: 2rem;
  }

  .coming-soon .coming-soon__thumb {
    border-radius: 10px 10px 0 0;
  }

  .coming-soon .p20 {
    font-size: 16px;
  }

  #earth {
    top: 4rem;
    right: 4rem;
    transform: translateZ(0);
  }

  .bnr-progress__num {
    font-size: 12px;
  }

  .about-sec h2 {
    font-size: 30px;
  }

  .search-sec .tag {
    font-size: 12px;
  }
}

@media (max-width: 1380px) {
  .search-sec .search-bar {
    max-width: 48rem;
  }
}

@media (max-width: 768px) {
  .search-sec {
    padding: 12rem 0;
  }

  .search-sec .search-bar {
    width: 75%;
    max-width: 75%;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
  }

  .search-sec .search-bar input {
    font-size: 1.4rem;
  }

  .search-sec .search-bar input::placeholder {
    font-size: 11px;
  }

  .search-sec .search-bar .search-btn {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 900px) {
  .work-process-sec {
    padding: 10rem 0;
  }

  .work-process-wrap {
    padding: 0 1.6rem;
  }

  .work-process-table,
  .work-process-table thead,
  .work-process-table tbody,
  .work-process-table tr,
  .work-process-table th,
  .work-process-table td {
    display: block;
  }

  .work-process-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .work-process-table tbody {
    display: grid;
    gap: 30px;
  }

  .work-process-table tr {
    border: 0.5px solid #333;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
  }

  .work-process-table td {
    display: grid;
    grid-template-columns: 7.2rem minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
    padding: 1.4rem 1.5rem;
    border-bottom: 0.5px solid #333;
    text-align: left;
  }

  .work-process-table td:last-child {
    border-bottom: 0;
  }

  .work-process-table td::before {
    content: "";
    font-family: "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
  }

  .work-process-table .work-process-no::before {
    content: "번호";
  }

  .work-process-table .work-process-name::before {
    content: "게임명";
  }

  .work-process-table .work-process-stage::before {
    content: "작업단계";
    align-self: start;
    padding-top: 0.7rem;
  }

  .work-process-table .work-process-info::before {
    content: "상품정보";
    align-self: center;
  }

  .work-process-table p {
    font-size: 13px;
  }

  .work-process-name p,
  .work-process-info p {
    text-align: left;
  }

  .work-process-info {
    align-items: center;
  }

  .process-graph {
    --step-h: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    width: 100%;
  }

  .process-step {
    min-height: 4.8rem;
    border-radius: 8px;
    padding: 0.9rem 0.8rem;
    gap: 0.5rem;
  }

  .process-step:first-child,
  .process-step:last-child {
    border-radius: 8px;
  }

  .process-step p {
    white-space: normal;
    text-align: center;
    word-break: keep-all;
    font-size: 12px;
  }

  .process-step__num {
    width: 2rem;
    height: 2rem;
    font-size: 10px;
    flex-shrink: 0;
  }

  .work-process-empty {
    display: block;
    padding: 5rem 1.5rem;
  }

  .work-process-empty::before {
    display: none;
  }

  .work-process-pg {
    padding-top: 5rem;
  }
}

@media (max-width: 900px) {
  .work-process-table td {
    grid-template-columns: 6.4rem minmax(0, 1fr);
    padding: 1.2rem;
  }

  .process-graph {
    grid-template-columns: 1fr;
  }

  .process-step {
    justify-content: flex-start;
    min-height: 4.4rem;
  }

  .process-step p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .bnr-progress,
  .bnr-btn {
    width: 32px;
    height: 32px;
  }

  .bnr-progress__num {
    font-size: 12px;
  }

  #earth {
    top: 4rem;
    right: 4rem;
  }

  .about-sec h2 {
    font-size: 32px;
  }

  .search-sec .tag {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .search-sec .search-bar {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .search-sec .tag,
  .search-sec span.tag {
    font-size: 11px;
  }

  .notice-table td p.notice-badge-new,
  .notice-badge-new {
    padding: 3px 8px;
    font-size: 10px;
  }

  .notice-search button svg {
    width: 18px;
    height: 18px;
  }

  .notice-table .td-no p,
  .notice-table .td-date p {
    font-size: 12px;
  }

  .pg-arrow {
    width: 32px;
    height: 32px;
  }

  .pg-num {
    font-size: 12px;
  }

  .notice-pg {
    padding-top: 4.8rem;
  }

  .notice-pg .pg-arrow {
    width: 42px;
    height: 42px;
  }

  .notice-pg .pg-arrow svg {
    width: 18px;
    height: 18px;
  }

  .notice-pg .pg-nums {
    margin: 0 1.8rem;
  }

  .notice-pg .pg-num {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .notice-table .col-no,
  .notice-table .td-no {
    display: none;
  }

  .notice-pg .pg-arrow {
    width: 32px;
    height: 32px;
  }

  .notice-pg .pg-arrow svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .notice-pg .pg-nums {
    margin: 0 2.4rem;
  }

  .notice-pg .pg-num {
    width: 4rem;
    height: 4rem;
    font-size: 12px;
  }
}
