@charset "UTF-8";
/* === 빌드 산출물 안내 ===
   pbbs.css 는 scss/pbbs.scss 에서 생성됩니다.
   CSS를 직접 수정하지 말고 SCSS를 수정한 뒤 local-server/css-build.sh 를 실행하세요. */
/* 기존 스킨 style.css */
.head {
  border: solid 1 black;
  color: var(--t_000);
  background-color: var(--b_100);
  height: 19px;
}

.textarea {
  border: solid 1;
  color: var(--t_000);
  background-color: var(--b_100);
}

.input {
  border: solid 1;
  color: var(--t_000);
  background-color: var(--b_100);
  height: 19px;
}

.input2 {
  border: solid 0;
  color: var(--t_000);
  background-color: var(--b_100);
  height: 16px;
}

.submit {
  border: solid 1;
  color: var(--white);
  background-color: var(--t_000);
  height: 19px;
}

.pt7 {
  font-family: tahoma;
  font-size: 7pt;
}

img {
  border: none;
}

#x_main {
  table-layout: fixed;
}

table {
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
}

th, td {
  padding: 0px;
}

.vc_right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 0;
}

.btn-white, .btns a, .btns input[type=button], .btns input[type=submit] {
  margin-top: 8px;
  display: inline-block;
  padding: 0 12px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: var(--t_250);
  background: var(--b_150);
  background: var(--b_200) -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--b_100)), to(var(--b_200)));
  background: var(--b_200) -moz-linear-gradient(top, var(--b_100), var(--b_200));
  background: var(--b_200) -ms-linear-gradient(top, var(--b_100), var(--b_200));
  border: 1px solid var(--b_475);
  border-radius: 3px;
  text-decoration: none !important;
  vertical-align: middle;
}

.btns a:hover, .btns input[type=button]:hover, .btns input[type=submit]:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.btns a:active, .btns input[type=button]:active, .btns input[type=submit]:active {
  background: var(--b_200) -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--b_425)), to(var(--b_300)));
  background: var(--b_200) -moz-linear-gradient(top, var(--b_200), var(--b_100));
  background: var(--b_200) -ms-linear-gradient(top, var(--b_200), var(--b_100));
}

.articleArea {
  clear: both;
}
.articleArea iframe {
  max-width: 100%;
}

.currentTr {
  background-color: var(--b_cur);
}

.tdcheck {
  position: absolute;
  border: none !important;
  background: transparent !important;
}
.tdcheck input {
  position: absolute;
  z-index: 5;
  margin-top: 10px;
}

th.tdcheck {
  position: absolute;
  padding: 0 !important;
}

.tdnum {
  white-space: nowrap;
  text-align: center;
}

.tdname {
  white-space: nowrap;
  padding-right: 10px !important;
  text-align: center;
  font-weight: bold;
}

.tddate {
  white-space: nowrap;
  text-align: center;
}

.tdhit {
  white-space: nowrap;
  text-align: center;
}

.tdvote {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}

.listnotice .tdnum {
  background-color: #d4af95;
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
}

.cmt_num {
  display: inline-block;
  min-width: 14px;
  margin-left: 1px;
  padding: 4px 2px;
  color: var(--white);
  font-size: 10px;
  font-family: sans-serif;
  line-height: 1;
  text-align: center;
  background: #b8b8b8;
  border-radius: 100px;
}
.cmt_num.cc_1 {
  background: #7ad9c1;
}
.cmt_num.cc_2 {
  background: #fdba82;
}
.cmt_num.cc_3 {
  background: #ee6e58;
}

table.list {
  position: relative;
}

td.cmemo {
  padding: 6px 0;
}

.listtr:hover {
  background-color: var(--b_300);
}

.btn_aa_report, .btnscrap {
  display: block;
  color: var(--t_350);
  margin: 4px 0 4px 0;
  float: right;
  width: 70px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 3px;
  border: 2px solid var(--d_300);
}

.btn_aa_report {
  border: 2px solid #ee6969;
}

.listhead th {
  border-top: 2px solid var(--d_350);
  padding: 3px 14px;
  font-size: 12px;
  border-bottom: 1px solid var(--d_350);
}
.listhead th a {
  color: var(--t_000) !important;
  font-weight: normal;
}
.listhead td {
  text-align: left;
}

