@charset "UTF-8";

@media screen and (min-width: 1921px) {
  /* ================================
   System
================================ */
  html {
    font-size: 11.5px;
  }

  /* ================================
   Header
================================ */
  header,
  header .header-inner {
    height: 84px;
  }
}

@media (max-width: 768px) {
  .notice-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-top: 1px solid #333;
  }

  .notice-table thead th {
    border-top: 0 !important;
    border-bottom: 1px solid #333 !important;
    box-shadow: none;
  }

  .notice-table th:not(:first-child) {
    border-left: 1px solid #333 !important;
    box-shadow: none;
  }

  .notice-table thead th:nth-child(2) {
    border-left: 0 !important;
  }

  .notice-table .notice-row {
    border-bottom: 1px solid #333 !important;
  }

  .notice-table tbody td {
    border-bottom: 1px solid #333 !important;
    box-shadow: none;
  }

  .notice-table .td-title {
    display: table-cell !important;
    vertical-align: middle;
  }

  .notice-table .td-title p:not(.notice-badge-new) {
    display: inline;
    margin-right: 0.8rem;
  }

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

  .page-intro {
    margin-top: 62px;
  }

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

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

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

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

  .search-sec .search-bar {
    height: 42px;
    min-height: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .search-sec .search-bar .search-btn {
    height: 34px;
    padding: 0 20px !important;
    font-size: 12px !important;
  }

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

  .sale-products .sale-products__grid {
    column-gap: 1.6rem;
    row-gap: 3rem;
  }

  .sale-products .sale-products__thumb {
    border-radius: 10px;
  }

  .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;
  }

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

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

  .work-process-table .work-process-info::before {
    align-self: center;
  }

  .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;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }

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

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

@media (min-width: 481px) {
  .notice-pg .pg-arrow {
    width: 36px;
    height: 36px;
  }

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

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

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

  .notice-table .td-title {
    font-size: 14px;
  }

  .notice-table .td-title p:not(.notice-badge-new) {
    font-size: 14px;
  }

  .notice-table td p.notice-badge-new,
  .notice-badge-new {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .notice-table td p.notice-badge-new,
  .notice-badge-new {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  .sale-products .sale-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .coming-soon .coming-soon__card {
    width: calc((100vw - 6rem - 3.6rem) / 3.3);
  }

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

@media (min-width: 1280px) {
  h2 {
    font-size: 50px;
  }
}

@media (min-width: 769px) {
  .sale-products .sale-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1380px) {
  /* ================================
   System
================================ */
  html {
    font-size: 9px;
  }

  .wrap {
    width: 90%;
  }

  /* ================================
   Header
================================ */
}

@media (max-width: 1080px) {
  /* ================================
   System
================================ */
  html {
    font-size: 8px;
  }

  .wrap {
    width: 94%;
  }

  /* ================================
   Header
================================ */
}

@media (max-width: 768px) {
  /* ================================
   System
================================ */
  html {
    font-size: 7px;
    overflow-x: hidden;
  }

  .wrap {
    width: 91%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* ================================
   Header
================================ */
  header {
    height: 62px;
  }

  header .header-inner {
    padding: 0;
    width: 91%;
    height: 62px;
    margin: 0 auto;
  }

  header .logo img {
    max-width: 135px;
  }

  header .navbox {
    display: none;
  }

  header .hamburger {
    display: block;
  }

  /* 모바일 메뉴 */
  .mobile-menu {
    display: block;
    width: 60%;
    height: 100vh;
    height: 100dvh;
    background-color: #181818;
    position: fixed;
    z-index: 9998;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu .mobile-inner {
    width: 91%;
    max-width: 100%;
    margin: 0 auto;
  }

  .mobile-menu .logo {
    display: flex;
    justify-content: space-between;
    height: 62px;
    align-items: center;
  }

  .mobile-menu .menu {
    padding-top: 80px;
  }

  .mobile-menu a {
    margin: 0 auto;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
    padding: 20px 0;
    width: 94%;
  }

  .mobile-menu #cta.mobile-cta {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-menu #cta.mobile-cta img {
    display: none;
  }

  /* ================================
   Footer
================================ */

  footer .box {
    flex-direction: column;
    gap: 1rem;
  }

  footer .txtbox {
    gap: 2rem;
  }

  footer span {
    width: 100%;
    font-size: 13px;
  }

  footer p {
    font-size: 13px;
  }

  footer .p15 {
    font-size: 13px;
  }

  footer img {
    max-width: 22rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .mobile-menu {
    width: 40%;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: clamp(24px, 6vw, 2.4rem);
    line-height: 1.35;
  }

  span {
    font-size: clamp(12px, 2vw, 1.2rem);
  }

  footer {
    padding: 0.2rem 0;
  }

  footer .box {
    gap: 0.5rem;
  }

  footer .txtbox {
    gap: 1rem;
  }

  footer img {
    margin-bottom: 1.5rem;
  }

  footer .footer-social {
    padding-top: 0.9rem;
  }

  footer .copyright {
    padding-top: 0.85rem;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
