@charset "utf-8";

@font-face {
    font-family: NanumSquare;
    font-weight: 400;
    src: url(./images/se-nanumsquare-regular.woff) format("woff")
}


* {
    user-select: none;
}

.container_postbtn .postbtn_like {
    border-color: #fff !important;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1), 0 0 7px rgba(0, 0, 0, .05) !important
}

.img-profile {
    width: 140px;
    height: 140px;
    margin: 0;
    border-radius: 140px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-profile:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.inner-box {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.inner-box p {
    line-height: 1.5rem;
    font-size: 13px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    letter-spacing: 0.3px;
    margin-top: 20px;
    text-align: left;
    display: block;
    font-family: 'nanumsquare', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
    text-align: center;
}

body {
    text-size-adjust: 100%;
    font-weight: 400;
    font-family: 'nanumsquare', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
    line-height: 1.25;
    color: #333;
    background-color: #F8F8F8;
}

/* 데스크톱에서만 화면 확대 - #wrap에 적용하여 관리자 레이어 잘림 방지 */
@media screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }

    #wrap {
        transform: scale(1.08);
        transform-origin: top center;
    }
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%
}

blockquote,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

button,
input,
select,
textarea {
    font-size: 100%;
    border-radius: 0
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0
}

ul li {
    list-style: none
}

fieldset,
img {
    border: none;
    vertical-align: top
}

a,
a:link {
    text-decoration: none;
    color: #333
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.inner {
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    font-family: 'nanumsquare', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
}

#header {
    border-bottom: none;
    padding: 15px 0 0;
    position: static;
    background: #F8F8F8;
}

#header .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto
}

#header .inner .logo {
    padding: 15px 20px;
    font-size: 21px;
    letter-spacing: 0px;
    color: #333;
    text-align: left;
    font-family: 'M PLUS 1p';
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

#header .inner .logo a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    font-family: 'NanumSquare';
    font-weight: 700;
    font-size: 16px;
}

#header .inner .logo img {
    width: auto;
    height: 22px;
    display: block;
    text-align: center;
    margin: 0 auto;
    /* opacity: .7; */
    padding-top: 4px;
}

#container {
    position: relative
}

#container .content-wrap {
    max-width: 1080px;
    margin: 5px auto 0;
    padding: 5px 5px
}

#container .content-wrap::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

#content {
    float: left;
    width: 78%;
    padding: 30px 30px 60px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#content>.inner::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

#aside {
    float: right;
    width: 21%;
    padding: 20px 20px 32px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#footer {
    padding: 38px 0 28px
}

#footer .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto
}

#footer p {
    margin-bottom: 10px;
    font-size: .875em;
    color: rgb(119, 119, 119)
}

.footer-copyright {
    text-align: center;
    padding: 20px 0;
    max-width: 1080px;
    margin: 0 auto;
}

.footer-copyright p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.footer-copyright a {
    color: #666;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #333;
}

#footer .page-top {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(images/ico_package.png) -100px -200px no-repeat rgb(255, 255, 255);
    text-indent: -999em;
    border: 1px solid rgb(238, 238, 238);
    margin-bottom: 40px
}

#footer .page-top:focus,
#footer .page-top:hover {
    background-color: rgb(117, 117, 117);
    background-position-x: -150px
}

#tt-body-index #content {
    padding-bottom: 20px
}

.btn,
a.btn {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: rgb(196, 196, 196);
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    vertical-align: middle
}

.btn:hover {
    background-color: rgb(103, 103, 103)
}

/* 티스토리 에디터 버튼 꾸미기 - 반짝이/커지는 효과 비활성화 */
.tx-link-source {
    transform: none !important;
    transition: none !important;
}

.tx-link-source:hover {
    transform: none !important;
    animation: none !important;
}

.tx-link-source::before,
.tx-link-source::after {
    display: none !important;
    animation: none !important;
}

/* 버튼 shine 효과 비활성화 */
[class*="btn"]::before,
[class*="btn"]::after,
[class*="button"]::before,
[class*="button"]::after {
    animation: none !important;
    display: none !important;
}

/* 버튼 scale 효과 비활성화 */
[class*="btn"]:hover,
[class*="button"]:hover {
    transform: none !important;
}

.post-header h1 {
    margin-bottom: 18px;
    font-size: 1.4em;
    line-height: 1.375
}

.post-header h1 em {
    margin-left: 7px;
    font-style: normal;
    color: rgb(4, 190, 184)
}

.post-item {
    float: left;
    width: 31.0811%;
    margin: 0 0 30px 3.37838%;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 10%), 0 0 7px rgb(0 0 0 / 5%);
}

.post-item a:hover .title>strong {
    background: linear-gradient(#f0e3ff, #e3f7ff) repeat-x left 0 bottom 0 / 1px 6px;
}

.post-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0
}

.post-item a {
    display: block;
    text-decoration: none
}

.post-item .thum {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: rgb(248, 248, 248);
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-item .thum img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-item:hover .thum img {
    transform: scale(1.02);
}

.post-item .title {
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 20px 0 20px;
    letter-spacing: -.8px;
    color: #111;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-item .excerpt {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.25rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-item .excerpt:hover {
    color: #000;
    transition: .3s ease
}

.post-item.protected .thum::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 47px;
    margin: -24px 0 0 -17px;
    background: url(images/ico_package.png) 0 -120px / 120px no-repeat
}

#tt-body-archive .not-found ul,
#tt-body-category .not-found ul,
#tt-body-tag .not-found ul {
    display: none
}

#tt-body-archive .not-found .archive,
#tt-body-category .not-found .category,
#tt-body-tag .not-found .tag {
    display: block
}

