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

/*commom*/
.color-puple {
  color: #9c57f5;
  font-weight: bold;
  font-family: 'noto sans kr';
}

/* 상세내용 */
.board_detail {
  width: 1250px;
  margin: 15px auto 30px;
  text-align: left;
}
.board_detail h2 {
  line-height: 25px;
  font-size: 20px;
  border-left: 2px solid #9998fe;
  padding: 0 0 0 10px;
}
.board_detail_content {
  /*border-top:2px solid #b575ff; margin:25px 0 0; */
}
.board_detail_content .banner {
  margin: 0 0 30px;
}
.board_detail_content h3.b_title {
  height: 24px;
  font-size: 18px;
  background: url('/img/skin_img/img/ico_subject.jpg') 3px 6px no-repeat;
  padding: 0 0 0 30px;
}
.board_detail_content h3.b_title2 {
  height: 24px;
  font-size: 18px;
  background: url('/img/skin_img/img/icon-data-r.png') 3px 6px no-repeat;
  padding: 0 0 0 30px;
}
.board_detail_content h3.b_title3 {
  height: 24px;
  font-size: 18px;
  background: url('/img/skin_img/img/icon-play-r.png') 3px 6px no-repeat;
  padding: 0 0 0 30px;
}
.board_detail_content .title_area {
  margin: 10px 0 0;
}
.board_detail_content .title_area .writer {
  display: flex;
}
.board_detail_content .title_area .writer .info {
  display: flex;
  margin-right: auto;
  align-items: center;
}
.board_detail_content .title_area .writer .info div:first-child {
  margin: 10px 10px 10px 0px;
}
.board_detail_content .title_area .writer .info span.name {
  font-size: 14px;
}
.board_detail_content .title_area .writer .info span.time {
  font-size: 12px;
  color: #aab0b9;
  font-family: 'noto sans kr';
  font-weight: 300;
}
.board_detail_content .title_area .writer .info span.time span {
  margin: 0 10px 0 0;
}

.board_detail_content .title_area .writer .share {
  margin-left: auto;
  position: relative;
  bottom: -10px;
}
.board_detail_content .title_area .writer .share button.btn_share {
  width: 80px;
  color: #989898;
  font-size: 14px;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #989898;
  border-radius: 5px;
  background: url('/img/skin_img/img/ico_share.png') 10px 50% no-repeat;
}

.board_detail_content .title_area .writer .share button.btn_share.active {
  width: 80px;
  color: #fff !important;
  font-size: 14px;
  padding-left: 10px;
  height: 30px;
  border: 0;
  border-radius: 5px;
  background: #b678ff url('/img/skin_img/img/ico_share_active.png') 10px 50% no-repeat;
  border-top: 0 !important;
}

/* 공유 팝업 */
.arrow_box {
  display: none;
  position: absolute;
  text-align: center;
  right: -3px;
  top: 35px;
  width: 210px;
  line-height: 55px;
  height: 60px;
  background: url('/img/skin_img/img/sns_bg.png') 100% 50% no-repeat;
}
.arrow_box span {
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
  top: 13px;
  right: -3px;
  justify-content: space-around;
  padding: 0 10px;
}

.arrow_box span a{
  width: 30px;
  height: 30px;
}

