@charset "utf-8";
@font-face {
  font-family: 'LG_Smart';
  font-weight: 200;
  src: url('font/LG_Smart_UI-Light.eot');
  src: url('font/LG_Smart_UI-Light.eot?#iefix') format('embedded-opentype'), url('font/LG_Smart_UI-Light.woff') format('woff'), url('font/LG_Smart_UI-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'LG_Smart';
  font-weight: 400;
  src: url('font/LG_Smart_UI-Regular.eot');
  src: url('font/LG_Smart_UI-Regular.eot?#iefix') format('embedded-opentype'), url('font/LG_Smart_UI-Regular.woff') format('woff'), url('font/LG_Smart_UI-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'LG_Smart';
  font-weight: 500;
  src: url('font/LG_Smart_UI-SemiBold.eot');
  src: url('font/LG_Smart_UI-SemiBold.eot?#iefix') format('embedded-opentype'), url('font/LG_Smart_UI-SemiBold.woff') format('woff'), url('font/LG_Smart_UI-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'LG_Smart';
  font-weight: 600;
  src: url('font/LG_Smart_UI-Bold.eot');
  src: url('font/LG_Smart_UI-Bold.eot?#iefix') format('embedded-opentype'), url('font/LG_Smart_UI-Bold.woff') format('woff'), url('font/LG_Smart_UI-Bold.ttf') format('truetype');
}

/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/MaterialIcons-Regular.woff2') format('woff2');
  src: url('font/MaterialIcons-Regular.eot');
  src: url('font/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('font/MaterialIcons-Regular.woff') format('woff'), url('font/MaterialIcons-Regular.ttf') format('truetype');
}

/* reset */

* {
  font-family: 'LG_Smart', Helvetica, Apple-Gothic, Droid Sans, sans-serif, Dotum, Tahoma, 'Malgun Gothic' !important;
  margin: 0;
  padding: 0;
}

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

.hide {
  position: absolute;
  width: 0px;
  height: 0px;
  line-height: 1px;
  left: -9999px;
  top: -9999px;
}

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

button,
label {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

body {
  background-color: #f0f2f3 !important;
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.w100p {
  width: 100%;
}

.alL {
  text-align: left !important;
}

.alC {
  text-align: center !important;
}

.alR {
  text-align: right !important;
}

.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

/* layout */

#root {
  min-width: 1280px;
  height: 100%;
}

#root .Routes-root-1 {
  display: flex;
  height: 100%;
}

/* header */

#header {
  height: 80px;
  min-width: 1280px;
  left: 0;
  padding: 0;
  background-color: #302d3e;
  box-shadow: none;
  color: #b8b8b8;
}

#header.is_active:before {
  position: fixed;
  display: block;
  content: '';
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#header.is_active:after {
  position: fixed;
  display: block;
  content: '';
  left: 0;
  top: 80px;
  width: 100%;
  height: 280px;
  background-color: #010101;
}

#header .MuiToolbar-gutters {
  padding: 0;
  z-index: 10;
}

.top_logo {
  width: 212px;
  height: 80px;
  margin: 0;
}

.top_logo a {
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
}

.top_logo a span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 80px;
  color: #ffffff;
}

.top_logo a span:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 29px;
  height: 24px;
  background: url(../images/ico_logo.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gnb {
  padding: 0 330px 0 0;
  margin: 0;
}

.gnb > ul {
  display: table;
  content: '';
  clear: both;
}

.gnb > ul > li {
  position: relative;
  display: table-cell;
  width: 148px;
}

.gnb > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

.gnb > ul > li:hover > a,
.gnb > ul > li.is_active > a {
  color: #484848;
  background: #ffffff;
}

.gnb > ul > li:hover > a:before,
.gnb > ul > li.is_active > a:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #484848;
}

.gnb > ul > li:hover > a:after,
.gnb > ul > li.is_active > a:after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b01a4a;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub_menu {
  display: none;
  position: absolute;
  left: 1px;
  top: 85px;
  width: 100%;
  height: 280px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 2px 2px 8px 2px rgba(128, 128, 128, 0.5);
}

.gnb > ul > li + li .sub_menu {
  border-left: 0px;
}

#header.is_active .sub_menu {
  display: block;
}

.sub_menu ul {
  padding: 5px;
}

.sub_menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}

.top_right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}

.top_right .time_info {
  display: inline-block;
  vertical-align: middle;
}

.top_right .time_info button {
  width: 140px;
  height: 80px;
  border-left: 1px solid;
  text-align: left;
}

.top_right .time_info button span {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
}

.top_right .time_info button span:before {
  position: absolute;
  display: block;
  content: '';
  left: 24px;
  top: 50%;
  width: 32px;
  height: 34px;
  background: url(../images/ico_clock.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_right .user_info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.top_right .user_info .user_name {
  width: 190px;
  height: 80px;
  border-left: 1px solid;
  text-align: left;
}

.top_right .user_info .user_name span {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0 32px 0 70px;
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.top_right .user_info .user_name span:before {
  position: absolute;
  display: block;
  content: '';
  left: 24px;
  top: 50%;
  width: 35px;
  height: 34px;
  background: url(../images/ico_user_info.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_right .user_info .user_name span:after {
  position: absolute;
  display: block;
  content: '';
  right: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  background: transparent;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -ms-transform: rotate(-135deg) translateY(80%);
  -webkit-ransform: rotate(-135deg) translateY(80%);
  transform: rotate(-135deg) translateY(80%);
}

.top_right .user_info.is_active .user_name span:after {
  -ms-transform: rotate(45deg) translateY(-20%);
  -webkit-transform: rotate(45deg) translateY(-20%);
  transform: rotate(45deg) translateY(-20%);
}

.top_right .user_info .user_info_box {
  position: absolute;
  display: none;
  right: 0;
  top: 79px;
  width: 190px;
  border: 1px solid #bb4c6f;
}

.top_right .user_info.is_active .user_info_box {
  display: block;
}

.top_right .user_info .user_info_box ul li a {
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
}

.top_right .user_info .user_info_box ul li a:hover {
  background: #fbfbfb;
}

.top_right .user_info .user_info_box ul li a span {
  position: relative;
  display: inline-block;
  padding-left: 80px;
  font-size: 14px;
  color: #848484;
  line-height: 49px;
}

.top_right .user_info .user_info_box ul li a:hover span {
  color: #484848;
}

.top_right .user_info .user_info_box ul li a span:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_right .user_info .user_info_box ul li .my_profile span:before {
  left: 45px;
  width: 18px;
  height: 19px;
  background: url(../images/ico_my_profile.png) center center no-repeat;
}

.top_right .user_info .user_info_box ul li .my_profile:hover span:before {
  background: url(../images/ico_my_profile_hover.png) center center no-repeat;
}

.top_right .user_info .user_info_box ul li .log_out span:before {
  left: 46px;
  width: 17px;
  height: 16px;
  background: url(../images/ico_log_out.png) center center no-repeat;
}

.top_right .user_info .user_info_box ul li .log_out:hover span:before {
  background: url(../images/ico_log_out_hover.png) center center no-repeat;
}

.footer {
  margin-top: 70px;
  font-size: 13px;
  color: #848484;
}

/* snb */

#snb {
  width: 240px;
}

#dummy {
  height: 80px;
}

#snb .MuiDrawer-paperAnchorLeft {
  width: 240px;
  border-right-color: #e0e0e0;
}

#snb .MuiList-root > li > a .MuiListItem-root {
  position: relative;
  display: block;
  padding-left: 45px;
}

#snb .MuiList-root > li > a .MuiListItem-root:before {
  position: absolute;
  display: block;
  content: '';
  left: 30px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #666666;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -ms-transform: translateY(-50%);
  -webkit-ransform: translateY(-50%);
  transform: translateY(-50%);
}

#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:before,
#snb .MuiList-root > li > a:hover .MuiListItem-root.Mui-selected:before,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:hover:before,
#snb .MuiList-root > li > a .MuiListItem-button:hover:before {
  background: #ae1a49;
}

#snb .MuiList-root > li.has_depth > a .MuiListItem-root:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  background: transparent !important;
  -ms-transform: rotate(135deg) translateY(80%);
  -webkit-ransform: rotate(135deg) translateY(80%);
  transform: rotate(135deg) translateY(80%);
}

#snb .MuiList-root > li.has_depth.is_active > a .MuiListItem-root:before {
  left: 25px;
  -ms-transform: rotate(225deg) translateY(80%);
  -webkit-ransform: rotate(225deg) translateY(80%);
  transform: rotate(225deg) translateY(80%);
}

#snb .MuiList-root > li.is_active > a .MuiListItem-root,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected,
#snb .MuiList-root > li > a:hover .MuiListItem-root.Mui-selected,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:hover,
#snb .MuiList-root > li > a .MuiListItem-button:hover {
  color: #ae1a49;
}

#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:before,
#snb .MuiList-root > li > a:hover .MuiListItem-root.Mui-selected:before,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:hover:before,
#snb .MuiList-root > li > a .MuiListItem-button:hover:before {
  border-color: #ae1a49;
}

#snb .MuiList-root > li > a .MuiListItem-root .MuiListItemText-root {
  font-size: 18px;
  line-height: 55px;
  /* color: #fff; */
  font-weight: 600;
}

#snb .MuiList-root > li.is_active > a .MuiListItem-root .MuiListItemText-root,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected .MuiListItemText-root,
#snb .MuiList-root > li > a:hover .MuiListItem-root.Mui-selected .MuiListItemText-root,
#snb .MuiList-root > li > a .MuiListItem-root.Mui-selected:hover .MuiListItemText-root,
#snb .MuiList-root > li > a .MuiListItem-button:hover .MuiListItemText-root {
  color: #ae1a49;
}

#snb .MuiList-root > li > ul {
  padding: 5px 0 15px 0;
}
#snb .MuiList-root > li.has_depth > ul {
  display: none;
}
#snb .MuiList-root > li.has_depth.is_active > ul {
  display: block;
}

#snb .MuiList-root > li > ul > li {
}

#snb .MuiList-root > li > ul > li > a {
  display: block;
  padding-left: 50px;
  font-size: 16px;
  line-height: 35px;
  color: #848484;
}

#snb .MuiList-root > li > ul > li > a:hover,
#snb .MuiList-root > li > ul > li.is_active > a {
  color: #333333;
  font-weight: 500;
}

/* page_location */

.cont_head {
  position: absolute;
  left: 0px;
  right: 0;
  top: 80px;
  min-width: 1040px;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
  z-index: 1;
}

#snb + .cont_head {
  left: 240px;
}

.cont_head h2 {
  font-size: 32px;
  line-height: 100px;
  color: #333333;
  font-weight: 500;
}

#page_location {
  right: 40px;
  top: 0px;
  height: 100px;
  width: auto;
  background: transparent;
  z-index: 1;
}

#page_location .MuiToolbar-regular {
  height: 100px;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: flex-end;
}

#page_location .page_location {
  width: auto;
}

#page_location .MuiBreadcrumbs-li .MuiTypography-root {
  font-size: 14px;
  color: #999999;
}

#page_location .MuiBreadcrumbs-li:last-child .MuiTypography-body1 {
  font-size: 14px;
  color: #484848;
}

#page_location .MuiBreadcrumbs-separator {
  position: relative;
  color: transparent;
}

