@charset "UTF-8";

/* ================== */
/* ___Heisme Start___ */
/*
Version : 6.2.1g

History

6.1.1   a.  blackwhite Theme 추가
6.1.2   a.  Item_notice 설정
6.2.1   a.  공지사항, 페이지
        b.  .area_popup .search_content .box_sns .list_sidebar .item_sidebar A.link_add = 17px;
        c.  .title_section 배경색 통일, 간격 조정
        d.  area_cover padding-top resize
        e.  Title 간격
        f.  목록 제목 L800 20px, 768 18px : .area_cover .type_card  .link_card .info STRONG , .area_category .link_category .info STRONG
        g.  Cover, List 제목, 본문 간격 동일하게, 전체적 수정, scrollbar-color

Check :
SkyMoon
https://jigsaw.w3.org/css-validator/validator?uri=https://tistory1.daumcdn.net/tistory/5679905/skin/images/zSkin_heisme.css
*/

/*
고운 돋움
.gowun-dodum-regular {
  font-family: "Gowun Dodum", sans-serif;
  font-weight: 400;
  font-style: normal;
  src:    url('GowunDodum-Regular.woff') format('woff');
}
*/
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

/*
마루부리 : 사용안함
@import url('https://hangeul.pstatic.net/hangeul_static/css/maru-buri.css');
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}
*/

/*
리디바탕 : .css - CDN 사용
@import url('RidiBatang.css');
*/
@font-face {
    font-family: 'RIDIBatang';
    src:    url('RIDIBatang.woff') format('woff'),
            url('RidiBatang.woff2') format('woff2'),
            url('RidiBatang.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*
이롭게바탕 : .css - CDN 사용
@import url('Iropke-Batang.css');
*/
@font-face {
    font-family: 'Iropke Batang';
    font-style: normal;
    font-weight: 400;
    src:    url('IropkeBatangM.eot');
    src:    url('IropkeBatangM.eot?#iefix') format('embedded-opentype'),
            url('IropkeBatangM.woff') format('woff'),
            url('IropkeBatangM.otf') format('opentype');
}

/* ================== */
/* Common */
.screen_out {
    display: none;
}

.heisme_mask_right90 {
    text-overflow: clip !important;
    mask-image: linear-gradient(to right, white 90%, transparent 100%);
}

/* Main */
HTML.theme_whiteblue {
	scrollbar-color: rgba(80, 85, 95, 50%) #dcdcdc
}
HTML {
}
HTML, BODY {
    /*
	position: initial;
    height: initial;
    */
}
BODY {
    /* 기본 글꼴 */
    font-family: "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;

    /* 사진에 완전한 블랙/화이트 감상을 위해 배경,글자에 완전한 블랙/화이트를 사용하지 않음 : 블랙테마에서는 배경,글자 반대 */
    background-color: #F0F0F0;
    color: #070709;

    /* 가로 스크롤 없앰 */
    overflow-x: hidden;
    overflow-y: auto;

}
BODY:BEFORE {
    position: fixed;

    background-color: transparent;
    top: 0;
    left: 0;
    /*
    right: 0;
    bottom: 0;
    */

    /* Mobile 에서 주소창 스크롤될 때 하단 빈칸 채움 */
    width: 100%;
    height: 100vh;

    /* 아무 것도 없으면 효과 적용 안 됨 : 빈 자리라도 삽입 */
    z-index: -1;
    content: "";

    transform: scale(1.0);

    background-attachment: fixed;
    /* 설정에서 변경가능 */
    background-image: url('./background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    /* filter: contrast(30%) brightness(180%) grayscale(30%); */
}

#wrap {
    /* 스크롤 없앰, BODY 로 overflow 넘김 */
    overflow: initial;
}
HEADER.box_header {
    height: 80px;
    position: sticky;
}
.area_view {
    margin-top: -80px; /* HEADER.box_header size */
}
HEADER.box_header .title_logo {
    width: auto;
    max-width: 400px;
    font-size: 28px;
    margin-left: 50px;
}
HEADER.box_header .title_logo .link_logo {
    text-shadow: 0 0 3px rgba(0,0,0,15%);
    height: 1.3em;
}
HEADER.box_header .title_logo .link_logo:HOVER {
    /*color: #2f2f53;*/
}

MAIN#main {
    margin: 0;
}

.area_cover,
.area_category {
    margin-top: 0px;
}
.area_common {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.area_common,
.area_cover {
    padding-top: 10px;
}
/* Search Popup */
.area_popup {
    width: 50%;
    right: 0;
    left: auto;
}
.area_popup .area_search .search_header {
    height: 100px;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
}

/* Cover */
/* 커버 : 와이드패널 */
/* Image 1200 px , 1300 까지 가능 */
.area_category,
.area_cover .link_to_all,
.area_cover .type_widepanel,
.area_cover .type_featured,
.area_cover .type_notice,
.area_cover .type_card {
    max-width: 1380px;  /* Image + 180 */
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
.area_view,
.area_article .article_view {
    max-width: 1340px;  /* Image + 140 */
    /* max-width: 1240px;  : 사진 최대 폭 1200 세로 이미지 풀 + padding : 10px x 2 + figure.imageblock.alignCenter padding : 10px x 2 */
}

/* 전체 목록 보기 */
.area_cover .link_to_all {
    display: none;
}
.area_cover .link_to_all .list_type_link {
    width: 100%;
}
.area_cover .link_to_all .list_type_link A {
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: white;

    border: 1px solid #8080A0;
    border-color: #e0e0e0 #b0b0bb #a0a0aa #e0e0e0;
    /*border-radius: 8px 2px 18px 4px;*/
    border-radius: 4px;
    padding: 10px 15px;

    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(60,60,105, 0.6), rgba(210,230,255, 0.3));
}
.area_cover .link_to_all .list_type_link A:HOVER {
    color: black;
    color: #b0e8ff;
    background-image: linear-gradient(to bottom right, rgba(60,60,105, 0.9), rgba(210,230,255, 0.6));
}

.area_cover .type_featured .slide_zone,
.area_cover .type_widepanel .list_type_widepanel,
.area_cover .type_notice .list_type_notice {
    /*border-radius: 4px;
    overflow: hidden;*/
    border-width: 10px;
    border-color: rgba(0,0,0, 5%);
    border-style: solid;
}
.area_cover .type_featured .link_slide,
.area_cover .type_widepanel .list_type_widepanel .link_widepanel {
    background-position: center center;
    /* background-size: cover; */
    background-size: 105% auto;  /* 이미지 검은 테두리 안보이게 */
}

.area_cover .type_featured .link_slide:BEFORE {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 15%);
}
.area_cover .type_featured .link_slide .text_slide,
.area_cover .type_featured .link_slide .text_slide .text {
    max-width: 100%;
}
.area_cover .type_featured .link_slide .text_slide {
    align-items: flex-start;
}
.area_cover .type_featured .link_slide .text_slide A.link_detail {
    border-radius: 8px 2px 18px 4px;
    background-color: rgba(10, 25, 40, 30%);
    color: rgba(255, 255, 255, 70%);
}
.area_cover .type_featured .box_arrow BUTTON.btn_arrow {
    background-color: rgba(0,0,0, 30%);
    opacity: 70%;
}
.area_cover .type_featured .link_slide .text_slide A.link_detail:HOVER,
.area_cover .type_featured .box_arrow BUTTON.btn_arrow:HOVER {
    background-color: rgba(20, 0, 50, 60%);
    color: rgba(255, 255, 255, 90%);
    opacity: 100%;
}

.area_cover .type_widepanel .list_type_widepanel .item_widepanel {
    /* border-radius: 5px; */
    overflow: hidden;
}
.area_cover .type_widepanel .list_type_widepanel .link_widepanel {
    height: 350px;
    background-size: 105% auto;  /* 이미지 검은 테두리 안보이게 */
}
.area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content STRONG, /* 상단 배너 제목 */
.area_cover .type_featured .link_slide .text_slide STRONG {     /* 상단 슬라이드 제목 */
    font-size: 40px;
    max-height: 58px;
    line-height: 58px;

    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    background-image: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.0) 100%);

    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}
.area_cover .type_featured .link_slide .text_slide STRONG {     /* 상단 슬라이드 제목 */
    display: block;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    text-align: center;
    margin-left: auto;
    margin-right: auto;

    line-height: 175%;
    max-width: 95%;
    min-width: 75%;
    min-height: 70px;
}
.area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content .text,
.area_cover .type_featured .link_slide .text_slide .text {
    /* .area_cover .type_featured .link_slide .text_slide .text : html 에서 visibility:hidden */

    display: inline-block;

    line-height: 1.6em;
    word-break: break-all;
    word-wrap: normal;
    white-space: normal;

    text-shadow: 0px 0px 1px black, 0px 1px 5px black;
    margin-top: 10px;
    color: rgba(255,255,255,1);

    backdrop-filter: blur(2px);
}
.area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content .text {
    max-height: 4.5em;
    mask-image: linear-gradient(to bottom, white 80%, transparent 140%);
}
.area_cover .type_featured .link_slide .text_slide .text {
    width: auto;
    height: 5em;

    max-width: 80%;
    max-height: 5em;
    min-height: 1.5em;

    margin-left: auto;
    margin-right: auto;

    mask-image: linear-gradient(to bottom, white 70%, transparent 100%);
}
.area_cover .type_card {
    overflow: initial;
    margin-top: 20px;
    margin-bottom: 20px;
}
.area_cover .type_card .list_type_card {
    margin: 0px;
}
.area_cover .type_card .list_type_card .item_card  {
    /* Heisme
    margin-bottom: 20px;
    */
    vertical-align: top;
}
.area_cover .type_card .list_type_card .item_card .text {
    max-height: 4.5em;  /* 1em + 0.5em line-height */
    /*color: #c3c3c6;*/
    color: inherit;
    opacity: 65%;
    mask-image: linear-gradient(to bottom, white 80%, transparent 100%);
    word-break: break-all;
    word-wrap: break-word;
}

