
/* xr회의실 리스트 */
.sub-page.xr_city * {
    font-family: var(--font-pretendard);
}

.top_img_ver2{background-image: url("/img/xr_city/web/xr_meeting_room_top_v2.png");
    position: relative;
    width: 100%;
    height: 272px;
    background-size: cover;
    background-position: bottom right;
}

.top_img_ver2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_img_ver2 img {
    width: 100%;
}

.top_img_ver2 .top_title {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    text-align: left;
}

.title-sub {
    font-size: 32px;
    margin: 35px 15px 25px ;
}

.xrmeeting_list .title-sub {
    font-size: 32px;
    margin: 0;
}
.list-page .title_wrap {
    position: relative;
    margin: 30px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.list-page .btn_wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.list-page .how_btn {
border: 1px solid #ccc;
color: #444;
border-radius: 5px;
padding: 6px 16px;
font-size: 14px;
font-weight: 500;
transition: 0.2s;
height: 42px;
}

.list-page .more_btn_wrap {
    position: static;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.list-page .more_btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transition: background-color 0.1s ease, transform 0.2s ease;
}

.list-page .more_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    opacity: 0; /* 처음엔 투명 */
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.list-page .more_btn_wrap:active ,
.list-page .more_btn_wrap:hover {
    background-color: #f1f1f1;
    border-radius: 50px;
}

.list-page .more_btn_wrap:active  .more_btn {
    transform: scale(0.9);
}

.list-page .more_btn:active::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; /* 클릭 시 원이 확장되며 나타남 */
}

@media (hover:hover) {
    .list-page .how_btn:hover {
        background-color: #f6f6f6;
    }
    
    .list-page .more_btn:hover span {
        background-color: #666;
    }
}



.list-page  .more_btn span {
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50px;
}

.list-page .more_btn_wrap  .more_menu {
    display: none;
    position: absolute;
    width: 152px;
    right: 0;
    top: 40px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: rgb(115 108 108 / 10%) 0px 2px 5px;
}

.list-page .more_btn_wrap  .more_menu.open {
    display: block;
    z-index: 2;
}

/* .list-page .more_btn_wrap  .more_menu li:not(.last_line) {
    border-bottom: 1px solid #bbb;
} */

.list-page .more_btn_wrap  .more_menu li {
    text-align: left;
}

.list-page .more_btn_wrap  .more_menu li:hover {
    background-color: #fb7c4a0e;
}

.list-page .more_btn_wrap  .more_menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    width: 100%;
    display: block;
    padding: 6px 6px 6px 10px;
    line-height: 150%;
}

.list-page .more_btn_wrap  .more_menu li a:hover {
    color: #ed5c23;
}


