@charset "UTF-8";

/*skin start*/

/* font */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
 

/* CSS Document */

 * {padding: 0; margin: 0; box-sizing: border-box; font-family: 'Pretendard', sans-serif;
 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;}


 /* loading */
 #loading
 { width: 100%; height: 100%; top: 0; left: 0; background: #FFFFFFb8;
 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;}

 #header { display: flex; justify-content: space-between; align-items: center;
 padding: 15px; height: 40px;}

 #container { display: flex;}

 #footer { display: flex; flex-direction: row; flex-wrap: wrap;
 padding: 15px; width: 100%; justify-content: space-between;}

 #paging { display: flex; justify-content: space-between;
 margin-top: 20px; width: 100%;
 padding: 15px; }


/* header */
 .h-text span {font-weight: 700;}
 .h-link li {display: inline-block; margin: 0 10px;}


/* container */
 .c-text { padding: 15px; writing-mode: vertical-rl;
 font-weight: 700;
  }
 .c-inner { padding: 15px; display: flex; width: calc(100% - 46px);}

 .c-img2 {display: block; overflow: hidden; height: auto; width: 50%; 
 margin-right: 15px;}
 .c-img2 img {width: 100%; }

 .c-wrap2 { padding: 5px; width: 50%;
 overflow-y: auto; }


/* footer */
 .b-info {display: flex; align-items: center;}
 .b-img {position: relative; overflow: hidden; margin-right: 10px;}
 .b-img img {width: 50px; height: 50px; border-radius: 100%;}

 .b-menu, .h-link {display: flex; align-items: center;}
 
 .menu i {font-size: 15px;}


/* menu */
 #check-btn { display: none; }
 #check-btn:checked ~ .menubars { display: block;  } 
 .menubars { display: none; position: absolute; width: 150px;
 top: 0; right: -160px; }
 
 .menu1 {margin-bottom: 15px;}
 .m-title1::before {content:"\f07b"; font-family:"Font Awesome 5 Free"; font-weight:400;
 margin-right: 10px;}

 .m-title1 { padding: 10px 15px; display: flex; align-items: center;
 font-weight: 700;}
 .m-list1 {padding: 10px 15px;}
 .m-list1 > ul > li > a {display: none;}
 .m-list2 li {padding: 10px 15px; font-weight: 700;}

 .tt_category > li > ul > li {margin: 10px 0;}
 .tt_category > li > ul > li:first-child {margin-top: 0;}
 .sub_category_list {display: none;}
 .sub_category_list > li > a:before{content:"-";}

 
/* hover */
 .menu i:hover, .cate:hover, 
 .link_item:hover, .sub_category_list a:hover,
 .p-prev a:hover, .p-next a:hover {cursor: pointer;}


/* search, paging */
 .search {display: flex; padding: 5px;}
 .search i {margin-right: 5px;}
 .search input {border:none; background: none; font-family: 'Pretendard', sans-serif;}
 .paging {display: flex; justify-content: space-between;
 align-items: center; font-weight: 700; width: 10%;}
 .p-next i, .p-prev i {font-size: 15px;}


