@charset "UTF-8";
:root {
  --vh: 1vh;
}

html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
}

body {
  --primary2:#00bcd4;
  --bg-active:rgba(0, 188, 212, 0.6);
  --part0:var(--primary2);
  --part1:#4a77d1;
  --part2:#eeb560;
  --part3:#44a64b;
  --part4:#9c63b2;
  --part5:#eb7a46;
  --part6:#df5796;
  --part7:#49e6aa;
  --part8:#a5c70f;
  --part9:#f55b5b;
  --part10:#8e27e2;
  --warn:#df4444;
  --accept:#449c09;
  --cobrowsing:#639ce8;
  /** 기본 dark, body[data-theme="dark"] 값과 동일**/
  --primary3:#646464;
  --bg-page1:#272729;
  --bg-page2:#1d1d1d;
  --bg-page3:#2a2b2e;
  --bg-chat:#e8e8e8;
  --text-nor:#dfdfdf;
  --text-nor2:#64656d;
  --text-nor3:#9a9a9e;
  --text-point:#ffffff;
  --text-btn:#ffffff;
  --input-bg:#2a2b2e;
  --input-font:#888888;
  --input-border:#525255;
  --input-border-dark:#2d2d2d;
  --btn-ctl:#37393e;
  --more-menu:#3d3f43;
  --tab-nor:#c4c4c4;
  --tbl-th:#383838;
  --tbl-td:#1d1d1d;
  --scroll-thumb:#474747;
  --scroll-track:#242424;
}

body[data-theme=dark] {
  --primary3:#646464;
  --bg-page1:#272729;
  --bg-page2:#1d1d1d;
  --bg-page3:#2a2b2e;
  --bg-chat:#e8e8e8;
  --text-nor:#dfdfdf;
  --text-nor2:#64656d;
  --text-nor3:#9a9a9e;
  --text-point:#ffffff;
  --text-btn:#ffffff;
  --input-bg:#2a2b2e;
  --input-font:#888888;
  --input-border:#525255;
  --input-border-dark:#2d2d2d;
  --btn-ctl:#37393e;
  --more-menu:#3d3f43;
  --tab-nor:#c4c4c4;
  --tbl-th:#383838;
  --tbl-td:#1d1d1d;
  --scroll-thumb:#474747;
  --scroll-track:#242424;
}

body[data-theme=light] {
  --primary3:#a3a3a3;
  --bg-page1:#ffffff;
  --bg-page2:#dddddd;
  --bg-page3:#ffffff;
  --bg-chat:#e8e8e8;
  --text-nor:#383838;
  --text-nor2:#64656d;
  --text-nor3:#6b6b71;
  --text-point:rgb(70, 70, 70);
  --text-btn:#ffffff;
  --input-bg:#f8f8f8;
  --input-font:#bbbbbb;
  --input-border:#e4e4e4;
  --input-border-dark:#e6e6e6;
  --btn-ctl:#ffffff;
  --more-menu:#ffffff;
  --tab-nor:#b0b0b0;
  --tbl-th:#2f373d;
  --tbl-td:#f6f7fb;
  --scroll-thumb:#a8a8a8;
  --scroll-track:#d4d4d4;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/NotoSansKR-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

body, div, label, section, aside, footer, header, nav, video, table, tr, td, th {
  border: 0;
  font-size: 1.6rem;
  color: var(--text-nor);
}

body {
  -webkit-text-size-adjust: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: 0;
}

a:visited {
  text-decoration: none;
}

input, textarea {
  outline: 0;
  -webkit-appearance: none;
}

input:focus, textarea:focus {
  outline: 0;
}

input::placeholder, textarea::placeholder {
  color: var(--input-font);
  font-size: 1.4rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.4rem;
}

button {
  -webkit-tap-highlight-color: transparent; /* for removing the highlight */
}

select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}

