@media screen and (max-width: 1500px) {
  #nav {
    background-color: white;
    width: 100%;
    top: 0;
    right: 0;
    padding: 8em 2em 1em 1em;
    transform: translateY(-110%);
    transform-origin: right bottom;
    pointer-events: none;
    transition: 0.5s ease;
    z-index: 910;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #nav ul {
    text-align: right;
  }
  #nav ul li {
    margin: 3em auto;
  }
  #nav ul li a {
    color: rgb(53, 53, 53);
  }
  #nav.active {
    pointer-events: all;
    transform: translateY(0);
  }
  #header {
    padding: 2em 3em 1em;
  }
  .header-border {
    width: 100%;
    height: 3em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .header-border span {
    height: 0.5em;
    width: 100%;
    background-color: #EA0B00;
  }
  #hamburger-btn {
    display: block;
    position: fixed;
    top: 1em;
    right: 1em;
    background-color: white;
    border-radius: 100%;
    height: 5em;
    width: 5em;
    cursor: pointer;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2em;
    gap: 0.6em;
    z-index: 920;
    color: #e8000b;
    font-size: max(1.6vw, 0.8rem);
  }
  #hamburger-btn .lines {
    height: 1.2em;
    width: calc(100% - 2em);
    position: relative;
    margin-top: 0.2em;
  }
  #hamburger-btn .lines span, #hamburger-btn .lines::before, #hamburger-btn .lines::after {
    content: "";
    height: 0.25em;
    width: 100%;
    background-color: #e8000b;
    display: block;
    position: absolute;
    animation-direction: reverse;
  }
  #hamburger-btn .lines span {
    animation: hamburgerTop-c 0.5s forwards;
  }
  #hamburger-btn .lines::before {
    top: 50%;
    animation: hamburgerCenter-c 0.5s forwards;
  }
  #hamburger-btn .lines::after {
    top: 100%;
    animation: hamburgerBottom-c 0.5s forwards;
  }
  #hamburger-btn p {
    font-weight: bold;
    font-size: 0.8em;
    position: relative;
    width: 100%;
    height: 1em;
  }
  #hamburger-btn p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: 0.2s ease;
  }
  #hamburger-btn p .clause-text {
    opacity: 0;
  }
  #hamburger-btn.active .lines span {
    animation: hamburgerTop 0.5s forwards;
  }
  #hamburger-btn.active .lines::before {
    top: 50%;
    animation: hamburgerCenter 0.5s forwards;
  }
  #hamburger-btn.active .lines::after {
    top: 100%;
    animation: hamburgerBottom 0.5s forwards;
  }
  #hamburger-btn.active .open-text {
    opacity: 0;
  }
  #hamburger-btn.active .clause-text {
    opacity: 1;
  }
  @keyframes hamburgerTop {
    0% {
      top: 0%;
      transform: rotate(0);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 50%;
      transform: rotate(-35deg);
    }
  }
  @keyframes hamburgerCenter {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes hamburgerBottom {
    0% {
      top: 0%;
      transform: rotate(0);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 50%;
      transform: rotate(35deg);
    }
  }
  @keyframes hamburgerTop-c {
    0% {
      top: 50%;
      transform: rotate(-35deg);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 0%;
      transform: rotate(0);
    }
  }
  @keyframes hamburgerCenter-c {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    51% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes hamburgerBottom-c {
    0% {
      top: 50%;
      transform: rotate(35deg);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 100%;
      transform: rotate(0);
    }
  }
  .no-scroll {
    overflow: hidden;
  }
  .menu-back.active {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
    font-size: 1.5vw;
  }
  #container {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .padding-wrap {
    padding: 0 1.5em;
  }
  img {
    max-width: 100%;
  }
  #call {
    font-size: 2vw;
    padding: 3em 2em 1.5em;
  }
  #call h2 {
    font-size: 2.8em;
    white-space: nowrap;
  }
  #call div {
    width: 100%;
    max-width: 100%;
  }
  #call p {
    line-height: 1.5;
    max-width: 100%;
    font-size: max(1.2em, 16px);
  }
  #items .warranty {
    font-size: 1.5vw;
  }
  #items .items-etc {
    padding: 0 1.5em 3em;
  }
  #items .items-etc h2 {
    font-size: 8vw;
    margin: 0 0 1em;
    padding: 0 0 0.1em;
    white-space: nowrap;
  }
  #items .items-etc .items-wrap {
    gap: 4em;
    row-gap: 8em;
    margin-top: 5em;
  }
  #items .items-etc .items-wrap .item {
    width: 28em;
    font-size: 0.9em;
  }
  #items .items-etc .items-wrap .item .img-tag .item-img {
    width: 50%;
  }
  #items .items-etc .items-wrap .item .img-tag .maker-tags {
    width: 50%;
  }
  #items .items-etc .items-wrap .item .info .list-price-wrap,
  #items .items-etc .items-wrap .item .info .normal-price-wrap {
    font-size: max(1.1em, 14px);
  }
  #items .items-etc .items-wrap .item .info .normal-price-wrap {
    font-size: max(1.2em, 16px);
  }
  #items .items-etc .items-wrap .item .info .normal-price,
  #items .items-etc .items-wrap .item .info .list-price {
    width: 100%;
  }
  #items .items-etc .items-wrap .item .info .list-price span {
    font-size: 1.3em;
  }
  #items .items-etc .items-wrap .item .info .normal-price span {
    font-size: 1.5em;
  }
  .contact-wrap h2 {
    font-size: 3.5em;
    font-weight: 900;
  }
  .contact-wrap p {
    font-size: 1.3em;
    font-weight: bold;
  }
  .contact-wrap .btn-wrap a {
    min-width: 25em;
  }
  #deals {
    font-size: 2vw;
    width: 100%;
  }
  #subsidy-flow {
    font-size: 2vw;
    width: 100%;
  }
  .comentImg {
    min-width: 10em;
  }
  .coment .intro {
    font-size: 18px;
  }
  .coment p {
    font-size: 16px;
  }
}/*# sourceMappingURL=tablet.css.map */