@charset "UTF-8";  

/* ------------------------------------------------- */ 
/* 웹폰트 */  
/* ------------------------------------------------- */  
/* @import로 시작 */   
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'NeoDonggeunmo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
/* 
    폰트 패밀리명을 언어와 수정 범위에 맞게 변경해주세요 !
    지원하지않는 문자가 있는 웹폰트라면 '한국어', '다른 외국어' 순으로 패밀리명을 추가해주세요.
    예시) 'Pretendard Variable', 'M PLUS 1p';
*/ 
:root {   
    /* 한국어 */ 
    --font-ko: 'Noto Sans KR';
    --font-en: 'Noto Serif';
    --font-dos: 'NeoDonggeunmo';
    /* def */
    --font-def: var(--font-en), var(--font-ko), 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);
}
/* ------------------------------------------------ */

.creepy-flicker{
  animation: creepyFlickerKey .14s infinite steps(2, end);
}
@keyframes creepyFlickerKey{
  0%{opacity:1}
  50%{opacity:.94}
  100%{opacity:1}
}

/* 가끔 “틱” 하는 펄스 */
.creepy-pulse{ opacity: .88; }

/* (선택) 분위기용 텍스트 그림자 */
.creepy-text{
  text-shadow: 0 0 2px rgba(255,255,255,.25), 0 0 10px rgba(255,0,0,.14);
}

/* ------------------------------------------------- */
/* 스타일 관리 */
/* ------------------------------------------------- */
:root {
    /* 색상 */ 
    --color-txt-point: #ff3b02;
    --color-txt-red: #a11212;

    --color-point: #1d1e1d;
    --color-pointBd: #6e6e6e;
    --color-pointBg: #c6c6c6;
    --color-bg: #373737;
 
    --color-window-gr: linear-gradient(90deg,#000080,#1084d0);
    --color-window-bar: #000080;

    --color-window-line: #e7e7e7;
    --color-window-outline: #6e6e6e;
    --color-window-outline-2: #999999;
    --color-window-shadow: #1d1e1d;
    --color-window-bg: #c6c6c6; 
    --color-window-bar-bg: #d1d1d1;

    --color-def: #1d1e1d;
    --color-line: #999999;
    --color-gray: #5a666b;
    --color-bgGray: #c1c8d1;

    /* 컨테이너 사이즈 */
    --window-size: 1200px;
    --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: 12px; /* 기본 */
    --fs-article: 15px; /* 본문 전용 */
    --fs-nav: 11px; /* 카테고리 전용 */
    --fs-m: calc(var(--fs-article) + 2.5px); 
    --fs-l: calc(var(--fs-article) + 6px); 
    --fs-xl: calc(var(--fs-article) + 10px); 
    --line-height: 1.6; /* 글줄 */
    --font-icon: 'tabler-icons';
    --fw-def: 400;
    --fw-bold: 600;
    --fw-boldEx: 800;
    
    /* window icon - def */
    --window-control-icon: url(./images/controller_icon_sprites.png);

    --window-control-close: -10px -10px;
    --window-control-size: -10px -40px;
    --window-control-help: -10px -70px;
 
    /* window-icon */
    --window-icon-woop: url(./images/woop_window_icon_sprites.png);
    --window-icon-woop-hover: url(./images/woop_window_icon_sprites_hover.png);

    --window-icon-woop-v2: url(./images/woop_window_icon_sprites_v2.png);
    --window-icon-woop-v2-hover: url(./images/woop_window_icon_sprites_v2_hover.png);

    --window-icon-woop-add: url(./images/woop_window_add_icon_sprites2.png);
    --window-icon-woop-add-hover: url(./images/woop_window_add_icon_sprites_hover2.png);

    --window-icon-woop-v3: url(./images/woop_icon_sprites_v3.png);
    --window-icon-woop-v3-hover: url(./images/woop_icon_sprites_v3_hover.png);

    --window-icon-woop-arrow: url(./images/woop_window_arrow_icon.png);

    /* woop */
    --woop-window-icon-earth-md: -10px -114px;
    --woop-window-icon-earth-small: -46px -200px;

    --woop-window-icon-memo-md: -114px -62px;
    --woop-window-icon-memo-small: -118px -200px;

    --woop-window-icon-vd-md: -166px -114px;
    --woop-window-icon-vd-small: -254px -46px;

    --woop-window-icon-folder-md: -10px -62px;
    --woop-window-icon-folder-small: -218px -82px;

    --woop-window-icon-paint-md: -10px -10px;
    --woop-window-icon-paint-small: -154px -200px;

    --woop-window-icon-note-md: -62px -10px;
    --woop-window-icon-note-small: -218px -46px;
    --woop-window-icon-note-secret-md: -114px -114px;

    --woop-window-icon-e-small: -218px -10px;

    --woop-window-icon-warning-md: -62px -62px;
    --woop-window-icon-warning-small: -218px -154px;

    --woop-window-icon-no-small: -218px -118px;
    --woop-window-icon-volume-small: -10px -200px;
    --woop-window-icon-start-small: -190px -200px;

    --woop-window-icon-computer-md: -62px -114px;
    --woop-window-icon-key-md: -166px -10px;

    --woop-window-icon-error-md: -166px -62px;
    --woop-window-icon-error-small: -254px -10px;

    --woop-window-icon-cd-lg: -10px -10px;
    --woop-window-icon-cd-small: -182px -46px;

    --woop-window-icon-img-md: -130px -10px;
    --woop-window-icon-img-small: -182px -10px;

    --woop-window-icon-cal-small: -134px -130px;

    --woop-window-icon-ad-md: -10px -78px;
    --woop-window-icon-ad-small: -182px -118px;

    --woop-window-icon-left: -10px -10px;
    --woop-window-icon-right: -10px -48px;
    --woop-window-icon-up: -10px -86px;

    /* 캐릭터, sns 추가 */
    --woop-window-icon-character-1: -10px -10px;
    --woop-window-icon-character-2: -64px -10px;
    --woop-window-icon-character-3: -10px -64px;
    --woop-window-icon-character-4: -64px -64px;
    --woop-window-icon-character-5: -118px -10px;
    --woop-window-icon-character-6: -118px -64px;
    --woop-window-icon-character-7: -10px -118px;
    --woop-window-icon-character-8: -64px -118px;
    --woop-window-icon-character-9: -118px -118px;
    --woop-window-icon-twt: -172px -10px;
    --woop-window-icon-twt-24: -172px -106px;
    --woop-window-icon-ad-24: -172px -62px;

    --woop-window-icon-cr-md: -10px -90px;
    --woop-window-icon-cr-24: -10px -46px;
    --woop-window-icon-cr-small: -10px -10px;
}
.article_content {
    font-size: var(--fs-article);
    line-height: 1.8;
}
/* ------------------------------------------------- */



/* ------------------------------------------------- */
/* 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.imageslideblock div.image-container,
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;
}
/* 슬라이드 수정 */
figure.imageslideblock div.image-container {
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
}
/* 타플랫폼글 업로드시 본문 박스를 넘어가는 현상 방지 */
div[class*='sheet-coc-rol'] {
  max-width: 100%;
}
/* 본문이미지 흑백 전환 */
.article_content.img-filter figure.imageslideblock div.image-container:hover img,
.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;
}
/* ------------------------------------------------- */