img {
  max-width: 100%;
  vertical-align: middle; /*object-fit: cover*/
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

i[class^=icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

::selection {
  background-color: var(--bg-active);
  color: #FFF;
}

.for-mobile {
  display: none;
}

.br {
  display: block;
}

.mg_t50 {
  margin-top: 50px;
}

.mg_t40 {
  margin-top: 40px;
}

.mg_t30 {
  margin-top: 30px;
}

.mg_t20 {
  margin-top: 20px;
}

.mg_t10 {
  margin-top: 10px;
}

.mg_t5 {
  margin-top: 5px;
}

.mg_t0 {
  margin-top: 0;
}

.mg_l50 {
  margin-left: 50px;
}

.mg_l40 {
  margin-left: 40px;
}

.mg_l30 {
  margin-left: 30px;
}

.mg_l20 {
  margin-left: 20px;
}

.mg_l10 {
  margin-left: 10px;
}

.mg_l5 {
  margin-left: 5px;
}

.mg_l0 {
  margin-left: 0;
}

.mg_r50 {
  margin-right: 50px;
}

.mg_r40 {
  margin-right: 40px;
}

.mg_r30 {
  margin-right: 30px;
}

.mg_r20 {
  margin-right: 20px;
}

.mg_r10 {
  margin-right: 10px;
}

.mg_r5 {
  margin-right: 5px;
}

.mg_r0 {
  margin-right: 0;
}

.mg_b50 {
  margin-bottom: 50px;
}

.mg_b40 {
  margin-bottom: 40px;
}

.mg_b30 {
  margin-bottom: 30px;
}

.mg_b20 {
  margin-bottom: 20px;
}

.mg_b10 {
  margin-bottom: 10px;
}

.mg_b5 {
  margin-bottom: 5px;
}

.mg_b0 {
  margin-bottom: 0;
}

.pd_a40 {
  padding: 40px;
}

.pd_a30 {
  padding: 30px;
}

.pd_a20 {
  padding: 20px;
}

.pd_a10 {
  padding: 10px;
}

.pd_t40 {
  padding-top: 40px;
}

.pd_t30 {
  padding-top: 30px;
}

.pd_t20 {
  padding-top: 20px;
}

.pd_t10 {
  padding-top: 10px;
}

.alg_l {
  text-align: left;
}

.alg_r {
  text-align: right;
}

.alg_c {
  text-align: center;
}

.ft_s12 {
  font-size: 1.2rem;
}

.ft_s13 {
  font-size: 1.3rem;
}

.ft_s14 {
  font-size: 1.4rem;
}

.ft_s15 {
  font-size: 1.5rem;
}

.ft_s16 {
  font-size: 1.6rem;
}

.ft_s18 {
  font-size: 1.8rem;
}

.ft_s20 {
  font-size: 2rem;
}

.ft_s24 {
  font-size: 2.4rem;
}

.ft_s28 {
  font-size: 2.8rem;
}

.ft_s30 {
  font-size: 3rem;
}

.ft_s100 {
  font-size: 10rem;
}

.ft_c_bold {
  color: var(--text-point);
}

.ft_c_point {
  color: var(--primary2);
}

.ft_c_btn {
  color: var(--text-btn);
}

.ft_c_warn {
  color: var(--warn);
}

.ft_c_normal3 {
  color: var(--text-nor3);
}

.ft_bold {
  font-weight: 600;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow_y_scr {
  overflow-y: scroll;
}

.flex1 {
  flex: 1;
}

.w_auto {
  width: auto;
}

.w_full {
  width: 100%;
}

.w_10 {
  width: 10px;
}

.w_20 {
  width: 20px;
}

.w_30 {
  width: 30px;
}

.w_40 {
  width: 40px;
}

.w_100 {
  width: 100px;
}

.w_150 {
  width: 150px;
}

.w_200 {
  width: 200px;
}

.w_250 {
  width: 250px;
}

.w_300 {
  width: 300px;
}

.w_400 {
  width: 400px;
}

.w_500 {
  width: 500px;
}

.pointer {
  cursor: pointer;
}

.hgt_100 {
  height: 100px;
}

.hgt_150 {
  height: 150px;
}

.hgt_200 {
  height: 200px;
}

.hgt_300 {
  height: 300px;
}

.hgt_full {
  height: 100%;
}

.bg_parti0 {
  background-color: var(--part0) !important;
}

.bg_parti1 {
  background-color: var(--part1) !important;
}

.bg_parti2 {
  background-color: var(--part2) !important;
}

.bg_parti3 {
  background-color: var(--part3) !important;
}

.bg_parti4 {
  background-color: var(--part4) !important;
}

.bg_parti5 {
  background-color: var(--part5) !important;
}

.bg_parti6 {
  background-color: var(--part6) !important;
}

.bg_parti7 {
  background-color: var(--part7) !important;
}

.bg_parti8 {
  background-color: var(--part8) !important;
}

.bg_parti9 {
  background-color: var(--part9) !important;
}

.bg_parti10 {
  background-color: var(--part10) !important;
}

.bd_parti0 {
  border-color: var(--part0) !important;
}

.bd_parti1 {
  border-color: var(--part1) !important;
}

.bd_parti2 {
  border-color: var(--part2) !important;
}

.bd_parti3 {
  border-color: var(--part3) !important;
}

.bd_parti4 {
  border-color: var(--part4) !important;
}

.bd_parti5 {
  border-color: var(--part5) !important;
}

.bd_parti6 {
  border-color: var(--part6) !important;
}

.bd_parti7 {
  border-color: var(--part7) !important;
}

.bd_parti8 {
  border-color: var(--part8) !important;
}

.bd_parti9 {
  border-color: var(--part9) !important;
}

.bd_parti10 {
  border-color: var(--part10) !important;
}

.ft_parti0 {
  color: var(--part0) !important;
}

.ft_parti1 {
  color: var(--part1) !important;
}

.ft_parti2 {
  color: var(--part2) !important;
}

.ft_parti3 {
  color: var(--part3) !important;
}

.ft_parti4 {
  color: var(--part4) !important;
}

.ft_parti5 {
  color: var(--part5) !important;
}

.ft_parti6 {
  color: var(--part6) !important;
}

.ft_parti7 {
  color: var(--part7) !important;
}

.ft_parti8 {
  color: var(--part8) !important;
}

.ft_parti9 {
  color: var(--part9) !important;
}

.ft_parti10 {
  color: var(--part10) !important;
}

.dp_flex_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dp_flex_row.inner_alg_l {
  align-items: flex-start;
}
.dp_flex_row.inner_alg_r {
  align-items: flex-end;
}
.dp_flex_row.inner_alg-t {
  justify-content: flex-start;
}
.dp_flex_row.inner_alg_r {
  justify-content: flex-end;
}
.dp_flex_row .inp_wrap_row {
  margin-bottom: 10px;
}
.dp_flex_row .inp_wrap_row > .inp_tit {
  width: auto;
}

.dp_flex_column {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.dp_flex_column.inner_alg_l {
  justify-content: flex-start;
}
.dp_flex_column.inner_alg_r {
  justify-content: flex-end;
}
.dp_flex_column.inner_alg_t {
  align-items: flex-start;
}
.dp_flex_column.inner_alg_b {
  align-items: flex-end;
}
.dp_flex_column.inner_alg_between {
  justify-content: space-between;
}
.dp_flex_column.inner_alg_around {
  justify-content: space-around;
}
.dp_flex_column.inner_wrap {
  flex-wrap: wrap;
}

* ::-webkit-scrollbar {
  width: 14px;
}

* ::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb);
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

* ::-webkit-scrollbar-track {
  background-color: var(--scroll-track);
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px var(--input-bg) inset !important;
  -webkit-text-fill-color: var(--text-point) !important;
}

.chkbox_wrap {
  display: inline-block;
  color: inherit;
}
.chkbox_wrap input[type=checkbox].chkbox {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.chkbox_wrap input[type=checkbox].chkbox + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: inherit;
  word-break: keep-all;
}
.chkbox_wrap input[type=checkbox].chkbox + label::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid var(--input-border);
  border-radius: 4px;
  margin-right: 5px;
  transition: background-color 0.2s ease-in-out;
  color: var(--input-border);
  background-color: var(--input-bg);
}
.chkbox_wrap input[type=checkbox].chkbox:focus + label::before {
  outline: 1px solid var(--primary2);
}
.chkbox_wrap input[type=checkbox].chkbox:checked + label::before {
  background-image: url("/static2/images/common/icon-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--primary2);
}
.chkbox_wrap input[type=checkbox].chkbox:disabled + label {
  cursor: not-allowed;
  opacity: 0.8;
}
.chkbox_wrap input[type=checkbox].chkbox:disabled:checked + label {
  color: var(--text-nor);
}
.chkbox_wrap input[type=checkbox].chkbox:disabled:checked + label::before, .chkbox_wrap .chkbox_wrap input[type=checkbox].toggle:disabled + label::before {
  background-image: url("/static2/images/common/icon-checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.chkbox_wrap input[type=checkbox].chkbox:disabled + label::before, .chkbox_wrap .chkbox_wrap input[type=checkbox].toggle:disabled + label::before {
  background: #525252;
}

table .chkbox_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio_wrap {
  display: inline-block;
  color: inherit;
}
.radio_wrap input[type=radio].radio {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.radio_wrap input[type=radio].radio + label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  word-break: keep-all;
}
.radio_wrap input[type=radio].radio + label::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  margin-right: 5px;
  transition: background-color 0.2s ease-in-out;
  color: var(--input-border);
  border: 1px solid var(--input-border);
  box-sizing: border-box;
  background-color: var(--input-bg);
}
.radio_wrap input[type=radio].radio + label::after {
  content: "";
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: var(--input-border);
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: translateX(1px);
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
.radio_wrap input[type=radio].radio:focus + label::before {
  outline: 1px solid black;
}
.radio_wrap input[type=radio].radio:checked + label::before {
  border-color: var(--primary2);
}
.radio_wrap input[type=radio].radio:checked + label::after {
  background-color: var(--primary2);
}
.radio_wrap input[type=radio].radio:disabled + label {
  opacity: 0.8;
}
.radio_wrap input[type=radio].radio:disabled + label::before, .radio_wrap .radio_wrap input[type=radio].toggle:disabled + label::before {
  background: #CCC;
}
.radio_wrap input[type=radio].radio:disabled + label::after {
  opacity: 0.5;
  color: #FFF;
}

.btn_wrap {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.btn_wrap.child_2 [class^=btn_base] {
  width: 48%;
}
.btn_wrap [class^=btn_base].w_full {
  width: 100%;
}

.inp_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.inp_wrap .inp_tit {
  width: 120px;
  position: relative;
}
.inp_wrap .inp_tit > img {
  margin-right: 5px;
}
.inp_wrap .inp_tit.w_full {
  width: 100%;
}
.inp_wrap .inp_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  word-break: break-all;
  position: relative;
}

.inp_wrap_row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.inp_wrap_row .inp_tit {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}
.inp_wrap_row .inp_tit.w_full {
  width: 100%;
}
.inp_wrap_row .inp_tit > img {
  margin-right: 5px;
}
.inp_wrap_row .inp_tit::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--text-nor3);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.inp_wrap_row .inp_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 1rem;
}

input.inp_base {
  height: 40px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 0 15px;
  font-size: 1.5rem;
  color: var(--text-point);
}
input.inp_base.disabled {
  background-color: #f6f6f6;
  color: #898989;
}
input.inp_base:focus {
  color: var(--text-point);
  border: 1px solid var(--primary2);
  background-color: var(--input-bg);
}
input.inp_base.w-full {
  width: 100%;
  flex: 1;
}

select.slc_base {
  height: 40px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 0 15px;
  font-size: 1.5rem;
  color: var(--text-point);
  background-image: url("/static2/images/common/ico-pulldown-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  padding-right: 32px;
}
select.slc_base:focus {
  color: var(--text-point);
  border: 1px solid var(--primary2);
  background-color: var(--input-bg);
  background-image: url("/static2/images/common/ico-pulldown-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  outline: none;
}
select.slc_base.w_full {
  width: 100%;
}
select.slc_base option {
  background-color: var(--tbl-td);
}

textarea.inp_base {
  resize: none;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 7px;
  color: var(--input-font);
}
textarea.inp_base.hgt_100 {
  height: 100px;
}
textarea.inp_base.hgt_150 {
  height: 150px;
}
textarea.inp_base.hgt_200 {
  height: 200px;
}
textarea.inp_base.hgt_300 {
  height: 300px;
}
textarea.inp_base.hgt_full {
  height: 100%;
}
textarea.inp_base:focus {
  color: var(--text-point);
  border: 1px solid var(--primary2);
  background-color: var(--input-bg);
  outline: none;
}

.tab_whole_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: visible;
  height: 100%;
}
.tab_whole_wrap > * {
  width: 100%;
}

.tab_btn_wrap {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 1;
  height: 60px;
}
.tab_btn_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--input-border);
  bottom: 0px;
}
.tab_btn_wrap.inner_alg_l {
  justify-content: flex-start;
}
.tab_btn_wrap.li_2 > li {
  width: 50%;
  max-width: none;
}
.tab_btn_wrap.li_3 > li {
  width: 33.3333333333%;
  max-width: none;
}
.tab_btn_wrap.li_4 > li {
  width: 25%;
  max-width: none;
}
.tab_btn_wrap.li_5 > li {
  width: 20%;
  max-width: none;
}
.tab_btn_wrap .tab_list {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 200px;
  flex: 1;
}
.tab_btn_wrap .tab_list.active {
  border-bottom: 2px solid var(--primary2);
  z-index: 6;
}
.tab_btn_wrap .tab_list.active .btn_tab {
  color: var(--primary2);
}
.tab_btn_wrap .tab_list.active span.on {
  display: block;
}
.tab_btn_wrap .tab_list.active span.off {
  display: none;
}
.tab_btn_wrap .tab_list .btn_tab {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 1.6rem;
  color: var(--tab-nor);
}
.tab_btn_wrap .tab_list span.on {
  display: none;
}
.tab_btn_wrap .tab_list span.off {
  display: block;
}
.tab_btn_wrap .tab_list img {
  width: 30px;
}

.tab_cont_wrap {
  height: calc(100% - 60px);
}
.tab_cont_wrap > .tab_contents {
  width: 100%;
  position: relative;
  height: 100%;
  display: none;
}
.tab_cont_wrap > .tab_contents.active {
  display: block;
}

table.tbl_base {
  width: 100%;
}
table.tbl_base th {
  background-color: var(--tbl-th);
  font-size: 1.4rem;
  color: #FFF;
  padding: 10px 8px;
  font-weight: 400;
  word-break: keep-all;
  border-right: 1px solid var(--input-border-dark);
  border-bottom: 1px solid var(--input-border-dark);
}
table.tbl_base td {
  background-color: var(--tbl-td);
  padding: 13px 8px;
  text-align: center;
  font-size: 1.4rem;
  word-break: keep-all;
  border-bottom: 1px solid var(--input-border-dark);
  color: var(--text-nor3);
}
table.tbl_base td.bd_r {
  border-right: 1px solid var(--input-border-dark);
}
table.tbl_base tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table.tbl_base tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table.tbl_base tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.tbl_base tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.tbl_base tr:first-child th:last-child {
  border-right: 0;
}
table.tbl_base .alg_l {
  text-align: left !important;
}
table.tbl_base .alg_r {
  text-align: right !important;
}
table.tbl_base .tr_links tr:hover td {
  background-color: var(--bg-active);
  border-right-color: var(--bg-active);
  color: var(--text-btn);
  cursor: pointer;
}
table.tbl_base.bd_r td {
  border-right: 1px solid var(--input-border-dark);
}

.ul_base > li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  color: var(--text-nor3);
}