.area_cover .type_notice .list_type_notice {
    background-color: rgba(255,255,255, 30%);
    backdrop-filter: blur(12px);
    padding: 10px;
}
.area_cover .type_notice .list_type_notice .item_notice {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
}
.area_cover .type_notice .list_type_notice .item_notice:LAST-CHILD {
    padding-bottom: 10px;
}
.area_cover .type_notice .list_type_notice .link_notice .thumnail {
    width: 150px;
    height: 150px;
    border: 3px solid rgba(0,0,0,50%);
    border-radius: 5px;
}
.area_cover .type_notice .list_type_notice .link_notice .text {
    color: #505050;
    margin-right: 1em;
    width: auto;
}

.area_cover .type_notice .list_type_notice .link_notice .category,
.area_cover .type_notice .list_type_notice .link_notice .date {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    opacity: 60%;
}

/* 커버 : 슬라이드 */
.area_cover .type_featured .slide_zone,
.area_cover .type_featured .slide_zone .link_slide {
    height: 600px;
    overflow: hidden;
}

/* 커버 : Next button */
.area_cover .area_cover_next_btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

    width: 200px;
}
.area_cover .area_cover_next_btn A {
    display: inline-block;
    height: 40px;
    color: #f0f0ff;

    text-align: center;
    width: 100%;

    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;

    border: 1px solid #8080A0;
    border-color: #e0e0e0 #b0b0bb #a0a0aa #e0e0e0;
    border-radius: 8px 2px 18px 4px;

    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(60,60,105, 0.9), rgba(210,230,255, 0.6));

    opacity: 80%;
}
.area_cover .area_cover_next_btn A:HOVER {
    /* color: #f3f327; */
    color: black;
}

/* Footer */
FOOTER#footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}
FOOTER#footer .inner_footer {
    font-size: 15px;
    line-height: 2.5em;
}
FOOTER#footer .inner_footer .link_footer {
    display: inline-block;
    border-color: rgba(0,0,0, 0.3);
    margin-left: 24px;
}
FOOTER#footer .inner_footer .link_footer.link_footer_listAll {
    font-size: 22px;    /* [TOP] */
    margin-left: 0px;
}
FOOTER#footer .inner_footer .link_footer:HOVER {
    color: #4167d9;
}
FOOTER#footer ADDRESS {
    margin-top: 5px;
}
/* 구분선 */
FOOTER#footer,
HEADER.box_header {
    border-color: rgba(125, 125, 125, 0.35);
}

/* sidebar, popup search : 사이드바 1, 2 */
.area_sidebar A:HOVER,
.area_popup A:HOVER {
    color: #4167d9 !important;
}
.area_sidebar,
.area_popup {
    width: 100%;
    background-color: transparent;
}
.area_sidebar .inner_sidebar,
.area_popup .area_search {
    background-color: rgba(255,255,255,94%);
    min-height: 100%;
}
.area_sidebar .inner_sidebar BUTTON,
.area_sidebar .inner_sidebar BUTTON .icon-Close,
.area_popup .area_search BUTTON,
.area_popup .area_search BUTTON .icon-Close {
    position: absolute;
    top: 13px;
    right: 13px;
}

/* sidebar 사이드바 1 */
.area_sidebar .inner_sidebar {
    width: 410px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}
