@charset "UTF-8"; 
   
/* ------------------------------------------------- */ 
/* 웹폰트 */   
/* ------------------------------------------------- */ 
/* @import로 시작 */       
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face { 
    font-family: 'Ycomputer-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/Ycomputer-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} 
/* 
    폰트 패밀리명을 언어와 수정 범위에 맞게 변경해주세요 !
    지원하지않는 문자가 있는 웹폰트라면 '한국어', '다른 외국어' 순으로 패밀리명을 추가해주세요.
    예시) 'Pretendard Variable', 'M PLUS 1p';
*/ 
:root {  
    /* 한국어 */ 
    --font-ko: 'Pretendard Variable';
    --font-jp: 'Noto Sans JP'; 
    /* def */
    --font-def: var(--font-ko), var(--font-jp), Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
html, body, textarea, button, code {
    font-family: var(--font-def);
}
/* ------------------------------------------------ */


/* - - - BGM player - - - */
#bgm-player {
    width: 140px;
    height: 200px;
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 99999;
    border: none;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;    
    border-top: 2px solid var(--color-window-outline-2);
    border-left: 2px solid var(--color-window-outline-2);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
/* - - - BGM player - - -*/


/* ------------------------------------------------- */
/* 스타일 관리 */
/* ------------------------------------------------- */
:root {
    /* 색상 */ 
    --color-txt-point: #15ac1f;

    --color-point: #000000;
    --color-pointBd: #59686e;
    --color-pointBg: #c1c8d1;
    --color-bg: #c1c8d1;
 
    --color-window-gr: linear-gradient(80deg, #020114, #00005b);
    --color-window-bar: #000080;

    /* 우주테마 */
    --color-window-line: #afb9c1;
    --color-window-outline: #2d3132;
    --color-window-outline-2: #59686e;
    --color-window-shadow: #2d3132;
    --color-window-bg: #94a0a6;
    --color-window-bar-bg: #c1c8d1;

    /* 기본 테마 색상
    --color-window-line: #e7e7e7;
    --color-window-outline: #000000;
    --color-window-outline-2: #808080;
    --color-window-shadow: #000000;
    --color-window-bg: #c0c0c0; 
    */

    --color-def: #000000;
    --color-line: #afb9c1;
    --color-gray: #5a666b;
    --color-bgGray: #c1c8d1;

    /* 컨테이너 사이즈 */
    --container-size: 1000px;
    --container-size-max: 90%;

    /* 전체 스타일 */
    --border-width: 2px;
    --border-radius: 0px;
    --border-radius-min: 0px;
    --border-radius-button: 0px;
    --transition: .25s ease-in-out;

    /* 내부 스타일 */
    --inline-line-width: 1px;

    /* 갤러리 썸네일 모양 */
    --border-radius-gal: 0px;

    /* 
        기본 폰트 사이즈를 조절 원할 시 --fs-def 의 수치를 조절하세요.
        본문에서만 폰트 사이즈를 조절 원할 시 --fs-article 의 수치를 조절하세요.
        ★웹폰트 변경시 bold 처리가 안 되는 경우가 있습니다. --fw-bold, --fw-boldEx 를 bold 로 변경해주세요.★
    */
    --fs-xs: 9px;
    --fs-s: 11px;
    --fs-def: 13px; /* 기본 */
    --fs-article: 14px; /* 본문 전용 */
    --fs-nav: 13px; /* 카테고리 전용 */
    --fs-m: calc(var(--fs-def) + 2.5px); 
    --fs-l: calc(var(--fs-def) + 6px); 
    --line-height: 1.6; /* 글줄 */
    --font-icon: 'tabler-icons';
    --fw-def: 500;
    --fw-bold: bold;
    --fw-boldEx: bold;
    
    /* window-icon */
    --window-icon: url(./images/cncn_css_sprites_v2.png);
    --window-icon-hover: url(./images/cncn_css_sprites_over.png);
    --window-icon-v2: url(./images/cncn_cate_icon_sprites.png);
    --window-icon-v3: url(./images/cncn_utill_icon_sprites2.png);
    --window-icon-v4: url(./images/cncn_css_sprites_v3.png);
    --window-icon-v4-hover: url(./images/cncn_css_sprites_v3_over.png);

    --window-icon-e-big: -146px -156px;
    
    --window-icon-search-lg: -261px -166px;
    --window-icon-search-md: -313px -54px;
    --window-icon-search-small: -46px -276px;

    --window-icon-trash-big: -10px -156px;
    --window-icon-trash-small: -190px -276px;

    --window-icon-memo-md: -254px -224px;
    --window-icon-memo-small: -313px -170px;

    --window-icon-key-md: -214px -156px;

    --window-icon-set-md: -210px -224px;

    --window-icon-pc-big: -193px -10px;
    --window-icon-pc-md: -313px -10px;
    --window-icon-pc-lg: -10px -224px;
    --window-icon-pc-small: -118px -276px;

    --window-icon-start-small: -313px -134px;

    --window-icon-folder-open-md: -114px -224px;
    --window-icon-folder-open-small: -82px -276px;
    --window-icon-folder-small: -262px -276px;

    --window-icon-cal-small: -10px -276px;

    --window-icon-moon-small: -154px -276px;
    --window-icon-moon-big: -78px -156px;

    --window-icon-mail-small: -313px -206px;

    /* 추가 */
    --window-icon-fi-md: -261px -62px;
    --window-icon-cd-md: -261px -10px;
    --window-icon-book-md: -62px -224px;
    --window-icon-st-md: -261px -114px;
    
    --window-icon-sc-big: -193px -78px;
    --window-icon-sc-small: -313px -98px;

    --window-icon-tk-md: -166px -224px;
    --window-icon-tk-small: -226px -276px;

    --window-icon-bf-maxi: -10px -10px;

    /* 카테고리용 */
    --window-icon-fi-small: -10px -46px;
    --window-icon-cd-small: -46px -10px;
    --window-icon-book-small: -46px -46px;
    --window-icon-st-small: -10px -10px;

    /* 25.08.09 추가 */
    --window-icon-book2-md: -130px -10px;
    --window-icon-book2-small: -182px -10px;

    --window-icon-bpm-big: -10px -10px;
    --window-icon-bpm-small: -118px -130px;

    --window-icon-record-md: -130px -62px;

    --window-icon-st2-md: -78px -10px;
    --window-icon-st2-small: -10px -130px;

    --window-icon-gemstone-md: -62px -78px;
    --window-icon-gemstone-small: -46px -130px;

    --window-icon-orr-md: -10px -78px;
    --window-icon-orr-small: -82px -130px;
}
.article_content {
    font-size: var(--fs-article);
}
/* ------------------------------------------------- */



/* ------------------------------------------------- */
/* reset */
/* ------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}
body, button, dd, dl, dt, fieldset, form, 
h1, h2, h3, h4, h5, h6, input, 
legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
button, textarea, input {
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    appearance: none;
    -webkit-appearance: none;
}
button {
    border: 0;
    color: inherit;
    cursor: pointer;
}
#tistorytoolbarid {
    display: none;
}
iframe, video, embed, object, img, table {
    max-width: 100%;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
}
a {
    color: var(--color-def);
}
a:hover {
    color: var(--color-point);
}
img, textarea {
    transition: var(--transition);
}
body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
ul, li {
    list-style: none;
}

.ti {
    font-size: 18px;
}
.ti-s {  
    font-size: 16px;
}
.ti-xs {
    font-size: 12.5px;
}
.ti-l {
    font-size: 36px;
}

/* 본문 글, 이미지 처리 */
.article_content > .contents_style {
  font-size: var(--fs-article);
}
.article_content.keep > .contents_style {
  word-break: keep-all !important;
}
.article_content.justify > .contents_style {
  text-align: justify;
}
.article_content.break > .contents_style {
  word-break: break-all !important;
}
#tt-body-index figure.imageblock
#tt-body-page figure.imageblock,
#tt-body-index figure.imagegridblock,
#tt-body-page figure.imagegridblock { 
	margin: 20px 0 !important;
} 
figure.imageblock img,
#tt-body-page figure.imageblock img,
figure.imagegridblock img,
#tt-body-page figure.imagegridblock img {
  border-radius: var(--border-radius-img); 
  overflow: hidden;
  vertical-align: top;
}
#tt-body-page figure.imageblock.floatLeft,
#tt-body-index figure.imageblock.floatLeft {
    margin: 0 25px 20px 0 !important;
}
/* 타플랫폼글 업로드시 본문 박스를 넘어가는 현상 방지 */
div[class*='sheet-coc-rol'] {
  max-width: 100%;
}
/* 본문이미지 흑백 전환 */
.article_content.img-filter figure.imagegridblock img:hover,
.article_content.img-filter figure.imageblock:hover img {
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity:0.7;
}
/* ------------------------------------------------- */




/* ------------------------------------------------- */
/* main page */
/* ------------------------------------------------- */
.main_page { 
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width:100vw; 
    height: 100dvh; 
    background-repeat: repeat; 
    background-image: url(./images/cncn_bg_3.png);
}
#loading { 
    z-index: 999999;
    font-family: "Courier Prime", monospace;
    color: var(--color-txt-point);
}
#loading_bar { 
    white-space: pre; 
    padding: 10px 0;
}
#loading_messages {
    text-align: center;
}
.loading_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#main_bf {
    z-index: 999999;  
}
#blue_bgm, 
#blue_bgm iframe {
  width:1px; 
  height:1px;
  position:absolute; 
  left:-10000px; 
  top:0;
  pointer-events:none; 
  opacity:0;
}
#main_blue,
#layer_blue {
    z-index: 999999;
    background-image: url(./images/cncn_bg_4.png);
}
.main_page_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.main_page_imgbox {
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_page_imgbox img {
    vertical-align: top;
    position: absolute;
    object-fit: cover;
}
.main_page p {
    color: crimson;
    font-size: 1.65rem;
    font-weight: bold;
    font-family: var(--fs-nav);
}
.bf_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 5px 10px 10px 10px;
    cursor: pointer;
}
.bf_btn > span {
    color: #fff;
    font-size: var(--fs-nav);
    background-color: var(--color-point);
    padding: 0 2px;
    border: 1px dotted transparent;
} 
.bf_btn:hover > i {
    background-image: var(--window-icon-hover);
}
.bf_btn:hover > span {
    border-color: rgb(255,255,255,.8);
    background-color: var(--color-window-bar);
}
#main_1, #main_2, #main_3, #main_4 {
    cursor: pointer;
}
/* ------------------------------------------------- */





