.content__msg,
.dialog-message {
  position: relative;
}

.content__msg .panel-gray,
.dialog-message .panel-gray {
  margin-left: -30px;
  margin-right: -30px;
  background-color: #f7f7f7;
  margin-top: 21px;
}

.content__msg .panel-gray .panel-body,
.dialog-message .panel-gray .panel-body {
  padding: 20px 30px 20px 30px;
}

.content__msg .dialog-center,
.dialog-message .dialog-center {
  box-sizing: border-box;
}

.content__msg .content__title + .actions,
.dialog-message .content__title + .actions {
  position: absolute;
  top: 20px;
  right: 30px;
}

.content__msg .table--base-e .table__td,
.dialog-message .table--base-e .table__td {
  padding-left: 10px;
  padding-right: 10px;
}

.content__msg .category-nav,
.dialog-message .category-nav {
  padding-left: 0;
}

.content__msg .category-nav__link.is-active,
.dialog-message .category-nav__link.is-active {
  color: #ff5000;
}

.content__msg .category-nav__link.is-active::before,
.dialog-message .category-nav__link.is-active::before {
  display: none;
}

.content__msg .category-nav__link,
.dialog-message .category-nav__link {
  color: #333333;
  font-size: 13px;
}

.content__msg .table.table--base-e .subject,
.dialog-message .table.table--base-e .subject {
  font-size: 14px;
  color: #333333;
  line-height: normal;
  font-weight: normal;
}

.content__msg .table.table--base-e .module-nodata,
.dialog-message .table.table--base-e .module-nodata {
  width: 100%;
  display: table;
}