.list td {
  padding: 7px 0;
  line-height: 1.2;
  border-bottom: 1px solid var(--d_250);
}
.list td img {
  vertical-align: top;
}
.list td a {
  color: var(--t_000) !important;
}

span.bd {
  color: var(--t_wine);
  background: var(--b_tint_red);
}

.txtGray {
  color: var(--t_450);
  font-size: 11px;
  font-family: sans-serif;
}

.articleArea a, a.auto {
  display: inline-block;
  color: var(--t_link);
  background: var(--b_tint_blue);
  word-break: break-all;
}

a.auto {
  color: var(--t_link) !important;
}

td.tdsub {
  text-align: left;
  line-height: 1.2;
  padding-left: 5px;
}
td.tdsub a {
  display: inline;
  vertical-align: middle;
  line-height: 1.4;
}
td.tdsub.secret {
  padding-left: 14px;
  background: url("/a_skin/bbsd/secret_head.gif") no-repeat 0 9px;
}

.is-bbs-mine td.tdsub.secret {
  padding-left: 5px;
  background: none;
}

.admmenu {
  display: none;
}

.adm .admmenu {
  display: block;
  position: absolute;
  top: 160px;
  left: 10px;
  font-weight: bold;
}

.mm .admmenu {
  display: none !important;
}

.listfoot {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}

.listfootLeft {
  position: absolute;
  white-space: nowrap;
}

.listfootRight {
  position: absolute;
  right: 0;
  text-align: right;
}

.tdpagenation {
  clear: both;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  white-space: nowrap;
}

.btnPrev10, .btnNext10 {
  display: inline-block;
  line-height: 30px;
}

.pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 15px auto 0 !important;
}
.pagination ul > li > a, .pagination ul > li > span {
  padding: 4px 6px !important;
  min-width: 32px;
  text-align: center;
  box-sizing: border-box;
}
.pagination ul > li > a.currentPage {
  color: #a57d61 !important;
  font-weight: bold;
  background-color: var(--b_tint_tea);
}
.pagination ul > li > a.currentPage:hover {
  background-color: var(--b_tint_tea) !important;
}

.searchArea {
  border-collapse: collapse;
  width: 100%;
}
.searchArea .d1 {
  text-align: center;
  margin-bottom: 6px;
}
.searchArea .d2 {
  text-align: center;
}

/* 검색 대상 토글 칩 (.logged a 색상 조합) */
.searchArea .sbtn {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: var(--t_500);
  background: var(--b_200);
  border: 1px solid var(--d_300);
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
}
.searchArea .sbtn:hover {
  border-color: var(--b_450);
}
.searchArea .sbtn.on {
  color: var(--b_000);
  background: var(--b_450);
  border-color: var(--b_450);
}
.searchArea .srchSubmit {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0 14px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: var(--b_000);
  background: var(--b_450);
  border: 1px solid var(--b_450);
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
}
.searchArea .srchSubmit:hover {
  background: var(--b_500);
  border-color: var(--b_500);
}
.searchArea .srchCmt {
  margin-right: 6px;
  font-size: 12px;
  color: var(--t_400);
  vertical-align: middle;
  cursor: pointer;
}
.searchArea .srchCmt input {
  vertical-align: middle;
  margin: 0 3px 2px 0;
}
.searchArea .searchKeyword {
  vertical-align: middle;
  margin-bottom: 0;
}

.plusRed {
  color: #ff5555;
}

.plusBlue {
  color: #5555ff;
}

.plusRed, .plusBlue {
  font-size: 14px;
  vertical-align: middle;
}

.deleted_subject, .deleted_name {
  color: var(--t_550) !important;
  font-weight: normal !important;
}

#overDiv li.alt {
  background-color: var(--b_tint_red2);
}
#overDiv li.temp {
  background-color: var(--b_tint_blue2);
}

.view_foot_area {
  text-align: center;
  font-weight: bold;
}

.report_area {
  display: inline-block;
  vertical-align: top;
  color: var(--t_450);
}