/* ------------------------------------------------- */
/* ---------- windows 95/98 style ---------- */
/* ------------------------------------------------- */
/* - scrollbar - */
/* A Windows 95/98 styled scrollbar for https://windows93.net */
body *::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background: none;
}
body *::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-button {
    width: 16px;
    height: 16px;
    background: var(--color-window-bg);
    box-shadow: inset 1px 1px var(--color-window-line), inset -1px -1px var(--color-window-bg);
    border: 1px solid;
    border-color: var(--color-window-bg) #000 #000 var(--color-window-bg);
}
body *::-webkit-scrollbar-track {
    image-rendering: optimizeSpeed;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    background-color: var(--color-window-bar-bg);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 2px;
}
body *::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    background-size: 16px;
}
body *::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTcgNWgxTTYgNmgzTTUgN2g1TTQgOGg3IiAvPgo8L3N2Zz4=");
}
body *::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTQgNWg3TTUgNmg1TTYgN2gzTTcgOGgxIiAvPgo8L3N2Zz4=");
}
body *::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTggM2gxTTcgNGgyTTYgNWgzTTUgNmg0TTYgN2gzTTcgOGgyTTggOWgxIiAvPgo8L3N2Zz4=");
}
body *::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTYgM2gxTTYgNGgyTTYgNWgzTTYgNmg0TTYgN2gzTTYgOGgyTTYgOWgxIiAvPgo8L3N2Zz4=");
}
body *::-webkit-scrollbar-corner {
    background: silver;
}

/* - layout : footer - */
.window_footer {
    width: 100%;
    display: flex;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-outline-2);
    margin-top: 3px;
}
.footer_info_box:nth-child(1) {
    flex: 1 1 0;
}
.footer_info_box:nth-child(2) {
    width: 100px;
}
.footer_info_box > span {
    font-size: 12px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.8;
}
.footer_info_box {
    height: 25px;
    padding: 0 5px;
    border-top: 2px solid var(--color-window-outline-2);
    border-left: 2px solid var(--color-window-outline-2);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
/* - layout : header - */
.window_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    background: var(--color-window-gr);
    padding: 0 8px 0 12px;
}
.window_controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.window_controller > button {
    cursor: pointer;
    color: var(--color-def);
    font-weight: var(--fw-bold);
    font-family: var(--font-cate);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
} 
/* controller */
.window_controller > button.line {
    padding-bottom: 3px;
}
.window_controller > button.close,
.window_controller > button.squre {
    position: relative;
}
.window_controller > button.close::before,
.window_controller > button.close::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    top: 2px;
    background: var(--color-def);
}
.window_controller > button.close::before {
    transform: rotate(45deg);
}
.window_controller > button.close::after {
    transform: rotate(-45deg);
}
.window_controller > button.squre::before {
    content: '';
    width: 9px;
    height: 9px;
    left: 3px;
    top: 3px;
    position: absolute;
    background-image: url(./images/nbi_squre.png);
}
/* title */
.window_title {
    position: relative;
    width: calc(100% - 75px);
    display: inline-flex;
    align-items: center;
    cursor: default;
    gap: 8px;
}
.window_title > a,
.window_title > span {
    font-weight: var(--fw-bold);
    color: var(--color-txt-point);
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    flex: 1;
}

/* - layout : container & content - */
.window_container {
    background-color: var(--color-window-bg);
    border: 2px solid var(--color-window-line);
    padding: 3px;
    box-shadow: 2px 2px 0px var(--color-window-shadow);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    /* close */
    opacity: 0;
    transition: transform-origin .25s ease-in-out ,transform .25s ease-in-out, opacity .25s ease-in-out, width .25s ease-in-out;
    transform: scale(0);
    transform-origin: center;
    z-index: 99;
    pointer-events: none;
}
.window_container.open {
    opacity: 1 !important;
    transform: scale(1);
    pointer-events: auto;
} 
.window_content {
    width: 100%;
    overflow: hidden;
}
.window_content.imgbox {
    text-align: center;
} 
.window_content.imgbox img {
    width: 100%;
}
.window_content img {
    vertical-align: top;
}
/* 공통 레이아웃 */
.layout_wrap { 
    width: 100%;
    max-width: 90%;
    height: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 4px;
}
.content_scroll {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
}

/* - layout : footer (taskbar) - */
.taskbar {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 30px;
    box-shadow: inset 1px 0 #fff;
    background-color: var(--color-window-bg);
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}
.taskbar_left {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
}
.taskbar_left > div,
.taskbar_left > ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.cur_program {
    gap: 3px;
}
.taskbar_left .cur_program_btn,
.taskbar_right > .clock {
    gap: 5px;
    padding: 0 4px;
    height: 22px;
    font-size: var(--fs-s);
    flex: 1 1 auto;
}
.taskbar_left .cur_program_btn {
    cursor: pointer;
    min-width: 90px;
    justify-content: flex-start;
}
.taskbar_left .cur_program_btn span {
    padding-top: 1px;
    font-weight: var(--fw-bold);
}
.taskbar_right > .clock {
    cursor: default;
}
.taskbar_left > .start {
    cursor: pointer;
    font-size: var(--fs-s);
    font-weight: var(--fw-bold);
    gap: 5px;
    padding: 0 4px;
    height: 22px;
}
.taskbar_left .application_icon_list {
    gap: 5px;
    position: relative;
    padding: 0 15px;
}
.taskbar_left .application_icon_list::before,
.taskbar_left .application_icon_list::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-shadow);
}
.taskbar_left .application_icon_list::before {
    left: 8px;
}
.taskbar_left .application_icon_list::after {
    right: 8px;
}
.taskbar_left .application_icon_item {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.taskbar_left .application_icon_item:nth-child(1) {
    padding-bottom: 2px;
}
.taskbar_left .application_icon_item i {
    font-size: 13px;
}
.taskbar_left .application_icon_item > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taskbar_right > .clock > i {
    margin-top: 2px;
}

/* - components - */
/* window_style */
.window_style,
.window_style_click {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
.button {
    height: 24px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 0 !important; 
    -webkit-appearance: none; 
    appearance: none; 
}
.window_style.dotted {
    outline: 1px dotted rgb(37, 37, 37);
    outline-offset: -4px;
}
input[type="submit"]::placeholder,
input[type="submit"],
input[type="button"]::placeholder,
input[type="button"] {
    color: var(--color-def) !important;
    font-weight: var(--fw-def);
}
.window_style.button:hover,
.window_style.button.click,
.window_style_click,
.window_style:not(.cate):hover {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
    color: var(--fs-def);
}
/* box */
.window_style_box {
    background: #fff;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
body#tt-body-index #layer_main .window_style_box:not(.category_dropdown),
body#tt-body-guestbook #layer_main .window_style_box:not(.category_dropdown),
body#tt-body-search #layer_main .window_style_box:not(.category_dropdown),
body#tt-body-category #layer_main .window_style_box:not(.category_dropdown) {
    background: none;
}
/* window_pathbox */
.window_pathbox {
    display: flex;
    width: 100%;
    padding: 2px;
}
.window_pathbox > .window_pathInput {
    padding-left: 5px;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}
/* window_input */
.window_input_wrap {
    display: flex;
}
.window_input_wrap:not(.col) {
    align-items: center;
    justify-content: space-between;
}
.window_input_wrap.col {
    flex-direction: column;
    gap: 5px;
}
.window_input_label {
    padding-left: 2px;
    text-align: left;
}
.window_input {
    width: 100%;
    height: 25px;
    background-color: #fff;
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
    padding: 5px 10px;
    font-size: var(--fs-s);
    color: var(--color-def);
    appearance: none;
    -webkit-appearance: none;
}
.window_input::placeholder {
    color: var(--color-gray);
    font-size: var(--fs-s);
}
.window_input#search_form {
    width: calc(100% - 35px);
}
/* start_menu */
.start_menu {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    opacity: 0;
    left: 0;
    pointer-events: none;
    background-color: var(--color-window-bg);
    border: 2px solid var(--color-window-line);
    padding: 2px;
    box-shadow: 2px 2px 0px var(--color-window-shadow);
    gap: 2px;
    transition: var(--transition);
}
.start_menu.visible {
    opacity: 1;
    bottom: 31px;
    pointer-events: auto;
}
.start_menu_logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2px;
    min-height: 120px;
    width: 22px;
    background-image: linear-gradient(180deg, rgba(1,1,128,1) 78%, rgba(3,1,252,1) 100%);
}
.start_menu_wrap {
    width: calc(100% - 24px);
    display: flex;
    flex-direction: column;
}
.start_menu_list {
    position: relative;
    display: flex;
    flex-direction: column;
}
.start_menu_list:not(:last-child) {
    padding-bottom: 6px;
}
.start_menu_list:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid var(--color-window-line);
    border-top: 1px solid var(--color-window-outline-2);
}
.start_menu_list > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 8px;
}
.start_menu_list > li > a:hover {
    color: #fff;
    background-color: var(--color-window-bar);
}
/* background_icon */
.background_icon {
    position: absolute;
    height: auto;
    top: 35px;
    left: 35px;
}
.background_icon_list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px 0;
    height: 100%;
}
.background_icon_list > li {
    width: 100px;
    border-radius: var(--border-radius-min);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 5px;
    cursor: pointer;
}
.background_icon_item > span {
    color: #fff;
    font-size: var(--fs-nav);
    background-color: var(--color-point);
    padding: 0 2px;
    border: 1px dotted transparent;
}
.background_icon_item:hover > i {
    background-image: var(--window-icon-hover);
}
.background_icon_item:hover > i.bpm {
    background-image: var(--window-icon-v4-hover);
}
.background_icon_item:hover > span {
    border-color: rgb(255,255,255,.8);
    background-color: var(--color-window-bar);
}

