@charset "utf-8";

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin-top: 0;
  word-wrap: break-word;
  box-sizing: border-box;
  list-style: none;
  line-height: var(--line-height);
  letter-spacing: 0;
  font-family: 'Pretendard-Regular';
}

html {
  background-color: var(--skin-bg);
  font-size: var(--font-size);
  color: var(--font-color);
  text-decoration: none;
  scroll-behavior: smooth;
}

body.fade {
  margin-top: 200px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.fade.loaded {
  margin-top: 200px;
  opacity: 1;
}

input,
textarea,
button,
::placeholder {
  border-radius: 0;
  border: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 1rem;
  color: var(--font-color);
  letter-spacing: 0;
}

a,
a:link,
a:visited,
a:active {
  color: var(--font-color);
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

[class*=" xi-"],
[class^=xi-] {
  font-size: 1rem;
  line-height: var(--line-height) !important;
}

.vd .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.vd .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/*======================================*/
/*=============== layout ===============*/
/*======================================*/

#container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  width: calc(var(--side-width) + var(--content-width));
  height: var(--skin-height);
  overflow: hidden;
  border: var(--border);
  border-radius: var(--radius);
  background-color: #fff;
}

#side {
  width: var(--side-width);
  border-right: var(--border);
}

#content {
  width: var(--content-width);
  height: 100%;
  overflow-y: auto;
  padding: 5px;
}

.m-header {
  display: none;
}





/*======================================*/
/*=============== layout ===============*/
/*======================================*/
.pop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff55;
  border-radius: var(--radius);
  z-index: 999;
}

.pop .p-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.pop .p-con {
  width: 250px;
  height: auto;
  padding: 5px;
  background-color: #ffffff;
  border: var(--border);
  border-radius: var(--radius);
  text-align: center;
}

.pop .p-con img {
  width: 100%;
  border: var(--border);
  border-radius: var(--radius);
  margin-bottom: 5px;
}

.pop .p-con .nick {
  margin-bottom: 5px;
  font-weight: bold;
}

.pop .p-con .hl-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--point-color);
}

.pop .close {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: var(--border);
  border-radius: var(--radius);
}




/*=======================================*/
/*=============== sidebar ===============*/
/*=======================================*/

.profile-img a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-bottom: var(--border);
}

.profile-info {
  width: 100%;
  padding: 5px;
  border-bottom: var(--border);
}

.profile-info .title {
  font-weight: bold;
  transition: 0.5s;
}

.profile-info .title:hover {
  color: var(--point-color);
  transition: 0.5s;
}




/*========================================*/
/*=============== category ===============*/
/*========================================*/
.menu {
  overflow: auto;
}

.menu_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: var(--border);
  padding: 5px 10px;
}

.menu_list>li>a>i {
  font-size: 0.85rem;
  transition: 0.5s;
}

.menu_list>li:hover>a>i {
  color: var(--point-color);
  transition: 0.5s;
}

.search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  border-bottom: var(--border);
  padding: 5px;
}

.search i {
  font-size: 0.85rem;
  
}

.search input {
  width: 85%;
  line-height: var(--line-height);

}


.link_tit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 5px;
  border-bottom: var(--border);
}

.link_tit>.c_cnt,
.category_list .c_cnt {
  color: var(--sub-color);
  font-size: 0.9rem;
}

.category_list>li {
  border-bottom: var(--border);
}

.category_list>li>a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  padding: 5px;
}

.category_list>li>.has-sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.category_list>li>.has-sub>a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  width: calc(100% - 20px);
  padding: 5px;
}

.category_list>li>.has-sub>.icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 1;
}

.category_list>li>.has-sub>.icn>i {
  font-size: 0.8rem;
}

.sub_category_list>li {
  border-top: var(--border);
}

.sub_category_list>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  padding: 5px;
}

.sub_category_list>li>a>.cname {
  color: var(--sub-color);
}

.sub_category_list>li>a>.cname::before {
  content: "-";
  margin-right: 1.5px;
}

.cname {
  transition: 0.5s;
}

.cname:hover {
  font-weight: bold;
  color: var(--point-color) !important;
  transition: 0.5s;
}

.category_list i.xi-new-o {
  display: none;
}

