@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }

  .pc-f-show {
    display: none !important;
  }

  .m-show {
    display: block !important;
  }

  .m-f-show {
    display: flex !important;
  }

  #hd,
  #wrapper,
  #ft {
    min-width: auto;
  }

  #show_login_modal_btn {
    font-size: 11px;
  }

  .nav-container {
    padding: 0;
  }

  .tnb {
    display: none;
  }

  .nav-menu a {
    font-size: 14px;
    padding: 0;
  }

  .logo {
    font-size: 20px;
  }

  .logo span {
    font-size: 20px;
  }

  .auth-buttons {
    top: 14px;
  }

  #side {
    display: none;
  }

  .row.row1 {
    padding: 10px;
    padding-bottom: 0;
  }

  .row.row2 {
    padding: 0 10px;
  }

  .telecom-list ul {
    gap: 10px 20px;
  }

  .telecom-list li {
    width: calc(33.333% - 14px);
  }

  .inner {
    padding: 0 10px;
  }

  .tit2 h3 {
    font-size: 16px;
  }

  .tit2 p {
    font-size: 14px;
  }

  .telecom-list li .img {
    height: 15px;
  }

  .telecom-list li .t {
    font-size: 12px;
  }

  .apply-status-wrap {
    padding: 50px 10px;
  }

  .apply-status-wrap .inner {
    padding: 0;
  }

  .inner .title h3 {
    font-size: 22px;
  }

  .inner .title p {
    font-size: 14px;
  }

  .inner .title {
    margin-bottom: 30px;
  }

  .service-box li .icon span {
    font-size: 26px;
  }

  .service-box li h4 {
    z-index: 16px;
  }

  .service-box li p {
    font-size: 13px;
  }

  /* apply-status-wrap: 반응형 정리 */
  .apply-status-wrap .content {
    font-size: 14px;
  }

  .apply-status-wrap .status-scroll-container {
    max-height: 300px;
  }

  .apply-status-wrap .head-row {
    display: none;
  }

  .apply-status-wrap .body-row {
    gap: 10px;
    padding: 6px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .apply-status-wrap .body-col {
    width: 100%;
    padding: 6px 12px;
  }

  .apply-status-wrap .date,
  .apply-status-wrap .name,
  .apply-status-wrap .status {
    width: auto;
  }

  .apply-status-wrap .product {
    column-gap: 8px;
  }

  .apply-status-wrap .product img {
    height: 12px;
  }

  .apply-status-wrap .status span {
    padding: 4px 8px;
    font-size: 12px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .service-wrap {
    padding: 40px 0;
  }

  .footer {
    padding: 30px 10px 20px;
  }

  .contact-form .inner {
    flex-direction: column;
    row-gap: 50px;
  }

  .contact-form .form-tit {
    font-size: 22px;
    text-align: center;
  }

  .main-contact-wrap .left,
  .main-contact-wrap .right {
    width: 100%;
  }

  .main-contact-wrap .btn-wrap {
    padding-left: 0;
  }

  .contact-form {
    padding: 70px 0;
  }

  .support-history .status-badge {
    font-size: 10px;
    padding: 3px 6px;
  }

  .support-history .table-cell {
    font-size: 12px;
  }

  .detail {
    width: 100%;
  }

  .detail img {
    width: 100%;
  }

  .event-notice h3 {
    font-size: 18px;
  }

  .event-notice li {
    font-size: 12px;
  }

  .main-contact-wrap .check-item label span {
    flex-shrink: 0;
  }

  .review-list .review-body {
    font-size: 13px;
  }

  .icon-wrapper {
    margin-bottom: 10px !important;
  }

  .contact-form .form-item>label {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
  }

  .main-contact-wrap .check-item label {
    font-size: 12px;
  }

  #main-contact-form>div>div>div.left>div>div.form-body>div.form-item.agreement>label {
    display: none;
  }

  .review-wrap .review-tit {
    font-size: 24px;
  }

  .review-wrap {
    padding: 40px 0;
  }

  .review-wrap .review-list ul {
    flex-direction: column;
  }

  .review-wrap .review-list ul li {
    width: 100%;
  }

  .final-price {
    font-size: 16px;
  }

  .package-card .package-title {
    font-size: 18px;
  }

  .categort-list ul {
    flex-wrap: wrap;
  }

  .categort-list li {
    width: calc(25% - 15px);
  }

  .categort-list li img {
    width: 100%;
  }

  .categort-list li .t {
    font-size: 13px;
    font-weight: 500;
  }

  .best-item .category ul {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  .best-item .category ul::-webkit-scrollbar {
    display: none;
  }

  .best-item .category {
    margin-bottom: 30px;
  }

  .best-item .category li {
    flex-shrink: 0;
  }

  .item-list-10 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .item-list-10 li {
    width: 100%;
    display: flex;
    border: 1px solid #eee;
  }

  .item-list-10 li .sct_img {
    width: 30%;
    padding: 10px;
  }

  .item-list-10 li img {
    width: 100%;
  }

  .item-list-10 li .sct_cost {
    margin-top: 10px;
  }

  .item-list-10 li .sct_txt a {
    font-size: 15px;
  }

  .item-list-10 .sct_ct_wrap {
    flex: 1;
  }

  /* 필터 및 상품 목록 반응형 */
  .filter-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .filter-toggle-btn span {
    position: relative;
    top: 3px;
  }

  .filter-toggle-btn:active {
    transform: scale(0.95);
  }

  .filter-toggle-btn .material-icons-outlined {
    font-size: 20px;
  }

  .shop-list-wrap {
    flex-direction: column;
    gap: 0;
  }

  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 10001;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .filter.active {
    transform: translateX(0);
  }

  .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .filter-top {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }

  .filter-top-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .filter-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .filter-close-btn .material-icons-outlined {
    font-size: 24px;
    color: #333;
  }

  .shop-list-wrap #sct {
    width: 100%;
  }

  .filter-list {
    padding: 0 10px;
  }

  .sct_10.lists-row {
    padding: 0 10px;
    gap: 10px;
  }

  .is_rental_category .sct_10 .sct_li {
    width: calc(50% - 5px);
  }

  .sct_10 .sct_li {
    width: calc(50% - 15px);
  }

  .is_rental_category .sct_10 .sct_li {
    font-size: 13px;
  }

  .sct_10 .sct_cost {
    font-size: 16px;
  }

  .sct_10 .sct_txt a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
  }

  /* sct_sort 가로 스크롤 */
  #sct_sort {
    overflow: hidden;
  }

  #ssch_sort {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
    gap: 0;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  #ssch_sort::-webkit-scrollbar {
    display: none;
  }

  #ssch_sort li {
    flex-shrink: 0;
    white-space: nowrap;
    height: auto;
    padding: 0;
  }

  #ssch_sort li a {
    font-size: 13px;
    padding: 8px 10px;
    display: block;
    border: 0;
  }

  #ssch_sort li a.on {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-weight: 500;
  }

  .pg_page,
  .pg_current,
  .qa_page {
    flex-shrink: 0;
  }

  .product-container {
    flex-direction: column;
    gap: 20px !important;
    padding: 10px !important;
  }

  .product-options,
  .product-images,
  .product-item a {
    width: 100% !important;
  }

  .product-gallery {
    width: 100% !important;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .option-button {
    width: calc(50% - 10px);
  }

  .option-button2 .option-button {
    width: 100%;
  }

  #sct_location .go_home {
    font-size: 16px;
  }

  .shop_select_to_html .category_title {
    font-size: 16px;
  }

  .price-container .inner {
    flex-direction: column;
    align-items: unset !important;
    row-gap: 10px;
    padding: 20px 10px !important;
  }

  .phone-banner-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .phone-banner-title p {
    font-size: 14px;
  }

  .phone-banner-wrap {
    flex-direction: column;
  }

  .phone-banner .img {
    width: 80px !important;
  }

  .banner-desc {
    font-size: 13px !important;
  }

  .phone-banner {
    padding: 20px 20px !important;
  }

  .banner-title {
    font-size: 18px !important;
    word-spacing: -0.05em;
  }

  .banner-title span {
    font-size: 18px !important;
  }

  .banner-btn {
    font-size: 13px !important;
  }

  .phone-category ul li {
    max-width: calc(25%);
  }

  input[name="it_telecom"]+label {
    width: 100%;
  }

  .sct_10 .sct_cart {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  /* sell-modal 반응형 */
  .sell-modal-content {
    width: 95%;
    max-width: 100%;
    height: 90vh;
    max-height: 90vh;
    border-radius: 10px 10px 0 0;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .sell-modal-header {
    padding: 12px 15px;
  }

  .sell-modal-header h2 {
    font-size: 16px;
  }

  .sell-close-btn {
    font-size: 24px;
  }

  .selection-header {
    display: none;
  }

  .sell-modal .selection-container {
    flex-direction: column;
    height: calc(100% - 120px);
    overflow-y: auto;
  }

  .sell-modal .selection-column {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #222;
    height: auto;
    max-height: 200px;
  }

  .sell-modal .selection-column:last-child {
    border-bottom: none;
  }

  .sell-modal .selection-title {
    padding: 10px;
    font-size: 14px;
  }

  .sell-modal .selection-body {
    padding: 10px;
    min-height: 100px;
    max-height: 150px;
    font-size: 14px;
  }

  .sell-modal .selection-item {
    padding: 10px 12px;
    font-size: 14px;
  }

  .sell-modal .selection-body button {
    padding: 10px 0;
    font-size: 14px;
  }

  .sell-modal .sell-modal-footer {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    align-items: stretch;
  }

  .sell-modal .selected-info {
    font-size: 13px;
    justify-content: center;
  }

  .sell-modal .apply-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }

  .contact-form .right {
    width: 100%;
  }

  .contact-form .form-item-row {
    width: 100%;
  }

  .contact-form .btn-with-box {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .contact-form .btn-wrap {
    width: 100%;
  }

  .contact-form .btn-wrap button {
    width: 100%;
    height: 50px;
    aspect-ratio: auto;
  }

  .contact-form .form-item>label {
    min-width: 90px;
  }

  .contact-form .check-group {
    gap: 10px;
  }

  .contact-form .check-group .check-item label {
    font-size: 14px;
  }

  .agreement-item label {
    font-size: 13px;
  }

  .card-modal-content {
    height: 90vh !important;
  }

  .card-modal-header h2 {
    font-size: 16px !important;
  }

  .card-modal-close {
    font-size: 20px !important;
    right: 20px !important;
  }

  .card-item {
    flex-direction: column;
  }

  .card-modal-header {
    line-height: 60px !important;
  }

  .product-options {
    padding: 20px 10px !important;
  }

  #sit_tab .tab_tit {
    padding: 0;
    overflow-x: auto;
  }

  #sit_tab .tab_tit li button {
    font-size: 13px;
  }

  .summary-row {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .summary-row:first-child {
    padding-top: 0;
  }

  .price-container .action-buttons .btn {
    font-size: 14px;
  }

  .price-container .action-buttons .btn span {
    font-size: 18px;
  }

  .footer-section h4 {
    font-size: 14px;
  }

  .footer-section p,
  .footer-section a {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .footer-content {
    gap: 10px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .btn {
    font-size: 13px !important;
  }

  .package-card .product-item img {
    width: 60% !important;
    height: 60% !important;
  }

  .package-card .product-item {
    width: 50px !important;
    min-width: 50px !important;
  }

  .card-title {
    font-weight: 500 !important;
    letter-spacing: -0.05em !important;
  }

  .card-discount strong,
  .current-card {
    font-size: 13px !important;
  }

  .cleaning-form-wrap .container {
    padding: 20px 10px;
  }

  .cleaning-form-wrap .section-title,
  .cleaning-form-wrap .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .cleaning-form-wrap .checkbox-group label {
    font-size: 13px;
  }

  .checkbox-group input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
  }

  .cleaning-form-wrap .form-section {
    margin-bottom: 20px;
  }

  .cleaning-form-wrap .input-wrapper {
    gap: 0;
  }

  .cleaning-form-wrap .input-row {
    gap: 10px;
  }

  .addon-label,
  .terms-label {
    font-size: 12px !important;
  }

  .date-input,
  .text-input,
  .select-input {
    font-size: 13px !important;
  }

  .contact-form .form-item-row .form-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-notice {
    margin: 30px 10px;
    padding: 20px 20px;
  }

  .event-notice ul {
    padding-left: 0;
  }

  #applyModal .modal-title {
    font-size: 18px;
  }

  #applyModal .modal-content {
    width: 95%;
  }

  .hd_pops {
    position: fixed;
    width: 95% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }

  .hd_pops img {
    width: 100% !important;
  }

  .fixed-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;

  }

  .fixed-icon a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fee600;
    color: #43372e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }

  .fixed-icon.is_ca_id {
    bottom: 74px;
  }
}