/*# sourceURL=/web/css/v2/xr_sub.css */
/*@ sourceURL=/web/css/v2/xr_sub.css */
@charset "utf-8";
/* postcss-ignore */
@import url('https://www.goodmoim.com/web/css/v2/material.css');
/* @import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("/web/css/v2/fonts/Poppins-Regular.woff2") format('woff2'),
         url("/web/css/v2/fonts/Poppins-Regular.woff") format('woff'),
         url("/web/css/v2/fonts/Poppins-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

  :root {
    --font-pretendard: 'SUIT-Regular';
    --font-pretendard: 'pretendard';
    --primary1000: #df5822;
    --primary900: #ED5C23;
    --light_blue:#67ACF9;
    --deep_blue:#318DF5;
    --deep_blue_hover:#2c85eb;
    --primary25: #FEF0E9;
    --grey900:#101828;
    --grey700:#344054;
    --grey300:#D0D5DD;
    --grey200:#EAECF0;
    --grey100:#F2F4F7;
    --grey50:#F9FAFB;
    --shadow--small: 4px 4px 8px 0px rgba(0, 0, 0, 0.02);
    --shadow--large: 0px 12px 16px -4px rgba(16, 24, 40, 0.04), 0px 4px 6px -2px rgba(16, 24, 40, 0.02);;
    --system-color-red:#FF4D42;
    --xr-blue:#2b7fff;
    --strong: #222;
  }
  
  .material-symbols-rounded {
    font-family: 'Material Symbols Rounded' !important;
  }

  .material-icons {
    font-family: 'Material Icons' !important;
  }
  
  .material-icons-outlined {
    font-family: 'Material Icons Outlined' !important;
  }

  .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
    font-family: 'Material Symbols Rounded' !important;
  }

  .m_view {
    display: none;
  }

  input:focus {
    outline: none;
  }

/* XR미팅 독립형 메인배너 */
   .ex-main-banner-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ex-main-banner-wrapper .ex-bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100% !important;
}
.ex-main-banner-wrapper .bx-viewport {
    padding-top: 90px;
    height: 100% !important;
}
/* 개별 슬라이드 항목 공통 레이아웃 */
.ex-slide-item {
    position: relative;
    width: 100%;
    height: 620px !important;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
    overflow:hidden;
}
.xr-banner1{
    background:url("/img/xr_city/xr_meeting_introduction/main-bg.jpg") no-repeat top left;
    background-size: cover;
}
/* 2. 콘텐츠 중앙 정렬 영역 */
.ex-main-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 3;
}
.ex-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 60px;
    height: 510px;
}

/* 좌측 텍스트 정보 및 우측 그래픽 스타일 (배너 1, 2 공통 적용) */
.ex-main-info { flex: 1; max-width: 550px; text-align: left; }
.ex-main-title { font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.4; margin-bottom: 24px; letter-spacing: -0.5px; color: #fff; }
.ex-main-badge-group { display: flex; align-items: center; gap: 8px; font-size: 18px; margin-bottom: 12px; }
.ex-badge-box { 
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 600; 
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ex-main-desc { font-size: 18px; opacity: 0.8; margin-bottom: 32px; }
.ex-main-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    background-color: #fff; 
    color: #1a73e8 !important; 
    padding: 12px 28px; 
    border-radius: 30px; 
    font-weight: 700; 
    font-size: 20px; 
    text-decoration: none; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
}

.ex-main-graphic { 
    max-width: 650px;
    background: url("/img/xr_city/xr_meeting_introduction/preview-xrm.png") no-repeat center;
    aspect-ratio: 570 / 360;
    background-size: contain;
    background-position: top center;
    /* background-size: 100%; */
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.ex-main-graphic .ex-main-graphic-iframe {
    position: absolute;
    inset: 0;
    width: 85%;
    height: 87%;
    border: 0;
    top: 10%;
    left: 7.5%;
    border-radius: 10px;
}

.ex-main-graphic .ex-main-graphic-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ex-main-mockup-img { 
    width: 100%; object-fit: contain; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.15)); 
}
.ex-main-graphic span{
    position: absolute;
    right: 10% ;
    bottom: 9%;
    width: 42px;
    height: 42px;
    background: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    transition: all .3s;
    z-index: 3;
}
  .ex-main-graphic span:hover {
    background: var(--xr-blue);
  }
  .ex-main-graphic span .size_full-ico{
    padding-top: 10px;
  }

/* 3. bxSlider 생성 화살표 스타일 바인딩 (시안 요소 매칭) */
.ex-main-banner-wrapper .ex-bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 92px;
    z-index: 10;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.ex-main-banner-wrapper .ex-bx-wrapper .bx-controls-direction a:hover { opacity: 1; }
.ex-main-banner-wrapper .ex-bx-wrapper .bx-prev { left: 40px; background: url("/img/v2/main/main_arrow_left_on.png") no-repeat 0 0; }
.ex-main-banner-wrapper .ex-bx-wrapper .bx-next { right: 40px; background: url("/img/v2/main/main_arrow_right_on.png") no-repeat 0 0; }

/* 4. 하단 고정 투명 유틸 바 */
.ex-main-bottom-bar {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5; 
}
.ex-status-list { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; margin: 0; list-style: none; }
.ex-status-list li { flex: 1; text-align: center; position: relative; }
.ex-status-list li:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 25%; width: 1px; height: 50%; background-color: rgba(255, 255, 255, 0.3); }
.ex-status-list li strong { display: block; font-size: 24px; font-weight: 700; margin-bottom: 4px; }
.ex-status-list li span { display: block; font-size: 20px; opacity: 0.8; }

   @media screen and (max-width: 1240px) {
    .ex-main-info{
        padding-left: 40px;
    }
   }

/*굿모임 xr시티 231206*/
.service-xr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-xr .sub_grey_bg {
    background: #f4f6f7;
    margin-top: -10px;
    width: 100%;
    overflow: hidden;

}

.service-xr .sub_grey_bg .xr_intro {
    background: #f4f6f7;
}

.sub-page.service-xr .main-tit-content .main_tit,
.sub-page.service-xr .main-tit-content .sub_tit {
    margin-left: 0;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
}

.sub-page.service-xr .main-tit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.sub-page.service-xr .tab-list li a img {
    width: 100%;
    height: 100%;
}

/* 검색창 */
.search_wraper {
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.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;
    float: none;
    margin-bottom: 14px;
    justify-content: end;
}

.search_box_in {
    padding: 0;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #fff;
    height: 42px;
    border: 1px solid #dbdbdb;
}

.search_content .search_box.inputbox {
    border-radius: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 260px;
}

.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;
}

.search_box_in .search_field form {
    width: 100%;
    height: 100%;
}

.service-xr .search_box_in .search_field .btn_search {
    top: 0px;
}

.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;
}

.search_box_in .search_field .input_search {
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
}

.search_box_in .search_field .input_search::placeholder {
    color: #888;
}

.search_container .search_content .search_box.inputbox {
    width: 100%;
    border: 1px solid #dcdcdc !important;
    border-radius: 7px;
    float: left;
    position: relative;
    background-color: #fff;
}

.search_container .search_content .search_box.inputbox {
    border-radius: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 590px;
}

.sub-page.service-xr .tab-list .box.fixed-menu {
    position: absolute;
    top: 0 !important;
}

.sub-page.service-xr .xr_category .swiper-button-prev,
.sub-page.service-xr .xr_category .swiper-button-next {
    height: 30px;
    width: 30px;
    background-color: #f4f6f7;
}

.sub-page.service-xr .xr_category .swiper-button-prev img,
.sub-page.service-xr .xr_category .swiper-button-next img {
    height: 30px;
    display: inline-block;
}

.sub-page.service-xr .tab-list-m .box.xr_category {
    background: none;
    border: none;
}

.sub-page.service-xr .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 30px auto;
}

.sub-page.service-xr .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 49%;
    margin: 0 2% 20px 0;
}

.sub-page.service-xr .list li:nth-child(2n) {
    margin-right: 0;
}

.sub-page.service-xr .list li .box .info .info_txt {
    padding: 30px 20px 20px 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 1)));
    background: -o-linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 100%);
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 100%);
}

.sub-page.service-xr .list li .box {
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
}

.sub-page.service-xr .list li .box .info h4 {
    height: auto;
    word-break: keep-all;
    margin: 0;
    color: #fff;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden; 
    -o-text-overflow: ellipsis; 
       text-overflow: ellipsis; 
    display: inline-block;
    width: 100%;
}

.sub-page.service-xr .list li .box .info h4:hover {
    color: #ff7c49;
}

.sub-page.service-xr .list li .box .area-btns2 {
    text-align: center;
}

.sub-page.service-xr .list li .box .area-btns2 > p {
    border-radius: 20px;
}

.sub-page.service-xr .btn.btn02 > a {
    border-radius: 20px;
    background: #fff;
}

.sub-page.service-xr .list li .box .area-btns > p {
    border-radius: 20px;
}

.sub-page.service-xr .list li .box .area-btns > p:nth-child(1) {
    margin: 0;
}

.sub-page.service-xr .thumbs-survey img {
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
}

.sub-page.service-xr .list li .box .info h3 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    word-break: break-all;
    color: #fff;
    margin: 0;
}

.sub-page.service-xr .list li .box .info h3 a {
    padding: 2px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.sub-page.service-xr .list li .box .info h3 a:hover {
    color: #ff7c49;
}

.sub-page.service-xr .list li .box .area-btns {
    margin: 10px 0 0;
    text-align: center;
}

.sub-page.service-xr .search_box_in .dropdown_search ul {
    border-radius: 20px;
    padding: 10px;
    width: 120px;
}

.sub-page.service-xr .thumbs-survey {
    width: 100%;
    padding-bottom: 65%;
    height: 0;
    margin: 0;
    position: relative;
}

.sub-page.service-xr .list li .box {
    -webkit-box-shadow: 0 0 0 0 !important;
            box-shadow: 0 0 0 0 !important;
}

.sub-page.service-xr .thumbs-survey p {
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
}

.sub-page.service-xr .thumbs-survey p a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub-page.service-xr .thumbs-survey p a img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}


.service-xr .thumbs-survey {
    line-height: 0 !important;
}

.service-xr .tab-list li.selected:after {
    border-radius: 2px;
    display: none;
}

.service-xr .search_box_in .dropdown_search .default_option:before {
    top: 12px
}

.service-xr .search_box_in .search_field .btn_search {
    top: 0px;
}

.service-xr .aiplace_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    width: 300px;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.sub-page.service-xr .inner .area-btn2 {
    margin-top: 10px;
    display: inline-block;
}

.sub-page.service-xr .inner .area-btn2 a {
    border-radius: 25px;
    background: #fff;
}

.service-xr .title_wrap {
    width: 300px;
    margin: 20px 0;
}

.sub-page.service-xr .list li .box .info {
    margin: 0;
}

.service-xr .gmi-cnt {
    margin-top: 0;
    padding: 0 20px;
}

.service-xr #gell_link {
    height: 500px;
}

.service-xr .icon_heart {
    width: 20px;
    height: 20px;
    background: url("/img/xr_city/icon_heart.svg") center no-repeat;
    display: inline-block;
}

.service-xr .wrap_xr_com > div.wrap_like {
    margin-top: 4px;
}

.service-xr .wrap_like .btn_heart {
    width: 16px;
    height: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
}

.service-xr .wrap_like input[type="checkbox"] {
    display: none;
}

.service-xr .wrap_like input[type="checkbox"] + label img {
    width: 16px;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%) grayscale(1);
            filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%) grayscale(1);
    opacity: 0.7;
}