.menu .fa-caret-right {
  margin-right: 1.5px;
  font-size: 0rem;
}

.link .link_tt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4.5px;
  padding: 5px;
  border-bottom: var(--border);
}

.link-list {
  display: none;
  margin-bottom: 10px;
}

.link-list>li {
  padding: 5px;
  border-bottom: var(--border);
}

.link-list>li>a>i {
  transform: rotate(45deg);
  font-size: 0.9rem;
  margin-right: 1.5px;
}

.tt_category a:hover .cname,
.link .link_tt:hover span {
  font-weight: bold;
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.5s;
}

.tt_category .cname,
.link .link_tt span {
  transition: 0.5s;
}





/*======================================*/
/*=============== paging ===============*/
/*======================================*/

.paging {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 0;
}






/*==========================================*/
/*=============== list-style ===============*/
/*==========================================*/

.confirm {
  padding: 5px;
  margin-bottom: 5px;
  border: var(--border);
  border-radius: var(--radius);
}

.confirm .c_title span {
  color: var(--sub-color);
}

.confirm .c_desc {
  margin-top: 3px;
  font-size: 0.9rem;
}

.confirm .c_desc:empty {
  display: none;
}

.empty_con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--skin-height) - 80px);
  text-align: center;
}

.empty_con i {
  margin-right: 3px;
}

#list_n1> :not(.n1),
#list_g1> :not(.g1),
#list_g2> :not(.g2),
#list_wz> :not(.wz),
#list_m> :not(.mm),
#list_v> :not(.vd) {
  display: none;
}

.list_w>div:not(.wz, .mm, .vd) .sum {
  display: none;
}

.list_w .xi-lock,
.list_w .xi-new-o {
  color: var(--sub-color);
  font-size: 0.9rem;
}

.list_w .list_t .title .t-icon {
  display: flex;
  gap: 2px;
}

.thumb_i {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.n1 {
  border: var(--border);
  border-radius: var(--radius);
}

.n1 .list_c {
  transition: 0.7s;
}

.n1 .list_c:not(:last-child) {
  border-bottom: var(--border);
}

.n1 .list_t {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 5px;
}

.n1 .list_t .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  width: calc(100% - 55px);
  font-weight: bold;
}

.n1 .list_t .title>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.n1 .list_c:hover .list_t .title span {
  letter-spacing: 0.2px;
  color: var(--point-color);
  transition: 0.7s;
}

.n1 .list_c .list_t .date {
  text-align: center;
  color: var(--sub-color);
}

.n1 .thumb_l {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.n1 .thumb_i {
  display: none;
}





.g1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;

}

.g1 .list_c {
  position: relative;
  width: calc((100% - 10px) / 3);
  overflow: hidden;
  transition: 0.7s;
  border: var(--border);
  border-radius: var(--radius);
}

.g1 .list_c .thumb_i {
  width: 100%;
  overflow: hidden;
}

.g1 .list_c .list_t {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff99;
}

.g1 .list_c .list_t .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.g1 .list_c .list_t .fa-lock {
  display: none;
}

.g1 .xi-new-o {
  display: none;
}

.g1 .list_c:hover .thumb_i {
  filter: grayscale(10);
  transition: 0.7s;
}