/* ------------------------------------------------- */
/* loader */
/* ------------------------------------------------- */
.loader { 
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width:100%; 
    height: 100dvh;
    z-index: 99999;
    background-color: #000;
}
.loading_screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.loading_screen img {
    max-width: 100%;
}
/* 종료시 */
#layer_outLoading {
    background-image: url(./images/winodws_out_bg.jpg);
    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;
}
#out_loading_logo {
    padding-bottom: 25px;
    max-width: 80%;
}
.out_loading_container {
    position: relative;
    width: 250px;
    max-width: 90%;
    height: 28px;
    padding: 2px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 5px;
}
#out_loading_bar {
    display: flex;
    gap: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 3px;
}    
#out_loading_bar > span {
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, #ff9a7d, #ff5722);
    border-radius: 3px;
}
.out_loading_txt {
    color: #000080;
    font-size: var(--fs-m);
}
/* 진입시 */
#in_loading_logo {
    padding-bottom: 25px;
    max-width: 80%;
}
.in_loading_container {
    position: relative;
    z-index: 2;
    width: 250px;
}
.in_loading_bar_bg {
    width: 100%;
    height: 10px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(180deg, #a5a5a5, #545454);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.in_loading_bar_fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(180deg, #ff9a7d, #ff5722);
    border-radius: 6px;
    transition: width 0.1s linear;
}
.in_loading_text {
    text-align: center;
    margin-top: 10px;
    color: var(--color-txt-point);
    letter-spacing: 3px;
}
.fade-out {
    animation: fadeOut 0.5s forwards;
}
@keyframes fadeOut {
    to {
    opacity: 0;
    visibility: hidden;
    }
}
/* - 특정캐릭터 배경이미지 - */
.destruction_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.destruction_bg .destruction_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-txt-red);
    font-family: "Lucida Console","Courier New",monospace;
    font-size: clamp(14px, 2.4vw, 24px); 
    line-height: 1.5;
    width: calc(100% - 150px);
}
.destruction_bg .destruction_txt > strong {
    display: inline-block;
    padding: 3px 5px;
    background-color: var(--color-txt-red);
    color: #fff;
    margin-bottom: 30px;
}
/* - 에러페이지 - */
#layer_error {
  display: none;
  position: fixed;
  inset: 0; 
  z-index: 999999;
  background: #000;
  color: #fff;
  font-family: "Lucida Console","Courier New",monospace;
  font-size: clamp(12px, 1.6vw, 16px); 
  line-height: 1.5;
}
#layer_error.open {
    display: block;
}
.bluescreen_content {
    width: 100%;
}
.blue_desc { 
    margin: 0 0 1em; 
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* - 노이즈 효과 - */
.ob-noise {
    position: relative;
    animation: flicker-noise 0.2s infinite;
}
@keyframes flicker-noise {
    0%, 100% {
        text-shadow: 
            1px 1px 0 rgba(255,0,0,0.5),
            -1px -1px 0 rgba(0,255,0,0.5);
    }
    25% {
        text-shadow: 
            -1px 1px 0 rgba(0,0,255,0.5),
            1px -1px 0 rgba(255,255,0,0.5);
    }
    50% {
        text-shadow: 
            2px 0 0 rgba(255,0,255,0.5),
            -2px 0 0 rgba(0,255,255,0.5);
    }
    75% {
        text-shadow: 
            0 2px 0 rgba(255,255,255,0.5),
            0 -2px 0 rgba(128,128,128,0.5);
    }
}
.ob-noise-v2 {
    position: relative;
    animation: flicker-noise-v2 5s infinite;
    will-change: opacity, text-shadow;
}
@keyframes flicker-noise-v2 {
    0%, 93%, 100% {
        opacity: 1;
        text-shadow: none;
    }
    94% {
        opacity: 0.8;
        text-shadow: 
            1px 1px 0 rgba(255,0,0,0.5),
            -1px -1px 0 rgba(0,0,255,0.5);
    }
    95% {
        opacity: 1;
        text-shadow: none;
    }
    96% {
        opacity: 0.7;
        text-shadow: 
            2px 0 0 rgba(255,0,0,0.6),
            -2px 0 0 rgba(0,0,255,0.6);
    }
}

/* - 글리치 - */
.ob-glitch-rotate,
.ob-glitch-scan,
.ob-glitch-blur {
    will-change: transform, text-shadow;
}
/* ob-glitch-rotate */
.ob-glitch-rotate {
    animation: ob-glitch-rotate .4s ease-out 1;
}
@keyframes ob-glitch-rotate {
    0% {
        text-shadow: 4px 0 0 #ff004c, -4px 0 0 #00fff7;
        transform: rotate(-3deg) scale(1.1);
        opacity: 0.7;
    }
    25% {
        text-shadow: -3px 0 0 #ff004c, 3px 0 0 #00fff7;
        transform: rotate(2deg) scale(1.05);
    }
    50% {
        text-shadow: 2px 0 0 #ff004c, -2px 0 0 #00fff7;
        transform: rotate(-1deg) scale(1.02);
        opacity: 0.9;
    }
    75% {
        text-shadow: -1px 0 0 #ff004c, 1px 0 0 #00fff7;
        transform: rotate(0.5deg) scale(1.01);
    }
    100% {
        text-shadow: none;
        transform: none;
        opacity: 1;
    }
}
/* ob-glitch-scan */
.ob-glitch-scan {
    animation: ob-glitch-scanline .5s ease-out 1;
}
@keyframes ob-glitch-scanline {
    0% {
        text-shadow: 2px 0 0 #ff004c, -2px 0 0 #00fff7;
        clip-path: inset(0 0 100% 0);
        opacity: 0.8;
    }
    25% {
        clip-path: inset(0 0 75% 0);
        text-shadow: -2px 0 0 #ff004c, 2px 0 0 #00fff7;
    }
    50% {
        clip-path: inset(0 0 50% 0);
        text-shadow: 2px 0 0 #ff004c, -2px 0 0 #00fff7;
    }
    75% {
        clip-path: inset(0 0 25% 0);
        text-shadow: -1px 0 0 #ff004c, 1px 0 0 #00fff7;
    }
    100% {
        clip-path: inset(0 0 0 0);
        text-shadow: none;
        opacity: 1;
    }
}
/* ob-glitch-blur */
.ob-glitch-blur {
    animation: ob-glitch-blur .45s ease-out 1;
}
@keyframes ob-glitch-blur {
    0% {
        filter: blur(4px);
        text-shadow: 3px 0 0 #ff004c, -3px 0 0 #00fff7;
        transform: translateX(-5px);
        opacity: 0.6;
    }
    25% {
        filter: blur(2px);
        text-shadow: -2px 0 0 #ff004c, 2px 0 0 #00fff7;
        transform: translateX(3px);
    }
    50% {
        filter: blur(1px);
        text-shadow: 2px 0 0 #ff004c, -2px 0 0 #00fff7;
        transform: translateX(-2px);
    }
    75% {
        filter: blur(0.5px);
        text-shadow: -1px 0 0 #ff004c, 1px 0 0 #00fff7;
        transform: translateX(1px);
        opacity: 0.9;
    }
    100% {
        filter: none;
        text-shadow: none;
        transform: none;
        opacity: 1;
    }
}
/* hover 효과 */
.ob-glitch-hover {
     position: relative;
}
.ob-glitch-hover:hover {
    animation: ob-glitch-hover .28s steps(2) 1;
}
@keyframes ob-glitch-hover {
    0%, 60%, 90% {
        text-shadow: 2px 0 0 #ff004c, -2px 0 0 #00fff7;
        transform: translateY(-1px) skewX(-1deg);
        opacity: .9;
    }
    30%, 80% {
        text-shadow: -2px 0 0 #ff004c, 2px 0 0 #00fff7;
        transform: translateY(0) skewX(0deg);
        opacity: .7;
    }
    100% {
        text-shadow: none;
        transform: none;
        opacity: 1;
    }
}
/* 모바일, 성능 최적화 */
@media (prefers-reduced-motion: reduce) {
    .ob-glitch-rotate,
    .ob-glitch-scan,
    .ob-glitch-blur,
    .ob-glitch-hover:hover,
    .ob-noise,
    .ob-noise-v2 {
        animation: none !important;
    }
}
body:not(.loaded) .ob-noise,
body:not(.loaded) .ob-noise-v2 {
    animation: none;
}
/* - 배경 노이즈 효과 - */
.bg_noise {
    display: none;
}
.bg_noise::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 65%, rgba(0, 0, 0, 0.25) 65%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.03));
    z-index: 9999;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
    opacity: 0.8;
}
.bg_noise::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.06);
    opacity: 0;
    z-index: 9999;
    pointer-events: none;
    animation: bg-flicker 0.15s infinite;
}
@keyframes bg-flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.90626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.83891;
  }
  30% {
  opacity: 0.65583;
  }
  35% {
  opacity: 0.67807;
  }
  40% {
  opacity: 0.26559;
  }
  45% {
  opacity: 0.84693;
  }
  50% {
  opacity: 0.96019;
  }
  55% {
  opacity: 0.08594;
  }
  60% {
  opacity: 0.20313;
  }
  65% {
  opacity: 0.71988;
  }
  70% {
  opacity: 0.53455;
  }
  75% {
  opacity: 0.37288;
  }
  80% {
  opacity: 0.71428;
  }
  85% {
  opacity: 0.70419;
  }
  90% {
  opacity: 0.7003;
  }
  95% {
  opacity: 0.36108;
  }
  100% {
  opacity: 0.24387;
  }
}
/* ------------------------------------------------- */