.pagination {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    display: inline-block;
    margin: 0 12px;
    font-size: .875em;
    line-height: 1.5rem;
    vertical-align: top;
    color: #333
}

.pagination .selected {
    color: rgb(51, 51, 51)
}

.pagination .next,
.pagination .prev {
    width: 22px;
    height: 22px;
    border: 1px solid rgb(0 0 0);
    background: url(images/ico_package.png) 0 -50px no-repeat;
    text-indent: -999em;
    display: inline-block;
}

.pagination .next {
    background-position-x: -50px
}

.pagination .view-more {
    display: block;
    margin: 0;
    padding: 12px 0 11px;
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    font-size: .875em;
    color: rgb(153, 153, 153)
}

.related-articles {
    margin-bottom: 55px
}

.related-articles h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1em
}

.related-articles ul {
    display: inline-block;
    width: 101.622%;
    margin-left: -1.62162%;
    vertical-align: top
}

.related-articles ul li {
    float: left;
    width: 25%;
    padding-left: 1.62162%;
    box-sizing: border-box
}

.related-articles ul li:first-child {
    margin-left: 0
}

.related-articles ul li a {
    color: rgb(85, 85, 85)
}

.related-articles ul li a:focus,
.related-articles ul li a:hover {
    color: rgb(51, 51, 51)
}

.related-articles ul li figure {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 100%;
    background-color: rgb(248, 248, 248);
}

.related-articles ul li figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-articles ul li figure img:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.related-articles ul li .title {
    overflow: hidden;
    max-width: 100%;
    white-space: initial;
    font-size: .975em;
    line-height: 1.4;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 700
}

.entry-content h1 {
    clear: both;
    margin: 29px 0 22px;
    font-size: 1.6875em;
    line-height: 1.5;
    color: rgb(0, 0, 0)
}

.entry-content h2 {
    clear: both;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-weight: bold !important;
    margin: 20px 0 10px;
    font-size: 28px;

}

.entry-content h3 {
    clear: both;
    margin: 20px 0 10px;
    font-size: 24px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-weight: bold !important;
}

.entry-content h4 {
    clear: both;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-weight: bold !important;
    margin: 20px 0 10px;
    font-size: 20px;
}

.entry-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.entry-content a:hover {
    border-bottom: 1px solid #0066cc;
}

/* 텍스트 선택 시 색상 */
.entry-content ::selection {
    background: rgba(132, 250, 176, 0.3);
    color: #1a1a1a;
}

.entry-content ::-moz-selection {
    background: rgba(132, 250, 176, 0.3);
    color: #1a1a1a;
}

.entry-content p {
    word-break: break-word;
    font-size: 16px;
    line-height: 1.75;
    color: #2c2c2c;
    margin-bottom: 15px !important;
    margin-block-end: 25px;
    letter-spacing: 0.3px;
}

/* 연한 형광펜 밑줄 효과 */
.entry-content strong {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(127, 255, 127, 0.6) 40%, rgba(127, 255, 127, 0.6) 85%, transparent 85%);
    background-size: 100% 100%;
    padding: 0 2px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    position: relative;
}

.entry-content b {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(255, 182, 255, 0.7) 40%, rgba(255, 182, 255, 0.7) 85%, transparent 85%);
    background-size: 100% 100%;
    padding: 0 2px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    position: relative;
}

.entry-content u {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(255, 255, 127, 0.6) 40%, rgba(255, 255, 127, 0.6) 85%, transparent 85%);
    background-size: 100% 100%;
    padding: 0 2px;
    text-decoration: none;
    color: #000;
    position: relative;
}

.entry-content em {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(127, 255, 255, 0.6) 40%, rgba(127, 255, 255, 0.6) 85%, transparent 85%);
    background-size: 100% 100%;
    padding: 0 2px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    position: relative;
}

.entry-content mark {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(255, 178, 127, 0.6) 40%, rgba(255, 178, 127, 0.6) 85%, transparent 85%);
    background-size: 100% 100%;
    padding: 0 2px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.entry-content p img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.entry-content p img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.entry-content figure {
    margin-top: 8px !important
}

.entry-content pre {
    word-break: break-all;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.entry-content ul {
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
}

.entry-content ul li {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75;
    list-style-type: square !important;
    margin-left: 22px;
    color: #2c2c2c;
    letter-spacing: 0.3px;
}

.entry-content ol li {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75;
    list-style-type: decimal;
    margin-left: 20px;
    color: #2c2c2c;
    letter-spacing: 0.3px;
}

/* 모든 이미지에 둥근 모서리와 그림자 */
.entry-content img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.entry-content img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.entry-content img.alignleft {
    float: left;
    margin: 0 22px 22px 0
}

.entry-content img.aligncenter {
    display: block;
    margin: 0 auto 22px
}

.entry-content img.alignright {
    float: right;
    margin: 0 0 22px 22px
}

.entry-content blockquote {
    margin-bottom: 40px;
    padding: 16px 20px;
    border-left: 4px solid rgb(230, 230, 230);
}

.entry-content blockquote p {
    margin: 22px 0 0
}

.entry-content blockquote p:first-child {
    margin-top: 0
}

.entry-content table {
    width: 100%;
    margin-bottom: 22px;
    border: 1px solid rgb(230, 230, 230);
    border-collapse: collapse;
    text-align: center;
    font-size: .9375em;
    line-height: 1.5714;
    color: rgb(102, 102, 102)
}

.entry-content table thead th {
    padding: 7px 0 11px;
    border-left: 1px solid rgb(230, 230, 230)
}

.entry-content table tbody td {
    padding: 7px 0 11px;
    border-left: 1px solid rgb(230, 230, 230);
    border-top: 1px solid rgb(230, 230, 230)
}

.entry-content input {
    height: 36px;
    padding: 0 10px;
    border: 1px solid rgb(230, 230, 230);
    font-size: .875em;
    line-height: 1.25;
    color: rgb(102, 102, 102);
    box-sizing: border-box;
    vertical-align: middle
}

.entry-content .entry-content .protected_form {
    margin-bottom: 40px;
    padding: 120px 0 200px;
    border-bottom: 1px solid rgb(122, 88, 58);
    text-align: center
}

.entry-content .entry-content .protected_form input {
    width: 200px;
    margin-bottom: 10px;
    vertical-align: top
}

.entry-content .cap1 {
    text-align: center;
    font-size: .875em;
    font-style: italic
}

.entry-content .iframe-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.entry-content .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-content .protected_form {
    display: block;
    width: 100%;
    padding: 98px 0 120px;
    text-align: center
}

.entry-content .protected_form h2 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 1.625em;
    line-height: 2.125rem;
    color: rgb(85, 85, 85)
}

