@charset "UTF-8";

/*skin start*/

/* font */
@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;}


/* CSS Document */
 * {padding: 0; margin: 0; box-sizing: border-box;  font-family: 'RIDIBatang';
 outline: none; font-size: inherit; line-height: inherit; word-break:break-all;}
 body {background-repeat: no-repeat;
 background-attachment: fixed; background-size: cover; background-position: center;}
 a { text-decoration: none; background: transparent; }
 ul, li, ol {list-style: none; padding:0; margin: 0;}
 input:focus, textarea:focus, ::placeholder { outline: none; border: none;}
 button {padding: 0; border:0; background: transparent;}
 img {vertical-align: bottom;}
 textarea {resize: none;}
 .newpost {display: none; vertical-align: middle; width: 12px !important; height: 12px !important;}


/* cursor */
 *{cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;}


 /* loading */
 #loading
 { width: 100%; height: 100%; top: 0; left: 0; background: #ffffff;
 position: fixed; display: flex; z-index: 999; opacity: 0.9;}
 #loading > img { display: flex; width: 70px; height: 70px; margin: auto;}


/* layout */
 #whole {width: 100%; height: 100vh; display: flex; overflow: hidden;
 align-items: center; margin: 0; font-size: 11px; line-height: 15px;
 position: relative;  justify-content: center;}
 #sidebar {margin-right: 50px; position: relative;}
 #container {margin-left: 50px; position: relative; height: 100%; overflow-y: auto;}
 #img-text {display: none;}
 #paging {display: flex;  justify-content: flex-end; flex-direction: column;
 margin-left: 10px;}
 #paging a {font-size: 12px; font-weight: bold;}

/* sidebar */
 .blog-img {width: 100%; height: 100%; overflow: hidden; position: relative;}
 .blog-img img {width: 100%; height: 100%; opacity: 1;  	-webkit-filter: blur(0);
 filter: blur(0);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}
 .blog-img:hover img {opacity: 0.8; -webkit-filter: blur(0px); filter: blur(2px);}
 .cate {display: none; position: absolute; top: 50%; left: 50%;  padding: 5px 0;
 transform: translate(-50%,-50%); width: 50%; height: 50%;}
 .cate-inner {display: flex; flex-direction: column; justify-content: space-between;
 width: 100%; height: 100%;}

 .category a {display: block;}
 .category {display: flex; justify-content: center;  max-height: 60%; overflow-y: auto;}
 .category > ul > li > a {display: none;}

 .b-title {text-align: center; font-weight: bold;}
 
 .cate_li {display: flex;}
 .sub_category_list {display: none; margin: 0 3px;}
 .sub_category_list > li > a:before{content:"-";}
 .link_item, .sub_item {margin: 3px;}
 .link_item.sub_cate {margin: 3px;}

 .menu-item1, .menu-item2 {display: flex; justify-content: center;}
 .menu-item1 li {margin: 0 3px;} 
 .menu-item1 li:first-child{margin-left: 0;}
 .menu-item1 li:last-child{margin-right: 0;}
 .menu-item2 li:first-child{margin-right: 3px;}


/* hover */
 .sub_item:hover {cursor: pointer;}
 .link_item:hover, .paging a:hover,
 .comment-btn:hover, .related-btn:hover {cursor: pointer;}
 .comment-send:hover, .p-next a:hover, .p-prev a:hover {cursor: default;}
 #list-basic .list-wrap a:hover {transform: translateX(5px); transition: all 0.3s ease;}

/* list */ 
 .empty {text-align: center; margin: 10px 0; width: 100%;}
 .list-inner:after{content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .list-wrap a {background: transparent;}
 
 .category-name {display: flex; align-items: center;
 justify-content: center; margin: 5px 0;}
 .category-name span { font-weight: bold;}
 .cate-count, .cate-conform {text-align: center;}
 .cate-conform {margin-right: 5px; font-weight: bold;}

 .list-inner {height: 100%; overflow-y: auto;}
/* list-basic */
 #list-basic .list-wrap{ display: block;}
 #list-basic .list-td{ width: 100%; display: flex; flex-direction: row; justify-content: space-between;
 align-items: center;}
 #list-basic .list-title { width: 70%; height: 100%; font-weight: bold;
 overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-basic .list-lock .list-title:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-right: 2px;}
 #list-basic .list-date {display: flex; align-items: center;}
 #list-basic .list-wrap a {display: flex; margin: 5px; padding: 5px;}
 #list-basic .thumbnail, #list-basic .summary {display: none;}