/* ---------- icon : window ---------- */
.window_icon {
    display: inline-block;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: var(--window-icon);
}
.window_icon.big {
    width: 48px;
    height: 48px;
}
.window_icon.lg {
    width: 31px;
    height: 32px;
}
.window_icon.md {
    width: 24px;
    height: 24px;
}
.window_icon.small {
    width: 16px;
    height: 16px;
} 
.window_icon.xsmall {
    width: 14px;
    height: 14px;
}
.window_icon.maxi {
    width: 163px;
    height: 126px;
}
/* 내컴퓨터 */
.window_icon.big.computer {
    background-position: var(--window-icon-pc-big);
}
.window_icon.lg.computer {
    background-position: var(--window-icon-lg-md);
}
.window_icon.md.computer {
    background-position: var(--window-icon-pc-md);
}
.window_icon.small.computer {
    background-position: var(--window-icon-pc-small);
}
/* 인터넷 */
.window_icon.big.e {
    background-position: var(--window-icon-e-big);
}
/* 필름 */
.window_icon.md.fi {
    background-position: var(--window-icon-fi-md);
}
.window_icon.small.fi {
    background-image: var(--window-icon-v2);
    background-position: var(--window-icon-fi-small);
}
/* cd */
.window_icon.md.cd {
    background-position: var(--window-icon-cd-md);
}
.window_icon.small.cd {
    background-image: var(--window-icon-v2);
    background-position: var(--window-icon-cd-small);
}
/* 책 */
.window_icon.md.book {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-book2-md);
}
.window_icon.small.book {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-book2-small);
}
/* 돌 */
.window_icon.md.st {
    background-position: var(--window-icon-st-md);
}
.window_icon.small.st {
    background-image: var(--window-icon-v2);
    background-position: var(--window-icon-st-small);
}
/* 전갈 */
.window_icon.big.sc {
    background-position: var(--window-icon-sc-big);
}
.window_icon.small.sc {
    background-position: var(--window-icon-sc-small);
}
/* 티켓 */
.window_icon.md.tk {
    background-position: var(--window-icon-tk-md);
}
.window_icon.small.tk {
    background-position: var(--window-icon-tk-small);
}
/* 휴지통 */
.window_icon.big.trash {
    background-position: var(--window-icon-trash-big);
}
.window_icon.small.trash {
    background-position: var(--window-icon-trash-small);
}
/* 메모장 */
.window_icon.md.memo {
    background-position: var(--window-icon-memo-md);
}
.window_icon.small.memo {
    background-position: var(--window-icon-memo-small);
}
/* 검색 */
.window_icon.lg.search {
    background-position: var(--window-icon-search-lg);
}
.window_icon.md.search {
    background-position: var(--window-icon-search-md);
}
.window_icon.small.search {
    background-position: var(--window-icon-search-small);
}
/* 나비 */
.window_icon.maxi.bf {
    background-position: var(--window-icon-bf-maxi);
}
/* 달 */
.window_icon.big.moon {
    background-position: var(--window-icon-moon-big);
}
.window_icon.small.moon {
    background-position: var(--window-icon-moon-small);
}
/* 시작 */
.window_icon.small.start {
    background-position: var(--window-icon-start-small);
}
/* 열쇠 */
.window_icon.md.key {
    background-position: var(--window-icon-key-md);
}
/* 설정 */
.window_icon.md.set {
    background-position: var(--window-icon-set-md);
}
/* 폴더 */
.window_icon.small.folderOpen {
    background-position: var(--window-icon-folder-open-small);
}
.window_icon.small.folder {
    background-position: var(--window-icon-folder-small);
}
/* 캘린더 */
.window_icon.small.cal {
    background-position: var(--window-icon-cal-small);
}
/* 메일 */
.window_icon.small.mail {
    background-position: var(--window-icon-mail-small);
}
/* logo */
.window_icon_logo {
    width: 21px;
    height: 112px;
    background-repeat: no-repeat;
    background-image: url(./images/windows_logo.png);
}
/* 25.08.09 추가 */
/* 미분류 */
.window_icon.md.st2 {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-st2-md);
}
.window_icon.small.st2 {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-st2-small);
}
/* bpm */
.window_icon.big.bpm {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-bpm-big);
}
.window_icon.small.bpm {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-bpm-small);
}
/* 골든레코드 */
.window_icon.md.record {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-record-md);
}
/* 보석함 */
.window_icon.md.gemstone {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-gemstone-md);
}
.window_icon.small.gemstone {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-gemstone-small);
}
/* 표본실 */
.window_icon.md.orr {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-orr-md);
}
.window_icon.small.orr {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-orr-small);
}
/* 반짝이  */
.window_icon.small.unv {
    background-image: url(./images/cncn_add_icon_2.png);
}
.window_icon.small.application {
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-image: url(./images/cncn_add_icon_1.png);
}
/* ------------------------------------------------- */





/* ------------------------------------------------- */
/* -- */
/* ------------------------------------------------- */
body {
    font-size: var(--fs-def);
    color: var(--color-def);
    line-height: var(--line-height);
    word-wrap: break-word;
    font-weight: var(--fw-def);
    overflow-y: overlay;

    /* 배경 */
    background-image: url(./images/cncn_bg_3.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.content_scroll { 
    animation: fadein 1.65s; 
    -moz-animation: fadein 1.65s;
    -webkit-animation: fadein 1.65s;
    -o-animation: fadein 1.65s;
}
@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein {
    from { opacity:0; }
    to { opacity: 1; }
}
/* 배경관리 */
#layer_chat .window_content.cover {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
#layer_chat .window_content.pt {
    background-repeat: repeat;
}

/* ---------- drag color ---------- */
::selection {
    color: transparent;
    background: #fff;
    text-shadow: 0 0 2px var(--color-pointBd);
    transition: all 250ms ease-in;
}
::-moz-selection {
    color: transparent;
    background: #fff;
    text-shadow: 0 0 2px var(--color-pointBd);
    transition: all 250ms ease-in;
}

/* ---------- button ---------- */
.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
/* iconbtn */
.iconbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: var( --border-width) solid var(--color-pointBd);
    background: var(--color-pointBg);
    border-radius: var(--border-radius-min);
    color: var(--color-def);
    transition: var(--transition);
}
.iconbtn:hover, 
.iconbtn.active {
    background-color: #fff;
    color: var(--color-point);
}
.iconbtn i {
    line-height: 30px;
}

/* ---------- layout ---------- */
.wrap {
    position: relative; 
    height: 100dvh;
}
.dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0; 
    z-index: 9996;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity var(--transition);
    pointer-events: none;
}
.dim.visible {
    opacity: 1;
    pointer-events: auto;
}

/* - layer - */
div[id^='layer_']:not(#layer_main,#window) {
    position: absolute;
}
#window { 
    position: relative;
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
    height: 100%;
    /* 배경 */
    background-image: url(./images/cncn_bg_1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    /* close */
    opacity: 0;
    transition: transform-origin .25s ease-in-out ,transform .25s ease-in-out, opacity .25s ease-in-out, width .25s ease-in-out;
    transform: scale(0);
    transform-origin: center;
    z-index: 99; 
}
#window.open {
    opacity: 999 !important;
    transform: scale(1);
} 
/* category */ 
#layer_category {
    max-width: calc(90% - 15px);
    width: 560px;
    top: calc(15vh - 35px);
    left: 15vw;
}
#layer_category .window_content { 
    position: relative;
    margin: 0 auto; 
    height: 450px;
    max-height: calc(75dvh - 220px);
}
#layer_category .content_scroll {
    height: 100%;
}
.category_position {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    min-height: 100%;
    background-image: url(./images/cncn_cate_bg.png);
    background-repeat: no-repeat;
    background-position: top;
}
.category_position > p {
    padding: 5px 25px 5px 10px;
}
.position_title {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-left: 25px;
}
.position_title > i {
    margin-bottom: 5px;
}
.position_title {
    font-size: var(--fs-m);
}
.position_line {
    width: 133px;
    height: 1px;
    display: inline-block;
    background-image: url(./images/cncn_cate_line.png);
    background-repeat: no-repeat;
}
/* main */
#layer_main {
    position: relative;
    width: var(--container-size); 
    max-width: 100%;
}
#layer_main .window_content { 
    position: relative;
    margin: 0 auto; 
    height: calc(90dvh - 220px);
}
#layer_main .content_scroll {
    height: 100%;
}
:root[data-layer-main="max"] #layer_main,
#layer_main.max {
    width: var(--container-size-max); 
}
:root[data-layer-main="min"] #layer_main,
#layer_main.min {
    width: var(--container-size); 
}
#layer_main { transition: none; }
html.lm-ready #layer_main { transition: all .2s ease; }
/* banner */
#layer_banner {
    width: 300px;
    left: 45px;
    top: calc(35dvh - 300px);
}
#layer_banner .content_scroll {
    max-height: 300px;
    min-height: 150px;
}
.banner_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.banner_wrap > li > a {
    display: block;
}
.banner_wrap > li > a > img {
    max-width: 100%;
}
/* img */ 
#layer_img {
    max-width: 500px;
    top: calc(10vh - 35px);
    left: 10vw;
}
#layer_img2 {
    min-width: 200px;
    max-width: 500px;
    left: calc(25px + 100px + 340px * 2);
    top: calc(35dvh - 300px);
}
/* media */ 
#layer_media {
    width: 600px;
    max-width: 65vw;
    top: calc(10vh - 35px);
    right: 15vw;
}
#player {
    vertical-align: top;
}
.video_wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 비율 */
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* profile */
#layer_profile {
    width: 360px;
    max-width: calc(75% - 15px);
    z-index: 9999;
    left: 25vw;
    top: 15px;
}
.profile_infobox {
    cursor: default;
}
.profile_infobox > strong {
    font-weight: var(--fw-bold);
}
.profile_infobox > p {
    font-size: var(--fs-article);
    padding-top: 5px;
    padding-bottom: 10px;
}
.profile_password {
    padding-top: 5px;
}
/* profile_imgbox */
.profile_imgbox {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.profile_imgbox.wide {
    width: 100%;
}
.profile_imgbox.small {
    width: 45px;
}
.profile_imgbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* chat */
#layer_chat {
    max-width: calc(90% - 15px);
    width: 420px;
    z-index: 9999;
    right: 35vw;
    top: calc(45dvh - 85px);
}
#layer_chat .content_scroll {
    height: 260px;
    max-height: calc(75dvh - 220px);
}
/* chat_wrap */
.chat_wrap {
    width: 100%;
    margin-bottom: 8px;
}
.chat_form {
    display: flex;
}
.chat_form:not(:last-child) {
    margin-bottom: 10px;
}
.chat_profile {
    padding-right: 10px;
}
.chat_profile .profile_imgbox {
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
.chat_bubble {
    display: inline-block;
    background-color: var(--color-bubble-1);
    color: var(--bubble-1-color-txt);
    padding: 4px 8px;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
.chat_name {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: var(--fw-bold);
    color: var(--color-bubble-name);
}
.chat_form.right .chat_profile {
    padding-right: 0;
    padding-left: 10px;
}
.chat_form.right {
    flex-direction: row-reverse;
}
.chat_form.right .chat_name {
    text-align: right;
}
.chat_form.right .chat_bubble {
    color: var(--bubble-2-color-txt);
    background: var(--color-bubble-2);
}

/* memo */
div[id^='layer_memo'] {
    width: 420px;
    max-width: calc(80% - 30px);
    z-index: 9999;
}
#layer_memo2 {
    left: calc(25px + 340px);
    top: calc(35dvh - 300px);
}
#layer_memo {
    left: 45px;
    top: calc(85dvh - 380px);
}
div[id^='layer_memo'] .window_style_box {
    background: #000;
    height: 300px;
}
#memo2_txtarea,
#memo_txtarea {
    width: 100%;
    height: 100%;
    background: transparent;
    resize: none;
    border: none;
    outline: none;
    color: var(--color-txt-point);
    overflow: scroll;
    padding: 5px 10px;
    vertical-align: top;
    font-size: var(--fs-def);
    white-space: pre-line;
}
/* search */
#layer_search {
    width: 300px;
    max-width: calc(100% - 30px);
    z-index: 9999;
    right: 45vw;
    top: calc(45vh - 35px);
}
.search_txtbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search_txt {
    line-height: 1.4;
}
.form {
    padding: 5px 0;
}
/* container_top */
.container_top {
    position: relative;
    z-index: 9; 
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    border: 2px solid var(--color-window-outline-2);
    box-shadow: 2px 2px 0px var(--color-window-line);
}
/* link_list */
.link_wrap {
    width: 100%;
    display: flex;
    gap: 5px;
    padding: 2px;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
}
.link_wrap.line {
    border-bottom: 2px solid var(--color-window-outline-2);
}
.link_list {
    display: flex;
    gap: 5px;
    padding-bottom: 1px;
}
.link_list > li > a {
    display: block;
    position: relative;
    cursor: pointer;
}
.link_list > li > a::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 8px;
    height: 1px;
    background: var(--color-def);
}
/* menu */
nav.menu {
    position: relative;
    z-index: 9;
}
nav.menu > ul > li {
    position: relative;
}
nav.menu > ul > li:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid var(--color-window-line);
    border-top: 1px solid var(--color-window-outline-2);
}
nav.menu > ul > li {
    position: relative;
    width: 100%; 
    padding: 4px 10px 4px 10px;
    color: var(--color-def);
}
nav.menu > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
nav.menu > ul > li:hover {
    cursor: pointer;
    background-color: var(--color-window-bar);
}
nav.menu > ul > li:hover,
nav.menu > ul > li:hover > a {
    color: #fff;
}
nav.menu {
    display: none;
    position: absolute; 
    top: 25px;
    width: auto;
}
nav.menu > ul {
    background: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
/* window_double_line */
.window_double_line {
    width: 4px;
    margin-right: 2px;
    height: 100%;
    border-left: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-outline-2);
}

