* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

*:focus { 
  outline: none !important; 
}

body {
  text-rendering: optimizeLegibility;
  font-family: 'Inter', 'Pretendard', sans-serif;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
  -ms-overflow-style: none;
  color: rgba(0,0,0,.88);
  background-color: #fbfbfb;
}
@media (max-width: 600px) {
  body {
    background-color:#fff ;
  }
}

body::-webkit-scrollbar {
  display: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
}

input, textarea {
  font-family: 'Pretendard', sans-serif;
}

.link_tit,
.c_cnt {
  display: none;
}

main {
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  transition: padding 0.3s;
  padding: 40px;
  background-color: #fff;
}

nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav h4 {
  font-size: 19px;
  font-weight: 900;
  padding: 10px 0;
}

nav a {
  display: block;
  padding: 15px 20px;
  font-size: 10px;
  font-weight: 400;
}

.top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  align-items: center;
  margin-bottom: 40px;
}

.box {
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body:not(#tt-body-index) .profile {
  display: none;
}

body:not(#tt-body-index) .profileImage {
  width: 20%;
  margin-right: 20px;
}

body:not(#tt-body-index) .box.profile .name{
  margin-top: 4px;
}

.menu {
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #757575;
  padding: 2px 5px 2px;
  border-radius: 12px;
}

.article_info {
  text-align: center;
  margin-bottom: 40px;
}

.article_title {
  font-size: 14px;
  font-weight: 700;
}

.article_date {
  margin-top: 10px;
  font-size: 10px;
  color: rgba(0,0,0,.56);
}

.btn_subscription {
  display: none;
}

.list ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.3%, 0.5fr));
  gap: 20px;
}
@media (max-width: 600px) {
  .list ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3%, 0.5fr));
    gap: 10px;
  }
}

.list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.listInfo {
  display: none;
}

.summary {
  display: none;
}
.protectDate {
  display: none;
}

.listInfo {
  position: absolute;
  bottom: 0;
  padding: 20px;
  border-radius: 20px;
}

.listDate {
  font-size: 10px;
  font-weight: 500;
}

.listTitle {
  font-size: 16px;
  font-weight: 600;
}

.listItem {
  position: relative;
  display: flex;
}

.mainTitle {
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
  margin:0;
}

.top span {
  line-height: 1;
  letter-spacing: -1px;
  color: rgba(0,0,0,.56);
}

.menuBtn {
  display: flex;
}

.menuBtn svg {
  width: 26px;
}

.menuBtn path {
  fill: var(--mainColor);
}

.box.util {
  display: flex;
  margin-top: 60px;
}

.util p {
  font-size: 8px;
  margin-top: 10px;
  text-align: right;
}

.util p a {
  font-weight: 600;
}

.search {
  position: relative;
  margin-left: auto;
}

.search input {
  width: 88px;
  height: 29px;
  border: none 0;
  padding: 8px 10px 7px 25px;
  line-height: 1;
  border-radius: 0px;
  font-weight: 100;
  font-size: 11px;
  background: none;
  transform: rotate(-0.03deg);
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-appearance: none !important;
  background-color: var(--mainColor);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.95);
}

.search::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.profile img{
  width: 100%;
  border-radius: 20px;
}

.box.profile .name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.box.profile .name svg {

  width: 14px;
  vertical-align: middle;
  fill: var(--mainColor);
}

.profileInfo a {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(0,0,0,.56);
  vertical-align: middle;
}

.menuBtn {
  cursor: pointer;
}

.category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  position: absolute;
  right: -4px;
  margin-top: 30px;
  z-index: 4;
  background-color: var(--mainColor);
  color: rgba(255,255,255,.95);
  text-align: center;
  transition: margin 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,.01), 0 2px 2px rgba(0,0,0,.01), 0 4px 4px rgba(0,0,0,.02), 0 8px 8px rgba(0,0,0,.01), 0 14px 14px rgba(0,0,0,.01);
}

.category.active {
  visibility: visible;
  opacity: 1;
  margin-top: 40px;
}

.paging {
  display: none;
  width: 100%;
  padding: 40px 0;
  justify-content: space-between;
}

.paging a {
  display: block;
  font-weight: 400;
  letter-spacing: -1px;
  color: rgba(0,0,0,.56);
}

#tt-body-category .paging {
  display: flex;
}

.container_postbtn{text-align:center; padding: 0 !important;}
.container_postbtn .postbtn_like {float:none !important; display:inline-block;}
.container_postbtn .postbtn_like label{display:none;}
.container_postbtn .postbtn_like label:last-child {display:inline-block;}
.container_postbtn .postbtn_like label + .ico_bar{display: none;}
.container_postbtn {display:none;} <!-- 본문 하단 공감, 공유, 신고 모두 숨기기 -->
a[href^="/toolbar/popup/abuseReport/"] { display: none; } <!-- 댓글의 신고 숨기기  -->

.cover {
  display: none;
  margin-bottom: 40px;
  border-bottom: 0.5px solid rgba(0,0,0,.15);
  padding-bottom: 40px;
}

#tt-body-index .cover {
  display: block;
}

#tt-body-page .util {
  display: none;
}

.entryProtected {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.entryProtected h1 {
  letter-spacing: -1px;
  font-size: 14px;
}

.protectForm {
  display: flex;
}

.protectForm input[type=password] {
  width: 80px;
}

/* 검색창 숨기기 */
.search, 
.widget_search, 
.search-bar {
  display: none !important;
}

/* 이미지 전부 제거 */
.listItem img {
  display: none !important;
}

/* 썸네일 영역 자체 제거 */
.protectThumb {
  display: none !important;
}

/* 혹시 배경이미지 쓰는 경우까지 차단 */
.listItem {
  background-image: none !important;
}

/* 제목 살리기 */
.listTitle {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  color: black !important;
  font-size: 12px;
}

/* 목록형 느낌 */
.listItem {
  display: block !important;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.listTitle {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: black !important;
}

.listInfo {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 1열 강제 */
ol, ul {
  display: block !important;
}

ol li, ul li {
  width: 100% !important;
  display: block !important;
}

/* 날짜 없애기 */
.listDate {
  display: none !important;
}