.entry-content .protected_form p {
    margin-bottom: 34px;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.75;
    color: rgb(153, 153, 153)
}

.entry-content .protected_form input {
    width: 183px;
    padding: 0 23px;
    border: 1px solid rgb(238, 238, 238);
    font-size: .9125em;
    line-height: 2.125rem
}

.entry-content .protected_form input:focus {
    border-color: rgb(72, 72, 72)
}

.entry-content .protected_form .btn {
    margin-left: 5px
}

.sidebar ul li {
    padding: 4px 0 5px;
    line-height: 1.8
}

.sub_category_list li::before {
    content: "";
    position: absolute;
    top: .8em;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: rgb(153, 153, 153)
}

.sidebar ul li a:visited {
    color: rgb(51, 51, 51)
}

.sidebar ul li a:hover {
    color: rgb(0 0 0)
}

.sidebar ul li a:visible {
    color: rgb(51, 51, 51)
}

.sidebar .sidebar-2 {
    margin-top: 38px;
    padding-top: 46px;
    border-top: 1px solid rgb(238, 238, 238)
}

.sidebar .category {
    margin-bottom: 46px;
    font-family: 'nanumsquare', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
    text-align: center;
}

.sidebar .category ul li {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.sidebar .category ul li ul {
    padding-top: 10px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 2fr);
    padding-bottom: 10px;
}

.sidebar .category ul li ul li {
    font-weight: bold;
    text-align: center;
    border: 1px solid #ededed;
    font-size: 13px;
    padding: 10px 5px;
    box-sizing: border-box;
}

.sidebar .category ul li ul li ul {
    overflow: hidden;
    margin-bottom: -4px;
    padding-top: 6px;
    display: none;
}

.sidebar .category ul li ul li ul li {
    position: relative;
    padding: 3px 0 3px 15px;
    font-size: .9rem;
    display: none;
}

.sidebar .recent-comment {
    margin-bottom: 36px
}

.sidebar .recent-comment ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sidebar .post-list {
    margin-bottom: 46px;
}

.sidebar .tab-list {
    margin-bottom: 46px
}

.sidebar .post-list h2 {
    margin-bottom: 12px;
    font-size: 15px;
    margin-top: 12px;
}

.sidebar .post-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.sidebar .post-list ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
}

.sidebar .post-list ul li img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 12px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.sidebar .post-list ul li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    position: relative;
}

.sidebar .post-list ul li a:hover {
    color: #FF6B00;
}

.sidebar .post-list ul li .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
    margin-left: 72px;
    color: #333;
}

.sidebar .post-list ul li a:hover .title {
    color: #FF6B00;
}

.sidebar .post-list ul li .date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    margin-left: 72px;
}

.sidebar .tab-ui h2 a {
    color: rgb(153, 153, 153)
}

.sidebar .tab-ui h2 a.current {
    color: rgb(85, 85, 85)
}

.sidebar .tab-ui h2 a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 5px;
    margin: 0 10px;
    vertical-align: middle;
    background: url(images/ico_package.png) -100px -50px no-repeat
}

.sidebar .tab-ui h2 a:first-child::before {
    content: none
}

#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.slide-wrap {
    overflow: hidden
}

#content .another_category {
    padding: 16px 20px 14px;
    margin: 60px 0 57px !important
}

#content .another_category h4 {
    margin: 0 0 13px !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    font-size: 0.875em !important;
    border-left: 0px solid #000;
}

#content .another_category table {
    border: 0;
    margin: 0px !important
}

#content .another_category th {
    padding: 2px 0px !important;
    font-size: 0.875rem !important
}

#content .another_category th a.current {
    font-weight: 400;
    text-decoration: none !important;
    color: #00ff9d !important;
    border: 0px !important;
}

#content .another_category td {
    border: 0;
    padding: 2px 0px !important;
    font-size: 0.75rem !important
}

.container_postbtn {
    margin: 53px 0 55px;
    padding: 0px !important
}

.absent_post::before {
    content: "";
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.28571;
    color: rgb(85, 85, 85);
    white-space: pre
}

.absent_post {
    line-height: 1.75;
    padding: 98px 0px !important;
    background: 0 0px !important;
    font-weight: 400 !important;
    font-size: 1em !important;
    color: rgb(153, 153, 153) !important
}

.layout-aside-left #content {
    float: right
}

.layout-aside-left #aside {
    float: left;
    margin-left: 0;
    padding: 0 0;
    top: 90px;
}

.layout-aside-left #container .content-wrap::before {
    margin-left: -256px
}

.layout-aside-right #content {
    float: left
}

.layout-aside-right #aside {
    float: right
}

.list-type-thumbnail .post-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(238, 238, 238)
}

.list-type-thumbnail .post-header h1 {
    margin-bottom: 0
}

.list-type-thumbnail .post-item {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0 0 28px
}