#page_location .MuiBreadcrumbs-separator:before {
  position: absolute;
  display: block;
  content: '>';
  color: #999999;
}

/* contents */
.cont_head + #contents {
  padding: 180px 40px 40px 40px;
  background: #f0f2f3;
  z-index: 0;
}

#contents {
  padding: 16px 30px 40px 30px;
  background: #f0f2f3;
  z-index: 0;
}

.no_header + div + #contents {
  padding: 0px 40px 40px 40px;
}

#contents > div[class*='layout'] {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

#contents > div[class*='layout'] .MuiPaper-elevation2 {
  box-shadow: none;
}

#contents > div[class*='layout'] .MuiPaper-rounded {
  border-radius: 0;
}

#contents > div[class*='layout'] .MuiPaper-root {
  background: transparent;
}

/* iss-contents */
.cont_head + #iss-contents {
  padding: 180px 40px 40px 40px;
  background: #f0f2f3;
  z-index: 0;
}

#iss-contents {
  padding: 16px 30px 40px 30px;
  background: #010101;
  z-index: 0;
}

.no_header + div + #iss-contents {
  padding: 0px 40px 40px 40px;
}

#iss-contents > div[class*='layout'] {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

#iss-contents > div[class*='layout'] .MuiPaper-elevation2 {
  box-shadow: none;
}

#iss-contents > div[class*='layout'] .MuiPaper-rounded {
  border-radius: 0;
}

#iss-contents > div[class*='layout'] .MuiPaper-root {
  background: transparent;
}

.business_area {
  margin-top: -64px;
  height: 64px;
  text-align: right;
  line-height: 64px;
}

.business_area .business_area_tit {
  display: inline-block;
  width: 135px;
  font-size: 18px;
  color: #484848;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.business_area .MuiFormControl-root {
  vertical-align: middle;
}

.business_area .MuiFormControl-root .MuiOutlinedInput-input {
  width: 150px;
  height: 34px;
  padding: 0 30px 0 12px;
  font-size: 16px;
  color: #484848;
  line-height: 34px;
  text-align: left;
  background: #ffffff;
}

/* form */

#root .MuiInput-underline:after,
.pop_wrap .MuiInput-underline:after {
  border-color: #e7366c;
}

#root .MuiButton-root,
.pop_wrap .MuiButton-root {
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
}

#root .MuiButton-root.feed_link {
  line-height: 1.5;
}

#root .MuiButton-containedPrimary,
.pop_wrap .MuiButton-containedPrimary {
  background-color: #dd004f;
}

#root .MuiButton-contained,
.pop_wrap .MuiButton-contained {
  box-shadow: none;
}

#root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,
.pop_wrap .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #e7366c;
}

#root .MuiSwitch-switchBase {
  color: #bdbdbd;
}

#root .MuiSwitch-colorSecondary.Mui-checked {
  color: #dc004e;
}

#root .MuiSwitch-track {
  opacity: 1;
  background-color: #e0e0e0;
}

#root .MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
  opacity: 1;
  background-color: #ed7fa6;
}

#root .MuiCheckbox-root {
  padding: 3px;
}

.filter_area {
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.filter_area.row {
  flex-direction: column;
}

.mapping_tbl_header_manual {
  position: relative;
  margin-top: -15%;
  margin-bottom: 14%;
  margin-left: -13%;
}

.filter_area.manualCat {
  display: inline-block;
  width: 42%;
  margin-bottom: -12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.filter_area.row.manualCat {
  flex-direction: column;
}

.filter_area.manualTop {
  display: inline-block;
  width: 90%;
  margin-top: -25px;
  margin-bottom: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.filter_area.row.manualTop {
  flex-direction: column;
}

.filter_area.row .filter_row {
  display: flex;
  width: 100%;
}

.filter_area.row .filter_row + .filter_row {
  border-top: 1px solid #e0e0e0;
}

.filter_area .MuiFormControl-root,
.filter_area .MuiFormControl-root.MuiTextField-root,
.filter_area .MuiAutocomplete-root {
  flex: 1;
  margin: 30px;
  max-width: 100%;
}

.filter_area .MuiAutocomplete-root .MuiFormControl-root.MuiTextField-root {
  margin: 0;
}

.filter_area .MuiFormControl-root + .MuiFormControl-root,
.filter_area .MuiFormControl-root + .MuiAutocomplete-root,
.filter_area .MuiAutocomplete-root + .MuiFormControl-root {
  margin-left: -10px;
}

.filter_area .MuiInputLabel-outlined,
.sel_file_name .MuiInputLabel-outlined {
  transform: translate(14px, 10px) scale(1);
}

.filter_area .MuiInputLabel-outlined.MuiInputLabel-shrink,
.sel_file_name .MuiInputLabel-outlined.MuiInputLabel-shrink {
  padding: 0 5px;
  font-size: 16px;
  color: #484848;
  background: #ffffff;
  -ms-transform: translate(8px, -6px) scale(0.75);
  -webkit-transform: translate(8px, -6px) scale(0.75);
  transform: translate(8px, -6px) scale(0.75);
}

.filter_area .MuiInputBase-root,
.sel_file_name .MuiInputBase-root {
  font-size: 16px;
  color: #484848;
  line-height: 38px;
}

.filter_area .MuiOutlinedInput-input,
.sel_file_name .MuiOutlinedInput-input {
  padding: 0 32px 0 12px;
  background-color: #ffffff;
}

.filter_area [class*='PrivateNotchedOutline-root'],
.sel_file_name [class*='PrivateNotchedOutline-root'] {
  border-radius: 4px;
}

.filter_area .MuiInputBase-input,
.sel_file_name .MuiInputBase-input {
  /*height:auto;*/
  height: 38px;
}

.loading_wrap {
  position: relative;
  height: 400px;
}

.MuiCircularProgress-root {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.MuiCircularProgress-root .MuiCircularProgress-svg .MuiCircularProgress-circle {
  stroke: #ae1a49;
}

.is_required {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}

.is_required:after {
  position: absolute;
  display: block;
  content: '*';
  right: 0;
  top: 0px;
  font-size: 16px;
  color: #e7366a;
  font-weight: 500;
}

.filter_area .choice_month_typ {
  width: 100%;
}

.filter_area .choice_month_typ > .MuiFormControl-root {
  width: 100%;
  padding: 0 30px;
  margin: 0;
}

.filter_area .MuiFormGroup-root[role='radiogroup'] {
  display: flex;
  flex-direction: row;
}

.filter_area .MuiFormGroup-root[role='radiogroup'] .MuiFormControlLabel-root {
  min-width: 100px;
}

.filter_area .MuiFormGroup-root[role='radiogroup'] .MuiFormControl-root {
  margin: 30px 0;
}

.filter_area .MuiFormGroup-root[role='radiogroup'] .MuiFormControl-root + .MuiFormControlLabel-root {
  margin-left: 9px;
}

.MuiCheckbox-root .MuiSvgIcon-root {
  fill: #cccccc;
}

.MuiCheckbox-root.Mui-checked .MuiSvgIcon-root {
  fill: #dc004e;
}

.tbl_textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.tbl_textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.87);
}

.tbl_textarea:focus {
  outline: #e7366c auto 1px;
}

.check_bite {
  text-align: right;
  color: #666666;
}

.check_bite span {
  color: #d8295c;
}

.setting_area:after {
  display: block;
  content: '';
  clear: both;
}

.radio_area {
  display: inline-block;
}

.radio_area .MuiFormControl-root .MuiFormGroup-root {
  flex-direction: row;
}

.radio_area .MuiFormControl-root .MuiFormGroup-root .MuiFormControlLabel-root {
  margin-right: 20px;
}

.radio_area .MuiRadio-root {
  padding: 4px;
}

.radio_area .MuiRadio-root .MuiSvgIcon-root {
  width: 20px;
  height: 20px;
}

.radio_area .MuiTypography-root {
  font-size: 14px;
  color: #484848;
}

.switch_area {
  float: right;
}

.switch_area .MuiSwitch-root {
  height: 28px;
  padding: 7px;
}

.switch_area .MuiSwitch-root .MuiSwitch-switchBase {
  padding: 4px;
  margin-left: 5px;
}

.switch_area .MuiFormControlLabel-root {
  flex-direction: row-reverse;
}

.switch_area .MuiFormControlLabel-label {
  font-size: 14px;
}

/* table */

#root table {
  border-spacing: 0;
}

.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  min-height: 30px;
  padding-left: 0;
  margin-top: 55px;
}

.no_sch.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  display: none;
}

.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTextField-root {
  margin-top: -50px;
}

.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6 {
  font-size: 24px;
  line-height: 30px;
}

#contents .MuiPaper-root {
  box-shadow: none;
  background: transparent;
}

#contents .MuiPaper-root [class*='MTableToolbar-highlight'] {
  background: transparent;
}

#root .MuiTable-root,
.pop_wrap .MuiTable-root {
  border-collapse: separate;
}

#root .MuiTable-root thead th,
.pop_wrap .MuiTable-root thead th {
  padding: 15px 0px 15px 20px;
  /* padding: 15px 0px 15px 0px; */
  line-height: 35px;
  background: #ffffff;
  word-break: break-word;
}

#root .MuiTable-root thead td,
.pop_wrap .MuiTable-root thead td {
  padding: 15px 0px;
  background: #ffffff;
  word-break: break-word;
}

#root .MuiTable-root thead tr:first-child th,
.pop_wrap .MuiTable-root thead tr:first-child th {
  border-top: 1px solid #e0e0e0;
}

#root .MuiTable-root thead tr th:first-child,
.pop_wrap .MuiTable-root thead tr th:first-child {
  padding: 15px 0px 15px 20px;
  border-left: 1px solid #e0e0e0;
}

#root .MuiTable-root thead tr th:last-child,
.pop_wrap .MuiTable-root thead tr th:last-child {
  /* padding: 15px 0px 15px 20px; */
  padding: 15px 0px 15px 20px;
  border-right: 1px solid #e0e0e0;
}

#root .MuiTable-root thead tr:first-child th:first-child,
.pop_wrap .MuiTable-root thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

#root .MuiTable-root thead tr:first-child th:last-child,
.pop_wrap .MuiTable-root thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

#root .MuiTable-root tbody td,
.pop_wrap .MuiTable-root tbody td {
  padding: 15px 20px;
  /* background: #ffffff; */
  word-break: break-word;
}

/* publish 할때 임의로 처리 */

.publish_table .MuiTable-root tbody td {
  padding: 15px 20px;
  background: none !important;
  word-break: break-word;
}
.publish_table .MuiTable-root tbody td .publish_tbl_td {
  display: table;
  min-height: 40px;
  table-layout: fixed;
}
.publish_table .MuiTable-root tbody td .publish_tbl_td p {
  display: table-cell;
  vertical-align: middle;
}

.channel_conf_table .MuiTable-root tbody td {
  padding: 15px 20px;
  background: none !important;
  word-break: break-word;
}

.channel_list .MuiTable-root tbody td {
  padding: 15px 20px;
  background: none !important;
  word-break: break-word;
}

.nodata_channel_list .MuiTable-root tbody {
  padding: 15px 20px;
  background: #fff !important;
  word-break: break-word;
}

#root .MuiTable-root tbody tr.is_active td,
.pop_wrap .MuiTable-root tbody tr.is_active td {
  color: #d8295c !important;
  background: #fef5f8 !important;
}

