@charset "utf-8";
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css';

/*.board_TopBn {
  background: url('/img/sub7/sub7_TopBn.jpg') no-repeat center #ef6d89;
  height: 200px;
  margin-bottom: 20px;
}
.board_TopBn h1 {
  color: #fff;
  font-family: 'Noto sans KR', sans-serif;
  font-weight: 600;
  font-size: 31px;
  padding: 75px 200px;
}*/
.tag-list {
  margin: 20px 0 40px;
}
.tag-list a {
  white-space: nowrap;
  background: #f9f5f5;
  color: #6e6e6e;
  padding: 6px 12px;
  border-radius: 15px;
  margin-right: 5px;
}
.board-info .Sort_check {
  display: block;
}
.board-info .Sort_check input[type='radio'] {
  display: none;
}
.board-info .Sort_check input[type='radio'] + label {
  line-height: 37px;
  display: inline-block;
  width: 78px;
  border-radius: 3px;
  border: 1px solid #9a57f4;
  text-align: center;
  color: #9a57f4;
  cursor: pointer;
}
.board-info .Sort_check input[type='radio']:checked + label {
  background: #9a57f4;
  color: #fff;
}
.board-info .sorting {
  padding: 5px 40px 5px 10px;
  border-radius: 15px;
  border: 1px solid #909090;
  background: url('/img/sub7/selectDown.png') no-repeat 92% center transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.board-info .sorting::-ms-expand {
  display: none;
}
.board-list .board-setup {
  position: relative;
  border: 1px solid #d5d5d5;
  height: 30px;
  margin-bottom: 20px;
}
.board-list .board-setup .select {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 200px;
}
.board-list .board-setup-btn-box {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  width: 420px;
}
.board-list .board-setup-btn {
  float: left;
  width: 25%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.board-list .board-setup-btn:nth-child(odd) {
  background: #59595b;
}
.board-list .board-setup-btn:nth-child(even) {
  background: #676769;
}
.board-list .board-setup-btn:hover {
  opacity: 0.8;
}
.board-list .eyoom-form .checkbox {
  padding-left: 15px;
}
.board-list .eyoom-form .checkbox i {
  top: 2px;
}
.board-list .table-list-eb .table thead > tr > th {
  text-align: center;
  padding: 10px 5px;
}
.board-list .table-list-eb .table tbody > tr > td {
  border-top: 1px solid #e4e4e4;
  padding: 9px 5px;
}
.board-list .table-list-eb thead {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #e4e4e4;
}
.board-list .table-list-eb th {
  color: #797979;
  font-weight: normal;
  white-space: nowrap;
  font-size: 13px;
}
.board-list .table-list-eb .td-comment {
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  min-width: 30px;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 1;
  color: #757575;
  margin: 0 5px;
  border: 1px solid #c699ff;
  border-radius: 10px;
}
.board-list .table-list-eb .td-comment .cnt_cmt {
  margin: 0;
  font-weight: normal;
}
.board-list .table-list-eb .td-subject {
  width: 80%;
  padding: 0 30px;
}
.board-list .table-list-eb .td-subject .subject-icon {
  width: 25px;
  display: inline-block;
}
.board-list .table-list-eb .td-subject a {
  color: #000;
}
/*.board-list .table-list-eb .td-subject a:hover {text-decoration:underline}*/
.board-list .table-list-eb .td-subject .icon_new {
  background: #f36347;
  color: #fff;
  padding: 0 3px 1px;
  font-size: 7px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  margin-left: 5px;
}
.board-list .table-list-eb .td-subject .reply-indication {
  display: inline-block;
  width: 7px;
  height: 10px;
  border-left: 1px dotted #b5b5b5;
  border-bottom: 1px dotted #b5b5b5;
}
.board-list .table-list-eb .td-photo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-left:5px;
}
.board-list .table-list-eb .td-photo img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.board-list .table-list-eb .td-photo .td-user-icon {
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #959595;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.board-list .table-list-eb .td-lv-icon {
  display: inline-block;
  margin-right: 2px;
}
.board-list .table-list-eb .td-star-icon {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: -4px;
}
.board-list .table-list-eb .td-name b {
  font-weight: normal;
  font-size: 12px;
}
.board-list .table-list-eb .td-date {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.board-list .table-list-eb .td-num {
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.board-list .table-list-eb .table tbody > tr.td-mobile > td {
  border-top: 1px solid #fff;
  padding: 0 0 5px !important;
  font-size: 11px;
  color: #959595;
}
.board-list .table-list-eb .td-mobile td {
  position: relative;
}
.board-list .table-list-eb .td-mobile td > span {
  margin-right: 5px;
}
.board-list .table-list-eb .td-mobile td .td-mobile-name b {
  font-weight: normal;
}
.board-list .table-list-eb .td-mobile td .td-mobile-time {
  position: absolute;
  top: 5px;
  right: 0;
  margin-right: 0;
}
.board-list .star-ratings-list {
  width: 60px;
  margin: 0 auto;
}
.board-list .star-ratings-list li {
  padding: 0;
  float: left;
  margin-right: 0;
}
.board-list .star-ratings-list li .rating {
  color: #a5a5a5;
  font-size: 10px;
  line-height: normal;
}
.board-list .star-ratings-list li .rating-selected {
  color: #ff4848;
  font-size: 10px;
}
.board-list .bo_current {
  color: #ff4848;
}
.board-list .board-notice {
  background: #fff8ec;
}
.board-list .board-notice .td-subject a {
  color: #aa3510;
}
.board-list .board-notice .td-subject a:hover {
  color: #aa3510;
}
.board-list .board-btn-adm li {
  float: left;
  margin-right: 5px;
}
.favorite-setup {
  display: block;
  text-align: right;
}
.favorite-setup .favorite_toggle {
  cursor: pointer;
}
.favorite-setup .favorite_toggle input {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.favorite-setup .favorite_toggle i {
  font-family: 'Font Awesome 5 Free';
  color: #ffd427;
  font-size: 18px;
  margin-right: 5px;
}
.favorite-setup .favorite_toggle .star i.fas {
  display: none;
}
.favorite-setup .favorite_toggle input:checked + .star .fas {
  display: inline-block;
}
.favorite-setup .favorite_toggle input:checked + .star .far {
  display: none;
}
/* 20211023 kkh.ku 추가*/
.tag-list {
  margin-top: 30px;
}
.tag-list .tag {
  width: 140px;
  height: 32px;
  padding: 9px 11px 10px;
  border-radius: 16px;
  background-color: #f9f5f5;
  font-size: 14px;
  color: #6e6e6e;
  font-family: 'noto sans kr';
  font-weight: 400;
  letter-spacing: 0.5px;
}
#subContent .big_tit {
  margin-left: 0;
}
#subContent .big_tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 26px;
  margin-top: -20px;
  background-color: #7876fe;
}
#topAdv_Bn{margin-bottom: 0;}
#mainContent .big_tit {
  margin-left: 0;
}
#mainContent .big_tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 26px;
  margin-top: -20px;
  background-color: #7876fe;
}
.board-list .table-list-eb .head_nem {
  text-align: center;
  font-size: 18px;
  color: #706efe;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.tab-scroll-category {
  width: 100%;
}
.tab-scroll-category #tab-category {
  max-width: 100%;
}
.tab-scroll-category #tab-category .category-list {
  width: 100% !important;
}
fieldset{float: none;}
#bo_sch .btn_submit{height: 40px;}
.board-list .table-list-eb .td-num.like,
.board-list .table-list-eb .td-num.views{
  text-align: left;
  padding-left: 20px;
  min-width: 50px;
}