.list-type-thumbnail .post-item .thum {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.list-type-thumbnail .post-item .thum img {
    float: right;
    width: 126px;
    height: auto;
    margin-left: 57px;
    border: 1px solid rgb(241, 241, 241);
    transform: translateY(0)
}

.list-type-thumbnail .post-item.protected .thum {
    float: right;
    width: 126px;
    height: 166px;
    margin-left: 57px;
    border: 1px solid rgb(241, 241, 241);
    background-color: rgb(248, 248, 248)
}

.list-type-thumbnail .post-item .title {
    max-width: 95%;
    margin-bottom: 12px;
    padding-top: 7px;
    font-size: 1.25em
}

.list-type-thumbnail .post-item .excerpt {
    overflow: hidden;
    height: 3.75rem;
    margin-bottom: 20px;
    font-size: .875em;
    line-height: 1.25rem
}

.list-type-text .post-header {
    margin-bottom: 38px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(238, 238, 238)
}

.list-type-text .post-header h1 {
    margin-bottom: 0
}

.list-type-text .post-item {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0 0 35px
}

.list-type-text .post-item .thum {
    display: none
}

.list-type-text .post-item .title {
    max-width: 96%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1em
}

.list-type-text .post-item .excerpt {
    max-width: 96%;
    margin-bottom: 20px;
    font-size: .875em;
    line-height: 1.25rem
}

.list-type-text .pagination {
    margin-top: 36px
}

@media screen and (max-width: 1080px) {

    #footer,
    #header h1 {
        padding-left: 24px;
        padding-right: 24px
    }

    #container .content-wrap::before {
        left: 72.7%;
        margin-left: 0
    }

    .layout-aside-left #container .content-wrap::before {
        left: 27.3%;
        margin-left: 0
    }

    .layout-aside-right #container .content-wrap::before {
        left: 72.7%;
        margin-left: 0
    }

    #header .inner .logo {
        padding: 12px 16px;
        margin: 0 5px;
        text-align: left;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 767px) {
    #header h1 {
        position: static;
        padding: 10px 24px 0 24px;
        background-color: #F8F8F8;
        margin: 0
    }

    #container .content-wrap {
        padding: 0;
        margin: 0
    }

    #container .content-wrap::before {
        content: none
    }

    #content {
        float: none;
        width: auto;
        padding: 20px 20px 40px;
        margin: 5px;
        border-radius: 8px;
    }

    #aside {
        position: fixed;
        top: 0;
        right: -278px;
        z-index: 400;
        float: none;
        overflow: auto;
        width: 278px;
        height: 100%;
        padding: 20px 20px 40px;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        transition: right 0.5s ease 0s
    }

    #footer {
        padding: 32px 24px 26px
    }

    #footer p {
        margin-bottom: 11px;
        font-size: .8125em
    }

    #header .inner .logo {
        padding: 12px 16px;
        margin: 0 5px;
        text-align: left;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    #tt-body-index #content {
        padding: 0
    }

    #tt-body-index #content>.inner {
        padding: 0 40px;
        margin-top: 40px
    }

    #tt-body-index #content>.inner:first-child {
        padding-top: 30px
    }

    #tt-body-index.list-type-text #content>.inner:first-child {
        padding-top: 36px
    }

    #tt-body-index .pagination {
        margin: 0 20px 40px
    }

    #tt-body-page #content {
        padding-left: 0;
        padding-right: 0
    }

    .layout-aside-left #aside {
        padding: 20px;
        border-top: none;
        width: calc(100% - 10px);
        position: inherit;
        margin: 5px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .layout-aside-right #aside {
        padding: 20px;
        border-top: none;
        width: calc(100% - 10px);
        position: inherit;
        margin: 5px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .post-header {
        padding-top: 2px
    }

    .post-item {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 30px;
        padding-bottom: 5px
    }

    .post-item .thum {
        margin-bottom: 0
    }

    .post-item .excerpt {
        padding: 20px 20px 20px 20px
    }

    .pagination {
        margin-bottom: 30px;
    }

    .pagination a {
        margin: 0 4px;
        display: none;
    }

    .list-type-vertical .post-item {
        margin-bottom: 30px
    }

    .list-type-vertical .post-item .title {
        margin-bottom: 7px
    }

    .list-type-thumbnail .post-item .thum img {
        width: 96px;
        margin-left: 25px
    }

    .list-type-thumbnail .post-item .title {
        margin-bottom: 9px;
        padding-top: 3px;
        font-size: 1.125em
    }

    .list-type-thumbnail .post-item .excerpt {
        margin-bottom: 11px
    }

    .list-type-thumbnail .post-item.protected .thum {
        width: 96px;
        height: 128px;
        margin-left: 25px
    }

    .list-type-text .post-header {
        margin-bottom: 28px
    }

    .list-type-text .post-item {
        margin-bottom: 26px
    }

    .list-type-text .post-item .title {
        margin-bottom: 10px
    }

    .list-type-text .post-item .excerpt {
        margin-bottom: 12px;
        -webkit-line-clamp: 4
    }

    .list-type-text .pagination {
        margin-top: 30px
    }

    .inner h1 {
        margin-bottom: 5px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        color: rgb(51, 51, 51);
        padding-left: 12px;
        padding-right: 12px;
        font-size: 1.4em;
        line-height: 1.5;
        letter-spacing: -1px
    }

    .entry-content h2 {
        font-size: 20px
    }

    .entry-content h3 {
        font-size: 18px
    }

    .entry-content h4 {
        font-size: 16px
    }

    .entry-content {
        padding: 0 12px
    }

    .entry-content p {
        margin-bottom: 20px;
        line-height: 1.7;
        font-size: 15px;
        letter-spacing: 0.2px;
    }

    /* 모바일에서 형광펜 밑줄 효과 */
    .entry-content strong,
    .entry-content b,
    .entry-content u,
    .entry-content em,
    .entry-content mark {
        padding: 0 1px;
        font-size: 14px;
    }

    .entry-content figure {
        margin-top: 10px !important
    }

    /* 모바일에서 이미지 스타일 조정 */
    .entry-content img {
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .entry-content img:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    }

    #tt-body-page figure.imageblock img,
    figure.imageblock img {
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
        margin-bottom: 10px !important;
    }

    .entry-content .protected_form input {
        width: 163px
    }

    .book-toc {
        padding: 6px 10px;
        margin-bottom: 15px;
    }

    .book-toc .toc_title {
        font-size: 13px;
        padding: 5px 0;
    }

    .toc-toggle-icon {
        font-size: 10px;
        margin-right: 6px;
    }

    #toc * {
        font-size: 13px;
    }

    #toc>li>ul li {
        margin-left: 10px;
    }

    #content .another_category {
        margin: 40px 0 37px !important
    }

    .container_postbtn {
        margin: 35px 0 37px
    }

    .related-articles {
        margin-bottom: 21px;
        padding: 0 24px
    }

    .related-articles h2 {
        margin-bottom: 19px
    }

    .related-articles ul {
        width: 103.571%;
        margin-left: -3.57143%
    }

    .related-articles ul li {
        width: 50%;
        margin-bottom: 15px;
        padding-left: 3.44828%
    }

    .related-articles ul li figure {
        margin-bottom: 9px
    }

    .related-articles ul li .title {
        height: 2.8em;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .layout-aside-left #content {
        float: none
    }

    .layout-aside-right #content {
        float: none
    }

    #content .another_category th {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .bf-breadcrumb.bc-top-style {
        padding: 0 12px;
        margin: 10px 0 20px 0;
    }
}