#root .MuiTable-root tbody tr td:first-child,
.pop_wrap .MuiTable-root tbody tr td:first-child {
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #e0e0e0;
}

#root .MuiTable-root tbody tr td:last-child,
.pop_wrap .MuiTable-root tbody tr td:last-child {
  padding: 15px 40px 15px 20px;
  border-right: 1px solid #e0e0e0;
  white-space: pre;
}

#root .MuiTable-root tbody tr:last-child td:first-child,
.pop_wrap .MuiTable-root tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

#root .MuiTable-root tbody tr:last-child td:last-child,
.pop_wrap .MuiTable-root tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

/* #root .MuiTable-root tbody tr:not([index]), .pop_wrap .MuiTable-root tbody tr:not([index]){display:none;}  */

.board_thumbnail {
  display: inline-block;
  width: 42px;
  height: 26px;
  padding: 1px;
  border: 1px solid 1px solid rgb(203, 204, 206);
  vertical-align: middle;
}

.board_thumbnail.no_img {
  background: url(../images/noimg.png) center center no-repeat;
  background-size: 100% 100%;
}

.board_thumbnail img {
  width: 100%;
  height: 100%;
}

#root .MuiTable-root .MuiTableSortLabel-icon {
  margin-right: 0;
}

.pop_wrap .no_sch.tbl_wrap .MuiTableCell-footer {
  border-bottom: 0;
}

#root .tbl_wrap {
  position: relative;
  box-shadow: none;
}

#root .tbl_wrap .tbl_row_typ1 {
  width: 100%;
}

#root .tbl_wrap .tbl_row_typ1 thead tr th {
  padding: 20px 25px;
  border-bottom: 0;
  font-size: 16px;
  color: #484848;
  text-align: right;
  line-height: 36px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
}

#root .tbl_wrap .tbl_row_typ1 thead tr:first-child th {
  border-top: 0;
}

#root .tbl_wrap .tbl_row_typ1 thead tr th:first-child {
  border-left: 0;
}

#root .tbl_wrap .tbl_row_typ1 thead tr th:last-child {
  border-right: 0;
}

#root .tbl_wrap .tbl_row_typ1 thead tr td {
  padding: 20px 25px;
  font-size: 14px;
  line-height: 22px;
  color: #484848;
  vertical-align: middle;
}

#root .tbl_wrap .tbl_row_typ1 thead tr th + td {
  position: relative;
}

#root .tbl_wrap .tbl_row_typ1 thead tr th + td:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: #e0e0e0;
}

#root .tbl_wrap .tbl_row_typ1.none_bar thead tr th + td:before {
  display: none;
}

#root .tbl_wrap .tbl_row_typ1 thead tr + tr th,
.tbl_wrap .tbl_row_typ1 thead tr + tr td {
  border-top: 1px solid #e0e0e0;
}

#root .tbl_wrap .tbl_row_typ1 thead tr td .MuiFormHelperText-root {
  margin-left: 0;
  font-size: 12px;
  color: #999999;
}

#root td a.link,
#root td button .link {
  text-decoration: underline;
  color: #ae1a49;
}

#root .tbl_wrap .tbl_row_typ1.tbl_program {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

#root .tbl_wrap .tbl_row_typ1.tbl_notification {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

#root .tbl_wrap .tbl_row_typ1.tbl_rssfeed {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.btn_set_wrap_tbl {
  width: 100%;
  display: flex;
}

.time_Update_area {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
}

.tbl_wrap .MuiOutlinedInput-input {
  height: 36px;
  padding: 0 32px 0 12px;
  border-radius: 4px;
  line-height: 34px;
  background-color: #ffffff;
}

.tbl_wrap .MuiOutlinedInput-input[type='text'] {
  padding: 0 12px 0 12px;
}

#root .channel_conf .MuiTypography-h6 {
  padding-top: 10px;
}

#root .channel_conf.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  display: contents;
}

#root .channel_conf_nodata.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  display: none;
}

#root .channel_conf .MuiTable-root {
  table-layout: fixed !important;
}

#root .channel_conf .MuiTable-root tbody td {
  padding: 12px 20px;
}

#root .channel_conf .MuiTable-root tbody td .MuiFormControl-root {
  display: block;
}

/* .tbl_wrap > .tbl_top1 + .MuiPaper-root > .MuiToolbar-root .MuiTextField-root + div {
  width: 120px;
}

.tbl_wrap > .tbl_top2 + .MuiPaper-root > .MuiToolbar-root .MuiTextField-root + div {
  width: 230px;
} */

.tbl_wrap.tbl_summary .MuiPaper-root > .MuiToolbar-root .MuiTextField-root + div {
  width: 120px;
  text-align: right;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr th {
  padding: 20px 25px;
  font-size: 16px;
  color: #484848;
  text-align: right;
  line-height: 36px;
  font-weight: 500;
  vertical-align: middle;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr td {
  padding: 20px 25px;
  vertical-align: middle;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr th + td {
  position: relative;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr th + td:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  /* background: #e0e0e0; */
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr + tr th,
.tbl_wrap .tbl_row_typ1 tr + tr td {
  border-top: 1px solid #e0e0e0;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr td .MuiFormHelperText-root {
  margin-left: 0;
  font-size: 12px;
  color: #999999;
}

.pop_wrap .tbl_wrap .tbl_row_typ1 tr:last-child th {
  border-bottom: 0;
}

.pop_wrap .MuiTable-root.tbl_row_typ1.tbl_program thead tr th:first-child,
.pop_wrap .MuiTable-root.tbl_row_typ1.tbl_program thead tr th {
  padding: 20px 25px;
  border-left: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
}

.pop_wrap .MuiTable-root.tbl_row_typ1.tbl_program thead tr:first-child th:first-child,
.pop_wrap .MuiTable-root.tbl_row_typ1.tbl_program thead tr:first-child th {
  border-top: 0;
}

/* #root .MuiTable-root .MuiTableBody-root tr:empty{display:none;} */

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child th,
#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child td {
  border-top: 1px solid #e0e0e0;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child th:first-child,
#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child th:last-child,
#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody td {
  background: #ffffff;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr th:first-child,
#root [class*='Profile-heroContent'] .MuiTable-root tbody tr td:first-child {
  border-left: 1px solid #e0e0e0;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr td:last-child {
  border-right: 1px solid #e0e0e0;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:last-child th:first-child,
#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

#root [class*='Profile-heroContent'] .MuiTable-root tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

#root .MuiTablePagination-root {
  border-bottom: 0;
}

#root .MuiTablePagination-root .MuiToolbar-root {
  justify-content: space-between;
}

#contents[class*='main2'] .MuiToolbar-root {
  padding: 10px 0 0 0;
}

#root .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer {
  display: none;
}

#root .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-selectRoot {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

.MuiPickersCalendar-transitionContainer .MuiPickersDay-current {
  color: #dd004f;
}

.MuiPickersCalendar-transitionContainer .MuiPickersDay-daySelected {
  color: #ffffff;
  background-color: #dd004f;
}

.MuiPickersCalendar-transitionContainer .MuiPickersDay-daySelected:hover {
  background-color: #dd004f;
}

#root .tbl_head_fixed > div > div:not(.MuiToolbar-root) > div > div > div {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  /* overflow-y: scroll !important; */
}

#root .tbl_head_fixed .MuiTable-root thead tr:first-child th:first-child {
  border-top-left-radius: 0;
}

#root .tbl_head_fixed .MuiTable-root thead tr:first-child th:last-child {
  border-top-right-radius: 0;
}

#root .tbl_head_fixed .MuiTable-root thead tr:first-child th {
  border-top: 0;
}

#root .tbl_head_fixed .MuiTable-root thead tr th:first-child {
  border-left: 0;
}

#root .tbl_head_fixed .MuiTable-root thead tr th:last-child {
  border-right: 0;
}

#root .tbl_head_fixed .MuiTable-root tbody tr:first-child td:first-child {
  border-bottom-left-radius: 0;
}

#root .tbl_head_fixed .MuiTable-root tbody tr:first-child td:last-child {
  border-bottom-right-radius: 0;
}

#root .tbl_head_fixed .MuiTable-root tbody tr:last-child td {
  border-bottom: 0;
}

#root .tbl_head_fixed .MuiTable-root tbody tr td:first-child {
  border-left: 0;
}

#root .tbl_head_fixed .MuiTable-root tbody tr td:last-child {
  border-right: 0;
}

.tbl_radius {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.tbl_radius + .tbl_radius {
  margin-top: 20px;
}

.tbl_radius .tbl_title {
  padding-left: 30px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 22px;
  line-height: 68px;
  color: #333333;
  font-weight: 500;
}

/* login */

#loginView {
  max-width: 920px;
}

#loginView .login_logo {
  display: block;
  height: 51px;
  margin-bottom: 80px;
  background: url(../images/logo_login.png) center center no-repeat;
}

#loginBox {
  width: 920px;
  padding: 150px 310px 100px 310px;
  background: #ffffff;
}

#loginBox .h2_tit_login {
  display: block;
  position: relative;
  margin-bottom: 65px;
  text-align: center;
  font-size: 17px;
  color: #484848;
}

#loginBox .h2_tit_login:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: -65px;
  width: 55px;
  height: 45px;
  background: url(../images/ico_login_logo.png) center center no-repeat;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#loginBox .MuiFormControl-root {
  width: 100%;
}

#loginBox .MuiFormControl-root + .MuiFormControl-root {
  margin-top: 20px;
}

#loginBox .MuiFormControl-root + .MuiButtonBase-root {
  margin-top: 20px;
}

#loginBox .MuiInputLabel-outlined.MuiInputLabel-shrink {
  -ms-transform: translate(33px, -6px) scale(0.75);
  -webkit-transform: translate(33px, -6px) scale(0.75);
  transform: translate(33px, -6px) scale(0.75);
}

#loginBox .MuiFormLabel-root.Mui-focused,
.pop_wrap .MuiFormLabel-root.Mui-focused {
  color: #e7366a;
}

#loginBox fieldset {
  padding-left: 25px;
}

.login_comment {
  margin-top: 25px;
  font-size: 13px;
  color: #666666;
  text-align: center;
}

/* schedule */

#scheduleTab {
  background: transparent;
}

#scheduleTabHead {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  color: #848484;
  background-color: #ffffff;
  box-shadow: none;
}

#scheduleTabHead .MuiTab-textColorInherit {
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  color: #848484;
  opacity: 1;
}

#scheduleTabHead .MuiTab-textColorInherit.Mui-selected {
  color: #ae1a49;
}

#scheduleTabHead .MuiTab-root {
  max-width: none;
  padding: 12px;
  border-bottom: 2px solid #b4b4b4;
  text-transform: none;
  background: #ffffff;
}

#scheduleTabHead .MuiTab-textColorInherit .MuiTab-wrapper {
  position: relative;
  padding-left: 33px;
}

#scheduleTabHead .MuiTab-textColorInherit .MuiTab-wrapper:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#scheduleTabHead .MuiTab-textColorInherit:nth-child(1) .MuiTab-wrapper:before {
  background: url(../images/ico_tab_grid_off.png) center center no-repeat;
}

#scheduleTabHead .MuiTab-textColorInherit:nth-child(2) .MuiTab-wrapper:before {
  background: url(../images/ico_tab_list_off.png) center center no-repeat;
}

