@charset "utf-8";

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

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

* {
  padding: 0;
  margin: 0;
  font-family: 'NanumSquareNeo', "M PLUS 1", sans-serif;
  color: #333;
  list-style: none;
  word-wrap: break-word;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 230%;
}

html{font-size:13px;}
.tt_article_useless_p_margin {text-indent:1em;}

  /* 제목 상단에 여백 추가 */
  .tt_article_useless_p_margin h1,
  .tt_article_useless_p_margin h2,
  .tt_article_useless_p_margin h3,
  .tt_article_useless_p_margin h4,
  .tt_article_useless_p_margin h5,
  .tt_article_useless_p_margin h6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-top: 2em !important;
  }

  /* 문단 하단에 여백 추가 */
  .tt_article_useless_p_margin p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
  }

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

img {
  vertical-align: bottom;
}

a, a:link, a:visited, a:active {
  color: #333;
  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 ==========*/
.mbtn{
  display: none;
  width:30px;
  height:30px;
  background:#fff;
  border-radius: 100%;
  text-align:center;
}

.mbtn i{
  display: inline-block;
  font-size: 13px;
  line-height:30px;
  vertical-align: middle;
}

#container {
  position: relative;
  margin:0 auto 200px;
  padding-bottom:20px;
  /*크기 변경*/
  width:1000px;
  background:#fff;
}

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

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

#header .himg{
  width:100%;
  height:300px;
}

#header .htitle{
  display: block;
  padding:0 20px;
}

#header .hicon{
  display: flex;
  justify-content: center;
  align-items: center;
  width:70px;
  height:70px;
  margin-top:-40px;
  margin-bottom:20px;
}

#header .hicon img{
  width:100%;
}

#header .htext{
  font-size:30px;
  font-weight: bold;
}

#top{
  padding:0 20px 10px;
}

#top .desc{
  padding:20px;
  width:100%;
  border-radius: 5px;
  margin-bottom:10px;
}

.lgray{
  width:calc(100% - 40px);
  margin:0 20px 20px;
}

#side{
  float: left;
  width:25%;
  padding:0 20px;
}

#side img.emoji{
  width:13px;
  height:13px;
  vertical-align: middle;
  margin-right:3px;
}

#side .stitle{
  width:100%;
  padding:10px;
  font-size:15px;
  font-weight: bold;
  margin-bottom:10px;
}

#side .pimg{
  width:100%;
  height:200px;
  margin-bottom:10px;
}

#side .sdesc{
  padding:10px;
  margin-bottom:10px;
}

#side .sdesc .line{
  padding-left:10px;
}

.slgray{
  margin:10px 0;
  width:100%;
}

.menu, .category{
  padding:10px;
  margin-bottom:10px;
}

.menu .menutt,
.category .catett{
  font-weight: bold;
}

.menu .menutt i,
.category .catett i{
  vertical-align: middle;
  font-size:15px;
}

.menu_list{
  padding-left:15px;
  padding-top:5px;
}

.category_list{
  padding-left:15px;
  padding-top:5px;
}

.category_list i{
  vertical-align: middle;
}

.menu_list i{
  font-size:12px;
  vertical-align: middle;
}

.menu_list > li > a,
.category_list > li > a{
  letter-spacing: 0.5px;
  color:#333;
  transition: 0.7s;
}

.category_list > li > a:hover{
  letter-spacing: 1.5px;
  transition: 0.7s;
}

.sub_category_list{
  display: none;
  padding-left:17px;
}

.sub_category_list > li > a{
  color:#777;
}

.search{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width:100%;
  padding:10px;
  margin-bottom:10px;
  background:#fff;
  border-radius: 5px;
}

.search input{
  width:85%;
  letter-spacing:1px;
}

.search i{
  padding-top: 3px;
}

.link .link_list{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

.link .link_list > li{
  width:calc((100% - 10px) / 2);
  padding:10px;
  margin:0 10px 10px 0;
  background:#fff;
  border-radius: 5px;
  text-align:center;
}


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


#content{
  float:right;
  width:75%;
  padding-right:20px;
}


.paging{
  padding:10px 0 0;
}

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



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

.list_w .confirm{
  font-size: 18px;
  font-weight: bold;
  margin-bottom:10px;
  padding:10px 0;
}

#list_n .thumb_i{
  display: none;
}

