@charset "UTF-8";

/*skin start*/

/* font */
 @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap');

 @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;}


/* CSS Document */
 * {padding: 0; margin: 0; box-sizing: border-box; font-family: inherit;
 outline: none; font-size: inherit; line-height: inherit; word-break:break-all;}
 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;}
 

/* 새글표시 - display: none; 삭제*/
 .newpost {display: none; vertical-align: middle; width: 12px !important; height: 12px !important;}

/* mobile */
 #mobile-btn {display: none;}
 .sidenav {height: 100%; width: 0;
 position: fixed; z-index: 1; top: 0;
 left: 0; overflow-x: hidden; transition: 0.5s;
 padding-top: 60px;}

 .sidenav a { padding: 8px 8px 8px 30px;
 text-decoration: none; font-size: 14px; 
 display: block; transition: 0.3s;}

 .m-title {font-size: 15px; text-align: center; font-weight: bold;
 margin-bottom: 10px;} 
 .mcate {margin-top: 10px;}
 .sidenav .closebtn { position: absolute;  top: 0; right: 0;}
 .m-img {position: relative; width: 100%; text-align: center;}
 .m-img img {width: 150px; height: 150px; object-fit: cover;}
 .mcate .link_tit {text-align: center; font-weight: bold; font-size: 15px;
 padding: 0 !important; margin-bottom: 10px;}
 .mcate .tt_category {max-height: 500px; overflow-y: auto;}
 .mcate .tt_category a:hover {color: #fff;}

 /* loading */
 #loading
 { width: 100%; height: 100%; top: 0; left: 0; background: #ffffff;
 position: fixed; display: none; z-index: 999; opacity: 0.9;}
 #loading > img { display: none; width: 70px; height: 70px; margin: auto;}
 
/* title */
/* 폰트사이즈 변경 #whole font-size: 숫자px
 폰트변경 > font-family: '폰트이름' 수정*/
 #title {margin: 130px auto 10px; width: 1300px;
 font-size: 30px; font-weight: 400;}
 #title a {font-family: "Ubuntu Sans Mono", monospace;}

/* layout */
/* 폰트사이즈 변경 font-size: 숫자px / 
 글자간격 조절 line-height 숫자px 조절해주시면 됩니다.*/
 #whole {font-size: 11.5px; line-height: 15px; font-family: 'Pretendard-Regular';
  display: flex; background: #fff; position: relative;
 margin: 0 auto;}
 #container {width: calc(100% - 650px); height: 100%; overflow-y: auto;}