/* ------------------------------------------------- */
/* ---------- 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 {
    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);
}
.paint_pagination > span {
    font-size: var(--fs-s);
    padding: 0 5px;
    cursor: pointer;
}
.paint_pagination_prev.disabled,
.paint_pagination_next.disabled{
  opacity: .35;
  pointer-events: none;
  cursor: default;
}
#layer_img .footer_info_box {
    display: flex;
    align-items: center;
}
#layer_img .footer_info_box > span {
    flex: 1;
}
/* - layout : header - */
.window_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    background: var(--color-window-gr);
    padding: 0 5px 0 8px;
}
.window_controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.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: 18px;
    height: 18px;
    background: var(--color-window-bg);
    border-top: 1px solid var(--color-window-line);
    border-left: 1px solid var(--color-window-line);
    border-bottom: 1px solid var(--color-window-shadow);
    border-right: 1px solid var(--color-window-shadow);
} 
.window_controller > button:active {    
    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);
}
/* controller */
.window_control_icon {
    width: 10px; 
    height: 10px;
    background-image: var(--window-control-icon);
    background-repeat: no-repeat;
}
.window_control_icon.close {
    background-position: var(--window-control-close);
    margin-bottom: 2px;
}
.window_control_icon.resize {
    background-position: var(--window-control-size);
    margin-bottom: 2px; 
}
.window_control_icon.help {
    background-position: var(--window-control-help);
}