.area_sidebar .inner_sidebar .sidebar_header {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.area_sidebar .sidebar_contents A,
.area_sidebar .sidebar_contents A:HOVER,
.area_sidebar .sidebar_contents .tt_category .link_sub_item:HOVER {
    text-decoration: none;
}
.area_sidebar .sidebar_contents .box_gnb,
.area_sidebar .sidebar_contents .box_sns,
.area_sidebar .sidebar_contents .add_link {
    margin-bottom: 0px;
    /*padding-bottom: 10px;*/
}
.area_sidebar .sidebar_contents .box_gnb,
.area_sidebar .sidebar_contents .box_sns {
    margin-top: 20px;
}
.area_sidebar .sidebar_contents .add_link {
    margin-top: 10px;
}
.area_sidebar .sidebar_contents .box_gnb  A,
.area_sidebar .sidebar_contents .box_sns  A,
.area_sidebar .sidebar_contents .add_link A {
    margin-bottom: 10px;
    color: #505050;
}
.area_sidebar .sidebar_contents .tt_category {
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-left: 0.7em;
}
.area_sidebar .sidebar_contents .tt_category .link_tit,
.area_sidebar .sidebar_contents .tt_category .category_list .link_item {
    display: block;

    font-size: 17px;
    font-weight: bold;
    color: #333;
    transition: all 0.2s ease-out;

    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    width: fit-content;
}
.area_sidebar .sidebar_contents .tt_category .link_tit {
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.area_sidebar .sidebar_contents .tt_category UL.category_list {
    width: fit-content;
    margin-left: 1em;   /* auto : center */
    margin-right: auto;
}
.area_sidebar .sidebar_contents .tt_category .sub_category_list {
    margin-left: 0.5em;
    margin-bottom: 7px;
    padding-left: 8px;
    border-left: 3px dotted rgba(50, 50, 70, 5%);
}
.area_sidebar .sidebar_contents .tt_category .sub_category_list .link_sub_item {
    margin-bottom: 0px;

    font-size: 15px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.area_sidebar .sidebar_contents .title_sidebar {
    font-size: 17px;
    margin-bottom: 10px;
}
.area_sidebar .sidebar_contents .box_sns .title_sidebar {
    /* display: none; */
    margin-bottom: 10px;
    margin-top: 10px;
}
.area_sidebar .sidebar_contents .box_sns .list_sidebar {
    padding-left: 10px;
}
.area_sidebar .sidebar_contents .item_sidebar A {
    display: block;
    font-size: 15px;
    color: #444;
}
.area_sidebar .sidebar_contents .item_sidebar A.link_add {
    font-size: 16px;
}
.area_sidebar .sidebar_contents .sidebar_menu LI[class^="t_menu_"] A:BEFORE {
    content: " - ";
    margin-right: 0.5em;
}

/* 로그인, 로그아웃, 글쓰기, 관리 */
.area_sidebar .sidebar_contents .box_tool {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;    /* 순서 역순으로 */

    padding-top: 50px;
    padding-bottom: 50px;
}
.area_sidebar .sidebar_contents .box_tool .link_tool {
    margin-left: 0px;
}
.area_sidebar .sidebar_contents .box_tool .link_tool:BEFORE {
    content: '';
}
.area_sidebar .sidebar_contents .box_tool A {
    font-size: 16px;
}
.area_sidebar .sidebar_contents .box_tool A:HOVER {
    color: #4167d9;
}

/* popup search : 사이드바 2 */
.area_popup .area_search {
    width: 50%;
    margin-left: auto;
    padding-bottom: 20px;
}
.area_popup .search_content {
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.area_popup .search_content .box_form {
    padding-bottom: 10px;
    margin-bottom: 0px;  /* Below margin-top: 20px : 10px 추가 효과 */
}
.area_popup .search_content FORM {
    padding-bottom: 10px;
}
.area_popup .search_content .box_form INPUT[type="text"] {
    background-color: transparent;
}
.area_popup .search_content H3.title_sidebar {
    font-size: 18px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #40434c;
}
.area_popup .search_content .icon-Search {
    vertical-align: -9px;
    color: #60636f;
}
/* sidebar, popup search : 사이드바 1, 2 */
/* 배경 검게 */
.area_sidebar .dimmed_sidebar,
.area_popup .dimmed_sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21;
}
.area_popup .dimmed_sidebar {
    z-index: -1;
}

/* List */
/* Page Number */
.area_paging {
    margin-top: 10px;
}
.area_paging .link_page SPAN,
.area_paging .link_num SPAN {
    font-size: 20px;

    color: rgba(0, 0, 0, 85%);
    min-width: 30px;
    min-height: 34px;

    vertical-align: middle;
}
.area_paging .link_page SPAN {
    font-weight: bold;
    font-size: 34px;
}
.area_paging .link_page SPAN:HOVER,
.area_paging .link_num SPAN:HOVER {
    color: #ffffe0;
    background-color: rgba(30, 100, 210, 80%);
}
.area_paging .link_page SPAN:HOVER,
.area_paging .link_num .selected,
.area_paging .link_num SPAN:HOVER {
    border-radius: 30%;
}
.area_paging .link_num .selected {
    color: white;
    background: rgba(90, 50, 150, 50%);
    border: 1px solid rgba(100, 100, 100, 0.4);
}
.area_paging .paging_num {
}

.area_category {
    padding-top: 10px;
}
.area_category .title_section {
    font-size: 22px;
    margin: 0px;
    width: auto;
    padding-top: 20px;
    padding-left: 25px;
}
/* .theme_whiteblue .area_category H2.title_section SPAN, */
.area_category H2.title_section SPAN {
    color: #90909f;
}
.area_cover .title_section {
    margin-bottom: 0px;
}
/* 배경 덜 보이게 */
.area_category  .list_category,
.area_cover     .type_card  .list_type_card {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 50%);

    padding-top: 20px;
    /*padding-bottom: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
}
.area_cover     .type_card  .list_type_card {
    /* padding-top: 18px; */
}
.area_category  .list_category .item_category,
.area_cover     .type_card  .list_type_card  .item_card {
    /*background-color: rgba(255, 255, 255, 70%);*/
}
/* 본문 배경 */
.area_view .article_view,
.area_common {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 80%);
}
/* 댓글 배경 */
.area_article .article_content .list_share,
.area_article .article_content .area_reply,
.area_article .article_content .area_related {
    background-color: rgba(250, 250, 255, 60%);
}
.area_article .article_content .area_reply {
    backdrop-filter: blur(10px);
    background-color: rgba(250, 250, 255, 70%);
}
/* list_share 사용 않음, 게시물 끝에 공유 버튼 기본 제공
.area_article .article_content .list_share {
    margin: 0px;
    padding: 0px;
}
.area_article .article_content .list_share A.link_share {
    color: rgba(220, 220, 255, 50%);
}
*/
.area_category  LI.item_category,
.area_cover .type_card .list_type_card LI.item_card {
    margin-bottom: 15px;
}
.area_category  LI.item_category .link_category,
.area_cover .type_card .list_type_card LI.item_card .link_card {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0px;
}
/* 목록 제목 */
.area_cover .type_widepanel .list_type_widepanel .item_widepanel STRONG,  /* 상단 배너 제목 */
.area_cover .type_featured .link_slide STRONG,    /* 커버 슬라이드 제목 */
.area_cover .type_card .link_card .info STRONG,          /* 커버 제목 */
.area_category .link_category .info STRONG          /* 리스트 (카테고리) 제목 */
{
    font-family: "Gowun Dodum", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
}

.area_cover .type_card .link_card .info,
.area_category .link_category .info {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;

    max-height: 125px;
    mask-image: linear-gradient(to bottom, white 86%, transparent 100%);

    overflow: hidden;
}
.area_cover .type_card .link_card .info STRONG,
.area_category .link_category .info STRONG {
    font-size: 20px;
    opacity: 90%;
    margin-top: 5px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
}
.area_category .list_category .item_category .text {
    max-height: 4.5em;  /* 1em + 0.5em line-height */
    word-break: break-all;
    word-wrap: break-word;
    opacity: 65%;
    margin: 0;
}
.area_category .list_category .item_category .link_category .info IMG {
    vertical-align: initial !important;
    width: auto !important;
    height: auto !important;
    max-width: 1em;
    max-height: 0.8em;
    opacity: 70%;
}

.area_category  .link_category  .text,
.area_cover     .type_card  .link_card .text,
.area_cover     .type_notice .link_notice .text {
    font-size: 15px;
    line-height: 150%;
}
/* 댓글 수 */
.area_article   .area_reply .tt-comments-wrap .tt-box-total .tt_num_g,
.area_category  .link_category .info .rp_count,
.area_cover     .type_card .info .rp_count {
    font-size: 14px;
    color: #707070;
}
.area_category  .link_category .info .rp_count,
.area_cover     .type_card .info .rp_count {
    float: right;
    margin-left: 7px;
}
.area_category  .link_category .info .rp_count {
    margin-right: 5px;
}
.area_cover     .type_card .info .rp_count {
    margin-right: 0px;
}
/* Thumbnail 정사각형 : padding-top: 50%;*/
.area_category  .link_category  .thumnail,
.area_related   .link_related   .thumnail,
.area_cover     .type_card      .link_card  .thumnail {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}

.area_category  .link_category:HOVER,
.area_related   .link_related:HOVER,
.area_cover     .type_card      .link_card:HOVER,
.area_cover     .type_widepanel    .link_widepanel:HOVER,
.area_cover     .type_notice    .link_notice:HOVER  {
    filter: contrast(110%) saturate(140%); /* grayscale(60%); */
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0.15s;
}
.area_related   .link_related:HOVER {
    filter: contrast(115%) saturate(130%) brightness(85%);
    opacity: initial;
}
.area_category  .link_category  .img-item_wrap,
.area_related   .link_related   .img-item_wrap,
.area_cover     .type_card      .link_card  .img-item_wrap  {
    position: relative;
    overflow: hidden;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    /*  box-shadow: none; */
}

.area_related   .link_related   .img-item_wrap {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
/*
.area_category  .link_category  .img-item_wrap  : 최신글 이미지 목록
.area_related   .link_related   .img-item_wrap  : 내용 보기 하단 관련글
.area_cover     .type_card      .link_card      : 커버 썸네일 리스트
*/
.area_category  .link_category  .img-item_wrap  .img-item_blur_sub,
.area_related   .link_related   .img-item_wrap  .img-item_blur_sub,
.area_cover     .type_card      .link_card      .img-item_wrap  .img-item_blur_sub {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    /* filter: blur(15px) contrast(0.9) saturate(0.8); */
    filter: blur(15px) saturate(0.8) brightness(0.92);
}
.area_category  .link_category  .img-item_wrap IMG,
.area_related   .link_related   .img-item_wrap IMG,
.area_cover     .type_card      .link_card      .img-item_wrap IMG {
    position: absolute;
    max-height: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-width: 10px;
    border-color: rgba(0,0,0,0.05);
    border-style: solid;
}
/* No Image */
.img-item_wrap IMG.img-no-image {
    opacity: 50%;
}

/* View : max-width 는 위에 L: 100 */
.area_view {
    padding-left: 10px;
    padding-right: 10px;
}
.area_article .article_view {
    margin-top: 20px;
}
.area_view .area_article {
    padding-bottom: 0px;
}

/* 본문내 이미지 */
FIGURE.imageblock.alignCenter {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* 사진 최대 폭에 영향 있음 */
    padding-left: 10px;
    padding-right: 10px;
}

/* 본문 글자 글자색 */
.area_article .article_view .contents_style {
    /* 기본 정렬 : 에디터에서 정렬하면 그것이 우선 됨 */
    /*text-align: center;*/
    padding-top: 20px;
}
.area_article .article_view .contents_style H2,
.area_article .article_view .contents_style H3,
.area_article .article_view .contents_style H4,
.area_article .article_view .contents_style LI,
.area_article .article_view .contents_style BLOCKQUOTE,
.area_article .article_view .contents_style P,
.area_article .article_view .protected_form P {
    color: black;   /*#101010;*/

    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.area_article .article_view .contents_style H2 {
    max-width: 800px;
    font-weight: bold !important;
}
.area_article .article_view .contents_style H3 {
    max-width: 750px;
}
.area_article .article_view .contents_style BLOCKQUOTE {
    color: #606067 !important;
}
.area_article .article_view .contents_style P {
    /* display:inline-block;    블록 전체를 가변으로 , 중앙정렬을 위해서 , 한줄씩 수동 입력하면 줄넘김이 안 됨 */

    /** Black Theme 에서는 "Iropke Batang", "RidiBatang" ...  **/
    font-family: "RidiBatang", "Iropke Batang", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 160%;
}
.area_article .article_view .contents_style P SPAN {
    font-family: monospace, "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
}
.area_article .article_view .contents_style A {
    font-family: sans-serif, Avenir, Helvetica, SpoqaHanSans, "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo" ;
    font-size: 90%;
    line-height: 1.3em;
    font-weight: bold;
    text-decoration: none;
    color: #d20d97;
    opacity: 85%;
}
.area_article .article_view .contents_style A:HOVER {
    color: #9696fb;
}
.area_article .article_view .contents_style IMG {
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
}

.area_article .article_view .contents_style FIGURE FIGCAPTION {
    color: #505050;
    font-size: 14px;
}
/* 동영상 사이즈 최대 확대, 세로 영상은 감안 안함 */
.area_article .article_view .contents_style FIGURE[data-ke-type='video'] {
    width: 100% !important;
}
/* 네이버 지도, 그래프 */
.area_article .article_view .contents_style FIGURE[data-ke-type='opengraph'] {
    max-width: 70%;
    background-color: rgba(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6em !important;
    margin-bottom: 1.2em !important;
}
/* 테이블 */
.area_article .article_view .contents_style TABLE {
    margin-left: auto;
    margin-right: auto;
}
/* 공감, 공유, CCL */
.area_article .article_view .container_postbtn {
    padding-top: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.area_article .article_view .container_postbtn .postbtn_ccl {
    position: absolute;
    top: auto;
}
/* 보호글 */
.area_article .article_view FORM.protected_form {
    text-align: center;
    font-size: 18px;
}

/* View : 글제목  상단 메뉴 */
.box_header .title_logo .link_logo,
.box_header BUTTON.btn_menu,
.box_header BUTTON.btn_search {
    color: #101010;
    max-width: initial;
    opacity: 80%;
    transition: opacity .2s ease-in;
    /*text-shadow: 0px 1px 2px rgba(0,0,0,40%);*/
}
/* #wrap.white 는 내용 보기 상태, 메인 로고 글자 */
#wrap.white HEADER.box_header .title_logo .link_logo {
    color: #f0f0ff;
}
.box_header .title_logo .link_logo:HOVER,
.box_header BUTTON.btn_menu:HOVER,
.box_header BUTTON.btn_search:HOVER {
    opacity: 100%;
}
/* View : 글제목  상단 */
.area_article .article_header .inner_header {
    height: 300px;
    text-shadow: 0px 1px 5px black;
    background-position: center center;
    /* background-size: cover; animation 을 위해서
    background-size: 100% auto;*/
}
.area_article .article_header .inner_header .info_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    margin: 0;
    max-width: initial;
}
.area_article .article_header .inner_header .title_post_margintop {
    min-height: 50px;
}
.area_article .article_header .inner_header .title_post {
    position: sticky;
    top: -1px;

    min-width: 50%;

    display: inline-block;
    font-family: "Gowun Dodum", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
    font-size: 32px;
    color: rgba(253, 253, 255, 0.9);

    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10%;
    padding-left: 10%;

    /* 아래 Sticky 스크롤 겹침 방지 */
    margin-bottom: 6%;

    background-color: transparent;
    background-image: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.0) 100%);

    text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}
.area_article .article_header .inner_header .info {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;

    margin-top: 0px;
    margin-bottom: 3%;

    font-size: 16px;
    font-weight: bold;

    line-height: 1.5em;
    text-shadow: 0px 0px 1px black, 0px 1px 5px black;
    opacity: 70%;
    backdrop-filter: blur(3px);
}
/* 본문 보기 : 작성자, 날짜  */
.area_article .article_header .inner_header .info SPAN.author,
.area_article .article_header .inner_header .info SPAN.date {
    display: inline-block;
    font-weight: normal;
    font-size: 95%;
    color: rgba(250,250,255,1);
}
.area_article .article_header .inner_header .info SPAN.date {
    opacity: 95%;
}

/** Heisme : 본문보기 최상단 상하 슬라이드 **/
@keyframes animatedBackgroundUpDown {
    from {
        background-position-y: center;
    }
    25% {
        background-position-y: 95%; /*bottom;*/
    }
    75% {
        background-position-y: 5%; /*top;*/
    }
    to {
        background-position-y: center;
    }
}
.area_article .article_header .BackgroundUpDown,
.area_cover .type_widepanel .item_widepanel:first-child .BackgroundUpDown,
.area_cover .type_featured .slide_item.slick-active .BackgroundUpDown {
    animation-name: animatedBackgroundUpDown;   /* 애니메이션 이름 */
    animation-timing-function: ease-in-out;     /* 속도곡선타입 linear, ease-in-out */
    animation-iteration-count: 1;               /* 반복 횟수 : infinite */
    animation-fill-mode: forwards;              /* 종료 후 위치 */
}
/* 본문보기 최상단 상단 */
.area_article .article_header .BackgroundUpDown {
    animation-direction: reverse;                /* 진행 방향 */
    animation-delay: 3s;                        /* 시작 지연 */

    /*  heisme_hLib.js/ hLib_ScrollAdjust_div 함수에서 가로 이미지일 경우 속도 보정 : skin.html: 950 */
    animation-duration: 70s;                    /* 재생 시간 (실행속도) */
}
/* Cover : 첫번째 widepanel 만 아래위 스크롤 */
.area_cover .type_widepanel .item_widepanel:first-child .BackgroundUpDown {
    animation-direction: normal;                /* 진행 방향 */
    animation-delay: 4s;                        /* 시작 지연 */
    animation-duration: 90s;                    /* 재생 시간 (실행속도) */
}
/* Cover : Slide 아래위 스크롤 : 사용 안함*/
.area_cover .type_featured .slide_item.slick-active .BackgroundUpDown {
    animation: none;                            /* 애니메이션 끔
    animation-direction: normal;
    animation-delay: 3s;
    animation-duration: 40s;
    */
}

/* 글보기 상단의 제목 배경 이미지 : 더 어둡게 https://codepen.io/pen/ */
.area_article .article_header:BEFORE {
    background-color: transparent;
    /*
    background-image: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.5) 100%);
    background-image: radial-gradient(circle, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.8) 100%);
    */
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 100%);
}

