/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

/*인용문*/
:root {
  --blockquote-first-bg: #f4fafe;
  --blockquote-bg-color: rgba(0, 184, 212, .02);
  
  --blockquote-note-bg: rgba(172, 172, 172, .2);
  --blockquote-note-txt: #626168;
  --blockquote-note-line: #a2a8b3;
  --blockquote-note-before: #858991;

  --blockquote-tip-bg: rgb(0, 157, 105, .2);
  --blockquote-tip-txt: #1a614a;
  --blockquote-tip-line: #3fc196;
  --blockquote-tip-before: #30a57e;

}

.dark:root {
  --blockquote-first-bg: #2c404e;
  --blockquote-bg-color: rgba(59, 66, 82, .5);

  --blockquote-note-bg: rgba(166, 167, 175, .74);
  --blockquote-note-txt: #1b1d21;
  --blockquote-note-line: #656d77;
  --blockquote-note-before: #393d43;

  --blockquote-tip-bg: rgba(0, 255, 171, 0.2);
  --blockquote-tip-txt: #a6e3de;
  --blockquote-tip-line: #267f62;
  --blockquote-tip-before: #7cc1bd;

}


/*첫 번째*/
figure.hello12 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
figure.hello12 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.hello12 img {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 0 !important;
}
figure.hello12 blockquote {
  position: relative;
  background-color: var(--blockquote-first-bg);
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0 !important;
  line-height: 1.6em;
  font-style: italic;
}
figure.hello12 blockquote {
  font-size: 15px;
}
figure.hello12 blockquote:before,
figure.hello12 blockquote:after {
  font-family: 'FontAwesome pro';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.hello12 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.hello12 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.hello12 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid var(--blockquote-first-bg);
  margin: 0;
  position: absolute;
}
figure.hello12 .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 25px;
  color: #000000;
  background-color: var(--blockquote-first-bg);
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}


figure.hello12 .author .sub {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.hello12 .author .sub span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}




blockquote,
blockquote p {
    color: inherit;
}


/* blockquote 블록토크 꾸미기 */
.admonition {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 1%), 1px 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px 0px rgb(0 0 0 / 3%);
    position: relative;

    padding: 0 1.2rem !important;
    border-left: 5px solid #448aff;
    border-radius: 0.2rem !important;
    font-size: 1rem !important;
    overflow: auto;

    overflow: hidden;
}
.admonition p {
    margin: 1em 0.25rem !important;
    line-height: 1.8 !important;
}
.admonition > .admonition-title {
    margin: 0 -1.2rem !important;
    padding: 8px 12px 8px 40px !important;
    border-bottom: 0.1rem solid rgba(68, 138, 255, 0.1) !important;
    font-size: 1rem !important;
    font-weight: 700;
}
/*f4a5 사각형 느낌표*/


/*note*/
.admonition.note {border-left-color: var(--blockquote-note-line); background-color: var(--blockquote-bg-color) }
.admonition.note > .admonition-title {background-color: var(--blockquote-note-bg); color: var(--blockquote-note-txt) !important; font-family: SUIT; }
.admonition.note > .admonition-title::before {position: absolute; left: 15px; font-size: 17px; color: var(--blockquote-note-before); content: '\f040'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; } 

/*tip*/
.admonition.tip {border-left-color: var(--blockquote-tip-line); background-color: var(--blockquote-bg-color)}
.admonition.tip > .admonition-title {background-color: var(--blockquote-tip-bg); color: var(--blockquote-tip-txt) !important; font-family: SUIT;}
.admonition.tip > .admonition-title::before {position: absolute; left: 20px; font-size: 17px; color: var(--blockquote-tip-before); content: '\f0eb'; font-family: 'Font Awesome 5 Pro'; font-weight: 700;}

/*네 번째 info*/
.admonition.info > .admonition-title::before {
  position: absolute;
  left: 15px;
  font-size: 17px;
  color: #166687;
  content: '\f05a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}
.admonition.info > .admonition-title {
  background-color: rgba(0, 184, 212, 0.3);
  color: #166687 !important;
  font-family: SUIT;
}
.admonition.info {
  border-left-color: #176b87;
  background-color: rgb(99, 102, 241, / 2%);
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.admonition.info p {
  color: #645c52;
}
.dark .admonition.info > .admonition-title::before {
  color: #58c5df;
}
.dark .admonition.info > .admonition-title {
  color: #58c5df !important;
} 

.admonition.warning > .admonition-title::before {
    position: absolute;
    left: 17px;
    font-size: 16px;
    color: #713f12;
    content: '\f071';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}
.admonition.warning > .admonition-title {
    background-color: rgba(235, 195, 142, 0.8);
    color: #713f12 !important;
    font-family: SUIT;
}
.admonition.warning {
    border-left-color: #db9658;
    background-color: rgb(255 145 0 / 2%);
}
.admonition.warning p {
    color: #645c52;
}

.admonition.caution > .admonition-title::before {
  position: absolute;
  left: 16px;
  font-size: 17px;
  color: #7f1d1d;
  content: '\f2f0';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}
.admonition.caution {
  border-left-color: #cd6688;
  background-color: rgb(239, 68, 68, / 2%);
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.admonition.caution > .admonition-title {
  background-color: rgba(239, 68, 68, 0.3);
  color: #7f1d1d !important;
  font-family: SUIT;
}
.admonition.caution p {
  color: #645c52;
}
.dark .admonition.caution > .admonition-title::before {
  color: #fd8a8a;
}
.dark .admonition.caution > .admonition-title {
  color: #fd8a8a !important;
} 

.admonition.question {
  border-left-color: #3f516d;
  background-color: rgb(107, 114, 128, / 2%);
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.admonition.question > .admonition-title {
  background-color: rgba(20, 63, 129, 0.5);
  color: #17315b !important;
  font-family: SUIT;
}
.admonition.question > .admonition-title::before {
  position: absolute;
  left: 16px;
  font-size: 17px;
  color: #17315b;
  content: '\f059';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}
.admonition.question p {
  color: #645c52;
}
.dark .admonition.question > .admonition-title::before {
  color: #5e9cfc;
}
.dark .admonition.question > .admonition-title {
  color: #5e9cfc !important;
} 

.admonition.formula {
  border-left-color: #3a8087;
  background-color: rgb(99, 102, 241, / 2%);
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.admonition.formula > .admonition-title::before {
  position: absolute;
  left: 15px;
  font-size: 17px;
  color: #17383b;
  content: '\f1ec';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}
.admonition.formula > .admonition-title {
  background-color: rgba(35, 134, 153, 0.5);
  color: #17383b !important;
  font-family: SUIT;
}
.admonition.formula p {
  color: #645c52;
}
.dark .admonition.formula > .admonition-title::before {
  color: #4cc1cd;
}
.dark .admonition.formula > .admonition-title {
  color: #4cc1cd !important;
} 


.admonition:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}


/*인용문 END*/


/* ******************** 히스토리 ******************** */
:root {
  --history-default-link: #c04747;
  --history-bg-content: #fff;

  --history-border-color-2: #e5e5e5;
  --history-border-color-3: #999;

  --historyborder-color-5: #aaa;
  --history-text-color-1: #626168;
  --history-text-color-2: #626168;
  --history-text-color-3: #757575;
  --history-text-color-4: #999;
}
.history {width: 100%; max-width: 550px;padding-right:30px}
.history dl{position:relative;margin:0 0 0 130px;padding-bottom:8px}
.history dl:last-child{padding-bottom:0}
.history dl.before{opacity:.8}
.history dl:before{content:"";display:block;width:15px;height:15px;background:var(--history-bg-content);-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;border:2px solid var(--historyborder-color-5);position:absolute;z-index:2;left:-11px;top:4px}
.history dl:after{content:"";position:absolute;top:0;left:-4px;bottom:0;border-left:1px solid var(--history-border-color-3);height:100%}
.history dl:last-child:after{height:calc(100% - 8px)}
.history dl:nth-of-type(1){margin-top:20px;}
.history dl.after:before{border-color:var(--history-default-link);}
.history dl dt{position:absolute;top:-2px;left:-110px;margin-bottom:5px;color:var(--history-text-color-1);font-size:15px;font-weight:400;}
.history dl.after dt{color:var(--history-default-link);font-weight:600;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}
.history dl.after dd{color:var(--history-text-color-1);background:var(--history-border-color-2);}
.history dl dd{position:relative;font-size:13px;color:var(--history-text-color-2);position:relative;top:-5px;padding:10px 15px;border-radius:6px !important;background:var(--history-border-color-2);left:20px;margin-bottom:8px}
.history dl > dd:last-child{margin-bottom:0}
.history dl.after dd:after{border-left-color:var(--history-border-color-2) !important;border-right-color:var(--history-border-color-2) !important;}
.history dl dd:nth-of-type(1):after{position:absolute;top:11px;left:-7px;display:inline-block;border-top:7px solid transparent;border-left:7px solid var(--history-border-color-2);border-right:0 solid var(--history-border-color-2);border-bottom:7px solid transparent;border-left-width: 0;border-right-width: 7px;content:""}
.history dl:nth-of-type(1) dd:after{border-left-color:var(--history-border-color-2);border-right-color:var(--history-border-color-2);}
/* ==================== 히스토리 ===END============== */


/* ******************** 사이드바 그림자 ******************** */
#sidebar { box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 2%) }
.dark #sidebar { box-shadow: 0 2px 5px 0 rgb(255 255 255 / 16%), 0 2px 10px 0 rgb(255 255 255 / 2%) }
/* ==================== 사이드바 그림자 ===END============== */

#empty { font-family: 'Paperlogy', sans-serif }
#empty .txt { font-size: 19px }
#empty .desc { font-size: 17px; font-weight: 500;}

/* ******************** 폰트 ******************** */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserratalternates/v12/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0566fQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Maplestory';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./images/Maplestory-Light.woff') format('woff');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

@font-face {
  font-family: 'Maplestory';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./images/Maplestory-Bold.woff') format('woff');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

/* Paperlogy 폰트 */
@font-face {
  font-family: 'Paperlogy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./images/Paperlogy-4Regular.woff2') format('woff2');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

@font-face {
  font-family: 'Paperlogy';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./images/Paperlogy-5Medium.woff2') format('woff2');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

@font-face {
  font-family: 'Paperlogy';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./images/Paperlogy-6SemiBold.woff2') format('woff2');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

@font-face {
  font-family: 'Paperlogy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./images/Paperlogy-7Bold.woff2') format('woff2');
  unicode-range: U+AC00-U+D7A3, U+1100-U+11FF, U+3130-U+318F;
}

/* Rajdhani 폰트 */
@font-face {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./images/Rajdhani-Medium.woff') format('woff');
  unicode-range: U+0000-U+007F, U+00A0-U+00FF, U+0100-U+017F;
}

@font-face {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./images/Rajdhani-Regular.woff') format('woff');
  unicode-range: U+0000-U+007F, U+00A0-U+00FF, U+0100-U+017F;
}

@font-face {
  font-family: 'Rajdhani';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./images/Rajdhani-SemiBold.woff') format('woff');
  unicode-range: U+0000-U+007F, U+00A0-U+00FF, U+0100-U+017F;
}

@font-face {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./images/Rajdhani-Bold.woff') format('woff');
  unicode-range: U+0000-U+007F, U+00A0-U+00FF, U+0100-U+017F;
}

/* Humour-Original 폰트 */
@font-face {
  font-family: 'Humour'; /* 폰트 이름 */
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* 일관성을 위해 추가 */
  src: url('./images/Humour-Original.otf') format('opentype');
  unicode-range: U+3000-30FF;
}

.Humour-Original {
  font-family: 'Humour', sans-serif;
}

.yuji-mai {
  font-family: 'Yuji Mai', sans-serif;
}

@font-face {
    font-family: 'icomoon';
    src: url(./images/icomoon.eot);
    src: url('./images/icomoon.eot#iefix') format('embedded-opentype'), url(./images/icomoon.ttf) format('truetype'), url(./images/icomoon.woff) format('woff'), url('./images/icomoon.svg#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

/* ==================== 폰트 ===END============== */

/* ******************** 커버 공통 ******************** */
:root {--border-color: #e4e8eb}
.dark:root {--border-color: #4a5568}
.my-1 {margin-top: .25rem;margin-bottom: .25rem;text-transform: uppercase;font-family: 'rajdhani', sans-serif;font-size: 14px}
.tag22 {border-radius: 5px;font-size: 14px !important;margin: 0;padding: 0 8px;display: table-cell;vertical-align: middle}
.cover .header {max-width: var(--h-idx)}
.width-100 {width: 100% !important; margin-left: 20px}
.mb-45 {margin-bottom: 1rem;}
.cover .header .tit {font-family: 'Paperlogy', 'Yuji Mai', 'Humour', sans-serif}
.cover .header .tit .sub {font-weight: 400; font-size: 15px; margin-bottom: 1rem;}
.text-blue-800 {--tw-text-opacity: 1;color: rgb(89 88 95 / var(--tw-text-opacity))}
.dark .text-blue-800 {--tw-text-opacity: 1;color: rgb(196 197 199 / var(--tw-text-opacity))}
[data-list-style]:not([data-list-style='list-2']) .post:hover .content, .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item:hover {box-shadow: 0px 9px 10px -2px rgb(0 0 0 / 10%);border-radius: 20px;transition: all .3s ease-in-out}
@media screen and (max-width: 639px) {.width-100 {margin-left: 50px}}
@media (max-width: 768px) {.tag22 {font-size: 12px !important;}}
.user22 .byTitle:after {content: '\e93c'; padding-right: 5px; margin-top: 0px; font-family: 'icomoon';}
/* ==================== 커버 공통 ===END============== */

/* ******************** 커버 썸네일 호버 ******************** */
[data-list-style=list] .post:hover .bg-blue-100 {background-color: rgb(0, 150, 136); color: rgb(249, 251, 255);transition: all .3s ease-in-out;}
[data-list-style=grid] .post:hover .bg-blue-200 {background-color: rgb(246, 86, 96); color: rgb(249, 251, 255);transition: all .3s ease-in-out;}
[data-list-style=Z] .post:hover .bg-indigo-100 {background-color: rgb(0, 44, 153); color: rgb(249, 251, 255);transition: all .3s ease-in-out;}
[data-list-style=gallery] .post:hover .bg-indigo-100 {background-color: rgb(255, 188, 66); color: rgb(46, 41, 78); transition: all .3s ease-in-out;}
[data-list-style=grid] .post .content .picture {overflow: hidden; border-top-left-radius: 19px; border-top-right-radius: 19px}
[data-list-style=list] .post .content .picture .img {overflow: hidden;border-radius: 10px}
[data-list-style=gallery] .post .content .picture .img {overflow: hidden;border-radius: 20px}
[data-list-style=Z] .post:nth-child(2n) .content .picture .img {overflow: hidden;border-radius: 0 20px 20px 0}
[data-list-style=Z] .post:nth-child(2n+1) .content .picture .img {overflow: hidden;border-radius: 20px 0 0 20px}
@media screen and (max-width: 639px) {[data-list-style=Z] .post:nth-child(2n) .content .picture .img {overflow: hidden;border-radius: 10px 10px 0 0} [data-list-style=Z] .post:nth-child(2n+1) .content .picture .img {overflow: hidden;border-radius: 10px 10px 0 0}}
[data-list-style=list] .post:hover .content .picture .img .thumb,
[data-list-style=grid] .post:hover .content .picture .img .thumb,
[data-list-style=Z] .post:hover .content .picture .img .thumb,
[data-list-style=gallery] .post:hover .content .picture .img .thumb {transform: scale(1.08);transition: 1s linear}
/* ==================== 커버 썸네일 호버 ===END============== */

/* ******************** 갤러리 아이콘 ******************** */
.galleryIcon {top: 10px;background: #0000004f;border: 1px solid #fff;color: #fff;border-radius: 20px;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center}
.galleryIcon.lis {right: 8px;top: 8px;transform: scale(.9);}
.position-absolute {position: absolute}
.galleryIcon svg {width: 18px;height: 18px;}
/* ==================== 갤러리 아이콘 ===END============== */

/* ******************** 취소선 설정(S태그) ******************** */
.tt_article_useless_p_margin s { text-decoration: none;position: relative;bottom: 1px } /*기본 취소선 제거 */
.tt_article_useless_p_margin .textBlock { margin: 0 2px;padding: 3px 4px;;font-size: 0.9em;border-radius: 5px;background-color: #f9fbff;position: relative;top: -1px;border: #3C5B6F 1px solid;color: #48464e !important;margin: 0 3px 0 3px;box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px } /*취소선 블록설정*/
.dark .tt_article_useless_p_margin .textBlock { background-color: #3b4252;border: #a1ada7 1px solid;color: #c5c7c6 !important;box-shadow: rgba(139, 194, 239, 0.4) 0px 2px 2px }

.tt_article_useless_p_margin .textBlock:hover {opacity: 0.5; transition: .2s ease-out; cursor: pointer;}
/* ==================== 취소선 설정(S태그) ===END============== */

/* ******************** 밑줄 설정(U태그) ******************** */
u { padding: 0 3px; text-decoration: none; display: inline; box-shadow: inset 0 -10px 0 hsla(53, 90%, 83%, 0.93) }
.dark u { text-decoration: rgba(247, 55, 79, .8) wavy underline; text-underline-offset: 5px; box-shadow: none; padding: 0 }
#article .contents_style ol[data-ke-list-type='decimal'] u { box-shadow: inset 0 -10px 0 hsl(151.58deg 64.68% 84.05% / 93%) }
.dark #article .contents_style ol[data-ke-list-type='decimal'] u {box-shadow: none; text-decoration: rgba(93, 211, 182, .8) wavy underline; text-underline-offset: 5px; }
#article .contents_style ul[data-ke-list-type='circle'] u { box-shadow: inset 0 -10px 0 hsl(20.4deg 90% 83% / 93%) }
.dark #article .contents_style ul[data-ke-list-type='circle'] u { box-shadow: none; text-decoration: rgba(255, 150, 68, .8) wavy underline; text-underline-offset: 5px; }
#article .contents_style ul[data-ke-list-type='disc'] u { box-shadow: inset 0 -10px 0 hsla(34, 90%, 83%, 0.93) }
.dark #article .contents_style ul[data-ke-list-type='disc'] u { box-shadow: none; text-decoration: rgba(255, 206, 153, .9) wavy underline; text-underline-offset: 5px; }
/* ==================== 밑줄 설정(U태그) ===END============== */

/* ******************** 이탤릭체 설정(i태그) ******************** */
:root {
  --kbb-bg-start: #fff;
  --kbb-bg-end: #ddd;
  --kbb-border: #aaa;
  --kbb-text: #222;
  --kbb-shadow-1: rgba(0, 0, 0, 0.1);
  --kbb-shadow-2: rgba(255, 255, 255, 0.8);
  --kbb-shadow-3: rgba(51, 51, 51, 0.8);
}
.dark:root {
  --kbb-bg-start: #fff;
  --kbb-bg-end: #ddd;
  --kbb-border: #aaa;
  --kbb-text: #222;
  --kbb-shadow-1: rgba(0, 0, 0, 0.1);
  --kbb-shadow-2: rgba(255, 255, 255, 0.8);
  --kbb-shadow-3: rgba(51, 51, 51, 0.8);
  /*
  --kbb-bg-start: #505561;
  --kbb-bg-end: #181e31;
  --kbb-border: #282d38;
  --kbb-text: #A6A7Af;
  --kbb-shadow-1: rgba(24, 30, 49, 0.8);
  --kbb-shadow-2: rgba(51, 90, 119, 0.6);
  --kbb-shadow-3: rgba(24, 30, 49, 0.6);*/
}
#article .contents_style i {display: inline-block; color: var(--kbb-text); margin: 0 5px; padding: 3px 6px; font-size: 75%; line-height: 1.2em; border: 1px solid var(--kbb-border); border-radius: 3px; background: linear-gradient(to right, var(--kbb-bg-start) 0%, var(--kbb-bg-end) 25%); box-shadow: 1px 0 1px 0 var(--kbb-shadow-1), 0 2px 0 2px var(--kbb-shadow-2), 0 2px 0 3px var(--kbb-shadow-3); text-shadow: none; cursor: pointer; user-select: none; transition: all 0.2s ease;}
#article .contents_style i:hover {background: linear-gradient(to right, var(--kbb-bg-end) 0%, var(--kbb-bg-start) 25%); box-shadow:inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 6px var(--kbb-shadow-2), 0 0 6px var(--kbb-shadow-2); transform: translateY(2px);}
#article .contents_style i:active {transform: translateY(4px); box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.85); transition: transform 0.1s ease;}
/* ==================== 이탤릭체 설정(i태그) ===END============== */

/* ******************** 두껍게 설정 (B태그) ******************** */
:root {
  --style-decimal-bg: #3f549b;
  --style-circle-bg: #bd234a;
  --style-disc-bg: #f2aa4c;
  --style-decimal-txt: #f9fbff;
  --style-circle-txt: #fae8d2;
  --style-disc-txt: #101820;
  --style-b-bef-afr-color: #f36972;
}
.dark:root {
  --style-decimal-bg: #3a5f88;
  --style-circle-bg: #b5454a;
  --style-disc-bg: #dfad55;
  --style-decimal-txt: #e0e1e9;
  --style-circle-txt: #fcf8e0;
  --style-disc-txt: #183955;
  --style-b-bef-afr-color: #58cbb7;
}
#article .contents_style ol[data-ke-list-type='decimal'] b { background: var(--style-decimal-bg); color: var(--style-decimal-txt); margin-right: 5px; padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; border-radius: 5px; text-shadow: none; font-size: 14px; font-weight: 500 !important; cursor: pointer }
#article .contents_style ul[data-ke-list-type='circle'] b { background: var(--style-circle-bg); color: var(--style-circle-txt); margin-right: 5px; padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; border-radius: 5px; text-shadow: none; font-size: 14px; font-weight: 500 !important; cursor: pointer }
#article .contents_style ul[data-ke-list-type='disc'] b { background: var(--style-disc-bg); color: var(--style-disc-txt); margin-right: 5px; padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; border-radius: 5px; text-shadow: none; font-size: 14px; font-weight: 500 !important; cursor: pointer }
#article .contents_style p b { font-family: 'Paperlogy', sans-serif; font-weight: 600 !important;}
#article .contents_style p b::before { content: "「"; padding-right: 5px; color: var(--style-b-bef-afr-color); font-weight: 700}
#article .contents_style p b::after { content: "」"; padding-left: 5px; padding-right: 5px; color: var(--style-b-bef-afr-color);font-weight: 700;}
/* ==================== 두껍게 설정 (B태그) ===END============== */

/* ******************** 슬라이더 커버 ******************** */
#MontserratFont, #home_mainText .special-heading {font-family: 'Montserrat Alternates', sans-serif}
.bubble-heading {font-size: 16px; display: inline-block;color: rgba(255, 201, 64, 1);border-color: rgba(255, 201, 64, 1);border-radius: 12px;background-color: rgba(0, 0, 0, 0.1);margin-bottom: 30px !important;text-transform: uppercase;font-weight: 300;margin: 0;padding: 6px 12px;border: 2px solid;position: relative}
.bubble-heading:after {content: ''; height: 0;width: 0;position: absolute;margin: 0 auto;border-width: 6px;border-style: solid;background: none;border-top-color: rgba(255, 201, 64, 1);border-left-color: transparent;border-right-color: transparent;border-bottom-color: transparent;top: 105%;left: 50%; transform: translate(-50%, 0%)}
.quote-separator {width: 100%;height: 34px;background: transparent url(./images/quotation.webp) no-repeat center center;position: relative;display: block;margin-bottom: 20px;background-size: 38px}
.quote-separator:before, .quote-separator:after {content: '';height: 1px;width: 20%;background: rgba(255, 255, 255, 0.7);position: absolute;top: 16px;box-sizing: border-box}
.quote-separator:before {right: 60%}
.quote-separator:after {left: 60%}
@media (min-width: 768px) {.quote-separator:before {right: 54%} .quote-separator:after {left: 54%}}
.pt-23 {padding-top: 10rem}
/* ==================== 슬라이더 커버 ===END============== */

/* ******************** 프로필 커버 ******************** */
/*프로필 커버 공통*/
[data-list-style="profile"] .meta {font-size: 13px}
.cover-list-number {counter-reset: custom-counter;list-style: none;margin: 0;padding: 0}
.cover-list-number li {position: relative;display: flex;align-items: center;padding: 15px 0;border-bottom: 1px solid var(--border-color, #eee);counter-increment: custom-counter;gap: 15px}
.cover-list-number li:hover {/* PC 전용 효과만 사용 */}
[data-list-style="profile"] .meta svg.bi {fill: #59585FF0; margin-bottom: 2px; margin-right: 2px;}
.dark [data-list-style="profile"] .meta svg.bi {fill: #A6A7AF;}
/*텍스트 영역 (PC)*/
.cover-list-number li .list {position: relative;display: flex;flex-direction: column;gap: 5px;padding: 0 10px 0 55px;margin-left: 10px;max-width: calc(100% - 210px - 15px);min-width: 0;flex-shrink: 1;line-height: 1.4}
/* 번호 */
.cover-list-number li .list::before {content: counter(custom-counter);position: absolute;top: -5px;left: 0;width: 40px;font-size: 2.7rem;font-weight: 900;text-align: center;opacity: 0.5;font-family: Paperlogy, sans-serif;color: var(--text-color-4, #59585f)}
.dark .cover-list-number li .list::before {color: #ccc}
/* 구분자 */
.cover-list-number li .list::after {content: "/";position: absolute;top: 0;left: 40px;font-size: 2.2rem;font-weight: 300;opacity: 0.2;transform: rotate(5deg)}
.dark .cover-list-number li .list::after {color: #fff}
/*타이틀 / 요약*/
.cover-list-number .title {font-size: 1.5rem;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: "Paperlogy", "Yuji Mai",'Humour', sans-serif;color: rgb(72 70 78 / 0.85);max-width: 100%}
.dark .cover-list-number .title {color: rgb(166 167 175)}
.cover-list-number .summary {max-height: none;font-size: 0.875rem;line-height: 1.5rem;margin-top: 5px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;position: relative;color: rgb(72 70 78 / 0.9)}
.cover-list-number .summary::after {content: "";position: absolute;right: 0;bottom: 0;width: 100%;height: 24px;background: linear-gradient(90deg, rgba(227,217,204,0), rgb(249,251,255) 75%)}
.dark .cover-list-number .summary, .dark .cover-list-number .meta-info-group {color: rgb(166 167 175 / 0.9)}
.dark .cover-list-number .summary::after {background: linear-gradient(90deg,rgba(227,217,204,0),rgb(26, 32, 44) 75%)}
/*카테고리*/
.cover-list-number .tag22 {background-color: rgb(226 232 240);transition: background-color 0.3s ease}
.dark .cover-list-number .tag22 {background-color: rgb(74 84 104)}
.cover-list-number .card22:hover .tag22 {background-color: rgb(246, 86, 96);color: rgb(249, 251, 255)}
.dark .cover-list-number .card22:hover .tag22 {background-color: #009688}
/*썸네일 (PC)*/
.cover-list-number li a.link {margin-left: auto;margin-right: 15px;width: 18rem;height: 10rem;flex-shrink: 0;border-radius: 8px;overflow: hidden}
.cover-list-number li figure {width: 100%;height: 100%;margin: 0;border-radius: inherit;position: relative}
.cover-list-number li figure img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.8s linear}
.cover-list-number .card22:hover figure img {transform: scale(1.08)}
/*모바일 반응형*/
@media (max-width: 768px) {
  .cover-list-number li {padding: 10px 15px;flex-wrap: nowrap}
  .cover-list-number li .list {padding: 0;margin: 0;max-width: calc(100% - 100px - 15px);min-width: 0;flex-shrink: 1}
  .cover-list-number li .list::before, .cover-list-number li .list::after {display: none}
  .cover-list-number li .category-info {display: flex;gap: 5px;align-items: center}
  .cover-list-number li .category-info::before {content: counter(custom-counter) "/ ";font-size: 1.3rem;font-weight: 600;color: var(--text-color-4, #a9a9af);font-family: "Paperlogy", sans-serif}
  .dark .cover-list-number li .category-info::before {color: #7d8086}
  .cover-list-number li a.link {width: 100px;height: 75px;margin-left: auto;margin-right: 0;border-radius: 4px;flex-shrink: 0}
  .cover-list-number .title {font-size: 1.25rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;-webkit-line-clamp: initial;-webkit-box-orient: unset}
  .cover-list-number .summary {font-size: 0.875rem;line-height: 1.4;-webkit-line-clamp: 2;white-space: normal;
  }
  .cover-list-number .galleryIcon {display: none}
}
/*초소형 화면*/
@media (max-width: 420px) {.cover-list-number .summary {display: none}}
/* ==================== 프로필 커버 ===END============== */

/* ******************** 그리드 커버 ******************** */
.user-info22 .ha5 {margin: 0}
.tag-pink22 {background-color: #c43030}
.dark .tag-pink22 {background-color: #B94E58}
.user22 {display: flex;margin-top: auto}
.user23 {display: flex;margin-top: 10px}
.user22 img {width: 35px;height: 35px;border-radius: 50%;margin-right: 8px;object-fit: cover;margin-top: 5px}
.user-info22 h5 {margin: 0}
.user-info22 small {color: rgba(91, 87, 82, 1)}
/*.dark .user-info22 small {--tw-text-opacity: 1;color: rgb(72 70 78 / var(--tw-text-opacity))}*/
.fs-70percent {font-size: 80%}
.bg-blue-200, .dark .dark\:hover\:bg-blue-200:hover {--tw-bg-opacity: 1;background-color: rgb(226 232 240 / var(--tw-bg-opacity))}
.dark .bg-blue-200 {--tw-bg-opacity: 1;background-color: rgb(74 84 104 / var(--tw-bg-opacity))}
.dark [data-list-style=grid] .post .content .picture .img, .dark [data-list-style=list] .post .content .picture .img, .dark #myFooter.popular-posts li .thumbnail, .dark #myFooter.recent-posts li .thumbnail {filter: brightness(0.9)}
[data-list-style=grid] .comemnts22 {position: absolute;left: 85%;top: 90%}
[data-list-style=grid] .post .content .info .description-bottom {;padding: 15px;}
[data-list-style=grid] .post .content .info .summary::after {top: 73px;content: "";position: absolute;right: 0;width: 50%;height: 24px;background: linear-gradient(90deg,rgba(227,217,204,0),rgba(249, 251, 255, 1) 75%)}
.dark [data-list-style=grid] .post .content .info .summary::after {background: linear-gradient(90deg,rgba(227,217,204,0),rgba(26, 32, 44, 1) 75%)}
/* ==================== 그리드 커버 ===END============== */

/* ******************** 포스터 커버 ******************** */
/*기본 레이아웃*/
.cover.today_tistory {position: relative;overflow: hidden;border-radius: 12px}
.cover.today_tistory .cont_today {position: relative;aspect-ratio: 21 / 9;overflow: hidden;border-radius: 12px}
/*배경 이미지*/
.cover.today_tistory .img_today {position: absolute;inset: 0;background-size: cover;background-position: center;transition: transform 0.8s ease}
.cover.today_tistory .link_today:hover .img_today {transform: scale(1.05)}
/*오버레이*/
.cover.today_tistory .overlay {position: absolute;inset: 0;background: rgba(0, 0, 0, 0.35);z-index: 1;transition: background 0.3s ease}
.cover.today_tistory .cont_today:hover .overlay {background: rgba(0, 0, 0, 0.45)}
.cover.today_tistory .overlay {pointer-events: none}
/*카테고리 (우측 상단)*/
.cover.today_tistory .category {font-family: 'rajdhani', sans-serif;text-transform: uppercase;position: absolute;top: 25px;right: 30px;z-index: 3;display: inline-flex;align-items: center;gap: 8px;padding: 3px 9px;font-size: 0.875rem;color: #f9fbff;background: rgba(0, 0, 0, 0);border: 1px solid rgba(249,251,255,0.3);border-radius: 5px;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);box-shadow: 0 4px 10px rgba(0,0,0,0.2);opacity: 0.7}
/*텍스트 영역 (좌측 하단)*/
.cover.today_tistory .wrap_text {position: absolute;left: 40px;top: 85%;transform: translateY(-50%);z-index: 3;max-width: 66%;padding-right: 1rem;box-sizing: border-box}
/* 제목 */
.cover.today_tistory .title {margin: 0 0 8px;font-family: 'Paperlogy', 'Yuji Mai', sans-serif;font-size: 30px;line-height: 50px;font-weight: 700;color: #f9fbff;text-shadow: 0 2px 6px rgba(0,0,0,0.35);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;word-break: keep-all}
.dark .cover.today_tistory .title {color: #dde2ea}
/* 메타 */
.cover.today_tistory .meta {display: flex;align-items: center;gap: 8px;font-size: 0.875rem;line-height: 1.2;color: rgba(255,255,255,0.92)}
/* 호환용 클래스 유지 */
.cover.today_tistory .tit_g {z-index: 3}
/*Swiper Pagination*/
.cover.today_tistory .swiper-pagination-bullet {width: 6px;height: 6px;background-color: #f9fbff;opacity: 0.25;transition: all 0.3s ease}
.dark .cover.today_tistory .swiper-pagination-bullet {background-color: #b3b5bb}
.cover.today_tistory .swiper-pagination-bullet-active {width: 9px;height: 9px;opacity: 0.9}
/*슬라이드 버튼*/
.cover.today_tistory .wrap_btn_slide {position: absolute;inset: 0;z-index: 20;display: flex;align-items: center;justify-content: space-between;pointer-events: none}
.cover.today_tistory .btn_slide {position: relative;z-index: 2;width: 70px;height: 100%;border: none;background: transparent;display: flex;align-items: center;justify-content: center;cursor: pointer;pointer-events: auto;opacity: 0;transition: opacity 0.4s ease}
.cover.today_tistory:hover .btn_slide {opacity: 1}
/* 버튼 마스크 */
.cover.today_tistory .btn_slide::before {content: "";position: absolute;z-index: 0;width: 40px;height: 90px;mask: url('./images/btn_today.svg') no-repeat center / contain;background-color: #f9fbff;transition: transform 0.5s ease}
.dark .cover.today_tistory .btn_slide::before {background-color: #1a202c}
/* 버튼 방향 */
.cover.today_tistory .btn_prev::before {transform: rotate(0deg) translateX(-100%)}
.cover.today_tistory .btn_next::before {transform: rotate(180deg) translateX(-100%)}
.cover.today_tistory:hover .btn_prev::before, .cover.today_tistory .btn_prev:hover::before {transform: rotate(0deg) translateX(-15px)}
.cover.today_tistory:hover .btn_next::before, .cover.today_tistory .btn_next:hover::before {transform: rotate(180deg) translateX(-15px)}
/* 버튼 텍스트 */
.cover.today_tistory .btn_arrow_text {position: absolute;top: 49.59%;left: 50%;transform: translate(-50%, -50%);font-size: 1.75rem;font-weight: 500;pointer-events: none}
.cover.today_tistory .btn_prev .btn_arrow_text {left: 25%}
.cover.today_tistory .btn_next .btn_arrow_text {left: 75%}
.dark .cover.today_tistory .btn_arrow_text {color: #fff}
/*Swiper 강제 레이아웃 보정*/
.cover.today_tistory .swiper-container {overflow: hidden !important}
.cover.today_tistory .swiper-container .swiper-wrapper, .cover.today_tistory .swiper-container .swiper-slide {width: 100% !important}
.cover.today_tistory .swiper-container .user22 .byTitle, .cover.today_tistory .swiper-container .user-info22 span, .cover.today_tistory .swiper-container .user-info22 small {color: #f9fbff}
/*반응형*/
@media (max-width: 1024px) {
  .cover.today_tistory .wrap_text {left: 20px;right: 20px;max-width: calc(100% - 40px)}
  .cover.today_tistory .title {font-size: 22px;line-height: 30px}
  .cover.today_tistory .category {top: 18px;right: 20px;padding: 5px 10px;font-size: 0.8rem}
}
@media (max-width: 768px) {
  .cover.today_tistory .wrap_btn_slide {display: none}
  .cover.today_tistory .cont_today {aspect-ratio: 1 / 1}
  .cover.today_tistory .wrap_text {left: 33%;top: 75%;transform: translate(-50%, -50%);max-width: 90%;padding: 0 12px;text-align: left}
  .cover.today_tistory .title {font-size: 23px;line-height: 30px}
  .cover.today_tistory .category {top: 10px;right: 5px;transform: scale(0.8)}
  .cover.today_tistory .user22 img {transform: scale(0.8)}
}
/* ==================== 포스터 커버 ===END============== */

/* ******************** 리스트 커버 ******************** */
#global-header~.post .content .info .summary::after,
[data-list-style=list] .post .content .info .summary::after {top: calc(3.5rem + 0.25rem);content: "";position: absolute;right: 0;width: 100%;height: 24px;background: linear-gradient(90deg,rgba(227,217,204,0),rgba(249, 251, 255, 1) 75%)}
.dark #global-header~.post .content .info .summary::after, .dark [data-list-style=list] .post .content .info .summary::after {background: linear-gradient(90deg,rgba(227,217,204,0),rgba(26, 32, 44, 1) 75%)}
@media (max-width: 767px) {#global-header~.post .content .info .header .tit,[data-list-style=list] .post .content .info .header .tit {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 290px}}
[data-cover-name=list] .user22 img {width: 35px;height: 35px;border-radius: 50%;margin-right: 15px;object-fit: cover;margin-top: 10px;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.9))}
[data-list-style=list] .post .content .info .description-bottom {padding: 15px 2px 0px 2px;}
.user-info22 small {color: rgba(91, 87, 82, 1)}
.bg-blue-100, .dark .dark\:hover\:bg-blue-100:hover {--tw-bg-opacity: 1;background-color: rgb(226 232 240 / var(--tw-bg-opacity))}
.dark .bg-blue-100 {--tw-bg-opacity: 1;background-color: rgb(74 84 104 / var(--tw-bg-opacity))}
/* ==================== 리스트 커버 ===END============== */

/* ******************** 스퀘어 커버 ******************** */
/*
.cover-square {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
*/
.ml-35 {margin-left: 0.625rem}
.cover-square { width: 100%; padding-left: 1rem; /*padding-right: 1rem;*/ margin-bottom: 1.5rem; }
.cover-square .cover-header { text-align: center; }
.cover-square .cover-title { font-size: 2rem; font-weight: 800; display: inline-flex; align-items: center; gap: 0.5rem; color: var(--h-800); }
.dark .cover-square .cover-title { color: var(--h-100); }
.cover-square .cover-desc { margin-top: 0.5rem; font-size: 1rem; color: var(--h-500); }
.cover-posts { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); gap: 1rem; }
@media (min-width: 640px) { .cover-square {row-gap: 1.5rem} }

.cover-card { border-radius: 1.25rem; overflow: hidden; position: relative; transition: transform 0.8s ease, box-shadow 0.8s ease; }
.cover-card:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.cover-thumb { position: relative; overflow: hidden; border-radius: 1.25rem; }
.cover-img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.8s ease; }
.cover-card:hover .cover-img { transform: scale(1.08); }

/* 오버레이 */
.cover-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.65) 90%); transition: background 0.8s ease; }
.cover-card:hover .cover-overlay { background: rgba(0, 0, 0, 0.7); }

/* 콘텐츠 */
.cover-content { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; color: #f9fbff; z-index: 2; }
.cover-badge { display: inline-block; background: #e2e8f0eb; color: #45454b; font-size: 0.875rem; padding: 1px 8px; border-radius: 5px; font-weight: 600; margin-bottom: 0.75rem; }
.dark .cover-badge { background: #4a5468; color: #d5d5d5; }
/* 제목 1줄 제한 */
.cover-item-title { font-size: 1.375rem; font-weight: 700; line-height: 1.4; text-shadow: 0 2px 4px rgba(0,0,0,0.4); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 0.25rem; font-family: 'Paperlogy', 'Yuji Mai', sans-serif }
/* 요약 (처음엔 숨김, hover 시 나타남) */
.cover-item-desc { font-size: 0.9rem; color: rgba(249,251,255,0.9); opacity: 0; max-height: 0; overflow: hidden; transition: opacity 0.8s ease, max-height 0.8s ease; display: -webkit-box; -webkit-line-clamp: 2; /* 최대 2줄 */ -webkit-box-orient: vertical; text-overflow: ellipsis; }
.cover-card:hover .cover-item-desc { opacity: 1; max-height: 3rem; }
.cover-card:hover .cover-badge { background-color: rgb(255, 188, 66); color: rgb(46, 41, 78); transition: all .3s ease-in-out; } .dark .cover-card:hover .cover-badge { background-color: rgba(13, 135, 148, .85); color: rgba(249,251,255,0.9); }
/* 기본적으로 작은 화면에서는 1열로 표시 */
.cover-posts { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); /* 모바일 기본: 한 칸에 꽉 채우기 */ gap: 1rem; }

/* 480px 이상 화면에서 2열 배치 시작 (원하는 최소 카드 너비로 조정) */
@media (min-width: 480px) { .cover-posts { grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); /* 한 칸 최소 너비를 450px로 조정 */ } }

/* 태블릿 (640px) 이상 화면에서는 원래 의도대로 동작 */
@media (min-width: 640px) { .cover-posts { grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); /* 기존 설정 유지 */ } }

/* .cover-square 패딩 조정 (모바일에서 양쪽 여백을 더 줄여줌) */
@media (max-width: 639px) { /* 640px 미만 화면 */ .cover-square { padding-left: 0.5rem; /* 모바일에서 좌측 패딩 줄이기 */ padding-right: 0.5rem; /* 모바일에서 우측 패딩 추가 */ } }

/* .cover-item-title 폰트 크기 조정 (모바일에서 제목이 너무 크게 보일 수 있으니 줄여줌) */
@media (max-width: 639px) { .cover-item-title { font-size: 1.1rem; /* 모바일에서 제목 폰트 크기 조정 */ } }
/* ==================== 스퀘어 커버 ===END============== */

/* ******************** 지커버 ******************** */
.z-11 {z-index: 11}
.inset-x-3 {margin: 0 0 0 16px}
.my-3 {margin-top: 1rem;margin-bottom: 1rem}
.bg-indigo-100 {--tw-bg-opacity: 1;background-color: rgb(209 218 224 / var(--tw-bg-opacity))}
.dark .bg-indigo-100 {--tw-bg-opacity: 1;background-color: rgb(74 84 104 / var(--tw-bg-opacity))}
.text-indigo-800 {--tw-text-opacity: 1;color: rgb(37 36 42 / var(--tw-text-opacity))}
.dark .text-indigo-800 {--tw-text-opacity: 1;color: rgb(213 213 213 / var(--tw-text-opacity))}
.inline-flex {display: inline-flex}
.mx-\[6px\] {margin-left: 6px;margin-right: 6px}
[data-list-style=Z] .post {margin-bottom: 1.5rem}
[data-list-style=Z] .post .content .picture img {display: block;width: 100%;height: 327px;object-fit: cover}
[data-list-style=Z] .user22 img {width: 35px;height: 35px;border-radius: 50%;margin-right: 15px;object-fit: cover;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.9))}
[data-list-style=Z] .post .content {display: flex;/*flex-direction: column;*/row-gap: 0;border-width: 1px;border-radius: 20px; border-color: rgb(156 156 156 / 40%)}
[data-list-style=Z] .post:nth-child(2n+1) .content .picture .img .thumb {border-radius: 20px 0 0 20px}
[data-list-style=Z] .post:nth-child(2n) .content .picture .img .thumb {border-radius: 0 20px 20px 0}
[data-list-style=Z] .post:nth-child(2n+1) .content .info .summary::after {top: calc(5rem + 0.25rem);content: "";position: absolute;right: 1px;width: 100%;height: 28px;background: linear-gradient(90deg, rgba(227, 217, 204, 0), rgb(249, 251, 255) 96%)}
[data-list-style=Z] .post:nth-child(2n) .content .info .summary::after {top: calc(5rem + 0.25rem);content: "";position: absolute;right: 1px;width: 100%;height: 28px;background: linear-gradient(90deg, rgba(227, 217, 204, 0), rgba(249, 251, 255, 1) 90%)}
[data-list-style=Z] .post .content .info .description-bottom {padding: 15px 0px 0px 0px;}
.dark [data-list-style=Z] .post .content {border-color: rgb(156 156 156 / 20%)}
.dark [data-list-style=Z] .post:nth-child(2n) .content .info .summary::after, .dark [data-list-style=Z] .post:nth-child(2n+1) .content .info .summary::after {background: linear-gradient(90deg,rgba(227,217,204,0),rgba(26, 32, 44, 1) 75%)}
@media screen and (max-width:639px) {[data-list-style=Z] .post:nth-child(2n+1) .content .picture .img .thumb {border-radius: 10px 10px 0 0}[data-list-style=Z] .post:nth-child(2n) .content .picture .img .thumb {border-radius: 10px 10px 0 0}}
@media screen and (max-width: 639px) {[data-list-style=Z] .post:nth-child(2n) .content .picture {overflow: hidden;position: relative;height: 60%;margin-top: -30px;margin-right: 15px;margin-left: 15px;border-radius: 10px;box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)}}
@media screen and (max-width: 639px) {[data-list-style=Z] .post:nth-child(2n+1) .content .picture {overflow: hidden;position: relative;height: 60%;margin-top: -30px;margin-right: 15px;margin-left: 15px;border-radius: 10px;box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)}}
@media screen and (max-width: 639px) {[data-list-style=Z] .post:nth-child(2n+1) .content, [data-list-style=Z] .post:nth-child(2n) .content {margin-top: 30px}}
/* ==================== 지커버 ===END============== */

/* ******************** 유튜브 커버 (빈줄5) ******************** */
.main_youtube_wrap {position: relative;max-width: var(--h-idx);width: 100%;margin: 0 auto;padding: 0 10px;box-sizing: border-box;display: grid;grid-template-rows: auto auto;grid-template-columns: 1fr auto;grid-template-areas: "header-title header-button" "main-content main-content";gap: 0px}
.main_youtube_wrap > .title {grid-area: header-title;letter-spacing: -1px;margin-bottom: 0;margin-top: 50px;display: flex;align-items: center;gap: 10px}
.main_youtube_wrap .title h2 {color: #000;font-size: 36px;line-height: 1.92;font-weight: 700;flex-shrink: 0}
.main_youtube_wrap .sub {color: #555;font-size: 16px;line-height: 1.92;padding-top: 0; margin-left: 0;letter-spacing: 0;font-weight: 500;flex-shrink: 0}
.main_youtube_wrap > .btn_go_youtube {width: 98px;height: 30px;color: #fff;font-size: 12px;line-height: 28px;letter-spacing: 1px;text-align: center;border: 1px solid #002c99;background: #002c99;border-radius: 4px;font-weight: 600;font-family: 'Paperlogy';margin-top: 78px;align-self: start}
.main_youtube_wrap > .list_wrap.ds1 {grid-area: main-content;height: auto !important;display: grid;grid-template-columns: 730px 1fr;grid-template-rows: auto;gap: 20px;align-items: start;width: 100%}
.main_youtube_wrap .list_wrap.ds1 .mov_box {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;background: #000;border-radius: 8px;width: 100%}
.main_youtube_wrap .list_wrap.ds1 .mov_box iframe, .main_youtube_wrap .list_wrap.ds1 .mov_box img.img_top {position: absolute;top: 0; left: 0;width: 100%; height: 100%;border-radius: 8px;object-fit: cover}
.main_youtube_wrap .list_wrap.ds1 .mov_box img.img_top {z-index: 1; }
.main_youtube_wrap .list_wrap.ds1 .mov_box iframe {z-index: 2; }
.main_youtube_wrap .list_wrap.ds1 .youtube_list {width: 100%;list-style: none; padding: 0; margin: 0;display: flex;flex-direction: column;gap: 15px}
.main_youtube_wrap .list_wrap.ds1 .youtube_list li .item {display: grid;grid-template-columns: 210px 1fr;grid-template-rows: auto auto;grid-template-areas: "thumb title" "thumb explain"; gap: 5px 15px;align-items: center;position: relative;height: 127px;color: #48464e;border: 1px solid #f9fbff;background: #f9fbff;padding: 10px 20px 10px 0;box-sizing: border-box;border-radius: 8px}
.main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb {grid-area: thumb;width: 210px; height: 121%;margin: -1px; padding: 0;overflow: hidden;border-bottom-left-radius: 8px;border-top-left-radius: 8px}
.main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb img {display: block; width: 100%; height: 100%;object-fit: cover;border-bottom-left-radius: 8px;border-top-left-radius: 8px}
.main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .title {grid-area: title;padding: 0; margin: 0;font-size: 20px; line-height: 30px; font-weight: 600;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;letter-spacing: 0; font-family: Paperlogy; color: inherit}
.main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .explain {grid-area: explain;padding: 0; margin: 0;max-height: 42px; overflow: hidden;font-size: 14px; line-height: 21px;word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;color: inherit}
.main_youtube_wrap .list_wrap .youtube_list li.selected .item {border-color: #002c99; background: #002c99; color: #fff;border-bottom-left-radius: 8px; border-top-left-radius: 8px}

.dark .main_youtube_wrap .btn_go_youtube {color: #b6b6bc;border: 1px solid #041C32;background: #041C32}
.dark .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item {color: #92929b;border: 1px solid #2c2c34;background: #2c2c34}
.dark .main_youtube_wrap .list_wrap .youtube_list li.selected .item {border-color: #041C32; background: #041C32; color: #d2d2d2}
.dark .main_youtube_wrap .sub {color: #92929b}

@media (max-width: 1260px) {
  .main_youtube_wrap {gap: 18px;padding: 0 15px}
  .main_youtube_wrap > .btn_go_youtube {margin-top: 50px;align-self: start}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb {width: 165px}
  .main_youtube_wrap .list_wrap.ds1 {display: grid;grid-template-columns: 1fr;grid-template-rows: auto auto;gap: 15px;align-items: start;width: 100%}
  .main_youtube_wrap .list_wrap.ds1 .mov_box {width: 100%;}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list {width: 100%;flex-direction: row;flex-wrap: wrap;gap: 10px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li {flex: 1 1 calc(33.33% - 7px);width: auto}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item {grid-template-columns: 165px 1fr;padding: 10px 8px 10px 0}
}

@media (max-width: 1042px) {
  .main_youtube_wrap {gap: 15px;padding: 0 10px}
  .main_youtube_wrap > .btn_go_youtube {width: auto;margin-top: 50px;align-self: start;padding: 0 10px;box-sizing: border-box;display: block}
  .main_youtube_wrap .list_wrap.ds1 {display: grid;grid-template-columns: 1fr;grid-template-rows: auto auto;gap: 15px;align-items: start;width: 100%}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list {flex-direction: row;flex-wrap: wrap;gap: 10px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li {flex: 1 1 calc(33.33% - 7px);width: auto;margin-top: 0; margin-left: 0}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item {display: grid;grid-template-columns: 1fr;grid-template-rows: auto auto;grid-template-areas: "title" "explain";gap: 5px 0;height: auto;padding: 10px;border-radius: 8px;color: #48464e; border: 1px solid #ebedf2; background: #ebedf2; box-sizing: border-box}
  .main_youtube_wrap .list_wrap .youtube_list li.selected .item {border-color: #002c99; background: #002c99; color: #fff;border-bottom-left-radius: 8px; border-top-left-radius: 8px;border-bottom-right-radius: 8px; border-top-right-radius: 8px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb {display: none}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .explain {max-height: none; -webkit-line-clamp: unset; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: normal}
}

@media (max-width: 547px) {
  .main_youtube_wrap {gap: 10px;padding: 0 5px}
  .main_youtube_wrap > .btn_youtube {display: none; width: auto; margin-top: 50px; align-self: start; padding: 0 10px; box-sizing: border-box}
  .main_youtube_wrap .title h2 {font-size: 26px}
  .main_youtube_wrap .sub {font-size: 14px}
  .main_youtube_wrap .list_wrap.ds1 {gap: 10px}
  .main_youtube_wrap .list_wrap.ds1 .mov_box {width: 100%;padding-bottom: 56.25%;position: relative; height: 0; overflow: hidden; background: #000; border-radius: 8px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list {width: 100%;flex-direction: column;flex-wrap: nowrap;gap: 8px;list-style: none; padding: 0; margin: 0}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li {flex: none;width: 100%;margin-top: 0; margin-left: 0}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item {display: grid;grid-template-columns: 210px 1fr; grid-template-rows: auto auto; grid-template-areas: "thumb title" "thumb explain";gap: 5px 15px;align-items: center;position: relative;height: 127px;padding: 10px 20px 10px 0;color: #48464e; border: 1px solid #ebedf2; background: #ebedf2; box-sizing: border-box;border-bottom-right-radius: 8px; border-top-right-radius: 8px;}
  .main_youtube_wrap .list_wrap .youtube_list li.selected .item {border-color: #002c99;background: #002c99;color: #fff;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}
  .main_youtube_wrap > .btn_go_youtube {width: auto;margin-top: 64px;align-self: start;padding: 0 10px;box-sizing: border-box;display: block}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb {display: block;grid-area: thumb;width: 210px; height: 121%;margin: -1; padding: 0;overflow: hidden;border-bottom-left-radius: 4px; border-top-left-radius: 4px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .thumb img {display: block; width: 100%; height: 100%;object-fit: cover;border-bottom-left-radius: 4px; border-top-left-radius: 4px}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .title {grid-area: title;padding: 0; margin: 0;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;font-size: 20px; line-height: 30px; font-weight: 600; letter-spacing: 0; font-family: Paperlogy; color: inherit}
  .main_youtube_wrap .list_wrap.ds1 .youtube_list li .item .explain {grid-area: explain;padding: 0; margin: 0;max-height: 42px; overflow: hidden;word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;font-size: 14px; line-height: 21px; color: inherit}
}
/* ==================== 유튜브 커버 (빈줄5) ===END============== */

/* ******************** 리스트2 커버 ******************** */
.cover-list2-head, .cover-list2-item {display: grid; grid-template-columns: 96px 1fr 140px 80px 110px; align-items: center;gap: 16px}
.cover-list2-head {padding: 8px 0;font-family: 'Paperlogy', Yuji Mai, Humour, sans-serif;font-size: 15px;font-weight: 600;color: #6b7280;border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: 1.5rem} /* 헤더 */
.dark .cover-list2-head {border-bottom: 1px solid rgb(77 88 100)}
.cover-list2-head .col {text-align: left} /* 기본 정렬 */
.cover-list2-head .image, .cover-list2-head .title, .cover-list2-head .date, .cover-list2-item .date {text-align: center} /* PC에서만 가운데 정렬 */
/* Row */
.cover-list2-item {padding: 12px 0;border-bottom: 1px solid rgba(0,0,0,.08)}
.dark .cover-list2-item {border-bottom: 1px solid rgb(77 88 100)}
.cover-list2-item .picture {width: 96px;height: 64px;border-radius: 5px;overflow: hidden}
.cover-list2-item .picture img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease-in-out}
.card22:hover .cover-list2-item .picture img {transform: scale(1.1)}
.cover-list2-item .title {font-family: 'Paperlogy', Yuji Mai, Humour, sans-serif;font-size: 17px;font-weight: 600;transition: color 0.3s ease-in-out;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.dark .cover-list2-item .title {color: rgba(166, 167, 175, 1)}
.card22:hover .cover-list2-item .title {color: #f87e84 /*#4A90E2*/}
.dark .card22:hover .cover-list2-item .title {color: #62b4ad /*#87CEEB*/}
.cover-list2-item .category, .cover-list2-item .comments, .cover-list2-item .date {font-size: 13px;opacity: .75;white-space: nowrap}
/*Mobile*/
@media (max-width: 768px) {
  .pc-only { display: none !important }/* PC 전용 요소 숨김 */
  .cover-list2-head, .cover-list2-item {grid-template-columns: 72px 1fr 90px; gap: 12px}
  .cover-list2-head {font-size: 14px}
  .cover-list2-head {margin-left: 1rem;margin-right: 1rem}
  .cover-list2-item .picture {width: 72px;height: 56px;overflow: hidden}
  .cover-list2-head .image, .cover-list2-head .title, .cover-list2-head .date {text-align: center} /* 모바일 헤더 정렬 */
}
/* ==================== 리스트2 커버 ===END============== */

/* ******************** 빈줄(1) 커버 ******************** */
:root {
  --counting_h2-text: rgba(89, 88, 95, 1);
  --card-Info-after: #f9fbff;
  --cbi-i-before: #f9fbff;
  --blog_Info-small: #59585f;
  --counter-icon-Info-after1 : linear-gradient(45deg, #272838 49%, #5d536b 50%);
  --counter-icon-Info-after2 : linear-gradient(45deg, #466060 49%, #57886c 50%);
  --counter-icon-Info-after3 : linear-gradient(45deg, #c83e4d 49%, #d6818a 50%);
  --counter-icon-Info-after4 : linear-gradient(45deg, #0461c3 49%, #4188d2 50%);
  --font-size-50: 3.125rem;
  --font-size-40: 2.5rem;
  --font-size-24: 1.5rem;
  --font-size-18: 1.125rem;
  --font-size-14: .875rem;
}
.dark:root {
  --counting_h2-text: rgba(166, 167, 175, 1);
  --card-Info-after: #38404f;
  --cbi-i-before: #d4d6e5;
  --blog_Info-small: #a6a7af;
  --counter-icon-Info-after1 : linear-gradient(45deg, #3c3d56 49%, #584671 50%);;
  --counter-icon-Info-after2 : linear-gradient(45deg, #407373 49%, #4e8c69 50%);
  --counter-icon-Info-after3 : linear-gradient(45deg, #952d38 49%, #a94e57 50%);
  --counter-icon-Info-after4 : linear-gradient(45deg, #024b97 49%, #356292 50%);
  --font-size-50: 3.125rem;
  --font-size-40: 2.5rem;
  --font-size-24: 1.5rem;
  --font-size-18: 1.125rem;
  --font-size-14: .875rem;
}
.cover_container {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 50px 0 10px;
}

.container-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
}

.container-row .header_container {
    /*height: 380px;*/
    width: 570px;
    position: relative;
}

#coh2p {
    display: block;
}

.cover_container.sp {
    background: var(--bg-element3);
}

.counting_blog_Info {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
}

.cbi-row {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
}

.cbi-card-container {
    text-align: center;
    margin-bottom: 2.25rem;
    flex: 0 0 auto;
    width: 230px;
    height: 230px;
}

.cbi-card {
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.cbi-card-Info {
    border-radius: 100%;
    position: relative;
    transition: 0.3s;
    isolation: isolate;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    filter: drop-shadow(0 4px 6px rgb(0 0 0 / 70%));
}

.dark .cbi-card-Info {
    filter: drop-shadow(0 4px 6px rgb(0 0 0 / 100%));
}

.counter-icon {
    color: var(--card-Info-after);
    background: linear-gradient(45deg, #b81242 49%, #d74a75 50%);
    font-size: 33px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    transition: all 0.3s;
}

.cbi-card-Info:after,
.cbi-card-Info:before {
    content: '';
    background: linear-gradient(-45deg, #f0f0f0 50%, var(--card-Info-after) 50%);
    width: 85%;
    height: 85%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgb(0 0 0 / 30%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.dark .cbi-card-Info:after,
.dark .cbi-card-Info:before {
    background: linear-gradient(-45deg, #1a202c 50%, var(--card-Info-after) 50%);
}

.cbi-card-Info:after {
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(33% 26%, 40% 0, 100% 0, 100% 100%, 0 100%, 0 42%);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.cbi-card:hover .cbi-card-Info:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.cbi-row.vis .counter-icon,
.cbi-row.vis .cbi-card-Info:after {
    background: var(--counter-icon-Info-after1);
}

.cbi-row.tod .counter-icon,
.cbi-row.tod .cbi-card-Info:after {
    background: var(--counter-icon-Info-after2);
}

.cbi-row.pos .counter-icon,
.cbi-row.pos .cbi-card-Info:after {
    background: var(--counter-icon-Info-after3);
}

.cbi-row.sub .counter-icon,
.cbi-row.sub .cbi-card-Info:after {
    background: var(--counter-icon-Info-after4);
}

.counting_blog_Info h2 {
    font-size: var(--font-size-24) !important;
    font-family: 'GangwonEdu_Bold';
}

.h-count-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 5px;
  width: 80%;
}

.counting_blog_Info .small {
  font-size: var(--font-size-14);
  margin-left: 6px;
  margin-top: 5px;
  color: var(--blog_Info-small);
}

.cbi-home-title {
  font-size: var(--font-size-14);
  font-weight: 400;
  color: var(--blog_Info-small);
}

.home-tod {
    color: #476160;
}

.home-subscribers {
    color: #0662c4;
}

.home-visitors {
    color: #252635;
}

.home-postings {
    color: #c83e4e;
}

.home-tod {
    color: #455f5f;
}

.dark .home-visitors {
    color: #9684af !important;
}

.dark .home-tod {
    color: #6dac87 !important;
}

.dark .home-postings {
    color: #d17079 !important;
}

.dark .home-subscribers {
    color: #4188d2 !important;
}

.cbi-i:after {
    color: #ea8301 !important;
}

.cbi-i:before {
    color: var(--cbi-i-before) !important;
}

.cbi-card:hover .cbi-i {
    animation: 1s linear categoryAnimate;
}

.counting_h2 {
    font-size: var(--font-size-50) !important;
    font-weight: 900;
    color: var(--counting_h2-text);
    line-height: 1.375;
    margin: 20px 10px;
    text-align: center;
    z-index: 10;
}

.counting_h2 span {
    color: var(--counting_h2-text);
}

.counting_h4 {
  margin: 0 0 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  z-index: 1;
  font-size: var(--font-size-18);
  color: var(--blog_Info-small);
}

.cbi-i {
    animation: 1s infinite categoryAnimate1;
}

.cbi-row-con {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    max-width: 635px;
}

.ci-confetti {
    background: url(./images/confetti.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-41%, -63%);
    width: 300px;
    height: 300px;
    opacity: .3
}

[class^='firework-'] {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
}

.firework-1 {
    animation: firework-lg 1.4s both infinite;
    animation-delay: 1.3s;
    top: 0%;
    left: 19%;
    transform: scale(2.5) rotate(90deg);
}

.firework-2 {
    animation: firework-lg 1.4s both infinite;
    animation-delay: 1.5s;
    top: 10%;
    left: 45%;
    transform: scale(1.6);
}

.firework-3 {
    animation: firework-lg 1.4s both infinite;
    animation-delay: 1.7s;
    top: 50%;
    left: 10%;
    transform: scale(1.3) rotate(70deg);
}

.firework-4 {
    animation: firework-lg 1.4s both infinite;
    animation-delay: 1.9s;
    top: 65.6%;
    left: 87.5%;
    transform: scale(1.8) rotate(40deg);
}

@keyframes firework-lg {
    0%,
    100% {
        opacity: 0;
    }

    10%,
    70% {
        opacity: 1;
    }

    100% {
        box-shadow: -0.9rem 0rem 0 #5adaea, 0.9rem 0rem 0 #fc6394, 0rem -0.9rem 0 #f9b732, 0rem 0.9rem 0 #f9b732,
            0.63rem -0.63rem 0 #974cbe, 0.63rem 0.63rem 0 #5adaea, -0.63rem -0.63rem 0 #fc6394,
            -0.63rem 0.63rem 0 #974cbe;
    }
}

@media (max-width: 1199px) {
  .container-row { flex-direction: column }
  .header_container { width: 100%; height: auto; margin-bottom: 40px; margin-top: 40px }
  .cbi-row-con { max-width: 100%; justify-content: center }
  .cbi-card-container { width: 210px; height: 210px; margin-bottom: 2rem }
  .counting_h2 { font-size: var(--font-size-40) !important }
}

@media (max-width: 768px) {
  .cover_container { padding: 30px 0 10px }
  .header_container { padding: 0 24px }
  .counting_h2 { font-size: 2.1rem !important; line-height: 1.35 }
  .counting_h4 { font-size: 1rem; margin-bottom: 28px }
  .counting_blog_Info { width: 100% }
  .cbi-row-con { display: grid; grid-template-columns: repeat(2, 1fr);  gap: 22px 20px;  max-width: 520px;  margin: 0 auto;  justify-items: center }
  .cbi-row { margin: 0 !important }
  .cbi-card-container { width: 250px; height: 250px; margin-bottom: 0 }
  .counter-icon { width: 60px; height: 60px; line-height: 60px; font-size: 28px; top: 6px; left: 6px }
  .counting_blog_Info h2 { font-size: 1.35rem !important }
  .counting_blog_Info .small { font-size: 0.8rem }
  .cbi-home-title { font-size: 0.8rem }
  .firework-2 { top: 8%; left: 45% }
  .firework-3 { top: 70%; left: 15% }
  .firework-4 { left: 75.5% }

}

@media (max-width: 520px) {
  .cbi-row-con { gap: 18px 14px; max-width: 360px }
  .cbi-card-container { width: 180px; height: 180px }
  .counter-icon { width: 52px; height: 52px; line-height: 52px; font-size: 24px }
  .counting_blog_Info h2 { font-size: 1.15rem !important }
  .counting_blog_Info .small { font-size: 0.7rem }
  .cbi-home-title { font-size: 0.7rem }
  .firework-2 { top: 0% }
  .firework-3 { left: 25% }
  .firework-4 { left: 70.5% }
}

@media (max-width: 380px) {
  .cbi-row-con { grid-template-columns: 1fr }
  .cbi-card-container { width: 250px; height: 250px }
}
/* ==================== 빈줄(1) 커버 ===END============== */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Maplestory, Humour, Yuji Mai, SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
video,
canvas,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

svg, audio {vertical-align: middle;} /*본문 상단*/

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

a,
button {
  pointer-events: auto;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.index-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1100px) {

  .index-container {
    margin-left: auto;
    margin-right: auto;
    width: var(--h-idx);
    padding-left: 0px;
    padding-right: 0px;
  }
}

.permalink-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1100px) {

  .permalink-container {
    margin-left: auto;
    margin-right: auto;
    width: var(--h-pem);
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* https://fontawesome.com/ */
.font-awesome {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
}

.fa-chevron-right {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f105';
  content: var(--tw-content);
}

.fa-circle-arrow-right {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f0a9';
  content: var(--tw-content);
}

.fa-tag {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f02b';
  content: var(--tw-content);
}

.fa-star {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  --tw-content: '\f005';
  content: var(--tw-content);
}

.fa-xmark {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f00d';
  content: var(--tw-content);
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-\[calc\(theme\(spacing\.s\)\)\] {
  left: calc(calc(var(--h-s)) * -1);
}

.-top-0 {
  top: -0px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-\[1px\] {
  top: -1px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-20 {
  top: 5rem;
}

.top-21 { /* 플로팅 목차 우측 열기 버튼*/
  top: 6.875rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-px {
  top: 1px;
}

.-z-\[1\] {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[10000\] {
  z-index: 10000;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[8000\] {
  z-index: 8000;
}

.z-\[9000\] {
  z-index: 9000;
}

.z-\[90\] {
  z-index: 90;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[calc\(theme\(spacing\.24\)\)\] {
  height: calc(6rem);
}

.h-full {
  height: 100%;
}

.h-h {
  height: var(--h-h);
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-\[calc\(100vh-theme\(spacing\.20\)-theme\(spacing\.10\)-theme\(spacing\.3\)-2rem\)\] {
  max-height: calc(100vh - 5rem - 2.5rem - 0.75rem - 2rem);
}

.max-h-\[inherit\] {
  max-height: inherit;
}

.min-h-\[theme\(spacing\.h\)\] {
  min-height: var(--h-h);
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[calc\(theme\(spacing\.56\)\+theme\(spacing\.5\)\)\] { /*플로팅 목차 가로 크기 설정*/
  width: calc(14rem + 5.2rem);
}

.w-\[calc\(theme\(spacing\.s\)\+theme\(spacing\.8\)\)\] {
  width: calc(var(--h-s) + 2rem);
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-s {
  width: var(--h-s);
}

.w-screen {
  width: 100vw;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[calc\(80vw-152px\)\] {
  max-width: calc(80vw - 152px);
}

.max-w-\[calc\(theme\(spacing\.56\)\)\] {
  max-width: calc(14rem);
}

.max-w-none {
  max-width: none;
}

.max-w-screen-lg {
  max-width: 1100px;
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*
@keyframes loading {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-loading {
  animation: loading 1s linear infinite;
}
*/
@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-normal {
  white-space: normal;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-h-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 202 / var(--tw-border-opacity));
}

.border-h-500\/20 {
  border-color: rgb(102 102 110 / 0.2);
}

.border-b-h-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 196 202 / var(--tw-border-opacity));
}

.border-l-h-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 102 110 / var(--tw-border-opacity));
}

.border-t-h-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 196 202 / var(--tw-border-opacity));
}

.bg-h-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 255 / var(--tw-bg-opacity));
}

.bg-h-100\/50 {
  background-color: rgb(249 251 255 / 0.5);
}

.bg-h-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 250 / var(--tw-bg-opacity));
}

.bg-h-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.bg-h-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.bg-h-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.bg-h-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 33 / var(--tw-bg-opacity));
}

.bg-h-801 { /* 상단 인디게이터 */
  background: linear-gradient(to top, #008aff, #00ffe7);
  animation: animate23 5s linear infinite;
}

@keyframes animate23 {
    0%,
    100% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
}

.bg-h-900\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent {
  background-color: transparent;
}

.bg-none {
  background-image: none;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-\[1\.1rem\] {
  padding-left: 1.1rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[66\.66\%\] {
  padding-top: 66.66%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-\[initial\] {
  font-family: initial;
}

.font-sans {
  font-family: SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-2xs {
  font-size: 0.625rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\] {
  font-size: 0;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.text-h-200 {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.text-h-400 {
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.dark .text-h-400 {
  --tw-text-opacity: 1;
  color: rgb(166 167 175 / var(--tw-text-opacity));
}

.text-h-500 {
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.text-h-600 { /*플로팅 자동 호버*/
  --tw-text-opacity: 1;
  color: rgb(246 125 133 / var(--tw-text-opacity));
}

.text-h-800 {
  --tw-text-opacity: .94;
  color: rgb(89 88 95 / var(--tw-text-opacity));
}

.text-h-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-h-orange {
  --tw-text-opacity: 1;
  color: rgb(255 85 68 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.content-\[\'\\f0ab\'\] {
  --tw-content: '\f0ab';
  content: var(--tw-content);
}

.text-hidden {
  position: absolute !important;
  margin: -1px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

.text-overflow-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* https://github.com/aFarkas/lazysizes#css-api */
@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.lazyload,
.lazyloading {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark .lazyload,
.dark .lazyloading {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.lazyload:not([src]) {
  visibility: hidden;
}

.before\:fa-star::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  --tw-content: '\f005';
  content: var(--tw-content);
}

.before\:fa-paper-plane::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f1d8';
  content: var(--tw-content);
}

.before\:fa-lock-open::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f3c1';
  content: var(--tw-content);
}

.before\:fa-xmark::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f00d';
  content: var(--tw-content);
}

.before\:fa-ellipsis-vertical::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f142';
  content: var(--tw-content);
}

.before\:fa-thumbtack::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f08d';
  content: var(--tw-content);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.before\:h-screen::before {
  content: var(--tw-content);
  height: 100vh;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-h-900\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-transparent::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:font-bold::before {
  content: var(--tw-content);
  font-weight: 700;
}

.before\:text-h-500::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.before\:text-h-800::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-100::before {
  content: var(--tw-content);
  opacity: 1;
}

.before\:content-\[\"\"\]::before {
  --tw-content: "";
  content: var(--tw-content);
}

.last-of-type\:pb-8:last-of-type {
  padding-bottom: 2rem;
}

.empty\:hidden:empty {
  display: none;
}

.empty\:before\:content-\[attr\(data-empty\)\]:empty::before {
  --tw-content: attr(data-empty);
  content: var(--tw-content);
}

.hover\:bg-h-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.hover\:bg-h-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-h-200:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.hover\:text-h-600:hover {
  --tw-text-opacity: 1;
  color: rgb(246 125 134 / var(--tw-text-opacity));
}

.hover\:text-h-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.disabled\:bg-h-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark .dark\:border-h-100\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.dark .dark\:border-h-600 {
  --tw-border-opacity: 1;
  border-color: rgb(77 88 100 / var(--tw-border-opacity));
}

.dark .dark\:border-b-h-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 88 100 / var(--tw-border-opacity));
}

.dark .dark\:border-l-h-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:bg-h-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 110 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 56 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

.dark .dark\:bg-h-800\/80 {
  background-color: rgb(26 32 44 / 0.8);
}

.dark .dark\:text-h-200 {
  --tw-text-opacity: 1;
  color: rgb(166 167 175 / var(--tw-text-opacity));
}

.dark .dark\:text-h-201 { /* 플로팅 목차 자동 호버 */
  --tw-text-opacity: 1;
  color: rgb(253 175 123 / var(--tw-text-opacity));
}

.dark .dark\:text-h-300 {
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity));
}

.dark .dark\:text-h-400 {
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark .dark\:text-h-blue {
  --tw-text-opacity: 1;
  color: rgb(93 176 215 / var(--tw-text-opacity));
}

.dark .dark\:opacity-100 {
  opacity: 1;
}

.dark .dark\:invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark .before\:dark\:text-h-200::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark .dark\:before\:text-h-200::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-h-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-h-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 156 105 / var(--tw-text-opacity));
}

@media not all and (min-width: 1820px) {

  .max-2xl\:fixed {
    position: fixed;
  }

  .max-2xl\:-right-60 { /* 플로팅 목차 숨겨진 거리 -16에서 수정*/
    right: -20rem;
  }

  .max-2xl\:right-4 { /* 플로팅 목차 노출되는 거리 1에서 수정*/
    right: 4rem;
  }

  .max-2xl\:top-20 {
    top: 6rem;
  }

  .max-2xl\:z-\[201\] {
    z-index: 201;
  }

  .max-2xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-2xl\:bg-h-200 {
    --tw-bg-opacity: .8;
    background-color: rgb(249 251 255 / var(--tw-bg-opacity));
    backdrop-filter: blur(5px);
  }

  .max-2xl\:p-6 {
    padding: 1.5rem;
  }

  .max-2xl\:p-5 { /* 플로팅 목차 버튼있는거 p-6에서 추가 수정 */
    padding: 1rem;
  }

  .max-2xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .max-2xl\:pt-8 {
    padding-top: 2rem;
  }

  .max-2xl\:pr-4 {
    padding-right: 0.5rem;
  }

  .max-2xl\:transition-\[right\] {
    transition-property: right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .max-2xl\:duration-200 {
    transition-duration: 200ms;
  }

  .dark .max-2xl\:dark\:bg-h-700 {
    --tw-bg-opacity: .8;
    background-color: rgb(26 32 44 / var(--tw-bg-opacity));
    backdrop-filter: blur(5px);
  }
}

@media not all and (min-width: 1100px) {

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:w-full {
    width: 100%;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:hidden {
    display: none;
  }
}

@media not all and (min-width: 640px) {

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 640px) {

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:shrink-0 {
    flex-shrink: 0;
  }

  .sm\:grow {
    flex-grow: 1;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-h-300 {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 233 / var(--tw-border-opacity));
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .dark .sm\:dark\:border-h-600 {
    --tw-border-opacity: 1;
    border-color: rgb(53 54 56 / var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1100px) {

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1400px) {

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:w-c {
    width: var(--h-c);
  }

  .xl\:pl-s {
    padding-left: var(--h-s);
  }
}

@media (min-width: 1820px) {

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-20 {
    top: 6.875rem;
  }

  .\32xl\:ml-\[calc\(\(\(1100px\+theme\(spacing\.pem\)\)\/2\)\+theme\(spacing\.5\)\)\] {
    margin-left: calc(((1100px + var(--h-pem)) / 2) + 1.25rem);
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-7 { /* 플로팅 목차 추가 */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#shortcutLayer {

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  --tw-shadow: 0 0 #0000;

  --tw-shadow-colored: 0 0 #0000;

  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark #shortcutLayer {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}

#shortcutLayer .btn_doc_close {

  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #shortcutLayer .btn_doc_close {

  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity))
}

#shortcutLayer h2,
#shortcutLayer h3 {

  font-weight: 700
}

#shortcutLayer h2,
#shortcutLayer h3,
#shortcutLayer th,
#shortcutLayer td,
#shortcutLayer p {

  --tw-border-opacity: 1;

  border-color: rgb(230 230 233 / var(--tw-border-opacity));

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #shortcutLayer h2,
.dark #shortcutLayer h3,
.dark #shortcutLayer th,
.dark #shortcutLayer td,
.dark #shortcutLayer p {

  --tw-border-opacity: 1;

  border-color: rgb(53 54 56 / var(--tw-border-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.min-w-\[68px\] {
    min-width: 68px;
}

[data-tistory-react-app=Comment] .tt-comment-cont * {
  font-family: SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-box-total {
  display: none
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt_cheers_msg {
  display: none
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-txt-mention {
  margin-right: 0.25rem;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 85 68 / var(--tw-text-opacity))
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-txt-mention::before {
  content: var(--tw-content);
  display: none
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-txt-mention {
  --tw-text-opacity: 1;
  color: rgb(93 176 215 / var(--tw-text-opacity))
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt_ico_profile,
[data-tistory-react-app=Comment] .tt-comment-cont .tt_ico_fixed,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-xe-input-helper,
[data-tistory-react-app=Comment] .tt-comment-cont .tt_ico_lock,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-button-modify {
  margin: 0px !important;
  height: -moz-max-content !important;
  height: max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  overflow: visible !important;
  background-image: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 161 / var(--tw-text-opacity)) !important
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-account {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-account input {
  box-sizing: border-box;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-account input {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g .tt_txt_user {
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g .tt_txt_user {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g textarea,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g div {
  height: -moz-min-content;
  height: min-content;
  resize: none;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g textarea,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g div {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write>div {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label:hover,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel:hover,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:hover,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label:hover,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel:hover,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:hover,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register {
  margin: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 0px;
  font-size: 0;
  outline-width: 0px;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-input-helper::before,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel::before,
[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-input-helper::before,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel::before,
.dark [data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label input[type="checkbox"]:checked+.tt-xe-input-helper::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f023';
  content: var(--tw-content);
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label .tt-xe-input-helper::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f3c1';
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f00d';
  content: var(--tw-content);
  font-size: 1rem;
  line-height: 1.5rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f1d8';
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-account input {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-account input {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g .tt_txt_user {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g .tt_txt_user {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g textarea,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g div {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g textarea,
.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-textarea .tt-inner-g div {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register,
[data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-xe-label,
.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn-cancel,
.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register,
.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-item-reply form .tt-area-write .tt_wrap_write .tt-box-write .tt-btn_register:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply {
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  border-width: 0px;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt_btn_prev_more {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt_btn_prev_more:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt_btn_prev_more::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  margin-left: 0.5rem;
  font-weight: 700;
  --tw-content: '\f0ab';
  content: var(--tw-content);
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 2rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply::before {
  content: var(--tw-content);
  display: none;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply.rp_general {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 233 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2rem;
  padding-bottom: 0px;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply.rp_general:last-of-type {
  border-bottom-width: 1px;
  padding-bottom: 2rem;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply.rp_general {
  --tw-border-opacity: 1;
  border-color: rgb(53 54 56 / var(--tw-border-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt_cmt_info {
  display: flex;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt_cmt_info .tt_ico_fixed {
  position: relative;
  top: 1px;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt_cmt_info .tt_ico_fixed::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f08d';
  content: var(--tw-content);
  font-size: 0.75rem;
  line-height: 1rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt_cmt_info .tt_txt_g {
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt {
  position: relative;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta {
  display: flex;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta .tt-link-user {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 54 56 / var(--tw-text-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta .tt-link-user {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta .tt_cmt_profile {
  display: none;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta .tt_ico_lock {
  font-size: 0.75rem;
  line-height: 1rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-meta .tt_ico_fixed {
  display: none;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-desc {
  padding-right: 1.75rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-desc .tt_desc {
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-desc .tt_desc {
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info {
  display: flex;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  padding-top: 1rem;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .tt_date {
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .tt-wrap-link-comment {
  padding-left: 0px;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .tt-wrap-link-comment::before {
  display: none;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .tt-wrap-link-comment .tt-link-comment .tt_txt_g {
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .tt-wrap-link-comment .tt-link-comment .tt_num_g {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-wrap-info .more {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify {
  position: absolute;
  top: 0px;
  right: 0px;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-button-modify {
  background-color: transparent;
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-button-modify::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f142';
  font-size: 0.75rem;
  line-height: 1rem;
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(30 31 33 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-button-modify:hover {
  background-color: transparent;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-button-modify::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify {
  top: 1.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify li a {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify li a {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt-box-modify .tt-list-modify li a:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_inp_g {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_inp_g {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_btn_submit {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_btn_submit:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_btn_submit {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 110 / var(--tw-bg-opacity));
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_btn_submit:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 110 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-wrap-cmt .tt-box-content .tt_box_pwd .tt_form_pwd .tt_btn_submit .tt_ico_check {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-list-reply-comment {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  border-radius: 0.375rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 2rem;
}

.dark [data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-list-reply-comment {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
}

[data-tistory-react-app=Comment] .tt-comment-cont .tt-area-reply .tt-list-reply .tt-item-reply .tt-list-reply-comment .tt-item-reply {
  border-width: 0px;
  padding: 0px;
}

#global-header .tit:empty::before {
  --tw-content: attr(data-empty);
  content: var(--tw-content)
}

#header[data-header-style=simple] .img {
  display: none
}

#header[data-header-style=simple] .info {
  height: var(--h-h)
}

#header[data-header-style=thumbnail] {

  position: relative
}

#header[data-header-style=thumbnail] .img {

  height: var(--h-h)
}

#header[data-header-style=thumbnail] .img::before {

  content: var(--tw-content);

  height: var(--h-h)
}

#header[data-header-style=thumbnail] .img+.info {

  height: var(--h-h);

  border-width: 0px;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#header[data-header-style=screen] {

  position: relative
}

#header[data-header-style=screen] .img {

  height: 100vh
}

#header[data-header-style=screen] .img::before {

  content: var(--tw-content);

  height: 100vh
}

#header[data-header-style=screen] .img+.info {

  height: 100vh;

  border-width: 0px;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .container_postbtn .btn_subscription::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  --tw-content: '\f005';
  font-size: 0.875rem;
  line-height: 1.25rem;
  content: var(--tw-content);
  font-weight: 700;
}

#article .container_postbtn .btn_subscription .txt_state {
  position: absolute !important;
  margin: -1px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

#article .container_postbtn .btn_subscription .txt_tool_id,
#article .container_postbtn .btn_subscription .ico_check_type1 {
  display: none;
}

#article .contents_style {

  padding: 0px;

  text-align: left;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #article .contents_style {

  --tw-text-opacity: 1;

  color: rgb(175 176 183 / var(--tw-text-opacity))
}

#article .contents_style a {

  --tw-text-opacity: 1;

  color: rgb(255 85 68 / var(--tw-text-opacity));

  text-decoration-thickness: 0px
}

.dark #article .contents_style a {

  --tw-text-opacity: 1;

  color: rgb(93 176 215 / var(--tw-text-opacity))
}

#article .contents_style h2,
#article .contents_style h3,
#article .contents_style h4 {

  margin-top: 1.25rem;

  margin-bottom: 0.5rem;

  scroll-margin-top: 5rem;

  font-weight: 500
}

#article .contents_style h2 a,
#article .contents_style h3 a,
#article .contents_style h4 a {

  --tw-text-opacity: .85;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #article .contents_style h2 a,
.dark #article .contents_style h3 a,
.dark #article .contents_style h4 a {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#article .contents_style h2 {

  font-size: 1.4rem;

  line-height: 1.75rem;

  font-weight: bold
}

@media (min-width: 1100px) {

  #article .contents_style h2 {

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: bold
  }
}

#article .contents_style h3 {

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 600
}

@media (min-width: 1100px) {

  #article .contents_style h3 {

    font-size: 1.35rem;

    line-height: 1.75rem
  }
}

#article .contents_style h4 {

  font-size: 1rem;

  line-height: 1.5rem
}

@media (min-width: 1100px) {

  #article .contents_style h4 {

    font-size: 1.125rem;

    line-height: 1.75rem
  }
}

#article .contents_style ol[data-ke-list-type],
#article .contents_style ul[data-ke-list-type] {

  margin-top: 1.25rem;

  margin-bottom: 1.25rem;

  display: flex;

  list-style-position: inside;

  flex-direction: column;

  row-gap: 0.25rem
}

/*
#article .contents_style ol[data-ke-list-type],
#article .contents_style ul[data-ke-list-type] {

  margin-top: 1.25rem;

  margin-bottom: 1.25rem;

  display: flex;

  flex-direction: column;

  row-gap: 0.25rem;

}
*/
#article .contents_style ol[data-ke-list-type] ol[data-ke-list-type],
#article .contents_style ol[data-ke-list-type] ul[data-ke-list-type],
#article .contents_style ul[data-ke-list-type] ol[data-ke-list-type],
#article .contents_style ul[data-ke-list-type] ul[data-ke-list-type] {

  margin-top: 0px;

  margin-bottom: 0px;

  margin-left: 0rem
}

#article .contents_style p,
#article .contents_style ol[data-ke-list-type],
#article .contents_style ul[data-ke-list-type],
#article .contents_style table[data-ke-align],
#article .contents_style blockquote[data-ke-style=style2],
#article .contents_style blockquote[data-ke-style=style3] {

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #article .contents_style p,
.dark #article .contents_style ol[data-ke-list-type],
.dark #article .contents_style ul[data-ke-list-type],
.dark #article .contents_style table[data-ke-align],
.dark #article .contents_style blockquote[data-ke-style=style2],
.dark #article .contents_style blockquote[data-ke-style=style3] {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#article .contents_style p b,
#article .contents_style p strong,
#article .contents_style ol[data-ke-list-type] b,
#article .contents_style ol[data-ke-list-type] strong,
#article .contents_style ul[data-ke-list-type] b,
#article .contents_style ul[data-ke-list-type] strong,
#article .contents_style table[data-ke-align] b,
#article .contents_style table[data-ke-align] strong,
#article .contents_style blockquote[data-ke-style=style2] b,
#article .contents_style blockquote[data-ke-style=style2] strong,
#article .contents_style blockquote[data-ke-style=style3] b,
#article .contents_style blockquote[data-ke-style=style3] strong {

  font-weight: 700
}

#article .contents_style p a,
#article .contents_style ol[data-ke-list-type] a,
#article .contents_style ul[data-ke-list-type] a,
#article .contents_style table[data-ke-align] a,
#article .contents_style blockquote[data-ke-style=style2] a,
#article .contents_style blockquote[data-ke-style=style3] a {

  display: inline-block;

  --tw-text-opacity: 1;

  color: rgb(28 125 130 / var(--tw-text-opacity))
}

.dark #article .contents_style p a,
.dark #article .contents_style ol[data-ke-list-type] a,
.dark #article .contents_style ul[data-ke-list-type] a,
.dark #article .contents_style table[data-ke-align] a,
.dark #article .contents_style blockquote[data-ke-style=style2] a,
.dark #article .contents_style blockquote[data-ke-style=style3] a {

  --tw-text-opacity: 1;

  color: rgb(87 166 161 / var(--tw-text-opacity))
}

#article .contents_style p code:not(:where(pre *)),
#article .contents_style ol[data-ke-list-type] code:not(:where(pre *)),
#article .contents_style ul[data-ke-list-type] code:not(:where(pre *)),
#article .contents_style table[data-ke-align] code:not(:where(pre *)),
#article .contents_style blockquote[data-ke-style=style2] code:not(:where(pre *)),
#article .contents_style blockquote[data-ke-style=style3] code:not(:where(pre *)) {

  position: relative;

  top: -1px;

  white-space: normal;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding-left: 0.375rem;

  padding-right: 0.375rem;

  padding-top: 0.125rem;

  padding-bottom: 0.125rem;

  font-family: SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 0.875rem;

  line-height: 1.25rem;

  --tw-text-opacity: 1;

  color: rgb(255 85 68 / var(--tw-text-opacity))
}

.dark #article .contents_style p code:not(:where(pre *)),
.dark #article .contents_style ol[data-ke-list-type] code:not(:where(pre *)),
.dark #article .contents_style ul[data-ke-list-type] code:not(:where(pre *)),
.dark #article .contents_style table[data-ke-align] code:not(:where(pre *)),
.dark #article .contents_style blockquote[data-ke-style=style2] code:not(:where(pre *)),
.dark #article .contents_style blockquote[data-ke-style=style3] code:not(:where(pre *)) {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(93 176 215 / var(--tw-text-opacity))
}

#article .contents_style figure,
#article .contents_style pre,
#article .contents_style table[data-ke-align],
#article .contents_style [data-ke-type=moreLess] {

  margin-top: 1.25rem;

  margin-bottom: 1.25rem

}
/* 구분선 제거
.dark #article .contents_style hr[data-ke-style] {

  --tw-brightness: brightness(0);

  --tw-invert: invert(100%);

  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
*/
#article .contents_style table[data-ke-align] td,
#article .contents_style table[data-ke-align] th { /*본문 테이블 표 텍스트 색상 커스텀*/

  box-sizing: border-box;

  border-width: 1px;

  border-bottom-width: 1px;

  border-style: solid;

  --tw-border-opacity: 1;

  border-color: rgb(230 230 233 / var(--tw-border-opacity));

  /*background-color: transparent;*/

  padding-left: 0.75rem;

  padding-right: 0.75rem;

  padding-top: 1rem;

  padding-bottom: 1rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 1.2;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #article .contents_style table[data-ke-align] td,
.dark #article .contents_style table[data-ke-align] th { /*본문 테이블 표 텍스트 색상 커스텀*/

  --tw-border-opacity: 0.8;

  border-color: rgb(196 196 202 / var(--tw-border-opacity));

  --tw-text-opacity: 1;

  color: rgb(196 196 202 / var(--tw-text-opacity))
}

#article .contents_style table[data-ke-align] td figure.imageblock.alignCenter,
#article .contents_style table[data-ke-align] th figure.imageblock.alignCenter {

  width: 100% !important
}

#article .contents_style figure figcaption {

  text-align: center;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity))
}

@media not all and (min-width: 1100px) {

  #article .contents_style figure.imageblock.alignCenter,
  #article .contents_style figure.imagegridblock {

    width: 100% !important
  }
}

#article .contents_style figure[data-ke-type=opengraph] a {

  border-width: 0px
}

#article .contents_style figure[data-ke-type=opengraph] a .og-image {

  overflow: hidden;

  border-top-left-radius: 0.375rem;

  border-bottom-left-radius: 0.375rem;

  border-right-width: 0px
}

#article .contents_style figure[data-ke-type=opengraph] .og-text {

  border-top-right-radius: 0.375rem;

  border-bottom-right-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity))
}

.dark #article .contents_style figure[data-ke-type=opengraph] .og-text {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}

#article .contents_style figure[data-ke-type=opengraph] .og-text .og-title,
#article .contents_style figure[data-ke-type=opengraph] .og-text .og-desc,
#article .contents_style figure[data-ke-type=opengraph] .og-text .og-host {

  font-family: SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity))
}

.dark #article .contents_style figure[data-ke-type=opengraph] .og-text .og-title,
.dark #article .contents_style figure[data-ke-type=opengraph] .og-text .og-desc,
.dark #article .contents_style figure[data-ke-type=opengraph] .og-text .og-host {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .contents_style figure[data-ke-type=opengraph] .og-text .og-title {

  font-weight: 700;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

/* 첨부파일 배경색상
#article .contents_style figure.fileblock { 

  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(249 251 255 / var(--tw-bg-opacity))
}

.dark #article .contents_style figure.fileblock {

  --tw-bg-opacity: 1;

  background-color: rgb(26 32 44 / var(--tw-bg-opacity))
}
*/

#article .contents_style figure.fileblock .filename {

  margin-top: 0.75rem
}

#article .contents_style figure.fileblock .filename .name {

  height: auto
}

.dark #article .contents_style figure.fileblock .filename,
.dark #article .contents_style figure.fileblock .size {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #article .contents_style figure.fileblock .image,
.dark #article .contents_style figure.fileblock a::after {

  --tw-brightness: brightness(0);

  --tw-invert: invert(100%);

  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

#article .contents_style [data-ke-type=moreLess] {

  position: relative
}

#article .contents_style [data-ke-type=moreLess]::before {

  position: absolute;

  top: 1rem;

  right: 0px;

  z-index: -1;

  height: 0px;

  width: 100%;

  border-bottom-width: 1px;

  border-style: dashed;

  --tw-border-opacity: .5;

  border-color: rgb(196 196 202 / var(--tw-border-opacity));

  --tw-content: '';

  content: var(--tw-content)
}

.dark #article .contents_style [data-ke-type=moreLess]::before {

  --tw-border-opacity: .5;

  border-color: rgb(119 122 127 / var(--tw-border-opacity))
}

#article .contents_style [data-ke-type=moreLess].open .btn-toggle-moreless::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f0ab';

  content: var(--tw-content)
}

#article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless {

  display: inline-block;

  border-radius: 0.375rem;

  --tw-bg-opacity: .9;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity));

  padding-left: 0.75rem;

  padding-right: 0.75rem;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  font-size: 0.75rem;

  line-height: 1rem;

  font-weight: 700;

  --tw-text-opacity: .9;

  color: rgb(249 251 255 / var(--tw-text-opacity))
}

.dark #article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless {
  --tw-bg-opacity: 1;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity));
}  

#article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f0a9';

  content: var(--tw-content);

  margin-right: 0.375rem
}

#article .contents_style [data-ke-type=moreLess] .moreless-content {

  margin-top: 1.5rem
}

#article .contents_style blockquote[data-ke-style] {

  margin-top: 1rem;

  margin-bottom: 1rem;

  font-family: initial;

  font-family: SUIT, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #article .contents_style blockquote[data-ke-style] {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .contents_style blockquote[data-ke-style][data-ke-style=style1] {

  padding-top: 1.75rem;

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 500;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #article .contents_style blockquote[data-ke-style][data-ke-style=style1] {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .contents_style blockquote[data-ke-style][data-ke-style=style2] {

  border-left-width: 2px;

  border-style: solid;

  --tw-border-opacity: 1;

  border-color: rgb(230 230 233 / var(--tw-border-opacity));

  padding-left: 0.75rem;

  padding-right: 0.25rem;

  text-align: left;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity))
}

.dark #article .contents_style blockquote[data-ke-style][data-ke-style=style2] {

  --tw-border-opacity: 1;

  border-color: rgb(53 54 56 / var(--tw-border-opacity))
}

#article .contents_style blockquote[data-ke-style][data-ke-style=style3] {

  border-radius: 0.375rem;

  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding: 1.25rem;

  line-height: 2;

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity))
}

.dark #article .contents_style blockquote[data-ke-style][data-ke-style=style3] {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity))
}

#article .contents_style pre code {

  border-radius: 0.375rem;

  padding: 1rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 1.625
}

#article .contents_style pre code.hljs {

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity))
}

.dark #article .contents_style pre code.hljs {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}

#article .container_postbtn {

  display: flex;

  -moz-column-gap: 0.5rem;

  column-gap: 0.5rem;

  padding: 0px;

  padding-top: 2.25rem;

  --tw-text-opacity: 1;

  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #article .container_postbtn {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button,
#article .container_postbtn .btn_subscription,
#article .container_postbtn .tt-btn-support {

  margin: 0px;

  display: inline-block;

  height: 2.25rem;

  width: 2.25rem;

  cursor: pointer;

  border-radius: 0.375rem;

  border-width: 0px;

  --tw-bg-opacity: 1;

  background-color: rgb(243 246 250 / var(--tw-bg-opacity));

  padding: 0px;

  font-size: 0;

  line-height: 1;

  --tw-shadow: 0 0 #0000;

  --tw-shadow-colored: 0 0 #0000;

  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  outline-width: 0px;

  transition-duration: 200ms
  
}

#article .container_postbtn .btn_subscription {filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}

#article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button::before,
#article .container_postbtn .btn_subscription::before,
#article .container_postbtn .tt-btn-support::before {

  content: var(--tw-content);

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity))
}

#article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button:hover,
#article .container_postbtn .btn_subscription:hover,
#article .container_postbtn .tt-btn-support:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity))
}

#article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button:hover::before,
#article .container_postbtn .btn_subscription:hover::before,
#article .container_postbtn .tt-btn-support:hover::before {

  --tw-bg-opacity: 0.9;

  color: rgb(249 251 255 / var(--tw-bg-opacity))
}

.dark #article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button,
.dark #article .container_postbtn .btn_subscription,
.dark #article .container_postbtn .tt-btn-support {

  --tw-bg-opacity: 1;

  background-color: rgb(40 45 56 / var(--tw-bg-opacity))
}

.dark #article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button::before,
.dark #article .container_postbtn .btn_subscription::before,
.dark #article .container_postbtn .tt-btn-support::before {

  content: var(--tw-content);

  --tw-text-opacity: 0.8;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #article .container_postbtn .postbtn_like>.wrap_btn:not([id^=reaction-])>button:hover,
.dark #article .container_postbtn .btn_subscription:hover,
.dark #article .container_postbtn .tt-btn-support:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity))
}

#article .container_postbtn .postbtn_like {

  display: flex;

  -moz-column-gap: 0.5rem;

  column-gap: 0.5rem;

  border-width: 0px;

  padding: 0px;

  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
}

#article .container_postbtn .postbtn_like .wrap_btn {

  display: inline-block;

  border-width: 0px
}

#article .container_postbtn .postbtn_like .wrap_btn button::before,
#article .container_postbtn .postbtn_like .wrap_btn button[data-entry-id]::before,
#article .container_postbtn .postbtn_like .wrap_btn .uoc-count::before {

  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700
}

#article .container_postbtn .postbtn_like .wrap_btn .ico_like,
#article .container_postbtn .postbtn_like .wrap_btn .ico_share,
#article .container_postbtn .postbtn_like .wrap_btn .ico_statistics,
#article .container_postbtn .postbtn_like .wrap_btn .ico_etc {

  background-image: none;

  position: absolute !important;

  margin: -1px !important;

  height: 1px !important;

  width: 1px !important;

  overflow: hidden !important
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button {

  height: 2.25rem;

  border-radius: 0.375rem;

  --tw-bg-opacity: 1;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity));

  padding-left: 0.75rem;

  padding-right: 0.75rem
}

.dark #article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button {
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 56 / var(--tw-bg-opacity));
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(59 66 82 / var(--tw-bg-opacity))
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button:hover .uoc-count::before {
    color: #F65660;
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button .uoc-icon.empathy_up_without_ani.like_on .uoc-count::before {
    color: #F65660;
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button .uoc-icon {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button .uoc-icon {

  --tw-text-opacity: 0.8;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button .uoc-count {

  font-weight: 700;

  line-height: 1
}

#article .container_postbtn .postbtn_like .wrap_btn[id^=reaction-] button .uoc-count::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f004';

  content: var(--tw-content);

  margin-right: 0.375rem;

  font-size: 0.875rem;

  line-height: 1.25rem
}

#article .container_postbtn .postbtn_like .wrap_btn.wrap_btn_share .btn_share::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f1e0';

  content: var(--tw-content)
}

#article .container_postbtn .postbtn_like .wrap_btn button[data-entry-id]::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f200';

  content: var(--tw-content)
}

#article .container_postbtn .postbtn_like .wrap_btn.wrap_btn_etc .btn_etc1::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f0ad';

  content: var(--tw-content)
}

#article .container_postbtn .postbtn_like .wrap_btn.wrap_btn_etc .btn_etc2::before {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1;

  font-weight: 700;

  --tw-content: '\f141';

  content: var(--tw-content)
}

#tistoryCclLayer {
  border-radius: 0.375rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark #tistoryCclLayer {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity))
}

#tistoryCclLayer span {
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity))
}

#tistoryCclLayer .ico_arrbt {
  display: none
}

#tistorySnsLayer,
#tistoryEtcLayer {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 250 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
}

.dark #tistorySnsLayer,
.dark #tistoryEtcLayer {
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 56 / var(--tw-bg-opacity))
}

#tistorySnsLayer .btn_mark,
#tistoryEtcLayer .btn_mark {
  --tw-text-opacity: 1;
  color: rgb(72 70 78 / var(--tw-text-opacity));
  font-family: 'Maplestory', sans-serif !important;
}

.dark #tistorySnsLayer .btn_mark,
.dark #tistoryEtcLayer .btn_mark {
  --tw-text-opacity: .9;
  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#tistorySnsLayer .btn_mark:hover,
#tistoryEtcLayer .btn_mark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity))
}

.dark #tistorySnsLayer .btn_mark:hover,
.dark #tistoryEtcLayer .btn_mark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#tistorySnsLayer .ico_arrbt,
#tistoryEtcLayer .ico_arrbt {
  display: none
}

#tistorySnsLayer .bundle_post a,
#tistoryEtcLayer .bundle_post a {
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity));
  text-decoration-line: none
}

.dark #tistorySnsLayer .bundle_post a,
.dark #tistoryEtcLayer .bundle_post a {
  --tw-text-opacity: 1;
  color: rgb(230 230 233 / var(--tw-text-opacity))
}

div[data-tistory-react-app=Namecard] {
  display: none
}

[data-list-style=empty] {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 1100px) {
  [data-list-style=empty] {
    margin-left: auto;
    margin-right: auto;
    width: var(--h-idx);
    padding-left: 0px;
    padding-right: 0px
  }
}

#global-header~.post,
[data-list-style] .post {

  position: relative
}

#global-header~.post .link,
[data-list-style] .post .link {

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 50;

  height: 100%;

  width: 100%
}

#global-header~.post .content .picture .img+.fallback,
[data-list-style] .post .content .picture .img+.fallback {

  display: none
}

@keyframes pulse {

  50% {

    opacity: .5
  }
}

#global-header~.post .content .picture .fallback,
[data-list-style] .post .content .picture .fallback { /*비공개*/

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity))
}

.dark #global-header~.post .content .picture .fallback,
.dark [data-list-style] .post .content .picture .fallback {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity))
}

#global-header~.post .content .info .header .tit img,
[data-list-style] .post .content .info .header .tit img {

  display: none
}

#global-header~.post .content .info .summary:empty,
[data-list-style] .post .content .info .summary:empty {

  margin: 0px
}

#global-header~.post,
[data-list-style=list] .post,
[data-list-style=list-2] .post,
[data-list-style=grid],
[data-list-style=Z],
[data-list-style=gallery],
[data-list-style=profile],
[data-list-style=poster],
.cover.today_tistory,
.cover-square {

  width: 100%;

  padding-left: 1rem;

  padding-right: 1rem;

  margin-bottom: 1.5rem
}

@media (min-width: 1100px) {

  #global-header~.post,
  [data-list-style=list] .post,
  [data-list-style=list-2] .post,
  [data-list-style=grid],
  [data-list-style=Z],
  [data-list-style=gallery],
  [data-list-style=profile],
  .cover.today_tistory,
  .cover-square  {

    margin-left: auto;

    margin-right: auto;

    width: var(--h-idx);

    padding-left: 0px;

    padding-right: 0px
  }
}

[data-list-style=grid] {

  display: grid;

  grid-template-columns: repeat(1, minmax(0, 1fr))
}

[data-list-style=gallery] {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr))
}


@media (min-width: 640px) {

  [data-list-style=grid],
  [data-list-style=gallery] {

    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 768px) {

  [data-list-style=grid],
  [data-list-style=gallery] {

    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1100px) {

  [data-list-style=grid] {

    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1100px) {

  [data-list-style=gallery] {

    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

[data-list-style=Z] {

  display: grid;

  grid-template-columns: repeat(1, minmax(0, 1fr))
}

[data-list-style=slider] {

  height: 100vh;

  width: 100%
}

@media not all and (min-width: 640px) {

  [data-list-style=list] {

    display: flex;

    flex-direction: column;

    row-gap: 1.5rem
  }
}

[data-list-style=gallery] {

  gap: 0.5rem
}

[data-list-style=grid] {

  row-gap: 1.5rem;

  -moz-column-gap: 1rem;

  column-gap: 1rem
}

@media (min-width: 1100px) {

  [data-list-style=grid] {

    row-gap: 2rem;

    -moz-column-gap: 1.5rem;

    column-gap: 1.5rem
  }
}

[data-list-style=Z] {

  row-gap: 1.5rem
}

@media (min-width: 640px) {

  [data-list-style=Z] {

    row-gap: 0px
  }
}

.cover-content-left .content {

  align-items: flex-start
}

.cover-content-left .content .info {

  display: flex;

  flex-direction: column;

  align-items: flex-start
}

.cover-content-left .content .info .header {

  align-items: flex-start
}

.cover-content-center .content {

  align-items: center
}

.cover-content-center .content .info {

  display: flex;

  flex-direction: column;

  align-items: center
}

.cover-content-center .content .info .header {

  align-items: center
}

.cover-content-right .content {

  align-items: flex-end
}

.cover-content-right .content .info {

  display: flex;

  flex-direction: column;

  align-items: flex-end
}

.cover-content-right .content .info .header {

  align-items: flex-end
}

#global-header~.post,
[data-list-style=list] .post {

  position: relative
}

@media (min-width: 640px) {

  #global-header~.post,
  [data-list-style=list] .post {

    border-top-width: 1px;

    border-style: solid;

    --tw-border-opacity: 1;

    border-color: rgb(230 230 233 / var(--tw-border-opacity))
  }

  #global-header~.post:first-of-type,
  [data-list-style=list] .post:first-of-type {

    border-top-width: 0px
  }

  .dark #global-header~.post,
  .dark [data-list-style=list] .post {

    --tw-border-opacity: 1;

    border-color: rgb(53 54 56 / var(--tw-border-opacity))
  }
}

#global-header~.post .content,
[data-list-style=list] .post .content {

  display: flex;

  flex-direction: column;

  row-gap: 1rem;

  padding: 1rem;

  border-width: 1px;

  border-radius: 20px;

  border-color: rgb(156 156 156 / 40%)
}

.dark #global-header~.post .content,
.dark [data-list-style=list] .post .content {

  border-color: rgb(156 156 156 / 20%)
}

@media (min-width: 640px) {

  #global-header~.post .content,
  [data-list-style=list] .post .content {

    height: 15rem;

    flex-direction: row-reverse;

    align-items: center;

    justify-content: flex-end
  }
}

#global-header~.post .content .picture .img,
[data-list-style=list] .post .content .picture .img {

  width: 100%;

  position: relative
}

@media (min-width: 640px) {

  #global-header~.post .content .picture .img,
  [data-list-style=list] .post .content .picture .img {

    margin-left: 2rem;

    height: 12rem;

    width: 12rem;

    flex-shrink: 0
  }
}

#global-header~.post .content .picture .img .thumb,
[data-list-style=list] .post .content .picture .img .thumb {

  width: 100%;

  height: 220px;

  max-width: none;

  --tw-bg-opacity: 1;

  background-color: rgb(249 251 255 / var(--tw-bg-opacity));

  -o-object-fit: cover;

  object-fit: cover
}

@media (min-width: 640px) {

  #global-header~.post .content .picture .img .thumb,
  [data-list-style=list] .post .content .picture .img .thumb {

    height: 12rem;

    width: 12rem
  }
}

#global-header~.post .content .picture .fallback,
[data-list-style=list] .post .content .picture .fallback {

  display: none
}

@media (min-width: 640px) {

  #global-header~.post .content .info,
  [data-list-style=list] .post .content .info {

    flex-grow: 1
  }
}

#global-header~.post .content .info .header,
[data-list-style=list] .post .content .info .header {

  display: flex;

  flex-direction: column;

  row-gap: 0.25rem
}

#global-header~.post .content .info .header .tit,
[data-list-style=list] .post .content .info .header .tit {

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 700;

  --tw-text-opacity: .85;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #global-header~.post .content .info .header .tit,
.dark [data-list-style=list] .post .content .info .header .tit {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

@media (min-width: 1100px) {

  #global-header~.post .content .info .header .tit,
  [data-list-style=list] .post .content .info .header .tit {

    font-size: 1.5rem;

    line-height: 2rem
  }
}

#global-header~.post .content .info .header .desc,
[data-list-style=list] .post .content .info .header .desc {

  display: flex;

  -moz-column-gap: 0.25rem;

  column-gap: 0.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem
}

#global-header~.post .content .info .header .desc *,
[data-list-style=list] .post .content .info .header .desc * {

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

#global-header~.post .content .info .summary,
[data-list-style=list] .post .content .info .summary {

  margin-top: 0.5rem;

  max-height: 5rem;

  overflow: hidden;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  --tw-text-opacity: .9;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #global-header~.post .content .info .summary,
.dark [data-list-style=list] .post .content .info .summary {

  --tw-text-opacity: .9;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

[data-list-style=grid] .post .content {

  display: flex;

  flex-direction: column;

  row-gap: 0rem;

  border-radius: 20px;

  border-width: 1px;

  border-color: rgb(156 156 156 / 40%);
}

.dark [data-list-style=grid] .post .content {
  border-color: rgb(156 156 156 / 20%);
}

[data-list-style=grid] .post .content .picture .img,
[data-list-style=grid] .post .content .picture .fallback {

  position: relative;

  padding-top: 66.66%
}

[data-list-style=grid] .post .content .picture .img .thumb {

  position: absolute;

  top: 0px;

  left: 0px;

  height: 100%;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  -o-object-fit: cover;

  object-fit: cover;

  border-top-left-radius: 19px;
 
  border-top-right-radius: 19px
}

[data-list-style=grid] .post .content .info .header {

  display: flex;

  flex-direction: column;

  row-gap: 0.5rem;

  padding: 10px 15px 0px 15px /*10px 10px 0px 10px에서*/
}

[data-list-style=grid] .post .content .info .header .tit {

  font-size: 1.37rem;

  line-height: 1.75rem;

  font-weight: 700;

  --tw-text-opacity: .85;

  color: rgb(72 70 78 / var(--tw-text-opacity));

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  font-family: 'Paperlogy', 'Yuji Mai', sans-serif
}

.dark [data-list-style=grid] .post .content .info .header .tit {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

[data-list-style=grid] .post .content .info .header .desc {

  display: flex;

  -moz-column-gap: 0.25rem;

  column-gap: 0.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem
}

@media not all and (min-width: 768px) {

  [data-list-style=grid] .post .content .info .header .desc {

    display: none
  }
}

[data-list-style=grid] .post .content .info .header .desc * {

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

[data-list-style=grid] .post .content .info .summary {

  margin-top: 0rem;

  max-height: 3.5rem;

  overflow: hidden;

  font-size: 0.875rem;

  line-height: 1.75rem;

  --tw-text-opacity: .9;

  color: rgb(72 70 78 / var(--tw-text-opacity));

  padding: 15px; /*10에서 15로*/
  
  min-height: 95px /*100에서 95로*/
}

.dark [data-list-style=grid] .post .content .info .summary {

  --tw-text-opacity: .9;

  color: rgb(166 167 175 / var(--tw-text-opacity));
}

[data-list-style=Z] .post .content {

  display: flex;

  flex-direction: column;

  row-gap: 1rem
}

@media (min-width: 640px) {

  [data-list-style=Z] .post .content {

    flex-direction: row
  }

  [data-list-style=Z] .post .content .picture {

    width: 50%
  }
}

[data-list-style=Z] .post .content .picture .img .thumb {

  position: relative;

  z-index: 10;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(249 251 255 / var(--tw-bg-opacity));

  -o-object-fit: cover;

  object-fit: cover
}

@media (min-width: 640px) {

  [data-list-style=Z] .post .content .picture .img .thumb {

    max-width: none
  }
}

[data-list-style=Z] .post .content .picture .fallback {

  padding-top: 66.66%
}

@media (min-width: 640px) {

  [data-list-style=Z] .post .content .info {

    width: 50%
  }
}

[data-list-style=Z] .post .content .info {

  display: flex;

  flex-direction: column;

  justify-content: center
}

[data-list-style=Z] .post .content .info .header {

  display: flex;

  flex-direction: column;

  row-gap: 0.25rem
}

[data-list-style=Z] .post .content .info .header .tit {

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 700;

  --tw-text-opacity: .85;

  color: rgb(72 70 78 / var(--tw-text-opacity));

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis
}

.dark [data-list-style=Z] .post .content .info .header .tit {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

@media (min-width: 1100px) {

  [data-list-style=Z] .post .content .info .header .tit {

    font-size: 1.5rem;

    line-height: 2rem
  }
}

[data-list-style=Z] .post .content .info .header .desc {

  display: flex;

  -moz-column-gap: 0.25rem;

  column-gap: 0.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem
}

[data-list-style=Z] .post .content .info .header .desc * {

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

[data-list-style=Z] .post .content .info .summary {

  margin-top: 0.5rem;

  max-height: 6.7rem;

  overflow: hidden;

  font-size: 0.875rem;

  line-height: 1.25rem;

  line-height: 2;

  margin-bottom: .75rem;

  --tw-text-opacity: .9;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark [data-list-style=Z] .post .content .info .summary {

  --tw-text-opacity: .9;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

@media (min-width: 640px) {

  [data-list-style=Z] .post:nth-child(2n) .content {

    flex-direction: row-reverse
  }

  [data-list-style=Z] .post:nth-child(2n) .content .info {

    padding-right: 2.5rem
  }
}

@media (min-width: 1100px) {

  [data-list-style=Z] .post:nth-child(2n) .content .info {

    padding-right: 2.5rem
  }
}

@media (min-width: 640px) {

  [data-list-style=Z] .post:nth-child(2n+1) .content .info {

    padding-left: 2.5rem
  }
}

@media (min-width: 1100px) {

  [data-list-style=Z] .post:nth-child(2n+1) .content .info {

    padding-left: 2.5rem
  }
}

[data-list-style=gallery] .post .link:hover+.content::before {

  opacity: 1;

  content: var(--tw-content);

  transition-duration: 300ms
}

[data-list-style=gallery] .post .link:hover+.content .info {

  opacity: 1;

  transition-duration: 300ms
}

[data-list-style=gallery] .post .content::before {

  position: absolute;

  right: 0px;

  top: 0px;

  height: 100%;

  width: 100%;

  opacity: 0;

  z-index: 10;

  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));

  --tw-gradient-from: transparent;

  --tw-gradient-to: rgb(0 0 0 / 0);

  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

  content: var(--tw-content);

  --tw-gradient-to: rgb(13 13 13 / 0.9);

  border-radius: 18px
}

[data-list-style=gallery] .post .content {

  position: relative;

  z-index: 20;

  display: flex;

  align-items: flex-end
}

[data-list-style=gallery] .post .content .picture {

  height: 100%;

  width: 100%
}

[data-list-style=gallery] .post .content .picture .img,
[data-list-style=gallery] .post .content .picture .fallback {

  position: relative;

  height: 100%;

  width: 100%;

  padding-top: 100%
}

[data-list-style=gallery] .post .content .picture .img .thumb {

  position: absolute;

  top: 0px;

  left: 0px;

  height: 100%;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  -o-object-fit: cover;

  object-fit: cover
}

[data-list-style=gallery] .post .content .info {

  position: absolute;

  z-index: 20;

  width: 100%;

  opacity: 0;

  padding-bottom: 1.5rem
}

@media not all and (min-width: 768px) {

  [data-list-style=gallery] .post .content .info {

    padding-bottom: 2rem
  }
}

[data-list-style=gallery] .post .content .info .header {

  display: flex;

  width: 100%;

  flex-direction: column;

  align-items: center;

  justify-content: flex-end;

  text-align: center
}

[data-list-style=gallery] .post .content .info .header .tit {

  padding-left: 1.5rem;

  padding-right: 1.5rem;

  font-size: 1.25rem;

  line-height: 1.75rem;

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity));
  
  overflow: hidden;
  
  text-overflow: ellipsis;
  
  display: -webkit-box;
  
  -webkit-box-orient: vertical;
  
  -webkit-line-clamp: 2;

}

@media (min-width: 640px) {

  [data-list-style=gallery] .post .content .info .header .tit {

    font-size: 1.125rem;

    line-height: 1.75rem
  }
}

@media (min-width: 768px) {

  [data-list-style=gallery] .post .content .info .header .tit {

    font-size: 1.25rem;

    line-height: 2rem
  }
}

[data-list-style=gallery] .post .content .info .header .tit {

  margin-bottom: 1.25rem
}

@media (min-width: 640px) {

  [data-list-style=gallery] .post .content .info .header .tit {

    margin-bottom: 1.25rem
  }
}

@media (min-width: 768px) {

  [data-list-style=gallery] .post .content .info .header .tit {

    margin-bottom: 2.25rem
  }
}

[data-list-style=gallery] .post .content .info .header .desc {

  display: flex;

  -moz-column-gap: 0.25rem;

  column-gap: 0.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem
}

@media not all and (min-width: 768px) {

  [data-list-style=gallery] .post .content .info .header .desc {

    display: none
  }
}

[data-list-style=gallery] .post .content .info .header .desc * {

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

[data-list-style=gallery] .post .content .info .summary {

  display: none
}

[data-list-style=slider] .swiper-wrapper .post .content::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100vh;
  width: 100%;
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}

[data-list-style=slider] .swiper-wrapper .post .content {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

[data-list-style=slider] .swiper-wrapper .post .content .picture {
  height: 100%;
  width: 100%;
}

[data-list-style=slider] .swiper-wrapper .post .content .picture .img,
[data-list-style=slider] .swiper-wrapper .post .content .picture .fallback {
  height: 100%;
  width: 100%;
}

[data-list-style=slider] .swiper-wrapper .post .content .picture .img .thumb {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
}

[data-list-style=slider] .swiper-wrapper .post .content .info {
  position: absolute;
  z-index: 20;
}

[data-list-style=slider] .swiper-wrapper .post .content .info .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  text-align: center;
}

[data-list-style=slider] .swiper-wrapper .post .content .info .header .tit {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  [data-list-style=slider] .swiper-wrapper .post .content .info .header .tit {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

[data-list-style=slider] .swiper-wrapper .post .content .info .header .desc {
  display: flex;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

[data-list-style=slider] .swiper-wrapper .post .content .info .header .desc * {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity));
}

/* https://swiperjs.com/demos#navigation */
[data-list-style=slider] .swiper-button-next,
[data-list-style=slider] .swiper-button-prev {
  --swiper-navigation-size: 2rem;
  --swiper-navigation-color: rgba(255, 255, 255, .6);
}

@media not all and (min-width: 1100px) {

  [data-list-style=slider] .swiper-button-next,
  [data-list-style=slider] .swiper-button-prev {
    display: none;
  }
}

[data-list-style=slider] .swiper-button-next::before,
[data-list-style=slider] .swiper-button-next::after,
[data-list-style=slider] .swiper-button-prev::before,
[data-list-style=slider] .swiper-button-prev::after {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.another_category { /*다른글 더보기 플러그인 적용 block*/
  display: block
}

#tags a { /*태그 축소*/
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 250 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));

  margin-top: calc(0.5rem * 0.85);
  padding-top: calc(0.5rem * 0.85);
  padding-bottom: calc(0.5rem * 0.85);
  padding-left: calc(1rem * 0.85);
  padding-right: calc(1rem * 0.85);
  font-size: calc(0.875rem * 0.85);
  line-height: calc(1.25rem * 0.85)
}

.dark #tags a {
  --tw-bg-opacity: 1;
  background-color: rgb(40 45 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(203 204 208 / var(--tw-text-opacity))
}

#tags a {
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
}

#tags a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 66 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#tags a:hover::before {
  --tw-text-opacity: 1;
  color: rgb(233 81 110 / var(--tw-text-opacity))
}

.dark #tags a:hover::before {
  --tw-text-opacity: 1;
  color: rgb(0 150 136 / var(--tw-text-opacity))
}

#tags a::before { /*태그 축소*/
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  --tw-content: '\f02c';
  content: var(--tw-content);
  margin-right: 0.5rem;

  font-size: calc(0.875rem * 0.67);
  margin-right: calc(0.5rem * 0.67)
}

#paging .prev .txt,
#paging .next .txt {
  position: absolute !important;
  margin: -1px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important
}

#paging a {
  display: inline-block
}

#paging span {
  font-size: 0.875rem;
  line-height: 1.25rem
}

#paging i,
#paging span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 2rem;
  width: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(93 93 106 / var(--tw-text-opacity))
}

.dark #paging i,
.dark #paging span {
  --tw-text-opacity: 1;
  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#paging span:not(.selected) {
  display: none;
}

#paging li:nth-last-child(2) span:not(.selected) {
  display: inline-block;
  margin-left: 2rem;
  position: relative;
}

#paging li:nth-last-child(2) span:not(.selected)::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -1rem;
    width: 1px;
    height: 0.9rem;
    --tw-bg-opacity: 0.5;
    background-color: rgb(153 153 161 / var(--tw-bg-opacity));
    transform: rotate(18deg);
}

@media (min-width: 1100px) {
  #paging span:not(.selected) {
    display: inline-block
  }
  #paging li:nth-last-child(2) span:not(.selected) {
    margin-left: 0;
  }
  #paging li:nth-last-child(2) span::before{
    display: none;
  }  
}

#paging .selected {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: .9;
  background-color: rgb(63 63 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #paging .selected {
  --tw-bg-opacity: 1;
  background-color: rgb(74 84 104 / var(--tw-bg-opacity));
}

#counter .tit {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity))
}

#counter .cnt {
  --tw-text-opacity: 1;
  color: rgb(53 54 56 / var(--tw-text-opacity))
}

.dark #counter .cnt {
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity))
}

#category .tt_category .link_tit img,
#category .tt_category .link_item img,
#category .tt_category .link_sub_item img {
  display: none
}

#category .tt_category .link_tit .c_cnt,
#category .tt_category .link_item .c_cnt,
#category .tt_category .link_sub_item .c_cnt {
  font-size: 0.75rem;
  line-height: 1rem
}

#category .tt_category .link_tit {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #category .tt_category .link_tit {
  --tw-text-opacity: 1;
  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#category .tt_category ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  font-size: 0.875rem;
}

#category .tt_category ul li {
  position: relative;
  font-weight: 500;
}

#category .tt_category ul li i {
  position: absolute;
  top: 0rem;
  right: 0.188rem;
  padding: 0.35rem;
  cursor: pointer;
  font-size: 0.625rem;
  line-height: 1.5rem;
  color: var(--sidebar-link_item-ico)
}

#category .tt_category .sub_category_list li:first-child {
  margin-top: 0.23rem;
  position: relative;
}

#category .tt_category .sub_category_list li .link_sub_item li::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';
  font-style: normal;
  line-height: 1;
  --tw-content: '\f105';
  content: var(--tw-content);
  position: relative;
  top: -0.125rem;
  margin-right: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(153 153 161 / var(--tw-text-opacity))
}

#blog-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

#sidebar .el {

  width: var(--h-s);

  padding-left: 0.938rem;

  padding-right: 0.938rem
}

#sidebar .el h2 {

  margin-bottom: 1.25rem;

  font-size: 0.875rem;

  line-height: 1.25rem;

  font-weight: 700;

  font-family: 'Paperlogy', sans-serif;

  --tw-text-opacity: 1;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #sidebar .el h2 {

  --tw-text-opacity: 1;

  color: rgb(192 192 197 / var(--tw-text-opacity))
}

#sidebar .el i {

  --tw-text-opacity: 1;

  color: rgb(153 153 161 / var(--tw-text-opacity))
}

#sidebar .el a:not(.link_tit) {

  --tw-text-opacity: .9;

  color: rgb(72 70 78 / var(--tw-text-opacity))
}

.dark #sidebar .el a:not(.link_tit) {

  --tw-text-opacity: 1;

  color: rgb(166 167 175 / var(--tw-text-opacity))
}

#sidebar .el a:not(.link_tit):hover {

  --tw-text-opacity: 1;

  color: rgb(233 81 110 / var(--tw-text-opacity))
}

.dark #sidebar .el a:not(.link_tit):hover {

  --tw-text-opacity: 1;

  color: rgb(251 180 114 / var(--tw-text-opacity))
}

.menu_toolbar {
  display: none
}

#top .menu_toolbar {

  position: static;

  display: flex;

  -moz-column-gap: 0.625rem;

  column-gap: 0.625rem
}

#top .menu_toolbar .subscribe,
#top .menu_toolbar .btn_menu_type2 {

  display: flex;

  height: 2.25rem;

  width: 2.25rem;

  align-items: center;

  justify-content: center;

  border-radius: 9999px;

  --tw-bg-opacity: 1;

  background-color: rgb(244 244 246 / var(--tw-bg-opacity));

  padding: 0px;

  --tw-text-opacity: 1;

  color: rgb(102 102 110 / var(--tw-text-opacity));

  --tw-shadow: 0 0 #0000;

  --tw-shadow-colored: 0 0 #0000;

  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  outline-width: 0px
}

#top .menu_toolbar .subscribe:hover,
#top .menu_toolbar .btn_menu_type2:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(230 230 233 / var(--tw-bg-opacity))
}

.dark #top .menu_toolbar .subscribe,
.dark #top .menu_toolbar .btn_menu_type2 {

  --tw-bg-opacity: 1;

  background-color: rgb(41 42 45 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #top .menu_toolbar .subscribe:hover,
.dark #top .menu_toolbar .btn_menu_type2:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(53 54 56 / var(--tw-bg-opacity))
}

#top .menu_toolbar .subscribe .ico {

  display: inline-block;

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  line-height: 1
}

#menubar_wrapper {

  position: relative
}

#menubar_wrapper .btn_menu_type2 .ico_tistory_sign {

  opacity: 0.7
}

/*티스토리 공식 메뉴 사용을 위해 사용 안함
.dark #menubar_wrapper .btn_menu_type2 .ico_tistory_sign {

  opacity: .7;

  --tw-invert: invert(90%);

  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
*/

#menubar_wrapper .header_layer {

  position: absolute;

  top: 4rem;

  right: auto;

  left: -235px;

  bottom: auto;

  --tw-bg-opacity: 1;

  background-color: rgb(249 251 255 / var(--tw-bg-opacity));

  --tw-shadow: 0 0 #0000;

  --tw-shadow-colored: 0 0 #0000;

  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
}

.dark #menubar_wrapper .header_layer {

  --tw-bg-opacity: 1;

  background-color: rgb(40 44 52 / var(--tw-bg-opacity))
}

#menubar_wrapper .header_layer::after {

  display: none
}

#menubar_wrapper .header_layer a {

  text-decoration-line: none
}

#menubar_wrapper .header_layer .info_profile {

  --tw-border-opacity: 1;

  border-bottom-color: rgb(230 230 233 / var(--tw-border-opacity))
}

.dark #menubar_wrapper .header_layer .info_profile {

  --tw-border-opacity: 1;

  border-bottom-color: rgb(53 54 56 / var(--tw-border-opacity))
}

#menubar_wrapper .header_layer .info_profile .txt_id {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .info_profile .txt_id {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .info_profile .txt_email,
#menubar_wrapper .header_layer .info_profile .link_setting_type2 {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .info_profile .txt_email:hover,
#menubar_wrapper .header_layer .info_profile .link_setting_type2:hover {

  --tw-text-opacity: 1;

  color: rgb(246 125 134 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .info_profile .txt_email:hover,
.dark #menubar_wrapper .header_layer .info_profile .link_setting_type2:hover {

  --tw-text-opacity: 1;

  color: rgb(253 175 123 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .list_toolbar li .link_list {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .list_toolbar li .link_list:hover {

  --tw-text-opacity: 1;

  color: rgb(246 125 134 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .list_toolbar li .link_list {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .list_toolbar li .link_list:hover {

  --tw-text-opacity: 1;

  color: rgb(253 175 123 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .list_toolbar li:last-child .link_list {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .list_toolbar li:last-child .link_list:hover {

  --tw-text-opacity: 1;

  color: rgb(246 125 134 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .list_toolbar li:last-child .link_list {

  --tw-text-opacity: 1;

  color: rgb(156 157 159 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .list_toolbar li:last-child .link_list:hover {

  --tw-text-opacity: 1;

  color: rgb(253 175 123 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .wrap_list .tit_list_type {

  --tw-text-opacity: 1;

  color: rgb(246 125 134 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .wrap_list .tit_list_type {

  --tw-text-opacity: 1;

  color: rgb(253 175 123 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .wrap_list .tit_list_type:hover {

  --tw-text-opacity: 1;

  color: rgb(246 125 134 / var(--tw-text-opacity))
}

.dark #menubar_wrapper .header_layer .wrap_list .tit_list_type:hover {

  --tw-text-opacity: 1;

  color: rgb(253 175 123 / var(--tw-text-opacity))
}

#menubar_wrapper .header_layer .wrap_toolbar {

  --tw-border-opacity: 1;

  border-top-color: rgb(230 230 233 / var(--tw-border-opacity))
}

.dark #menubar_wrapper .header_layer .wrap_toolbar {

  --tw-border-opacity: 1;

  border-top-color: rgb(53 54 56 / var(--tw-border-opacity))
}

#bottom .btn {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(102 102 110 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px
}

#bottom .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 233 / var(--tw-bg-opacity))
}

.dark #bottom .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 246 / var(--tw-text-opacity))
}

.dark #bottom .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 54 56 / var(--tw-bg-opacity))
}

#bottom .btn .txt {
  position: absolute !important;
  margin: -1px !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important
}

#bottom .btn .ico {
  font-size: 1rem;
  line-height: 1.5rem
}

/* ******************** 오류 ******************** */
@media screen and (max-width: 893px) {
  .tt_article_useless_p_margin .imageblock {
   /* width: 100% !important; */
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
   /* margin: 0 auto !important; */
  }
}

/* 이미지 그리드 블록(2개 이상 이어붙인 이미지)의 가로폭 가득차게 설정 */
figure.imagegridblock {
  width: 100% !important;
}

/* ==================== 오류 ===END============== */

/* ******************** 공통 ******************** */
::selection {background: #ffe4bb; font-weight: bolder; color: rgba(72, 70, 78, 1) }
.dark ::selection { background-color: rgb(85, 137, 179); color: rgba(231, 231, 231, 1) }

.drs1 {filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}
.drs2 {filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))}
.drs3 {filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7))}
.drs5 {filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7))}

.border-h-350 {--tw-border-opacity: 1;border-color: rgb(72 70 78 / var(--tw-border-opacity))}
.dark .dark\:border-h-650 {--tw-border-opacity: 1;border-color: rgb(166 167 175 / var(--tw-border-opacity))}
.border-dotted {border-style: dotted}
.opacity-25 {opacity: 0.25}
.opacity-45 {opacity: 0.45}

@-webkit-keyframes textAnim {0% {background-position: 0 50%}50% {background-position: 100% 50%}100% {background-position: 0 50%}}
.rainbowTextEffect {-webkit-animation: textAnim 5s ease-out infinite;background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size: 250% 500%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-gradient2 {-webkit-animation: textAnim 5s ease-out infinite;background: linear-gradient(-45deg, #FF6F61, #FFC107, #2196F3, #673AB7);background-size: 250% 500%;-webkit-background-clip: text;-webkit-text-fill-color: transparent}
.dark .text-gradient2 {-webkit-animation: textAnim 5s ease-out infinite;background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size: 250% 500%;-webkit-background-clip: text;-webkit-text-fill-color: transparent}
/* ==================== 공통 ===END============== */

/* ******************** 설정 ******************** */
.myBox, .myBox::after, .myBox::before, .myBox *, .myBox *::after, .myBox *::before {box-sizing: border-box}
.Bsection {width: 100vw !important;margin-left: calc(((100vw - 100%) / 2) * -1) !important}
@media screen and (min-width: 1400px) {.Bsection {/* + 스크롤바 overlay에 따른 처리 */width: calc(100vw - 0px) !important; /*250을 0으로*/margin-left: calc(((calc(100vw - 0px) - 100%) / 2) * -1) !important; /*250을 0으로*/}.Bsection2 {/* + 스크롤바 overlay에 따른 처리 (사이드바를 접었을때 사용할것) */width: calc(100vw - 0px) !important; /*250을 560으로*/ margin-left: calc(((calc(100vw - 0px) - 100%) / 2) * -1) ; /*500을 560으로*/}}
@media screen and (min-width: 1200px) {.Biframe {width: 80vw !important;margin-left: calc(((80vw - 100%) / 2) * -1) !important}}
@media screen and (min-width: 1500px) {.Biframe {width: calc(80vw - 250px) !important;margin-left: calc(((calc(80vw - 250px) - 100%) / 2) * -1) !important}}
@media screen and (min-width: 1800px) {.Biframe {width: calc(74vw - 250px) !important;margin-left: calc(((calc(74vw - 250px) - 100%) / 2) * -1) !important}}
/* ==================== 설정 ===END============== */

/* ******************** 플로팅 목차 ******************** */
:root {
  --toc-sticky-before-text: #f9fbff;
  --toc-sticky-before-bg: #2e2e36;
  --toc-block-border: #c4c4ca;
  --scrollspy-ico-color: #626168;
  --scrollspy-ico-hover-color: #f67d85;
  --scrollspy-before-con-color: #626168;
  --scrollspy-tits-li-pl: #3b9a9d;

  --scrollspy-article-max: clamp(1100px, 100vw, 3840px);
  --scrollspy-toc-width: 380px;
  --scrollspy-toc-gap: 1.25rem;
}
.dark:root {
  --toc-sticky-before-text: #302e2e;
  --toc-sticky-before-bg: #c4c4ca;
  --toc-block-border: #c4c4ca1f;
  --scrollspy-ico-color: #a6a7af;
  --scrollspy-ico-hover-color: #fdaf7b;
  --scrollspy-before-con-color: #a6a7af;
  --scrollspy-tits-li-pl: #ff7777;
}
.pt-6 { padding-top: 1.375rem !important }
.pl-5 { padding-left: 1.375rem }
#scrollspy .ico::before { color: var(--scrollspy-ico-color) }
#scrollspy .ico:hover::before { color: var(--scrollspy-ico-hover-color) }
#scrollspy .tits li.pl-0:hover > a::before, #scrollspy .tits li.pl-3:hover > a::before, #scrollspy .tits li.pl-5:hover > a::before { color: var(--scrollspy-tits-li-pl) }
#scrollspy .tits a { font-size: 13px }
#scrollspy .tits li.pl-3 a, #scrollspy .tits li.pl-5 a { display: block }
#scrollspy .tits li.pl-3 { padding-left: .5rem !important }
#scrollspy .tits li.pl-5 { padding-left: 1rem !important }
#scrollspy .tits li.pl-0 > a::before { margin-right: 6px; font-size: 1em; font-weight: 600; opacity: 0.9; color: var(--scrollspy-before-con-color); content: '\f0da'; font-family: 'Font Awesome 5 Pro'; vertical-align: -1px }
#scrollspy .tits li.pl-3 > a::before { content: "-"; margin-right: 6px; font-size: 1em; opacity: 0.9; color: var(--scrollspy-before-con-color); font-family: "Font Awesome 5 Pro" }
#scrollspy .tits li.pl-5 > a::before { content: "⦁"; margin-right: 6px; font-size: 1em; opacity: 0.9; color: var(--scrollspy-before-con-color); font-family: "Font Awesome 5 Pro" }
@media (min-width: 1820px) { #scrollspy .wrap { width: 290px; border: 1px solid var(--toc-block-border); border-radius: 10px } }
@media (max-width: 1819px) { #scrollspy .wrap { width: 290px; max-width: 90vw; z-index: 20 } #scrollspy ol { padding-top: 2.25rem; margin-bottom: 0 } }
.\32xl\:block { border: 1px solid var(--toc-block-border); border-radius: 10px }
.\32xl\:sticky::before { position: absolute; top: -10px; left: 25px; height: 22px; padding: 0 5px; border-radius: 5px; font-size: 0.813rem; line-height: 22px; color: var(--toc-sticky-before-text); background-color: var(--toc-sticky-before-bg); content: '목차' }
@media not all and (min-width: 1820px) {.toc:after {position: absolute;background: #fc625d;border-radius: 50%;pointer-events: all;content: '';box-shadow: 10px 0 #fdbc40, 20px 0 #35cd4b;height: 5px;width: 5px;top: 15px;left: 20px}}
@media (min-width: 1820px) { #scrollspy .spy { transition: grid-template-rows .35s ease, opacity .25s ease; display: grid; grid-template-rows: 1fr; } #scrollspy.toc-closed .spy { grid-template-rows: 0fr; opacity: 0; pointer-events: none; } #scrollspy .spy > * { overflow: hidden; padding-top: 2.25rem;} }
@media (min-width: 1820px) { #scrollspy.toc-closed .wrap { border-color: transparent; } }
@media (min-width: 1820px) { #scrollspy.toc-closed .2xl\:sticky::before { opacity: 0; } }
@media (min-width: 1820px) { #scrollspy.toc-open .toc-toggle { position: absolute; top: 0.75rem; right: 1rem; opacity: 1; pointer-events: auto; transition: all .25s ease; } }
@media (min-width: 1820px) { #scrollspy.toc-closed .toc-toggle { position: absolute; top: -10px; left: 70px; right: auto; opacity: 1; pointer-events: auto; transform: scale(.9); } }
/* PC 플로팅 목차 죄측 이동 */
@media (min-width: 1820px) { #scrollspy { margin-left: 0 !important; margin-right: 0 !important; } #scrollspy .area { position: sticky; top: 6.875rem; } #scrollspy.toc-open, #scrollspy.toc-closed { left: calc(((100vw - var(--scrollspy-article-max)) / 2) - var(--scrollspy-toc-width) - var(--scrollspy-toc-gap)); right: auto; } }
@media (min-width: 1820px) { #scrollspy .\32xl\:sticky::befor { transition: transform .35s ease, opacity .25s ease; will-change: transform; } #scrollspy .toc-toggle { transition: transform .35s ease, opacity .25s ease; will-change: transform; } #scrollspy.toc-closed .\32xl\:sticky::before { transform: translateX(195px) ; transition: transform 0.85s ease-in-out; } #scrollspy.toc-closed .toc-toggle { transform: translateX(195px) scale(1); transition: transform 0.85s ease-in-out; } #scrollspy.toc-open .\32xl\:sticky::before { transform: translateX(0); transition: transform 0.85s ease-in-out; } #scrollspy.toc-open .toc-toggle { transform: translateX(0) scale(1); transition: transform .35s ease, opacity 5s ease; } }
/* ==================== 플로팅 목차 ===END============== */

/* ******************** 각주 ******************** */
:root{
  --bg-footnote-sub: #f3f5fa;
  --bg-footnote-main: #a1a6b226;
  --bg-footnote-border: #a1a6b226;
  --txt-footnote-color: #48464e;
  --style-footnote: #dc5353;
}
.dark:root{
  --bg-footnote-sub: #31343c;
  --bg-footnote-main: #4e5565b5;
  --bg-footnote-border: #4e556500;
  --txt-footnote-color: #c4c4ca;
  --style-footnote: #eda576;
}
sup {top: -.7em !important;}
.footnotes a {font-weight: 500;}
ol.footnotes {color: var(--txt-footnote-color);background-color: var(--bg-footnote-sub);padding-top: 20px;padding-right: 20px;padding-bottom: 10px;padding-left: 30px;margin: 0;list-style: decimal;border-radius: 8px; font-family: 'Maplestory', 'Yuji Mai';font-size: 15px}
div.footnotes {background-color: var(--bg-footnote-main);padding: 20px;border: 1px solid var(--bg-footnote-border);border-radius: 8px;margin-top: 2.25rem;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}
ol.footnotes li {margin-bottom: 10px;line-height: 1.6}
.contents_style .footnotes > li {padding-left: 5px;}
.contents_style .footnote a{font-size:14px;color: var(--style-footnote) !important;font-weight: 700;padding: 0 2px;font-family:Maplestory, sans-serif !important}
.contents_style .footnote a::before {content: '[';display: inline;font-family:Maplestory, sans-serif;background-image: none;margin-right:1px; margin-left: 1px !important;margin-left: none; width: none;height: none;vertical-align: none;filter: none;}
.contents_style .footnote a::after {content: ']';margin-right:2px;margin-left:2px;font-size: 14px;}
/* ==================== 각주 ===END============== */

/* ******************** 각주 툴팁 ******************** */
:root {
  --footntoe-title-color: rgba(72, 70, 78, 1);
  --footntoe-tex-color: rgba(72, 70, 78, 1);
  --footntoe-bg-color: rgba(243, 245, 250, 1); /* #fcfce7 */
  --footntoe-border-color: rgba(221, 221, 221, 1);
  --footntoe-border-bottom-color: rgba(204, 204, 204, 1);
}
.dark:root {
  --footntoe-title-color: rgba(205, 205, 205, 1);
  --footntoe-tex-color: rgba(166, 167, 175, 1);
  --footntoe-bg-color: rgba(64, 70, 84, 1);
  --footntoe-border-color: rgba(64, 70, 84, 1);
  --footntoe-border-bottom-color: rgba(166, 167, 175, 1);
}
[id^="footnote_"] {scroll-margin-top: 100px !important;} /* 여기 값을 조절해서 원하는 만큼 여백 */
div[id^="tistoryFootnoteLayer_"] { font: 14px/1.6 !important;width: 300px !important;background-color: var(--footntoe-bg-color) !important;border: 1px solid var(--footntoe-border-color) !important;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;border-radius: 8px !important;overflow: visible !important;transform: translateY(-15px) !important }
div[id^="tistoryFootnoteLayer_"]::before { content: ''; position: absolute; bottom: -11px; left: 88px; width: 0; height: 0; border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 11px solid var(--footntoe-border-color); z-index: 810301 }
div[id^="tistoryFootnoteLayer_"]::after { content: ''; position: absolute; bottom: -9px; left: 88px; width: 0; height: 0; border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 11px solid var(--footntoe-bg-color); z-index: 810302 }
div[id^="tistoryFootnoteLayer_"] > div:nth-of-type(1) { height: 0px !important }
div[id^="tistoryFootnoteLayer_"] > div:nth-of-type(2) { width: auto !important; padding: 10px 0 !important; background-image: none !important; background-color: transparent !important }
div[id^="tistoryFootnoteLayer_"] > div:nth-of-type(2) > div:nth-of-type(1) { padding-bottom: 8px !important; border-bottom: 1px dotted var(--footntoe-border-bottom-color) !important; font-weight: bold !important; margin: 0 15px 12px 15px !important; color: var(--footntoe-title-color) !important; font-size: 15px !important; font-family: "Paperlogy", "Yuji Mai", sans-serif !important }
div[id^="tistoryFootnoteLayer_"] > div:nth-of-type(2) > div:nth-of-type(2) { margin: 0 15px !important; line-height: 1.8 !important; color: var(--footntoe-tex-color) !important; font-size: 13px !important; overflow: visible !important; word-break: keep-all; font-family: "Maplestory", "Yuji Mai", sans-serif !important }
div[id^="tistoryFootnoteLayer_"] > div:nth-of-type(3) { height: 0px !important }
a[id^="footnote_link_"] { font-family: "Maplestory", "Yuji Mai", sans-serif !important }
/* ==================== 각주 툴팁 ===END============== */

/* ******************** 보호글 ******************** */
#protected .input {background-color: rgba(214, 222, 233, 1)}
.dark #protected .input {background-color: rgba(39, 40, 53, 1)}
.my-lock-icon { color: #e9516e }
.dark .my-lock-icon { color: #fbb472 }
.picture .img { background-image: url('./images/img_se.webp'); width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat } /* 보호글 이미지 */
/* ==================== 보호글 ===END============== */

/* ******************** 보호글 상단 ******************** */
#protected-header { filter: saturate(150%); width: 100%; height: 550px !important; position: relative; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: 50% -215px }
#protected-header { position: relative; overflow: hidden }
#protected-header .bg-layer { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(var(--thumbnail-blur, 0px)) brightness(0.4); transform: scale(1.1); z-index: 0 }
#protected-header::before { content: ""; position: absolute; inset: 0; background-image: inherit; background-size: inherit; background-position: inherit; background-repeat: inherit; filter: blur(var(--thumbnail-blur, 0px)); transform: scale(1.1); z-index: 0 }
@media screen and (min-width: 1500px) { #protected-header { background-position: calc(50% + 0px) -265px} }
@media screen and (max-width: 575.99px) { #protected-header { background-position: 50% 50%; background-attachment: scroll} }
/* ==================== 보호글 상단 ===END============== */

/* ******************** 로딩화면 ******************** */
:root { 
  --loader-text-color: #333;
  --loader-border-color: #918d8dd6;
  --loader-con-color0: #ffb3b3;
  --loader-con-color1: #ffb3b3;
  --loader-con-color2: #b3d9ff;
  --loader-con-color3: #fff0b3;
  --loader-con-color4: #ffc0cb;
  --loader-con-color5: #f0e68c ;
  --loader-con-color6: #d3d3d3 ;
  --loader-con-color7: #ffb6c1 ;
  --loader-con-color8: #e0ffff ;
  --loader-con-color9: #f5deb3 ;
  --loader-con-color10: #ffb3b3 ;
}
.dark:root { 
  --loader-text-color: #fff;
  --loader-border-color: #f3f3f3d1;
  --loader-con-color0: #e07a7a;
  --loader-con-color1: #7ae07a;
  --loader-con-color2: #7aaae0;
  --loader-con-color3: #e0d17a;
  --loader-con-color4: #e08ea2;
  --loader-con-color5: #c0b76b;
  --loader-con-color6: #a8a8a8;
  --loader-con-color7: #e08595;
  --loader-con-color8: #aae0e0;
  --loader-con-color9: #c2ae8f;
  --loader-con-color10: #e07a7a;
}

.bg-h-101 { --tw-bg-opacity: .95; background-color: rgb(249 251 255 / var(--tw-bg-opacity)) }
.dark .dark\:bg-h-801 { --tw-bg-opacity: .95; background-color: rgb(46 52 64 / var(--tw-bg-opacity)) }
.loader-container { display: flex; justify-content: center; align-items: center }
.loader-wrapper { position: relative; display: flex; justify-content: center; align-items: center }
.loader-circle { width: 80px; height: 80px; border: 12px solid var(--loader-border-color); border-top: 12px solid var(--loader-con-color0); border-radius: 50%; animation: loader-spin 2s linear infinite, loader-color-change 10s linear infinite; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) }
.loading-text { position: absolute; font-size: 10px; font-weight: 500; color: var(--loader-text-color); text-align: center; animation: loader-blink 1s infinite alternate }
.fade-out-box { animation: fadeout 950ms; -moz-animation: fadeout 950ms; -webkit-animation: fadeout 950ms; -o-animation: fadeout 950ms; animation-fill-mode: forwards}

/* 파스텔 색상 변화 */
@keyframes loader-color-change {
  0%   { border-top-color: var(--loader-con-color0) }
  10%  { border-top-color: var(--loader-con-color1) }
  20%  { border-top-color: var(--loader-con-color2) }
  30%  { border-top-color: var(--loader-con-color3) }
  40%  { border-top-color: var(--loader-con-color4) }
  50%  { border-top-color: var(--loader-con-color5) }
  60%  { border-top-color: var(--loader-con-color6) }
  70%  { border-top-color: var(--loader-con-color7) }
  80%  { border-top-color: var(--loader-con-color8) }
  90%  { border-top-color: var(--loader-con-color9) }
  100% { border-top-color: var(--loader-con-color10) }
}

/* 텍스트 깜빡임 */
@keyframes loader-blink {from {opacity: 0.2;} to {opacity: 1;}}

/* fadeout */
@keyframes fadeout {from {opacity: 1;} to {opacity: 0;}}
@-moz-keyframes fadeout {from {opacity: 1;} to {opacity: 0;}}
@-webkit-keyframes fadeout {from {opacity: 1;} to {opacity: 0;}}
@-o-keyframes fadeout {from {opacity: 1;} to {opacity: 0;}}

/* 회전 */
@keyframes loader-spin {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}
/* ==================== 로딩화면 ===END============== */

/* ******************** 오픈그래프 ******************** */
#tt-body-page .contents_style blockquote {margin: 20px 0}
.postcard {flex-wrap: wrap;display: flex;border-radius: 15px;overflow: hidden;position: relative;filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));background-color: rgb(243,246,250)}
.dark .postcard {background-color: rgb(40, 45, 56)}
.postcard .t-dark {color: rgb(53, 54, 56)}
.dark .postcard .t-dark {color: rgb(187, 187, 187)}
.postcard .postcard__title {color: inherit;font-size: 1.4rem;padding-bottom: 10px;max-width: 454px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-weight: bolder}
.postcard a {color: rgb(98, 97, 104) !important}
.dark .postcard a {color: rgb(162, 163, 171) !important}
.postcard h1, .postcard .h1 {margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2}
.postcard .small {font-size: 90%}
.postcard .postcard__img {max-height: 180px;width: 100%;object-fit: cover;object-position: 40% 50%;position: relative}
.dark .postcard .postcard__img {filter: brightness(0.8)}
.postcard .postcard__img_link {display: contents}
.postcard .postcard__bar {width: 50px;height: 4px;margin: 10px 0;border-radius: 5px;background-color: #424242;transition: width 0.8s ease}
.postcard .postcard__text {padding: 1.5rem;position: relative;display: flex;flex-direction: column;min-width: 100px}
.postcard .postcard__preview-txt {text-overflow: ellipsis;overflow: hidden;font-size: 13px;font-weight: 300;font-stretch: normal;line-height: 1.8;letter-spacing: normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;color: rgb(53, 54, 56)}
.dark .postcard .postcard__preview-txt {color: rgb(187, 187, 187)}  
.postcard .postcard__tagbox {display: flex;flex-flow: row wrap;font-size: 14px;margin: 20px 0 0 0;padding: 0;justify-content: center}
.postcard .postcard__tagbox .tag__item {display: inline-block;background: rgba(83, 83, 83, 0.4);border-radius: 3px;padding: 2.5px 10px;margin: 0 5px 5px 0;cursor: default;user-select: none;transition: background-color 0.3s}
.postcard .postcard__tagbox .tag__item:hover {background: rgba(83, 83, 83, 0.8)}
.postcard:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 1;border-radius: 10px}
.postcard:hover .postcard__bar { width: 100px}
.postcard__subtitle i:before {color: rgb(246, 86, 96);font-size: 10px}
.dark .postcard__subtitle i:before {color: rgb(253,175,123)}  
.postcard .postcard__img {transition: transform 0.8s ease;}
.postcard:hover .postcard__img {transform: scale(1.1);}
@media screen and (max-width: 868px) {.contents_style > blockquote.postcard {margin: 20px 15px !important} .postcard .postcard__img {border-top-left-radius: 10px !important; border-top-right-radius: 10px !important; border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; transition: transform 0.8s ease}}
@media screen and (min-width: 869px) { .postcard { flex-wrap: inherit; max-height: 214px; flex-direction: row-reverse } .postcard .postcard__tagbox { justify-content: start; } .postcard .postcard__img { max-width: 259px; max-height: 100%; border-top-left-radius: 0 !important; border-top-right-radius: 10px !important; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 10px !important } .postcard .postcard__text { padding: 2.5rem 3rem; width: 100% }.postcard .postcard__text:before { content: ''; position: absolute; display: block; background: #18151f; top: -20%; height: 130%; width: 35px; right: -12px; transform: rotate(-4deg) } }
@media screen and (min-width: 870px) {.postcard__text {padding: 2rem 3.5rem} .postcard__text:before {content: '';position: absolute;display: block;top: -20%;height: 130%;width: 55px}.postcard .postcard__text:before {background-color: rgb(243,246,250)}.dark .postcard .postcard__text:before {background-color: rgb(40, 45, 56)}}
.postcard:hover .postcard__title {color: rgb(246, 86, 96) !important}
.postcard .postcard__title {font-size: 1.25rem !important;max-width: 100% !important} /* 포스트 링크 카드 폰트 크기 덮어씌우기 */
.postcard .postcard__tagbox .blue.play:hover {background: rgb(246, 86, 96)} /* COLORS */
.blue .postcard__title:hover a {color: rgb(246, 86, 96) !important}
.blue .postcard__bar {background-color: rgb(246, 86, 96)}
.dark .blue .postcard__bar {background-color: rgb(253, 175, 123)}
.postcard .postcard__preview-txt:after {content: "";position: absolute;top: 150.25px;right: 0;width: 50%;height: 20.25px;background: linear-gradient(90deg,rgba(217,208,195,0),rgba(243,246,250,1) 75%)}
.dark .postcard .postcard__preview-txt:after {background: linear-gradient(90deg, rgba(243,246,250, 0), rgb(40 45 56) 75%)}
@media screen and (max-width: 868px) { .postcard .postcard__preview-txt:after { top: 137.25px;}}
/* ==================== 오픈그래프 ===END============== */

/* ******************** 사이드바 탭 메뉴  ******************** */
.ml-5 {margin-left: 1.375rem}
#sidebar .post-list {width: var(--h-s);padding-left: 1.25rem;padding-right: 1.25rem}
#sidebar .social-list .tab-list {width: 100%;overflow: hidden}
#sidebar .tab-ui [role='tablist'] { display: flex;justify-content: space-between;margin-bottom: 20px;margin-top: 20px;}
#sidebar .tab-ui [role='tablist'] a.current {border: 1px solid #aaa; border-radius: 8px 8px 0 0;font-weight: 600;color: #e9516e;background: transparent;border-bottom-color: transparent}
#sidebar .tab-ui [role='tablist'] a {display: inline-block;width: 100%;padding: 8px;font-size: 0.875rem;text-align: center;color: #646a7d;border-bottom: 1px solid #aaa;font-family: 'Paperlogy', sans-serif;font-weight: 700}
#sidebar .tab-ui [role='tablist'] a:hover {text-decoration: none}
.dark #sidebar .tab-ui [role='tablist'] a.current {color: #fbb472; border: 1px solid #4f545c;border-bottom-color: transparent}
.dark #sidebar .tab-ui [role='tablist'] a {color: #aeb2b0; border-bottom: 1px solid #4f545c}

#sidebar .post-list #recent-posts .post:hover .tit a, #sidebar .post-list #popular-posts .post:hover .tit a, #sidebar .post-list #recent-comments .comment .txt:hover a {color: #e9516e}
.dark #sidebar .post-list #recent-posts .post:hover .tit a, .dark #sidebar .post-list #popular-posts .post:hover .tit a, .dark #sidebar .post-list #recent-comments .comment .txt:hover a {color: #6ec3bb}
#sidebar .post-list #recent-posts .post:hover .thumb ,#sidebar .post-list #popular-posts .post:hover .thumb {animation: swing ease-in-out 0.5s 1 alternate}
#sidebar .post-list #recent-comments .comment .txt:hover .ico {color: #009688; animation: categoryAnimate 1s linear}
.dark #sidebar .post-list #recent-comments .comment .txt:hover .ico {color: #fbb472}
#sidebar .tab-ui [role='tablist'] a:hover {color: #e9516e}
.dark #sidebar .tab-ui [role='tablist'] a:hover {color: #fbb472}

#sidebar .tab-ui [role='tablist'] a.current[aria-selected="true"] {-webkit-animation: textAnim 3.5s ease-out infinite;animation: textAnim 3.5s ease-out infinite;background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size: 250% 500%;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent}
.dark #sidebar .tab-ui [role='tablist'] a.current[aria-selected="true"] {-webkit-animation: textAnim 3.5s ease-out infinite;animation: textAnim 3.5s ease-out infinite;background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size: 250% 500%;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent}

@keyframes swing { /* 아이콘 흔들 약함 애니메이션 */
  0% {transform: rotate(0deg)}
  10% {transform: rotate(10deg)}
  30% {transform: rotate(0deg)}
  40% {transform: rotate(-10deg)}
  50% {transform: rotate(0deg)}
  60% {transform: rotate(5deg)}
  70% {transform: rotate(0deg)}
  80% {transform: rotate(-5deg)}
  100% {transform: rotate(0deg)}
}
@keyframes categoryAnimate { /* 아이콘흔들 강함 애니메이션 */
    10%, 20% { transform: rotate3d(0, 0, 1, -9deg) }
    30%, 50%, 70%, 90% { transform: rotate3d(0, 0, 1, 9deg) }
    40%, 60%, 80% { transform: rotate3d(0, 0, 1, -9deg) }
}
/* ==================== 사이드바 탭 메뉴 ===END============== */

/* ******************** 플로팅 버튼 ******************** */
#share-list { opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; position: fixed; right: 20px; top: 50%; transform: translateY(-50%) }
#share-list.is-visible { opacity: 1; visibility: visible }
#share-list a { width: 36px; height: 36px; border-radius: 30px; margin-bottom: 10px }
.share-group li a { display: flex; align-items: center; justify-content: center; color: #66666e; background: #f9fbff; border: 1px solid #e4e4e4 }
.dark .share-group li a { color: #fff; background: #414753; border: 1px solid #e4e4e412 }
.share-group li a:hover { background: #414753; color: #f9fbff; transition: all .2s ease-in-out }
.dark .share-group li a:hover { background: #317361 }
@media (max-width: 1099px) { .hidden-769 { display: none }}

.dark-light-toggle { position: relative; overflow: hidden; cursor: pointer }
.icon30 { position: absolute; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center }
.icon30 svg { width: 100%; height: 100%; fill: currentColor; transition: fill 0.5s, transform 0.5s ease; margin: 0 !important }
.sun { animation: set-animation 1s forwards; opacity: 0; transform-origin: 50% 200% }
.moon { animation: rise-animation 1s forwards; opacity: 1; transform-origin: 50% 200% }
.dark .sun { animation: rise-animation 1s forwards; opacity: 1 }
.dark .moon { animation: set-animation 1s forwards; opacity: 0 }
.dark-light-toggle:hover svg { fill: #FFA500; transform: scale(1.2) }
@keyframes rise-animation { from { transform: rotate(180deg); } to { transform: rotate(360deg); }}
@keyframes set-animation { from { transform: rotate(0deg); } to { transform: rotate(180deg); }}
/* ==================== 플로팅 버튼 ===END============== */

/* ******************** 본문 이미지 ******************** */
.tt_article_useless_p_margin > figure img:hover {cursor: zoom-in}
.tt_article_useless_p_margin.contents_style img {border-radius: 10px}
#tt-body-page figure.imageblock img, figure.imageblock img {filter: brightness(1);margin: 0 auto;display: flex;transition: .5s linear}
figure.imageblock img:hover, imageblock img {transform: scale(1.01)}
.dark #tt-body-page figure.imageblock img, .dark figure.imageblock img {filter: brightness(0.9)}
.imagegridblock .image-container span img {transition: transform 0.3s ease-in-out;transform-origin: center center;display: block;max-width: 100%;height: auto}
.imagegridblock .image-container span:hover img {transform: scale(1.01)}
/* ==================== 본문 이미지 ===END============== */

/* ******************** 본문 링크 아이콘 ************* */
:root {
 --bg-icon-svg: url(./images/chrome-icon.svg);
 
}
.dark:root {
  --bg-icon-svg: url(./images/firefox-5.svg);
}
/*링크에 아이콘 넣기*/
.contents_style .av-container > p a:before,
.contents_style > p a:before,
.contents_style .av-container > blockquote[data-ke-style='style2'] a:before,
.contents_style > blockquote[data-ke-style='style2'] a:before,
.contents_style .av-container > blockquote[data-ke-style='style3'] a:before,
.contents_style > blockquote[data-ke-style='style3'] a:before,
.contents_style > blockquote.admonition a:before,
.contents_style .av-container > ol a:before,
.contents_style > ol a:before,
.contents_style .av-container > ul a:before,
.contents_style > ul a:before,
.contents_style .av-container > table a:before,
.contents_style > table a:before {
  content: '';
  background-image: var(--bg-icon-svg);
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 18px;
  font-family: 'Font Awesome 5 Pro';
  vertical-align: middle;
  /* filter: drop-shadow(1px 1px 1px #000); */
}
.dark .contents_style .av-container > p a:before,
.dark .contents_style > p a:before,
.dark .contents_style .av-container > blockquote[data-ke-style='style2'] a:before,
.dark .contents_style > blockquote[data-ke-style='style2'] a:before,
.dark .contents_style .av-container > blockquote[data-ke-style='style3'] a:before,
.dark .contents_style > blockquote[data-ke-style='style3'] a:before,
.dark .contents_style > blockquote.admonition a:before,
.dark .contents_style .av-container > ol a:before,
.dark .contents_style > ol a:before,
.dark .contents_style .av-container > ul a:before,
.dark .contents_style > ul a:before,
.dark .contents_style .av-container > table a:before,
.dark .contents_style > table a:before {
  /*  filter: drop-shadow(1px 1px 1px #000) brightness(0.9); */
}
/* ==================== 본문 링크 아이콘 ===END======= */

/* ******************** 본문 a태그 링크 hover 말풍선 ******************** */
.contents_style .av-container > p a,
.contents_style > p a,
.contents_style .av-container > blockquote[data-ke-style='style2'] a,
.contents_style > blockquote[data-ke-style='style2'] a,
.contents_style .av-container > blockquote[data-ke-style='style3'] a,
.contents_style > blockquote[data-ke-style='style3'] a,
.contents_style > blockquote.admonition a,
.contents_style .av-container > ol a,
.contents_style > ol a,
.contents_style .av-container > ul a,
.contents_style > ul a,
.contents_style .av-container > table a,
.contents_style > table a {
    position: relative;
}

.contents_style .av-container > p a > span,
.contents_style > p a > span,
.contents_style .av-container > blockquote[data-ke-style='style2'] a > span,
.contents_style > blockquote[data-ke-style='style2'] a > span,
.contents_style .av-container > blockquote[data-ke-style='style3'] a > span,
.contents_style > blockquote[data-ke-style='style3'] a > span,
.contents_style > blockquote.admonition a > span,
.contents_style .av-container > ol a > span,
.contents_style > ol a > span,
.contents_style .av-container > ul a > span,
.contents_style > ul a > span,
.contents_style .av-container > table a > span,
.contents_style > table a > span {
  position: absolute;
  white-space: nowrap;
  padding: 0px 15px 0px 15px;
  background: #434d98;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  top: -53px;
  left: 50%;
  transform: translate(0%, -20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  z-index: 1;
  font-family: "SUIT", sans-serif;
}

.dark .contents_style .av-container > p a > span,
.dark .contents_style > p a > span,
.dark .contents_style .av-container > blockquote[data-ke-style='style2'] a > span,
.dark .contents_style > blockquote[data-ke-style='style2'] a > span,
.dark .contents_style .av-container > blockquote[data-ke-style='style3'] a > span,
.dark .contents_style > blockquote[data-ke-style='style3'] a > span,
.dark .contents_style > blockquote.admonition a > span,
.dark .contents_style .av-container > ol a > span,
.dark .contents_style > ol a > span,
.dark .contents_style .av-container > ul a > span,
.dark .contents_style > ul a > span,
.dark .contents_style .av-container > table a > span,
.dark .contents_style > table a > span {
  background: #1a616d;
}

.contents_style .av-container > p a > span:before,
.contents_style > p a > span:before,
.contents_style .av-container > blockquote[data-ke-style='style2'] a > span:before,
.contents_style > blockquote[data-ke-style='style2'] a > span:before,
.contents_style .av-container > blockquote[data-ke-style='style3'] a > span:before,
.contents_style > blockquote[data-ke-style='style3'] a > span:before,
.contents_style > blockquote.admonition a > span:before,
.contents_style .av-container > ol a > span:before,
.contents_style > ol a > span:before,
.contents_style .av-container > ul a > span:before,
.contents_style > ul a > span:before,
.contents_style .av-container > table a > span:before,
.contents_style > table a > span:before {
  content: ' ';
  position: absolute;
  height: 7px;
  width: 7px;
  background: #434d98;
  bottom: -3px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%) rotate(45deg);
}

.dark .contents_style .av-container > p a > span:before,
.dark .contents_style > p a > span:before,
.dark .contents_style .av-container > blockquote[data-ke-style='style2'] a > span:before,
.dark .contents_style > blockquote[data-ke-style='style2'] a > span:before,
.dark .contents_style .av-container > blockquote[data-ke-style='style3'] a > span:before,
.dark .contents_style > blockquote[data-ke-style='style3'] a > span:before,
.dark .contents_style > blockquote.admonition a > span:before,
.dark .contents_style .av-container > ol a > span:before,
.dark .contents_style > ol a > span:before,
.dark .contents_style .av-container > ul a > span:before,
.dark .contents_style > ul a > span:before,
.dark .contents_style .av-container > table a > span:before,
.dark .contents_style > table a > span:before {
  background: #1a616d;
}

.contents_style .av-container > p a:hover > span,
.contents_style > p a:hover > span,
.contents_style .av-container > blockquote[data-ke-style='style2'] a:hover > span,
.contents_style > blockquote[data-ke-style='style2'] a:hover > span,
.contents_style .av-container > blockquote[data-ke-style='style3'] a:hover > span,
.contents_style > blockquote[data-ke-style='style3'] a:hover > span,
.contents_style > blockquote.admonition a:hover > span,
.contents_style .av-container > ol a:hover > span,
.contents_style > ol a:hover > span,
.contents_style .av-container > ul a:hover > span,
.contents_style > ul a:hover > span,
.contents_style .av-container > table a:hover > span,
.contents_style > table a:hover > span {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-40%, 80%);
}
/* ==================== 본문 a태그 링크 hover 말풍선 END ===END============== */

/* ******************** 본문 폰트 ******************** */
:root {
  --txt-contents-h3-h4: #f67d85;
  --line-text-h2-color1: rgb(246, 107, 116, 0.87);
  --line-text-h2-color2: #e9ebee;
}
.dark:root {
  --txt-contents-h3-h4: #fdaf7b;
  --line-text-h2-color1: rgb(253, 175, 123, 0.87);
  --line-text-h2-color2: #3b4252;
}

/* 밸로그처럼 p를 약간 공백 추가 */
#article .tt_article_useless_p_margin > p {margin-top: 0px !important;margin-bottom: 12px !important;padding-top: 0px !important;padding-bottom: 0px !important}

/* h2, h3, h4 제목 크기 */
.permalink-container > #article .contents_style .av-container > h2, 
.permalink-container > #article .contents_style > h2, 
.permalink-container > #article .contents_style .av-container > h3, 
.permalink-container > #article .contents_style > h3, 
.permalink-container > #article .contents_style .av-container > h4, 
.permalink-container > #article .contents_style > h4 {
  line-height: 1.8 !important
} /*게시글 제목 꾸미기 변경금지*/

#article .contents_style > h2 {padding-bottom: 15px;overflow: hidden;position: relative}
#article .contents_style > h2:before {content: '';border-bottom: 2px solid var(--line-text-h2-color1);top: 44px;height: 0;position: absolute;width: 100%;z-index: 0}
#article .contents_style > h2:after {border-bottom: 2px solid var(--line-text-h2-color2);top: 44px;content: '';position: absolute;width: 100%;z-index: 1}

/*
.permalink-container > #article .contents_style .av-container > h4, 
.permalink-container > #article .contents_style > h4 {font-size: 1.15rem; font-weight: 600} */

#article .contents_style > h4 {--tw-text-opacity: .85;color: rgb(72 70 78 / var(--tw-text-opacity));}
.dark #article .contents_style > h4 {--tw-text-opacity: .75;color: rgb(197 199 202 / var(--tw-text-opacity));}


#article .contents_style .av-container > h2,
#article .contents_style > h2 {
    font-size: 1.9rem;
    font-weight: bold;
}
#article .contents_style .av-container > h3,
#article .contents_style > h3 {
    font-size: 1.65rem;
    font-weight: bold;
}
#article .contents_style .av-container > h4,
#article .contents_style > h4 {
    font-size: 1.35rem;
    font-weight: bold;
}

#article .contents_style > p,
#article .contents_style li {
    font-size: 1.06rem;
}

#article .contents_style > h2, 
#article .contents_style > h3, 
#article .contents_style > h4 {font-family: 'Paperlogy', 'Yuji Mai', 'Humour', sans-serif}

#article .contents_style > p, 
#article .contents_style > li {font-family: 'Maplestory', 'Yuji Mai', 'Humour', sans-serif}

#article .contents_style > h3:before { content: '\f58e'; font-family: 'Font Awesome 5 Pro'; font-weight: 600; display: inline-block; margin-right: 11px; color: var(--txt-contents-h3-h4); vertical-align: middle }
#article .contents_style > h4:before { content: '\f068'; font-size: 15px; /*transform: rotate(90deg);*/ font-family: 'Font Awesome 5 Pro'; font-weight: 600; display: inline-block; margin-right: 11px; color: var(--txt-contents-h3-h4); vertical-align: middle }

#article .contents_style > h2::first-letter,
#article .contents_style > h3::first-letter,
#article .contents_style > h4::first-letter,
#article .contents_style > h5::first-letter,
#article .contents_style > h6::first-letter {color: var(--line-text-h2-color1) !important} /* 텍스트 한 글자 색상 */

@media (max-width: 768px) {
    #article .contents_style > h2:before {content: '\f174'; border-bottom: none; top: -2px; left: 0; height: auto; width: auto; position: relative; z-index: 1; font-family: 'Font Awesome 5 Brands'; font-weight: 500; margin-right: 10px; vertical-align: middle; color: rgb(255, 138, 138)}
    #article .contents_style > h2:after {content: none; border-bottom: none; position: static; top: auto; left: auto; width: auto; height: auto}
}

@media screen and (max-width: 575.99px) {
  #article .contents_style .av-container > h2,
  #article .contents_style > h2 {
      font-size: 1.5rem;
  }
  #article .contents_style .av-container > h3,
  #article .contents_style > h3 {
      font-size: 1.3rem;
  }
  #article .contents_style .av-container > h4,
  #article .contents_style > h4 {
      font-size: 1.1rem;
  }
  .c-content { font-size: 0.9rem } /* 댓글 */
}
/* ==================== 본문 폰트 ===END============== */

/* ******************** 본문 다른글 (플러그인) ******************** */
:root{
  --bg-another-category: #f3f6fa;
  --bg-border-bottom: #c4c4ca;
  --txt-another-category: #48464e;
  --link-another-category-hover: #f4747d;
}
.dark:root{
  --bg-another-category: #282d38; /*#2b3035;*/
  --bg-border-bottom: #727272;
  --txt-another-category: #c4c4ca;
  --link-another-category-hover: #62b4ad;
}
#content .another_category {padding: 1.25rem;background-color: var(--bg-another-category);filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));border-radius: .375rem;font-family: 'Paperlogy', 'Yuji Mai', sans-serif;border: none;margin: 25px 0 10px 0;clear: both}
#content .another_category h4 {border-bottom: 1px dotted var(--bg-border-bottom) !important;}
#content .another_category h4, #content .another_category h4 a {font-size: 0.9375rem !important;/*border-style: solid;border-bottom: 1px dotted var(--bg-border-bottom) !important;*/padding: 2px 0 10px !important;color: var(--txt-another-category) !important;font-weight: 700;position: relative;box-sizing: border-box;overflow: hidden;padding-right: 24px;text-overflow: ellipsis; white-space: nowrap}
#content .another_category h4:after {content: "\f0c9";font-family: 'Font Awesome 5 Pro'}
#content .another_category th a:after {content: "\f061";font-family: 'Font Awesome 5 Pro'}
#content .another_category h4:after {position: absolute;right: 0px;top: 15%;transform: translateY(0%);color: inherit}
#content .another_category th a {padding-right: 35px;position: relative;display: block;width: 100%;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 500}
#content .another_category th a:after {position: absolute;color: inherit;right: 8px;top: 50%;transform: translateY(-50%);font-size: 10px;font-weight: 700}
#content .another_category table, #content .another_category table * {display: block;font-size: 14px;font-weight: 400;text-align: left;border: none;color: var(--txt-another-category) !important;padding-top: 2px}
#content .another_category tbody {overflow: hidden;margin-left: -10px !important;margin-right: -10px !important;margin-bottom: -2px !important}
#content .another_category tr {float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 50%;padding: 0 10px}
#content .another_category th, #content .another_category th a {height: 28px}
#content .another_category td, #content .another_category th span {display: none}
#content .another_category h4 a:hover, #content .another_category th a:hover {color: var(--link-another-category-hover) !important;}
@media (max-width: 767px) {#content .another_category tr {width: 100%;padding-bottom: 5px}}
/* ==================== 본문 다른글 (플러그인) ===END============== */

/* ******************** 본문 다른글 더보기 (커스텀ver2) ******************** */
:root {
  --area-text-color: #48464e;
  --area-border-line: #c4c4ca;
  --link-area-text-hover: #f4747d;
}
.dark:root {
  --area-text-color: #c4c4ca;
  --area-border-line: #727272;
  --link-area-text-hover: #62b4ad;
}
.area_related .link_related {overflow: hidden; border-radius: 0.4em;}
.area_related .thumnail_wrapper {display: block;width: 100%;padding-top: 50%;overflow: hidden;border-radius: 0.4em;background: url(images/nunu-bg.png) no-repeat center center var(--s-bg-color);background-size: cover;position: relative}
.area_related .thumnail_wrapper .thumnail {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: 50% 50%;transition: transform 0.5s ease-in-out}
.area_related .item_related:hover .thumnail_wrapper .thumnail {transform: scale(1.08)}
.area_related .link_related:hover .box_content strong {color: var(--link-area-text-hover); transition: color .3s ease-in-out;} /* 텍스트 색상 변화 부드럽게 */
.area_related {overflow: hidden}
.border_b_mode {border-bottom: 1px dotted var(--area-border-line)}
.area_related .title_related {font-family: Paperlogy, sans-serif; margin: 15px 0 15px 0;font-size: 26px;font-weight: 700;color: var(--area-text-color)}
.area_related .list_related {list-style: none;margin: 0 -8px;padding: 0;border: none;box-sizing: border-box}
.area_related .item_related {float: left;width: 25%;margin-bottom: 40px}
.area_related .link_related {display: block;margin: 0 8px}
.area_related a {text-decoration: none}
.area_related .link_related strong {display: -webkit-box;max-height: 45px;margin: 12px 0 0;line-height: 1.47;font-size: 16px;font-weight: 500;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: var(--area-text-color);font-family: 'Paperlogy', 'Yuji Mai', sans-serif}
.area_related .info {display: inline-block;font-size: 13px;color: var(--area-text-color)}
.area_related .list_related:after {content: "";display: block;clear: both}
@media screen and (max-width: 1025px) {.area_related .title_related {margin: 15px 0 15px 0;font-size: 26px;line-height: normal}  .area_related .link_related strong {margin: 12px 0 2px 0}}
@media screen and (max-width: 767px) {.area_related .item_related {width: 50%} .area_related .item_related:last-child {margin-bottom: 30px}}
/* ==================== 본문 다른글 더보기 (커스텀ver2) ===END============== */

/* ******************** 본문 이전글 다음글 ******************** */
:root {

}
.dark:root {

}
.border-h-350 {--tw-border-opacity: 1;border-color: rgb(124 124 124 / var(--tw-border-opacity))}
.dark .dark\:border-h-600 {--tw-border-opacity: .5;border-color: rgb(166 167 175 / var(--tw-border-opacity))}
.post-switch .row>* {margin-top: 10px}
.post-switch {margin: 15px 0 5px 0}
.post-switch-item {height: 100px;background-size: cover;background-position: 50% 50%;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;border-radius: 8px;box-shadow: 0 1px 7px rgb(0 0 0 / 66%);transition: 0.2s linear}
.post-switch-item-content {position: relative;z-index: 1;color: #fff;width: 100%}
.post-switch-item:after {content: '';display: block;position: absolute;top: 0;bottom: 0;right: 0;left: 0;background-color: rgba(36, 36, 36, 0.65);border-radius: 8px}
.post-switch-item-left {width: 25%;position: absolute;text-align: center;display: flex;align-items: center;justify-content: center;height: 100%}
.post-switch-item-right {padding-left: 22%;margin-right: 30px;margin-top: 10px}
.post-switch-next .post-switch-item-right {padding-left: 30px;margin-right: 0;padding-right: 22%;text-align: right}
.post-switch-next .post-switch-item-left {right: 0;top: 0}
.post-switch-item i {font-size: 30px;color: rgba(255, 255, 255, 0.5);transition: 0.3s all ease-in-out}
.post-categories-container {display: block;width: 100%;margin-bottom: 2px}
.post-switch-item .post-categories-container {margin-top: 0;margin-bottom: 2px}
.post-switch-item-right p {overflow: hidden;font-size: 16px;line-height: 110%;margin-top: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.sh-post-categories-style1 .post-categories {text-transform: uppercase;letter-spacing: 2px}
.post-switch-item-right .post-categories {padding: 0;background-color: transparent}
.post-switch-item .post-categories {margin-bottom: 0}
.post-switch-item-right p a, .post-switch-item-right p span {color: #fff;line-height: 1.5rem}
.post-categories,
.post-categories {font-size: 0.9rem;color: #d79c6a;font-weight: 600}
.sh-post-categories-style1 .post-categories {text-transform: uppercase;letter-spacing: 2px}
.post-switch-item.post-switch-next i {animation-duration: 0.85s;animation-name: arrowPost_next;animation-fill-mode: forwards;animation-timing-function: ease-out;animation-iteration-count: infinite}
.post-switch-item i {animation-duration: 0.85s;animation-name: arrowPost_previous;animation-fill-mode: forwards;animation-timing-function: ease-out;animation-iteration-count: infinite}
@keyframes arrowPost_next {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0px);
    }
}
@keyframes arrowPost_previous {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-8px);
    }

    100% {
        transform: translateX(0px);
    }
}
.post-switch-item-content p > a:hover {
    color: rgb(219 128 99);
}
.switch-title {
  filter: drop-shadow(2px 3px 1px black);
  -webkit-text-stroke: 1px #fafafa99;
  transition: 0.2s ease;
  position: relative;
  font-family: 'Paperlogy', 'Yuji Mai', sans-serif;
}
.post-switch-item:hover {
    transform: scale(1.02);
}
.post-switch-item:hover .post-switch-item-thumnail {
    transform: scale(1.07);
}
.post-switch-item:hover .switch-title {
    color: #fff;
    -webkit-text-stroke: 1px #fff;
}
/* ==================== 본문 이전글 다음글 ===END============== */

/* ******************** 파일첨부 **************** */
figure.fileblock, #tt-body-page figure.fileblock {position: static;margin: 20px 0;border: none;width: 100%;height: 100%;font-family: Maplestory, Rajdhani, Humour, Yuji Mai, sans-serif}
figure.fileblock a, #tt-body-page figure.fileblock a {position: relative;top: 0;display: inline-block;height: auto;border-radius: 10px;background-color: #555;transition: all 0.2s;filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7))}
figure.fileblock a:hover, #tt-body-page figure.fileblock a:hover {background-color: #0b666a}
.dark figure.fileblock a:hover, .dark #tt-body-page figure.fileblock a:hover {background-color: #474e68}  
figure.fileblock a::after, #tt-body-page figure.fileblock a::after {display: none;background-image: none}
figure.fileblock a div.image, #tt-body-page figure.fileblock a div.image {display: none}
figure.fileblock a div.desc, #tt-body-page figure.fileblock a div.desc {position: static}
figure.fileblock a div.desc::after, #tt-body-page figure.fileblock a div.desc::after {background-image: none}
figure.fileblock a div.desc div.filename, #tt-body-page figure.fileblock a div.desc div.filename {height: auto;padding: 5px 10px;margin: 0;color: #e9e9e9;text-overflow: clip;white-space: normal;overflow: visible}
.dark figure.fileblock a div.desc div.filename, .dark #tt-body-page figure.fileblock a div.desc div.filename {color: #e9e9e9}
figure.fileblock a div.desc div.filename span.name, #tt-body-page figure.fileblock a div.desc div.filename span.name {display: inline-block;max-width: 100%;height: 100%;padding: 5px 20px 7px;font-size: 15px;vertical-align: middle;text-align: center;text-overflow: clip;white-space: normal;overflow: visible}
figure.fileblock a div.desc div.filename span.name::before, #tt-body-page figure.fileblock a div.desc div.filename span.name::before {font-family: 'Font Awesome 5 Pro';margin-right: 10px;content: '\f019';font-weight: 400;color: #dedede;vertical-align: middle}
figure.fileblock a div.desc div.size, #tt-body-page figure.fileblock a div.desc div.size {height: auto;margin-top: -5px;border-radius: 0 0 10px 10px;font-size: 11px;color: #fff;text-align: center;background-color: #555;filter: brightness(0.8);-webkit-filter: brightness(0.8);-moz-filter: brightness(0.8);-ms-filter: brightness(0.8);-o-filter: brightness(0.8);transition: all 0.2s}
figure.fileblock a:hover div.desc div.size, #tt-body-page figure.fileblock a:hover div.desc div.size {background-color: #183d3d;filter: brightness(0.8);-webkit-filter: brightness(0.8);-moz-filter: brightness(0.8);-ms-filter: brightness(0.8);-o-filter: brightness(0.8)}
.dark figure.fileblock a:hover div.desc div.size, .dark #tt-body-page figure.fileblock a:hover div.desc div.size {background-color: #6b728e}
#tt-body-page figure.fileblock a::after {content: '';background: none}
/* ==================== 파일첨부 ===END========== */

/* ******************** 본문 테이블 표 ***************** */
.contents_style table td,
.contents_style table tr {
  border-color: #c1c2c4 !important;
}
.dark .contents_style table td,
.dark .contents_style table tr {
  border-color: #4b4e55 !important;
}

#article .contents_style table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
    border: 1px solid #e6e6e6;
}

.contents_style table[data-ke-style=style12] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style13] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style14] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style15] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style18] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style17] tr:nth-child(odd) td,
.contents_style table[data-ke-style=style4] tr:nth-child(2n) td {
  background-color: rgb(46 53 82 / 6%);
}

.dark .contents_style table[data-ke-style=style12] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style13] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style14] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style15] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style18] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style17] tr:nth-child(odd) td,
.dark .contents_style table[data-ke-style=style4] tr:nth-child(2n) td {
  background-color: rgb(255 255 255 / 4%);
}

.contents_style table[data-ke-align] .sell1 {background-color: rgb(46 53 82 / 6%) !important}
.dark .contents_style table[data-ke-align] .sell1 {background-color: rgb(255 255 255 / 4%) !important}
.contents_style table[data-ke-align] .sell2 {background-color: transparent !important}

.contents_style table[data-ke-style=style12] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style12] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(46 53 82 / 10%);
}

.contents_style table[data-ke-style='style12'] .my-custom-bg,
.contents_style table[data-ke-style='style12'] tr td:first-child,
.dark .contents_style table[data-ke-style='style12'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style12'] tr td:first-child {
  background-color: rgb(46 53 82 / 10%);
}
.contents_style table[data-ke-style='style12'] tr td[rowspan] {
  background-color: rgb(46 53 82 / 10%) !important;
}

.contents_style table[data-ke-style=style13] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style13] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(28 125 130 / 6%);
}

.contents_style table[data-ke-style='style13'] .my-custom-bg,
.contents_style table[data-ke-style='style13'] tr td:first-child,
.dark.contents_style table[data-ke-style='style13'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style13'] tr td:first-child {
  background-color: rgb(28 125 130 / 6%);
}
.contents_style table[data-ke-style='style13'] tr td[rowspan] {
  background-color: rgb(28 125 130 / 6%) !important;
}

.contents_style table[data-ke-style=style14] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style14] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(55 168 120 / 10%);
}

.contents_style table[data-ke-style='style14'] .my-custom-bg,
.contents_style table[data-ke-style='style14'] tr td:first-child,
.dark .contents_style table[data-ke-style='style14'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style14'] tr td:first-child {
  background-color: rgb(55 168 120 / 10%);
}
.contents_style table[data-ke-style='style14'] tr td[rowspan] {
  background-color: rgb(55 168 120 / 10%) !important;
}

.contents_style table[data-ke-style=style15] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style15] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(39 128 212 / 10%);
}

.contents_style table[data-ke-style='style15'] .my-custom-bg,
.contents_style table[data-ke-style='style15'] tr td:first-child,
.dark .contents_style table[data-ke-style='style12'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style15'] tr td:first-child {
  background-color: rgb(39 128 212 / 10%);
}
.contents_style table[data-ke-style='style15'] tr td[rowspan] {
  background-color: rgb(39 128 212 / 10%) !important;
}

.contents_style table[data-ke-style=style18] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style18] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(185 78 88 / 10%);
}

.contents_style table[data-ke-style='style18'] .my-custom-bg,
.contents_style table[data-ke-style='style18'] tr td:first-child,
.dark.contents_style table[data-ke-style='style18'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style18'] tr td:first-child  {
  background-color: rgb(185 78 88 / 10%);
}
.contents_style table[data-ke-style='style18'] tr td[rowspan] {
    background-color: rgb(185 78 88 / 10%) !important;
}

.contents_style table[data-ke-style=style17] tr:nth-child(odd) .my-custom-bg,
.dark .contents_style table[data-ke-style=style17] tr:nth-child(odd) .my-custom-bg {
  background-color: rgb(224 142 69 / 10%)
}

.contents_style table[data-ke-style='style17'] .my-custom-bg,
.contents_style table[data-ke-style='style17'] tr td:first-child,
.dark.contents_style table[data-ke-style='style17'] .my-custom-bg,
.dark .contents_style table[data-ke-style='style17'] tr td:first-child {
  background-color: rgb(224 142 69 / 10%) !important;
}
.contents_style table[data-ke-style='style17'] tr td[rowspan] {
  background-color: rgb(224 142 69 / 10%) !important;
}

.contents_style table[data-ke-style=style12] {box-shadow: 0 0 0 1px #42444e;}
.contents_style table[data-ke-style=style13] {box-shadow: 0 0 0 1px #1c7d82;}
.contents_style table[data-ke-style=style14] {box-shadow: 0 0 0 1px #206548;}
.contents_style table[data-ke-style=style15] {box-shadow: 0 0 0 1px #1f66a8;}
.contents_style table[data-ke-style=style17] {box-shadow: 0 0 0 1px #e08e45;}
.contents_style table[data-ke-style=style18] {box-shadow: 0 0 0 1px #b94e58;}
.dark .contents_style table[data-ke-style=style12] {box-shadow: 0 0 0 1px #42444e;}
.dark .contents_style table[data-ke-style=style13] {box-shadow: 0 0 0 1px #19585b;}
.dark .contents_style table[data-ke-style=style14] {box-shadow: 0 0 0 1px #1e573f;}
.dark .contents_style table[data-ke-style=style15] {box-shadow: 0 0 0 1px #23517c;}
.dark .contents_style table[data-ke-style=style17] {box-shadow: 0 0 0 1px #875a31;}
.dark .contents_style table[data-ke-style=style18] {box-shadow: 0 0 0 1px #813b42;}

.contents_style table[data-ke-style=style12] tr:first-child td {
  background-color: #42444e !important;
  border: 1px solid #524f4b !important;
  color: #FCFAF8 !important;
}
.dark .contents_style table[data-ke-style=style12] tr:first-child td {
  color: #ececec !important;
}
.contents_style table[data-ke-style=style13] tr:first-child td {
  background-color: #1C7D82 !important;
  border: 1px solid #49a0a5 !important;
  color: #FCFAF8 !important;
}
.dark .contents_style table[data-ke-style=style13] tr:first-child td {
  color: #FAFAFA !important;
}
.contents_style table[data-ke-style=style14] tr:first-child td {
  background-color: #206548 !important;
  border: 1px solid #154a34 !important;
  color: #FCFAF8 !important;
}
.dark .contents_style table[data-ke-style=style14] tr:first-child td {
  color: #ececec !important;
}
.contents_style table[data-ke-style=style15] tr:first-child td {
  background-color: #1F66A8 !important;
  border: 1px solid #145694 !important;
  color: #FCFAF8 !important;
}
.dark .contents_style table[data-ke-style=style15] tr:first-child td {
  color: #ececec !important;
}
.contents_style table[data-ke-style=style18] tr:first-child td {
  background-color: #B94E58 !important;
  border: 1px solid #9E3D46  !important;
  color: #FCFAF8 !important;
}
.dark .contents_style table[data-ke-style=style18] tr:first-child td {
  color: #FAFAFA !important;
}
.contents_style table[data-ke-style=style17] tr:first-child td,
.dark .contents_style table[data-ke-style=style17] tr:first-child td {
  background-color: #E08E45 !important;
  border: 1px solid #B37139 !important;
  color: #222222 !important;
  font-weight: 500;
}
/* ==================== 본문 테이블 표 ===END=========== */

/* ******************** 목차 ******************** */
.pl-8 {padding-left: 2rem;} /*h4 설정*/
#toc {font-weight: 500;}
#toggleButton{color:rgb(72, 70, 78, .7);}
.dark #toggleButton{color:rgb(195, 195, 201, .9);}
#toc #toggleButton:hover {--tw-text-opacity: 1;color: rgb(244 116 125 / var(--tw-text-opacity));}
.dark #toc #toggleButton:hover {--tw-text-opacity: 1;color: rgb(98 180 173 / var(--tw-text-opacity));}

#toc #tocContent .pl-0 .text-overflow-hidden::before { content: '\f0da';font-family: 'Font Awesome 5 Pro';font-weight: 600;font-size: 16px;margin: 5px;vertical-align: -1px }
#toc #tocContent .pl-4 .text-overflow-hidden::before { content: '-';font-family: 'Font Awesome 5 Pro';font-weight: 500;font-size: 20px;margin: 5px;vertical-align: -3px; }
#toc #tocContent .pl-8 .text-overflow-hidden::before { content: '\f111';font-family: 'Font Awesome 5 Pro';font-weight: 600;font-size: 4px;margin: 5px;vertical-align: 3px; }
.hover\:text-h-600:hover .text-overflow-hidden::before, .hover\:text-h-600:hover .fa-arrow-right::before {color: #62b4ad;}
.dark .dark\:hover\:text-h-200:hover .text-overflow-hidden::before, .dark .dark\:hover\:text-h-200:hover .fa-arrow-right::before {color: #f65660;}

#tocContent { /*스크롤바*/
  max-height: 330px; /* 최대 높이 제한 */
  overflow-y: auto;  /* 내용이 많으면 세로 스크롤 표시 */
  transition: height 0.5s ease, opacity 0.5s ease;
  padding-right: 20px; /*스크롤바 공백*/
}
#tocContent::-webkit-scrollbar {width: 5px;}
#tocContent::-webkit-scrollbar-track {background: transparent}
#tocContent::-webkit-scrollbar-thumb {background-color: #dcdfe4;border-radius: 4px}
.dark #tocContent::-webkit-scrollbar-thumb {background-color: #1a202c}
#tocContent::-webkit-scrollbar-thumb:hover {background-color: #949495}
.dark #tocContent::-webkit-scrollbar-thumb:hover {background-color: #3d435e}
/* ==================== 목차 ===END============== */

/* ******************** 댓글 상단 아이콘 ******************** */
:root{--rp-color-icon: #48464ede}
.dark:root{--rp-color-icon: #c98a68}
.svg-icon { width: 50px; height: 50px; vertical-align: middle }
.svg-icon path { fill: var(--rp-color-icon)}
/* ==================== 댓글 상단 아이콘 ===END============== */

/* ******************** 댓글 링크 복사 ******************** */
#notification {display: none;position: fixed;background-color: #394759;color: white;padding: 10px 20px;border-radius: 5px;z-index: 1000;transition: opacity 0.5s;filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));}
.dark #notification {color: #eae9e9;background-color: #4e5565;}
/* ******************** 댓글 링크 복사 ******************** */

/* ************************************* 이전 댓글 더보기 버튼 ************************************* */
.comments .tt_more_preview_comments_wrap {margin: 35px 0 20px 65px !important;background-color: var(--form-color-1) !important;color: var(--h-button-color-hover);display: inline-block;border-radius: 25px;font-size: 0.85rem;padding: 8px 18px;font-weight: 500;box-sizing: border-box;filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7))}
.dark .comments .tt_more_preview_comments_wrap {background-color: var(--form-color-2) !important;color: var(--h-button-color-hover2)}
.comments .tt_more_preview_comments_wrap::before {all: unset}
.comments .tt_more_preview_comments_wrap::after {font-family: 'Font Awesome 5 pro';content: '\f0ab';font-weight: 600;margin-left: 10px;font-size: 1rem;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7))}
.comments .tt_more_preview_comments_text {filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7))}
/* ===================================== 이전 댓글 더보기 버튼 END ===================================== */

/* ******************** 댓글 디자인 ******************** */
:root{
  --bg-cover-element: #f3f4fa;
}
.dark:root{
  --bg-cover-element: #3b4252;
}

.t-bubble {position: relative;margin-top: 15px;width: 100%;background: var(--bg-cover-element)}
.t-bubble, .t-ico {border-radius: 8px}
.c-container {display: flex;padding: 10px 0;box-sizing: border-box}
.c-bottom {display: flex;align-items: center;flex-wrap: wrap;padding: 7.5px 20px;background: #d2e9e9;border-radius: 0 0 8px 8px;line-height: 1.8}
.dark .c-bottom {background: #41616e;}

/*guest 폼*/
.guest_input {display: flex;margin: 15px}
.guest_input p {width: 40%}
.guest_input p input {width: 97.2%;background: var(--bg-cover-element);padding: 10px 5px;border-radius: 15px;outline: 0;border: 0;z-index: 1;position: relative;font-size: 12px}

/*입력 폼*/
.textareaWrapper {margin: 10px;z-index: 1;position: relative}
.mk-textarea {width: 97%;padding: 10px;ine-height: 170%;background: 0 0;outline: 0;border-radius: 0.325rem;resize: none;border: 0;margin: 0}

.c-bubble {position: relative;border-radius: 8px;margin-left: 15px;margin-top: 15px;background: #f3f4fa}
.dark .c-bubble {background: #3b4252; /*#292a2d;*/}

.c-head {display: flex;align-items: center;flex-wrap: wrap;padding: 10px 20px 0 20px;background: #f3f4fa;border-radius: 8px 8px 0 0;line-height: 1.8}
.dark .c-head {background: #3b4252;}

/*신고버튼*/
.c-bottom .date > a {margin-right: 0px} 
.comments .date {margin-right: 10px}
.comments .date a {color: #b5efce00}
.dark .comments .date a {color: #41616e}
.comments .date a::before {font-family: 'Font Awesome 5 Pro';content: '\e02e';font-size: 15px;position: absolute;color: #5C5C5C;margin-top: -2px;margin-left: 4px}
.dark .comments .date a::before {color: #bfbfbf}
.comments .date a:hover::before {color: #f66 !important}


.c-container.rp_admin .c-head span.name::before, .c-container.guest_admin .c-head span.name::before {
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    content: '\f43f';
    color: #795548;
    margin-right: 1px;
    padding: 0 1px;
    font-weight: bold;
    font-size: 14px;
    animation: star1 3s infinite;
    padding-bottom: 2px;
}
.dark .c-container.rp_admin .c-head span.name::before, .dark .c-container.guest_admin .c-head span.name::before {color: #e1a995;}
.c-container .c-head span.name::before {
    content: '\f406';
    margin-right: 6px;
    font-size: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
    vertical-align: middle;
    color: #0e83ac;
}
.dark .c-container .c-head span.name::before {color: #9acbd0;}
.c-ico {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7)) brightness(0.95);
}
.dark .c-ico {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7)) brightness(0.9);
}

.c-bubble img {
    filter: brightness(0.95);
}
.dark .c-bubble img {
    filter: brightness(0.9);
}
.dark .c-bubble img[src="https://tistory4.daumcdn.net/tistory/7484110/skin/images/eaum-021.gif"] {border-radius: 5px; background-color: #d5d5d5;}
.guest_admin .c-bubble,
.rp_admin .c-bubble {
    box-shadow: -1px 2px 10px rgb(0 0 0 / 16%);
}


.c-content {
    padding: 15px 25px;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 0;
}

.c-head .date,
.c-head .name {
    margin-right: 5px;
}
.c-head .name {
    font-size: 14px;
    color: rgb(97 97 97) !important;
}
.dark .c-head .name {
  color: rgb(187 187 187 / 1) !important;
}
.c-bottom .date,
.c-bottom a {
    font-size: 0.75rem;
    margin-right: 13px;
    color: #5C5C5C;
}
.dark .c-bottom .date,
.dark .c-bottom a {
    color: #bfbfbf;
}
.date.modded {
    opacity: 1;
}
.c-bubble::after {
    content: '';
    position: absolute;
    width: 55.5px;
    height: 25px;
    border: 0 solid #f3f4fa;
    border-width: 0 20px;
    border-radius: 50%;
    clip: rect(0, 25px, 12px, 0);
    display: block;
    z-index: 0;
    left: -35.5px;
    top: 5px;
    transform: scaleX(-1);
}
.dark .c-bubble::after {
    content: '';
    position: absolute;
    width: 55.5px;
    height: 25px;
    border: 0 solid #282c30;
    border-width: 0 20px;
    border-radius: 50%;
    clip: rect(0, 25px, 12px, 0);
    display: block;
    z-index: 0;
    left: -35.5px;
    top: 5px;
}
.r-copy {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
.dark .r-copy {
    border-bottom: 1px dotted rgba(196, 196, 202, 0.4);
}
.c-head a {
    display: inline-block;
}
.c-head {
    z-index: 1;
    position: relative;
}
/* --- 답글 --- */
.reply-list .guest_admin,
.reply-list .rp_admin {
    flex-direction: row-reverse;
}
.reply-list .guest_admin .c-bubble,
.reply-list .rp_admin .c-bubble {
    margin-left: 0;
    margin-right: 15px;
}
.rp_admin .c-head,
.guest_admin .c-head { /*닉네임 배경 색상*/
    background: #fffdf0;
}
.dark .rp_admin .c-head,
.dark .guest_admin .c-head { /*닉네임 배경 색상*/
    background: #181e31;
}
.rp_admin .c-bottom,
.guest_admin .c-bottom {
    background: #fff2c2;
}
.dark .rp_admin .c-bottom,
.dark .guest_admin .c-bottom {
    background: #2e445e;
}
.reply-list .guest_admin .c-bubble::after,
.reply-list .rp_admin .c-bubble::after {
    left: auto;
    right: -35.5px;
    transform: scaleX(1);
}
.rp_admin .c-bubble::after,
.guest_admin .c-bubble::after {
    border-color: #fffdf0;
}
.dark .rp_admin .c-bubble::after,
.dark .guest_admin .c-bubble::after {
    border-color: #181e31;
}
.rp_admin .c-bubble,
.guest_admin .c-bubble { /* 댓글 배경색*/
    background: #fffdf0;
}
.dark .rp_admin .c-bubble,
.dark .guest_admin .c-bubble { /* 댓글 배경색*/
    background: #181e31;
}
.reply-list .rp_admin .c-head,
.reply-list .guest_admin .c-head {
    flex-direction: row-reverse;
}
/* --- 댓글 쓰기 폼 --- */
.form_ .__ {
    box-sizing: border-box;
}
.form_ .__ textarea {
    border: none;
    background: none;
    resize: none;
}
.form_ input[type='checkbox'] {
    display: none;
}
.form_ #secret-label {
    margin: 0 0 5px 5px;
    color: rgb(66 66 66);
    display: inline-block;
}
.dark .form_ #secret-label {
  --tw-text-opacity: 1;
  color: rgb(196 196 202 / var(--tw-text-opacity));
}
.form_ #secret-label::before {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    content: '\f13e';
}
.form_ input#secret:checked + label #secret-label::before {
    font-size: 1.2rem;
    font-weight: 600;
    color: #dc3545 !important;
    font-family: 'Font Awesome 5 Pro';
    content: '\f30d';
}
.link-hover-underline::after {
  color: #dc3545;
}
.dark .form_ input#secret:checked + label #secret-label::before {
    color: #FFBB64 !important;
}
.color_h_color_blur_CSS {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.dark .color_h_color_blur_CSS {
  --tw-text-opacity: 1;
  color: rgb(196 196 202 / var(--tw-text-opacity));
}
.t-wrapper {
    display: flex;
    padding: 10px 0;
}
.t-ico {
    width: 50px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
    margin: 0;
    background: #eee;
}




#upload {
    display: none;
}
.attach-wrapper {
    display: flex;
    padding: 0 10px;
    align-items: center;
    margin-bottom: 5px;
}
.attach-btn {
    margin: 0 5px;
    font-size: 1.2rem;
}
.attach-btn {
    cursor: pointer;
}
#secret-label {
    cursor: pointer;
}
.button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 0px 15px;
    box-shadow: var(--main-color) 0 0 0 2px inset;
}
#submitComment > i {
    font-size: 2rem;
    color: rgb(66 66 66);
    font-weight: 600;
    transition: 0.2s cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.dark #submitComment > i {
  --tw-text-opacity: 1;
  color: rgb(196 196 202 / var(--tw-text-opacity));
}
#submitComment:hover > i {
    transform: scale(1.15);
}
.form_ .__ textarea,
.form_ .__ input,
.form_ .__ label {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.dark .form_ .__ textarea,
.dark .form_ .__ input,
.dark .form_ .__ label {
  --tw-text-opacity: 1;
  color: rgb(196 196 202 / var(--tw-text-opacity));
}
.writeColor.c-bottom {
  background-color: rgb(39 55 77 / 90%);
}


/* 폼 댓글 작성 말풍선 색깔 다르게 */
.writeColor.c-bottom.formPost {
  /*background-color: rgb(94 96 114 / 90%)*/
  background-color: rgb(39 55 77 / 90%);
}
.dark .writeColor.c-bottom.formPost {
  background-color: rgb(20 27 46 / 90%);
}
.writeColor.c-bottom.formPost > a {
    letter-spacing: 1px;
    color: #eae9e9;
}
/* 유튜브 비디오 반응형으로 수정 */
.youtubevid-wrapper {
    width: 400px;
    max-width: 100%;
}
.resvid {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.resvid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
}
.dark .resvid iframe {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7)) brightness(0.9);
}
/* 댓글 작성자 badge */
.bg-reply a { /* 닉네임 텍스트 색상 */
    color: #616161 !important;
}
.dark .bg-reply a { /* 닉네임 텍스트 색상 */
    color: #DDD !important;
}
.bg-reply {background-color: #f3f4fa !important;}
.dark .bg-reply {background-color: #3b4252 !important;}

.rp_admin .bg-reply,
.guest_admin .bg-reply { /* 운영자 닉네임 배경색 */
    background-color: #fffdf0 !important;
}
.dark .rp_admin .bg-reply,
.dark .guest_admin .bg-reply {
    background-color: #181e31 !important;
}
/* 비밀글 닉네임 커스텀 */
.rp_secret .bg-reply,
.guest_secret .bg-reply {
    background-color: #f3f4fa !important;
}
.dark .rp_secret .bg-reply,
.dark .guest_secret .bg-reply {
    background-color: #3b4252 !important;
}
.rp_secret .c-head, 
.guest_secret .c-head {
    background: #f3f4fa;
}
.dark .rp_secret .c-head, 
.dark .guest_secret .c-head {
    background: #3b4252;
}
.rp_secret .c-bubble, 
.guest_secret .c-bubble {
    background: #f3f4fa;
}
.dark .rp_secret .c-bubble, 
.dark .guest_secret .c-bubble {
    background: #3b4252;
}
.rp_secret .c-bubble::after, 
.guest_secret .c-bubble::after {
    border-color: #f3f4fa;
}
.dark .rp_secret .c-bubble::after, 
.dark .guest_secret .c-bubble::after {
    border-color: #3b4252;
}
.rp_secret .c-bottom, 
.guest_secret .c-bottom {
    background: #c0cfdc;
}
.dark .rp_secret .c-bottom, 
.dark .guest_secret .c-bottom {
    background: #4e5565;
}
.rp_secret .c-bottom .date a, 
.guest_secret .c-bottom .date a {
    color: #c0cfdc00;
}
/*비밀글 커스텀 END*/
html[data-theme='dark'] .bg-reply {
    background-color: var(--comment-color) !important;
}
html[data-theme='dark'] .rp_admin .bg-reply,
html[data-theme='dark'] .guest_admin .bg-reply {
    background-color: #594088 !important;
}
/* 댓글 링크 url 색깔 */
.c-content a {
    color: var(--h-color-theme);
}
.c-content a:hover {text-decoration: solid underline 1.5px !important; color: #2b7352; text-underline-position: under;}
.dark .c-content a:hover {color: #E1C1FD;}

/* 댓글 비밀글 설명문 꾸미기 */
.rgyCommentSecretCheck {
    font-size: 12px;
}
#secret:checked ~ span.rgyCommentSecretCheck {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
span.rgyCommentSecretCheck {
    font-size: 0.7em;
    color: #dc3545 !important;
    padding-left: 2px;
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.dark span.rgyCommentSecretCheck {
  color: #FFBB64 !important;
}
#rgyCommentSecretCheck-text {
    padding-left: 5px;
    color: #6c6c6c;
}
.dark #rgyCommentSecretCheck-text { 
  --tw-text-opacity: 0.7;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}
#rgyCommentSecretCheck-text:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f06a';
    padding-right: 5px;
    color: #c49b9b;
}
/* 댓글 달기 하단 설명 섹션 강조문 */
.link-comment-strong {
    color: #ffa456 !important;
}
.guestAnim {
    animation: slide-in-blurred-top 1.4s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-blurred-top {
    0% {
        transform: translateY(-1000px);
        transform-origin: 50% 0;
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}



/* 댓글 추가 꾸미기 - 댓글에 압정 */
.c-head .fix-comment-pin::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f08d';
    position: absolute;
    right: 0;
    margin: -52px 6px;
    z-index: 1;
    font-size: 1.8em;
    color: #d56d6d;
    transform: rotate(21deg);
    filter: drop-shadow(0px 2px 2px #f656);
}

/* placeholder 꾸미기 */
.guest_input p input::placeholder {
  color: rgb(102 102 110);
  padding-left: 10px;
}
.dark .guest_input p input::placeholder {
  color: rgb(187 187 187);
}
/* 2022 바운스 애니메이션 */
.wlcGuest {
    animation: slide-in-bck-center 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both, wlc-ani 5s infinite;
}
.wlcGuest2 {
    animation: slide-in-bck-center 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both,
        wlc-ani2 2s ease-in-out infinite alternate;
}
@keyframes slide-in-bck-center {
    0% {
        transform: translateZ(600px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes wlc-ani {
    25% {
        transform: rotate(1deg) scale(1.05);
    }
    50% {
        transform: rotate(0deg) scale(1);
    }
    75% {
        transform: rotate(-1deg) scale(1.05);
    }
}
@keyframes wlc-ani2 {
    0% {
        transform: rotate(1.5deg);
    }
    100% {
        transform: rotate(-1.5deg);
    }
}
@keyframes star1 {0%,100%,50% {transform: scale(1);-webkit-transform: scale(1)}25%,75% {transform: scale(0.6);-webkit-transform: scale(0.6)}}
/* 댓글 날짜 시계 크기 추가 수정 */
.c-bubble .date i::before {
    font-size: 0.5rem;
}

/* 댓글 최대 width 설정 */
.c-bubble {
    max-width: 84.5%;
}

/* 댓글 글씨 */
.c-content {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.dark .c-content {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.tistoryProfileLayerTrigger {
   width: none;
   height: none;
   display: none;
   cursor: none;
   background: none;
   margin: none;
}
/* ==================== 댓글 디자인 ===END============== */

/* ******************** 댓글 미디어 첨부 로딩 ******************** */
:root{--bg-rp-midea-color: rgba(235, 237, 242, 0.9);--br-coment-midea-color: rgba(0, 0, 0, 0.7)}
.dark:root{--bg-rp-midea-color: rgba(44, 44, 52, 0.9);--br-coment-midea-color: rgba(255, 255, 255, 0.7)}
#loadingCommentsMedia {background-color: var(--bg-rp-midea-color);z-index: 10001;position: fixed;top: 0;width: 100%;height: 100%}
#loadingCommentsMedia .loader {width: 250px;height: 50px;line-height: 50px;text-align: center;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-family: helvetica, arial, sans-serif;text-transform: uppercase;font-weight: 900;color:var(--br-coment-midea-color);letter-spacing: 0.2em}
#loadingCommentsMedia .loader::before, #loadingCommentsMedia .loader::after {content: '';display: block;width: 15px;height: 15px;background: var(--br-coment-midea-color);position: absolute;-webkit-animation: load 0.7s infinite alternate ease-in-out;animation: load 0.7s infinite alternate ease-in-out}
#loadingCommentsMedia .loader::before {top: 0}
#loadingCommentsMedia .loader::after {bottom: 0}
@-webkit-keyframes load {0% {left: 0;height: 30px;width: 15px}50% {height: 8px;width: 40px}100% {left: 235px;height: 30px;width: 15px}}
@keyframes load {0% {left: 0;height: 30px;width: 15px}50% {height: 8px;width: 40px}100% {left: 235px;height: 30px;width: 15px}}
.dash {background: #f15b66;display: block;height: 3px;margin-bottom: 10px;width: 47px;margin-left: 7px} /*빨간 dash*/
/* ==================== 댓글 미디어 첨부 로딩 ===END============== */

/* ******************** 댓글 익명프로필 ******************** */
[src*='profile_default_00'],[style*='profile_default_00'] {content: url(./images/Avatar-1.svg);}
[src*='profile_default_01'],[style*='profile_default_01'] {content: url(./images/Avatar-2.svg);}
[src*='profile_default_02'],[style*='profile_default_02'] {content: url(./images/Avatar-3.svg);}
[src*='profile_default_03'],[style*='profile_default_03'] {content: url(./images/Avatar-4.svg);}
[src*='profile_default_04'],[style*='profile_default_04'] {content: url(./images/Avatar-5.svg);}
[src*='profile_default_05'],[style*='profile_default_05'] {content: url(./images/Avatar-6.svg);}
[src*='profile_default_06'],[style*='profile_default_06'] {content: url(./images/Avatar-7.svg);}
[src*='profile_default_07'],[style*='profile_default_07'] {content: url(./images/Avatar-8.svg);}
/* ==================== 댓글 익명프로필 ===END============== */

/* ******************** 본문 상단 물결 ******************** */
:root {
  --waves-rgba-number-one: rgba(249, 251, 255, 0.3);
  --waves-rgba-number-two: rgba(249, 251, 255, 0.5);
  --waves-rgba-number-three: rgba(249, 251, 255, 1); 
}
.dark:root {
  --waves-rgba-number-one: rgba(26, 32, 44, 0.3);
  --waves-rgba-number-two: rgba(26, 32, 44, 0.5);
  --waves-rgba-number-three: rgba(26, 32, 44, 1); 
}
.hero-waves {display: block;width: 100%;height: 60px;z-index: 5;position: absolute;right: 0;top: 480px;z-index: 10}
@media screen and (min-width: 344px) {.hero-waves {height: 70px}} /* 특정 화면 크기 이상에서만 높이를 70px로 재정의 */
.wave1 use {fill: var(--waves-rgba-number-one);-webkit-animation: move-forever1 10s linear infinite;animation: move-forever1 10s linear infinite;-webkit-animation-delay: -2s;animation-delay: -2s}
.wave2 use {fill: var(--waves-rgba-number-two);-webkit-animation: move-forever2 8s linear infinite;animation: move-forever2 8s linear infinite;-webkit-animation-delay: -2s;animation-delay: -2s}
.wave3 use {fill: var(--waves-rgba-number-three);-webkit-animation: move-forever3 6s linear infinite;animation: move-forever3 6s linear infinite;-webkit-animation-delay: -2s;animation-delay: -2s}
@-webkit-keyframes move-forever1 {0% {transform: translate(85px, 0%)}100% {transform: translate(-90px, 0%)}}
@keyframes move-forever1 {0% {transform: translate(85px, 0%)}100% {transform: translate(-90px, 0%)}}
@-webkit-keyframes move-forever2 {0% {transform: translate(-90px, 0%)}100% {transform: translate(85px, 0%)}}
@keyframes move-forever2 {0% {transform: translate(-90px, 0%)}100% {transform: translate(85px, 0%)}}
@-webkit-keyframes move-forever3 {0% {transform: translate(-90px, 0%)}100% {transform: translate(85px, 0%)}}
@keyframes move-forever3 {0% {transform: translate(-90px, 0%);}100% {transform: translate(85px, 0%)}}
/* ==================== 본문 상단 물결 ===END============== */

/* ******************** 본문 상단 ******************** */
.text-mubi {color: rgba(255, 187, 100, 1.0) !important}
.dark .text-mubi {color: rgba(98, 180, 173, 1.0) !important}
.bg-mubi {background-color: rgba(255, 32, 78, .8) !important; color: rgb(187, 187, 187)}
.dark .bg-mubi {background-color: rgba(7, 10, 82, 1) !important}
header.myheader {/* height: 215px; */ height: 35%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; text-align: center}
header.myheader .heading * { position: relative; z-index: 0; color: #f9fbff; font-family: 'Maplestory', 'Yuji Mai', 'Humour', sans-serif}
.dark header.myheader .heading * {color: #e7e7e7;}
#categoryText {font-size: 15px; padding: 0.5em 1em; border-radius: 20px; font-weight: 700; letter-spacing: 0.6px;font-family: Rajdhani;text-transform: uppercase;}
#article-header {filter: saturate(150%); width: 100%; height: 550px !important; position: relative; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: 50% -215px; /* -webkit-transition: background-image 2s linear;  transition: background-image 2s linear; */}
@media screen and (min-width: 1500px) {#article-header {background-position: calc(50% + 0px) -265px}}
@media screen and (max-width: 575.99px) {#article-header {background-position: 50% 50%; background-attachment: scroll}}
#article-header:after {content: ''; position: absolute; bottom: 0; top: 0; left: 0; right: 0; background-color: rgb(14 17 31 / 50%); backdrop-filter: blur(var(--thumbnail-blur))}
.mouseScroll_icon {margin-top: 190px}/*마우스 스크롤 아이콘*/
.scroll-btn {display: block; left: 0; right: 0; text-align: center}
.scroll-btn > * {display: inline-block; line-height: 18px; font-size: 13px; font-weight: normal; color: #7f8c8d; color: #ffffff; letter-spacing: 2px}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {color: #ffffff}
.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {opacity: 0.8; filter: alpha(opacity=80)}
.scroll-btn .mouse {position: relative; display: block; width: 35px; height: 55px; margin: 0 auto 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 3px solid white; border-radius: 23px; opacity: 0.75; z-index: 1}
.scroll-btn .mouse > * {position: absolute; display: block; top: 29%; left: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; background: white; border-radius: 50%; animation: ani-mouse 2.5s linear infinite}
.sc-arrow {bottom: 15px; position: relative; z-index: 1}/* 마우스 화살표 */
.sc-arrow span {display: inline-block; width: 1rem; height: 1rem; border: 4px solid transparent; border-right-color: rgb(210 210 215 / 75%); border-bottom-color: rgb(210 210 215 / 75%); border-radius: 4px; transform: rotate(45deg); animation: arrow-down 0.6s alternate infinite}
@keyframes ani-mouse {0% {opacity: 1; transform: translate(0, 29%)} 15% {opacity: 1; transform: translate(0, 150%)} 50% {opacity: 0; transform: translate(0, 150%)} 100% {opacity: 0;transform: translate(0, 29%)}}
@keyframes arrow-down {0% {opacity: 0} 25% {opacity: 0.25} 50% {opacity: 0.5} 75% {opacity: 0.75} 100% {opacity: 1}}/* 화살표 애니메이션 */
.admin.s_ad_div_CSS > a {margin-right: 5px}/* 어드민 수정,삭제,공개 공백좀 넣기 */
#postingWriteAni .d-lg-block .byTitle:after {content: '\e93c'; font-size: 18px; padding-right: 0px; margin-top: 0px; display: inline-block; font-family: 'icomoon';}
/* ==================== 본문 상단 ===END============== */

/* ******************** 네비게이션 ******************** */
.hidden,.main-menu-item[data-is-megamenu=true] .nc-megamenu-item,.main-menu-item[data-is-megamenu=true] .sub-menu-wrap {display: none !important}
.navbar .navbar-nav .nav-link, .dropdown-menu *, .dropdown-item {font-family: 'Maplestory', sans-serif}
.navbar .navbar-nav .nav-link {font-size: 0.95rem;font-family: 'Maplestory', sans-serif}
.dropdown-item {font-size: 0.96rem}
#boot_header .center .title {margin: 0;font-size: 1rem;font-weight: 400;height: 20px;color: rgba(98, 97, 103, 1);line-height: 22px}
.dark #boot_header .center .title {color: rgba(187, 187, 187, 1)}

#boot_header .navbar .navbar-nav .nav-link { /*네비 page 텍스트 색상*/
  /*font-weight: bold;*/
}
.dark #boot_header .navbar .navbar-nav .nav-link { /*네비 page 텍스트 색상*/
  color: rgba(255, 255, 255, 0.6);
  /*font-weight: bold;*/
}
#boot_header .center .title:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.6);
}

/* 모바일 반응형 nav cd부분 인라인블록으로 */
.nav-link {
  display: inline-block;
}

/* 모바일 반응형 nav 너비 조정 */
@media (max-width: 575px) {
  #boot_header .container {
    max-width: 99%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #boot_header .container {
    max-width: 99%;
    margin-top: 10px;
  }
}
@media (max-width: 1700px) {
  #boot_header .container {
    max-width: 1140px;
  }
}

/* 상단 아이콘 크기 조정 */
.fs-nav-ico {
  font-size: 23px;
}
.fs-nav-ico.fa-search {
  font-size: 19px;
}

/* 부트스트랩 nav h5 색깔 */
.dropdown-menu .dropdown-header {
  /*color: salmon;*/
  color: rgb(246, 86, 96);
}

/* 부트스트랩 nav 반응형 스크롤 가리기 */
#mainNavbarTheme {
  -ms-overflow-style: none;
}
#mainNavbarTheme::-webkit-scrollbar {
  display: none;
}
/* 부트스트랩 nav 색깔 조정 */
header.sticky-reverse.scroll-up .navbar.navbar-expand-lg.navbar-light,
header.header-sticky.is-sticky .navbar.navbar-expand-lg.navbar-light { /*pc 네비게이션 배경*/
  background-color: rgba(233, 235, 238, .7);
  -webkit-backdrop-filter: blur(5px);
 /* backdrop-filter: blur(5px);*/
}

.dark header.sticky-reverse.scroll-up .navbar.navbar-expand-lg.navbar-light,
.dark header.header-sticky.is-sticky .navbar.navbar-expand-lg.navbar-light { /*pc 네비게이션 배경*/
  background-color: rgba(44, 44, 52, .7);
  -webkit-backdrop-filter: blur(5px);
 /* backdrop-filter: blur(5px);*/
}

/* 부트스트랩 카테고리 아이콘 설정 */
#boot_header .dropdown-menu i {
  width: 15px !important;
  text-align: center;
  margin-right: 5.5px;
  font-size: 0.8em;
}
#boot_header .dropdown-menu .dropdown-header i {
  width: 15px !important;
  text-align: center;
  margin-right: 8.5px;
  font-size: 0.8em;
}
#boot_header .dropdown-menu h5 {
  font-size: 0.8em;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: indianred !important;
  background-color: rgb(255 249 250) !important;
  /* padding-left: 20px; */
}

/*상단 nav 버튼 숫자 애니메이션*/
#heartNum {
  background-color: rgba(225, 37, 37, 1);/*#f65660;*/
  color: #fff;
}
#rpNum {
  background-color: #57A6A1;
  color: #fff;
}
.iconBtn {
  position: absolute;
  top: -3px;
  right: -16px;
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: 0.4;
  transition: 0.4s;
  padding: 2px !important;
}
#heartNum::before {
  border: 1px solid rgba(255, 32, 78, .8);/*#f65660;*/
}
#rpNum::before {
  border: 1px solid #57A6A1;
}
.iconBtn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: rippleBadge 1s linear infinite;
  animation: rippleBadge 1s linear infinite;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@keyframes rippleBadge {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.375);
    opacity: 1;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
.navbar-link-white .navbar-no-collapse-items .nav-link,
.navbar-dark .navbar-no-collapse-items .nav-link,
.openSide svg,
.sticky svg {
  fill: rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.55);
}

@media screen and (max-width: 991.98px) {
  .openSide svg,
  .sticky svg {
    fill: rgba(14, 17, 31, 0.35);
    color: rgba(14, 17, 31, 0.35);
  }
}

/*모바일*/
#__nav {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0px 20px;
  height: 59px;
  position: absolute;
  background: none;
  top: -59px;
  transition-duration: 0.2s;
}

/* 모바일용 nav 추가된것*/
#__nav svg.fa-lenevv {fill: rgba(255, 255, 255, 0.55);color: rgba(255, 255, 255, 0.55)}
#__nav.sticky svg.fa-lenevv {fill: rgba(14, 17, 31, 0.35);color: rgba(14, 17, 31, 0.35)}
.dark #__nav.sticky svg.fa-lenevv {fill: rgba(187, 187, 187, 0.7);color: rgba(187, 187, 187, 0.7)}
#__nav.is-sticky .openSide .menuh-stick, #__nav.is-sticky .openSide .menuh-stick:before, #__nav.is-sticky .openSide .menuh-stick:after, header.is-sticky #__nav .openSide .menuh-stick, header.is-sticky #__nav .openSide .menuh-stick:before, header.is-sticky #__nav .openSide .menuh-stick:after, .is-sticky #__nav .openSide .menuh-stick, .is-sticky #__nav .openSide .menuh-stick:before, .is-sticky #__nav .openSide .menuh-stick:after, .scroll-up #__nav.is-sticky .openSide .menuh-stick, .scroll-up #__nav.is-sticky .openSide .menuh-stick:before, .scroll-up .scroll-up #__nav.is-sticky .openSide .menuh-stick:after, .scroll-up header.is-sticky #__nav .openSide .menuh-stick, .scroll-up header.is-sticky #__nav .openSide .menuh-stick:before, .scroll-up header.is-sticky #__nav .openSide .menuh-stick:after, .scroll-up .is-sticky #__nav .openSide .menuh-stick, .scroll-up .is-sticky #__nav .openSide .menuh-stick:before, .scroll-up .is-sticky #__nav .openSide .menuh-stick:after, #__nav.sticky .openSide .menuh-stick, #__nav.sticky .openSide .menuh-stick:before, #__nav.sticky .openSide .menuh-stick:after, .scroll-up #__nav.sticky .openSide .menuh-stick, .scroll-up #__nav.sticky .openSide .menuh-stick:before, .scroll-up #__nav.sticky .openSide .menuh-stick:after {background: var(--nav-search-scrolled)}
.dark #__nav.is-sticky .openSide .menuh-stick, .dark #__nav.is-sticky .openSide .menuh-stick:before, .dark #__nav.is-sticky .openSide .menuh-stick:after, .dark header.is-sticky #__nav .openSide .menuh-stick, .dark header.is-sticky #__nav .openSide .menuh-stick:before, .dark header.is-sticky #__nav .openSide .menuh-stick:after, .dark.is-sticky #__nav .openSide .menuh-stick, .dark.is-sticky #__nav .openSide .menuh-stick:before, .dark.is-sticky #__nav .openSide .menuh-stick:after, .dark .scroll-up #__nav.is-sticky .openSide .menuh-stick, .dark .scroll-up #__nav.is-sticky .openSide .menuh-stick:before, .dark .scroll-up .scroll-up #__nav.is-sticky .openSide .menuh-stick:after, .dark .scroll-up header.is-sticky #__nav .openSide .menuh-stick, .dark .scroll-up header.is-sticky #__nav .openSide .menuh-stick:before, .dark .scroll-up header.is-sticky #__nav .openSide .menuh-stick:after, .dark .scroll-up .is-sticky #__nav .openSide .menuh-stick, .dark .scroll-up .is-sticky .is-sticky #__nav .openSide .menuh-stick:before, .dark .scroll-up .is-sticky #__nav .openSide .menuh-stick:after, .dark #__nav.sticky .openSide .menuh-stick, .dark #__nav.sticky .openSide .menuh-stick:before, .dark #__nav.sticky .openSide .menuh-stick:after, .dark .scroll-up #__nav.sticky .openSide .menuh-stick, .dark .scroll-up #__nav.sticky .openSide .menuh-stick:before, .dark .scroll-up #__nav.sticky .openSide .menuh-stick:after {background: var(--nav-search-dark-scrolled)}


/* 맨위 상단 고정 용 */
#__nav:not(.tabletnav) {
  position: fixed;
  top: 0;
  z-index: 10;
  color: white;
}
#__nav.sticky { /* 배경 색상 */
  color: rgba(0, 0, 0, 1);
  background-color: rgba(233, 235, 238, .8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.dark #__nav.sticky { /* 배경 색상 */
  background-color: rgba(44, 44, 52, .8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#__nav.tabletnav.sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  color: white;
}

#__nav.center {
  display: block;
}
#__nav .center {
  line-height: 1rem;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

/* 상단 nav 브랜드 로고 */
#__nav .center .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  height: 20px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 22px;
}
#__nav.sticky .center .title {
  color: rgba(53, 54, 56, 1);
}
.dark #__nav.sticky .center .title { /* 타이틀 폰트 색상*/
  color: rgba(187, 187, 187, 1);
}

#__nav > .left {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
#__nav > .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990;
  align-items: center;
}
#__nav > .right {
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
  align-items: center;
}

#__nav .navbar-no-collapse-items .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
#__nav.sticky .navbar-no-collapse-items .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.dark #__nav.sticky .navbar-no-collapse-items .nav-link { /*다크모드 page 폰트 색상*/
  color: rgba(187, 187, 187, 0.9);
}

@media screen and (max-width: 1260px) {
  #__nav {
    padding: 0 15px;
    height: 54px;
  }
}
@media screen and (min-width: 1500px) {
  body[data-sidebar-default='1'] #__nav {
    width: calc(100% - 250px) !important;
  }

  body[data-sidebar-default='1'] #__nav .left {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  #__nav div[class='btn_tool'] .btn_menu_toolbar.btn_subscription,
  #__nav .left > img {
    transform: scale(0.88);
  }
}

/* 모바일용 nav */
#__nav svg.fa-compact-disc {
    fill: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.55);
}
#__nav.sticky svg.fa-compact-disc {
    fill: rgba(14, 17, 31, 0.35);
    color: rgba(14, 17, 31, 0.35);
}

.dark #__nav.sticky svg.fa-compact-disc {
    fill: rgba(187, 187, 187, 0.7);
    color: rgba(187, 187, 187, 0.7);
}
#__nav.sticky.my_top_nav_CSS {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 9%) !important;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 9%) !important;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35) !important;
}

/* 부트스트랩 nav 용 */
.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,
.is-sticky .openSide svg,
.sticky svg {
    fill: rgba(14, 17, 31, 0.35);
    color: rgba(14, 17, 31, 0.35);
}
.dark .scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,
.dark .is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,
.dark .is-sticky .openSide svg,
.dark .sticky svg { /* 아이콘 색상 */
    fill: rgba(187, 187, 187, 0.9);
    color: rgba(187, 187, 187, 0.9);
}
.navbar-no-collapse-items .nav-link:hover svg {
    display: inline-block !important;
    animation: swing ease-in-out 0.5s 1 alternate;
}
.navbar-no-collapse-items .nav-link:hover .fa-kiss-wink-heart {
    fill: #e73a45 !important;
}
.navbar-no-collapse-items .nav-link:hover .fa-comment-dots {
    fill: #3a9b96 !important;
}
.navbar-no-collapse-items .nav-link:hover .fa-search {
    color: #35abd0 !important;
}

/*.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:hover, .scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:focus, .is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:hover, .is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link:focus {
   color: rgba(14,17,31,.7);
   }}*/
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* ******************** 검색 모달창 ************* */
#position_search {
  margin-top: 90px;
}
@media screen and (min-width: 1400px) {
  #modal-search-bar-2 { /*사이드바 접었을때 0 표시했을때 250*/
    padding-left: 0px !important;
  }
}

/* 부트스트랩 검색박스 길이 재설정 */
.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 85% !important;
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 75% !important;
    }
}
@media (min-width: 1500px) {
    .modal-dialog {
        max-width: 65% !important;
    }
}
.w-auto {
    width: auto !important;
}
/* 검색 모달 광고 부분 */
.searchP-ad-container {
  border: 3px solid #e5e5e5;
  height: 175px;
  margin-top: 30px;
  border-radius: 10px;
}
.searchP-ad {
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  border-radius: 10px;
  /* background-image: url('https://i.imgur.com/wZJuy8d.png'); */
}
.coupang-notice {
  position: absolute;
  color: #898989 !important;
  font-size: 0.6em;
  bottom: 5px;
  right: 30px;
}
/* 검색 모달창 꾸미기 */
#search_modal_form:after {
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  content: '';
  bottom: -1px;
}
#search_modal_form:hover:after {
  right: 0;
  transition-property: right;
  transition-duration: 0.8s;
  background: linear-gradient(to right, #e8d4b9, #86aaff, #70bc4c, #ffbe00, #f46e85);
}
#search::placeholder {
  /* color: #072f4e6b; */
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.sbc-tags {
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  padding: 7px 10px 5px;
  font-size: 0.8em;
  color: #686868 !important;
}
.tags-i:before {
  color: #225f8f !important;
}
.tags-i:after {
  color: #225f8f !important;
}
.tags-i {
  padding-right: 4px;
}
.tag-cloud-list span {
  display: inline-block;
  margin: 5px 2px;
}
.click-tag-cloud {
  --fa-primary-color: rgb(66 117 159);
  --fa-secondary-color: rgb(66 117 159);
  padding-right: 3px;
  padding-left: 6px;
}

.shadow-none {
  box-shadow: none!important;
}
/* ==================== 검색 모달창 ===END======= */
/* ==================== 네비게이션 ===END============== */

/* ******************** 티스토리 공식 메뉴(네비) ******************** */
#menubar_wrapper {vertical-align: middle;margin-left: 0.1rem;transform: scale(0.9);transform-origin: center center;}
#menubar_wrapper .ico_tistory_sign {display: inline-block;width: 25px;height: 30px;margin-top: 1px;background-position: 1px -28px;vertical-align: middle;transform: scale(0.8)}
#boot_header.scrolled #menubar_wrapper .ico_tistory_sign {background-position: 1px 2px}
.dark #boot_header.scrolled #menubar_wrapper .ico_tistory_sign {background-position: 1px -28px}
#menubar_wrapper .list_toolbar .link_list {display: block;height: 30px;padding: 6px 0 0 24px;font-size: 14px;line-height: 18px;color: #000;box-sizing: border-box}
.menu_toolbar .list_toolbar .link_list {display: block;height: 30px;padding: 6px 0 0 24px;font-size: 14px;line-height: 18px;color: #000;box-sizing: border-box}
#menubar_wrapper .layer_tool {width: 140px;height: 151px}
#menubar_wrapper .list_toolbar {padding: 15px 0 24px}
#menubar_wrapper .header_layer .inner_header_layer { font-family: 'Maplestory', sans-serif !important }
#menubar_wrapper .header_layer .info_profile:hover .txt_id { color:rgba(246, 125, 134, 1) }
.dark #menubar_wrapper .header_layer .info_profile:hover .txt_id { color:rgba(253, 175, 123, 1) }
.inner_header_layer .tit_list_type { font-family: 'Maplestory', sans-serif !important }
.inner_header_layer .txt_email, .inner_header_layer .tit_list_type, .inner_header_layer .link_setting_type2 { font-size: 14px !important; }
.dark #menubar_wrapper .header_layer::-webkit-scrollbar-track { color: rgba(40, 44, 52, 1 )!important}
/* ==================== 티스토리 공식 메뉴(네비) ===END============== */

/* ******************** 네비게이션 메뉴 버튼 ******************** */
.navbar-link-white .navbar-no-collapse-items .nav-link,.navbar-dark .navbar-no-collapse-items .nav-link,.openSide svg,.sticky svg{fill:rgba(255, 255, 255, 0.55);color:rgba(255, 255, 255, 0.55)}
@media screen and (max-width: 991.98px){.openSide svg,.sticky svg{fill:rgba(14, 17, 31, 0.35);color:rgba(14, 17, 31, 0.35)}}
.scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,.is-sticky .openSide svg,.sticky svg{fill:rgba(14, 17, 31, 0.35);color:rgba(14, 17, 31, 0.35)}
.dark .scroll-up .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,.dark .is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .nav-link,.dark .is-sticky .openSide svg,.dark .sticky svg{fill:rgba(187, 187, 187, 0.9);color:rgba(187, 187, 187, 0.9)}
:root{--nav-search:rgba(255, 255, 255, .55);--nav-search-scrolled:rgba(14, 17, 31, 0.3);--nav-search-dark-scrolled:rgba(187, 187, 187, 0.9)}
.openSide{display:flex;align-items:center;justify-content:center;cursor:pointer}
.menuh{display:block;width:27px;height:35px;position:relative}

.menuh-stick,.menuh-stick:before,.menuh-stick:after{width:100%;height:5.4px;border-radius:5px;background:var(--nav-search);transition:0.3s all}
.menuh-stick{display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}
.menuh-stick:before,.menuh-stick:after{position:absolute;content:"";display:block;left:0}
.menuh-stick:before{top:-8px}
.menuh-stick:after{top:8px}

nav.is-sticky .openSide .menuh-stick,nav.is-sticky .openSide .menuh-stick:before,nav.is-sticky .openSide .menuh-stick:after,header.is-sticky .openSide .menuh-stick,header.is-sticky .openSide .menuh-stick:before,header.is-sticky .openSide .menuh-stick:after, .is-sticky .openSide .menuh-stick, .is-sticky .openSide .menuh-stick:before, .is-sticky .openSide .menuh-stick:after,.scroll-up nav.is-sticky .openSide .menuh-stick,.scroll-up nav.is-sticky .openSide .menuh-stick:before,.scroll-up nav.is-sticky .openSide .menuh-stick:after,.scroll-up header.is-sticky .openSide .menuh-stick,.scroll-up header.is-sticky .openSide .menuh-stick:before,.scroll-up header.is-sticky .openSide .menuh-stick:after,.scroll-up .is-sticky .openSide .menuh-stick,.scroll-up .is-sticky .openSide .menuh-stick:before,.scroll-up .is-sticky .openSide .menuh-stick:after{background:var(--nav-search-scrolled)}
.dark nav.is-sticky .openSide .menuh-stick, .dark nav.is-sticky .openSide .menuh-stick:before, .dark nav.is-sticky .openSide .menuh-stick:after, .dark header.is-sticky .openSide .menuh-stick, .dark header.is-sticky .openSide .menuh-stick:before, .dark header.is-sticky .openSide .menuh-stick:after, .dark.is-sticky .openSide .menuh-stick, .dark.is-sticky .openSide .menuh-stick:before, .dark.is-sticky .openSide .menuh-stick:after,.dark .scroll-up nav.is-sticky .openSide .menuh-stick,.dark .scroll-up nav.is-sticky .openSide .menuh-stick:before,.dark .scroll-up nav.is-sticky .openSide .menuh-stick:after,.dark .scroll-up header.is-sticky .openSide .menuh-stick,.dark .scroll-up header.is-sticky .openSide .menuh-stick:before,.dark .scroll-up header.is-sticky .openSide .menuh-stick:after,.dark.scroll-up.is-sticky .openSide .menuh-stick,.dark.scroll-up.is-sticky .openSide .menuh-stick:before,.dark.scroll-up.is-sticky .openSide .menuh-stick:after{background:var(--nav-search-dark-scrolled)}

/* L
.openSide:hover .menuh-stick:after {opacity: 0;transform: scale(0.1);top: 50%}
.openSide:hover .menuh-stick {width: 5.4px;height: 27px;left: 8px;top: 50%;transform: translateY(-50%)}
.openSide:hover .menuh-stick:before {width: 10px;height: 10px;border-radius: 50%;left: 10px;top: 17px;transform: none}
*/

.openSide:hover .menuh-stick {width: 24px;height: 4px;left: 0;top: 50%;transform: translateY(-50%);background:var(--nav-search);position: relative;border-radius: 2px}
.openSide:hover .menuh-stick:before {content: "";position: absolute;width: 12px;height: 4px;top: -4px;left: 12px;background:var(--nav-search);transform: rotate(35deg);border-radius: 2px}
.openSide:hover .menuh-stick:after {content: "";position: absolute;width: 12px;height: 4px;top: 4px;left: 12px;background:var(--nav-search);transform: rotate(-35deg);border-radius: 2px}

.swimsearch{background:#fff0;border:4px solid var(--nav-search);box-sizing:border-box;position:relative;width:20px;height:20px;border-radius:20px}
.swimsearch:after{background:var(--nav-search);box-sizing:border-box;margin-top:10px;margin-left:12px;position:absolute;display:block;content:"";height:15px;width:4px;border-radius:8px;transform:rotate(-45deg)}
/* ==================== 네비게이션 메뉴 버튼 ===END============== */

/* ******************** 본문 기능 브래드스크럼 ******************** */
.breadcrumb {display: inline !important;font-size: 1.2rem !important; margin-bottom: 0 !important; margin: 0 !important;color: #48464e;text-transform: uppercase}
.dark .breadcrumb {color: #c1c2c6}
.breadcrumb a {font-size: 13px; font-family: Paperlogy, sans-serif; font-weight: 500;}
.breadcrumb .arrow {margin: 0 2px;}
.breadcrumb a:hover {color: #dc5353;-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.3) 30%, #000 50%, rgba(0,0,0,0.3) 70%);-webkit-mask-size: 200%;animation: shine 2s infinite;}
.dark .breadcrumb a:hover {color: #fdaf7b;}
@-webkit-keyframes shine { from { -webkit-mask-position: 150%; } to { -webkit-mask-position: -50%; } }
/* ==================== 본문 기능 브래드스크럼 ===END============== */

/* ******************** 본문 기능 ******************** */
:root {
  --bg-zoom-color: #48464e;
  --bg_meta-color: #5d5d5d;
  --backgroundPoint: #39549a;
  --bg-zoom-hover: #f4747d;
}
.dark:root {
  --bg_meta-color: #c4c4ca;
  --bg-zoom-hover: #369f7c;
}
.clearfix {display: block}
.clearfix:after {content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#content .top_area {padding: 0 0 10px;margin: 5px 5px 10px 5px;align-items: center;justify-content: space-between;display: flex;width: 99.7%}
#content .top_area .meta {display: inline-block;font-size: 14px;color:var(--bg_meta-color);line-height: 34px}
#content .top_area .etc {display: flex;align-items: center;margin-left: auto;font-family: 'Paperlogy', sans-serif}
#content .top_area .etc .label {display: inline-block;padding-right: 10px;font-size: 16px;font-weight: 500;vertical-align: top;line-height: 34px}
#content .top_area .etc a, #content .top_area .etc .btn_print {display: inline-block;width: 34px;height: 34px;background-image: url(./images/icons_pc.png);background-repeat: no-repeat;font-size: 0;vertical-align: top;transition: none}
#content .top_area .audio_wrap .btn_music {background-position: -40px -60px; margin-right: 10px;}
#content .top_area .audio_wrap .btn_music.play {background-position: 0 -60px}
#content .top_area .share_wrap {float: left;padding-left: 10px;}
#content .top_area .etc .font_zoom button svg {display: inline-block;color: #fff;width: 13px;height: 13px;/*background-color: #222;*/border-radius: 100%;/*line-height: 22px;*/font-size: 1rem;margin-bottom: 1px;}
.top_area .etc .font_zoom button {position: relative;align-items: center;justify-content: center;text-align: center;background-color: var(--bg-zoom-color);color: #fff;font-size: .1rem;border-radius: 100%;width: 25px;height: 25px;line-height: 28px}
.top_area .etc .font_zoom button:hover {background-color: var(--bg-zoom-hover)}

#content .top_area .share_wrap #font_reset svg {transition: transform 0.8s ease-in-out;transform-origin: center center}
#content .top_area .share_wrap #font_reset:hover svg {transform: rotate(360deg)}

#content .top_area .share_wrap #font_reset{background-color: var(--backgroundPoint) !important}
#content .top_area .etc .btn_print {background-position: -120px -60px}
@media (max-width:768px) {#content .top_area .etc .audio_wrap {padding-right: 5px}#content .top_area .etc button{width:25px;height:25px;background-image:url(./images/icons_mo.png);background-size:200px auto;}#content .top_area .etc .share_wrap, #content .top_area .etc .btn_print, #content .top_area .etc .audio_wrap .label {display: none}}

.share_wrap .font_zoom {display: flex; align-items: center; gap: 10px; position: relative;}
.share_wrap .font_zoom button {display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 0; background: none; cursor: pointer; color: var(--settB-h-txt-color); transition: color 0.2s;}
.share_wrap .font_zoom button svg {width: 16px; height: 16px; fill: currentColor;}
.share_wrap .font_zoom button + span {display: block; position: absolute; bottom: 100%; padding: 4px 9px; background: #fff; border: 1px solid #e5e5e5; border-radius: 4px; font-size: 11px; color: #333; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.2s ease; z-index: 10; pointer-events: none;}
#font_increase + span {left: 88px; transform: translateX(-50%);}
#font_decrease + span {left: 123px; transform: translateX(-50%);}
#font_reset + span {left: 158px; transform: translateX(-50%);}
.share_wrap .font_zoom button + span .share_wrap_hover {position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #e5e5e5;}
.share_wrap .font_zoom button:hover {color: #4288cf;}
.share_wrap .font_zoom button:hover + span {opacity: 1; visibility: visible; bottom: 110%;}
.dark .share_wrap .font_zoom button + span {background: #363f52; border-color: #4a5568; color: #a6a7af;}
.dark .share_wrap .font_zoom button + span .share_wrap_hover {border-top-color: #4a5568;}
/* ==================== 본문 기능 ===END============== */

/* ******************** 본문 기능 중복글자체크 ******************** */
/*google material icon */.material-icons-outlined,.material-icons-round {vertical-align:text-bottom;font-size:16px;user-select:none;}
.breadcrumb-text-check {display:flex;align-items: center;justify-content: space-between;margin: 10px 5px 5px 5px}
.text-length span li:before{align-items:center;}
.text-length {font-size:14px;display:flex;align-items:center;flex-direction:row;justify-content: flex-end;margin-bottom: 10px}
.material-icon {font-size:17px !important;--tw-text-opacity: 1;color: rgb(231 65 80 / var(--tw-text-opacity))}
.text-length .textLenIncludeSpaces:before {content:"공백 포함:";margin: 5px}
.text-length .textLenExcludeSpaces:before {content:"공백 제외:";margin-right: 5px}
.text-length .textLenIncludeSpaces:after {content:" 자";}
.text-length .textLenExcludeSpaces:after {content:" 자";}
.text-length .divider:before {content:'';display:inline-block;margin:0 5px;width:1.5px;height:14px;background-color:#a89e9e;vertical-align: middle;}
#duplicateWordsContainer {display:flex;flex-wrap:wrap;margin-bottom:10px;height:auto;max-height:210px;overflow-y:auto;}
.popup-container {padding:10px;background-color:#f3f6fa;border:1px solid #f3f6fa;border-radius:5px;z-index: 1;display:none;max-height:400px;overflow-y:auto;font-size:13px;margin: 15px 0px 20px 0px;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}
.popup-word {width:33%;word-wrap:break-word;list-style:none;padding:3px 0;display:inline-block;border-bottom:1px solid #a89e9e; border-style: dotted}
.popup-word::after {content:" 회"}
.dup-button {cursor:pointer;background-color:#58565d;/*border:1px solid #484646;*/border-radius:3px;padding: 2px 10px 1px 10px;font-size:13px;margin-left:5px;color: #e7e7e7;filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))}
.popup-content {display:flex;flex-wrap:wrap;}
#closeButton {display: inline-block;padding: 5px;margin-top: 10px;text-align: center;background-color: #7b7a82;width: 100%;color: #ededed;border-radius: 5px;cursor: pointer;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}
.dup-button:hover{background-color:#dc5353;/*border:1px solid #dc5353*/}
.dark .dup-button:hover{background-color:#369f7c;border:1px solid #369f7c}
.dark .popup-word {border-style: dotted;border-color: #606060ad}
.dark .text-length .divider:before {background-color:#929292}
.dark .dup-button { background-color:#3A4F9C;border:1px solid #3A4F9C;color: #e7e7e7}
.dark .popup-container {background-color:#282d38;border:1px solid #282d38}
.dark #closeButton {background-color: #3b4252}
.dark .material-icon {--tw-text-opacity: 1; color: rgb(253 175 123 / var(--tw-text-opacity))}
#duplicateWordsContainer::-webkit-scrollbar {width: 5px}
#duplicateWordsContainer::-webkit-scrollbar-track {background: #f3f6fa;border-radius: 10px}
#duplicateWordsContainer::-webkit-scrollbar-thumb {background: #7b7a82;border-radius: 10px}
#duplicateWordsContainer::-webkit-scrollbar-thumb:hover {background: #fa7070}
.dark #duplicateWordsContainer::-webkit-scrollbar-track {background: #282d38}
.dark #duplicateWordsContainer::-webkit-scrollbar-thumb {background: #3b4252}
.dark #duplicateWordsContainer::-webkit-scrollbar-thumb:hover {background: #e09d72}
@media (max-width:768px) {.text-length {display: none}}
/* ==================== 본문 기능 중복글자체크 ===END============== */

/* ******************** 더보기(접는글)버튼 ******************** */
#article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless:hover{--tw-text-opacity: 1;background-color: rgb(91 104 135 / var(--tw-text-opacity));}
.dark #article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless:hover{--tw-text-opacity: 1;background-color: rgb(82 94 120 / var(--tw-text-opacity));}
#article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless:hover::before {color: #f67d85}
.dark #article .contents_style [data-ke-type=moreLess] .btn-toggle-moreless:hover::before {color: #fdaf7b}
/* ==================== 더보기(접는글)버튼 ===END============== */

/* ******************** 접는글 ******************** */
div[data-ke-type='moreLess'].open .moreless-content, #tt-body-page div[data-ke-type='moreLess'].open .moreless-content { margin-top: 20px; padding: 20px; /*border: 1px solid #dedfe4;*/ border-radius: 10px; background-color: #f3f6fa; filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)) }
.dark div[data-ke-type='moreLess'].open .moreless-content, .dark #tt-body-page div[data-ke-type='moreLess'].open .moreless-content { /*border: 1px solid #52565d;*/ background-color: #282d38 }
/* ==================== 접는글 ===END============== */

/* ******************** 비교슬라이드 ******************** */
#article .contents_style .comparison-slider {position: relative;width: 100%;margin: auto;user-select: none;overflow: hidden;touch-action: pan-x;filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));border-radius: 10px; margin-bottom: 10px}
#article .contents_style .comparison-slider > figure {margin: 0;}
#article .contents_style .comparison-slider > figure:last-of-type {position: absolute;top: 0;left: 0;height: 100%;clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);}
#article .contents_style .comparison-slider > figure > img {width: 100%;height: 100%;display: block;object-fit: cover;pointer-events: none;}
#article .contents_style .comparison-slider > figure > figcaption {position: absolute;bottom: 0;display: inline-block;padding: 5px 10px;line-height: 1.5;background: rgba(30, 30, 30, 0.7);max-width: 30%;overflow: hidden;text-overflow: ellipsis;color: #f1f1f1;transition: opacity 0.35s, transform 0.35s;}
#article .contents_style .comparison-slider > figure:last-of-type > figcaption {right: 0;}
#article .contents_style .comparison-slider > figure > figcaption.hide {opacity: 0;transform: translate3d(-10px, 0, 0);}
#article .contents_style .comparison-slider > figure:last-of-type > figcaption.hide {transform: translate3d(10px, 0, 0);}
#article .contents_style .comparison-slider > .slider {position: absolute;top: calc(50% - 20px);left: 50%;display: flex;width: 40px;height: 40px;justify-content: center;align-items: center;border-radius: 50%;transform: translate3d(-20px, 0, 0);background: #f1f1f1;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);text-align: center;cursor: grab;}
#article .contents_style .comparison-slider.dragging, #article .contents_style .comparison-slider.dragging > .slider {cursor: grabbing;}
#article .contents_style .comparison-slider.dragging > .slider {background: #d2abff;}
#article .contents_style .comparison-slider > .slider > svg {pointer-events: none;}
/* ==================== 비교슬라이드 ===END============== */

/* ******************** 프로필 배경 ******************** */
.rounded-x2l {border-radius: 1.03rem}
#profile .h-24 {height: 8rem}
#profile .w-24 {width: 8rem}
#sidebar .profile_bg {background-image: url(./images/tmax_light.webp);background-repeat: no-repeat;background-size: cover;height: 93px;position: absolute;width: 100%;z-index: -1;top: 0px;background-position: center center;margin: 0px 0px 0px -15px}
.dark #sidebar .profile_bg {background-image: url(./images/tmax_dark.webp);background-position: 0px -20px}
#sidebar #profile .tit:hover a {color: #e9516e}
.dark #sidebar #profile .tit:hover a {color: #fbb472}
/* ==================== 프로필 배경 ===END============== */

/* ******************** 툴팁 설정 ******************** */
/* TOOLTIP */
[data-tooltip] {
    position: relative;
}
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: all 0.2s ease;
    font-size: 11px;
}
[data-tooltip]:before { 
    content: attr(data-tooltip);
    height: 24px; /*안 맞아서 수정 13px*/
    position: absolute;
    top: -20px;
    padding: 5px 10px 21px 10px;
    border-radius: 5px;
    color: #fff;
    background: #4288cf;
}
[data-tooltip]:after {
    content: '';
    border-left: 5px solid transparent;
    top: 2px;
    border-right: 5px solid transparent;
    border-top: 5px solid #4288cf;
}
[data-tooltip]:not([data-tooltip='']):hover:before {
    visibility: visible;
    opacity: 1;
    top: -30px;
}
[data-tooltip]:not([data-tooltip='']):hover:after {
    visibility: visible;
    opacity: 1;
    top: -5px;
}

/*
.c-bottom [data-tooltip]:before {
    padding: 7px 10px 4px 10px;
}
 중복코드 */ 

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: 0.75em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip); /* magic! */

    /* most of the rest of this is opinion */
    font-family: Maplestory, sans-serif;
    text-align: center;

    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.5ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #4288cf;
    color: #f9fbff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^='up']::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #4288cf;
}
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::before,
[tooltip][flow^='up']::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^='down']::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #4288cf;
}
[tooltip][flow^='down']::after {
    top: calc(100% + 5px);
}
[tooltip][flow^='down']::before,
[tooltip][flow^='down']::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^='left']::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #4288cf;
    left: calc(0em - 6px);
    transform: translate(-0.5em, -50%);
}
[tooltip][flow^='left']::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^='right']::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #4288cf;
    right: calc(0em - 6px);
    transform: translate(0.5em, -50%);
}
[tooltip][flow^='right']::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^='up']:hover::before,
[tooltip][flow^='up']:hover::after,
[tooltip][flow^='down']:hover::before,
[tooltip][flow^='down']:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^='left']:hover::before,
[tooltip][flow^='left']:hover::after,
[tooltip][flow^='right']:hover::before,
[tooltip][flow^='right']:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}
/* ==================== 툴팁 설정 ===END============== */

/* ******************** 전체글 목록 상단 ******************** */
:root {--category-list-category-color: #66666e; --category-list-category-hover: rgb(244, 116, 125);}
.dark:root {--category-list-category-color: #a6a7af; --category-list-category-hover: rgb(98, 180, 173);}
.list_category { display: block; font-size: 26px; letter-spacing: -.2px; top: 5px; position: relative; margin-bottom: 50px; text-align: center; font-weight: 700; text-transform: uppercase; font-family: 'Rajdhani'; color: var(--category-list-category-color);}
.list_category > a:hover {color: var(--category-list-category-hover);}

.s_list_image_wallpaper_CSS { min-width: 320px; height: 100vh; background-color: #2e2627 }
#imgs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; transition: all 0.2s ease-in-out 0s }
#imgs .item { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; opacity: 0; z-index: 0; -webkit-animation: imageAnimation 36s linear infinite 0s; animation: imageAnimation 36s linear infinite 0s; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform-style: preserve-3d }
#imgs .item:nth-child(2) { -webkit-animation-delay: 6s; animation-delay: 6s }
#imgs .item:nth-child(3) { -webkit-animation-delay: 12s; animation-delay: 12s }
#imgs .item:nth-child(4) { -webkit-animation-delay: 18s; animation-delay: 18s }
#imgs .item:nth-child(5) { -webkit-animation-delay: 24s; animation-delay: 24s }
#imgs .item:nth-child(6) { -webkit-animation-delay: 30s; animation-delay: 30s }

@-webkit-keyframes imageAnimation {
  0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  2% { opacity: 1; }
  8% { opacity: 1; transform: scale(1.05); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  17% { opacity: 1; transform: scale(1.1); }
  25% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 0; }
}

@keyframes imageAnimation {
  0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  2% { opacity: 1; }
  8% { opacity: 1; transform: scale(1.05); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  17% { opacity: 1; transform: scale(1.1); }
  25% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 0; }
}

/* 카테고리 배너 */
form.search-box { width: 85%; border: 8px solid rgba(255, 255, 255, 0.2); display: flex; flex-wrap: wrap; justify-content: space-between; border-radius: 50px }
form.search-box .input-form { width: 79%; position: relative; border-top-left-radius: 50px; overflow: hidden; border-bottom-left-radius: 50px }
form.search-box .input-form input { height: 60px; width: 100%; color: #777777; font-size: 18px; font-weight: 400; padding: 9px 33px 9px 32px; border: none; border-radius: 0px; position: relative; opacity: 0.8 }
form.search-box .search-form { width: 21%; border-top-right-radius: 50px; overflow: hidden; border-bottom-right-radius: 50px }
form.search-box .search-form a { width: 100%; height: 60px; background: #105765; text-align: center; color: #fff; display: block; padding: 15px; border-radius: 0px; text-transform: capitalize; line-height: 31px; font-size: 15px }

/* 카테고리 search 길다란 버튼 글자 모바일 크기 */
@media screen and (max-width: 575.99px) {
  form.search-box { width: 100%; }
  form.search-box .search-form a { font-size: 11px; }
  form.search-box .input-form input { font-size: 13px; }
}

.waves-bottom-center { position: absolute; bottom: -4vw; left: 0; right: 0; top: auto; z-index: 2 }
.translate-top-1 { -webkit-transform: translate(0, -1rem); transform: translate(0, -1rem) }
.opacity-30 { opacity: 0.3 }
.translate-top-2 { -webkit-transform: translate(0, -2rem); transform: translate(0, -2rem) }
.opacity-20 { opacity: 0.2 }

/* Not Found */
.notFound { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center }
.notFound .eyes { -webkit-animation: move 2s forwards infinite; animation: move 2s forwards infinite }

@-webkit-keyframes move {
  0% { -webkit-transform: translateX(0%); }
  20% { -webkit-transform: translate(4px, -4px); }
  40% { -webkit-transform: translate(6px, -4px); }
  60% { -webkit-transform: translate(12px, 0px); }
  80% { -webkit-transform: translate(6px, 6px); }
  100% { -webkit-transform: none; }
}

@keyframes move {
  0% { transform: translateX(0%); }
  20% { transform: translate(4px, -4px); }
  40% { transform: translate(6px, -4px); }
  60% { transform: translate(12px, 0px); }
  80% { transform: translate(6px, 6px); }
  100% { transform: none; }
}

.notFound > div:before,
.notFound > div:after { content: '4'; font-size: 200px }
.notFound p { text-align: center; margin-top: -40px; margin-left: 25px; font-size: 55px }
.notFound a { text-decoration: none; color: #6495ed }
.notFound a:hover { padding: 20px; background: #6495ed; color: black; border-radius: 50%; box-shadow: 10px 10px 5px #888888 }

/*나비*/
.borboletas { position: absolute; z-index: 2; left: 56%; bottom: 40%; -moz-animation: borboletas-pos-loop 7s ease-in-out infinite alternate-reverse; -webkit-animation: borboletas-pos-loop 7s ease-in-out infinite alternate-reverse; animation: borboletas-pos-loop 7s ease-in-out infinite alternate-reverse }

@keyframes borboletas-pos-loop {
  0% { transform: translate(0, 0); }
  25% { transform: translate(100px, 0); }
  50% { transform: translate(30px, -70px); }
  75% { transform: translate(00px, 20px); }
  100% { transform: translate(-100px, -50px); }
}

.borboleta-1 { -moz-animation: borboleta-radial-loop 10s linear infinite; -webkit-animation: borboleta-radial-loop 10s linear infinite; animation: borboleta-radial-loop 10s linear infinite }

@keyframes borboleta-radial-loop {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

.borboleta-oval-squish { -moz-transform: scale(0.3, 1); -ms-transform: scale(0.3, 1); -webkit-transform: scale(0.3, 1); transform: scale(0.3, 1) }
.borboleta-oval { position: absolute; -moz-animation: borboleta-radial-loop 1.2s linear infinite; -webkit-animation: borboleta-radial-loop 1.2s linear infinite; animation: borboleta-radial-loop 1.2s linear infinite }
.borboleta-2 .borboleta-oval { -moz-animation: borboleta-radial-loop 1.5s linear infinite; -webkit-animation: borboleta-radial-loop 1.5s linear infinite; animation: borboleta-radial-loop 1.5s linear infinite }
.borboleta-radial { position: absolute; left: 80px; top: 0; -moz-animation: borboleta-oval-loop 1.2s linear infinite; -webkit-animation: borboleta-oval-loop 1.2s linear infinite; animation: borboleta-oval-loop 1.2s linear infinite }
.borboleta-2 .borboleta-radial { -moz-animation: borboleta-oval-loop 1.5s linear infinite; -webkit-animation: borboleta-oval-loop 1.5s linear infinite; animation: borboleta-oval-loop 1.5s linear infinite }

@keyframes borboleta-oval-loop {
  0% { transform: rotate(0) scale(3.3, 1); }
  100% { transform: rotate(-360deg) scale(3.3, 1); }
}

.borboleta-gfx { position: absolute; top: 0; left: 0; width: 25px; height: 20px }
.borboleta-1 .borboleta-gfx { -moz-animation: borboleta-gfx-upright-loop 10s linear infinite; -webkit-animation: borboleta-gfx-upright-loop 10s linear infinite; animation: borboleta-gfx-upright-loop 10s linear infinite }
.borboleta-2 .borboleta-gfx { -moz-animation: borboleta-gfx-upright-loop 15s linear infinite; -webkit-animation: borboleta-gfx-upright-loop 15s linear infinite; animation: borboleta-gfx-upright-loop 15s linear infinite }

@keyframes borboleta-gfx-upright-loop {
  0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); }
}

.borboleta-anim { background: radial-gradient(closest-side at 50% 50%, #ffffff 50%, rgba(255, 255, 255, 0) 50%), radial-gradient(closest-side at 50% 50%, #ffffff 50%, rgba(255, 255, 255, 0) 50%); background-repeat: no-repeat; background-size: 90% 70%, 100% 70%; background-position: 20% -40%, 0 40%; width: 25px; height: 20px; -moz-animation: borboleta-anim-loop 150ms ease-in-out infinite alternate-reverse; -webkit-animation: borboleta-anim-loop 150ms ease-in-out infinite alternate-reverse; animation: borboleta-anim-loop 150ms ease-in-out infinite alternate-reverse }

@keyframes borboleta-anim-loop {
  0% { transform: scale(1, 1.2) rotate(40deg); }
  100% { transform: scale(0.7, -1) rotate(-40deg); }
}

/* 웨이브 색상 */
.waves-bottom-center .opacity-20 { fill:: absolute; }
.waves-bottom-center .opacity-30 { fill:: absolute; }
.waves-bottom-center path { fill: #f9fbff }
.dark .waves-bottom-center .opacity-20 { fill:: absolute; }
.dark .waves-bottom-center .opacity-30 { fill:: absolute; }
.dark .waves-bottom-center path { fill: #1a202c; }

#cat_list_name { display: inline-block; left: 50%; transform: translate(-50%); position: relative; text-transform: uppercase; font-weight: 700; margin-bottom: 0.5rem; font-family: rajdhani; font-size: 60px }

.fc-header-subtitle { position: relative; min-height: 1.25em; border-top: 1px solid rgb(16, 87, 101); font-size: 0.95em; line-height: 2.4 }
.fc-header-subtitle { border-top-color: rgb(16, 87, 101); max-width: 100%; margin: 0 40% }

.fc-header-subtitle:after,
.fc-header-subtitle:before { background-color: rgb(16, 87, 101); }

.dark .fc-header-subtitle { border-top: 1px solid rgb(246, 177, 122, 0.8); }
.dark .fc-header-subtitle { border-top-color: rgb(246, 177, 122, 0.8); }
.dark .fc-header-subtitle:after,
.dark .fc-header-subtitle:before { background-color: rgb(246, 177, 122, 0.8); }

@media (max-width: 767px) {
  #cat_list_name { margin-top: 10%; font-size: 40px; }
  .fc-header-subtitle { margin: 0 20%; }
}

.fc-header-subtitle:after,
.fc-header-subtitle:before { content: ''; position: absolute; top: -4px; width: 7px; height: 7px; border-radius: 4px }
.fc-header-subtitle:before { left: -4px }
.fc-header-subtitle:after { right: -4px }
.fc-header-subtitle > span { display: block; text-align: center; padding-top: 0.5rem }
.pt-lg-11 { padding-top: 5rem }
/* ==================== 전체글 목록 상단 ===END============== */

/* ******************** 전체글 목록 (그리드) ******************** */
.hover-lift:hover .card__share{transform: scale(1.2);transition-duration: 0.35s;}
.card__share {float: right;position: absolute;margin-top: -25px;right: 15px}
.card__share:hover, .share-icon:focus { box-shadow: 0 3px 6px rgb(0 0 0 / 12%), 0 3px 6px rgb(0 0 0 / 24%); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2)}
.card__social {position: absolute;top: 0;right: 0;visibility: hidden;width: 160px;transform: translateZ(0);transform: translateX(0px);transition: transform 0.35s ease}
.share-icon {display: inline-block;width: 48px;height: 48px;line-height: 48px;text-align: center;border-radius: 50%;background-color: #f9fbff;transition: all 0.35s ease;outline: 0;box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%)}
.share-toggle {z-index: 2}
.share-toggle:before {font-family: 'Font Awesome 5 Pro';content: '\f1e0';color: #3498db}
.share-icon:hover, .share-icon:focus {box-shadow: 0 3px 6px rgb(0 0 0 / 12%), 0 3px 6px rgb(0 0 0 / 24%);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2)}
.dark .share-icon {background-color: #434e60}
.dark .share-toggle:before {color: #92baba}
/* ==================== 전체글 목록 (그리드) ===END============== */

/* ******************** 사이드바 카테고리 ******************** */
:root {
  --sidebar-link_item-ico: #82808c;
  --txt-nav-item-span: #3c3c3c;
  --sidebar-link_item-after: #f65660;
  --h-color-blur: rgba(0, 0, 0, 0.7);
}
.dark:root {
  --sidebar-link_item-ico: rgba(148, 149, 158, .8);
  --txt-nav-item-span: #b6b6bc;
  --sidebar-link_item-after: rgba(256, 187, 88, .8);
  --h-color-blur: rgba(166, 167, 175, .9);
}

/* ******************** 아이콘 ******************** */
.tt_category li ul li:nth-child(2) a:before {content: '\f4d8'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';}
.tt_category li ul li:nth-child(2) ul li:nth-child(1) a:before {content: '\f8a9' !important}
.tt_category li ul li:nth-child(2) ul li:nth-child(2) a:before {content: '\f401' !important}
.tt_category li ul li:nth-child(2) ul li:nth-child(3) a:before {content: '\f304' !important}

.tt_category li ul li:nth-child(4) a:before {content: '\f1ea'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';}
.tt_category li ul li:nth-child(4) ul li:nth-child(1) a:before {content: '\f005' !important}
.tt_category li ul li:nth-child(4) ul li:nth-child(2) a:before {content: '\f1ad' !important}

.tt_category li ul li:nth-child(6) a:before {content: '\f5db'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';}
.tt_category li ul li:nth-child(6) ul li:nth-child(1) a:before {content: '\f0ce' !important}
.tt_category li ul li:nth-child(6) ul li:nth-child(2) a:before {content: '\f5bd' !important}
.tt_category li ul li:nth-child(6) ul li:nth-child(3) a:before {content: '\f8b1' !important}
.tt_category li ul li:nth-child(6) ul li:nth-child(4) a:before {content: '\f544' !important}

.tt_category li ul li:nth-child(8) a:before {content: '\f30d'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Brands';}
.tt_category li ul li:nth-child(8) ul li:nth-child(1) a:before {content: '\f0e8' !important}
.tt_category li ul li:nth-child(8) ul li:nth-child(2) a:before {content: '\f8b1' !important}
/* ====================  아이콘 ===END============== */

#sidebar #category .tt_category .category_list .fa-solid{margin-top: 3px;}
#sidebar .link_item { padding: 10px 10px }
#sidebar .sub_category_list { border-radius: 0.5rem; margin: 0px 9px }
#sidebar #category .tt_category .category_list li .link_item::before{font-weight: 500; margin-right: 5px}
#sidebar #category .tt_category .sub_category_list li .link_sub_item::before { margin-right: 0.313rem }
#sidebar #category .tt_category .category_list li .link_item:hover { background-color: rgba(246, 86, 96, 0.1) }
.dark #sidebar #category .tt_category .category_list li .link_item:hover { background-color: rgba(0, 0, 0, 0.3) }
#sidebar #category .tt_category .link_tit .c_cnt {font-size: 1.0rem}
#sidebar #category .tt_category .link_tit { font-family: 'Paperlogy', sans-serif; margin-bottom: 0.5rem; display: inline-block; font-size: 1rem; line-height: 1.25rem; font-weight: 700; -webkit-animation: textAnim 5s ease-out infinite; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 250% 500%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; margin-left: 10px }
#sidebar #category .tt_category .category_list li .link_item { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-radius: 0.5rem }
#sidebar #category .tt_category .category_list li.category_doc { align-items: center; padding-left: 0.3rem; opacity: 0.6; font-size: 0.765625rem; margin-top: 0px; margin-bottom: 0px }
.dark #sidebar #category .tt_category .category_list li.category_doc { color: #d7dae5 }
#sidebar .el a.hover-fixed:not(.link_tit), #category .category_list > li > a.hover-fixed {--tw-text-opacity: 1;color: rgb(233 81 110 / var(--tw-text-opacity));background-color: rgba(246, 86, 96, 0.1);border-radius: 10px;}
.dark #sidebar .el a.hover-fixed:not(.link_tit), .dark #category .category_list > li > a.hover-fixed {--tw-text-opacity: 1;color: rgb(251 180 114 / var(--tw-text-opacity));background-color: rgba(0, 0, 0, 0.3)}
.category_list .link_item:hover:not(.fa-chevron-down)::before, .sub_category_list > li:hover a::before { animation: categoryAnimate 1s linear; display: inline-block }
#sidebar #category .tt_category .link_item .c_cnt, #category .tt_category .link_sub_item .c_cnt { border: 1.8px #e9516e solid; border-radius: 8px; padding: 1px 4px; margin-left: 4px; bottom: 1px; position: relative; font-size: 10px }
.dark #sidebar #category .tt_category .link_item .c_cnt, .dark #sidebar #category .tt_category .link_sub_item .c_cnt { border: 1.8px #3a96b7 solid }
/* (왠만하면) 수정 금지 */
#sidebar #category .tt_category .category_list li.category_doc > i {position: static}
#category .tt_category .sub_category_list li { display: flex; align-items: center }
#category .tt_category .sub_category_list li::before { content: '\f105'; font-family: 'Font Awesome 5 Pro'; font-size: 0.72rem; font-weight: 200; color: var(--h-color-blur); margin-right: 3px; margin-left: 6px; flex-shrink: 0 }
#category .tt_category .sub_category_list li .link_sub_item { display: block; flex: 1; padding: 0.5rem 0.5rem; transition: all 0.3s; font-size: 14px; line-height: 1.25rem; font-weight: 500 }
/* ==================== 사이드바 카테고리 ===END============== */

/* ******************** 리스트(글) ******************** */
:root {
  --list-disc-color1: #86b2bf;
  --list-disc-color2: #efa0a0;
  --list-disc-color3: #a37ab3;
  --list-circle-color1: #ed4f33;
  --list-circle-color2: #64adac;
  --list-circle-color3: #435a9f;
  --list-decimal-color1: #6482AD;
  --list-decimal-color2: #f56e8a;
  --list-decimal-color3: #64adac;
  --list-decimal-text: #fff;
  --list-dc-dl-color1: #f56e8a;
  --list-de-dl-color1: #f56e8a;
  --list-dl-dc-color1: #48464e;
  --list-dl-de-color1: #48464e;
}
.dark:root {
  --list-disc-color1: #5890a1;
  --list-disc-color2: #c96767;
  --list-disc-color3: #7c8ccb;
  --list-circle-color1: #d19065;
  --list-circle-color2: #7c8ccb;
  --list-circle-color3: #a67ed1;
  --list-decimal-color1: #4f678b;
  --list-decimal-color2: #db5e5e;
  --list-decimal-color3: #5890a1;
  --list-decimal-text: #fff;
  --list-dc-dl-color1: #db5e5e;
  --list-de-dl-color1: #db5e5e;
  --list-dl-dc-color1: #b1afb7;
  --list-dl-de-color1: #b1afb7;
}

/* ===== LIST BASE ===== */
#tt-body-page ol[data-ke-list-type='decimal'] > li, #tt-body-page ul[data-ke-list-type='circle'] > li, #tt-body-page ul[data-ke-list-type='disc'] > li { list-style-type: none }
#tt-body-page ul[data-ke-list-type], #tt-body-page ol[data-ke-list-type] {list-style:none;margin:0;padding-left:0;}
.tt_article_useless_p_margin li{position:relative;line-height:1.9em;padding-left:22px}

/* ===== ICON BASE (HANGING INDENT) ===== */
.tt_article_useless_p_margin li::before{position:absolute;left:0;top:0em;width:20px;text-align:center}

/* ===== DISC ===== */
.tt_article_useless_p_margin ul[data-ke-list-type='disc']>li::before{ content:'\f044';font-family:'Font Awesome 5 Pro','Font Awesome 5 Brands';font-size:13px;font-weight:700;color: var(--list-disc-color1) }
.tt_article_useless_p_margin ul[data-ke-list-type='disc'] ul[data-ke-list-type='disc']>li::before{ content:'\f2f6';font-size:14px;color: var(--list-disc-color2) }
.tt_article_useless_p_margin ul[data-ke-list-type='disc'] ul[data-ke-list-type='disc'] ul>li::before{ content:'\f10e';font-size:11px;color: var(--list-disc-color3); transform: rotateY(180deg) }

/* ===== CIRCLE ===== */
.tt_article_useless_p_margin ul[data-ke-list-type='circle']>li::before{ content:'\f05a';font-family:'Font Awesome 5 Pro','Font Awesome 5 Brands', 'Maplestory', sans-serif;;font-size:15px;font-weight:500;color: var(--list-circle-color1) }
.tt_article_useless_p_margin ul[data-ke-list-type='circle'] ul[data-ke-list-type='circle']>li::before{ content:'\f058';font-size:14px;color: var(--list-circle-color2) }
.tt_article_useless_p_margin ul[data-ke-list-type='circle'] ul[data-ke-list-type='circle'] ul>li::before{ content:'\f140';font-size:14px;color: var(--list-circle-color3) }

/* ===== DECIMAL ===== */
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']{ counter-reset:item }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li{ counter-increment:item; padding-left: 25px }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li::before{ content:counter(item);font-size:10px;background: var(--list-decimal-color1);color: var(--list-decimal-text);width:18px;height:18px;line-height:18px;border-radius:50%;top: 6px }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li>ol[data-ke-list-type='decimal']>li::before{ background: var(--list-decimal-color2) }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li>ol[data-ke-list-type='decimal']>li>ol[data-ke-list-type='decimal']>li::before{ background: var(--list-decimal-color3) }

/* ===== DISC + DECIMAL ===== */
.tt_article_useless_p_margin ul[data-ke-list-type='disc']>li ol[data-ke-list-type='decimal']>li::before { font-size:10px;background:var(--list-dc-dl-color1);color:var(--list-decimal-text);width:16px;height:16px;line-height:16px;border-radius:50%; }

/* ===== CIRCLE + DECIMAL ===== */
.tt_article_useless_p_margin ul[data-ke-list-type='circle']>li ol[data-ke-list-type='decimal']>li::before { font-size:10px;background:var(--list-de-dl-color1);color:var(--list-decimal-text);width:16px;height:16px;line-height:16px;border-radius:50%; }

/* ===== DECIMAL + DISC ===== */
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li ul[data-ke-list-type='disc']>li { padding-left: 15px; }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li ul[data-ke-list-type='disc']>li::before { content:'\f111';font-family:'Font Awesome 5 Pro','Font Awesome 5 Brands';font-size:6px;width: 0px;font-weight:700;color: var(--list-dl-dc-color1) }

/* ===== DECIMAL + CIRCLE ===== */
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li ul[data-ke-list-type='circle']>li { padding-left: 15px; }
.tt_article_useless_p_margin ol[data-ke-list-type='decimal']>li ul[data-ke-list-type='circle']>li::before { content:'\f45c';font-family:'Font Awesome 5 Pro','Font Awesome 5 Brands';font-size:6px;width: 0px;font-weight:700;color: var(--list-dl-de-color1) }

/* ===== RESPONSIVE ===== */
@media(max-width:1099px){.tt_article_useless_p_margin li{padding-left:24px}}

/* ==================== 리스트(글) ===END============== */

/* ************************************* 코드펜 ************************************* */
.cp_embed_wrapper {display: block;margin: 20px 0;padding: 40px 5px 10px;background: #3d3d3e;border-radius: 8px;position: relative;filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5))}
.cp_embed_wrapper:after {content: '';box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;height: 10px;left: 15px;width: 10px;top: 15px;margin-top: 0px;position: absolute;background: #fc625d;border-radius: 50%;pointer-events: all}
/* ===================================== 코드펜 END ===================================== */

/* ******************** 모바일 하단 메뉴 ******************** */
:root {
  --border-color: #e4e8eb;
}
.dark:root {
  --border-color: #4a5568;
}
.bg_them_mode {background-color: #f9fbff;}
.dark .bg_them_mode {background-color: #1a202c;}
.mo_footer_menu {display: none;}
.dark .mo_footer_menu .menu {display: inline-block;width: auto;color: #c4c4ca;}
@media screen and (max-width: 1099px) {
  .mo_footer_menu {width: 100%;height: 60px;line-height: 60px; display: flex; position: fixed; left: 0; bottom: 0; z-index: 21; justify-content: space-around;align-items: center; border-top: 1px solid var(--border-color);-webkit-transition: bottom 0.25s ease-in-out; transition: bottom 0.25s ease-in-out;}
  .mo_footer_menu.on {bottom: -60px;}
  .mo_footer_menu .menu { display: inline-block; width: auto; color: var(--color-level-1); }
  .mo_footer_menu .menu a {display: block;height: 60px;line-height: 46px; position: relative}
  .mo_footer_menu .menu p {width: 100%; font-size: 10px; position: absolute; bottom: 2px;font-weight: 500; text-align: center;bottom: -7px;margin-bottom: 0;color: #48464e;}
  .mo_footer_menu i {width: 40px; height: 40px; display: inline-block; text-align: center;outline: none;cursor: pointer;line-height: 40px;font-size: 20px;vertical-align: inherit;margin-right: 0;}
  .mo_footer_menu .logo img {width: 18px;line-height: inherit;}
  .mo_footer_menu.on .icon.ic-plus-thin {display: none;}
  .mo_footer_menu.on .top {display: block;}
}  
@media screen and (max-width: 1099px) { .dark .mo_footer_menu .menu p { color: #c4c4ca } }
@font-face { font-family: "ic-font"; src: url("images/ic-font.eot"); src: url("images/ic-font.eot") format("embedded-opentype"),  url("images/ic-font.ttf") format("truetype"),  url("images/ic-font.woff") format("woff"),  url("images/ic-font.svg") format("svg"); font-weight: normal; font-style: normal; font-display: block }
.mo_footer_menu i {font-family: "ic-font" !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #48464e}
.dark .mo_footer_menu i {color: #c4c4ca}
.ic-apple:before {content: "\e900"}
.ic-windows:before {content: "\e901"}
.ic-arrow-right:before {content: "\e902"}
.ic-coffee:before {content: "\e903"}
.ic-mike:before {content: "\e904"}
.ic-react:before {content: "\e905"}
.ic-moreMenu:before {content: "\e906"}
.ic-Menu:before {content: "\e906\A\e906\A\e906"; white-space: pre; display: block; line-height: .5}
.ic-connection:before {content: "\e908"}
.ic-server:before {content: "\e90a"}
.ic-html:before {content: "\e90b"}
.ic-js:before {content: "\e90c"}
.ic-uiux:before {content: "\e90d"}
.ic-bell:before {content: "\e90e"}
.ic-kakao-bg:before {content: "\e90f"}
.ic-copy:before {content: "\e910"}
.ic-gitbook:before {content: "\e911"}
.ic-tr:before {content: "\e912"}
.ic-sun:before { content: "\e913" }
.ic-search:before { content: "\e914" }
.ic-kakao:before { content: "\e915" }
.ic-home:before { content: "\e916" }
.ic-ts:before { content: "\e917" }
.ic-moon:before { content: "\e918" }
.ic-close-10:before { content: "\e919" }
.ic-close-thin:before { content: "\e91a" }
.ic-github:before { content: "\e91b" }
.ic-comment-bg:before { content: "\e91c" }
.ic-like-bg:before { content: "\e91d" }
.ic-comment:before { content: "\e91e" }
.ic-like:before { content: "\e91f" }
.ic-share:before { content: "\e920" }
.ic-arrow-up:before { content: "\e921" }
.ic-arrow-down:before { content: "\e921"; display: inline-block; transform: rotate(180deg) }
.ic-auto:before { content: "AUTO"; font-size: 8px }

.mo_footer_menu .dark-toggle-Theme { position: relative; display: inline-block; width: 40px; height: 40px; vertical-align: middle; cursor: pointer }
.mo_footer_menu .icon-sun, .mo_footer_menu .icon-moon { position: absolute; display: flex; align-items: center; justify-content: center }
.mo_footer_menu .icon-sun svg, .mo_footer_menu .icon-moon svg { height: 100%; fill: currentColor; transition: fill 0.5s, transform 0.5s ease; margin: 0 !important }
.mo_footer_menu .icon-sun { animation: set-animation 1s forwards; opacity: 0; transform-origin: 50% 200% }
.mo_footer_menu .icon-moon { animation: rise-animation 1s forwards; opacity: 1; transform-origin: 50% 200% }
.dark .mo_footer_menu .icon-sun { animation: rise-animation 1s forwards; opacity: 1 }
.dark .mo_footer_menu .icon-moon { animation: set-animation 1s forwards; opacity: 0 }
/* ==================== 모바일 하단 메뉴 ===END============== */

/* ******************** 하단(풋터) ******************** */

/* =========================================================
   Base / Common
========================================================= */
.page-footer,
.subNav,
.subNav p {
    margin: 0;
}

.page-footer {
    font-family: 'Paperlogy', sans-serif;
}

.inner {
    display: flow-root;
}

section.subNav {
    display: block;
}

/* =========================================================
   Icon
========================================================= */
.ico_skin {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background: url(images/ico_skin.png) no-repeat;
}

.fa-chevron-right:before {font-weight: 100; margin-left: 8px;font-size: 12px;}

.sub_menu_list .moreplus .fa-chevron-right:before {font-size: 10px;}
/* =========================================================
   Footer Layout
========================================================= */
footer.page-footer {
    padding: 0;
    background-color: #f3f6fa;
}
.dark footer.page-footer {
    background-color: #282d38;
}

.footer,
.footer.content {
    width: auto;
    max-width: var(--h-idx);
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.footer-blocks-section {
    margin: 0;
}

/* =========================================================
   Sub Navigation
========================================================= */
.subNav {
    padding: 40px 0 30px;
}

.subNav .subnav_list {
    float: left;
    width: 220px;
}

.subNav .sub_menu_list {
    display: block;
    padding: 12px 0;
    border: none;
}

.sub_menu_list {
    display: none;
    padding: 6px 0 25px 13px;
}

/* Title */
.subNav .subTit,
.subNav .subTit a {
    font-size: 20px;
    font-weight: 700;
    color: #5d5d6a;
}
.dark .subNav .subTit,
.dark .subNav .subTit a {
    color: #c4c4ca;
}

/* Links */
.subNav .sub_menu_list .link_sub_item,
.link_sub_item {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    color: #424242;
    font-family: 'Paperlogy', sans-serif;
}

.dark .subNav .sub_menu_list .link_sub_item,
.dark .link_sub_item {
    color: #c4c4ca;
}

/* Hover */
.subNav .sub_menu_list .link_sub_item:hover,
.footer-bottom .footer-bottom-links-wrapper a:hover {
    color: rgb(244, 116, 125);
}

.dark .subNav .sub_menu_list .link_sub_item:hover,
.dark .footer-bottom .footer-bottom-links-wrapper a:hover {
    color: rgb(98, 180, 173);
}

/* Bullet Icon */
.subNav .sub_menu_list > li > a .ico_bul {
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 8px;
    background-position: -75px -496px;
}

/* =========================================================
   More Plus
========================================================= */
.moreplus {
    width: 154px;
    margin: 12px 0 13px 14px;
    padding: 12px 6px 11px;
    background: #f7f7f7;
    border-top: none;
}

.subNav .moreplus {
    display: none;
    width: 140px;
    margin: 14px 0 0;
    padding: 12px 6px 11px 20px;
    border-radius: 8px;
    background: #f9fbff;
}

.dark .subNav .moreplus {
    background: #3b4252;
}

.subNav .moreplus .link_sub_item {
    font-size: 12px;
    line-height: 26px;
    color: #888;
}

/* =========================================================
   Footer Bottom
========================================================= */
.footer-bottom {
    clear: left;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    overflow: hidden;
    text-align: left;
    border-top: 1px solid #d3d5d7;
}

.dark .footer-bottom {
    border-top: 1px solid #5a5d5f;
}

.footer-bottom .footer-bottom-links-wrapper {
    float: right;
    margin: 0;
}

.footer-bottom .footer-bottom-copyright,
.footer-bottom .footer-bottom-links-wrapper ul li {
    float: left;
}

.footer-bottom-links-wrapper ul li + li {
    margin-left: 16px;
}

.footer-bottom .footer-bottom-links-wrapper a {
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #424242;
}

.dark .footer-bottom .footer-bottom-links-wrapper a {
    color: #c4c4ca;
}

.footer-bottom-copyright small {
    color: #d2d2d0;
    font-style: normal;
}

/* =========================================================
   Alignment
========================================================= */
#info-txt > div.left > img,
.Binance,
.gnb_menu,
.header_wrap,
.kakaologo,
.uk-nav-center {
    text-align: center;
}

/* =========================================================
   Responsive
========================================================= */
@media screen and (min-width: 768px) {
    .related-articles {
        width: 100%;
        margin: 0 auto;
    }

    .subNav .subnav_list {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .footer,
    .footer.content {
      /*  padding-bottom: 50px; */
    }

    .footer-bottom .footer-bottom-links-wrapper {
        float: right;
        margin-top: 5px;
        margin-right: 0px
    }

    .subNav .subnav_list {
        width: 50%;
    }
}

/* ==================== 하단(풋터) ===END============== */

/* ******************** 하단(풋터2) ******************** */
:root {
  --footer-top--bg: #27374d;
  --footer-top--bg-img: url('./images/reum_logo.svg');
  --dropdown-menu-bg: #f3f6fa;
  --dropdown-divider-color: #e5e5e5;
  --dropdown-li-a-color: #232a42;
  --dropdown-a-before: rgb(0 0 0 / 20%);
  --dropdown-a-hover: #e6e6e9;
  --footer-top-link-btn: rgb(255 255 255 / 50%);
  --footer-top-btn-open: rgb(243 246 250 / 85%);
  --footer-top-info-hover: #eb8c8c;
}

.dark:root {
  --footer-top--bg: #1a202c;
  --footer-top--bg-img: url('./images/reum_logo2.svg');
  --dropdown-menu-bg: #282d38;
  --dropdown-divider-color: #5a5d5f;
  --dropdown-li-a-color: #9b9ca0;
  --dropdown-a-before: rgb(255 255 255 / 20%);
  --dropdown-a-hover: #353638;
  --footer-top-link-btn: rgb(71 80 101 / 50%);
  --footer-top-btn-open: rgb(40 45 56 / .85);
  --footer-top-info-hover: #e59970;
}

.footer-top {
  position: relative;
  width: 100%;
  padding: 30px 0 25px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  background-color: var(--footer-top--bg);
}

.footer-top-content .footer-top-logo {
  height: auto;
  margin: 5px 15px 0 0;
  font-size: 2rem;
  font-weight: 600;
}

.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-top-logo .logo-link {
  display: block;
  width: 45px;
  height: 45px;
  background-image: var(--footer-top--bg-img);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top .container {
  width: auto;
  max-width: var(--h-idx);
  margin: 0 auto;
  padding: 0 0 0 20px;
}

.footer-top-content {
  position: relative;
  display: flex;
}

.footer-top-content .footer-top-info {
  position: relative;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 0.813rem;
  color: #a6a7a9;
  word-break: keep-all;
}

.footer-top-content .footer-top-info .info-box {
  font-size: 0.875rem;
}

.footer-top-content .footer-top-info strong {
  color: #a6a7a9;
}

.footer-top-content .footer-top-info span::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 7px;
  margin-left: 6px;
  background: #a6a7a9;
  content: '';
}

.footer-top-content .footer-top-info span:first-child::before {
  display: none;
}

.footer-top .footer-link .btn-group.open .footer-link-btn {
  color: var(--dropdown-li-a-color);
  background-color: var(--footer-top-btn-open);
}

.footer-top .footer-link .btn-group.open .footer-link-btn i,
.footer-top .footer-link .btn-group.open .footer-link-btn svg {
  color: var(--dropdown-li-a-color);
  transform: rotate(0);
}

.footer-top .footer-link .dropdown-menu {
  bottom: 0;
  left: 0;
  display: none;
  box-shadow: none;
}

.footer-top .footer-link .dropdown-menu > li > a {
  position: relative;
  padding: 5px 20px 5px 25px;
  color: var(--dropdown-li-a-color);
}

.footer-top .footer-link .dropdown-menu > li > a:hover {
  background-color: var(--dropdown-a-hover);
}

.footer-top .footer-link .dropdown-menu > li:first-child span {
  font-size: 1.3rem;
  color: var(--dropdown-li-a-color);
}

.footer-top .footer-link .dropdown-menu > li > a::before {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 3px;
  height: 3px;
  background-color: var(--dropdown-a-before);
  content: '';
}

.footer-top .btn-group {
  display: block;
}

.footer-top .dropdown-toggle::after {
  display: none;
}

.footer-top .footer-link .btn-group.open .dropdown-menu {
  bottom: calc(100% + 5px);
  display: block;
  width: 100%;
  max-height: 300px;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  overflow: auto;
}

/* scroll - dropdown menu */
.footer-top .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.footer-top .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--scroll-thumb);
}

.footer-top .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-hover);
}

.footer-top .dropdown-menu {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.footer-top .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.footer-top .dropdown-menu::-webkit-scrollbar-button {
  width: 6px;
  height: 6px;
  background: transparent;
}

.footer-top-content .footer-top-info {
  position: relative;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 0.813em;
  color: #a6a7a9;
  word-break: keep-all;
}

.footer-top-content .footer-top-info .corp-info {
  margin: 2px 0 10px;
  font-size: 0.813rem;
}

.footer-top-content .footer-top-info .corp-info .txt-info > a:hover {
  color: var(--footer-top-info-hover);
}

.footer-top .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.footer-top svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.footer-top .footer-link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 10px 5px 20px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.813rem;
  text-align: center;
  color: var(--dropdown-li-a-color);
  background-color: var(--footer-top-link-btn);
  cursor: pointer;
}

.footer-top .footer-link-btn:hover {
  background-color: var(--footer-top-btn-open);
}

.footer-top .footer-link-btn i,
.footer-top .footer-link-btn svg {
  color: var(--text-color-3);
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.footer-top .dropdown-menu {
  position: absolute;
  bottom: 100%;
  left: 5px;
  display: none;
  min-width: 100px;
  padding: 5px 0 10px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 5px;
  font-size: 0.875rem;
  text-align: left;
  background-color: var(--dropdown-menu-bg);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  overflow: hidden;
  z-index: 1000;
  background-clip: padding-box;
  list-style: none;
}

.footer-top .dropdown-menu > li > span {
  display: block;
  padding: 10px 20px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  clear: both;
  white-space: nowrap;
}

.footer-top .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--default-text);
  overflow: hidden;
  clear: both;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-top .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: var(--dropdown-a-hover);
}

.footer-top .dropdown-menu .divider {
  height: 1px;
  background-color: var(--dropdown-divider-color);
  overflow: hidden;
}

.footer-top .dropdown-menu .divider + li {
  padding-top: 10px;
}

.footer-top .footer-link .dropdown-menu > li:first-child span {
  font-size: 0.813rem;
  color: var(--dropdown-li-a-color);
}

.footer-top .footer-link {
  position: relative;
  width: 180px;
  margin: 5px 10px 0 auto;
}

@media screen and (width <= 1099px) {
  .footer-top-content {
    flex-direction: column;
  }

  .footer-top-content .footer-top-info {
    margin: 20px 0 0;
    padding-right: 0;
  }
}

@media screen and (width <= 550px) {
  .footer-top .br {
    display: block;
  }

  .footer-top .br::before {
    display: none !important;
  }
}
@media screen and (max-width: 1099px) {
.footer-top-content {position: relative; flex-direction: column; }
.footer-top-content .footer-top-info { margin: 20px 0 0; padding-right: 0;}
.footer-top .footer-link { position: absolute; top: 15px; right: 20px; margin: 0;}
.footer-top {padding: 20px 0 65px;}
}
/* ==================== 하단(풋터2) ===END============== */

/* ******************** 페이지 설정 ******************** */
#page #content #article .container_postbtn { display: none; } /* 공감 버튼 사용 안함 */
#page #content #article .contents_style > p, #page #content #article .contents_style li { font-family: 'Paperlogy', 'Yuji Mai', 'Humour', sans-serif; font-weight: 500 }
/* ==================== 페이지 설정 ===END============== */

/* ******************** 공지 ******************** */
.notice-img { background: url(./images/notice-img.webp) no-repeat center; background-size: cover } /* 이미지 */
.notice-img .text-h-800 {color: #f3f6fa; filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));} /*공지 상단 텍스트 */
@media (min-width: 992px) {.pt-lg-15 {padding-top: 1rem !important;}}
/* ==================== 공지 ===END============== */

/* ******************** 태그 클라우드 ******************** */
#tag .tags .p-4 { padding: 1rem }
.tags-img { background: url(./images/tags_img.webp) no-repeat center; background-size: cover } /* 이미지 */
.permalink-container #tags,.rounded-md {filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))}
/*  순위 */
.tags .cloud1{
  color: rgb(25, 81, 134);
}
.tags .cloud2{
  color: rgb(121, 33, 145);
}
.tags .cloud3{
  color: rgb(23, 99, 94);
}
.tags .cloud1:hover,
.tags .cloud2:hover,
.tags .cloud3:hover {
  --tw-text-opacity: 1;
  color: rgb(246 86 96 / var(--tw-text-opacity))
}
.dark .tags .cloud1{
  color: rgb(246, 86, 96);
}
.dark .tags .cloud2{
  color: rgb(255, 187, 100);
}
.dark .tags .cloud3{
  color: rgb(58, 152, 185);
}
.dark .tags .cloud1:hover,
.dark .tags .cloud2:hover,
.dark .tags .cloud3:hover {
  --tw-text-opacity: 1;
  color: rgb(255 187 100 / var(--tw-text-opacity))
}
/* 순위 END */
#sidebar .el .tags .tag:hover .fa-tag:before {animation: categoryAnimate 1s linear;display: inline-block; color: #59a6cb}
.dark #sidebar .el .tags .tag:hover .fa-tag:before {color: #6D94C5}
#sidebar .el .tags .tag:hover .cloud1 {color: #f65660}
#sidebar .el .tags .tag:hover .cloud2 {color: #f17f42}
#sidebar .el .tags .tag:hover .cloud3 {color: #5faf80}
#sidebar .el .tags .tag:hover .cloud4 {color: #002c99}
#sidebar .el .tags .tag:hover .cloud5 {color: #6a60a9}
.dark #sidebar .el .tags .tag:hover .cloud1 {color: #F08787}
.dark #sidebar .el .tags .tag:hover .cloud2 {color: #FFC7A7}
.dark #sidebar .el .tags .tag:hover .cloud3 {color: #DDF4E7}
.dark #sidebar .el .tags .tag:hover .cloud4 {color: #4DA8DA}
.dark #sidebar .el .tags .tag:hover .cloud5 {color: #EBD6FB}
/* ==================== 태그 클라우드 ===END============== */

/* ******************** 방명록 ******************** */
.guest-img { /*방명록 상단 이미지*/
  background: url(./images/guest-bg.webp) no-repeat center;
  background-size: cover;
}

#tag .position-absolute path,
#guestbook .position-absolute path { 
  fill: #f9fbff;
}
.dark #tag .position-absolute path,
.dark #guestbook .position-absolute path {
  fill: #1a202c;
}/* 방명록, 태그, 공지 물결*/

.guestTitle { /*안부 남기기 텍스트 정렬*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /*margin-bottom: 120px;*/
  text-shadow: 1px 2px 3px rgb(38 45 64 / 30%);
}
.display-font {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 600;
  line-height: 1.2;
  font-family: Maplestory, Yuji Mai, serif;
}
.display-subf {
  font-size: calc(1.4rem + 1.8vw);
  font-weight: 600;
  line-height: 1.2;
  font-family: Maplestory, Yuji Mai, serif;
}
#guestDate {text-align: center;}
/* ==================== 방명록 ===END============== */

/* ******************** 커버제목 고정글 ******************** */
.fixed-text {position: relative;display: inline-block}
.fixed-text::after {content: "";position: absolute;bottom: -2px;left: 0;width: 47px;height: 2px;background-color: #f65660;}
.dark .fixed-text::after {background-color: #fdaf7b;}
/* ==================== 커버제목 고정글 ===END============== */

/* ******************** 안내 서식 ******************** */
:root {
  --article-bum-txt-color: rgba(72, 70, 78, 1);
  --article-bum-sub-color: rgba(202, 46, 35, 1);
  --article-bum-bg-color: #f3f6fa;
  --article-bum-bfbg-color: rgba(0, 0, 0, .6);
  --article-bum-font-family: 'Maplestory', 'Humour', 'Yuji Mai', sans-serif;
}
.dark:root {
  --article-bum-txt-color: rgba(166, 167, 175, 1);
  --article-bum-sub-color: rgba(253, 175, 123, 1);
  --article-bum-bg-color: #282d38;
  --article-bum-bfbg-color: rgba(255, 255, 255, .6);
}
.bum { position: relative; padding: 16px 20px 16px 50px; background: var(--article-bum-bg-color); color: var(--article-bum-txt-color); font-size: .9rem; line-height: 1.6em; border-radius: 10px; overflow: hidden; margin: 1.7em 0; filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); font-family: var(--article-bum-font-family); font-weight: 500 }
.bum::before { content: ''; width: 60px; height: 60px; background: var(--article-bum-bfbg-color); display: block; border-radius: 50%; position: absolute; top: -12px; left: -12px; opacity: .1 }
.bum::after { content: '\275B'; position: absolute; left: 18px; top: 16px; font-size: 20px; min-width: 15px; text-align: center }
.bum .content .text { color: var(--article-bum-sub-color); margin-left: 5px; margin-right: 2px }
/* ==================== 안내 서식 ===END============== */

/* ******************** 버튼 서식 ******************** */
:root {
  --inkey-bt-bg: #f7f7f7;
  --inkey-txt-color: #626168;
  --inkey-bt-bg-hover: #fd7979;
  --inkey-bt-shadow: 1px 1px 3px;
  --inkey-input-txt: #6b6a71;
  --inkey-font-family: 'Paperlogy', sans-serif;
}
.dark:root {
  --inkey-bt-bg: #424855;
  --inkey-txt-color: #cdceda;
  --inkey-bt-bg-hover: #16476a;
  --inkey-bt-shadow: 0px 0px 2px;
  --inkey-input-txt: #f9fbff;
}
.inkey { padding: 2px 10px; background: var(--inkey-bt-bg); color: var(--inkey-txt-color) !important; overflow: hidden; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; position: relative; display: inline-block; border-radius: 3px; font-size: 14px; font-family: var(--inkey-font-family); box-shadow: var(--inkey-bt-shadow); margin-bottom: 12px; font-weight: 500;}
.inkey.button--inverted { background: #fff; color: #7986cb }
.inkey > span { display: inline-block; opacity: 0; color: #fff; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1) }
.inkey::before { content: attr(data-text); position: absolute; top: 0; left: 0; padding: 2px 10px; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1) }
.inkey:hover { background-color: var(--inkey-bt-bg-hover) }
.inkey:hover::before { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.inkey:hover > span { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.inkey:hover > span:nth-child(1) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s }
.inkey:hover > span:nth-child(2) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s }
.inkey:hover > span:nth-child(3) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s }
.inkey:hover > span:nth-child(4) { -webkit-transition-delay: 0.18s; transition-delay: 0.18s }
.inkey:hover > span:nth-child(5) { -webkit-transition-delay: 0.225s; transition-delay: 0.225s }
.inkey:hover > span:nth-child(6) { -webkit-transition-delay: 0.27s; transition-delay: 0.27s }
.inkey:hover > span:nth-child(7) { -webkit-transition-delay: 0.315s; transition-delay: 0.315s }
.inkey:hover > span:nth-child(8) { -webkit-transition-delay: 0.36s; transition-delay: 0.36s }
.inkey:hover > span:nth-child(9) { -webkit-transition-delay: 0.405s; transition-delay: 0.405s }
.inkey:hover > span:nth-child(10) { -webkit-transition-delay: 0.45s; transition-delay: 0.45s }
/* ==================== 버튼 서식 ===END============== */

/* ******************** 아코디언 메뉴 서식 ******************** */
:root {
  --fontBody: 'Paperlogy', sans-serif;
  --details-border-bott: #e1e1e4;
  --details-q-bg: #3b4a5e;
  --details-a-bg: #f3f4fa;
  --details-hover-bg: #0067db;
  --details-summary-before-color: #fff;
  --details-open-color-t: #fff;
  --details-summary-before-weight: 500;
  --details-summary-before-border: none;
}
.dark:root {
  --details-border-bott: #646872;
  --details-q-bg:#505560;
  --details-a-bg: #373b46;
  --details-hover-bg: #54b0bb;
  --details-summary-before-color: #fff;
  --details-open-color-t: #000;
  --details-summary-before-weight: 600;
  --details-summary-before-border: 1px solid #646872;
  --details-summary-before-weightt: 700;
}
.showH {margin-block: 1.7em; font: .98em/1.6 var(--fontBody);}
details.ac {border-bottom: 1px dashed var(--details-border-bott);}
details.ac:first-child {border-top: 1px dashed var(--details-border-bott);}
details.ac .aC > div:first-child {border-top: 1px dashed var(--details-border-bott);}
details.ac summary {  display: flex; align-items: center; padding: 1.5em 1.25em; list-style: none; cursor: pointer; outline: none; transition: color 1s ease;}
details.ac summary::-webkit-details-marker {display: none;}
details.ac summary:hover {color: var(--details-hover-bg);}
details.ac summary::before {content: 'Q'; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: var(--details-q-bg); color: var(--details-summary-before-color); font-weight: var(--details-summary-before-weight); border-radius: 50%; font-size: 12px; margin-right: 15px; flex-shrink: 0; border: var(--details-summary-before-border);}
details.ac[open] summary {font-weight: 600; color: var(--details-hover-bg);}
details.ac[open] summary::before, details.ac[open] .aC > div::before {background: var(--details-hover-bg); color: var(--details-open-color-t); border: none; font-weight: var(--details-summary-before-weightt);}
details.ac summary::after {content: '\002B'; font-size: 1.4em; font-weight: 300; margin-left: auto;}
details.ac[open] summary::after {content: '\2212';}
details.ac .aC {display: block; overflow: hidden;  max-height: 0;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;}
details.ac .aC > div {position: relative; background-color: var(--details-a-bg); padding: 1.5em 1.25em; border-radius: 4px; align-items: flex-start; flex-direction: column;}
details.ac .aC > div::before {position: absolute; display: flex; content: "A"; align-items: center; justify-content: center; color: #fff; border-radius: 50%; font-size: 12px; margin-right: 15px; flex-shrink: 0; width: 24px; height: 24px; background: var(--details-q-bg);}
details.ac .aC > div > p {padding-left: 40px;}
details.ac .aC > div > figure {padding-left: 37px; margin-top: 0rem !important; margin-bottom: 0.925rem !important;}
details.ac[open] .aC {opacity: 1;}
/* ==================== 아코디언 메뉴 서식 ===END============== */

/* ******************** 리뷰 포스터 서식 ******************** */
.review-card {position: relative; width: 325px; height: 450px; border-radius: 18px; overflow: hidden; box-shadow: 0 5px 10px rgba(0, 0, 0, .2); font-family: 'Paperlogy', 'Humour', 'Yuji Mai', sans-serif; margin: 15px 0;}
.review-poster {position: relative; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.review-poster::before {content: ''; position: absolute; bottom: -45%; left: 0;  width: 100%; height: 100%; z-index: 1; transition: .3s;}
.review-card:hover .review-poster::before {bottom: 0;}
.review-poster img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: .3s; border-radius: 18px;}
.review-card:hover .review-poster img {transform: scale(1.1);}
.review-details {position: absolute; bottom: -100%; left: 0; width: 100%; height: auto; padding: 1.5em 1.5em 2em; background: #000a; backdrop-filter: blur(16px) saturate(120%); transition: .3s; color: #fff; z-index: 2;}
.review-card:hover .review-details {bottom: 0; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto;}
.review-details h2, .review-details h3 {font-weight: 700 !important; margin-top: 0rem !important;}
.review-details h2 {font-size: 1.5em !important; margin-bottom: 5px !important; line-height: 1.5 !important;}
.review-details h3 {font-weight: 400 !important; font-size: 1em !important; margin-bottom: 10px !important; opacity: .6 !important;}
.review-details .review-rating {position: relative; margin-bottom: 15px; display: flex; gap: .25em;}
.review-details .review-rating i {color: #e3c414;}
.review-details .review-rating span {margin-left: 0.25em;}
.review-details .review-tags {display: flex; gap: .375em; margin-bottom: .875em; font-size: .85em;}
.review-details .review-tags span {padding: 8px 10.4px 5px 10.4px; color: #fff; border: 1.5px solid rgba(255 255 255 / 0.4); border-radius: 4px;border-radius: 50px;}
.review-details p.review-desc {color: #fff !important; opacity: .8; line-height: 1.5; margin-bottom: 1em !important;}
.review-details .review-cast h4 {margin-top: 0rem !important; margin-bottom: .5em !important;}
.review-details .review-cast ul {position: relative; display: flex; flex-wrap: wrap; gap: 0.625rem; width: 100%; row-gap: 0rem !important; margin-top: 0rem !important; margin-bottom: 0rem !important; flex-direction: row !important;}
.review-details .review-cast ul li {list-style: none; width: 55px; height: 55px; border-radius: 50%; overflow: hidden; border: 1.5px solid #fff; padding-left: 0; line-height: 0rem; position: static; cursor: pointer;}
.review-details .review-cast ul li img {width: 100%; height: 100%;}
.review-details .review-cast ul li > span {display: none; position: absolute; font-size: 12px; line-height: 19px; color: #666; text-align: center}
.review-details .review-cast ul .name1 img+span {left: 0; margin-left: 2px;}
.review-details .review-cast ul .name2 img+span {left: 0; margin-left: 67px;}
.review-details .review-cast ul .name3 img+span {left: 0; margin-left: 133px;}
.review-details .review-cast ul .name4 img+span {left: 0; margin-left: 198px; }
.review-details .review-cast ul li:hover span {display: block; z-index: 100;}
.review-details .review-cast ul .name1:hover span, .review-details .review-cast ul .name2:hover span, .review-details .review-cast ul .name3:hover span, .review-details .review-cast ul .name4:hover span {top: -31px; background: #fff; border: 1px solid #e5e5e5; padding: 0 9px;border-radius: 4px;}
.review-cast ul[data-ke-list-type] {list-style: none !important;}
/* ==================== 리뷰 포스터 서식 ===END============== */

/* ******************** 본문 텍스트 검색 서식 ******************** */
:root {
  --basic-slide-bg: #b0dae5;
  --basic-slide-active-bg: #edeff5;
  --basic-slide-main-bg: #efefef;
  --basic-slide-input-txt-color: #efefef;
  --basic-slide-input-txt: #aaa;
  --basic-slide-txt-color: #626168;
  --basic-slide-border-line: #cfd1d7;
  --basic-slide-mark: #ffe4bb;
  --basic-slide-mark-color: rgba(72, 70, 78, 1);
}
.dark:root {
  --basic-slide-bg: #084d5e;
  --basic-slide-active-bg: #3b4252;
  --basic-slide-main-bg: #3b4252;
  --basic-slide-input-txt-color: #3b4252;
  --basic-slide-input-txt: #aaa;
  --basic-slide-txt-color: #a6a7af;
  --basic-slide-border-line: #282d38;
  --basic-slide-mark: rgb(197, 200, 207);
  --basic-slide-mark-color: rgba(55, 69, 83, 1);
}
mark, .mark {background-color: var(--basic-slide-mark) !important; color: var(--basic-slide-mark-color) !important;}
.post.search-enabled span {position: relative; display: inline-block; margin: 0px 5px;}
.basic-slide {display: inline-block; width: 215px; padding: 10px 0 10px 15px; font-weight: 400; color: var(--basic-slide-txt-color); background: var(--basic-slide-main-bg); border: 0.5px solid var(--basic-slide-border-line); border-radius: 3px; outline: 0; text-indent: 80px; transition: all .3s ease-in-out; line-height: 1;}
.basic-slide::-webkit-input-placeholder {color: var(--basic-slide-input-txt-color); text-indent: 0; font-weight: 300;}
.basic-slide + label {display: inline-block; position: absolute; transform: translateX(0); top: 0; left: 0; padding: 10px 15px; transition: all .3s ease-in-out; border-top-left-radius: 3px; border-bottom-left-radius: 3px; overflow: hidden; line-height: 1.1;}
.basic-slide + label:after {top: 0; bottom: 0; background: var(--basic-slide-bg);}
.basic-slide + label:before, .basic-slide + label:after { content: ""; position: absolute; right: 0; left: 2px; top: 2px; z-index: -1; transition: all .3s ease-in-out;}
.basic-slide:focus, .basic-slide:active {color: var(--basic-slide-txt-color); text-indent: 0; background: #fff;}
span:nth-child(1) .basic-slide {text-indent: 50px;}
.basic-slide:focus + label, .basic-slide:active + label {transform: translateY(-100%);}
span:nth-child(1) .basic-slide:focus, span:nth-child(1) .basic-slide:active {text-indent: 0;}
.basic-slide:focus, .basic-slide:active {color: var(--basic-slide-txt-color); text-indent: 0; background: var(--basic-slide-active-bg);}
.basic-slide:focus::-webkit-input-placeholder, .basic-slide:active::-webkit-input-placeholder {color: var(--basic-slide-input-txt);}
.basic-slide:focus + label:after, .basic-slide:active + label:after {transform: translateY(100%);}
.basic-slide + label:before {top: 3px; left: 3px; right: 3px; bottom: 6px; background: var(--basic-slide-bg);}
.basic-slide:focus + label:before, .basic-slide:active + label:before {border-radius: 5px;}
/* ==================== 본문 텍스트 검색 서식 ===END============== */

/* ******************** 구분선 ******************** */
:root {
  --hr-style2-bg-color: #c7c8cb;
  --hr-style3-sc-color: #d8d8d9;
  --hr-style3-bt-color: 3px dashed rgba(222, 223, 228, .6);
  --hr-style5-6-bt-color: #f3f4fa;
  --hr-style5-6-box-shadow: 0 -1px 1px 1px rgb(60 64 67 / 10%);
  --hr-style7-8-txt-color: #c1c0c0;
  --hr-style7-8-bg-color: #f9fbff;
  --hr-style7-8-before-color: linear-gradient(to right, transparent, #c1c0c0, transparent);
}
.dark:root {
  --hr-style2-bg-color: #555d6d;
  --hr-style3-sc-color: #555d6d;
  --hr-style3-bt-color: 3px dashed rgba(72, 78, 93, .6);
  --hr-style5-6-bt-color: #3b4252;
  --hr-style5-6-box-shadow: 0 -1px 1px 1px rgb(60 64 67 / 10%);
  --hr-style7-8-txt-color: #9b9dad;
  --hr-style7-8-bg-color: #1a202c;
  --hr-style7-8-before-color: linear-gradient(to right, transparent, #6e7583, transparent);
}
/* 점 3개 */
#tt-body-page .contents_style hr[data-ke-style='style2'] {
    opacity: 1 !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    margin: 3.5rem auto !important;
    text-align: center !important;
    font-size: inherit !important;
    background: none !important;
    overflow: visible !important;
    content: '' !important;
    background-color: var(--hr-style2-bg-color) !important;
    height: 6px !important;
    width: 6px !important;
    border-radius: 50% !important;
    position: relative !important;
}
#tt-body-page .contents_style hr[data-ke-style='style2']:before {
    content: '';
    background-color: var(--hr-style2-bg-color);
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: -32px;
}
#tt-body-page .contents_style hr[data-ke-style='style2']:after {
    content: '';
    background-color: var(--hr-style2-bg-color);
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 32px;
}
@media screen and (max-width: 1200px) {
    #tt-body-page .contents_style hr[data-ke-style='style2'] {
        margin: 3rem auto !important;
    }
}
/* 가위 점선 */
#tt-body-page .contents_style hr[data-ke-style='style3'] {
    opacity: 1 !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    margin: 3.5rem 0 3.0rem 0 !important;
    text-align: center !important;
    width: 100% !important;
    font-size: inherit !important;
    background: none !important;
    border-bottom: var(--hr-style3-bt-color) !important;
    height: 0 !important;
}
#tt-body-page .contents_style hr[data-ke-style='style3']:before {
    content: '\f0c4';
    font-family: 'Font Awesome 5 Pro';
    background-position: 8px -5px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    display: block;
    width: 50px;
    height: 24px;
    position: absolute;
    left: 60px;
    margin-top: 2px;
    font-size: 25px;
    color: var(--hr-style3-sc-color);
}
/* 분할선 */
#tt-body-page .contents_style hr[data-ke-style='style5'],
#tt-body-page .contents_style hr[data-ke-style='style6'] {
    opacity: 1;
    display: block;
    height: 0;
    border-bottom-style: solid;
    border-bottom-color: var(--hr-style5-6-bt-color);
    margin: 4.5rem 0 4.0rem 0 ;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    box-shadow: var(--hr-style5-6-box-shadow);
}
#tt-body-page .contents_style hr[data-ke-style='style5'] {
   border-bottom-width: 10px;
}
#tt-body-page .contents_style hr[data-ke-style='style6'] {
    border-bottom-width: 5px;
}
/* AND + OR */
hr[data-ke-style="style7"],
hr[data-ke-style="style8"] {
  line-height: 1em !important;
  position: relative;
  outline: 0;
  border: 0 !important;
  text-align: center;
  height: 1.5em !important;
  opacity: 1;
  color: var(--hr-style7-8-txt-color);
  margin: 40px auto !important;
  width: 100% !important;
  max-width: 100%;
  pointer-events: none;
  font-size: 16.8px !important;
  background: transparent !important;
  font-family: 'Rajdhani', sans-serif; ;
  font-weight: 600;
}
hr[data-ke-style="style7"]:before,
hr[data-ke-style="style8"]:before {
  content: '';
  background: var(--hr-style7-8-before-color);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: 1;
}
hr[data-ke-style="style7"]:after {
  content: "AND";
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  z-index: 2;
  background-color: var(--hr-style7-8-bg-color);
} 
hr[data-ke-style="style8"]:after {
  content: "OR";
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  z-index: 2;
  background-color: var(--hr-style7-8-bg-color);
}
/* ==================== 구분선 ===END============== */

/* ******************** 참고문헌 ******************** */
:root {
  --jdzBox-bg-bottom-color: 10px solid #444d60;
  --jdzBox-bottom-gradient: linear-gradient(135deg, #f52a6f, #f3744b);
  --jdzBox-bg-refTitle-color: linear-gradient(135deg, #f52a6f, #f3744b);
  --jdzBox-ul-li-bg: #e9ebee;
  --jdzBox-a-txt-color: rgb(86 93 110);
  --jdzBox-bg-refTitle-title: #f9fbff;
  --jdzBox-li-hover-color: linear-gradient(135deg, #446086, #a9aeb5); /* #7d93ab;  #547792 */
  --jdzBox-li-hover-shadow: 0 5px 25px rgba(0, 0, 0, .2);
  --jdzBox-span-bg: #374157b5;
  --jdzBox-text-decoration-color: rgb(255 255 255 / 90%);
  --jdzBox-border-bottom: 1px dashed rgb(0 0 0 / 10%);
  --jdzBox-ul-bg: #f9fbff;
}

.dark:root {
  --jdzBox-bg-bottom-color: 10px solid #444d60;
  --jdzBox-bottom-gradient: linear-gradient(135deg, #3f4966, #46638a);
  --jdzBox-bg-refTitle-color: linear-gradient(135deg, #3f4966, #46638a);
  --jdzBox-ul-li-bg: linear-gradient(135deg, #373d48, #40485a);
  --jdzBox-a-txt-color: rgb(194 200 216);
  --jdzBox-bg-refTitle-title: #d8d9e3;
  --jdzBox-li-hover-color: linear-gradient(135deg, #507d83, #75957d);
  --jdzBox-li-hover-shadow: 0 5px 25px rgba(120, 120, 120, .2);
  --jdzBox-span-bg: #4f6386;
  --jdzBox-text-decoration-color: rgb(46 52 64 / 90%);
  --jdzBox-border-bottom: 1px dashed rgb(84 90 104 / 100%);
  --jdzBox-ul-bg: #282d38;
}

.jdzBox { position: relative; padding-bottom: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-sizing: border-box; margin: 20px 0; box-shadow: 0 1px 1px rgb(0 0 0 / 10%) }
.jdzBox::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 10px; background: var(--jdzBox-bottom-gradient); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; pointer-events: none }
.jdzBox .refTitle { coLor: var(--jdzBox-bg-refTitle-title) !important; background: var(--jdzBox-bg-refTitle-color); padding: 8px 20px !important; margin: -1px; font-size: 1rem; border-top-left-radius: 10px; border-top-right-radius: 10px }
.jdzBox>.refTitle::before { font-family: 'Font Awesome 5 Pro'; margin-right: 10px; content: '\f56c'; font-weight: 500; vertical-align: middle; position: relative; bottom: 2px }
.jdzBox ul { position: relative; background: var(--jdzBox-ul-bg); margin: 0; padding: 0 }
.jdzBox ul li { list-styLe: none; padding: 11px 15px; background: var(--jdzBox-ul-li-bg); transition: transform 0.5s ease }
.jdzBox ul li:not(:last-of-type) { border-bottom: var(--jdzBox-border-bottom) }
.jdzBox ul:hover li { opacity: 0.2 }
.jdzBox ul li:hover { transform: scale(1.05); background: var(--jdzBox-li-hover-color); box-shadow: var(--jdzBox-li-hover-shadow); color: #fff !important; opacity: 1; border-bottom: 1px solid var(--jdzBox-li-hover-color) }
.jdzBox ul li span { width: 20px; height: 20px; text-align: center; line-height: 20px; background: var(--jdzBox-span-bg); color: #fff; display: inline-block; border-radius: 50%; margin-right: 12px; font-size: 12px; font-weight: 300; transform: translateY(-2px); position: relative; top: 2px; font-family: Maplestory, sans-serif; }
.jdzBox ul li p { display: inline; vertical-align: middle; font-size: .9rem; font-family: Maplestory, sans-serif; text-decoration-color: rgb(0 0 0 / 20%); flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: var(--jdzBox-a-txt-color) !important }
.jdzBox ul li p:has(a) > a::before { font-family: 'Font Awesome 5 Pro'; content: '\f0c1'; font-weight: 500; margin-right: 5px; font-size: .70rem; display: inline-block }
.jdzBox ul li p:not(:has(a))::before { font-family: 'Font Awesome 5 Pro'; content: '\f303'; font-weight: 500; margin-right: 5px; font-size: .80rem; display: inline-block }
.jdzBox ul li p>a { transition: transform 0.5s; text-overflow: ellipsis; display: inline-block; width: calc(100% - 32px); overflow: hidden; white-space: nowrap; position: relative;top: 3px; text-decoration-color: rgb(0 0 0 / 20%); color: var(--jdzBox-a-txt-color) !important }
.jdzBox ul li:hover p { color: #fff !important }
.jdzBox ul li:hover p>a { color: #fff !important; text-decoration-color: var(--jdzBox-text-decoration-color) }
.jdzBox ul li p>a::before { font-family: 'Font Awesome 5 Pro'; content: '\f0c1'; font-weight: 500; margin-right: 5px; font-size: .70rem; display: inline-block }
.jdzBox ul li:hover span { background: #fff; color: #565d6e }
.dark .jdzBox ul li:hover span { color: #1b2131 }
/* ==================== 참고문헌 ===END============== */

/* ******************** 비디오 ******************** */
/* 16:9 비율 유지 */
.video { position: relative; margin: 0 auto; max-width: 950px; width: 100%; margin-bottom: 20px; padding-bottom: 56.25%; height: 0; border-radius: 0.8rem; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7)); overflow: hidden;}
.video video, .video iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1 }
/* ==================== 비디오 ===END============== */

/* ******************** 공지 게시글 ******************** */
:root {
  --h-color-background-level-1: #f9fbff;
}
.dark:root {
  --h-color-background-level-1: #1a202c;
}
svg {vertical-align: middle;}
svg:not(:root) {overflow: hidden;margin-bottom: -1px;}
.height_5vw {height: 3vw;min-height: 25px;}
#article.notis .container_postbtn { display: none; } /* 공감 버튼 사용 안함 */
.parallax-background {width: 100%;height: 100%;margin: 0 auto;position: absolute;background-size: cover;background-attachment: fixed; background-repeat: repeat-y;background-position: top center}
.parallax-overlay {background: url(./images/overlay.webp);width: 100%;height: 100%;position: absolute;overflow: hidden}
/* ==================== 공지 게시글 ===END============== */

/* ******************** 탭(스크립트)형식 ******************** */
:root {
  --btb-bg-color: #f3f6fa;
  --btb-text-color: #433f3d;
  --btb-hover-active-text-color: #e76e76;
  --btb-hover-active-border-color: #e78895;
  --tbhd-border-color: #d1d0d0;
  --tbhd-icon-color: #656e77;
  --sticky-bg-color: #FFFCFD;
  --pre-header-border-color: rgba(0, 0, 0, 1);
}

.dark:root {
  --btb-bg-color: #282d38;
  --btb-text-color: #c4c4ca;
  --btb-hover-active-text-color: #62b4ad;
  --btb-hover-active-border-color: #57a6a1;
  --tbhd-border-color: rgba(255, 255, 255, .2);
  --tbhd-icon-color: #c4c4ca;
  --sticky-bg-color: #2c2c34;
  --pre-header-border-color: rgba(255, 255, 255, 1);
}

.btb { background: var(--btb-bg-color); color: var(--btb-text-color); direction: ltr; margin-top: 15px; margin-bottom: 15px }
.btb.tb { border-radius: 5px; filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)) }
.btb.tb .notranslate p { font-size: 14px !important }
.btb.tb .preH > * { padding: 14px 20px }
.btb.tb .preH { border-color: var(--pre-header-border-color); margin: 0 }
.btb.tb .hl { margin: 0; background: inherit; border-radius: 5px }
.tbHd { display: flex; align-items: center; border-bottom: 1px dotted var(--tbhd-border-color); font-size: 14px; line-height: 1.6em; overflow-x: scroll; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; scrollbar-width: none }
.tbHd::after { content: '</>'; font-size: 14px; color: var(--tbhd-icon-color); padding: 10px 15px; margin-left: auto; flex-shrink: 0 }
.tbHd .tablinks { border-bottom: 1px solid transparent; transition: all .1s ease; opacity: .6; white-space: nowrap; scroll-snap-align: start; cursor: pointer; padding: 10px 10px; background: none; /* border: none; */outline: none; font-family: inherit; color: inherit; flex-shrink: 0; flex-basis: auto } /* border:none 추가 */
.tbHd .tablinks:hover { color: var(--btb-hover-active-text-color); border-bottom-color: var(--btb-hover-active-border-color); opacity: 1 }
.tbHd .tablinks.active { color: var(--btb-hover-active-text-color); border-bottom-color: var(--btb-hover-active-border-color); opacity: 1 }
.tbHd::-webkit-scrollbar { width: 0; height: 0 }
.tbHd::-webkit-scrollbar-track { background: transparent }
.tbHd::-webkit-scrollbar-thumb { background: transparent; border: none }
.tabcontent { display: none; width: 100%; padding: 20px 20px 20px; line-height: 1.6em }
.tabcontent p:first-child { margin-top: 0 }
.tabcontent img { max-width: 100%; height: auto; display: block }
.tabcontent figure { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; align-items: flex-start !important; margin: 15px 0 !important; width: auto !important; max-width: 100% !important; margin-left: 0 !important; transform: none !important; box-sizing: border-box !important }
.tabcontent .image-container { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; gap: 10px; margin: 15px 0 !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; transform: none !important; box-sizing: border-box !important }
.tabcontent .image-container span { flex: 1 1 48% !important; max-width: 48% !important; margin: 0 !important; box-sizing: border-box !important }
.tbHd.stick { position: -webkit-sticky; position: sticky; top: 60px; background: var(--sticky-bg-color); z-index: 10 }
@media (max-width: 768px) { .tbHd .tablinks { padding: 8px 10px; font-size: 13px; min-width: auto; flex-basis: auto } .tbHd::after { padding: 8px 10px; font-size: 13px } }
@media (max-width: 480px) { .tbHd .tablinks { padding: 6px 8px; font-size: 12px } .tbHd::after { padding: 6px 8px; font-size: 12px } .tabcontent .image-container { justify-content: center !important } .tabcontent .image-container span { flex: 0 0 95% !important; max-width: 95% !important; margin-bottom: 15px !important } }
/* ==================== 탭(스크립트)형식 ===END============== */

/* ******************** 내비 즐겨찾기 ******************** */
:root {
  --bg-zoom-color: #48464e;
  --bg_meta-color: #5d5d5d;
  --backgroundPoint: #39549a;
  --bg-zoom-hover: #f4747d;
  --bookmark-badge-bg: #577aa6;
  --bookmark-badge-border: #577aa6;
  --bookmark-badge-color: #fff;
  --iBook-bg-color: #f5f7fc;
  --iBook-border-color: #e4e3e1;
  --settB-h-txt-color: #48464e;
  --ibook-ic-svg-color: #9b9ba8;
  --settB-h-txt-hcolor: #254e80;
  --book-delete-hcolor: #bb00ff;
  --byline-svg-color: #727078;
  --byline-svg-hover-color: #f4747d;
  --iBook-more-color: #554dcc;
  --book-all-bg-color: #f3f6fa;
  --book-all-border-color: #e4e3e1;
  --ibook-scrollbar-thumb: rgba(88, 86, 93, .3);
  --ibook-scrollbar-track: rgba(243, 246, 250, .1);
}
.dark:root {
  --bg_meta-color: #c4c4ca;
  --bg-zoom-hover: #369f7c;
  --bookmark-badge-bg: #369f7c;
  --bookmark-badge-border: #369f7c;
  --bookmark-badge-color: #fff;
  --iBook-bg-color: #22293a;
  --iBook-border-color: #404651;
  --settB-h-txt-color: #9e9fa7;
  --ibook-ic-svg-color: #adaeaf;
  --settB-h-txt-hcolor: #e99c69;
  --book-delete-hcolor: #69d2e9;
  --byline-svg-color: #b0b0b6;
  --byline-svg-hover-color: #e99c69;
  --iBook-more-color: #efa677;
  --book-all-bg-color: #282d38;
  --book-all-border-color: #414753;
  --ibook-scrollbar-thumb: rgba(59, 66, 82, 1);
  --ibook-scrollbar-track: rgba(26, 32, 44, .1);
}
.ipopUp:not(.r) {right: 0;}
.nav-item .ic {display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; width: 22px; height: 38px; position: relative; cursor: pointer;}
.nav-item.ibook .bc::before, .icBtn {content: attr(data-text);  display: flex;  align-items: center;  justify-content: center;  position: absolute;  top: -3px;  right: -16px;  min-width: 20px;  height: 20px;  border-radius: 50%;  font-size: 10px;  font-weight: 500;  color: var(--bookmark-badge-color);  background-color: var(--bookmark-badge-bg);  border: 1px solid var(--bookmark-badge-border);  line-height: 18px;  text-align: center;  pointer-events: none;  user-select: none;  box-sizing: border-box;}
.nav-item.ibook .i20 svg, .nav-item.ibook .ic svg {flex-shrink: 0; width: 23px; height: 23px; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; position: relative; z-index: 1;}
.icBtn::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; animation: rippleBadge 1s linear infinite; z-index: -1;}
#bookmarkPanel {display: none;}
#bookmarkPanel.is-open {display: flex;}
.bookI:checked ~ .settB .iBook {opacity: 1; visibility: visible;}
.iBook {gap: 15px; padding-top: 0;}
.iBook {padding: 0;margin-block-end: 40px;}
.iBook:not(.item) >* {padding-inline: 5px;}
.iBook.ipopUp {position: absolute; top: 0; width: 260px; padding: 2px 10px 10px 10px; border: 1px solid var(--iBook-border-color); border-radius: 10px; background-color: var(--iBook-bg-color); transition: top var(--tDuration), left var(--tDuration), right var(--tDuration), var(--tShowHide); box-shadow: 0 10px 30px -8px rgb(0 0 0 / 15%); overflow: hidden;}
.iBook svg.line, .iBook svg .line {fill: none; stroke: var(--settB-h-txt-color); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;}
.iBook .bookmark-inner {gap: 20px; max-height: 300px; padding-block-end: 10px; overflow-x: hidden; overflow-y: scroll;}
.more span:not(.fontSm) {margin-inline-end: 6px; color: var(--iBook-more-color)}
.settB {--maxWidth: 260px; --maxWidth-minus: -260px;}
.settB .iBook {top: 95px;}
.settB .h::after {content: attr(data-text);}
.settB .h {align-items: center; align-self: flex-start; gap: 6px; padding-top: 10px; font-family: 'Paperlogy'; font-weight: 600; color: var(--settB-h-txt-color);}
.book {--thumbSize: 50px; gap: 14px;}
.book .bm-delete {padding: 5px; padding-inline-end: 0; cursor: pointer;}
.book .bm-thumb { position: relative; width: var(--thumbSize); height: var(--thumbSize); opacity: 0.8;}
.book .bm-title { font-size: 14px }
.book .bm-title a { display: -webkit-box; -webkit-line-clamp: 2; color: var(--settB-h-txt-color) }
.book .bm-im {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-position: center; background-repeat: no-repeat; font-size: 10px; line-height: 1.1;}
.book .bm-thumb a {display: block; position: relative; width: 100%; height: 100%; border-radius: 4px; background-color: #f9f9fb; overflow: hidden; padding: 0;}
.book .bm-thumb a img {display: block; width: 100%; height: 100%; object-fit: cover;border-radius: 4px;}
.book >.flex:hover .bm-title a { color: var(--settB-h-txt-hcolor) }
.book >.flex:hover .bm-thumb a { animation: swing ease-in-out 0.5s 1 alternate; }
.book .bm-delete:hover svg.line { stroke: var(--book-delete-hcolor) }
.book >.flex {gap: 10px; align-items: center;}
.book.all {--gap: 16px; --thumbSize: 60px; gap: var(--gap); padding-top: 50px;}
.book.all >.flex {gap: 15px; width: calc((100% / 2) - (var(--gap) / 2)); padding: 15px; border: 1px solid var(--book-all-border-color); border-radius: 4px; background-color: var(--book-all-bg-color); transition: border-color var(--tDuration), box-shadow var(--tDuration); overflow: hidden; cursor: pointer;}
.book.all .bm-thumb {opacity: 1;}
.book.all .bm-delete {padding: 8px;}
#article .contents_style .book.all a {color: var(--settB-h-txt-color); -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px;}
.book.all >.flex:hover {border-color: var(--byline-svg-hover-color); box-shadow: 0 0 0 .5px var(--byline-svg-hover-color) inset, 0 25px 60px -20px rgb(0 0 0 / 20%);}
/*스크롤바 설정*/
.iBook .bookmark-inner::-webkit-scrollbar {width: 5px;}
.iBook .bookmark-inner::-webkit-scrollbar-thumb {background: var(--ibook-scrollbar-thumb); border-radius: 10px;}
.iBook .bookmark-inner::-webkit-scrollbar-track {background: var(--ibook-scrollbar-track);}
@media screen and (max-width: 640px) {
.book.all {--gap:14px}
.book.all >.flex {width: 100%}
}
@media screen and (max-width: 500px) {
.book.all >.flex { gap:12px; padding: 10px}
.book.all .bm-title {font-size: 1.05rem}
}
#ibookNum {color: #fff;}
#ibookNum::before {border: 1px solid var(--bookmark-badge-border);}
.i14 svg {flex-shrink: 0; width: 14px; height: 14px;}
.i18 svg {flex-shrink: 0; width: 18px; height: 18px;}
.shrink {flex-shrink: 0;}
.cInherit a {color: inherit;}
.fontM, .fontS { font-size: 14px; color: var(--settB-h-txt-color)}
/* .fontSm {font-size: 12px; color: var(--settB-h-txt-color) } */
.clamp {-webkit-box-orient: vertical; overflow: hidden;}
.book.all.flex.wrap {flex-wrap: wrap;}
.flex.center {align-items: center;justify-content: center;}
.op svg {opacity: .8;}
.navbar-link-white .navbar-no-collapse-items .ibook .nav-link {stroke:rgba(255, 255, 255, .55);}
.is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .ibook .nav-link {stroke: rgba(14, 17, 31, .35);}
.dark .is-sticky .navbar-light.navbar-link-white .navbar-no-collapse-items .ibook .nav-link {stroke: rgba(187, 187, 187, 0.9);}
.settB .flex.column {flex-direction: column }
.flexIn {display: inline-flex;}
.bm-delete {margin-left: auto;}
@keyframes rippleBadge {0% {box-shadow: 0 0 0 0 var(--bookmark-badge-bg);}70% {box-shadow: 0 0 5px 8px transparent;}100% {box-shadow: 0 0 0 0 transparent;}} /* rippleBadge 애니메이션 정의 */
@media (max-width: 991px) {
  .settB { position: static;}
  #bookmarkPanel {position: fixed; top: 60px; right: 35px; width: 260px; padding: 2px 10px 10px 10px; box-shadow: 0 10px 30px -8px rgb(0 0 0 / 15%); border-radius: 10px; z-index: 11; }
  #bookmarkPanel.is-open {display: flex; visibility: visible; opacity: 1; flex-direction: column}
  #bookmark-m-box .i20 svg { flex-shrink: 0; width: 23px; height: 23px; fill: none !important; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; position: relative; z-index: -1;}
  #bookmark-m-box .nav-item.ibook .bc::before {top: 0px; right: -5px;}
  #bookmark-m-box .nav-item #ibookNum::before {top: 3px; bottom: -3px; right: 11px;left: -11px;}
  #ibookNum {color: #ffffff00 !important;}
  #bookmark-m-box .nav-link:hover svg { display: inline-block !important; animation: swing ease-in-out 0.5s 1 alternate;}
  #__nav #bookmark-m-box .nav-link {stroke: rgba(255, 255, 255, 0.75);}
  .dark #__nav.sticky #bookmark-m-box .nav-link {stroke: rgba(187, 187, 187, 0.9);}
  #__nav.sticky #bookmark-m-box .nav-link {stroke: rgba(14, 17, 31, .35);}
  #bookmarkPanel .flex.column {flex-direction: column }
}/* 모바일 화면 (991px 이하) */
/* ==================== 내비 즐겨찾기 ===END============== */

/* ******************** 본문 즐겨찾기 ******************** */
.byline.share.flex.shrink {display: flex; flex-direction: row; align-items: center; gap: 2px; padding-left: 5px; padding-right: 10px;}
.addb ~ label svg {display: none; width: 28px; height: 28px; stroke: var(--settB-h-txt-color); fill: none;}
.addb:not(:checked) ~ label svg:nth-child(1), .addb:checked ~ label svg:nth-child(2) {display: block; stroke-width: 2;}
.addb ~ label {display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: var(--bg_meta-color, #ca3535);}
.addb {display: none;}
.byline .i20 svg {flex-shrink: 0; width: 20px; height: 20px;}
.byline svg.line, .byline svg .line {fill: none; stroke: var(--byline-svg-color); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; cursor: pointer;}
.byline svg.line:hover, .byline svg .line:hover {stroke: var(--byline-svg-hover-color);}
.addb:checked ~ label svg {stroke: var(--byline-svg-hover-color); opacity: 1;}
/* ==================== 본문 즐겨찾기 ===END============== */

/* ******************** 공유 팝업 ******************** */
:root {
  --fontDate: inherit;
  --shared-before-color: #48464e;
  --shareL-bg-color: #e6e9ed;
  --shareL-up-c-bg: #f2f6fb;
  --shareL-up-popin: #dbdee3;
  --shared-fc-after: rgb(169 176 185 / 80%);
  --share-svg-hover-b: #f67d85;
  --share-svg-hover-c: #bfc2c7;
  --shared-c-btn: #f67d85;
  --contentPadding: 22px;
  --vHeight: 1286px;
  --tDuration: .1s ease;
  --tShowHide: opacity .1s ease, visibility .1s ease;
  --contentPop-maxWidth: 550px;
  --contentBd-line: 1px;
  --contentBd-radiusA: 10px;
  --iconWidth: 35px;
  --iconHeight: 35px;
  --contentBd-radius: 4px;
  --contentSpace: 40px;
  --copyLink: '또는 링크 복사';
  --closeButton: '닫기';
  --inputC: currentColor;
  --inputBg: var(--themeBg);
  --themeBg: var(--darkBg);
  --darkBg: #22262d;
  --closeHeight-phone: 60px;
  --contentPadding-box: 15px;
  --contentPadding-minus: -22px;
  --contentBd-radius: 4px;
  --fontBody-alt: 'Fira Sans', sans-serif;
}
.dark:root {
  --shared-before-color: #d9e2f0;
  --shared-darkBg: #22262d;
  --shareL-bg-color: #444853;
  --shareL-up-c-bg: #272c37;
  --shareL-up-popin: #35393f;
  --shared-fc-after: rgb(14 20 27 / 90%);
  --share-svg-hover-b: #7cc2d7;
  --share-svg-hover-c: #285fa5;
  --shared-c-btn: #7cc2d7;

}
.shared {position: fixed; left: 0; right: 0; z-index: 1031;}
.shared input {color: var(--shared-before-color); background-color: var(--inputBg);}
.popI:checked ~ .popUp {opacity: 1; visibility: visible; margin-bottom: 0;}
.popUp {display: flex; align-items: center; justify-content: center; position: fixed; left: 0; right: 0; bottom: 0; width: 100%; height: var(--vHeight); margin-bottom: -100%; font-size: 0.875rem; opacity: 0; visibility: hidden; transition: width var(--tDuration), height var(--tDuration), margin var(--tDuration), var(--tShowHide); z-index: 20;}
.shareB .popIn {max-width: 480px;}
.popUp .popIn {display: flex; position: relative; width: 100%; max-width: var(--contentPop-maxWidth); max-height: calc(100% - (var(--contentPadding) * 2)); border: var(--contentBd-line) solid var(--shareL-up-popin); border-radius: var(--contentBd-radiusA); transition: inherit; z-index: 3; overflow: hidden;}
.popUp .popC {width: 100%; padding: 60px var(--contentPadding) var(--contentPadding); background-color: var(--shareL-up-c-bg); overflow-y: scroll; overflow-x: hidden;}
.popH {align-items: baseline; justify-content: space-between; column-gap: 20px; top: 0; left: 0; right: 0; padding-block: 20px; background-color: inherit; z-index: 3;}
.popUp .popH {position: absolute; height: 60px; padding: 10px var(--contentPadding);}
.popH .t {display: none;}
.popUp .popH .t {display: block;}
.popH .t::before {content: attr(data-text); flex-grow: 1; opacity: .8; color: var(--shared-before-color);}
.popUp .popH .c {display: flex;}
.popH .c {display: none; align-items: center; justify-content: center; gap: 5px; width: var(--iconWidth); height: var(--iconHeight); margin-inline-end: -10px;}
.popH .c::after {content: '\2715'; font-weight: 400; font-size: 14px; color: var(--shared-before-color); cursor: pointer;}
.popH .c:hover::after {color: var(--shared-c-btn);}
.shareI {gap: 30px;}
.shareI.flex.column {flex-direction: column;}
.shareL {display: grid; grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); grid-auto-rows: 50px; grid-gap: 35px 15px; padding-bottom: 30px;}
.shareI .fontSm {font-size: 11px; color: var(--settB-h-txt-color)}
.shareL >[data-text] {position: relative;}
.shareL >[data-text] >* {width: 50px; height: 50px; margin-inline: auto; border-radius: 20px; background-color: var(--shareL-bg-color); overflow: hidden;}
.shareL svg.line {fill: none; stroke: var(--shared-before-color); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25;}
.shareL svg {width: 24px; height: 24px; fill: var(--shared-before-color);}
.shareL >[data-text]::after {content: attr(data-text); position: absolute; left: 0; right: 0; bottom: -18px; text-align: center; opacity: .8; color: var(--shared-before-color);}
.shareC::before {content: var(--copyLink); opacity: .8; color: var(--shared-before-color);}
.shareC .copy {--gap: 15px; align-items: center; gap: var(--gap); margin-top: 15px; padding-inline: 15px; border: 1px solid var(--shareL-up-popin); border-radius: var(--contentBd-radius); overflow: hidden; transition: border var(--tDuration), background var(--tDuration), box-shadow var(--tDuration);}
.shareC input {flex-grow: 1; padding: 16px 0; border: 0; outline: 0; background-color: transparent; opacity: .6;}
.shareC label {flex-shrink: 0; padding: 10px 0; color: #8775f5; cursor: pointer;}
.popI:checked ~ .popUp .fc::after {opacity: 1; visibility: visible; background-color: var(--shared-fc-after); backdrop-filter: saturate(180%) blur(10px);}
.fc::after { content: ''; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; transition: background var(--tDuration), var(--tShowHide), backdrop-filter var(--tDuration); background-color: transparent; opacity: 0; visibility: hidden;}
.pF.item { gap: var(--contentSpace); margin-top: var(--contentSpace);}
.shareC input:focus, .shareC .copy:hover input {opacity: 1}
.shareL a:hover {background-color: var(--share-svg-hover-c)}
.shareL > [data-text]:hover::after {color: var(--share-svg-hover-b); cursor: pointer;}
@media screen and (min-width: 768px) { ::-webkit-scrollbar {-webkit-appearance: none; width: 4px; height: 5px;} }
#tt-body-page:not(.r) .fixN {left: var(--contentPadding); direction: ltr;}
.fixN {--minHeight: 45px; --minHeight-phone: var(--closeHeight-phone); display: inline-flex; align-items: center; position: fixed; bottom: calc(-100px + var(--contentPadding-minus)); min-height: var(--minHeight); padding: 15px 20px; border-radius: var(--contentBd-radius); color: #d9e2f0; background: #323232; font: small / 1.3 var(--fontBody-alt);box-shadow: 5px 10px 20px 0 rgb(0 0 0 / 10%); transition: bottom var(--tDuration), var(--tShowHide); z-index: 99; animation: slideIn 2.2s ease-in forwards;}
@keyframes slideIn {0% {opacity: 0} 10%, 80% {opacity: 1; bottom: var(--contentPadding)} 100% {bottom: calc(-100px + var(--contentPadding-minus));opacity: 0;visibility: hidden}}
@media screen and (max-width: 1099px) {
  .popUp {padding-bottom: 0px;}
  .popUp .popIn {position: relative; max-width: var(--contentPop-maxWidth); width: 100%; margin-block-end: 0; border: 0; border-radius: var(--contentBd-radiusA) var(--contentBd-radiusA) 10px 10px; padding-bottom: var(--closeHeight-phone); overflow: visible;}
  .popUp .popC {padding-block: 0; border-radius: 10px 10px 0 0;}
  .popUp .popH {position: static; padding: var(--contentPadding-box) 0;}
  .popUp .popH::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: var(--closeHeight-phone); background-color: inherit; border-radius: 0 0 10px 10px; z-index: 2;}
  .popUp .popH .c {position: absolute; right: var(--contentPadding); bottom: 0; height: var(--closeHeight-phone); width: auto; min-width: 60px; display: flex; align-items: center; justify-content: flex-end; margin: 0; z-index: 3;}
  .popUp .popH .c::after {content: var(--closeButton);font-size: 14px;cursor: pointer;content: var(--closeButton);cursor: pointer;display: inline-flex;align-items: center;justify-content: center;padding: 6px 16px;border: 1px solid var(--shareL-up-popin);border-radius: 5px;transition: all 0.2s ease;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);background-color: var(--shareL-bg-color);}
  ::-webkit-scrollbar {-webkit-appearance: none; width: 4px; height: 5px;}
}
@media screen and (max-width: 640px) {
  .popUp .popIn {width: 100%;}
}
/* ==================== 공유 팝업 ===END============== */

/* ******************** 카테고리 목록 공유 아이콘 ******************** */
:root {--addBookmark: '저장';--removeBookmark: '저장됨';--bookmarkTextMax: 90px;--tDuration: 0.35s;--list-add1-bg-color: rgba(255, 255, 255,.95);--list-add1-svg-color: #3598db;--list-bar-txt: #59585f;}
.dark:root {--list-add1-bg-color: rgba(54, 63, 82, 1);--list-add1-svg-color: #97c3c3;--list-bar-txt: #a6a7af;}
#list .bar {position: absolute; top: 0; right: 0; padding: 15px; display: flex; justify-content: flex-end; gap: 6px; z-index: 51;}
#list .addl label {position: relative; display: flex; align-items: center; justify-content: flex-end; width: 35px; height: 35px; border-radius: 20px; background-color: var(--list-add1-bg-color); box-shadow: 0 6px 18px rgba(0,0,0,.15); cursor: pointer; overflow: hidden; transition: width var(--tDuration) ease-in-out, padding var(--tDuration) ease-in-out;}
#list .bar .addl:hover label {width: 70px; padding-right: 35px; padding-left: 12px;}
#list .addl .addb:checked:hover ~ label, #list .bar .addl:has(.addb:checked):hover label {width: 80px;}
#list .addl label svg {position: absolute; right: 7.5px; width: 20px; height: 20px; flex-shrink: 0; z-index: 2;}
#list .addl label::before {content: var(--addBookmark); position: absolute; right: 32.5px; max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; color: var(--list-bar-txt); font-weight: 500; font-size: 14px; transition: max-width var(--tDuration) ease-in-out, opacity var(--tDuration) ease-in-out;}
#list .addl:hover label::before {max-width: var(--bookmarkTextMax); opacity: 1;}
#list .addl .addb:checked ~ label::before {content: var(--removeBookmark);}
#list .addb ~ label svg {stroke: var(--list-add1-svg-color); fill: none;}
#list .addb:checked ~ label svg {stroke: var(--byline-svg-hover-color); opacity: 1;}
#list .bar > * {background-color: transparent; box-shadow: none;}
/* ==================== 카테고리 목록 공유 아이콘 ===END============== */






/* ******************** 구독하기 ******************** */
:root {
  --bs-white: #fff;
  --bs-orange: #fdbc40;
  --bs-green: #35cd4b;
  --bs-red-light: #fc625d;
  --bs-black-300: #333;
  --bs-black-600: #666;
  --bs-Maple-font-family: 'Maplestory';
  --bs-Awesome-font-family: 'Font Awesome 5 Pro';
  --bs-forward-gradient: linear-gradient(135deg, #09C6F9 10%, #045DE9 100%);
  --bs-reverse-gradient: linear-gradient(315deg, #09C6F9 10%, #045DE9 100%);
}

.container25 {
    box-sizing: border-box;
    position: fixed;
    right: 10%;
    bottom: calc(2% + 200px);
    z-index: 99;
}

.container25 #hide {
    display: none;
}

.container25 .box25 {
    align-items: center;
    padding: 30px 25px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    width: 160px;
    animation-fill-mode: forwards;
    animation-name: show_box, hide_box;
    animation-delay: 13s, 26s;
    animation-duration: 0.8s, 0.8s;
    animation-timing-function: ease forwards, ease forwards;
    -webkit-backdrop-filter: blur(2px);
    flex-direction: column;
    display: flex;
    text-align: center;
    transform: translateX(120%);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgba(229, 231, 235, 0.2);
    border-style: solid;
}

.container25 .box25:hover {
    animation-play-state: paused;
}

.hide_Animation {
    animation-name: hide_box !important;
}

@keyframes show_box {
    0% {
        transform: translateX(120%)
    }

    40% {
        transform: translateX(-5%)
    }

    80% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-1%)
    }
}

@keyframes hide_box {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(5%)
    }

    80% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(120%)
    }
}

@keyframes vibration {
    from {
        transform: rotate(2.5deg);
    }

    to {
        transform: rotate(-2.5deg);
    }
}

.container25 .box25 i {
    position: absolute;
    right: 11px;
    top: 10px;
    color: var(--bs-black-600);
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.container25 .logo {
    height: 90px;
    width: 90px;
    margin-bottom: 10px;
}

.container25 .logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box25 .right {
    flex-direction: column;
}

.box25 .right .text-1 {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 6px;
    color: var(--bs-black-300);
    font-family: var(--bs-Maple-font-family);
}

.box25 .right .text-2 {
    font-size: 0.725rem;
    color: var(--bs-black-600);
    margin: 2px 0 15px;
}

.box25 .right button {
    all: unset;
    font-size: 0.875rem;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    padding: 5px 10px;
    background: var(--bs-forward-gradient);
    border-radius: 7px;
    color: var(--bs-white);
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.box25 .right button::before {
    content: '\f77f';
    padding-right: 5px;
    font-size: 0.875rem;
    font-weight: 900;
    transform-origin: 50% 4px;
    display: inline-block;
    font-family: var(--bs-Awesome-font-family);
    position: relative;
    z-index: 3;
}
.box25 .right button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bs-reverse-gradient);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 7px;
}
.box25 .right button:hover:after {
    opacity: 1;
}
.box25 .right button:hover span {
    color: var(--bs-white);
    position: relative;
    z-index: 3;
}
.box25 .right button:hover::before {
    animation: vibration 0.2s infinite;
    color: var(--bs-white);
}

.box25:after {
    content: "";
    box-shadow: 10px 0 var(--bs-orange), 20px 0 var(--bs-green);
    height: 5px;
    left: 10px;
    width: 5px;
    top: 18px;
    margin-top: -4px;
    position: absolute;
    background: var(--bs-red-light);
    border-radius: 50%;
    pointer-events: all;
}
/* ==================== 구독하기 ===END============== */

/* ********************  ******************** */
/* ====================  ===END============== */


