@media screen and (min-width: 1024px) {
    section {
        margin-bottom: 1px !important;
    }
    .information{
        margin-bottom: 16px !important;
    }
    .item_detail {
        background: #fff !important;
    }
    .header__top {
        max-width: 930px;
        margin: 0 auto;
    }
    .category {
        max-width: 930px;
        margin: 0 auto;
    }
    .main {
        max-width: 930px;
        margin: 0 auto;
        background: #fff !important;
    }
    .footer {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .modal {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .auto-height-modal {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .bottom-fixed-btn {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .filter-modal .bottom_btn_group {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .search_dialog.active {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .navbar-expand-lg {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
        justify-content: space-between;
    }
    .modal .modal-dialog.box {
        max-width: 35%;
    }
    .contents_card {
        width: calc(100% / 3);
        margin-bottom: 30px;
        padding: 0 8px;
    }
    .product-left-cloumn {
        float: left;
        width: 52%;
        position: sticky;
        top: 10px;
        left: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .product-right-cloumn {
        float: right;
        width: 48%;
        padding: 0 0 0 20px;
        box-sizing: border-box;
        border-left: 1px solid #f1f1f1;
    }

    .w-930 {
        max-width: 930px;
        margin: 0 auto;
        width: calc(100% - 40px);
    }

    .clearfix {
        min-height: 1px;
    }

    .item_detail .block {
        border-bottom: 1px solid #f1f1f1;
    }
    .item_detail .left_time_block {
        background: #f1f1f1 !important;
    }
    .products_block {
        margin: 50px auto 0;
        width: calc(100% - 40px);
        border-top: 1px solid #f1f1f1;
        border-bottom: 0 !important;
        padding: 20px 0 !important;
    }
    .item_info_block {
        padding: 0 0 20px !important;
    }
    .item_description_block {
        padding: 20px 0 !important;
    }
    .category_block {
        padding: 20px 0 !important;
    }
    .publisher_info_block {
        border: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .item_detail .timer_btn_group {
        display: none !important;
    }
    .payment_page .payment_settings_list {
        border-bottom: 1px solid #f1f1f1;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .container {
        max-width: 100%;
    }
    .main {
        max-width: 930px;
        margin: 0 auto;
        background: #fff !important;
    }
    .contents_card {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 8px;
    }
    .modal .modal-dialog.box {
        max-width: 50%;
    }
    /*.white-space{
        height: 5vh;
    }*/
    /*.right-icon {
        }*/
    .animate-bottom {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .auto-height-modal {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .bottom-fixed-btn {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .filter-modal .bottom_btn_group {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .search_dialog.active {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .navbar-expand-lg {
        max-width: 930px;
        margin: 0 auto;
        left: 0;
        right: 0;
        justify-content: space-between;
    }
    .payment_page .payment_settings_list{
        border-bottom: 1px solid #f1f1f1;
    }
}

@media screen and (max-width:320px) {
    .market-search {
        font-size: 12px;
    }
    .header__top .icon__list{
        width: 65px;
        font-size: 12px;
    }
    .mypage_top .main_profile_sec .avatar_part ul li a {
        font-size: 11px !important;
        letter-spacing: -.5px;
    }
    .mypage_top .pay_list ul .pay_date {
        font-size: 10px;
    }
    .mypage_top .pay_list ul .pay_status {
        font-size: 14px;
    }
    .mypage_top .pay_list ul .pay_money {
        font-size: 14px;
    }
    .mypage_top .pay_list ul .pay_img {
        width: 60px;
        height: 60px;
    }
    .mypage_top .pay_operate__header__detail a {
        font-size: 12px;
    }
    .products_list_sec .tab-content .products .product__profile__img {
        width: 72px !important;
        height: 72px !important;
    }
    .products_list_sec .tab-content .products .product__profile__info p span {
        font-size: 10px;
    }
    .products_list_sec .tab-content .products .product__profile__info p span.status {
        font-size: 12px;
    }
    .products_list_sec .nav-tabs .nav-item .nav-link .name {
        font-size: 12px;
        white-space: nowrap;
    }
    .nav-title {
        font-size: 16px;
    }
    .modal-header h2 {
        font-size: 16px;
    }
    .add_new_modal .block3 .term_piece h3 {
        font-size: 13px;
    }

}