.board_detail_content .memo_area {
  border-style: solid;
  border-image: linear-gradient(270deg, rgb(173, 208, 255, 0.4), rgb(188, 143, 240, 0.4));
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
}
.board_detail_content .memo_area .memo_content {
  padding: 20px 13px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  font-family: 'noto sans kr';
  min-height: 150px;
  margin: 0 auto;
}
.board_detail_content .memo_area .memo_bottom {
  display: flex;
  margin: 30px 20px 20px;
}
.board_detail_content .memo_area .tag {
  margin-right: auto;
  padding-left: 25px;
  background: url('/img/skin_img/img/ico_tag.jpg') 0 7px no-repeat;
}
.board_detail_content .memo_area .tag span {
  font-size: 14px;
  color: #6e6e6e;
  margin: 5px 5px 0;
  padding: 0 15px;
  display: inline-block;
  line-height: 25px;
  background: #f0e4ff;
  border-radius: 5px;
}
.board_detail_content .memo_area .vote {
  margin-left: auto;
}
.board_detail_content .memo_area .vote button {
  font-size: 14px;
  color: #989898;
  width: 80px;
  height: 30px;
  text-align: right;
  padding-right: 20px;
  border: 1px solid #989898;
  border-radius: 5px;
  margin-left: 5px;
}
.board_detail_content .memo_area .vote button.vote_good {
  border: 1px solid #9c57f5;
  color: #9c57f5;
  background: #fff url('/img/skin_img/img/ico_vote_good.png') 10px 50% no-repeat;
}
.board_detail_content .memo_area .vote button.vote_good.active {
  color: #fff !important;
  background: #b678ff url('/img/skin_img/img/ico_vote_good_active.png') 10px 50% no-repeat;
}
.board_detail_content .memo_area .vote button.vote_bad {
  border: 1px solid #989898;
  color: #989898;
  background: #fff url('/img/skin_img/img/ico_vote_bad.png') 10px 50% no-repeat;
}
.board_detail_content .memo_area .vote button.vote_bad.active {
  color: #fff !important;
  background: #989898 url('/img/skin_img/img/ico_vote_bad_active.png') 10px 50% no-repeat;
}
.board_detail_content .btn_wr {
  text-align: center;
  margin: 20px auto;
}
.board_detail_content .btn_wr a {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  line-height: 40px;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 16px;
}
.board_detail_content .btn_wr a.btn_list {
  background: #9c57f5;
  color: #fff;
}
.board_detail_content .btn_wr a.btn_write {
  border: 1px solid #9c57f5;
  color: #9c57f5;
  font-size: 16px;
}

/* 댓글목록 */
.board_comment {
  margin: 30px auto 0;
}
.board_comment h3 {
  color: #333;
  font-size: 18px;
  margin: 0 0 20px;
}
.board_comment h3 span {
  color: #9c57f5;
}

/* 탭 */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #b678ff;
}
ul.tabs:after {
  clear: both;
  display: block;
  content: '';
}
ul.tabs li {
  z-index: 2;
  bottom: -1px;
  position: relative;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #999;
  float: left;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border: 1px solid #989898;
  border-bottom: 1px solid #b678ff;
  border-radius: 8px 8px 0 0;
}
ul.tabs li:last-child {
  z-index: 1;
  left: -1px;
}
ul.tabs li.active {
  font-weight: bold;
  color: #b678ff;
  border: 1px solid #b678ff;
  border-bottom: 1px solid #fff;
  background: url('/img/skin_img/img/tab_gradients.jpg') 0 0 no-repeat;
  background-size: contain;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
  border-top: 0px !important;
}