/* 카테고리의 다른 글 */
.area_article .article_view .another_category {
    display: block;
    max-width: 800px;       /* .area_article .article_content */

    padding: 16px 20px 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.area_article .article_view .another_category H4 {
    padding-bottom: 0px !important;
    border: none !important;
}
.area_article .article_view .another_category H4 A {
    text-decoration: none;
    font-size: 16px;
    color: #606060 !important;
}
.area_article .article_view .another_category TABLE,
.area_article .article_view .another_category TR,
.area_article .article_view .another_category TH,
.area_article .article_view .another_category TD {
    border: none;
    border-collapse: collapse;
}
.area_article .article_view .another_category TABLE {
    width: calc(100% - 10px) !important;
    margin-left: 10px;
    white-space: nowrap;
}
.area_article .article_view .another_category TR,
.area_article .article_view .another_category TH,
.area_article .article_view .another_category TD {
    vertical-align: top;
    line-height: 127%;   /* 일부 값에서 태그 없는 경우 태그 위에 흰 줄 생김 */
}
.area_article .article_view .another_category TH {
    font-size: 15px !important;
}
.area_article .article_view .another_category TH A {
    color: #707070 !important;
}
.area_article .article_view .another_category TH SPAN {
    /*
    display: none;
    */
}
.area_article .article_view .another_category TD {
    font-size: 14px !important;
}
.area_article .article_view .another_category H4 A:HOVER,
.area_article .article_view .another_category TH A:HOVER {
    color: #6f85cd !important;
}

/* 관련글 , 댓글 */
.area_article .area_tag,
.area_article .area_related {
    /* 아래에 1px 흰줄 하나 생김 없앰 */
    border: none;
    overflow: hidden;
}

.area_article .article_content {
    max-width: 800px;
    /*box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 30%);*/
}
.area_article .article_content .area_related  {
    padding-left: 20px;
    padding-right: 20px;
}
/* 관련글 : 최대 4개 */
.area_article .article_content .area_related#id_area_related .list_related {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.area_article .article_content .area_related#id_area_related .item_related {
    float: none;
    margin-bottom: 10px;
    flex-basis: 23%;
}
.area_article .article_content .area_related#id_area_related A.link_related {
    margin: 0px;
}
.area_article .article_content .area_related#id_area_related .list_related:AFTER {
    content: none;
}
.area_article .article_content .area_related .item_related,
.area_article .article_content .area_related .item_related:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.area_article .area_related .link_related .box_content STRONG {  /* Title  i : Next, Prev Button */
    max-height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 22px;
    text-indent: -10px;
    line-height: 1.2em;
    height: 2.4em;  /* @ Line,  Line-Height x 2 */
    word-break: break-all;
}
.area_article .area_related#id_area_related .link_related .box_content STRONG {  /* Title  i : Next, Prev Button */
    font-size: 16px;
    padding-left: 3px;
    text-indent: 0px;
}

/* 이전 현재 이후 */
.area_article .area_related .item_related.next_prev {
    /*width: 50%;*/
    width: 33.33%;
}
.area_article .area_related .item_related.float_right {
    float: right;
}
/* 댓글, Tag */
.area_article .article_view .another_category,  /* 카테고리의 다른 글 */
.area_article .area_tag,                        /* 본문 보기 : Tag list */
.area_article .area_related {                   /* 본문 보기 : 관련글 */
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255,255,255,11%), rgba(200,200,255,25%));
}
.area_article .area_tag {
    background-image: linear-gradient(to bottom, rgba(245,245,255,11%), rgba(255,255,255,80%));
    backdrop-filter: blur(1px);
}
.area_article .area_related,
.area_article .area_reply,
.area_article .area_tag  {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.area_article .area_reply {
    padding-bottom: 20px;
}
.area_article .area_related .title_related,
.area_article .area_tag .title_tag,
.area_article .area_reply .tt-comments-wrap .tt-box-total .tt_txt_g {
    font-size: 16px;
    font-weight: 900;
    padding-top: 2px;
}
.area_article .area_related .title_related {
    font-size: 17px;
    padding-bottom: 5px;
}
.area_article .area_related .title_related .title_category {
    /*font-size: 16px;*/
    color: #606060;
}
.area_article .area_related .title_related .title_category:HOVER {
    color: #6f85cd;
}
.area_article .area_related .title_related .title_info {
    font-size: 14px;
    line-height: 150%;
    float: right;
    opacity: 70%;
}

.area_article .area_tag {
    border: none;
}
.area_article .area_tag .title_tag {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
}
.area_article .area_tag .tag_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2px;

    color: transparent;
}
/* flex Item 마지막 줄 위치시 늘임 방지 : 딱 맞는 줄의 끝에 있을 때는 조금 안 맞음, 평균 1줄에 있는 아이템 수량따라 grow 조정 */
.area_article .area_tag .tag_content:AFTER {
  content: '';
  flex-grow: 5;
}
.area_article .area_tag .tag_content A {
    flex-grow: 1;
    display: inline-block;
    padding: 2px 16px 4px 16px;
    border-radius: 2px 30% 0% 10px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    /* font-weight: bold; */
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;

    border-width: 1px;
    border-style: solid;
    border-color: rgba(96, 129, 112, 0.5);

    color: #023307;
    background-color: transparent;
    background-image: linear-gradient(to top right, rgba(220, 200, 230, 0.6), rgba(100, 230, 210, 0.2));
}
.area_article .area_tag .tag_content A:HOVER {
    background-color: rgba(120,150,255, 0.8);
    color: white;
}