.window_controller > button:active .window_control_icon.close {
    margin-bottom: 0px;
    margin-right: 0px;
}
.window_controller > button:active .window_control_icon.resize {
    margin-bottom: 0px; 
    margin-right: 0px;
}
/* title */
.window_title {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: default;
    gap: 5px;
}
.window_title {
    width: calc(100% - 30px);
}
#layer_main .window_title {
    width: calc(100% - 75px);
}
.window_title > a,
.window_title > span {
    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;
    font-weight: var(--fw-bold);
    color: #fff;
}
.window_title > span {
    padding-bottom: 1px;
}

/* - 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;
    padding-left: 5px;
    width: calc(100% - 150px);
}
.taskbar_left .cur_program_btn,
.taskbar_right > .clock {
    gap: 5px;
    padding: 0 6px 0 4px;
    height: 22px;
    font-size: var(--fs-s);
    flex: 1 1 auto;
}
.taskbar_left .cur_program_btn {
    cursor: pointer;
    max-width: 100px;
    justify-content: flex-start;
}
.taskbar_left .cur_program_btn span {
    padding-top: 1px;
    font-weight: var(--fw-bold);
    width: calc(100% - 20px);
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.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:active,
.window_style.button.click,
.window_style_click,
.window_style:not(.cate):active {
    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-archive #layer_main .window_style_box:not(.adressbar_txt),
body#tt-body-page #layer_main .window_style_box:not(.adressbar_txt), 
body#tt-body-index #layer_main .window_style_box:not(.adressbar_txt),
body#tt-body-category #layer_main .window_style_box:not(.adressbar_txt),
body#tt-body-search #layer_main .window_style_box:not(.adressbar_txt), */
body#tt-body-guestbook #layer_main .window_style_box:not(.adressbar_txt) {
    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);
}
.start_menu_list > li.mdr > a {
    padding: 8px 12px;
    gap: 10px;
}
/* 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: 20px 0;
    height: calc(100dvh - 80px);
    width: 200px;
}
.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);
    padding: 0 2px;
    border: 1px dotted transparent;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.85);
}
.background_icon_item:hover > i {
    background-image: var(--window-icon-woop-hover);
}
.background_icon_item:hover > span {
    border-color: rgb(255,255,255,.8);
    background-color: var(--color-window-bar);
}
.background_icon_item:hover > i.ad,
.background_icon_item:hover > i.img {
    background-image: var(--window-icon-woop-v2-hover);
}
.background_icon_item:hover > i.twt {
    background-image: var(--window-icon-woop-add-hover);
}
.background_icon_item:hover > i.cr {
    background-image: var(--window-icon-woop-v3-hover);
}

/* ---------- icon : window ---------- */
.window_icon {
    display: inline-block;
    background-repeat: no-repeat; 
    pointer-events: none;
    background-image: var(--window-icon-woop);
}
.window_icon.lg {
    width: 48px;
    height: 48px;
}
.window_icon.ct {
    width: 34px;
    height: 34px;
    background-image: var(--window-icon-woop-add);
}
a:hover .window_icon.ct {
    background-image: var(--window-icon-woop-add-hover);
}
.window_icon.md {
    width: 32px;
    height: 32px;
}
.window_icon.mdr {
    width: 24px;
    height: 24px;
    background-image: var(--window-icon-woop-add);
}
a:hover .window_icon.mdr {
    background-image: var(--window-icon-woop-add-hover);
}
.window_icon.small {
    width: 16px;
    height: 16px;
} 
.window_icon.arrow {
    width: 18px;
    height: 18px;
} 
/* 지구 */
.window_icon.md.earth {
    background-position: var(--woop-window-icon-earth-md);
}
.window_icon.small.earth {
    background-position: var(--woop-window-icon-earth-small);
}
/* 폴더 */
.window_icon.md.folder {
    background-position: var(--woop-window-icon-folder-md);
}
.window_icon.small.folder {
    background-position: var(--woop-window-icon-folder-small);
}
/* 동영상 */
.window_icon.md.vd {
    background-position: var(--woop-window-icon-vd-md);
}
.window_icon.small.vd {
    background-position: var(--woop-window-icon-vd-small);
}
/* 그림판 */
.window_icon.md.paint {
    background-position: var(--woop-window-icon-paint-md);
}
.window_icon.small.paint {
    background-position: var(--woop-window-icon-paint-small);
}
/* 메모 */
.window_icon.md.memo {
    background-position: var(--woop-window-icon-memo-md);
}
.window_icon.small.memo {
    background-position: var(--woop-window-icon-memo-small);
}
/* 인터넷창 */
.window_icon.small.e {
    background-position: var(--woop-window-icon-e-small);
}
/* 시작 */
.window_icon.small.start {
    background-position: var(--woop-window-icon-start-small);
}
/* 파일 */
.window_icon.md.note {
    background-position: var(--woop-window-icon-note-md);
}
.window_icon.small.note {
    background-position: var(--woop-window-icon-note-small);
}
.window_icon.md.noteSecret {
    background-position: var(--woop-window-icon-note-secret-md);
}
/* taskbar icon */
.window_icon.md.computer {
    background-position: var(--woop-window-icon-computer-md);
}
.window_icon.md.key {
    background-position: var(--woop-window-icon-key-md);
}
/* logo */
.window_icon_logo {
    width: 21px;
    height: 112px;
    background-repeat: no-repeat;
    background-image: url(./images/windows_logo.png);
}
/* cd */
.window_icon.lg.cd {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-cd-lg);
}
.window_icon.small.cd {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-cd-small);
}
/* cal */
.window_icon.small.cal {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-cal-small);
}
/* img */
.window_icon.md.img {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-img-md);
}
.window_icon.small.img {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-img-small);
}
/* ad */
.window_icon.md.ad {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-ad-md);
}
.window_icon.small.ad {
    background-image: var(--window-icon-woop-v2);
    background-position: var(--woop-window-icon-ad-small);
}
/* arrow */
.window_icon.arrow.left {
    background-image: var(--window-icon-woop-arrow);
    background-position: var(--woop-window-icon-left);
}
.window_icon.arrow.right {
    background-image: var(--window-icon-woop-arrow);
    background-position: var(--woop-window-icon-right);
}
.window_icon.arrow.up {
    background-image: var(--window-icon-woop-arrow);
    background-position: var(--woop-window-icon-up);
}
/* error */
.window_icon.md.error {
    background-position: var(--woop-window-icon-error-md);
}
.window_icon.small.error {
    background-position: var(--woop-window-icon-error-small);
}
.window_icon.small.no {
    background-position: var(--woop-window-icon-no-small);
}
/* warning */
.window_icon.md.warning {
    background-position: var(--woop-window-icon-warning-md);
}
.window_icon.small.warning {
    background-position: var(--woop-window-icon-warning-small);
}
/* character */
.window_icon.ct.ct_n {
    background-position: var(--woop-window-icon-character-1);
}
.window_icon.ct.ct_c {
    background-position: var(--woop-window-icon-character-2);
}
.window_icon.ct.ct_d {
    background-position: var(--woop-window-icon-character-3);
}
.window_icon.ct.ct_mn {
    background-position: var(--woop-window-icon-character-4);
}
.window_icon.ct.ct_mr {
    background-position: var(--woop-window-icon-character-5);
}
.window_icon.ct.ct_bb {
    background-position: var(--woop-window-icon-character-6);
}
.window_icon.ct.ct_ru {
    background-position: var(--woop-window-icon-character-7);
}
.window_icon.ct.ct_t {
    background-position: var(--woop-window-icon-character-8);
}
.window_icon.ct.ct_et {
    background-position: var(--woop-window-icon-character-9);
}
/* sns */
.window_icon.md.twt {
    background-image: var(--window-icon-woop-add);
    background-position: var(--woop-window-icon-twt);
}
.window_icon.mdr.twt {
    background-position: var(--woop-window-icon-twt-24);
}
.window_icon.mdr.ad {
    background-position: var(--woop-window-icon-ad-24);
}
/* 크레딧 */
.window_icon.md.cr {
    background-image: var(--window-icon-woop-v3);
    background-position: var(--woop-window-icon-cr-md);
}
.window_icon.mdr.cr {
    background-image: var(--window-icon-woop-v3);
    background-position: var(--woop-window-icon-cr-24);
}
.window_icon.small.cr {
    background-image: var(--window-icon-woop-v3);
    background-position: var(--woop-window-icon-cr-small);
}
/* ------------------------------------------------- */ 

 

