@charset "utf-8";

@font-face {
  font-family: 'Noto Sans';
  src: url(./images/NotoSansKR-Regular.woff) format('woff'),
    url(./images/NotoSansKR-Regular.woff2) format('woff2');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'elice';
  src: url(./images/EliceDigitalBaeum_Regular.woff2) format('woff2');
  font-style: normal;
  font-weight: normal;
}


* {
  padding: 0;
  margin: 0;
  font-family: 'elice';
  font-size: 11px;
  color: #222;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  word-break: break-all;
  cursor: default;
  line-height: 15px;
  letter-spacing: 1px;
}

input, textarea, ::placeholder {
  border-radius: 0;
  border: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  color: #222;
}

img {
  vertical-align: bottom;
}

a, a:link, a:visited, a:active {
  color: #222;
  text-decoration: none;
}

#content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #fff;
}

#content::-webkit-scrollbar-thumb {
  width: 3px;
  height: 3px;
}

html {
  overflow-y: hidden;
}

.clear {
  clear: both;
}

#s-m-t-tooltip{
  margin-top: 10px;
  margin-left: 8px;	
  padding: 3px 5px;	
  background:rgba(255,255,255,0.7); 
  font-family:'Verdana'; 
  font-size:10px; 
  letter-spacing:2px;	
  z-index:9999999;
}


/*========== layout ==========*/
#container {
  position: relative;
  width: 500px; /*스킨 가로 너비*/
  margin: 110px auto 150px;
}

#content{
  float:left; 
  width:78%;
  max-height:400px;
  padding:10px;
  overflow-y:scroll;
  overflow-x: hidden; 
  background:#fff; 
}

#side{
  float: right;
  width:20%; 
  padding:5px;
  background: #fff;
}

.paging{
  padding:10px 0 0;
}

.window{
  display: none; 
  position:fixed; 
  top:50%; 
  left: 50%; 
  transform:translate(-50%,-50%); 
  width:260px; 
  max-height: 300px; 
  padding: 10px; 
  box-sizing: border-box; 
  background:#fff; 
  overflow-y: scroll; 
  overflow-x: hidden;
  z-index:99999;
}
.window .sunflower{
  text-align:center; 
  margin-bottom:5px;
}
.window .sunflower span{
  padding: 2px; 
  color: #fff;  
  font-weight: bold;
}
.window .myctt img{
  width:100%; 
  margin:5px 0;
}
.window .close{
  position:absolute; 
  top:13px; 
  right:10px;
}
.window::-webkit-scrollbar {width:0px;}
.window::-webkit-scrollbar-thumb {width:0px;}


.profile{
  margin-bottom:5px;
}

.profile img{
  width:100%;
}

.dropdown{
  width:100%;
  padding:3px;
  font-size:10px;
  transition:0.7s;
}

.dropdown:hover{
  color:#fff;
  font-weight:bold;
  letter-spacing:1px;
  transition:0.7s;
}

.category{
  display: none;
}

.link_tit{
  display: none;
}

.category_list > li > a, .menu_list > li > a{
  display: block;
  padding:3px;
  border-bottom:0 !important;
  transition:0.3s;
}

.category_list > li > a:hover, .menu_list > li > a:hover{
  transition:0.3s;
}

.category_list > li:first-child a{
  border-top:0 !important;
}

.sub_category_list{
  display: none;
  border-bottom:0 !important;

}

.sub_category_list > li {
  padding:3px 5px 3px 12px;
}

.sub_category_list > li:last-child{
  border-bottom:0 !important;
}

/*========== list ==========*/
.list_w:after {
  display: block;
  clear: both;
  content: '';
}

.list_w .con{
  float: right;
  color:#fff;
  font-weight:bold;
  margin-bottom:10px;
  padding:3px;
}

#list_n .sum, #list_g .sum{
  display: none;
}

#list_n .thumb_i {
  display: none;
}

#list_n .list_c {
  padding:13.5px 10px; 
}

#list_n .list_t .title {
  float: left;
}

#list_n .list_t .date1 {
  float: right;
  font-size:10px;
  color:#777;
}


#list_g .list_c {
  position: relative;
  float: left;
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
}

#list_g .list_c:nth-child(4n) {
  margin-right: 0;
}

#list_g .list_c .thumb_i {
  position: relative;
  width: 100%;
}

#list_g .list_c .thumb_i img {
  width: 100%;
}

#list_g .list_c .thumb_i .th {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#list_g .list_t {
  display: none;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height:100%;
  text-align: center;
  background:#ffffff88;
}

#list_g .list_t .title {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  width: 100%;
  padding:5px;
}

#list_g .list_t .date1 {
  display: none;
}

#list_a .list_c {
  position: relative;
  margin-bottom:10px;
}

#list_a .thumb_i {
  position: relative;
  width: 30%;
}

#list_a .list_c .thumb_i img {
  width: 100%;
}

