body, textarea, input, button, code {
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Pretendard Variable', sans-serif !important;
}


body {
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    color: #000000;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: skew(-0.001deg) !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: keep-all;
}

.container_postbtn {
    display: none;
}

.ys-main {
    min-height: 100vh;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}


header {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    transition: 0.2s;
    background-color: #3b3d40;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
		display: flex;
		align-items: center;
}

header h1 {
    font-size: 12px;
    float: left;
    transition: 0.2s;
    padding-left: 20px;
    font-weight: 500;
    z-index: 1;
}

header a {
    color: #ffffff;
    text-decoration: none;
}

header a:hover {
    color: #ffffff;
    text-decoration: none;
}

header .page-navbar {
    float: right;
    background-color: rgb(0 0 0 / 82%);
}

.page-navbar .link_tit {
	display: none;
}

@media ( max-width: 768px) {
    header .page-navbar {
        width: 230px;
    }
}

header .page-navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
}

header .page-navbar ul li {
    list-style: none;
}

header .page-navbar ul li a {
    margin-top: 3px;
    line-height: 40px;
    padding: 0 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    display: block;
    transition: 0.2s;
}

header.black .page-navbar ul li a {
    color: #ffffff;
}

header .page-navbar ul li .c_cnt {
		font-size: 11px;
}

.page-toggle {
    margin-top: 9px;
    margin-bottom: 9px;
    cursor: pointer;
    float: left;
    z-index: 1;
}

.bar1, .bar2, .bar3 {
    width: 14px;
    height: 2px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.2s;
}

.change .bar2 {
    opacity: 0;
}