/* ------------------------------------------------- */
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-color: #000;
}
/* 배경관리 */
#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; 
    min-height: 100dvh;
    background-color: #000;
}
.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;
}
html.lm-ready #layer_main { transition: all .2s ease; }
#window { 
    position: relative;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 4 / 3;
    max-width: 90vw;
    height: 100dvh;
    /* 배경 */
    background-color: var(--color-bg);
    background-image: url(./images/window_bg.jpg);
    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;
    /* scroll */
    overflow: hidden;
}
#window.open {
    opacity: 999 !important;
    transform: scale(1);
}
/* 배경화면 아이콘 */
.window_bg_icons {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.window_bg_icons > img {
    max-width: 80%;
    width: 360px;
}
/* category */ 
#layer_category {
    max-width: calc(90% - 15px);
    width: 500px;
    top: calc(45vh - 35px);
    left: 5vw;
}
#layer_category .window_content { 
    position: relative;
    margin: 0 auto; 
    height: 400px;
    max-height: calc(75dvh - 200px);
}
#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 15px 5px 15px;
}
.position_title {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-left: 15px;
}
.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;
}
/* bgm */
#layer_bgm {
    width: 320px;
    height: 210px;
    right: 30px;
    bottom: 60px;
    max-width: 90%;
}
#layer_bgm .bgm_container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 10px;
}
#layer_bgm .music_cover {
    width: 100px;
    isolation: isolate;
    aspect-ratio: 1/1;
    background-color: #000;
    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);
}
#layer_bgm .music_cover img {
    max-width: 100%;
    max-height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}