/* list */ 
 .c-inner { height: calc(100% - 10px); overflow-y: auto;
 padding: 10px;}
 .list-inner:after{content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .list-wrap a {background: transparent;}
 
 .category-name {text-align: center; padding: 5px;}
 .category-name span { font-size: 15px; font-weight: bold;}

 #list-basic .list-wrap{ display: block;}
 #list-basic .thumbnail, #list-basic .summary-date {display: none;}
 #list-basic .list-td{ width: 100%; display: flex; flex-direction: row; justify-content: space-between; }
 #list-basic .summary {display: none;}
 #list-basic .list-title { width: 70%; font-weight: bold; overflow: hidden;   text-overflow: ellipsis; display: -webkit-box; 
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-basic .list-wrap a {display: flex; flex-direction: row; justify-content: space-between;
 align-items: center; margin: 10px 0;}


 #list-gallery .list-wrap a{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-transform: scale(1);  transform: scale(1); -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
 #list-gallery .list-wrap .thumbnail:hover img 
 { -webkit-transform: scale(1.2); transform: scale(1.2); filter: blur(3px); object-fit: cover;}
 #list-gallery .thumbnail-info {overflow: hidden; font-weight: 700; 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; justify-content: space-evenly; flex-direction: column; align-items: center;
 background: #ffffff38;}
 #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-text {display: flex; flex-direction: column; padding: 10px;
 text-align: center;}
 #list-gallery .list-wrap .thumbnail-title {overflow: hidden; padding: 5px;  border-radius: 10px;
 text-overflow: ellipsis; display: none; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-gallery .list-wrap .thumbnail-title span {font-weight: bold;} 
 #list-gallery .list-wrap .thumbnail-date {padding: 5px; text-align: center; color: #FFF;
 font-weight: bold;} 
 #list-gallery .list-wrap .thumbnail-cate {padding: 5px; margin: 10px 0; border-radius: 10px; text-align: center;
 font-weight: bold;}
 #list-gallery .list-td{display: flex; flex-direction: column; justify-content: center;
 align-items: center; width: 100%; height: 100%;}
 #list-gallery .list-title {margin: 5px 0; width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 1; text-align: center; -webkit-box-orient: vertical; font-weight: bold;}
 #list-gallery .list-date {display: none;}
 #list-gallery .thumbnail-info span { overflow: hidden;   text-overflow: ellipsis; display: -webkit-box; 
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-gallery .summary,  #list-gallery .list-cate, #list-gallery .summary-date {display: none;} 

 #list-summary .thumbnail-info {display: none; justify-content: space-between; align-items: center;
 font-weight: bold;}
 #list-summary .list-wrap{float: left; width: calc((100% - 5px) / 1); margin: 1px;
 position: relative; box-sizing: border-box; overflow: hidden;}
 #list-summary .list-wrap a{display: flex; flex-direction: row;} 
 #list-summary .list-wrap .thumbnail {width: 100%; overflow: hidden;
 display: flex; flex-direction: column; justify-content: space-between;}
 #list-summary .list-wrap .thumbnail img{width:100%; object-fit: cover;
  -webkit-transform: scale(1);  transform: scale(1); -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
 #list-summary .list-wrap .thumbnail:hover img 
 { -webkit-transform: scale(1.2); transform: scale(1.2); filter: blur(3px); object-fit: cover;}
 #list-summary .list-td{display: none;}
 #list-summary .list-title { overflow: hidden;   text-overflow: ellipsis; display: -webkit-box; 
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-summary .list-title span {font-weight: bold;}
 #list-summary .list-arrow {display: none;}
 #list-summary .list-date {text-align: left; display: none;} 
 #list-summary .summary {display: flex; text-align: left; margin-left: 5px;
 width: 100%; flex-direction: column; justify-content: space-between; position: relative;} 
 #list-summary .summary-date {font-weight: bold; display: flex; flex-direction: column;
 text-align: left;}
 #list-summary .summary-date span { width: 100%; font-weight: bold; overflow: hidden;   text-overflow: ellipsis; display: -webkit-box; 
 -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 #list-summary .summary-desc {overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
 -webkit-line-clamp: 7; text-align: left; -webkit-box-orient: vertical;}
 #list-summary .summary-btn {position: absolute; bottom: 0; right: 0; opacity: 0; margin: 10px; padding: 5px; border-radius: 3px;}
 #list-summary .list-wrap a:hover .summary-btn  { opacity: 1; transition: all 0.3s ease; }
 #list-summary .list-cate,  #list-summary .list-wrap .thumbnail-title {display: none;}


/* article */
 .article-td { display: flex; flex-direction: column;}
 .article-title {text-align: center; margin: 10px 0px;}
 .article-title span {font-size: 15px; font-weight: bold;}
 .article-dc { display: flex; justify-content: space-between; flex-direction: row-reverse;
 align-items: center;}
 .article-date  { font-size: 12px; text-align: right; padding: 5px; border-radius: 3px;}
 .article-cate { font-size: 13px; }
 .article-desc, .article-tag {padding: 0px 10px; }
 .article-tag a {display: inline;}
 #article .container_postbtn {padding: 20px 0 !important;}
 #tt-body-page figure.imageblock img, figure.imageblock img {margin: 10px 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: 34px; 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: 34px; 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: 'Pretendard', sans-serif !important; font-size: 10.5px !important; font-weight: bold;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless {line-height: 22px !important; border-radius: 3px 3px 0px 0px;}
 div[data-ke-type='moreLess'] .btn-toggle-moreless:before{content:"\f07b"; font-family:"Font Awesome 5 Free"; margin-right: 5px; font-weight:400;}
 div[data-ke-type='moreLess'].open .btn-toggle-moreless:before{content:"\f07c"; font-family:"Font Awesome 5 Free"; 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;} 
 .article-btn {display: flex; font-size: 17px; justify-content: space-between;
 margin: 10px;}
 .related-button {margin: 0;}
 .comment-button {font-size: 15px;}
 .comment-button, .related-button {display: flex;
 align-items: center; justify-content: center;}

 .related-button:hover, .comment-button:hover {cursor: pointer;}
 #article-rd { display: none; padding: 5px;}
 #article-rd .rd-inner {font-size: 11px; font-weight: bold; text-align: right; margin-bottom: 5px;}
 #article-rd .rd-wrap { float: left; width: calc((100% - 8px) / 4); margin: 1px; position: relative;}
 #article-rd:after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 #article-rd .rd-title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 text-align: center;  width: 100%; height: 100%; 
 font-size: 12px; font-weight: bold;}
 #article-rd .thumb_related img {width: 100%; object-fit: cover;}