#list_a .list_c .thumb_i .th {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#list_a .right{
  position: absolute;
  width: calc(70% - 10px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#list_a .list_t{
  margin-bottom:2px;
}

#list_a .list_t .title {
  font-weight: bold;
  float: left;
}

#list_a .list_t .date1{
  display: none;
  float: right;
  font-size:10px;
  color:#777;
  margin-right:10px;
}

#list_a .sum{
  margin-right:10px;
  display: block;
  display: -webkit-box; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  text-align:justify;
}

/*========== article ==========*/
.entry .article .title_wrap {
  text-align: right;
  margin-bottom: 10px;
}

.entry .article .title_wrap .title {
  display: inline-block;
  font-weight: bold;
  color:#fff;
  padding:3px;
}

.entry .article .title_wrap .tag_trail a:before {
  content: '#';
}

.entry .article .title_wrap action_trail a {
  display: inline-block;
}

.entry .article .title_wrap .date2 {
  color:#777;
  font-size:10px;
}

.entry .article .ny {
  text-align: justify;
  margin-bottom: 10px;
}

.entry .admin{
  float: right;
}

.entry .admin a > i{
  color:#777;
  font-size:9px;
}

.entry .action_trail{
  float: left;
  font-weight:bold;
}


.entry .article iframe {
  width: 100%;
  border: 0 !important;
}



/* 이미지 여백 정리 */
figure {
  margin: 0 !important;
}

figure.imageblock.alignCenter {
  margin: 0;
  text-align: initial;
}

figure.imagegridblock {
  margin: 0;
}

/*인용구 quote 스타일*/
blockquote[data-ke-style='style1'] {
  margin-top: 15px;
}

blockquote[data-ke-style='style1'] span:before {
  content: '"';
  font-size: 40px;
  font-family: 'Verdana';
  color: #ddd;
}

blockquote[data-ke-style='style2'] {
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: 10px;
  font-size: 11px;
  line-height: 17px;
  background: #fefefe;
}

blockquote[data-ke-style='style3'] {
  border: 1px solid #ddd;
  background: #fcfcfc;
  text-align: left;
  padding: 10px;
  color: #666;
  line-height: 17px;
  font-size: 11px;
}

blockquote.tx-quote-tistory {
  padding: 5px;
  margin: 2.5px 0;
}

blockquote.tx-quote-tistory p {
  font-size: 11px;
  line-height: 17px;
  color: #222;
}

/*파일 다운로드 상하 여백 삭제*/
figure.fileblock {
  margin: 0;
}

/*코드블럭 배경색 지정*/
.ny code {
  background: #f3f3f3;
}

/*슬라이드쇼 자동 맞춤*/
figure.imageslideblock div.image-container {
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 400px;
  background-color: #ddd;
}

/*moreless*/
div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #222;
  font-size: 11px;
  line-height: 15px;
  font-family: 'elice';
  font-weight: bold;
}

div[data-ke-type='moreLess'] .btn-toggle-moreless:before {
  content: "+";
  margin-right: 2px;
}

div[data-ke-type='moreLess'].open .moreless-content {
  border: 1px solid #ddd;
  padding: 10px;
}

.btn_more, .btn_less {
  height: auto;
  margin: 0;
  font-size: 11px;
  color: #222;
  text-align: initial;
  font-weight: bold;
}

.moreless_content .btn_less:last-child {
  display: none;
}

.btn_less:before, .btn_more:before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  margin-right: 3px;
  padding: 0;
  line-height: 15px;
  vertical-align: initial;
}

/*folder icon*/
.moreless_content {
  display: block;
  width: 100%;
  padding: 10px !important;
  margin: 10px 0 !important;
  border: 1px solid #ddd;
}

