@charset "utf-8";
@font-face {
    font-family: 'JNE-Bareun-TTF-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-1@1.0/JNE-Bareun-TTF-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/*  색상 변수들
    원하는 영역의 색을 한 번에 변환 가능합니다. */

:root {
  --lightest: #FFEDBC;
  --middle: #faebef;
  --darkest: #ED4264;
  --highlight: #e94d5fb9;
  --text: #6b2232b0 ;
  --white: #ffffff;

  --background: linear-gradient(var(--middle), var(--lightest));
  --moreLess: var(--darkest);
  --name: var(--highlight);
  --reply-control: var(--lightest);
  --inner-textarea: var(--darkest);
  --paging: var(--text);
  --white-background: rgba(255, 255, 255, 0.8);
  --menu-background: var(--white-background);
  --textarea: var(--white-background);

  --width: 90vw;
}

/*
  기본 스타일은 모바일 뷰를 기준으로 작성되어 있습니다.
  데스크탑 뷰의 스타일링은 최하단의 @media {} 내부를 참고해주세요.
*/

.hidden {
  display: none !important;
}

a,
a:link,
a:visited,
a:hover {
  color: var(--text);
  text-decoration: none;
  word-break: break-all;
}

html {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  font-size: 10pt;
}

body {
  padding: 3rem 1rem;
  background: var(--background);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.5em;
  font-family:  'JNE-Bareun-TTF-Bold' !important;
}
}

#top-container,
#content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container_postbtn, /* 저작권 및 공감, 공유, 통계 버튼 */
a[href^="/toolbar/popup/abuseReport/"], /* 댓글 신고 버튼 */
.another_category, /* 글 하단 같은 카테고리 글 목록 */
[data-tistory-react-app="Namecard"], /* 티스토리 네임카드 */
.tistoryProfileLayerTrigger /* 닉네임 옆 프로필 버튼 */ {
  display: none !important;
}

/*
	메뉴 스타일
*/

nav {
  margin-bottom: 1.5rem;
}

nav ul,
nav li {
  all: unset;
}

nav ul {
  display: flex;
  padding-left: 0;
}

.menu__button {
  display: block;
  text-align: center;
  min-width: 5rem;
  padding: 0.2rem 0;
  background-color: var(--menu-background);
}

.menu__button:hover {
  background-color: var(--highlight);
}

nav li:first-child a {
  border-radius: 1rem 0 0 1rem;
}
nav li:last-child a {
  border-radius: 0 1rem 1rem 0;
}

#board-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#board-menu > div {
  display: flex;
}

#board-menu a,
#board-menu button,
#search-menu input[type="button"] {
  border: none;
  border-radius: 0.5rem;
  min-width: 0;
  padding: 0.2rem 0.5rem;
  margin: 0 0.25rem;
}

#board-menu button,
#search-menu input[type="button"] {
  cursor: pointer;
  color: var(--text);
  word-break: break-all;
  font-size: inherit;
  font-family:  'JNE-Bareun-TTF-Bold' !important;
}

#search-menu > div {
  margin-top: 1rem;
  display: flex;
}

#search-menu input[type="text"] {
  border: none;
  border-radius: 0.5rem;
  background-color: var(--white-background);
  color: var(--inner-textarea);
  padding: 0 0.5rem;
  font-size: 9pt !important;
}

/*
  본문 스타일
*/

main {
  width: var(--width);
}

main > article {
  margin: 1rem 0;
  width: 100%;
}

.article__info,
.article__info a {
  font-weight: normal;
  color: var(--darkest);
}

.article__content {
  background-color: var(--white-background);
  padding: 1rem;
  border-radius: 1rem;
  margin: 0.5rem 0 1rem 0;
}

.article__content li {
  margin-left: 1rem;
}

.article__content .imageblock {
  max-width: 100%;
  margin: 0 auto !important;
}

.article__protected {
  text-align: center;
}

.article__protected__input {
  all: unset;
  border-bottom: 1px solid var(--darkest);
  padding: 0.5rem 1rem;
  text-align: center;
}

.article__protected__button {
  float: inherit !important;
}

div[data-ke-type="moreLess"] {
  width: 100%;
  float: center;
  text-align: center;
  margin: 0 auto;
}

div[data-ke-type="moreLess"] .btn-toggle-moreless {
  border-radius: 1em;
  background-color: var(--moreLess);
  cursor: pointer;
  text-align: center;
  font-family:  'JNE-Bareun-TTF-Bold' !important;
  font-size: 9pt !important;
  padding: 0.5em 1em;
  color: var(--white) !important;
}

iframe[allowfullscreen]:not([data-tweet-id]) {
  /* 유튜브 동영상 embed 속성 */
  width: 100%;
  max-height: 30vh;
}