/* ---------- navigation bar ---------- */
.category_wrap {
    display: flex;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    width: 100%;
    padding: 2px;
}
.category_wrap .buttons {
    margin: 0 4px;
    padding: 0;
}
.category_wrap .buttons .window_double_line {
    margin-right: 0;
}
.category_wrap .button {
    min-width: 0;
    padding: 0 4px;
    background-color: transparent;
}
.category_wrap .button:hover {
    font-weight: var(--fw-bold);
}
.category_dropdown {
    cursor: pointer;
    position: relative;
    flex: 1;
    height: 24px;
}
.category_btn {
    padding-left: 5px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category_btn > span {
    position: relative;
    width: calc(100% - 25px);
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 22px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.category_btn > span::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: var(--window-icon);
    background-repeat: no-repeat;
    background-position: var(--window-icon-folder-open-small);
}
.category_btn > span.mail::before {
  background-position: var(--window-icon-mail-small);
  background-image: var(--window-icon);
}
.category_btn > span.book::before {
  background-position: var(--window-icon-book2-small);
  background-image: var(--window-icon-v4);
}
.category_btn > span.fi::before {
  background-position: var(--window-icon-fi-small);
  background-image: var(--window-icon-v2);
}
.category_btn > span.cd::before {
  background-position: var(--window-icon-cd-small);
  background-image: var(--window-icon-v2);
}
.category_btn > span.st::before {
  background-position: var(--window-icon-st2-small);
  background-image: var(--window-icon-v4);
}
.category_btn > span.computer::before {
  background-position: var(--window-icon-pc-small);
  background-image: var(--window-icon);
}
.category_btn > span.bpm::before {
  background-position: var(--window-icon-bpm-small);
  background-image: var(--window-icon-v4);
}
.category_btn > span.orr::before {
  background-position: var(--window-icon-orr-small);
  background-image: var(--window-icon-v4);
}
.category_btn > span.gemstone::before {
  background-position: var(--window-icon-gemstone-small);
  background-image: var(--window-icon-v4);
}
.window_style.cate {
    width: 20px;
    height: 100%;
}
.window_style.cate::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\fb2a';
    font-family: var(--font-icon);
    font-size: 11px;
}
.category_btn.active .window_style.cate {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
}
.category_btn.active .window_style.cate::before {
    content: '\fb2d';
    transform: translate(calc(-50% - 1px), -50%);
}
/* nav */
nav > ul > li > ul > li,
nav > ul > li > ul > li > ul > li {
    position: relative;
}
/* drop */
nav.drop > ul > li > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid var(--color-window-line);
    border-top: 1px solid var(--color-window-outline-2);
}
nav.drop > ul > li > ul {
    max-height: 200px;
    overflow-y: auto;
}
nav.drop > ul > li > ul > li.drop > a::before {
    position: absolute;
    top: 5px;
    right: 9px;
    content: '\fb2a';
    font-family: var(--font-icon);
    font-size: 12px;
}
nav.drop > ul > li > ul > li.open > a::before {
    content: '\fb2d';
}
nav.drop > ul > li > ul > li::before,
nav.drop > ul > li > ul > li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
}
nav.drop > ul > li > ul > li > a {
    position: relative;
    width: 100%; 
    padding: 6px 26px 6px 26px;
    color: var(--color-def);
}
nav.drop > ul > li > ul > li::before,
nav.drop > ul > li > ul > li > ul > li::before {
    content: '';
    position: absolute;
    z-index: 99;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: var(--window-icon-v2);
}
nav.drop > ul > li > ul > li:nth-child(1):before,
nav.drop > ul > li > ul > li:nth-child(1) > ul > li::before {
    background-position: var(--window-icon-folder-open-small);
    background-image: var(--window-icon);
}
nav.drop > ul > li > ul > li:nth-child(2):before,
nav.drop > ul > li > ul > li:nth-child(2) > ul > li::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-book2-small);
}
nav.drop > ul > li > ul > li:nth-child(3):before,
nav.drop > ul > li > ul > li:nth-child(3) > ul > li::before {
    background-position: var(--window-icon-fi-small);
}
nav.drop > ul > li > ul > li:nth-child(4):before,
nav.drop > ul > li > ul > li:nth-child(4) > ul > li::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-orr-small);
}
nav.drop > ul > li > ul > li:nth-child(5):before,
nav.drop > ul > li > ul > li:nth-child(5) > ul > li::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-st2-small);
}
nav.drop > ul > li > ul > li:nth-child(6):before,
nav.drop > ul > li > ul > li:nth-child(6) > ul > li::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-gemstone-small);
}
nav.drop > ul > li > ul > li > ul > li::before {
    top: 8px;
    left: 15px;
}
nav.drop > ul > li > ul > li::before {
    top: 8px;
    left: 6px; 
}
nav.drop > ul > li > ul > li a:hover {
    color: #fff;
    background-color: var(--color-window-bar);
}
nav.drop > ul > li > ul > li a:hover::before {
    color: #fff;
}
nav.drop > ul > li > ul > li > ul > li > a {
    position: relative;
    color: var(--color-def);
    transition: var(--transition);
    padding: 6px 10px 6px 36px;
}
nav.drop {
    display: none;
    position: absolute;
    top: 24px;
    left: -2px;
    width: calc(100% + 4px);
}
nav.drop > ul > li > ul {
    background: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
nav.drop > ul > li > ul > li > ul {
    overflow: hidden;
}
/* layer */
nav.layer {
    padding-left: 150px;
}
nav.layer > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
}
nav.layer > ul > li > ul > li {
    width: 70px;
}
nav.layer > ul > li > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 35px;
    text-align: center;
}
nav.layer > ul > li > ul > li > a::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: var(--window-icon);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: var(--window-icon-folder-open-md);
}
nav.layer > ul > li > ul > li:nth-child(1) > a::before {
    background-position: var(--window-icon-folder-open-md);
}
nav.layer > ul > li > ul > li:nth-child(2) > a::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-book2-md);
}
nav.layer > ul > li > ul > li:nth-child(3) > a::before {
    background-position: var(--window-icon-fi-md);
}
nav.layer > ul > li > ul > li:nth-child(4) > a::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-orr-md);
}
nav.layer > ul > li > ul > li:nth-child(5) > a::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-st2-md);
}
nav.layer > ul > li > ul > li:nth-child(6) > a::before {
    background-image: var(--window-icon-v4);
    background-position: var(--window-icon-gemstone-md);
}
nav.layer > ul > li > ul > li > a > span {
    font-size: var(--fs-nav);
    padding: 0 2px;
    border: 1px dotted transparent;
}
nav.layer > ul > li > ul > li > a:hover::before {
    background-image: var(--window-icon-hover);
}
nav.layer > ul > li > ul > li:nth-child(4) > a:hover::before,
nav.layer > ul > li > ul > li:nth-child(5) > a:hover::before,
nav.layer > ul > li > ul > li:nth-child(6) > a:hover::before,
nav.layer > ul > li > ul > li:nth-child(2) > a:hover::before {
    background-image: var(--window-icon-v4-hover);
}
nav.layer > ul > li > ul > li > a:hover > span {
    color: #fff;
    border-color: rgb(255,255,255,.8);
    background-color: var(--color-window-bar);
}
/* reset */
nav > ul > li > ul > li > a,
nav > ul > li > ul > li > ul > li > a {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    display: block;
}
.link_tit,
nav > ul > li > ul > li > ul {
    display: none;
}

