@charset "utf-8";
@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#copy {
    color: #1F1F1F;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
html {
    font-family: 'NotoSerifKR', 'NotoSerifKR', 'Noto Sans KR', 'Work Sans', sans-serif;
   overflow-x: hidden;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   color: #333;
}


td, tr, p {
    margin: 0px;
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
}

ol, li, ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

input, textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-radius: 0;
}

textarea:focus,
input:focus {
    outline: 0;
}

placeholder {
    font-family: 'Mulish', 'Open Sans';
}

::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
            }
 
::-webkit-scrollbar-thumb {
    background-color: #333; /*스크롤바의 색상*/
            }
 
::-webkit-scrollbar-track {
    background-color: #fff; /*스크롤바 트랙 색상*/
            }

::selection {
    background: #cdcdcd;
    color: #333;
}

::-moz-selection {
    background: #fff;
    color: #DBDBDB;
}

body {
   -webkit-text-size-adjust: 100%;
   color: #333;
   background-position: right;
   background: var(--bg);
    font-family: 'NotoSerifKR', 'Noto Sans KR', 'Work Sans', sans-serif;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
}

.clear {
    clear: both;
}

a, a:visited {
    color: var(--a);
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: var(--hover);
    transition: all 0.6s ease;
}
.container {
   width: 800px;
   border: 1px solid #DBDBDB;
   margin-left: auto;
   margin-right: auto;
   margin-top: 7%;
    margin-bottom: 7%;
    background-color: #fff;
}
.container .category {
    text-align: center;
   margin: 0px;
   width: 100%;
   color: #DBDBDB;
    border-bottom: #DBDBDB solid 1px;
}
.container .category ul {
   margin-top: 70px;
   margin-right: 0px;
   margin-bottom: 70px;

}
.category ul li {
   display: inline-block;
   margin-left: 40px;
   margin-right: 40px;

}
.category a {
   color: #3B3B3B;
}

.guest {
          text-align: center;
            margin-top:40px;
            margin-bottom: 40px;
            border-bottom: #DBDBDB solid 1px;
            height: 60px;
}



.guest li {
    display: inline-block;
    margin-left: 40px;
   margin-right: 40px;
}

.wrap {
    margin-top:50px;
    padding:10px;
}


#content .oz_gal.ozim #tcd  {
   width: 160px;
   height: 160px;
   display: inline-block;
   position: relative;
   border-radius: 1000px;
   float: left;
    margin-left:50px;
    margin-right:50px;
    margin-bottom: 40px;
    
}

#content .oz_gal.ozim .thumb_post{
       width: 160px;
   height: 160px;
   border: 4px double rgb(196, 196, 196);
   border-radius: 1000px;
   position: absolute;
    
}


#content .oz_gal.ozim .thumb_post img {
   position: relative;
   display: block;
   border-radius: 1000px;
   width: 100%;
    
}


#content .oz_gal.ozim .rtcd  {
   width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
  position: absolute; 
  top: 0; left: 0;
  color: #fff; 
  text-align: center;
  line-height: 180px;
  opacity: 0; 
  transition: 0.3s;
       border-radius: 1000px;
}


#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 1;
}
#content .oz_gal.ozim .title {
    width: 100%;
    font-size: 1.0em;
   max-width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   letter-spacing: 1px;
}
#content .oz_gal.ozim .date {
   display: none;
}
#content .oz_gal.ozim .text {
   display: none;
}
#content .oz_gal.ozim .cate {
   display: none;
}

#content .oz_list.ozim #tcd  {
    border-bottom: 1px solid #DBDBDB;
    position: relative;
     margin-top:20px;
    margin-bottom: 1%;
    margin-left: 5px;
        margin-right: 5px;
    padding-left:5px;
    padding-top: 3px;
}
#content .oz_list.ozim .thumb_post {   
   display: none;
}
#content .oz_list.ozim .thumb_post img {
   display: none;
}
#content .oz_list.ozim .rtcd  {
   font-size: 13px;
   max-width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   width: 100%;
}
#content .oz_list.ozim .title {
   font-size: 1em;
   max-width: 70%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   letter-spacing: 1px;
   margin-bottom: 5px;
   display: inline-block;
   position: static;
}
#content .oz_list.ozim .date {
    font-size: 8px;
    color: #cecece;
    letter-spacing: 1px;
    float: right;
    margin-right: 8px;
}
#content .oz_list.ozim .text {
   display: none;
}
#content .oz_list.ozim .cate {
    display: none;
    position: absolute;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-variant: all-small-caps;
    font-weight: 800;
    color: #cdcdcd;
}

