.display-non {
    display: none;
}

.text-error {
    color: red;
}

#close-error-btn {
    color: red;
}

.backbtn:before {
    left: 20px;
    right: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.backbtn {
    cursor: pointer;
}

.listnews_e .datetime {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.listnews_e h3 {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.en .header_top_logo h1 {
    font-size: 13px;
    position: absolute;
    right: -30px;
    top: 20px;
}

.china .header_top_logo h1 {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 20px;
    left: 0;
    margin: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .en .header_top_logo h1 {
        font-size: 9px;
        top: 10px;
        right: -50px;
    }
    .china .header_top_logo h1 {
        font-size: 9px;
        top: 10px;
        right: -20px;
    }
}

@media (max-width: 520px) {
    .en .header_top_logo h1 {
        font-size: 8px;
        top: 10px;
        right: -25px;
    }
    .china .header_top_logo h1 {
        font-size: 8px;
        right: -5px;
        top: 10px;
    }
}

.fc-time {
    display: none;
}

.fix-sidebar {
    white-space: nowrap;
    letter-spacing: -1px;
}

.highest_price_detail {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px 0 10px 0;
    text-align: center;
    /*max-width: 350px;*/
}

.highest_price_detail .highest_price_de {
    text-align: center;
    font-size: 25px;
}

.highest_price_detail .highest_price_de .text-right {
    font-size: 25px !important;
    padding-left: 15px;
}

.highest_price {
    color: red;
    text-align: center;
    font-size: 20px;
    margin-right: 25px;
    margin-bottom: -5px !important;
    margin-top: -5px;
}

.highest_price .text-left {
    padding-right: 15px;
}

.highest_price .text-right {
    padding-right: 25px;
}

.next-auction-info {
    margin-bottom: 50px;
}

.next-auction-info .big-text {
    font-size: 18px;
}

.next-auction-info .red-text {
    color: red;
}

.next-auction-info .listab ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .display_detail {
        margin-left: 107px;
    }
}

.highlight_block a {
    text-decoration: underline;
    color: #1ea7dd;
}

.homepage .mvcontent_e_c {
    height: 260px;
}

.s_icon {
    margin-right: 15px;
}

.icon-fb,
.icon-ins {
    margin-right: 10px;
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .s_icon {
        margin-right: 7px;
    }
    .s_icon img {
        height: auto !important;
        width: auto;
        max-width: 20px;
    }
    .icon-fb {
        margin-right: 5px;
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .s_icon {
        margin-right: auto;
        margin-left: 0;
    }
}

.maker {
    font-size: 20px;
    font-weight: bold;
    word-break: break-all;
}

.lot-no {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    word-break: break-all;
}

.model {
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
    word-break: break-all;
}

.serial {
    font-size: 13px;
    font-weight: 300;
    word-break: break-all;
}

.secondpage .stitle-fix .maker {
    font-size: 22px;
}

.secondpage .stitle-fix .model {
    font-size: 20px;
}

.secondpage .stitle-fix .serial {
    font-size: 16px;
}

.blackct_title {
    background: #36353b;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
}

.blackct_title img {
    margin-right: 20px;
}

.blackct_title:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blackct_title:after {
    content: "";
    height: 20px;
    width: 2px;
    background: #fff;
    display: block;
    position: absolute;
    right: 19px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blackct_title.active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blackct_ct {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blackct_ct .img {
    height: 324px;
    width: 100%;
    margin-bottom: 20px;
}

.blackct_ct .img-new-live {
    height: 390px;
}

.blackct_ct .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blackct_ct_e {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 30px;
    float: left;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.blackct_ct_e p {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}

.blackct_ct_e h2.hasbg {
    font-size: 16px;
    text-align: center;
}

.blackct_ct_e:nth-child(2n) {
    margin-right: 0px;
}

.blackct_ct .ct_e h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.blackct_ct a {
    color: #1ea7dd;
}

.blackct2 .blackct_ct {
    display: none;
}

.blackct2 .blackct_title {
    cursor: pointer;
}

.blackct3 .blackct_title:before,
.blackct3 .blackct_title::after {
    display: none !important;
}

.blackct3 .blackct_ct {
    display: block;
}

.blackct3 .blackct_ct .ct_e .ct_e_c {
    display: none;
}

.blackct3 .blackct_ct .ct_e h3 {
    position: relative;
}

.blackct3 .blackct_ct .ct_e h3 span {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px 10px 0px;
    position: relative;
    z-index: 1;
}

.blackct3 .blackct_ct .ct_e h3 span:last-child {
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.blackct3 .blackct_ct .ct_e h3 span:last-child:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #468bb7;
    display: block;
    position: absolute;
    right: 10px;
    top: 18px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blackct3 .blackct_ct .ct_e h3 span:last-child:after {
    content: "";
    height: 20px;
    width: 2px;
    background: #468bb7;
    display: block;
    position: absolute;
    right: 19px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blackct3 .blackct_ct .ct_e h3.active span:last-child:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blackct3 .blackct_ct .ct_e h3:before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #468bb7;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 40px;
}

.blackct_ct_e {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media all and (max-width: 768px) {
    .blackct_ct_e {
        opacity: 1 !important;
    }
}

.blackct4 .ct_e {
    margin-bottom: 20px;
}

.blackct4 h3 {
    margin-bottom: 5px !important;
}

.blackct4 h3 span:last-child {
    display: none !important;
}

.blackct4 h3:before {
    right: 0px !important;
}

@media all and (max-width: 960px) {
    .blackct_ct .img {
        max-height: 290px;
    }
}

@media all and (max-width: 768px) {
    .blackct_ct {
        display: block !important;
    }
    .blackct_ct .blackct_ct_e {
        width: 100%;
    }
    .blackct_ct .blackct_ct_e .img {
        height: auto !important;
    }
}

.images-sold-out {
    position: relative;
    min-height: 80px;
}

.images-sold-out img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sold-out {
    position: absolute;
    max-width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.auction-text {
    padding-right: 15px;
}

.auction-color-text {
    color: #000000 !important;
}

.auction-price-block {
    display: inline-block;
    color: #0055ff;
    font-weight: bold;
}

.auction-winner-div {
    margin-top: 10px;
}

.auction-winner-span {
    font-size: 18px;
}

@media (max-width: 520px) {
    .header_top_logo h1 {
        font-size: 8px;
        top: 10px;
        right: -25px;
        text-align: left !important;
        position: relative !important;
        margin-left: 62px !important;
    }
    .china .header_top_logo h1 {
        margin-left: 90px !important;
    }
}

.btn-document {
    background: transparent !important;
    border-color: #e94b4b;
    color: #e94b4b;
}

.btn-document span {
    color: #e94b4b;
}

.btn-document:hover {
    background: #e94b4b !important;
    color: #fff !important;
}

.btn-document:hover span {
    color: #fff !important;
}

.btn-youtube {
    background: transparent !important;
    border-color: #833dc5;
    color: #833dc5;
}

.btn-youtube span {
    color: #833dc5;
}

.btn-youtube:hover {
    background: #833dc5 !important;
    color: #fff !important;
}

.btn-youtube:hover span {
    color: #fff !important;
}

.wrap-content .box-btn .btn {
    max-width: 80px;
}

.wrap-content .box-btn span {
    text-align: center;
}

@media (max-width: 768px) {
    .wrap-content .box-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        width: 100%;
    }
    .wrap-content .box-btn .btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1200px) {
    .s_langphone-phone {
        display: none;
    }
}

@media (max-width: 960px) {
    .s_account.s_icon {
        display: none;
    }
    .s_langphone {
        display: block !important;
    }
    .s_langphone-lang .current {
        width: 60px;
    }
    .s_langphone-lang .current span {
        display: none;
    }
    .s_langphone-phone {
        display: none;
    }
}

@media (max-width: 768px) {
    .s_langphone {
        display: block !important;
    }
    .s_langphone-lang .current {
        width: 50px;
    }
    .s_langphone-lang .current span {
        display: none;
    }
    .s_langphone-phone {
        display: none;
    }
    .header_top_logo img {
        height: 46px;
    }
    .header_top_logo {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    }
    .headtitle {
        margin-top: 50px !important;
    }
    .header_top_logo h1 {
        opacity: 0;
    }
    .highest_price_sp {
        margin-bottom: 10px !important;
    }
    .highest_price_sp .auction-text {
        padding-right: 0;
    }
}

@media (min-width: 769px) {
    .highest_price_sp {
        display: none;
    }
}

.highest_price_update {
    color: red;
    text-align: center;
    font-size: 20px;
    margin-right: 25px;
    margin-bottom: -5px !important;
    margin-top: 10px;
}

.text-left {
    color: red;
    font-size: 23px;
}

@media (max-width: 768px) {
    .wrap-content .list--ins .flexbox.box-tit {
        width: 100%;
    }
    .wrap-content .list--ins .flexbox .box-tit .left.parade-left-list {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }
    .wrap-content
        .list--ins
        .flexbox
        .box-tit
        .left.parade-left-list
        span.lot-no {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0px;
    }

    .text-left {
        font-size: 18px;
    }
    .highest_price_detail .highest_price_de .text-right {
        font-size: 18px !important;
    }
}

.mypage .tenderlist .wrap-content .list--ins .boxinfobtn {
    width: 100%;
}

/*@media (min-width: 768px) {*/
/*    .mypage .tenderlist .wrap-content .list--ins.internet .box-btn {*/
/*        width: 1020px;*/
/*    }*/
/*}*/
.new-scroll {
    overflow-y: scroll;
    height: 330px;
}

.new-scroll-detail {
    overflow-y: scroll;
    height: 500px;
}

@media only screen and (max-width: 768px) {
    .wrap-content .sidebar .side-pd.flexbox-sp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .wrap-content .sidebar .side-pd.flexbox-sp .btn-search {
        margin-left: 0;
    }
}

#calendar .fc-button-primary {
    background: none;
    border: none;
    outline: none;
}

#calendar .fc-button-primary:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#calendar table tbody td {
    height: 120px !important;
}

#calendar table tbody td .fc-daygrid-day-frame {
    height: 120px !important;
}

#calendar .fc-toolbar-title {
    font-size: 100%;
}

#calendar .fc-toolbar .fc-toolbar-chunk {
    margin-left: 0;
}

#calendar .fc-toolbar .fc-toolbar-chunk:first-child {
    margin-left: 20px;
}

#calendar .fc-daygrid-day-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#calendar thead .fc-scrollgrid-sync-inner {
    padding: 10px 0;
}

#calendar .fc-event {
    font-size: 10px;
}

