* {
  color: var(--text-color);
  box-sizing: border-box;
  -webkit-tap-highlight-color : transparent;
  /*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  */
}
body {
  font-family: "Pretendard", "Open Sans";
  font-size: 100%;
}
button:hover {
  opacity: 0.9;
}
.between {
  color: var(--main-color) !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  margin: 0 3px;
}
.m-header-wrap {
  display: none;
}
/*방송 시작하기 모달*/
.blocker {
  z-index: 4;
  padding: 20px 16px;
}
.modal a.close-modal {
  display: none;
}
.modal {
  width: 500px !important;
  height: auto;
  padding: 48px 24px !important;
  border-radius: 6px !important;
}
.modal.signin {
  width: 380px !important;
}
.broad-modal .content {
  width: 100%;
}
.broad-modal .content .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 34px;
}
.broad-modal .header .modal-logo {
  width: 80px;
}
.broad-modal .content .header a img {
  width: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.broad-modal .content .body {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.broad-modal .content .body::-webkit-scrollbar {
  display: none;
}
.broad-modal .content .body p {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  color: #a2a2a2;
  margin-bottom: 6px;
}
.broad-modal .content .body p::before {
  content: "*";
  color: rgb(255, 62, 62);
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
.broad-modal .content .body .box {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.broad-modal .content .body .box .tit {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
}
.broad-modal .content .body .box input[type="text"] {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 13px 15px 15px 100px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 6px;
}
.broad-modal .content .body .box input[type="text"]:read-only {
  background-color: rgb(241, 241, 241);
}
.broad-modal .content .body .box input[type="text"]:read-only:focus {
  outline: none;
  border: 1px solid transparent;
}
.broad-modal .content .body .box input[type="password"] {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 13px 15px 15px 100px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 6px;
}
.broad-modal .content .body .box textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--border-color);
  padding: 13px 15px 15px 100px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  border-radius: 6px;
  resize: none;
}
.broad-modal .content .body .box textarea:focus {
  border: 1px solid var(--main-color);
}
.broad-modal .content .body .box.border-fl {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 15px 15px 15px 80px;
}
.broad-modal .content .body .box.border-fl label {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.broad-modal .content .body .box.border-fl input[type="radio"] {
  margin: 0 5px 0 0;
}
.broad-modal .social-box {
  width: 100%;
  margin: 32px 0 0;
}
.broad-modal .social-box .tit {
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.broad-modal .social-box .tit::before,
.broad-modal .social-box .tit::after {
  content: "";
  flex-grow: 1;
  background: var(--border-color);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 16;
}
.broad-modal .social-box .social-list a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.broad-modal .social-box .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.broad-modal .social-box .social-list a img {
  width: 24px;
  object-fit: cover;
  margin-right: 5px;
}
.broad-modal .content .body .modal-confirm {
  width: 100%;
  background-color: var(--main-color);
  color: white;
  border-radius: 6px;
  margin-top: 10px;
}
.broad-modal .expl {
  width: 100%;
  background-color: #333;
  color: white;
  padding: 6px 12px;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
}
.broad-modal .terms-box {
  width: 100%;
  margin: 16px 0;
}
.broad-modal .terms-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.broad-modal .terms-box .item .all {
  font-weight: 500;
}
.broad-modal .terms-box .item label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.broad-modal .terms-box .item label input {
  margin-right: 5px;
}
.broad-modal .terms-box .item .terms-view {
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}
.broad-modal .terms-box .terms-content {
  display: none;
  height: 120px;
  overflow-y: auto;
  padding: 5px;
  margin-bottom: 20px;
  text-align: left;
  white-space: pre-line;
  line-height: 1.2;
  font-weight: 300;
  font-size: 13px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}



/*헤더*/
.header-wrap {
  width: 100%;
  background-color: white;
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
/*풋터*/
.header-wrap .box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  padding: 0 16px;
}
.header-wrap .box .logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.header-wrap .box a {
  font-size: 14px;
  font-weight: 400;
}
.header-wrap .box .mc-btn {
  background-color: var(--main-color);
  border-radius: 3px;
  color: white;
  padding: 8px 12px;
  margin-left: 5px;
}
.header-wrap .box .mc-btn:hover {
  background-color: #2282ac;
}
.header-wrap .box .gray-btn {
  background-color: #e9e9e9;
  border-radius: 3px;
  padding: 8px 12px;
  margin-left: 5px;
}
.header-wrap .box .gray-btn:hover {
  background-color: #e2e2e2;
}
.footer-wrap {
  width: 100%;
  background-color: #333;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  left:0;
  bottom: 0;
  z-index: 2;
}
.footer-wrap .box {
  width: 100%;
  height: 40px;
  line-height: 40px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: white;
  font-weight: 300;
}
.footer-wrap .box span {
  color: var(--main-color);
}
/*메인*/
.wrap {
  width: 100%;
  height: 100%;
  background-color: white;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
}
.inner .fixed-wrap {
  position: absolute;
}
.profile-box {
  position: fixed;
  border-right: 1px solid var(--border-color);
  width: 240px;
  height: 100%;
  background-color: white;
  padding: 0 24px;
  /*border-radius: 16px;*/
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.10);*/
}
.profile-box .modal-confirm {
  margin-top: 24px;
}
.profile-box .container {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  position: relative;
  margin-bottom: 24px;
}
.profile-box .container .profile-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  border: 3px solid var(--main-color);
}
.profile-box .container a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--border-color);
  background-color: white;
  padding: 3px;
}
.profile-box .container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-box .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.profile-box .id {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.profile-box .modal-confirm {
  width: 100%;
  background-color: var(--main-color);
  color: white;
  border-radius: 6px;
}
.inner .list {
  margin-left: 260px;
  background-color: white;
  /*border-radius: 16px;*/
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.10);*/
}
.inner .list .top-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}
.inner .list .top-tit span {
  color: rgb(255, 62, 62);
}
.inner .list .empty {
  margin: 24px 0;
}
.inner .list .empty p {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.inner .list .empty img {
  width: 35px;
  margin-bottom: 12px;
}
.inner .list ul {
  width: 100%;
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: start;
  gap: 3.5%;
}
.inner .list li {
  width: 31%;
  display: inline-block;
  margin-bottom: 50px;
}
.broad-link {
  width: 100%;
  display: block;
}
.broad-link .thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.inner .list li:hover > .broad-link .thumbnail img {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
}
.inner .list li:hover > .broad-link .thumbnail .start-date {
  opacity: 1;
  transition: all 0.3s;
}
.broad-link .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.broad-link .info-wrap {
  display: flex;
  align-items: start;
  justify-content: left;
}
.broad-link .thumbnail .start-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 3px 7px;
  opacity: 0;
  transition: all 0.3s;
}
.broad-link .thumbnail .live {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  font-weight: 400;
  font-size: 13px;
  z-index: 2;
  background-color: rgba(255, 62, 62, 0.9);
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 3px 7px;
}
.broad-link .info-wrap .profile-img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 5px;
}
.broad-link .info-wrap .box {
  text-align: left;
}
.broad-link .info-wrap .tit {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.broad-link .info-wrap .name {
  font-size: 13px;
  margin-right: 5px;
  font-weight: 300;
  color: var(--main-color);
  display: inline-block;
}
.broad-link .info-wrap .views {
  font-size: 13px;
  color: #999;
  font-weight: 300;
  display: inline-block;
}
.broad-link .info-wrap .views img {
  width: 19px;
  vertical-align: middle;
}

/*뷰*/
.view {
  background-color: #333;
  width: 100%;
  height: 100vh;
  padding: 60px 0 40px;
  display: flex;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.video {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s;
}
.video.on {
  width: calc(100% - 350px);
  transition: all 0.5s;
}
.view .util-wrap {
  position: absolute;
  top: 72px;
  left: 20px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.view .util-wrap .live {
  background-color: #444;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 16px;
  color: rgb(255, 62, 62);
}
.view .util-wrap button {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #444;
  cursor: pointer;
  z-index: 10;
  margin-right: 10px;
}
.view .util-wrap button.camera {
  position: relative;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icons/camera_on.svg');
}
.view .util-wrap button.camera.on {
  background-image: url('../images/icons/camera_off.svg');
}
.view .util-wrap button .tooltip {
  display: none;
  width: 110px;
  padding: 3px;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 6px;
}
.view .util-wrap button:hover > .tooltip {
  display: inline-block;
}
.view .util-wrap button.sound {
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icons/sound_on.svg');
}
.view .util-wrap button.sound.on {
  background-image: url('../images/icons/sound_off.svg');
}
.video .chat-toggle {
  border-radius: 6px;
  background-color: #333;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icons/chat_close.svg');
}
.video .chat-toggle.on {
  background-image: url('../images/icons/chat_open.svg');
}
.video .video-box {
  flex: 1 0 auto;
  height: calc(100% - 100px);
}
.video .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: black;
}
.video .info-wrap {
  width: auto;
  display: flex;
  align-items: center;
}
.video .info-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.video .info-wrap .top .tit {
  width: auto;
  font-size: 20px;
  color: white;
}
.video .bottom-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 12px;
}
.video .bottom-wrap .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
}
.video .bottom-wrap button {
  margin: 0 0 5px 5px;
}
.video .bottom-wrap .mc-btn {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 3px;
  padding: 8px 12px;
  color: white;
}
.video .bottom-wrap .copy-btn {
  border: 1px solid var(--border-color);
  background-color: #e9e9e9;
  border-radius: 3px;
  padding: 8px 12px;
}
.video .info-wrap .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  border: 3px solid var(--main-color);
  margin-right: 10px;
}
.video .info-wrap .info {
  width: 100%;
}
.video .info-wrap .bottom {
  display: flex;
  align-items: center;
}
.video .info-wrap .bottom span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #b2b2b2;
}
.video .info-wrap .bottom img {
  width: 20px;
  margin-right: 5px;
}
.chat {
  /*display: none;*/
  background-color: #333;
  border-left: 1px solid #444;
  position: absolute;
  right: 0;
  height: 100%;
  transition: all 0.5s;
}
.chat.on {
  right: -350px;
  transition: all 0.5s;
}
.chat .par-wrap {
  width: 350px;
  height: calc(100% - 100px);
  overflow-y: auto;
  position: relative;
}
.chat .header-tit {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #444;
  background-color: #333;
}
.chat .container {

  padding: 90px 12px;
  width: 100%;
  height: 100%;
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  /*justify-content: flex-end;*/
  overflow-y: auto;
  /*채팅창 스크롤바 숨기기*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*채팅창 스크롤바 숨기기*/
.chat .container::-webkit-scrollbar{
  display:none;
}
.chat .container .message {
  width: auto;
  max-width: 75%;
  margin-bottom: 20px;
}
.chat .container .message.receive {
  float: left;
  align-self: flex-start;
}
.chat .container .message.send {
  float: right;
  align-self: flex-end;
  flex-direction: row-reverse;
}
.chat .container .message .flex {
  display: flex;
  align-items: end;
}
.chat .container .message.send .flex {
  flex-direction: row-reverse;
}
.chat .container .message.send .name {
  text-align: right;
}
.chat .container .message .name {
  display: block !important;
  color: var(--main-color);
  font-size: 11px;
  margin-bottom: 3px;
}
.chat .container .message .content {
  color: white;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
  background-color: #444;
  padding: 12px;
}
.chat .container .message .chat-date {
  color: #a2a2a2;
  font-size: 11px;
  margin: 0 5px;
}
.chat .input-wrap {
  width: 100%;
  background-color: #333;
  border-top: 1px solid #444;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat .input-wrap input[type="text"] {
  flex: 1;
  border-radius: 6px;
  background-color: #444;
  border: none;
  color: white;
  height: 40px;
  padding: 0 16px;
  margin-right: 10px;
}
.chat .input-wrap input[type="text"]:focus {
  outline: none;
}
.chat .input-wrap button {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  border-radius: 6px;
}
.chat .input-wrap button img {
  width: 35px;
  padding: 6px;
}
