@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700;900&display=swap');

@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  font-family: 'NanumSquareNeo-Variable';
  font-size: 11px;
  color: #222;
  list-style: none;
  word-wrap: break-word;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 15px;
}

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;
}

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

::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
}

.clear {
  clear: both;
}



.link_tit{display:none;}

/*========== layout ==========*/
#container {
  position: relative;
  margin:150px auto;
  /*크기 변경*/
  padding:30px;
  width:760px;
  background:#fff;
}

#container::after{
  display: block;
  clear: both;
  content: '';
}

#side{
  float: left;
  position: relative;
  width: calc(50% - 20px);
  height:470px;
}

#side .image{
  width:100%;
  height:100%;
}

#side .title{
  position:absolute; 
  left:230px;
  top:15px;
  width:100%;
}

#side .title a{
  display: inline-block;
  padding:1px;
  font-family: 'Frank Ruhl Libre', serif;
  font-size:40px;
  font-style: italic;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0 #ffffff99;
}

#side .chip{
  position:absolute;
  right:-350px;
  top:17.5px;
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width:100px;
}

#side .chip .box1 .color1{
  width:25px;
  height:15px;
}

#side .chip .box2 .color2{
  width:25px;
  height:15px;
}

#side .chip .box3 .color3{
  width:25px;
  height:15px;
}

.category_list,
.menu_list,
.link_list{
  display: none;
  position:absolute;
  top:calc(100% + 5px);
  left:0;
  width:100px;
  height:auto;
  background:#fff;
  z-index:999;
}

.category_list{
  border-bottom:0 !important;
}

.category_list > li > a,
.menu_list > li > a,
.link_list > li > a{
  display: inline-block;
  padding:5px;
  width:100%;
  transition:0.7s;
}

.chip li > a:hover{
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.7s;
}

.sub_category_list{
  display: none;
}

.sub_category_list > li > a{
  display: inline-block;
  width:100%;
  padding:3px;
  font-size:10px;
  color:#555;
}

.sub_category_list > li > a > i{
  vertical-align: middle;
  font-size:9px;
  color:#555;
}

.search, .search input{
  width:100%;
}

#side .text{
  position:absolute;
  bottom:10px;
  left:10px;
  width:calc(100% - 20px);

}

#side .white{
  position:absolute;
  top:1px;
  left:1px;
  width:calc(100% - 2px);
  height:calc(100% - 2px);
  background:#fff;
  opacity: 0;
  transition:0.7s;
}

#side .white:hover{
  opacity: 0.5;
  transition:0.7s;
}

#content{
  float:right;
  width: calc(50% + 20px);
  height:410px;
  overflow-y: auto;
  margin-top:60px;
  padding:0 20px;
}

.paging{
  padding:10px 0 0;
}

.paging a > i {
  color: #000;
}



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

#list_n .thumb_i {
  display: none;
}


#list_n .list_c {
  padding:15px 10px;
  transition: 0.7s;
}


#list_n .list_t .title {
  float: left;
  width:calc(100% - 35px);
  font-weight: bold;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.7s;
}

#list_n .list_c:hover .list_t .title{
  letter-spacing: 1px;
  transition: 0.7s;
}

#list_n .list_t .date {
  float: right;
}

#list_n .list_t .sum{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align:justify;
}

#list_g .list_c {
  float: left;
  position:relative;
  width:calc((100% - 20px) / 2);
  margin:0 20px 20px 0;
  overflow:hidden;
}

#list_g .list_c:nth-child(2n){
  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;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff88;
  text-align: center;
  font-weight: bold;
}

#list_g .list_t .title{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 20px);
  transform:translate(-50%,-50%);
}

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

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

.entry .article .title_wrap .title {
  float: left;
  font-weight: bold;
}

.entry .article .title_wrap .date {
  float: right;
}

.entry .article .ny {
  text-align: justify;
}

.entry .article .detail{
  padding:10px 0;
}

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

.entry .article .detail .action_trail a {
  display: inline-block;
  font-weight: bold;
}

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



/* 이미지 여백 정리 */
figure.imageblock.alignCenter {
  margin-bottom:0 !important;
}

/*인용구 quote 스타일*/
blockquote, blockquote p{
  line-height: 15px;
}

blockquote[data-ke-style='style1'] {
  margin-top: 15px;
  font-size:10px;
}

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

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

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

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

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

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

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

/*moreless*/
div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #222;
  font-size: 10px;
  line-height: 15px;
  font-family: 'NanumSquareNeo-Variable';
  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 #000;
  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*/
.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 {
  margin-bottom:10px;
}

.protect .title_wrap .title {
  float: left;
  font-weight: bold;
}