.content__msg .table.table--base-e .module-nodata .nodata-cell,
.dialog-message .table.table--base-e .module-nodata .nodata-cell {
  display: table-cell;
  height: 283px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.content__msg .table--base-e .table__th.line-none::after,
.dialog-message .table--base-e .table__th.line-none::after {
  display: none;
}

.content__msg .table--base-e tr.bg-blue .table__td,
.dialog-message .table--base-e tr.bg-blue .table__td {
  background-color: #eefaff;
}

.content__msg .bold,
.dialog-message .bold {
  font-weight: bold;
}

.content__msg .color-blue,
.dialog-message .color-blue {
  color: #069fee !important;
}

.content__msg .hidden,
.dialog-message .hidden {
  visibility: hidden;
}

.content__msg .clamp,
.dialog-message .clamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content__msg .clamp.clamp-2,
.dialog-message .clamp.clamp-2 {
  white-space: normal !important;
  -webkit-box-orient: vertical;
  display: block ;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.content__msg .icon--file,
.dialog-message .icon--file {
  width: 11px;
  height: 11px;
  background: url("../../images/member/svg/icon-file.svg") no-repeat 0 0;
}

.content__msg .datebar,
.dialog-message .datebar {
  padding-top: 5px;
  font-size: 12px;
  color: #a0a0a0;
  line-height: normal;
  font-weight: normal;
}

.content__msg .datebar .icon,
.dialog-message .datebar .icon {
  vertical-align: middle;
}

.content__msg .module-thumb,
.dialog-message .module-thumb {
  display: flex;
  width: 100%;
}

.content__msg .module-thumb .thumb-image,
.dialog-message .module-thumb .thumb-image {
  display: table-cell;
  width: 1%;
}

.content__msg .module-thumb .thumb-image .size-38,
.dialog-message .module-thumb .thumb-image .size-38 {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 38px;
}

.content__msg .module-thumb .thumb-image + .thumb-content,
.dialog-message .module-thumb .thumb-image + .thumb-content {
  padding-left: 20px;
}

.content__msg .module-thumb .thumb-content,
.dialog-message .module-thumb .thumb-content {
  padding: 0;
  width: 100%;
  padding-left: 10px;
  display: table;
  table-layout: fixed;
}

.content__msg .module-thumb .thumb-content .clamp,
.dialog-message .module-thumb .thumb-content .clamp {
  flex: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content__msg .module-thumb .thumb-content .type-large,
.dialog-message .module-thumb .thumb-content .type-large {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  font-weight: normal;
}

.content__msg .module-thumb .thumb-content .type-default,
.dialog-message .module-thumb .thumb-content .type-default {
  padding-top: 4px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  font-weight: normal;
}

.content__msg .data-tools,
.dialog-message .data-tools {
  margin-top: 20px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.content__msg .data-tools::after,
.dialog-message .data-tools::after {
  content: "";
  display: table;
  clear: both;
}

.content__msg .data-tools .tools-cell,
.dialog-message .data-tools .tools-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}

.content__msg .data-tools .tools-cell.right,
.dialog-message .data-tools .tools-cell.right {
  text-align: right;
  white-space: nowrap;
}

.content__msg .data-tools .tools-cell.right .element-btn,
.dialog-message .data-tools .tools-cell.right .element-btn {
  margin-right: 0;
  margin-left: 8px;
}

.content__msg .data-tools .tools-cell .formbox--base-c.formbox--shape-d,
.dialog-message .data-tools .tools-cell .formbox--base-c.formbox--shape-d {
  width: auto !important;
}

.content__msg .data-tools .tools-cell.left,
.dialog-message .data-tools .tools-cell.left {
  text-align: left;
}

.content__msg .data-tools .tools-cell.left .module-filter,
.dialog-message .data-tools .tools-cell.left .module-filter {
  border: 0;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.content__msg .data-tools .tools-cell.left .category-nav,
.dialog-message .data-tools .tools-cell.left .category-nav {
  float: left;
}

.content__msg .icon-plus-gray,
.dialog-message .icon-plus-gray {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../../images/member/svg/icon-plus-gray.svg") no-repeat left top;
}

.content__msg .icon-remote,
.dialog-message .icon-remote {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../images/member/svg/icon-remove-round.svg") no-repeat left top;
}

.content__msg .icon-round-plus,
.dialog-message .icon-round-plus {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/member/svg/icon-plus-round.svg") no-repeat left top;
}

.content__msg .icon-reply,
.dialog-message .icon-reply {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url("../../images/member/svg/icon-reply.svg") no-repeat left top;
}

.content__msg .list-dot,
.dialog-message .list-dot {
  margin-top: 20px;
}

.content__msg .list-dot .list-item,
.dialog-message .list-dot .list-item {
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}

.content__msg .list-dot .list-item::before,
.dialog-message .list-dot .list-item::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 2px;
  height: 1px;
  background-color: #989898;
}

.content__msg .tag-file,
.dialog-message .tag-file {
  box-sizing: border-box;
  height: 36px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  position: relative;
}

.content__msg .tag-file .element-btn,
.dialog-message .tag-file .element-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: 0;
}

.content__msg .tag-file .tag-txt,
.dialog-message .tag-file .tag-txt {
  display: block;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333333;
  line-height: normal;
  font-weight: normal;
}

.content__msg .module-write .write-header.form-write .form-group,
.dialog-message .module-write .write-header.form-write .form-group {
  box-sizing: border-box;
  height: 54px;
  display: table;
  width: 100%;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}

.content__msg .module-write .write-header.form-write .form-group .form-label,
.dialog-message .module-write .write-header.form-write .form-group .form-label {
  width: 69px;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  display: table-cell;
  font-size: 13px;
  color: #333333;
  line-height: normal;
  font-weight: bold;
}

.content__msg .module-write .write-header.form-write .form-group .form-label::after,
.dialog-message .module-write .write-header.form-write .form-group .form-label::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #dddddd;
  position: absolute;
  top: 20px;
  right: 0;
}

.content__msg .module-write .write-header.form-write .form-group .form-content,
.dialog-message .module-write .write-header.form-write .form-group .form-content {
  display: table-cell;
  position: relative;
}

.content__msg .module-write .write-header.form-write .form-group .form-content .module-thumb .thumb-content .type-large,
.dialog-message .module-write .write-header.form-write .form-group .form-content .module-thumb .thumb-content .type-large {
  width: 100%;
}

.content__msg .module-write .write-header.form-write .form-group .form-content .element-input,
.dialog-message .module-write .write-header.form-write .form-group .form-content .element-input {
  display: block;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.content__msg .module-write .write-header.form-write .form-group .form-content .element-btn,
.dialog-message .module-write .write-header.form-write .form-group .form-content .element-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: 0;
}

.content__msg .module-write .write-header.form-filter,
.dialog-message .module-write .write-header.form-filter {
  margin-top: -21px;
  background-color: #f7f7f7;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.content__msg .module-write .write-header.form-filter::after,
.dialog-message .module-write .write-header.form-filter::after {
  content: "";
  display: table;
  clear: both;
}

.content__msg .module-write .write-header.form-filter .form-group,
.dialog-message .module-write .write-header.form-filter .form-group {
  float: left;
  width: 33.3%;
  padding-right: 10px;
  box-sizing: border-box;
}

.content__msg .module-write .write-header.form-filter .form-group .form-label,
.dialog-message .module-write .write-header.form-filter .form-group .form-label {
  height: 36px;
  box-sizing: border-box;
  padding-top: 16px;
  font-size: 12px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}

.content__msg .module-write .write-header.form-filter .form-group .form-content .formbox--base-c.formbox--shape-g,
.dialog-message .module-write .write-header.form-filter .form-group .form-content .formbox--base-c.formbox--shape-g {
  width: 100% !important;
}

.content__msg .module-write .write-header.form-filter .form-group:nth-child(3),
.dialog-message .module-write .write-header.form-filter .form-group:nth-child(3) {
  padding-right: 0px;
}

.content__msg .module-write .write-body .edit-group .element-input,
.dialog-message .module-write .write-body .edit-group .element-input {
  height: 222px;
  width: 100%;
  resize: none;
  padding: 20px;
  box-sizing: border-box;
}

.content__msg .module-write .write-body .edit-group .edit-count,
.dialog-message .module-write .write-body .edit-group .edit-count {
  padding-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}

.content__msg .module-write .write-body .edit-group .edit-count em,
.dialog-message .module-write .write-body .edit-group .edit-count em {
  font-weight: bold;
  color: #ff5000;
}

.content__msg .module-write .write-body .edit-group .edit-check,
.dialog-message .module-write .write-body .edit-group .edit-check {
  margin-top: -18px;
}

.content__msg .module-write .write-body .module-attach:first-child,
.dialog-message .module-write .write-body .module-attach:first-child {
  margin-bottom: 20px;
}

.content__msg .module-write .write-body .edit-group .module-list,
.dialog-message .module-write .write-body .edit-group .module-list {
  margin-top: 20px;
}

.content__msg .module-write .module-form.form-views,
.dialog-message .module-write .module-form.form-views {
  margin-top: -21px;
}

.content__msg .module-files .files-count,
.dialog-message .module-files .files-count {
  padding-top: 7px;
  margin-bottom: 16px;
  margin-top: -32px;
  text-align: right;
  font-size: 12px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}

.content__msg .module-files .files-count em,
.dialog-message .module-files .files-count em {
  font-weight: bold;
  color: #ff5000;
}

.content__msg .module-files .file-items,
.dialog-message .module-files .file-items {
  background: #fff;
  min-height: 108px;
}

.content__msg .module-files .file-items .nodata-center,
.dialog-message .module-files .file-items .nodata-center {
  font-size: 12px;
}

.content__msg .module-files .file-items .element-tag,
.dialog-message .module-files .file-items .element-tag {
  margin-bottom: -1px;
}

.content__msg .module-files .file-items .module-nodata,
.dialog-message .module-files .file-items .module-nodata {
  border: 0;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}

.content__msg .module-files .file-items .module-nodata .nodata-center,
.dialog-message .module-files .file-items .module-nodata .nodata-center {
  height: 108px;
}

.content__msg .module-list.list-dot,
.dialog-message .module-list.list-dot {
  margin-top: 10px;
}

.content__msg .module-list.list-dot .list-item,
.dialog-message .module-list.list-dot .list-item {
  font-size: 12px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
  margin-top: 4px;
}

.content__msg .module-list.list-dot .list-item:first-child,
.dialog-message .module-list.list-dot .list-item:first-child {
  margin-top: 0;
}

.content__msg .form-views,
.dialog-message .form-views {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.content__msg .form-views .form-group,
.dialog-message .form-views .form-group {
  width: 100%;
  height: 60px;
  display: table-row;
  position: relative;
}

.content__msg .form-views .form-group .form-label,
.dialog-message .form-views .form-group .form-label,
.content__msg .form-views .form-group .form-content,
.dialog-message .form-views .form-group .form-content {
  border-top: 1px solid #dddddd;
}

.content__msg .form-views .form-group:first-child .form-label,
.dialog-message .form-views .form-group:first-child .form-label,
.content__msg .form-views .form-group:first-child .form-content,
.dialog-message .form-views .form-group:first-child .form-content {
  border-top: 0;
}

.content__msg .form-views .form-content,
.dialog-message .form-views .form-content {
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  color: #333333;
}

.content__msg .form-views .form-content.resize,
.dialog-message .form-views .form-content.resize {
  width: auto;
}

.content__msg .form-views .form-content.right,
.dialog-message .form-views .form-content.right {
  text-align: right;
}

.content__msg .form-views .form-label,
.dialog-message .form-views .form-label {
  width: 1%;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
  color: #333333;
  line-height: normal;
  font-weight: bold;
}

.content__msg .form-views .form-group:last-child .form-label,
.dialog-message .form-views .form-group:last-child .form-label {
  border-bottom: 0;
}

.content__msg .form-views .form-group:last-child .form-content,
.dialog-message .form-views .form-group:last-child .form-content {
  border-bottom: 0;
}

.content__msg .detail-content,
.dialog-message .detail-content {
  margin-top: -1px;
}

.content__msg .detail-content::before,
.dialog-message .detail-content::before {
  content: "";
  width: 100%;
  height: 1px;
}

.content__msg .detail-content .module-attach:first-child,
.dialog-message .detail-content .module-attach:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content__msg .detail-content .detail-border,
.dialog-message .detail-content .detail-border {
  box-sizing: border-box;
  border: solid 1px #dddddd;
  min-height: 417px;
  padding: 20px;
}

.content__msg .detail-content .detail-border.min,
.dialog-message .detail-content .detail-border.min {
  min-height: 222px;
}

.content__msg .detail-content .detail-border .fr-view .scrollable-bar,
.dialog-message .detail-content .detail-border .fr-view .scrollable-bar {
  right: -14px;
}

.content__msg .detail-content .detail-border .scroll,
.dialog-message .detail-content .detail-border .scroll {
  -ms-overflow-style: none;
}

.content__msg .detail-content .detail-border .scroll::-webkit-scrollbar,
.dialog-message .detail-content .detail-border .scroll::-webkit-scrollbar {
  display: none;
}

.content__msg .detail-content .detail-border .scroll::-moz-scrollbar,
.dialog-message .detail-content .detail-border .scroll::-moz-scrollbar {
  display: none;
}

.content__msg .module-write .thumb-content .clamp,
.dialog-message .module-write .thumb-content .clamp {
  max-width: 100%;
}

.content__msg .dialog-body .table-height:first-child,
.dialog-message .dialog-body .table-height:first-child {
  margin-top: 29px;
  min-height: 507px;
}

.content__msg .dialog-body .pagination,
.dialog-message .dialog-body .pagination {
  margin-top: 10px;
  margin-bottom: 0;
}

.content__msg .dialog-body .fr-view,
.dialog-message .dialog-body .fr-view {
  word-break: break-all;
  word-wrap: break-word;
}

.detail-view .detail-content {
  font-size: 13px;
  color: #333333;
}

.detail-view .detail-content a {
  color: #1100ff;
}

.detail-view .detail-content a:hover {
  text-decoration: underline;
}

.module-filter {
  height: 60px;
  padding-top: 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.module-filter ul::before {
  content: "";
  display: table;
  clear: both;
}

.module-filter ul li {
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.module-filter ul li::before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #d8d8d8;
}

.module-filter ul li a {
  color: #333333;
}

.module-filter ul li a:hover {
  text-decoration: underline;
}

.module-filter ul li.active a {
  color: #ff5000;
}

.module-filter ul li:first-child {
  padding-left: 0;
}

.module-filter ul li:first-child::before {
  display: none;
}

.element-svg.icon-attach {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../../images/member/svg/icon-attach-files.svg") no-repeat left top;
}

.element-svg.icon-remove {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../../images/member/svg/icon-x-gray.svg") no-repeat left top;
}

.element-svg.icon-download {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../images/member/svg/icon-file-down.svg") no-repeat left top;
}

.attach-files {
  margin-top: 20px;
  width: 520px;
  box-sizing: border-box;
}

.attach-files-header {
  position: relative;
  border: solid 1px #dddddd;
  background-color: #fafafa;
  height: 60px;
}

.attach-files-header .icon-attach {
  position: absolute;
  top: 12px;
  left: 24px;
}

.attach-files-body {
  display: none;
  border: solid 1px #dddddd;
  border-top: 0;
}

.attach-files-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 12px;
  border: 0;
  background: none;
}

.attach-files-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
}

.attach-files-toggle::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #666666 transparent;
}

.attach-files-item {
  padding-left: 24px;
  position: relative;
  font-size: 12px;
  color: #333;
  line-height: 43px;
  font-weight: normal;
  height: 43px;
  border-top: 1px solid #e7e7e7;
}

.attach-files-item:first-child {
  border-top: 0;
}

.attach-files-item:hover {
  background-color: rgba(0, 20, 61, 0.08);
}

.attach-files-download {
  position: absolute;
  top: 14px;
  right: 24px;
}

.attach-files-count {
  padding-left: 68px;
  padding-top: 21px;
  height: 100%;
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.attach-files-count em {
  color: #ff5000;
}

.attach-files.active .attach-files-toggle::before {
  display: none;
}

.attach-files.active .attach-files-toggle::after {
  display: block;
}

.attach-files.active .attach-files-body {
  display: block;
}

.attach-reply {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #dddddd;
  margin-top: 20px;
  padding-left: 21px;
  background-color: #f7f7f7;
}

.attach-reply::after {
  content: "";
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
}

.attach-reply-header {
  min-height: 55px;
  padding-left: 24px;
  margin-left: -2px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}

.attach-reply-header .icon-reply {
  position: absolute;
  top: 21px;
  left: 0;
}

.attach-reply-title {
  display: block;
  padding-top: 19px;
  font-size: 12px;
  color: #333;
  line-height: normal;
  font-weight: bold;
  padding-right: 40px;
}

.attach-reply-body {
  display: none;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 18px;
}

.attach-reply-body .bar {
  width: 1px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 72px;
}

.attach-reply-body .bar::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
}

.attach-reply-body .attach-reply-content {
  max-height: 68px;
  font-size: 13px;
  color: #333333;
  line-height: 19px;
  position: relative;
}

.attach-reply-body .attach-reply-content .scroll {
  max-height: 68px;
  padding-right: 25px;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.attach-reply-body .attach-reply-content .scroll::-webkit-scrollbar {
  display: none;
}

.attach-reply-body .attach-reply-content .scroll::-moz-scrollbar {
  display: none;
}

.attach-reply-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 12px;
  border: 0;
  background: none;
}

.attach-reply-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
}

