@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.content_box {
  background: transparent;
  box-shadow: none; }

.filter-key {
  min-width: 50px;
  text-align: right; }

.setting-title {
  margin-bottom: 40px; }

.custom-checkbox.custom-control .custom-control-label {
  padding-left: 12px; }
.custom-checkbox.custom-control .custom-control-input, .custom-checkbox.custom-control .custom-control-label::before, .custom-checkbox.custom-control .custom-control-label::after {
  width: 20px;
  height: 20px;
  top: 2px; }

.btn-img:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  background-size: cover; }

.filter-item {
  margin-bottom: 10px; }

.read-btn {
  cursor: pointer; }

.btn-setting {
  border: solid 1px rgba(190, 204, 219, 0.7);
  margin-left: 20px; }
  .btn-setting:before {
    background-image: url("../../img/icons/ic-settings.svg"); }

.notice {
  margin-top: 50px; }
  .notice-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .notice-text-box {
    flex: 1; }
  .notice-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    align-self: flex-start; }
  .notice-message {
    flex: 1;
    padding-right: 20px; }
  .notice-close {
    width: 14px;
    height: 14px;
    margin-left: 30px;
    vertical-align: initial;
    cursor: pointer; }
  .notice-user {
    margin-top: 10px;
    line-height: 2;
    padding-right: 44px; }

.notice-empty {
  display: none;
  color: #bfcde4;
  font-size: 30px;
  font-weight: 500;
  margin: 140px 0;
  text-align: center; }
  .notice-empty img {
    width: 40px;
    height: 40px;
    margin-right: 23px;
    vertical-align: bottom; }

.notice-setting {
  margin-top: 50px; }
  .notice-setting-box {
    border: solid 1px #e6e6e6;
    background-color: white;
    padding: 34px 30px;
    margin-bottom: 20px; }
    .notice-setting-box.master .user-img:before {
      content: "";
      position: absolute;
      background: url(../../img/family/ic-main-user.svg);
      width: 17px;
      height: 21px;
      background-size: cover;
      top: -1px;
      left: -5px; }
  .notice-setting-user {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px; }
    .notice-setting-user img {
      width: 37px;
      height: 37px;
      border-radius: 50%;
      margin-right: 11px; }
  .notice-setting .custom-control {
    margin-top: 23px; }
  .notice-setting .user-img {
    position: relative; }

.btn-box .btn-back {
  margin-right: 20px; }

.filter-value .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 408px; }