#calendar .fc-event,
#calendar .fc-event-dot {
    margin: 0 auto;
    background-color: #1ea7dd !important;
    border: none !important;
    max-width: calc(100% - 15px);
    text-align: center;
    padding: 6px 0;
    border-radius: 15px;
    line-height: 1.3;
}

#calendar .fc-event.event2,
#calendar .fc-event-dot.event2 {
    background-color: #ff4b55 !important;
    border: none !important;
}

#calendar .fc-daygrid-block-event .fc-event-time,
#calendar .fc-daygrid-block-event .fc-event-title {
    padding: 0;
}

#calendar .fc-event.margin1.event1 {
    margin-top: 10px;
}

#calendar .fc-day-other {
    background: #ecfaff;
}

@media (max-width: 520px) {
    #calendar thead .fc-scrollgrid-sync-inner {
        padding: 6px 0;
    }
    #calendar .fc-toolbar-title {
        font-size: 80%;
    }
    #calendar td,
    #calendar th {
        font-size: 10px;
    }
    #calendar td {
        height: 60px !important;
    }
    #calendar .fc-event {
        font-size: 9px;
    }
    #calendar .fc-event,
    #calendar .fc-event-dot {
        padding: 2px 0;
    }
    #calendar .fc-event.margin1.event1 {
        margin-top: 2px;
    }
    #calendar .fc-daygrid-day-frame {
        height: 60px !important;
    }
    #calendar .fc-daygrid-day-number {
        padding: 2px;
    }
    #calendar table tbody td {
        height: 60px !important;
    }
    #calendar table tbody td .fc-daygrid-day-frame {
        height: 60px !important;
    }

    #calendar .fc-view-harness {
        height: 399px !important;
    }
}

