@charset "utf-8";
@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;
}
@import url('https://webfontworld.github.io/sunn/SUIT.css');
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
:root {
  --font-suit: "SUIT";
  --primary1000: #df5822;
  --primary900: #ed5c23;
  --light_blue: #67acf9;
  --primary_blue: #8ec3ff;
  --deep_blue: #318df5;
  --deep_blue_hover: #2c85eb;
  --primary25: #fef0e9;
  --grey900: #222;
  --grey700: #333;
  --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;
}

.container.xr_view {
  width: 100%;
  height: 100vh;
  /*    min-height: 600px;*/
  position: fixed;
  overflow: hidden;
}
.essential {
  color: var(--system-color-red);
}

.xr_view .popup_box {
  width: 420px;
  min-width: 220px;
  height: 80vh;
  max-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  position: fixed;
  background: #fff;
  border-radius: 30px 0 0 30px;
  right: -430px;
  top: 20px;
  z-index: 10;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  box-shadow: var(--shadow--large) !important;
  /* border: 1px solid var(--grey100); */
}

/* .xr_view .popup_box::-webkit-scrollbar,
.chatting .chat_con::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
  margin-left: -10px;
}

.xr_view .popup_box::-webkit-scrollbar-thumb,
.chatting .chat_con::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}

.xr_view .popup_box::-webkit-scrollbar-track,
.chatting .chat_con::-webkit-scrollbar-track {
  background-color: #f4f6f7;
  border-radius: 5px;
} */

.xr_view .popup_box.show_box {
  right: 0;
}
.xr_view .popup_top {
  width: 100%;
  padding: 10px 16px;
  text-align: center;
}
.xr_view .popup_top img {
  height: 34px;
}

.xr_view .popup_top .prev_btn img {
  transform: rotate(180deg);
  width: 20px;
  filter: invert(14%) sepia(0%) saturate(4425%) hue-rotate(182deg) brightness(81%) contrast(78%);
}
.popup_fold {
  background: #fff;
  border-radius: 20px;
  position: fixed;
  top: 74px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99990;
}

.popup_fold.rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 430px;
}

.popup_fold.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.popup_fold img {
  display: block;
}

.popup_fullscreen.rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 430px;
}

.popup_fullscreen.no_rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}

.popup_fullscreen.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
}


.popup_fullscreen {
  background: #cfcfcf;
  border-radius: 20px;
  position: fixed;
  top: 25px;
  /* left: 0; */
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 99990;
  right: 430px;
}

.popup_fullscreen .icon_fullscreen{
  width: 30px;
  height: 30px;
}

.popup_fullscreen .icon_fullscreen {
  background: url('/img/xr_city/meetingroom/icon_fullscreen.svg');
}


.popup_fullscreen.on .icon_fullscreen {
  background: url('/img/xr_city/meetingroom/icon_fullscreen_end.svg');
}

.popup_fullscreen.fold {
  right: 10px;
}

.xr_view .popup_cont .img_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.xr_view .popup_cont .img_box .space-edit-btn {
  position: absolute;
  top: auto;
  bottom: 12px;
  right: 12px;
  background: rgba(217, 235, 255, 0.9);
  margin: 0;
}


.xr_view .popup_title {
  font-size: 20px;
  line-height: 1.3;
  padding: 20px;
  color: #222;
  font-weight: bold;
}

.xr_view .popup_text {
  padding: 20px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.xr_view .xr_title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  line-height: 1.3;
  word-break: keep-all;
}

.wrap_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
}

.xr_view .xr_tag {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

.xr_view .xr_tag a {
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  border-radius: 14px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #777;
  border: solid 1px #dcdcdc;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.xr_view .xr_tag a:hover {
  background: #fff;
  color: #ed5c23;
  border: solid 1px #ed5c23;
}

.xr_view .area-btn3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  position: sticky;
  bottom: 0px;
  padding-bottom: 20px;
}

.xr_view .area-btn3 a {
  overflow: hidden;
  border-radius: 25px;
  line-height: 48px;
  color: #fff;
  background: #ed5c23;
  border: #ed5c23 solid 1px;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 100%;
  word-break: keep-all;
}

.xr_view .area-btn3 a:hover {
  background: #fff;
  color: #ed5c23;
}

.xr_view .popup_cont {
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}

.xr_view .popup_cont img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.xr_view .xr_text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  word-break: keep-all;
}

.btn_like {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39px;
  height: 39px;
}

.btn_like .btn_heart {
  width: 39px;
  height: 39px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.btn_like input[type="checkbox"] {
  display: none;
}

.btn_like input[type="checkbox"] + label img {
  width: 39px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.btn_like input[type="checkbox"]:checked + label img {
  top: auto;
  bottom: 0;
}

.wrap_xr_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.like_num {
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

.wrap_com_num {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  flex-wrap: nowrap;
}

.wrap_com_num b {
  margin-right: 4px;
  font-weight: 500;
}

.wrap_com_num span {
  font-weight: 800;
  color: #222;
}

.wrap_com_num img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  margin-left: 4px;
}

.wrap_like img {
  width: 14px;
  vertical-align: top;
  display: inline-block;
}

.wrap_com_num span::after {
  content: "";
  margin: 0 0 0 10px;
  color: #888;
}

.wrap_com_num span:last-child::after {
  content: "";
  margin: 0;
}

.wrap_com {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
}

.wrap_com > textarea {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  resize: none;
  padding: 10px 12px;
  height: 46px !important;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: #222;
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
}

.wrap_com > textarea:active,
.wrap_com > textarea:hover,
.wrap_com > textarea:focus {
  outline: solid 1px #666;
}

.wrap_com .btn_comment {
  display: inline-block;
  border-radius: 4px;
  background: #eee;
  color: #222;
  width: auto;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: -1px;
  padding: 0 10px;
}

.wrap_com .btn_comment:hover {
  background: #ccc;
}

.box-list-comment {
  margin: 20px 0;
  width: 100%;
  padding-left: 10px;
}

.xr_view .box-list {
  position: relative;
  margin: 0 0 20px;
}

.xr_view .box-list .box-content-text {
  margin: 0 0px 5px 0;
  color: #333;
  word-break: break-all;
}

.xr_view .box-list .box-name {
  float: left;
  margin: 0 10px 0 0;
  color: #ed5c23;
  font-weight: 700;
}

.xr_view .box-list .box-read {
  font-weight: 400;
  width: 100%;
  margin: 6px 0;
}

.xr_view .box-list .box-action {
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.box-list .box-action > div:before {
  content: "·";
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 14px;
  padding: 0 5px;
}

.xr_view .btn-comment {
  display: inline-block;
  font-weight: 400;
}

.xr_view .btn-comment a {
  color: #999;
}

.xr_view .box-date {
  display: inline-block;
  color: #999;
  font-weight: 400;
}

.xr_view .box-date {
  display: inline-block;
  color: #999;
}

.xr_view .box-list .box-action > div:first-child:before {
  display: none;
}

.xr_view .box-list.my-comment:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -5px;
  left: -10px;
  width: 2px;
  height: 73px;
  background: #ed5c23;
}

.xr_view .no_comment img {
  width: 40px;
  margin-bottom: 10px;
}

.xr_view .no_comment {
  text-align: center;
  color: #aaa;
  width: 100%;
  padding: 30px 0;
  font-weight: 400;
}

.xr_view .comment_topbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.xr_view .comment_topbox .comment_topleft {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.xr_view .comment_topright {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.xr_view .comment_topright span {
  margin-left: 4px;
  font-size: 14px;
}

.xr_view .comment_topbox .btn_like {
  width: 16px;
  height: 16px;
}

.xr_view .comment_topbox .btn_like .btn_heart {
  width: 16px;
  height: 15px;
}

.xr_view .comment_topbox .btn_like input[type="checkbox"] + label img {
  width: 16px;
  filter: grayscale(1);
}

.xr_view .comment_topbox .btn_like input[type="checkbox"]:checked + label img {
  filter: none;
}

.xr_view .box-list.box-reply {
  margin: 0 0 20px 20px;
  background: #fff;
}

.xr_view .comment-reply-content-box .box-list.my-comment:before {
  height: 100%;
  top: 0;
}

.xr_view .box-layout-comment .box-write {
  padding-left: 10px;
  padding-top: 20px;
}

.xr_view .box-write {
  position: relative;
  padding: 0 0 10px 0px;
  font-size: 12px;
}
.xr_view .box-write .box-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}

.xr_view .box-write .box-btn a {
  display: block;
  width: inherit;
  height: inherit;
  background: #ed5c23;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
}

.xr_view .box-write .box-write-comment {
  position: relative;
  border: 1px solid #d9dce1;
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
  margin: 0 54px 0 0;
}

.xr_view .box-write .box-write-comment .box-input {
  position: relative;
  z-index: 2;
  background: transparent;
  white-space: pre-wrap;
  word-break: break-all;
  min-height: 18px;
  outline: none;
  border: none;
  font-size: 14px;
}

.xr_view .box-write .box-cancel {
  margin: 8px 54px 0 0;
  font-size: 11px;
  color: #999;
  text-align: right;
}

.xr_view .box-write .box-cancel a {
  color: #ed5c23;
}

.xr_view .box-write .wrap_com textarea {
  background: #fafafa;
  padding: 5px 10px;
  height: 34px;
  font-size: 13px;
}

.xr_view .box-write .wrap_com .btn_comment {
  line-height: 46px;
}
.box-list .comment-content-box .box-option {
  display: none;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.box-list .comment-content-box .box-option .btn-option {
  width: 15px;
  height: 3px;
  padding: 8px 5px;
}
.box-list .comment-content-box .box-option .btn-option span {
  float: left;
  width: 3px;
  height: 3px;
  background: #bec2c9;
  border-radius: 50%;
  margin: 0 1px;
}
.box-list .comment-content-box .box-option .box-floating {
  display: none;
  position: absolute;
  top: 100%;
  right: -5px;
  z-index: 3;
  width: 68px;
  border: 1px solid #d9dce1;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 5px 0;
}
.box-list .comment-content-box .box-option .box-floating:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 10px;
  left: 0;
  height: 6px;
  background: url("/img/issue/ico-arrow-floating.png") no-repeat right center;
}
.box-list .comment-content-box .box-option .box-floating .btn-modify a span {
  background: url("/img/issue/ico-modify.png") no-repeat left center;
}
.box-list .comment-content-box .box-option .box-floating .btn-delete a span {
  background: url("/img/issue/ico-delete.png") no-repeat left center;
}
.box-list .comment-content-box .box-option .box-floating > div a span {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 13px;
  margin-right: 6px;
}

.box-list .comment-content-box .box-option .box-floating > div a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 22px;
}
.box-list .comment-content-box .box-option .box-floating > div a:hover {
  background: #ed5c23;
  color: #fff;
}
.box-list .comment-content-box:hover .box-option {
  display: inline-block;
}
.box-list-comment {
  margin-top: 20px;
}

/* 세이브더칠드런 스페이스 */

.savethechildren * {
  box-sizing: border-box;
}

.savethechildren  .popup_cont {
  height: 236px;
  min-height: 236px;
}

.savethechildren .popup_cont img {
  height: auto;
}

.savethechildren .xr_title {
  font-size: 24px !important;
  margin-bottom: 26px;
}

.xr_view .savethechildren .xr_text {
  color: #222;
  word-break: keep-all;
  margin-top: 20px;
} 

.xr_view .savethechildren .xr_text b {
  margin-bottom: 10px;
}

.xr_view .savethechildren .xr_text ul {
  margin-top: 10px;
  line-height: 140%;
}

.xr_view .savethechildren .xr_text ul p {
  margin-bottom: 8px;
}

.xr_view .savethechildren .xr_text ul li {
  font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #222;
}

.xr_view  .savethechildren .xr_tag a {
  padding: 0;
}

.xr_view  .savethechildren .xr_tag a img {
  border-radius: 15px;
}

.savethechildren.popup_wrap .popup_top .btn_right_group {
  margin-right: 0;
}

.savethechildren .icon_btn_s:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.xr_view .savethechildren .popup_box {
  overflow-x: hidden !important;
  background-color: #F8F4ED;
  border: none;
  top: 20px;
}

.savethechildren textarea, input{
  border: none;
  outline: none;
  color: #222;
  padding: 8px 6px !important;
  height: auto;
}

.xr_view .savethechildren .xr_tag a {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdc;
}

.savethechildren .wrap_com > textarea:active, .wrap_com > textarea:hover, .wrap_com > textarea:focus {
  outline: 0 !important;
}

.xr_view .savethechildren_area-btn3.area-btn3  a {
  background: #DA291C;
  border: 1px solid #DA291C;
}

.xr_view .savethechildren_area-btn3.area-btn3  a:hover {
  background: rgba(0, 0, 0, 0);
  color: #DA291C;
  border: 1px solid #DA291C;
}

.savethechildren .wrap_com .btn_comment:hover {
  background: #666;
}

.savethechildren .wrap_com .btn_comment {
  display: inline-block;
  border-radius: 4px;
  background: #101010;
  color: #fff;
  width: 75px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 600;
}

.savethechildren .wrap_com > textarea {
  color: #222;
  border-radius: 0;
  outline: none;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #999;
}

.savethechildren .wrap_com {
  flex-direction: column;
  gap: 12px;
}

.savethechildren .wrap_com .input_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.savethechildren .wrap_com .input_box label {
  width: 68px;
  font-weight: 600;
  color: #333;
}


.savethechildren .wrap_com > textarea:active, .wrap_com > textarea:hover, .wrap_com > textarea:focus {
  outline: 0 !important;
}

.savethechildren #nickname,
.savethechildren #comment  {
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 12px 6px;
  background-color: rgb(255 255 255 / 45%);
  border-radius: 5px;
  border: 1px solid #EBE1D1;
  resize: none;
}


.savethechildren #nickname::placeholder ,
.savethechildren #comment::placeholder {
  color: #999;
}