#layer_bgm .music_info {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    gap: 3px;
}
#layer_bgm .music_info > div {
    display: flex;
    gap: 3px;
    justify-content: space-between;
    height: 25px;
    align-items: center;
}
#layer_bgm .music_info > div > div {
    width: calc(100% - 45px);
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
#layer_bgm .music_controller > button {
    min-width: 0;
    flex: 1;
}
#layer_bgm .music_progress {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 7px;
}
#layer_bgm .music_progress .progress_bar {
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 25px;
    padding: 0;
}
#layer_bgm .music_progress .progress_bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    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);
}
#layer_bgm .music_progress .progress_thumb {
    width: 10px;
    height: 95%;
    background: var(--bgm-bright);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    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);
}
/* alert */
#layer_alert1,
#layer_alert4 {
    width: 300px;
    left: calc(50% - 150px);
    top: calc(45% - 35px);
}
#layer_alert2,
#layer_alert3 {
    width: 340px;
    left: calc(50% - 170px);
    top: calc(45% - 100px);
    z-index: 99999 !important;
}
.alert_wrap {
    padding: 20px 15px 10px 15px;    
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}
.alert_wrap .alert_message {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
}
.alert_wrap .alert_message.pd-15 {
    padding-bottom: 15px;
}
.alert_wrap .alert_message > p { 
    width: calc(100% - 35px);
}
.alert_wrap .alert_message > p.tt {
    font-size: var(--fs-m);
    font-weight: var(--fw-bold);
}
.alert_wrap .window_style_box {
    padding: 5px 10px;
    max-height: 120px;
    overflow-y: scroll;
}
.alert_wrap > p {
    text-align: center;
    font-size: var(--fs-def);
}
.alert_wrap .point {
    color: var(--color-txt-point);
    font-weight: var(--fw-bold);
}
/* credits */
#layer_credits {
    width: 800px;
    max-width: 85vw;
}
/* 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%;
}
/* 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);
    max-height: 800px;
}
#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="max"] #layer_main .window_content,
#layer_main.max .content_scroll {
    max-height: unset;
}
:root[data-layer-main="min"] #layer_main,
#layer_main.min {
    width: var(--container-size); 
}
:root[data-layer-main="min"] #layer_main .window_content,
#layer_main.min .content_scroll {
    max-height: 800px;
}
#layer_main { transition: none; }
html.lm-ready #layer_main { transition: all .2s ease; }
body#tt-body-index #layer_main,
body#tt-body-index #bar_main {
    display: none;
}
/* img */ 
#layer_img {
    width: 560px;
    top: calc(10vh - 35px);
    right: 15px;
}
.paint_content {
    display: flex;    
    flex-direction: row;
    position: relative;
    margin-bottom: 5px;
    gap: 5px;
}
.paint_canvas {
    overflow: scroll;
    flex: 1;
    min-height: 360px;
    max-height: 660px;
    width: 100%;
}
.paint_top {
    padding-bottom: 4px;
}
/* paint_tool */
.paint_tools {
    position: relative;
    width: 60px;
    box-sizing: border-box;
}
.tool_btns {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
}
.paint_tool {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    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);
}
.paint_tool: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;
}
.paint_tool i {
  width: 16px;
  height: 16px;
  background-image: url('./images/paint_tools.png');
  background-repeat: no-repeat;
  display: block;
}
.paint_tool_icon_1  { background-position:   0    0; }
.paint_tool_icon_2  { background-position: -16px  0; }
.paint_tool_icon_3  { background-position: -32px  0; }
.paint_tool_icon_4  { background-position: -48px  0; }
.paint_tool_icon_5  { background-position: -64px  0; }
.paint_tool_icon_6  { background-position: -80px  0; }
.paint_tool_icon_7  { background-position: -96px  0; }
.paint_tool_icon_8  { background-position: -112px 0; }
.paint_tool_icon_9  { background-position: -128px 0; }
.paint_tool_icon_10 { background-position: -144px 0; }
.paint_tool_icon_11 { background-position: -160px 0; }
.paint_tool_icon_12 { background-position: -176px 0; }
.paint_tool_icon_13 { background-position: -192px 0; }
.paint_tool_icon_14 { background-position: -208px 0; }
.paint_tool_icon_15 { background-position: -224px 0; }
.paint_tool_icon_16 { background-position: -240px 0; }
.paint_style {
    height: 60px;
    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;
    margin: 8px;
}
.paint_color_box {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 6px;
  width: fit-content;
}
.current_color {
  width: 34px;
  height: 34px;
  position: relative;
  background-color: rgba(255,255,255, .35);
    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;
}
.current_color .color_main {
  position: absolute;
  z-index: 9;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 4px;
  background: var(--color-txt-point);
    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);
}
.current_color .color_sub {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 4px;
  right: 4px;
  background: #fff;
    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);
}
.color_picker {
  display: grid;
  grid-template-columns: repeat(8, 16px);
  gap: 2px;
}
.color_picker .color {
    width: 16px;
    height: 16px;
    cursor: pointer;
    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);
}
/* 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);
}
/* adress bar */
.adressbar {
    display: flex;
    border-top: 2px solid var(--color-window-line);
    border-left: 2px solid var(--color-window-line);
    width: 100%;
    padding: 2px; 
    gap: 5px;
}
.adressbar_wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.adressbar_wrap > span {
    padding-right: 7px;
}
.adressbar_txt {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.adressbar_txt > span {
    position: relative;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: var(--fs-nav);
}
/* link_list */
.link_wrap {
    width: 100%;
    display: flex;
    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;
}
.link_list > li > a {
    display: block;
    position: relative;
    cursor: pointer;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    padding: 1px 2px;
}
.link_list > li > a:hover {
    border-top-color: var(--color-window-line);
    border-left-color: var(--color-window-line);
    border-right-color: var(--color-window-outline-2);
    border-bottom-color: var(--color-window-outline-2);
}
.link_list > li > a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 2px;
    width: 8px;
    height: 1px;
    background: var(--color-def);
}
/* util_wrap */
.util_wrap  {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2px;
    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);
}
.link_wrap.line {
    border-bottom: 2px solid var(--color-window-outline-2);
}
.util_buttons {
    display: flex;
    align-items: center;
}
.util_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65px;
    cursor: pointer;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    padding: 3px 2px 1px 2px;
}
.util_button > span {
    padding-top: 2px;
}
.util_wrap .window_double_line:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 5px;
}
.util_button:hover {
    border-top-color: var(--color-window-line);
    border-left-color: var(--color-window-line);
    border-right-color: var(--color-window-outline-2);
    border-bottom-color: var(--color-window-outline-2);
}
/* 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%;
    font-size: var(--fs-nav);
}
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;
    padding-top: 20px;
}
nav.layer > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 5px;
}
nav.layer > ul > li {
    width: 70px;
}
nav.layer > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
nav.layer > ul > li > a > span {
    font-size: var(--fs-nav);
    padding: 0 2px;
    border: 1px dotted transparent;
}
nav.layer > ul > li > a:hover > i {
    background-image: var(--window-icon-woop-hover);
}
nav.layer > 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-left: 25px;
    padding-right: 25px;
    color: var(--color-gray);
    word-break: keep-all;
}
/* 리스트 공통 */
.list .list_container {
    display: grid;
    padding: 15px;
}
.list[id*="gal"] .list_container {
    gap: 15px 25px;
}
#archive .list_item .list_title,
.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: none;
    color: var(--color-gray);
    font-size: var(--fs-s); 
    font-weight: var(--fw-bold);
}
.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_item .list_thumb {
  position: relative;
  overflow: hidden;
}
#archive .list_item .list_thumb,
.list:not(.list[id*="memo"]) .list_item .list_thumb {
  isolation: isolate;
  aspect-ratio: 1/1;
  background-color: var(--color-window-bg);
}
#archive .list_item .list_thumb,
.list:not(#list_gal_2_circle):not(#list_gal_3) .list_item .list_thumb {
  border-radius: var(--border-radius-gal);
}
#archive .list_item .list_thumb > figure,
.list .list_item .list_thumb > figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  display: flex;
    justify-content: center;
    align-items: center;
}
.no_thumb {
    width: 32px !important;
    height: 32px !important;
}
#archive .list_item .list_thumb > figure > img,
.list:not(.list[id*="memo"]) .list_item .list_thumb > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#archive .list_item > a:hover .list_thumb,
.list:not(.list[id*="memo"]) .list_item > a:hover .list_thumb {
    border-color: var(--color-window-bg);
}
#archive .list_item .list_thumb > figure > img,
.list .list_item .list_thumb > figure > img {
  transition: unset;
}
/* 갤러리형 한 줄에 보여질 개수 */
.list[id*="gal"]:not(#list_gal_3) .list_container {
  grid-template-columns: repeat(6, 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 {
  position: relative;
  padding-left: 15px;
}
.locked::before {
  font-size: var(--fs-def);
  font-weight: normal;
  position: absolute;
  left: 0;
  font-family: var(--font-icon) !important;
  content: '\eae2';
  color: var(--color-def);
}
.list[id*='gal_2'] .locked::before {
  color: #fff;
  top: -2px;
}
#list_memo .locked::before,
#list_web .locked::before {
  font-size: 16px;
}
.list_summary > span {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-all;
  /* 숨김 처리 */
  width: 0px;
  height: 0px;
  text-indent: -9999px;
  visibility: hidden;
}
/* 노이미지 */
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 중앙 정렬 */
#archive .list_item .list_info,
#list_gal_1 .list_item .list_info,
#list_gal_2 .list_item .list_info {
    align-content: center;
    justify-content: center;
}
#archive .list_item .list_info > div,
#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 */
#archive .list_item .list_info,
#list_gal_1 .list_item .list_info {
    padding: 8px 0;
}
#archive .list_item a,
div[id*='gal'] .list_item a {
    display: block;
}
#archive .list_item a:hover,
div[id*='gal'] .list_item a:hover {
    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;
}
/* 일반글목록형-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;
}
/* - 갤러리형_3 - */
#list_gal_3 .list_container {
  gap: 15px;
}
#list_gal_3 .list_item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    box-sizing: border-box;
}
#list_gal_3 .list_item .list_thumb {
    transition: none;
    width: 80px;
    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_gal_3 .list_item a:hover .list_thumb {
    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);
}
#list_gal_3 .list_item .list_info {
  width: calc(100% - 80px);
  padding-left: 15px;
}
#list_gal_3 .list_item .list_title {
    width: 100%;
  padding-bottom: 3px;
  -webkit-line-clamp: 1;
}