@media (min-width: 520px) and (max-width: 992px) {
    #calendar .fc-view-harness {
        height: 420px !important;
    }
    #calendar .fc-event.margin1.event1 {
        margin-top: 0;
    }
    #calendar table tbody td {
        height: 60px !important;
    }
    #calendar table tbody td .fc-daygrid-day-frame {
        height: 60px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #calendar .fc-view-harness {
        height: 800px !important;
    }
    #calendar .fc-event-title {
        font-size: 14px;
    }
}

.time-block {
    margin-left: 10px;
}

.para-inspection-block {
    display: flex;
}

.para-inspection-block .start-date-block-para {
    margin-left: 10px;
}

.para-inspection-block .end-date-block-para {
    margin-left: 5px;
}

.para-inspection-block .icon-block {
    margin-left: 5px;
}

.para-th-ele {
    text-align: left !important;
    vertical-align: middle !important;
}

.pdf-block {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-block a {
    text-decoration: underline;
}

.select-pagination {
    display: block;
    margin: 10px auto;
    width: 150px;
}

.new-pagination {
    display: flex;
    flex-wrap: wrap;
}

.new-pagination li {
    margin: 3px;
    border-color: #1ea7dd !important;
}

.new-pagination li.active {
    background-color: #1ea7dd !important;
}

.new-pagination li a:hover {
    background-color: #1ea7dd !important;
}

.nav-pagination {
    margin-top: -45px !important;
}

.nav-pagination ul.pagination li:last-child {
    border-right: 1px solid #1ea7dd !important;
}

#calendar .fc-event.event4 {
    background-color: #3d10e6 !important;
}