.protect .title_wrap .date {
  float: right;
}


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

.article_p i{
  display:block;
  font-size: 30px;
  margin-bottom:10px;
}


.article_p input {
  display: inline-block;
  width: 100px;
  padding: 5px;
  margin-top:10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.article_p input::placeholder{
  color:#555;
  font-size: 9px;
  letter-spacing: 1px;
}

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

.taglog a {
  float: left;
  width:calc((100% - 30px) / 4);
  line-height:16px;
  margin:0 10px 10px 0;
  padding:5px 5px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  transition:0.7s;
}

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

.taglog a:before{
  content:'#';
}

.taglog a:hover{
  font-weight: bold;
  letter-spacing: 0.5px;
  transition:0.7s;
}

/*========== notice ==========*/
.n_entry{
  padding:10px;
}

.n_entry:not(:last-child){
  margin-bottom:20px;
}

.n_entry .title_wrap {
  margin-bottom:10px;
  font-weight: bold;
}

.n_entry .article {
  text-align: justify;
}

/*========== comment ==========*/
.comment_o {
  display: none;
}

.comment_list {
  margin-top: 20px;
}

.comment .rp_wrap {
  margin-bottom: 20px;
}

.comment .rp_general{
  padding:10px;
}

.comment .rp_admin {
  padding:10px;
  border-top:0 !important;
}

.comment .name, .comment .name a {
  display: inline-block;
  font-weight: bold;
  margin-right:2px;
}

.comment .name{
  padding:1px 5px;
  margin-bottom:5px;
}

.comment .name i{
  font-size:9px;
  vertical-align: middle;
  margin-right:3px;
}

.comment .date{
  display: inline-block;
  color:#555;
  font-size:10px;
  letter-spacing: 1px;
}

.comment .redel {
  float: right;
}

.comment .redel a {
  font-size: 10px;
}

.tistoryProfileLayerTrigger{
  display: none;
}

.comment textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  resize: none;
  margin-bottom: 10px;
  background:#eee5;
}

.comment textarea::placeholder{
  color:#555;
}

.comment .input {
  float: left;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.comment .input input {
  display: inline-block;
  width: 55px;
  padding: 5px;
  margin-right: 10px;
  font-size: 10px;
  text-align:center;
}

.comment .cksd {
  float: right;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.comment .check {
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
  padding:5px 10px;
}

.comment .check input[type="checkbox"] {
  display: none;
}

.comment .check input[type="checkbox"]+label:before {
  display: inline-block;
  font-size: 10px;
  content: '공개';
  color: #222;
}

.comment .check input[type="checkbox"]:checked+label:before {
  content: '비밀';
  font-weight: bold;
}

.comment .submit {
  display: inline-block;
}

.comment .submit input[type="submit"] {
  padding:5px 10px;
  font-size: 10px;
  width: 100%;
  color: #222;
  font-weight: bold;
  background: #00000000;
}

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

.cover_wrap .title_wrap {
  margin-bottom:10px;
  font-weight: bold;
}

.cover_notice .in{
  margin-bottom:10px;
  text-align:justify;
}

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


.cover_list .title_wrap{
  margin-bottom:0 !important;
}

.cover_list:after {
  display: block;
  clear: both;
  content: '';
}

.cover_list .link{
  float: left;
  display:block;
  width:calc((100% - 10px) / 2);
  padding:10px 5px;
  margin-right:10px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition:0.7s;
}

.cover_list .link:hover{
  font-weight: bold;
  letter-spacing:0.5px;
  transition:0.7s;
}

.cover_list .link:nth-child(2n){
  margin-right:0;
}

.cover_gallery .in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom:5px;
}

.cover_gallery .list_c {
  position: relative;
  width: calc((100% - 20px) / 3);
  margin: 0 10px 10px 0;
  overflow: hidden;
}

.cover_gallery .list_c:nth-child(3n) {
  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;
}

.cover_gallery .list_t span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:90%;
  text-align:center;
  font-weight:bold;
}


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



@media (max-width:767px) {

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

  #side{
    float:none;
    width:100%;
    height:300px;
  }

  #side:after{
    display: block;
    clear: both;
    content: '';
  }

  #side .title{
    position:relative;
    float:left;
    width:calc(100% - 100px);
    left:0;
    top:0;
    margin-top:20px;
  }

  #side .title a{
    font-size:26px;
    text-shadow: none;
  }

  #side .chip{
    position:relative;
    float:right;
    right:0;
    top:0;
    margin-top:22px;
  }

  #content{
    float: none;
    width:100%;
    height:auto;
    padding:0;
  }

  .comment .check {
    margin-right: 9px;
  }
}