#list_n .ctitle *{
  color:#999;
}

#list_n .ctitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#list_n .ctitle i{
  vertical-align: middle;
}

#list_n .ctitle .cd{
  width:120px;
  padding:10px;
  padding-left:20px;
}

#list_n .ctitle .ct{
  width:calc(100% - 260px);
  padding:10px;
}

#list_n .ctitle .cc{
  width:140px;
  padding:10px;
  text-align: center;
}

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

#list_n .list_t{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width:100%;
}

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

#list_n .list_t .twrap{
  width:calc(100% - 140px);
}

#list_n .list_t .twrap .title{
  float: right;
  width:calc(100% - 120px);
  padding:10px;
}

#list_n .list_t .twrap .title a{
  display: inline-block;
  width:100%;
}

#list_n .list_t .twrap .date{
  float: left;
  width:120px;
  padding:10px;
  padding-left:20px;
}

#list_n .list_t .catelink{
  width:140px;
  padding:10px;
  text-align: center;
}

#list_n .inner .cc{
  text-align:left;
}

#list_n .list_t .catelink a{
  padding:3px 5px;
  border-radius: 5px;
}

#list_g .ctitle{
  display: none;
}

#list_g .list_c {
  float: left;
  position:relative;
  width:calc((100% - 30px) / 3);
  margin:0 15px 15px 0;
  border-radius: 5px;
  overflow:hidden;
}

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

#list_g .list_c .thumb_i {
  display: inline-block;
  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{
  padding:15px;
}

#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 .catelink{
  display: inline-block;
  padding:2px 5px;
  margin-top:10px;
  border-radius: 5px;
}


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

.entry .article .title_wrap .title {
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
  margin-bottom:10px;
}

.entry .article .title_wrap .option > div:not(:last-child){
  margin-bottom:10px;
}

.entry .article .title_wrap .option i{
  vertical-align: middle;
  color:#999;
}

.entry .article .title_wrap .option .optitle{
  display: inline-block;
  width:110px;
  color:#999;
}

.entry .article .title_wrap .option .cate a{
  padding:3px 5px;
  border-radius: 5px;
}

.entry .article .title_wrap .option .tag_trail a{
  padding:3px 5px;
  border-radius: 5px;
}

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


.entry .article .action_trail{
  padding-bottom:20px;
  margin-bottom:20px;
}

.entry .article .action_trail i{
  vertical-align: middle;
}

.entry .article .ny {
}

.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:13px;
}

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

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

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

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

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

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

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

/*moreless*/
div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #333;
  font-size: 13px;
  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 {
  margin:10px 0;
  padding: 10px;
}

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

/*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 .title_wrap {
  padding-bottom:20px;
  margin-bottom:20px;
}

.protect .title_wrap .title {
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
  margin-bottom:10px;
}

.protect .title_wrap .option > div:not(:last-child){
  margin-bottom:10px;
}

.protect .title_wrap .option i{
  vertical-align: middle;
  color:#999;
}

.protect .title_wrap .option .optitle{
  display: inline-block;
  width:110px;
  color:#999;
}

.protect .title_wrap .option .cate a{
  padding:3px 5px;
  border-radius: 5px;
}

.protect .title_wrap .option .tag_trail a{
  padding:3px 5px;
  border-radius: 5px;
}

.protect .title_wrap .option .tag_trail a:before {
  content: '#';
}

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

.article_p .text i{
  font-size:35px;
  padding:10px;
  color:#777;
}

.article_p .text .ptext{
  font-weight:bold;
  margin-bottom:20px;
}

.article_p .sinput input{
  width:180px;
  padding:7.5px;
  border-radius: 5px;
  text-align:center;
}

/*========== taglog ==========*/
.taglog .title_wrap{
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
  margin-bottom:10px;
}

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

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

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

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

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

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

.n_entry .title_wrap .title i{
  vertical-align: middle;
  font-size:15px;
}

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

.n_entry .article {
  display: none;
  padding-left:18px;
  padding-top:10px;
  margin-top:10px;
  text-align: justify;
}

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

.comment_o .comment_list{
  padding-bottom:10px;
  margin-bottom:20px;
}

.comment .rp_wrap {
  padding:20px;
  margin-bottom:10px;
  background: #fff;
  border-radius: 5px;
}