.g2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.g2 .list_c {
  position: relative;
  width: 100%;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.g2 .list_t {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-top: var(--border);
}

.g2 .list_t .title {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  font-weight: bold;
}

.g2 .list_t .title .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.g2 .list_t .date {
  padding: 2px 5px;
  background-color: var(--sub-bg);
  border-radius: var(--radius);
  font-size: 0.9rem;
  color: var(--sub-color);
}

.g2 .list_c:hover .list_t .title .text {
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.7s;
}





.wz {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wz .list_c {
  width: 100%;
  padding: 5px;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.wz .list_c a.thumb_l {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}

.wz .thumb_i {
  width: 25%;
  border: var(--border);
}

.wz .list_t {
  width: calc(75% - 5px);
  margin-top: 5px;
}

.wz .list_t .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}

.wz .list_t .title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.wz .list_c:hover .title span {
  letter-spacing: 0.2px;
  color: var(--point-color);
  transition: 0.7s;
}

.wz .t-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wz .t-flex>div {
  padding: 2px 5px;
  border-radius: var(--radius);
  background-color: var(--sub-bg);
  font-size: 0.9rem;
  color: var(--sub-color);
}

.wz .list_t .sum {
  color: var(--sub-color);
  margin-top: 5px;
}

.wz .list_t .sum .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




.mm {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mm .list_c {
  border: var(--border);
  border-radius: var(--radius);
}

.mm .list_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
  transition: 0.7s;
}

.mm .list_t .title span {
  font-weight: bold;
  transition: 0.7s;
}

.mm .list_t .date {
  font-size: 0.9rem;
  color: var(--sub-color);
}

.mm .sum .text {
  padding: 5px;
  border-top: var(--border);
}

.mm .list_c:hover .list_t {
  background-color: var(--sub-bg);
  transition: 0.7s;
}

.mm .list_c:hover .list_t .title span {
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.7s;
}



.vd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vd .list_c {
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.vd .sum .text {
  border-bottom: var(--border);
}

.vd .sum-prt {
  display: none;
}

.vd .list_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

.vd .list_t .title span {
  font-weight: bold;
  transition: 0.7s;
}

.vd .list_t a.thumb_l {
  display: none;
}

.vd .list_t a.thumb_l i {
  font-size: 0.8rem;
}

.vd .list_c:hover .list_t .title span {
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.7s;
}





/*=======================================*/
/*=============== article ===============*/
/*=======================================*/

.entry .title-wrap {
  border: var(--border);
  border-radius: var(--radius);
  margin-bottom: 15px;
}

.entry .title-wrap .t-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

.entry .title-wrap .title {
  font-weight: bold;
  width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.entry .title-wrap .date {
  color: var(--sub-color);
}

.entry .tag_trail {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border-top: var(--border);
}

.entry .tag_trail span {
  font-weight: bold;
  margin-right: 2px;
}

.entry .tag_trail a:before {
  content: '#';
}

.entry .article .ny {
  margin-bottom: 10px;
}

.entry .detail {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.entry .detail .detail-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.entry .detail .detail-top .action_trail span {
  display: flex;
  align-items: center;
  gap: 1.5px;
}

.entry .detail .detail-top .action_trail .more {
  color: var(--sub-color);
}

.entry .detail .detail-top .admin {
  display: flex;
  align-items: center;
  gap: 5px;
}

.entry .detail .detail-top .admin>a {
  display: inline-block;
}

.entry .tt-box-total {
  display: none;
}

.entry .tt-comment-cont {
  display: none;
}

.entry .tt-comment-cont.dp_flex {
  display: flex;
}

.entry .tt-comment-cont>form {
  padding: 10px 0 0 !important;
}






/*==========================================*/
/*========== article / font style ==========*/
/*==========================================*/

.ny p>a {
  font-weight: bold;
  color: var(--point-color);
}

h2,
h2[data-ke-size] {
  line-height: calc(var(--line-height) * 1.3);
}

h3,
h3[data-ke-size] {
  line-height: calc(var(--line-height) * 1.25);
}

h4,
h4[data-ke-size] {
  line-height: calc(var(--line-height) * 1.2);
}

p[data-ke-size='size18'] {
  line-height: calc(var(--line-height) * 1.1);
}

p[data-ke-size='size16'] {
  line-height: var(--line-height);
}

p[data-ke-size='size14'] {
  line-height: calc(var(--line-height) * 0.9);
}

hr[data-ke-style] {
  height: 0 !important;
  margin: 10px auto !important;
  background: none !important;
}

hr[data-ke-style='style5'] {
  border-bottom: 1px solid var(--font-color);
}

hr[data-ke-style='style6'] {
  border-bottom: var(--border);
}





/*==========================================*/
/*=============== imageblock ===============*/
/*==========================================*/

figure.imageblock.alignCenter {
  margin: 0 auto 5px !important;
}

figure.imagegridblock,
#tt-body-page figure.imagegridblock {
  margin: 0 auto !important;
}

figure.imagegridblock .image-container>span {
  margin-top: 0 !important;
}

figure.imageblock.alignCenter>figcaption,
figure.imagegridblock>figcaption {
  font-size: 0.8rem !important;
  color: #C0C0C0!important
}





/*==========================================*/
/*=============== blockquote ===============*/
/*==========================================*/

.ny blockquote {
  font-size: 1rem;
  line-height: var(--line-height);
  color: var(--font-color) !important;
}

blockquote,
blockquote p {
  font-size: 1rem !important;
}

blockquote[data-ke-style='style1'] {
  text-align: center;
  margin: 10px 0;
}

blockquote[data-ke-style='style1']:before {
  content: '\f10d';
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

blockquote[data-ke-style='style1']>span {
  font-family: 'Pretendard-Regular' !important;
}

blockquote[data-ke-style='style2'] {
  padding: 5px;
  padding-right: 0;
  border-left: var(--border);
  border-left-width: 5px;
  margin: 10px 0;
}

blockquote[data-ke-style='style3'] {
  padding: 5px;
  border: var(--border);
  border-radius: var(--radius);
  background-color: var(--sub-bg);
  margin: 10px 0;
}





/*==========================================*/
/*=========== video Optimization ===========*/
/*==========================================*/

.ny iframe {
  max-width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

figure[data-ke-type='video'][data-ke-style='alignCenter'] {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

figure[data-ke-type='video'] figcaption {
  color: var(--font-color);
  font-size: 1rem;
}






/*=========================================*/
/*========== article / list-type ==========*/
/*=========================================*/

ul[data-ke-list-type='disc'],
ul[data-ke-list-type='circle'],
ol[data-ke-list-type='decimal'] {
  padding-left: 15px;
}





/*=========================================*/
/*============ image Slideshow ============*/
/*=========================================*/

figure.imageslideblock.alignCenter {
  margin: 0 auto 10px;
}

figure.imageslideblock div.image-container {
  position: relative;
  width: 100% !important;
  height: unset !important;
  padding-bottom: 100%;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  align-items: unset;
}

figure.imageslideblock div.image-container span.image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

figure.imageslideblock div.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}

figure.imageslideblock figcaption {
  color: var(--font-color);
  font-size: 1rem;
  padding-top: 0;
  min-height: unset;
}





/*========================================*/
/*=============== moreless ===============*/
/*========================================*/

div[data-ke-type="moreLess"] {
  margin: 10px 0;
}

div[data-ke-type='moreLess'] .btn-toggle-moreless {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  width: fit-content;
  color: var(--font-color);
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 5px;
  border: var(--border);
  border-radius: var(--radius);
  background-color: var(--sub-bg);
}

div[data-ke-type='moreLess']:not(.open)>.btn-toggle-moreless::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
  font-size: 0.8rem;
}

div[data-ke-type='moreLess'].open>.btn-toggle-moreless::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
  font-size: 0.8rem;
}

div[data-ke-type='moreLess'].open .moreless-content {
  padding: 5px;
  margin-top: 10px;
  border: var(--border);
  border-radius: var(--radius);
}





/*=========================================*/
/*=============== fileblock ===============*/
/*=========================================*/

figure.fileblock {
  margin: 10px 0;
  width: 170px;
  height: unset;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

figure.fileblock a {
  position: relative;
  height: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}


figure.fileblock .image {
  position: relative;
  background: none;
  margin: 0;
  width: auto;
  height: auto;
}

figure.fileblock .image:after {
  content: "\eaa7";
  font-family: 'xeicon' !important;
  font-size: 28px;
  padding: 10px 5px;
}

figure.fileblock .desc {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: calc(100% - 50.5px);
  padding: 10px 5px;
  padding-left: 0;
}

figure.fileblock .filename {
  color: var(--font-color);
  font-size: 1rem;
  height: auto;
  margin: 0;
}

figure.fileblock .name {
  max-width: 95%;
  height: auto;
  font-weight: bold;
}

figure.fileblock .size {
  font-size: 0.85rem;
  color: var(--sub-color);
  height: auto;
  margin: 0;

}

figure.fileblock a::after {
  display: none;
}

figure.fileblock a>.down {
  display: block;
  width: 100%;
  border-top: var(--border);
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px;
  background-color: var(--sub-bg);
}

figure.fileblock a>.down>span:after {
  content: "\eb7c";
  font-family: 'xeicon' !important;
  font-size: 1rem;
}

figure.fileblock a>.down>span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

figure.fileblock a:hover .down {
  letter-spacing: 2px;
  color: var(--point-color);
  transition: 0.5s;
}





/*=========================================*/
/*=============== codeblock ===============*/
/*========================================*/

pre[data-ke-type="codeblock"] {
  padding: 5px;
  margin: 10px 0;
  background-color: #fff;
  border: var(--border);
  border-radius: var(--radius);
}

pre[data-ke-type="codeblock"]>code {
  font-family: 'Pretendard-Regular';
}

pre[data-ke-type="codeblock"] code::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #fff;
}

pre[data-ke-type="codeblock"] code::-webkit-scrollbar-thumb {
  width: 3px;
  height: 3px;
  background-color: var(--border);
  border: 0;
}





/*=========================================*/
/*=========== protected article ===========*/
/*=========================================*/

.protect {
  width: 100%;
  height: 100%;
  border: var(--border);
  border-radius: var(--radius);
}

.protect .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-bottom: var(--border);
}

.protect .title-wrap .title {
  width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.protect .date {
  color: var(--sub-color);
}

.protect .p-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
}

.protect .p-info {
  display: flex;
  flex-direction: column;
}

.protect .p-info i {
  font-size: 1.7rem;
}

.protect .p-info span {
  margin: 10px 0;
}

.protect .p-input {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.protect .p-input input {
  width: 100px;
  padding: 5px;
  border-right: var(--border);
}

.protect .p-input button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  aspect-ratio: 1;
}





/*======================================*/
/*=============== taglog ===============*/
/*======================================*/

.taglog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.taglog a {
  width: calc((100% - 20px) / 5);
  padding: 5px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: var(--border);
  border-radius: var(--radius);
  transition: 0.7s;
}

.taglog a:before {
  content: '#';
}

.taglog a:hover {
  font-weight: bold;
  letter-spacing: 0.2px;
  color: var(--point-color);
  background-color: var(--sub-bg);
  transition: 0.7s;
}





/*======================================*/
/*=============== notice ===============*/
/*======================================*/

.n_entry {
  border: var(--border);
  border-radius: var(--radius);
}

.n_entry:not(:last-child) {
  margin-bottom: 5px;
}

.n_entry .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-bottom: var(--border);
  transition: 0.7s;
}

.n_entry .title-wrap .title {
  width: calc(100% - 50px);
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.n_entry .title-wrap .date {
  color: var(--sub-color);
}

.n_entry .article {
  padding: 5px;
}

.n_entry .container_postbtn {

  display: none !important;
}

.n_entry:hover .title-wrap {
  background-color: var(--sub-bg);
  transition: 0.7s;
}

.n_entry:hover .title-wrap .title {
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.7s;
}





/*======================================*/
/*=============== comment ===============*/
/*======================================*/

/*----- setting -----*/
.tt-comment-cont * {
  font-family: 'Pretendard-Regular' !important;
  font-size: var(--font-size) !important;
  line-height: var(--line-height) !important;
  color: var(--font-color) !important;
}

.tt-comment-cont {
  display: flex;
  flex-direction: column;
}

.entry .tt-comment-cont {
  padding: 0;
}

.tt-box-write .tt-xe-label-text {
  font-size: 0 !important;
}

.tt_ico_lock {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tt-box-total {
  display: none;
}

.tt-area-reply {
  order: 3;
  margin-bottom: 0 !important;
}



/*----- write form -----*/
.tt-comment-cont>form {
  order: 2;
}

.tt-list-reply-comment .tt-area-write {
  /*답글 입력폼*/
  padding: 10px 10px 0;
}

.tt-btn-cancel {
  height: 25px !important;
  width: 50px !important;
  border: var(--border) !important;
  border-radius: var(--radius) !important;
}

.tt-area-write {
  display: block !important;
  margin-bottom: 20px;
}

.tt-area-write .tt-box-account {
  border: var(--border);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 0 !important;
}

.tt-area-write .tt-box-account input {
  width: 50%;
  padding: 5px !important;
  border: 0 !important;
}

.tt-area-write .tt-box-account input::placeholder {
  color: var(--font-color) !important;
}

.tt-area-write .tt-box-account input:first-child {
  border-right: var(--border) !important;
}

.tt-area-write .tt-box-thumb {
  display: none;
}

.tt-box-textarea {
  margin-bottom: 10px !important;
  padding: 5px;
  border: var(--border);
  border-radius: 0 0 var(--radius) var(--radius);
}

/* no input */
.tt_wrap_write>.tt-box-textarea:first-child {
  border-radius: var(--radius);
}


.tt-box-textarea .tt_txt_user {
  display: none !important;
}

.tt-box-textarea .tt-inner-g {
  overflow: auto !important;
  min-height: unset !important;
  max-height: 100px !important;
  padding: 0 5px 0 0 !important;
  border: unset !important;
  border-radius: unset !important;
  text-align: justify;
}

.tt-box-textarea .tt-inner-g::-webkit-scrollbar {
  background: #fff;
}

.tt-box-textarea .tt-inner-g::-webkit-scrollbar-thumb {
  background: var(--scroll-th);
}

.tt-box-textarea textarea,
.tt-box-textarea div {
  height: unset !important;
}

.tt-box-textarea .tt-cmt[contenteditable=true]:empty:before {
  color: var(--font-color) !important;
}

.tt-box-write .tt-xe-label {
  height: 25px;
  aspect-ratio: 1;
  border: var(--border);
  border-radius: var(--radius);
  margin-top: 0 !important;
  margin-right: 10px !important;
  justify-content: center;
}

.tt-box-write .tt-xe-input-helper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.tt-box-write .tt_img_area_reply {
  background-image: none !important;
}

.tt-btn_register {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px !important;
  height: 25px;
  border-radius: var(--radius) !important;
  font-weight: bold;
  background-color: var(--sub-bg) !important;
  border: var(--border) !important;
}

.tt-btn_register:disabled,
.tt-btn_register:hover,
.tt-btn_register:focus {
  border: var(--border) !important;
}



/*----- comment list -----*/

ul.tt-list-reply {
  border-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.tt-list-reply>li.tt-item-reply {
  padding: 0 !important;
  border: var(--border) !important;
  border-radius: var(--radius);
}

ul.tt-list-reply>li.tt-item-reply>.tt-wrap-cmt {
  padding: 5px;
}

ul.tt-list-reply>li.tt-item-reply>.tt-wrap-cmt>.tt-box-thumb {
  display: none !important;
}

ul.tt-list-reply>li.tt-item-reply>.tt-wrap-cmt>.tt-box-content {
  width: 100% !important;
}

ul.tt-list-reply-comment {
  margin: 0 !important;
  border: 0 !important;
}

ul.tt-list-reply-comment>li.tt-item-reply {
  padding: 0 !important;
  border-top: var(--border) !important;
}

ul.tt-list-reply-comment>li.tt-item-reply:before {
  display: none !important;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt {
  width: 100% !important;
  justify-content: space-between !important;
  align-items: stretch;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt>.tt-box-content {
  width: calc(100% - 20px) !important;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt>.tt-box-thumb {
  margin: 0 !important;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt>.tt-box-thumb span.tt-thumbnail {
  width: 20px !important;
  height: 0 !important;
  background-image: none !important;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt>.tt-box-thumb span.tt-thumbnail:after {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

ul.tt-list-reply-comment>li.tt-item-reply>.tt-wrap-cmt>.tt-box-content {
  padding: 10px;
}

.tt-wrap-cmt .tt-box-meta {
  gap: 3px;
  margin-bottom: 5px !important;
}

.tt-wrap-cmt .tt-box-meta a {
  font-weight: bold;
  overflow: visible !important;
}

.tt-wrap-cmt .tt-box-meta span {
  margin-left: 0 !important;
}

.tt-wrap-cmt .tt-box-meta span i {
  font-size: 0.9rem !important;
  color: var(--sub-color) !important;
}

.tt-wrap-cmt .tt-box-meta .tt_img_area_reply {
  background-image: none !important;
}

.tt-wrap-cmt .tt-wrap-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.tt-wrap-cmt .tt_date {
  padding: 2px 5px !important;
  border-radius: var(--radius);
  background-color: var(--sub-bg);
  color: var(--sub-color) !important;
  font-size: 0.9rem !important;
}

.tt-wrap-cmt .tt-wrap-link-comment {
  padding-left: 0 !important;
}

.tt-link-comment .tt_txt_g {
  padding: 2px 5px !important;
  border-radius: var(--radius);
  background-color: var(--sub-bg);
  color: var(--sub-color) !important;
  font-size: 0.9rem !important;
  font-weight: bold;
}

.tt-wrap-info .tt_date+.tt-wrap-link-comment:before {
  display: none !important;
}

.tt-wrap-cmt .tt-box-modify {
  top: 6px !important;
  right: 5px !important;
}

.tt-wrap-cmt .tt-box-modify button.tt_img_area_reply {
  background-image: none !important;
}

.tt-button-modify {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.tt-list-modify {
  top: 18px !important;
  display: flex;
  flex-direction: column;
  width: 70px !important;
  padding: 0 !important;
  border: var(--border) !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
  overflow: hidden;
}

ul.tt-list-modify>li>a {
  padding: 7px !important;
  font-size: 0.9rem !important;
  line-height: var(--line-height) !important;
  font-family: "Pretendard-Regular" !important;
  color: var(--font-color) !important;
  letter-spacing: 0 !important;
  border-bottom: var(--border);
}

ul.tt-list-modify>li:last-child a {
  border-bottom: 0 !important;
}



/*----- pinned comment -----*/
.tt-item-reply .tt_cmt_info {
  border-bottom: var(--border);
  margin: unset !important;
  padding: 5px;
  gap: 3px;
}

.tt-item-reply .tt_cmt_info .tt_txt_g {
  margin-right: 0 !important;
}

.tt-item-reply:has(.tt_cmt_info) {
  border: var(--border) !important;
  border-radius: var(--radius);
  margin-bottom: 5px;
}

.tt-item-reply:has(.tt_cmt_info) .tt-wrap-cmt .tt-box-modify {
  top: 5px !important;
  right: 5px !important;
}

.tt-item-reply .tt_cmt_info .tt_img_area_reply {
  background-image: none !important;
}

.tt-item-reply .tt_cmt_info .tt_ico_fixed {
  width: fit-content;
  height: 1rem;
  margin: 0 !important;
}

.tt-item-reply .tt_cmt_info .tt_ico_fixed i {
  font-size: 0.9rem !important;
}

.tt-link-comment .tt_num_g {
  display: none;
}



/*----- prev more comment -----*/
.tt_btn_prev_more {
  padding: 5px !important;
  margin-bottom: 5px !important;
  border: var(--border) !important;
  border-radius: var(--radius);
}





/*==========================================*/
/*=============== cover item ===============*/
/*==========================================*/

.c_item:not(:last-child) {
  margin-bottom: 10px;
}

.c_item .title-wrap span {
  font-weight: bold;
}



.cn1 {
  padding: 5px;
  border: var(--border);
  border-radius: var(--radius);
}

.cn1 .cn_content {
  border: var(--border);
  border-radius: var(--radius);
}

.cn1 .cn_content:not(:last-child) {
  margin-bottom: 5px;
}

.cn1 .cn_content .cn_tt {
  padding: 5px;
  border-bottom: var(--border);
  font-weight: bold;
}

.cn1 .cn_content .cn_sum {
  padding: 5px;
  text-align: justify;
}

.cn1 .cn_content .cn_img {
  width: 100%;
  padding: 5px;
  border-bottom: var(--border);
}

.cn1 .cn_content .cn_img img {
  max-width: 100%;
}



.cn2 .cn_content .cn_img {
  width: 100%;
  margin-bottom: 5px;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.cn2 .cn_content .cn_img img {
  width: 100%;
}

.cn2 .cn_content .cn_text_wrap {
  margin-bottom: 5px;
  border: var(--border);
  border-radius: var(--radius);
}

.cn2 .cn_content .cn_text_wrap .cn_tt {
  padding: 5px;
  font-weight: bold;
  border-bottom: var(--border);
}

.cn2 .cn_content .cn_sum {
  padding: 5px;
  text-align: justify;
}



.cg1 .cg_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

.cg1 .list_c {
  position: relative;
  width: calc((100% - 10px) / 3);
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.cg1 .list_c .list_t {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff99;
}

.cg1 .list_c .list_t .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.cg1 .list_c .sum {
  display: none;
}



.cg2 .cg_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.cg2 .list_c {
  width: calc((100% - 5px) / 2);
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.cg2 .list_c .list_t {
  border-top: var(--border);
  padding: 5px;
}

.cg2 .list_c .list_t span {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cg2 .sum {
  display: none;
}



.cl .cl_content {
  border: var(--border);
  border-radius: var(--radius);
}

.cl .cl_content:last-child {
  border-bottom: 0;
}

.cl .cl_text_wrap {
  padding: 8px 5px;
  border-bottom: var(--border);
}

.cl .cl_text_wrap:hover .cl_tt {
  color: var(--point-color);
  letter-spacing: 0.2px;
  transition: 0.7s;
}

.cl .thumb_l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.cl .cl_tt {
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.cl .date {
  color: var(--sub-color);
}





.cwz .cwz_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cwz .list_c {
  width: 100%;
  padding: 5px;
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.cwz .list_c a.thumb_l {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}

.cwz .thumb_i {
  width: 25%;
  border: var(--border);
}

.cwz .list_t {
  width: calc(75% - 5px);
  margin-top: 5px;
}

.cwz .list_t .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cwz .list_t .title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

.cwz .list_c:hover .title span {
  letter-spacing: 0.2px;
  color: var(--point-color);
  transition: 0.7s;
}

.cwz .t-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cwz .t-flex>div {
  padding: 2px 5px;
  border-radius: var(--radius);
  background-color: var(--sub-bg);
  font-size: 0.9rem;
  color: var(--sub-color);
}

.cwz .list_t .sum {
  color: var(--sub-color);
  margin-top: 5px;
}

.cwz .list_t .sum .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}








/*=========================================*/
/*================== RWD ==================*/
/*=========================================*/

@media (max-width:767px) {

  #container {
    width: calc(100% - 40px);
    height: auto;
    margin: 20px auto;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #ffffff00;
    border: 0;
    border-radius: 0;
  }

  .m-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 5px;
    width: 100%;
  }

  .m-header .m-title {
    padding: 5px;
    display:none;
    background-color: #fff;
    border: var(--border);
    border-radius: var(--radius);
  }

  .m-header .m-title a {
    font-weight: bold;
    color: var(--point-color);
  }

  .m-header .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: var(--border);
    border-radius: var(--radius);
    height: 100%;
    aspect-ratio: 1;
  }

  .pop {
    position: fixed;
  }

  #side {
    position: fixed;
    top: 0;
    left: -50%;
    width: 45%;
    height: 100%;
    background-color: var(--skin-bg);
    border-right: var(--border);
    padding: 10px;
    z-index: 998;
    transition: 0.7s;
  }

  .slide {
    left: 0 !important;
    transition: 0.7s;
  }

  #side .profile {
    background-color: #fff;
    border: var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 10px;
  }

  #side .profile-info {
    border-bottom: 0;
  }

  #side .menu_list {
    background-color: #fff;
    border: var(--border);
    border-radius: var(--radius) var(--radius) 0 0;
  }

  #side .search {
    background-color: #ffffff;
    border: var(--border);
    border-radius: 0 0 var(--radius) var(--radius);
    border-top: 0;
    margin-bottom: 10px;
  }

  #side .tt_category {
    background-color: #fff;
    border: var(--border);
    border-bottom: 0;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  #side .link {
    background-color: #fff;
    border: var(--border);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
  }

  #side .link_tt {
    border-bottom: 0;
  }

  #side .link-list {
    margin-bottom: 0;
    border-top: var(--border);
  }

  #side .link-list>li:last-child {
    border-bottom: 0;
  }

  #content {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: var(--border);
    border-radius: var(--radius);
  }

  .taglog a {
    width: calc((100% - 15px) / 3);
  }
}





/*=========================================*/
/*=============== copyright ===============*/
/*=========================================*/

.yunicorn a {
  position: fixed;
  left: 13px;
  bottom: 10px;
  font-family: 'Pretendard-Regular';
  font-size: 12px;
  color: var(--font-color);
  letter-spacing: 1px;
  /* 수정 및 삭제 금지 */
}

/*=========================================*/
/*=============== copyright ===============*/
/*=========================================*/