/* ---------- list style ---------- */
.empty_desc {
    text-align: center;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--color-gray);
    word-break: keep-all;
}
/* 리스트 공통 */
.list .list_container {
    display: grid;
    padding-bottom: 5px;
}
.list[id*="gal"] .list_container {
    gap: 10px;
}
.list .list_item .list_title {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.list .list_item .list_title img {
    width: auto !important;
    height: auto !important;
}
.list .list_item .list_category, 
.list .list_item .list_date { 
    display: inline-flex;
    font-size: var(--fs-xs); 
    color: var(--color-gray);
}
.list .list_item .list_category i, 
.list .list_item .list_date i {
    margin-right: 3px;
}
.list .list_item .list_info {
    display: flex;
    flex-wrap: wrap;
}
/* 썸네일 */
.list .list_item .list_thumb {
  transition: var(--transition);
}
.list_item .list_thumb {
  position: relative;
  overflow: hidden;
}
.list:not(.list[id*="memo"]) .list_item .list_thumb {
  isolation: isolate;
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
  aspect-ratio: 1/1;
}
.list:not(#list_gal_2_circle):not(#list_gal_3) .list_item .list_thumb {
  border-radius: var(--border-radius-gal);
}
.list .list_item .list_thumb > figure {
  position: relative;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  margin: 0 !important;
}
.list:not(.list[id*="memo"]) .list_item .list_thumb > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list:not(.list[id*="memo"]) .list_item > a:hover .list_thumb {
    border-color: var(--color-window-bg);
}
.list:not(.list[id*="gal_2"]) .list_item > a:hover .list_thumb > figure {
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: 0.7;
}
.list:not(.list[id*="memo"]) .list_item > a:hover .list_thumb > figure {
  transform: scale(1.2);
}
.list .list_item .list_thumb > figure > img {
  transition: unset;
}
.list_item a:hover .list_title {
    font-weight: var(--fw-bold);
}
/* 갤러리형 한 줄에 보여질 개수 */
.list[id*="gal"]:not(#list_gal_3) .list_container {
  grid-template-columns: repeat(4, 1fr);
}
#list_gal_3 .list_container {
  grid-template-columns: repeat(2, 1fr);
}
/* 썸네일 감추기 */
.list[id*="playlist"] .list_thumb,
.list[id*="playlist"] .list_thumb img,
.list[id*="board"] .list_thumb,
.list[id*="board"] .list_thumb img {
  display: none;
}
/* 보호글 아이콘 */
.locked::before {
    content: '';
    display: inline-block;
    background-image: var(--window-icon-v3);
    background-position: -46px -114px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin: 0px 3px 0px 0;
    position: relative;
    top: 3px;
}
.list_summary {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    visibility: hidden;
}
#list_gal_2 .locked::before {
    color: #fff;
}
#list_web_1 .locked::before {
    font-size: var(--fs-m);
}
/* 노이미지 */
div[id*='web'] .list_thumb:not(:has(.thumb)) {
    display: none;
}
div[id*='web'] .list_thumb:not(:has(.thumb)) + .list_content {
    width: 100% !important;
}
:not(.thumb) + .no_thumb {
    display: inline-block !important;
}
.thumb + .no_thumb {
    display: none;
}
.list_thumb img {
    vertical-align: top; 
}
/* 카테고리명 표시 삭제 */
.list:not(.list[id*="web"]) .list_item .list_category {
    display: none;
}
/* list_info 중앙 정렬 */
#list_gal_1 .list_item .list_info,
#list_gal_2 .list_item .list_info {
    align-content: center;
    justify-content: center;
}
#list_gal_1 .list_item .list_info > div,
#list_gal_2 .list_item .list_info > div {
    width: 100%;
    text-align: center;
    justify-content: center;
}
/* --- 개별 스타일 --- */
/* 기본 갤러리형 #list_gal_1 */
#list_gal_1 .list_item .list_info {
    padding: 8px 10px;
}
div[id*='gal'] .list_item a {
    display: block;
    background-color: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
div[id*='gal'] .list_item a:hover {
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
    color: var(--color-def);
    outline: 1px dotted rgb(37, 37, 37);
    outline-offset: -5px;
}
/* 갤러리형2 #list_gal_2 */
#list_gal_2 .list_item {
    position: relative;
}
#list_gal_2 .list_item .list_info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 1.3;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    text-align: center;
    visibility: hidden;
    color: #fff;
    transition: var(--transition);
}
#list_gal_2 .list_item .list_title {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
    word-break: break-all;
    transition: all var(--transition);
}
#list_gal_2 .list_item .list_date {
    color: #fff;
    padding-top: 5px;
    opacity: 0;
    transition: all var(--transition);
}
/* 오버 효과 */
#list_gal_2 .list_item a:hover .list_info {
    visibility: visible;
}
#list_gal_2 .list_item a:hover .list_title {
    opacity: 1;
}
#list_gal_2 .list_item a:hover .list_date, 
#list_gal_2 .list_item a:hover .list_category {
    opacity: .45;
}
/* 일반글목록형-box #list_board */
#list_board .list_item a {
    display: block;
    padding: 8px 10px;
}
#list_board .list_item .list_info {
    align-items: center;
    justify-content: space-between;
}
#list_board .list_item .list_title {
    flex: 1;
    padding-right: 15px;
}
#list_board .list_item .list_date {
    margin-left: auto;
    opacity: 1;
}
/* 스타일 */
#list_board .list_item:not(:last-child) {
    margin-bottom: 8px;
}
#list_board .list_item a {
    background-color: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
/* 오버효과 */
#list_board .list_item a:hover {
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
    color: var(--color-def);
    outline: 1px dotted rgb(37, 37, 37);
    outline-offset: -5px;
}
/* 일반형에서 갤러리 요소 감추기 */
.list[id*="board"] .list_thumb,
.list[id*="board"] .list_thumb img {
    display: none;
}

/* ---------- pagination ---------- */
.pagination {
    width: 100%;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .numbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.pagination .numbox a {
    width: 30px;
    height: 30px;
}
.pagination .numbox a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    width: 100%;
    height: 100%;
    font-size: var(--fs-s);
    background-color: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
.pagination .numbox a:hover > span {
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
.pagination .numbox a > span.selected {
    font-weight: var(--fw-boldEx);
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
    color: var(--color-def);
    outline: 1px dotted rgb(37, 37, 37);
    outline-offset: -5px;
}
.pagination > div[class*='pagination_'] {
    width: 30px;
    height: 30px;
}
.pagination > div[class*='pagination_'] > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; 
    color: var(--color-gray);
}
.pagination > div[class*='pagination_'] a:hover {
    color: var(--color-point);
}
.pagination > div[class*='pagination_'] > a[class*='no-more-'] {
    display: none !important;
}

/* ---------- guestbook & comment ---------- */
#tt-body-guestbook .pagination {
    display: none;
}
.comment {
    display: none;
}
.comment .tt-comment-cont {
    padding-left: 0;
    padding-right: 0;
}
.tt-thumbnail[style*="default_S.png"], 
.tt-area-write:has(.tt_wrap_write .tt-box-account) .tt-box-thumb .tt-thumbnail,
a:not([href]) > .tt-thumbnail,
a[href=""] > .tt-thumbnail,
a[href="#"] > .tt-thumbnail {
    background-image: url(./images/guest.png) !important;
}
/* reset */
body :is(.tt-thumbnail) {
    width: 45px;
    height: 45px;
    border-radius: 0;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
    background-color: #94a0a6;
}
}
body :is(.tt-wrap-cmt .tt_desc) {
    font-family: var(--font-def) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}
body :is(.tt-wrap-cmt .tt-link-user),
body :is(.tt-txt-mention) {
    font-family: var(--font-def) !important;
    font-size: var(--fs-xs); 
    line-height: inherit !important;
}
body :is(.tt-wrap-cmt .tt-link-user) {
    color: var(--color-def);
    font-weight: var(--fw-boldEx);
}
body :is(.tt-txt-mention) {
    color: var(--color-txt-point) !important;
    background: none !important;
    font-weight: var(--fw-boldEx);
}
body :is(.tt-wrap-info) {
    padding-top: 5px;
    align-items: flex-start;
    flex-direction: column;
}
body :is(.tt-wrap-cmt .tt_date) {
    font-family: var(--font-def) !important;
    font-size: var(--fs-s);
    line-height: inherit !important;
    color: var(--color-def);
    padding-bottom: 5px;
    padding-top: 0;
}
body :is(.tt-wrap-cmt .tt-link-comment) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-def);
    padding: 2px 5px;
    background-color: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