@media screen and (max-width: 767px) {
    #tt-body-index .post-header {
        padding-top: 36px;
        padding-left: 24px
    }
}


@media screen and (max-width: 767px) {
    .comments {
        margin-bottom: 60px;
        padding: 0 12px;
    }
}

.revenue_unit_wrap.position_list {
    max-width: 740px;
    margin: 30px auto
}

.adsense {
    width: 100%;
    height: 100%;
    margin-bottom: 10px
}

.btn_top {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 60%;
    margin-left: 621px;
    z-index: 5000
}

.btn_top a {
    display: block;
    width: 67px;
    height: 67px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(./images/btn_top_pc.png) no-repeat;
    outline: 0;
    box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, .09);
    border-radius: 100%
}

.btn_top.btn_fixed {
    bottom: 65px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NanumSquare';
    font-weight: 700 !important;
    letter-spacing: -1px;
    color: rgb(0, 0, 0);
}

.inner h1 {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.bf-breadcrumb.bc-top-style {
    margin: 10px 0 20px 0;
    font-size: 15px;
}

.bf-breadcrumb .bf-breadcrumb-items {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -1px;
}

.bf-breadcrumb .bf-breadcrumb-item:not(.bf-breadcrumb-end):after {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\203A';
    margin-left: 5px;
    margin-right: 5px;
    color: #929292;
    vertical-align: top;
    position: relative;
    bottom: 2px
}

.bf-breadcrumb .bf-breadcrumb-item a,
.bf-breadcrumb .bf-breadcrumb-item span {
    color: #9e9e9e;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.3px;
}

li.bf-breadcrumb-item {
    display: inline-block
}

.book-toc {
    padding: 8px 12px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.book-toc .toc_title {
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #e0e0e0;
    transition: color 0.3s ease;
}

.book-toc .toc_title:hover {
    color: #000;
}

.book-toc .toc_title:focus {
    outline: none;
    color: #000;
}

.toc-toggle-icon {
    display: inline-block;
    margin-right: 8px;
    transition: transform 0.3s ease;
    color: #000;
    font-size: 12px;
}

.toc-toggle-icon.expanded {
    transform: rotate(180deg);
}

.book-toc ul {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.book-toc ul.toc-collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
}

.book-toc ul.toc-expanded {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px;
    padding-top: 10px;
}

#toc * {
    font-size: 15px;
    color: #333;
    opacity: .8;
}

#toc a {
    color: #333 !important;
    text-decoration: none;
}

#toc a:hover {
    opacity: 1;
    color: #000 !important;
    transition: .3s ease;
}

#toc ul {
    margin-bottom: 0;
    margin-top: 5px
}

#toc>li {
    margin-bottom: 0
}

#toc {
    margin-left: 0;
}

#toc>li>ul li {
    margin-bottom: 5px !important;
    margin-left: 15px
}

.link_tit {
    color: #333;
    display: none;
}

figure.imagegridblock,
#tt-body-page figure.imagegridblock {
    margin: 0px 0px 15px 0px !important
}