.titleWrap {
   padding:10px;
}

.list_title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.list_day {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}
.taglog a {
    border: 1px solid #cdcdcd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.taglog a:hover {
    background-color: #cdcdcd;
    color: #FFFFFF;
}



.entryProtected {
    text-align: center;
}
#lock_wrap {
    color: #DBDBDB;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entryProtected .title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.entryProtected .date {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}

input[type="password_lock"] {
    border-bottom: 1px solid #DBDBDB;
    padding: 5px;
    width: 45%;
    margin-top: 10px;
    text-align: center;
}
.post_tdc {
   margin-top:10px;
   margin-bottom:10px;
}
.post {
    width: 99%;
}
.post_title {
    
    display: inline;
    font-size: 11px;
    font-weight: 500;
}
.post_category {
    display: inline;
    font-size: 9px;
    color: #4C4C4C;
}
.post_date {
    float: right;
    color: #A6A6A6;
    font-size: 9px;
}
.admin  {
    font-size: 10px;
    color: #848484;
    float: right;
    margin-top: 3px;
}
.admin a {
    font-size: 10px;
    color: #848484;
}
.tagTrail {
    color: #DBDBDB;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


.tagTrail a {
background-color: #a8a8a8;
border-radius: 40px;
color: #fff;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 8px;
padding-left: 8px;
}

.tagTrail a:before {
    content: "#";
}
#tag_log a {
    padding: 6px;
    border: 1px solid #DBDBDB;
    width: auto;
    display: inline;
    color: #DBDBDB;
    font-size: 9px;
    line-height:400%;
    backgroud-color: #DBDBDB;
    border-radius: 40px;

}
.write {
    padding: 10px;
    border: 1.7px solid #DBDBDB;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type="name"], input[type="password"] {
   font-family: 'NotoSerifKR', 'Noto Sans KR', 'Roboto';
    padding: 6px;
    margin-bottom: 3px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 9px;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 99%;
}
#name {
    float: left;
    width: 45%;
}
#password {
    float: right;
    width: 45%;
}
.write textarea {
    width: 99%;
    margin-top: 10px;
    font-size: 10px;
    color: #797575;
    resize: none;
    overflow: auto;
    border-bottom: 1px solid #DBDBDB;
}

.secret {
    margin-top: 3px;

}
#secret {
    display: none;
    padding-bottom: 10px;
}

.secret input[type="checkbox"]+label:before {
    font-family: "FontAwesome";
    content: "\f09c";
    display: inline-block;
    color: #797575;
    border: 1px solid #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 30px;
    text-align: center;
}
.secret input[type="checkbox"]:checked+label:before {
    font-family: "FontAwesome";
    content: "\f023";
    border: 1px solid #DBDBDB;
    color: #797575;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 30px;
}
input[type="submit"] {
    border: 1.7px solid #DBDBDB;
     color:#797575;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    width: 50%;
    float: right;
    font-size: 10px;
   outline: none;
   text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #DBDBDB;
    color: #FFFFFF;
}
#commet_con {
    border: 1px solid #DBDBDB;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    width: 75%;
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#commet_con:after, #commet_con:before {
    right: 100%;
    top: 19%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


#commet_con .name {
    font-size: 11px;
    font-weight: 500;
}
#commet_con .date {
    color: #BFBFBF;
    font-size: 9px;
}
#commet_con .control {
}
#control_icon {
    color: #9F9F9F;
    float: right;
    margin-right: 10px;
}
#reply_icon {
    color: #9F9F9F;
    float: right;
    margin-right: 10px;
}
#commet_con p {
    margin-top: 10px;
}
#commet_con2 {
    border: 1px solid #DBDBDB;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    width: 75%;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