/* ---------- 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;
    width: 100%;
    height: 100%;
    padding-bottom: 2px;
    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;
}

#tt-body-index .pagination {
    display: none;
}

/* ---------- guestbook & comment ---------- */
#tt-body-guestbook .pagination {
    display: none;
}
.comment {
    display: none;
}
.comment .tt-comment-cont {
    padding-left: 0; 
    padding-right: 0;
}
/* 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);
}
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: #fff !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);
}
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: var(--color-def);
}
/* 관리 */
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: var(--color-def);
}
.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;
    font-size: var(--fs-def);
}

/* ---------- article ---------- */
article .article_container {
    word-wrap: break-word;
    position: relative;
    padding: 5px 25px 15px 25px;
}
article .article_title {
    display: none;
}
article .article_content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 15px;
}
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;
    font-size: var(--fs-nav);
}
#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) {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
}
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) {
    min-width: 40px;
    border: unset;
    border-radius: unset;
    font-size: inherit !important;
    font-family: var(--font-def) !important;
    line-height: inherit !important;
    color: var(--color-point);
    height: 25px;
    padding: 0 5px;
    background: var(--color-window-bg);
    border-style: solid;
    border-width: 2px;
    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);
    transform: translateZ(0); 
    will-change: border;
}
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: 2px solid var(--color-window-line);
    padding: 2px;
    box-shadow: 2px 2px 0px var(--color-window-shadow);
    overflow: hidden;
    background: #fff;
}
/* 공유하기/더보기 레이어 아이템 */
body :is(.container_postbtn .layer_post .btn_mark) {
    padding: 10px 15px;
    background: var(--color-window-bg);
    color: var(--color-gray);
}
body :is(.container_postbtn .layer_post .btn_mark:hover) {
    background: var(--color-window-bar);
}
/* 통계 버튼 */
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: 'Etc';
    color: var(--color-def);
}
/* 더보기 버튼 (방문자) */
body :is(.container_postbtn .btn_post.btn_etc2)::before {
    font-family: var(--font-def) !important;
    content: 'Etc';
    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: flex-end;
    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: var(--color-def);
}
.article_content b {
    font-weight: var(--fw-bold);
}
.content_style {
    word-break: break-all;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: .05px;
}
/* 각주 처리 */
.tfn-popover{
    position: fixed;
    z-index: 999999;
    max-width: min(420px, calc(100vw - 24px));
    max-height: min(45vh, 340px);
    overflow: auto;
    line-height: 1.8;
    font-size: var(--fs-def);
    color: var(--color-def);
    display: none;
    border: solid 1px var(--color-window-outline);
    border-radius: 10px;
    background-color: #fcfdfb;
    margin: 10px 0;
    padding: 15px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.15), inset 0 10px rgba(255, 255, 255, 0.1), inset 0 10px 20px rgba(255, 255, 255, 0.15), inset 0 -15px 30px rgba(0, 0, 0, 0.1);
}
.tfn-title,
.footnotes { 
    display: none;
}
/* 링크 */
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: var(--color-def);
}
#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;
    margin-left: 25px;
}
.article_content ol li {
    list-style-type: decimal;
}
.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);
}
#tt-body-page ul[data-ke-list-type='disc'] > li > ul,
#tt-body-page ul[data-ke-list-type='disc'] > li > ul > li {
    list-style-type: none !important;
    margin: 0;
}
/* 구분선 */
hr[data-ke-style='style6'], 
#tt-body-page hr[data-ke-style='style6'] {
    height: 2px;
}
/* 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);
    padding-bottom: 1px;
    font-weight: var(--fw-bold);
}
.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: 15px !important;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow: 0 0 .325rem rgb(0 0 0 / 0.25);
    font-size: var(--fs-m) !important;
    font-weight: var(--fw-bold);
    margin: 0 0 15px 0 !important;
    border-radius: 10px;
    letter-spacing: 2px;
}
#tt-body-page blockquote[data-ke-style='style1']::before,
#tt-body-index blockquote[data-ke-style='style1']::before {
    display: none !important;
}
#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"] {
    border-left: 3px solid var(--color-def);
    padding: 5px 10px !important;
    color: var(--color-def) !important;
}
/* 인용구 3 */
#tt-body-page blockquote[data-ke-style='style3'],
#tt-body-index blockquote[data-ke-style='style3'] {
    padding: 15px 20px !important;
    color: var(--color-def) !important;
    border: 1px solid #EEE;
    background-color: #F4F4F4;
    border-radius: 10px;
}
#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 h3[data-ke-size],
#tt-body-page h4[data-ke-size],
#tt-body-index h3[data-ke-size],
#tt-body-index h4[data-ke-size] {
    font-weight: var(--fw-boldEx);
}
#tt-body-page h2[data-ke-size],
#tt-body-index h2[data-ke-size] {
    font-size: var(--fs-xl);
    font-weight: var(--fw-boldEx);
    padding-bottom: 10px;
}
#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] {
    font-size: var(--fs-m);
}
/* 첨부파일 */
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;
}
/* ------------------------------------------------- */