/* comment */
 #comment-list { position: relative; margin: 0;}
 #reply-list { position: relative; margin: 0 10px; padding-left: 5px;} 
 .comment-body {width: 100%;}
 .comment-body > ol {background: #FFF;} 
 .comment-body > ol > li { padding: 0;}
 .comment-body > ol > li:first-child {border-top: none !important;}
 .tistoryProfileLayerTrigger {display:none !important;}
 .comment {display: none;}
 #comment-list {padding: 5px;}
 .reply-body {margin-bottom: 10px;}
 .reply-body ul {margin:0;}
 .reply-body ul > li:first-child {margin-top: 0;} 
 .reply-body ul > li {margin-top: 0;}
 .comment-right{display: flex; justify-content: flex-start; flex-direction: row;
    align-items: center;}
 .reply-right {display: flex; flex-direction: row; width: 100%; justify-content: flex-start; align-items: center;}
 .comment {text-align: left; padding: 5px;}
 .comment-write {margin: 0;}
 .comment-textarea {display: flex; justify-content: center;}
 .comment-textarea textarea {width: 100%; height: 50px; font-family: 'Pretendard', sans-serif;
 background: none;}
 .reply-body > ul > li:last-child {border-bottom: none;}
 .comment-input { display: flex; align-items: center; justify-content: flex-start;
 border-top: none !important;}
 .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;}
 .comment-secret, .comment-send  {font-size: 13px; width: 50%; text-align: center; padding: 5px 0;}
 .comment-date span, .reply-date span {font-weight: bold; font-size: 12px;}
 .comment-date, .reply-date {padding: 0;}
 .reply-desc {text-align: left;}
 .comment-desc, .reply-desc {font-size: 12px;  border-radius: 0;}
 .comment-edit, .reply-edit {display: flex; font-size: 10.5px; margin-left: 10px;}
 .comment-m {margin-left: 5px; font-weight: bold; width: 100px;}

 #guestbook {padding: 0;}
 #guestbook .comment {display: block; border: none;}
 .sguest-input {display: flex; justify-content: center; margin-bottom: 10px;}
 #guestbook .comment-body > ol > li:last-child {border-bottom: none !important;}
 #guestbook .comment-write {margin-bottom: 0px;}
 .sguest-input input[type="text"], .sguest-input input[type="password"] {border:none; background: none;
 width: 50%; padding: 5px; border-radius: 0 !important;}
 #guestbook .comment-date, .reply-date {display: flex;}
 #guestbook .comment-body {margin-top: 20px;}


/* notice */
 #notice {padding: 0;}
 #notice .revenue_unit_wrap {display: none;}
 #notice .container_postbtn {display: none;}
 .notice-wrap {padding: 0; margin-bottom: 15px;}
 .notice-td {padding: 15px 0;}
 .notice-title {text-align: center; font-size: 13px;}
 .notice-title span {font-size: 15px; font-weight: bold;}
 .notice-date {text-align: right; ;}
 .notice-date span {font-weight: 700;}
 .notice-desc {text-align: left;}


/* protected */ 
 .protected { display: flex; height: 100%; margin: 0 auto; align-items: center; justify-content: center;}
 .protected-desc {font-size: 12px; font-weight: bold; margin-bottom: 10px; text-align: left;}
 .protected-desc span {font-size: 13px; font-weight: bold;}
 .protected-password input[type="password"] {border: none; font-family: 'Pretendard', sans-serif; background: none;}
 .protected-password input[type="button"] {border:none; font-family: 'Pretendard', sans-serif; background: none;}
 .protected-password input[type="password"], .protected-password input[type="button"] {padding: 5px;}


