@media screen and (max-width: 1199px) {
  .inner {
    padding: 100px 16px 80px;
  }
  .header-wrap .box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  /*방송시작하기 모달*/
  .modal {
    width: 100% !important;
    padding: 24px 12px !important;
    border-radius: 6px !important;
  }
  .broad-modal .header .modal-logo {
    width: 80px;
  }
  .m-header-wrap {
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
    background-color: white;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 0 16px;
  }
  .m-header-wrap .m-logo{
    display: block;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 60px;
  }
  .m-header-wrap .m-gnb {
    background-color: transparent;
    border: none;
  }
  .m-header-wrap .m-gnb img {
    width: 35px;
  }
  .m-header-wrap .m-header-container {
    width: 100%;
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    overflow: hidden;
    overflow-y: scroll;
  }
  .m-header-container .top {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 16px;
  }
  .m-logout-box {
    padding: 0 16px;
    text-align: center;
  }
  .m-logout-box .profile-border {
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 100%;
    border: 3px solid var(--main-color);
  }
  .m-logout-box .profile-border img {
    width: 40px;
  }
  .m-logout-box p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
  }
  .m-logout-box a {
    width: 100%;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .m-logout-box a:last-child {
    margin-bottom: 0;
  }
  .m-logout-box a.wc-btn {
    color: #333;
    border: 1px solid var(--border-color);
    background-color: white;
  }
  .m-logout-box a img {
    width: 24px;
    object-fit: cover;
    margin-right: 5px;
  }
  .m-profile-box {
    padding: 0 16px;
    text-align: center;
  }
  .m-profile-box .container {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    position: relative;
    margin-bottom: 24px;
  }
  .m-profile-box .container .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid var(--main-color);
  }
  .m-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;
  }
  .m-profile-box .container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-profile-box .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-profile-box .name a {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    background-color: var(--main-color);
    color: white;
    margin-left: 10px;
  }
  .m-profile-box .id {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-bottom: 24px;
  }
  .m-profile-box .modal-confirm {
    width: 100%;
    background-color: var(--main-color);
    color: white;
    border-radius: 6px;
  }

  .header-wrap {
    display: none;
  }
  .inner .list .top-tit {
    font-size: 20px;
  }
  .profile-box {
    display: none;
  }
  .inner .list {
    margin-left: 0;
  }
  .video .info-wrap .top .tit {
    font-size: 16px;
  }
  .between {
    display: none !important;
  }
  .video .info-wrap .bottom {
    display: block;
  }
  .view {
    flex-direction: column;
    padding: 60px 0 0;
  }
  .video {
    flex-wrap: wrap;
    height: auto;
  }
  .video.on {
    width: 100%;
  }
  .video .video-box {
    padding-top: 54px;
    height: auto;
    flex: inherit;
  }
  .video .video-box video {
    width: 100%;
    height: auto;
  }
  .view .util-wrap {
    left: 16px;
  }
  .video .bottom-wrap {
    flex-wrap: wrap;
  }
  .video .info-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .video .info-wrap .bottom span {
    margin-bottom: 3px;
  }
  .video .info-wrap .profile-img {
    width: 40px;
    height: 40px;
  }
  .video .bottom-wrap .btn-wrap {
    width: 100%;
    justify-content: left;
  }
  .video .bottom-wrap .btn-wrap button {
    padding: 4px 6px;
  }
  .video .chat-toggle {
    display: none;
  }
  .chat {
    width: 100%;
    position: inherit;
    right: inherit;
    border: none;
    padding-bottom: 40px;
  }
  .chat.on {
    right: inherit
  }
  .chat .par-wrap {
    width: 100%;
  }
  .chat .header-tit {
    border-top: 1px solid #444;
  }
  .view .util-wrap button {
    width: 30px;
    height: 30px;
  }
  .view .util-wrap button.camera {
    background-size: 16px;
  }
  .view .util-wrap button.sound {
    background-size: 16px;
  }
  .view .util-wrap .live {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .chat .container {
    max-height: 55vh;
    height: inherit;
    padding: 80px 12px;
  }
  .chat .container .message .content {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .inner .list ul {
    gap: 4%;
  }
  .inner .list li {
    width: 48%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 413px) {
  .inner .list ul {
    gap: 0%;
  }
  .inner .list li {
    width: 100%;
    margin-bottom: 24px;
  }
}