.xr_view .savethechildren .box-list {
  /* padding: 10px 12px;
  background-color: rgb(255 255 255 / 45%);
  border-radius: 3px;
  border: 1px solid #EBE1D1; */
  margin: 0 0 10px;
}

.xr_view .savethechildren .box-list .box-name {
  color: #A57FB2;
  font-weight: 700;
  font-size: 14px;
  word-break: break-word;
  white-space: normal;
}

.xr_view .savethechildren .kamco_popup_box .box-list .box-name {
  color: #535b8e;
}

.xr_view .savethechildren .box-list .box-read {
  margin: 3px 0 0;
  font-size: 14px;
  color: #222;
}

.guest_book {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  color: #222;
  border-top: 1px solid #EBE1D1;
  margin-top: 20px;
}

.savethechildren .box-list-comment {
  padding-left: 0;
}

.xr_view .savethechildren .box-list .box-content-text {
  margin: 0 0 15px 0;
}

.xr_view .savethechildren .box-list.my-comment:before {
  top: 1px;
  bottom: -5px;
  left: -10px;
  width: 2px;
  height: 20px;
  border-radius: 50px;
  background: #A57FB2;
}

.popup_event_wrap {
  margin-bottom: 20px;
  width: 100%;
}

.popup_event_wrap h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}

.popup_event_wrap b {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 10px;
  color: #da291c;
}

/* 캠코 스페이스 */
.popup_wrap.kamco {
  width: 100%;
  height: 100%;
  background: url('/img/xr_city/xr_thumb/kamco_ready.jpg') repeat;
  background-size: 100%;
  object-fit: cover;
}

.popup_wrap.kamco .popup_fold,
.popup_wrap.kamco .popup_box {
  display: none;
  opacity: 0;
  transition: none;
}

/* SNS공유하기 */
.popup_text .share {
  position: relative;
  width: 42px;
  height: 40px;
  margin-top: -5px;
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: right;
  font-size: 0;
}

.popup_text .share .sns {
  visibility: hidden;
  position: absolute;
  left: -205px;
  bottom: 42px;
  width: 252px;
  cursor: default;
  z-index: 10000;
}

.popup_text .share:hover .sns {
  visibility: visible;
  text-indent: 0;
}

.sns-area {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 280px;
  height: 250px;
  padding: 20px;
  margin-left: -160px;
  margin-top: -140px;
  border: 1px solid #a1a1a1;
  background-color: white;
  display: none;
  z-index: 9999;
}

.sns-area h1 {
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.sns-area h1 span {
  float: right;
}

.sns-area ul {
  padding: 30px 0 20px 0;
  overflow: hidden;
}

.sns-area ul li {
  float: left;
  width: 100%;
  margin: 0 0 5% 10%;
  padding: 0;
}

.sns-area ul li:first-child {
  margin-left: 0;
}

.sns-area ul li:nth-child(5) {
  margin-left: 0;
}

.sns-area input[type="text"].width-250 {
  width: 75%;
  float: left;
  display: inline-block;
  height: 35px;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  color: #999;
}

.sns-area .btn2 {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  float: right;
  margin: 0 0 0 0px;
}

.sns-area .btn2 a {
  display: block;
  padding: 0 10px;
  height: 35px;
  background: #777;
  font-size: 13px;
  color: #fff;
  line-height: 35px;
  min-width: 45px;
  text-align: center;
}

.sns-area2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: fit-content;
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 20px;
  z-index: 100000;
}

.sns-area2 > div {
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.sns-area2 h1 {
  display: none;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.sns-area2 ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns-area2 ul::after {
  content: "";
  display: block;
  clear: both;
}

.sns-area2 ul li {
  margin: 0 0px 20px 7px;
  padding: 0;
  width: auto;
  float: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}

.sns-area2 ul li img {
  width: 100%;
  display: block;
}

.share_mob img {
  display: block;
  width: 100%;
}

.sns-area2 ul li:first-child {
  margin-left: 0;
}

.sns-area2 input[type="text"].width-250 {
  width: 135px;
  height: 35px;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  color: #999;
}

.sns-area2 .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.sns-area2 .btn a {
  display: block;
  padding: 0 10px;
  height: 35px;
  background: #777;
  font-size: 13px;
  color: #fff;
  line-height: 35px;
  min-width: 45px;
  text-align: center;
}

.sns-area2 .btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.wrap_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xr_sns_wrap {
  position: relative;
  z-index: 99992;
  display: none;
}

.xrcity_banner {
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: #222;
  word-break: keep-all;
  line-height: 1.3;
}

.xrcity_banner a {
  display: inline-block;
  width: 100%;
}

.xrcity_banner img {
  display: inline-block;
  width: 160px;
  max-width: 70%;
  margin-bottom: 8px;
}

.xr_footer {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

/* 언어 번역 설정 */
.translation {
}
.translation::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  margin-top: 1px;
  margin-left: -10px;
  background: #ddd;
}
.translation .btn_translation {
  position: relative;
  width: 26px;
  height: 14px;
  display: block;
  vertical-align: -1px;
  cursor: pointer;
  background-image: var(--ico_global);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.translation .btn_translation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
}
.translation .btn_translation:hover {
  filter: invert(41%) sepia(84%) saturate(569%) hue-rotate(334deg)
    brightness(95%) contrast(107%);
}
.translation .translation-state {
  display: none;
}
.translation .translation-state:checked + .language_box {
  opacity: 1;
  visibility: visible;
}
.translation .translation-state:checked + .language_box .modal__inner {
  top: 0;
}

.language_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: left;
  transition: opacity 0.25s ease;
}
.language_box.display {
  opacity: 1;
  visibility: visible;
}
.language_box_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.language_list {
  transition: top 0.25s ease;
  position: absolute;
  top: 15px;
  right: 30px;
  width: calc(100% - 60px);
  max-width: 700px;
  height: 350px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px 10px 3px 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.language_list .list_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.language_list .list_header > h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.language_list .list_header > h3 > i {
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-right: 7px;
  vertical-align: -1px;
  background-image: var(--ico_global);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.language_list_close {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.language_list_close:after,
.language_list_close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 15px;
  background: #999;
  display: block;
  transform: rotate(45deg);
}
.language_list_close:hover:after,
.language_list_close:hover:before {
  background: #333;
}
.language_list_close:before {
  transform: rotate(-45deg);
}

.language_list .list_content {
  flex: 1;
  overflow-y: auto;
  width: calc(100% - 0px);
}
.language_list .list_content::-webkit-scrollbar {
  width: 5px;
}
.language_list .list_content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.language_list .list_content::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 0 0 10px 10px;
}

.language_list ul.list {
  padding: 10px 15px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, auto));
  align-items: center;
  gap: 7px 5px;
}
.language_list ul.list button {
  font-size: 15px;
  color: #555;
  display: inline-block;
  height: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;

}
.language_list ul.list button::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  margin-right: 7px;
  vertical-align: 1px;
  transform: scale(0.8) rotate(45deg);
}