#tt-body-page figure.imageblock img,
figure.imageblock img {
    margin-bottom: 15px !important;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#tt-body-page figure.imageblock img:hover,
figure.imageblock img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.copyright {
    line-height: 1.25rem;
    color: #000;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    opacity: 0.35;
}

/* 검색창 */
.search {
    margin: 0 auto;
    position: relative;
}

.search input[type="text"] {
    border: 1px solid #ededed;
    width: 100%;
    font-size: 13px;
    padding: 10px 40px 10px 15px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.search input[type="text"]:focus {
    outline: none;
    border-color: #FF6B00;
    box-shadow: 0 0 5px rgba(255, 107, 0, 0.3);
}

.search input[type="button"] {
    display: none;
}



li[class^="t_menu_"] {
    margin: 10px 0px;
}

li[class^="t_menu_link_"]:after {
    background: url(./images/new_icon_8.png);
    content: "";
    width: 4px;
    height: 4px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    bottom: 6px;
}

/* Comment */
.comments {
    margin-bottom: 60px;
}

.comments h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1em;
}

.comments h2 .count {
    margin-left: 4px;
    color: #999;
}

.comment-list {
    margin-bottom: 60px;
    border-top: 1px solid #eee;
}

.comment-list ul li {
    display: inline-block;
    width: 100%;
    padding: 32px 0 28px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    box-sizing: border-box;
}

.comment-list .tt_more_preview_comments_wrap {
    padding: 0;
    border: 0;
}

.comment-list .tt_more_preview_comments_text {
    display: block;
    margin: -1px 0 0;
    padding: 12px 0 11px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 0.875em;
    color: #999;
}

.comment-list .tt_more_preview_comments_text:hover {
    text-decoration: underline;
}

.comment-list ul li .author-meta {
    position: relative;
    margin-bottom: 7px;
    padding: 0px 0 0 60px;
    font-size: 0.8125em;
    color: #999;
}

.comment-list ul li .author-meta a {
    color: #999;
}

.comment-list ul li .author-meta a:before,
.comment-list ul li .author-meta span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: 0 7px 0 5px;
    background-color: #e3e3e3;
    vertical-align: middle;
}

.comment-list ul li .author-meta .nickname {
    font-weight: 700;
    color: #555;
}

.comment-list ul li .author-meta .nickname a {
    color: #555;
}

.comment-list ul li .author-meta .avatar {
    float: left;
    width: 80px;
    height: 80px;
    margin: -2px 0px 0px -60px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comment-list ul li .author-meta .avatar:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.comment-list ul li .author-meta .control {
    position: absolute;
    top: 0;
    right: 0px;
    border-bottom: 0;
}

.comment-list ul li .author-meta .control button {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./images/ico_package.png) no-repeat -141px 5px;
    text-indent: -999em;
}

.comment-list ul li .author-meta .control .link {
    display: none;
    position: absolute;
    top: 100%;
    left: -65px;
    width: 70px;
    text-align: center;
}

.comment-list ul li .author-meta .control .link a {
    display: block;
    margin-top: -1px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 1.5rem;
    color: #333;
}

.comment-list ul li .author-meta .control .link a:focus,
.comment-list ul li .author-meta .control .link a:hover {
    background-color: #fafafa;
    color: #222;
}

.comment-list ul li .author-meta .nickname:before,
.comment-list ul li .author-meta .nickname a:before,
.comment-list ul li .author-meta .control:before,
.comment-list ul li .author-meta .control a:before {
    content: none;
}

.comment-list ul li p {
    max-width: 85%;
    padding: 0 0 0 60px;
    font-size: 0.875em;
    line-height: 1.3125rem;
    color: #777;
    box-sizing: border-box;
}

.comment-list ul li .reply {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.8125rem;
    color: #999;
}

.comment-list ul li ul {
    margin: 28px 0 -32px 0;
    padding: 26px 0 21px;
    border-top: 1px solid #eee;
    background-color: #fafafa;
}

.comment-list ul li ul li {
    padding: 14px 0 15px 0px;
    border-bottom: 0;
}

.comment-list ul li ul li .author-meta {
    margin-bottom: 8px;
}

.comment-list ul li ul li .author-meta .control {
    right: 0px;
}

.comment-list ul li ul li .author-meta .avatar {
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comment-list ul li ul li .author-meta .avatar:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.comment-list ul li ul li p {
    max-width: 80%;
}

.comment-list ul li ul .tt_more_preview_comments_wrap {
    display: block;
}

.comment-list ul li ul .tt_more_preview_comments_text {
    margin-bottom: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.comment-list ul li ul .tt_more_preview_comments_text:first-child {
    margin-top: -24px;
    padding: 12px 0 11px;
}

.comment-form {
    position: relative;
    margin-bottom: 60px;
}

.comment-form .field {
    overflow: hidden;
    margin-bottom: -1px;
    border: 1px solid #eee;
}

.comment-form .field input[type=text],
.comment-form .field input[type=password] {
    float: left;
    width: 50%;
    padding: 12px 16px;
    border: 0;
    border-left: 1px solid #eee;
    font-size: 0.875em;
    color: #777;
    box-sizing: border-box;
}

.comment-form .field input:first-child {
    border-left: 0;
}

.comment-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #777;
    box-sizing: border-box;
    resize: none;
    font-family: 'nanumsquare', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #999;
}

.comment-form .secret {
    position: absolute;
    left: 0;
    bottom: 8px;
}

.comment-form .secret input {
    display: none;
}

.comment-form .secret label {
    display: inline-block;
    font-size: 0.8125em;
    line-height: 1.25rem;
    color: #666;
    outline: none;
    cursor: pointer;
}

.comment-form .secret label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-right: 12px;
    border: 1px solid #e1e1e1;
    vertical-align: top;
    background-color: #fff;
}

.comment-form .secret input[type=checkbox]:checked+label:before {
    background: url(./images/ico_package.png) no-repeat -47px 4px;
}

.comment-form .submit {
    text-align: right;
}

.comment-form .submit button {
    background-color: #333;
    color: #fff;
}

.comment-form .submit button:hover,
.comment-form .submit button:focus {
    background-color: #4531ff;
}

/* tags */
.tags {
    margin-bottom: 45px;
    font-size: 0;
}

.tags:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.tags h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.tags a {
    display: inline-block;
    margin: 0 8px 12px 0;
    padding: 0 17px;
    border: 1px solid #eee;
    border-radius: 32px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    color: #555;
}

.tags a:hover,
.tags a:focus {
    color: #333;
}