.ul_base > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--text-nor3);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}

.switcher_wrap {
  display: inline-block;
}
.switcher_wrap input[type=checkbox].toggle {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.switcher_wrap input[type=checkbox].toggle + label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.switcher_wrap input[type=checkbox].toggle + label::before {
  content: "";
  width: 60px;
  height: 30px;
  background-color: var(--text-nor2);
  border-radius: 15px;
  margin-right: 5px;
  transition: background-color 200ms ease-in-out;
}
.switcher_wrap input[type=checkbox].toggle + label::after {
  position: absolute;
  content: "✕";
  height: 26px;
  width: 26px;
  height: 26px;
  background-color: #cfcfcf;
  color: white;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
  transform: translateX(2px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.switcher_wrap input[type=checkbox].toggle:checked + label::before {
  background: var(--primary2);
}
.switcher_wrap input[type=checkbox].toggle:checked + label::after {
  content: "✓";
  transform: translateX(32px);
  background-color: #FFF;
  color: var(--primary2);
}
.switcher_wrap input[type=checkbox].toggle:disabled + label::before, .switcher_wrap .switcher_wrap input[type=checkbox].toggle:disabled + label::before {
  opacity: 0.3;
  cursor: not-allowed;
}
.switcher_wrap input[type=checkbox].toggle:disabled + label::after {
  opacity: 0.3;
  cursor: not-allowed;
}

.switcher_wrap.sm input[type=checkbox].toggle + label::before {
  width: 48px;
  height: 24px;
}
.switcher_wrap.sm input[type=checkbox].toggle + label::after {
  width: 20px;
  height: 20px;
}
.switcher_wrap.sm input[type=checkbox].toggle:checked + label::after {
  transform: translateX(26px);
}

.tooltip_parent {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.tooltip {
  width: max-content;
  position: absolute;
  z-index: 2;
  padding: 8px 15px;
  font-size: 1.3rem;
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  text-align: center;
  word-break: keep-all;
}
.tooltip::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}

.tooltip_parent .tooltip[data-tooltip-arrow=bottom] {
  top: 100%;
  transform: translate(-50%, -55%);
}
.tooltip_parent .tooltip[data-tooltip-arrow=bottom]::before {
  top: -4px;
}
.tooltip_parent:hover .tooltip[data-tooltip-arrow=bottom] {
  transform: translate(-50%, 2%);
}
.tooltip_parent:hover .tooltip[data-tooltip-arrow=bottom]::before {
  top: -4px;
}
.tooltip_parent .tooltip[data-tooltip-arrow=left-bottom] {
  top: 100%;
  left: 10px;
  transform: translateX(0%);
}
.tooltip_parent .tooltip[data-tooltip-arrow=left-bottom]::before {
  top: -4px;
  left: 20px;
}
.tooltip_parent:hover .tooltip[data-tooltip-arrow=left-bottom] {
  transform: translate(0%, 2%);
}
.tooltip_parent .tooltip[data-tooltip-arrow=right-bottom] {
  top: 100%;
  right: 0;
  transform: translateX(-85%);
}
.tooltip_parent .tooltip[data-tooltip-arrow=right-bottom]::before {
  top: -4px;
  left: unset;
  right: 20px;
}
.tooltip_parent:hover .tooltip[data-tooltip-arrow=right-bottom] {
  transform: translate(-85%, 2%);
}

.tooltip[data-tooltip-arrow=top] {
  top: -102%;
}
.tooltip[data-tooltip-arrow=top]::before {
  bottom: -4px;
}
.tooltip[data-tooltip-arrow=top]:hover {
  top: -100%;
}

.tooltip_parent:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  color: var(--primary2);
  background: rgba(0, 0, 0, 0.8);
}
.tooltip_parent:hover .tooltip::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.popup_control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.popup_control::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  z-index: 99;
}
.popup_control.confirm .pop_cont .pop_cont_frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.popup_control > .pop_wrapper {
  position: relative;
  background-color: var(--bg-page1);
  border-radius: 10px;
  overflow: hidden;
  min-width: 500px;
  max-width: 90%;
  z-index: 100;
  border: 1px solid var(--input-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  max-height: 80%; /** 추가 **/
}
.popup_control > .pop_wrapper.confirm .pop_cont .pop_cont_frame {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_control .pop_header {
  height: 50px;
  min-height: 50px;
  padding: 0 30px;
  overflow-y: auto;
  border-bottom: 1px solid var(--input-border);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.popup_control .pop_header > h1 {
  color: var(--text-point);
  font-weight: 500;
  font-size: 1.8rem;
}
.popup_control .pop_cont {
  flex: 1;
  overflow-y: auto;
  background-color: var(--bg-page1);
  min-height: 150px;
  max-height: 70vh;
  overflow-x: hidden;
  align-items: flex-start;
}
.popup_control .pop_cont.narrow {
  max-width: 500px;
}
.popup_control .pop_cont .pop_cont_frame {
  padding: 4vh 5vw;
}
.popup_control .pop_bottom {
  height: 70px;
  padding: 0 30px;
  border-top: 1px solid var(--input-border);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.popup_control.confirm .pop_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toastpop_control {
  position: fixed;
  bottom: 0;
  width: auto;
  bottom: 30px;
  background-color: rgba(0, 178, 201, 0.5);
  padding: 20px;
  border-radius: 5px;
  right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.toastpop_control .toast {
  color: #fff;
}
.toastpop_control[data-toast-type=caution] {
  background-color: rgba(235, 37, 37, 0.6);
}

div#chatDisplay {
  padding: 20px;
}
div#chatDisplay .action_talk {
  margin-bottom: 20px;
}
div#chatDisplay .profile_image {
  width: 30px;
  height: 30px;
  background-color: gold;
  display: none;
}
div#chatDisplay .box {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 10px;
}
div#chatDisplay .time {
  display: block;
  text-align: center;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #666;
}

.search_word_wrap {
  border: 1px solid var(--input-border);
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.search_word_wrap > * {
  height: 38px !important;
}
.search_word_wrap input.inp_base {
  border: 0;
}
.search_word_wrap .btn_search {
  width: 38px;
  background-image: url("/static2/images/admin/ico-admin-searchbar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.loading_spinner {
  width: fit-content;
  margin: 0 auto;
  animation: loading_spinner 2s linear infinite;
}

.full_layer {
  display: flex;
  position: fixed;
  width: 100%;
  height: 101%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  top: 0;
  right: 0;
  z-index: 998;
  align-items: center;
  justify-content: center;
}
.full_layer.hide {
  display: none;
}

.full_layer[data-ui-mode=browser] {
  display: none;
}
.full_layer[data-ui-mode=browser] > section {
  width: 330px;
}
.full_layer[data-ui-mode=browser] img {
  width: 70px;
}

.toast {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: -100px;
  margin: auto;
  min-width: 300px;
  max-width: 340px;
  padding: 10px 10px 12px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity, 0.2s, bottom 0.2s, visibility 0.2s;
  z-index: 999;
}
.toast span.toast_close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("/static2/images/common/btn-close-nor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.toast .toast_message {
  word-break: break-word;
  padding-right: 15px;
}

.toast_visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.toast_success {
  border-color: var(--accept);
  box-shadow: 0px 0px 20px 0 rgba(0, 157, 35, 0.5);
}

.toast_error {
  border-color: var(--warn);
  box-shadow: 0px 0px 20px 0 rgba(253, 32, 51, 0.5);
}

.toast.toast_visible span.toast_progress {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 4px;
  background-color: var(--primary2);
  animation: toastDuration 3s ease infinite;
}

/* 키프레임 이름 = 애니메이션 이름 */
@-webkit-keyframes toastDuration {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading_spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
  .popup_control .pop_cont {
    max-height: calc(var(--vh) * 70px);
  }
}
.connect_wrap {
  display: none !important;
}

.capture_img_wrap {
  display: none !important;
}

.temp_memo {
  display: none !important;
}

.state_wrap {
  display: none !important;
}

.call {
  display: none !important;
}

.time_wrap::after {
  display: none !important;
}

.for-mobile {
  display: none !important;
}

.for-pc {
  display: inline-block;
}

.toast {
  left: calc(37% - 12.5px + 7.5%);
}

body[data-theme=dark] {
  --text-point: #ffffff;
  --bg-screen:#000000;
  --bg-info-tit:#353639;
  --ag-icn-ctl:#ffffff;
  --mob-btn-ctl:rgba(64, 64, 64, 0.8);
  --mob-btn-icn:#000;
}

body[data-theme=light] {
  --text-point: rgb(70, 70, 70);
  --bg-screen:#000000;
  --bg-info-tit:#f7f7f7;
  --ag-icn-ctl:#606060;
  --mob-btn-ctl:#000;
}

*[data-ui-mode=mobile] {
  display: none !important;
}

[class^=btn_base].disabled, [class^=btn_base]:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

@keyframes recording_effect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.right_wrap {
  display: none !important;
}

.inp_file_base {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  opacity: 0;
  top: 0;
  left: 0;
}

.btn_base {
  vertical-align: baseline;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 1.6rem;
  background-color: var(--primary2);
  color: var(--text-btn);
}
.btn_base.sm {
  height: 30px;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 30px;
  min-width: auto;
}

.btn_base_secondary {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 1.6rem;
  background-color: var(--primary3);
  color: var(--text-btn);
}

.btn_base_line {
  height: 48px;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 1.6rem;
  word-break: keep-all;
  border: 1px solid var(--primary2);
  color: var(--primary2);
}
.btn_base_line.disabled, .btn_base_line:disabled {
  border: 1px solid var(--input-border);
  color: var(--input-border);
}
.btn_base_line:hover {
  border: 1px solid var(--text-point);
  color: var(--text-point);
}

.btn_base_text_icn {
  width: auto;
  height: 40px;
  background-color: var(--btn-ctl);
  color: var(--ag-icn-ctl);
  padding: 0px 15px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_base_text_icn img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  object-fit: contain;
}
.btn_base_text_icn.active {
  background-color: var(--bg-active);
  color: #FFF;
}
.btn_base_text_icn.disabled, .btn_base_text_icn:disabled {
  border: 1px solid var(--input-border);
  color: var(--input-border);
}

.btn_base.reconnect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  line-height: 25px;
  background: var(--warn);
  border-radius: 6px;
  margin-left: 5px;
  padding: 1px 8px;
  font-size: 1.3rem;
}

.bd_t_line {
  border-top: 1px solid var(--input-border-dark);
}

.bd_b_line {
  border-bottom: 1px solid var(--input-border-dark);
}

.rec_animation {
  display: inline-block;
  visibility: visible;
}

.frame_information {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary2);
  text-align: center;
}

.btn_base_icn {
  background: var(--btn-ctl);
  color: var(--ag-icn-ctl);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_base_icn.disabled, .btn_base_icn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.btn_base_icn.disabled:hover, .btn_base_icn:disabled:hover {
  background-color: var(--btn-ctl);
}
.btn_base_icn.disabled > span.on, .btn_base_icn:disabled > span.on {
  display: none;
}
.btn_base_icn.disabled > span.off, .btn_base_icn:disabled > span.off {
  display: inline-block;
}
.btn_base_icn:hover, .btn_base_icn.active {
  background-color: var(--bg-active);
  color: #FFF;
}
.btn_base_icn.w_50 {
  width: 50px;
  height: 50px;
}
.btn_base_icn > span.off {
  display: none;
}
.btn_base_icn > span.on {
  display: inline-block;
}

html {
  overflow: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body[data-ui-ctrl-mode=share_mode] #imageController {
  display: flex;
}

.popup_control {
  display: none;
}

.top_control_wrap {
  width: 80%;
  position: absolute;
  top: 68px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 25px;
  z-index: 800;
}
.top_control_wrap.cob_extend {
  width: auto;
  top: 0;
  padding: 20px;
  z-index: 1000;
  position: fixed;
}
.top_control_wrap.cob_extend .contents_wrap {
  display: none;
}

#playCobrowsingButton {
  width: auto;
  height: 40px;
  margin: 0;
  margin-left: 10px;
}

#playCobrowsingButton:hover {
  border: 0;
  background-color: var(--bg-active);
  color: #FFF;
}

