@charset "UTF-8";

/*skin start*/

/* font */
 @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: 'Pretendard-Regular';
 outline: none; font-size: 11.5px; line-height: 15px; 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;}
 .newpost {vertical-align: middle; width: 12px !important; height: 12px !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 {position: relative;
 margin: 100px auto; padding: 10px;
 background: #fff;}
 #header {height: 24px; display: flex; justify-content: center;
 align-items: center; margin-bottom: 10px;}
 #content {width: 100%; height: calc(100% - 34px); margin-bottom: 10px;
 display: flex; flex-direction: row; overflow: hidden;}
 #sidebar {width: 40%; height: 100%; overflow-y: auto;
 margin-right: 10px;}
 #container {width: 60%; height: 100%; overflow-y: auto;
 display: flex; justify-content: space-between; flex-direction: column;
 padding: 5px;}


/* header */
 .h-name {padding: 5px; border-radius: 50px 50px 0px 50px;
 color: #fff;}


/* sidebar */
 .s-header {position: relative; overflow: hidden;}
 .s-header img {width: 100%; height: 150px; object-fit: cover;}

 .s-item {width: 245px; margin: -30px auto 0;
 background: #fff;}

 .s-img {position: relative; overflow: hidden; text-align: center;}
 .s-img img {width: 80px; height: 80px; border-radius: 50%;
 padding: 2px; background: #fff;}
 .s-text {text-align: center; font-style: italic;}
 .s-text span {font-weight: bold;}


/* category */
 .s-category {margin: 5px auto; padding: 5px 10px; height: 150px;
 overflow: hidden; overflow-y: auto; width: 160px;}
 .s-category a{display: block; padding: 5px 0;}
 
 .link_tit {text-align: center; font-weight: bold;}
 .link_tit .newpost {display: none;}
 .sub_category_list {display: none; margin-left: 5px;}
 .category_list > li > a:before{content:"\f07b"; font-family:"Font Awesome 5 Free"; font-weight:700;}
 .sub_category_list > li > a:before{content:"-";}


/* menu */
 .s-menu {display: flex; justify-content: center; margin: 5px 0;}
 .s-menu li a{display: flex; margin: 0 5px;
 border-radius: 50%; height: 10px; width: 10px; padding: 10px;
 text-align: center; justify-content: center; align-items: center;
 background: #fff;}
 .s-menu li {display: block;}

 .s-text2 {font-weight:bold; text-align: center; margin: 10px 0;}
 .s-search {width: 245px; align-items: center; display: flex;
  margin: 5px auto;
 background: #FFF;}
 .s-search i{ color: #FFF; margin-right: 10px; padding: 10px; }
 .s-search input{ font-family: 'Pretendard-Regular'; border: none; display: inline-block; padding: 0px; position: relative;}


/* container */
 .paging {display: flex; justify-content: space-between; margin: 10px 0;}
 .p-prev a, .p-next a {display: block; padding: 5px; border-radius: 3px;
 color: #fff;}


/* list */ 
 .empty {text-align: center; margin: 10px 0;}
 .list-inner:after{content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .list-wrap a {background: transparent;}

 .category-name {text-align: center; padding-bottom: 5px; margin-bottom: 5px;}
 .category-name span { font-size: 13px; font-weight: bold;}

/* NEW img */
 #list-basic .list-title img, .summary-title img {margin: 0 3px;}
/* list-basic */
 #list-basic .list-lock .list-title:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700;
 margin-right: 2px;} 
 #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-date {display: flex; }
 #list-basic .list-title span, #list-basic .list-date span {padding: 5px;}
 #list-basic .list-wrap a {display: block; padding: 5px;}
 #list-basic .thumbnail, #list-basic .summary {display: none;}
/* list-gallery */
 #list-gallery .list-inner {display: flex; flex-wrap: wrap;}
 #list-gallery .newpost {padding: 0px !important; margin-left: 3px; border: none !important;}
 #list-gallery .list-lock .thumbnail-info:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700; margin-right: 2px;} 
 #list-gallery .list-wrap {float: left; width: calc((100% - 8px) / 2 ); margin: 2px;
 position: relative;}
 #list-gallery .list-wrap .thumbnail {width: 100%; overflow: hidden; position: relative;}
 #list-gallery .list-wrap .thumbnail img{width:100%; opacity: 1;
 -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
 #list-gallery .list-wrap .thumbnail:hover img  {width:100%;  opacity: .5; }
 #list-gallery .thumbnail-info {-webkit-line-clamp: 1; -webkit-box-orient: vertical;
 display: -webkit-box; text-overflow: ellipsis; overflow: hidden; margin: 5px; text-align: center; }
 #list-gallery .thumbnail-info span {font-style: italic; font-weight: bold;}
 #list-gallery .list-td, #list-gallery .summary {display: none;} 
/* list-gallery 2 */
 #list-gallery2 .list-inner {display: flex; flex-wrap: wrap;}
 #list-gallery2 .newpost {padding: 0px !important; margin-left: 3px; border: none !important;}
 #list-gallery2 .list-lock .thumbnail-info:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700; margin-right: 2px;} 
 #list-gallery2 .list-wrap{float: left; width: calc((100% - 0px) / 3 );
 position: relative;}
 #list-gallery2 .list-wrap .thumbnail {width: 100%; overflow: hidden; position: relative;}
 #list-gallery2 .list-wrap .thumbnail img{width:100%; opacity: 1;
 -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
 #list-gallery2 .list-wrap .thumbnail:hover img  {width:100%;  opacity: .5; }
 #list-gallery2 .list-td, #list-gallery2 .summary, #list-gallery2 .thumbnail-info {display: none;} 
/* list-summary */  
 #list-summary .list-inner {display: flex; flex-wrap: wrap;}
 #list-summary .newpost {padding: 0px !important; margin-left: 3px; border: none !important;}
 #list-summary .list-lock .summary-title:before {content:"\f023"; font-family:"Font Awesome 5 Free"; font-weight:700; margin-right: 2px;} 
 #list-summary .list-wrap {float: left; width: calc((100% - 8px) / 2 ); margin: 2px;
 position: relative; padding: 2px;} 
 #list-summary .list-wrap .thumbnail {overflow: hidden;}
 #list-summary .list-wrap .thumbnail img{width: 100%; overflow: hidden; position: relative;}
 #list-summary .list-wrap .thumbnail:hover img {animation: rotate_image 6s linear infinite; 
 transform-origin: 50% 50%;  width: 100%; object-fit: cover; }
 #list-summary .summary {display: flex; padding: 2px; flex-direction: column; justify-content: space-between; position: relative;}
 #list-summary .summary-td {width: 100%; display: flex; flex-direction: column;}
 #list-summary .summary-title {overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-summary .summary-title span {font-weight: bold;}
 #list-summary .summary-date {width: 100%; text-align:left; } 
 #list-summary .list-title span,  #list-summary .list-date span {padding: 5px;} 
 #list-summary .summary-desc {-webkit-line-clamp: 3; -webkit-box-orient: vertical;
 display: -webkit-box; text-overflow: ellipsis; overflow: hidden;}
 #list-summary .list-cate,  #list-summary .list-wrap .thumbnail-title,
 #list-summary .thumbnail-info, #list-summary .list-td  {display: none;}



/* article */
 .article-td { display: flex; flex-direction: column;}
 .article-title {margin-top: 5px; text-align: center;}
 .article-title span {font-size: 13px; font-weight: bold; padding: 5px; border-radius: 50px 50px 0px 50px;
 color: #fff; margin: 5px 0;}
 .article-cate { font-size: 13px; margin-top: 5px;}
 .article-date  {text-align: right; margin-bottom: 5px;}
 .article-tag {margin: 5px 0;}
 .article-tag a {display: inline;}
 #article .container_postbtn {padding: 20px 0 !important;}


/* 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;}
 
 .btn-toggle-moreless{padding: 5px; font-family: 'Orbit', sans-serif; font-size: 10.5px !important; font-weight: bold;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless {line-height: 22px !important; border-radius: 0;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless:before{content:"+"; margin-right: 5px; font-weight:400;}
 div[data-ke-type='moreLess'].open .btn-toggle-moreless:before{content:"-";  margin-right: 5px; font-weight:400;  border-bottom: 0;}
 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;}


/* article paging */
 .article-paging {display: flex; justify-content: space-between; font-size: 11px; font-weight: bold;
 margin: 10px 0;} 
 .article-btn {display: flex; font-size: 17px; justify-content: space-between;
 margin: 10px 0;}
 .related-button {margin: 0;}
 .comment-button {font-size: 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; margin: 5px 0;}
 #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;}


/* comment */
 .tistoryProfileLayerTrigger {display:none !important;}
 #comment {text-align: left; display: none;}
 .comment-type {margin:0;}
 .reply-type:first-child {margin-top: 5px;}
 .comment-write {padding: 5px; margin-bottom: 5px;}
 .comment-textarea {margin: 0;}
 .comment-textarea textarea {width: 100%; height: 50px; font-family: 'Orbit', sans-serif;
 padding: 5px; background: none; border: none;}
 .comment-textarea textarea:focus {height: 70px; transition-duration: 0.3s;}
 .comment-input { display: flex; justify-content: space-between;}
 .comment-secret {text-align: left; padding: 5px; width: 50%;}
 .comment-send {text-align: right; padding: 5px; width: 50%;}
 .comment-input input[type=submit] { background: transparent;}
 .comment-input input[type="checkbox"] {display: none;} 
 .comment-input input[type="checkbox"]+label:before{ font-size: 13px; font-family: FontAwesome; content: "\f3c1"; font-weight:700;}
 .comment-input input[type="checkbox"]:checked+label:before{ font-size: 13px; font-family: FontAwesome;
 content: "\f023"; font-weight:700;}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 padding: 5px; border-radius: 0 !important;}
 .comment-info {display: flex; flex-direction: row; justify-content: space-between;
 margin-bottom: 10px;}
 .comment-left {display: flex;}
 .comment-img {display: block;}
 .comment-img img {width: 35px; height: 35px; border-radius: 50%; object-fit: cover;}
 .comment-name {margin-left: 5px; display: flex; flex-direction: column;
 justify-content: space-between;}
 .comment-name span {font-weight: bold;}
 .comment-date {display: block;}
 #comment-list {padding: 5px;}
 #reply-list {padding: 5px 10px;}

 #guestbook .comment-write {padding: 0;}

/* hover */
 .link_item:hover, .paging a:hover,
 .comment-btn:hover, .related-btn:hover {cursor: pointer;}


/* notice */
 #notice {padding: 5px 0; margin-bottom: 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; border-radius: 50px 50px 0px 50px; color: #fff;}
 .notcie-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: 100px; 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: 'Orbit', sans-serif; 
 background: none; border-radius: 3px; padding: 3px;}
 .protected-password input[type="button"] {height: 30px; border:none; font-family: 'Orbit', sans-serif; 
 background: none;  border-radius: 3px; padding: 3px;}
 .protected-password input[type="password"]::placeholder {color: #fff;}


/* tag */
 #tag {text-align: left;}
 .tag-desc ul {display: flex; flex-wrap: wrap; flex-direction: row;}
 .tag-desc li a {display: block; padding: 5px; margin: 5px; 
 border-radius: 3px; color: #fff;}
 .tag-desc a:before{content: "#"; font-weight:bold; margin-right: 1px; } 


/* cover */
 .cover-inner {margin-right: 0;}
 .cover-inner .inner:not(:last-child){margin: 10px 0;}
 .c-title {text-align: center; margin-bottom: 10px; color: #fff;}
 .c-title span { font-size: 13px; font-weight: bold; padding: 5px;
 border-radius: 50px 50px 0 50px; background: #fff; margin: 5px 0;} 

 .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;
 opacity: 1;  -webkit-transition: .3s ease-in-out;  transition: .3s ease-in-out;}
 .c-gallery .c-thumbnail:hover img {opacity: .5;}
 .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;}
 #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;}
 .s-category {height: auto !important;}
 .s-search {overflow: hidden;}
 /*가로배열*/
 .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;}
 #paging {display: none;}
 #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: #96818d !important;
  width: auto; z-index: 999;}
 .copyright-2{ opacity:0; margin-left: 3px; transition: all 1s; color: #96818d !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;}
 }

