@charset "utf-8";

:root {
  --color-primary01: #8D4DD7;
  --color-primary02: #44309E;

  --color-text-dark01: #303030;
  --color-text-dark02: #3A3F4D;
  --color-text-normal01: #6D707A;
  --color-text-light01: #9499A6;
  --color-text-disabled: #C6CAD3;
  --color-line-medium: #D9D9D9;
  --color-bg-dark: #111111;
  --color-bg-light: #F0F2F2;
  --color-bg-darknavy: #041326;
  --color-bg-navy: #1A3564;
  --color-gold: #D2740F;

  --size-ft-xl: 24px;
  --size-ft-l: 20px;
  --size-ft-m: 18px;
  --size-ft-s: 16px;
  --size-ft-xs: 14px;
  --height-btn-l: 52px;

  --box-shadow01: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 800px) {
  :root {
    --size-ft-xl: 20px;
    --size-ft-l: 16px;
    --size-ft-m: 14px;
    --size-ft-s: 12px;
    --size-ft-xs: 10px;
  }
}

* {
  font-family: "Asta Sans", 'Noto sans KR', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  word-break: keep-all;
}

#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

button,
a {
  cursor: pointer;
}

html::-webkit-scrollbar {
  display: none;
}

.btn-lg {
  height: 52px;
  padding: 0 36px;
  line-height: 1;
  font-size: var(--size-ft-l);
  border-radius: 99em;
  box-shadow: var(--box-shadow01);
  font-weight: 700;
  color: #fff;
}

body {}

body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* tail.php */
#footer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: clamp(20px, 7vw, 40px) 20px;
  text-align: center;
  color: #fff;
  font-size: var(--size-ft-xs);
  line-height: 1.5;
}

#footer .footer-info a {
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
}

#footer .copyright {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 20px 0;
}

#footer .copyright .capron {
  text-align: right;
}

#footer #f-logo a {
  display: block;
  background: center / contain url("../_Img/f-logo.svg?ver=1.4") no-repeat;
  width: clamp(80px, 10vw, 220px);
  height: auto;
  margin: auto;
  aspect-ratio: 2.5/1;
}

#footer .footer_link {
  display: flex;
  justify-content: center;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 8px 12px;
  margin-bottom: 2em;
}

#footer .footer_link .menu_line1 {
  width: 1px;
  height: 1.1em;
  background-color: #ddd;
  margin: 0 20px;
  display: inline-block;
}

#footer .footer_link .menu_line2 {
  width: auto;
  height: 1.1em;
  margin: 0 20px;
  display: inline-block;
  font-size: 12px;
  color: #ddd;
}

#footer .footer_link a {
  padding-right: 14px;
  background: right 1px center / 6px url("../_Img/Sub/ico_row.svg") no-repeat;
}

/* 팝업 */
.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  font-family: 'Pretendard', 'Noto sans KR', sans-serif;
  z-index: 100;
}

.pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 530px;
  min-height: 300px;
  border-radius: 0px;
  background: #fff;
  overflow: hidden;

}

/*display: grid;
  grid-template-rows: auto 1fr;*/

.pop_wrap header {
  padding: 30px 20px 20px;
  background-color: #664187;

}

.pop_wrap header h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  line-height: 1;
}

.pop_wrap header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 74px;
  background: center / 24px 24px url('../_Img/Main/ico_close_wh.svg') no-repeat;
  border: 0;
  padding: 0;
}

.pop_wrap .popup_article {
  max-height: 65vh;
  overflow: auto;
  padding: 20px;
}

.top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: var(--color-primary02);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: var(--size-ft-s);
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  display: none;
}

.top-btn:hover {
  transform: translateY(5px);
}

/* enter.php */
#doc {}

#doc header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1.2%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  height: 200px;
  column-gap: 0px;
  background: center top 24% / 100% auto url(../_Img/Main/mvisual_bg.jpg) no-repeat #08112C;
  z-index: 10;
}

#doc header .visual {
  max-width: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  display: grid;
  grid-template-columns: 11% auto 12%;
}

#doc header .visual .visual_logo {
  width: 100%;
  height: 100%;
  max-width: 300px;
  background: top 30px center / contain url('../_Img/Sub/logo-left.svg') no-repeat;
}