.vote_area {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.btn_a_report, .btn_vote {
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative;
  line-height: 64px;
  background-color: var(--b_300);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--b_100)), to(var(--b_200)));
  background-image: -webkit-linear-gradient(top, var(--b_100), var(--b_200));
  background-image: -moz-linear-gradient(top, var(--b_100), var(--b_200));
  background-image: -ms-linear-gradient(top, var(--b_100), var(--b_200));
  background-image: -o-linear-gradient(top, var(--b_100), var(--b_200));
  background-image: linear-gradient(top, var(--b_100), var(--b_200));
  border-radius: 32px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 3px rgba(0, 0, 0, 0.1);
}

.btn_vote img {
  pointer-events: none;
}

.btn_a_report:active, .btn_vote:active {
  top: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--b_200)), to(var(--b_100)));
  background-image: -webkit-linear-gradient(top, var(--b_200), var(--b_100));
  background-image: -moz-linear-gradient(top, var(--b_200), var(--b_100));
  background-image: -ms-linear-gradient(top, var(--b_200), var(--b_100));
  background-image: -o-linear-gradient(top, var(--b_200), var(--b_100));
  background-image: linear-gradient(top, var(--b_200), var(--b_100));
}

.btn_a_report:before, .btn_vote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  background-color: var(--b_400);
  border-radius: 140px;
  opacity: 0.5;
}

.btn_a_report:active:before, .btn_vote:active:before {
  top: -9px;
}

.btn_a_report:hover:before, .btn_vote:hover:before {
  opacity: 1;
}

.btn_a_report img, .btn_vote img {
  vertical-align: -12px;
}

.btn_a_report:hover:before {
  background-color: #f8cec6;
}
.dk .btn_a_report:hover:before {
  background-color: var(--b_tint_red2);
}

object, embed {
  max-width: 820px !important;
}

a.noLink {
  display: none;
}

.adminTextarea {
  width: 90%;
}

/* 코멘트 depth */
.depth1, .depth2, .depth3, .depth4, .depth5, .depth6, .depth7, .depth8, .depth9, .depth10 {
  padding-left: 4%;
}

.voyarea, #voyarea {
  width: 100%;
}

.voyarea:before, #voyarea:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}

.voyarea.reply td, #voyarea.reply td {
  padding-left: 5%;
}

/* 댓글쓰기 창 토글 */
.voyarea2, #voyarea2 {
  height: 150px;
  width: 100%;
  font-size: 15px;
  overflow: auto;
  box-sizing: border-box;
  color: var(--t_000);
}

.mm .voyarea2, .mm #voyarea2 {
  font-size: 16px;
}

.depth1 .voyarea.reply td, .depth1 #voyarea.reply td {
  padding-left: 0;
}

#viewFoot {
  margin: 20px 0 40px;
}

#commentTop, #cmtWriteTop, #footerTop, #viewFootTop, #articleTop {
  border-top: 4px dashed rgba(255, 0, 0, 0);
}

#footerTop {
  clear: both;
}

.viewTable {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid var(--d_250);
}

.pc .viewTable {
  font-size: 15px;
}

.flashbar {
  -webkit-animation: flashbar 1s 1;
  -moz-animation: flashbar 1s 1;
}

.flashbar2 {
  -webkit-animation: flashbar2 1s 1;
  -moz-animation: flashbar2 1s 1;
}

@-webkit-keyframes flashbar {
  0%, 100% {
    border-top: 4px dashed rgba(255, 0, 0, 0);
  }
  50% {
    border-top: 4px dashed rgb(255, 0, 0);
  }
}
@-moz-keyframes flashbar {
  0%, 100% {
    border-top: 4px dashed rgba(255, 0, 0, 0);
  }
  50% {
    border-top: 4px dashed rgb(255, 0, 0);
  }
}
@-webkit-keyframes flashbar2 {
  0%, 100% {
    border-top: 4px dashed rgba(255, 0, 0, 0);
  }
  50% {
    border-top: 4px dashed rgb(255, 0, 0);
  }
}
@-moz-keyframes flashbar2 {
  0%, 100% {
    border-top: 4px dashed rgba(255, 0, 0, 0);
  }
  50% {
    border-top: 4px dashed rgb(255, 0, 0);
  }
}
.searchKeyword {
  width: 185px;
  height: 20px;
  border: 1px solid var(--b_bar);
  padding: 2px 0 0 0;
}