/* list-gallery */
 #list-gallery .list-wrap a:hover .newpost, #list-summary .list-wrap a:hover .newpost  {-webkit-transform: none; transform: none;}
 #list-gallery .list-inner {display: flex; flex-wrap: wrap;}
 #list-gallery .list-wrap{float: left; width: calc((100% - 6px) / 3); margin: 1px;
 position: relative; box-sizing: border-box;}
 #list-gallery .list-wrap a{display: block; box-sizing: border-box;}
 #list-gallery .list-wrap .thumbnail {width: 100%; overflow: hidden; position: relative;}
 #list-gallery .list-wrap .thumbnail img{width:100%; object-fit: cover;  	-webkit-filter: blur(0);
 filter: blur(0);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}
 #list-gallery .list-wrap .thumbnail:hover img{-webkit-filter: blur(0px); filter: blur(2px);}
 #list-gallery .list-lock .thumbnail-info:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;}
 #list-gallery .list-lock .thumbnail:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 position: absolute; display: flex; justify-content: center; align-items: center;
 width: 100%; height: 100%; opacity: 1;}
 #list-gallery .list-td, #list-gallery .summary, #list-gallery .thumbnail-info {display: none;}
/* list-summary */
 #list-summary .list-inner {display: flex; flex-wrap: wrap;}
 #list-summary .list-wrap{float: left; width: calc((100% - 0px) / 1); margin: 0;
 position: relative; box-sizing: border-box;}
 #list-summary .list-wrap a{display: flex;}
 #list-summary .list-wrap .thumbnail {width: 120px; height: 120px; overflow: hidden; position: relative;}
 #list-summary .list-wrap .thumbnail img{width: 100%; overflow: hidden; position: relative;}
 #list-summary .list-wrap a:hover img{-webkit-filter: blur(0px); filter: blur(2px);}
 #list-summary .summary {padding: 5px; width: calc(100% - 120px); display: flex; flex-direction: column;
 justify-content: space-between;}
 #list-summary .summary-desc {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
 text-overflow: ellipsis;}
 #list-summary .summary-title {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
 text-overflow: ellipsis; font-weight: bold;}
 #list-summary .summary-date {text-align: right;}
 #list-summary .list-lock .summary-title:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;}
 #list-summary .list-lock .thumbnail:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 position: absolute; display: flex; justify-content: center; align-items: center;
 width: 100%; height: 100%; opacity: 1;}
 #list-summary .list-td, #list-summary .thumbnail-info {display: none;}


/* article */
 #article {padding: 5px;}
 .article-title {text-align: center;}
 .article-title span {font-weight: bold; font-size: 12px;}
 .article-date {text-align: right; padding-bottom: 5px; margin-bottom: 5px;}

 .article-tag a::before {content: '#'; margin-right: 3px;}


/* container_postbtn */
 .container_postbtn {padding: 10px 0 !important;}
 .container_postbtn .postbtn_like {float: right !important;}


/* article paging , article-related */
 .article-paging {display: flex; justify-content: space-between; 
 font-size: 11px; font-weight: bold; margin: 5px 0;} 
 .article-btn {display: flex; flex-direction: row; justify-content: space-between;}
 .related-button {margin-bottom: 15px;}
 .comment-button, .related-button {display: flex; align-items: center; justify-content: center;}
 .comment-button i, .related-button i {line-height: normal !Important;} 
 
 #article-related { display: none; padding: 5px;}
 #article-related:after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 #article-related .rd-inner {font-size: 11px; font-weight: bold; text-align: right; margin-bottom: 5px;}
 #article-related .rd-wrap { float: left; width: calc((100% - 8px) / 4); margin: 1px; position: relative;}
 #article-related .rd-title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 text-align: center;  width: 100%; height: 100%; 
 font-size: 12px; font-weight: bold;}
 #article-related .thumb_related img {width: 100%; object-fit: cover;}