#doc header .visual .visual_logo_right {
  width: 100%;
  height: 100%;
  max-width: 330px;
  background: top 30px center / contain url('../_Img/Sub/logo-right.svg') no-repeat;
}

#doc header .visual .visual_title {
  text-align: center;
  font-size: min(18vw, 80px);
  font-weight: 900;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 70%;
  filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.75));
}

#doc header .visual .visual_title span {
  font-size: min(8vw, 30px);
}

#doc header .user {
  margin-left: auto;
}

#doc header .user>p {
  font-size: var(--size-ft-m);
  color: #fff;
}

#doc header .nav ul {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-left: 16px;
}

#doc header .nav a {
  display: block;
  width: 40px;
  height: 40px;
}

#doc header .nav .logout {
  background: center / contain url('../_Img/Sub/icon_logout_40.svg') no-repeat;
}

#doc header .nav .english {
  background: center / contain url('../_Img/Sub/icon_global_40.svg') no-repeat;
}


.main_inner {
  display: grid;
  grid-template-columns: 1fr 30%;
  transition: all 0.3s;
  column-gap: 1em;
  width: calc(100% - 2.4%);
  margin: 0 auto;
}

/*overflow: hidden;  

.main_inner .vod {grid-column: 1/2; grid-row: 1/2;}
*/
.main_inner .vod {
  background-color: #333;
  border: 1px solid #333;
}

.main_inner .tabs {
  display: flex;
}

.main_inner .information {
  grid-column: 1/2;
  grid-row: 2/3;
}

.main_inner .extra_vod {
  grid-column: 2/3;
  grid-row: 2/3;
}

.main_inner .only_agenda {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 10px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.tabs_box {
  border-bottom: 1px solid #ddd;
  height: calc(100% - 2px);
}

#user_wrap {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.2em 0 1em 0;
}

#user_wrap::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  background-color: #B288D7;
}

#user_wrap .user {
  background-color: #B288D7;
  border-radius: 50px 0 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 4px 0 4px 8px;
  z-index: 2;
}

#user_wrap .user .user_name {
  background: left center / contain url('../_Img/Sub/icon_user_24.svg') no-repeat;
  padding-left: 29px;
  height: 1.3em;
  line-height: 1.3em;
  text-align: left;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}

/*
  */
#user_wrap .user>p {
  font-size: var(--size-ft-m);
  color: #fff;
}

#user_wrap .nav {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #B288D7;
  border-radius: 0 50px 50px 0;
  padding: 4px 12px 4px 0;
  z-index: 2;
}

#user_wrap .nav ul {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-left: 0px;
}

#user_wrap .nav a {
  display: block;
  height: 1.2em;
  font-size: var(--size-ft-m);
}

#user_wrap .nav .logout {
  background: left 1em center / contain url('../_Img/Sub/icon_logout_20.svg') no-repeat;
  padding-left: 2.8em;
  margin-left: 1em;
  line-height: 1.2em;
  color: #fff;
  border-left: 1px solid #BFADCE;
}

#user_wrap .nav .english {
  background: center / contain url('../_Img/Sub/icon_global_40.svg') no-repeat;
}

#tabpanel-2 {
  position: relative;
  border-left: 0;
  border-right: 0;
  padding: 0px;
  height: 100%;
  padding-bottom: 90px
}

.vod {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* background-color: var(--color-bg-dark);*/
.vod .floating_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80%;
  z-index: 10;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0) 90%);
  pointer-events: none;
}

.vod .floating_btn.on {
  display: block;
}

.vod .floating_btn .btn_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 40px;
  margin: 30px 30px auto auto;
  pointer-events: auto;
}

.vod .floating_btn .btn_open_chat {
  width: 40px;
  height: 40px;
  background: center / contain url('../_Img/Sub/icon_chat_dot_40.svg') no-repeat;
}

.vod .floating_btn .btn_open_inquiry {
  width: 40px;
  height: 40px;
  background: center / contain url('../_Img/Sub/icon_edit_40.svg') no-repeat;
}

.vod .vod_iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.vod .vod_iframe_wrap:hover>.floating_btn.on {
  opacity: 1;
}

.vod .vod_extra_controls {
  background-color: #000000;
  padding: 20px 40px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.vod .vod_extra_controls .btn_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-right: auto;
  flex: 1;
}

.vod .vod_extra_controls .btn_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  flex: 1;
}