.notice .date {
    display: none;
}

.notice .inner h1 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.entry-content h2 {
    font-size: 1.5em;
    font-weight: 900;
    /* 글자를 더 굵게 설정 */
    color: #111;
    /* 글자색을 더 진하게 변경 */
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: block;
    /* 블록 요소로 변경 */
    width: 100%;
    /* 가로로 꽉 채우기 */
    box-sizing: border-box;
    /* 패딩과 테두리를 포함하여 박스 크기 설정 */
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    /* 텍스트에 약간의 그림자 추가 */
}

.entry-content h2::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 24px;
    background: linear-gradient(180deg, #ff5b00, #ffbb00);
    /* 그라데이션 효과 추가 */
    background-size: 200% 200%;
    /* 애니메이션을 위한 배경 크기 설정 */
    border-radius: 4px;
    margin-right: 12px;
    animation: gradientAnimation 3s infinite;
    /* 그라데이션 애니메이션 추가 */
}

/* h3 스타일 */
h3 {
    font-size: 1.5em;
    /* 기본 폰트 크기 설정 */
    color: #333;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
    font-weight: bold;
    border-bottom: 3px solid #ff5b00;
    position: relative;
    transition: color 0.3s ease;
}

h3:hover::after {
    width: 100%;
    background-color: #ff5b00;
}

/* h4 스타일 */
h4 {
    font-size: 1.2em;
    /* 기본 폰트 크기 설정 */
    color: #555;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: left;
    font-weight: bold;
    border-left: 4px solid #ff5b00;
    padding-left: 10px;
    position: relative;
    transition: color 0.3s ease;
}

h4:hover::before {
    width: 100%;
    background-color: #ff5b00;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
    h3 {
        font-size: 1.3em;
        /* 작은 화면에서 폰트 크기 조정 */
    }

    h4 {
        font-size: 1.1em;
        /* 작은 화면에서 폰트 크기 조정 */
    }
}

@media (max-width: 480px) {
    h3 {
        font-size: 1.1em;
        /* 더 작은 화면에서 폰트 크기 조정 */
    }

    h4 {
        font-size: 1em;
        /* 더 작은 화면에서 폰트 크기 조정 */
    }
}