#scheduleTabHead .MuiTab-textColorInherit.Mui-selected:nth-child(1) .MuiTab-wrapper:before {
  background: url(../images/ico_tab_grid.png) center center no-repeat;
}

#scheduleTabHead .MuiTab-textColorInherit.Mui-selected:nth-child(2) .MuiTab-wrapper:before {
  background: url(../images/ico_tab_list.png) center center no-repeat;
}

#scheduleTabHead .MuiTab-wrapper {
  width: auto;
}

#scheduleTabHead [class*='PrivateTabIndicator-colorSecondary'] {
  background-color: #ae1a49;
}

#scheduleTab [role='tabpanel'] .MuiBox-root {
  padding: 0;
}

#scheduleTab [role='tabpanel'] .MuiBox-root .tab_body {
  width: 100%;
  margin: 0;
}

#scheduleTab [role='tabpanel'] .filter_area {
  margin: 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #fbfbfb;
}

#scheduleTab [role='tabpanel'] .MuiPaper-root {
  background: transparent;
  box-shadow: none;
}

#scheduleTab [role='tabpanel'] .MuiPaper-root .MuiToolbar-root {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: #ffffff;
}

/* #scheduleTab .MuiTable-root .MuiTableHead-root tr th:first-child{border-left:0;}
#scheduleTab .MuiTable-root .MuiTableHead-root tr th:last-child{border-right:0;}
#scheduleTab .MuiTable-root .MuiTableBody-root tr td:first-child{border-left:0;}
#scheduleTab .MuiTable-root .MuiTableBody-root tr td:last-child{border-right:0;} */

#scheduleTab .MuiTable-root .MuiTableHead-root tr:first-child th:first-child {
  border-radius: 0;
}

#scheduleTab .MuiTable-root .MuiTableHead-root tr:first-child th:last-child {
  border-radius: 0;
}

/* #scheduleTab .MuiTable-root .MuiTableBody-root tr:last-child td:first-child{border-radius:0;}
#scheduleTab .MuiTable-root .MuiTableBody-root tr:last-child td:last-child{border-radius:0;} */

#scheduleTab [role='tabpanel'] .MuiPaper-root .MuiTablePagination-root .MuiToolbar-root {
  border: 0;
  background: transparent;
}

#scheduleTab .schedule_wrap {
  /*overflow:hidden;*/
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
}

#scheduleTab .schedule_sidebar {
  width: 210px;
  display: flex;
  flex-direction: column;
  position: absolute;
  border-top: 0;
  box-shadow: none;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_head {
  display: table;
  width: 100%;
  height: 81px;
  padding: 0 15px;
  font-size: 16px;
  color: #484848;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_head > span {
  display: table-cell;
  vertical-align: middle;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_list {
  display: table;
  width: 100%;
  height: 81px;
  padding: 0 15px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 2px solid #e0e0e0;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_head + .schedule_sidebar_list,
#scheduleTab .schedule_sidebar .schedule_sidebar_list + .schedule_sidebar_list {
  border-top: 0;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_list > span {
  display: table-cell;
  vertical-align: middle;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_list .channel_name {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #ae1a49;
  text-decoration: underline;
}

#scheduleTab .schedule_sidebar .schedule_sidebar_list .channel_num {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #ae1a49;
  text-decoration: underline;
}

#scheduleTab .landingpage {
  border-top: 0;
}

#scheduleTab .landingpage .landingpage_body {
  font-size: 0;
  /*cursor:grab;*/
}

/* #scheduleTab .landingpage .landingpage_body:active{cursor:grabbing;} */

#scheduleTab .timeline > div {
  height: 81px;
  border-color: #e0e0e0;
  border-width: 0px 1px 1px 1px;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}

/* #scheduleTab .timeline > div + div{border-left:0;} */

#scheduleTab .timeline .timeline_marker {
  height: 100%;
}

#scheduleTab .timeline .timeHour {
  padding-left: 8px;
}

#scheduleTab .program_list_wrap:nth-child(7n-6) .program_list_body {
  border-left: 3px solid #e7366a;
  background: #fef5f7;
}

#scheduleTab .program_list_wrap:nth-child(7n-5) .program_list_body {
  border-left: 3px solid #e77936;
  background: #fef7f3;
}

#scheduleTab .program_list_wrap:nth-child(7n-4) .program_list_body {
  border-left: 3px solid #99c263;
  background: #f5f9ef;
}

#scheduleTab .program_list_wrap:nth-child(7n-3) .program_list_body {
  border-left: 3px solid #6ccac9;
  background: #ebfaf9;
}

#scheduleTab .program_list_wrap:nth-child(7n-2) .program_list_body {
  border-left: 3px solid #5ac8f9;
  background: #eef9fe;
}

#scheduleTab .program_list_wrap:nth-child(7n-1) .program_list_body {
  border-left: 3px solid #968ad3;
  background: #f8f7fc;
}

#scheduleTab .program_list_wrap:nth-child(7n) .program_list_body {
  border-left: 3px solid #978779;
  background: #f8f7f6;
}

#scheduleTab .program_list_wrap .program_list_body {
  height: 81px;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

#scheduleTab .program_list_wrap:nth-child(7n-6) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(231, 54, 106, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n-5) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(231, 121, 54, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n-4) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(153, 194, 99, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n-3) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(108, 202, 201, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n-2) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(90, 200, 249, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n-1) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(150, 138, 211, 0.2);
}

#scheduleTab .program_list_wrap:nth-child(7n) .program_list_body.on_time {
  box-shadow: inset 0 0 44px rgba(151, 135, 121, 0.2);
}

#scheduleTab .program_list_wrap .program_list_body .program_list {
  display: block;
  /*display:flex;flex-direction:column-reverse;justify-content:flex-end;*/
  width: 100%;
  height: 80px;
  padding: 17px;
  text-align: left;
}

#scheduleTab .program_list_wrap .program_list_body .program_time {
  position: relative;
  display: block;
  padding-left: 17px;
  font-size: 12px;
  color: #848484;
}

#scheduleTab .program_list_wrap .program_list_body .program_time:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 11px;
  left: 0;
  top: 3px;
  background: url(../images/ico_programTime.png) center center no-repeat;
}

#scheduleTab .program_list_wrap .program_list_body .program_title {
  display: block;
  font-size: 14px;
  color: #484848;
  font-weight: 500;
}

.channel_tit {
  height: 82px;
  padding: 17px 0;
  border: 1px solid #e0e0e0;
  text-align: center;
  background: #ffffff;
}

.channel_tit .channel_logo {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  background: #ffffff;
}

.channel_tit .channel_logo.bg_dark {
  background: #000000;
}

.channel_tit .channel_logo img {
  height: 26px;
}

.channel_tit .channel_name {
  margin-left: 20px;
  font-size: 18px;
  line-height: 46px;
  color: #333333;
  font-weight: 500;
  vertical-align: middle;
}

.filter_area .MuiFormControl-root.filter_inner_today {
  flex: 0 0 auto;
  width: 100px;
}

/* #root .filter_inner_today .MuiButton-root{line-height:24px;} */

/* program */

.multi_language_wrap {
  position: relative;
  padding-bottom: 67px;
}

.multi_language_wrap.MuiExpansionPanel-root.Mui-expanded {
  margin: 0;
}

.multi_language_wrap .MuiExpansionPanelDetails-root {
  padding: 0;
}

.multi_language_wrap .btn_multi_language {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 67px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex-direction: row-reverse;
  justify-content: center;
  background: #fbfbfb;
}

.multi_language_wrap .btn_multi_language .MuiExpansionPanelSummary-content {
  padding-left: 45px;
  flex-grow: initial;
  font-size: 16px;
  color: #d8295c;
  font-weight: 500;
}

.multi_language_wrap .btn_multi_language .MuiSvgIcon-root path {
  fill: #d8295c;
}

.multi_language_wrap .tbl_wrap .tbl_row_typ1.tbl_program {
  border-bottom: 1px solid #e0e0e0;
}

#root .multi_language_wrap .tbl_wrap .tbl_row_typ1.tbl_program thead tr:first-child th:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#root .multi_language_wrap .tbl_wrap .tbl_row_typ1 thead tr th.tit_language,
.pop_wrap .multi_language_wrap .tbl_wrap .tbl_row_typ1 thead tr th.tit_language {
  padding: 12px 25px;
  font-size: 18px;
  color: #848484;
  font-weight: 500;
  text-align: center;
  background: #fbfbfb;
}

.pop_wrap .multi_language_wrap .btn_multi_language {
  border-left: 0;
  border-right: 0;
}

.btn_set_wrap {
  position: relative;
  margin-top: 20px;
  text-align: right;
}

.btn_set_wrap.tbl_topL {
  position: absolute;
  left: 0px;
  top: -23px;
  margin-top: -5px;
  z-index: 5;
}

.btn_set_wrap.tbl_top {
  position: absolute;
  right: 0px;
  margin-top: -5px;
  z-index: 5;
}

.btn_set_wrap.tbl_top1,
.btn_set_wrap.tbl_top2 {
  position: absolute;
  left: 0px;
  top: -35px;
  margin-top: 0px;
  z-index: 5;
}

.btn_set_wrap.search_wrap {
  text-align: center;
}

.btn_set_wrap.search_wrap.manual {
  text-align: center;
  margin-top: -9%;
  margin-left: 100%;
  margin-bottom: 8%;
}

.btn_set_wrap.search_wrap.live_tv {
  flex: 0.5;
  margin: 30px;
  max-width: 100%;
}

.btn_set_wrap .btn_set_left_cont {
  position: absolute;
  left: 0;
  top: 0;
}

.tbl_wrap.tbl_head_fixed .btn_set_wrap.tbl_top1,
.tbl_wrap.tbl_head_fixed .btn_set_wrap.tbl_top2 {
  top: -7px;
}

.channel_add_area .MuiButton-root {
  min-width: 100px;
  padding: 0 15px;
  line-height: 34px;
}

.btn_set_wrap .MuiButton-root {
  min-width: 100px;
  padding: 0 15px;
  line-height: 34px;
}

.MuiButton-root + .MuiButton-root {
  margin-left: 10px;
}

.MuiButton-root.btn_size_tbl {
  width: 115px;
  padding: 0;
  line-height: 34px;
}

.MuiButton-root.btn_color1 {
  border: 1px solid #999999;
  color: #ffffff;
  background: #999999;
}

.MuiButton-root.btn_color1:hover {
  background: #d5d5d5;
}

.MuiButton-root.btn_color1:disabled,
.MuiButton-root.btn_color1.Mui-disabled {
  color: #ffffff;
  opacity: 0.5;
}

.MuiButton-root.btn_color2 {
  border: 1px solid #dc004e;
  color: #ffffff;
  background: #dc004e;
}

.MuiButton-root.btn_color2:hover {
  background: #c51162;
}

.MuiButton-root.btn_color2:disabled,
.MuiButton-root.btn_color2.Mui-disabled {
  color: #ffffff;
  opacity: 0.5;
}

.MuiButton-root.btn_color3 {
  border: 1px solid #d1d1d1;
  color: #484848;
  background: #ffffff;
}

.MuiButton-root.btn_color3:hover {
  background: #f7f7f7;
}

.MuiButton-root.btn_color3:disabled,
.MuiButton-root.btn_color3.Mui-disabled {
  color: #484848;
  opacity: 0.5;
}

.MuiButton-root.btn_color4 {
  border: 1px solid #1976d2;
  color: #196fc5;
  background: #ffffff;
}