/* 댓글, 사이트 주인 명함 카드 */
/* Comments 이라는 제목행 없앰 : skin.html 에서 작동
.area_article .area_reply .box_reply_info {
    display: none;
}
*/
.area_article .area_reply .reply_content .tt_box_namecard {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: initial;
    align-items: center;
    background-color: rgba(10, 20, 50, 10%);
    margin: 0px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px 0px 10px 2px;
}
.area_article .area_reply .reply_content .tt_box_namecard .tt_cont {
    flex-grow: 1;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
}
.area_article .area_reply .reply_content .tt_box_namecard .tt_cont .tt_tit_cont {
    color: rgba(0, 0, 0, 95%);
    padding-left: 0px;
}
.area_article .area_reply .reply_content .tt_box_namecard .tt_cont .tt_desc {
    color: rgba(0, 0, 0, 85%);
    padding-left: 5px;
    font-size: 15px;
    line-height: 140%;
    word-break: break-all;
    word-wrap: break-word;
}
.area_article .area_reply .reply_content .tt_box_namecard .tt_wrap_thumb {
    margin: 0px;
    margin-right: 10px;
    border-radius: 20% 3%;
    opacity: 70%;
}
.area_article .area_reply .reply_content .tt_box_namecard .tt_wrap_thumb:HOVER {
    opacity: 100%;
}
/* Namecard 구독 */
.area_article .area_reply .reply_content .tt_box_namecard .tt_btn_subscribe {
    height: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 5px;

    border-radius: 11px 4% 19px 3px;
    border-color: rgba(100, 130, 120, 55%);
    background-image: linear-gradient(to bottom right, rgba(40, 60, 50, 21%), rgba(200, 230, 245, 10%));
}
/* 구독중 */
.area_article .area_reply .reply_content .tt_box_namecard .tt_btn_subscribe.type2 {
    padding-left: 27px;     /* 구독하기 - 구독중 글자가 줄어서 공간 줌 */
    border-radius: 28% 7% 50% 5%;
    border-color: rgba(100, 130, 120, 35%);
    background-image: linear-gradient(to bottom right, rgba(45, 70, 60, 15%), rgba(200, 230, 250, 10%));
}
.area_article .area_reply .reply_content .tt-comments-wrap {
    margin-top: 20px;
}