ul.comment_list li {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
ul.comment_list li.best {
  background: #f8f1ff;
  border-bottom: 2px solid #b678ff;
}
ul.comment_list li.best .t_best {
  font-size: 14px;
  font-weight: bold;
  color: #b579ff;
}
ul.comment_list li .info {
  display: flex;
  margin: 10px 0;
}
ul.comment_list li .info div {
  margin-right: 10px;
}
ul.comment_list li .info div:last-child {
  margin-left: auto;
}
ul.comment_list li span.name {
  font-size: 16px;
  color: #989898;
  margin-right: 5px;
}
ul.comment_list li span.time {
  font-size: 14px;
  color: #989898;
}
ul.comment_list li div.subject {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
ul.comment_list li div.status {
  font-size: 16px;
  color: #989898;
}
ul.comment_list li p.status {
  font-size: 16px;
  color: #989898;
}
ul.comment_list li span.num {
  font-weight: bold;
  color: #b579ff;
}
ul.comment_list li button.btn_comment_best {
  border: 0;
  width: 20px;
  height: 20px;
  background: url('/img/skin_img/img/ico_arrow_off.png') 50% 50% no-repeat;
}
ul.comment_list li button.btn_comment_best.active {
  background: url('/img/skin_img/img/ico_arrow_on.png') 50% 50% no-repeat;
}
ul.comment_list li button.btn_comment {
  border: 0;
  width: 20px;
  height: 20px;
  background: url('/img/skin_img/img/ico_arrow_off.png') 50% 50% no-repeat;
}
ul.comment_list li button.btn_comment.active {
  background: url('/img/skin_img/img/ico_arrow_on.png') 50% 50% no-repeat;
}
ul.comment_list li button.vote_good {
  font-size: 14px;
  color: #989898;
  width: 80px;
  height: 30px;
  text-align: right;
  padding-right: 20px;
  border: 1px solid #989898;
  border-radius: 5px;
  margin-left: 5px;
  border: 1px solid #9c57f5;
  color: #9c57f5;
  background: #fff url('/img/skin_img/img/ico_vote_good.png') 10px 50% no-repeat;
}

ul.comment_list li button.vote_good.active {
  font-size: 14px;
  color: #989898;
  width: 80px;
  height: 30px;
  text-align: right;
  padding-right: 20px;
  border: 1px solid #989898;
  border-radius: 5px;
  margin-left: 5px;
  color: #fff;
  background: #b678ff url('/img/skin_img/img/ico_vote_good_active.png') 10px 50% no-repeat;
}
ul.comment_list li button.comment_write {
  font-size: 14px;
  color: #989898;
  width: 80px;
  height: 30px;
  text-align: right;
  padding-right: 20px;
  border: 1px solid #989898;
  border-radius: 5px;
  margin-left: 5px;
  text-align: center;
  padding: 0;
  background: #fff;
}
ul.comment_list li button.comment_modify,
ul.comment_list li button.comment_modify_small_c,
ul.comment_list li button.comment_delete {
  margin-left: 5px;
  border-radius: 5px;
  border: 0;
  padding: 0;
  width: 50px;
  height: 30px;
  background: #9c57f5;
  color: #fff;
  text-align: Center;
}
.comment_hidden {
  display: none;
}
ul.comment_list li.best .info.comment_hidden {
  margin: 15px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #e0e0e0;
}

/* 페이징 */
.paging {
  margin: 70px auto 0;
  text-align: center;
}
.paging a,
.paging ul {
  display: inline-block;
  vertical-align: middle;
}
.paging ul {
  margin: 0 10px;
}
.paging a.pg {
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: -5px;
}
.paging a.p g.prev2 {
  background: url('/img/skin_img/img/paging_prev2.jpg') 50% 50% no-repeat;
  border-radius: 5px 0 0 5px;
}
.paging a.pg.prev1 {
  background: url('/img/skin_img/img/paging_prev1.jpg') 50% 50% no-repeat;
  border-radius: 0 5px 5px 0;
}
.paging a.pg.next2 {
  background: url('/img/skin_img/img/paging_next2.jpg') 50% 50% no-repeat;
}
.paging a.pg.next1 {
  background: url('/img/skin_img/img/paging_next1.jpg') 50% 50% no-repeat;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
}
.paging ul li a {
  display: block;
  background: #f4eefc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin: 0 4px;
}
.paging ul li a:hover {
  background: #9c5df7;
  color: #fff;
}
.paging ul li a.active {
  background: #9c5df7;
  color: #fff;
}

/* 댓글입력 */
.c_hidden {
  display: none;
}
.c_hidden .comment_area .input_wrap .input_box::before{
  top: 0;
}
.c_hidden .comment_area .input_wrap .input_box::after{
  top: 15px;
}
.comment_area {
  margin: 30px auto 0;
}
.comment_area h3 {
  font-size: 18px;
  color: #333;
}
.comment_area .area {
  border-top: 2px solid #b678ff;
  padding: 20px 0 0;
}
.comment_area .area.mgBt200{
  margin-bottom: 200px;
}

.comment_area .area .box {
  border: 1px solid #989898;
  position: relative;
  border-radius: 20px;
}
.comment_area .area .box textarea.txt_input {
  width: 100%;
  height: 120px;
  padding: 15px;
  resize: none;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.comment_area .area .box .etc_area {
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  height: 50px;
}
.comment_area .area .box .etc_area div:nth-child(1) {
  margin-right: auto;
}
.comment_area .area .box .etc_area div:nth-child(2) {
  margin-left: auto;
}

.comment_area .area .box .etc_area button.btn_emoticon {
  border: 0;
  margin-left: 15px;
  padding-left: 20px;
  background: url('/img/skin_img/img/ico_emoticon.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_emoticon.active {
  color: #b678ff;
  background: url('/img/skin_img/img/ico_emoticon_active.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_file {
  border: 0;
  margin-left: 15px;
  padding-left: 20px;
  background: url('/img/skin_img/img/ico_file.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_file.active {
  color: #b678ff;
  background: url('/img/skin_img/img/ico_file_active.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_movie {
  border: 0;
  margin-left: 15px;
  padding-left: 20px;
  background: url('/img/skin_img/img/ico_movie.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_movie.active {
  color: #b678ff;
  background: url('/img/skin_img/img/ico_movie_active.png') 0 50% no-repeat;
}
.comment_area .area .box .etc_area button.btn_write {
  border: 0;
  width: 125px;
  height: 50px;
  background: #b678ff;
  color: #fff;
  font-size: 16px;
  border-bottom-right-radius: 20px;
}

.comment_area .area .box .file_hidden {
  display: none;
  border-top: 1px solid #e0e0e0;
  padding: 15px 18px;
}
.comment_area .area .box .file_hidden label {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 6px 10px;
  outline: none;
  background: #fff;
  color: #4b4b4d;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  cursor: pointer;
}
.comment_area .area .box .file_hidden .input-file input {
  max-width: 90%;
  border: 0;
}
.comment_area .area .box .file_hidden label .button {
  position: absolute;
  top: -1px;
  right: -1px;
  float: none;
  height: 39px;
  width: 100px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  color: #b678ff;
  border: 1px solid #b678ff;
  cursor: pointer;
}
.comment_area .area .box .file_hidden div input {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 12px;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  color: #4b4b4d;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100px;
  cursor: pointer;
}
.comment_area .area .box .file_hidden div button {
  font-size: 14px;
  color: #b678ff;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #b678ff;
  margin-left: 12px;
  background: none;
}

.comment_area .area .box .movie_hidden {
  display: none;
  border-top: 1px solid #e0e0e0;
  padding: 15px 18px;
}
.comment_area .area .box .movie_hidden div {
  display: flex;
}
.comment_area .area .box .movie_hidden div input {
  padding: 5px;
  height: 30px;
  border-radius: 5px;
  flex: 1;
  border: 1px solid #b7b7b7;
}
.comment_area .area .box .movie_hidden div button {
  font-size: 14px;
  color: #b678ff;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #b678ff;
  margin-left: 12px;
  background: none;
}
.comment_area .area .box .movie_hidden button.movie_pop {
  margin: 10px 0 0;
  background: none;
  border: 0;
  font-size: 11px;
  color: #989898;
  text-decoration: underline;
}
.comment_area .input_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.comment_area .input_wrap .input_box {
  flex-grow: 1;
  position: relative;
  align-items: center;
  line-height: 0;
}
.comment_area .input_wrap .input_box:first-child {
  margin-right: 5px;
}
.comment_area .input_wrap .input_box:last-child {
  margin-left: 5px;
}
.comment_area .input_wrap .input_box input {
  width: 100%;
  padding-left: 20px;
  height: 45px;
  border: 1px solid #989898;
  border-radius: 50px;
}

.comment_area .input_wrap .input_box:first-child::after {
  background-image: url('/img/skin_img/img/ico_name.png');
}
.comment_area .input_wrap .input_box::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  background-image: url('/img/skin_img/img/ico_pass.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.comment_area .input_wrap .input_box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 45px;
  width: 1px;
  height: 45px;
  background-color: #989898;
}

/* 댓글 수정 */
.mod_hidden {
  display: none;
}

.mod_hidden ul.comment_list li {
  border-bottom: none;
}

/* 댓글 수정 */
.mod_hidden_small_c {
  display: none;
}

.defaultImg {
  width: 50px;
}

/* 이모티콘 */
#emoticon {
  display: none;
  z-index: 999;
  width: 330px;
  height: 290px;
  position: absolute;
  left: -1px;
  background: #fff;
  top: 100%;
  border: 1px solid #989898;
}
#emoticon .top {
  height: 55px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
#emoticon .top button.btn_prev {
  border: 0;
  border-right: 1px solid #e0e0e0;
  width: 30px;
  height: 100%;
  background: url('/img/skin_img/img/arrow_left.png') 50% 50% no-repeat;
}
#emoticon .top button.btn_next {
  border: 0;
  border-left: 1px solid #e0e0e0;
  width: 30px;
  height: 100%;
  background: url('/img/skin_img/img/arrow_right.png') 50% 50% no-repeat;
}
#emoticon .top ul {
  flex: 1;
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
}
#emoticon .top ul li {
  padding: 0;
  border-bottom: 0;
  cursor: pointer;
  width: 20%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
#emoticon .top ul li:first-child {
  border-left: 0;
}
#emoticon .top ul li.active:first-child {
  border-left: 0;
}
#emoticon .top ul li.active {
  background: #fbf8ff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#emoticon .list {
  background: #fbf8ff;
  height: 232px;
  overflow-y: auto;
  padding: 10px;
}
#emoticon .list ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#emoticon .list ul li {
  cursor: pointer;
  width: 33%;
  text-align: center;
  margin: 0 0 10px;
  border-bottom: 0;
}