.MuiButton-root.btn_color4:hover {
  background: #f7f7f7;
}

.MuiButton-root.btn_color4:disabled,
.MuiButton-root.btn_color4.Mui-disabled {
  color: #196fc5;
  opacity: 0.5;
}

.tbl_wrap_on_off > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  position: absolute;
  right: 0px;
  top: -93px;
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}

.tbl_wrap_on_off_sdk > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  position: absolute;
  right: 0px;
  top: -131px;
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}

.MuiList-root .MuiFormGroup-root .MuiIconButton-root {
  display: none !important;
}
.MuiPaper-root .MuiList-root .MuiFormGroup-root {
  pointer-events: none;
}

#root .tbl_wrap_on_off .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root > div > span{
  color: rgb(238, 238, 238) !important; ;
}

#root .tbl_wrap_on_off_reservation .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root > div > span{
  color: rgb(238, 238, 238) !important; ;
}

.tbl_wrap_on_off_reservation > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  position: absolute;
  right: 0px;
  top: -150px;
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}

.tbl_wrap_on_off > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root .material-icons {
  font-family: 'Material Icons' !important
}

.tbl_img_wrap {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

/* channel mapping */

.is_ok {
  font-size: 14px !important;
  font-weight: normal;
  color: #367196 !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: auto !important;
  font-weight: normal !important;
}

.tbl_rules.tbl_drug .is_ok {
  text-decoration: none !important;
}

.is_ok:hover,
.is_ok:active {
  background: transparent !important;
}

.is_notok {
  font-size: 14px;
  color: #d8295c;
  /*text-decoration:underline;*/
}

.is_none {
  display: none;
}

.feed_link {
  color: #ae1a49 !important;
  text-decoration: underline !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.feed_link:hover,
.feed_link:active {
  background: transparent !important;
}

.channel_mapping_wrap {
  position: relative;
  display: flex;
  margin-top: 45px;
}

.mapping_tbl_header {
  position: relative;
}

.mapping_tbl_header .MuiToolbar-regular {
  min-height: 42px;
  height: 42px;
}

.mapping_tbl_header .showing_count {
  position: absolute;
  right: 50px;
  top: 10px;
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}

.mapping_tbl_header .showing_count span {
  color: #d8295c;
}

.file_name_area {
  height: 36px;
  text-align: right;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.channel_list {
  width: 47%;
}

/* .channel_list table tr th:first-child, .channel_list table tr td:first-child{width:70px !important;} */

.channel_conf {
  width: 47%;
  margin-left: 6%;
}

.arrow_btn_area {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.arrow_btn_area .MuiButton-root.btn_move {
  position: relative;
  width: 38px;
  height: 38px;
  min-width: auto;
  min-height: auto;
  border: 2px solid #dc004e;
  border-radius: 50%;
  background: #ffffff;
}

.arrow_btn_area .MuiButton-root.btn_move:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #d8295c;
  border-right: 2px solid #d8295c;
}

.arrow_btn_area .MuiButton-root.btn_move.piece {
  margin: 0px 6px 0 6px;
}
.arrow_btn_area .MuiButton-root.btn_move.piece:before {
  transform: translate(-8px, -5px) rotate(45deg);
}

.arrow_btn_area .MuiButton-root.btn_move.remove {
  margin: 50px 6px 0 6px;
}
.arrow_btn_area .MuiButton-root.btn_move.remove:before {
  transform: translate(-11px, -5px) rotate(45deg);
}
.arrow_btn_area .MuiButton-root.btn_move.remove:after {
  position: absolute;
  display: block;
  content: '';
  left: 70%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #d8295c;
  border-right: 2px solid #d8295c;
  -ms-transform: translate(-5px, -5px) rotate(-135deg);
  -webkit-transform: translate(-5px, -5px) rotate(-135deg);
  transform: translate(-5px, -5px) rotate(-135deg);
}

.arrow_btn_area .MuiButton-root.btn_move.all {
  margin: 50px 6px 0 6px;
}
.arrow_btn_area .MuiButton-root.btn_move.all:before {
  transform: translate(-11px, -5px) rotate(45deg);
}
.arrow_btn_area .MuiButton-root.btn_move.all:after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #d8295c;
  border-right: 2px solid #d8295c;
  -ms-transform: translate(-5px, -5px) rotate(45deg);
  -webkit-transform: translate(-5px, -5px) rotate(45deg);
  transform: translate(-5px, -5px) rotate(45deg);
}

.sel_file_name {
  position: relative;
  padding-right: 115px;
}

.sel_file_name .MuiInputBase-root.MuiAutocomplete-inputRoot {
  width: 100%;
  padding: 0;
  background: #ffffff;
}

.sel_file_name .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiOutlinedInput-input {
  padding: 0 12px;
}

.sel_file_name .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiAutocomplete-endAdornment {
  top: 0;
  line-height: 35px;
}

#root .sel_file_name .MuiButton-root {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  padding: 0;
  line-height: 34px;
}

.channel_add_area_wrap {
  width: 100%;
  height: 60px;
  padding-right: 20px;
  background: #696969;
}

.channel_add_area {
  display: table;
  width: 100%;
  height: 60px;
  table-layout: fixed;
}

.channel_add_area .channel_add_area_empty,
.channel_add_area .channel_add1,
.channel_add_area .channel_add2,
.channel_add_area .channel_add3,
.channel_add_area .btn_add {
  display: table-cell;
  vertical-align: middle;
}

.channel_add_area .channel_add_area_empty {
  width: 13%;
  padding: 0 20px 0 40px;
}

.channel_add_area .channel_add1 {
  width: 17%;
  padding: 0 20px;
}

.channel_add_area .channel_add2 {
  width: 20%;
  padding: 0 20px;
}

.channel_add_area .channel_add3 {
  width: 22%;
  padding: 0 20px;
}

.channel_add_area .btn_add {
  width: auto;
  padding: 0 40px 0 20px;
}

.channel_add_area .MuiOutlinedInput-input {
  height: 36px;
  padding: 0 32px 0 12px;
  border-radius: 4px;
  line-height: 34px;
  background-color: #ffffff;
}

.preview_wrap .tbl_top_cont_wrap {
  display: flex;
}

.preview_wrap .tbl_top_cont {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #81a552;
  border-bottom: 1px solid #81a552;
  background: #fafcf7;
  z-index: 10;
}

.preview_wrap .tbl_top_cont_wrap .tbl_top_cont {
  flex: 1 1 auto;
  width: 540px;
}

.preview_wrap .tbl_top_cont_wrap .tbl_top_cont + .tbl_top_cont {
  width: 540px;
  margin-left: 20px;
}

.preview_wrap .tbl_top_cont .tit {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #6e9b34;
}

.preview_wrap .tbl_top_cont .time {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #848484;
}

/* .preview_wrap [class*='MuiPaper-elevation']{margin-top:-20px;} */

.preview_wrap .MuiToolbar-root {
  display: none;
}

.preview_wrap .tbl_top_cont_wrap + .MuiPaper-root:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ffffff;
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  z-index: 15;
}
/*
.preview_wrap .MuiTable-root {
  table-layout: fixed !important;
} */

.preview_wrap .tbl_top_cont_wrap + .MuiPaper-root .MuiTableHead-root th:nth-child(4) {
  padding: 0;
}

.preview_wrap .tbl_top_cont_wrap + .MuiPaper-root .MuiTableHead-root th:nth-child(4) span {
  display: none;
}

.preview_wrap .tbl_top_cont_wrap + .MuiPaper-root .MuiTableBody-root th:nth-child(4) {
  padding: 0;
}
.MuiAutocomplete-root input::-ms-clear,
.MuiAutocomplete-root input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.publish_table_cont {
  position: relative;
  margin-top: 20px;
}
.publish_table_cont .publish_table_cont_body {
  display: flex;
  width: 1330px;
  height: 405px;
  padding-top: 68px;
  overflow: auto;
}
.publish_table_cont .publish_table_cont_body > .MuiPaper-root {
  position: inherit !important;
  flex: 0 0 640px;
}
.publish_table_cont .publish_table_cont_body > .MuiPaper-root + .MuiPaper-root {
  margin-left: 20px;
  flex: 0 0 640px;
}
.publish_table_cont .publish_table_cont_body > div > div {
  position: inherit !important;
}
.publish_table_cont .publish_table_cont_body .MuiTableHead-root {
  position: absolute;
  top: 0;
}
.publish_table_cont .publish_table_cont_body .MuiPaper-root:nth-child(1) .MuiTableHead-root {
  left: 0;
}
.publish_table_cont .publish_table_cont_body .MuiPaper-root:nth-child(2) .MuiTableHead-root {
  left: 660px;
}