.attach-reply-toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #666666 transparent;
}

.attach-reply.active .attach-reply-toggle::before {
  display: none;
}

.attach-reply.active .attach-reply-toggle::after {
  display: block;
}

.attach-reply.active .attach-reply-body {
  display: block;
}

.content__msg .form-views.cols .form-group {
  display: table;
}

.module-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.module-table .row {
  height: 45px;
  display: table-row;
  width: 100%;
  table-layout: fixed;
}

.module-table .row:first-child .col {
  border-top: 1px solid #eeeeee;
}

.module-table .row.bg-blue .col {
  background-color: #eefaff;
}

.module-table .row.bg-blue .col .subject {
  font-weight: bold;
}

.module-table .row.table-header .col {
  font-size: 12px;
  color: #333333;
  line-height: normal;
  font-weight: bold;
  background-color: #f7f7f7;
}

.module-table .row.table-header .col:first-child::before {
  display: none;
}

.module-table .row.table-header .col::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: #d9d9d9;
}

.module-table .row.table-header .col.none::before {
  display: none;
}

.module-table .col {
  box-sizing: border-box;
  display: table-cell;
  word-break: break-all;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333333;
  line-height: normal;
  font-weight: normal;
}

.module-table .col.top {
  vertical-align: top;
}

.module-table .col.left {
  text-align: left;
}

