@media screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }

  .desktop {
    display: block !important;
  }

  .desktop.table {
    display: table !important;
  }

  .desktop.flex-box {
    display: flex !important;
  }

  .desktop.inline-flex {
    display: inline-flex !important;
  }

  .mobile-inline-flex {
    display: none !important;
  }

  .mobile-flex-box {
    display: none !important;
  }

  .mobile.flex-box {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
 /* 텍스트 선택방지 해제
  a,
  button,
  div { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  } */

  /* body {
    overflow: hidden;
  } */
  /* 공지 임시 가림 */
  /* body
    .page_wrapper
    .main_section.type_board
    .board-layout
    .board-main-content-wrapper
    .content-area
    .content_block.normal.notice {
    display: none;
  } */
  /* 공지 임시 가림 */



  .desktop {
    display: none !important;
  }

  .desktop.table {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
  .mobile.none {
    display: none !important;
  }

  .mobile.flex-box {
    display: flex !important;
  }

  .mobile-flex-box {
    display: flex;
  }

  .mobile-inline-flex {
    display: inline-flex !important;
  }

  .desktop.flex-box {
    display: none !important;
  }

  .desktop.inline-flex {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #hd_pop{
    max-width: 100%;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 10000;
    max-width: 100vw;
    height: 45px;
  }

  .normal_bold_font {
    font-size: 11px;
  }

  header .header_wrapper #header_logo {
    width: 93px;
    height: 18px;
  }

  header .header_wrapper #header_logo img {
    width: 93px;
    height: 18px;
  }

  .m_logo_wrapper {
    display: flex;
    align-items: center;
  }

  header .header_wrapper #header_nav {
    display: none;
  }

  .search_box {
    display: none;
  }

  header .header_wrapper {
    position: absolute;
    top: 0;
    height: 46px;
    justify-content: space-between;
    background-color: #06162f;
  }

  .nav_btn {
    background-color: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  .slider_switch_btn {
    display: flex;
    width: 40px; /* 45px */
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .back_color_line {
    width: 30px;
    height: 10px;
    border-radius: 5px;
    position: relative;
    transition: 0.2s;
  }

  .btn_circle {
    width: 13px;
    height: 13px;
    background: white;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
  }

  .slider_switch_btn.off {
    transition: 0.2s;
  }

  .slider_switch_btn.off .back_color_line {
    /* background-color: #ff4338; */
    background-color: #3de6df;
    width: 30px;
    height: 9px;
    border-radius: 5px;
    position: relative;
    transition: 0.2s;
  }

  .slider_switch_btn.off .btn_circle {
    width: 13px;
    height: 13px;
    background: white;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;

    transform: translate(17px, -50%);
    box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
  }

  /*   .slider_switch_btn.on .btn_circle {
    left: auto;
    right: 0;
    box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
  }
 */
  .slider_switch_btn.on .btn_circle {
    /* left: auto;
  right: 0; */
    transform: translateY(-50%);
    box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
  }

  .slot_title {
    gap: 45px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
  }

  .slot_title.saja {
    transition: 0.3s;
    /*transform: translateY(-40%);*/

  }

  .slot_title.community {
    transition: 0.3s;
    /*transform: translateY(40%);*/
  }

  .slider_switch_btn.on .back_color_line {
    /* background-color: #3de6df; */
    background-color: #ff4338;
    width: 30px;
    height: 9px;
    border-radius: 5px;
    position: relative;
    transition: 0.2s;
  }

  .mobile_menu_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 45px;
    height: 100%;
  }

  .mobile_menu_wrapper span {
    font-size: 14px;
  }

  .mobile_menu_wrapper button {
    background-color: transparent;
    margin: 0 5px;
    margin-top: 4px;
  }

  /* .mobile_menu_wrapper button.login_btn img{
    width: 19px;
  } */
  .mobile_menu_wrapper button img {
    max-height: 17px;
    width: 19px;
  }

  .mobile_menu_wrapper button.ball_btn img {
    max-height: 20px;
    width: 19px;
  }

  .mobile_menu_wrapper button.pop_search_btn.search_btn img {
    max-height: 20px;
    width: 20px;
  }

  .nav_btn_background_area {
    /* width: 20px; */
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_btn.on .nav_off {
    display: none;
  }

  .nav_btn.on .nav_on {
    /* display: block; */
    width: 22px;
    margin-left: 9px;
  }

  .nav_btn.off .nav_off {
    display: block;
    width: 20px;
    margin-left: 10px;
  }

  .nav_btn.off .nav_on {
    display: none;
    width: 22px;

  }

  .hot_keyword_wrapper {
    display: flex;
    flex-direction: column;
    padding: 12px;
  }

  .hot_keyword_item {
    display: flex;
    padding: 8px;
  }

  .hot_keword_num {
    background-color: #06162f;
    color: white;
    display: inline-flex;
    width: 16px;
    height: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 12px;
    padding-top: 2px;
  }

  .hot_keword {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
     /*margin-left: 13px;
    margin-top: 2px; */
  }

  .m_ad_area {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(248, 248, 248);
  }

  .mobile_layer_wrapper {
    width: 100%;
    position: absolute;
    top: 45px;
    background-color: white;
    z-index: 1;
  }

  .m_layer {
    width: 100%;
    display: none;
  }

  .m_layer.on {
    width: 100%;
    display: block;
    background-color: white;
  }

  .m_search .input_wrapper {
    width: 100%;
    height: 45px;
  }

  .m_search .input_wrapper input {
    width: 100%;
    height: 100%;
  }

  .m_alert .alert_one_row_box {
    padding: 10px 15px;
    border-bottom: 1px solid #cbcbcb;
    background-color: white;
  }

  .m_layer.m_alert.top_layer.fold {
    height: auto;
    overflow: hidden;
  }

  .m_layer.m_alert.top_layer {
    height: calc(100vh - 45px);
    /* max-height: calc(100vh - 45px); */
    /* overflow: auto; */
  }

  .m_layer.m_alert.top_layer .alert_wrapper {
    width: 100%;
    max-height: calc(100vh - 105px);
    /* padding-bottom: 40px; */
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .alert_date {
    font-size: 12px;
    color: #888888;
    line-height: 1.5;
  }

  .alert_content {
    font-size: 14px;
    line-height: 1.5;
  }

  .alert_content b {
    font-weight: bold;
  }

  .alert_one_row_box.more_alert {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }

  .drop_more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
/* 
  .m_layer.m_alert.bottom_layer .alert_one_row_box:nth-child(n+4):not(.more_alert) {
    display: none;
  } */

  .m_hamburger_menu {
    height: 100%;
  }

  .m_hamburger_menu .height_box {
    /* height: calc(100vh - 50px); */
    position: relative;
    height: 100%;
  }

  .m_gray_back {
    position: absolute;
    width: 100%;
    height: calc(100vh - 45px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    top: 0;
    left: 0;
    /* touch-action: none; */
  }

  .burger_wrapper {
    width: 300px;
    height: calc(100% - 105px);
    background-color: white;
    z-index: 11;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -320px;
    box-shadow: 10px -5px 10px rgba(0, 0, 0, 0.8);
    transition: 0.5s;
  }

  .m_login_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid #cbcbcb;
  }

  .m_login_box button img {
    margin-right: 9px;
  }

  .m_login_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: 1px solid #cbcbcb;
    color: #222222;
    font-size: 14px;
    font-family: "NanumBarunGothic";
  }

  .m_login_box button.login {
    background-color: #06162f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #06162f;
    margin-bottom: 15px;
  }

  .m_category_wrapper.on {
    display: flex;
  }

  .m_category_wrapper {
    display: none;
    height: calc(100vh - 381px);
  }

  .first_depth_wrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .m_category_wrapper .depth.has_sub {
    position: relative;
  }

  .m_category_wrapper .depth.has_sub::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .m_category_wrapper .depth.has_sub.on {
    font-weight: bold;
  }

  .m_category_wrapper .depth.has_sub.on::after {
    content: "-";
  }

  .m_category_wrapper .depth {
    display: flex;
    align-items: center;
    padding: 14px;
    font-size: 14px;
  }

  .m_category_wrapper .depth_0 {
    width: 100px;
    line-height: 1.3;
  }

  .m_category_wrapper .depth_0.on {
    background-color: #f8f8f8;
  }

  .sub_depth_wrapper {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    width: calc(100% - 100px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sub_depth_wrapper::-webkit-scrollbar {
    display: none;
  }

  .m_category_wrapper .depth_1 {
    font-size: 14px;
    align-items: flex-end;
    line-height: 1.3;
  }

  .m_category_wrapper .depth .new_counter {
    font-size: 12px;
    color: #ff4338;
    line-height: 16px;
    padding-left: 8px;
  }

  .m_category_wrapper .depth_2 {
    background-color: #dfedff;
  }

  .m_category_wrapper .depth_3 {
    background-color: #ecf4ff;
  }

  .m_hamburger_footer {
    display: flex;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  .m_hamburger_footer .m_h_footer_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;

  }

  .m_hamburger_footer .m_h_footer_item.on {
    font-weight: bold;
    color: #06162f;
    border-top: 2px solid #06162f;
  }

  .m_hamburger_footer .m_h_footer_item {
    border-top: 1px solid #cbcbcb;
    font-size: 14px;
  }

  .m_after_login {
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-bottom: 0;
  }

  .m_after_login .login_sb_wrpper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .m_after_login .login_sb_wrpper .login_left {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .m_after_login .login_sb_wrpper .user_profile_image {
    width: 56px;
    height: 56px;
    border: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user_name_lv .user_name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .user_name_lv .user_lv {
    font-size: 12px;
  }

  .m_after_login .login_sb_wrpper .login_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
  }

  .m_after_login .login_sb_wrpper .login_right>div {
    display: flex;
    gap: 8px;
  }

  .squar_font {
    background-color: #06162f;
    width: 14px;
    height: 14px;
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_user_sub_menu {
    display: flex;
    padding: 15px 5px;
    background-color: #f8f8f8;
    margin: 0 -15px;
  }

  .m_user_sub_menu_item {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .height_same_image_wrap {
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .height_same_image_wrap img {
    height: 100%;
  }

  .sub_menu_item_name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 8px;
  }

  .new_hot_alert_user {
    background-color: #ff4338;
    color: white;
    width: fit-content;
    padding: 0 3px;
    border-radius: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    height: 16px;
    margin-left: 7px;
  }

  .bold_font {
    font-weight: bold;
  }

  .board_tab_title {
    display: flex;
    width: 100%;
    padding: 14px 0;
    justify-content: center;
    align-items: center;
  }

  .m_category_wrapper.board_tap {
    flex-direction: column;
    overflow-y: auto;
  }

  .board_tab_title {
    background-color: #f8f8f8;
    position: sticky;
    top: 0;
    font-size: 14px;
  }

  .m_category_wrapper.board_tap .depth {
    border-bottom: 1px solid #f8f8f8;
  }

  .m_favorite_notice {
    display: none;
    font-size: 12px;
    color: #cbcbcb;
  }

  .m_favorite_notice {
    padding: 15px;
  }

  /* 2026-04-07: 모바일 하단 네비 리디자인 (5탭 + FAB) */
  .footer_nav_bar {
    display: flex;
    height: 60px;
    padding: 8px 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    border-top: 1px solid #eee;
    z-index: 10000;
    align-items: center;
    justify-content: space-around;
  }

  .footer_nav_btn_item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .footer_nav_btn_item .footer_nav_menu_name {
    font-size: 10px;
    color: #aaa;
    transition: color 0.2s;
  }

  .footer_nav_btn_item.active .footer_nav_menu_name {
    color: #1a1a1a;
    font-weight: 600;
  }

  .footer_nav_image_box {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
  }

  .footer_nav_image_box img {
    height: 20px;
    width: 20px;
    opacity: 0.5;
    transition: opacity 0.2s;
  }

  .footer_nav_btn_item.active .footer_nav_image_box img {
    opacity: 1;
  }

  /* 센터 검색 FAB 돌출 */
  .nav-center-fab {
    position: relative;
    top: -14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff4338;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(255,67,56,0.3);
  }

  .nav-center-fab img {
    width: 20px;
    height: 20px;
    opacity: 1;
    filter: brightness(0) invert(1);
  }

  .nav-search .footer_nav_menu_name {
    position: relative;
    top: -10px;
  }

  /* 알림/쪽지 배지 — style.css .alimi_ball 충돌 해소 */
  .footer_nav_bar .footer_nav_btn_item .alimi_ball {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4338;
    color: #fff;
    width: auto;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    position: absolute;
    top: -4px;
    right: -4px;
    left: auto;
    transform: none;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    box-sizing: border-box;
  }

  .alimi_ball.top_btn {
    top: -61%;
    left: 88%;
    width: auto;
    padding: 5px;
    border-radius: 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4338;
    color: white;
    height: 15px;
    position: absolute;
  }

  /* 글쓰기 FAB (우하단 플로팅) — Phase 4 */
  .fab-write-btn {
    position: fixed;
    right: 16px;
    bottom: 76px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff4338;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s, opacity 0.3s;
    border: none;
    -webkit-tap-highlight-color: transparent;
  }

  .fab-write-btn img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }

  .fab-write-btn.hidden {
    transform: translateY(80px);
    opacity: 0;
    pointer-events: none;
  }

  .footer_search_box.on {
    display: flex;
  }

  .footer_search_box.active {
    display: flex;
    bottom: 60px;
    transition: 0.2s;
    transition-timing-function: ease;
  }

  .footer_search_box {
    z-index: 51;
    transition-timing-function: ease;
    transition: 0.2s;
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 60px;
    /* bottom: -100px; */
    height: 120px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 10px;
    left: 0;
    gap: 10px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
  }

  .footer_search_box .search_text_area {
    width: 100%;
  }

  .search_text_area input {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px;
  }

  .search_type_select_box {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
    font-size: 14px;
  }

  .search_type_select_box .s_items.on {
    border: 1px solid #06162f;
    color: #06162f;
    font-weight: 700;
  }

  .search_type_select_box .s_items {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border: 1px solid #d7d7d7;
    color: #888888;

    border-radius: 5px;
  }

  .search_type_select_box .s_close {
    flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 헤더, 푸터네비게이션 END */

  /* 메인 */
  #hd,
  #wrapper,
  #ft {
    min-width: unset;
  }

  .items-row-wrapper .product-item-box {
    padding: 0;
  }

  .items-row-wrapper .product-item-box .item-thumbNail,
  .items-row-wrapper .product-item-box {
    width: 30vw;
  }

  .items-row-wrapper .product-item-box .item-thumbNail {
    height: 30vw;
    width: 100%;
  }

  body .page_wrapper {
    margin-top: 0px;
  }

  body .page_wrapper .main_section {
    width: 100%;
    padding: 0 10px;
  }

  body .page_wrapper .main_section .product_part .product_top_title {
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fire-box.mobile-flex-box {
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    min-height: 20px;
    flex-wrap: wrap;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box {
    margin-top: 6px;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .price-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .price-box .fixed-text {
    font-size: 13px;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .price-box .price-numeric {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .fire-box::after {
    display: none;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .fire-box .fire-count::before {
    content: "";
    width: 16px;
    height: 19px;
    margin-right: 5px;
    background-image: url(/images/dasaja/icon/svg/fire_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile.late-min-noti {
    margin-right: auto;
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
  }

  .items-row-wrapper .product-item-box .mid-brand-info .brand-icon {
    padding: 0;
  }

  .mid-brand-info {
    /* border-top: 1px solid #d7d7d7; */
    padding-top: 8px;
    /* margin-top: 5px; */
    margin-bottom: 8px;
  }

  .items-row-wrapper .product-item-box .mid-brand-info {
    height: auto;
  }

  .items-row-wrapper .product-item-box .bottom-noti-box .fire-box .fire-count {
    align-items: flex-end;
  }

  .items-row-wrapper .product-item-box .item-title {
    height: auto;
    margin-bottom: 0px;
  }

  .items-row-wrapper .product-item-box .item-title .title {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body .page_wrapper .main_section .product_part .product_top_title h1 {
    font-size: 20px;
  }

  body .page_wrapper .main_section .product_part .product_top_title h2 {
    font-size: 20px;
  }


  .mo_ex_01 {
    font-size: 11px;
  }

  body .page_wrapper .main_section .product_part {
    /* margin-top: 20px; */
  }

  body .page_wrapper .main_section .inner_ad {
    width: 100vw;
  }

  .items-row-wrapper .product-item-box .mid-brand-info .brand-icon img {
    max-height: 15px;
  }

  .items-row-wrapper .product-item-box .mid-brand-info .brand-icon {
    height: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .toggle_btn_wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #f8f8f8;
  }

  .type_2 .toggle_btn_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-container-multirow-column>.swiper-wrapper {
    row-gap: 40px !important;
  }

  .items-row-wrapper .product-nav-btn,
  .product-nav-btn.nav_m {
    display: none;
  }

  /* ===== Mobile Footer 3x2 그리드 스타일 ===== */
  footer.mobile {
    display: block !important;
    visibility: visible !important;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    overflow: visible !important;
    height: auto !important;
  }

  footer.mobile .footer_wrapper {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    overflow: visible !important;
    height: auto !important;
  }

  /* 링크 3x2 그리드 */
  #site-link-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
    height: auto;
    background: #fff;
    border-bottom: none;
    border-top: none;
  }

  #site-link-wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: auto;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    flex: none;
  }

  #site-link-wrap li:nth-child(3n) {
    border-right: none;
  }

  #site-link-wrap li::after {
    display: none;
    content: none;
  }

  #site-link-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 8px;
    border-radius: 0;
    transition: background 0.15s ease;
  }

  #site-link-wrap li a:active {
    background: #f5f5f5;
  }

  #site-link-wrap li a[data-type="privacy_agreement"] {
    color: #ff4338;
    font-weight: 600;
  }

  /* 하단 영역 (토글버튼, 사업자정보, Copyright) */
  .f_padding_box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0px 10px 10px !important;
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    background: #fff !important;
    text-align: center !important;
    /* min-height: 100px !important; */
    height: auto !important;
    overflow: visible !important;
  }

  .f_padding_box > div {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .f_padding_box > div:first-child {
    display: block !important;
    text-align: center !important;
  }

  /* 사업자정보 토글 버튼 (숨김) */
  #side_info_fold_btn {
    display: none !important;
  }

  #side_info_fold_btn:active {
    background: #eee;
  }

  #side_info_fold_btn_gt {
    font-size: 11px;
    font-family: inherit;
    font-weight: 400;
    transform: rotate(0deg);
    display: inline-block;
    transition: transform 0.25s ease;
  }

  #side_info_fold_btn_gt.on {
    transform: rotate(90deg);
  }

  /* 사업자정보 영역 (숨김) */
  #site-info {
    display: none !important;
  }

  #site-info ul {
    display: block !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
  }

  #site-info ul li {
    display: block !important;
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.9 !important;
    border: 0 !important;
    padding: 0 !important;
  }

  /* Copyright */
  .f_padding_box > div:last-child {
    display: block !important;
    margin-top: 16px !important;
    padding: 0 !important;
    font-size: 10px !important;
    color: #999 !important;
    text-align: center !important;
  }
  /* ===== Mobile Footer 그리드 스타일 끝 ===== */

  /*  메인 END */

  /* 게시판 START */
  body .page_wrapper .main_section.type_board .board-layout .board-title h1::before {
    display: none;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-caution-box,
  body .page_wrapper .main_section.type_board .board-nav,
  body .page_wrapper .main_section.type_board .left-layout {
    display: none;
  }

  body .page_wrapper .main_section.type_board .board-layout {
    width: 100%;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-title {
    justify-content: space-between;
    align-items: center;
    margin:
      /* 10px  */
      0;
    padding: 10px 10px;
    position: sticky;
    top: 45px;
    background-color: #f8f8f8;
    z-index: 31;
    border-bottom: 1px solid #d7d7d7;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-title h1 {
    margin-bottom: 0px;
    font-size: 16px;
    align-items: center;
  }

  body .page_wrapper .main_section.type_board {
    padding: 0;
  }

  .bookmark.on:before,
  .bookmark.off:before {
    width: 17px;
    height: 17px;
  }

  /* 게시판 END */

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area {
    border-top: 0px solid #d7d7d7;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .notice.mobile {
    /* border-top: 1px solid #d7d7d7 !important; */
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .mo_fire.fire-icon {
    display: inline-flex;
  }

  /* body
    .page_wrapper
    .main_section.type_board
    .board-layout
    .board-main-content-wrapper
    .content-area
    .content_block.normal {
    display: flex;
    flex-direction: column;
    padding: 10px;
  } */
  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content_info {
    margin: 0;
    color: #888888;
    font-size: 12px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-3 {
    order: 3;
    margin-left: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-4 {
    order: 2;
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-5 {
    order: 1;
    width: auto;
    padding-right: 9px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-6 {
    order: 0;
    padding-right: 9px;
    min-width: unset;
  }

  body .page_wrapper .main_section.type_board .board-layout .search_wrapper {
    display: none;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content_info {
    width: 100%;
    justify-content: flex-start;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block {
    height: auto;
  }

  body .page_wrapper .main_section.type_board {
    margin: 0;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.AD {
    /* display: none; */
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate {
    display: inline-block;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .fire-icon {
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content img {
    margin: 0;
  }

  /* .sv_wrap{
    display: none;
  } */
  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .td-3 {
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .content a {
    max-width: 70vw;
    width: 70vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: pre-wrap; */
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate {
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate .fire-icon img {
    height: 14px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .wr_category {
    margin-left: 0;
    margin-right: 9px;
    /* color: #000; */
  }

  body .page_wrapper .main_section.type_board .board-layout .board_button_wrapper {
    margin-bottom: 10px;
  }

  .content-subject-wrap .subject span {
    min-width: 50px;
  }

  .content-subject-wrap .subject .right_wrap {
    width: 100%;
  }

  .content-subject-wrap .subject {
    flex-wrap: wrap;
  }

  .content-subject-wrap .subject input.w-100:not(.else) {
    width: calc(100% - 60px);
  }

  .content-subject-wrap .subject input.w-10 {
    margin-left: 60px;
    width: 95px;
    margin-right: 35vw;
  }

  .delivery_price>input {
    margin-right: unset !important;
  }

  .subject label {
    min-width: 50px;
  }

  .content-subject-wrap .subject span.short_span {
    width: 50px;
    min-width: 0;
  }

  .content-subject-wrap .subject span.non_display {
    display: none;
  }

  .content-subject-wrap .subject.deal {
    padding: 0 10px;
  }

  .board-write .content-main-wrap {
    padding: 0 10px;
  }

  .content-main-wrap .sources ul {
    gap: 10px;
  }

  .content-subject-wrap {
    padding: 20px 0 10px 0;
  }

  /* 댓글 */

  .reply-list .reply .profile-img {
    display: none;
  }

  .etc.under_menu {
    display: flex;
  }

  .reply-list .reply .etc ul.mo_btn_wrapper {
    justify-content: flex-end;
    gap: 0;
    align-items: center;
  }

  .reply-list .reply .etc ul.mo_btn_wrapper .btn {
    font-weight: normal;
    font-size: 12px;
  }

  .etc.mobile.ip_info {
    font-size: 10px;
    color: #888888;
    gap: 17px;
  }

  .reply-list .reply ul {
    align-items: center;
  }

  /* 댓글 */
  .reply-list .reply {
    padding: 30px 10px 25px 10px !important;
  }

  .reply-list .reply .reply-content {
    gap: 0;
  }

  .reply-list .reply .reply-content .content {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .etc.mobile.ip_info {
    margin-bottom: 15px;
  }

  .reply-list .between_pipe {
    margin: 0;
    padding: 0;
  }

  span.update-date:before {
    content: "Update";
    font-weight: bold;
    margin-right: 5px;
  }

  .content-top-wrap .content-title .sub2 span>span.sv {
    display: none;
  }



  .comment-area .comment-top-wrap>div {
    max-width: unset;
  }

  .small-board-list-wrap .small-board-list li .title {
    width: calc(100% - 90px);
  }

  .my-info-wrap.table.mobile.inactive {
    display: none !important;
  }
  .my-info-wrap.table.mobile {
    width: 100%;
    display: table !important;
  }

  .my-info-wrap.table .connect-info ul {
    display: flex;
    flex-direction: column;
  }

  .my-info-wrap .info ul,
  .my-info-wrap.table .activity-info ul {
    display: flex;
    flex-direction: column;
  }

  .comment-area .comment-top-wrap div.my-info-wrap {
    border: 0;
    min-height: 170px;
  }

  .my-info-wrap .table-row .table-cell {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  div.my-post-wrap>ul {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }

  div.my-post-wrap ul li {
    border: 0;
  }

  div.my-post-wrap ul li.active {
    border: 0;
    border-bottom: 2px solid #06162f;
    font-weight: bold;
  }

  .my-info-wrap .etc-info {
    width: 90%;
    margin: 0 auto;
  }

  .my-info-wrap .table-row .table-cell.non_border {
    border: 0;
  }

  .my-info-wrap .etc-info ul {
    border: 1px solid #d7d7d7;
  }

  .comment-area .comment-top-wrap>div.ad-box {
    height: 120px;
  }

  .my-post-wrap .small-board-list-wrap {
    margin-top: 0;
    padding: 21px 10px;
  }

  .content-bottom-wrap {
    border-bottom: 0;
  }

  .comment-area .comment-top-wrap {
    padding-top: 5px;
  }

  .my-info-wrap .connect-info,
  .my-info-wrap .activity-info {
    padding: 10px 30px;
  }

  .my-info-wrap .info {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .my-info-wrap .info .subscription-button a {
    display: inline-block;
  }

  .my-post-wrap .small-board-list-wrap {
    min-height: 170px;
  }

  .content-bottom-wrap .type2 .report-main-area {
    padding: 15px 25px;
  }

  .content-bottom-wrap .type2 {
    padding: 0 10px;
  }

  div.modal.report {
    width: 95vw;
  }

  div.modal {
    width: 95vw;
  }

  .modal .modal-box {
    padding: 18px 19px;
  }

  .modal_hr {
    margin-left: -20px;
    margin-right: -20px;
  }

  .report_text_area {
    font-size: 12px;
    height: 60px;
    line-height: 1.2;
  }

  /* 댓글 */

  .pagination {
    gap: 0;
  }

  .pagination.best {
    gap: 0;
  }

  #zoom_display {
    display: none !important;
  }

  .modal.prd_box {
    width: 95vw;
  }

  div.modal.prd_box.search_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal {
    max-height: 80vh;
    overflow: auto;
  }

  .m_user_sub_menu_item {
    position: relative;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal {
    background-color: #f8f8f8;
    padding: 10px 0;
    padding-bottom: 20px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr.top {
    display: none;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr.body {
    position: relative;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal .tr {
    background-color: #fff;
    padding: 25px 10px;
    padding-bottom: 0;
    height: auto;
    flex-wrap: wrap;
    border-bottom: 0;
    margin-bottom: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 22px;
  }

  /* body
    .page_wrapper
    .main_section.type_board
    .board-layout
    .board_button_wrapper {
    margin: 0;
    height: 30px;
    background-color: #f8f8f8;
    padding-bottom: 70px;
  } */
  body .page_wrapper .main_section.type_board .board-layout .board_button_wrapper {
    margin-top: 20px;
  }


  body .page_wrapper .main_section.type_board .board-layout .board_button_wrapper .write_btn {
    /* left: 50%; */
    right: 10px;
    top: -50px;
    /* transform: translateX(-50%); */
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_4 {
    width: 33.3333%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-left: 10px;
    margin-left: -10px;
    padding-bottom: 20px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_5 {
    width: 33.3333%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_6 {
    width: calc(33.3333% + 20px);
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 20px;
    margin-right: -10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_3 {
    order: 1;
    width: 50%;
    margin-bottom: 13px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_7 {
    order: 3;
    width: 20%;
    justify-content: flex-end;
    margin-bottom: 13px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_8 {
    order: 2;
    width: 30%;
    justify-content: flex-end;
    margin-bottom: 13px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_8 .this_row_remove {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .td_info {
    font-weight: 700;
    margin-right: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.keyword .td_3 img {
    height: 23px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    height: 44px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area .tab_menu_wrapper select {
    height: 100%;
    border: 0;
    color: #000;
    text-align: center;
    font-size: 16px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.tab_area {
    margin-bottom: 0;
  }

  .modal .modal-box {
    max-width: 95vw;
  }

  div.modal.alarm_setting {
    width: 95vw;
  }



  .modal.alarm_config {
    width: 95vw;
  }

  .alarm_keyword_input_area {
    flex-wrap: wrap;
  }

  .alarm_keyword_input_area input {
    width: calc(50% - 5px);
    flex: unset;
  }

  .modal .one_line {
    flex-wrap: wrap;
    gap: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.payment {
    padding: 30px 10px;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
    padding-top: 30px;
  }

  .alimi_product_box {
    /*width: calc(50% - 5px);*/
    min-width: calc(50% - 10px);
    flex: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  .modal-body .one_line {
    margin-bottom: 5px;
  }

  .modal.alarm_setting .modal-footer {
    text-align: center;
  }

  .modal .modal-footer .confirm-btn,
  .modal .modal-footer .cancel-btn {
    height: 30px;
    line-height: 30px;
  }

  .modal .modal-footer .confirm-btn.tomato {
    background-color: #ff4338;
  }

  .modal .modal-footer.scrap-modal {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
  }

  /* history */
  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_2 {
    padding-bottom: 27px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_3 {
    width: 50%;
    margin-bottom: 13px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_3 img {
    height: 23px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.hotdeal.history .td_4 {
    width: 50%;
    margin-bottom: 13px;
    justify-content: flex-end;
  }

  /* history */

  /* dash_board */
  .mo_dash_title_bar {
    font-weight: 700;
    height: 45px;
    background-color: #f8f8f8;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
  }

  .dash_item_block {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .dash_item_block .basic_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .dash_item_basic {
    display: flex;
    justify-content: space-between;
  }

  .dash_item_basic.base_row> :last-child {
    font-weight: bold;
  }

  .dash_item_basic.base_row {
    font-size: 12px;
  }

  .board-layout.dash_board {
    background-color: #f8f8f8;
  }

  .dash_item_basic.top_row {
    font-weight: 700;
    font-size: 16px;
  }

  a.upgrade-btn {
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dash_item_basic.full_table {
    margin: 0 -20px;
    font-size: 12px;
    color: #888888;
    flex-direction: column;
  }

  .full_table_one_row:first-child {
    border-top: 1px solid #d7d7d7;
  }

  .full_table_one_row {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    display: flex;
  }

  .full_table_one_col {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .full_table_one_col:nth-child(1) {
    border-right: 1px solid #d7d7d7;
  }

  .dash_item_block.main {}

  .dash_item_basic.imgline {
    justify-content: flex-start;
  }

  .basic_row .nick_space .nick {
    font-weight: 700;
    margin-bottom: 15px;
  }

  .basic_row .nick_space {
    margin-left: 12px;
  }

  .attendance_title {
    font-weight: 700;
    margin-right: 10px;
  }

  .dash_item_basic.imgline {
    margin-bottom: 15px;
  }

  .join_date_wrap {
    display: flex;
    gap: 22px;
  }

  .date_wrap_item {
    display: flex;
    gap: 9px;
  }

  .date_wrap_item>span:nth-child(1):not(.no-min-width) {
    min-width: 80px;
  }

  .join_datetime_wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }

  .fw-700 {
    font-weight: 700;
  }

  .ff-Mont {
    font-family: "Montserrat-Bold";
  }

  .dash_item_basic>div:last-child {
    font-family: "Montserrat-Bold";
  }

  .fs-14 {
    font-size: 14px;
  }

  .file_notice_001 {
    font-size: 10px;
  }

  .my-info {
    flex-wrap: wrap;
    padding: 20px;
  }

  .my-info .subject {
    width: 100%;
    margin-bottom: 20px;
  }

  .my-info .info-contents .profile-wrap {
    height: auto;
    width: auto;
  }

  .profile-wrap .image {
    width: 80px;
    height: 80px;
  }

  .basic_btn {
    padding: 5px 10px;
  }

  .my-info input {
    height: 30px;
  }

  .mypage-profile-img .button_wrapper {
    display: flex;
    margin-top: 0px;
    padding-top: 20px;
    justify-content: center;
    background-color: #f8f8f8;
    gap: 10px;
    padding-bottom: 300px;
  }

  .content-area.mypage .content-main-wrap {
    background-color: #f8f8f8;
  }

  .my-info {
    margin-bottom: 10px;
    border: 0;
  }

  #nick_photo_form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .my-info .info-contents ul li span:last-child {
    font-size: 10px;
    line-height: 1.5;
  }

  /* dash_board */

  /* .mypage_mylist */

  .my-board-list table tr:first-child {
    display: none;
  }

  .my-board-list table td:not(.text-left) {
    display: none;
  }

  .my-board-list table td.text-left {
    padding: 15px 10px;
    background-color: #fff;
  }

  #response_col {
    width: 100%;
  }

  .mylist_a_max {
    max-width: 80vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
  }

  .mylist_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mylist_drop_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888888;
  }

  .mylist_drop_row div {
    display: flex;
    gap: 9px;
  }

  .mylist_drop_row a {
    font-size: 12px;
    color: #888888;
  }

  .board-title.mobile-flex-box {
    font-size: 14px;
  }

  /* .mypage_mylist */

  .s_gray_font {
    font-size: 12px;
    color: #888888;
  }

  .mo_point_top_banner {
    background-color: #f8f8f8;
    padding-bottom: 10px;
  }

  .mo_point_top_banner .dash_item_basic.imgline {
    margin: 0;
  }

  .mo_point_top_banner .dash_item_block:last-child {
    margin-bottom: 0;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .content_info {
    flex-direction: row-reverse;
    width: auto;
    gap: 30px;
    margin-left: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .content {
    flex-direction: column;
    margin: 0;
    gap: 10px;
    align-items: flex-start;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .cate .content-cate {
    margin: 0;
    margin-right: 18px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .content {
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal {
    align-items: flex-start;
    padding: 15px 20px;
  }

  .point_last_col {
    margin-right: 0px;
    color: #000;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area {
    border: 0;
  }

  .content_block.content-top-bar.mobile-flex-box {
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
  }

  .content_block.content-top-bar.mobile-flex-box select {
    margin: 0;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point_child .content-area .content_block.normal .td-3 {
    margin: 0;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point_child .content-area .content_block.normal .content a {
    width: auto;
  }

  .infomation_page .my-info {
    justify-content: space-between;
  }

  .infomation_page .my-info .info-contents .profile-wrap .image {
    margin: 0;
  }

  .infomation_page .my-info .info-contents {
    width: auto;
  }

  .infomation_page .alarms.d-flex {
    flex-direction: column;
  }

  .infomation_page .my-info .info-contents ul li span:last-child {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
  }

  .infomation_page .my-info.nick {
    display: none;
  }

  .infomation_page .info-contents.alarm {
    width: 100%;
  }

  .infomation_page .info-contents.alarm .alarm_item {
    justify-content: space-between;
  }

  .my-info.alarm-config {
    /* margin-bottom: 100px; */
  }

  .mo_modify_info {
    justify-content: flex-end;
  }

  .modify_profile .my-info {
    margin: 0;
    padding: 0;
    min-height: 40px;
  }

  .modify_profile .my-info .info-contents {
    width: auto;
  }

  .modify_profile .content-area.mypage .content-main-wrap {
    padding: 20px;
    background-color: #fff;
  }

  .modify_profile .my-info .subject {
    width: 124px;
    font-size: 14px;
    margin: 0;
    align-items: flex-start;
  }

  .modify_profile .button_wrapper {
    margin: 0 !important;
    padding: 20px;
  }

  .password_modify {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .info-contents.agree_wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .basic_btn.white.member_leave {
    height: 30px;
    background-color: #888888;
    font-size: 14px;
    color: white;
  }

  .button_wrapper.his_back_save {
    margin: 0;
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 160px;
    font-size: 14px;
  }

  .my-info input {
    padding: 0 10px;
  }

  .modify_profile .content-main-wrap button {
    margin-left: 5px;
    height: 30px;
  }

  .image {
    border: 1px solid #d7d7d7;
  }

  .mobile.mobile_layer_wrapper.alert {
    position: fixed;
    top: unset;
    left: 0;
    /* box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1); */
    bottom: 60px;
    z-index: 51;
    /*height: calc(100% - 90px);*/
  }

  .mobile.mobile_layer_wrapper.alert .m_layer.m_alert {
    /* display: flex; */
  }

  .m_layer.m_alert.bottom_layer {
    max-height: calc(100vh - 133px);
    overflow: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .m_category_wrapper.board_tap.main {
    flex-direction: row;
  }

  .m_category_wrapper.board_tap.favorite.config .m_favorite_notice {
    display: block;
  }

  .m_category_wrapper.board_tap.favorite .remove_favorit {
    display: none;
  }

  .m_category_wrapper.board_tap.favorite.config .remove_favorit {
    display: block;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area.popular .content_block.normal {
    flex-wrap: wrap;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate {
    gap: 10px;
    align-items: flex-end;
  }

  .hotdeal_font_img {
    width: 108px;
  }

  body .page_wrapper .main_section .product_part.type_1 .multi_row_top {
    padding: 0 10px;
    padding-bottom: 30px;
  }

  .swiper_line {
    left: 0;
    display: none !important;
  }

  .swiper_line.mobile {
    top: 50%;
  }

  .login_popup {
    width: 95vw;
    max-height: 80vh;
    border: 0 !important;
  }

  .login_popup .width_box {
    width: auto;
    max-width: 240px;
  }

  .login_popup .width_box .input {
    height: 45px;
  }

  .login_popup .width_box .submit {
    height: 45px;
  }

  .sns_wrapper,
  .login_popup .width_box .sns_wrapper .etc_btn_wrapper a {
    font-size: 12px;
  }

  .login_popup .width_box .sns_wrapper .sns_login_btn {
    width: 40px;
    height: 40px;
  }

  body .page_wrapper .main_section .product_part .product_top_title a {
    margin: 0;
    line-height: 17px;
    font-weight: 500;
  }

  .small-board-paging-area .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: #222222;
  }

  .small-board-paging-area .pagination {
    width: 103px;
    height: 21px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    color: #222222;
  }

  .small-board-paging-area .pagination a {
    width: 21px;
    height: 21px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #6b6e72;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
  }

  body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper {
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box {
    flex: 1;
    width: auto;
  }

  body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box a {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  body .page_wrapper .main_section.type_board .board-layout .gallery_list_wrapper .photo_content_box .photo_wrapper {
    margin: 0 auto;
  }

  .absolute_mo_good_wrapper {
    position: absolute;
    top: -58px;
    left: 0;
    display: flex;
    box-shadow: 4px 5px 5px rgb(0 0 0 / 10%);
    display: none;
  }

  .absolute_mo_good_wrapper>a:first-child {
    border-right: 0;
  }

  .absolute_mo_good_wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
  }

  .absolute_mo_good_wrapper.child-sns {
    flex-direction: column;
    border-top: 1px solid #d7d7d7;
    bottom: 45px;
    top: unset;
    left: -40px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    display: none;
  }

  .absolute_mo_good_wrapper.child-sns>a {
    width: 80px;
    height: auto;
    border: 0;
    justify-content: flex-start;
    padding: 4px 0;
    display: flex;
    gap: 6px;
    font-size: 12px;
    color: #888888;
  }

  .absolute_mo_good_wrapper.child-sns>a img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
  }

  #mo_write_history_back {
    display: flex;
    width: 90px;
    height: 40px;
    /* margin-right: 10px; */
    background-color: #f5f5f5;
    font-size: 14px;
  }

  .reply-list .reply.new-comment .load-new-comments {
    margin: 0 auto;
  }

  .page_teleport {
    margin: 0 auto;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }

  .page_teleport>button {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
  }

  .page_teleport>button,
  .page_teleport>input {
    width: 53px;
    height: 35px;
  }

  .page_teleport>input {
    padding: 0;
    padding-right: 10px;
    text-align: end;
  }

  .content_block.normal.notice {}

  .mo_prd_price {
    display: flex;
  }

  .discount_coupon {
    margin-top: 12px;
  }

  .board-write input[type=text] {
    height: 35px;
    padding: 0 13px;
  }

  #wr_9_control_checkbox,
  #wr_8_control_checkbox {
    margin-left: 8px;
  }

  .preview_swiper {
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
    position: relative;
  }

  .preview_swiper img {
    width: 100%;
  }


  .swiper-container-horizontal>.swiper-pagination-bullets.pagination_bullet {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullets.pagination_bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
  }

  .swiper-pagination-bullets.pagination_bullet .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
  }

  footer .footer_wrapper {
    padding-bottom: 15px;
    word-break: keep-all;
  }

  .board-title {
    height: 45px;
  }

  .my-board-list table tr {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .my-info.f-nav {
    margin-bottom: 0;
    border-bottom: 1px solid #f8f8f8;
  }

  .my-info.f-nav:last-child {
    margin-bottom: 10px;
  }

  .my-info.f-nav .subject {
    margin: 0;
  }

  .content_block.normal.notice>div {
    height: 100%;
    display: flex;
    align-items: center;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal.notice {
    display: flex;
    flex-direction: column;
    /* background-color: #f8f8f8; */
  }

  body .page_wrapper .main_section .product_part.type_1.child .small-board-paging-area {
    display: none;
  }

  .mo_community_write_list {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }

  .cw_list_row {
    display: flex;
    margin-bottom: 15px;
    line-height: 16px;
  }

  .cw_list_row:first-child {
    margin-top: 14px;
  }

  .cw_list_row:last-child {
    margin-bottom: 0;
  }

  .cw_list_row .write_content_title {
    font-size: 14px;
    max-width: 70vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .cw_list_row .comment_count_area {
    margin-left: auto;
    font-size: 12px;
    width: 40px;
    display: flex;
    gap: 6px;
    align-items: flex-end;
    height: 12px;
    line-height: .6;
    color: #222222;
  }

  .cw_list_row .board_short_title {
    margin-right: 10px;
    width: 28px;
    height: 16px;
    background-color: #06162f;
    color: white;
    /* white-space: nowrap; */
    word-break: keep-all;
    font-size: 10px;
    text-align: center;
  }

  .board-layout>article.deal_selector {
    display: none;
  }

  .board-layout>article.community_selector {
    display: none;
  }

  body .page_wrapper .main_section .inner_ad {
    display: none;
  }

  .content-bottom-wrap .button-wrap {
    padding: 10px 0;
  }

  .search_table thead tr {
    display: block;
  }

  .search_table {
    display: flex;
    flex-direction: column;
  }

  .search_table:not(.api) thead tr th:nth-child(1) {
    width: 20vw;
  }

  .search_table:not(.api) thead tr th:nth-child(2) {
    width: 70px;
  }

  .search_table:not(.api) thead tr th:nth-child(3) {
    width: 39vw;
  }

  .search_table:not(.api) thead tr th:nth-child(4) {
    width: 37px;
    justify-content: flex-start;
  }

  .search_table thead tr {
    display: flex;
  }

  .search_table thead tr th {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search_table tbody tr {
    display: flex;
    height: 64px;
  }

  .search_table tbody tr td {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #result_body .prd_code {
    width: 20vw;
  }

  .search_table:not(.api) tbody tr td:nth-child(2) {
    width: 70px;
  }

  .search_table:not(.api) tbody tr td:nth-child(3) {
    width: 39vw;
    justify-content: flex-start;
  }

  .search_table:not(.api) tbody tr td:nth-child(4) {
    width: 37px;
  }


  .search_table.api thead tr th:nth-child(1) {
    width: 70px;
  }

  .search_table.api thead tr th:nth-child(2) {
    width: 40vw;
    justify-content: flex-start;
  }

  .search_table.api thead tr th:nth-child(3) {
    width: 22vw;
  }

  .search_table.api tbody tr td:nth-child(1) {
    width: 70px;
  }

  .search_table.api tbody tr td:nth-child(2) {
    width: 40vw;
    justify-content: flex-start;
  }

  .search_table.api tbody tr td:nth-child(3) {
    width: 22vw;

  }

  .prd_model span,
  .prd_brand span {
    display: inline-flex;
    margin-bottom: 10px;
  }

  #it_maker,
  #it_model {
    width: 170px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .bo_vc_w textarea::placeholder {
    font-size: 14px !important;
  }

  .bo_vc_w textarea {
    border-radius: 0px !important;
    box-shadow: unset !important;
  }

  .bo_vc_w .btn_confirm label {
    font-size: 14px !important;
  }

  .bo_vc_w .btn_confirm .secret_cm label {
    font-size: 14px !important;
  }

  .bo_vc_w .btn_submit {
    border-radius: 0 !important;
    font-size: 14px !important;
    width: 80px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: normal !important;
  }

  .bo_vc_w_info {
    display: none !important;
  }

  .gray_back {
    touch-action:none;
    z-index: 50;
  }

  .dasaja_alert {
    width: 95vw !important;
  }

  .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block {
    border-bottom: 1px solid #d7d7d7;
  }


  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.normal .cate.mobile.flex-box {
    width: auto;
    margin-right: 9px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper.point .content-area .content_block.normal .content>div:not(.s_gray_font) {

    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

  }

  .search_item_btn {
    font-size: 11px;
  }

  .guide_notice p {
    font-size: 10px;
  }

  .prd_cate_selector {
    flex-wrap: wrap;
    gap: 10px;

  }

  .prd_cate_selector>select {
    width: calc(50% - 5px);
    height: 30px;
  }

  .mo_prd_strong_string {
    font-weight: 700;
  }

  .modal .modal-footer .prd_apply_btn.confirm-btn {
    line-height: 30px;
  }

  .mo_write_margin_fit.price {
    margin-bottom: 18px;
  }

  .mo_write_margin_fit.dc_card {
    margin-bottom: 20px;
  }

  .mo_write_margin_fit.dc_coupon_02 {
    margin-bottom: 10px;
  }

  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.none_content {
    padding: 20px;
  }

  .comment_image_att {
    max-width: 100%;
    width: 100px;
  }

  .my-info-wrap .activity-info .progress {
    width: 86%
  }

  .content_reply_count {
    width: auto;
  }

  .checked_pw_ck_message,
  .checked_pw_message {
    margin-bottom: 10px;
  }

  .checked_pw_ck_message,
  .checked_pw_message,
  .checked_id_message {
    font-size: 10px;
    width: calc(100% - 125px) !important;
    margin-left: auto;
  }

  .checked_id_message {
    margin-top: 10px;
  }

  /* 모바일 디자인 수정 최종 */
  .content-top-wrap .content-title .sub1 h3.subject_title {
    width: 60vw !important;
    white-space: normal !important;
    text-overflow: unset !important;
    overflow: unset !important;
    line-height: 1.3;
  }
  .content-top-wrap.deal .content-title .sub1 h3.subject_title {
    width: 97vw !important;
    white-space: normal !important;
    text-overflow: unset !important;
    overflow: unset !important;
    line-height: 1.5;
  }

  .content-top-wrap .content-title .sub1 h3:first-child {
    margin-right: 20px !important;
  }

  .content-top-wrap .content-title .sub1 {
    flex-wrap: wrap;
    gap: 5px !important;
  }

  .deal_info_wrapper .info_area .price .exchange_prefix {
    padding-bottom: 0;
  }

  .text-left.mobile.none_content {
    font-weight: 700;
    text-align: center !important;
    height: 40px;
    line-height: 40px;
    max-width: unset !important;

    padding: 0;
  }

  .board-option-box select {
    max-width: 70px;
  }

  .ULR_div {
    max-width: 80vw;
  }

  .img_tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  
  .img_tag.hot_deal {
    background-image: url(/images/dasaja/icon/hot_tag.png);
    
  }
  
  .img_tag.end_deal {
    background-image: url(/images/dasaja/icon/end_tag.png);
  }
  body .page_wrapper .main_section.type_board .board-layout .board-main-content-wrapper .content-area .content_block.double_line .mo_img_wrapper{
    position: relative;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 2px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  
  /* 모바일 디자인 수정 최종 */

}

/* 유정민 2022.11.08 */
@media screen and (max-width: 768px) {

  /* 핫딜 알리미 사용중 컨텐츠 모바일 스타일 start */
  .alimi_ing_contents_wrapper {
    /* display: flex !important; */
    /* display: none !important; */
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
    background-color: #fff;
    padding: 25px 10px;
    font-size: 12px;
  }

  .alimi_ing_contents_wrapper .content_ing_circle {
    display: none;
  }

  .alimi_ing_contents_wrapper ul {
    align-self: flex-start;
  }

  .alimi_ing_contents_wrapper .content_ing_title_wrap {
    display: block !important;
    font-size: 16px;
    font-weight: bold;
  }


  /*.alimi_ing_contents_wrapper ul li {
    justify-content: space-between;
  }*/

  .alimi_ing_contents_wrapper ul li span:first-child {
    min-width: 60px;
  }

  .alimi_ing_contents_wrapper ul li span:nth-child(2) {
    max-width: 87px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: unset;
    word-break: keep-all;
    line-height: 1.3;
  }



  .alimi_ing_contents_wrapper ul li span:first-child:before {
    display: none;
  }

  .alimi_ing_contents_wrapper ul li span:nth-child(2) {
    width: 90px;
  }

  /* 핫딜 알리미 구매내역 스타일 start */
  .alimi_payment_contents_wrapper {
    display: block !important;
    background-color: #fff;
    margin: 10px 0;
  }

  .alimi_payment_contents_wrapper .alimi_payment_contents_title_wrap {
    /* display: flex !important; */
    justify-content: space-between;
    padding: 25px 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .alimi_payment_contents_wrapper .alimi_payment_contents_title_wrap a {
    font-size: 12px;
    font-weight: normal;
  }

  .alimi_payment_contents_wrapper table {
    display: none !important;
  }

  .hotdeal_alarm_wrapper {
    background-color: #f8f8f8;
  }

  .hotdeal_alarm_wrapper .alarm_title_wrapper {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
  }

  .hotdeal_alarm_wrapper .alarm_title_wrapper select {
    padding: 7px 25px 7px 10px;
    background-color: #fff;
    font-size: 12px;
  }

  .hotdeal_alarm_wrapper .alarm_title_wrapper span:first-child {
    font-weight: bold;
    font-size: 16px;
  }

  .alarm_contents_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 20px 10px;
    background-color: #fff;
  }

  .alarm_contents_wrapper .content_ing_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid #ff4338;
    border-radius: 50%;
    font-weight: bold;
    color: #ff4338;
  }

  .alarm_contents_wrapper .contents_description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 20px;
    font-size: 14px;
  }

  .alarm_contents_wrapper .contents_description span:first-child {
    font-weight: bold;
  }

  /* 핫딜 알리미 구매내역 스타일 end */


  .alert_one_row_box.alert_method_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }

  .alert_one_row_box.alert_method_wrapper .alert_method {
    border: 1px solid #06162f;
    padding: 5px;
    border-radius: 5px;
  }
  .api_search_btn_wrapper span{
    font-size: 12px;
    margin-right: 15px;
  }
  .self_apply_layer_btn,
  .prd_submit_btn{
    font-size: 12px;
    flex: 0 0 auto;
  }
  .alert_one_row_box.alert_method_wrapper .alert_method {}

  .content .content_reply_count {
    width: auto;
  }

  .hot_html {
    margin-right: 0;
  }

  .content-top-wrap .content-title {
    padding: 18px 10px;
  }

  .content-top-wrap .content-title-sub {
    padding: 10px 10px;
  }

  .bo_vc_w {
    padding: 0 10px;
}
.price_info>div:nth-child(2){
  font-size: 14px;
}
.cmt_file_name{
  display: none;
}
.content-bottom-wrap .sub-method-wrap .icon-clipping:before {
  background: url("/images/dasaja/icon/svg/m-icon-clipping.svg") no-repeat center center / cover;
}
.content-bottom-wrap .sub-method-wrap .icon-report:before {
  background: url(/images/dasaja/icon/svg/m-icon-report.svg) no-repeat center center / cover;
}
.content-bottom-wrap .sub-method-wrap{
  gap: 10px;
}

.report_radio_label{
  width: 50%;
}
}


@media screen and (max-width: 379px) {
  .anchor-button {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 359px) {
  .slot_title {
    display: none !important;
  }
  .anchor-button {
    font-size: 13px !important;
    margin-left: 0px !important;
  }
  .circle {
    display: none !important;
  }
 
}
div.mo_img_wrapper a img {
  width: 80px;
        height: 80px;
        margin-right: 10px;
}


.in-app header.header { padding-top: var(--app-safe-top, 0) !important; }

/* 2. CSS (필수) - 사이트 헤더 클래스명에 맞게 수정 */
/* 메인 헤더 */
.header {
  padding-top: env(safe-area-inset-top);
  padding-top: constant(safe-area-inset-top);
}

/* 모바일 메뉴도 상단에 고정되어 있으니 추가 */
.mobile_menu_wrapper.mobile {
  top: env(safe-area-inset-top);
  top: constant(safe-area-inset-top);
}

/* 햄버거 메뉴 레이어 위치 조정 */
.m_layer.m_hamburger_menu {
  top: calc(45px + env(safe-area-inset-top)) !important;
  top: calc(45px + constant(safe-area-inset-top)) !important;
}

/* ========================================
   페이징 스타일 - Mobile (response.css에 추가)
   최신 트렌드 디자인 2025.01
   ======================================== */

/* 페이징 컨테이너 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  padding: 20px 16px;
  margin: 16px 0;
}

/* 공통 버튼 스타일 */
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

/* 페이지 번호 */
.pagination .pg-num {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.pagination .pg-num:active {
  background: #f5f5f5;
  transform: scale(0.95);
}

/* 현재 페이지 */
.pagination .pg-num.active,
.pagination a.pg-num.active {
  color: #fff !important;
  background: linear-gradient(135deg, #ff4338 0%, #ff6b5b 100%) !important;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(255, 67, 56, 0.35);
  pointer-events: none;
}

/* 화살표 버튼 */
.pagination .pg-btn {
  width: 36px;
  height: 36px;
  color: #888;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.pagination .pg-btn:active {
  background: #eee;
  transform: scale(0.95);
}

.pagination .pg-btn svg {
  width: 18px;
  height: 18px;
}

/* 처음/끝 버튼 간격 */
.pagination .pg-first {
  margin-right: 4px;
  display: none !important; 
}

.pagination .pg-last {
  margin-left: 4px;
  display: none !important; 
}

/* 접근성 숨김 텍스트 */
.pagination .sound_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 페이지 이동 박스 */
.pagination + .pg_jump,
.pg_jump {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
  padding: 0 16px;
}

.pg_jump input[type="text"],
.pg_jump input[type="number"] {
  width: 56px;
  height: 40px;
  padding: 0 8px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.pg_jump input[type="text"]:focus,
.pg_jump input[type="number"]:focus {
  border-color: #ff4338;
}

.pg_jump button,
.pg_jump input[type="submit"] {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #555;
  border: none;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
}

.pg_jump button:active,
.pg_jump input[type="submit"]:active {
  background: #333;
}
/* 페이지 이동 박스 숨김 - 모바일 */
.page_teleport,
.page_teleport.mobile,
.page_teleport.mobile.flex-box {
    display: none !important;
}

/* ========================================
   AJAX 더보기 버튼 - Mobile
   2026.01
   ======================================== */
/* board_button_wrapper flex 수정 */
.board_button_wrapper {
    flex-wrap: wrap !important;
}
.ajax-loadmore {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    order: -1 !important;
    flex: 0 0 100% !important;
}

.ajax-loadmore .loadmore-btn {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 24px) !important;
  max-width: none !important;
  height: 40px !important;
  padding: 0 16px !important;
  background: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: #666 !important;
  cursor: pointer !important;
  gap: 6px !important;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.ajax-loadmore .loadmore-btn:active {
    background: #eee !important;
    transform: scale(0.98) !important;
}

.ajax-loadmore .loadmore-btn.loading {
    background: #e8e8e8 !important;
    color: #999 !important;
    pointer-events: none;
}

.ajax-loadmore .loadmore-btn.loading svg {
    animation: loadmore-bounce 0.6s ease-in-out infinite;
}

.ajax-loadmore .loadmore-btn svg {
    width: 16px !important;
    height: 16px !important;
    stroke: #888 !important;
    flex-shrink: 0 !important;
}

.ajax-loadmore .loadmore-btn span {
    font-size: 13px !important;
    color: #666 !important;
}

@keyframes loadmore-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* 페이지 이동 박스 숨김 - 모바일 */
.page_teleport,
.page_teleport.mobile,
.page_teleport.mobile.flex-box {
    display: none !important;
}   


/* 베스트핫딜 페이징 스타일 통일 */
.pagination.best {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  padding: 20px 16px;
  margin: 16px 0;
}

.pagination.best .page_number a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-decoration: none;
}

.pagination.best .page_number a.active {
  color: #fff !important;
  background: linear-gradient(135deg, #ff4338 0%, #ff6b5b 100%) !important;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(255, 67, 56, 0.35);
}

.pagination.best .page_number a.next,
.pagination.best .page_number a i {
  color: #888;
}
/* ===== 모바일 마이페이지 탭 메뉴 스타일 - 테두리 강조 (2026-01-17) ===== */
@media screen and (max-width: 768px) {
    .board-layout.info_page.redesign .board-title.mobile,
    .dash_board.mobile.redesign .board-title.mobile.flex-box {
        display: flex !important;
        margin: 0 !important;
        padding: 10px 16px !important;
        background: #06162f !important;
        border-bottom: none !important;
        gap: 12px !important;
    }
    
    .board-layout.info_page.redesign .board-title.mobile a,
    .dash_board.mobile.redesign .board-title.mobile.flex-box a {
        flex: 1 !important;
        padding: 12px 16px !important;
        text-align: center !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: rgba(255,255,255,0.5) !important;
        background: transparent !important;
        border: 2px solid rgba(255,255,255,0.2) !important;
        border-radius: 10px !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
    }
    
    .board-layout.info_page.redesign .board-title.mobile a.active,
    .dash_board.mobile.redesign .board-title.mobile.flex-box a.active {
        font-weight: 700 !important;
        color: #3de6df !important;
        background: transparent !important;
        border: 2px solid #3de6df !important;
        box-shadow: 0 0 15px rgba(61,230,223,0.3), inset 0 0 15px rgba(61,230,223,0.1) !important;
    }
}

/* ===== 모바일 마이페이지 탭 메뉴 스타일 - 테두리 강조 (2026-01-17) ===== */
@media screen and (max-width: 768px) {
    body .page_wrapper .board-layout.info_page.redesign .board-title.mobile,
    body .page_wrapper .dash_board.mobile.redesign .board-title.mobile.flex-box,
    .board-layout .board-title.mobile,
    .board-title.mobile.flex-box {
        display: flex !important;
        margin: 0 !important;
        padding: 10px 16px !important;
        background: #06162f !important;
        border-bottom: none !important;
        gap: 12px !important;
    }
    
    body .page_wrapper .board-layout.info_page.redesign .board-title.mobile a,
    body .page_wrapper .dash_board.mobile.redesign .board-title.mobile.flex-box a,
    .board-layout .board-title.mobile a,
    .board-title.mobile.flex-box a {
        flex: 1 !important;
        padding: 12px 16px !important;
        text-align: center !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: rgba(255,255,255,0.5) !important;
        background: transparent !important;
        border: 2px solid rgba(255,255,255,0.2) !important;
        border-radius: 10px !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
    }
    
    body .page_wrapper .board-layout.info_page.redesign .board-title.mobile a.active,
    body .page_wrapper .dash_board.mobile.redesign .board-title.mobile.flex-box a.active,
    .board-layout .board-title.mobile a.active,
    .board-title.mobile.flex-box a.active {
        font-weight: 700 !important;
        color: #3de6df !important;
        background: transparent !important;
        border: 2px solid #3de6df !important;
        box-shadow: 0 0 15px rgba(61,230,223,0.3), inset 0 0 15px rgba(61,230,223,0.1) !important;
    }
}

/* ============================================
   PC 헤더 메뉴 - 태블릿/좁은 데스크탑 반응형
   추가 2026-05-12 / Phase 2
   임계점 실측 결과 1280~1399px에서 깨짐 시작
   ============================================ */

/* 1차 구간: 769~1399px - 메뉴 한 줄 유지 + 약한 압축 */
@media screen and (min-width: 769px) and (max-width: 1399px) {
    header .header_wrapper {
        padding: 0 8px;
    }
    header .header_wrapper #header_nav {
        margin-left: 12px;
    }
    header .header_wrapper #header_nav .nav_item {
        padding: 0 12px !important;
        margin-left: 0 !important;
    }
    header .header_wrapper #header_nav .nav_item .nav_text {
        white-space: nowrap;
        font-size: 14px;
    }
    header .header_wrapper .search_box .search_input_wrapper {
        width: 220px;
    }
}

/* 2차 구간: 769~1099px - 사이드바 없는 영역, 더 강한 압축 */
@media screen and (min-width: 769px) and (max-width: 1099px) {
    header .header_wrapper #header_nav .nav_item {
        padding: 0 8px !important;
    }
    header .header_wrapper #header_nav .nav_item .nav_text {
        font-size: 13px;
    }
    header .header_wrapper .search_box .search_input_wrapper {
        width: 160px;
    }
}

/* 3차 구간: 769~899px - 강제 축소 (검색바 placeholder 일부 잘림 허용) */
@media screen and (min-width: 769px) and (max-width: 899px) {
    header .header_wrapper #header_nav .nav_item {
        padding: 0 6px !important;
    }
    header .header_wrapper #header_nav .nav_item .nav_text {
        font-size: 12px;
    }
    header .header_wrapper .search_box .search_input_wrapper {
        width: 120px;
    }
}