.top_control_invite_wrap {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  align-items: center;
  width: 100%;
}

.top_control_main_wrap ul {
  height: 50px;
  display: flex;
}

.top_control_main_wrap ul.btn_list {
  background: #c7c7c7;
  border-radius: 25px;
}

.top_control_main_wrap.for-mobile {
  position: fixed;
  top: 80px;
  z-index: 55;
  right: 0;
}

.top_control_main_wrap.draw_wrap {
  padding: 0 25px;
  border-radius: 25px;
  position: relative;
}
.top_control_main_wrap.draw_wrap ul > li {
  margin: 0 5px;
}
.top_control_main_wrap.draw_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--btn-ctl);
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.top_control_main_wrap.draw_wrap.disabled .btn_control {
  opacity: 0.4;
}
.top_control_main_wrap.draw_wrap.disabled::before {
  opacity: 0.4;
}

.top_control_main_wrap.draw_wrap.cob .cob_hide {
  display: none;
}

.top_control_main_wrap.draw_wrap .cob_only {
  display: none;
}

.top_control_main_wrap.draw_wrap.cob .cob_only {
  display: flex;
}

.top_control_main_wrap.contents_wrap {
  position: absolute;
  right: 25px;
}

#remotes {
  width: 100%;
  height: unset;
  background-color: transparent;
}