/* 지원 동영상 팝업 */
#popup_movie {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
}
#popup_movie .container {
  position: relative;
  width: 580px;
  height: 430px;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px 8px #aaa;
}
#popup_movie .container button.movie_pop_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url('/img/skin_img/img/close.jpg') 50% 50% no-repeat;
}
#popup_movie .container h4 {
  text-align: left;
  background: url('/img/skin_img/img/ico_arrow.jpg') 0 50% no-repeat;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
}
#popup_movie .container table {
  width: 100%;
  margin: 15px 0 30px;
}
#popup_movie .container table th {
  font-size: 14px;
  text-align: center;
  color: #b678ff;
  border-top: 1px solid #b678ff;
  border-bottom: 1px solid #b678ff;
  height: 35px;
  background: #f8f1ff;
}
#popup_movie .container table th:first-child {
  width: 210px;
}
#popup_movie .container table td {
  height: 31px;
  font-size: 14px;
  color: #292929;
  border-bottom: 1px solid #e0e0e0;
}
#popup_movie .container table td:first-child {
  text-align: left;
  padding-left: 60px;
}
#popup_movie .container table td:last-child {
  text-align: left;
}
#popup_movie .container table tr:hover {
  background: #f8f8f8;
}

.board-view-info .info-box-top {
  display: block;
  margin: 3px 0 5px;
}
.board-view-info .info-box-top .view-lv-icon {
  display: inline-block;
  margin-right: 3px;
}
.board-view-info .info-box-bottom {
  display: block;
  font-size: 13px;
}
.board-view-info .info-box-bottom i {
  color: #d0d0d0;
  margin-right: 4px;
}
.board-view-file {
  font-size: 14px;
}
.board-view-file .dis-flex {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 90%;
}
.board-view-file .dis-start {
  align-self: flex-start;
  margin-left: auto;
}
.board-view-file ul {
  margin-bottom: 0;
}
.board-view-file li {
  padding: 10px 0;
  border-style: solid;
  border-image: linear-gradient(270deg, rgb(173, 208, 255, 0.4), rgb(188, 143, 240, 0.4));
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.board-view-file a:hover {
  text-decoration: underline;
}
/*.board-view-file span {
  margin-left: 15px;
}*/
.board-view-file span i {
  margin-right: 4px;
  color: #b5b5b5;
}
.board-view-link {
  font-size: 11px;
}
.board-view-link ul {
  margin-bottom: 0;
}
.board-view-link li {
  padding: 10px 0;
  border-style: solid;
  border-image: linear-gradient(270deg, rgb(173, 208, 255, 0.4), rgb(188, 143, 240, 0.4));
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 14px;
}
.board-view-link a {
  text-decoration: underline;
}
.board-view-link a:hover {
  color: #6284f3;
}
.board-view-link span {
  margin-left: 15px;
}

/*************kkh.ku 작업*************************/
.view_file_download {
  padding: 3px 10px;
  background-color: #c174ff;
  color: #fff !important;
  border-radius: 50px;
  margin-left: 10px;
}
.view_file_download u {
  text-decoration: none;
}
.view_file_download img {
  width: 12px;
  height: 13px;
  vertical-align: text-top;
}
.board-view-file-conts {
  margin-top: 30px;
}
.etc_area button.btn_emoticon.active,
.etc_area button.btn_file.active,
.etc_area button.btn_movie.active {
  width: inherit;
  border-top: none !important;
}
.main_list .big_tit {
  position: relative;
  margin-left: 0;
  border-bottom: 2px solid #c174ff;
  padding-bottom: 20px;
  height: 45px;
}
.main_list .big_tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 26px;
  margin-top: -20px;
  background-color: #7876fe;
}
.btn_wr2 {
  display: none;
}
#subContent .big_tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 26px;
  margin-top: -20px;
  background-color: #7876fe;
}
#subContent .big_tit {
  margin-left: 0;
}
.board_TopBn {
  display: none;
}