.vod .vod_extra_controls .btn_feedback,
.vod .vod_extra_controls .btn_logout {
  display: inline-flex;
  justify-content: center;
  background-color: var(--color-primary01);
  color: #fff;
  column-gap: 16px;
  align-items: center;
}

.vod .vod_extra_controls .btn_vote {
  display: inline-flex;
  justify-content: center;
  background-color: var(--color-primary02);
  margin-right: auto;
  column-gap: 16px;
  align-items: center;
}

.vod .vod_extra_controls .btn_vote i.icon_edit_24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center / contain url('../_Img/Sub/icon_edit_24.svg') no-repeat;
}

.vod .vod_extra_controls .btn_feedback i.icon_chat_square_add_24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center / contain url('../_Img/Sub/icon_chat_square_add_24.svg') no-repeat;
}

.vod .vod_extra_controls .btn_logout i.icon_logout_24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center / contain url('../_Img/Sub/icon_logout_24.svg') no-repeat;
}

.tabs {
  transition: all 0.3s;
  border-bottom: 1px solid var(--color-line-medium);
}

.tabs .fold_chat {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs .fold_chat .btn_fold_chat {
  display: block;
  width: 40px;
  height: 40px;
  background: center / contain url('../_Img/Sub/ico_exit_40.svg') no-repeat;
  transform: rotate(180deg);
}

.tabs .tablist {
  display: flex;
}

.tabs .tablist .tab {
  position: relative;
  flex: 1;
  font-size: var(--size-ft-l);
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs .tablist .tab:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 40%;
  background: #D9D9D9;
}

.tabs .tablist .tab.active {
  color: var(--color-gold);
}

.tabs .tab_content {
  position: relative;
  overflow: hidden;
}

.emoji-list {
  height: 100%;
}

.information {
  background-color: #fff;
  border-top: 1px solid var(--color-line-medium);
  border-right: 1px solid var(--color-line-medium);
}

.information article {
  padding: 16px 40px;
  border-bottom: 1px solid var(--color-line-medium);
}

.information article:last-child {
  padding-bottom: 24px;
  border-bottom: 0;
}

.information .article_date {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-gold);
}

.information .article_title {
  position: relative;
  display: block;
  font-size: var(--size-ft-l);
  font-weight: 700;
  color: var(--color-text-dark01);
  margin-bottom: 8px;
  padding-left: 20px;
}

.information .article_title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-gold);
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

.information .agenda_box {
  padding-left: 20px;
}

.information .agenda_box+.agenda_box {
  margin-top: 20px;
}

.information .agenda_box .time {
  display: inline-block;
  padding: 4px 12px 3px;
  font-size: var(--size-ft-m);
  font-weight: 700;
  line-height: 1;
  color: var(--color-text-dark02);
  margin-bottom: 2px;
  background-color: #CADEFA;
}

.information .agenda_box .subject {
  font-size: var(--size-ft-m);
  color: var(--color-text-dark02);
  font-weight: 600;
  margin-bottom: 2px;
}

.information .agenda_box .desc {
  font-size: var(--size-ft-s);
  color: var(--color-text-normal01);
}

.information .notice_box {
  padding: 0 20px;
}

.information .notice_box .desc {
  font-size: var(--size-ft-m);
  color: #666666;
}

.information .howto {
  padding: 0 20px;
}

.information .howto li {
  position: relative;
  font-size: var(--size-ft-m);
  color: #666666;
  padding-left: 14px;
}

.information .howto li+li {
  margin-top: 0.20px;
}

.information .howto li::before {
  content: "• ";
  font-size: inherit;
  font-weight: inherit;
  color: var(--color-primary01);
  position: absolute;
  top: 0;
  left: 0;
}

.information .howto .point {
  color: var(--color-primary01);
}

.extra_vod {
  padding: 24px 40px;
}

.extra_vod .section_title {
  font-size: var(--size-ft-l);
  font-weight: 700;
  color: var(--color-text-dark01);
  margin-bottom: 24px;
}

.extra_vod .vod_item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 15px;
  cursor: pointer;
}

.extra_vod .vod_item.ing::before {
  content: '시청중';
  color: #fff;
  background-color: var(--color-gold);
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
}

.extra_vod .vod_item+.vod_item {
  margin-top: 20px;
}

