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

* {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans';
  font-size: 11px;
  color: #222;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  word-break: break-all;
  cursor: default;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
}

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

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

html {
  overflow-x: hidden;
}

.clear {
  clear: both;
}

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

#header {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 15px;
}

#header .music {
  position: relative;
  margin-bottom: 10px;
}

#header .profile {
  width: 30%;
  margin-right: 10px;
  border-radius: 5px;
  overflow:hidden;
  transition:0.7s;
}

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

#header .profile:hover img{
  transform: scale(1.2);
  transition:0.7s;
}

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

#header .title_wrap .nick {
  font-size: 10px;
}

#header .title_wrap .tt {
  font-weight: bold;
  transition: 0.7s;
}

#header .title_wrap .tt:hover{
  transition:0.7s;  
}

.line {
  position: relative;
  width: 100%;
  height: 3px;
}

.line .black {
  position: absolute;
  top: 0;
  width: 35%;
  height: 3px;
}

.line .cc {
  position: absolute;
  top: -1px;
  left: 35%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.play {
  width: 65%;
  margin: 10px auto 0;
  text-align: center;
}

.play i {
  font-size: 20px;
}

.play i.xi-pause {
  font-size: 30px;
  margin-top: -5px;
}

.play i.xi-backward {
  float: left;
}

.play i.xi-forward {
  float: right;
}

.elemental {
  margin-bottom: 10px;
}

.elemental li a{
  float: left;
  width: calc((100% - 30px) / 4);
  text-align: center;
  padding:10px 0;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 10px;
}

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

.elemental .search input{
  width:100%;
  text-align:center;
  padding:0 5px;
  font-size: 10px;
}

.elemental li a{
  transition:0.7s;
}

.elemental li a:hover, 
.elemental li a:hover input::placeholder{
  font-weight: bold;
  transition:0.7s;
}

.catewrap{
  display: none;
  position:absolute; 
  width:100%;
}

.catewrap a:hover{
  font-weight: bold;
  transition:0.7s;
}

.catewrap .cate{
  width:calc((100% - 10px) / 2);
  float: left;
  margin-right:10px;
  border-radius: 15px;
  padding:10px;
}

.catewrap .right{
  float:right;
  width:calc((100% - 10px) / 2);
}

.catewrap .menu, .catewrap .link{
  width:100%;
  border-radius: 15px;
  padding:10px;
  margin-bottom:10px;
}

.catewrap .catett{
  font-weight:bold;
  margin-bottom:5px;
}

.catett i{
  margin-right:2px;
}

.link_tit{
  display: none; 
}

.category_list li > a{
  text-transform: uppercase;
}

.sub_category_list > li > a{
  font-size:10px;
}

.sub_category_list{
  margin-left:10px;
}

.sub_category_list > li > a:before{
  content:'-';
}

.paging {
  margin:10px;
}

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

#content {
  padding: 15px;
  border-radius: 15px;
}

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

#list_n .player,
#list_n .nick, 
#list_g .player,
#list_g .nick{
  display: none;
}

#list_n .thumb_i {
  display: none;
}

#list_n .list_c {
  padding: 10px;
	border-radius: 10px;
}

#list_n .list_c:not(:last-child){
	margin-bottom:15px;
}

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

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

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

#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%;
  border-radius: 5px;
}

#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:10px;
  left:10px;
  width: calc(100% - 20px);
  padding:5px;
  text-align: center;
  background:#ffffff88;
}

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

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

#list_a .top{
  position:relative;
}

#list_a .list_c {
  position: relative;
  padding: 10px;
  border-radius: 15px;
}

#list_a .list_c:not(:last-child){
  margin-bottom:15px;
}

#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 .list_t {
  position: absolute;
  width: calc(70% - 10px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

#list_a .list_t .nick{
  font-size: 10px;
}


/*========== 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;
  margin-bottom: 10px;
}

.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 {
  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: 'Noto Sans';
  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 ==========*/
.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% - 30px) / 4);
  padding: 10px 3px;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  transition:0.7s;
}

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

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

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

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

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

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

/*========== comment ==========*/
.comment_o {
  display: none;
  margin-top: 10px;
}

.comment_list {
  margin-top: 30px;
}

.comment .rp_wrap {
  padding: 15px;
  border-radius: 10px;
}

.comment .rp_wrap:not(:last-child) {
  margin-bottom: 15px;
}

.comment .rp_general {}

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

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

.comment .redel {
  float: right;
  padding: 5px;
}

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

.comment .desc {}

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

.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: 65px;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
}

.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: 11px;
  margin-right: 10px;
}

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

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

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

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

.comment .submit input[type="submit"] {
  font-size: 11px;
  width: 100%;
  color: #222;
  font-weight: bold;
  background: #00000000;
  line-height: 30px;
}

/*========== cover ==========*/
.cover_wrap .c_item{
  padding:10px;
  border-radius: 10px;
}

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

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

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

.cover_notice .title_wrap{
  margin-bottom:5px;
}

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

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

.cover_list .link .list_t {
  padding: 10px 0;
  border-bottom: 1px solid #777;
}

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

.cover_list .link:first-child .list_t {
  padding-top: 0;
}

.cover_gallery {
  padding-bottom: 0 !important;
}

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

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

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

.cover_gallery .thumb_i img {
  width: 100%;
  border-radius: 10px;
}

.cover_gallery .list_t {
  display: none;
  position: absolute;
  bottom:0;
  padding:5px;
  width:100%; 
  background:#ffffff88;
  text-align:center;
  font-weight:bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



@media (max-width:767px) {
  body {
    overflow-x: hidden;
  }

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

/*글하단 네임카드 삭제*/
[data-tistory-react-app="Namecard"] {
display: none;
}