.ma-auto {
    margin: 0 auto;
    margin-bottom: 15px;
}

.history-price {
    color: #dd0a18;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
}

.history-finish-time {
    color: #ecb235;
    font-weight: 400;
    margin-left: 3rem;
}

@media (max-width: 768px) {
    .history-finish-time {
        margin-left: auto;
    }

    .history .wrap-content .list--ins .flexbox .text {
        margin-left: 0;
    }
}
.wrap-content .sort-block {
    margin-top: 0;
}

.mr50 {
    margin-right: 30px;
}

.blockFlex,
.blockSel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blockSel {
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.search-tab {
    background: #fff;
}

.blockSel select {
    height: 40px;
    width: 80px;
    margin-left: 20px;
    padding: 10px;
}

@media (max-width: 768px) {
    .blockFlex {
        flex-wrap: wrap;
    }
    .blockFlex .sort-block,
    .blockFlex .blockSel {
        flex: 0 0 100%;
    }
    .blockSel {
        margin: 0;
        margin-top: 20px;
        justify-content: flex-end;
    }
}

.no-auction-data {
    text-align: center;
    font-size: 17px;
}

.p-stocklist .no-auction-data {
    margin-top: 20px;
}

figure.hasVideo {
    position: relative;
}

figure img.layerVideo {
    display: none;
}

figure.hasVideo img.layerVideo {
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 35px;
    height: 23px;
}

.secondpage .prd_detail_l .icon-top {
    display: flex;
}

.secondpage .prd_detail_l .icon-top .ic {
    flex: 1 1 49%;
    text-align: center;
    background: #3d9edf;
    padding: 5px 0px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.secondpage .prd_detail_l .icon-top .ic.active {
    background: #007acc;
}

.secondpage .prd_detail_l .icon-top .ic img {
    height: 25px;
}

.secondpage .prd_detail_l .icon-top .ic span {
    padding-top: 3px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.hidden {
    display: none;
}

#iframeVimeoUrl {
    height: 375px;
}


.seperateLine {
    margin-top: 20px;
    border-width: 4px 0 0 0;
}