.extra_vod .vod_thumbnail {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 16/9;
  background-color: var(--color-text-dark01);
  font-size: 0;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.extra_vod .vod_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.extra_vod .vod_title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: var(--size-ft-m);
  color: var(--color-text-dark02);
  transition: color 0.3s;
}

.extra_vod .vod_item:hover .vod_title {
  color: var(--color-primary01);
}

.extra_vod .vod_desc {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: var(--size-ft-s);
  color: var(--color-text-normal01);
}


#chat_container {
  background-color: #fff;
  font-size: var(--size-ft-s);
  border: 0;
  outline: 0;
  height: 100%;
}

#chat_container .chat {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 20% 1fr;
  height: 100%;
}

#chat_container .dv-chat-wrap {
  padding: 36px 40px 20px;
  row-gap: 20px;
}

#chat_container .dv-chat-system {
  padding: 8px;
  background-color: #D9D9D9;
  color: var(--color-text-dark02);
  font-size: var(--size-ft-m);
  border-radius: 99em;
}

#chat_container .dv-chat-msg {
  display: grid;
  grid-template-columns: 25% auto 1fr;
  column-gap: 12px;
}

#chat_container .dv-chat-msg .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-text-light01);
}

#chat_container .dv-chat-msg .msg {
  color: var(--color-text-dark01);
  word-break: break-all;
}

#chat_container .dv-chat-item+.dv-chat-item {
  margin-top: 10px;
}

#chat_container .dv-chat-input-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 5px;
  padding: 10px;
  background-color: #F2F4F6;
  border-radius: 12px;
}

#chat_container .dv-chat-input {
  background-color: #F2F4F6;
  width: 100%;
  font-size: var(--size-ft-m);
}

#chat_container #emoji-popover {
  padding: 10px;
  background-color: #fff;
}

#chat_container .emoji-button {
  height: 100%;
  background-color: #F2F4F6;
}

#chat_container .emoji-item {
  background-color: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

#chat_container .dv-chat-send {
  padding: 50px 10px;
  background-color: var(--color-primary01);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

#chat_container .chat-user-list {
  max-height: 100%;
  overflow: auto;
  padding: 20px 40px;
  background-color: var(--color-bg-light);
}

#chat_container .user-list-title {
  font-size: var(--size-ft-s);
  color: var(--color-text-light01);
}

#chat_container .user-list-title .user-count {
  font-weight: 700;
  color: #7FA5D9;
}

#chat_container .user-list-content {
  font-size: 14px;
  padding: 5px 0;
}

#chat_container .user-item .user-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7FA5D9;
  margin-right: 8px;
  display: inline-block;
}

#chat_container .user-item .user-name {
  font-size: var(--size-ft-s);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-text-dark02);
  ;
}

#inquiry_container {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 2px;
  background-color: #B288D7;
  width: 100%;
  bottom: 0;
}

#inquiry_container .history_list {
  overflow: auto;
  padding: 10px;
}

#inquiry_container .history_item+.history_item {
  margin-top: 20px;
}

#inquiry_container .history_item .date {
  font-size: var(--size-ft-l);
  color: var(--color-text-light01);
}

#inquiry_container .history_item .content {
  font-size: var(--size-ft-l);
  font-weight: 300;
  color: var(--color-text-dark01);
}

#inquiry_container .inquiry_input {
  border: 1px solid #B288D7;
  width: 100%;
  height: 90px;
  border-radius: 0px;
  resize: none;
  background-color: #F2F4F6;
  padding: 0.8em;
  margin-bottom: 0px;
  font-size: var(--size-ft-s);
}

#inquiry_container .inquiry_input:focus {
  outline: 2px solid #B288D7;
  background-color: #fff;
}

#inquiry_container .q-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  height: 100%;
  margin-left: auto;
  background-color: var(--color-text-dark02);
  color: #fff;
}

#inquiry_container .q-submit .icon_chat_circle_add_24 {
  display: block;
  width: 24px;
  height: 24px;
  background: center / contain url('../_Img/Sub/icon_chat_circle_add_24.svg') no-repeat;
}

#inquiry_container .inquiry_input_wrap {
  display: grid;
  grid-template-columns: 1fr 90px;
}

#inquiry_container .inquiry_input_wrap button.q-submit {
  width: 100%;
  border-radius: 0;
}

#topic_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  font-family: "Roboto", sans-serif;
  color: #072B5D;
  text-align: center;
  padding-top: 0em;
}

