@media print {

    body,
    main {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .header,
    .parent-title,
    .menu-wrp,
    .menu-btn-wrp,
    .toggle-menu-wrp,
    .header-inner,
    .nav-languge,
    .nav-languge_list,
    input,
    .nav-search,
    .nav-search img,
    .menu-btn-wrp,
    .toggle-menu-wrp,
    .showroom-point,
    .display-wrp,
    .showroom-info,
    .showroom-recommend,
    .repair-consultation-link,
    .search-btn,
    .reserve-btn-wrp,
    .reserve-wrp,
    .reserve-wrp.on,
    #showroom-find-btn,
    .forSP,
    button,
    .showroomMap .routeSearch-wrp,
    .showroomInfo-wrp .frame-btn.frame-btn,
    .footer {
        display: none !important;
    }

    .main-title-wrp .title {
        font-size: 11pt;
        font-weight: 500;
        margin: 0 0 1em;
    }

    .showroomInfo-wrp {
        padding: 0;
    }

    .main-header .inner,
    .showroomInfo-wrp .inner {
        display: contents;
        /* padding: 0; */
    }

    .share-wrp {
        height: 50px;
        bottom: unset;
        top: -5px;
    }

    .share-wrp .line {
        font-size: 5pt;
        border: none;
    }

    .line-btn {
        width: 25px;
        height: 25px;
        position: static;
    }

    .share-wrp .line .line-btn img {
        width: 25px;
        height: 25px;
    }

    .share-wrp .qr {
        width: 40px;
        height: 40px;
    }

    .share-wrp canvas {
        width: 40px;
        height: 40px;
    }

    .showroomInfo-wrp .img-wrp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5%;
    }

    .showroomInfo-wrp .img-wrp .thumb {
        width: 32%;
        padding-bottom: 22%;
    }

    .showroomInfo-wrp .img-wrp .showroom-meta {
        width: 60%;
    }


    .showroomInfo-wrp .img-wrp p {
        font-size: 8pt;
        font-weight: 500;
    }

    .showroomInfo-wrp .img-wrp p.sml {
        font-size: 7pt !important;
    }

    .showroomInfo-wrp .img-wrp .onlineOngoing {
        font-size: 7pt !important;
    }

    .showroomInfo-wrp .img-wrp ul,
    .showroomInfo-wrp .img-wrp li {
        display: block;
        font-size: 6pt;
        width: 100%;
    }

    .showroomInfo-wrp .services-icon {
        width: 100%;
        gap: 2%;
        margin: 0 0 .5em;
    }

    .showroomInfo-wrp .services-icon .icon-wrp.on {
        display: block;
        width: 7%;
        height: auto;
        padding-bottom: 0;
        position: relative;
    }

    .services-icon .icon-wrp.on .icon {
        display: block;
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        border: 1px solid #ccc;
    }

    .services-icon .icon-wrp figcaption {
        display: 100%;
        font-size: 5pt !important;
    }

    .services-icon .icon-wrp figcaption br {
        display: none;
    }

    .showroomInfo-wrp .meta-wrp {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    #access {
        position: relative;
        width: 100%;
        margin: 0;
        height: 500px !important;
        overflow: hidden;
    }

    .gmnoprint,
    .gm-style-cc {
        display: none;
    }

    .showroomContents-wrp {
        margin-top: 1em;
    }

    .showroomInfo-wrp .meta-wrp .access-title {
        font-size: 10pt;
        margin-bottom: .5em;
        position: relative;
        padding-left: 30px;
    }

    .showroomInfo-wrp .meta-wrp .access-title .access-icon {
        display: block;
        width: 24px;
        position: absolute;
        top: -2px;
        left: 0;
    }

    .showroomInfo-wrp .meta-wrp .access-info {
        font-size: 8pt !important;
        font-weight: 500;
    }
}