#commet_con2 .name {
    font-size: 11px;
    font-weight: 500;
}
#commet_con2 .date {
    color: #BFBFBF;
    font-size: 9px;
}
#commet_con2 p {
    margin-top: 10px;
}
.taglog a {
    border: 1px solid #DBDBDB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.taglog a:hover {
    background-color: #DBDBDB;
    color: #FFFFFF;
}
.titleWrap .list_title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.titleWrap .list_day {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}


/*페이지*/

.paging {
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}
.paging a {
   cursor: pointer;
}
@media screen and (max-width: 800px) {

.container {
    width: 99%;

}

#content .oz_gal.ozim #tcd {
    width:100px;
        margin-left:37px;
    margin-right:37px;
    margin-bottom: 50px;
}
#content .oz_gal.ozim .thumb_post {    width:100px;
height: 100px;

}
#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 0;
}
}



@media screen and (max-width: 485px) {
.container .category { 
   width:100%;
   color: #DBDBDB;
    border-bottom: #DBDBDB solid 1px;

}
.container .category ul {
   margin-top: 70px;
   margin-right: 0px;
   margin-bottom: 70px;
        text-align: center;

}
.category ul li {
   display: inline-block;
   margin-left: 10px;
   margin-right: 10px;

   }
#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 0;
}
}
/* 접은글의 더보기 버튼 꾸미기 */
.btn-toggle-moreless, .btn_more, .btn_less {
    background: #DBDBDB; /*버튼 배경색*/
}
.btn-toggle-moreless, .btn_more, .btn_less {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    margin-top: 3px;
    color: #0e0d0d;
    font-size: 10px;
    font-family: 'NotoSerifKR', 'Noto Serif KR', serif !important; /* 본명조 폰트 강제 적용 */
}
div[data-ke-type='moreLess'] {
    position:relative;
}
div[data-ke-type='moreLess']::before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed #ebebeb;
    margin-top: 22.5px;
}
.moreless-content {
    padding: 15px 5px;
    border-bottom: 1px dashed #ebebeb;
}
.btn-toggle-moreless:before, .btn_more:before {
    content: '⏾';
    margin-right: 5px;
    font-family: sans-serif; /* 아이콘 기호 깨짐 방지용 */
}
.open .btn-toggle-moreless:before, .btn_less:before {
    content: '🏹︎';
    margin-right: 5px;
    font-family: sans-serif; /* 아이콘 기호 깨짐 방지용 */
}
/* 접은글의 더보기 버튼 꾸미기 */

/* 상단 카테고리 드롭다운 스타일 (원래 스킨 크기/간격 완벽 복원) */
.category {
  position: relative;
  z-index: 999;
}

/* ⚠️ 기존 스킨의 위아래 간격을 깨뜨리지 않도록 flex를 제거하고 인라인 블록 구조로 변경합니다 */
.category ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; 
}

.category ul.main-menu > li {
  position: relative;
  display: inline-block; /* 원래 스킨처럼 가로로 자연스럽게 배치 */
  vertical-align: middle;
}