/* side-nav */
 #side-nav {width: 50px; height: 100%; padding: 5px;
 display: flex; justify-content: center; align-items: center;
 flex-direction: column;}
 .nav-menu {position: relative; font-size: 15px;}
 .nav-menu li {transform: translate(0) rotate(180deg);
 writing-mode: vertical-rl;}
 .nav-menu li {margin: 20px 0;}
 .nav-menu li a {font-family: "Ubuntu Sans Mono", monospace;
 border-left: solid 1px #fff; }
 .nav-line {position: relative; height: 260px; width: 1px;
 opacity: 60%; left: 7px;}

 .nav-img {position: relative; text-align: center;
 width: 46px; height: 46px; overflow: hidden; padding: 2px;
 margin-top: 20px; border-radius: 50px;}
 .nav-img img {width: 40px; height: 40px; border-radius: 50%;}
 .nav-img img {-webkit-transform: scale(1);transform: scale(1);	-webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;}
 .nav-img:hover img {-webkit-transform: scale(1.3); transform: scale(1.3);}


/* side-info */
 #sidebar {width: 300px; height: 100%; overflow: hidden;}
 .info-bg {width: 100%; height: 120px; 
 margin: 0px; background-repeat: no-repeat;
 background-size: cover;
 background-position: center;}
 .side-info {width: 100%;}
 
 .info-img {position: relative;}
 .info-img img {width: 72px; height: 72px; border-radius: 50%;
 padding: 2px;
 background: #fff; position: relative; margin-top: -40px; margin-left: 15px;}

/* image modal */
 .modal {display: none; z-index: 500; width: 100%;
 height: 100%; position: fixed; top: 0; left: 0;}
 .modalBox { text-align: center; top: 50%;
 left: 50%; transform: translate(-50%, -50%); position : absolute;}
 .nav-img img:hover{ cursor: -webkit-zoom-in;}
/* image modal end */


 .info-text {padding: 10px; font-family: "Ubuntu Sans Mono", monospace;}
 .text-title {font-weight: bold; font-size: 12px;}
 .text-name {font-size: 11px; margin-bottom: 10px;}
 .text-link {margin-top: 5px; width: 100%; text-align: right;}
 .text-link li {display: inline-block;}
 .text-desc {height: 45px; overflow-y: auto;}

/* category (카테고리)*/
 .side-cate {width: 100%; display: flex; 
 height: calc(100% - 263px); flex-direction: column; align-content: center;
 flex-wrap: wrap;}

 .cate > ul > li > a {display: none;}
 .sub_category_list {display: none;}
 .link_item:hover {cursor: pointer;}
 .category_list > li > a::after{display: inline-block; content: ''; 
 width: 10px; height: 10px; border-radius: 50%;}
 
 .cate {width: 200px; text-align: right; font-family: "Ubuntu Sans Mono", monospace; 
 height: calc(100% - 35px); display: flex; font-size: 13px;
 justify-content: flex-end; align-items: center; padding: 5px; 
 overflow-y: auto;}
 .cate a {display: block; padding: 5px 0;}

/* search */
 .search {width: 200px; display: flex; align-items: center; justify-content: space-between;}
 .search i {margin-right: 5px;}
 .search input {border: none; font-family: 'Pretendard-Regular'; background: none;}


 /* paging */ 
 #paging {display: flex; margin: 10px auto; 
 align-items: center; justify-content: flex-end;}
 .p-prev a, .p-next a {display: flex; align-items: center;
 justify-content: center; width: 30px; height: 30px; background: #fff;}
 .p-prev a {margin-right: 10px;}
 .p-prev a:hover, .p-next a:hover {cursor: pointer;}

/* side-bar */
/* 사이드바 배경 이미지 사이즈 300px * 600px (= #whole height ) */
 #side-bg {width:300px; height: 100%;
 margin: 0px; background-repeat: no-repeat;
 background-size: cover;
 background-position: center;}
 

/* list */ 
 .empty {text-align: center; width: 100%;
 padding: 10px;}
 .list-inner:after{content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .list-wrap a {background: transparent;}
 
 .cate-link2 {display: block; margin: 0 auto;}
 .category-name { display: flex; align-items: center; padding: 5px;
 justify-content: center;}
 .category-name::before {content: ''; display: inline-block;
 width: 30px; height: 3px;}
 .cate-info1 {display: flex; flex-direction: row; align-items: center;
 padding: 5px; border-radius: 5px;}
 .cate-info1 i {margin-right: 5px;}
 .cate-count {margin-left: 5px; font-weight: bold;}

 .list-inner {height: 100%; overflow-y: auto;}
/* list-basic */
 #list-basic .category-name {display: none;}
 #list-basic .list-wrap{ display: block;}
 #list-basic .list-table {display: flex; justify-content: space-between;}
 #list-basic .table-title {width: calc(100% - 90px); text-align: center; padding: 10px;}
 #list-basic .table-date {width: 90px; text-align: center; padding: 10px;}
 #list-basic .list-td{ width: 100%; display: flex; flex-direction: column; align-items: flex-start;}
 #list-basic .list-title {width: 100%; line-height: 20px; text-align: left;
 overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-size: 12px;
 font-weight: bold;}
 #list-basic .list-lock .list-title::after {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-left: 3px;}
 #list-basic .list-date {display: flex; margin-top: 5px;}
 #list-basic .list-cate {margin-right: 10px;}
 #list-basic .list-wrap a {display: block; padding: 5px;
 margin: 5px; width: calc(100% - 10px);}
 #list-basic .thumbnail, #list-basic .summary {display: none;}
 #list-basic .list-wrap a:hover .list-title::before {display: inline-block;}
