textarea.se_textarea {
    border: 1px solid #c7c7c7;
}

textarea.se_publishDate {
    border: 1px solid #c7c7c7 !important;
    opacity: 1 !important;
}

img#preview {
    width: 120px;
    height: 120px;
}

#preview_div {
    cursor: pointer;
}

.comment_type {
    -webkit-appearance: radio;
}

.btn_like {
    position: relative; top: -19px;
}

@media (min-width: 767px) {
    .btn_like {
        position: relative; top: -13px;
    }
}
/* ===== 모바일에서 댓글 프로필 겹침 강제 제거 ===== */

/* 스프라이트/마스크 조각 제거 */
.u_cbox .u_cbox_thumb_mask,
.u_cbox .u_cbox_pic_mask {
  display: none !important;
}

/* 원래 프로필 img 완전 차단 */
.u_cbox .u_cbox_img_profile,
.u_cbox .u_cbox_thumb_wrap img {
  display: none !important;
}

/* 프로필 영역 하나만 사용 */
.u_cbox .u_cbox_thumb,
.u_cbox .u_cbox_thumb_wrap {
  background: none !important;
}

/* 내 프로필 이미지 1장만 고정 */
.u_cbox .u_cbox_thumb_wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url("/img/avatar.png") no-repeat center center !important;
  background-size: cover !important;
  overflow: hidden;
}
/* ===== 프로필 이미지 겹침 최종 차단(모바일/PC 공통) ===== */

/* 1) 예전에 넣었던 가짜 레이어(::before/::after) 완전 제거 */
.u_cbox .u_cbox_thumb_wrap::before,
.u_cbox .u_cbox_thumb_wrap::after,
.u_cbox .u_cbox_thumb::before,
.u_cbox .u_cbox_thumb::after{
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* 2) 마스크/스프라이트/오버레이로 올라오는 “조각” 전부 숨김 (이름이 달라도 잡힘) */
.u_cbox [class*="thumb_mask"],
.u_cbox [class*="pic_mask"],
.u_cbox [class*="mask"]{
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* 3) 원래 img 태그로 들어오는 프로필도 전부 숨김 */
.u_cbox img.u_cbox_img_profile,
.u_cbox .u_cbox_thumb_wrap img{
  display: none !important;
  opacity: 0 !important;
}

/* 4) 프로필 영역 자체는 배경을 싹 비우고 */
.u_cbox .u_cbox_thumb,
.u_cbox .u_cbox_thumb_wrap{
  background: none !important;
  background-image: none !important;
}

/* 5) 마지막으로 내 이미지 1장만 배경으로 고정 */
.u_cbox .u_cbox_thumb_wrap{
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  overflow: hidden !important;

  background: url("/img/avatar.png") no-repeat center center !important;
  background-size: cover !important;
}