.publish_table_cont .publish_table_cont_body .MuiTableHead-root th:nth-child(1) {
  width: 110px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTableHead-root th:nth-child(2) {
  width: 120px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTableHead-root th:nth-child(3) {
  width: 120px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTableHead-root th:nth-child(4) {
  width: 160px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTableHead-root th:nth-child(5) {
  width: 130px !important;
}

.publish_table_cont .publish_table_cont_body .MuiTable-root tbody tr td:nth-child(1) {
  width: 110px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTable-root tbody tr td:nth-child(2) {
  width: 120px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTable-root tbody tr td:nth-child(3) {
  width: 120px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTable-root tbody tr td:nth-child(4) {
  width: 160px !important;
}
.publish_table_cont .publish_table_cont_body .MuiTable-root tbody tr td:nth-child(5) {
  width: 130px !important;
}

/* channel */

.logo_preview_wrap .logo_white_area {
  width: 402px;
  height: 102px;
  border: 1px solid #eaeaea;
  background: #fbfbfb;
}

.logo_preview_wrap .logo_black_area {
  width: 402px;
  height: 102px;
  margin-top: 10px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
}

.logo_preview_wrap .logo_img_area {
  width: 402px;
  height: 102px;
  margin: -1px 0 0 -1px;
  border: 1px solid #7f7f7f;
  overflow: hidden;
}

.logo_preview_add {
  position: relative;
}

.logo_preview_add .logo_preview_comment {
  margin-top: 16px;
  font-size: 14px;
  color: #484848;
  line-height: 36px;
}

.logo_preview_add .logo_preview_input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0.01;
}

.logo_preview_add .btn_logo_preview {
  position: absolute;
  right: 0;
  top: 0;
}

.logo_preview_add .btn_logo_preview .MuiButton-root {
  width: 110px;
  padding: 0;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
}

.filter_area .MuiInputBase-root.MuiAutocomplete-inputRoot {
  width: 100%;
  padding: 0;
  background: #ffffff;
}

.filter_area .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiOutlinedInput-input {
  padding: 0 12px !important;
}

.filter_area .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiAutocomplete-endAdornment {
  top: 0;
  line-height: 35px;
}

.filter_area .MuiButton-root {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  padding: 0;
  line-height: 34px;
}

.btn_set_wrap.no_data_top,
.btn_set_wrap.tbl_top1.no_data_top,
.btn_set_wrap.tbl_top2.no_data_top {
  top: -58px;
}

.btn_set_wrap + .tbl_wrap .btn_set_wrap.no_data_top + .no_data_wrap {
  margin-top: 85px !important;
}

.file_name {
  position: absolute;
  right: 120px;
  top: 0;
  line-height: 36px;
  font-size: 14px;
}

/* rss feed */

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-inputRoot {
  width: 100%;
  padding: 0;
  background: #ffffff;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  padding: 0 12px;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-endAdornment {
  top: 0;
  line-height: 35px;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiInputLabel-outlined {
  transform: translate(14px, 10px) scale(1);
}

.tbl_rssfeed .MuiAutocomplete-root .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}

.tbl_rssfeed .MuiAutocomplete-root .MuiButton-root {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  padding: 0;
  line-height: 34px;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-tag {
  margin: 0;
  background: transparent;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-tag + .MuiAutocomplete-tag {
  position: relative;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-tag + .MuiAutocomplete-tag:before {
  position: absolute;
  display: block;
  content: ',';
  left: -5px;
}

.tbl_rssfeed .MuiAutocomplete-root .MuiAutocomplete-tag .MuiChip-deleteIcon {
  display: none;
}

/* popup */

.pop_wrap .MuiPaper-rounded {
  border-radius: 0;
}

.pop_wrap .MuiDialog-paperWidthSm {
  width: 1050px;
  max-width: none;
}

.pop_wrap.pop_alert .MuiDialog-paperWidthSm {
  width: 540px;
}

.pop_wrap .pop_head {
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
  background: #ae1a49;
}

.MuiDialog-paperScrollPaper {
  display: block !important;
}

.pop_wrap .pop_head h2 {
  font-size: 23px;
  color: #ffffff;
  font-weight: 500;
  line-height: 60px;
}

.pop_wrap .pop_head h2 button[aria-label='close'] {
  position: absolute;
  right: 0;
  top: 0;
}

.pop_wrap .pop_head h2 button[aria-label='close'] svg {
  width: 36px;
  height: 36px;
}

.pop_wrap .pop_head h2 button[aria-label='close'] svg path {
  fill: #ffffff;
}

.pop_wrap .pop_body {
  padding: 40px;
}

.pop_wrap .pop_body [class*='MuiPaper-elevation'] {
  box-shadow: none;
}

.pop_wrap .pop_body .tbl_img_wrap {
  max-width: 100%;
}

.pop_wrap .pop_body .tbl_top_info .tit + .tit {
  margin-left: 10px;
}

.pop_wrap .MuiFormLabel-root {
  color: #484848;
}

.pop_wrap .MuiInputBase-input {
  height: 30px;
  padding: 3px 12px;
  line-height: 30px;
}

.pop_size_small {
  width: 540px;
  height: auto;
  padding: 50px;
  min-height: 340px;
}

.pop_size_small .ico_condition1 {
  width: 93px;
  height: 87px;
  margin: 0 auto;
  background: url(../images/ico_pop_condition1.png) center center no-repeat;
}

.pop_size_small .ico_condition2 {
  width: 93px;
  height: 87px;
  margin: 0 auto;
  background: url(../images/ico_pop_condition2.png) center center no-repeat;
}

.pop_size_small .ico_condition3 {
  width: 93px;
  height: 87px;
  margin: 0 auto;
  background: url(../images/ico_pop_condition3.png) center center no-repeat;
}

.pop_size_small .pop_comment {
  margin-top: 30px;
  text-align: center;
  font-size: 23px;
  color: #484848;
  font-weight: 500;
}

.pop_size_small .MuiDialogActions-root {
  display: block;
  margin-top: 20px;
}

.pop_size_small .btn_set_wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.preview_wrap {
  display: flex;
  width: 1300px;
  margin-top: 20px;
  border-bottom: 1px solid #848484;
}

.preview_wrap .tbl_wrap {
  width: 100%;
}

.preview_wrap .tbl_wrap + .tbl_wrap {
  margin-left: 20px;
}

.preview_wrap .tbl_wrap td {
  height: 53px;
}
#root .tbl_wrap .tbl_row_typ1.tbl_channel {
  table-layout: fixed;
}

/* dashboard */

.dashboard_top {
  height: 80px;
  padding-top: 35px;
  text-align: right;
}

.dashboard_wrap {
  font-size: 14px;
  color: #484848;
}

.dashboard_wrap .flex_row {
  display: flex;
}

.dashboard_wrap .flex_row + .flex_row {
  margin-top: 30px;
}

.dashboard_wrap .flex_row > * + * {
  margin-left: 30px;
}

.dashboard_wrap .flex_row .leftT_board {
  flex: 1;
}

.dashboard_wrap .flex_row .rightT_board {
  flex: 1;
}

.dashboard_wrap .flex_row .leftT_board,
.dashboard_wrap .flex_row .rightT_board {
  padding: 0 30px 30px 30px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.dashboard_wrap .flex_row .btn_direct {
  position: absolute;
  top: 5px;
  right: 0px;
  padding-right: 15px;
  font-size: 16px;
  color: #848484;
  font-weight: normal !important;
  z-index: 5;
  text-transform: none;
}

.dashboard_wrap .flex_row .btn_direct:hover {
  background: transparent;
}

.dashboard_wrap .flex_row .btn_direct:after {
  position: absolute;
  display: block;
  content: '';
  right: 3px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dashboard_wrap .flex_row .tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  padding: 20px 0 !important;
  margin: 0 -30px 0 -30px;
  border-radius: 4px 4px 0 0;
  background: #fbfbfb;
}

.dashboard_wrap .flex_row .tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6 {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  color: #484848;
}

.dashboard_wrap .flex_row .leftT_board .tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6:before {
  position: absolute;
  display: block;
  content: '';
  left: 20px;
  top: 50%;
  width: 26px;
  height: 24px;
  background: url(../images/ico_dashboard1.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard_wrap .flex_row .rightT_board .tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6:before {
  position: absolute;
  display: block;
  content: '';
  left: 30px;
  top: 50%;
  width: 18px;
  height: 25px;
  background: url(../images/ico_dashboard2.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#root .dashboard_wrap .MuiTable-root thead th {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

#root .dashboard_wrap .MuiTable-root thead tr th:first-child {
  padding-left: 0;
  border-left: 0;
}

#root .dashboard_wrap .MuiTable-root thead tr th:last-child {
  padding-right: 0;
  border-right: 0;
}

#root .dashboard_wrap .MuiTable-root thead tr:first-child th {
  border-top: 0;
  border-bottom: 0;
}

#root .dashboard_wrap .MuiTable-root thead tr:first-child th:first-child {
  border-top-left-radius: 0px;
}

#root .dashboard_wrap .MuiTable-root thead tr:first-child th:last-child {
  border-top-right-radius: 0px;
}

#root .dashboard_wrap .MuiTable-root tbody td {
  font-size: 16px;
  color: #484848;
}

#root .dashboard_wrap .MuiTable-root tbody tr td:first-child {
  padding: 15px 20px 15px 0px;
  border-left: 0;
}

#root .dashboard_wrap .MuiTable-root tbody tr td:last-child {
  padding: 15px 0px 15px 20px;
  border-right: 0;
}

#root .dashboard_wrap .MuiTable-root tbody td .date {
  font-size: 14px;
  color: #848484;
}

#root .dashboard_wrap .check_status {
  position: relative;
  display: inline-block;
  padding-left: 37px;
}

#root .dashboard_wrap .check_status:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 25px;
  height: 24px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#root .dashboard_wrap .check_status.success:before {
  background: url(../images/ico_check_status_success.png) center center no-repeat;
}

#root .dashboard_wrap .check_status.fail:before {
  background: url(../images/ico_check_status_fail.png) center center no-repeat;
}

#root .dashboard_wrap .cate_typ {
  display: inline-block;
  width: 80px;
  height: 24px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

#root .dashboard_wrap .cate_typ.typ1 {
  border-color: #5ac8f9;
  color: #41a3cf;
}

#root .dashboard_wrap .cate_typ.typ2 {
  border-color: #6ccac9;
  color: #4fad9b;
}

#root .dashboard_wrap .cate_typ.typ3 {
  border-color: #9fc073;
  color: #81a355;
}

#root .dashboard_wrap .cate_typ.typ4 {
  border-color: #968ad3;
  color: #706995;
}

#root .dashboard_wrap .cate_typ.typ5 {
  border-color: #978779;
  color: #685c55;
}

