@charset "UTF-8";
/**
 * game-money-responsive.scss
 * game-money.scss랑 같이 사용 
 * 게임 머니 거래 사이트 반응형 미디어 쿼리
 */
#tradeCardBox.table__grid.table__grid_mobile {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .table__grid .tit .logo-area {
    max-width: 25px !important;
    min-width: 25px !important;
  }
  .table__grid .num {
    width: 10%;
  }
  .table__grid .tit {
    min-width: 45%;
    padding-left: 0px;
    order: 1;
  }
  .table__grid .price {
    width: 25%;
    text-align: right;
    order: 2;
  }
  .table__grid .date {
    width: 10%;
    display: block;
    order: 3;
  }
  .table__grid .game .logo-area {
    width: 25px;
  }
  .table__grid--cont > ul {
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .tit_text {
    padding: 0px !important;
    height: 50px;
  }
  .logo-area-wrap {
    display: flex;
    margin: 0px 12px;
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    align-items: center;
    justify-content: center;
  }
  li.tit.second span img {
    width: 25px;
  }
  .content__item--cont {
    width: calc(100% - 275px);
  }
  .colgroup__flex__searchform {
    flex-direction: column;
  }
  .content__item--cont {
    align-items: center;
  }
  .checkbox-container {
    width: 100%;
    padding: 0px;
  }
  .tablebox__content > .input__search {
    width: 100% !important;
  }
  .tablebox__group--item {
    height: auto !important;
    padding: 0px !important;
    margin-right: 0px !important;
    display: flex !important;
    align-items: flex-start !important;
  }
  .tablebox__group--item > .tit {
    width: 54px !important;
  }
  .tablebox__group {
    width: 100%;
    flex-direction: row;
    display: flex !important;
    flex-wrap: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .input__include__suffix {
    width: 100px;
    max-width: 100px;
  }
  .colgroup-flex .content__colgroup--item {
    flex-direction: column;
    align-items: center;
  }
  .colgroup-flex .content__colgroup--item .checkbox-container {
    padding: 0;
  }
  .colgroup-flex .content__item--cont {
    justify-content: center;
    width: 100% !important;
  }
  .artiList .content__item--cont {
    font-size: 11px;
  }
  .artiList .tablebox__content .select-box {
    width: 92px;
  }
  .content__title--sub_desktop {
    display: none !important;
  }
  .table__grid_desktop {
    display: none !important;
  }
  .content__title--sub_mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 0px 0 85px;
  }
  .content .table--list .market-items-count {
    display: inline;
    color: #0048c8;
    font-weight: bold;
    margin-left: 4px;
    /* "개" 텍스트만 검정색으로 */
  }
  .content .table--list .market-items-count::after {
    content: "개";
    color: #000000;
    font-weight: normal;
  }
  .content .content__colgroup .price {
    padding-bottom: 8px;
    margin-block: 10px;
  }
  .content .content__colgroup .price .content__item--cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .content .price-input {
    width: 100%;
    text-align: left;
  }
  .content #formSearch {
    /* 펼쳐진 상태 */
    /* 화살표 아이콘 애니메이션 */
    /* 버튼 텍스트 애니메이션 */
  }
  .content #formSearch .job,
  .content #formSearch .server,
  .content #formSearch .gameChannel,
  .content #formSearch .account-type,
  .content #formSearch .buy-path,
  .content #formSearch .pay-history {
    display: flex;
    flex-direction: column;
  }
  .content #formSearch .job,
  .content #formSearch .server,
  .content #formSearch .gameChannel,
  .content #formSearch .account-type,
  .content #formSearch .buy-path,
  .content #formSearch .pay-history,
  .content #formSearch .sell-unit {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .content #formSearch .job.expanded,
  .content #formSearch .server.expanded,
  .content #formSearch .gameChannel.expanded,
  .content #formSearch .account-type.expanded,
  .content #formSearch .buy-path.expanded,
  .content #formSearch .pay-history.expanded,
  .content #formSearch .sell-unit.expanded {
    max-height: 1000px;
    opacity: 1;
    flex-direction: row;
  }
  .content #formSearch .menu__opener__img {
    transition: transform 0.3s ease-in-out;
  }
  .content #formSearch .show-all {
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 48px;
    color: #606060;
    font-size: 13px;
  }
  .content #formSearch .show-all-text {
    transition: color 0.3s ease-in-out;
  }
  .content .itemAdPr {
    font-size: 12px;
  }
  .content #items-ad-list.visible {
    margin-top: 24px;
  }
  .content #items-ad-list.invisible {
    display: none;
  }
  .content .mobile-item-card:nth-of-type(even) {
    background: #eee;
  }
  .content .content__title--sub_desktop {
    display: none !important;
  }
  .content .table__grid_desktop {
    display: none !important;
  }
  .content .content__title--sub_mobile {
    display: block !important;
  }
  .content .mobile-item-list {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    left: auto !important;
  }
  .content .desktop-item-list {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }
  .content .mobile-item-list {
    position: relative;
    overflow: hidden;
  }
  .content .mobile-item-list.dealing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  .content .mobile-item-list.dealing::after {
    content: "거래중";
    letter-spacing: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "GmarketSansBold", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .content .mobile-item-list.finish::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 72, 200, 0.3);
  }
  .content .mobile-item-list.finish::after {
    content: "거래완료";
    letter-spacing: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "GmarketSansBold", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .content .mobile-item-list.cancel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 0, 40, 0.3);
  }
  .content .mobile-item-list.cancel::after {
    content: "거래취소";
    letter-spacing: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "GmarketSansBold", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .content .mobile-item-list.canceling::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 0, 40, 0.3);
  }
  .content .mobile-item-list.canceling::after {
    content: "거래취소중";
    letter-spacing: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "GmarketSansBold", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .content .mobile-item-list.pending::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(50, 171, 88, 0.3);
  }
  .content .mobile-item-list.pending::after {
    content: "결제대기중";
    letter-spacing: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "GmarketSansBold", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .content .mobile-item-content {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }
  .content .mobile-item-main {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }
  .content .mobile-item-header {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
  }
  .content .mobile-quantity-range {
    height: 13px;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    display: flex;
  }
  .content .mobile-quantity-text {
    color: black;
    line-height: 13px;
    word-wrap: break-word;
  }
  .content .mobile-quantity-text p {
    font-size: 9px;
    margin: 0;
  }
  .content .mobile-unit-price {
    color: black;
    font-size: 9px;
    line-height: 13px;
    word-wrap: break-word;
  }
  .content .mobile-item-body {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }
  .content .mobile-item-left {
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
  }
  .content .mobile-item-icons {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
  }
  .content .mobile-icon-wrapper {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .content .mobile-fast-icon-wrapper {
    width: 31px;
    height: 24px;
    position: relative;
  }
  .content .mobile-fast-icon {
    width: 31px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .content .mobile-item-title {
    flex: 1 1 0;
    flex-direction: row;
    color: black;
    font-size: 10px;
    line-height: 16px;
    word-wrap: break-word;
    text-align: start;
  }
  .content .mobile-item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    display: inline-flex;
  }
  .content .mobile-price-info {
    align-self: stretch;
    padding-top: 1px;
    padding-bottom: 1px;
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
  }
  .content .mobile-min-price-wrapper {
    gap: 2px;
  }
  .content .mobile-min-price {
    color: #0048c8;
    font-size: 10px;
    word-wrap: break-word;
    font-family: "GmarketSansMedium", sans-serif;
  }
  .content .mobile-price-unit {
    color: black;
    font-size: 10px;
  }
  .content .mobile-item-footer {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
    margin-top: 4px;
  }
  .content .mobile-server-info {
    flex: 1 1 0;
    height: 14px;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
  }
  .content .mobile-server-name,
  .content .mobile-sell-type {
    color: #666666;
    font-size: 9px;
    line-height: 14px;
    word-wrap: break-word;
  }
  .content .mobile-divider {
    width: 0px;
    height: 90%;
    transform-origin: 0 0;
    border: 1px #cccccc solid;
  }
  .content .mobile-item-date {
    color: #666666;
    font-size: 9px;
    line-height: 14px;
    word-wrap: break-word;
  }
  .content .content__title--sub_desktop {
    display: block !important;
  }
  .content .table__grid_desktop {
    display: block !important;
  }
  .content .content__title--sub_mobile {
    display: none !important;
  }
  .content .table__grid_mobile {
    display: none !important;
  }
  .content .market_items_mobile {
    font-size: 12px;
    color: #0048c8;
    display: inline-block;
    font-weight: 400;
    font-family: "GmarketSansMedium", sans-serif;
    margin-left: 4px;
  }
  .content .btnItemCtrl {
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .item-filter-container,
  .content .item-sort-container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  .content .item-sort-container {
    align-items: flex-end;
  }
  .content .item-total-count {
    opacity: 1;
  }
  .content .premium-title {
    display: none;
  }
  .content .item-total-container {
    margin-top: 12px;
    min-height: 32px;
  }
  .content .content__title--sub {
    font-size: 14px;
    display: none;
  }
  .content .table--point {
    margin-top: 32px !important;
  }
  .content .content__title--sub__mobile {
    height: 52px;
    background-color: #0048c8;
    color: #fff;
    font-size: 14px;
    font-family: "GmarketSansBold", sans-serif;
    display: flex;
    align-items: center;
  }
  .content .content__title--sub__mobile:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-inline: 10px;
    background: #fff;
    clear: both;
    vertical-align: middle;
  }
  .content .table__grid--cont .itemListHeader {
    display: none;
  }
  .content .table__grid--title {
    display: none;
  }
  .content .tradeCardBox .clAdListItem:nth-of-type(even),
  .content .tradeCardBox .market-item-row:nth-of-type(even) {
    background: #eee;
  }
  .content .itemListAD .clAdListItem:nth-of-type(even),
  .content .itemListAD .market-item-row:nth-of-type(even) {
    background: #eee;
  }
}
@media only screen and (max-width: 1024px) {
  .artiList__title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .i-badge {
    width: 17.19px;
    height: 20px;
    margin: 0;
  }
  .select-label input[type=radio] + label {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .content__item--title {
    min-width: 80px !important;
    min-height: 48px !important;
    padding: 0 8px !important;
  }
  .content.buy .mobile-price-info strong {
    color: #28A745;
  }
}

/*# sourceMappingURL=game-money-responsive.css.map */