/* Q&A 스타일링 */
.faq-question {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-question:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.faq-question h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    padding: 10px 0;
    padding-left: 10px;
    border-left: 4px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover h4 {
    color: #ff5b00;
    border-color: #ff5b00;
}

.faq-answer p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* 초매력적인 클릭 유도 버튼 */
.asd {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 24px 0;
    padding: 18px 32px;
    background: linear-gradient(135deg, #ff4141, #ff1a1a);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(255, 26, 26, 0.25), 0 6px 6px rgba(255, 26, 26, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    z-index: 1;
    transform: perspective(1px) translateZ(0);
    -webkit-font-smoothing: antialiased;
    animation: pulse 2s infinite alternate;
}

/* 지속적인 펄스 애니메이션 - 가만히 있어도 움직임 효과 */
@keyframes pulse {
    0% {
        transform: perspective(1px) translateZ(0) scale(1);
        box-shadow: 0 10px 20px rgba(255, 26, 26, 0.25), 0 6px 6px rgba(255, 26, 26, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    }

    100% {
        transform: perspective(1px) translateZ(0) scale(1.02);
        box-shadow: 0 12px 24px rgba(255, 26, 26, 0.3), 0 8px 8px rgba(255, 26, 26, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    }
}

/* 지속적인 그라데이션 배경 변화 */
.asd {
    background-size: 200% 200%;
    background-image: linear-gradient(135deg, #ff4141, #ff1a1a, #ff0000, #ff3333);
    animation:
        pulse 2s infinite alternate,
        gradientShift 4s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 버튼 내부 반짝임 효과 - 지속적으로 발생 */
.asd::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    animation: autoShine 5s infinite;
}

@keyframes autoShine {
    0% {
        left: -75%;
        opacity: 0;
    }

    15% {
        left: -75%;
        opacity: 0.7;
    }

    35% {
        left: 130%;
        opacity: 0.7;
    }

    40% {
        left: 130%;
        opacity: 0;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

/* 호버 효과 - 반짝임 이동 및 버튼 확대 */
.asd:hover {
    background: linear-gradient(135deg, #ff3333, #ff0000);
    box-shadow: 0 15px 30px rgba(255, 26, 26, 0.3), 0 8px 8px rgba(255, 26, 26, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1px) translateZ(0) scale(1.05);
    color: #ffffff !important;
    animation: none;
    /* 호버 시 기본 애니메이션 중지 */
}

.asd:hover::before {
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
        opacity: 0.7;
    }

    100% {
        left: 130%;
        opacity: 0.7;
    }
}

/* 클릭(액티브) 효과 - 눌림 효과 */
.asd:active {
    transform: perspective(1px) translateZ(0) scale(0.98);
    box-shadow: 0 8px 16px rgba(255, 26, 26, 0.2), 0 4px 4px rgba(255, 26, 26, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: none;
    /* 클릭 시 기본 애니메이션 중지 */
}

/* 추가적인 시각적 요소 - 향상된 화살표 애니메이션 */
.asd span {
    display: inline-block;
    position: relative;
    padding-right: 0;
    transition: all 0.4s ease;
    animation: gentle-bounce 2s infinite alternate;
}

@keyframes gentle-bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-2px);
    }
}

.asd span::after {
    content: '→';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: all 0.4s ease;
}

.asd:hover span {
    padding-right: 28px;
    animation: none;
    /* 호버 시 바운스 애니메이션 중지 */
}

.asd:hover span::after {
    opacity: 1;
    right: 0;
}

/* 3D 효과를 위한 추가 요소 */
.asd::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all 0.4s ease;
}

.asd:hover::after {
    height: 3px;
}

/* 버튼 텍스트에 살짝 그림자 효과 추가 */
.asd {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* 버튼 둘레에 미세한 빛나는 효과 */
.asd {
    outline: none;
}

.asd:focus {
    outline: none;
    box-shadow: 0 10px 25px rgba(255, 26, 26, 0.35), 0 6px 10px rgba(255, 26, 26, 0.3), 0 0 0 3px rgba(255, 75, 75, 0.4);
}

/* 눈에 띄는 추가 텍스트 요소 (선택 사항) */
.asd::before {
    content: '';
    /* '지금 바로!' 같은 텍스트를 넣을 수도 있습니다 */
}

/* 패딩 및 마진 향상 */
.asd {
    margin: 24px auto;
    max-width: 95%;
    /* 양쪽에 약간의 여백 */
}

/* 모바일 반응형 스타일 */
@media screen and (max-width: 767px) {
    .asd {
        padding: 16px 24px;
        font-size: 16px;
        margin: 20px auto;
    }
}

/* 함께 보면 좋은 글 스타일 - 모던 버전 */
ul[data-ke-list-type="disc"] {
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
}

ul[data-ke-list-type="disc"] li {
    margin-bottom: 20px;
}

ul[data-ke-list-type="disc"] li a {
    display: flex;
    align-items: center;
    padding: 24px 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #2d3748;
    text-decoration: none;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 17px;
    font-weight: 600;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

ul[data-ke-list-type="disc"] li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(255, 107, 0, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border-color: #FF6B00;
}

ul[data-ke-list-type="disc"] li a::after {
    content: '→';
    margin-left: auto;
    font-size: 24px;
    color: #64748b;
    opacity: 0.7;
    transition: all 0.3s ease;
}

ul[data-ke-list-type="disc"] li a:hover::after {
    transform: translateX(4px);
    opacity: 1;
    color: #FF6B00;
}

/* 글자 내용 스타일 */
ul[data-ke-list-type="disc"] li a span {
    flex-grow: 1;
    padding-right: 20px;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    ul[data-ke-list-type="disc"] li a {
        font-size: 15px;
        padding: 20px 24px;
    }

    ul[data-ke-list-type="disc"] li a::after {
        font-size: 20px;
    }
}

/* 깔끔한 주황색 글로우 텍스트 */
.text-profile {
    color: #FF6B00;
    font-weight: 700;
    text-shadow: 0 0 10px #FF6B00;
    animation: simpleGlow 2s ease-in-out infinite alternate;
}

@keyframes simpleGlow {
    0% {
        text-shadow: 0 0 8px #FF6B00;
    }

    100% {
        text-shadow: 0 0 15px #FF6B00;
    }
}

/* 하단 초록색 알림 창 */
.bottom-notification {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #228B22;
    color: white;
    padding: 15px 25px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(34, 139, 34, 0.4);
    animation: floatAndGlow 4s ease-in-out infinite alternate;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 90%;
    text-align: center;
    font-family: 'NanumSquare', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.bottom-notification.show {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

@keyframes floatAndGlow {
    0% {
        transform: translateX(-50%) translateY(0px);
        box-shadow: 0 8px 25px rgba(34, 139, 34, 0.4);
    }

    100% {
        transform: translateX(-50%) translateY(-8px);
        box-shadow: 0 15px 35px rgba(34, 139, 34, 0.6);
    }
}

/* 모바일 반응형 */
@media screen and (max-width: 767px) {
    .bottom-notification {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        max-width: 85%;
        border-radius: 0;
        box-shadow: 0 6px 20px rgba(34, 139, 34, 0.4);
    }

    @keyframes floatAndGlow {
        0% {
            transform: translateX(-50%) translateY(0px);
            box-shadow: 0 6px 20px rgba(34, 139, 34, 0.4);
        }

        100% {
            transform: translateX(-50%) translateY(-6px);
            box-shadow: 0 12px 25px rgba(34, 139, 34, 0.6);
        }
    }
}

.promo-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    color: white;
}

.promo-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.promo-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-3px);
}

.promo-card.featured {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.promo-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.promo-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* 혁신적인 주황색 테이블 스타일 */
table[data-ke-align="alignLeft"] {
    --primary-color: #FF8C00;
    --secondary-color: #FFA500;
    --highlight-color: #FFD700;
    --text-color: #333;
    --bg-color: #FFF5E6;

    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bg-color);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.1);
}

table[data-ke-align="alignLeft"] thead tr {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.2);
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

table[data-ke-align="alignLeft"] th {
    color: white;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

table[data-ke-align="alignLeft"] th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--highlight-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

table[data-ke-align="alignLeft"] th:hover::after {
    transform: scaleX(1);
}

table[data-ke-align="alignLeft"] tbody tr {
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

table[data-ke-align="alignLeft"] tbody tr:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.15);
}

table[data-ke-align="alignLeft"] td {
    padding: 20px;
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}

table[data-ke-align="alignLeft"] td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: var(--primary-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

table[data-ke-align="alignLeft"] tr:hover td::before {
    transform: scaleY(1);
}

table[data-ke-align="alignLeft"] td:nth-child(3),
table[data-ke-align="alignLeft"] td:nth-child(4) {
    font-weight: bold;
}

/* 애니메이션 효과 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 140, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 140, 0, 0);
    }
}

table[data-ke-align="alignLeft"] tbody tr:hover {
    animation: pulse 1.5s infinite;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    table[data-ke-align="alignLeft"] {
        font-size: 14px;
        padding: 10px;
    }

    table[data-ke-align="alignLeft"] th,
    table[data-ke-align="alignLeft"] td {
        padding: 15px 10px;
    }
}