.twitter-tweet {
  /* 트위터 트윗 embed 속성 */
  width: 100%;
  margin: 0 auto;
}

/*
	댓글 스타일
*/

.rp_admin,
.rp_general,
.rp_secret,
.guest_admin,
.guest_general,
.guest_secret {
  background-color: var(--white-background);
  border-radius: 0px 1rem 1rem 2rem;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}

ul > .rp_admin,
ul > .rp_general,
ul > .rp_secret,
ul > .guest_admin,
ul > .guest_general,
ul > .guest_secret {
  margin-left: 3rem;
}

.comment__name {
  font-weight: bold;
  color: var(--text);
}

.comment__date {
  color: var(--reply-control);
  float: right;
}

.comment__control a {
  color: var(--reply-control);
}

article ul {
  all: unset;
}

/* 댓글 메모, 비밀댓글 스타일 */

.memo {
  color: var(--moreLess);
}

.rpSecretBox {
  background-color: var(--moreLess);
  color: var(--white);
  padding: 0px 3px 1px 3px;
  margin: 2px 0 0 0;
}

.emoticon {
  max-width: 100%;
}

/* 댓글 접기 버튼 */

.commentMoreLess {
  all: unset;
  cursor: pointer;
  background-color: var(--moreLess);
  color: var(--white);
  padding: 0px 3px 1px 3px;
  margin: 2px 0 0 0;
}

/* 댓글, 방명록 쓰기 영역 */

.comment__button {
  all: unset;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 0px;
  background: var(--highlight);
  color: #fff;
  text-align: center;
  float: right;
  margin-left: 0.5em;
}

.comment__input {
  all: unset;
  width: calc(10% - 1rem);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: var(--textarea);
  color: var(--inner-textarea);
  margin-right: 0.5em;
}

input[type="checkbox"],
input[type="checkbox"] + label {
  vertical-align: middle;
  color: var(--darkest);
}

textarea {
  all: unset;
  border-radius: 1em;
  background: var(--textarea);
  color: var(--inner-textarea);
  padding: 1em 2em;
  width: calc(var(--width) - 4em);
  margin-top: 0.5em;
}

/*
  방명록
*/
#guest__list,
.guest__write {
  width: 100%;
}

#guest__list ul {
  all: unset;
}

/*
	태그
*/

#taglog {
  background-color: var(--white-background);
  border-radius: 1rem;
  margin: 0.5rem 0 1rem 0;
  text-align: justify;
  min-height: 40vh;
  padding: 10vh 10vw;
  width: calc(var(--width) - 20vw);
}

.taglog__items {
  display: inline-block;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  background-color: var(--highlight);
  border-radius: 1rem;
  margin: 0.25rem;
}

.taglog__items:hover {
  background-color: var(--white-background);
}

/*
  페이징, 푸터
*/

.paging {
  width: 100%;
  margin: 1em 0;
  word-spacing: 0.5em;
  text-align: left;
}

.paging a {
  color: var(--paging);
}

.paging span.selected {
  color: var(--darkest);
}

footer,
footer a {
  color: var(--darkest) !important;
}

/*
	스크롤바
*/

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--highlight);
  border-radius: 1rem;
}

body::-webkit-scrollbar-track {
  height: 80%;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1000px) {
  #top-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 5rem;
  }

  #content-container {
    width: 50vw;
    min-width: 750px;
    max-width: 1000px;
  }

  textarea {
    width: calc(50vw - 4em);
    min-width: calc(750px - 4em);
    max-width: calc(1000px - 4em);
  }

  nav ul {
    flex-direction: column;
    margin-right: 7rem;
  }

  nav li + li {
    margin-top: 4rem;
  }

  nav li a,
  nav li:first-child a,
  nav li:last-child a {
    border-radius: 1rem;
  }

  .comment__input {
    width: 15%;
  }

  iframe[allowfullscreen]:not([data-tweet-id]) {
    /* 유튜브 동영상 embed 속성 */
    min-height: 30vh;
    max-height: 100%;
  }

  #taglog {
    padding: 10vh 10%;
    width: 80%;
  }
}

/*
  로딩 화면 스타일
*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--background);
}

.disappear {
  opacity: 0;
  z-index: -9999;
  -webkit-animation: disappear 0.5s;
  animation: disappear 0.5s;
}

/    G 레어관    /.mbm oiin ie;bto:1p;/ 측단원면bto을tp으 경* ih:1p;zidx 99 *맨로* odr oe  *---BM플이    *

@-webkit-keyframes disappear {
  0% {
    z-index: 9999;
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    z-index: -9999;
    opacity: 0%;
  }
}

@keyframes disappear {
  0% {
    z-index: 9999;
    opacity: 100%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    z-index: -9999;
    opacity: 0%;
  }
}

/* https://loading.io/css/ */

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--highlight);
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@-webkit-keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);  
  }
}