/* tag */
 .tag {text-align: left; padding: 10px; font-size: 12px;}
 .tag-title { font-weight: bold; margin-bottom: 20px;}
 .tag-desc ul {display: flex;  flex-wrap: wrap; flex-direction: column;}
 .tag-desc li {padding: 5px;}
 .tag-desc a:before{content: "#"; font-weight:bold; margin-right: 1px; } 


 /* cover */
 .cover-inner {margin-right: 0;}

 .cover-inner .inner:not(:last-child){margin: 0; }
 .c-title {padding: 5px; text-align: center;}
 .c-title span { font-size: 15px; font-weight: bold;} 
 .c-notice.inner, .c-gallery.inner, .c-list.inner, .c-playlist.inner, .c-swiper.inner {padding: 5px; border-radius: 0;} 

 .c-img img {width: 100%; object-fit: cover;}

 .c-desc {text-align: left;}
 .c-wrap:last-child {border-bottom: none;}

 .c-notice .c-wrap, .c-list .clist-wrap a {padding: 5px;}

 .c-gallery .c-gwrap { float: left; width: calc((100% - 0px) / 3); position: relative;
 box-sizing: border-box;}
 .c-gallery .c-wrap .c-gwrap:nth-child(1n+1) {margin-left: 0;}
 .c-gallery .c-wrap .c-gwrap:nth-child(4n+1) {margin-right: 0;}
 .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 .thumbnail-info {text-align: center;}
 .c-gallery .thumbnail-title {overflow: hidden; font-weight: 700;
 text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 .c-gallery .thumbnail-date {padding: 5px; display: none;} 
 .c-gallery .thumbnail-cate {padding: 5px;}   
 .c-gallery .c-itemtitle{display: none; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center;}
 .c-gallery .c-listtitle {display: none;}
 .c-gallery.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 
 .c-gallery .c-thumbnail-title {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; font-weight: bold; background: #00000047;
  top: 0; left: 0;  color: #FFF; opacity: 0; transition: 0.3s; display: flex; align-items: center;  justify-content: center;}
 .c-gallery .c-gwrap .c-thumbnail:hover .c-thumbnail-title, 
 .c-gallery .c-gwrap .c-thumbnail:focus .c-thumbnail-title{ opacity: 1; transition: all 0.3s ease;}

 .c-list .c-listtd { display: flex; justify-content: space-between;
 flex-direction: row;  box-sizing: border-box; overflow: hidden;}
 .c-list .clist-wrap a {display: block;} 
 .c-list .c-listtitle, .c-list .c-date {padding: 0;}
 .c-list .c-listtitle { display: -webkit-box; font-weight: bold; overflow: hidden; text-overflow: ellipsis;
    text-align: center; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 .c-list.inner::after {content: ''; display: block; clear: both; margin: 0; padding: 0;}
 .c-list .c-date {text-align: center; display: flex; flex-direction: row; justify-content: center;}
 .c-list .c-catename {margin-left: 10px;}

 .c-playlist .video-container {border-radius: 0;}
 .c-playlist .c-listtitle {padding: 5px;}
 .c-playlist .c-listtitle span {font-size: 15px; font-weight: bold;}
 .c-playlist a {  border: solid 1px #000; display: block; margin-bottom: 20px;}
 .c-playlist a:last-child {margin-bottom: 10px;} 


/* 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;
 margin: 0 auto; overflow: hidden;}
 #container {height: auto !important;}
 .c-text {display: none;}
 .c-inner {width: 100%; flex-direction: column;}
 .c-img2 {width: 100%; margin-right: 0;}
 .c-wrap2 {width: 100%;}
 .menubars {margin-top: 39px; width: 100%; left: 0;}
 .menu1{ margin-bottom: 0; border-bottom: none !important;}
 .paging  {width: auto !important;}
 .p-prev {margin-right: 10px;}
 } 



/* scallbar */
 ::-webkit-scrollbar { width: 5px; display: none; }
 ::-webkit-scrollbar-track { background-color: #FFF; }
 ::-webkit-scrollbar-thumb { border-radius: 0;}
 ::-webkit-scrollbar-button { display: none; }


/* copyright */
 #copyright{position: fixed; left: 10px; bottom: 10px;}
 .copyrightbtn, .copyrightbtn a{font-size: 10px; font-weight: bold; color:#aeaeae !important;}
 .show-hover{ display: none;}
 .copyrightbtn:hover .show-hover{ display: block;}
 .copyrightbtn:hover .hidden-hover{ display: none;}
 

/*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;}
 }