.module-tab .tab-nav {
  position: relative;
}

.module-tab .tab-nav.column-3 ul li {
  width: 33.3%;
}

.module-tab .tab-nav ul {
  z-index: 1;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.module-tab .tab-nav ul li {
  background-color: #f7f7f7;
  height: 45px;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.module-tab .tab-nav ul li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  z-index: 1;
}

.module-tab .tab-nav ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.module-tab .tab-nav ul li.active {
  background: #fff;
}

.module-tab .tab-nav ul li.active::after {
  border-top: 3px solid #ff5000;
  border-bottom: 0;
}

.module-tab .tab-nav ul li.active a {
  color: #333;
}

.module-tab .tab-nav ul li a {
  color: #999999;
  position: relative;
  z-index: 2;
  height: 100%;
  display: table;
  width: 100%;
}

.module-tab .tab-nav ul li a .center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.module-tab .tab-nav ul li + li::before {
  border-left: 0;
}

.element-btn {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  background: none;
  overflow: visible;
  text-align: center;
  background: #ffffff;
  border: solid 1px #d4d4d4;
  padding: 0;
}

.element-btn .btn-txt {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 100%;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

.element-btn:disabled {
  border: 1px solid #e7e7e7;
  background: #fff;
}

.element-btn:disabled .btn-txt {
  color: #aaaaaa;
}

.element-btn .btn-txt .element-svg {
  margin-right: 4px;
}

.element-btn[class*="btn-round"] {
  border-radius: 4px;
}

.element-btn[class*="btn-orang"] {
  background: #ff5000;
  border: 1px solid #ff5000;
}

.element-btn[class*="btn-orang"] .btn-txt {
  color: #ffffff;
}

.element-btn[class*="btn-orang"]:disabled {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
}

.element-btn[class*="btn-orang"]:disabled .btn-txt {
  color: #666666;
}

.element-btn[class*="size-36"] {
  height: 36px;
}

.element-btn[class*="size-32"] {
  height: 32px;
}

.element-btn[class*="size-58"] {
  height: 58px;
}

.element-btn[class*="size-30"] {
  height: 30px;
}

.element-btn[class*="size-30"] .btn-txt {
  font-size: 13px;
}

.infobar {
  margin-top: 8px;
}

.infobar::after {
  content: "";
  display: table;
  clear: both;
}

.infobar-item {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  font-size: 12px;
  color: #999;
  vertical-align: top;
}

.infobar-item::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4.5px;
}

.infobar-item time {
  vertical-align: top;
}

.infobar-item .icon--file {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.infobar-item:first-child {
  padding-left: 0;
}

.infobar-item:first-child::before {
  display: none;
}

.infobar-item:first-child::before {
  padding-left: 0;
}

.element-checkbox {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 16px;
  min-height: 16px;
  vertical-align: top;
}

.element-checkbox input {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -100px;
}

.element-checkbox .blind {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
  font-size: 12px;
  min-width: 18px;
  height: 18px;
  color: #333333;
  line-height: normal;
  font-weight: normal;
}

.element-checkbox .blind::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.element-checkbox .blind span {
  padding-left: 5px;
}

.element-checkbox input:checked + .blind::before {
  border: 0;
  background: #ff5000 url("../../images/member/svg/icon-checkbox-active.svg") no-repeat center center;
}

.element-checkbox input:disabled + .blind::before {
  border: 0;
  background-color: #eee !important;
  border-color: #ccc !important;
  border: 1px solid #cccccc;
}

.module-nodata {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.module-nodata .nodata-center {
  text-align: center;
  font-size: 14px;
  color: #999999;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}

.icon.icon-dialog-remove {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../../images/member/svg/icon-dialog-remove.svg") no-repeat left top;
}

.module-dialog .dialog-border {
  position: relative;
  z-index: 1;
}

.module-dialog.backdrop::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}

.dialog-message {
  width: 700px;
}

.dialog-message .dialog__content {
  padding-bottom: 20px;
}

.dialog-message .dialog__content {
  padding-top: 0;
}

.dialog-message .dialog__footer {
  padding-top: 0;
}

.dialog-message .dialog-close {
  border: 0;
  background: none;
  position: absolute;
  top: 11px;
  right: 21px;
}

.dialog-message .dialog-body .module-view {
  padding-top: 0;
}

.dialog-message .dialog-body .module-view.detail-view {
  margin-top: 0;
}

.element-select {
  width: 100%;
  position: relative;
  display: inline-block;
}

.element-select select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.element-select select option {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.element-select .select-handle {
  text-align: left;
  min-height: 32px;
  width: 100%;
  cursor: pointer;
  border-radius: 4;
  padding-right: 32px;
  padding-left: 12px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  word-break: break-all;
  word-wrap: break-word;
}

.element-select .select-handle-txt {
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  font-weight: bold;
}

.element-select .select-handle::before {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
  transform: translateY(-50%);
}

.element-select .select-handle:hover {
  border: solid 1px #666666;
}

.element-select.active .select-list {
  display: block;
}

.element-select .element-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 82.5%;
  left: 0;
  z-index: 2;
  list-style: none;
  border-radius: 4;
  box-shadow: 0 6px 20px 0 rgba(85, 92, 107, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.18), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  padding: 12px 0 12px 0;
  background: #fff;
}

.element-select .element-dropdown button {
  background: none;
  border: 0;
  width: 100%;
  cursor: pointer;
}

.element-select .element-dropdown button:hover {
  background-color: #ccc;
}

.element-select .element-dropdown .dropdown-item.active button {
  background-color: #ccc;
}

.element-select .element-dropdown .dropdown-item.active button .dropdown-txt {
  color: #333333;
}

.element-select .element-dropdown .dropdown-txt {
  display: block;
  padding-left: 17px;
  height: 40px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  font-weight: normal;
}

.element-select.active .element-dropdown {
  display: block;
}

.element-select.active .select-handle::before {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #666666 transparent;
}

.element-select select:disabled + .select-handle {
  background-color: #f7f7f7;
}

.element-select select:disabled + .select-handle:hover {
  border: solid 1px #dddddd;
}

.element-select select:disabled + .select-handle .select-handle-txt {
  color: #999999;
}

.element-select[class*="size-36"] {
  height: 36px;
}

.element-select[class*="size-40"] {
  height: 40px;
}

.module-dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.module-dialog.active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.module-dialog .dialog-center {
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #666666;
  background-color: #ffffff;
  max-height: 100%;
  padding-bottom: 30px;
}

.module-dialog .dialog-header {
  border-bottom: 1px solid #dddddd;
}

.module-dialog .dialog-header-title {
  box-sizing: border-box;
  height: 44px;
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: normal;
  font-weight: bold;
  padding-top: 13px;
  padding-left: 30px;
}

.module-dialog .dialog-header .header-center {
  position: relative;
}

.module-dialog .dialog-body {
  padding: 0 30px 0 30px;
}

.module-dialog .dialog-footer {
  padding-top: 21px;
}

.module-dialog .dialog-footer .module-actions {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0;
}

.module-dialog .dialog-footer .module-actions .button {
  margin: 0;
}

.module-dialog .dialog-footer .module-actions .button + .button {
  margin-left: 8px;
}

.module-dialog .dialog-footer .module-actions-center .element-btn.bg-primary:first-child {
  width: 100%;
}

.module-dialog .dialog-footer .footer-notopen {
  height: 38px;
  padding-left: 24px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #666666;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 15px;
  color: #303133;
  line-height: 16px;
  font-weight: normal;
}

.module-dialog .dialog-footer .footer-notopen .element-checkbox .blind {
  font-size: 13px;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  padding-top: 0;
  vertical-align: top;
}

.module-dialog .dialog-footer .footer-notopen .element-checkbox .blind::before {
  top: 2px;
}

.module-dialog .dialog-close {
  border: 0;
  background: none;
  position: absolute;
  top: 16px;
  right: 16px;
}

.module-dialog .dialog-border {
  width: 100%;
  margin: auto;
  max-height: 100%;
  overflow: auto;
}

.dialog-message .module-thumb .type-large {
  font-size: 14px;
  color: #333333;
}

.module-write {
  padding-top: 21px;
}

.module-write .write-body {
  padding-top: 20px;
}

.module-write .write-body .module-attach:first-child {
  margin-top: 0;
  width: 100%;
}

.module-write .write-body .edit-group .element-input:first-child {
  margin-top: -4px;
}

.module-write .write-header.form-write .form-group .form-label {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.module-write .write-header.form-write .form-group .form-content .element-input {
  padding-left: 16px;
}

.module-write .write-header.form-write .form-group .form-content .element-input:disabled {
  background: #fff;
}

.dialog-message .module-write .write-header.form-filter {
  padding-top: 5px;
}

.dialog-message .detail-content .detail-border .scroll {
  overflow-y: auto;
  max-height: 317px;
  min-height: 211px;
  overflow-x: hidden;
  word-break: keep-all;
  word-wrap: break-word;
}

.dialog-message .detail-content .detail-border .fr-view .module-attach .scroll {
  min-height: auto;
  max-height: 68px;
  overflow-y: auto;
}

.module-alerts {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module-alerts .alerts-border {
  padding-top: 24px;
  padding-bottom: 26px;
  max-width: 326px;
  min-width: 326px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.001, 1.001);
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #999999;
  background-color: #ffffff;
}

.module-alerts .alerts-header-title {
  display: block;
  font-size: 15px;
  color: #222222;
  line-height: 16px;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

.module-alerts .alerts-body {
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
  word-break: keep-all;
  word-wrap: break-word;
}

.module-alerts .alerts-body > p,
.module-alerts .alerts-body > .center {
  padding: 0 24px 0 24px;
  display: table-cell;
  height: 41px;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
  line-height: normal;
  font-weight: normal;
  width: 100%;
  word-break: keep-all;
  text-align: center;
  word-wrap: break-word;
  box-sizing: border-box;
}

.module-alerts .alerts-body > p p,
.module-alerts .alerts-body > .center p {
  word-wrap: break-word;
  box-sizing: border-box;
}

.module-alerts .alerts-footer {
  padding-top: 21px;
}

.module-alerts .alerts-footer .module-actions {
  margin-top: 0;
}

.module-alerts .alerts-footer .module-actions-center .element-btn.bg-primary:first-child {
  width: 100%;
}

.module-alerts .alerts-close {
  border: 0;
  background: none;
  position: absolute;
  top: 13px;
  right: 13px;
}

.module-alerts.backdrop {
  opacity: 1;
}

.module-alerts.backdrop::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  background-color: #000;
}

.button--base-d.button--shape-a .element-svg {
  margin-right: 8px;
}

.element-input .element-input {
  border: 0;
  height: 100% !important;
  padding: 0!important;
  outline: none;
}

_:-ms-fullscreen,
:root .subject.clamp.clamp-2 {
  max-height: 41px;
  overflow: hidden;
  position: relative;
}

_:-ms-fullscreen,
:root .dialog-message .module-thumb .thumb-content .clamp-2,
_:-ms-fullscreen,
:root .content__msg .module-thumb .thumb-content .clamp-2 {
  max-height: 39px;
  overflow: hidden;
  position: relative;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollable-arrow-top {
  background: none;
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 3px;
  outline: none;
  display: none;
}

.scrollable-arrow-top .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #c8c9ce transparent;
}

.scrollable-arrow-top.disabled {
  border-color: transparent transparent #a3a3a3 transparent;
}

.scrollable-arrow-top.disabled .icon {
  opacity: 0.5;
}

.scrollable-arrow-bottom {
  border: 0;
  width: 10px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 3px;
  display: none;
  background: none;
  outline: none;
}

.scrollable-arrow-bottom .icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c8c9ce transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled {
  border-color: #a3a3a3 transparent transparent transparent;
}

.scrollable-arrow-bottom.disabled .icon {
  opacity: 0.5;
}

.scrollable-body {
  overflow: hidden;
  height: 100%;
}

.scrollable-bar {
  right: 1px;
  width: 8px;
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.scrollable-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  border-radius: 4px;
}

.scrollable-face {
  border: 0;
  padding: 0;
  height: 400px;
  position: absolute;
  top: 0;
  background: #999999;
  border-radius: 5px;
  z-index: 10;
  width: 8px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.3);
}

.scrollable-face:hover {
  background: #d9d9d9;
}

.scrollable-face.active {
  background: #d9d9d9;
}

.grid-help .module-actions {
  margin-top: 0;
  border: 0;
}

.scrollable {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.dialog-scroll-scrollable {
  display: table;
  height: 100%;
  z-index: 10;
}

.dialog-scroll-scrollable-body {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.dialog-scroll-scrollable-body .dialog-center {
  -ms-overflow-style: none;
}

.dialog-scroll-scrollable-body .dialog-center::-webkit-scrollbar {
  display: none;
}

.dialog-scroll-scrollable-body .dialog-center::-moz-scrollbar {
  display: none;
}

.dialog-scroll-scrollable-bar {
  width: 10px;
  right: 0;
}

.dialog-scroll-scrollable-track {
  width: 10px;
}

.dialog-scroll-scrollable-face {
  width: 10px;
  right: 0;
  background-color: #ccc;
}