.nav-wrap {
  margin-top: 20px; }

.managereply-nav-list {
  display: inline-block;
  border-bottom: 3px solid #494949; }

.managereply-nav-item {
  margin-right: 5px;
  float: left; }
  .managereply-nav-item:last-child {
    margin-right: 0px; }

.nav-button {
  width: 156px;
  height: 40px;
  background-color: #f6f6f6;
  cursor: pointer;
  border-radius: 8px 8px 0 0; }
  .nav-button span {
    font-size: 14px;
    font-weight: bold;
    color: #494949; }

.nav-button.selected-nav {
  background-color: #494949; }
  .nav-button.selected-nav span {
    color: #ffffff; }

.searchdate-condition-wrap, .search-condition-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%; }

.searchdate-condition-desc {
  float: left;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #494949;
  margin-right: 10px;
  line-height: 31px; }

.search-reply-count {
  float: left;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #d60036;
  line-height: 31px; }

.search-condition-desc {
  float: left;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #494949;
  margin-right: 5px;
  line-height: 32px; }

.search-time {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #101010;
  margin-right: 10px; }

#startDate, #endDate {
  border: 1px solid #dddddb;
  border-radius: 5px 5px 5px 0;
  padding: 7px 6px;
  margin-right: 2px;
  width: 68px;
  font-size: 12px;
  color: #101010; }

.ui-datepicker-trigger {
  vertical-align: middle; }

.action-btn {
  padding: 10px 20px 10px 20px;
  border-radius: 5px 5px 5px 0;
  height: 32px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  color: #494949; }
  .action-btn:hover {
    background-color: #d60036;
    color: #ffffff; }

.search-btn-color {
  background: url("/img/insight/icon_date_search.png") no-repeat 10px 10px #ea7f9a;
  float: left; }
  .search-btn-color span {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    right: -7px;
    top: 0px; }

#sort-condition {
  display: inline-block;
  float: left;
  margin-right: 10px; }

.search-condition-action-wrap {
  float: right; }

#reply-del-btn {
  margin: 0px 10px 0px 10px;
  float: left; }

#user-suspend-btn {
  margin: 0px 0px 0px 0px;
  float: left; }

.reply-table-wrap {
  margin-top: 10px; }

.checkbox_wrapper {
  position: relative;
  height: 23px;
  width: 23px; }

table input[type="checkbox"] {
  opacity: 0;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

table input[type="checkbox"] + label {
  background-image: url("/img/insight/btn_chkbox.png");
  height: 23px;
  width: 23px;
  display: inline-block;
  padding: 0 0 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

table input[type="checkbox"]:checked + label {
  background-image: url("/img/insight/btn_list_chked.png");
  height: 23px;
  width: 23px;
  display: inline-block;
  padding: 0 0 0 0px; }

.table-head-checkbox {
  width: 26px; }

.table-head-content {
  width: 512px; }

.table-head-title {
  width: 103px; }

.table-head-regdate {
  width: 73px; }

.table-head-police {
  width: 43px; }

.table-head {
  background-color: #494949;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer; }

.orderby-desc-arrow {
  background-image: url("/img/insight/icon_label_arrow-desc.png");
  width: 7px;
  height: 4px;
  display: inline-block;
  float: right;
  margin-top: 5px; }

.orderby-asc-arrow {
  background-image: url("/img/insight/icon_label_arrow-asc.png");
  width: 7px;
  height: 4px;
  display: inline-block;
  float: right;
  margin-top: 5px; }

.reply-content-profile {
  float: left;
  width: 45px; }

.reply-content {
  float: left;
  width: 445px; }

.searchdate-condition-before-wrap {
  width: 794px;
  text-align: center;
  height: 60px;
  padding-top: 23px;
  border: 3px solid #dddddb;
  border-radius: 8px 8px 8px 0;
  margin-top: 10px; }
  .searchdate-condition-before-wrap .searchdate-condition-desc {
    float: none; }
  .searchdate-condition-before-wrap .search-time {
    float: none; }
  .searchdate-condition-before-wrap #search-btn {
    float: none; }

.searchdate-content-before-wrap {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  height: 292px;
  background-color: #f6f6f6;
  border-radius: 8px 8px 8px 0; }
  .searchdate-content-before-wrap img {
    margin-top: 95px; }
  .searchdate-content-before-wrap .guide-text {
    font-size: 14px;
    color: #494949; }
    .searchdate-content-before-wrap .guide-text span {
      font-weight: bold; }

.searchdate-monitor-before-wrap {
  margin-top: 30px;
  text-align: left;
  display: inline-block; }

.monitor-desc {
  font-size: 18px;
  font-weight: bold;
  color: #494949; }

.monitor-wrap {
  width: 400px;
  margin-top: 20px;
  display: inline-block;
  float: left; }
  .monitor-wrap img {
    float: left;
    margin-left: 20px;
    margin-right: 20px; }
  .monitor-wrap dl {
    float: left; }
    .monitor-wrap dl dt {
      font-size: 14px;
      color: #101010; }
    .monitor-wrap dl dd {
      font-size: 14px;
      font-weight: bold;
      color: #494949;
      margin-top: 20px; }
      .monitor-wrap dl dd span {
        font-size: 40px;
        font-weight: bold;
        font-style: italic;
        color: #494949; }

.notice-wrap {
  overflow: auto;
  padding: 20px;
  margin-top: 100px;
  background-color: #f6f6f6;
  border-radius: 8px 8px 8px 0; }

.notice-wrap > div {
  float: left; }

.notice-title h4 {
  font-size: 14px;
  color: #494949; }

.notice-content {
  margin-left: 30px; }

.notice-content li {
  float: none; }

.notice-content li a {
  font-size: 14px;
  color: #494949; }

.notice-content li a:hover {
  border-bottom: 1px solid #8f8e88; }

.notice-regdate {
  font-size: 12px;
  color: #8f8e88; }

.notice-regdate:before {
  content: '|';
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px; }

.reply-profile-img {
  width: 40px;
  height: 40px;
  border-radius: 22px 22px 22px 0; }

.reply-name-wrap a {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #101010;
  vertical-align: top; }
  .reply-name-wrap a:hover {
    text-decoration: underline; }

.sns-icon {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 6px; }

.facebook-icon {
  background: url("/img/insight/list_snsIcons/icon_fb_20.png") no-repeat; }

.twitter-icon {
  background: url("/img/insight/list_snsIcons/icon_twt_20.png") no-repeat; }

.cyworld-icon {
  background: url("/img/insight/list_snsIcons/icon_cy_20.png") no-repeat; }

.google_plus-icon {
  background: url("/img/insight/list_snsIcons/icon_gp_20.png") no-repeat; }

.kakao-icon {
  background: url("/img/insight/list_snsIcons/icon_kko_20.png") no-repeat; }

.linkedIn-icon {
  background: url("/img/insight/list_snsIcons/icon_li_20.png") no-repeat; }

.livere-icon {
  background: url("/img/insight/list_snsIcons/icon_LR_20.png") no-repeat; }

.naver-icon {
  background: url("/img/insight/list_snsIcons/icon_naver_20.png") no-repeat; }

.table-padding {
  padding: 10px;
  vertical-align: top;
  line-height: 20px; }

.table-content-title, .table-content-reply, .table-content-regdate {
  text-align: left; }

.table-content-title a {
  font-size: 12px;
  color: #101010; }
  .table-content-title a:hover {
    text-decoration: underline; }

.table-content-regdate, .table-content-police {
  font-size: 12px;
  color: #101010; }

.content-text {
  font-size: 14px;
  color: #101010;
  overflow: hidden; }

.even-color {
  background-color: #dddddb; }

.odd-color {
  background-color: #f6f6f6; }

.paging-wrap {
  padding: 20px 0; }

.paging-wrap > div {
  display: inline-block; }

.paging-btn {
  background-color: #f6f6f6;
  border-radius: 8px 8px 8px 0;
  width: 40px;
  height: 40px;
  color: #494949;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  line-height: 40px; }
  .paging-btn.selected {
    background-color: #d60036 !important;
    color: #ffffff !important; }

.paging-btn:hover {
  background-color: #d60036;
  color: #ffffff;
  cursor: pointer; }

#paging-btn-prev {
  background: url("/img/icon_portpolio_paging/icon_prev.png") 15px 13px no-repeat #f6f6f6;
  width: 40px;
  height: 40px;
  text-indent: -9999px; }

#paging-btn-next {
  background: url("/img/icon_portpolio_paging/icon_next.png") 16px 13px no-repeat #f6f6f6;
  width: 40px;
  height: 40px;
  text-indent: -9999px; }

.popup-wrap {
  width: 300px; }
  .popup-wrap .info-bg {
    background-color: #f6f6f6; }
  .popup-wrap .popup-middle {
    padding: 20px 0px 20px 0px;
    text-align: center; }
    .popup-wrap .popup-middle .popup-desc {
      padding: 10px 20px 10px 20px;
      margin-top: 20px;
      font-size: 12px;
      text-align: left;
      width: 260px; }
  .popup-wrap .popup-btn-wrap {
    margin-top: 20px; }
    .popup-wrap .popup-btn-wrap .popup-desc {
      margin-top: 5px;
      text-align: center; }

.popup-btn {
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-radius: 5px 5px 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  background-color: #dddddb;
  color: #494949; }
  .popup-btn:hover {
    background-color: #8f8e88;
    color: #ffffff; }

.popup-btn.btn-bg-red {
  background-color: #ea8f9a;
  color: #ffffff; }
  .popup-btn.btn-bg-red:hover {
    background-color: #d60036; }

#suspend-reason {
  width: 250px;
  height: 100px;
  margin: 30px auto;
  resize: none; }

.reply-nodata-table-wrap {
  height: 278px;
  line-height: 260px;
  text-align: center;
  color: #494949;
  font-size: 14px;
  background-color: #f6f6f6; }

.check-wrap {
  margin-top: 20px;
  font-size: 12px; }

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5){
	.search-btn-color {
		background: url("/img/insight/icon_date_search@3x.png") no-repeat 10px 10px #ea7f9a;
		background-size: 13px;
	}
	table input[type="checkbox"]+label {
		background-image: url("/img/insight/btn_chkbox@3x.png");
		background-size: 23px;
	}
	table input[type="checkbox"]:checked+label {
		background-image: url("/img/insight/btn_list_chked@3x.png");
		background-size: 23px;
	}
	.facebook-icon {
		background: url("/img/insight/list_snsIcons/icon_fb_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.twitter-icon {
		background: url("/img/insight/list_snsIcons/icon_twt_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.cyworld-icon {
		background: url("/img/insight/list_snsIcons/icon_cy_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.google_plus-icon {
		background: url("/img/insight/list_snsIcons/icon_gp_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.kakao-icon {
		background: url("/img/insight/list_snsIcons/icon_kko_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.linkedIn-icon {
		background: url("/img/insight/list_snsIcons/icon_li_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.livere-icon {
		background: url("/img/insight/list_snsIcons/icon_LR_20@3x.png") no-repeat;
		background-size: 20px;
	}
	.naver-icon {
		background: url("/img/insight/list_snsIcons/icon_naver_20@3x.png") no-repeat;
		background-size: 20px;
	}
	#paging-btn-prev {
		background: url("/img/icon_portpolio_paging/icon_prev@3x.png") 15px 13px no-repeat #f6f6f6;
		background-size: 8px;
	}
	#paging-btn-next {
		background: url("/img/icon_portpolio_paging/icon_next@3x.png") 16px 13px no-repeat #f6f6f6;
		background-size: 8px;
	}
}

.attach-multi-2 {
    height: 250px;
    min-height: 150px;
    max-height: 420px;
}

.attach-multi-2 button:nth-child(1) {
    float: left;
    width: 45%;
    height: 100%;
}

.attach-multi-2 button:nth-child(2) {
	float: left;
    width: 45%;
    height: 100%;
}

.attach-multi-3 {
    height: 250px;
    min-height: 150px;
    max-height: 420px;
}

.attach-multi-3 button:nth-child(1) {
    float: left;
    width: 45%;
    height: 100%;
}

.attach-multi-3 button:nth-child(2) {
    width: 45%;
    height: 49%;
    margin-bottom: 10px;
}

.attach-multi-3 button:nth-child(3) {
    width: 45%;
    height: 48%;
}

.attach-multi-2 button .reply-image-viewer,.attach-multi-3 button .reply-image-viewer {
    display: block;
    width: 100%;
    height: 100%;
}

.attach-multi-2 button, .attach-multi-3 button {
    float: left;
    width: 30%;
    height: 100%;
    max-width: 420px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    position: relative;
    margin-right: 10px;
}

.attach-multi-2 button:hover, .attach-multi-3 button:hover {
    background-color: #101010;
}
.attach-multi-2 button:hover .reply-image-viewer, .attach-multi-3 button:hover .reply-image-viewer {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.attach-multi-2 button:hover .reply-image-viewer-btn, .attach-multi-3 button:hover .reply-image-viewer-btn {
    background: url(https://cdn-city.livere.com/images/icon_sprite.png) no-repeat 0px 0px;
    background-position: -81px -948px;
}

.attach-multi-2 button .reply-image-viewer-btn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    left: 40%;
    zoom: 1;
}

.attach-multi-3 button .reply-image-viewer-btn{
position: absolute;
    width: 40px;
    height: 40px;
    top: 37%;
    left: 40%;
    zoom: 1;
    }
.content-image button{
	border: none;
    background: none;
    overflow: visible;
    width: auto;
    height: auto;
    cursor: pointer;
    text-align: left;
    padding: 0;
}
.content-image .text-indent{
	text-indent: -9999px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    zoom: 1;
}
    
.image-viewer-popup {
    position: relative;
    width: 35%;
}

.image-viewer-popup img {
    width: 100%;
    box-shadow: 0 0 10px #101010;
    -webkit-box-shadow: 0 0 10px #101010;
}

.image-viewer-popup .attach-origin-link {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.image-viewer-popup .attach-viewer-close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: none;
}

.image-viewer-popup .attach-viewer-close span {
    width: 20px;
    height: 20px;
    border-radius: 35px;
    float: left;
    background: url("/img/social_report/btn_layer_x.png") no-repeat #ffffff;
    text-indent: -9999px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.image-viewer-popup .attach-origin-link span {
    background: url(https://cdn-city.livere.com/images/icon_sprite.png) no-repeat 0px 0px;
    background-position: -74px -1027px;
    width: 78px;
    height: 78px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    zoom: 1;
}