/* 검색창 */
.sub-page.xr_city .search_wraper {
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

 .sub-page.xr_city .search_content {
    padding-right: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    float: none;
}

.sub-page.xr_city .search_box_in {
    padding: 0;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #fff;
    height: 42px;
}

.sub-page.xr_city .search_content .search_box.inputbox {
    border-radius: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 230px;
}

.sub-page.xr_city .search_box_in .search_field .btn_search {
    top: 7px;
    right: 20px;
    background: url(https://www.goodmoim.com/img/v2/sub/icon_search.png) center right no-repeat;
    background-size: 22px;
}

.sub-page.xr_city .search_box_in .search_field form {
    width: 100%;
    height: 100%;
}

.sub-page.xr_city .service-xr .search_box_in .search_field .btn_search {
    top: 0px;
}

.sub-page.xr_city .search_box .btn_search {
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    background: url(https://www.goodmoim.com/img/v2/sub/icon_search.png) center center no-repeat;
    position: absolute;
    top: 8px;
    right: 14px;
}

.sub-page.xr_city .search_box_in .search_field .input_search {
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
}

.sub-page.xr_city .search_box_in .search_field .input_search::placeholder {
    color: #888;
}

.main-tit-content .search_container .search_content .search_box.inputbox {
    width: 100%;
    border: 1px solid #dcdcdc !important;
    border-radius: 7px;
    float: left;
    position: relative;
    background-color: #fff;
}

.wrench_content {
    display: flex;
    gap: 15px;
}

.wrench_content button {
    color: #777;
    gap: 3px;
}

.sub-page.xr_city .room_title {
    color: #333;
    font-weight: 600;
}

.sub-page.xr_city .participant {
    color: #555;
    font-weight: 400;
}

/* 리스트로 보기 */
.list-page .area-table .title_set {
    display: flex;
    align-items: flex-start;
}

.list-page .area-table .owner_set_btn {
    color: #555;
    box-shadow: none;
}

.sub-page.xr_city .note_list .type.free span {
    background-color: #ed5c23;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.sub-page.xr_city .note_list .type.free span.meeting {
    background-color: rgb(46 59 97);
}

.sub-page.xr_city .note_list .agenda_wrap a {
    word-break: keep-all;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.sub-page.xr_city .note_list .entrance_btn_wrap a {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    color: #555;
    padding: 7px 15px;
    transition: 0.4s;
}

.sub-page.xr_city .note_list .entrance_btn_wrap a:hover {
    border: 1px solid #ed5c23;
    color: #ed5c23;
}
/* 리스트/카드 아이콘 */

.wrench_content.list_card {
    gap: 10px;
}

.wrench_content.list_card button {
    width: 47px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 7px;
    background-color: #ececec;
}

.wrench_content.list_card button img {
    width: 17px;
    filter: invert(50%) sepia(17%) saturate(0%) hue-rotate(130deg) brightness(62%) contrast(76%);
}

.wrench_content.list_card button.active {
    background-color: #777;
}

.wrench_content.list_card button.active img {
    filter: none;
}

@media all and (max-width: 1200px) {
    .top_img_ver2 .top_title {
        text-align: center;
        width: 100%;
        font-size: 18px;
        width: 100%;
    }
}

@media all and (max-width: 1030px) {
    .m_view {
        display: none !important;
    }
    
    .max-width {
        padding: 0 16px;
    }
}

@media all and (max-width: 1023px) {

    .list-page .area-table .table ul {
        display: table-row;
        padding: 14px 0;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
    }

    .list-page .area-table .table ul li {
        display: table-cell;
        text-align: center;
        height: 56px;
        white-space: normal;
        border-bottom: 1px solid #dbdbdb ;
        line-height: 1.4;
   }
}

@media all and (max-width: 768px) {
    .pc_view {
        display: none !important;
    }

    .m_view {
        display: block !important;
    }

    .xrmeeting_list .title-sub {
        font-size: 28px;
    }

    .top_img_ver2 {
        background-image: none;
        height: auto;
    }

    .wrench_content.list_card button {
        width: 47px;
        height: 30px;
    }
    .wrench_content.list_card button img {
        width: 15px;
    }

    .sub-page.xr_city .xr_list_search_wraper .search_content .search_box.inputbox {
        max-width: 100%;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list {
        position: relative;
        padding: 12px 0;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list .line_1,
    .sub-page.xr_city .list-page .area-table .table ul.note_list .line_2 {
        display: flex;
        gap: 7px;
        align-items: baseline;
        padding-right: 84px;
        padding-right: 84px;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list .line_2 {
        margin-top: 5px;
        align-items: center;
    }

    .list-page .area-table .table ul li {
        display: block;
        text-align: left;
        height: auto;
        white-space: normal;
        border: 0;
        line-height: normal;
        padding: 0;
    }
    .sub-page.xr_city .list-page .area-table .table ul.note_list {
        display: flex;
        flex-wrap: wrap;
        gap: 3px 20px;
        align-items: center;
        justify-content: center;
    }

    .sub-page.xr_city .note_list .entrance_btn_wrap {
        flex-basis: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .sub-page.xr_city .note_list .agenda_wrap {
        text-align: center;
    }

    .sub-page.xr_city .note_list .agenda_wrap a {
        font-weight: 500;
        color: #222;
        font-size: 16px;
    }    

    .sub-page.xr_city .list-page .area-table .table ul.note_list li {
        display: inline-block;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list .lock img {
        height: 16px;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list li.mini_circle {
        width: 4px;
        height: 4px;
        background-color: #bbb;
        border-radius: 10px;
    }

    .sub-page.xr_city .note_list .type.free span {
        font-size: 12px;
        padding: 3px 10px;
        width: 42px;
        display: inline-block;
        text-align: center;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list li.meeting_title a {
        font-weight: 600;
        font-size: 15px;
        text-align: left;
    }

    .sub-page.xr_city .list-page .area-table .table ul.note_list li.meeting_manager a ,
    .sub-page.xr_city .list-page .area-table .table ul.note_list li.meeting_personnel a {
        color: #777;
    }


    .sub-page.xr_city .note_list .entrance_btn_wrap {
        position: absolute;
        text-align: right;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .sub-page.xr_city .note_list .entrance_btn_wrap a {
        border: 1px solid #dcdcdc;
        border-radius: 30px;
        font-size: 12px;
        color: #555;
        padding: 7px 15px;
    }

    .list-page .btn_wrap {
        justify-content: end;
        flex: 1 0 100%;
    }

    .list-page .btn_wrap a {
        display: contents;
    }
    
}