body :is(.tt-wrap-cmt .tt-link-comment:hover) {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
    color: var(--color-point);
}
body :is(.tt-wrap-cmt .tt-wrap-link-comment) {
    padding-left: 0;
    transition: var(--transition);
    line-height: inherit !important;
}
body :is(.tt-list-reply-comment .tt-wrap-info) {
    align-items: flex-end;
}
body :is(.tt-link-comment .tt_txt_g) {
    line-height: inherit !important;
    font-family: var(--font-def) !important;
    font-size: var(--fs-def);
    color: inherit !important;
    padding-top: 0px;
}
body :is(.tt-link-comment .tt_num_g) {
    display: none;
}
.tt-item-reply .tt_cmt_info .tt_txt_g {
    font-family: var( --font-en), var(--font-ko), sans-serif !important;
    font-size: var(--fs-s) !important;
    line-height: inherit !important;
    color: var(--color-point) !important;
    font-weight: var(--fw-bold);
    background-color: #f5f5f5;
}
body :is(.tt-list-reply > .tt-item-reply) {
    border-top: 0;
}
body :is(.tt-item-reply .tt-list-reply-comment) {
    border-top: 0;
}
body :is(.tt-list-reply > .tt-item-reply:not(:last-child)) {
    border: 0;
}
body :is(.tt-list-reply-comment > .tt-item-reply) {
    padding: 15px 20px 15px 0;
    border-top: 0;
    border-bottom: var(--inline-line-width) solid var(--line-height);
}
.tt-list-reply-comment .tt-item-reply:before {
    display: none;
}
body :is(.tt-item-reply .tt-list-reply-comment) {
    margin: 0;
}
body :is(.tt-item-reply .tt-wrap-cmt > .tt-box-thumb) {
    margin-right: 0;
}
body :is(.tt-item-reply .tt-box-content) {
    width: calc(100% - 50px);
    padding-top: 3px;
}
body :is(.tt-item-reply .tt-button-modify) {
    opacity: .45;
}
body :is(.tt-area-reply) {
    margin-bottom: 0;
}
body :is(.tt-list-reply) {
    border: 0;
    display: flex;
    flex-direction: column-reverse;
}
.tt-wrap-info .tt_date+.tt-wrap-link-comment:before {
    display: none !important;
} 
body :is(.tt-box-textarea .tt_txt_user) {
    display: none;
}
.tt_item_secret>.tt-wrap-cmt .tt_desc {
    color: color: gray;
}
/* 관리 */
body :is(.tt-box-modify-open .tt-list-modify) {
    box-shadow: none;
    border: var(--inline-line-width) solid var(--color-line);
    padding: 0;
    overflow: hidden;
}
body :is(.tt-box-modify-open .tt-list-modify > li > a) {
    font-size: var(--fs-s);
    padding: 10px 15px;
    line-height: inherit;
    color: var(--color-gray);
}
/* 핀고정 맨위로 */
.tt-item-reply:not(.rp_general) {
    order: 1;
}
/* 버튼류 */
body :is(.tt-btn_register), 
body :is(.tt-btn-cancel) {
    position: relative;
    color: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    background: none;
}
body :is(.tt-btn_register:disabled) {
    background: none;
    border: 0;
}
body :is(.tt-btn_register:hover) {
    background: none;
    border: 0;
}
body :is(.tt-btn-cancel) {
    min-width: 0;
    line-height: inherit;
    font-size: inherit;
    margin-right: 3px;
}
.tt-btn-cancel::before {
    position: absolute;
    left: 6px;
    font-family:var(--font-icon);
    font-size: 20px;
    content: '\f429';
    color: var(--color-gray);
}
.tt-btn_register::before {
    position: absolute;
    left: 6px;
    font-family: var(--font-icon);
    font-size: 20px;
    content: '\eb1e';
    color: var(--color-point);
}
.tt-btn_register:disabled:before {
    color: var(--color-gray);
}
body :is(.tt-box-write .tt-xe-input-helper) {
    width: 35px;
    height: 35px;
    background: none;
    margin-right: 3px;
}
.tt-box-write .tt-xe-input-helper::before {
    position: absolute;
    top: 18px;
    left: 8px;
    font-family: var(--font-icon);
    font-size: 20px;
    content: '\eae1';
    color: var(--color-gray);
}
.tt-box-write input[type='checkbox']:checked+.tt-xe-input-helper::before {
    content: '\eae2';
    color: var(--color-point);
}
/* 이전 댓글 더보기 */
body :is(.tt_btn_prev_more) {
    font-size: var(--fs-def);
    font-family: var(--font-def);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    line-height: 35px;
    color: var(--color-def);
    background-color: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
    cursor: pointer;
}
body :is(.tt_btn_prev_more:hover) {
    border-top: 2px solid var(--color-window-shadow);
    border-left: 2px solid var(--color-window-shadow);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
    color: var(--color-def);
    outline: 1px dotted rgb(37, 37, 37);
    outline-offset: -5px;
}
/* ----- */
.tt-box-total { 
    display: none;
}
.tt-comment-cont {
    display: flex;
    flex-direction: column-reverse;
    padding: 25px 15px 0 15px;
}
.tt-item-reply .tt-wrap-cmt {
    justify-content: space-between;
}
.tt-item-reply .tt-list-reply-comment .tt-wrap-cmt {
    flex-direction: row-reverse;
} 
.tt-wrap-cmt .tt-box-modify {
    top: 18px;
    left: -20px;
    right: unset;
}
.tt-wrap-cmt .tt-box-modify .tt-list-modify {
    left: 0;
    right: unset;
    border-radius: 0;
}
.tt-item-reply .tt-list-reply-comment .tt-wrap-cmt .tt-box-modify .tt-list-modify {
    right: 0;
    left: unset;
}
.tt-item-reply .tt-list-reply-comment .tt-wrap-cmt .tt-box-modify {
    right: 0px;
    left: unset;
}
.tt-item-reply .tt-list-reply-comment .tt-wrap-cmt .tt-box-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tt-item-reply .tt-list-reply-comment .tt-wrap-cmt .tt-box-content .tt-link-user {
    max-width: 100%;
}
.tt-wrap-cmt .tt_desc {
    display: inline-block;
    color: var(--color-def);
    background-color: #fff;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
    padding: 4px 8px;
} 
.tt-list-reply-comment .tt_desc {
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
    background-color: var(--color-window-bar);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
}
/* 글쓰기폼 */
.tt-thumbnail:after {
    display: none !important;
}
body :is(.tt-area-write) {
    padding-bottom: 15px;
}
.tt-box-textarea .tt-cmt[contenteditable=true]:empty:before {
    color: var(--color-gray);
}
body :is(.tt-box-textarea) {
    background-color: #fff;
    color: var(--color-def);
    padding: 4px 8px;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
body :is(.tt-box-textarea .tt-inner-g) {
    border: 0;
    max-height: 110px;
    padding: 0;
    overflow-y: auto;
}
.tt-area-write .tt-box-account input::placeholder {
    color: var(--color-gray);
}
body :is(.tt-area-write .tt-box-account input) {
    background-color: #fff;
    color: var(--color-def);
    font-size: var(--fs-def);
    padding: 4px 8px;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
body :is(.tt-area-write .tt-box-account input:hover),
body :is(.tt-area-write .tt-box-account input:focus) {
    background-color: #fff;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
}
body :is(.tt_txt_user) {
    display: none;
}
/* 아이콘류 */
body :is(.tt-item-reply .tt_cmt_info .tt_ico_fixed),
body :is(.tt-box-meta .tt_img_area_reply) {
    background: none;
    position: relative;
    overflow: visible;
    font-size: var(--fs-def);
}
.tt_img_area_reply::before {
    position: absolute;
    font-family:var(--font-icon); 
}
.tt_img_area_reply.tt_ico_lock::before {
    content: '\eae2';
    font-family: var(--font-icon);
    color: var(--color-gray);
    top: 10px;
    left: 3px;
}
.tt_img_area_reply.tt_ico_fixed:before {
    content: '\f68d';
    font-family: var(--font-icon);
    color: var(--color-point);
    top: 7px;
    left: 3px; 
}
.tt_cmt_info .tt_img_area_reply.tt_ico_fixed:before {
    transform: rotate(-90deg);
}
.tt_cmt_info + .tt-wrap-cmt .tt-box-meta a {
    color: var(--color-point) !important;
}
.tt_cmt_info + .tt-wrap-cmt .tt_desc {
    font-weight: var(--fw-bold) !important;
    background-color: var(--color-window-bar);
    color: #fff;
}
.tt-box-meta .tt_img_area_reply.tt_ico_fixed:before {
    content: '\f68e';
    font-family: var(--font-icon);
    color: var(--color-gray);
    top: 6px;
    left: 0;
}
.tt_cmt_info + .tt-wrap-cmt .tt-box-meta .tt_img_area_reply.tt_ico_fixed:before {
    color: var(--color-point);
}
/* 댓글 */
body :is(.tt-box-textarea textarea, .tt-box-textarea div) {
    background-color: transparent;
}

/* ---------- article ---------- */
article .article_container {
    word-wrap: break-word;
    position: relative;
    padding: 5px 10px 10px 10px;
}
article .article_info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
article .article_title {
    width: 100%;
    position: relative;
    font-size: var(--fs-m);
    font-weight: var(--fw-boldEx);
    padding-right: 25px;
}
article .admin_btn { 
    background-color: transparent;
    font-size: var(--fs-s);
    color: var(--color-gray);
}
article .article_admin_btn {
    position: absolute;
    z-index: 9;
    top: 4px;
    right: 0px;
    display: inline-flex;
}
article .article_admin_btn > i {
    color: var(--color-gray);
    transition: var(--transition);
}
article .article_admin_btn.open > i {
    transform: rotate(90deg);
}
article .article_admin_wrap {
    position: relative;
}
article .article_admin_wrap > ul {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 15px;
    right: 0;
    width: 100px;
    background: #fff;
    border-radius: var(--border-radius-min);
    border: var(--inline-line-width) solid var(--color-line);
}
article .article_admin_wrap > ul > li > a {
    display: block;
    padding: 10px 15px;
    font-size: var(--fs-s);
    color: var(--color-gray);
    transition: var(--transition);
}
article .article_admin_wrap > ul > li:hover > a {
    background-color: var(--color-bgGray);
}
article .article_admin_wrap > ul.open {
    display: block;
}
@media only screen and (max-width: 1024px) {
    article .article_admin_btn {
        display: none;
    }
    article .article_title {
    padding-left: 0;
    padding-right: 0;
    }
}
article .article_content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 25px;
}
article .article_content .content_style {
    width: 100%;
    padding-bottom: 15px;
}
/* 이전글, 다음글 */
.article_page {
    display: flex;    
    padding: 0;
}
.article_page .button {
    padding: 0 6px;
    min-width: 0;
}
#cm_btn {
    min-width: 40px;
}
/* 댓글 버튼 */
article .article_content .article_button {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 1;
}
article .article_content .article_button button {
    background: none;
    outline: none;
    border: 0;
    display: inline-flex;
    align-items: center;
    color: var(--color-gray);
}
article .article_content .article_button button:hover,
article .article_content .article_button button.active {
    color: var(--color-point);
}
article .article_content .article_button button > span {
    font-weight: var(--fw-bold);
    padding-left: 3px;
    font-size: var(--fs-xs);
    font-style: italic;
    line-height: 1.8;
}
/* 네임카드 삭제 */
div[data-tistory-react-app="Namecard"] { display: none; }
/* 신고, 공감 버튼 */
body :is(.container_postbtn) {
    width: 100%;
    display: none !important;
    padding: 35px 0 0 0;
}
body :is(.container_postbtn)::after {
    content: none;
}
body :is(.container_postbtn .postbtn_like) {
    display: flex;
    align-items: center;
    float: unset;
    padding: unset;
    font-size: inherit !important;
}
body :is(.container_postbtn .postbtn_like .wrap_btn) {
    display: flex;
    align-items: center;
    float: unset;
}
body :is(.container_postbtn .btn_post) {
    height: unset;
    border: unset;
    border-radius: unset;
    font-size: inherit !important;
    font-family: var(--font-def) !important;
    line-height: inherit !important;
    color: var(--color-point);
    padding: 0 5px;
    background: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
body :is(.container_postbtn .btn_post:hover) {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
}
body :is(.container_postbtn .btn_post.uoc-icon .uoc-icon) {
    display: flex;
    align-items: center;
}
body :is(.container_postbtn .btn_post .ico_like) {
    display: none;
    max-width: unset;
    width: unset;
    height: unset;
    margin: unset;
    background: none;
    text-indent: unset;
}
body :is(.container_postbtn .btn_post .txt_like) {
    margin: 0;
    display: none;
}
body :is(.container_postbtn .btn_post .ico_share) {
    display: none;
    margin: unset;
    background: none;
    font-size: inherit !important;
    font-family: var(--font-def) !important;
    line-height: inherit !important;
}
body :is(.container_postbtn .layer_post) {
    border: unset;
    box-shadow: unset;
    padding: unset;
    background: unset;
}
body :is(.container_postbtn .layer_post .ico_arrbt) {
    display: none;
}
body :is(.container_postbtn .layer_post .btn_mark) {
    outline: none !important;
    font-size: var(--fs-s) !important;
    font-family: var(--font-def) !important;
    color: inherit;
}
body :is(.container_postbtn .btn_post .ico_statistics) {
    display: none;
    width: unset;
    height: unset;
    margin: unset;
    background: none;
    text-indent: unset;
}
body :is(.btn_post, .btn_menu_toolbar) {
    outline: none !important;
}
body :is(.btn_post, .btn_menu_toolbar):focus-visible {
    outline: 2px !important;
}
body :is(.container_postbtn .postbtn_ccl) {
    display: none;
}
body :is(.container_postbtn .ico_postbtn.ico_etc) {
    display: none;
}
body :is(.container_postbtn .btn_menu_toolbar) {
    width: -moz-fit-content;
    width: fit-content;
    height: unset;
    margin: unset;
    border: unset;
    border-radius: unset;

    font-size: inherit !important;
    font-family: var(--font-def) !important;
    line-height: inherit !important;
}
body :is(.container_postbtn .btn_menu_toolbar .txt_state) {
    display: none;
}
body :is(.container_postbtn .btn_menu_toolbar.following .ico_check_type1) {
    display: none;
}
body :is(.container_postbtn) {
    gap: 20px;
    order: 3;
    flex-grow: 1;
}
body :is(.container_postbtn .postbtn_like) { 
    gap: 10px;
    border: 0;
    background-color: transparent;
}
/* 좋아요 버튼 */
body :is(.container_postbtn .btn_post.uoc-icon >.uoc-icon)::before {
    font-family: var(--font-icon) !important;
    content: "\eabe";
    color: var(--color-def);
}
/* 공감 눌렀을 때 */
body :is(.container_postbtn .btn_post.uoc-icon >.uoc-icon.like_on)::before {
    content: "\eabe";
    margin-right: 5px;
    color: #f25858; 
}
@keyframes animateHeart{
    0%{transform:scale(.2);}
    40%{transform:scale(1.2);}
    100%{transform:scale(1);}
}
/* 카운트 */
body :is(.container_postbtn .btn_post.uoc-icon .uoc-icon) {
    color: var(--color-def);
    display: none;
}
/* 공유하기 버튼 */
body :is(.container_postbtn .postbtn_like .wrap_btn_share) {
    display: none;
}
body :is(.container_postbtn .btn_post.sns_btn.btn_share)::before {
    font-family: var(--font-icon) !important;
    content: '\eb21';
    color: var(--color-def);
} 
/* 공유하기/더보기 레이어 */
body :is(.container_postbtn .bundle_post) {
    border: var(--inline-line-width) solid var(--color-line);
    border-radius: var(--border-radius-min);
    overflow: hidden;
}
/* 공유하기/더보기 레이어 아이템 */
body :is(.container_postbtn .layer_post .btn_mark) {
    padding: 10px 15px;
    background-color: #fff;
    color: var(--color-gray);
}
body :is(.container_postbtn .layer_post .btn_mark:hover) {
    background-color: var(--color-bgGray);
}
/* 통계 버튼 */
body :is(.container_postbtn .wrap_btn .btn_post:not(.btn_etc1, .btn_etc2, .sns_btn, .uoc-icon))::before {
    font-family: var(--font-icon) !important;
    content: '\ea59';
    color: var(--color-def);
    display: none;
} 
/* 더보기 버튼 (관리자) */
body :is(.container_postbtn .btn_post.btn_etc1)::before {
    font-family: var(--font-def) !important;
    content: '설정';
    color: var(--color-def);
}
/* 더보기 버튼 (방문자) */
body :is(.container_postbtn .btn_post.btn_etc2)::before {
    font-family: var(--font-def) !important;
    content: '설정';
    color: var(--color-def);
}
/* 구독 버튼 */
body :is(.container_postbtn .btn_menu_toolbar) {
    display: none;
}
.wrap_btn:not(.wrap_btn_etc) {
    display: none !important;
}
/* 본문 하단 */
.article_footer {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
@media only screen and (max-width:660px) {
    .article_footer {
        padding-top: 25px;
    }
}
/* 본문 스타일 */
.article_content u span {
    background-color: transparent !important;
}
.article_content u {
    transition: var(--transition);
    text-underline-position : under;
}
.article_content u:hover {
    background-color: var(--color-window-bar);
    color: #fff;
}
.article_content b {
    font-weight: var(--fw-bold);
}
.content_style {
    word-break: break-all;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: .05px;
}
/* 링크 */
article a[rel="noopener"] {
    font-weight: var(--fw-bold);
    font-style: italic;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: var(--transition);
}
article a[rel="noopener"]::before {
    font-family: var(--font-icon);
    content: "\eade";
    font-weight: normal;
    font-style: normal;
    font-size: var(--fs-def);
    margin: 3px;
}
article a[rel="noopener"]:hover { 
    background-color: var(--color-window-bar);
    color: #fff;
}
#tt-body-page figure[data-ke-type='opengraph'], 
#tt-body-index figure[data-ke-type='opengraph'] {
    margin-top: 15px;
}
#tt-body-page figure[data-ke-type='opengraph'] a, 
#tt-body-index figure[data-ke-type='opengraph'] a {
    width: 500px;
    max-width: 100%;
    height: 140px;
    overflow: hidden;
    background: var(--color-window-bg);
    transition: none;
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
#tt-body-page figure[data-ke-type='opengraph'] a:hover, 
#tt-body-index figure[data-ke-type='opengraph'] a:hover {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
} 
figure[data-ke-type='opengraph'] div.og-image {
    width: 140px;
    border: 0;
}
figure[data-ke-type='opengraph'] div.og-text {
    left: 140px;
    padding: 15px 25px;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-title,
#tt-body-index figure[data-ke-type='opengraph'] div.og-text p.og-title {
    font-family: var(--font-def) !important;
    max-width: 100% !important;
    font-size: var(--fs-def);
    transition: var(--transition);
    line-height: var(--line-height) !important;
    margin-bottom: 0 !important;
    font-style: normal;
    font-weight: var(--fw-bold);
}
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc, 
#tt-body-index figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    color: var(--color-gray);
    font-family: var(--font-ko);
    font-size: var(--fs-def);
    line-height: var(--line-height);
}
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host, 
#tt-body-index figure[data-ke-type='opengraph'] div.og-text p.og-host {
    position: static !important;
    font-family: var(--font-def) !important;
    color: var(--color-gray);
    font-size: var(--fs-s);
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis; 
    word-break: break-all;
    font-style: normal;
    font-weight: var(--fw-def);
}
#tt-body-page figure[data-ke-type='opengraph'] a:hover div.og-text p.og-title, 
#tt-body-index figure[data-ke-type='opengraph'] a:hover div.og-text p.og-title {
    color: var(--color-point);
}
@media (max-width: 600px) {
    figure[data-ke-type='opengraph'] div.og-image {
        width: 80px;
    }
    #tt-body-page figure[data-ke-type='opengraph'] div.og-text,
    #tt-body-index figure[data-ke-type='opengraph'] div.og-text {
        left: 80px;
        padding: 15px;
    }
    #tt-body-page figure[data-ke-type='opengraph'] a, 
    #tt-body-index figure[data-ke-type='opengraph'] a {
        height: 80px;
    }
}
/* ul, li, ol */
.article_content ol li::marker,
.article_content ol li,
.article_content ul li {
    transition: var(--transition);
}
.article_content ul li::marker {
    font-size: calc(var(--fs-def) + 3px); 
}
.article_content ul,
.article_content ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 15px;
}
.article_content ol li:hover,
.article_content ul li:hover {
    color: var(--color-point);
}
.article_content ol li:hover::marker,
.article_content ul li:hover::marker {
    color: var(--color-point);
}
/* table */
.article_content table img,
.article_content table figure {
    vertical-align: top;
    margin-bottom: 0 !important;
}
/* 접은글 */
div .btn-toggle-moreless:before,
div .btn_more:before {
    font-family: var(--font-icon);
    content: '\fb2a';
    padding-right: 5px;
    color: var(--color-point);
}
div[data-ke-type='moreLess'].open .btn-toggle-moreless:before,
div[data-ke-type='moreLess'].open .btn_less:before {
    font-family: var(--font-icon);
    content: '\fb2d';
    padding-right: 5px;
    color: var(--color-point);
}
.btn-toggle-moreless,
.btn_more,
.btn_less {
    font-size: calc(var(--fs-def) - 1px) !important;
    margin: 0 !important;
    outline: none !important;
    height: auto !important;
}
div .btn-toggle-moreless,
div .btn_more {
    background: var(--color-window-bg);
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    border-bottom: 2px solid var(--color-window-shadow);
    border-right: 2px solid var(--color-window-shadow);
    padding: 0px 8px;
    color: var(--color-point) !important;
}
div .btn-toggle-moreless:hover,
div .btn_more:hover {
    border-bottom-color: var(--color-window-line);
    border-right-color: var(--color-window-line);
    border-top-color: var(--color-window-shadow);
    border-left-color: var(--color-window-shadow);
}
div[data-ke-type='moreLess'].open .btn-toggle-moreless,
div[data-ke-type='moreLess'].open .btn_less {
    padding: 0px 8px;
    border-bottom-color: var(--color-window-line);
    border-right-color: var(--color-window-line);
    border-top-color: var(--color-window-shadow);
    border-left-color: var(--color-window-shadow);
}
div[data-ke-type='moreLess'] .btn-toggle-moreless,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
#tt-body-index div[data-ke-type='moreLess'] .btn-toggle-moreless {
    display: inline-block !important;
    margin: 5px 0 !important;
    font-family: var(--font-def);
}
.moreless-content {
    background: #fff;
    border-top: 2px solid var(--color-window-outline);
    border-left: 2px solid var(--color-window-outline);
    border-bottom: 2px solid var(--color-window-line);
    border-right: 2px solid var(--color-window-line);
    padding: 5px 10px !important;
    margin-bottom: 5px;
}
.moreless_content .btn_less {
    margin: 5px 0 !important;
}
.moreless_content .btn_less:last-child {
    display: none;
}
/* 인용구 reset */
blockquote,
blockquote p {
    font-size: inherit !important;
    line-height: 1.8 !important;
    margin: 12px 0 !important;
}
/* 인용구 1 */
#tt-body-page blockquote[data-ke-style='style1'], 
#tt-body-index blockquote[data-ke-style='style1'] {
    position: relative;
    background: none;
    padding: 25px 0 0 0 !important;
    text-align: center;
    font-style: italic;
}
#tt-body-page blockquote[data-ke-style='style1']::before,
#tt-body-index blockquote[data-ke-style='style1']::before {
    content: '"';
    position: absolute;
    font-family: 'Coustard';
    color: var(--color-def);
    font-size: 36px;
    line-height: 0px;
    top: 0;
    left: calc(50% - 30px);
    transform: rotate(-180deg) translateX(calc(50% - 36px));
    pointer-events: none;
}
#tt-body-page blockquote[data-ke-style='style1'] > span,
#tt-body-index blockquote[data-ke-style='style1'] > span {
    font-family: unset !important;
    color: var(--color-def);
}
/* 인용구 2 */
#tt-body-page blockquote[data-ke-style="style2"],
#tt-body-index blockquote[data-ke-style="style2"] {
    background: var(--color-window-bar) !important;
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
    padding: 5px 10px !important;
    color: #fff !important;
}
#tt-body-page blockquote[data-ke-style="style2"]:hover,
#tt-body-index blockquote[data-ke-style="style2"]:hover {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
}
/* 인용구 3 */
#tt-body-page blockquote[data-ke-style='style3'],
#tt-body-index blockquote[data-ke-style='style3'] {
    padding: 5px 10px !important;
    color: var(--color-def) !important;
    background: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