/* 회원 관리 레이어 */
.memberNameLayer {
  display: none;
  position: absolute;
  z-index: 113;
  border: 1px solid var(--t_450);
  padding: 3px;
  background: var(--b_100);
  cursor: pointer;
  margin: 10px 0 0 -20px;
}
.memberNameLayer div {
  padding: 0 25px;
  line-height: 30px;
  border-top: 1px solid var(--d_300);
}
.memberNameLayer div:hover {
  background: var(--b_300);
}
.memberNameLayer div:first-child {
  border: none;
}
.memberNameLayer div.admin {
  background: var(--b_tint_red);
}
.memberNameLayer div.admin:hover {
  background: var(--b_tint_red2);
}

.bbsBox {
  font-size: 11px;
  font-family: sans-serif;
  color: var(--t_450);
}

.plusTime {
  margin-top: -65px;
  position: absolute;
}

.viewDate {
  font-size: 11px;
  color: var(--t_550);
}

.newReply {
  padding-left: 20px;
  background: url(/a_skin/bbsd/arr.gif) no-repeat 3px 40%;
}
.newReply a {
  padding-left: 12px;
}

.broken {
  position: relative;
  border-top: 40px solid transparent;
}
.broken:before {
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  background: url(/img/broken_link.png) no-repeat 3px 10px;
  padding-left: 27px;
  padding-top: 10px;
  content: "부모댓글이 삭제되었습니다 (계층깨짐)";
  color: var(--t_450);
  border-bottom: 1px solid var(--d_300);
  border-top: 1px solid var(--d_300);
  margin-top: -1px;
}

.topbtns {
  position: relative;
}
.topbtns .btns {
  position: absolute;
  right: 0;
  margin-top: -63px;
}
.topbtns > a {
  color: var(--t_450) !important;
  float: right;
  padding: 8px 0 15px 0;
}

.listfootLeft a:nth-of-type(2) {
  color: var(--white) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #363636 !important;
  background-image: -moz-linear-gradient(top, #444444, #222222) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)) !important;
  background-image: -webkit-linear-gradient(top, #444444, #222222) !important;
  background-image: -o-linear-gradient(top, #444444, #222222) !important;
  background-image: linear-gradient(to bottom, #444444, #222222) !important;
  background-repeat: repeat-x !important;
  border-color: #222222 #222222 #000000 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

#tipMsg {
  position: absolute;
  width: 550px;
  height: 377px;
  margin: -420px 0 0 220px;
  background: url("/img/voy/st_bg.png") no-repeat;
  overflow: hidden;
}
#tipMsg b {
  display: none;
}

.closedCmt {
  display: inline-block;
  width: 65px;
  height: 21px;
  line-height: 21px;
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  font-family: dotum, sans-serif;
  font-style: normal;
  letter-spacing: -1px;
  border-radius: 4px;
  background: #888;
  color: var(--white);
  vertical-align: middle;
}

/*Type*/
#tipMsgTxt {
  text-align: center;
  font-size: 22px;
  color: var(--white);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  padding-top: 60px;
  font-family: "daumregular", daumregular, sans-serif;
}
#tipMsgTxt i {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #a3a5a7;
  line-height: 1.5;
}

#tipMsg a {
  position: absolute;
  display: block;
  color: #d8d656;
  font-family: "daumregular", daumregular, sans-serif;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  right: 21px;
  bottom: 18px;
  width: 110px;
  text-align: center;
  line-height: 30px;
}

#report {
  position: absolute;
  left: 0;
  width: 460px;
  margin: 30px 0 0 -20px; /* 위치 보정 */
}
.mm #report {
  width: 94%;
  margin-left: -10px;
}
#report .modal-footer {
  text-align: left;
}
#report .btn-group button {
  font-size: 12px;
  padding: 2px 8px;
}
#report p {
  margin: 10px 0 5px;
}

.reportTxt {
  display: block;
  width: 416px;
  height: 70px;
}
.mm .reportTxt {
  width: 94%;
  width: calc(100% - 15px);
}

