@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  font-family:'Pretendard-Regular', 'M PLUS Rounded 1c', sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  list-style: none;
  word-wrap: break-word;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 20px;
}

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

img {
  vertical-align: bottom;
}

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

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

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

.clear {
  clear: both;
}

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

.link_tit{
  display:none;
}

/*========== layout ==========*/
#container {
  position: relative;
  margin:100px auto 200px;
  /*크기 변경*/
  width:600px;
}

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

#header{
  width:100%;
  margin-bottom:30px;
}

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

#header .logo{
  float:left;
}

#header .logo a{
  font-weight: bold;
  letter-spacing: 1px;
  color:#FFFFFF;
}

#header .topmenu{
  float: right;
  text-align: right;
}

#header .topmenu li{
  display: inline-block;
}

#header .topmenu li a{
  display: inline-block;
  width:auto;
  margin:0 5px;
  font-size:10px;
  letter-spacing: 1px;
  font-weight: bold;
}

#header .topmenu li a.mbtn{
  display: none;
}

#header .topmenu li a.search{
  margin-right:0;
}

#header .search input{
  width:48px;
  font-weight: bold;
  letter-spacing: 1px;
}

#side{
  float: left;
  width:30%;
  margin-right:3%;
}

#side .profile{
  width:100%;
  height:180px;
  margin-bottom:15px;
  border-radius:15px;
}

#side .intro{
  border-radius:15px;
  margin-bottom:15px;
}

#side .intro .nick{
  text-align: center;
  padding:5px;
  font-weight: bold;
  letter-spacing: 1px;
}

#side .intro .text{
  text-align: center;
  padding:5px 10px;
}

.category{
  border-radius: 15px;
  margin-bottom:15px;
}

.category .catett{
  text-align: center;
  padding:5px;
  font-weight: bold;
  letter-spacing: 1px;
}

.category_list > li{
  display: inline-block;
  width:100%;
  text-align: center;
}

.category_list > li > a{
  display: inline-block;
  width:100%;
  padding:5px;
  letter-spacing: 1px;
  transition:0.7s;
}

.category_list > li > a:hover{
  font-weight: bold;
  letter-spacing: 2px;
  color:#74325c;
  transition:0.7s;
}

.sub_category_list{
  display: none;
  padding:5px;
}

.sub_category_list a, .sub_category_list i{
  font-size:10px;
  color:#FFFFFF;
}

.menubox{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 15px;
  padding:7px 20px;
  margin-bottom:15px;
}

.menubox > li{
  width:25%;
  text-align: center;
}

.menubox > li > a > i{
  line-height:20px;
  vertical-align: middle;
}

#content{
  float: right;
  width:67%;

}


.paging{
  padding:10px 0 0;
}

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



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

#list_n .thumb_i {
  display: none;
}


#list_n .list_c {
  margin-bottom:15px;
  border-radius: 15px;
  transition: 0.7s;
}

#list_n .list_t{
  padding:5px 10px;
}

#list_n .list_t:after {
  display: block;
  clear: both;
  content: '';
}

#list_n .list_t .title {
  float: left;
  font-weight: bold;
  transition: 0.7s;
}

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

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

#list_n .list_t .date i{
  display: none;
}

#list_n .sumwrap{
  padding:4px 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align:justify;
}

#list_g .sum{
  display: none;
}

#list_g .list_c {
  float: left;
  position:relative;
  width:calc((100% - 15px) / 2);
  margin:0 15px 15px 0;
  border-radius: 15px;
  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{
  text-align: center;
  padding:5px 10px;
}

#list_g .list_t .title{
  font-weight: bold;
  letter-spacing: 1px;
  width:100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#list_g .list_t .date{
  font-size: 10px;
}

#list_g .list_t .date i{
  vertical-align: middle;
  margin-top:1px;
}

/*========== article ==========*/
.entry .article{
  border-radius: 15px;
  margin-bottom:15px;
}

.entry .article .title_wrap {
  padding:5px 10px;
}

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

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

.entry .article .ny {
  padding:10px;
}

.entry .article .detail .detop{
  padding:5px 10px;
}

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

.entry .article .detail .action_trail{
  padding:5px 10px;
}

.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: #FFFFFF;
}