/* 방명록, 태그창 제목 */
.area_common H3.title_common,
.area_article .area_reply H2.title_common {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Tag 창 */
.area_common H3.title_common {
    margin-top: 20px;
}
/* 댓글 리스트 */
.area_article .area_reply .title_common {
    padding-bottom: 0px;
}
.area_article .area_reply .reply_content,
.area_article .area_reply .reply_content .tt-area-reply {
    font-family: "Gowun Dodum", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* 버튼 글꼴 */
.area_article .area_reply .reply_content .tt_box_namecard .tt_btn_subscribe,
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt-wrap-link-comment .tt_txt_g,
.area_article .area_reply .reply_content .tt_wrap_write BUTTON,
.area_article .area_reply .reply_content .reply_write_open,
.area_article .area_reply .reply_content .tt-item-reply .tt-box-modify {
    font-family: Pretendard-Regular, "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", "Apple SD Gothic Neo", Avenir, SpoqaHanSans, Helvetica, sans-serif;
}

.area_article .area_reply .reply_content .tt-area-reply {
    margin-bottom: 30px;
}
.area_article .area_reply .reply_content A:HOVER {
    color: #4167d9;
}
.area_article .area_related .title_related {
    margin: 0px;
    margin-bottom: 5px;
}
/* 보호글, 이전 댓글 더보기, 댓글 입력 */
.area_article .area_reply .reply_content .tt-list-reply {
    border: none;
}
.area_article .article_view FORM.protected_form BUTTON,
.area_article .area_reply .reply_content .tt-list-reply BUTTON.tt_btn_prev_more,
.area_article .area_reply .reply_content .reply_write BUTTON,
.area_article .area_reply .reply_content .reply_write_open BUTTON {
    height: 40px;
    color: white;

    border: 1px solid #8080A0;
    border-color: #e0e0e0 #b0b0bb #a0a0aa #e0e0e0;
    border-radius: 8px 2px 18px 4px;

    width: auto;
    padding-left: 15px;
    padding-right: 15px;

    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(60,60,105, 0.9), rgba(210,230,255, 0.6));

    opacity: 70%;
}
.area_article .area_reply .reply_content .reply_write_open BUTTON:HOVER,
.area_article .area_reply .reply_content .reply_write BUTTON:HOVER {
    color: #ffff50;
}
.area_article .area_reply .reply_content .tt-list-reply BUTTON.tt_btn_prev_more {
    /* display: inline-block; */
    border-radius: 8px 18px 2px 4px;
    height: 2em;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 60%;
    opacity: 55%;

    line-height: 200%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0px;
}
.area_article .area_reply .reply_content .tt-list-reply BUTTON.tt_btn_prev_more:HOVER {
    color: #adff2f;
}

.area_article .area_reply .reply_content .tt-box-textarea {
    scrollbar-color: rgba(30, 50, 100, 47%) #707080;
}
.area_article .area_reply .reply_content .tt-box-textarea DIV {
    color: #000010;
    background-color: rgba(250, 255, 255, 93%);
    font-size: 18px;
    line-height: 150%;      /* 스크롤을 위해 정배수로 2line = 3lineheight */
}
.area_article .area_reply .reply_content .tt-box-textarea .tt_txt_user,
.area_article .area_reply .reply_content .tt-box-textarea .tt-cmt .tt-txt-mention,
.area_article .area_reply .reply_content .tt-box-textarea .tt-cmt .tt-txt-mention:BEFORE {
    font-family: inherit;
    background-color: transparent;
}
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write {
    margin-top: 20px;
}
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write .tt-box-account {
    min-height: 40px;
}
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write .tt-box-account INPUT {
    line-height: 150%;
}
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write .tt-box-account INPUT:FOCUS,
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write .tt-cmt:FOCUS {
    outline-color: rgba(200,200,200,50%);
    outline-style: dashed;
    outline-width: 2px;
}
.area_article .area_reply .reply_content .tt-comment-cont FORM .tt-area-write .tt-box-account INPUT:FOCUS {
    outline-offset: -10px;
}
.area_article .area_reply .reply_content .tt-box-textarea .tt-inner-g {
    min-height: 50px;
}
.area_article .area_reply .reply_content .tt-box-textarea .tt-inner-g .tt-cmt {
/*****/
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-desc .tt-txt-mention:BEFORE {
    content: none;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-desc .tt-txt-mention {
    font-family: inherit;
    font-size: smaller;
    color: inherit;
    background-color: rgba(125,125,125,30%);
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt-wrap-link-comment .tt_txt_g,
.area_article .area_reply .reply_content .tt_wrap_write BUTTON.tt-btn_register {
    color: white;

    border: 1px solid #8080A0;
    border-color: #e0e0e0 #b0b0bb #a0a0aa #e0e0e0;
    border-radius: 8px 2px 18px 4px;

    width: auto;
    padding-left: 15px;
    padding-right: 15px;

    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(60,60,105, 0.9), rgba(210,230,255, 0.6));

    opacity: 70%;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt-wrap-link-comment .tt_txt_g {
    /* font-family: inherit; */
    color: #101000;
    padding-top: 0px;
    vertical-align: text-top;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(60, 60, 105, 0.5), rgba(210, 230, 255, 0.1));
    border-color: rgba(150, 150, 200, 0.4);
}
.area_article .area_reply .reply_content .tt_wrap_write BUTTON {
    font-size: 16px;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt-wrap-link-comment .tt_txt_g:HOVER,
.area_article .area_reply .reply_content .tt_wrap_write BUTTON.tt-btn_register:HOVER {
    color: #ffff50;
    background-color: rgba(150, 180, 220, 60%);
}
.area_article .area_reply .reply_content .tt-comment-cont > FORM .tt-area-write {
    display: none;
}
.area_article .area_reply .reply_content .reply_write_open BUTTON {
    height: 35px;
    font-size: 17px;
    /*background-image: linear-gradient(to bottom right, rgba(60,60,125, 0.6), rgba(210,240,255, 0.3));*/
}
.area_article .area_reply .reply_content .reply_write_open {
    margin-top: 10px;
    text-align: right;
}

/**************/
/* 옛날 댓글 설정이지만 방명록 업데이트 해서 안 쓰임 *
.area_article .area_reply .reply_content .reply_write INPUT[type="checkbox"] {
    vertical-align: -2px;
    opacity: 70%;
}
.area_article .area_reply .reply_content .reply_write {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.area_article .area_reply .reply_content .reply_write .inner_inp,
.area_article .area_reply .reply_content .reply_write TEXTAREA {
    color: #000010;
    background-color: rgba(250,255,255,93%);
}
.area_article .area_reply .reply_content .reply_write .inner_inp INPUT {
    font-size: 18px;
    width: 100%;
    background-color: transparent;
}
.area_article .area_reply .reply_content .reply_write TEXTAREA {
    font-size: 18px;
    line-height: 150%;      /* 스크롤을 위해 정배수로 2line = 3lineheight*

    resize: vertical;

    height: 12em;
    min-height: 6em;
    max-height: 24em;
}
.area_article .area_reply .reply_content .reply_write INPUT:FOCUS,*
.area_article .area_reply .reply_content .reply_write .inner_inp:FOCUS-WITHIN,
.area_article .area_reply .reply_content .reply_write TEXTAREA:FOCUS {
    outline-color: rgba(200,200,200,50%);
    outline-style: dashed;
    outline-width: 2px;
}
.area_article .area_reply .reply_content .reply_write INPUT::PLACEHOLDER,
.area_article .area_reply .reply_content .reply_write TEXTAREA::PLACEHOLDER {
    font-size: 16px;
    opacity: 70%;
}
*/
.area_article .area_reply .reply_content .tt-item-reply:BEFORE {
    content: none;
}
.area_article .area_reply .reply_content .tt-item-reply {
    border-top: none;
    padding-left: 10px;
}
.area_article .area_reply .reply_content .tt-item-reply,
.area_article .area_reply .reply_content .tt_more_preview_comments_wrap {
    font-size: 17px;
    line-height: 160%;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-box-modify {
    position: absolute;
    top: 12px;
    right: 0px;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-box-modify .tt-button-modify {
    border-radius: 25% 5%;
    background-color: rgba(120, 120, 130, 15%);
}
.area_article .area_reply .reply_content .tt-item-reply .tt-box-modify .tt-button-modify:HOVER {
    background-color: rgba(150, 180, 220, 60%);
}
.area_article .area_reply .reply_content .tt-item-reply .tt_box_pwd .tt_btn_submit {
    background-color: rgba(120, 120, 130, 50%);
}
.area_article .area_reply .reply_content .tt-item-reply .tt_box_pwd .tt_btn_submit[disabled] {
    background-color: rgba(120, 120, 130, 20%);
}
.area_article .area_reply .reply_content .tt-box-total,
.area_article .area_reply .reply_content .tt-wrap-cmt,
.area_article .area_reply .reply_content .tt-item-reply {
    padding-top: 5px;
    padding-bottom: 0px;
}
.area_article .area_reply .reply_content .tt-box-total,
.area_article .area_reply .reply_content .tt-item-reply.rp_general {
    border-color: #303030;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
.area_article .area_reply .reply_content .tt_more_preview_comments_wrap {
    padding-bottom: 0px;
}
.area_article .area_reply .reply_content .tt-item-reply .item_comment {
    padding-right: 0px;
    padding-left: 0px;
}
.area_article .area_reply .reply_content .tt-item-reply A.tt-link-user {
    font-size: 17px;
    font-family: inherit;
    line-height: 110%;
    margin-right: 5px;
    margin-top: 4px;
}
/* 작성자 옆 아이콘 : 작성 사용자의 계정관리에서 프로필레이어 값 : 공개한 경우에 한함 */
.area_article .area_reply .reply_content .tt-item-reply .tt-box-meta .tt_cmt_profile {
    opacity: 70%;
}
/* 댓글 사용자 아이디 옆 프로파일 아이콘 : 삭제 *
.area_article .area_reply .reply_content .tt-item-reply .tt-link-user .tistoryProfileLayerTrigger {
    opacity: 55%;
    display: none;
}
*/
.area_article .area_reply .reply_content .tt-item-reply .tt-box-thumb {
    margin-top: 5px;
    margin-right: 10px;
    opacity: 70%;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-box-thumb:HOVER {
    opacity: 100%;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-box-thumb SPAN {
    width: 40px;
    height: 40px;
    border-radius: 20% 3%;
}
.area_article .area_reply .reply_content .list_reply_comment .ico_comment {
    width: 35px;
    height: 35px;
    margin-top: 7px;
    margin-right: 17px;
    opacity: 50%;
}

.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info {    /* 댓글 하단 */
    margin-top: 4px;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt_date {    /* 댓글 날짜 */
    font-size: 14px;
    padding: 0px;
    vertical-align: baseline;
}
.area_article .area_reply .reply_content .tt-item-reply .tt-wrap-info .tt-wrap-link-comment:BEFORE {
    content: none;
}
.area_article .area_reply .reply_content .tt-box-content .tt_desc {
    color: inherit;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 17px;
}
.area_article .area_reply .reply_content .tt-box-content .tt_desc A {
    font-family: inherit;
    font-size: inherit;
    /* font-weight: inherit; */
    font-weight: bold;

    line-height: inherit;
    text-decoration: none;
    color: #3d3d62;
}
.area_article .area_reply .reply_content .tt-box-content .tt_desc A:HOVER {
   color: #9696fb;
}
.area_article .area_reply .reply_content .tt-list-reply-comment {
    border: none;
    margin-top: 0px;
}
.area_article .area_reply .reply_content .tt-list-reply-comment .modify {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}
.area_article .area_reply .reply_content .list_reply_comment {
    margin-top: 15px !important;
}
.area_article .area_reply .reply_content .list_reply_comment LI:first-child,
.area_article .area_reply .reply_content .list_reply_comment LI {
    padding-top: 0px;
    padding-bottom: 10px;
}

/* 태그 */
.area_popup .search_content .tag_zone .box_tag,
.area_common .tag_zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
/* flex Item 마지막 줄 위치시 늘임 방지 : 딱 맞는 줄의 끝에 있을 때는 조금 안 맞음, 평균 1줄에 있는 아이템 수량따라 grow 조정 */
.area_popup .search_content .tag_zone .box_tag::AFTER,
.area_common .tag_zone:AFTER {
  content: '';
  flex-grow: 20;
}
.area_popup .search_content .tag_zone .box_tag A,
.area_common .tag_zone A {
    margin: 0px;
    flex-grow: 1;
    text-align: center;
    color: #202020;
    background-color: rgba(230,240,255, 0.7);
    border: solid 1px rgba(0,0,0, 0.25);
    border-radius: 5px;
}
.area_popup .search_content .tag_zone .box_tag A:HOVER,
.area_common .tag_zone A:HOVER {
    border-color: #4167d9;
    color: #4167d9;
    background-color: rgba(230,240,255, 0.5);
}
/* 수량별 Tag , cloud1 max, cloud5 min */
.area_popup .search_content .tag_zone .box_tag A.cloud5,
.area_common .tag_zone A.cloud5 {
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    border-top-right-radius : 0px;
}
.area_popup .search_content .tag_zone .box_tag A.cloud4,
.area_common .tag_zone A.cloud4 {
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
    border-top-left-radius : 15px;
}
.area_popup .search_content .tag_zone .box_tag A.cloud3,
.area_common .tag_zone A.cloud3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    border-top-right-radius : 20px;
}
.area_popup .search_content .tag_zone .box_tag A.cloud2,
.area_common .tag_zone A.cloud2 {
    font-size: 18px;
    font-weight: bold;
    padding: 13px;
    border-top-left-radius : 23px;
}
.area_popup .search_content .tag_zone .box_tag A.cloud1,
.area_common .tag_zone A.cloud1 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border-top-right-radius : 25px;
    border-width: 2px;
}
.area_popup .search_content .tag_zone,
.area_popup .search_content .tag_board,
.area_popup .search_content .box_sns,
.area_popup .search_content .module {
    padding: 0px;
    margin-top: 20px;
    padding-right: 20px;
}
.area_popup .search_content .tag_zone {
    width: 100%;
    min-height: auto;
}
.area_popup .search_content .tag_zone .box_tag {
    column-gap: 10px;
    row-gap: 3px;
}
.area_popup .search_content .tag_board {
    width: 50%;
    min-height: auto;
}
.area_popup .search_content .box_sns {
    display: block;
    width: 100%;
}
.area_popup .search_content .tag_board .list_sidebar,
.area_popup .search_content .box_sns .list_sidebar {
    padding-left: 10px;
}
.area_popup .search_content .tag_board .list_sidebar .item_sidebar {
    margin-bottom: 10px;
}
.area_popup .search_content .tag_board.popup_archive .list_sidebar .item_sidebar,
.area_popup .search_content .box_sns  .list_sidebar .item_sidebar {
    margin-bottom: 0px;
}
/* popup 사이드바2, 월별 보관글, 사이드바 설정 12 개월 추천 */
.area_popup .search_content .tag_board.popup_archive,
.area_popup .search_content .box_sns {
    padding-right: 0px;
}
.area_popup .search_content .tag_board.popup_archive .list_sidebar,
.area_popup .search_content .box_sns .list_sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 10px;

    margin: 0px;
}
.area_popup .search_content .tag_board.popup_archive .list_sidebar .item_sidebar,
.area_popup .search_content .box_sns .list_sidebar .item_sidebar {
    width: auto;
    display: inline-block;
    padding-bottom: 0px;
}
.area_popup .search_content .box_sns .list_sidebar .item_sidebar A.link_add {
    font-size: 18px;
}
.area_popup .search_content .tag_board.popup_archive .list_sidebar .item_sidebar SPAN.popup_archive_count {
    font-weight: bold;
}

/* ------------------- */
/*     Responsive      */
/* ------------------- */
@media all and (max-width:1023px)
{

    /* 왜 이것 넣었을까? 2.4.1b
    BODY:BEFORE {
        background: none;
    }
    */
    /* 블로그 이름 다음 상단 띄우기 공간, box_header 와 연동, Mobile 에서 같이 줄어들어야 함 */
    HEADER.box_header {
        height: 40px;
    }
    .area_view {
        margin-top: -40px; /* HEADER.box_header size */
    }
    HEADER.box_header .title_logo {
        font-size: 20px;
        margin-left: 18px;
        padding-top: 5px;
    }
    #wrap.white HEADER.box_header .title_logo { /* 본문 보기 중 타이틀 */
        padding-top: 10px;
    }

    .area_sidebar .inner_sidebar .sidebar_header {
        margin-top: 30px;
    }
    /* Search Popup */
    .area_popup .area_search {
        width: 90%;
    }
    .area_popup .area_search .search_header {
        height: 40px;
        padding-top: 30px;
        margin: 0px;
    }

    .area_popup .search_content {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .area_popup .search_content .icon-Search {
        display: initial;
        margin-right: 10px;
        font-size: 30px;
    }
    .area_popup .search_content .tag_zone,
    .area_popup .search_content .tag_board,
    .area_popup .search_content .box_sns {
        width: 100%;
    }
    .area_popup .search_content .tag_zone {
        padding-right: 5px;
    }
    .area_popup .search_content .tag_zone .box_tag A {
        padding: 5px 10px;
        border: solid 1px rgba(0, 0, 0, 0.25);
    }
    /* popup 사이드바2, 월별 보관글, 사이드바 설정 12 개월 추천 */
    .area_popup .search_content .tag_board.popup_archive .list_sidebar {
        grid-template-columns: repeat(4, 1fr);
    }
    .area_popup .search_content .box_sns .list_sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
    .area_popup .search_content .box_sns .list_sidebar .item_sidebar A.link_add {
        font-size: 17px;
    }

    .area_cover {
        padding-top: 5px; /* changed theme_blackwhite */
    }
    .area_cover .link_to_all,
    .area_cover .type_widepanel,
    .area_cover .type_notice,
    .area_cover .type_featured,
    .area_cover .type_card {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;

    }

    .area_cover .type_card  .link_card .text {
        -webkit-line-clamp: 2;
    }
    .area_cover .type_widepanel .list_type_widepanel .link_widepanel {
        height: 250px;
    }

    .area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content STRONG, /* 상단 배너 제목 */
    .area_cover .type_featured .link_slide .text_slide STRONG {     /* 상단 슬라이드 제목 */
        font-size: 24px;
        max-height: 32px;
        line-height: 32px;

        padding-left: 5px;
        padding-right: 5px;
        text-overflow: ellipsis;
    }
    .area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content .text,
    .area_cover .type_featured .link_slide .text_slide .text {
        line-height: 1.44em;
    }

    /* 커버 : 슬라이드 */
    .area_cover .type_featured .slide_zone,
    .area_cover .type_featured .slide_zone .link_slide {
        height: 300px;
    }
    .area_cover .type_featured .link_slide {
        background-size: cover;
    }
    .area_cover .type_featured .link_slide .text_slide {
        bottom: auto;
        top: 30px;
    }
    .area_cover .type_featured .link_slide .text_slide STRONG {
        font-size: 20px;
        min-height: 33px;
        max-width: 100%;
    }
    .area_cover .type_featured .link_slide .text_slide .text {
        margin-bottom: 15px;
    }

    /* 내용, 카테고리 : 사진 폭 area_view padding + article_view padding */
    .area_view,
    .area_category,
    .area_cover     .type_card  .list_type_card {
        padding-left: 0px;
        padding-right: 0px;
    }

    .area_cover     .type_card  .list_type_card {
        padding-top: 5px;
    }

    .area_category {
        padding-top: 5px;
    }

    .area_category .title_section {
        font-size: 19px;
    }

    .area_article .article_view {
        margin-top: 0px;
    }

    .area_article .article_header .inner_header {
        height: 250px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .area_article .article_header .inner_header .info_text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .area_article .article_header .inner_header .title_post {
        width: auto;
        font-size: 22px;
        line-height: 150%;

        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 12%;
    }
    .area_article .article_header .inner_header .info {
        margin-left: auto;
        margin-bottom: 4%;
        /*
        margin-right: 10px;
        text-align: right;
        */
    }
    /** Heisme : 본문보기 최상단 상하 슬라이드 **/
    .area_article .article_header .BackgroundUpDown {
        animation-delay: 4s;                        /* 시작 지연 */
        animation-duration: 35s;                    /* 재생 시간 (실행속도) : 영역 높이가 좁으면 느리게, 넓으면 빠르게 */
    }
    /* Cover : 첫번째 widepanel 만 아래위 스크롤 */
    .area_cover .type_widepanel .item_widepanel:first-child .BackgroundUpDown {
        animation-delay: 5s;                        /* 시작 지연 */
        animation-duration: 30s;                    /* 재생 시간 (실행속도) : 영역 높이가 좁으면 느리게, 넓으면 빠르게 */
    }
    /* Cover : Slide 아래위 스크롤 : 사용 안함*/
    .area_cover .type_featured .slide_item.slick-active .BackgroundUpDown {
        animation: none;                            /* 애니메이션 끔 */
    }

    .area_article .area_related#id_area_related .link_related .box_content STRONG {
        /*font-size: 16px*/
    }
    .area_article .article_content .area_related .item_related {
        margin-bottom: 15px;
    }
    .area_article .article_content .area_related .item_related.next_prev {
        /*width: 50%;*/
        width: 33.33%;
        float: left;    /* float:none 한 것 취소 */
    }
    .area_article .article_content .area_related .item_related.float_right {
        float: right;   /* float:none 한 것 취소 */
    }
    .area_article .area_reply .reply_content .list_reply_comment .item_comment {
        background-color: transparent;
    }
    .area_article .area_reply .reply_content .tt-list-reply .tt-item-reply .tt_date {
        display: inline-block;
    }

} /** end of  @media 1023px **/

@media all and (max-width:767px)
{

    .heisme-hidden-xs {
        display: none !important;
    }
    /* heisme_gb-resize.js 에서 class 를 지정함. 모바일 화면에서 이미지 폭 */
    IMG.heisme-img-h,
    #tt-body-page .area_article .article_view figure.imageblock IMG.heisme-img-h {
        max-width: 100% !important;
    }
    IMG.heisme-img-v,
    #tt-body-page .area_article .article_view figure.imageblock IMG.heisme-img-v {
        max-width: 94% !important;
    }
    IMG.heisme-img-sq,
    #tt-body-page .area_article .article_view figure.imageblock IMG.heisme-img-sq {
        max-width: 96% !important;
    }

    HEADER.box_header .title_logo,
    HEADER.box_header .title_logo .link_logo {
        max-width: 250px;
    }
    /*
    #footer .inner_footer .link_footer:first-child {
        font-size: 18px;    [TOP]
    }
    */

    /* Side Bar */
    .area_sidebar .inner_sidebar {
        width: 90%;
        left: auto;
        /* right: 0px; */
        padding-left: 25px;
        padding-right: 25px;
    }
    .area_sidebar .sidebar_contents .box_sns .list_sidebar {
        padding-left: 0px;
    }
    /* popup 사이드바2, 월별 보관글, 사이드바 설정 12 개월 추천 */
    .area_popup .search_content .tag_board.popup_archive .list_sidebar {
        grid-template-columns: repeat(3, 1fr);
    }
    .area_popup .search_content .box_sns .list_sidebar {
        grid-template-columns: repeat(1, 1fr);
    }
    .area_popup .search_content .tag_board.popup_archive .list_sidebar .item_sidebar A {
        font-size: 14px;
    }
    .area_popup .search_content .box_sns .list_sidebar .item_sidebar A.link_add {
        font-size: 16px;
    }
    .area_cover .type_widepanel .list_type_widepanel .link_widepanel {
        height: 150px;
    }
    .area_cover .type_widepanel .list_type_widepanel .item_widepanel .box_content .text {
        max-height: 3em;
        mask-image: linear-gradient(to bottom, white 70%, transparent 100%);
    }
    .area_cover .type_featured .link_slide .text_slide .text {
        margin-bottom: 35px;
        height: 4.3em;
        /* max-height: 4.3em; */
        mask-image: linear-gradient(to bottom, white 80%, transparent 110%);
    }

    /* 커버 목록 제목 */
    .area_category  .link_category .info STRONG,
    .area_cover     .type_card  .link_card .info STRONG,
    .area_cover     .type_notice .link_notice STRONG {
        font-size: 18px;
    }
    .area_cover     .type_card  .link_card .info STRONG {
        -webkit-line-clamp: 2;
    }

    .area_category  .link_category  .text,
    .area_cover     .type_card  .link_card .text,
    .area_cover     .type_notice .link_notice .text {
        font-size: 14px;
    }
    .area_cover     .type_notice .link_notice .text {
        -webkit-line-clamp: 2;
    }
    .area_cover     .type_notice .link_notice .category {
        display: none;
    }

    /* 내용, 카테고리 : 사진 폭 area_view padding + article_view padding */
    .area_view,
    .area_category,
    .area_category  .list_category,
    .area_cover     .type_card  .list_type_card {
        padding-left: 0px;
        padding-right: 0px;
    }
    .area_category,
    .area_cover     .type_card  .list_type_card {
        margin-top: 0px;
    }
    .area_article .article_view {
        padding-left: 6px;
        padding-right: 6px;
    }
    .area_article .article_view .another_category {
        /* article_view 의 padding 만큼 복구 */
        margin-left: -6px;
        margin-right: -6px;
    }

    /* 본문내 이미지 */
    figure.imageblock.alignCenter {
        padding-left: 0px;
        padding-right: 0px;
    }

    .area_article .article_view .contents_style P {
        font-size: 16px;
    }
    .area_article .article_view .contents_style A {
        /*font-size: 90%; */
    }
    .area_article .article_view .contents_style IMG {
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    }

    .area_category  .link_category  .img-item_wrap IMG,
    .area_related   .link_related   .img-item_wrap IMG,
    .area_cover     .type_card      .link_card      .img-item_wrap IMG {
        border-width: 5px;
    }

    .area_article .area_tag .title_tag {
        float: none;
        text-align: initial;
    }
    .area_article .area_tag .tag_content {
        padding-left: 20px;
    }

    /* 관련글 , 댓글 */
    .area_article .area_related .title_related {
        font-size: 16px;
    }

    .area_article .area_related .link_related .box_content STRONG,
    .area_article .area_related#id_area_related .link_related .box_content STRONG {  /* Title  i : Next, Prev Button */
        font-size: 14px;
    }

    .area_article .area_reply .reply_content .tt_box_namecard .tt_wrap_thumb {
        margin-right: 0px;
    }

    /* 댓글 내어쓰기 (첫줄 들임) 두 값이 동일해야 함 */
    .area_article .area_reply .reply_content .tt-box-content .tt_desc {
        text-indent: 25px;
        margin-left: -25px;
    }

} /** end of  @media 767px **/

/* Thumbnail Number 100: 1, 50: 2, 33.33: 3, 25: 4 */
/* @media width skin.html 에서 조건부 정의 됨, 아래 width 무효화 */
.area_category  .list_category .item_category {
    width: 33.33%;
}
.area_cover .type_card .list_type_card .item_card {
    width: 33.33%;  /*width: 25%;*/
    /* vertical-align: top;  refer L 185*/
}

@media all and (max-width:1023px)
{
    .area_category  LI.item_category,
    .area_cover .type_card .list_type_card LI.item_card {
        margin-bottom: 10px;
    }
    .area_cover .type_card .link_card .info STRONG,
    .area_category .link_category .info STRONG {
        margin-top: 5px;
        margin-bottom: 4px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .area_category  .list_category .item_category {
        width: 50%;
    }
    .area_cover .type_card .list_type_card .item_card {
        width: 50%; /*width: 33.33%;*/
    }
} /** end of  @media 1023px **/
@media all and (max-width:767px)
{
    .area_category  .list_category .item_category {
        width: 100%;
    }
    .area_cover .type_card .list_type_card .item_card {
        width: 100%;
    }
    .area_category  .list_category .item_category .text {
        display: none;
    }
} /** end of  @media 767px **/


/* ======================================
Go Top Scroll Bottom : 상단/하단 이동버튼 */
#at-go #btn-stop-scroll,
#at-go #btn-go-scroll,
#at-go #btn-go-top,
#at-go #btn-go-bottom {
    z-index: 2;
    display:none;
    position: fixed;

    border-radius: 33%;
    width: 42px;
    height: 42px;

    color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(0,0,0,0.3) );

    font-size: 19px;
}
/* Mobile 에서 Touch 시 Hover Out 이 작동 안되는 것을 막기 위해 */
@media (hover: HOVER) and (pointer: FINE) {
    #at-go #btn-stop-scroll:HOVER,
    #at-go #btn-go-scroll:HOVER  {
        background-image: linear-gradient(to bottom, rgba(100,100,100, 0.4), rgba(255, 255, 255, 0.7) );
    }
    #at-go #btn-go-top:HOVER,
    #at-go #btn-go-bottom:HOVER  {
        background-image: linear-gradient(to bottom, rgba(100,100,100, 0.3), rgba(255, 255, 255, 0.6) );
    }
}
#at-go #plate-stop-scroll {
    z-index: 3;
    display: none;
    position: fixed;

    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0,6%) 0%, rgba(255,255,255,0) 2%, rgba(255,255,255,0) 96%, rgba(0,0,0,20%) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    border-collapse: collapse;
    border-left-style: dashed;
    border-right-style: dashed;
    border-width: 10px;
    border-color: rgba(0,0,0, 10%);
}