.tdname i {
  display: none;
}

.adm_readed {
  display: block;
  overflow: hidden;
  padding: 1px 0 0 1px;
  margin: 20px 0;
}
.adm_readed li {
  float: left;
  overflow: hidden;
  list-style: none;
  margin: -1px 0 0 -1px;
}
.adm_readed .adm_nick {
  float: left;
  width: 80px;
  height: 16px;
  padding: 3px 5px;
  border: 1px solid var(--d_200);
  text-align: center;
}
.adm_readed li i {
  float: left;
  width: 50px;
  height: 16px;
  padding: 3px 5px;
  font-style: normal;
  font-weight: bold;
  color: var(--t_wine);
  border: 1px solid var(--d_200);
  margin-left: -1px;
  text-align: center;
}

/* 게시판 이미지 처리 */
img.is-big {
  cursor: zoom-in;
}

#img_dim {
  position: fixed;
  display: table;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
  background: var(--b_bar);
  background: rgba(0, 0, 0, 0.7);
}
#img_dim > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#img_dim img {
  display: block;
  margin: auto;
}

.secret_txt {
  font-size: 12px;
  font-family: gulim, sans-serif;
}

/* ========================== 태블릿 이하 ========================== */
.mm .noborder {
  padding: 20px 0 0 0;
}

.mm .tabs {
  display: none;
}

.mm .topbtns .btns {
  position: static;
  float: right;
  margin-top: 0;
}
.mm .topbtns > a {
  clear: both;
}

/* ========================== 모바일 ========================== */
/* @media all and (max-width: 767px) { */
.mm .tdname i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-left: 8px;
  color: #adb4bd;
}

.mm .btnscrap {
  margin: 4px 0;
}

.mm .tdsub:before {
  content: "";
}

.mm td {
  word-break: break-word;
}

.mm .list td.tdsub {
  padding: 0 0 3px 0 !important;
  line-height: 0;
}
.mm .list td.tdsub.secret {
  padding: 0 0 3px 13px !important;
}

.mm td.tdsub a {
  display: inline;
  white-space: normal;
  overflow: visible;
  display: block;
  padding: 7px 35px 19px 0;
  line-height: 1.6;
}
.mm td.tdsub img {
  position: absolute;
  display: inline-block;
  margin-top: 8px;
}
.mm td.tdsub img + a {
  padding-left: 17px;
}
.mm td.tdsub img.secret + a {
  padding-left: 47px;
}
.mm td.tdsub .cmt_num {
  position: absolute;
  right: 0;
  top: 9px;
  padding: 4px 2px;
  font-family: sans-serif !important;
}
.mm td.tdsub .plusRed, .mm td.tdsub .plusBlue {
  position: absolute;
  right: 20px;
  top: 6px;
  line-height: 1.2;
  padding: 6px 0;
  font-size: 12px;
}

.mm table.list .tdnum {
  display: none;
}

.mm .listnotice .tdsub a:before {
  content: "※ ";
}

.mm th.tdname, .mm th.tdhit, .mm th.tdvote, .mm th.tddate {
  display: none;
}

.mm th.tdsub {
  display: block;
  line-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
  border-top: 2px solid var(--d_350);
}

.mm .tdhit, .mm .tdvote, .mm .tdname, .mm .tddate {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  padding: 0;
  border: none !important;
  line-height: 1.2;
  font-size: 12px;
  color: #9a9ca3;
  font-family: sans-serif !important;
}

.mm table.list tr {
  position: relative;
  display: block;
}
.mm table.list td {
  display: block;
}

.mm .tdhit {
  left: 90px;
}

.mm .tdname {
  right: 0;
  padding-right: 0 !important;
  font-family: sans-serif !important;
}

.mm .tddate {
  left: 30px;
}

.mm .tdvote {
  left: 0;
}
.mm .tdvote.cc_1 {
  color: #36b371;
}

.mm td.tdvote:before {
  display: inline-block;
  content: "▲";
  font-size: 11px;
  margin-right: 1px;
}

.mm .tdpagenation {
  padding-top: 60px;
}

.mm .listhead th {
  padding: 0;
  line-height: 30px;
}

.mm .vc_right {
  font-size: 8px;
}