blockquote[data-ke-style='style2'] {
  border-left: 5px solid #FFFFFF;
  padding: 10pっf
  font-size: 10px;
  line-height: 15px;
  background: #fff0;
}

blockquote[data-ke-style='style3'] {
  background: #fff0;
  text-align: left;
  padding: 10px;
  color: #FFFFFF;
  line-height: 15px;
  font-size: 10px;
}

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

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

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

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

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

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

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

.btn_more, .btn_less {
  height: auto;
  margin: 0;
  font-size: 11px;
  color: #FFFFFF;
  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 #FFFFFF;
}

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



/*========== protect ==========*/

.protect{
  border-radius: 15px;
}

.protect .title_wrap {
  padding:5px 10px;
}

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

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


.article_p .proimg{
  padding:10px;
  width:100%;
  height:300px;
}

.article_p .proimg .img{
  width:100%;
  height:100%;
}

.article_p i{
  display: inline-block;
  vertical-align: middle;
}

.article_p .text i, .article_p .sinput i{
  padding:10px;
}

.article_p .text div{
  display: inline-block;
  padding:5.5px;
}

.article_p .sinput input{
  padding:5.5px;
  width:300px;
}

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

.taglog a {
  display:inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right:10px;
  margin-bottom:10px;
  transition:0.7s;
}


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

.taglog a:hover{
  font-weight: bold;
  letter-spacing: 1px;
  color:#74325c;
  transition:0.7s;
}

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

.n_entry .title_wrap {
  padding:5px 10px;
}

.n_entry .title_wrap .title{
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
}

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

.n_entry .article {
  padding:5px 10px;
}

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

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

.comment .rp_admin {
  border-top:1px solid #FFFFFF;
}

.comment .rp_admin .redel a > i{
  line-height: 20px;
}

.comment .rptop{
  padding:5px 10px;
}

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

.comment .name{
  letter-spacing: 1px;
}

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

.comment .date{
  display: inline-block;
  font-size:10px;
}

.comment .redel {
  float: right;
}

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

.tistoryProfileLayerTrigger{
  display: none;
}

.comment .desc{
  padding:10px;
}

.comment textarea {
  width: 100%;
  height: 70px;
  padding: 10px;
  resize: none;
  background:#fff0;
  border-radius: 15px 15px 0 0;
}

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

.comment .wb{
  border-radius: 0 0 15px 15px;
  border-top:0 !important;
  margin-bottom:15px;
}

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

.comment .input input {
  display: inline-block;
  width: calc((100% - 1px) / 2);
  padding: 5px;
  text-align:center;
}


.comment .cksd {
  float: right;
  width:35%;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content:space-between;
}

.comment .check {
  display: inline-block;
  width: calc((100% - 1px) / 2);
  padding:5px;
  text-align: center;
}

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

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

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

.comment .submit {
  display: inline-block;
  width: calc((100% - 1px) / 2);
  text-align: center;
}

.comment .submit input[type="submit"] {
  display: inline-block;
  padding:5px;
  color: #FFFFFF;
  font-weight: bold;
  background: #fff0;
}

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

.cover_wrap .title_wrap {
  padding:5px 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.cover_wrap .c_item{
  border-radius: 15px;
  margin-bottom:15px;
}

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

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

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

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

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

.cover_gallery .thumb_i {
  position: relative;
  width: 100%;
}

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

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

.cover_gallery .list_t {
  text-align: center;
  padding:5px;
  width:100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.cover_list .link{
  float: left;
  display:block;
  width:calc((100% - 1px) / 2);
  padding:5px 10px;
  transition:0.7s;
}

.cover_list .link .list_t .title{
  width:100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.cover_list .link:hover .list_t .title{
  color:#74325c;
}

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


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


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



@media (max-width:767px) {

  #container{
    width:90%;
    margin:5% auto;
  }

  #side{
    float: none;
    position:fixed;
    width:55%;
    height:100%;
    margin-right:0;
    padding:20px;
    box-shadow: 0 0 5px #FFFFFF;
    top:0;
    left:-60%;
    z-index:99999;
    transition:0.9s;
  }

  .sideToggle{
    left:0 !important;
    transition:0.9s;
  }

  #header .topmenu li a.mbtn{
    display: inline-block;
  }

  #content{
    float: none;
    width:100%;
  }


}