.leftB_board {
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.leftB_board .board_head {
  height: 70px;
  padding: 20px 0;
  background: #fbfbfb;
}

.leftB_board .board_head h6 {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  color: #484848;
}

.leftB_board .board_head h6:before {
  position: absolute;
  display: block;
  content: '';
  left: 20px;
  top: 50%;
  width: 26px;
  height: 24px;
  background: url(../images/ico_dashboard3.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leftB_board .board_body {
  padding: 40px;
  background: #ffffff;
}

.leftB_board .board_body .board_flex_row {
  display: flex;
}

.leftB_board .board_body .board_flex_row + .board_flex_row {
  margin-top: 19px;
}

.leftB_board .board_body .quick_link {
  position: relative;
  flex: 1;
  display: block;
  height: 100px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #f9fafb;
}

.leftB_board .board_body .quick_link + .quick_link {
  margin-left: 15px;
}

.leftB_board .board_body .quick_link i {
  position: absolute;
  left: 10%;
  top: 22px;
  width: 58px;
  height: 52px;
}

.leftB_board .board_body .quick_link.link1 i,
.leftB_board .board_body .quick_link.link2 i {
  background: url(../images/ico_quick_link1.png) center center no-repeat;
}

.leftB_board .board_body .quick_link.link3 i,
.leftB_board .board_body .quick_link.link4 i {
  background: url(../images/ico_quick_link3.png) center center no-repeat;
}

.leftB_board .board_body .quick_link .txt {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 40%;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #484848;
}

.leftB_board .board_body .quick_link .txt:before {
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 1px;
  background: #e0e0e0;
}

.leftB_board .board_body .quick_link:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  bottom: 0;
  width: 53px;
  height: 53px;
}

.leftB_board .board_body .quick_link.link1:after,
.leftB_board .board_body .quick_link.link2:after {
  background: url(../images/ico_quick_arrow1.png) center center no-repeat;
}

.leftB_board .board_body .quick_link.link3:after,
.leftB_board .board_body .quick_link.link4:after {
  background: url(../images/ico_quick_arrow3.png) center center no-repeat;
}

.rightB_board {
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.rightB_board .board_head {
  height: 70px;
  padding: 20px 0;
  background: #fbfbfb;
}

.rightB_board .board_head h6 {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  color: #484848;
}

.rightB_board .board_head h6:before {
  position: absolute;
  display: block;
  content: '';
  left: 20px;
  top: 50%;
  width: 26px;
  height: 24px;
  background: url(../images/ico_dashboard4.png) center center no-repeat;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rightB_board .board_body {
  background: #ffffff;
}

.rightB_board .used_menu_list li + li {
  border-top: 1px solid #e0e0e0;
}

.rightB_board .used_menu_list li .used_menu_link {
  position: relative;
  display: flex;
  width: 100%;
  height: 99px;
  padding: 0 30px;
}

.rightB_board .used_menu_list li .used_menu_link:after {
  position: absolute;
  display: block;
  content: '';
  right: 30px;
  top: 44px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  transform: rotate(-45deg);
}

.rightB_board .used_menu_list li .used_menu_link .link_num {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin: 22.5px 0;
  border-radius: 54px;
  color: #ffffff;
  font-size: 20px;
  line-height: 54px;
  background: #999999;
}

.rightB_board .used_menu_list li .used_menu_link.red .link_num {
  background-color: #e7366a;
}

.rightB_board .used_menu_list li .used_menu_link .link_cont {
  padding: 28.5px 0 28.5px 23px;
  text-align: left;
}

.rightB_board .used_menu_list li .used_menu_link .link_cont .link_tit {
  display: block;
  font-size: 18px;
  color: #484848;
  font-weight: 500;
}

.rightB_board .used_menu_list li .used_menu_link.red .link_cont .link_tit {
  color: #d8295c;
}

.rightB_board .used_menu_list li .used_menu_link .link_cont .link_location {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
}

/* Platform */

.summary_card {
  display: table;
  width: calc(100% + 64px);
  padding-top: 70px;
  table-layout: fixed;
  border-spacing: 32px;
  margin: 0 -32px;
}

.summary_card .card_row {
  display: table-row;
}

.summary_card .card_row .card_unit {
  position: relative;
  display: table-cell;
  height: 150px;
  padding: 40px 110px 40px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.summary_card .card_row .card_unit:after {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  content: '';
  margin-top: -40px;
}

.summary_card .card_row .card_unit.is_plus:after {
  background: url(../images/ico_summary_card_plus.png) center center no-repeat;
}

.summary_card .card_row .card_unit.is_minus:after {
  background: url(../images/ico_summary_card_minus.png) center center no-repeat;
}

.summary_card .card_row .card_unit .tit {
  display: block;
  font-size: 14px;
  color: #666666;
}

.summary_card .card_row .card_unit .count {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
}

.summary_card .card_row .card_unit .count span {
  margin-right: 10px;
  word-break: break-all;
}

.chart_card {
  display: table;
  width: calc(100% + 64px);
  table-layout: fixed;
  border-spacing: 32px;
  margin: -32px -32px 0 -32px;
}

.chart_card .chart_row {
  display: table-row;
}

.chart_card .chart_row .chart_unit {
  position: relative;
  display: table-cell;
  height: 400px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
}

.chart_card .chart_row.line_chart .chart_unit {
  height: 480px;
}

.chart_card .chart_row .tit {
  display: block;
  padding-top: 35px;
  font-size: 23px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}

.summary_up {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #5590c6 !important;
  font-weight: 500;
  word-break: break-all;
}

.summary_up:after {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  content: '\2191';
  font-size: 20px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.summary_down {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #ae1a49 !important;
  font-weight: 500;
  word-break: break-all;
}

.summary_down:after {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  content: '\2193';
  font-size: 20px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tbl_wrap.tbl_summary > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  margin-top: -60px;
}
.tbl_wrap.tbl_summary > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root > span > span {
  font-size: 0px;
}
.tbl_wrap.tbl_summary.exportable > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root > span > span {
  font-size: 25px;
}
.tbl_wrap.tbl_summary > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root > span > span:after {
  content: 'EXPORT';
  font-size: 14px;
  font-weight: bold;
}
/* display_rules */

.tbl_rules .tbl_top_info {
  position: absolute;
  right: 0px;
  top: -58px;
  margin-top: 0px;
  z-index: 5;
}

.tbl_rules .tbl_top_info .info_comment {
  font-size: 16px;
  color: #484848;
  line-height: 38px;
  font-weight: 500;
}

.tbl_rules .nodata_tit {
  position: absolute;
  left: 0px;
  top: -53px;
  z-index: 5;
}

.tbl_rules .nodata_tit + .no_data_wrap {
  margin-top: 145px !important;
}

.tbl_rules.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  min-height: 0;
  padding-top: 0;
  margin-top: 145px;
}

.tbl_rules.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6 {
  position: absolute;
  top: -54px;
  overflow: visible !important;
}
.tbl_rules.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6:after {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  display: block;
  content: 'The following items are displayed by the current RSS feeds, and may be updated by the batch process';
  white-space: nowrap;
  font-size: 16px;
  color: #484848;
  line-height: 38px;
  font-weight: 500;
}
.tbl_rules.tbl_drug.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6:after {
  content: 'Click CP feed and drag and drop to rearrange';
  color: #dc004e;
}
.tbl_rules.tbl_current.tbl_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTypography-h6:after {
  content: '';
}

.tbl_rules thead th .MuiCheckbox-root {
  display: none;
}

.tit_cycle {
  display: inline-block;
  font-size: 16px;
  color: #484848;
  font-weight: 500;
}

.tit_cycle .count_cycle {
  display: inline-block;
  width: 75px;
  color: #dc004e;
  text-align: left;
}

.pop_wrap.pop_size_s .MuiDialog-paperWidthSm {
  width: 540px;
}

.pop_wrap .no_round .MuiTable-root thead tr:first-child th:first-child {
  border-top-left-radius: 0;
}

.pop_wrap .no_round .MuiTable-root thead tr:first-child th:last-child {
  border-top-right-radius: 0;
}

.pop_wrap .no_round .MuiTable-root tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.pop_wrap .no_round .MuiTable-root tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.pop_wrap .no_round .MuiTable-root thead tr th {
  padding: 15px 20px;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
}

.pop_wrap .no_round .MuiTable-root thead tr th:first-child {
  border-left: 0;
}

.pop_wrap .no_round .MuiTable-root thead tr th:last-child {
  border-right: 0;
}

.pop_wrap .no_round .MuiTable-root tbody tr td {
  padding: 15px 20px;
}

.pop_wrap .no_round .MuiTable-root tbody tr td:first-child {
  border-left: 0;
}

.pop_wrap .no_round .MuiTable-root tbody tr td:last-child {
  border-right: 0;
}

.pop_wrap .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer {
  display: none;
}

.pop_wrap .MuiTablePagination-root .MuiToolbar-root {
  justify-content: space-between;
}

.tbl_top_comment {
  font-size: 16px;
  color: #484848;
  font-weight: 500;
}

.tbl_wrap.sdk_wrap > .MuiPaper-root > .MuiToolbar-root .MuiTextField-root {
  display: none;
}

.tbl_wrap.sdk_wrap > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  margin-bottom: 20px;
}

.tbl_wrap.sdk_wrap > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root .MuiIconButton-label .MuiIcon-root {
  color: transparent;
}

.tbl_wrap.sdk_wrap > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root:before {
  position: absolute;
  display: block;
  content: 'Add';
  left: 50%;
  top: 50%;
  color: #ffffff;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop_wrap .no_round .MuiTable-root thead tr th.MuiTableCell-paddingCheckbox {
  padding: 15px 0;
}

.btn_upDown {
  background: transparent !important;
}

.btn_upDown span {
  opacity: 0;
}

.btn_upDown:before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #848484;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_upDown:after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #848484;
  border-top: 2px solid #848484;
}

.btn_upDown.btn_up:after {
  -ms-transform: translate(-50%, -10px) rotate(45deg);
  -webkit-transform: translate(-50%, -10px) rotate(45deg);
  transform: translate(-50%, -10px) rotate(45deg);
}

.btn_upDown.btn_down:after {
  -ms-transform: translate(-50%, 0px) rotate(225deg);
  -webkit-transform: translate(-50%, 0px) rotate(225deg);
  transform: translate(-50%, 0px) rotate(225deg);
}

.input_number {
  height: 38px;
  padding: 0 0px 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  background-color: #ffffff;
}

.input_number:hover {
  border-color: rgba(0, 0, 0, 1);
}

.btn_set_wrap.tbl_top_info + .tbl_col_typEdit {
  margin-top: 20px;
}

.tbl_col_typEdit {
  width: 100%;
  border-spacing: 0;
}

.tbl_col_typEdit thead th {
  padding: 15px 20px;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  font-size: 0.875rem;
  text-align: left;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.tbl_col_typEdit tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
}

.tbl_drug tbody tr td:hover {
  cursor: grab;
}

.tbl_drug tbody tr td:active {
  cursor: grabbing;
}

.ico_btn_save {
  width: 25px;
  height: 25px;
  outline: 0;
  background: url(../images/ico_save.png) center center no-repeat;
}

.ico_btn_modify {
  width: 25px;
  height: 25px;
  outline: 0;
  background: url(../images/ico_modify.png) center center no-repeat;
}

.ico_btn_del {
  width: 25px;
  height: 25px;
  outline: 0;
  background: url(../images/ico_del.png) center center no-repeat;
}

.ico_btn_cancel {
  width: 25px;
  height: 25px;
  outline: 0;
  background: url(../images/ico_cancel.png) center center no-repeat;
}

/* no_data */

.no_data_wrap {
  position: relative;
  max-width: 100% !important;
  height: 300px;
  margin: 0 !important;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.no_data_wrap .MuiPaper-root {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.no_data_wrap .icon_no_data {
  width: 138px;
  height: 155px;
  border-radius: 0;
  background: url(../images/ico_nodata.png) center center no-repeat;
}

.no_data_wrap .icon_no_data svg {
  display: none;
}

.channel_conf .no_data_wrap {
  height: 376px;
  margin-top: -2px !important;
}

.btn_set_wrap + .tbl_wrap .no_data_wrap {
  margin-top: 25px !important;
}

.no_data_wrap .nodata_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tbl_mapping tbody tr td[colspan='9'] {
  height: 200px;
}

.tbl_source_conf.channel_list tbody tr td[colspan='7'] {
  height: 364px;
}

/* Material Icons ie 대응  */

.MuiTablePagination-toolbar > div > span .MuiIconButton-label .material-icons {
  color: transparent;
  background: url(../images/ico_paging.png) no-repeat;
}

.MuiTablePagination-toolbar > div > span:nth-child(1) .Mui-disabled .MuiIconButton-label .material-icons {
  background-position: 0 0;
}

.MuiTablePagination-toolbar > div > span:nth-child(5) .Mui-disabled .MuiIconButton-label .material-icons {
  background-position: -24px 0;
}

.MuiTablePagination-toolbar > div > span:nth-child(2) .Mui-disabled .MuiIconButton-label .material-icons {
  background-position: -48px 0;
}

.MuiTablePagination-toolbar > div > span:nth-child(4) .Mui-disabled .MuiIconButton-label .material-icons {
  background-position: -72px 0;
}

.MuiTablePagination-toolbar > div > span:nth-child(1) .MuiIconButton-label .material-icons {
  background-position: 0 -24px;
}

.MuiTablePagination-toolbar > div > span:nth-child(5) .MuiIconButton-label .material-icons {
  background-position: -24px -24px;
}

.MuiTablePagination-toolbar > div > span:nth-child(2) .MuiIconButton-label .material-icons {
  background-position: -48px -24px;
}

.MuiTablePagination-toolbar > div > span:nth-child(4) .MuiIconButton-label .material-icons {
  background-position: -72px -24px;
}

.MuiTableSortLabel-root .MuiTableSortLabel-icon {
  color: transparent;
  background: url(../images/ico_tbl_arrow.png) no-repeat;
}

.pop_size_small .pop_comment .channel_dmacodes{
  display: block;
  font-size: 18px;
}

.selectedChannelMap-deleteAll{
  margin: 0px !important;
}

.selectedChannelMap-deleteAll span{
  font-size: 14px;
  font-weight: inherit;
}

.preview-gradient-image {
  -webkit-mask-image: url(../images/img_gradient_reversed3.ca569cdc.png);
  mask-image: url(../images/img_gradient_reversed3.ca569cdc.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.edit_mulyi_lang_row .MuiInputLabel-outlined {
  transform: translate(14px, 10px) scale(1);
}

.edit_mulyi_lang_row .MuiInputLabel-outlined.MuiInputLabel-shrink {
  padding: 0 5px;
  font-size: 16px;
  color: #484848;
  background: #ffffff;
  -ms-transform: translate(8px, -6px) scale(0.75);
  -webkit-transform: translate(8px, -6px) scale(0.75);
  transform: translate(8px, -6px) scale(0.75);
}

.pop_wrap.publish_pop .MuiDialog-paperWidthSm {
  width: 1400px;
}

.dmacode-diff{
  font-weight: bold;
}

.publish_channel_diff {
  padding: 10px 10px;
  border: 1px solid #81a552;
  background: #fafcf7;
  display: flex;
  margin-top: 15px;
  font-size: 16px;
}

.MuiButton-root.download_feed_btn {
  width: 200px !important;
}

.tbl_wrap.feed_info_tbl > .MuiPaper-root > .MuiToolbar-root > div > div > div > span > .MuiIconButton-root {
  width: 220px !important;
  margin-bottom: 15px;
  margin-right: 10px;
}

.MuiCheckbox-root.Mui-disabled .MuiSvgIcon-root {
  fill: #cccccc;
}

.pop_wrap.tab_schedule_popup .MuiDialog-paperWidthSm {
  width: 1200px;
}

.pop_wrap.tab_schedule_popup .MuiToolbar-root {
  display: none;
}

#snb.collapse .MuiDrawer-paperAnchorLeft {
  width: 55px;
  overflow-x: hidden;
  /* background-color: #010101; */
}

#snb.collapse {
  width: 55px;
}

#snb.collapse + .cont_head {
  left: 55px;
}

#snb.collapse .snb_body {
  opacity: 0;
}
.snb_body {
  background-color: #FFF;
  height: 100%;
  color: #b8b8b8
}

/* iss */
#snb .snb_iss_body > li > a .MuiListItem-button .MuiListItemText-root {
  color: #eaeeeb;
}
#snb.collapse .snb_iss_body {
  opacity: 0;
}
.snb_iss_body {
  background-color: #010101;
  height: 100%;
  color: #b8b8b8
}
#snb.iss-collapse .snb_iss_body {
  opacity: 0;
}