#tt-body-page blockquote[data-ke-style='style3']:hover,
#tt-body-index blockquote[data-ke-style='style3']:hover {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
}
#tt-body-page blockquote[data-ke-style='style3'] > span,
#tt-body-index blockquote[data-ke-style='style3'] > span {
    font-family: unset !important;
}
/* 제목용 */
#tt-body-page h2[data-ke-size],
#tt-body-page h3[data-ke-size],
#tt-body-page h4[data-ke-size],
#tt-body-index h2[data-ke-size],
#tt-body-index h3[data-ke-size],
#tt-body-index h4[data-ke-size] {
    font-weight: var(--fw-bold);
}
#tt-body-page h2[data-ke-size],
#tt-body-index h2[data-ke-size] {
    font-size: calc(var(--fs-l) + 2px);
}
#tt-body-page h3[data-ke-size],
#tt-body-index h3[data-ke-size] {
    font-size: var(--fs-l);
}
#tt-body-page h4[data-ke-size],
#tt-body-index h4[data-ke-size] {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 12px 0;
    border-left: 3px solid var(--color-point);
    font-size: var(--fs-m);
    color: var(--color-point);
}
/* 첨부파일 */
figure.fileblock,
#tt-body-page figure.fileblock,
#tt-body-index figure.fileblock {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
}
figure.fileblock .image,
#tt-body-page figure.fileblock .image,
#tt-body-index figure.fileblock .image {
    display: none;
}
figure.fileblock .desc,
#tt-body-page figure.fileblock .desc,
#tt-body-index figure.fileblock .desc {
    position: static;
    max-width: 100%;
}
figure.fileblock .name,
#tt-body-page figure.fileblock .name,
#tt-body-index figure.fileblock .name {
    height: auto;
    color: var(--color-point);
    font-size: var(--fs-s);
}
figure.fileblock .filename,
#tt-body-page figure.fileblock .filename,
#tt-body-index figure.fileblock .filename {
    height: auto;
    margin: 0;
}
figure.fileblock .size,
#tt-body-page figure.fileblock .size,
#tt-body-index figure.fileblock .size {
    font-size: var(--fs-xs);
    color: var(--color-gray);
    margin: 0;
}
figure.fileblock a,
#tt-body-page figure.fileblock a,
#tt-body-index figure.fileblock a {
    display: inline-flex;
    max-width: 100%;
    position: relative;
    height: auto;
    padding: 6px 25px 8px 50px;
    background: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-right: 1px solid var(--color-window-outline-2);
    border-bottom: 1px solid var(--color-window-outline-2);
    box-shadow: inset 1px 1px var(--color-window-bar-bg), 1px 0 var(--color-window-shadow), 0 1px var(--color-window-shadow), 1px 1px var(--color-window-shadow);
}
figure.fileblock a::after,
#tt-body-page figure.fileblock a::after,
#tt-body-index figure.fileblock a::after {
    display: none;
}
#tt-body-page figure.fileblock a::before,
#tt-body-index figure.fileblock a::before {
    font-family: "tabler-icons";
    font-size: 26px;
    color: var(--color-point);
    content: "\f912";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#tt-body-page figure.fileblock a:hover,