/* blockquote */
 blockquote[data-ke-style='style1'] span:before{ content: ''; display: block; background: url(https://t1.daumcdn.net/keditor/dist/0.4.9/image/blockquote-style1.svg) no-repeat 50% 0; padding-top: 25px; transform: rotate(0deg);
 margin-top: 10px; }
 blockquote[data-ke-style='style1'] span:after{ content: ''; display: block; background: url(https://t1.daumcdn.net/keditor/dist/0.4.9/image/blockquote-style1.svg) no-repeat 50% 0; padding-top: 25px; transform: rotate(180deg); 
 margin-bottom: 10px;}

 blockquote[data-ke-style='style2'] { padding:5px; margin:10px 0;  font-size: 12px; line-height:20px; font-weight: bold;
 text-align: left; background: #fff;}
 blockquote[data-ke-style='style3'] { padding: 5px; margin:10px 0; font-size: 8pt; line-height: 20px; overflow-y: auto;}
 blockquote p  {font-size: 13px !important;}
 blockquote, blockquote p {text-align: center; color: #000 !important;}
  
 .btn-toggle-moreless{padding: 5px; font-family: 'RIDIBatang'; font-size: 10.5px !important; font-weight: bold;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless {border-radius: 0;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless:before{content:"\f0d7"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-right: 5px;}
 div[data-ke-type='moreLess'].open .btn-toggle-moreless:before{content:"\f0d8"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-right: 5px;}
 div[data-ke-type='moreLess'].open .moreless-content{margin:0; padding:5px; overflow: hidden;}
 figure.fileblock {margin-top: 10px !important; margin-bottom: 10px !important;}
 figure.imageblock.alignCenter {margin: 0 auto !Important;}
 #tt-body-page figure.imageblock img, figure.imageblock img {margin: 10px 0 !important;}
 figure.imagegridblock, #tt-body-page figure.imagegridblock {margin: 10px 0 !important;}
 figure.imagegridblock .image-container {justify-content:  center !important;}


/* comment */
 .comment-input input[type="checkbox"]+label:before, .comment-send {color: #000;}
 .tistoryProfileLayerTrigger {display:none !important;} 
 #comment {display: none; margin: 5px 0;}
 #comment .comment-type {margin: 10px 0;}
 .comment-write {padding: 0;}
 .comment-textarea {display: flex; flex-direction: column;}
 .comment-textarea textarea {width: 100%; height: 30px; font-family: 'RIDIBatang';
 padding: 5px; background: none; border: none;}
 .comment-textarea textarea:focus {transition-duration: 0.3s;}
 .comment-input { display: flex; justify-content: flex-end;}
 .comment-type:last-child {border-bottom: none;}
 .comment-secret, .comment-send {padding: 5px;}
 .comment-input input[type=submit] { background: transparent;}
 .comment-input input[type="checkbox"] {display: none;} 
 .comment-input input[type="checkbox"]+label:before{ content: '공개';}
 .comment-input input[type="checkbox"]:checked+label:before{ content: '비밀글';}
 .sguest-input  {display: flex;}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 padding: 5px; border-radius: 0 !important; width: 50%;}
 #comment-list, #reply-list {padding: 5px;} 
 #reply-list {padding-left: 15px;}
 .comment-info {display: flex; flex-direction: row; justify-content: flex-start;}
 .comment-left {display: flex;}
 .comment-img {display: none;}
 .comment-name, .comment-date {margin-right: 5px;}
 .comment-name span {font-weight: bold;}
 .comment-edit {display: flex;}
 .comment-edit a {display: flex; align-items: center; justify-content: center;}
 .comment-edit a:first-child {margin-right: 5px;}

 .comment-secret, .comment-send {padding: 5px;}
 .comment-input input[type=submit] { background: transparent;}
 .comment-input input[type="checkbox"] {display: none;} 
 .comment-input input[type="checkbox"]+label:before{ content: '공개';}
 .comment-input input[type="checkbox"]:checked+label:before{ content: '비밀글';}
 .sguest-input  {display: flex;}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 padding: 5px; border-radius: 0 !important; width: 50%;}
 
 #guestbook .comment-type {margin: 5px 0;}
 #guestbook {padding: 5px;}
 #guestbook .comment-write {margin: 15px 0;}
 #guestbook .comment-textarea textarea {height: 50px;}


/* notice */
 #notice {padding: 5px; margin: 5px;}
 .notice-title {text-align: center; margin-top: 5px;}
 .notice-title span {font-weight: bold; font-size: 13px; text-align: center; padding: 5px;
 margin: 5px;}
 .notice-date {text-align: right; margin-bottom: 5px;}
/* notice 공감버튼 */
 #notice .container_postbtn {display: none;}
/* notice - profile */
 #notice .article-profile {display: flex; margin: 0 15px 0 0; align-items: center;}
 #notice .summary-1,  #notice .summary-dot,  #notice .summary-2 {margin-right: 10px;}
 #notice .summary-1 img {width: 32px; height: 32px; border-radius: 50%;}
 #notice .summary-dot {border-radius: 50%; width: 4px; height: 4px;}


/* protected */ 
 #protected { display: flex; margin: 0 auto; height: 100%; flex-direction: column;
 align-items: center; justify-content: center; padding: 20px;}
 .protected-info {display: flex; width: 100%; flex-direction: column; justify-content: space-between;}
 .protected-cate {text-align: center;}
 .protected-td {text-align: center; display: none;}
 .protected-title span {font-size: 13px; font-weight: bold;}
 .protected-desc {font-size: 13px; font-weight: bold; margin-bottom: 10px; text-align: center}
 .protected-desc span {font-size: 13px; font-weight: bold;}
 .protected-wrap {display: flex; flex-direction: column;}
 .protected-password input[type="password"] {height: 30px; border: none; font-family: 'RIDIBatang'; 
 background: none; border-radius: 3px; padding: 3px;}
 .protected-password input[type="button"] {height: 30px; border:none; font-family: 'RIDIBatang';
 background: none;  border-radius: 3px; padding: 3px;}


/* tag */
 #tag {text-align: left;}
 .tag-desc ul {display: flex; flex-wrap: wrap; flex-direction: row;}
 .tag-desc li a {display: block; padding: 5px;}
 .tag-desc a:before{content: "#"; font-weight:bold; margin-right: 1px; } 


/* cover */
 .cover-inner {margin-right: 0;}
 .cover-inner .inner{padding: 5px;}
 .c-title {text-align: center; margin-bottom: 10px;}
 .c-title span {font-weight: bold; padding: 5px; margin: 5px 0;} 

 .c-notice .c-img {position: relative; width: 100%; text-align: center; margin-bottom: 5px;}
 .c-notice .c-img img {max-width: 100%;}

 .c-gallery.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-gallery .c-gwrap { float: left; width: calc((100% - 6px) / 3); margin: 1px; position: relative;}
 .c-gallery .c-thumbnail {width: 100%; overflow: hidden; position: relative;}
 .c-gallery .c-thumbnail img {width:100%; object-fit: cover;  	-webkit-filter: blur(0);
 filter: blur(0);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}
 .c-gallery .c-thumbnail:hover img {-webkit-filter: blur(0px);	filter: blur(2px);}
 .c-gallery .c-listtitle {text-align: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
 overflow: hidden; display: none;}
 .c-gallery .thumbnail-text {display: none;}

 .c-list .clist-wrap a {display: block; margin: 5px 0;} 
 .c-list .c-listtd {display: flex; flex-direction: row; justify-content: space-between;
 align-items: center;}
 .c-list .c-listtext {overflow: hidden;text-overflow: ellipsis;
 display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
 .c-list .c-date  {width: 40%; display: flex; justify-content: flex-end; align-items: center;}
 .c-list .c-listtitle {overflow: hidden; text-align:left; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;text-overflow: ellipsis; width: 80%;}
 .c-list .c-proimg img {width: 32px; height: 32px; object-fit: cover; border-radius: 50%;}
 .c-list .c-listtitle span {font-weight: bold;}
 .c-list .c-summary { display: none; overflow: hidden; text-overflow: ellipsis;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}


/* swiper */
 .swiper { width: 100%; margin: 0 !important; }
 .swiper-slide { text-align: center; font-size: 18px; background: #fff;
 /* Center slide text vertically */
 display: -webkit-box; display: -ms-flexbox;
 display: -webkit-flex; display: flex;
 -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;
 justify-content: center; -webkit-box-align: center; -ms-flex-align: center;
 -webkit-align-items: center; align-items: center; }
 .swiper-slide img { display: block; width: 100%; object-fit: cover; height: 100%;}
 .swiper-pagination-bullet {background: #ffffffb6 !important; opacity: 100 !important;}
 .swiper-pagination-bullet-active {background: #aeaeae !important; opacity: 100 !important;}



/* 반응형 */ 
 @media (max-width:800px){
 #whole{ width: 100% !important; height: auto !important; overflow: hidden;
 margin: 0 auto; display: flex; flex-direction: column; padding: 10px;
 min-height: 100vh;}
 #header {margin-bottom: 0; height: auto;}
 #content {width: 100% !important; height: 100% !important;
 display: flex; flex-direction: column; overflow: hidden;}
 #sidebar {width: 100% !important; margin-right: 0; margin: 10px 0;}
 #container {width: 100% !important; height: auto !important; margin-left: 0 !Important;}
 .s-category {height: auto !important;}
 .s-search {overflow: hidden;}
 #img-text {display: block; color: #FFF; font-size: 13px; margin-bottom: 10px;}
 #paging {display: flex; justify-content: center; height: auto !important; flex-direction: row;
 margin-bottom: 30px; margin-left: 0; margin-top: 10px;}
 #paging a {font-size: 15px;}
 .p-prev {margin-right: 10px;}  
 /*가로배열*/
 .search, .profile, .tag-desc li a, .comment-edit, .article-prev, .article-next
 .comment-date {display: flex; flex-direction: row; align-items: center;}
 .comment-edit a {margin-right: 5px;}
 .menu {margin-top: 0;}
 #m-paging {width: 100%; left: 0;
 display: flex; justify-content: space-between;}
 .p-prev a, .p-next a {border: none !important; margin-bottom: 0;
  width: auto !important; height: auto !important;}
  #footer {margin-bottom: 15px;}
  .h-btn1 i, .h-btn2 i, .h-text a {font-size: 20px;}
  .h-text img {width: 20px; height: 20px;}
 } 


/* scallbar */
 ::-webkit-scrollbar { width: 5px; }
 ::-webkit-scrollbar-track { background-color: #FFF; }
 ::-webkit-scrollbar-thumb { border-radius: 0;}
 ::-webkit-scrollbar-button { display: none; }


/* copyright */
 #copyright a{ position: fixed;  left: 10px; bottom: 10px; display: flex;
 flex-direction: row; align-items: center;}
 .copyright-1{ position: relative; font-size: 11.5px; font-weight: bold; color: #9681bd !important;
  width: auto; z-index: 999;}
 .copyright-2{ opacity:0; margin-left: 3px; transition: all 1s; color: #9681bd !important;}
 .copyright-1:hover + .copyright-2{ opacity:1; }


/*youtube*/
 .youtube{position:relative; width:100%; padding-bottom:56.25%;}
 .youtube iframe{position:absolute; width:100%; height:100%;}

 
/* 화면전환 */
 body{ animation: fadein 1500ms ease-out;
 -moz-animation: fadein 1500ms ease-out; /* Firefox */
 -webkit-animation: fadein 1500ms ease-out; /* Safari and  Chrome */
 -o-animation: fadein 1500ms ease-out; /* Opera */}
 @keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
 }
 @-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
 }
 @-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
 }
 @-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
 }