/* list-gallery */
 #list-gallery .category-name {display: none;}
 #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; padding: 0;}
 #list-gallery .list-wrap{float: left; width: calc((100% - 5px) / 2); position: relative;
 box-sizing: border-box; margin: 5px 0 5px 0; }
 #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%;		-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;}
 #list-gallery .list-wrap a:hover img{	-webkit-transform: scale(1);
	transform: scale(1);}
 #list-gallery .thumbnail-info {padding: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 2; text-align: center; -webkit-box-orient: vertical;  width: 100%; height: 100%;
 position: absolute; top: 0; left: 0; opacity: 0; transition: 0.3s; 
 display: flex; align-items: center;  justify-content: center;
 color: #fff; font-weight: bold; flex-direction: column;}
 #list-gallery .list-wrap .thumbnail:hover .thumbnail-info, 
 #list-gallery .list-wrap .thumbnail:focus .thumbnail-info{ opacity: 1; transition: all 0.3s ease;}
 #list-gallery .list-wrap .thumbnail:after { z-index: 99; width: 0; height: 6px; position: absolute;
  left: 0; top: 0; content: ""; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
 #list-gallery .list-wrap a:hover .thumbnail:before {opacity: 0;}
 #list-gallery .list-wrap a:hover .thumbnail:after { width: 100%;}
 #list-gallery .list-lock .thumbnail-info:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-right: 5px;}
 #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 .summary, #list-gallery .list-table,
 #list-gallery .list-date, #list-gallery .list-td {display: none;}
/* list-summary */
 #list-summary .category-name {display: none;}
 #list-summary .list-inner {display: flex; flex-wrap: wrap;}
 #list-summary .list-wrap{float: left; width: 100%; position: relative; 
 box-sizing: border-box; padding: 5px 5px 0 5px; border-top: 0 !important; border-left: 0 !important;}
 #list-summary .list-wrap:first-child {margin-top: 0;} 
 #list-summary .list-wrap:last-child {margin-bottom: 5px;}
 #list-summary .list-wrap a{display: flex;}
 #list-summary .list-wrap .thumbnail {width: 150px; overflow: hidden; position: relative;}
 #list-summary .list-wrap .thumbnail img{width: 100%;-webkit-transform: scale(1); 
 background: #fff;
 transform: scale(1);	-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
 #list-summary .list-wrap a:hover img{	-webkit-transform: scale(1.1); transform: scale(1.1);}
 #list-summary .summary {padding: 5px; width: calc(100% - 150px); display: flex; flex-direction: column;
 justify-content: space-between; background: #fff;}
 #list-summary .summary-desc {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 7; -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 {display: flex; justify-content: space-between;}
 #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, #list-summary .list-table {display: none;}