header .page-navbar {
    background-color: rgb(59 61 64 / 92%);
    position: fixed;
    width: 250px;
    padding-top: 50px;
    padding-bottom: 30px;
		top: 0;
		bottom: 0;
    left: -100%;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: -1;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
    overflow: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media ( max-width: 768px) {
    header .page-navbar {
        padding-bottom: 130px;
    }
}

header .page-navbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

header .page-navbar.active {
    left: 0;
}

header .page-navbar ul {
    display: block;
    text-align: left;
}

header .page-navbar ul li a {
    color: #ffffff;
}

.link_sub_item {
    padding-left: 30px !important;
    color: #dfdfdf !important;
}

/* article */

.article-cover {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #3b3d40;
    color: #ffffff;
}

.article-cover-max {
    max-width: 640px;
    margin: 0 auto;
}

.article-cover h1 {
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 34px;
}

.article-cover p {
    font-size: 12px;
    text-align: center;
}

.article-content {
    padding-top: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    z-index: -1;
    word-break: break-all !important;
    max-width: 900px;
    margin: 0 auto;
}

.article-content a {
    color: #5C73F2;
    text-decoration: none;
}

.article-content a:hover {
    color: #5C73F2;
    text-decoration: underline;
}

.article-content pre {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f4f4f4;
}

.figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a {
    background-color: #f5f5f5;
    border: none !important;
}

.another_category {
    display: none !important;
}

.article-content span {
    color: #000 !important;
    font-family: "dodapayw", sans-serif !important;
}

.article-content b {
    font-weight: 600;
}

.article-content figure {
    z-index: -1;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: rotate(0.001deg);
}

.article-content .container_postbtn {
    z-index: 0;
}

.article-safe-content {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
}

.article-safe-input {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.article-safe-input:focus {
    outline: none;
}

.safe-submit {
    background-color: #f4f4f4;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: 0.2s;
}

.safe-submit:hover {
    background-color: #3b3d40;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.another-category {
    display: none;
}

.controlBox {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 900px;
}

.controlBox p {
    font-size: 22px;
    font-weight: 500;
}

.controlBox a {
    background-color: #f4f4f4;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.2s;
}

.controlBox a:hover {
    background-color: #3b3d40;
    color: #ffffff;
    text-decoration: none;
}

.tagTrail_b {
    padding-top: 20px;
    max-width: 900px;
}

.tagTrail_b p {
    font-size: 22px;
    font-weight: 500;
}

.tagTrail a {
    background-color: #f4f4f4;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.2s;
}

.tagTrail a:hover {
    background-color: #3b3d40;
    color: #ffffff;
    text-decoration: none;
}

.area_related {
    padding-top: 20px;
    max-width: 900px;
}

.area_related p {
    font-size: 22px;
    font-weight: 500;
}

.area_related li {
    padding-bottom: 10px;
}

.area_related a {
    color: #000000;
    text-decoration: none;
    cursor: pointer !important;
}

.area_related a:hover {
    color: #000000;
    text-decoration: underline;
}

.link_related {
    cursor: pointer !important;
}

.link_more {
    font-size: 12px;
}

.scrollmenu {
    padding-top: 8px;
    padding-bottom: 13px;
    overflow: auto;
    white-space: nowrap;
}

.paging {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.paging a {
    font-size: 12px;
}

.article-comment {
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 900px;
}

.article-comment-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 20px;
    line-height: 1.9;
    font-size: 13px;
    color: #000000;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    resize: none;
    z-index: -1;
    border-radius: 20px;
}

.article-comment-input:focus {
    outline: none;
}

input::placeholder {
    line-height: 1.9;
    font-size: 13px;
    color: #000000;
}

.comment-textarea {
    height: 100px;
    z-index: -1;
    margin-bottom: 20px;
}

textarea::placeholder {
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}

.secretWrap {
    padding-top: 15px;
    padding-bottom: 20px;
}

.secretWrap .secret {
    font-size: 12px;
}

.comment_btn {
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 12px;
    border-radius: 20px;
    border: none;
}

.comment_btn:focus {
    outline: none;
}

.article-comment .cw_p {
    font-size: 12px;
}

.article-comment ol {
    padding: 0;
    list-style: none;
}

.article-comment ul {
    padding: 0;
    list-style: none;
}

.article-comment li {
    padding-bottom: 20px;
}

.article-comment p {
    font-size: 22px;
    font-weight: 500;
}

.article-comment h1 {
    font-size: 12px;
    font-weight: 500;
}

.article-comment-reply-right {
    text-align: right;
}

.article-comment .date {
    padding-left: 10px;
}

.article-comment h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    word-break: break-all !important;
    padding-right: 30px;
    background-color: #f4f4f4;
    color: #000000;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 15px;
    font-weight: 400;
}

.article-comment .control {
    font-size: 12px;
    color: #919191;
    font-weight: 400;
}

.article-comment .control_right {
    text-align: right;
}

.article-comment a {
    color: #000000;
    text-decoration: none;
}

.article-comment a:hover {
    color: #000000;
    text-decoration: underline;
}

.comment-reply {
    padding-left: 70px;
}

.article-comment h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #3b3d40;
    text-align: left;
    color: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    word-break: break-all !important;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 15px;
    font-weight: 400;
}

a[href^="/toolbar/popup/abuseReport/"] {
    padding-left: 10px;
}

.rgy-reply {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

@media ( max-width: 768px) {
    .rgy-reply {
        max-width: 100%;
    }
}

/* 인덱스 페이지 */

.searchList ol {
    padding: 0;
    list-style: none;
}

.searchList li {
		position: relative;
    background-color: #f4f4f4;
}

.searchList .cimg {
		background-size: cover;
    background-position: center;
}
.searchList .detail {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 50px;
		background: rgb(0 0 0 / 0.4);
    backdrop-filter: blur(5px);
}

.searchList .detail-content {
    text-shadow: 0px 2px 3px rgb(0 0 0 / 0.5);
}

.searchList li .category {
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 400;
    word-break: break-all !important;
}

.searchList li .date {
    color: rgb(255 255 255 / 85%);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    word-break: break-all !important;
}

.searchList li .title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    word-break: break-all !important;
}

.searchList li .title a {
    color: #fff;
    text-decoration: none;
}

.searchList li .title a:hover {
    color: #fff;
    text-decoration: none;
}

.searchList li img {
    display: none;
}

/* 페이징 영역 */