#snb.iss-collapse .MuiDrawer-paperAnchorLeft {
  width: 55px;
  overflow-x: hidden;
  background-color: #010101;
}

#snb.iss-collapse {
  width: 55px;
}

#snb.iss-collapse + .cont_head {
  left: 55px;
}

#snb.iss-collapse .snb_body {
  opacity: 0;
}
/* iss */

.channel_list .MuiTable-root thead tr th:first-child, .pop_wrap .MuiTable-root thead tr th:first-child {
   padding: 15px 0px 15px 20px !important;
}

.channel_list .MuiTable-root tbody tr td:first-child, .pop_wrap .MuiTable-root tbody tr td:first-child {
   padding: 15px 0px 15px 20px !important;
}

#channel_mapping_wrap .channel_list {
  width: 37.6%;
}

#channel_mapping_wrap .channel_conf {
  width: 56.4%;
}

#channel_mapping_wrap .arrow_btn_area {
  left: 40.5%;
}

.pop_wrap.pop_size_s.sdk_category .MuiDialog-paperWidthSm {
  width: 900px;
}

.btn_sdk_version {
  margin-left: 1512px;
}

.sdk_category_btn {
  display: flex;
  justify-content: space-between;
  max-width: 100px;
}

.MuiButton-root.btn_size_tbl_catgr {
  width: 150px;
  padding: 0;
  line-height: 34px;
}

.sdkver_area {
  margin-top: 0px;
  height: 0px;
  text-align: right;
  line-height: 180px;
  position: relative;
}

.sdkver_area .sdkver_area_tit {
  display: inline-block;
  width: 135px;
  font-size: 18px;
  color: #484848;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.sdkver_area .MuiFormControl-root {
  vertical-align: middle;
}

.sdkver_area .MuiFormControl-root .MuiOutlinedInput-input {
  width: 150px;
  height: 34px;
  padding: 0 30px 0 12px;
  font-size: 16px;
  color: #484848;
  line-height: 34px;
  text-align: left;
  background: #ffffff;
}

 .caption_shelf {
  text-align: left;
}

.caption_shelf:after {
  position: absolute;
  top: 0;
  left: calc(19% + 2px);
  display: block;
  content: 'The selected Tab and Category Detail will be mapped with the 2nd Depth / Home Shelf data, and will be displayed in TV.';
  white-space: nowrap;
  font-size: 16px;
  color: #484848;
  line-height: 155px;
  font-weight: 500;
}

#popup {
  display: none;
  position: absolute;
  margin-top: 70px;
  font-size: 18px;
  color: #848484;
  font-weight: 500;
}

.pop_wrap.history_pop .MuiDialog-paperWidthSm {
  width: 1950px;
}

.ico_btn_information {
  width: 22px;
  height: 22px;
  outline: 0;
}

.area_information {
  display: flex;
}

.cont_information {
  margin-top: 3px;
  margin-left: 7px;
  color: #484848;
  font-size: "14px"
}

.channel_conf_resrve_action {
   width: '35%';
   margin-left: '30px';
   display: 'flex';
   justify-content: 'space-between';
}

.channel_conf_reserve_modify {
   width: 25px;
   height: 25px;
   outline: 0;
   background: url(../images/ico_del.png) center center no-repeat;
   filter: hue-rotate(118deg);
}

.mapping_tbl_header.reservation {
    margin-top : 50px;
    margin-left: 50px;
}

.pop_wrap.reservation_pop .MuiDialog-paperWidthSm {
  width: 1800px;
  height: 1000px;
}

#histChannelName-label {
  margin-top: -10px;
}

.reserv_table_data{
  height: 650px;
}

.MuiButton-root.reserv_btn_color {
  border: 1px solid #d1d1d1;
  background: #ffffff;
}

.history_table_data{
  height: 750px;
}

#history_close{
  position: relative;
  margin-top: -80px;
  text-align: right;
}

.history_delete_color{
  background-color: #d5d5d5;
}

.history_create_color{
  background-color: #b1e4b1;
}

.history_update_color{
  background-color: #fffacd;
}

.disable-div {
  pointer-events: none;
}

[style^="position: sticky; top: 0px; left:"] .MuiTableSortLabel-root div{
  pointer-events: none;
  user-select: none;
}

#root .channel_conf_table .MuiTableHead-root .MuiTableRow-root th:nth-child(-n+12) {
  resize: horizontal;
  overflow-x: overlay;
  overflow-y: hidden;
}

#root .channel_reserve_conf_table .MuiTableHead-root .MuiTableRow-root th:nth-child(-n+12) {
  resize: horizontal;
  overflow-x: overlay;
  overflow-y: hidden;
}

*::-webkit-resizer {
  border-right: 3px solid rgb(238, 238, 238) !important;
  border-right: 3px solid rgb(238, 238, 238) !important;
}

#root .channel_conf_table .MuiTable-root tbody td:nth-child(-n+12) {
  background-color: #fff !important;
}

#root .channel_conf_table .MuiTable-root tbody tr[style^="transition: all 300ms ease 0s; background-color: rgb(254, 245, 248); color: rgb(216, 41, 92);"] td:nth-child(-n+12) {
  background-color:rgb(254, 245, 248) !important;
}

#root .channel_conf_table .MuiTable-root {
  background-color: #fff !important;
}

#root .channel_reserve_conf_table .MuiTable-root tbody td:nth-child(-n+12) {
  background-color: #fff !important;
}

#root .channel_reserve_conf_table .MuiTable-root tbody tr[style^="transition: all 300ms ease 0s; background-color: rgb(254, 245, 248); color: rgb(216, 41, 92);"] td:nth-child(-n+12) {
  background-color:rgb(254, 245, 248) !important;
}

#root .channel_reserve_conf_table .MuiTable-root {
  background-color: #fff !important;
}

.tbl_wrap_rev {
  border: 1px solid rgb(238, 238, 238);
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  color: #484848;
  text-align: middle;
  line-height: 36px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom: 70px;
  overflow-x: scroll;
}

.tbl_wrap_rev::-webkit-scrollbar-thumb {
  background-color: #CFCFC4;
}

.tbl_wrap_rev table {
  width: 100%;
}

.abTest_borderColor {
  border-color: rgb(238, 238, 238) !important;
}
.tbl_wrap_rev table td {
  text-align: center; /* Center-align the content within table cells */
}

.btn_set_wrap.segment_wrap {
  text-align: center;
  display: inline-flex;
  position: relative;
}

.adtest_add {
  width: -webkit-fill-available;
}

.mapping_tbl_header_manual_freeonlg {
  position: relative;
  margin-top: -9%;
  margin-bottom: -4%;
}
.freeOnLgCalender {
  position: relative !important;
  margin-bottom: -20px !important;
}
.freeOnLgCalenderRoot {
  margin-top: -6%;
}
.excelButtonLGCh {
  margin-left: 20px !important;
  height: 35px;
}

.live_tv_channel_list .MuiTable-root thead tr th:first-child,
.live_tv_channel_list .MuiTable-root tbody tr td:first-child {
  padding-right: 0px !important;
}
.live_tv_channel_list .MuiTable-root thead tr th:nth-child(2),
.live_tv_channel_list .MuiTable-root tbody tr td:nth-child(2) {
  padding-left: 0px !important;
}
.live_tv_content_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.live_tv_content_list .selected_channel_list {
  width: 45%;
}
.live_tv_content_list .organized_channel_list {
  width: 45%;
}
.live_tv_related_content_category_name_layout {
  position: relative;
  margin-top: 10px;
  background-color: #eff3f4;
  border: 1px solid rgb(13, 13, 13);
  border-radius: 30px;
  box-shadow: 0px 10px 10px rgba(30, 29, 29, 0.16);
}
.live_tv_related_content_category_name_layout .live_tv_related_content_category_name {
  display: flex;
  justify-content: space-between;
}
.live_tv_related_content_category_name_layout .live_tv_related_content_category_name .view_category_name {
  margin-left: 10px;
  width: 50%;
  padding: 0px;
}
.live_tv_related_content_category_name_layout .live_tv_related_content_category_name .edit_category_name {
  width: 48%;
  margin-top: 10px;
  margin-right: 10px;
}
.live_tv_related_content_category_name_layout .button_layout{
  position: relative;
  margin-top: 10px;
  left: 50%;
  bottom: 5px;
}
.live_tv_related_content_category_name_layout .MuiToolbar-root {
  min-height: 5px !important;
  height: 5px !important;
}
.live_tv_related_content_category_name_layout .MuiTableRow-root.edit_multi_lang_row_layout td {
  display: block;
  min-height: 80px;
  max-height: 400px;
  overflow-y: auto;
}

.watch_live_select_status {
  position: relative;
  text-align: right;
  margin-bottom: 1px;
}

.watchlive-right-tbl.tbl_wrap > .MuiPaper-root > .MuiToolbar-root {
  margin-top: -12px;
}

.an_test_service_label {
  display: flex;
  justify-content: space-between;
  position: relative !important;
  top: 0px !important;
}

.label_size {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 15px;
}

.tab-container-box {
  border: 1px solid #e0e0e0;
  padding: 15px 40px 15px 20px;
  margin-right: -20px;
}

.wrap-text {
  word-wrap: break-word;
  white-space: normal;
}