/* article */
 #article {padding: 0; min-height: 100%;}
 #article .article-td {display: flex; flex-direction: column; padding: 5px;}
 .article-desc {padding: 5px; background: #fff;}
 .article-title {text-align: center; font-size: 12px; font-weight: bold;} 
 .article-title span {font-weight: bold; font-size: 13px;}
 .article-cate {text-align: center;}
 .article-date {display: flex; margin-top: 5px; justify-content: space-between;}
 .article-tag {padding: 5px; display: none;}
 .article-tag a::before {content: '#'; margin-right: 3px;}


/* articel-desc */
 .article-desc a {font-weight: bold;}
 .article-desc .fileblock a:before {display: none;}


/* container_postbtn */
 .container_postbtn {padding: 10px 0 !important;}


/* article paging , article-related */
 .article-paging {display: none; justify-content: space-between;  font-weight: bold; margin: 5px 0;} 
 .article-btn {display: flex; flex-direction: row; justify-content: space-between;
 padding: 5px; background: #fff;  font-weight: bold;}
 .comment-btn, .related-btn {padding: 5px; border-radius: 10px; text-transform: uppercase;}
 .comment-btn:hover, .related-btn:hover {cursor: pointer;}

 #article-related { display: none; padding: 5px; background: #fff;}
 #article-related:after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 #article-related .rd-inner {font-weight: bold; text-align: right; margin-bottom: 5px;}
 #article-related .rd-wrap { float: left; width: calc((100% - 15px) / 4); margin: 0 5px 5px 0; position: relative;}
 #article-related .rd-wrap:last-child {margin-right: 0;}
 #article-related .rd-title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 text-align: center;  width: 100%; height: 100%;  margin-top: 5px;
 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;
 border-radius: 5px;}
 blockquote p  {font-size: 13px !important;}
 blockquote, blockquote p {text-align: center;}
 
 .btn-toggle-moreless{padding: 5px; font-family: 'Pretendard-Regular'; font-size: 10.5px !important; font-weight: bold;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless {border-radius: 5px; line-height: 23px;}
 div[data-ke-type='moreLess'].open .btn-toggle-moreless{border-radius: 5px 5px 0 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;
 border-radius: 0 5px 5px 5px;}

 hr[data-ke-style], #tt-body-page hr[data-ke-style] {background: #eee !important;
 height: 1px !important; border-radius: 0px !important;
 border-bottom: 1px dashed currentColor !important; width: 100% !important; margin: 20px 0 !important;}

 ul[data-ke-list-type='disc'], ul[data-ke-list-type='circle'], ol[data-ke-list-type='decimal'] {margin-left: 20px;}
 ol[data-ke-list-type='decimal'] li::marker {font-weight: bold;}


/* comment */
 .comment-text {margin: 5px 0; text-align: center;}
 .comment-text span {font-weight: bold;}
 .tt_box_namecard {display: none !important;}
 .tistoryProfileLayerTrigger {display:none !important;} 
 #comment {display: none; padding: 0 5px 5px 5px; }
 .comment-write {margin: 5px 0;} 
 .comment-textarea {display: flex; flex-direction: column; background: #fff;}
 .comment-textarea textarea {width: 100%; height: 70px; font-family: 'Pretendard-Regular';
 padding: 5px; background: none; border: none;}
 .comment-textarea textarea:focus {transition-duration: 0.3s;}
 .comment-input { display: flex; justify-content: flex-end; font-family: 'Pretendard-Regular';}
 .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; width: 50%;}

 .comment-type {margin: 10px 0; overflow: hidden;}
 #comment-list {padding: 5px;} 
 #reply-list {padding: 5px 5px 5px 15px;} 
 #comment-list .comment-desc {font-weight: bold;}
 #reply-list {background: #fff;}
 .reply-type:first-child {border-top: none;}

 .comment-info {display: flex; flex-direction: row; justify-content: flex-start;
 margin-bottom: 5px; align-items: center;}
 .comment-left {display: flex; align-items: center;}
 .comment-img {margin-right: 5px; position: relative; overflow: hidden; width: 30px; height: 30px; border-radius: 50%;}
 .comment-img img {width: 30px; height: 30px; object-fit: cover;
 -webkit-transform: scale(1);	transform: scale(1);
 -webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;} 
 .comment-img:hover img {-webkit-transform: scale(1.3);transform: scale(1.3); object-fit: cover;}
 .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: '공개'; font-family: 'Pretendard-Regular';}
 .comment-input input[type="checkbox"]:checked+label:before{ content: '비밀글'; font-family: 'Pretendard-Regular';}
 .sguest-input  {display: flex; font-family: 'Pretendard-Regular';}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 padding: 5px; border-radius: 0 !important; width: 50%;}
 
 #guestbook {padding: 10px;}
 #guestbook .comment-type { margin: 15px 0;}
 #guestbook .comment-type:last-child {margin-bottom: 0;}
 #guestbook .comment-write {margin: 15px 0;}
 #guestbook .comment-textarea textarea {height: 50px;}