.paging {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paging .pg-prev {
    padding-right: 20px;
    cursor: pointer;
}

.paging .num {
    padding-right: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.paging .numbox {
    cursor: pointer;
}

.paging .selected {
    color: #b1b1b1;
}

.paging .pg-next {
    cursor: pointer;
}

.paging a {
    color: #000000;
    text-decoration: none;
}

.paging a:hover {
    color: #000000;
    text-decoration: none;
}

/* 인덱스 영역 */

.main-cover {
    padding-top: 80px;
    background-color: transparent;
    color: #000000;
}

.main-cover h1 {
    text-align: left;
    line-height: 1.4;
    font-size: 33px;
    font-weight: 500;
}

/* 푸터 영역 */

.footerBox {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #c5c5c5;
}

.footerBox p {
    font-size: 12px;
    text-align: right;
}

.footerBox a {
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #c5c5c5;
}

.footerBox a:hover {
    text-align: center;
    text-decoration: underline;
    color: #c5c5c5;
}

/* 다크 모드 작동을 원치 않는다면 아래 코드를 제거하십시오. */

@media (prefers-color-scheme: dark) {
    body {
        background-color: #16191f;
        color: #ffffff;
    }

    header {
        background-color: #16191f;
    }

    header .page-navbar {
				background-color: rgba(22, 25, 31, 0.9);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .article-cover {
        background-color: #16191f;
        padding-bottom: 40px;
    }

    .article-content a {
        color: #54c3ff !important;
        text-decoration: none;
    }

    .article-content a:hover {
        color: #54c3ff;
        text-decoration: underline;
    }

    .article-content pre {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #1f242e;
    }

    .og-title {
        color: #ffffff !important;
    }

    .figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a {
        background-color: #1f242e !important;
        border: none !important;
    }

    .article-content span {
        color: #fff !important;
    }

    .controlBox a:hover {
        background-color: #1f242e;
        color: #ffffff;
    }

    .tagTrail a:hover {
        background-color: #1f242e;
        color: #ffffff;
    }
    
    .article-safe-input {
        border: 1px solid #f0f0f0;
        color: #ffffff;
    } 

    .safe-submit:hover {
        background-color: #1f242e;
        color: #ffffff;
    }

    .area_related a {
        color: #ffffff;
    }
    
    .area_related a:hover {
        color: #ffffff;
    }

    .article-comment-input {
        background-color: #1f242e;
        color: #ffffff;
    }

    input::placeholder {
        color: #ffffff;
    }

    .input::placeholder {
        color: #ffffff;
    }

    textarea::placeholder {
        color: #ffffff;
    }

    .comment_btn {
        background-color: #1f242e;
        color: #ffffff;
    }

    .article-comment h2 {
        background-color: #1f242e;
        color: #ffffff;
    }

    .article-comment a {
        color: #ffffff;
    }

    .article-comment a:hover {
        color: #ffffff;
    }

    .article-comment h3 {
        background-color: #1f242e;
        color: #ffffff;
    }

    .searchList li {
        background-color: #1f242e;
    }

    .searchList li .title {
        color: #ffffff;
    }

    .searchList li .title a {
        color: #ffffff;
    }

    .searchList li .title a:hover {
        color: #ffffff;
    }

    .paging a {
        color: #ffffff;
    }

    .paging a:hover {
        color: #ffffff;
    }

    .main-cover {
        color: #ffffff;
    }
}

/* 티스토리 에디터 콘텐츠 */
figure {
	margin: 0;
}

figure figcaption {
	color: #565656;
}

blockquote {
		background: #f5f5f5;
		border-left: 6px solid #ad76e4;
		padding: 24px 28px;
		margin: 12px 0;
}

@media (prefers-color-scheme: dark) {
	blockquote {
			color: #fff;
			background: #20252e;
			border-left: 6px solid #ad76e4;
			padding: 24px 28px;
			margin: 12px 0;
	}
	blockquote p {
			color: rgb(255 255 255 / 80%);
	}
}

blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
    border: 1px solid #00000012;
    background: #fcfcfc;
    text-align: left;
    padding: 21px 25px 20px 25px;
    color: #424242;
    line-height: 18pt;
    border-radius: 6px;
    box-shadow: 1px 10px 15px 0px rgb(0 0 0 / 12%);
}

@media (prefers-color-scheme: dark) {
	blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
		background: #1d2630;
		color: #fff;
	}
}

.tt_box_namecard {
    display: none;
}