/* ------------------------------------------------- */
/* ---------- archive ---------- */
/* ------------------------------------------------- */
body#tt-body-archive .list,
body#tt-body-archive .pagination {
    display: none !important;
}
body#tt-body-archive #layer_main .content_scroll {
    align-content: center;
}
#archive {
    width: 100%;
    margin: auto;
    padding: 35px 15px;
    display: none;
} 
body#tt-body-archive #archive {
    display: block;
}
.obj_titlebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}
.obj_message {
    position: relative;
    display: inline-block;
    margin: 10px 10px 29px 6px;
    text-align: center;
    background-color: #fff;
    color: var(--color-window-bar);
    font-family: var(--font-dos);
    font-size: 14px;
    padding: 5px 10px;
    box-shadow: 0 -3px #fff, 0 -6px var(--color-window-bar), 3px 0 #fff, 3px -3px var(--color-window-bar), 6px 0 var(--color-window-bar), 0 3px #fff, 0 6px var(--color-window-bar), -3px 0 #fff, -3px 3px var(--color-window-bar), -6px 0 var(--color-window-bar), -3px -3px var(--color-window-bar), 3px 3px var(--color-window-bar), 3px 9px #aaa, 6px 6px #aaa, 9px 3px #aaa;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.obj_message::before {
    width: 15px;
    height: 8px;
    background: #fff;
    bottom: -11px;
    border-left: 3px solid var(--color-window-bar);
    border-right: 3px solid var(--color-window-bar);
}
.obj_message::after {
    background: #fff;
    width: 9px;
    height: 3px;
    bottom: -14px;
    margin-left: 6px;
    box-shadow: -3px 0 var(--color-window-bar), 3px 0 var(--color-window-bar), 3px 3px #fff, 0px 3px var(--color-window-bar), 6px 3px var(--color-window-bar), 9px 3px #aaa, 3px 6px var(--color-window-bar), 6px 6px var(--color-window-bar), 9px 6px #aaa, 6px 9px #aaa;
}
.obj_message::before,
.obj_message::after {
    content: '';
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    box-sizing: border-box;
    left: 20%;
}
.obj_img {
    width: 80px;
}
.obj_img img {
    max-width: 100%;
}
.archive_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
@media only screen and (max-width:968px) {
    .obj_img {
        width: 60px;
    }
}
@media only screen and (max-width:766px) {
    .archive_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .archive_list {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 560px) {
    .archive_list {
        padding: 0px;
    }
    #archive {
        padding: 0;
    }
}
/* ------------------------------------------------- */



/* ------------------------------------------------- */
/* ---------- 반응형 ---------- */
/* ------------------------------------------------- */
@media only screen and (max-width:1200px) {
    #window {
        max-width: 100%;
    }
}
@media only screen and (max-width:1024px) {
    body {
        background-attachment: unset;
    }
    :root {
        --game-size: 100%;
        --fs-article: 12px;
    }
    #mobile { 
        display: block;  
    }
    .taskbar {
        position: fixed;
    }
    article .article_container {
        padding-left: 0;
        padding-right: 0; 
    }
}
@media only screen and (max-width:766px) {
    #layer_alert2,
    #layer_alert3,
    #layer_alert1,
    #layer_alert4 {
        width: 260px;
        max-width: 90%;
        left: calc(50% - 130px);
    }
    #layer_alert2,
    #layer_alert3 {
        top: calc(45dvh - 80px);
    }
    #layer_bgm {
        bottom: 45px;
    }
    .window_container {
        visibility: hidden;
        transform: translate3d(0, 8px, 0) scale(.98);
        transform-origin: 50% 50%;
        transition: transform .22s ease, opacity .22s ease, visibility 0s linear .22s;
    }
    .window_container.open {
        visibility: visible;
        transform: translate3d(0, 0, 0) scale(1);
        transition: transform .22s ease, opacity .22s ease, visibility 0s;
    }
    .destruction_bg .destruction_txt {
        width: 100%;
    }
    .taskbar_left .cur_program_btn {
        max-width: 60px;
    }
    .window_bg_icons > .logo {
        width: 100px;
    }
    #layer_category {
        left: 8px;
        top: 45px;
    }
    #layer_chat,
    #layer_media {
        right: 15px;
    }
    #layer_cal {
        left: 15px;
        top: 45px;
    }
    #layer_profile {
        right: 15px;
        top: 45px;
    }
    #layer_search {
        right: 15px;
    }
    #layer_img {
        max-width: calc(90% - 30px);
        left: 15px;
        right: unset;
        top: 15px;
    }
    #layer_memo {
        left: 15px;
        top: 25px;
    }
    .paint_canvas {
        min-height: 0;
        max-height: 300px;
    }
    #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;
    }
    .category_position > p {
        display: none;
    }
    nav.layer > ul > li {
        width: 60px;
    }
    nav.layer {
        padding-left: 90px;
    }
    .position_line {
        width: 100px;
    }
    .position_title {
        padding-left: 15px;
    }
    .category_position {
        background-size: 100%;
        width: 100px;
    }
    .background_icon {
        width: calc(100% - 30px);
        top: 15px;
        left: 15px;
    }
    .background_icon_list {
        gap: 15px 0;
    }
    .tooltip {
        display: none !important;
    }
    article .article_content {
        padding-top: 0;
    }
    /* 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;
    }
    #list_gal_3 .list_item .list_thumb {
        width: 60px;
    }
    #list_gal_3 .list_item .list_info {
        width: calc(100% - 60px);
    }
    /* 사이드 여백 */
    .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);
    }
} 