/*content area*/
/*video - 16:9 Optimization*/
figure[data-ke-type="video"] {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

figure[data-ke-type="video"] iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

/*postbtn*/
.container_postbtn {
  display: none;
}

/*========== protect ==========*/
.protect .title_wrap{
  text-align:right;
}

.protect .title_wrap .title{
  display: inline-block;
  font-weight: bold;
  color:#fff;
  padding:3px;
}

.protect .title_wrap .date2{
  color:#777;
  font-size:10px;
}

.article_p {
  width: 150px;
  margin: 50px auto;
  text-align: center;
}

.article_p .ment {
  padding-bottom: 20px;
  font-weight: bold;
}

.article_p .pwinput {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

/*========== taglog ==========*/
.taglog{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0;
}

.taglog a {
  width: calc((100% - 40px) / 5);
  padding: 10px 3px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  transition:0.7s;
}

.taglog a:nth-child(5n) {
  margin-right: 0;
}

.taglog a:hover {
  color:#fff;
  font-weight: bold;
  transition:0.7s;
}

/*========== notice ==========*/
.n_entry{
  margin-bottom:15px;
}

.n_entry .title_wrap {
  text-align:right;
  margin-bottom:10px;
}

.n_entry .title_wrap .date2{
  display: inline-block;
  font-weight:bold;
  color:#fff;
  padding:3px;
}

.n_entry .title_wrap .title{
  font-weight:bold;
}

.n_entry .article {
  padding:10px;
  text-align: justify;
}

/*========== comment ==========*/
.comment_o{
  display: none; 
  padding-top:10px;
}
.gst{
  padding-top:10px;
}
.comment .write{ 
  width: 100%;	
  box-sizing: 
  border-box; 
  margin-bottom:20px;
}
.comment .write .txtarea textarea{ 
  width: 100%;  
  height: 60px;  
  padding: 5px; 
  margin-bottom:10px; 
   box-sizing: border-box;  
   resize: none;
}
.comment .write .input{
  width:100%;
}
.comment .write .ss{
  float:right; 
  padding: 0 8px;  
  box-sizing: border-box;
}
.comment .write .ss .check input[type="checkbox"]{
  display: none;
}
.comment .write .ss .check input[type="checkbox"]+label:before{	
  display: inline-block;	
  content: '\f09c';	
  font-family: "Font Awesome 5 Free"; 	
  font-weight: bold; 
  font-size:10px; 
  color: #fff; 
  margin-right:5px;  
  line-height: 22px;
}
.comment .write .ss .check input[type="checkbox"]:checked+label:before{	
  content: '\f023'; 
  color:#fff;
}
.comment .write .ss .send input[type="submit"]{
  font-family: "Font Awesome 5 Free";	
  font-weight: bold; 
  font-size:10px; 
  color:#fff; 
  background:none;  
  line-height: 22px; 
  transform: rotateY(180deg);
}
.comment .write .info {
  float: left; 
  width:50%;
}
.comment .write .info input{
  width: 46%;  
  line-height: 22px; 
  margin-right: 2%;
  padding:0 3px; 
   box-sizing: border-box;	
   font-size:10px;
}

.comment_list .cntli{
  margin-bottom:10px;
}
.comment_list .name, .comment_list .name a {
  display: inline-block;	
  margin-bottom:3px;	
  font-weight: bold;	
}
.comment_list #rp{
  padding:10px;
}
.comment_list #rrp{
  padding: 10px;  
}
.comment_list .cnt_ad a > i{
  font-size:10px; 
  color:#777;
}

/*========== cover ==========*/

.cover_wrap .c_item:not(:last-child) {
  margin-bottom: 15px;
}

.cover_wrap .title_wrap {
  float: right;
  margin-bottom: 10px;
  font-weight: bold;
  color:#fff;
  padding:3px;
}

.cover_notice .in{
  padding:10px;
}

.cover_notice .txt {
  text-align: justify;
}

.cover_notice .n-img img {
  max-width: 100%;
  margin-bottom: 10px;
}



.cover_list .link .list_t {
  padding:10px;
}

.cover_list .link:last-child .list_t {
  border-bottom: 0 !important;
}



.cover_gallery .in {
  padding:10px;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cover_gallery .list_c {
  position: relative;
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
}

.cover_gallery .list_c:nth-child(4n) {
  margin-right: 0;
}

.cover_gallery .thumb_i img {
  width: 100%;
}

.cover_gallery .list_t {
  display: none;
  position: absolute;
  top:0;
  left:0;
  width:100%; 
  height:100%;
  background:#ffffff88;
  text-align:center;
}

.cover_gallery .list_t span{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  padding:5px;
  transform: translate(-50%,-50%);
  font-weight:bold;
}


/*=====copyright=====*/
.yunicorn a {
  position: fixed;
  left: 13px;
  bottom: 10px;
  font-family: 'Noto Sans';
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* 수정 및 삭제 금지 */
/*=====copyright=====*/



@media (max-width:767px) {
  html {
    overflow-y: auto;
  }

  body {
    overflow-x: hidden;
  }

  #container {
    margin: 10% auto 10%;
    width: 80%;
  }

  #side{
    float:none;
    position: relative;
    width:100px;
    margin:0 auto 15px;
  }

  #side .menu{
    position:relative;
  }

  #side .category{
    position: absolute;
    width:100%;
    background:#fff;
    z-index:99999;
  }

  #content{
    float: none; 
    width:100%;
    max-height:none;
  }

  .cover_gallery .list_c, 
  #list_g .list_c {
  width: calc((100% - 10px) / 2);
  }

  .cover_gallery .list_c:nth-child(4n), 
  #list_g .list_c:nth-child(4n) {
    margin-right: 10px;
  }

  .cover_gallery .list_c:nth-child(2n),
  #list_g .list_c:nth-child(2n) {
    margin-right: 0;
  }

  .taglog a {
    width: calc((100% - 20px) / 3);
  }

  .taglog a:nth-child(5n) {
    margin-right: 10px;
  }

  .taglog a:nth-child(3n) {
    margin-right: 0;
  }

}