#at-go #btn-stop-scroll {
    left: 50px;
    top: 108px;
}
#at-go #btn-go-top {
    right: 50px;
    bottom: 108px;
}
#at-go #btn-go-scroll {
    right: 50px;
    bottom: 64px;
}
#at-go #btn-go-bottom {
    right: 50px;
    bottom: 20px;
}
#at-go .go-btn SPAN {
    display: block;
    margin: 0px;
    text-align: center;
    line-height: 42px !important;
}
@media (max-width: 767px)
{
    #at-go #plate-stop-scroll {
        border-left-style: dashed;
        border-right-style: dashed;
        border-width: 4px;
        border-color: rgba(125,125,130, 50%);
    }

    #at-go #btn-go-scroll,
    #at-go #btn-go-bottom,
    #at-go #btn-go-top {
        bottom: 10px;
    }
    #at-go #btn-go-scroll {
        left: calc(50% - 25px);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0,0,0,0.3) );
    }
    #at-go #btn-go-top {
        left: 50px;
        background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0), rgba(0,0,0,0.3) );
    }
}

/* ___Heisme End___ */
/*
Old History

1.2.2   댓글 폰트 적용 : 고운 돋움
1.2.3   댓글 창 크기 및 폰트 크기 수정
1.2.4   배너, 커버, 리스트 제목 글꼴 : 고운 돋움
1.2.5   본문체 리디바탕에서 이롭게바탕으로 교체
        White 테마에서는 리디바탕, Black 테마에서는 이롭게바탕 (검은 바탕 흰 글씨일때는 얇은 글씨)

2.2.5   댓글 글꼴 크기 및 아이콘 위치 조정
2.2.6   Sidebar 글꼴 수정 (서브 메뉴 언더바 없앰)
2.2.7a  Sidebar Mobile Width = 100% -> 90% (뒷 화면 살짝 보이게)
        댓글 아이콘 사이즈, 간격
2.3.1   a.  New Skin
        b.  댓글 간격 조정
        c.  태그 버튼 색
2.4.1   a.  Sidebar 카테고리 아래위 간격 줄임
        b.  background: none 막음
        c.  모바일에서 가끔씩 아래 스크롤 할 때 흰 띠 보임 = 없앰
        d.  Background 스크롤시 사이즈 변경 막음 transform: scale(1.0);
2.4.2   a.  skin.html 에서 두번째 댓글 [##_rp_rep_name_##] 에 <A class="link_name> 태그 없앰
        b.  Cover - widepanel Small text 내부 테두리, 외부 그림자, 글자색
        c.  본문보기 상단 제목 : title_post 글꼴 고운돋움, 사이즈 32px, Mobile : 22px
        d.  커버, 슬라이드 배너 글자 그림자, 크기 조정
2.4.3   a.  Cover : 첫번째 widepanel 만 아래위 스크롤 (5초 지연)
        b.  Mobile 상단 제목 배경 이미지 사이즈 조정 372 -> 250, 상하 애니메이션
        c.  Cover, 본문보기 상단 이미지 애니메이션 (확대), mobile 시간조정
2.4.4   a.  Cover : widepanel, Slide 사이즈 인터페이스 통일
        b.  Scroll animation 다시 정리
2.5.1   a.  명함 카드
        b.  Share SNS - 본문 말미에 공유 버튼 가능해서 취소
        c.  Cover 하위 제목 위치 조정
        d.  세부 조정
2.5.4   a.  검색, 태그, 방명록 사이즈 조정
        b.  Tag 정렬, Title: Tag, 날짜별
        c.  Tag cloud Setting
        d.  본문보기시 날짜 개행 묶음, 본문보기시 Tag - flex
        e.  Article View / Tag list 배경
        f.  flex last row not grow 조정
        g.  Sidebar  mobile 크기 조정
        h.  Search Sidebar 2 setting
        i.  Article view 제목행 카테고리 및 작성일 크기, 개행
        j.  본문 아래 카테고리의 다른 글 수정 (js)
        k.  Search (Sidebar2) 월별 게시글 정리
        m.  article_view / TABLE 자체 중앙 정렬
        o.  이전 댓글 더보기 추가
        p.  제목행 New Icon
        q.  Scrollbar Color (-black.css)
2.6.1   a.  BODY overflow-x hidden, #wrap overflow reset

4.1.1   a.  Version Up
4.2.1   a.  BODY, warp overflow 정리 - sticky
        b.  본문보기 : 제목 넓이 수정
4.6.1   a.  Go top, scroll, bottom 버튼 신규
4.6.3   a.  Menu sidebar, Search popup
        d.  Bug Fix
        f.  go Top, Bottom Button, 댓글 Profile Icon 안 보이게

5.1.1   a.  댓글 최신 업데이트 (전체 수정)
5.1.2   a.  방명록 최신 업데이트 (전체 수정)
5.2.3   a.  Banner text mask, 작성자 보임 (설정)
5.4.1   a.  Renew
5.4.2   a.  Link 편집 (Sidebar 1 -> sidevar 2)
5.5.1   a.  Link 재편집
5.5.3   a.  Slide next button 투명도, 색조정
5.5.4   a.  BackgroundUpDown Speed up
        b.  Slide Auto
        d.  Article View Header Image 가 가로일 경우 스크롤 시간 보정 (줄임)
        f.  .area_sidebar .sidebar_contents .box_sns .title_sidebar
5.7.1   a.  외부 소스 (font-awesome 6.7.2, vh-check_2.0.5 Local 파일로
5.7.2   b.  댓글 내어쓰기 (첫줄 들임) - 모바일 767px 에서만
5.7.3   a.  댓글 URL 링크 생성 - .area_article .area_reply .reply_content .tt-box-content .tt_desc
        b.  Card 댓글 수 - 중상 이동
        d.  Card 댓글 수 - 우상 이동
        e.  본문 링크 - .area_article .article_view .contents_style A Line Height 1.3em


Check :
SkyMoon
https://jigsaw.w3.org/css-validator/validator?uri=https://tistory1.daumcdn.net/tistory/5679905/skin/images/zSkin_heisme.css
Wave
https://jigsaw.w3.org/css-validator/validator?uri=https://tistory1.daumcdn.net/tistory/5840840/skin/images/zSkin_heisme.css
YS
https://jigsaw.w3.org/css-validator/validator?uri=https://tistory1.daumcdn.net/tistory/7072583/skin/images/zSkin_heisme.css
Yeremiah
https://jigsaw.w3.org/css-validator/validator?uri=https://tistory1.daumcdn.net/tistory/6438575/skin/images/zSkin_heisme.css
*/