.language_list ul.list .active button {
  color: #000;
  font-weight: 600;
  background: #e9e9e9;
}
.language_list ul.list .active button::before {
  border-color: #000;
}
.language_list ul.list button:hover {
  background: #ed5c34;
  color: #fff !important;
}
.language_list ul.list button:hover::before {
  border-color: #fff;
}
/* 번역 - 모바일 */
.gnb_mobile .translation {
  margin-right: 20px;
}
.gnb_mobile .translation::before {
  display: none;
}
.gnb_mobile .translation .btn_translation::after {
  display: none;
}
.gnb_mobile .translation .btn_translation {
  width: 27px;
  height: 27px;
  opacity: 0.5;
}
.gnb_mobile .translation .btn_translation:hover {
  filter: none;
}

.popup_wrap .popup_top .display_flex {
  display: flex;
  gap: 12px;
  text-align: center;
}

.popup_wrap .popup_top .btn_left_group .material-icons {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_wrap .popup_top .btn_right_group {
  float: right;
  margin-right: 0;
  gap: 8px;
}
div.clear {
  clear: both;
  content: "";
}
/* 드롭다운 */
.m_menu {
  position: relative;
}
.primary {
  color: var(--primary900);
  font-weight: 600;
}
.popup_wrap .popup_top { 
  height: auto;
}
.popup_wrap .popup_top .mobile_menu {
  animation: fadeIn 0.3s ease;
  display: none;
  position: absolute;
  z-index: 999;
  font-size: 16px;
  text-align: left;
  box-shadow: var(--shadow--large);
  border: 1px solid var(--grey100);
  border-radius: 8px;
  background-color: #fff;
  top: 40px;
  width: 193px;
  right: 0;
  padding: 4px;
}
/* 애니메이션 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup_wrap .popup_top .mobile_menu ul li a {
  font-family: var(--font-suit);
  padding: 10px 12px;
  display: block;
}
.popup_wrap .popup_top .mobile_menu ul li a:hover {
  background-color: var(--grey100);
  border-radius: 4px;
}
.popup_wrap .popup_top .btn_left_group .icon_btn_s,
.popup_wrap .popup_top .icon_btn_s,
.icon_btn_s {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.popup_wrap .popup_top .icon_btn_s img {
  width: 28px;
}
.popup_wrap .popup_top .close_btn img {
  width: 34px;
}

.popup_wrap .popup_top .minimize img {
  width: 23px;
  filter: invert(48%) sepia(13%) saturate(292%) hue-rotate(169deg) brightness(94%) contrast(87%);
  transform: translateY(-5px);
  padding-top: 7px;
  
}
.popup_wrap .popup_top .ico,
.ico {
  font-size: 24px;
  color: #707880;
  line-height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
}

.nav_link {
  border-top: 1px solid var(--grey100);
  border-bottom: 1px solid var(--grey100);
  color: var(--grey700);
}
.nav_link li {
  font-size: 14px;
  border-bottom: 0;
}
/* .icon_btn_s {
  margin-right: 4px;
} */

.popup_wrap .popup_top .icon_btn_s:hover,
.popup_wrap .popup_top .icon_btn_s:hover,
.popup_wrap .popup_top .owner_set_btn:hover {
  background-color: var(--grey100);
  border-radius: 4px;
}
.nav_link.ico_nav {
  font-size: 16px !important;
}
.popup_wrap .popup_top p {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
.xr_thumb_survey img {
  width: 100% !important;
}
.place_icon,
.people_icon,
.set_icon {
  position: relative;
}
.place_icon:hover::after {
  position: absolute;
  content: "스페이스 네비게이션";
  background-color: #0000009f;
  z-index: 2;
  font-size: 14px;
  padding: 0px 10px;
  color: #fff;
  line-height: 26px;
  height: 28px;
  border-radius: 4px;
  top: 30px;
  left: -20px;
}

.people_icon:hover::after {
  position: absolute;
  content: "XR 미팅룸 바로가기";
  background-color: #0000009f;
  z-index: 2;
  font-size: 14px;
  padding: 0px 10px;
  color: #fff;
  line-height: 26px;
  height: 28px;
  width: 110px;
  border-radius: 4px;
  top: 26px;
  left: -20px;
}

.set_icon:hover::after {
  position: absolute;
  content: "XR 미팅룸 설정";
  background-color: #0000009f;
  z-index: 2;
  font-size: 14px;
  padding: 0px 10px;
  color: #fff;
  line-height: 26px;
  height: 28px;
  border-radius: 4px;
  top: 30px;
  left: -20px;
}

/* setting 진입 */
.popup_top .title_b {
  line-height: 140%;
  font-size: 20px;
  text-align: left;
  font-family: var(--font-suit);
  color: var(--grey900);
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup_top_con {
  padding: 0px 20px;
}
.input_name {
  font-size: 14px;
  font-family: var(--font-suit);
  color: var(--grey900);
  margin-bottom: 10px;
}
.popup_top_con form label {
  color: var(--grey700);
  font-size: 14px;
  font-family: var(--font-suit);
}
.popup_bottom {
  padding: 20px;
}
.radio_orange:checked {
  background-color: var(--primary900);
}
.basic_form {
  width: -webkit-fill-available;
  font-family: var(--font-suit);
  height: 46px !important;
  font-size: 14px;
  border: 1px solid var(--grey300);
  border-radius: 4px;
  padding: 10px 12px;
  overflow: hidden;
}
.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: 8px;
}
.input_list li label {
  vertical-align: middle;
}
.toggle_list {
  margin-left: 32px;
  margin-top: 10px;
}
.toggle_list li p,
.grey_des {
  font-family: var(--font-suit);
  color: var(--grey700);
}
.toggle_list li span,
.grey_des span {
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}
.primary_btn {
  width: 49%;
  background-color: var(--primary900);
  display: inline-block;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  padding: 10px 18px;
  text-align: center;
  font-family: var(--font-suit);
  cursor: pointer;
  font-weight: 700;
}
.primary_btn:hover {
  color: #fff;
  background-color: var(--primary1000);
}
.grey_btn {
  width: 49%;
  background-color: var(--grey300);
  display: inline-block;
  border-radius: 4px;
  color: var(--grey700) !important;
  font-size: 14px;
  padding: 10px 18px;
  text-align: center;
  font-family: var(--font-suit);
  cursor: pointer;
  font-weight: 700;
}
.line_btn {
  width: 49%;
  border: 1px solid var(--grey300);
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  color: var(--grey900);
  font-size: 14px;
  padding: 10px 18px;
  text-align: center;
  font-family: var(--font-suit);
}
.line_btn.blue {
  border: 1px solid var(--deep_blue);
  color: var(--deep_blue);
  background-color: transparent;
}
.line_btn.blue:hover {
  background-color: #67abf918;
}
.line_btn:hover {
  background-color: var(--grey100);
}
.popup_top_con .btn_wrap,
.small_modal .btn_wrap {
  display: flex;
  justify-content: space-between;
}
.toggle_list li p,
.grey_des {
  background-color: var(--grey50);
  font-family: var(--font-suit);
  font-size: 13px;
  border-radius: 4px;
  padding: 8px 10px;
}
.grey_des  {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.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;
  padding: 6px !important;
}
.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;
}

/* 셋팅 */
body {
  position: relative;
}
.translate_setting {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 360px;
  z-index: 20;
  box-shadow: var(--shadow--large);
  border: 1px solid var(--grey100);
  border-radius: 15px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.text_center {
  text-align: center;
}
.light_blue_btn {
  background-color: #63acff33;
  color: var(--deep_blue) !important;
  display: block;
  padding: 14px 30px;
  border-radius: 24px;
  font-size: 14px;
  font-family: var(--font-suit);
  font-weight: 700;
  display: inline-block;
}
.deep_blue_btn_wide {
  background-color: var(--deep_blue);
  color: #fff !important;
  display: block;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 14px;
  font-family: var(--font-suit);
  font-weight: 700;
}
.deep_blue_btn_wide:hover {
  background-color: var(--deep_blue_hover);
}
.micro_btn {
  vertical-align: middle;
  cursor: pointer;
  color: var(--grey700);
}
.select_lang,
.select_topic {
  position: relative;
}
.select_lang p,
.basic_form p {
  color: var(--grey700);
}
.select_lang .micro_btn,
.select_topic .micro_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 10px 10px 0 0;
}
.record_stop {
  display: none;
}
.stop_ing {
  display: none;
}
.lang_list {
  padding: 10px;
  display: none;
  background-color: var(--grey50);
  border: 1px solid var(--grey300);
  border-radius: 4px;
  height: 144px;
  overflow-y: scroll;
}
.lang_list li,
.output_lang form label,
.meeting_topic form label {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: var(--font-suit);
}

.lang_list::-webkit-scrollbar,
.output_lang::-webkit-scrollbar {
  width: 4px;
}

.lang_list::-webkit-scrollbar-track,
.output_lang::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.lang_list::-webkit-scrollbar-thumb,
.output_lang::-webkit-scrollbar-thumb {
  background: var(--grey300) !important;
  border-radius: 25px !important;
  margin-right: 4px !important;
  height: 54px !important;
}
.lang_list.active {
  display: block;
}

.micro_btn.rotate {
  transform: rotate(180deg);
  transition: ease-in;
  text-align: left;
  padding: 10px;
}
.output_lang form label,
.meeting_topic form label {
  display: block;
}
.blue {
  background-color: #67abf918;
}

.output_lang,
.meeting_topic {
  border: 1px solid var(--grey300);
  padding: 10px;
  border-radius: 4px;
  overflow-y: scroll;
  height: 200px;
  display: none;
}
.output_lang .search_wrap input {
  border-radius: 4px;
  background-color: var(--grey50);
  border: none;
  padding: 10px;
  height: 36px;
  line-height: 36px;
  width: 100%;  
}

.output_lang form label input {
  cursor: pointer;
}
.output_lang.active,
.meeting_topic.active {
  display: block;
}
.search_wrap {
  position: relative;
}
.search_wrap .icon_btn_s {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.output_lang input[type="checkbox"],
.meeting_topic input[type="checkbox"] {
  margin-top: -2px !important;
}
.mini_popup_left_bottom {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background-color: var(--grey100);
  max-height: 70vh;
  height: auto;
  width: 360px;
  z-index: 50;
  box-shadow: var(--shadow--large);
  border: 1px solid var(--grey100);
  border-radius: 15px;
  height: max-content;
  max-height: 70vh;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}
.mini_popup_left_bottom .bottom_left_modal {
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
/* .mini_popup_left_bottom.mini_popup_participants_bottom {
  height: max-content;
  max-height: 70vh;
}
.mini_popup_left_bottom.mini_popup_participants_bottom .bottom_left_modal {
  max-height: 70vh;
  display: flex;
  flex-direction: column;
} */

.mini_popup_left_bottom.mini_popup_participants_bottom .popup_top_con > div > p {
  font-weight: 600;
}

.mini_popup_left_bottom .popup_top {
  background-color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.mini_popup_left_bottom .bottom_left_modal .popup_scroll {
  height: 100%;
  overflow-y: auto;
}
.mini_popup_left_bottom .popup_top_con {
  padding: 20px;
}

.mini_popup_left_bottom .popup_top_con .right_group {
    display: flex;
    align-items: center;
}

.mini_popup_left_bottom.mini_popup_participants_bottom .btn_wrap {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mini_popup_left_bottom.mini_popup_participants_bottom .btn_wrap button {
  width: 100%;
  height: 42px;
  display: none;
}

.mini_popup_left_bottom .btn_wrap button.on {
  display: block;
}

.mini_popup_left_bottom .btn_wrap button

.mini_popup_left_bottom .popup_top_con .tab {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.mini_popup_left_bottom .popup_top_con.chat_con {
  padding: 15px 15px 60px;
}

.ai_advisor {
    transition: none !important;
    animation: none !important;  
}

.ai_advisor .bottom_left_modal {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ai_advisor .mini_popup_left_bottom .popup_top_con.chat_con {
  padding: 15px;
}

/* center popup */
.mini_popup_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70vh;
    max-width: calc(100% - 32px);
    height: auto;
    width: max-content;
    z-index: 19;
    border-radius: 15px;
}

.mini_popup_center.dark {
    background-color: #000000db;
}

.mini_popup_center.dark * {
  color: #fff;
}

.mini_popup_center.dark .close_btn img,
.mini_popup_center.dark .prev_btn img {
  filter: invert(100%) sepia(21%) saturate(28%) hue-rotate(86deg) brightness(138%) contrast(108%);
}

.mini_popup_center.dark .prev_btn  {
  opacity: 0;
}

.mini_popup_center.dark .prev_btn.on {
  opacity: 1;
}

.mini_popup_center .popup_top .icon_btn_s:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.mini_popup_center .popup_top .icon_btn_s:hover span {
  color: #fff;
}

.mini_popup_center .popup_wrap {
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 20px;
}

.mini_popup_center .popup_wrap .popup_top {
  padding: 0;
}

.mini_popup_center .popup_wrap .popup_con {
  height: 100%;
}

.mini_popup_center .popup_wrap .popup_scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.mini_popup_center .popup_con .layout_info_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: min-content; 
}

.mini_popup_center .popup_con .layout_info_box li {
  position: relative;
  border: 1px solid #888;
  border-radius: 7px;
  padding: 20px;
  height: auto;
}

.mini_popup_center .popup_con .layout_info_box li input {
  position: absolute;
    top: 110px;
    left: 12px;
}

.mini_popup_center .popup_con .layout_info_box .layout_img_box {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: min-content;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .border {
    width: 100%;
    height: 1px;
    background-color: #888;
    margin-bottom: 24px;
}

.layout_section_select * {
    color: #aaa;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select {
  display: none;
  background-color: #222;
  border-radius: 7px;
  padding: 16px;
  flex-direction: column;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select.on {
  display: block;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .layout_section_head {
  margin-bottom: 24px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .layout_section_head span {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .layout_section_head span small {
  position: relative;
  color: #80BBFF;
  font-size: 13px;
  display: block;
  margin-top: 5px;  
  padding-left: 16px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .layout_section_head span small::before {
  position: absolute;
  left: 0;
  content: '※';

}

.mini_popup_center.layout_mode .popup_wrap .popup_con .basic_layout .webinar_layout_list {
    display: grid;
    gap: 24px;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .webinar_layout .webinar_layout_list {
    display: grid;
    gap: 24px;
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
    padding-right: 100px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: fit-content;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .webinar_layout .webinar_layout_option {
  gap: 24px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option > p {
    font-size: 14px;
    color: #ccc;
    width: 34px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul {
    display: flex;
    gap: 24px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul li {
    position: relative;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  appearance: none; 
  border-radius: 50%;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  margin: 0 !important;
  padding: 0 !important;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul [type="radio"]:checked {
  border: 3px solid #318df5;
  background: #fff;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .layout_section_select .webinar_layout_option ul label span {
    padding-left: 20px;
    text-align: left;
}

.mini_popup_center.layout_mode .popup_wrap .popup_con .webinar_layout .webinar_layout_option ul li img {
  padding-left: 20px;
}

.mini_popup_center .popup_con .layout_info_box li .label_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.mini_popup_center .popup_con .layout_info_box li .layout_select_btn {
  width: 100%;
  height: 36px;
  background-color: #318DF5;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.mini_popup_center .popup_con .layout_info_box li .layout_select_btn:hover {
  background-color: #2C85EB;
}

.mini_popup_center .popup_con .layout_info_box li .layout_option {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mini_popup_center .popup_con .layout_info_box li .layout_option span {
  display: inline-block;
  font-size: 13px;
  color: #aaa;
  text-align: center;
}

.mini_popup_center .popup_con .layout_info_box li .layout_option span:nth-child(2) {
  color: #80BBFF;
}


.mini_popup_center .popup_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mini_popup_center .popup_bottom button {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background-color: var(--deep_blue);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}

.mini_popup_center .popup_bottom button.cancel {
  background-color: #aaa;
}

.mini_popup_center .popup_bottom button.save {
  background-color: var(--deep_blue);
}

.layout_type_option input[type="radio"]:checked + label img {
  filter: invert(76%) sepia(80%) saturate(343%) hue-rotate(182deg) brightness(119%) contrast(133%);
}

.mini_popup_center .popup_bottom button.save:hover {
  background-color: var(--deep_blue_hover);
}

.mini_popup_center.layout_mode .popup_bottom {
  display: none;
} 

.mini_popup_center.layout_mode .popup_bottom.on {
  display: flex;
}

.suit20 {
  color: var(--grey900);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-suit);
}
.light {
  font-weight: 500;
}
.suit16 {
  color: var(--grey700);
  font-size: 16px;
  font-family: var(--font-suit);
}
.suit14 {
  color: var(--grey700);
  font-size: 14px;
  font-family: var(--font-suit);
}
.invite_link {
  background-color: #fff;
  border: 1px solid var(--grey300);
  padding: 10px;
  font-family: var(--font-suit);
}
.participants {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: var(--shadow--small);
  position: relative;
  height: 52px;
}
.participants p {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-weight: 500;
  max-width: 136px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover:hover) {
  .sort_toggle .sort_btn:hover {
    color: #333;
}
}
.sort_toggle .sort_btn {
  color: #888;
    font-size: 13px;
    text-align: left;
}
.sort_toggle .sort_btn.on {
  color: #222;
}
.owner {
  color: var(--primary_blue);
  font-size: 13px;
  font-weight: 400;
}
.participants .right_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
/* .participants .mic_setting {
  position: absolute;
  right: 10px;
  bottom: 10px;
} */

.participants .mic_setting .hand_raise_img {
  width: 26px;
}

.modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 투명한 배경색 */
  z-index: 40;
}

.double_modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 10px;
  z-index: 50;
  width: 700px;
  height: 750px;
}

.small_modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  border-radius: 10px;
  z-index: 50;
  width: 400px;
  padding: 24px;
}
.xr_logo img {
  width: 50%;
}

.double_modal .title_b,
.bold {
  font-weight: 700;
}
.double_modal .display_flex,
.small_modal .display_flex {
  display: flex;
  height: 100%;
}

/* 회의실 입장하기*/
.entrance_modal_left  {
  display: block;
}

.entrance_modal_wrap {
  display: none;
}

.entrance_modal_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000085;
  z-index: 1;
}

.bottom_left_modal.entrance_modal  {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 15px 15px 0 0;
  background-color: #f2f4f7;
  z-index: 30;
}
.bottom_left_modal.entrance_modal .popup_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px;
}

.modal_head_left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottom_left_modal.entrance_modal .popup_con {
  padding: 20px;
}

.m_entrance_btn {
  display: none;
}

.left_group.m_view {
  position: fixed;
  bottom: 0;
  background-color: #fff;
}

.double_modal .left_group {
  width: 260px;
  border-right: 1px solid var(--grey300);
  padding: 20px;
  position: relative;
}
.small_modal .display_flex {
  justify-content: space-between;
}
.double_modal .deep_blue_btn_wide {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: 20px;
}

.notice_entrance {
  position: absolute;
  bottom: 90px;
  left: 20px;
  right: 20px;
}

.notice_entrance p {
  text-align: left;
  
}  

.notice_entrance p.text_indent {
  text-indent: 15px;
}

.double_modal .right_group {
  padding: 20px;
  width: 100%;
}
.modal-content {
  margin-bottom: 20px;
}
.double_modal .thumb {
  background-color: var(--grey300);
  position: relative;

  padding-top: 56.5%;
  border-radius: 15px;
}
.double_modal .thumb .deem {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  /* background: rgb(2, 0, 36);
  background: linear-gradient(
    360deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(255, 255, 255, 0) 60%
  ); */
  border-radius: 15px;
}
.close {
  float: right;
  cursor: pointer;
}
.text_filed {
  background-color: #fff;
  width: -webkit-fill-available;
  font-family: var(--font-suit);
  font-size: 16px;
  border: 1px solid var(--grey300);
  border-radius: 4px;
  padding: 0 6px;
  overflow: hidden;
  text-indent: 0;
}
.close:hover {
  color: red;
}

.right_group .modal_head {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.counter .num {
  margin: 60px 0;
  font-size: 60px;
  color: var(--grey900);
}

.right_con {
  margin-top: 150px;
}

.double_modal .grey_btn {
  width: inherit;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 24px;
}
.stop_ing .back {
  margin-left: 8px;
}
.mb70 {
  margin-bottom: 70px;
}

#progress {
  appearance: none;
  width: 310px;
  position: relative;
}
#progress::-webkit-progress-bar {
  background: #f0f0f0;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  height: 6px;

  overflow: hidden;
}

#progress::-webkit-progress-value {
  background: var(--grey700);
  border-radius: 0px;
  height: 28px;
  width: 48px;
}

#progress-wrapper {
  position: relative;
  width: 310px;
  margin: 0 auto;
}

#progress-wrapper:before {
  display: block;
  content: var(--player-time, '0:00');
  position: absolute;
  font-family: var(--font-suit);
  border-radius: 10px;
  left: 0;
  top: 19px;
}

#progress-wrapper:after {
  content: "";
  display: block;
  content: var(--duration, '10:00');
  position: absolute;
  font-family: var(--font-suit);
  border-radius: 10px;
  right: 0;
  top: 19px;
}


/* #progress:after {
  display: block;
  content: "10:00";
  position: absolute;
  font-family: var(--font-suit);
  border-radius: 10px;
  right: 0;
  bottom: -16px;
}

#progress:before {
  display: block;
  content: "0:00";
  position: absolute;
  font-family: var(--font-suit);
  border-radius: 10px;
  left: 0;
  bottom: -16px;
} */

.ico_big {
  font-size: 60px !important;
  color: var(--grey700);
}
.recording_play_con {
  display: none;
}
.double_modal .menu_wrap,
.cam_set_con .menu_wrap {
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-40%);
}

/* .chatting .chat_con .chat_box {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: var(--shadow--small);
} */

.chat_txt_wrap {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.i_chat .chat_txt_wrap  {
  justify-content: flex-end;
}

.chat_txt_box {
max-width: 83%;
}

.chat_txt {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: var(--shadow--small);
  width: inherit;
}

.chat_txt_wrap .today {
  font-size: 12px;
}

.others_chat .chat_txt {
  border-radius: 0 15px 15px 15px;
}

.i_chat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.i_chat .chat_txt {
  border-radius: 15px 0 15px 15px;
  background-color: #CFE7FF;
}

.chatting {
  overflow: hidden;
}

.chatting .chat_con {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.ai_advisor  .chat_con {
  height: 100%;
  padding: 15px !important;
  margin-bottom: 71px;
}

.chatting .name {
  font-weight: 700 !important;
}
.chatting .top {
  display: flex;
  justify-content: space-between;
}
.mbs5 {
  margin-bottom: 5px;
}

.chat_con .first_notice_wrap {
  width: 100%;
  text-align: center;
}

.chat_con .first_notice_box {
  width: 100%;
  text-align: center;
}

.chat_con .first_notice {
  display: inline-block;
  margin: 0 auto;
}

.chat_con .date_box, 
.chat_con .alert_box {
  width: 100%;
  text-align: center;
}

.chat_con .date_box p, 
.chat_con .alert_box p {
  display: inline-block;
  background-color: #E7E9EB;
  border-radius: 50px;
  padding: 3px 15px;
  margin: 0 auto;
} 


.chat_con .today {
  font-weight: 300;
  color: #707880;
  font-size: 12px;
}

.chat_con .date {
  color: #333;
}

.chat_con  .alert,
.chat_con .notice {
  color: #333;
}

.message_input_wrap {
  width: 100%;
  height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fefeff;
}

.message_input_wrap .message_mic_div {
  display: none;
}

.message_input {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 96%;
  display: block;
  transform: translateX(-50%);
}
.message_input .basic_form {
  border: none;
  border-radius: 24px;
  box-shadow: var(--shadow--large);
  border: 1px solid #e1e1e1;
  color: var(--grey900);
  font-weight: 400;
}

.message_input .basic_form::placeholder {
  font-weight: 300;
}

.message_input_wrap .message_input:not(.message_textarea) .basic_form {
  height: 46px !important;
}

 .message_input_wrap .message_input:not(.message_textarea) .basic_form:hover {
  outline: none !important;
  border: 1px solid var(--grey200) !important;
 }

 .message_input_wrap .message_input .basic_form::placeholder {
  color: #555;
 }

 .message_input_wrap.mic_input_wrap {
  bottom: 66px;
 }

 .chat_box .chat_txt {
  position: relative;
  font-size: 14px;
  line-height: 140%;
  color: var(--grey900);
  word-break: break-all;
 }

 .chat_box .chat_txt::before {
  position: absolute;
  top: -8px;
  left: -5px;
  content: '';
  width: 18px;
  height: 22px;
  background: url(/img/xr_city/meetingroom/other_chat.svg) center no-repeat;
  /* background: url(https://local.goodmoim.com/img/xr_city/meetingroom/icon_invite.svg) center no-repeat; */
 }

 .i_chat .chat_txt::before {
  top: -8px;
  right: -4px;
  left: auto;
  background: url(/img/xr_city/meetingroom/i_chat.svg) center no-repeat;
 }

.message_input .btn_chat {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #A5AEB7;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 9px;
  right: 9px;
}

.message_input .btn_chat.on {
  background-color: var(--deep_blue);
}

.btn_chat span {
  line-height: 28px;
  vertical-align: middle !important;
}

::-webkit-scrollbar {
  width: 6px;  
  height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block; /* 스크롤 버튼 표시 */
  height: 10px; /* 스크롤 버튼 높이 */
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #aaa;
  min-height: 50px; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

/* 스크롤바 트랙 배경 */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0); /* 트랙 배경색 */
  border-radius: 8px; /* 모서리 둥글게 */
}

::-webkit-scrollbar-button {
  display: none !important;
}


/* ai advisor */

.mini_popup_left_bottom.ai_advisor {
  width: 430px;
  height: 70vh;
  max-height: 70vh;
}

.ai_advisor .ai_recomend_chat .chat_txt_box {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.ai_advisor .ai_recomend_chat .chat_txt_box * {
  word-break: keep-all;
}

/* .ai_advisor .chat_txt{
  background-color: #FFD8D7;
} */

.ai_advisor .chat_box:not(.others_chat) .chat_txt::before {
  background: url(/img/xr_city/meetingroom/other_chat_ai.svg) center no-repeat;
 transform: scaleX(-1);
}

.ai_advisor .i_chat .chat_txt {
  border-radius: 15px 0 15px 15px;
  background-color: #ffd8d7;
}

.ai_advisor .i_chat .chat_txt .replay_btn {
  position: relative;
  margin-top: 7px;
  display: block;
  border-radius: 50px;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #fff;
}


.ai_advisor .i_chat .chat_txt .replay {
  width: 17px;
}

.ai_advisor .ai_recomend_chat .chat_txt {
  background-color: #fff;
}

.ai_advisor .ai_recomend_con .ai_recomend_title {
  color: #F9544F;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.ai_advisor .ai_recomend_con .ai_recomend_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ai_advisor .ai_recomend_con .ai_recomend_list button {
  border: 1px solid #dbdbdb;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  transition: 0.2s;
}

@media (hover:hover) {
  .ai_advisor .ai_recomend_con .ai_recomend_list button:hover {
    border: 1px solid #ffccca;
    background-color: #fff7f7;
  }
}


.ai_advisor .chat_txt.ai_loading span {
  width: 5.5px;
  height: 5.5px;
  background-color: #555;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  animation: loading 1s linear infinite;
}

.ai_advisor .chat_txt.ai_loading span:last-child {
  margin-right: 0;
}

.ai_advisor .chat_txt.ai_loading span:nth-child(1) {
  animation-delay: 0s;
}
.ai_advisor .chat_txt.ai_loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.ai_advisor .chat_txt.ai_loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loading {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.input_btn {
  position: absolute;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #A5AEB7;
  border-radius: 20px;
  color: white;
  text-align: center;
  cursor: pointer; 
  z-index: 10;
}

.input_btn span {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.message_input .btn_file { 
  bottom: 9px;
  left: 8px;
}

.message_input .btn_file span {
  background: url(/img/xr_city/meetingroom/icon_chat_clip.svg) center no-repeat;
}

.message_input .btn_mic {
  bottom: 9px;
  right: 42px;
}

.message_input .btn_mic span {
  background: url(/img/xr_city/meetingroom/icon_chat_mic.svg) center no-repeat;
}

.message_input .btn_mic_cancle {
  bottom: 9px;
  left: 8px;
}

.message_input .btn_mic_cancle span {
  background: url(/img/xr_city/meetingroom/icon_cancle.svg) center no-repeat;
}

.message_input .btn_mic_submit {
  bottom: 9px;
  right: 9px;
}

.message_input .btn_mic_submit span {
  background: url(/img/xr_city/meetingroom/icon_check.svg) center no-repeat;
}

.ai_advisor .message_input .basic_form {
  padding: 10px 10px 0 !important;
}

.xr_view .ai_advisor .popup_top img {
  height: auto;
}

.ai_advisor .icon_help {
  background: url(/img/icon/ico_help.svg) no-repeat center;
  position: relative;
  top: 0;
  right: 0;
  background: url(/img/xr_city/web/icon_help_grey.svg) no-repeat center;
  width: 22px;
  height: 22px;
  background-size: 22px;
  cursor: pointer;
}

.ai_advisor  .hover_tooltip {
  width: max-content;
  max-width: 242px;
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #333;
  padding: 8px;
  border-radius: 7px;
  word-break: keep-all;
  top: 40px;
  left: -17px;
  opacity: 0;
  transition: 0.4s;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

.ai_advisor  .hover_tooltip.ai_advisor_tooltip {
  top: 40px;
  left: -17px;

}

.ai_advisor  .hover_tooltip b {
  font-weight: 400;
  color: var(--light_blue);
}

.ai_advisor .ico_help {
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

.ai_advisor .icon_help:hover .hover_tooltip.ai_advisor_tooltip,
.ai_advisor .replay_btn:hover .hover_tooltip.replay_tooltip {
  visibility: visible;
  opacity: 1;
}

.ai_advisor .hover_tooltip::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 29px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 16px solid #333;
  border-right: 10px solid transparent;
  transform: translateX(-50%) rotate(-90deg);
  border-radius: 5px;
}

.ai_advisor .hover_tooltip.replay_tooltip {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.ai_advisor .hover_tooltip.replay_tooltip::before {
  top: auto;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%) rotate(90deg);
}

.recomend_dropup {
  position: absolute;
    bottom: 100%;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
}

.icon_drop_up,
.icon_drop_down {
  transition: 0.2s;
}

.recomend_dropup button.btn_drop_up  {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: rgb(153 161 174 / 17%) -7px -7px 10px 0px;
  border-bottom: 1px solid #f1f1f1;
}

.recomend_dropup .ai_advisor_noti {
  width: 100%;
  text-align: center;
  margin: 8px 0;
  z-index: 50;
}

.recomend_dropup .ai_advisor_noti p {
  color: #427fc4;
  background-color: #ffffffbd;
     border: 1px solid #e0e5ee;
  font-size: 13px;
  border-radius: 7px;
  padding: 5px 12px;
  width: 95%;
  display: inline-block;
}

@media (hover: hover) {
  .btn_drop_down:hover  .icon_drop_down,
  .btn_drop_up:hover .icon_drop_up  {
     filter: invert(2%) sepia(11%) saturate(151%) hue-rotate(314deg) brightness(38%) contrast(91%);
   }
}

.recomend_dropup .icon_drop_up {
  transform: rotate(180deg);
}

.recomend_dropup>button.active .icon_drop_up {
  transform: rotate(0deg);
}

.btn_drop_down.active .icon_drop_down {
  transform: rotate(180deg);
}

.recomend_dropup .ai_recomend_con .ai_recomend_list {
  overflow-y: auto !important;
  height: 182px;
  padding: 10px;
  background-color: #fff;
}

.recomend_dropup .ai_recomend_con .ai_recomend_title {
  margin-left: 10px;
}

/* 메세지창 */
.ai_advisor  .message_input_wrap {
  position: relative;
  height: auto;
}

.ai_advisor  .message_input_wrap .message_textarea {
  position: static;
  transform: none;
  margin: 15px auto;
}

.ai_advisor .message_input_wrap .message_input.message_textarea {
  border-radius: 10px;
  box-shadow: var(--shadow--large);
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.ai_advisor .message_input_wrap .message_input.message_textarea .message_btn_div{
  display: flex;
  padding: 5px 8px 8px;
  justify-content: space-between;
  align-items: flex-end;
}

.ai_advisor .message_input_wrap .message_input.message_textarea .message_mic_div {
  display: flex;
    padding: 8px;
    justify-content: space-between;
    height: 120px;
    align-items: end;
    overflow: hidden;
    position: relative;
}

.ai_advisor .message_input_wrap .message_input.message_textarea textarea {
  width: 100%;
  max-height: 120px;
  min-height: 38px;
  height: 38px;
  border: 0;
  overflow-y: auto; 
  resize: none; 
  box-shadow: none;
  font-size: 14px;
  color: var(--grey900);
  padding: 10px;
  border-radius: 12px;
  line-height: 1.3;
  outline: none;
}

.ai_advisor .message_input_wrap .message_input.message_textarea textarea::placeholder {
  color: #555;
}

.ai_advisor .message_input_wrap .message_input.message_textarea textarea:hover,
.ai_adviso .message_input_wrap .message_input.message_textarea textarea:focus {
  outline: none;
}


.ai_advisor  .message_input_wrap .message_input  .input_btn {
  position: static;
}

/* 첨부파일 미리보기 */
.file_preview_div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.file_preview_div .file_box {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 7px;
  padding: 6px 8px;
  max-width: 240px;
  min-width: 90px;
  background-color: #ffffff5c;
}

.file_preview_div .file_box .file_icon img {
  width: 28px;
}

.file_preview_div .file_box .close-button {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(https://inspect.goodmoim.com/img/icon/icon_close_black.svg) no-repeat center;
  background-size: 14px;
  border-radius: 50px;
  right: -6px;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  padding: 0;
}

.file_preview_div .file_box .file_name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 최대 2줄 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  color: #222;
  font-weight: 500;
}

.chat_box.i_chat .file_preview_div {
  justify-content: flex-end;
  padding: 8px 0;
}

/* 통번역 설정, 고유명사/전문용어 등록 모달 */
.translate_setting .output_lang_row  {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}

.translate_setting .output_lang_row .input_name {
  margin-bottom: 0;
}

.translate_setting .output_lang_row .rtt_register_btn {
  background: #67ACF9;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.topit_detail_input {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.topit_detail_input textarea {
  width: 100%;
  min-height: 70px;
  font-size: 14px;
  padding: 8px;
  border-radius: 5px;
  resize: none; 
  border: 1px solid #dbdbdbdb;
  color: #222;
}

.topit_detail_input textarea:focus {
  outline: none;
  color: #222;
}

.translate_setting.rtt_register_setting {
  height: 100%;
  width: 420px;
  max-width: 100%;
}

.translate_setting.rtt_register_setting .popup_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.translate_setting.rtt_register_setting .popup_wrap .popup_scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.rtt_register_setting .title_b {
  color: #318DF5;
  font-size: 16px;
}

.rtt_register_setting .left_group .icon_help .hover_tooltip {
  left: 50%;
  transform: translateX(-50%);
}

.rtt_register_setting .left_group .icon_help .hover_tooltip::before {
  left: 50%;
}

.rtt_register_setting .left_group .icon_help .hover_tooltip ul li {
  text-align: left;
}

.rtt_register_setting .word_list_num span {
  color: #318DF5;
}

.rtt_register_setting .word_list_row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 10px 0 20px;
}

.rtt_register_setting .word_list_row .input_name {
  margin-bottom: 0;
  font-size: 15px;
}

.rtt_register_setting .exel_upload_btn button {
  padding: 6px 10px;
  background: #666;
  border-radius: 4px;
  color: #fff;
}

.rtt_register_setting .border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #eee;
}

input[type="text"].word_input {
  border: 1px solid #dbdbdb;
  padding: 10px;
  min-height: 40px;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 12px !important;
}

input[type="text"].word_input::placeholder {
  color: #666;
}

.rtt_register_setting .word_save-wrap {
  width: 100%;
  /* display: flex;
  flex-wrap: wrap; */
  gap: 8px;
  margin: 10px 0 20px;
  min-height: 180px;
}

.rtt_register_setting .word_save-wrap .empty_txt {
  width: 100%;
  height: 160px;
  text-align: center;
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtt_register_setting .word_save-wrap.active .empty_txt {
  display: none;
}

.rtt_register_setting .word_save-wrap .btn_wrap {
  position: relative;
  display: none;
  justify-content: space-between;
}

.word_header {
  display: flex;
  justify-content: space-between;
  color: #318DF5;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.word_header_label {
  flex: 1;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}

.rtt_register_setting .word_save-wrap .word_list_wrap {
  display: none;
}

.rtt_register_setting .word_save-wrap.active .btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.rtt_register_setting .word_save-wrap.active .word_list_wrap {
  display: flex;
  flex-direction: column;
}

.rtt_register_setting .word_save-wrap .btn_wrap button {
  font-weight: 500;
}

.rtt_register_setting .word_save-wrap .btn_wrap .delete_all_btn {
  color: #888;
}

.rtt_register_setting .word_save-wrap .btn_wrap .restoration-btn {
    background: #DFEDFE;
    color: #2C85EB;
    border-radius: 50px;
    padding: 3px 10px;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_con {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_con > .word_box {
  flex: 4; /* 두 word_box 모두 4 */
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_box {
  position: relative;
  background: #eee;
  color: #555;
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  gap: 6px;
  transition: 0.2s;
  min-width: 56px;
  min-height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_box:hover {
  background: #8b8b8b;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_box.editing:hover {
  background: #eee;
}

.hover_tooltip.rtt_hover_tooltip {
  left: 50%;
  transform: translateX(-50%);
}

.hover_tooltip.rtt_hover_tooltip::before {
  left: 50%;
}

.hover_tooltip.rtt_hover_tooltip ul li {
  text-align: left;
}

/* 수정 모드 영역 스타일 */
.word_box.editing {
  background: #fff;
  justify-content: space-between;
}

.word_box.editing .word_txt ,
.word_box.editing .lang_code {
  display: none;
}

.word_box .lang_code {

    color: #888;
    font-weight: 400;
}

.word_box .edit_area {
  display: none;
  align-items: center;
  gap: 6px;
  width: 100%;
  justify-content: center;
}

.word_box.editing .edit_area {
  display: flex;
}

.word_box .edit_input {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  width: 80%;
  height: 28px;
  text-align: center;
}

.word_box .btn_confirm {
  background: #2C85EB;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  padding: 3px 8px;
  cursor: pointer;
  transition: background 0.2s;
  height: 28px;
}

.word_box .btn_confirm:hover {
  background: #1d6cd9;
}

/* 수정 중에는 hover 버튼 안보이게 */
.word_box.editing .word_btns {
  display: none !important;
}

/* 버튼 영역 */
.word_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  display: none;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_box .word_txt {
  word-break: break-all;
  text-align: left;
  color: #444;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .word_box .delete_btn {
  width: 26px;
  height: 26px;
}

/* hover 시 버튼 나타남 */
.word_list_wrap li .word_box:hover .word_btns {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

/* 버튼 스타일 */
.word_btns button {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.word_btns button.btn_edit img {
  width: 16px;
}

.word_btns button.btn_delete img {
  width: 13px;
}

.word_btns button {
  background: rgb(255, 255, 255, 0.85);
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .delete_btn {
  width: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.2s;
  opacity: 0.5;
}

.rtt_register_setting .word_save-wrap .word_list_wrap ul li .delete_btn:hover {
  opacity: 1;
}


/* 회의 주제 툴팁 */
 .icon_help {
    background: url('/img/xr_city/web/icon_help_grey.svg') no-repeat center;
    position: relative;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-size: 22px;
    cursor: pointer;
}

.hover_tooltip.ai_advisor_tooltip {
    top: 40px;
    left: -17px;
}

 .hover_tooltip {
    width: max-content;
    max-width: 242px;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #181818;
    padding: 8px;
    border-radius: 8px;
    word-break: keep-all;
    top: 40px;
    left: -17px;
    opacity: 0;
    transition: 0.4s;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

  .hover_tooltip::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 29px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 16px solid #181818;
    border-right: 10px solid transparent;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 5px;
}

 .icon_help:hover .hover_tooltip {
    visibility: visible;
    opacity: 1;
}

/* 마이크 녹음 */
 .box-player {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 .box-player .player-txt {
  grid-column: 1/4;
  text-align: center;
  margin-bottom: 10px;
}
.box-player .player-txt span {
  display: block;
  font-size: smaller;
  color: #999;
}
 .box-player .player-txt span strong {
  color: #ed5c23;
  font-weight: bold;
  font-size: 15px;
  vertical-align: -1px;
}
 .box-player .player-txt i {
  position: relative;
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0 3px 3px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
 .box-player .player-btn {
  margin-left: auto;
}
 .box-player .player-status {
  grid-row: 3;
  text-align: center;
  margin-left: auto;
  font-size: 90%;
  display: none;
}
 .box-player .player-status span {
  width: 36px;
  display: block;
  font-size: inherit;
}
 .box-player .player-bars {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .box-player .player-bars .bars {
  width: 100%;
  height: 4px;
  border-radius: 50pt;
}
  
.box-player .player-bars .listening_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min-content;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

 .box-player .player-bars .bars > span {
  position: relative;
  display: block;
  height: 100%;
  /* background: #ed5c23; */
  border-radius: inherit;
}
 .box-player .player-time {
  text-align: right;
  color: #555;
  width: 50px;
  position: absolute;
  right: -10px;
  bottom: 2px;
  font-weight: 500;
}

 .box-player .player-right button {
  outline: 1px solid #ccc;
  font-size: smaller;
}
 .box-player .player-right button.txt_btn {
  width: 60px;
  font-size: 11px;
  padding: 5px 0;
  border-radius: 3px;
}
 .box-player .player-right button.txt_btn:hover {
  background-color: #f1f1f1;
}
 .box-player .player-right button.ico_btn {
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background-color: transparent !important;
}
 .box-player .ico_btn {
  width: 36px;
  height: 36px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .box-player .ico_btn img {
  filter: brightness(0) invert(1);
}

/* 말하기문항 녹음 시 재생바 웨이브 */
 .box-player .player-bars .img_soung_wave {
  /* display: none; */
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 36px;
  background-image: url(/img/xr_city/meetingroom/sound_wave.gif);
  background-size: auto 25px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  width: 38%;
}

.box-player .player-bars .img_soung_wave.img_soung_wave_1 {
  left: 0;
}

.box-player .player-bars .img_soung_wave.img_soung_wave_2 {
  right: 0;
}

.loader_wrap {
  display: none;  
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  right: -45px;
}

.loader {
  font-size: 4px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000,
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7),
                1.8em -1.8em 0 0em #000000,
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7),
                2.5em 0em 0 0em #000000,
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
                1.75em 1.75em 0 0em #000000,
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7),
                0em 2.5em 0 0em #000000,
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
                -1.8em 1.8em 0 0em #000000,
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7),
                -2.6em 0em 0 0em #000000,
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
                -1.8em -1.8em 0 0em #000000;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000,
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7),
                1.8em -1.8em 0 0em #000000,
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7),
                2.5em 0em 0 0em #000000,
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
                1.75em 1.75em 0 0em #000000,
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7),
                0em 2.5em 0 0em #000000,
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
                -1.8em 1.8em 0 0em #000000,
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7),
                -2.6em 0em 0 0em #000000,
                -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
                1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
                2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
                1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
                0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
                -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5),
                -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
                -1.8em -1.8em 0 0em #000000;
  }
}


.cam_set_con .tab a {
  font-weight: 500;
  margin-right: 10px;
  color: var(--grey700);
  padding: 6px 4px;
}
.cam_set_con .tab a:hover {
  background-color: var(--grey200);
  color: var(--deep_blue_hover);
}
.cam_set_con .tab .active {
  color: var(--deep_blue);
  border-bottom: 2px solid var(--deep_blue);
}

.cam_set_con .thumb {
  position: relative;
  background: var(--grey300);
  height: 180px;
  border-radius: 15px;
}

.cam_set_con .menu_wrap .btn_wrap button {
  padding: 6px;
}

.cam_set_con .menu_wrap .btn_wrap button .icon_wrap {
  width: 28px;
  height: 28px;
}
.cam_set_con .menu_wrap {
  bottom: 0;
}

.cont-select {
  position: relative;
}

.btn-select,
.btn-select2 {
  width: 100%;
  padding: 17px 30px 17px 14px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff !important;
  border: 1px solid var(--grey300);
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;

  position: relative;
}

.btn-select:before,
.btn-select2:before {
  font-size: 20px;
  font-family: "Material Icons";
  content: "expand_more";
  -webkit-font-feature-settings: "liga";
  right: 10px;
  position: absolute;
}
.btn-select.on:before,
.btn-select2.on:before {
  rotate: 180deg;
}

.btn-select p,
.btn-select2 p {
  /* 말줄임 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-select:hover,
.btn-select:focus,
.btn-select2:hover,
.btn-select2:focus,
.basic_form:hover,
.basic_form:focus {
  border: 1px solid var(--grey300);
  outline: 3px solid var(--grey200);
}

.list-member,
.mic_list {
  z-index: 10;
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  border: 1px solid var(--grey300);
  box-sizing: border-box;
  box-shadow: var(--shadow--large);
  border-radius: 10px;
}

.btn-select.on,
.btn-select2.on {
  content: "\e5cf";
}

.btn-select.on + .list-member,
.btn-select2.on + .mic_list {
  z-index: 10;
  display: block;
  background-color: white;
}

.list-member li,
.mic_list li {
  box-sizing: border-box;
}

.list-member li button,
.mic_list li button {
  width: 100%;
  padding: 7px 10px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  /* 말줄임 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-member li button:hover,
.list-member li button:focus,
.mic_list li button:hover,
.mic_list li button:focus {
  background-color: var(--grey100);
}
.meetingroom_setting {
  display: none;
}

.meetingroom_setting .radio_box input[type="radio"]:checked {
  background-color: var(--light_blue);
  box-shadow: 0 0 0 1px var(--light_blue);
}
.password {
  display: none;
}

.btn_sm {
  font-size: 13px;
  position: absolute;
  right: 54px;
  top: 12px;
  border: 1px solid var(--grey300);
  color: var(--grey700);
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer;
}
.btn_sm:hover {
  background-color: var(--grey100);
}
.btn_sm span {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -1px;
}

.panticipants_wrap .mic_setting.mic_off button {
  background: url("/img/xr_city/meetingroom/icon_mic_off.svg")
    rgb(0, 0, 0, 0.6) center no-repeat;
  background-size: 22px;
  transition: none;
}

.panticipants_wrap .fix_setting.fix_on button {
    background: url("/img/xr_city/meetingroom/icon_fix.svg")
    #80bbff   center no-repeat;
  background-size: 22px;
  transition: none;
}

.panticipants_wrap .fix_setting.fix_off button {
    background: url("/img/xr_city/meetingroom/icon_fix.svg")
   rgb(104 104 104 / 60%) center no-repeat;
  background-size: 22px;
  transition: none;
}

.panticipants_wrap .out_btn {
  font-size: 12px;
  color: #e66868;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
}

/* ios notice */
.ios_modal * {
  line-height: 150%;
  color: #222;
}
.ios_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.ios_modal .modal_con {
  padding: 30px 15px;
}

.ios_modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  color: #666;
}

.ios_description {
  font-size: 16px;
  margin: 30px 0;
}

.ios_description p {
  color: #777;
  line-height: 160%;
}

.ios_modal .safari_btn {
  width: 100%;
  height: 60px;
  background-color: #199AF7;
  border-radius: 10px;
}

.ios_modal .safari_btn a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
}

.ios_modal .img_box {
  margin-top: 50px;
}

.ios_modal .img_box img {
  width: 100%;
}

/* 모달 커스텀 */

/* 모달 라디오 */

.end-choice input {
  display: none;
}

.end-choice label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #222;
}

.end-choice label::before {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  border-radius: 50px;
  margin-right: 12px;
}

.end-choice input:checked + label::before {
  border: 1px solid #ed5c23;
}

.end-choice input:checked + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  left: 4px;
  background-color: #ed5c23;
  border-radius: 50%;
}

/* 사이드패널 XR스페이스 편집 */
.xr_view .xrspace-edit-btn  {
      float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    position: sticky;
    bottom: 0px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.xrspace-edit-btn a {
  display: inline-block;
  overflow: hidden;
  width: 100%;
    border-radius: 25px;
    font-size: 16px;
    line-height: 48px;
    color: #007AFF;
    background: rgba(0, 122, 255, 0.15);
    background: rgba(0, 122, 255, 0.15);
    font-weight: bold;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    word-break: keep-all;
}

.xr_view .guide-wrap p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.xr_view .guide-wrap ul li {
  font-size: 14px;
  margin-bottom: 3px;
  text-indent: -18px;
  padding-left: 20px;
  line-height: 1.5;
}

.xr_view .guide-wrap ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1030px) {

  .mini_popup_left_bottom  {
    bottom: 80px;
  }

  .meet_wrap.hide_menu .mini_popup_left_bottom {
    bottom: 0;
  }

    .mini_popup_left_bottom .m-view {
      display: block;
    }

  .btn_wrap button:hover .tooltip_wrap, .cam_size:hover .tooltip_wrap {
    display: none !important;
  }
  .xr_sns_wrap {
    display: block;
  }

  .xr_sns_wrap .sns-area {
    width: 80%;
    max-width: 280px;
    height: fit-content;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
  }

  .xr_sns_wrap .sns-area ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
    /* width: calc(100% + 10px); */
  }

  .xr_sns_wrap.sns-area ul li {
    float: none;
    width: auto;
    padding: 0;
  }

  .xr_sns_wrap .sns-area ul li,
  .xr_sns_wrap .sns-area ul li:nth-child(5) {
    margin: 0;
  }

  .xr_sns_wrap .sns-area ul li a {
    display: block;
  }

  .xr_sns_wrap .sns-area li img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .xr_sns_wrap .sns-area > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .area-btns {
    display: none;
  }

  .xr_sns_wrap .sns-area .btn a {
    display: block;
    padding: 0 10px;
    height: 35px;
    background: #777;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
    min-width: 45px;
    text-align: center;
  }

  .xr_sns_wrap #mask {
    width: 100% !important;
  }

    .list-page .area-table .table_note ul li {
    display: block;
    text-align: left;
    height: auto;
    white-space: normal;
    border: 0;
    padding: 0 0 3px 0;
    line-height: normal;
  }
}

/* 말하기 플레이어 반응형 */
@media screen and (max-width: 780px) {
   .box-player {
    grid-template-columns: 37px minmax(auto, 504px) auto;
  }
}

@media all and (max-width: 768px) {

  .popup_wrap .popup_fullscreen {
    bottom: 72px;
    top: auto;
  }

  .popup_wrap  .popup_fold {
    bottom: 20px;
    top: auto !important; 
  }

  .xr_view  .popup_box {
    bottom: 20px;
    top: auto;
  }
  
  .xr_view .savethechildren .popup_fullscreen  {
    display: none;
  }  

  .xr_view .savethechildren .popup_fold {
    bottom: 20px;
    top: auto !important; 
  }

  .xr_view .savethechildren .popup_box {
    bottom: 20px;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
    .mini_popup_center .popup_con .layout_info_box {
    gap: 10px;
  }

  .mini_popup_center .popup_wrap {
    padding: 16px;
  }

  .mini_popup_center .popup_bottom {
    padding: 16px;
  }

.mini_popup_center .popup_con .layout_info_box li {
  padding: 10px;
}

  .mini_popup_center .popup_con .layout_info_box .layout_img_box img {
    width: 124px;
  }

  .mini_popup_center .popup_con .layout_info_box li input {
    top: 107px;
  }

  .mini_popup_center .popup_con .layout_info_box li .label_txt {
    font-size: 14px;
  }

    .mini_popup_center .popup_bottom button {
    width: 100%;
  }

  .double_modal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    background-color: #fefefe;
    border: none;
    border-radius: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .double_modal .left_group {
    border: none;
    background-color: #fff;
  }

  .container.xr_view {
    min-height: 100vh;
  }

  .popup_fold {
    right: 20px;
  }

  .xr_view .popup_cont {
    height: 200px;
    min-height: 200px;
  }

  .display_flex {
    flex-direction: column-reverse;
    /* justify-content: flex-end; */
  }

  .popup_wrap .popup_top .display_flex {
    flex-direction: row;
  }

  .double_modal .deep_blue_btn_wide {
    position: fixed;
  }

  .double_modal .left_group {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .double_modal .right_group {
    padding: 20px 20px 90px 20px;
    background-color: #fff;
  }

  .right_con {
    margin-top: 80px;
  }

    .hidden-xs {
    display: none;
  }

    .entrance_modal_wrap {
    display: block;
  }

  .entrance_modal_left {
    display: none;
  }

  .bottom_left_modal.entrance_modal .popup_top  .title_b {
    font-size: 18px;
  }

  .bottom_left_modal.entrance_modal .input_name {
    font-weight: 500;
  }

  .m_entrance_btn {
    display: block;
  }
}

@media screen and (max-width: 499px) {
  .xr_view .popup_box {
    width: 80%;
  }

  .popup_fullscreen.rotate,
  .popup_fold.rotate {
    right: 82%;
  }

  .popup_fullscreen.rotate180,
  .popup_fold.rotate180 {
    right: 10px;
  }

  .xr_view .area-btn3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .wrap_com > textarea {
    height: 92px;
  }

  .xr_view .popup_text {
    padding: 20px;
  }
  .xrcity_banner {
    font-size: 16px;
  }
}

/* chatting / participant 모바일 */
@media all and (max-width: 479px) {
  
  .mini_popup_left_bottom {
    bottom: 60px;
    left: 0; 
    right: 0px;
    min-height: auto;
    width: 100%;
    z-index: 999;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mini_popup_left_bottom.ai_advisor {
    width: 100%;
    min-height: 60vh;
  }

  .mini_popup_participant_bottom {
    min-height: auto;
  }

  .small_modal {
    width: 90%;
  }

  .translate_setting {
    position: absolute;
    bottom: 60px;
    right: 0px;
    left: 0;
    /* height: 60vh; */
    width: 100%;
    z-index: 999;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

.translate_setting.rtt_register_setting {
  width: 100%;
}

  .panticipants_wrap {
    min-height: auto;
  }

  .mini_popup_participant_bottom .btn_wrap {
    margin-top: 40px;
  }

  .chat_box .chat_txt {
    font-size: 14px;
  }

/* invite 모바일 */
    .mini_popup_invite_bottom {
    min-height: auto;
  }

/* record meeting 모바일 */
    .mini_popup_record_bottom {
    min-height: auto;
  }

  /* cam_setting 모바일 */
    .mini_popup_camSetting_bottom {
    min-height: auto;
  }

  /* 레이아웃 설정 모바일 */
  .mini_popup_center.layout_mode .popup_wrap .popup_con {
    width: 100%;
  }

  .mini_popup_center .popup_con .layout_info_box .layout_img_box {
    padding: 0;
  }

  .mini_popup_center.layout_mode .popup_wrap .popup_con .basic_layout .webinar_layout_list {
    grid-template-rows: repeat(8, auto);
  }

  .mini_popup_center.layout_mode .popup_wrap .popup_con .webinar_layout .webinar_layout_list{
    padding: 0;
  }
}

@media screen and (max-width: 374px) {
  .wrap_com_num {
    flex-wrap: wrap;
    width: 70px;
  }
}

/* @supports (-webkit-touch-callout: none) {

  .mini_popup_left_bottom {
    bottom: 60px;
  }

}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 479px) {
  
    .mini_popup_left_bottom {
    bottom: 60px;
  }
} */