.sub_video_area_wrap {
  width: 100%;
}
.sub_video_area_wrap canvas {
  pointer-events: none;
}

.sub_video_area {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  margin: 0 0 14px 0;
  border: none;
  border-radius: 10px;
}
.sub_video_area .load_wrap {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sub_video_area .load_image_wrap {
  width: 30%;
  max-width: 50px;
  text-align: center;
  margin: 0 auto;
}
.sub_video_area .wait_time {
  position: absolute;
  left: 10px;
  top: 5px;
  color: var(--text-btn);
}
.sub_video_area .load_text {
  text-align: center;
  font-size: small;
  color: var(--primary2);
}
.sub_video_area::after {
  content: "";
  transition: 0.3s all ease-in-out;
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  display: block;
  z-index: -1;
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.sub_video_area.active::after {
  background-color: var(--primary2);
  transition: opacity 0.1s ease-in;
  opacity: 1;
}

.tab_cont_wrap {
  background-color: var(--bg-page3);
}
.tab_cont_wrap > .tab_contents {
  overflow: visible;
}

.tab_content {
  display: none;
  width: 100%;
  height: 100%;
  height: calc(100% - 56px);
}

.tab_content.on {
  display: block;
}

.tab_menu_btn_more, .tab_menu_btn[data-tab-type=main_nav] {
  width: 42px;
  height: 42px;
}

.tab_menu_btn_more span.off {
  display: block;
}
.tab_menu_btn_more span.on {
  display: none;
}
.tab_menu_btn_more.active span.off {
  display: none;
}
.tab_menu_btn_more.active span.on {
  display: block;
}

.tab_menu_btn .tab_menu_img_normal,
.tab_menu_btn.on .tab_menu_img_selected {
  display: block;
}

.tab_menu_btn.on .tab_menu_img_normal,
.tab_menu_btn .tab_menu_img_selected {
  display: none;
}

.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap {
  height: 80px;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap::before {
  display: none;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .tab_list {
  opacity: 0.5;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .tab_list .btn_tab {
  color: var(--text-point);
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .tab_list:hover, .work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .tab_list.active {
  opacity: 1;
  border-bottom: 0;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .tab_list.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap .btn_tab {
  font-size: 1.2rem;
  letter-spacing: -0.1px;
  color: var(--text-point);
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_btn_wrap img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto 5px;
}
.work_area .tab_whole_wrap[data-tab-type=share] .tab_cont_wrap {
  height: calc(100% - 80px);
  overflow: hidden;
}

.inner_info_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}

.inner_info_tit {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 8px 20px;
  background-color: var(--bg-info-tit);
  text-align: left;
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.inner_info_cont {
  padding: 20px;
}

.btn_tab {
  font-size: 1.2rem;
  letter-spacing: -0.1px;
  color: var(--text-point);
}
.btn_tab.disabled, .btn_tab:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

.btn_toggle {
  display: inline-block;
  width: 40px;
  height: 39px;
  overflow: hidden;
}
.btn_toggle.w_50 {
  width: 50px;
  height: 50px;
}

.btn_toggle.btn_control_with_drop {
  width: 52px;
}

.btn_control {
  border-radius: 10px;
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--ag-icn-ctl);
}
.btn_control.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.btn_control.stop {
  background: var(--warn);
  width: auto;
  padding: 0 30px;
  border-radius: 25px;
}
.btn_control.stop img {
  width: 30px;
}
.btn_control.stop:hover {
  background-color: #b0072f;
}
.btn_control.stop.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn_control img {
  width: 40px;
}

.btn_control .off {
  display: none;
}

.btn_control.disabled .on {
  width: 40px;
  display: none;
}

.btn_control_with_drop .btn_control {
  width: 52px;
  text-align: left;
}

.btn_control_with_drop .btn_control .on,
.btn_control_with_drop .btn_control .off {
  width: 38px;
  text-align: center;
}

.rec_dot {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.btn_control.on {
  background: var(--bg-active);
}
button.btn_control.on > * {
  color: #FFF;
}

.btn_control_with_drop .drop {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.btn_control_with_drop .drop img {
  display: none;
}

.btn_control.disabled .off {
  display: inline-block;
}

.btn_control.disabled .on {
  display: none;
}

.btn_control:hover {
  background: var(--bg-active);
  color: #FFF;
}

.btn_control:active {
  background: var(--bg-active);
  color: #FFF;
}

.btn_control2 {
  background: var(--btn-ctl);
  color: var(--tab-nor);
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  width: 160px;
  height: 50px;
  margin: 0 5px;
}
.btn_control2:hover {
  border: 1px solid var(--input-border);
}
.btn_control2:disabled, .btn_control2.disabled {
  box-shadow: none;
  opacity: 0.5;
}
.btn_control2:disabled:hover, .btn_control2.disabled:hover {
  border: none;
}
.btn_control2 span {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.btn_control2 img {
  width: 24px;
  margin-right: 5px;
}
.btn_control2 .on {
  display: none;
}
.btn_control2 .off {
  display: flex;
}

.btn_control2.on {
  background-color: var(--bg-active);
  color: #FFF;
}
.btn_control2.on .off {
  display: none;
}
.btn_control2.on .on {
  display: flex;
}

.pen_color_bar {
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 0px;
  bottom: 11px;
  left: 24px;
  border-top: 0px solid transparent;
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid #ff0054;
}

.earaser_btn_all_text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 30px;
  height: 12px;
  border-radius: 3px;
  background-color: #e33b76;
  font-size: 0.8rem;
  font-weight: 100;
  color: #fff;
  line-height: 12px;
}

.on_video_default_hide {
  display: none;
}

.view_controller > li {
  margin: 0 5px;
}

.localvideo_rotate_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.localvideo_rotate_wrap > video {
  width: 100%;
}

.draw_color_wrap {
  top: 35px;
}

.consult_history_wrap li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.consult_history_wrap li:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 14px);
  left: -1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-nor2);
}
.consult_history_wrap li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  width: 1px;
  height: 100%;
  border-radius: 50%;
  background-color: var(--text-nor2);
}
.consult_history_wrap li:last-child:after {
  background: linear-gradient(var(--text-nor2), rgba(0, 0, 0, 0));
}
.consult_history_wrap .consult-history-cont {
  font-size: 1.4rem;
}

.tab-whole-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
}
.tab-whole-wrap > * {
  width: 100%;
}

.tab-btn-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  height: 50px;
}
.tab-btn-wrap.li-2 li {
  width: 50%;
}
.tab-btn-wrap.li-3 li {
  width: 33.3333333333%;
}
.tab-btn-wrap.li-4 li {
  width: 25%;
}
.tab-btn-wrap.li-5 li {
  width: 20%;
}
.tab-btn-wrap .tab-list {
  display: inline-block;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #646464;
}
.tab-btn-wrap .tab-list.active {
  border-bottom: 2px solid var(--primary2);
  z-index: 6;
}
.tab-btn-wrap .tab-list.active .btn-tab {
  color: var(--primary2);
}
.tab-btn-wrap .tab-list.active span.on {
  display: block;
}
.tab-btn-wrap .tab-list.active span.off {
  display: none;
}
.tab-btn-wrap .tab-list .btn-tab {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #FFF;
  font-size: 1.6rem;
}
.tab-btn-wrap .tab-list span.on {
  display: none;
}
.tab-btn-wrap .tab-list span.off {
  display: block;
}
.tab-btn-wrap .tab-list img {
  width: 40px;
  max-height: 40px;
}

.tab-cont-wrap {
  height: calc(100% - 52px);
  background-color: var(--bg-page3);
}
.tab-cont-wrap > .tab_contents {
  width: 100%;
  position: relative;
  height: 100%;
  display: none;
}
.tab-cont-wrap > .tab_contents.active {
  display: block;
}

header.ag_header {
  height: 68px;
  padding: 0 20px;
  background-color: var(--bg-page2);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.ag_header > .logo {
  max-height: 30px;
  max-width: 120px;
}
header.ag_header::after {
  content: "";
  width: calc(100% - 25px * 2);
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 25px;
  background-color: var(--input-border);
}
header.ag_header .time_wrap span.record_dot {
  opacity: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}
header.ag_header .time_wrap span.record_dot.on {
  animation: 1s recording_effect infinite cubic-bezier(0, 0, 0, 1);
}
header.ag_header .time_wrap .btn_time {
  display: inline-block;
}

.wrap {
  min-height: auto;
  width: 100%;
  height: 100%;
  background: var(--bg-page2);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sec_base {
  border-radius: 10px;
  padding: 20px;
}

.screen_area {
  width: 74%;
  height: 100%;
  position: relative;
  display: flex;
}

.work_area {
  width: calc(100% - 74%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 8px 8px 8px 0;
  z-index: 801;
  transition: right 0.3s ease-in-out;
}
.work_area .ag_nav_wrap {
  border-radius: 15px;
  overflow: visible;
  position: relative;
}
.work_area .ag_nav_wrap .tab_cont_wrap {
  height: calc(100% - 60px - 4px);
  border-radius: 0 0 15px 15px;
}

/**** Sub video ****/
.video_thumb_wrap {
  position: absolute;
  width: 20%;
  height: calc(100% - 68px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  bottom: 0;
  z-index: 7;
}
.video_thumb_wrap .btn_sub_ctrl_wrap {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 4;
}
.video_thumb_wrap .btn_sub_ctrl_wrap button {
  margin: 8px 3px;
}
.video_thumb_wrap .btn_sub_ctrl_wrap i {
  font-size: 2.6rem;
  color: #FFF;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
  touch-action: none;
}

nav.gnb {
  height: 60px;
  border-bottom: 1px solid var(--bg-page3);
  background-color: var(--bg-page1);
  z-index: 3;
  border-radius: 15px 15px 0 0;
}
nav.gnb .tab_menu > ul {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-around;
}

.tab_cont {
  height: calc(100% - 56px);
  background-color: var(--bg-page1);
  overflow-y: scroll;
  border-radius: 0 0 15px 15px;
}

.unread_point {
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 13px;
  right: 25%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}
.unread_point.mark_length {
  width: 14px;
  height: 14px;
  top: 5px;
  right: 20%;
}
.unread_point.mark_length > span {
  font-size: 1rem;
  color: white;
  line-height: 1;
}

.btn_nav_position {
  display: none;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 25px;
  height: 140px;
  background: var(--bg-page3);
  transform: translateY(-50%);
  border-radius: 5px 0 0 5px;
  color: var(--ag-icn-ctl);
}
.btn_nav_position > img {
  width: 15px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.inp_base {
  height: 36px;
}

select.slc_base.sharemode {
  position: relative;
  cursor: pointer;
  margin: 0px 5px;
  border-radius: 20px;
  background-color: white;
  color: black;
}
select.slc_base.sharemode > option {
  color: var(--text-point);
}

.inner-accordion-contents {
  padding: 15px 20px;
  height: 100%;
}

/**** Chatting Area ****/
.chat_area {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-chat);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.chat_area[data-chat-view=chat] .chat_container .chat_info {
  max-height: 0;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0 auto;
}
.chat_area .chat_top_wrap {
  background: var(--bg-info-tit);
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chat_area .chat_container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  flex: 1;
}
.chat_area .chat_container .chat_input_area {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  border-radius: 10px;
  background-color: rgb(247, 247, 247);
  padding: 10px;
}
.chat_area .chat_container .bubble_right_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.chat_area .chat_container .bubble_right_wrap .bubble_right {
  padding: 10px 15px;
  border-radius: 15px 15px 0 15px;
  background-color: var(--primary2);
  color: rgb(255, 255, 255);
  word-break: break-word;
  max-width: 80%;
  position: relative;
  font-size: 1.4rem;
}
.chat_area .chat_container .bubble_right_wrap .bubble_right::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50% 0 50% 50%;
  bottom: -1px;
  right: -26px;
  z-index: 1;
  box-sizing: border-box;
  background-color: var(--bg-chat);
}
.chat_area .chat_container .bubble_right_wrap .bubble_right::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 0;
  right: -13px;
  background: var(--primary2);
}
.chat_area .chat_container .bubble_left_wrap {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 20px;
}
.chat_area .chat_container .bubble_left_wrap .bubble_left {
  width: auto;
  max-width: calc(100% - 100px);
  padding: 10px 15px;
  border-radius: 0px 15px 15px;
  background-color: #fff;
  color: #666;
  word-break: break-word;
  position: relative;
  font-size: 1.4rem;
  margin-top: 32px;
}
.chat_area .chat_container .bubble_left_wrap .bubble_left::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 0 50% 50% 0;
  background-color: var(--bg-chat);
  left: -26px;
  top: -1px;
  z-index: 2;
}
.chat_area .chat_container .bubble_left_wrap .bubble_left::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -13px;
  background-color: #fff;
}
.chat_area .chat_container .bubble_left_wrap .bubble_left .chat_sender {
  font-size: 1.3rem;
  position: absolute;
  top: -22px;
  left: 0;
  width: 200px;
  top: -30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chat_area .chat_container .bubble_left_wrap .bubble_left .sender_name_tag {
  padding: 1px 5px;
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.chat_area .chat_container .bubble_left_wrap .chat_profile_wrap {
  margin-right: 15px;
  border-width: 2px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  background-image: url("/static2/images/common/img-profile-default.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #aeaeb5;
}
.chat_area .chat_container .chat_profile_wrap {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
.chat_area .chat_container .chat_send_time {
  color: rgb(138, 138, 138);
  align-self: flex-end;
  padding: 5px 10px 0;
  font-size: 1.2rem;
}
.chat_area .chat_container .chat_system {
  width: 100%;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.chat_area .chat_container .chat_info {
  width: fit-content;
  margin: 0 auto 20px;
  color: #898989;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
  padding: 3px 13px;
  border-radius: 20px;
  transition: all 0.2s ease;
  opacity: 1;
  max-height: fit-content;
}
.chat_area .chat_inp_wrap {
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid var(--input-border);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.chat_area .chat_inp_wrap > .chat_inp_area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.chat_area .chat_inp_wrap .chat_inp_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 0;
}
.chat_area .chat_inp_wrap .chat_inp_inner button {
  width: 60px;
  height: 40px;
  border-radius: 20px;
  background-color: #2a2c31;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_area .chat_inp_wrap .chat_inp_inner button img {
  width: 30px;
}
.chat_area .chat_inp_wrap .chat_inp_inner button.active {
  background-color: var(--primary2);
}
.chat_area .chat_inp_wrap .chat_input_value {
  flex-grow: 1;
  width: 100%;
  height: 21px;
  border: none;
  background-color: transparent;
  padding: 0px 10px;
  outline: none;
  font-size: 1.4rem;
  resize: none;
  overflow: auto;
}

.main_screen_wrap {
  position: absolute;
  top: 138px;
  width: 80%;
  height: calc(100% - 150px);
  right: 0;
  display: flex;
  flex-direction: column;
  padding-right: 25px;
}
.main_screen_wrap > .main_screen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  border-radius: 20px 20px 0 0;
}
.main_screen_wrap > .main_screen_controller {
  width: 100%;
  z-index: 300;
  bottom: 0;
  background: #000;
  border-radius: 0 0 20px 20px;
}

.main_screen_controller .view_controller {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 10px 10px;
  padding: 15px;
}
.main_screen_controller .view_controller#shareVideoController {
  justify-content: flex-end;
}
.main_screen_controller .image_scale_button {
  display: flex;
}

.ms_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

#mainVideoArea {
  top: 1px;
  height: calc(100% - 1px);
}

.camera_setting_volume_level_wrap {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  border: none;
  margin: 20px 0 0;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.camera_setting_volume_level {
  width: 5px;
  margin: 0 5px;
  border-radius: 2.5px;
  background-color: var(--primary3);
  vertical-align: middle;
}

.camera_setting_volume_level.vlevel1 {
  height: 32px;
}

.camera_setting_volume_level.vlevel2, .camera_setting_volume_level.vlevel3, .camera_setting_volume_level.vlevel4 {
  height: 12px;
}

.camera_setting_volume_level.vlevel5 {
  height: 22px;
}

.camera_setting_volume_level.clevel1.on {
  background-color: #32d1e6;
}

.camera_setting_volume_level.clevel2.on {
  background-color: #5be1f3;
}

.camera_setting_volume_level.clevel3.on {
  background-color: #5ed9e9;
}

.camera_setting_volume_level.clevel4.on {
  background-color: rgb(115, 233, 248);
}

.camera_setting_volume_level.clevel5.on {
  background-color: #87e5f1;
}

.camera_setting_volume_level.clevel6.on {
  background-color: #b4f6ff;
}

.camera_setting_volume_level_info {
  display: inline-block;
  width: 100%;
  height: 12px;
  opacity: 0.87;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.camera_setting .camera_setting_button_wrap {
  margin-top: 15px;
  text-align: center;
}

.capture_list_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.capture_list_wrap > .capture_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-template-rows: repeat(4, 155px);
  flex: 1;
  overflow-y: auto;
  padding: 0 10px;
}
.capture_list_wrap > .capture_list .on {
  position: relative;
  border: 3px solid var(--primary2);
}
.capture_list_wrap > .capture_list .on::before {
  content: "✓";
  position: absolute;
  top: -1px;
  right: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: var(--primary2);
  text-align: center;
  font-size: 1.5rem;
  color: #FFF;
}
.capture_list_wrap > .capture_list .capture_img {
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
}

.m_popup_body {
  height: 100%;
}

.gal_path_navi_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.gal_path_navi {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.gal_path_navi > ul {
  padding-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.gal_path_navi > ul > li {
  position: relative;
  padding-right: 50px;
}
.gal_path_navi > ul > li:last-child::after {
  display: none;
}
.gal_path_navi > ul > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-left: 1px solid var(--text-nor);
  border-bottom: 1px solid var(--text-nor);
  transform: rotate(-135deg) translateY(calc(-50% + 5px));
  transform-origin: left center;
}

.gal_path_wrap {
  overflow-y: auto;
  width: 100%;
  flex: 1;
}
.gal_path_wrap li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--input-border);
  cursor: pointer;
}
.gal_path_wrap li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.gal_path_wrap li i {
  width: 50px;
  height: inherit;
  margin-right: 10px;
  text-align: center;
}
.gal_path_wrap li i.gal_file_extension_pdf {
  background-image: url("/static2/images/common/ico-gallery-pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gal_path_wrap li i.gal_file_extension_img {
  background-image: url("/static2/images/common/ico-gallery-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gal_path_wrap li i.gal_file_extension_folder {
  background-image: url("/static2/images/common/ico-gallery-folder.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gal_path_wrap li i.icon-cobrowsing {
  font-size: 2.4rem;
  color: var(--cobrowsing);
}
.gal_path_wrap li .gal_file_uploaddate {
  font-size: 1.3rem;
  color: var(--text-nor3);
}

.tab_menu_more_content {
  display: none;
  position: absolute;
  width: 280px;
  border-radius: 10px;
  background-color: var(--more-menu);
  right: 0px;
  top: 58px;
  z-index: 30;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.tab_menu_more_content .consultant {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
}
.tab_menu_more_content .consultant_img_area {
  width: 60px;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #aeaeb5;
  background-image: url("/static2/images/common/img-profile-default.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tab_menu_more_content .consultant_id_area {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.tab_menu_more_content .consultant_id_area > p {
  text-overflow: ellipsis;
  white-space: pre;
  width: 100%;
  overflow: hidden;
  color: var(--text-nor3);
}
.tab_menu_more_content .consultant_id_area > p.consultant_name {
  color: var(--text-point);
}
.tab_menu_more_content .tab_menu_more_menu_bar > li {
  width: 100%;
}
.tab_menu_more_content .tab_menu_more_menu_bar > li button {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.tab_menu_more_content .tab_menu_more_menu_bar_btn_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10px;
}

.fn_agent_stauts_ia > li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.fn_agent_stauts_ia > li > .radio_wrap {
  width: 100%;
  display: block;
  height: inherit;
  line-height: 50px;
  padding: 0 20px;
}
.fn_agent_stauts_ia > li > .radio_wrap input[type=radio].radio + label {
  font-size: 1.5rem;
  color: var(--text-nor);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 25px;
  word-break: break-all;
  white-space: nowrap;
}
.fn_agent_stauts_ia > li > .radio_wrap input[type=radio].radio + label::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab_menu_more_menu_bar_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}

.tab_menu_more_menu_bar_btn_img.on,
.tab_menu_more_menu_bar_btn_img.right {
  display: none;
}

.tab_menu_more_menu_bar_btn.on .tab_menu_more_menu_bar_btn_img.off {
  display: none;
}

.tab_menu_more_menu_bar_btn_text {
  color: var(--text-nor);
}

.recieve_call_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 101%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  top: 0;
  right: 0;
  z-index: 998;
  align-items: center;
  justify-content: center;
}
.recieve_call_wrap .recieve_call_contents_wrap {
  width: 300px;
}
.recieve_call_wrap .btn_wrap {
  justify-content: center;
}
.recieve_call_wrap .btn_icon_call {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.recieve_call_wrap .btn_icon_call.deny {
  background-color: var(--warn);
}
.recieve_call_wrap .btn_icon_call.accept {
  background-color: var(--accept);
}
.recieve_call_wrap .btn_icon_call.accept img {
  transform: rotate(220deg);
}
.recieve_call_wrap .btn_icon_call img {
  width: 30px;
}

.recieve_call_contents .recieve_call_info {
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

.recieve_call_contents .recieve_call_user_info {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.recieve_call_contents .recieve_call_button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background-color: #1162d0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  border: solid 5px rgba(0, 0, 0, 0.2588235294);
  margin: 0 12px;
}

.full_layer {
  position: fixed;
  width: 100%;
  height: 101%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  top: 0;
  right: 0;
  z-index: 998;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.full_layer.full_layer.hide {
  display: none;
}
.full_layer .recieve_call_contents_wrap {
  width: 300px;
}
.full_layer#suportDeviceSize {
  flex-direction: column;
}
.full_layer .btn_wrap {
  justify-content: center;
}
.full_layer .btn_icon_call {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.full_layer .btn_icon_call.deny {
  background-color: var(--warn);
}
.full_layer .btn_icon_call.accept {
  background-color: var(--accept);
}
.full_layer .btn_icon_call.accept img {
  transform: rotate(220deg);
}
.full_layer .btn_icon_call img {
  width: 30px;
}

.customer_invite_link_wrap {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.customer_invite_link_wrap.active {
  transition: all 0.4s ease;
  opacity: 1;
  max-height: max-content;
  visibility: visible;
}
.customer_invite_link_wrap .customer_invite_link {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--input-border);
  padding: 15px;
  overflow: hidden;
}

.pop_inner_tbl {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.tbl_base .worker_invite {
  max-width: 600px;
}

.tbl_base .tr_nodata {
  height: 300px;
}

.tab_contents .btn_wrap {
  bottom: 0;
  background: var(--bg-page3);
}

.pdf_share_control_wrap {
  display: none;
}

.pdf_share_control_page_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.wait_consulting_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.wait_consulting_contents_wrap {
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.wait_consulting_contents_wrap img {
  width: 80px;
}
.wait_consulting_contents_wrap .wait_txt {
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
}
.wait_consulting_contents_wrap .wait_img_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.wait_consulting_contents_wrap .wait_img_area .wait_time_wrap {
  display: none;
  position: absolute;
  color: #FFF;
}
.wait_consulting_contents_wrap .wait_img_area .wating_img {
  font-size: 9rem;
  color: var(--primary2);
}

.wait_consulting_contents {
  margin: 5px 0;
}

.iframe_wrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
  overflow: hidden;
}

/* radio */
.draw_color_radio {
  display: inline-block;
  vertical-align: middle;
}

.draw_color_radio [type=radio]:checked,
.draw_color_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.draw_color_radio [type=radio]:checked + label,
.draw_color_radio [type=radio]:not(:checked) + label {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 1.5px;
}

.draw_color_radio [type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.draw_color_radio .red + label:before {
  background: #e92020;
}

.draw_color_radio .yellow + label:before {
  background: #ffc700;
}

.draw_color_radio .green + label:before {
  background: #1dce81;
}

.draw_color_radio .blue + label:before {
  background: #00bcd4;
}

.draw_color_radio .purple + label:before {
  background: #ae62aa;
}

.draw_color_radio [type=radio]:checked + label:after {
  content: url("/static2/images/canvas_tool/ic-selected-color.png");
  position: absolute;
  display: block;
  left: 3px;
  top: -1px;
}

#highlight_color_wrap {
  position: absolute;
  top: 54px;
  left: 0;
  right: unset;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#pen_color_wrap {
  position: absolute;
  top: 54px;
  left: 0;
  right: unset;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#pen_color_wrap .btn_close {
  display: none;
}

#shape_color_wrap {
  position: absolute;
  top: 54px;
  left: 0;
  right: unset;
  width: 252px;
  height: 80px;
  line-height: 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.draw_color_radio [type=radio]:checked, .draw_color_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#shape_color_wrap .btn_close {
  display: none;
}

.draw_color_wrap .title {
  display: none;
}

.draw_color_radio {
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.draw_color_radio [type=radio]:checked + label, .draw_color_radio [type=radio]:not(:checked) + label {
  padding: 2px;
  margin: 0 1px;
}

.draw_color_radio [type=radio]:checked + label:after {
  content: url(/static2/images/canvas_tool/ic-selected-color.png);
  height: 20px;
  line-height: 20px;
}

.draw_color_radio .primary2 + label:before {
  background: var(--part0);
}

.draw_color_radio .red + label:before {
  background: #ff0054;
}

.draw_color_radio .orange + label:before {
  background: #ff9600;
}

.draw_color_radio .yellow + label:before {
  background: #ffe400;
}

.draw_color_radio .green + label:before {
  background: #35d116;
}

.draw_color_radio .blue + label:before {
  background: #00a2ff;
}

.draw_color_radio .purple + label:before {
  background: #5a51d2;
}

.draw_color_radio .black + label:before {
  background: #000000;
  border: 1px solid rgb(73, 73, 73);
}

.draw_color_radio .white + label:before {
  background: #ffffff;
}

.draw_shape_radio {
  padding: 0px 10px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  border-bottom: 1px solid #62646f;
  justify-content: flex-start;
}

.draw_shape_radio [type=radio] {
  opacity: 0;
  width: 1px;
}

.draw_shape_radio [type=radio]:checked + label, .draw_shape_radio [type=radio]:not(:checked) + label {
  padding: 2px;
  margin: 0 2px;
}

.draw_shape_radio [type=radio]:checked + label:after {
  content: url(/static2/images/canvas_tool/ic-selected-state.png);
  content: "";
  height: 20px;
  line-height: 20px;
  width: 100%;
  height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.draw_shape_radio .figure1 + label:before {
  content: url("/static2/images/canvas_tool/btn-main-tool-figure-line-sm.png");
  width: 100%;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
}

.draw_shape_radio .figure3 + label:before {
  content: url("/static2/images/canvas_tool/btn-main-tool-figure-round-sm.png");
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 2px;
}

.draw_shape_radio .figure4 + label:before {
  content: url("/static2/images/canvas_tool/btn-main-tool-figure-rect-sm.png");
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 3px;
}

.draw_color_radio label {
  cursor: pointer;
}

.history_no_data {
  text-align: center;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.memo_preview {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.history_call_memo {
  word-break: break-word;
}

.capture_effect {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}

.capture_effect.flash {
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  z-index: 100;
  background: rgb(255, 255, 255);
  opacity: 0.5;
}

.unsaved_memo_txt {
  width: 100%;
}
.unsaved_memo_txt > div {
  text-align: center;
  margin-top: 20px;
  background: var(--bg-page2);
  width: 100%;
  padding: 1.5rem 1rem 1rem;
}
.unsaved_memo_txt > div > p {
  color: var(--warn);
  font-size: 1.5rem;
}

/******* cobrowsing ******/
.co_browsing_wrap {
  position: absolute;
  top: 138px;
  width: calc(80% - 25px);
  height: calc(100% - 149px);
  right: 0;
  background: #1d1d1d;
  z-index: 99;
  display: none;
  border-radius: 20px 20px 0 0;
  margin-right: 25px;
}

.co_browsing_wrap .co_browsing_view {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
  background: #000;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.co_browsing_wrap .co_browsing_view .co_browsing_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.co_browsing_wrap .co_browsing_view .co_browsing_dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}

.co_browsing_wrap .co_browsing_iframe_controller {
  display: flex;
  padding: 15px;
}

.co_browsing_wrap.extend {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 999;
}
.co_browsing_wrap.extend .co_browsing_iframe {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.co_browsing_wrap.extend .co_browsing_iframe_controller button.extend_button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.7;
}

.co_browsing_role_target_wrap {
  position: absolute;
  bottom: 100%;
  width: calc(100% + 30px);
  left: -15px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: none;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.co_browsing_role_target_wrap.on {
  display: flex;
}

.co_browsing_role_target_wrap .co_browsing_role_target {
  width: 100%;
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.co_browsing_role_target_wrap .co_browsing_role_target.active,
.co_browsing_role_target_wrap .co_browsing_role_target:hover {
  background-color: var(--primary2);
}

.co_browsing_role_target_wrap .co_browsing_role_target .co_browsing_role_target_txt {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

/******* SLOT - 참여자 정보  ******/
.info_slot_wrap {
  padding: 0 15px;
}

.slot_participant {
  overflow: hidden;
  margin: 20px 0;
  border-radius: 5px;
}
.slot_participant .slot_participant_tit {
  padding: 7px 20px 7px 15px;
  position: relative;
  background-color: var(--bg-info-tit);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.slot_participant .slot_participant_list {
  padding: 15px 20px;
  background-color: var(--bg-info-tit);
}
.slot_participant .btn_slot_arrow {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
}
.slot_participant .slot_participant_tit.shrink .btn_slot_arrow {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.total_participant {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: var(--primary2);
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-left: 5px;
  font-size: 1.5rem;
  color: #FFF;
}

.participant_img {
  width: 30px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  background-color: #aeaeb5;
}

.participant_tag {
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 5px;
  z-index: 1;
  font-size: 1.3rem;
  color: #FFF;
  border-width: 2px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1240px) {
  html {
    font-size: 9px;
  }
  .tooltip_parent .tooltip {
    display: none;
  }
  .toast {
    left: 60%;
  }
  .wrap {
    min-width: 769px;
    min-height: auto;
  }
  .screen_area {
    width: 100%;
  }
  .work_area {
    width: 540px;
    right: -540px;
  }
  .work_area.expand {
    right: 0;
  }
  .top_control_wrap {
    justify-content: space-between;
    padding: 0 25px 0 0;
  }
  .btn_nav_position {
    display: inline;
  }
}

/*# sourceMappingURL=agent.css.map */