/* 상위 메뉴 링크 스타일 (글자 색상 및 호버) */
.category ul.main-menu > li > a {
  text-decoration: none;
  color: var(--a, #333);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.category ul.main-menu > li:hover > a {
  color: var(--hover, #000);
}

/* --------------------------------------------------
   티스토리 카테고리 치환자 전용 드롭다운 스타일 (커서 끊김 해결)
-------------------------------------------------- */

/* 1. 티스토리 카테고리 기본 마진/패딩 리셋 */
.category .tt_category, 
.category .category_list, 
.category .sub_category_list {
    padding: 0 !important;
    list-style: none !important;
    display: block;
}

/* 원래 넓어졌던 위아래 여백을 절반(35px)으로 축소 */
.category .tt_category,
.category .category_list {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* 2. 분류 전체보기 완벽 숨기기 */
.category .tt_category > li > a.link_tit {
    display: none !important;
}
.category .tt_category > li > .c_cnt {
    display: none !important;
}

/* 3. 1차 카테고리 (서시, 연서, 은파 등) 가로 정렬 및 기존 간격(40px) 유지 */
.category .category_list > li {
    display: inline-block !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative; /* 하위 메뉴의 기준점 */
    vertical-align: middle;
}

/* 1차 카테고리 글씨 스타일 및 옆에 붙는 글자수 뱃지 (숫자) 숨기기 */
.category .category_list > li > a {
    color: #3B3B3B;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding-bottom: 15px !important; /* ★ 글자 아래에 마우스 인식 영역(다리)을 연장 ★ */
    margin-bottom: -15px !important;
}
.category .category_list > li > .c_cnt {
    display: none !important; 
}

/* 4. 2차 하위 카테고리 박스 (마우스 대기 전엔 숨김) */
.category .sub_category_list {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); /* 정확히 가운데 정렬 */
    background-color: #fff;
    min-width: 110px;
    border: 1px solid #DBDBDB;
    padding: 5px 0 !important;
    margin-top: 15px !important; /* ★ 1차 메뉴 패딩 연장선에 딱 맞게 위치 조정 ★ */
    margin-bottom: 0 !important;
    z-index: 9999;
    text-shadow: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

/* 하위 카테고리 내부 항목 세로 나열 및 간격 리셋 */
.category .sub_category_list li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 하위 카테고리 내부 링크 스타일 */
.category .sub_category_list li a {
    display: block !important;
    padding: 8px 12px !important;
    color: #3B3B3B !important;
    font-size: 11px !important;
    white-space: nowrap;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.category .sub_category_list li .c_cnt {
    display: none !important; /* 하위 카테고리 옆 (숫자) 숨김 */
}

/* 하위 카테고리 호버 효과 */
.category .sub_category_list li a:hover {
    background-color: #F5F5F5 !important;
    color: var(--hover) !important;
}

/* 5. 1차 카테고리에 마우스 올리면 하위 카테고리 노출 */
.category .category_list > li:hover .sub_category_list {
    display: block !important;
}

/* --------------------------------------------------
   모바일 반응형 대응 (기존 485px 미디어쿼리 간격 유지)
-------------------------------------------------- */
@media screen and (max-width: 485px) {
    .category .category_list > li {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
/* 헤더 영역 전체 설정 */
.header-wrap {
    text-align: center;      /* 텍스트와 아이콘을 가운데 정렬 */
    margin: 40px 0 30px 0;   /* 위아래 여백 설정 */
}

/* 타이틀 폰트 설정 */
.header-title {
    font-size: 24px;         /* 제목 크기 */
    font-weight: bold;
    margin-bottom: 15px;     /* 제목과 아이콘 사이의 간격 */
}

/* 타이틀 링크 기본 색상 */
.header-title a {
    text-decoration: none;
    color: #333;             /* 원하는 제목 색상으로 변경 가능 */
}

/* 하단 아이콘 설정 */
.header-icons a {
    display: inline-block;
    margin: 0 10px;          /* 아이콘 간의 좌우 간격 */
    font-size: 18px;         /* 아이콘 크기 */
    color: #888;             /* 아이콘 기본 색상 */
    transition: color 0.3s ease; /* 부드러운 색상 전환 효과 */
}

/* 아이콘에 마우스를 올렸을 때 (호버) */
.header-icons a:hover {
    color: var(--hover);     /* HTML 상단에 설정해둔 스킨의 hover 변수 색상 사용 */
}

/* 카테고리 전체 글자 크기 키우기 */
.category {
    font-size: 13px !important; 
}

/* 카테고리 안의 링크 글자 크기도 같이 키우기 */
.category a {
    font-size: 13px !important; 
}

/* 본문 문단 간격 수정 */
.post p, .wrap p, [data-ke-type='moreLess'] p {
    margin-bottom: 12px !important; /* 문단 아래쪽 여백 생성 */
    line-height: 1.8 !important;    /* 글자 줄간격도 읽기 편하게 조정 */
}