.boardView-list {
  margin-top: 80px;
}
.td-date {
  text-align: center;
  color: #959595;
}

.td-subj-wrap {
  font-family: 'noto sans kr';
  font-size: 14px;
}
.board-notice .subject {
  color: #f15959;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.td-date .fas {
  vertical-align: middle;
  margin-right: 5px;
}
.s-bld {
  font-weight: 600;
}
.table-list-eb td a:hover {
  text-decoration: none;
}
.table-list-eb .table > thead > tr > th,
.table-list-eb .table > tbody > tr > th,
.table-list-eb .table > tfoot > tr > th,
.table-list-eb .table > thead > tr > td,
.table > tbody > tr > td,
.table-list-eb .table > tfoot > tr > td {
  padding: 10px 8px;
}

.comment_list .comment-name {
  padding: 6px 0;
}
.comment_list .subject {
  position: relative;
  flex-grow: 4;
  max-width: 80%;
  word-break: keep-all;
}
.responsive-video {
  height: 0;
  margin: 15px 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
}
.comment_list .comment-cont-img .comment-image {
  display: block;
  width: 200px;
  margin: 15px 0;
}
.thumb {
  position: relative;
  display: block;
}
.re-subject {
  padding-left: 50px;
}
.comment_area .area .box .file_hidden .file_delete label {
  border: 0;
  display: contents;
  padding: 10px;
}
.file_delete {
  position: relative;
  padding: 10px 30px;
  margin-top: 10px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 90%;
}
.comment_area .area .box .file_hidden .file_delete input {
  width: 100%;
}
.file_delete input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  padding-top: 4px;
  z-index: 999;
}
.file_delete label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 33px;
  line-height: 26px;
  cursor: pointer;
  height: 0;
  z-index: 99;
}
.file_delete label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #fff;
  border: 3px solid #b678ff;
}
.file_delete input[type='checkbox']:checked + label:before {
  content: '\2713';
  text-align: center;
  font-weight: 800;
  line-height: 10px;
  color: #b678ff;
}
.top_area,
.top_box {
  display: none;
}
#bo_v_img {
  text-align: center;
}

.view_image img {
  max-width: 800px;
}

.jnHyperLink{
  background: rgba(112,110,254,.1) url(/plugin/editor/smarteditor2/img/ko_KR/btn_click.png) no-repeat 14px 6px/66px auto;
  color: #333;
  font-family: 'noto sans kr';
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  padding: 0 15px 0 87px !important;
  margin: 10px 0 !important;
  height: 40px !important;
  line-height: 38px !important;
  display: inline-block !important;
}