#tt-body-index figure.fileblock a:hover {
    border-top: 1px solid var(--color-window-shadow);
    border-left: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-line);
    box-shadow: inset 1px 1px grey;
}

/* ---------- protected ---------- */
.protected {
    width: 360px;
    max-width: 90%;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.protected_alert {
    word-break: keep-all;
}
.protected .window_input_wrap {
    margin-top: 10px;
}
/* 중앙 정렬 */
.protected {
    text-align: center;
}
.protected_pw {
    justify-content: center;
}

/* ---------- notice ---------- */
#tt-body-index :is(.article_content) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}
#tt-body-index :is(.container_postbtn) {
    display: none;
}
#tt-body-index :is(.content_style) {
    padding-bottom: 0;
}

.notice .article_container {
    word-wrap: break-word;
    position: relative;
    padding: 5px 10px 10px 10px;
}
.notice_article_date {
    font-size: var(--fs-def);
    font-weight: var(--fw-bold);
    padding-bottom: 25px;
}
.notice article {
    padding-top: 25px;
}
.notice:not(:last-child) {
     padding-bottom: 25px;
 }
/* ---------- tooltip ---------- */
.tooltip {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--fs-xs);
    background: #fff;
    border: var( --inline-line-width) solid var(--color-line);
    color: var(--color-point);
    border-radius: var(--border-radius-min);
    padding: 3px 10px;
    font-weight: var(--fw-bold);
    z-index: 9999;
}



/* ------------------------------------------------- */
/* ---------- 반응형 ---------- */
/* ------------------------------------------------- */
@media only screen and (max-width:1024px) {
    body {
        background-attachment: unset;
    }
    #window {
        background-position: left center;
        background-attachment: unset;
    }
    :root {
        --game-size: 100%;
    }
    #window {
        max-width: 100%;
    }
    #mobile { 
        display: block; 
    }
    .taskbar {
        position: fixed;
    }
}
@media only screen and (max-width:1400px) {
    #layer_img2 {
        left: unset;
        right: 15px;
    }
}
@media only screen and (max-width:766px) {
    #layer_category {
        left: 15px;
        top: 45px;
    }
    #layer_chat,
    #layer_media {
        right: 15px;
    }
    #layer_profile {
        right: 15px;
        top: 45px;
    }
    #layer_search {
        right: 15px;
    }
    #layer_img {
        max-width: calc(80% - 30px);
        left: 15px;
        top: 15px;
    }
    #layer_memo {
        left: 15px;
        top: 25px;
    }
    #layer_memo2 {
        left: 15px;
        top: 165px;
    }
    #layer_img2 {
        max-width: calc(80% - 30px);
    }
    #layer_banner {
        left: 15px;
        top: 15px;
    }
    #layer_banner .content_scroll {
        max-height: 150px;
    }
    div[id^='layer_memo'] .window_style_box {
        height: 200px;
    }
    .category_wrap .buttons {
        display: none;
    }
    .taskbar_left .application_icon_item:nth-child(1) {
        padding-bottom: 1px;
    }
    #layer_profile .profile_imgbox {
        aspect-ratio: 3 / 2;
    }
    .position_title {
        padding-top: 10px;
    }
    .category_position > p {
        display: none;
    }
    nav.layer > ul > li > ul > li {
        width: 60px;
    }
    nav.layer {
        padding-left: 90px;
    }
    .position_line {
        width: 100px;
    }
    .position_title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .category_position {
        background-size: 100%;
        width: 100px;
    }
    .background_icon {
        width: calc(100% - 30px);
        top: 15px;
        left: 15px;
    }
    .background_icon_list {
        flex-direction: row;
        gap: 15px 0;
    }
    .background_icon_list > li {
        width: 80px;
    }
    .cur_program,
    .tooltip {
        display: none !important;
    }
    /* list */
    .list[id*="gal"]:not(#list_gal_3) .list_container {
        grid-template-columns: repeat(2, 1fr);
    }
    #list_gal_3 .list_container {
        grid-template-columns: repeat(1, 1fr);
    }
    #list_web_1 .list_item > a {
        flex-direction: column;
    }
    #list_web_1 .list_item .list_thumb {
        width: 100%;
        height: 180px;
    }
    #list_web_1 .list_item .list_content {
        width: 100%;
        padding: 0;
    }
    #list_web_1, #list_gal_1, #list_gal_2 {
        padding-right: 0;
        padding-left: 0;
    }
    #list_web_1 .list_item:last-child {
        padding-bottom: 0;
    }
    #list_web_1 .list_item .list_category, 
    #list_web_1 .list_item .list_date {
        width: 100%;
    }
    #list_web_1 .list_item .list_category {
        padding-left: 0;
        padding-top: 3px;
    }
    #list_gal_2 .list_item .list_title {
        -webkit-line-clamp: 2;
    }
    #list_gal_1 .list_item .list_title,
    #list_board .list_item .list_title,
    #list_board .list_item .list_title {
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box; 
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }
    /* 사이드 여백 */
    .tt-comment-cont, .taglog_content {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /* 방명록 */
    .tt-area-write {
        flex-direction: column; 
    }
    .tt-box-thumb {
        margin-bottom: 10px;
    } 
}
@media only screen and (max-width: 460px) {
    #layer_search {
        right: 15px;
        width: calc(100% - 30px);
    }
}


#layer_memo2 {
    position: absolute;
    top: 20px;
    left: 380px;
}

#layer_img2 {
    position: absolute;
    top: 380px;
    left: 380px;
}