#topic_wrap .to_title {
  margin-top: 0.5em;
  font-weight: 900;
  border-radius: 40px;
  padding: 6px 10px 4px 10px;
  color: #fff;
  line-height: 90%;
  ;
  background-color: #8B55A3;
  font-size: 1em;
}

#topic_wrap .to_subject {
  font-weight: 600;
  font-size: 1.3em;
}

#topic_wrap .to_speaker_name {
  font-weight: 900;
  font-size: 1.45em;
}

#topic_wrap .to_speaker_info {
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.main_inner.wide .vod {
  grid-column: 1/3;
}

.main_inner.wide .tabs {
  display: none;
}


@media screen and (max-width: 1200px) {
  .btn-lg {
    height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  #doc header {
    height: 57px;
    padding: 0 20px;
  }

  #doc header .nav ul {
    column-gap: 20px;
  }

  #doc header .nav a {
    width: 20px;
    height: 20px;
  }

  #doc header .visual {
    width: 100%;
    height: auto;
  }

  #doc header .visual .visual_title {
    font-size: min(12vw, 22px);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
  }

  #doc header .visual .visual_title span {
    font-size: min(5vw, 14px);
  }

  #doc header .visual .visual_logo,
  #doc header .visual .visual_logo_right {
    background-position: top 10px center;
  }


  #user_wrap {
    margin-top: 1em;
  }

  .main_inner {
    display: block;
  }

  .main_inner .tabs {
    width: 100%;
    height: 48px;
    overflow: hidden;
  }

  .main_inner .tabs .fold_chat .btn_fold_chat {
    transform: rotate(270deg);
  }

  .main_inner .information {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line-medium);
  }

  .tabs .fold_chat .btn_fold_chat {
    width: 24px;
    height: 24px;
  }

  .tabs .tablist .tab {
    font-size: 16px;
  }

  #chat_container .chat {
    grid-template-rows: auto 1fr;
  }

  #chat_container .chat-user-list {
    padding: 15px 12px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow: visible;
  }

  #chat_container .user-list-content {
    flex: 1;
    overflow: auto;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 6px;
  }

  #chat_container .user-item .user-status {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  #chat_container .user-list-title .user-count {
    color: #2252A6;
  }

  #chat_container .dv-chat-wrap {
    row-gap: 10px;
  }

  #inquiry_container .history_list {
    max-height: none;
    flex: 1;
  }

  #inquiry_container .history_item .date {
    font-size: 14px;
  }

  #inquiry_container .history_item .content {
    font-size: 14px;
  }

  #inquiry_container .history_item+.history_item {
    margin-top: 10px;
  }

  #inquiry_container .q-submit {
    column-gap: 8px;
  }

  #inquiry_container .q-submit .icon_chat_circle_add_24 {
    width: 20px;
    height: 20px;
  }

  .information .article_date {
    text-align: center;
    font-size: 16px;
  }

  .information .article_title {
    padding-left: 0;
    font-size: 14px;
  }

  .information .article_title::before {
    content: none;
  }

  .information .agenda_box {
    padding-left: 0;
  }

  .information .agenda_box .time {
    font-size: 15px;
  }

  .information .agenda_box .subject {
    font-size: 15px;
  }

  .information .agenda_box .desc {
    font-size: 14px;
  }

  .information .notice_box {
    padding-left: 0px;
  }

  .information .howto {
    padding: 0;
  }

  .vod .vod_extra_controls {
    padding: 12px 20px;
    flex-wrap: wrap;
  }

  .vod .vod_extra_controls .btn_left,
  .vod .vod_extra_controls .btn_right {
    flex: auto;
    width: 100%;
  }

  .vod .vod_extra_controls .btn_vote {
    width: 100%;
  }

  .vod .vod_extra_controls .btn_feedback,
  .vod .vod_extra_controls .btn_logout {
    max-width: calc(50% - 8px);
    margin: 0;
    column-gap: 10px;
  }

  .vod .vod_extra_controls .btn_feedback i.icon_chat_square_add_24 {
    width: 20px;
    height: 20px;
  }

  .extra_vod .section_title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .extra_vod .vod_desc {
    font-size: 13px;
  }

  .extra_vod .vod_item+.vod_item {
    margin-top: 10px;
  }

  #topic_wrap {
    row-gap: 4px;
  }

  #topic_wrap .to_title {
    font-size: 0.9em;
  }

  #topic_wrap .to_subject {
    font-size: 1em;
  }

  #topic_wrap .to_speaker_name {
    font-size: 1.2em;
  }

  #topic_wrap .to_speaker_info {
    font-size: 0.9em;
  }

  .pop_inner {
    max-width: 90%;
  }

  .pop_wrap header {
    padding: 18px 20px 20px;
  }

  .pop_wrap header h2 {
    font-size: 20px;
  }

  .pop_wrap header .btn-close {
    width: 56px;
    height: 56px;
    background-size: 16px 16px;
  }

  .pop_wrap .popup_article {
    max-height: 70vh;
    padding: 20px;
  }

  .top-btn {
    display: block;
  }

  header.open_chat {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  #main_vod.open_chat {
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background-color: #fff;
  }

  #main_vod.open_chat .vod {
    height: auto;
  }

  #main_vod.open_chat .tabs {
    height: 100%;
  }

  #main_vod.open_chat .tabs .fold_chat .btn_fold_chat {
    transform: rotate(90deg);
  }

  .top-btn:hover {
    transform: translateY(0);
  }
}