.mm input.input[type=text] {
  width: 240px;
}

.mm input.input[type=file] {
  max-width: 220px;
}

.mm textarea#memo {
  width: 100% !important;
}

.mm a[href*="//speller.cs.pusan.ac.kr/"] {
  display: none;
}

.mm table[width="805"] {
  width: 95% !important;
}

.mm #google_ad {
  display: none !important;
}

.mm .depth1, .mm .depth2, .mm .depth3, .mm .depth4, .mm .depth5 {
  padding-left: 6%;
}

.mm .depth6, .mm .depth7, .mm .depth8, .mm .depth9, .mm .depth10 {
  padding-left: 0;
}

.mm .tdpagenation {
  white-space: normal !important;
}

/* 코멘트 라인 */
#cmtline {
  display: none;
  position: absolute;
  width: 74px;
  height: 0;
  margin: -6px 0 0 -56px;
  border-left: 1px dashed #d64c4c;
  border-bottom: 1px dashed #d64c4c;
}
#cmtline:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 16px;
  top: 0;
  left: 0;
  background: url("/img/cmt_arrow2.png") no-repeat;
  margin: -20px 0 0 -27px;
}

.cmtline {
  display: none;
  position: absolute;
  top: -10px;
  left: 0;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--d_350);
  border-radius: 20px;
  background: var(--b_100);
  cursor: pointer;
}

.depth1 .cmtName:hover .cmtline, .depth2 .cmtName:hover .cmtline, .depth3 .cmtName:hover .cmtline, .depth4 .cmtName:hover .cmtline, .depth5 .cmtName:hover .cmtline {
  display: block;
}

.mm .cmtName:hover .cmtline {
  display: none !important;
}

.mm .lockedCmt {
  margin: 12px;
  padding: 8px;
  font-size: 12px;
}

.mm a.auto {
  display: inline;
  max-width: 100%;
  /* white-space:nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.mm .plusTime {
  margin-top: 0;
  position: static;
}

.mm .tdcheck {
  display: block;
  right: 0;
  width: 40px;
  height: 35px;
}
.mm .tdcheck input[type=checkbox] {
  margin-top: 3px;
  right: 3px;
  display: block;
  width: 25px;
  height: 25px;
}

.mm #floatingNav.off, .mm .iOS #mbNav.off {
  display: none;
}

.mm #mainArea > table {
  width: 100%;
}

.mm #tipMsg {
  margin: 10px 0 0 -180px !important;
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* } */
/* ========================== 360보다 작은 320 viewport 모바일용 ========================== */
@media all and (max-width: 359px) {
  #tipMsg {
    margin: 10px 0 0 -190px !important;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
/* bbsd 관련글 목록 행 (view_list_main.php 인라인 스타일 이전분, SPEC-MARKUP-001 B8) */
.bbsd-cell {
  white-space: nowrap;
}

.bbsd-meta {
  color: #444444;
  font-family: matchworks, tahoma, sans-serif;
  font-size: 7pt;
}

.bbsd-subject {
  text-align: left;
  word-break: break-all;
}

.bbsd-cmtnum {
  font-size: 8pt;
}

/* bbsd 스킨 인라인 스타일 이전분 (계속) */
.bbsd-writer {
  font-weight: bold;
}

.bbsd-subj-row {
  border-bottom: 1px solid #e5e5e5;
}

.bbsd-clip {
  color: #666 !important;
  float: right;
  padding: 8px 0 15px 0;
}

.clr-r {
  clear: right;
}

.clr-b {
  clear: both;
}

.modal-static {
  position: static;
  margin: auto;
}

.form-flat {
  padding: 0;
  margin: 0;
}

.tbl-center {
  margin: auto;
}

.cmt-name-cell {
  text-align: left;
}

.cmt-foot {
  clear: both;
  padding-left: 10px;
}

.ml-8pt {
  margin-left: 8pt;
}

.ml-20pt {
  margin-left: 20pt;
}

.mr-8pt {
  margin-right: 8pt;
}

.bbsd-hbg {
  background: url(/a_skin/bbsd/h_bg.gif);
}

.bbsd-dot {
  background: url(/a_skin/bbsd/dot.gif);
}