.service-xr .wrap_xr_com {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.service-xr .wrap_xr_com > div {
    margin: 0 6px;
}

.service-xr .wrap_comment img {
    width: 16px;
    display: inline-block;
    vertical-align: top !important;
}

.service-xr .wrap_like input[type="checkbox"]:checked + label img {
    top: auto;
    bottom: 0;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}

.service-xr .wrap_like input[type="checkbox"] + label:hover img {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
}

.service-xr .wrap_num {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

.sub-page.service-xr .tab-list-m {
    height: auto;
    margin-bottom: 10px;
    z-index: 0;
}

.sub-page.service-xr .tab-list-m li.selected:after {
    display: none;
}

.xr_category.box .btn-prev,
.xr_category.box .btn-next {
    display: none;
}

.sub-page.service-xr .xr_category .swiper-button-prev,
.sub-page.service-xr .xr_category .swiper-button-next {
    top: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    padding-top: 0;
    border-radius: 15px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.3);
}

.sub-page.service-xr .xr_category .swiper-button-prev {
    position: absolute;
    left: 6px;
}

.sub-page.service-xr .xr_category .swiper-button-next {
    position: absolute;
    right: 6px;
}

.sub-page.service-xr .tab-list-m li a {
    font-size: 15.5px;
    line-height: 30px;
    display: block;
    color: #555;
    letter-spacing: -1px;
    text-align: center;
}

.sub-page.service-xr .svy_list_li .box:hover .thumbs-survey img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.wrap_category {
    display: inline-block;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.wrap_category img {
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.wrap_category img:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.wrap_category img:last-child {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
}

.sub-page.service-xr .box li a:hover .wrap_category img:first-child {
    background-color: rgba(255, 255, 255, 0.23);
    background: rgba(0, 0, 0, 0.1);
}

.wrap_xrcity .swiper-slide:hover .wrap_category img:last-child {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.service-xr .tab-list li:hover .wrap_category img:last-child {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.sub-page.service-xr .box li a:hover {
    color: #ec5520;
}

.sub-page.service-xr .xr_category .swiper-container {
    height: 120px;
}

.sub-page.service-xr .tab-list-m {
    height: 110px;
}

.sub-page.service-xr .box li.selected a {
    color: #ed5c23;
    font-weight: 700;
}

.sub-page.service-xr .box li.selected a .wrap_category img:first-child {
    background: #ed5c23;
}

.sub-page.service-xr .search_box_in .dropdown_search ul li.selected .wrap_category img:first-child {
    background: #ed5c238c;
}

.sub-page.service-xr .search_box_in .dropdown_search ul li.selected {
    color: #ed5c23;
    font-weight: 700;
}

.sub-page.service.service-xr .tab-list li {
    width: calc(14.2% - 10px);
}

.sub-page.service.service-xr .clear:after {
    display: none;
}

.sub-page.service.service-xr .tab-list li a {
    line-height: 1.5;
}

.service-xr .tab-list {
    height: 110px;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.service-xr .tab-list .box-inner {
    display: inline-block;
    width: 100%;
}

.service-xr .tab-list .box {
    background: none;
    height: auto;
    border-bottom: none;
}

.sub-page.service-xr .box > div {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
}

.xr_city_slider {
    border-radius: 15px;
    overflow: hidden;
}

.sub-page.service-xr .tab-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sub-page.service-xr .top-image {
    background: url("/img/v2/sub/top16.jpg?v=20231215") no-repeat center;
    background-size: cover;
}

/* 20260703 XR미팅 홈페이지 개선 */
.section-box .sub-title { font-size: 36px; margin-bottom: 40px; font-weight: bold; }
.xr_blue{color: #2b7fff !important;}
.xr_black{color: #222;}
.xrm-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.section-box{
    padding: 60px 60px; 
    text-align: center; 
}
.section-box.sec02 h2.sub-title{
    cursor: pointer;
}
/* sec01 */
.section-box .xrm-wrap{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:  0 30px;
}

.wrap_xrcity {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
.wrap_xrcity .box-inner {
	border-radius:15px;
	overflow:hidden;
}
.wrap_xrcity>a {
	display:inline-block;
	width:calc(50% - 15px);
	box-sizing:border-box;
	margin-bottom:30px;
}
.xr_city_box {
	position:relative;
	padding-bottom:70%;
	display:inline-block;
	width:100%;
}
.xr_city_box>.xr_city_img {
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	margin-bottom:10px;
	border-radius:15px;
	position:absolute;
	top:0;
}
.xr_city_box .xr_meeting_free.btn_view_all img{
    filter: brightness(0) saturate(100%) invert(45%) sepia(95%) saturate(2580%) hue-rotate(202deg) brightness(101%) contrast(101%);
}
.swiper-slide .xr_meeting_free {
    position: absolute;
    background-color: rgba(1, 114, 255, 0.7); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 200px;
    height: 56px;
    padding: 0 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.swiper-slide:hover .xr_meeting_free {
    opacity: 1;
    background-color: rgba(1, 114, 255, 0.8);
}

.swiper-slide .xr_meeting_free .material-icons {
    margin-right: 8px; 
}
/*버튼 추가 */
.swiper-slide .btn_view_all {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #0172ff;
    /* border: 2px solid #0172ff; */
    font-weight: 500;
    font-size: 20px;
    z-index: 2;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    min-width: 200px;
    height: 56px;
    padding: 0 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9; 
    transition: all 0.3s ease;
}

/* XR미팅룸 카드 하단 좌측 참여자 표기 */
.swiper-slide .xr_city_box > .attend_count{
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.xr_city_box:hover .btn_view_all {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.85);
}

.xr_city_box .btn_view_all .material-icons {
    margin-right: 8px; 
}
.xr_city_title .participant {
	display: flex;
	align-items: center;
	gap: 3px;
}
.xr_city_title .participant img {
	width: 30px;
}
.xr_city_title .participant span {
	position: relative;
}
.xr_city_title .participant span::before {
	position: absolute;
    content: '';
    background: url("http://local.goodmoim.com/img/main/icon_participatin_on.svg") no-repeat center center;
    background-size: 28px;
    left: -32px;
    top: -3px;
    width: 30px;
    height: 30px;
}
.xr_city_title .participant .material-symbols-rounded {
	font-size: 27px;
	font-weight: 300;
}
.xr_city_box img {
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all ease-in-out 0.2s;
}
.wrap_xrcity a:hover .xr_city_box .xr_city_img img {
	transform:scale(1.1);
}
.wrap_xrcity .swiper-button-prev,.wrap_xrcity .swiper-button-next {
	width:48px;
	height:48px;
	top:50%;
	padding-top:0;
	background-color:rgba(0,0,0,0);
	border-radius:24px;
	transition:all ease-in-out .2s;
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next {
	background-color:rgba(0,0,0,0.3);
	backdrop-filter:blur(10px);
}
.wrap_xrcity .swiper-button-next,.wrap_xrcity .swiper-container-rtl .swiper-button-prev {
	right:10px;
}
.swiper-button-next img,.swiper-button-prev img {
	object-fit:contain;
}
.wrap_xrcity .swiper-button-prev,.wrap_xrcity .swiper-container-rtl .swiper-button-next {
	left:10px;
}
@media screen and (max-width:1023px) {
	.wrap_xrcity {
		padding: 0;
	}

		/* XR미팅 */
	.xr_city_img .xr_meeting_free {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
		/* XR미팅 */
        .section-box .wrap_xrcity .swiper-wrapper {
            flex-direction: column;
        }
        .section-box .wrap_xrcity .box-inner .swiper-slide:first-child{
            margin-bottom: 20px;
        }
        .swiper-slide {
            width: 50% !important;
            margin-right: 0 !important;
            }
            .swiper-wrapper {
            display: block !important;
            }

}

.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;
}


/* sec02 */
.img-cover{
    max-height:245px;
    overflow: hidden;
}
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
section.sec02 .card-list { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin-top: 90px;}
section.sec02 .card-list .card-item { 
    flex: 1; 
    min-width: 300px; 
    max-height: 420px;
    border: 1px solid #e9ecef; 
    border-radius: 16px; 
    overflow: hidden; 
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    text-align: left;
}
section.sec02 .more-cards { 
    display: flex; 
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-height: 0; 
    overflow: hidden; 
    margin-top: 0; 
    opacity: 0; 
    transition: max-height 0.6s ease-in-out, margin-top 0.6s ease-in-out, opacity 0.6s ease-in-out; 
}
section.sec02 .more-cards.is-open { 
    max-height: 2000px; 
    margin-top: 24px; 
    opacity: 1; 
}
/* 카드 내부 콘텐츠 */
section.sec02 .card-info { padding: 24px; }
section.sec02 .card-title { font-size: 20px; font-weight: bold; color: #111; margin-bottom: 8px; }
section.sec02 .card-desc { font-size: 13px; color: #888; margin-bottom: 24px; }

/* 입장하기 버튼 */
section.sec02 .btn-enter { 
    display: block; 
    width: 130px; 
    padding: 10px 0; 
    border: 1px solid #ff5a22; 
    border-radius: 20px; 
    color: #ff5a22; 
    text-align: center; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: bold;
    transition: all 0.3s ease;
}
section.sec02 .btn-enter:hover { background-color: #ff5a22; color: #fff; }

/* 더보기/닫기 버튼 */
section.sec02 .btn-toggle { 
    display: inline-block; 
    margin-top: 40px; 
    background: none; 
    border: none; 
    color: #2b7fff; 
    font-size: 16px; 
    font-weight: bold; 
    cursor: pointer; 
}

/* sec06 */
.sec06{
    background-color: #F8FAFC;
}
.sec06 .title_lg{
    margin-bottom: 15px;
}
.title_desc{
 font-size: 16px;
 color: #888;
}
.sec06 .list_wrap{
    gap: 20px;
}
.sec06 .title_desc{
    margin-bottom: 55px;
}
.sec06 .list_wrap li{
    margin: 0;
    width: 100%;
}

/* sec07 */
.sec07{
    background-color: #F8FAFC;
}
.sec07 .variety_lang_box.txt_img_box{
    margin-bottom: 0;
}
/* sec08 */
.sec08{
    background-color: #F8FAFC;
}
.sec08 .advisor_box .advisor_group .advisor .content .icon_box{
    text-align: center;
}
/* sec09 */
.sec09 {
    background-color: #F8FAFC;
}
/* 가격 */
.pricing-section { padding-top: 30px; background-color: #fff; text-align: center; }
.wrap { max-width: 1200px; margin: 0 auto; }

/* 1. 상단 토글 스위치 영역 */
.toggle-container { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 50px; font-size: 15px; font-weight: bold; color: #111; }
.switch { position: relative; display: inline-block; width: 50px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #2b7fff; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider:before { transform: translateX(24px); }
.badge-discount { background-color: #DCFCE7; color: #16A34A !important; border: 1px solid #BBF7D0; padding: 4px 10px; border-radius: 12px; font-size: 12px; font-weight: bold; }

/* 2. 요금제 카드 리스트 레이아웃 */
.price-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: stretch; }
.price-item { 
    flex: 1; 
    flex: 0 0 calc((100% - 72px) / 4);
    /* min-width: 260px; 
    max-width: 285px;  */
    border: 1px solid #e9ecef; 
    border-radius: 10px; 
    padding: 32px 22px; 
    text-align: left; 
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* 3. 스탠더드 (강조 플랜) 개별 스타일 */
.price-item.standard { 
    background-color: #2b7fff; 
    color: #fff;
    box-shadow: 0 10px 25px rgba(43, 127, 255, 0.25);
}
.price-item.standard .plan-name{
    color: #fff;
}

/* 카드 상단 정보 */
.plan-name { font-size: 22px; font-weight: bold; margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
.badge-popular { background-color: #EB5D23; color: #fff !important; font-size: 13px; padding: 4px 10px; border-radius: 20px; font-weight: normal; }
.plan-sub { font-size: 16px; color: #64748B; margin-bottom: 24px; min-height: 36px; text-align: left !important; }
.standard .plan-sub { color: #e1edff; }

/* 가격 표시 */
.plan-price { font-size: 32px; font-weight: bold; margin-bottom: 24px; color: #222;  text-align:  left !important;}
.plan-price span { font-size: 13px; font-weight: normal; color: #666; }
.standard .plan-price { color: #fff; }
.standard .plan-price span { color: #e1edff; }
.plan-price span.amount{
    font-size: 42px;
    font-weight: 800;
    color: var(--xr-strong);
}
ul.price-list li.price-item:last-child .plan-price{
    font-size: 42px;
}

/* 버튼 스타일 */
.btn-action { 
    display: block; width: 100%; padding: 12px 0; text-align: center; 
    border: 1px solid #2b7fff; color: #2b7fff; border-radius: 24px; 
    font-size: 16px; font-weight: bold; margin-bottom: 24px; transition: all 0.3s;
}
.btn-action:hover { background-color: #2b7fff; color: #fff !important; }
.standard .btn-action { background-color: #fff; color: #2b7fff;}
.standard .btn-action:hover { background-color: #e1edff; color: var(--xr-blue) !important;}

.standard-area1{
    padding: 32px 24px 0 24px;
}
.price-item.standard{
    padding: 0;
    /* position: relative; */
}
.price-desc{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px; 
    padding: 28px 0;
}
.standard .price-desc{
    background: #BFDBFE;
    padding: 28px 24px;
}
.sec11 .title_lg{
    margin-bottom: 15px;
}
/* 4. 기능 특징 가이드 (체크리스트) */
.feature-title { font-size: 18px; font-weight: bold; color: var(--xr-blue) !important; margin: 16px 0 12px 0; padding-top: 16px; text-align: left !important;}
.feature-title.first { border-top: none; padding-top: 0; margin-top: 0;  text-align: left;}
.standard .feature-title { border-top-color: rgba(255,255,255,0.2); }

.feature-list li { font-size: 14px; color: #444; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.feature-list li::before { content: "✓"; color: #2b7fff; font-weight: bold;  background: #F3F4F6; width: 20px; height: 20px; border-radius: 50%; text-align: center;}

.standard .feature-list li::before { color: #2b7fff; background: #fff;}

/* 5. 하단 푸터 가이드 */
.pricing-footer { margin-top: 50px; font-size: 14px; color: #666; }
.pricing-footer span { color: #ff5a22; font-weight: bold; }

/* 반응형 미디어쿼리 (태블릿 / 모바일 대응) */
@media (max-width: 1140px) {
    .price-list { max-width: 600px; margin: 0 auto; }
    .price-item { flex: calc(50% - 10px); max-width: 100%; }
}
@media (max-width: 640px) {
    .price-item { flex: 100%; }
}

/* sec12 */
.sec12{
    background:#eaf3ff;
}
.xrmc-section{
    padding-top:40px;
}
.sec12 .title_lg{
    margin-bottom: 15px;
}
.sec12 .xrmc-badge {
    color: #fff !important;
}

.xrmc-list{
    max-width:1200px;
    margin:0 auto;
    padding:0;
    list-style:none;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.xrmc-item{
    list-style:none;
}

.xrmc-item>a{
    display:block;
    overflow:hidden;
    border-radius:10px;
    background:#fff;
    text-decoration:none;
    transition:.25s;
}

.xrmc-item>a:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.xrmc-thumb img{
    display:block;
    width:100%;
    height:155px;
    object-fit:cover;
}

.xrmc-content{
    padding:22px 12px;
    text-align:center;
}

.xrmc-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:92px;
    height:32px;
    padding:0 16px;

    border-radius:6px;
    color:#fff;
    font-size:14px;
    font-weight:700;

    margin-bottom:18px;
}

.xrmc-orange{
    background:#ff6d2e;
}

.xrmc-brown{
    background:#8f6471;
}

.xrmc-purple{
    background:#5e5b95;
}

.xrmc-blue{
    background:#0b6cf8;
}

.xrmc-content p{
    margin:0;
    color:#444;
    font-size:14px;
    line-height:1.7;
    word-break:keep-all;
}

/* XR미팅 룸 테마 */
.xrmTheme__wrap {
    overflow: hidden;
    padding: 60px 0;
    background: #f4f5f7;
  }
  .xrmTheme__head h1{
    text-align: center;
  }
  .xrmTheme__track {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .xrmTheme__list {
    display: flex;
    gap: 40px;
    padding: 0; /* JS로 복제되므로 내부 패딩은 0으로 설정하고 gap으로 조절합니다 */
    margin: 0;
    list-style: none;
    will-change: transform;
    /* 애니메이션 적용: 20초 동안 무한 반복 (원하는 속도로 초(s) 조절 가능) */
    animation: rolling-list 20s linear infinite;
  }

  .xrmTheme__list li {
    flex: 0 0 calc((100vw - 160px) / 3.5);
    aspect-ratio: 306 / 188;
    border-radius: 18px;
    overflow: hidden;
}
  
  .xrmTheme__list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
  }
  /* 무한 롤링 Keyframes: 딱 원본 리스트의 너비(100%)와 gap만큼 왼쪽으로 이동 */
@keyframes rolling-list {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% - 40px));
    }
  }

  /* 태블릿: 2.5개 노출 */
@media (max-width: 1024px) {
    .xrmTheme__list {
      gap: 24px;
      /* padding: 0 24px; */
      animation-duration: 15s; /* 화면이 작아지므로 속도 최적화 */
    }
  
    .xrmTheme__list li {
        flex-basis: calc((100vw - 72px) / 2.5);
        border-radius: 16px;
    }

    @keyframes rolling-list {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100% - 24px)); }
      }
  }
  
  /* 모바일: 1.35개 노출 */
  @media (max-width: 640px) {
    .xrmTheme__wrap {
      padding: 36px 0 40px;
    }
  
    .xrmTheme__list {
      gap: 16px;
      /* padding: 0 18px; */
      animation-duration: 12s;
    }
  
    .xrmTheme__list li {
        flex-basis: calc((100vw - 48px) / 1.35);
        border-radius: 14px;
    }

    @keyframes rolling-list {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100% - 16px)); }
    }
  }

/* XR미팅 이벤트 */
.event_wrap {
	position: relative;
}

.event_header {
    position: relative;
    text-align: center;
    padding: 60px 20px;
    background: url("http://local.goodmoim.com/img/xr_city/xr_meeting_introduction/event_header_bg.png") no-repeat center top;
    background-size: cover; 
    background-color: #cceaff; 
    width: 100%;
    height: auto;
    min-height: 100%; /* 혹은 이미지 비율에 따른 최소 높이 */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* XR미팅 이벤트-반응형추가-20260211 */
@media screen and (max-width: 768px) {
	.event_header{
		padding: 30px 20px ;
	}
    .e_target strong, .e_howto strong{
        font-size: 18px;
    }
}
.event_wrap .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.event_header .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.event_circle {
    background-color: #0F62FF;
    color: #fff;
    border-radius: 50px;
    width: 323px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    font-size: 24px;
}

.event_title_box {
	position: relative;
}
.eventDate p{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color:var(--xr-blue);
    display: inline-block;
    margin-bottom: 5px;
}
.eventDate h3{
    font-size: 18px;
    font-weight: 600;
    color:var(--strong);
}
.event_title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.02em;
	color: #222;
    display: inline-block;
	font-family: 'Gmarket Sans', 'Pretendard', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.event_title strong {
	background: var(--xr-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	    font-family: 'Gmarket Sans', 'Pretendard', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.event_title b {
    font-family: "Poppins", sans-serif;
}

/* event 01 */
.event_circle_sm {
    color: #0F62FF;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0.2rem 1.2rem;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 2px solid #d8ebff;
}

.event_circle_sm b {
    color: #0F62FF;
}

.event_main_title {
    font-size: 48px;
    margin-bottom: 15px;
}

.event_main_title b {
    color: #0F62FF;
}

.event_description {
    margin-bottom: 62px;
    font-size: 24px;
    line-height: 1;
}

.starbucks_event .event_description {
    margin-bottom: 10px;
}

.starbucks_event .event_description p {
    text-align:left;
    font-weight: 500;
    color: #333;
    line-height: 170%;
    font-size: 18px;
}

.starbucks_event .event_description p b {
    font-weight: 500;
    color: #333;
}

.event_description p  {
    color: #333;
    font-weight: 500;
	line-height: 1.5;
}

.event_description span  {
    font-size: 16px;
    color: #555;
    display: block;
}

.event_01 img {
    width: 100%;
    border-radius: 10px;
}

/* evnet 02 */

.starbucks_event_wrap {
	display: none;
	position: relative;
	background: #fff;
}

.event_02_process_box {
    background-color: #fff;
    width: 100%;
    height: 150px;
}

.event_02_process_box ul {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f2fbfa;
}

.event_02_process_box ul li {
    position: relative;
    width: calc(100% / 4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event_02_process_box ul li {
    border-right: 1px solid #DDEBF9;
}

.event_02_process_box ul li:last-child {
    border-right: 0;
}

.event_02_process_box ul li:last-child p {
    font-size: 20
    px;
    font-weight: 700;
}

.event_02_process_box ul li .num {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 600;
    color: #4B9EF0;
    font-size: 36px;
}

.event_02_process_box ul li p {
    font-size: 18px;
    font-weight: 500;
}

.event_02_process_box ul li span {
    font-size: 14px;
    color: #777;
}

.event_02_process_box ul li button {
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #ffe3d8;
    transition: 0.3s;
}

.event_02_process_box ul li button a {
    color: #fa5500;
    font-weight: 500;
    font-size: 15px;
}

.event_02_process_box ul li button  .icon_arrow {
    color: var(--primary900);
    font-size: 16px;
}

.event_02_process_box ul li button:hover {
    background-color: #fff2ed;
}

.event_02_process_box ul li  .icon_coupon {
    margin-top: 10px;
    width: 70px;
}

.starbucks_event {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 88px;
    margin-bottom: 30px;
}

.starbucks_event .right .evnet_title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.starbucks_event .right h3 {
    font-size: 36px;
}

.starbucks_event .right .evnet_title img {
    width: 52px;
}

.starbucks_event .right .event_txt p {
    text-align: left;
}

.starbucks_event .right .event_txt {
    text-align: left;
    margin-bottom: 10px;
}

.starbucks_event .right .event_txt p {
    color: var(--grey900);
    font-weight: 500;
    font-size: 24px;
}

.starbucks_event .right .event_txt b {
    color: #0F62FF;
    font-weight: 500;
}

.starbucks_event .right  small {
    font-size: 16px;
    color: #777;
    text-align: left;
    display: block;
    width: 100%;
}

.event_subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #0172FF;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 50px;
}

.event_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.e_target, .e_howto {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	color: #222;
}

.e_target strong, .e_howto strong {
	width: fit-content;
	background: #fff;
	color: #0172FF;
	padding: 6px 12px;
	border-radius: 7px;
	margin-bottom: 8px;
	font-size: 22px;
}

.e_target p, .e_howto p {
	font-weight: 700;
}

.event_header .detail-btn ,
.event-fold-btn,
.event-fold-bottom-btn	{
	position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
    height: 36px;
    background: #212121;
    color: #fff !important;
    padding: 0 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.event-fold-bottom-btn {
    bottom: -16px;
}

.event_header .detail-btn img {
	filter: invert(1);
    transform: rotate(90deg);
    width: 16px;
}

.event-fold-btn img,
.event-fold-bottom-btn img {
	filter: invert(1);
    transform: rotate(-90deg);
    width: 16px;
}

.event-fold-btn, .event-fold-bottom-btn {
  display: none;
}

.event_header.active .detail-btn {
  display: none;
}
button.free-eventBtn{
    background: var(--xr-blue);
    padding: 10px 24px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 250px;
    margin: 0 auto;
}
button.free-eventBtn span{
    color: #fff;
}

.guide-menualBtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* Tablet */
@media (max-width:1024px){

    .xrmc-list{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */
@media (max-width:640px){

    .e_target strong, .e_howto strong{
        font-size: 16px;
    }

    .xrmc-section{
        padding-top:30px;
    }

    .xrmc-list{
        grid-template-columns:1fr;
        gap:18px;
    }

    .xrmc-thumb img{
        height:190px;
    }

    .xrmc-content p br{
        display:none;
    }

}


/*xrcity 서비스 소개 240110*/
.footer_make .section2 {
    background: #fff;
}
.xr_banner {
    position: relative;
    width: 100%;
    height: 600px;
    left: 0;
    z-index: -1;
    display: inline-block;
    overflow: hidden;
}

.xr_banner .video-bg-media {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.xr_banner video {
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.7;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.xr_banner.scroll video {
    opacity: 0.7;
}

.xr_banner .txt-box {
    text-align: center;
    word-break: keep-all;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
}

.xr_banner .txt-box h3 {
    line-height: 1.3;
    font-size: 40px;
    font-family: 'SUIT', 'SUIT Variable', sans-serif;
}

.xr_banner .txt-box p {
    margin: 30px 0;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 200;
    font-family: 'SUIT', 'SUIT Variable', sans-serif;
}

.service-xr .xr_intro .title_wrap {
    width: 100%;
    text-align: center;
}

.sub-page.service-xr .xr_intro .pannel-title span {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.xr_intro {
    text-align: center;
    background: #fff;
}
.xr_tour {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}


.xr_tour_view {
    width: 100%;
    height: 700px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.xr_tour_view iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;

}

.xr_tour_btn {
    overflow: hidden;
    cursor: pointer;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: absolute;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.5)));
    background: -o-linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 100%);
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 100%);
}
.xr_tour_slide{
    margin-bottom: 40px;
}

.xr_tour_img {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}

.xr_tour_btn img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    object-fit: cover;

}

.xr_tour_title {
    font-size: 30px;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    word-break: keep-all;
}

.xr_service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.xr_service .title-sub img{
    display: inline-block;
    height: 80px;
    max-width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
}


.xr_intro_img,
.xr_intro_img_m {
    width: 90%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
    margin-bottom: 40px;
}
xr_intro_img_m{
    display: none;
}

.xr_item {
    width: 100%;
}

.xr_mo .xr_item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.xr_item_slide {
    margin-bottom: 20px;
}

.xr_item_slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.xr_item_img {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    border-radius: 15px;
    overflow: hidden;
}

.wrap_list_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4px;
}

.wrap_list_bottom h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.xr_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    display: block;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.xr_item_title {
    font-size: 18px;
    width: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(52.08%, rgba(17, 17, 17, 0.5)));
    background: -o-linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 52.08%);
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 52.08%);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20% 20px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

.btn_xr_list {
    display: inline-block;
    padding: 0 50px;
    background: #ed5c23;
    border: solid 1px #ed5c23;
    border-radius: 26px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin-top: 30px;
    margin-bottom: 50px;
}

.btn_xr_list span {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
}

.btn_xr_list img {
    height: 26px;
    display: inline-block;
    margin-top: -4px;
    right: 0;
    width: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 6px;
}

.btn_xr_list:hover {
    background: #fff;
}

.btn_xr_list:hover span {
    color: #ed5c23;
}

.btn_xr_list:hover img {
    -webkit-filter: invert(53%) sepia(81%) saturate(4010%) hue-rotate(348deg) brightness(96%) contrast(93%);
            filter: invert(53%) sepia(81%) saturate(4010%) hue-rotate(348deg) brightness(96%) contrast(93%);
}

.xr_in_bg {
    padding: 100px 20px 50px 20px;
    position: relative;
    text-align: center;
    background: url("/img/xr_city/xr_in.png")#000 center no-repeat;
    background-size: cover;
}

.xr_in_bg .btn_xr_list {
    margin-top: 20px;
}

.xr_in_bg .btn_xr_list:hover {
    background: none;
    border-color: #fff;
}

.xr_in_bg .title-sub {
    color: #fff;
    margin: 0;
}

.xr_in_bg .btn_xr_list:hover img {
    -webkit-filter: none;
            filter: none;
}

.xr_in_bg .btn_xr_list:hover span {
    color: #fff;
}

.xr_intro_img_m {
    display: none;
}

.xr_intro_img {
    display: block;
}
.guide-menualBtn{
    margin-bottom: 20px;
}
.guide-menualBtn button{
    background: transparent;
    border: 1px solid #EB5D23;
    color: #EB5D23;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
}
.guide-menualBtn button:hover{
    background: #EB5D23;
    color: #fff;
    transition: all 0.3s ease;
}

.xr_tour .swiper-container {
    max-width: 80%;
    width: 1200px;
    overflow: inherit;
}

.xr_tour .swiper-slide iframe {
    background: #fff;
}

.xr_tour_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.2;
}

.xr_tour .swiper-slide-active .xr_tour_bg {
    display: none;
}

.xr_item_wrap {
    width: 100%;
    position: relative;
}
.sec13 .main_point_title.title_lg{
    margin-bottom: 48px;
}


/*최근 오픈한 xr시티 240104*/
.wrap_xrcity {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.wrap_xrcity > a {
    display: inline-block;
    width: calc(50% - 15px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
}

.xr_city_box {
    position: relative;
    padding-bottom: 40%;
    display: inline-block;
    width: 100%;
}

.xr_city_box > .xr_city_img {
    width: 100%;
    height: 102%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    
}

.xr_city_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    padding: 20% 20px 20px 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(52.08%, rgba(17, 17, 17, 0.5)));
    background: -o-linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 52.08%);
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 52.08%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: inline-block;

}

.xr_city_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.wrap_xrcity a:hover .xr_city_box .xr_city_img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.wrap_xrcity .swiper-button-prev,
.wrap_xrcity .swiper-button-next {
    width: 48px;
    height: 48px;
    top: 50%;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 24px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.wrap_xrcity .swiper-container:hover .swiper-button-prev,
.wrap_xrcity .swiper-container:hover .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);

}

.wrap_xrcity .swiper-button-next,
.wrap_xrcity .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}

.wrap_xrcity .swiper-button-next img,
.wrap_xrcity .swiper-button-prev img {
    -o-object-fit: contain;
       object-fit: contain;
}

.wrap_xrcity .swiper-button-prev,
.wrap_xrcity .swiper-container-rtl .swiper-button-next {
    left: 10px;
}

/*카테고리*/
.xr_intro.xr_category .box-inner {
    border-radius: 5px;
    overflow: hidden;
}

.xr_intro.xr_category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.xr_intro.xr_category ul li {
    width: calc(50% - 10px);
}

.xr_intro.xr_category .wrap_category {
    height: 0;
    padding-bottom: 50%;
    border-radius: 5px;
}

.service-xr .xr_intro.xr_category li:hover .wrap_category img:last-child {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.service-xr .xr_intro.xr_category li:hover .wrap_category img:first-child {
    background: rgba(0, 0, 0, 0.1);
}

.xr_intro.xr_category .category_title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.xr_intro.xr_category .category_text {
    font-size: 14px;
    margin-top: 6px;
    text-align: left;
    width: 100%;
}

.xr_pc {
    display: block;
}

.xr_mo {
    display: none;
}

/*xr 이벤트 페이지*/
@media screen and (max-width: 1023px) {
    .xr_banner {
        height: 400px;
    }

    .wrap_xrcity {
        padding: 0;
    }

    .sub-page.service-xr .main-tit-content .search_container .search_content {
        max-width: 100%;
    }

    .sub-page.service-xr .main-tit-content .search_container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .sub-page.service-xr .tab-list-m ul {
        left: 0px;
        right: 0px;
    }

    .sub-page.service-xr .top-image {
        background: url("/img/v2/sub/top16-m.jpg") no-repeat center;
        background-size: cover;
    }

    .sub-page.service-xr .main-tit-content .search_container {
        margin: 0;
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .sub-page.service-xr .main-tit-content .search_container .search_content .search_box.inputbox {
        width: 100%;
        max-width: 100%;
    }

    .sub-page.service-xr .main-tit-content .search_container .search_content {
        padding: 0;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 10px 0 0 0;
    }

    .sub-page.service-xr .main-tit-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .sub-page.service-xr .list li .box .area-btns2 {
        text-align: center
    }

    .service-xr .aiplace_title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .sub-page.service-xr .main-tit-content .sub_tit {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .service-xr .title_wrap {
        width: auto;
    }

    .sub-page.service-xr .list li .box .area-btns2 {
        margin: 16px 10px 0 10px;
    }

    .service-xr .xr_title {
        padding-right: 0;
    }

    .xr_tour_wrap {
        width: 90%;
    }

    .xr_intro {
        padding: 0;
    }

    .btn_xr_list {
        margin-top: 10px;
    }

    .btn_xr_list span {
        line-height: 43px;
    }

    .sub-page.service-xr .xr_intro .pannel-title span {
        margin-bottom: 20px;
    }

    .xr_intro.xr_category ul li {
        width: calc(50% - 10px);
    }

    .btn_xr_list {
        margin-bottom: 40px;
    }

    .xr_in_bg {
        padding: 50px 20px 10px 20px;
    }

    .xr_tour .swiper-container {
        width: 80%;
    }

    .xr_tour_view {
        height: 600px;
    }

    .xr_pc {
        display: none;
    }

    .xr_mo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .xr_service{
        padding-top: 10px;
    }



}

@media screen and (max-width:767px) {
    .service-xr .aiplace_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .sub-page.service-xr .inner .area-btn2 {
        margin-top: 10px;
    }

    .service-xr #gell_link {
        height: 300px;
    }

    .sub-page.service-xr .list li,
    .sub-page.service-xr .list li:nth-child(3n) {
        width: 100%;
        margin-right: 0;
    }

    .xr_banner .txt-box h3 {
        font-size: 28px;
    }

    .xr_banner .txt-box p {
        margin: 20px 0;
        font-size: 16px;
    }

    .xr_tour_wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-radius: 20px;
    }

    .xr_tour_view {
        height: 450px;
    }

    .xr_tour_title {
        font-size: 20px;
    }

    .xr_intro_img_m {
        display: block;
    }

    .xr_intro_img {
        display: none;
    }

    .xr_tour_wrap {
        width: 85%;
    }

    .xr_intro.xr_category ul li {
        width: 100%;
    }
    .xr_mo .xr_item{
        width: 100%;
    }

}


/* xr회의실 회의록 */

/* 
.note_list:hover{ background-color: #fff!important;} */
.icon_btn_s{
    text-align: center;
    display: inline-block;
    width: 32PX; height: 32px;
}
.icon_btn_s:hover{
    background-color: #f5f5f5 !important;
}
.agenda_wrap{
    position: relative;
    text-align: left;
}

.agenda{
  display: inline-block;
  margin:4px;
  width: 100%;
    position: relative;
}

#table_minutes .agenda{
    width: auto;
  }

.icon_btn_s_float{
    text-align: center;
    background-color: #FFF!important;
    border-radius: 4px;
    border: 1px solid var(--grey100);
    width: 32PX; height: 32px;
    position: absolute;
    right: 4px;
    bottom: 10px;
    box-shadow: var(--shadow--large);
    display: none;
}
.agenda_wrap:hover .icon_btn_s_float{display: block; transition: ease-in;}
.ico{
    font-size: 24px;
    color:#707880;
    line-height: 32px!important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    
}
.suit{font-family: var(--font-pretendard);}


.agenda:hover .icon_btn_s_float{display: block;
  position: absolute;
  right: 0;
  z-index: 2;
  display: none;}

/* .agenda_wrap:hover{
  border-radius: 4px;
  background-color: var(--grey100);


} */
  
  /* 메뉴보정 20240508 김소현 */
  .sub-page.mypage .tab-list li {
    width: 16.3%;
}


/* 툴팁추가 */
.file_open,.download,.delete{position: relative;}
.file_open:hover::after{position: absolute; 
 content: '보기';
  background-color: #0000009f; 
 z-index: 2; font-size: 14px; padding: 0px 5px;
  color: #fff; line-height: 26px;
  height: 28px; 
  width: 30px;
  border-radius: 4px;
   top: 30px;
left: -3px;}
.delete:hover::after{position: absolute; 
 content: '삭제';
  background-color: #0000009f; 
 z-index: 2; font-size: 14px; padding: 0px 5px;
  color: #fff; line-height: 26px;
  height: 28px; 
  width: 30px;
  border-radius: 4px;
   top: 30px;
left: -3px;}

.download:hover::after{position: absolute; 
 content: '다운로드';
  background-color: #0000009f; 
 z-index: 2; font-size: 14px; padding: 0px 5px;
  color: #fff; line-height: 26px;
  height: 28px; 
  width: 52px;
  border-radius: 4px;
   top: 30px;
left: -14px;}

.suit30{
    color: var(--grey900);
    font-weight: 500;
    font-size: 30px;
    font-family: var(--font-pretendard);
    line-height: 38px; /* 126.667% */
}
.suit24{
    color: var(--grey900);
    font-weight: 700;
    font-size: 24px;
    font-family: var(--font-pretendard);
    line-height: 120%;
}

.suit20{
    color: var(--grey900);
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-pretendard);
}
.suit18{
    color: var(--grey600);
    font-size: 18px;
    font-family: var(--font-pretendard);

}

.suit16{
    color: var(--grey700);
    font-size: 16px;
    font-family: var(--font-pretendard);
}
.suit14{
    color: var(--grey700);
    font-size: 14px;
    font-family: var(--font-pretendard);
}
.light{font-weight: 500;}
.mb_80{margin-bottom: 80px;}
.mb_40{margin-bottom: 40px;}
.mb_30{margin-bottom: 30px;}
.mb_20{margin-bottom: 20px;}
.mb_14{margin-bottom: 14px;}
.mb_10{margin-bottom: 10px;}
.mr_5{margin-right: 5px;}
.mr_20{margin-right: 20px;}
.bold{font-weight: 700;}
.btn_group_top .search_wrap{position: relative; width: 260px;    height: 38px;}
.search_wrap input{
    height: 100%;
   width: 100%;
    border-radius: 4px;
    background-color: var(--grey50);
    border: 1px solid var(--grey100);
    padding: 0 12px;
    box-sizing: border-box;
    padding: 0 12px;


}
.search_wrap .icon_btn_s {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;    
}
.search_wrap .icon_btn_s:hover{
    background-color: rgba(0, 0, 0, 0) !important;
}
.search_wrap .icon_btn_s span{
    color: var(--grey900);
}
.search_wrap .icon_btn_s :after {
position: absolute;
border-left: 2px solid var(--grey300);
content: '';
height: 20px;
width: 1px;
left: -3px;
top: 4px;
}


.minutes {
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 310px;
    padding: 20px;
    border-radius: 4px;
    color: #222;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    word-break: keep-all;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 14px;
  }

  .btn_group_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .primary_btn{ background: var(--primary900);
    color: #fff!important;;
    display: inline-block; border-radius: 4px;
     font-size: 14px; padding: 10px 16px;
   text-align: center; font-family: var(--font-pretendard);
   cursor: pointer; font-weight: 700;
 vertical-align: middle;}
  
  .primary_gradation_btn_icon{ background: linear-gradient(98deg, #F67F44 2.12%, #ED5D24 95.88%);
    color: #fff!important;;
    display: inline-block; border-radius: 4px;
    font-size: 14px; padding: 10px 16px;
    text-align: center; font-family: var(--font-pretendard);
    cursor: pointer; font-weight: 700;
    vertical-align: middle;}
  
.line_btn_icon {
    background-color: var(--grey50);
    color: var(--grey900)!important;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 7px;
    text-align: center; font-family: var(--font-pretendard);
    cursor: pointer; font-weight: 700;
    border: 1px solid var(--grey100); vertical-align: middle;
}
.primary25_btn_icon {
    background-color: var(--primary25);
    color: var(--primary900)!important;;
    display: inline-block; border-radius: 4px;
    font-size: 14px; padding: 10px 16px;
    text-align: center; font-family: var(--font-pretendard);
   cursor: pointer; font-weight: 700;
    border: 1px solid #FFEAE1; vertical-align: middle;
}
 .primary25_btn_icon span, .line_btn_icon span
 ,  .primary_gradation_btn_icon span{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
 }

 .line_btn_icon:hover{
    background-color: var(--grey100);
 }

 .primary25_btn_icon:hover{
    background-color: #FFEAE1;
 }

.right_group {
    position: relative;
    text-align: right;
}

.mypage.xr_city .right_group {
    display: flex;
    align-items: center;
    justify-content: end;
} 

.right_group .notranslate.primary_gradation_btn_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    font-size: 16px;
    border: 1.8px solid var(--primary900);
    background: #fff;
    color: var(--primary900) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(255 161 104 / 29%) 0 0 14px 0px;
}

.right_group.notranslate #saveButton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    font-size: 16px;
}

.search_wrap input:focus, .minutes:focus{
    border: 1px solid var(--grey300);
    outline: 3px solid var(--grey100);
}

.inline{display: flex;}
.hr{ border-bottom: 2px solid var(--grey200);}

.language_list ul.list button {
	font-size:15px;
	color:#333;
	display:inline-block;
	height:100%;
	text-align: left;
	/* font-family: serif; */
	background-color: transparent; border:0;
	cursor:pointer; 
	border-radius: 3px;
	font-family: revert;
	padding: 3px 5px;
}


.page-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.page-num .selected {
    background-color: #ed5c23;
    border-radius: 3px;
    padding: 3px 7px;
}

.page-num .selected a {
    color: #fff;
}

.primary {color: #ED5C23;}
.suit24 { font-size: 24px;}
.mt100 {
    margin-top: 100px;
}
.space_title {font-size: 20px; font-weight: 600;}
.mb70{margin-bottom: 70px;}
.tit_b{font-size: 32px;  ;line-height: 150%;}
.display_flex{display: flex; justify-content: space-between; align-items: center;}
.list-page .row {justify-content: flex-start; gap: 30px; margin-bottom: 30px !important;}
.col-md-4_con{width: 32%;}
.thumb{ aspect-ratio: 16/9; width: 100%; background-color: #ebebeb;position: relative;  border-radius: 4px;}
.row{display: flex; justify-content: space-between;}
.xr_list {display: flex; justify-content: start; gap: 25px;}
.red_badge{background-color: #FFECEC; padding: 4px;font-size: 13px; letter-spacing: 0.2px;
        margin-left: 4px;border-radius: 2px; color: #FF0000; font-weight: 600; font-family: var(--font-pretendard);}
.badge{background-color:  #FFECEC; padding: 4px;font-size: 13px; letter-spacing: 0.2px; right: 10px; top: 10px;position: absolute;
            border-radius: 2px; color:  #FF0000; font-weight:600; font-family: var(--font-pretendard); box-shadow: var(--shadow--large);}
    
.orange_badge{background-color: var(--primary25); padding: 4px; position: absolute; font-size: 12px; letter-spacing: 0.2px;
        border-radius: 2px; color: #ff4800; right: 10px; top: 10px; font-weight: 600; font-family: var(--font-pretendard); box-shadow: var(--shadow--large);}
.hover_bg{background-color: #00000050; position: absolute; right: 0; top: 0; bottom: 0; left: 0; display: none;}
.hover_bg .primary_gradation_btn_icon{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: var(--shadow--large);}
.col-md-4_con:hover .hover_bg{display: block;}
.grey_300{color: var(--grey300);}
.private_bg{background-color: #00000050; position: absolute; right: 0; top: 0; bottom: 0; left: 0;}
.private_bg a img {
    background-color: #00000050;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.toggle-container .hover_right_icon {
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    flex-direction: row-reverse;
    padding: 10px 10px 0;
}

.owner_set_btn{color: #fff; cursor: pointer;  font-size: 24px; box-shadow: var(--shadow--large); padding-left: 10px ;}
.owner_set_btn:hover{color: var(--grey300)!important;; }
.owner_lock_btn{color: #fff; cursor: pointer;  font-size: 24px; box-shadow: var(--shadow--large); }
.private_bg .lock{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); display: block; color: #fff; font-size: 60px;}
.add_meeting_room{border:1px solid var(--grey200);
    background-color: #fff; padding: 8px 8px 0px 8px; 
    position: relative;
     background: url("/img/xr_city/xr_thumb/multi_thumb.png")center center /cover}
.plus_btn{ background-color: #a7a7a771; border: 1px solid #ffffff34; width: 60px; height: 60px;  
     border-radius: 50%; text-align: center;  
    line-height: 60px; color: var(--primary900);box-shadow: 2px 7px 15px 8px rgba(153, 153, 153, 0.144); left: 50%; top: 50%; transform: translate(-50%,-50%);  position: absolute;}
    .plus_btn:hover{background-color:  #ffffff67;}
    .plus_btn span{font-size: 30px; color: #fff;}
    .plus_btn span:hover{font-size: 30px; color: var(--primary900);}
    .modal_bg {
		
    display: block;
    width: 100%;
    height: 100%;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999; 

}

.modal_wrap {
    border-radius: 12px;
    display: block;
    position: fixed; 
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: auto;
    background: #fff;
    z-index: 999999;
    box-shadow: var(--shadow--large);  
    overflow: hidden;
    max-width: 90%;
}

.modal_wrap .popup_top_con {
    padding: 20px;
}
.modal_wrap .modal_header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 0px 16px;
    height: 52px;
    border-bottom: 1px solid var(--grey300);
}

.modal_wrap .modal_header .title_b {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.popup_wrap .modal_header .material-icons  img{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.modal_wrap .modal_scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal_wrap .modal_con {
    padding: 16px;
}

.modal_wrap .modal_bottom {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 파일 업로드  */
.modal_wrap .upload_file_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background: #FFEEE6;
    border: 1px solid #F8BCA4;
    border-radius: 5px;
    margin-top: 12px;
}

.modal_wrap .xlex_img {
    padding: 3px;
    background: #fff;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_wrap .upload_file_box img {
    width: 22px;
}

.modal_wrap .upload_file_box p {
    color: #333;
}

/*팝업 버튼*/
.btn_box .btn_open {
    
    display: block; 
    width: 150px;
    height: 50px;
    margin: 0 auto; 
    line-height: 50px;
    background: #333;
    text-align: center; 
    box-sizing: border-box;     
}

.btn_box .btn_open p {

    color: #fff; 
        
}

.modal_wrap .left_side{
    float: left;
    width: 408px;

    height: 100%;
}
.modal_wrap .right_side{
    position: relative;
    border-left: 1px solid var(--grey300);
    float: left;
    width: 450px ;
    height: 100%;
    padding: 20px;
}

.toggle-container .switch {
    margin: 6px 0 0 10px !important;
}


.toggle-container .icon_visible {
    background: url("/img/xr_city/web/icon_visibility_off.svg") no-repeat;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border-radius: 34px;
    width: 28px;
    height: 32px;
    background-size: 28px;
}

.toggle-container input:checked + .icon_visible {
    background: url("/img/xr_city/web/icon_visibility_on.svg") no-repeat;
}

a.space-edit-btn {
    position: absolute;
    top: 66px;
    right: 30px;
    background: rgba(217, 235, 255, 0.9);
    color: #007AFF;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s;
    z-index: 2;
}

a.space-edit-btn:hover {
    background: rgba(0, 122, 255, 0.25);
}

a.rtt-register-btn {
    background: var(--content-btn);
    color: var(--primary-75);
    border-radius: 7px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

a.rtt-register-btn img {
    filter: invert(49%) sepia(69%) saturate(1052%) hue-rotate(335deg) brightness(104%) contrast(101%);
    width: 14px;
}



   /* setting 진입 */
   .modal_wrap.setting_modal {
    max-height: 95vh;
   }
   .popup_top .title_b{
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: var(--grey900);
   }
   .popup_top_con{padding: 0px 20px;}
    .input_name{
        font-size: 16px;
        color: var(--grey900);
        margin-bottom: 15px;
    }
    .popup_top_con form label{
        color: var(--grey800);
        font-size: 14px;
    } 
.radio_orange:checked{
    background-color: var(--primary900);
}
.basic_form{
    width: -webkit-fill-available;
    height: 38px!important;
    font-size: 14px;
    border: 1px solid var(--grey300);
    border-radius: 4px;
    padding: 10px 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.message_input_wrap .message_input input {
    padding: 10px 40px 10px 10px !important;
}

/* XR스페이스 편집 모달 */
.xrspace-edit-modal {
    width: 385px;
    max-width: 90%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.xrspace-edit-modal .modal_bottom button {
    width: 120px;
    max-width: 100%;
    height: 40px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.xrspace-edit-modal .modal_bottom button.upload-btn {
    background: #ed5c23;
}

.xrspace-edit-modal .modal_bottom button.preview-btn {
    background-color: #888;
}


.xrspace-edit-modal .tab_wrap {
  width: 100%;
  margin-bottom: 20px;
}
.xrspace-edit-modal .tab_menu {
  display: flex;
  list-style: none;
  padding: 8px;
  margin: 0;
    background: #f1f1f1;
    border-radius: 5px;
    gap: 8px;
}
.xrspace-edit-modal .tab_menu li {
  flex: 1;
}
.xrspace-edit-modal .tab_menu a {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #888;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
}
.xrspace-edit-modal .tab_menu li.active a {
  background: #fff;
  color: #ed5c23;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.xrspace-edit-modal .tab_content {
  display: none;
}
.xrspace-edit-modal .tab_content.active {
  display: block;
}

.xrspace-edit-modal .upload_box {
  border: 1px dashed #bbb;
  border-radius: 6px;
  text-align: center;
  padding: 24px;
  color: #555;
}
.xrspace-edit-modal .upload_icon {
  margin-bottom: 16px;
}
.xrspace-edit-modal .upload_btn {
  margin-top: 24px;
  background: #f45b1e;
  color: #fff;
    width: 38px;
    height: 38px;
  border-radius: 4px;
  cursor: pointer;
transition: 0.2s;
}
.xrspace-edit-modal .upload_btn:hover {
  background: #d94b10;
}

.xrspace-edit-modal .upload-notice {
    font-size: 14px;
    color: #888;
}

.xrspace-edit-modal .url_box input {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    transition: 0.2s;
}

.xrspace-edit-modal .url_box input:focus {
    border-bottom: 1px solid #ed5c23;
}

.xrspace-edit-modal {
    
}

.diy-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(187, 187, 187);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
}

.diy-btn button {
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid rgb(187, 187, 187);
    border-radius: 8px;
    background: rgb(248, 248, 248);
    min-width: 90px;
}

.diy-btn button.diy-save-btn {
    padding: 8px 12px;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    background: #007AFF;
    font-weight: 600;
    color: #fff;
}

.mb_40{margin-bottom: 40px;}
.mb_30{margin-bottom: 30px;}
.mb_20{margin-bottom: 20px;}
.mb_10{margin-bottom: 10px;}
.input_list li {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.input_list li label {
     vertical-align: middle;
     display: flex;
     gap: 7px;
     align-items: center;
    }
.toggle_list{margin-left: 32px; margin-top: 10px;}
.toggle_list li p,.grey_des{ font-family: var(--font-pretendard); color: var(--grey700);}

.popup_top_con .btn_wrap, .small_modal .btn_wrap{ display: flex; justify-content: space-between;} 
 .grey_des{ background-color: var(--grey50); 
    font-family: var(--font-pretendard);
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 10px;}
    .p_relative{position: relative;}
.copy_btn{position: absolute; right: 0; bottom: 0; font-size: 14px;}
.copy_btn span{font-size: 16px; vertical-align: text-bottom;}
   .radio_box input[type='radio'] {
        -webkit-appearance: none; 
        -moz-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc; 
        border-radius: 50%;
        outline: none;
        cursor: pointer;
        margin-right: 8px;
      }
      .toggle_list .mode_change [type="checkbox"]:checked{ background-color: var(--primary900); border-color: var(--primary900);}

      .radio_box input[type='radio']:checked {
        background-color: var(--primary900); 
        border: 3px solid white; 
        box-shadow: 0 0 0 1px var(--primary900);
        margin-right: 8px;
      }
.current_room .deem{
    position: absolute; bottom: 0; right: 0; top: 0; left: 0;
    background: rgb(254,240,233);
    border-radius: 8px;
background: linear-gradient(0deg, rgba(254,240,233,1) 0%, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 29%, rgba(255,255,255,0) 100%);
}
.current_room{padding-top: 56.5%; border-radius: 8px; position: relative;}
.current_room_title{ font-size: 20px; color: #fff; position: absolute; bottom: 10px; left: 10px; font-weight: 700;}    
.skin_room{display: flex; flex-wrap: wrap; overflow: hidden; justify-content: space-between;}
.skin_room li{
    width: 31%;
    margin-right: 10px;
    border-radius: 4px;
    aspect-ratio : 16/9;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: black;
}
.slider_nav_wrap{position: relative;}
.slider_nav_wrap .prev{position: absolute; left: 10px; top: 50%; color:#fff; cursor: pointer; box-shadow: var(--shadow--large); transform: translatey(-50%);}
.slider_nav_wrap .next{position: absolute; right:  10px; top: 50%; color:#fff; cursor: pointer; box-shadow: var(--shadow--large); transform: translatey(-50%);} 
.input_text{vertical-align: middle;}  
.input_text span{vertical-align: middle;}
.select_box{position: relative;}
.select_box:hover .dropdown{
display: block;
}
.arrow_down{position: absolute; right: 10px; top: 10px; cursor: pointer;}
.dropdown {
    display: none;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -100px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    border: 1px solid var(--grey300);
    z-index: 2;
}
.person_icon{font-size: 19px;}
.dropdown li{height: 44px;  display: block; padding: 10px; cursor: pointer;}
.dropdown li:hover{ background-color: var(--grey100);}
.clear{clear: both; content: '';}
.basic_form2 {
    width: -webkit-fill-available;
    font-family: var(--font-pretendard);
    height: 38px !important;
    font-size: 14px;
    border: 1px solid var(--grey300);
    border-radius: 4px;
    padding: 3px 10px;
    display: flex;
    align-items: center;   
    
}

.text_right{
    text-align: right;
}
.edit_filed .line_btn_icon{background-color: #fff;}
.edit_filed{
    display: none;
    width: 100%;
}
    
.edit_filed input{
    font-size: 14px;
    margin-left: 4px;
     font-family: var(--grey900);
     border: 1px solid var(--grey900);
     height: 38px;
     width: 80%;
     border-radius: 4px;
    }

.translate_icon{
   background: url("/img/icon/icon_translate.svg") center center / cover; 
   width: 24px; height: 24px; 
   vertical-align: middle;
}

.icon_edit{
    background: url("/img/icon/icon_edit.svg") center center / cover; 
    width: 28px; height: 28px; 
    vertical-align: middle;
 }

.input_list .entrance_pw input {
    width: 180px;
    height: 26px;
    border: 1px solid var(--grey300);
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 4px;
}

ul.meeting_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
}

ul.meeting_info li {
    position: relative;
    padding-left: 10px;
    color: #777;
    font-weight: 500;
}

ul.meeting_info li .circle {
    width: 3.5px;
    height: 3.5px;
    border-radius: 10px;
    background-color: #ff956b;
}

.btn_save_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

 .btn_save {
    background-color: var(--primary1000);
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    border: none;
    height: 46px;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    width: 237px;
    text-align: center;
    border-radius: 5px;
    transition: 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.entrance_alarm_noti {
    background-color: var(--grey50);
    font-family: var(--font-pretendard);
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 10px;
    display: flex;
    gap: 3px;
}

.entrance_alarm_noti span {
    font-size: 22px;
}

.modal_wrap .left_right {
    display: flex;
    justify-content: start;
    overflow-y: auto;
    width: 100%;
    height: calc(90vh - 120px);
    margin-bottom: 72px;
} 



@media screen and (max-width: 1023px) {
    .top_img_ver2 {
        background-image: none;
        width: 100%;
        height: auto;
    }

    .top_img_ver2 .top_title {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
}
 @media screen and (max-width: 768px) {
    .tit_b{font-size: 24px;}
    .title-sub {font-size: 28px;}
    .top_img_ver2.aos-init {
        opacity: 1 !important;
        transform: none ;
    }
    .col-md-4_con{width: 100%;}

    .row {
        flex-wrap: wrap;

    }
    .suit24{font-size: 18px;}
    .mt100{margin-top: 50px;}
    .mb70{margin-bottom: 30px;}
    .suit30{font-size: 24px!important; word-break: break-all;}
    .suit18{font-size: 16px!important;;}
    .btn_group_top{display: block!important;}
    .btn_group_top .search_wrap{
        margin-bottom: 20px;
        width: 100%!important;

    }

    .display_flex {
        gap: 30px;
    }
 }

@media screen and (max-width: 870px) {
    /* xr미팅룸 설정 모달*/
    .modal_wrap {
        width: 100%;
        height: 80vh;
        overflow: scroll;
    }
    .modal_wrap.setting_modal {
        height: 90vh;
    }

    .modal_wrap .right_side{width: 100%;height: auto;}
    .modal_wrap .left_side{width: 100%;  height: auto;}
    .modal_wrap .text_right{margin-bottom: 30px;}
    .modal_wrap {
        border-radius: 18px 18px 0 0;
        display: block;
        position: fixed;
        top: inherit;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .modal_wrap.xrspace-edit-modal {
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 12px;
        width: 100%;
        height: fit-content;    
    }
    .modal_wrap .left_right {
        flex-direction: column;
    }
    .btn_save {width: 100%;}
    
}

/* 240729소개페이지  */
.xr_introduction_wrap *,
.xr_event_wrap * {
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #222;
    text-align: center;
    word-break: keep-all;
    box-sizing: border-box;
}

.xr_introduction_wrap .m_view {
    display: none;
}

.xr_introduction_wrap img {
    width: 100%;
}

.xr_introduction_wrap span.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
}

.xr_introduction_wrap .section {
    margin: 0 auto;
    padding: 60px;    

}
 .section .section_inner {
    max-width: 1150px;
    margin: 0 auto;
}

.title_lg {
    margin-bottom: 64px;
}

.title_lg h1 {
    font-size: 42px;
}

.title_lg h4 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.main_color {
    color: var(--primary900);
}

.banner_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner_img img {
    position: relative;
    width: 100%;
    height: auto; /* 또는 필요한 높이로 설정 */
}   

.video_overlay {
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    /* width: 100%; */
    /* height: 100%; */
    background-color: rgb(43 42 42 / 56%);
    pointer-events: none;
}

.xr_intro_banner h1 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    /* text-shadow: 2px 2px 7px #0e0e0eb7; */
    color: #fff;
    letter-spacing: revert-layer;
}

.banner_txt {
    position: absolute;
    left: 50%;
    bottom: 45%;
    z-index: 10;
    transform: translateX(-50%);
    color: #181818;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner_txt p {
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 150%;
}

.banner_btn_box  {
    position: absolute;
    left: 50%;
    bottom: 17%;
    z-index: 10;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}

.banner_btn_box .banner_btns {
    width: 100% ;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner_btn_box .banner_btn {
    border: 1px solid #fff;
    transition: 0.3s;
    border-radius: 7px;
    transition: 0.3s;
}

.banner_btn_box .banner_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 240px;
    color: #fff;
    font-size: 20px;
    padding: 12px 24px;
    letter-spacing: 0;
    text-align: center;
}
/* 
.banner_btn_box .banner_btn.demo_video_btn {
    background: #111;
    border: 0;
}

.banner_btn_box .banner_btn.demo_video_btn a {
    color: #fff;
}

.banner_btn_box .banner_btn:hover {
    border: 1px solid #111;
    background-color: #111;
}

.banner_btn_box .banner_btn.demo_video_btn:hover {
    border: 0;
    background-color: #ffffff;
}

.banner_btn_box .banner_btn.demo_video_btn:hover a{
    color: #111;
} */

.main_point_wrap .main_point_title {
    margin-bottom: 20px;
}

.main_point_wrap .main_point_title {
    margin-bottom: 20px;
}

.main_point_wrap  .main_point_sub_txt {
    margin-bottom: 64px;
}

.main_point_wrap  .main_point_sub_txt p {
    font-size: 24px;
    color: #555;
    line-height: 170%;
    font-weight: 500;
}

.main_point_wrap .main_point_word_box {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 90px;
}

.main_point_wrap .main_point_word_box h3 {
    background-color: var(--primary900);
    border-radius: 50px;
    width: 214px;
    height: 52px;
    margin-bottom: 24px;
    cursor: pointer;
}

.main_point_wrap .main_point_word_box h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
        width: 100%;
    display: block;
}

.main_point_wrap .main_point_word_box .main_point_description {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main_point_wrap .main_point_word_box .main_point_description span {
    font-size: 16px;
    color: #4b5262;
    font-weight: 500;
    line-height: 170%;
}

.main_point_word_box .border-line {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 45px;
    background-color: #dcdcdc;
    right: -45px;
}

/* section 03 xr_meeting */
.xr_meeting_wrap {
    display: flex;
    align-items: center;
    gap: 75px;
}

.xr_meeting_wrap img {
    width: 600px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 88%) 0px 8px 24px;
}

.xr_meeting_wrap .xr_youtube {
    width: 600px;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.xr_meeting_wrap .xr_youtube iframe {
    width: 600px;
    height: 100%;
}

.xr_meeting_wrap  .xr_txt .sub_title p,
.xr_meeting_wrap  .xr_txt h3, 
.xr_meeting_wrap  .xr_txt .xr_description {
    text-align: left;
}

.xr_meeting_wrap  .xr_txt .sub_title {
    margin-bottom: 15px;
}


.xr_meeting_wrap  .xr_txt .sub_title p {
    color: var(--primary900);
    font-size: 24px;
    font-weight: 600;
}

.xr_meeting_wrap  .xr_txt h3 {
    font-size: 42px;
    margin-bottom: 30px;
}

.xr_meeting_wrap  .xr_txt .xr_description {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 18px;
}

.xr_meeting_wrap  .xr_txt .xr_description span {
    color: #4b5262;
    font-weight: 500;
    line-height: 170%;
}

/* section 04 */

.section04 {
    background-color: #F8FAFC;
}
.section-box.sec03 .main_point_title h1:first-child{
    color: var(--strong);
}
.section-box.sec03 .main_point_title h1:last-child{
    color: var(--xr-blue);
}
.circle_txt {
    margin-bottom: 20px;
}
.circle_txt span:first-child::after{
    content: '';
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    background-color: var(--xr-blue);
    border-radius: 30px;
}
.circle_txt span {
    font-size: 20px;
    border-radius: 30px;
    color: var(--xr-blue);
    padding: 0.5rem 1rem;
    margin-bottom: 60px;
    font-weight: 600;
    position: relative;
    font-weight: 800;
    font-size: 16px;
}
.sec04 .txt_img_box{
    margin-bottom: 20px;
}
.list_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.list_wrap li {
    position: relative;
    background-color: #fff;
    width: 283px;
    height: 328px;
    border: 1px solid #E0E9F3;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(210 217 225 / 59%) 3px 3px 15px;
    transition: 0.2s;
}

.list_wrap li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    background-color: #EEF5FD;
    border-radius: 50px;
    margin-bottom: 30px;
}

.list_wrap li .icon img {
    height: 47px;
}

.list_wrap .list_title {
    min-width: 187px;
    min-height: 48px;
    background-color: #0872ff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 7px;
    transition: 0.3s;
    
}

.list_wrap .list_title a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 48px;
}

@media (hover: hover) {
    .list_wrap li:hover {
        border: 1px solid #f99066;
        box-shadow: 0px 0 20px #ffc1a9, 0px 0px 8px #ffe2d6;
    }

    .list_wrap li:hover .list_title {
        background-color: #ed5c23;
    }
}

.list_wrap .list_description {
    display: flex;
    flex-direction: column;
}

.list_wrap .list_description span {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    line-height: 160%;
}

.list_wrap .list_description b.notice {
    position:  absolute;
    font-weight: 500;
    color: #888;
    font-size: 12px;
    padding-top: 10px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.strength_img  {
    position: relative;
    margin-top: 30px;
}

.strength_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e090761;
    pointer-events: none;
    z-index: 1;
    border-radius: 10px;
}

.strength_img img {
    width: 100%;
    border-radius: 10px;
    bottom: 40px;
    box-shadow: rgb(149 157 165 / 59%) 0px 8px 24px;
}

.strength_img img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.strength_img .manual_btn {
    position: absolute;
    left: 50%;
    bottom: 76px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

}

.strength_img .manual_btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 240px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 36px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid #fff;
    line-height: 22px;
    transition: 0.3s;
}

.strength_img .manual_btn a small {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.strength_img .manual_btn a:hover {
    border: 1px solid#000;
    background-color: #000;
}

/* section 05 */
.txt_img_box.variety_lang_box .box_left_right {
    border-radius: 10px 10px 0 0;
}
.left_right_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    flex-direction: row-reverse;
    gap: 75px;
}

.left_right_box .left {
    padding-right: 40px;
}

.left_right_box .left h4 {
    text-align: left;
    font-size: 36px;
    color: var(--primary900);
    margin-bottom: 20px;
}

.left_right_box .left .left_description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
}

.left_right_box .left .left_description p {
    line-height: 150%;
    font-weight: 500;
    text-align: left;
}

.left_right_box .right .img {
    width: 600px;
    height: auto;
    /* background-color: #181818; */
    border-radius: 10px;
}

.left_right_box .right .img img {
    width: 100%;
    border-radius: 10px;
}

.left_right_box .right .img video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.left_right_box .right.web_rtc .img {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
}

.txt_img_box {
    position: relative;
    margin-bottom: 20px;
}

.txt_img_box.xrm_secure{
    margin-bottom: 0;
}

.txt_img_box .box_left_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    width: 100%;
    height: 355px;
    box-shadow: 4px 4px 35px #0000001a;
}

.txt_img_box .box_left_right .box_left {
    width: 100%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt_img_box .box_left_right .box_left p.box_title {
    border: 1px solid #999;
    color: #222;
    border-radius: 7px;
    padding: 0 16px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.txt_img_box .box_left_right .box_left h4 {
    font-size: 24px;
    margin-bottom: 15px; 
    color:  var(--strong);
}

.txt_img_box .box_left_right .box_left h4>div {
    text-align: left;
}

.txt_img_box .box_left_right .box_left .box_description p,
.txt_img_box .box_left_right .box_left .box_description ul li {
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #4b5262;
    font-weight: 500;
    line-height: 170%;
}

.txt_img_box .box_left_right .box_right  .img {
    width: 498px;
    height: 286px;
    border-radius: 10px;
    margin-right: 40px;
}

.txt_img_box .box_left_right .box_right .background_white img  {
    border: 1px solid #dcdcdc;
}

.txt_img_box .box_left_right .box_right  .img img {
    width: 100%;
    border-radius: 10px;
}

.txt_img_box img {
    border-radius: 10px;
}

.txt_img_box .faq-btn {
    position: absolute;
    padding: 8px 40px;
    border: 1px solid #1079f0;
    color: #111;
    background: #eff8ff;
    border-radius: 8px;
    bottom: 40px;
    left: 40px;
    font-size: 18px;
    font-weight: 700;
    transition: background 0.3s;
    display: flex;
    flex-direction: column;
}

.txt_img_box .faq-btn small {
    color: #111;
    font-size: 18px;
}

.txt_img_box .faq-btn img {
    width: 16px;
}

.txt_img_box .faq-btn:hover {
    background: #fff;
    color: #111;
}

.txt_img_box .faq-btn:hover small {
    color: #111;
}

/* ai advisor  */

/* 사용법 버튼 */
.advisor_how_btn {
    margin-top: 40px;
    text-align: left;
}

.advisor_how_btn button {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s;
    background-color: #318DF5;
    border: 1px solid #318DF5;
}

.advisor_how_btn button a {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    min-width: 140px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (hover:hover) {
    .advisor_how_btn button:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #318DF5;
        border: 1px solid #318DF5;
    } 
    
    .advisor_how_btn button:hover a {
        color: #318DF5;
    }
}

.advisor_box .advisor_group {
    display: flex;
    align-items: center;
    gap: 25px;
}

.advisor_box .advisor_group:nth-child(1) {
    margin-bottom: 25px;
}

.advisor_box .advisor_group .advisor {
    width: 100%;
    height: 245px;
    background-color: #EAF3FF;
    border-radius: 10px;
}

.advisor_box .advisor_group .advisor .content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.advisor_box .advisor_group .advisor .content .icon_box  {
    width: 27%;
}
.advisor_box .advisor_group .advisor .content .icon_box img {
    height: 52px;
    margin-bottom: 10px;
}
.advisor_box .advisor_group .advisor .content .icon_box p {
    font-size: 20px;
    font-weight: 600;
    color: #318DF5;
}
.advisor_box .advisor_group .advisor .content .txt_box {
    width: 73%;
}
.advisor_box .advisor_group .advisor .content .txt_box p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--strong);
}
.advisor_box .advisor_group .advisor .content .txt_box .description span {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.advisor_box .advisor_group .advisor .content .txt_box .description span.mark {
    position: relative;
    padding-left: 15px;
}

.advisor_box .advisor_group .advisor .content .txt_box .description span.mark::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 2px;
    background-color: #7cb7e4;
}


/* section 06 translate */
.section06 {
    background-color: #F8FAFC;
}

.language_wrap {
    width: 100%;
    margin-bottom: 20px;
}

.language {
    border-radius: 0 0 10px 10px;
    background-color: #f5f5f5;
    border: 0;
    padding: 12px 0 12px 50px;
}

.language .language_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.language .language_header  p {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #318DF5;
    gap: 3px;
    display: flex;
    cursor: pointer;
}

.language .language_header .arrow {
    position: relative;
    background-color: #f1f1f1;
    border: 1px solid #529cef;
    padding: 5px;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.language .language_header  span {
    position: absolute;
    font-size: 30px;
    color: #318DF5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 2px;
}

.rotate {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}


.language .languages {
    display: none;
    margin: 30px 0 10px;
}

.language ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.language ul li {
    position: relative;
    padding-left: 10px;
    color: #333;
    word-break: keep-all;
    text-align: left;
    font-size: 16px;
    width: 116px;
    letter-spacing: -1px;
}

.language ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #67AEFF;
    opacity: 0.8;
}

/* 캐릭터 이벤트 */

/* 플로팅 배너 */

/* 플로팅 배너 */
.floating-banner {
    position: fixed;
    top: 140px;
    left: 30px;
    background: transparent;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* 배너 이미지 */
.banner-img {
    height: 512px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

/* 닫기 버튼 */
.close-btn {
    position: absolute;
    right: -26px;
    top: -26px;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
    font-weight: 800;
}


.event_character_section {
    position: relative;
    top: -5px;
    background: linear-gradient(89.9deg, #D8F8F7 -1.71%, #A5CFFF 99.92%);  
}

.event_character_section .section_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


.event_character_section .detail_btn {
    position: absolute;
    left: 42px;
    bottom: 110px;
    display: flex   ;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    background: #2C85EB;
    border: 1px solid #2C85EB;
    padding: 10px 24px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: 0.2s;
}

.event_character_section .detail_btn span {
    color: #fff;
}

@media (hover:hover) {
    .event_character_section .detail_btn:hover {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #2C85EB;
        color: #2C85EB;
    }

    .event_character_section .detail_btn:hover span {
        color: #2C85EB;
    }
}

/* 서비스 종류 */

.service_type_wrap .main_point_title h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.service_type_wrap .main_point_title h1 b {
    font-size: 80%;
    font-weight: 500;
    color: #0872FF;
}

.service_type_wrap ul {
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
}

.service_type_wrap ul li {
    display: flex;
}

.service_type_wrap ul li .service_type_con {
    height: 896px;
    /* border: 1px solid #dcdcdc; */
    background: linear-gradient(180deg, #e9f4ff -16.14%, #ffffff 76.85%);
    border: 1px solid #dae6f1;
    border-radius: 25px;
    width: 100%;
    max-width: 512px;
    /* overflow: hidden; */
    transition: 0.3s;
}

.service_type_wrap .service_type_con .text_wrap img{
    width: 15px;
    margin-right: 4px;
}
.service_type_wrap .service_type_con .text_wrap .icon-blue {
    filter: invert(49%) sepia(88%) saturate(2805%) hue-rotate(193deg) brightness(98%) contrast(97%);
}


@media (hover:hover) {
    .service_type_wrap ul li .service_type_con:hover {
        box-shadow: 0px 6px 12px rgb(72 167 255 / 12%), 0px 0px 8px rgb(148 188 255 / 63%);
    }

    .service_type_wrap ul li .service_type_con:hover .service_type_title h1  {
        color: #1C6DFD;
    }
}


.service_type_wrap ul li .service_type_title {
    padding: 40px 0 0;
}

.service_type_wrap ul li .service_type_title h1 {
    font-size: 28px;
    font-weight: 700;
    display: inline;
    padding: 10px 25px;
    border-radius: 15px;
}

.service_type_wrap ul li .sub_title {
    margin-bottom: 20px;
}

.service_type_wrap ul li .service_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    height: 811px;
}

.service_type_wrap ul li .sub_title h2 {
    font-size: 18px;
    font-weight: 600;
}

.service_type_wrap ul li .sub_title h2 span {
    color: #1C6DFD;
}

.service_type_wrap ul li .description {
    margin-bottom: 25px;
}

.service_type_wrap ul li .description h4 {
    font-size: 18px;
    text-align: left;
    color: #222;
}

.service_type_wrap ul li .description .icon_description {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.service_type_wrap ul li .description .icon_description span {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 500;
}

.service_type_wrap ul li .description .icon_description span {
    color: #1c6dfd;

}

.service_type_wrap ul li .description .description_num {
    margin-top: 3px;
}

.service_type_wrap ul li .description .description_num .number {
    padding-right: 5px;
}

.service_type_wrap ul li .description p {
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-left: 47px;
    margin-bottom: 7px;
    color: #444;
}

.service_type_wrap ul li .description p b {
    position: relative;
    font-weight: 600;
    color: #318DF5;
}

.service_type_wrap ul li .img_wrap {
    padding-top: 20px;
    border-top: 1px solid #B9D1E8;
}

.service_type_wrap ul li .img_box {
    display: grid;
    grid-template-columns: repeat(2fr 2fr);
}


.service_type_wrap ul li .img_box .img_one_line {
    display: flex;
    gap: 10px;
}

.service_type_wrap ul li .img_box .img_one_line:nth-child(2) {
    margin-top: 10px;
}

.service_type_wrap ul li .img_box  img {
    border-radius: 10px;
}

.service_type_wrap ul li .img_box .img_one_line img {
    width: calc(50% - 5px);
}

.service_type_wrap ul li .btn_buy_box {
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B9D1E8;
}

.service_type_wrap ul li .btn_buy_box button {
    background-color: #1C6DFD;
    padding: 0 50px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}
.service_type_wrap ul li.icon_help{
    position: relative;
    padding-right: 28px;
    text-align: left;
}
.service_type_wrap ul li.icon_help::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("https://www.goodmoim.com/img/xr_city/web/icon_help_grey.svg") no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 20px;
    cursor: pointer;
}
.service_type_wrap ul li.icon_help .hover_help{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s opacity;
    position: absolute;
    height: auto;
    background-color: #222;
    color: #fff;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    top: 36px;
    left: 95%;
    width: 100%;
    min-width: 207px;
    transform: translateX(-50%);
    word-break: keep-all;
    padding: 8px;
    border-radius: 7px;
    text-align: center;
}
.hover_help::before {
    content: '';
    position: absolute;
    top: -17px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 16px solid #222;
    border-right: 10px solid transparent;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 5px;
}
.service_type_wrap ul li.icon_help:hover .hover_help{
    opacity: 1;
    visibility: visible;
}

/*  활용 */
.use_wrap ul {
    display: flex;
    gap: 95px;
    padding: 0 50px;
    justify-content: center;
}

.use_wrap ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.use_wrap ul li img {
    width: 160px;
    margin-bottom: 20px;
}

.use_wrap ul li span {
    font-size: 24px;
    font-weight: 500;
}

/* 사용법 영상 */
.video_container {
    position:relative;
    height:0;
    padding-bottom:56.25%;
  }

  .video_container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

/*  xr space */
.xr_space_wrap {
    position: relative;
    /* width: 1030px; */
    margin: 0 auto 50px;
}

.xr_space_wrap img {
    width: 100%;
    border-radius: 10px;
    margin: 0 20px;
    box-shadow: rgb(149 157 165 / 59%) 0px 8px 24px;
}

.xr_space_wrap .xr_space_txt {
    position: absolute;
    bottom: 92px;
    left: 70px;
}

.xr_space_wrap .xr_space_txt .xr_space_title h2,
.xr_space_wrap .xr_space_txt .xr_space_description p {
    color: #fff;
    text-align: left;
}

.xr_space_wrap .xr_space_txt .xr_space_title {
    margin-bottom: 50px;
}

.xr_space_wrap .xr_space_txt .xr_space_title h2 {
    font-size: 36px;
}

.xr_space_wrap .xr_space_txt .xr_space_description p {
    font-size: 20px;
    line-height: 170%;
    font-weight: 500;
}

.space_meeting {
    padding: 0 0 30px;
    border-bottom: 1px solid #dcdcdc;
}


.space_meeting .space_meeting_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;    
}


.space_meeting .space_meeting_title span {
    font-size: 16px;
    color: #ff7a45;
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    margin-bottom: 15px;
}

.space_meeting .space_meeting_title h1 {
    margin-top: 5px;
    font-size: 52px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    color: #a1a1a1;
}

.space_meeting .space_meeting_title h1 b {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222;
}

.space_meeting .space_meeting_title .plus {
    font-size: 62px;
    /* color: var(--primary900); */
    font-weight: 500;
}

.space_meeting_img {
    display: flex;
    gap: 90px;
    margin-top: 30px;
}

.space_meeting_img img {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 59%) 0px 8px 24px;
}

.space_meeting_img span {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.btn_box {
    width: 100%;
}

.btn_box button {
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: var(--primary900);
    border: none;
    box-shadow: 0 7px 20px 0 rgb(219 153 126 / 30%);
    height: 60px;
    line-height: 58px;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    width: 277px;
    text-align: center;
    border-radius: 5px;
    transition: 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.btn_box button:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--primary900);
}

.btn_box button:hover a, .btn_box button:hover span {
    color: var(--primary900);
}


.btn_box button a,
.btn_box span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02rem;
}

.btn_box .xr_space_btn {
    margin-top: 45px;
    border: 1.5px solid var(--primary900);
    background-color: #fff;
}

.btn_box .xr_space_btn a,
.btn_box .xr_space_btn span {
    color: var(--primary900);
}

.btn_box .free_btn {
    margin-top: 45px;
    border: 1.5px solid var(--primary900);
} 

.section .xr_in_bg .xr_in_title {
    margin-bottom: 30px;
}

.section .xr_in_bg .xr_in_title p {
    color: #fff;
    font-size: 24px;
    line-height: 170%;
    font-weight: 500;
}

/* .section .xr_in_bg .btn_box button {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(6px);
} */

.section .xr_in_bg .btn_box button.xr_space_btn {
    border: 1.7px solid var(--primary900);
}

.section .xr_in_bg .btn_box button.xr_space_btn a,
.section .xr_in_bg .btn_box button.xr_space_btn span {
    color: var(--primary900);
}

.section .xr_in_bg .btn_box button:hover a, .section .xr_in_bg .btn_box button:hover span {
    color: #fff;
}

.section .xr_in_bg .btn_box button:hover {
    border: 1px solid #fff;
}

/* EVNET */
 .section.event_section01 {
    padding: 100px 0 70px;
}
.event_wrap {
    background: #CCEAFF;
}

.ani_up1 {
    transform: translateY(35%);
    transition: 0.35s;
    opacity: 0;
}

.ani_up2 {
    transform: translateY(45%);
    transition: 0.35s;
    opacity: 0;
}

.ani_up3 {
    transform: translateY(35%);
    transition: 0.45s;
    opacity: 0;
}

.ani_side {
    transform: translateX(10%);
    transition: 0.45s;
    opacity: 0;
}


/* 스페이스 임대 페이지 */
/*정액제 소개페이지*/
.title-sub > span.special_discount {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
}
.title-sub > span.special_discount b {
  background: #ed5c23;
  font-size: 22px;
  color: #fff;
}

.space_rental_wrap .tab-list ul {
  left: 0;
  right: 0;
}
.space_rental_wrap .tab-list li {
  width: 50%;
}
.sub-page.buy-in .step-img {
  margin: 0 auto 60px;
  text-align: center;
  width: 100%;
}
.sub-page.buy-in .service {
  overflow: hidden;
  width: 1200px;
}
.sub-page.buy-in .service .slt2 {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.sub-page.buy-in .service .slt2 > div {
  display: flex;
  align-items: center;
}
.sub-page.buy-in .service .slt2 p {
  float: left;
  width: 50%;
  padding-right: 16px;
}
.sub-page.buy-in .service .slt2 img {
  width: 100%;
  border-radius: 7px;
}
.sub-page.buy-in .service .slt2 .box {
  box-sizing: border-box;
  width: 50%;
  display: block;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.sub-page.buy-in .service .slt2 .box .tit1 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -2px;
  margin-bottom: 7px;
}
.sub-page.buy-in .service .slt2 .box .tit2 {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: -1.5px;
  padding-bottom: 15px;
}
.sub-page.buy-in .service .slt2 .box .line {
  border-top: 1px solid #ccc;
  width: 100%;
}
.sub-page.buy-in .service .slt2 .box .txt {
  font-size: 18px;
  color: #222;
  letter-spacing: -1px;
  line-height: 140%;
  margin-bottom: 10px;
}
.sub-page.buy-in .service .slt2 .box ul {
  display: flex;
  flex-direction: column;
  gap: 5px;

  width: 40%;
  padding: 12px 0 12px;
}
.sub-page.buy-in .service .slt2 .box ul.p100 {
  width: 100%;
}
.sub-page.buy-in .service .slt2 .box ul li {
  font-size: 15px;
  color: #222;
}
.sub-page.buy-in .service .slt2 .box ul li i.star_red {
  color: red;
  margin-right: 3px;
  font-weight: bold;
}
.sub-page.buy-in .service .slt2 .box ul li span {
  display: block;
  font-size: 13px;
  line-height: 18px;
}

.sub-page.buy-in .service .slt2 .box ul li.point {
  position: relative;
  color: #ed5c23;
  font-size: 14px;
  word-break: keep-all;
  font-weight: 600;
  padding-left: 7px;
  
  text-indent: -11px;

}

.sub-page.buy-in .service .slt2 .box ul li.point::before {
  position: absolute;
  content: ' ';
}

.sub-page.buy-in .service .slt2 .box ul.webinar {
  width: 100%;
}
.sub-page.buy-in .service .slt2 .box .gry_btn5 a {
  display: inline-block;
  width: 100px;
  height: 35px;
  background-color: #777;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.sub-page.buy-in .service .slt2 .box .gry_btn5 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  khtml-opacity: 0.8;
  opacity: 0.8;
}
.sub-page.buy-in .service .slt2 .box .org_btn4 a {
  display: inline-block;
  width: 100px;
  height: 35px;
  background-color: #ed5c23;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.sub-page.buy-in .service .slt2 .btn-wrap {
  width: 100%;
  margin-top: 20px;
}

.sub-page.buy-in .service .slt2 .btn-wrap button {
  display: inline-block;
    width: 312px;
    height: 56px;
  background-color: #ed5b23;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  /* border: 1px solid #ed5b23; */
  border-radius: 5px;
}

.sub-page.buy-in .service .slt2 .btn-wrap button a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 46px;
  text-align: center;
  font-weight: 500;

}

.space_rental_wrap .tit2 h3 {
  font-size: 24px;
  line-height: 140%;
}
.sub-page.buy-in .service .slt2.space_rental_wrap .txt {
  display: flex;
  flex-direction: column;
  color: #222;
}

.space_rental_wrap .txt span {
  line-height: 140%;
  font-size: 16px;
}

.space_rental_wrap .txt span b {
  font-weight: 500;
  color: #ed5c23;
}

.space_rental_wrap .btn_wrap {
  margin-top: 45px !important;
}

.sub-page.buy-in .service .slt2 .btn-wrap button.buy_btn {
  background-color: rgba(0, 0, 0, 0);
  width: fit-content;
}

.sub-page.buy-in .service .slt2 .btn-wrap button.buy_btn a {
  background-color: #222;
  border: none;
  border-radius: 40px;
  font-weight: 500;
  padding: 0 30px;
}

.space_rental_wrap .btn-wrap button.buy_btn a {
  color: #fff;
  background-color: #222;
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.sub-page.buy-in .service .slt2 .box .tit_s {
  font-size: 18px !important;
  color: #888;
  margin-bottom: 7px;
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
}

.add_option_wrap {
  background-color: #f7f7f7;
  padding: 30px 40px;
  padding: 20px 30px;
  border-radius: 10px;
}

.add_option {
  flex-direction: column;
  align-items: flex-start !important;
}

.add_option .menu_tabs_1 li,
.add_option .menu_tabs_2 li {
  cursor: pointer;
}

.add_option .menu_tabs_1 li:hover,
.add_option .menu_tabs_2 li:hover {
  color: #222;
}

.add_option .menu_tabs_1 li.current,
.add_option .menu_tabs_2 li.current {
  color: #ed5c23;
  border: 1px solid #ed5c23;
}

.option-content_1,
.option-content_2 {
  display: none;
}

.option-content_1.current,
.option-content_2.current {
  display: block;
}

.add_option h4 {
  font-size: 28px;
  margin: 0 0 25px 0;
  color: #333;
}

.add_option .add_option_menu {
  display: flex;
  gap: 8px;
}

.add_option .add_option_menu li {
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  padding: 6px 15px;
  color: #666;
  font-weight: 500;
}

.space_rental_wrap .space_buy {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.space_rental_wrap .space_buy h4 {
  font-size: 28px;
  color: #333;
}

.space_rental_wrap .space_buy span {
  font-size: 18px;
}

.space_rental_wrap .space_choice_wrap {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 35px;
}

.space_rental_wrap .space_choice h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.space_rental_wrap .space_choice_wrap .option_wrap .option {
  display: flex;
  align-items: center;
}

.space_rental_wrap .space_choice_wrap .option_wrap .option label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
  margin: 0 25px 0 0;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.5px;
  gap: 5px;
}

.space_rental_wrap .user_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.space_rental_wrap .user_info_wrap ul {
  display: flex;
  gap: 250px;
}

.space_rental_wrap .user_info_wrap ul li input {
  width: 260px;
  padding: 0.2rem;
  height: 26px;
}
.space_rental_wrap .user_info_wrap ul li span {
  display: inline-block;
  width: 120px;
  color: #333;
}

.space_rental_wrap .user_info_wrap ul li span.noti {
  width: 100%;
  color: #777;
  font-weight: 400;
}

.space_rental_wrap .user_info_wrap ul li .phon_number_input {
  display: flex;
  width: 260px;
  justify-content: space-between;
}

.space_rental_wrap .user_info_wrap ul li.phon_number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.space_rental_wrap .user_info_wrap ul li .phon_number_input input {
  width: 74px;
}

.space_rental_wrap .user_info_wrap ul li.phon_number .hyphen {
  margin-top: 3px;
}

/* 스페이스 렌탈 */
.sub-page.space_rental_page .buy-in .service {
  margin-bottom: 60px;
}

.sub-page.space_rental_page .buy-in .service:last-child {
  margin-bottom: 0;
}

.sub-page.space_rental_page .buy-in .service .slt2 {
  padding: 0;
}

.sub-page.space_rental_page .add_option_menu {
  margin-bottom: 20px;
}

.sub-page.space_rental_page .space_choice {
  margin-bottom: 25px ;
  padding: 0 10px;
}


/* 스페이스렌탈 스마트에디터 섹션 */

.sub-page.buy-in .service .space_rental_wrap .btn-wrap.ask_btn_wrap {
  text-align: center;
}

.area-content {
  padding: 10px;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  border-bottom: none;
  margin: 0 0;
}

.sub-page.consult.write-page .area-table .area-textarea {
  font-size: 14px;
  color: #777;
  margin: 0 0 50px;
}

.sub-page.consult.write-page .area-table .area-textarea p {
  font-size: 15px;
  color: #777;
  font-weight: bold;
}

.area-textarea textarea {
  width: 100%;
  height: 130px;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 13.5px;
  color: #777;
  letter-spacing: -1px;
  line-height: 1.6;
  padding: 15px;
  margin: 10px 0 15px 0;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
}

/* 독립형 구매하기 페이지 */
.sub-page.buy .space_rental_wrap {
  margin-top: 40px;
} 

.sub-page.buy .space_choice_wrap {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 35px;
  display: flex;
}

.sub-page.buy .space_rental_wrap .space_choice h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sub-page.buy .space_rental_wrap .space_choice_wrap .option_wrap .option {
  display: flex;
  align-items: center;
}

.sub-page.buy .space_rental_wrap .space_choice_wrap .option_wrap .option label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Spoqa Han Sans Neo", "Spoqa Han Sans JP", sans-serif;
  margin: 0 25px 0 0;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.5px;
  gap: 5px;
}

.sub-page.buy .space_choice {
  margin-bottom: 25px;
  padding: 0 10px;
}

@media all and (max-width: 1200px) {
   
    .sec08 .advisor_box .advisor_group{
        flex-direction: column;
    }
    .sec06 .list_wrap{
        gap: 10px;
    }
    .sec06 .list_wrap .list_title{
        font-size: 16px;
    }
    .sec06 .list_wrap .list_description span{
        font-size: 14px;
    }
    .sec06 .list_wrap{
        display: flex;
    }

     .section .section_inner {
        width: 100%;
        padding: 0 30px;
    }

    .txt_img_box .faq-btn{
        font-size: 16px;
        flex-direction: row;
        gap: 5px;
        left: 3%;
        bottom: 8%
    }
    .txt_img_box .faq-btn small {
        font-size: 16px;
    }

    /* event section */
    .event_circle {
        width: 288px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        font-size: 20px;
    }

    .event_circle_sm {
        font-size: 18px;
    }

    .event_main_title {
        font-size: 36px;
    }

    .event_description p {
        font-size: 20px;
        text-align: center;
        display: inline-block;
    }

    .left_right_box {
        flex-direction: column;
        gap: 20px;
    }

    .left_right_box.web_rtc_box {
        gap: 0;
    }

    .event_02_process_box {
        background-color: #fff;
        width: 100%;
        height: auto;
    }

    .event_02_process_box ul {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border: 1px solid #DDEBF9;
    }

    .event_02_process_box ul li {
        width: 100%;
        height: 138px;
        border-right: 0;
    }

    .event_02_process_box ul li:nth-child(1) {
        border-bottom: 1px solid #DDEBF9;
        border-right: 1px solid #DDEBF9;
    } 

    .event_02_process_box ul li:nth-child(2) {
        border-bottom: 1px solid #DDEBF9;
    } 

    .event_02_process_box ul li:nth-child(3) {
        border-right: 1px solid #DDEBF9;
    } 

    .starbucks_event {
        gap: 30px;
        margin-top: 50px;
    }

    .starbucks_event .left img {
        width: 80%;
    }

    .starbucks_event .right h3 {
        font-size: 28px;
    }
    
    .starbucks_event .right .event_txt_box .event_description {
        text-align: left;
    }

    .starbucks_event .right small {
        text-align: left;
    }    

    .title_lg h4 {
        font-size: 20px;
    }

    .title_lg {
        margin-bottom: 40px;
    }

    .title_lg h1 {
        font-size: 36px;
    }

    .main_point_wrap .main_point_sub_txt p {
        font-size: 20px;
    }

    /* 인트로 */
    .xr_meeting_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .xr_meeting_wrap img,
    .xr_meeting_wrap .xr_youtube,
        .xr_meeting_wrap .xr_youtube iframe  {
        width: 100%;
    }

    .banner_txt {
        gap: 3px;
    }

    .xr_intro_banner h1 {
        font-size: 48px;
    }

    .banner_sm_txt {
        font-size: 18px;
    }

    .banner_btn_box .banner_btn a {
        font-size: 20px;
    }

    .main_point_wrap .main_point_word_box h3 {
        width: 210px;
        height: 48px;
        line-height: 48px;
    }

    .main_point_wrap .main_point_word_box {
        gap: 30px;
    }

    .main_point_word_box .border-line {
        right: -15px;
    }
    
    .xr_txt {
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    .xr_meeting_wrap .xr_txt .xr_description {
        text-align: center;
        display: inline-grid;
    }

    .xr_meeting_wrap .xr_txt h3 {
        font-size: 36px;
        margin-bottom: 12px;
        text-align: center;
    }
    

    /* 특장점 */

    .list_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .list_wrap li {
        background-color: #fff;
        width: 100%;
        height: 314px;
    }

    .list_wrap li .icon {
        width: 78px;
        height: 78px;
        margin-bottom: 20px;
    }

    .list_wrap li .icon img {
        height: 37px;
    }

    .strength_img .manual_btn a {
        font-size: 20px;
    }

    /* 주요기능 */
    .left_right_box .left {
        padding-right: 0;
    }
    .left_right_box .left h4 {
        text-align: center;
        margin-bottom: 12px;
        font-size: 28px;
    }

    .left_right_box .left {
        padding-left: 0;
    }

    .left_right_box .left .left_description {
        align-items: center;
        font-size: 18px;
    }

    .left_right_box .right .img {
        width: 100%;
        height: auto;
    }

    .txt_img_box .box_left_right .box_left {
        padding-left: 0;
    }

    .txt_img_box .box_left_right {
        height: auto;
        padding: 20px;
        gap: 20px;
    }

    .txt_img_box .box_left_right .box_right .img {
        width: 390px;
        height: auto;
        margin-right: 0;
    }

    .txt_img_box .box_left_right .box_left h4 {
        font-size: 20px;
        text-align: left;
    }

    .txt_img_box .box_left_right .box_left p.box_title {
        font-size: 20px;
        white-space: nowrap;
    }

    .txt_img_box .box_left_right .box_left .box_description p {
        font-size: 16px;
    }

    .language .language_header p {
        font-size: 18px;
    }

    .language {
        padding: 12px 0 12px 20px;
    }

    .language .language_header .arrow {
        width: 26px;
        height: 26px;
    }

    .language .language_header span {
        font-size: 26px;
        margin-right: -3px;
        margin-top: 2px;
    }

    /* 서비스 종류 */
    .service_type_wrap ul {
        gap: 15px;
    }

    .service_type_wrap ul li .service_type_title {
        padding: 40px 0 10px;
        font-size: 24px;
    }

    .service_type_wrap ul li .sub_title h2 {
        font-size: 20px;
    }
    

    .service_type_wrap ul li .description h4 {
        font-size: 16px;
    }

    .service_type_wrap ul li .description p {
        font-size: 14px;
    }
    

    /* 활용 */
    .use_wrap ul {
        gap: 40px;
        padding: 0;
    }

    .use_wrap ul li img {
        width: 100%;
    }

    .use_wrap ul li span {
        font-size: 20px;
    }

    /* XR스페이스 */
    .space_meeting .space_meeting_title {
        gap: 20px;
    }

    .space_meeting .space_meeting_title h1 {
        font-size: 36px;
    }

    .space_meeting .space_meeting_title .plus {
        font-size: 50px;
        color: var(--primary900);
        font-weight: 500;
    }

    .xr_space_wrap img {
        margin: 0;
    }

    .xr_space_wrap .xr_space_txt {
        bottom: 40px;
        left: 40px;
    }

    .xr_space_wrap .xr_space_txt .xr_space_title h2 {
        font-size: 28px;
    }

    .xr_space_wrap .xr_space_txt .xr_space_description p {
        font-size: 16px;
    }

    .space_meeting_img {
        gap: 40px;
    }

    .section .xr_in_bg .xr_in_title {
        margin-bottom: 20px;
    }

    .section .xr_in_bg .xr_in_title p {
        font-size: 18px;
    }

    
    .section09 .xr_in_bg {
        padding: 70px 15px 30px;
    }


    .event_character_section .section_inner {
        width: 100%;
    }

    /* 어드바이저 */ 
    .advisor_how_btn {
        margin-top: 24px;
        text-align: center;
    }

    .ex-main-title{
        font-size: clamp(30px, 4vw, 34px);
    }
    .ex-main-badge-group{
        font-size: 14px;
        gap: 3px;
    }
    .ex-main-desc{
        font-size: 14px;
    }
    
}

@media screen and (max-width: 1024px) {
    .xr_introduction_wrap .m_view {
        display: none !important;
    }
    .ex-main-banner-wrapper .bx-viewport{
        padding-top: 70px;
    }
    .ex-status-list li strong{
        font-size: 18px;
    }
    .ex-status-list li span{
        font-size: 16px;
    }
}

@media screen and (max-width: 990px) {
    .ex-main-graphic{
        max-width: 50%;
        overflow: clip;
    }
}

@media all and (max-width: 768px) {
    .ani_up1, .ani_up2, .ani_up3, .ani_side {
        transform: translateY(0);
        opacity: 1;
    }
    .xr_introduction_wrap .section {
        padding: 35px 0;
    }
    .section.sec10  .section_inner{
        padding: 0 50px;
    }

    .xr_introduction_wrap .m_view {
        display: block !important;
      }
    
    .pc_view {
        display: none;
    }

    .m_view {
        display: block;
    }

    .btn_box button a, .btn_box span {
        font-size: 16px;
    }

     .sec13 .section .section_inner {
        padding: 0 20px;
    }

   .section.event_section01 {
        padding: 70px 0 70px;
    }

    .event_title {
        font-size: 24px;
        letter-spacing: -3px;
    }

    .event_main_title {
        font-size: 24px;
    }

    .event_description {
        margin-bottom: 25px;
    }

    .event_description p {
        font-size: 16px;
    }

    .event_description span {
        font-size: 14px;
    }

    .event_01_img {
        width: 100%;
    }

    .event_02_process_box ul li .num {
        top: 10px;
        left: 15px;
        font-size: 28px;
    }

    .event_02_process_box ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .event_02_process_box ul li:nth-child(1) {
        border-right: 0;
    }

    .event_02_process_box ul li:nth-child(2),
    .event_02_process_box ul li:nth-child(3)  {
        border-bottom: 1px solid #DDEBF9;
    }

    .event_02_process_box ul li:nth-child(3) {
        border-right: 0;
    }

    .starbucks_event .right h3 {
        font-size: 24px;
    }

    .starbucks_event .right .evnet_title {
        justify-content: center;
    }

    .starbucks_event .right .event_txt_box .event_description {
        text-align: center;
    }
    
    .starbucks_event {
        flex-direction: column;
        gap: 20px;
    }

    .starbucks_event .right small {
        text-align: center;
        font-size: 14px;
    }

    .starbucks_event .right .evnet_title img {
        width: 40px;
    }

    /* 공통 */

    .btn_box button {
        width: 100%;
    }

    .title_lg {
        margin-bottom: 25px;
    }
    
    .title_lg h1 {
        font-size: 24px;
    }

    .main_point_wrap .main_point_sub_txt p {
        font-size: 18px;
    }

    .circle_txt span {
        font-size: 14px;
    }
    .section-box{
        padding: 30px 20px;
    }

    /* 인트로 */
    .banner_sm_txt {
        font-size: 14px;
    }
    .banner_btn_box{
        bottom: 30% !important;
    }
    .banner_btn_box .banner_btn {
        border-radius: 3px;
    }

    .banner_btn_box .banner_btns {
        gap: 8px;
    }

    .banner_btn_box .banner_btn a{
        font-size: 14px;
        min-width: auto;
        padding: 6px 10px;
    } 

    .xr_intro_banner h1 {
        font-size: 36px;
    }
    .main_point_wrap .main_point_word_box {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .banner_txt p {
        font-size: 18px;
    }

    .main_point_wrap .main_point_word_box h3 a {
        font-size: 20px;
    }

    .main_point_word_box .border-line {
        width: 100%;
        height: 1px;
        right: -45px;
        left: 0;
        bottom: -22px;
    }

    .xr_meeting_wrap .xr_txt h3 {
        font-size: 24px;
    }

    .xr_meeting_wrap .xr_txt .sub_title {
        margin-bottom: 10px;
    }

    .xr_meeting_wrap .xr_txt .sub_title p {
        font-size: 20px;
    }

    .xr_meeting_wrap .xr_txt .xr_description {
        font-size: 16px;
    }

    .main_point_wrap .main_point_word_box h3 {
        margin-bottom: 12px;
    }
    .sec04 .left_right_box{
        margin-bottom: 20px;
    }
    .txt_img_box.variety_lang_box{
        margin-bottom: 20px;
    }
    .section-box .sub-title{
        font-size: 24px;
    }
    section.sec02 .card-title{
        font-size: 18px;
    }

    /* 특장점 */
    .list_wrap {
        gap: 7px;
    }

    .list_wrap .list_title {
        min-width: 154px;
        min-height: 38px;
        margin-bottom: 12px;
    }

    .list_wrap .list_title a {
        line-height: 38px;
        font-size: 16px;
    }

    .list_wrap .list_description span {
        font-size: 14px;
    }

    .strength_img .manual_btn {
        bottom: 20px;
    }

    .strength_img .manual_btn a {
        font-size: 14px;
        min-width: fit-content;
        line-height: 16px;
        padding: 6px 36px;
    }

    .strength_img .manual_btn a small {
        font-size: 12px;
    }

    /* 주요기능 */
    .left_right_box .left h4 {
        font-size: 24px;
    }
    .txt_img_box .box_left_right .box_left{
        align-items: center;
    }
    .left_right_box .left .left_description {
        font-size: 16px;
    }

    .title_lg h4 {
        font-size: 16px;
    }

    .txt_img_box .box_left_right {
        height: auto;
        padding: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .txt_img_box .box_left_right .box_right .img {
        width: 100%;
    }

    .txt_img_box .box_left_right .box_left p.box_title {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }

    .txt_img_box .box_left_right .box_left h4 {
        font-size: 18px;
    }

    .txt_img_box .box_left_right .box_left .box_description p, .txt_img_box .box_left_right .box_left .box_description ul li {
        font-size: 16px;
        text-align: center;
    }

    .language {
        padding: 12px 20px 12px 20px;
    }

    .language .language_header {
        justify-content: space-between;
    }

    .txt_img_box .box_left_right .box_left .box_description p {
        font-size: 14px;
    }

    .language .language_header p {
        font-size: 16px;
    }

    .advisor_box .advisor_group .advisor {
        height: auto;
    }

    .advisor_box .advisor_group {
        flex-direction: column;
    }

    .advisor_box .advisor_group .advisor .content {
        flex-direction: column;
        gap: 15px;
    }

    .advisor_box .advisor_group .advisor .content .icon_box {
        width: 100%;
    }

    .advisor_box .advisor_group .advisor .content .icon_box p {
        font-size: 18px;
    }

    .advisor_box .advisor_group .advisor .content .txt_box {
        width: 100%;
    }

    .advisor_box .advisor_group .advisor .content .txt_box p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .advisor_box .advisor_group .advisor .content .txt_box .description span {
        font-size: 14px;
    }

    /* 서비스 종류 */
    .service_type_wrap ul {
        gap: 20px;
        flex-direction: column;
    }
    .toggle-container{
        margin-bottom: 30px;
    }
    .service_type_wrap .section_inner{
        padding: 0 60px;
    }
    .service_type_wrap ul li .service_type_con {
        height: 896px;
    }

    .service_type_wrap ul li.custom_service .service_type_con {
        height: 896px;
    }

    .service_type_wrap ul li .service_content {
        height: 811px;
    }

        .service_type_wrap ul li .service_type_title h1 {
        font-size: 24px;
    }

    .service_type_wrap ul li .sub_title h2 {
        font-size: 20px;
    }

    .service_type_wrap ul li .description h4 {
        font-size: 18px;
    }

    .service_type_wrap ul li .description p {
        font-size: 14px;
    }

    .service_type_wrap ul li .description .icon_description span {
        font-size: 15px;
    }

    .service_type_wrap ul li .btn_buy_box button {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        font-weight: 600;
    }

    /* 활용 */
    .use_wrap ul {
        gap: 15px;
    }
    .use_wrap ul li span {
        font-size: 14px;
    }

    .language ul li {
        font-size: 14px;
        width: 105px;
    }

    .section.sec12{
        padding: 30px 30px;
    }
    
    /* XR스페이스*/
    .xr_space_wrap .xr_space_txt {
        position: static;
    }   

    .xr_space_wrap .xr_space_txt .xr_space_title {
        margin: 20px 0 12px;
        
    }

    .xr_space_wrap .xr_space_txt .xr_space_title h2 {
        font-size: 20px;
        color: var(--grey900);
        text-align: center;
    }
    
    .xr_space_wrap .xr_space_txt .xr_space_description p {
        font-size: 14px;
        color: #555;
        text-align: center;
    }

    .space_meeting .space_meeting_title h1 {
        font-size: 28px;
    }

    .space_meeting .space_meeting_title .plus {
        font-size: 38px;   
    }

    .space_meeting .space_meeting_title span {
        font-size: 14px;
    }

    .space_meeting_img {
        gap: 40px;
        display: grid;
    }

    .space_meeting_img img {
        margin-bottom: 12px;
    }

    .space_meeting_img span {
        font-size: 16px;
    }
    .pricing-footer{
        margin-top: 20px;
    }
    /* 플로팅배너 */
    .floating-banner {
        width: 85%;
    }

    .banner-img {
        width: 100%;
        height: auto;
    }

    .txt_img_box .faq-btn {
        font-size: 14px;
        padding: 8px;
        flex-direction: row;
        gap: 8px;
    }

    .txt_img_box .faq-btn small {
        font-size: 14px;
    }
}
@media all and (max-width: 670px) {
    .sec06 .list_wrap{
        flex-direction: column;
    }
    .sec06 .list_wrap li{
        height: 250px;
    }
    .ex-main-banner-wrapper .bx-viewport {
        padding-top: 55px !important;
        height: auto !important;
    }
    .ex-slide-item{
        height: 730px !important;
    }
    /* 2. 메인 콘텐츠 수직형 세로 정렬 및 중앙 배치 */
    .ex-main-content {
        flex-direction: column ;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 0;
        gap: 20px;
    }

    /* 3. 좌측 텍스트 정보 정렬 변경 */
    .ex-main-info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; 
        text-align: center !important;
        padding-left: 0;
    }
    .ex-main-title {
        font-size: 26px; 
        line-height: 1.35;
        margin-bottom: 20px;
    }

    .ex-main-badge-group {
        justify-content: center ; 
        flex-wrap: wrap; 
        gap: 6px ;
        font-size: 18px;
        margin-bottom: 3px;
    }

    .ex-main-desc {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .ex-main-btn {
        padding: 10px 24px ;
        font-size: 18px;
    }

    /* 4. 우측 그래픽 이미지 영역 제어 */
    .ex-main-mockup-img {
        width: 100% !important;
        height: 200px !important;
        max-width: 480px; /* 과도하게 커지는 것을 방지하기 위한 최대 너비 캡핑 */
    }

    /* 5. bxSlider 모바일 좌우 화살표 숨김 (시안 형태 반영 및 스와이프 유도)*/
    .ex-main-banner-wrapper .ex-bx-wrapper .bx-controls-direction {
        display: none !important;
    }

    /* 6. 하단 고정 투명 유틸 바 세로형(시안 매칭) 레이아웃 재정의 */
    .ex-status-list {
        align-items: center !important;
        justify-content: center !important;
        padding: 14px 0 !important;
        gap: 16px; 
    }
    .ex-main-graphic{
        max-width: 80%;
    }
    .ex-main-bottom-bar{
        bottom: 2%;
    }
    .ex-status-list li {
        width: 100% !important;
        text-align: center !important;
        align-items: center;
    }

    /* 데스크톱 가로 구분선 제거 */
    .ex-status-list li:not(:last-child)::after {
        display: none !important;
    }

    /* 가로 바(-) 디자인 구현 */
    /* .ex-status-list li:not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: -10px; 
        left: 50%;
        transform: translateX(-50%);
        width: 20px; 
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4); 
    }  */

    .ex-status-list li strong {
        display: inline-block !important;
        font-size: 16px !important;
        margin-bottom: 2px !important;
        padding-right: 5px;
    }

    .ex-status-list li span {
        display: inline-block !important;
        font-size: 13px !important;
    }

}
@media screen and (max-width: 670px) {
    .ex-status-list {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 12px 0 !important;
    }

    .ex-status-list li {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .ex-status-list li:not(:last-child)::before {
        display: none;
    }

    .ex-status-list li:last-child {
        margin-left: 25% !important;
    }
}

@media all and (max-width: 499px) {
    .section-box .xrm-wrap{
        padding: 0;
    }
    .section .section_inner{
        padding: 0;
    }
    .section.sec10 .section_inner{
        padding: 0 20px;
    }
    .section.sec12{
        padding: 30px 0;
    }
    .xr_intro_banner h1 {
        font-size: 24px;
    }
    .section.service_type_wrap .section_inner{
        padding: 0 20px;
    }
    .sec12 .section_inner{
        padding: 0 20px;
    }
    .sec13 .section_inner{
        padding: 0 20px;
    }

    .banner_txt p {
        font-size: 14px;
    }

    .txt_img_box .faq-btn {
        font-size: 12px;
    }
    .txt_img_box .faq-btn small{
        font-size: 12px;
    }

    .ex-main-desc{
        margin-bottom: 22px;
    }
    .ex-slide-item{
        height: 670px !important;
    }
    .ex-main-graphic{
        max-width: 400px;
    }
    .ex-main-content{
        padding-top: 20px;
    }
    .ex-main-badge-group{
        font-size: 14px;
    }
    .txt_img_box .box_left_right .box_left .box_description p, .txt_img_box .box_left_right .box_left .box_description ul li {
        font-size: 14px;
    }
}

@media all and (max-width: 374px) {
    .list_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}