/* 추첨 팝업 */
.quiz_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.quiz_inner #quiz_title {
  font-size: var(--size-ft-m);
  font-weight: 500;
  margin-bottom: 10px;
}

.quiz_inner #quiz_content {
  font-size: var(--size-ft-m);
  margin-bottom: 20px;
}

.quiz_inner .quiz_btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  column-gap: 10px;
}

.quiz_inner .quiz_btns .btn {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: var(--size-ft-s);
}

.quiz_inner .quiz_btns .btn:hover {
  font-weight: 600;
}

/* 피드백 팝업 */
.feedback_inner .desc {
  font-size: var(--size-ft-m);
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: var(--color-bg-light);
  text-align: center;
  color: var(--color-text-dark01);
  border-radius: 8px;
}

.feedback_inner .feedback_ul {}

.feedback_inner .feedback_ul .score2+.score2 {
  margin-top: 30px;
}

.feedback_inner .feedback_ul .score2>p {
  font-size: var(--size-ft-m);
  padding: 10px 0;
  color: var(--color-text-dark02);
  font-weight: 600;
}

.feedback_inner .feedback_ul .score2 label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: var(--size-ft-s);
  color: var(--color-text-dark02);
  cursor: pointer;
}

.feedback_inner .feedback_ul .score2 label:not(:last-child) {
  margin-bottom: 10px;
}

.feedback_inner .feedback_ul .score2 input+label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-text-light01);
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feedback_inner .feedback_ul .score2 input:checked+label::before {
  border-color: var(--color-primary01);
  background-color: var(--color-primary01);
}

.feedback_inner .btn_submit {
  display: block;
  margin: 40px 0 0 0;
  padding: 0 10px;
  width: 100%;
  height: 69px;
  border-radius: 99em;
  background-color: var(--color-primary01);
  color: #fff;
  font-size: var(--size-ft-xl);
  font-weight: 700;
  line-height: 1;
}

/* notice 팝업 */
#hd_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow01);
}

#hd_pop header {
  padding: 40px 20px;
}

#hd_pop header h2 {
  font-size: var(--size-ft-xl);
  font-weight: 700;
  text-align: center;
  color: var(--color-text-dark01);
  line-height: 1;
}

#hd_pop header .hd_pops_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 104px;
  height: 104px;
  background: center / 24px 24px url('../_Img/Main/ico_close.svg') no-repeat;
  border: 0;
  padding: 0;
}

#hd_pop .hd_pops_con {
  padding: 20px;
  min-width: 40vw;
  width: 90vw;
  max-width: 720px;
  min-height: 300px;
  max-height: 90vh;
}

#hd_pop .hd_pops_footer {
  padding: 10px 20px;
  background-color: var(--color-bg-dark);
}

#hd_pop .hd_pops_footer .hd_pops_reject {
  font-size: var(--size-ft-s);
  color: #fff;
}


@media screen and (max-width: 1200px) {
  .feedback_inner .desc {
    margin-bottom: 20px;
    padding: 14px 10px;
  }

  .feedback_inner .btn_submit {
    height: 35px;
    font-size: 16px;
    margin-top: 16px;
  }
}