.comment .rp_admin {
  padding:0 10px;
  margin-top:10px;
}

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

.comment .rptop{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width:100%;
  margin-bottom:5px;
}

.comment .logo{
  width:30px;
  margin-right:10px;
  border-radius: 100%;
  overflow:hidden;
}

.comment .logo img{
  width:100%;
}

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

.comment .date{
  display: none;
}

.comment .redel {
  margin-left:10px;
}

.comment .redel a {
  font-size:11px;
  color:#999;
}

.tistoryProfileLayerTrigger{
  display: none;
}

.comment .desc{
  text-align: justify;
}

.comment textarea {
  width: 100%;
  height: 70px;
  padding: 10px;
  margin-bottom:10px;
  resize: none;
}

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

.comment .wb{
  margin-bottom:30px;
}

.comment .input {
  float: left;
  width:calc((100% - 10px) / 2);
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.comment .input input {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  padding:10px;
  text-align:center;
  border-radius: 5px;
  background: #fff;
}

.comment .input input:first-child{
  margin-right:10px;
}

.comment .cksd {
  float: right;
  width:calc((100% - 10px) / 2);
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content:space-between;
}

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

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

.comment .check input[type="checkbox"]+label{
  display: inline-block;
  width:100%;
  padding:10px;
  margin-right:10px;
  border-radius: 5px;
  background: #fff;
}

.comment .check input[type="checkbox"]+label:before {
  content: '공개';
  color: #333;
}

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

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

.comment .submit input[type="submit"] {
  display: inline-block;
  color: #333;
  font-weight: bold;
}

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

.cover_wrap .title_wrap {
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
  margin-bottom:10px;
}

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

.cover_notice .title_wrap{
}

.cover_notice .in{
  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;
}

.cover_gallery .list_c {
  float: left;
  position:relative;
  width:calc((100% - 30px) / 3);
  margin:0 15px 15px 0;
  border-radius: 5px;
  overflow:hidden;
}

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

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

.cover_gallery .list_c .list_t{
  font-weight: bold;
  letter-spacing: 1px;
  padding:15px;
  width:100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.cover_list .link{
  display:block;
  width:100%;
}

.cover_list .link .list_t .title{
  float: left;
  width:calc(100% - 120px);
  padding:10px;
  padding-left:15px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition:0.7s;
}

.cover_list .link .list_t .date{
  float: right;
  width:120px;
  padding:10px;
  text-align: center;
}

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

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


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


@media (max-width:1000px) {

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

}

@media (max-width:767px) {

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

  .mbtn{
    position:fixed;
    top:25px;
    right:30px;
    display: block;
    z-index:99999999;
  }

  *{
    font-size:11px;
  }

  #side .stitle,
  .entry .article .title_wrap .title,
  .protect .title_wrap .title,
  .taglog .title_wrap,
  .cover_wrap .title_wrap{
    font-size:13px;
  }

  blockquote[data-ke-style='style1'],
  blockquote[data-ke-style='style2'],
  blockquote[data-ke-style='style3'],
  blockquote.tx-quote-tistory p,
  div[data-ke-type='moreLess'] .btn-toggle-moreless,
  .btn_more, .btn_less, .btn_less:before,
  .btn_more:before{
    font-size:11px;
  }

  #header{
    margin-bottom:15px;
  }

  #header .himg{
    height:200px;
  }

  #header .hicon img.emoji{
    margin-left:10px;
  }

  #header .htitle{
    padding:0;
  }

  #top{
    padding:0;
  }

  #top .desc{
    padding:10px;
  }

  .lgray{
    margin: 0;
    margin-bottom:10px;
    width:100%;
  }

  #side, #content{
    float: none;
    width:100%;
    padding:0;
    margin:0;
  }

  #side{
    display: none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:5%;
    overflow-y:auto;
    background:#fff;
    z-index:99999;
  }

  #content{
    margin-bottom:50px;
  }

  .list_w .conform{
    font-size:15px;
  }

  #list_n .ctitle .cc, #list_n .list_t .catelink{
    display: none;
    width:0;
    padding:0;
  }

  #list_n .ctitle .ct{
    width:calc(100% - 120px);
    border-right:0 !important;
  }

  #list_n .list_t .twrap{
    width:100%;
  }

  #list_n .list_t .twrap .title{
    border-right:0 !important;
  }

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

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

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

}