/* notice */
 #notice {margin:0;}
 .notice-td {text-align: center; padding: 5px; background: #fff;}
 .notice-title {text-align: center;}
 .notice-title span {font-weight: bold; font-size: 13px; text-align: center; padding: 5px;}
 .notice-date {text-align: right;}
 .notice-desc {padding: 5px;}
/* notice 공감버튼 */
 #notice .container_postbtn {display: none;}


/* page */
 #page {padding: 10px;}
 #page hr[data-ke-style], #tt-body-page hr[data-ke-style] {width: 100% !important;}
 .page-title {font-weight: bold; text-align: center;}

/* protected */ 
 #protected { display: flex; margin: 0 auto; height: 100%; flex-direction: column;
 align-items: center; justify-content: center; padding: 20px;
 border-radius: 5px; background: #fff;}
 .protected-info {display: flex; width: 100%; flex-direction: column; justify-content: space-between;}
 .protected-cate {text-align: center; font-weight: bold;}
 .protected-td {text-align: center; display: none;}
 .protected-title span {font-size: 13px; font-weight: bold;}
 .protected-desc {font-weight: bold; margin: 5px 0; 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: 'Pretendard-Regular'; 
 background: none; border-radius: 3px; padding: 3px; width: calc(100% - 30px);}
 .protected-password input[type="button"] {height: 30px; border:none; font-family: 'Pretendard-Regular';
 background: none;  border-radius: 3px; padding: 3px; font-weight: bold;}


/* tag */
 #tag {text-align: left; padding: 5px; border-radius: 5px;}
 .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{overflow: hidden; margin: 5px;}
 .c-title {text-align: center; padding: 5px;}
 .c-title span { font-size: 13px; font-weight: bold;} 

 .c-notice .c-wrap {padding: 0 5px 5px 5px;}
 .c-notice .c-img {position: relative; width: 100%; text-align: center;}
 .c-notice .c-wrap a {display: block; border-radius: 5px;}
 .c-notice .c-img img {max-width: 100%;}
 .c-notice a:hover img {opacity: 1;-webkit-animation: flash 1.5s;
	animation: flash 1.5s;}
 @-webkit-keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }
 @keyframes flash {
	0% {opacity: .4;}
	100% {opacity: 1;}
 }

 .c-gallery .c-wrap a {font-weight: bold; display: block; border-radius: 5px;}
 .c-gallery .c-inner {padding: 0 5px 5px 5px; display: flex; flex-wrap: wrap;}
 .c-gallery.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-gallery .c-gwrap { float: left; width: calc((100% - 0px) / 3); margin: 0; position: relative;}
 .c-gallery .c-thumbnail {width: 100%; overflow: hidden; position: relative;}
 .c-gallery .c-thumbnail img {width:100%; object-fit: cover;  -webkit-transform: scale(1);
 background: #fff; transform: scale(1);	-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
 .c-gallery .c-thumbnail:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
 .c-gallery .c-listtitle {display: none;}
 .c-gallery .thumbnail-text {display: none;}

 .c-list .clist-wrap a {display: block; float: left; width: calc(100% - 10px); padding: 5px;
 margin:5px;} 
 .c-list .clist-wrap a:first-child {margin-top: 0;}
 .c-list .clist-wrap::after {content: ''; display: block; clear: both; margin: 0; padding: 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-listtext span {font-weight: bold; font-size: 12px;}
 .c-list .c-date  {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-summary { display: none; text-align: center;
 overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

 .c-summary .c-inner {display: flex; flex-wrap: wrap;}
 .c-summary.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-summary .c-gwrap { float: left; width: 100%; position: relative;}
 .c-summary .c-gwrap:last-child {border-bottom: none;}
 .c-summary .c-gwrap a {display: flex; padding: 5px; margin: 5px;}
 .c-summary .c-gwrap a:first-child {margin-top: 0;}
 .c-summary .c-thumbnail {width: 130px; overflow: hidden; position: relative;}
 .c-summary .c-thumbnail img {width:100%; object-fit: cover;  -webkit-transform: scale(1);
 transform: scale(1);	-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;
 background: #fff;}
 .c-summary .c-gwrap a:hover img {-webkit-transform: scale(1.3); transform: scale(1.3);}
 .c-summary .thumbnail-info {width: calc(100% - 140px); padding: 5px; margin-left: 10px;
 border-radius: 5px;}
 .c-summary .thumbnail-title {text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
 overflow: hidden; font-weight: bold;}
 .c-summary .thumbnail-title span {font-size: 12px;}
 .c-summary .thumbnail-date {text-align: right;}
 .c-summary .thumbnail-summary {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
 text-overflow: ellipsis; margin-top: 5px;}


/* swiper */
 .c-swiper.inner {padding: 0;}
 .swiper {width:calc(100% - 10px) !important; margin: 0 !important; }
 .swiper.mySwiper  {margin: 5px !important; width: 100%;}
 .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: 320px;}
 .swiper-pagination-bullet {background: #ffffffb6 !important; opacity: 100 !important;}
 .swiper-pagination-bullet-active {background: #aeaeae !important; opacity: 100 !important;}
/* swiper btn*/
 .swiper-button-prev:after {font-family:"Font Awesome 5 Free" !important; content:"\f0d9" !important;; font-weight:700; 
 font-size: 20px !important;}
 .swiper-button-next:after {font-family:"Font Awesome 5 Free" !important; content:"\f0da" !important;; font-weight:700; 
 font-size: 20px !important;}
 .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
 {bottom: 0 !important; top: unset !important;}
  
 
/* 반응형 */ 
 @media (max-width:800px){
 #title {width: 96% !Important; margin: 10px auto 10px; text-align: center; }   
 #whole {display: flex; flex-direction: column;  margin: 10px auto 10px;
 width: 96% !important; height: auto !important; overflow: auto !important;}
 .nav-menu li {transform: unset; writing-mode: unset;}
 #side-nav {width: 100% !important; height: auto !important;}
 .nav-line {display: none;}
 .nav-menu {display: flex; width: 100%; justify-content: space-around; flex-wrap: wrap;}
 .nav-menu li {margin: 10px 0;}
 #sidebar {width: 100% !important;}
 .nav-img {display: none;} .text-desc {height: auto !important;}
 .modalBox img {width: 100% !important;}
 #container {width: 100% !important; height: auto !important;}
 #mySidenav  .category_list  {display: flex; flex-direction: column; flex-wrap: wrap;}
 .category_list {display: flex; flex-direction: row; flex-wrap: wrap;}
 .mcate  .sub_category_list > li > a:before{content:"-";}
 .cate {width: 100% !important; display: none;}
 .link_item {min-width: 100px;}
 .search {width: 100% !Important; justify-content: center;}
 .link_sub_item {margin: 5px;} .category_list > li > a::after {margin-left: 1px;}
 .search {padding: 5px; border-top: none !important;}
 /*가로배열*/  
 .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;}
 .bottom-2 {margin-right: 0; margin-bottom: 10px;}
 .menu {margin-top: 0;}
 #paging {width: 96% !important; margin-bottom: 30px;
 display: flex; justify-content: space-between;}
 #list-basic .list-td {flex-direction: row;}
 #list-basic .list-date {width: 65px; justify-content: flex-end;}
 #list-basic .list-title {width: calc(100% - 65px);}
 #list-basic .list-cate {display: none;}
 #mobile-btn {width: 26px; height: 26px; padding: 3px; position: fixed; display: flex;
 top: 19px; right: 20px; justify-content: center;
 align-items: center; border-radius: 50%; z-index: 99;}
 } 


/* 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: none;
 flex-direction: row; align-items: center;}
 .copyright-1{ position: relative; font-size: 11.5px; font-weight: bold; 
  width: auto; z-index: 999;}
 .copyright-2{ opacity:0; margin-left: 3px; transition: all 1s;}
 .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%;}

 /*공감버튼*/
.container_postbtn {display: none !important;}
